@charset 'UTF-8';

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

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

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

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-ready .mfp-preloader {
  display: none
}

.mfp-s-error .mfp-content {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7
}

.mfp-arrow-left {
  left: 0
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
  right: 0
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto
}

.mfp-figure {
  line-height: 0
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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 {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

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

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

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

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

.slick-slide img {
  display: block
}

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

.slick-slide.dragging img {
  pointer-events: none
}

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

.slick-loading .slick-slide {
  visibility: hidden
}

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

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

.slick-loading .slick-list {
  background: #fff url(/assets/templates/default/fonts/ajax-loader.gif) center center no-repeat
}

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

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -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-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

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

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

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

.slick-next {
  right: -25px
}

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

.slick-next:before {
  content: '→'
}

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  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-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

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

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

@font-face {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Roboto-Light/Roboto-Light.eot);
  src: url(../fonts/Roboto-Light/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Light/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light/Roboto-Light.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Roboto-Medium/Roboto-Medium.eot);
  src: url(../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Medium/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium/Roboto-Medium.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Roboto-Bold/Roboto-Bold.eot);
  src: url(../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold/Roboto-Bold.ttf) format("truetype")
}

@font-face {
  font-family: Roboto;
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/Roboto-Black/Roboto-Black.eot);
  src: url(../fonts/Roboto-Black/Roboto-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Black/Roboto-Black.woff) format("woff"), url(../fonts/Roboto-Black/Roboto-Black.ttf) format("truetype")
}

@font-face {
  font-family: PTSerif;
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url(../fonts/PTSerif-Italic/PTSerif-Italic.eot);
  src: url(../fonts/PTSerif-Italic/PTSerif-Italic.eot?#iefix) format("embedded-opentype"), url(../fonts/PTSerif-Italic/PTSerif-Italic.woff) format("woff"), url(../fonts/PTSerif-Italic/PTSerif-Italic.ttf) format("truetype")
}

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

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

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

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

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

::-webkit-input-placeholder {
  color: #666
}

::-moz-placeholder {
  color: #666
}

:-ms-input-placeholder {
  color: #666
}

::-ms-input-placeholder {
  color: #666
}

::placeholder {
  color: #666
}

::-moz-selection {
  background-color: #c50000;
  color: #fff
}

::selection {
  background-color: #c50000;
  color: #fff
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.65;
  font-family: Roboto, sans-serif;
  overflow-x: hidden;
  color: #000
}

body input,
body textarea {
  border: #666 1px solid;
  outline: 0
}

body.lock {
  overflow: hidden;
  height: 100vh
}

a {
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

button {
  cursor: pointer;
  -webkit-transition: .25s all ease-in-out;
  -o-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out
}

button:focus {
  outline: 0
}

img {
  pointer-events: none
}

b,
strong {
  font-weight: 700
}

h1 {
  font-size: 32px
}

h2 {
  font-size: 24px
}

h3 {
  font-size: 20px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 14px
}

body {
  font-family: "Roboto", Sans-serif;
}

header {
  position: fixed;
  z-index: 9;
  background: #fff;
  width: 100%;
  top: 0;
}

#content {
  margin-top: 120px;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  padding: 10px 0;
}

.header-left {
  width: 66.666%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
}

.header-right {
  width: 33.333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 20px
}

#header .logo {
  margin-right: 20px;
}

#header .logo a {
  display: block;
}

#header .logo a img {
  max-width: 100px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.33;
}

#header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header .menu>li {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #333333;
  padding: 13px 10px;
  position: relative;
}

#header .menu>li>a {
  color: #333333;
}

#header .menu>li>a:hover {
  color: #616CDF;
  text-decoration: none;
}

#header .menu>li:hover>a:after {
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #616CDF;
  z-index: 2;
  bottom: 0;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
  -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
  transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

#header .menu>li:hover ul {
  opacity: 1;
  visibility: visible;
}

#header .menu>li>ul {
  position: absolute;
  left: 0px;
  top: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  background: #fff;
  padding: 20px 15px;
  border: 1px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 200px;
  transition: .25s all ease-in-out;
  opacity: 0;
  visibility: hidden;
}

#header .menu>li>ul>li {
  list-style: none;
}

#header .menu>li>ul>li>a {
  display: block;
  color: #333333;
  transition: .25s all ease-in-out;
}

#header .menu>li>ul>li>a:hover {
  text-decoration: none;
  color: #616CDF;
}

#header .location a {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #2cb7ff;
  font-size: 14px
}

#header .phone {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  transition: .25s all ease-in-out;
}

#header .phone:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  opacity: .7;
}

#header .user a {
  color: #333333;
  font-size: 20px;
}

#header .cart {
  color: #333333;
  font-size: 20px;
  position: relative;
}

#header .cart .ms2_total_count {
  position: absolute;
  top: -8px;
  right: -12px;
  display: block;
  background: #6b89c8;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  width: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
}

.header__burger {
  display: none;
  height: 20px;
  width: 30px;
  flex: none;
  position: relative;
  cursor: pointer
}

.header__burger span {
  width: 100%;
  height: 2px;
  background-color: #616CDF;
  position: absolute;
  top: 9px;
  transition: .25s all;
}

.header__burger::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #616CDF;
  transition: .25s all;
}

.header__burger::after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #616CDF;
  transition: .25s all;
}

.header__burger.active span {
  transform: scale(0);
}

.header__burger.active::before {
  transform: rotate(45deg);
  top: 9px;
}

.header__burger.active::after {
  transform: rotate(-45deg);
  top: 9px;
}

.mobile__menu {
  position: fixed;
  width: 100%;
  height: 100%;
  right: -100%;
  top: 0;
  background-color: #fff;
  z-index: 100;
  transition: .25s all ease-in-out;
  overflow-y: auto;
}

.mobile__menuContainer {
  max-width: 350px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.mobile__menuContainer .header__menu {
  margin: 0;
}

.mobile__menuContainer .header__menu>ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.mobile__menuContainer .header__menu>ul>li {
  list-style: none;
}

.mobile__menuContainer .header__menu>ul>li>a {
  font-size: 20px;
  padding: 5px 0;
  color: #333333;
  transition: .25s all ease-in-out;
  text-align: center;
}

.mobile__menuContainer .header__menu>ul>li>a:hover {
  text-decoration: none;
  color: #616CDF;
}

.mobile__menuContainer .header__menu>ul>li ul {
  margin: 0 0 10px 15px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.mobile__menuContainer .header__menu>ul>li ul li {
  list-style: none;
}
.mobile__menuContainer .header__menu>ul>li ul li a {
  font-size: 16px;
  display: block;
  color: #333;
  line-height: 1.3;
}

.mobile__menuPhone {
  font-size: 18px;
  color: #333333;
  transition: .25s all ease-in-out;
}

.mobile__menuPhone:hover {
  text-decoration: none;
  color: #616CDF;
}

.mobile__close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  z-index: 2;
}

.mobile__close:before,
.mobile__close:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: .25s all ease-in-out;
}

.mobile__close:before:hover,
.mobile__close:after:hover {
  opacity: .8;
}

.mobile__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.mobile__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

footer {
  font-size: 14px;
}

#footer-menu {
  background-color: #111;
  color: #999;
  padding: 60px 0px 0px 0px;
  position: relative;
}

#footer-info {
  background-color: #111;
  color: #999;
  padding: 30px 0px 0px 0px;
  font-size: 12px;
}

#copyright {
  background-color: #000;
  color: #999;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #434343;
  padding: 20px 0px 0px 0px;
  font-size: 12px;
}

.footer-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-contacts {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.spec-sale-info {
  width: 50%;
}

.dev-by {
  text-align: right;
  width: 50%;
  font-size: 16px;
}

.copyright-left {
  width: 50%;
}

.copyright-right {
  text-align: right;
  width: 50%;
}

#footer-menu .menu-block .title {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
}

#footer-menu .menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu .menu-block {
  width: 33.333%;
  padding: 10px;
  box-sizing: border-box;
}

.footer-contacts .menu-block {
  padding: 10px;
  box-sizing: border-box;
}

.footer-contacts .menu-block .contanct-item {
  display: block;
  padding: 0 0 6px 0;
  font-size: 16px;
}

.footer-contacts .menu-block .contanct-item a {
  color: #999;
  text-decoration: none;
}

.footer-contacts .menu-block .contanct-item a:hover {
  text-decoration: none;
  opacity: .8;
  color: #999;
}

.footer-contacts .menu-info {
  font-size: 14px;
}

.footer-menu .menu-block .menu-items li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.footer-menu .menu-block .menu-items li a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #999999;
}

.footer-menu .menu-block .menu-items li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-menu .menu-block .menu-items li a:hover:after {
  content: "";
  height: 3px;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 2;
  bottom: 0;
  display: block;
  position: absolute;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
  -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
  transition-timing-function: cubic-bezier(.58, .3, .005, 1);
}

.main-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 0;
}

.main-products .product {
  border-right: 2px solid #ddd;
  padding: 0px 15px 0px 15px;
}

.main-products .product img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.main-products .product:nth-child(4) {
  border: none;
}

.main-products .product .product-shop {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  align-items: center;
}

.main-products .product .product-title {
  line-height: 1.5;
}

.main-products .product .product-shop .product-price {
  color: #333;
  font-size: 24px;
  font-weight: 500;
}

.main-products .product .product-shop .product-to-cart {
  background: #6B89C8;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px;
  display: block;
}

.main-products .product .product-shop .product-to-cart:hover {
  background: #616CDF;
  text-decoration: none;
}

.main-promo {
  background-image: url(../img/main-promo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 394px;
  margin: 24px 0;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.main-promo .main-promo-title {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
  width: 430px;
}
.main-promo .main-promo-pretitle {
  color: #fff;
}
.main-promo .main-promo-button {
  display: inline-block;
  margin-top: 20px;
  background: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 24px;
  text-decoration: none;
}

.main-promo .main-promo-button:hover {
  background: #618FF5;
}

.main-mobile {
  background: #6B89C8;
  display: flex;
  margin: 24px 0;
}

.main-mobile-image {
  width: 50%;
  text-align: center;
}

.main-mobile-image img {
  max-width: 402px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.02;
}

.main-mobile-info {
  width: 50%;
  padding-right: 140px;
}

.main-mobile-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding-top: 80px;
  padding-bottom: 16px;
  line-height: 1.5;
}

.main-mobile-info-text {
  color: #fff;
}

.main-mobile-links {
  margin-top: 20px;
  display: flex;
}

.main-mobile-link {
  margin-right: 24px;
}

.main-mobile-link.apple img {
  width: 100%;
  max-width: 104px;
  height: auto;
  aspect-ratio: 2.54;
}

.main-mobile-link.android img {
  width: 100%;
  max-width: 104px;
  height: auto;
  aspect-ratio: 2.54;
}

.clear-technology {
  display: flex;
  margin: 50px 0;
}

.clear-technology-title {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.clear-technology-title span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  display: block;
  max-width: 200px;
  line-height: 1.5;
}

.clear-technology-title h1 {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  display: block;
  max-width: 200px;
  line-height: 1.5;
}

.clear-technology-link {
  display: block;
  margin-top: 10px;
}

.clear-technology-text {
  width: 50%;
}

.main-video {
  background-image: url(../img/video.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 2.18;
  margin: 24px 0;
}

.page-title {
  color: #333;
  font-size: 28px;
  padding: 12px 0;
  font-weight: 500;
}

.page-body {
  padding: 24px 0;
}

.register {
  width: 640px;
  margin: 0 auto;
}

.register-tabs {
  display: flex;
  justify-content: space-between;
}

.register-tabs .register-tab {
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  background: #fff;
  color: #2cb7ff;
  border: 1px solid #2cb7ff;
  cursor: pointer;
}

.register-tabs .register-tab.active {
  background: #2cb7ff;
  color: #fff;
}

.registerButtons {
  padding: 12px 0;
  text-align: center;
}

.register-button {
  background: #616CDF;
  color: #fff;
  border: none;
  padding: 4px 12px;
  cursor: pointer;
}

.register-button:hover {
  background: #618FF5;
}

.register-tabs-container .register-tab {
  display: none;
}

.register-tabs-container .register-tab.active {
  display: block;
}

.register-field-container {
  display: flex;
  padding: 12px 0;
  position: relative;
}

.register-field-label {
  width: 30%;
}

.register-field {
  width: 70%;
}

.register-field>* {
  width: 100%;
}

.register-field-invalid-text {
  position: absolute;
  bottom: -8px;
  color: #c50000;
  font-size: 14px;
}

.register-field .is-invalid {
  border: 1px solid #c50000;
}

.category {
  padding: 32px 0;
}

.category__alert {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 575px) {
    .category__alert {
        font-size: 12px;
    }
}
.category-list {
  border-top: 1px solid #ccc;
  padding: 18px 0;
}

.category-list>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.category-list>ul li a {
  background: #fff;
  color: #333;
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.category-list>ul li.active a,
.category-list>ul li:hover a {
  background: #6b89c8;
  color: #fff;
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
}

.product-list {
  display: flex;
  flex-wrap: wrap;
}

.product-list .product {
  width: 25%;
  border: 1px solid #ddd;
  padding: 12px 24px 80px 24px;
  position: relative;
}

.product-list .product .product-image {
  display: block;
}

.product-list .product img {
  width: 100%;
}

.product-image {
  position: relative;
}

.product-image-tooltip {
  position: absolute;
  width: 100%;
  height: auto;
  padding: 20px 20px;
  background-color: #fff;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .25s all ease-in-out;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.product-image:hover .product-image-tooltip {
  opacity: 1;
}

.main-products .product .product-image-tooltip img {
  width: 40px;
  height: auto;
  aspect-ratio: 1;
}

.product-image-tooltip-title {
  line-height: 1.4;
  font-size: 18px;
}

.product-list .product .product-title {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  margin: 12px 0;
  display: block;
  font-size: 18px;
}

.product-list .product .product-shop {
  padding: 12px 0;
  position: absolute;
  bottom: 0;
}

.product-list .product .product-shop .product-price {
  color: #333;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}

.product-list .product .product-shop .product-to-cart {
  background: #6B89C8;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 4px 12px;
  border-radius: 4px;
  margin-top: 8px;
}

.product-list .product .product-shop .product-to-cart:hover {
  background: #616CDF;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

.pagination ul.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.pagination ul.pagination .page-link {
  display: block;
  padding: 2px 8px;
  border: 1px solid #d3ced2;
  border-right: none;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
  color: #6b89c8;
  text-decoration: none;
}

.pagination ul.pagination .page-item:last-child .page-link {
  border-right: 1px solid #d3ced2;
}

.pagination ul.pagination .page-link:hover,
.pagination ul.pagination .page-item.active .page-link {
  background: #ebe9eb;
  color: #8a7e88;
}

.product-card {
  padding: 32px 0;
}

.product-card .product {
  border-top: 1px solid #ccc;
  padding: 48px 0;
}

#msProduct.product {
  display: flex;
  gap: 40px
}

#msProduct.product .product-top {
  width: 50%;
}

#msProduct.product .product-top .product-image {
  text-align: center;
}

#msProduct.product .product-top .product-image img {
  max-width: 100%;
}

#msProduct.product .product-bottom {
  width: 50%;
}

#msProduct.product .product-bottom .product-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
}

#msProduct.product .product-bottom .product-price {
  margin-top: 24px;
  color: #618FF5;
  font-size: 24px;
  font-weight: 500;
  text-decoration: underline;
}

#msProduct.product .product-bottom .product-shop {
  margin-top: 24px;
}

#msProduct.product .product-bottom .product-shop #product_price {
  text-align: center;
  width: 56px;
  padding: 12px 8px;
  margin: 0;
  font-size: 14px;
}

#msProduct.product .product-bottom .product-shop .product-to-cart {
  background: linear-gradient(90deg, #618EF5 0%, #616CE0 100%);
  color: #fff;
  border: none;
  padding: 13px 18px;
  font-size: 14px;
  margin-left: 12px;
}

.product-card .product-info {
  border-top: 1px solid #ccc;
  padding: 48px 24px;
}

.product-card .product-info .title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
}

.product-card .product-info .content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px;
}

.loginLoginForm {
  display: flex;
  justify-content: center;
}

.login-field-container {
  display: flex;
  width: 300px;
  margin-bottom: 16px;
}

.login-field-label {
  width: 30%;
}

.login-field {
  width: 70%;
}

.login-field>* {
  width: 100%;
}

.login-submit-container {
  text-align: center;
  margin-bottom: 16px;
}

.login-submit {
  background: #616CDF;
  color: #fff;
  border: none;
  padding: 9px 22px;
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}

.login-submit:hover {
  background: #618FF5;
  text-decoration: none;
  color: #fff;
}

.login-register-link {
  text-align: center;
}

.cabinet {
  padding: 32px 24px 32px 24px;
  display: flex;
}

.cabinet-menu {
  width: 200px;
  border-top: 1px solid #ccc;
  padding: 18px 0;
}

.cabinet-menu>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.cabinet-menu>ul li a {
  background: #fff;
  color: #333;
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.cabinet-menu>ul li.active a,
.cabinet-menu>ul li:hover a {
  background: #6b89c8;
  color: #fff;
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
}

.cabinet-content {
  width: calc(100% - 200px);
  border-top: 1px solid #ccc;
  padding: 18px 18px 0 0;
}

.flex {
  display: flex;
}

.block {
  padding: 24px 0;
}

.column-2 {
  width: 50%;
}

.column-3 {
  width: 33.333%;
}

.column-3-grow {
  width: 66.666%;
}

.column-4 {
  width: 25%;
}

.column-4-grow {
  width: 75%;
}

.vcenter {
  display: flex;
  align-items: center;
  align-content: center;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  color: #333;
  margin: 24px 0;
}

.h2 {
  font-size: 36px;
  line-height: 48px;
}

.h4 {
  font-size: 24px;
  line-height: 36px;
}

.h6 {
  font-size: 14px;
  line-height: 16px;
}

.h1 b,
.h2 b,
.h3 b,
.h4 b,
.h5 b,
.h6 b {
  color: #616CDF;
}

.btn-link {
  display: inline-block;
  padding: 12px 24px;
  color: #fff;
  background: #616CDF;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 4px;
}

.btn-link:hover {
  background-color: #618FF5;
  text-decoration: none;
  color: #fff;
}

.ucase {
  text-transform: uppercase;
}

.pad-10 {
  padding: 10px;
}

.pad-left-10 {
  padding-left: 10px;
}

.pad-right-10 {
  padding-right: 10px;
}

.pad-right-80 {
  padding-right: 80px;
}

.pad-right-100 {
  padding-right: 100px;
}

.image {
  max-width: 100%;
}

.image img {
  max-width: 100%;
}

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

.container1 {
  max-width: 500px;
  margin: 30px auto;
}

.container2 {
  max-width: 1200px;
  margin: 0 auto;
}

.table {
  border-collapse: collapse;
  width: 100%;
}

.table__graphic {
  height: 100%;
}

.table__graphic tr {}

.table__graphic tr th {
  border: 1px solid gray;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
  background-color: #c6e2ff;
}

.table__graphic tr th.weekend {
  background-color: mistyrose;
}

.table__graphic tr th span {
  display: block;
}

.table__graphic tr td {
  border: 1px solid gray;
  font-size: 14px;
  line-height: 1.8;
  padding: 0;
}

.table__graphic tr td:nth-child(1) {
  text-align: center;
}

.table__graphicDay {}

.table__graphicMonth {
  margin: 1px 0;
}

.table__graphicWeekday {
  color: #8b8b8b;
}

.table__graphic .week_day_on {
  display: block;
  background-color: palegreen;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.table__graphic .week_day_chosen {
  background-color: yellow;
}

.table__graphic .week_day_off {
  background-color: silver;
}

.table__graphic tr td a {
  text-decoration: none;
}

.table__graphicArrows {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 15px;
  margin-bottom: 30px;
}

.table__graphicArrow {
  display: flex;
  text-decoration: none;
  color: #000;
  transition: .25s all ease-in-out;
  align-items: center;
  gap: 5px;
  line-height: 1;
}

.table__graphicArrow.left:before {
  content: '';
  width: 8px;
  height: 13px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='m6.5 11.5-5-5 5-5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table__graphicArrow.right:after {
  content: '';
  width: 8px;
  height: 13px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='13' fill='none'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.667' d='m1.5 1.5 5 5-5 5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table__graphicArrow:hover {
  opacity: .8;
  text-decoration: none;
}

.table__delivery {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.table__delivery thead tr {
  background-color: #f9f9f9;
}

.table__delivery tr {}

.table__delivery tr th {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 8px;
  font-size: 14px;
  text-align: center;
}

.table__delivery tr td {
  border-top: 1px solid #ddd;
  text-align: center;
  padding: 15px 10px;
  font-size: 14px;
}

.table__delivery tr td:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.table__delivery tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.table__delivery tr td input {
  width: 100%;
  max-width: 150px;
  padding: 5px 10px;
  border: 1px solid #ccc
}

.table__deliveryEdit {
  background: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3e%3cpath fill='%23000' d='m3.594 13.733.901-.901-2.327-2.327-.9.9v1.06h1.267v1.268h1.06Zm5.178-9.188c0-.146-.072-.218-.218-.218a.23.23 0 0 0-.168.069L3.02 9.762a.23.23 0 0 0-.07.169c0 .145.073.218.218.218a.23.23 0 0 0 .169-.07l5.366-5.366a.23.23 0 0 0 .07-.168Zm-.534-1.901 4.118 4.118L4.12 15H0v-4.119l8.238-8.237Zm6.762.95c0 .35-.122.647-.366.891L12.99 6.13l-4.119-4.12L10.515.377c.237-.25.534-.376.89-.376.35 0 .651.125.902.376l2.327 2.317c.244.257.366.558.366.901Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.table__deliveryEdit.hidd {
  display: none;
}

.table__deliveryEdit:hover {
  opacity: .8;
}

.table__deliveryRemove {
  background: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' fill='none'%3e%3cpath fill='%23000' d='M5 12.188V5.311a.304.304 0 0 0-.088-.224A.304.304 0 0 0 4.688 5h-.625a.304.304 0 0 0-.225.088.304.304 0 0 0-.088.224v6.875c0 .092.03.167.088.225a.304.304 0 0 0 .224.088h.625c.092 0 .167-.03.225-.088A.304.304 0 0 0 5 12.187Zm2.5 0V5.311a.304.304 0 0 0-.088-.224A.304.304 0 0 0 7.188 5h-.625a.304.304 0 0 0-.225.088.304.304 0 0 0-.088.224v6.875c0 .092.03.167.088.225a.304.304 0 0 0 .224.088h.625c.092 0 .167-.03.225-.088a.304.304 0 0 0 .088-.225Zm2.5 0V5.311a.304.304 0 0 0-.088-.224A.304.304 0 0 0 9.687 5h-.624a.304.304 0 0 0-.225.088.304.304 0 0 0-.088.224v6.875c0 .092.03.167.088.225a.304.304 0 0 0 .225.088h.624c.092 0 .167-.03.225-.088a.304.304 0 0 0 .088-.225ZM4.687 2.5h4.375l-.468-1.143a.276.276 0 0 0-.166-.107H5.332a.276.276 0 0 0-.166.107L4.687 2.5Zm9.063.313v.624c0 .092-.03.167-.088.225a.304.304 0 0 1-.225.088H12.5v9.258c0 .54-.153 1.007-.459 1.401-.306.394-.674.591-1.104.591H2.813c-.43 0-.798-.19-1.104-.571-.306-.381-.459-.842-.459-1.382V3.75H.312a.304.304 0 0 1-.224-.088A.304.304 0 0 1 0 3.438v-.626c0-.09.03-.166.088-.224A.304.304 0 0 1 .313 2.5H3.33L4.014.87c.097-.242.273-.447.527-.616.254-.17.511-.254.771-.254h3.125c.26 0 .518.085.772.254.254.17.43.374.527.615L10.42 2.5h3.018c.09 0 .165.03.224.088a.304.304 0 0 1 .088.224Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.table__deliveryRemove:hover {
  opacity: .8;
}

.table__deliverySave {
  background: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3e%3cpath fill='%23000' d='M3.75 13.75h7.5V10h-7.5v3.75Zm8.75 0h1.25V5a1.08 1.08 0 0 0-.098-.376 1.05 1.05 0 0 0-.195-.337l-2.744-2.744a1.055 1.055 0 0 0-.332-.195A1.051 1.051 0 0 0 10 1.25v4.063c0 .26-.091.481-.273.664a.904.904 0 0 1-.665.273H3.439a.904.904 0 0 1-.665-.273.904.904 0 0 1-.273-.665V1.25H1.25v12.5H2.5V9.687c0-.26.091-.481.273-.664a.904.904 0 0 1 .664-.273h8.126c.26 0 .481.091.664.273a.904.904 0 0 1 .273.665v4.062ZM8.75 4.687V1.563a.3.3 0 0 0-.093-.22.3.3 0 0 0-.22-.092H6.563a.3.3 0 0 0-.22.093.3.3 0 0 0-.093.22v3.125a.3.3 0 0 0 .093.22.3.3 0 0 0 .22.092h1.875a.3.3 0 0 0 .22-.093.3.3 0 0 0 .092-.22ZM15 5v9.063c0 .26-.091.481-.273.664a.904.904 0 0 1-.665.273H.938a.904.904 0 0 1-.665-.273.904.904 0 0 1-.273-.665V.938C0 .677.091.456.273.272A.904.904 0 0 1 .937 0H10c.26 0 .547.065.86.195.312.13.56.287.742.47l2.734 2.733c.182.183.338.43.469.743.13.312.195.599.195.859Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  transition: .25s all ease-in-out;
  display: none;
}

.table__deliverySave.vis {
  display: block;
}

.table__deliverySave:hover {
  opacity: .8;
}

.table__deliveryTop {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 20px;
}

.table__deliveryAdd {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #616CDF;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  transition: .25s all ease-in-out;
  line-height: 1.2;
}

.table__deliveryAdd:before {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3e%3cpath fill='%23fff' d='M3.077 7.5a.662.662 0 0 1 .662-.663h3.086V3.751a.663.663 0 0 1 1.325 0v3.086h3.085a.663.663 0 1 1 0 1.325H8.15v3.086a.662.662 0 1 1-1.325 0V8.162H3.739a.663.663 0 0 1-.662-.662Z'/%3e%3cpath fill='%23fff' fill-rule='evenodd' d='M3.35.229a37.545 37.545 0 0 1 8.274 0 3.52 3.52 0 0 1 3.106 3.074 36.062 36.062 0 0 1 0 8.394 3.522 3.522 0 0 1-3.106 3.074c-2.75.305-5.524.305-8.273 0-1.614-.18-2.917-1.451-3.106-3.074a36.132 36.132 0 0 1 0-8.394A3.52 3.52 0 0 1 3.35.229Zm8.127 1.316a36.218 36.218 0 0 0-7.98 0A2.196 2.196 0 0 0 1.56 3.457a34.806 34.806 0 0 0 0 8.087 2.196 2.196 0 0 0 1.937 1.911 36.3 36.3 0 0 0 7.98 0 2.196 2.196 0 0 0 1.937-1.911c.314-2.687.314-5.4 0-8.087a2.196 2.196 0 0 0-1.937-1.91v-.002Z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.table__deliveryAdd:hover {
  opacity: .9;
}

.table__graphic tr th:nth-child(n+9) {
  display: none;
}

.table__graphic tr td:nth-child(n+9) {
  display: none;
}

.footer {
  margin-top: 40px;
}

.pageTitle {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  color: #333;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 5px;
}

.contactPage {}

.contactPage__container {
  display: grid;
  grid-template-columns: 2fr 7fr;
  gap: 30px;
}

.contactPage__content {}

.contactPage__logo {
  display: block;
  margin-bottom: 10px;
}

.contactPage__logo img {
  max-width: 100%;
}

.contactPage__main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px
}

.contactPage__mainTitle {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.contactPage__mainAddress {
  font-size: 18px;
  line-height: 1.2;
}

.contactPage__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 5px
}

.contactPage__phoneTitle {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.contactPage__phoneLink {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  transition: .25s all ease-in-out;
}

.contactPage__phoneLink:hover {
  text-decoration: none;
  color: #616CDF;
}

.contactPage__mail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 5px
}

.contactPage__mailTitle {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.contactPage__mailLink {
  display: block;
  font-size: 18px;
  line-height: 1.2;
  color: #333;
  transition: .25s all ease-in-out;
}

.contactPage__mailLink:hover {
  text-decoration: none;
  color: #616CDF;
}

.contactPage__map {}

.contactPage__table {
  margin-top: 50px;
  overflow-x: auto;
}

.table_standart {
  width: 100%;
}

.table_standart tr {}

.table_standart tr th {
  border: 1px solid #4e58c2;
  text-align: center;
  padding: 15px 5px;
  background-color: #616CDF;
  color: #fff;
  line-height: 1.2;
}

.table_standart tr td {
  border: 1px solid #ccc;
  padding: 10px;
  line-height: 1.2;
}

.table_standart tr td a {
  color: #616CDF;
  text-decoration: none;
  transition: .25s all ease-in-out;
}

.table_standart tr td a:hover {
  color: #616CDF;
  opacity: .8;
  text-decoration: none;
}

form[action="cabinet/balance"] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

form[action="cabinet/balance"] .form-group label {
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

form[action="cabinet/balance"] .form-group .form-control {
  width: 100%;
  max-width: 250px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 1.2;
}

form[action="cabinet/balance"] input[type="submit"] {
  display: inline-block;
  background: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 34px;
  text-decoration: none;
  transition: .25s all ease-in-out;
  line-height: 1.2;
  cursor: pointer;
}

form[action="cabinet/balance"] input[type="submit"]:hover {
  text-decoration: none;
  background-color: #618FF5;
}

form[action="cabinet/balance"] .radio label {
  display: block;
  margin-bottom: 0;
  cursor: pointer;
}

form[action="cabinet/balance"] label>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  max-width: 10px;
}

form[action="cabinet/balance"] label>span {
  display: block;
  user-select: none;
  padding-left: 20px;
  position: relative;
  text-transform: none;
  font-weight: 400;
}

form[action="cabinet/balance"] label>span::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  flex: none;
  border: 1px solid #616CDF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

form[action="cabinet/balance"] label>span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  flex: none;
  background-color: #616CDF;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 3px;
  opacity: 0;
}

form[action="cabinet/balance"] label>input:checked+span::after {
  opacity: 1;
}

form[action="cabinet/balance"] label>input:disabled+span {
  opacity: .5;
}

.ms-title .d-flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ms-title .d-flex .title a {
  font-size: 16px;
  max-width: 360px;
  display: block;
  color: #333;
  transition: .25s all ease-in-out;
  line-height: 1.4;
}

.ms-title .d-flex .title a:hover {
  color: #000;
  text-decoration: none;
}

.currentOrders .block #msCart>h4 {
  margin-bottom: 0;
  line-height: 1.2;
}

.currentOrders .block #msCart .ms-header th {
  padding: 0 0 10px;
}

.currentOrders .block #msCart table td {
  padding: 10px 0;
}

.currentOrders .block #msCart .ms-footer th {
  padding-top: 20px;
}

.currentOrders .block+* {
  border-top: 1px solid #ccc
}

.currentOrders .datepicker {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='17' fill='none'%3e%3cpath fill='%23666' d='M16.806 1.889H15V3h1.667v12.222H1.11V3h1.667V1.889H.972A.989.989 0 0 0 0 2.894v12.434a.989.989 0 0 0 .972 1.005h15.834a.988.988 0 0 0 .972-1.005V2.894a.99.99 0 0 0-.972-1.005Z'/%3e%3cpath fill='%23666' d='M3.444 6.667h1.112v1.11H3.444v-1.11ZM6.778 6.667h1.11v1.11h-1.11v-1.11ZM10.111 6.667h1.111v1.11h-1.11v-1.11ZM13.444 6.667h1.112v1.11h-1.112v-1.11ZM3.444 9.444h1.112v1.112H3.444V9.444ZM6.778 9.444h1.11v1.112h-1.11V9.444ZM10.111 9.444h1.111v1.112h-1.11V9.444ZM13.444 9.444h1.112v1.112h-1.112V9.444ZM3.444 12.222h1.112v1.111H3.444v-1.11ZM6.778 12.222h1.11v1.111h-1.11v-1.11ZM10.111 12.222h1.111v1.111h-1.11v-1.11ZM13.444 12.222h1.112v1.111h-1.112v-1.11ZM4.556 4.444a.556.556 0 0 0 .555-.555V.556A.556.556 0 1 0 4 .556v3.333a.556.556 0 0 0 .556.555ZM13.444 4.444A.556.556 0 0 0 14 3.89V.556a.555.555 0 1 0-1.111 0v3.333a.555.555 0 0 0 .555.555ZM6.222 2.222h5.556v1.111H6.222v-1.11Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 10px center;
  padding: 0 10px 0 40px;
  line-height: 1.2;
  height: 40px;
  border-radius: 0;
  width: 100%;
}

.currentOrders select {
  height: 40px;
  border-radius: 0;
}

.currentOrders-filter {
  align-items: center;
}

.currentOrders-filter .login-submit {
  height: 40px;
}

.table-responsive {
  overflow-x: auto;
}

.register .register-field input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px;
  line-height: 1.2;
}

.register-field-container {
  align-items: center;
}

.register-field-label {
  margin-bottom: 0;
}

.table__deliveryResp {
  overflow-x: auto;
}

.table__deliveryResp input.error {
  border: 1px solid brown !important;
}

button[value="cart/remove"] {
  border: none;
  background: transparent;
  width: 20px;
  height: 100%;
  aspect-ratio: 1;
  font-size: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24' fill='none'%3e%3cpath fill='%23000' fill-rule='evenodd' d='M7.125 4.5V2.25h6.75V4.5h-6.75Zm-2.25 0v-3a1.5 1.5 0 0 1 1.5-1.5h8.25a1.5 1.5 0 0 1 1.5 1.5v3h3.75a1.125 1.125 0 0 1 0 2.25h-.547l-1.115 14.48A3 3 0 0 1 15.222 24H5.778a3 3 0 0 1-2.991-2.77L1.673 6.75h-.548a1.125 1.125 0 0 1 0-2.25h3.75ZM3.93 6.75h13.14l-1.101 14.307a.75.75 0 0 1-.747.693H5.778a.75.75 0 0 1-.747-.693L3.93 6.75Z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
}

button[value="cart/remove"]:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='21' height='24' fill='none'%3e%3cpath fill='%23000' fill-rule='evenodd' d='M7.125 4.5V2.25h6.75V4.5h-6.75Zm-2.25 0v-3a1.5 1.5 0 0 1 1.5-1.5h8.25a1.5 1.5 0 0 1 1.5 1.5v3h3.75a1.125 1.125 0 0 1 0 2.25h-.547l-1.115 14.48A3 3 0 0 1 15.222 24H5.778a3 3 0 0 1-2.991-2.77L1.673 6.75h-.548a1.125 1.125 0 0 1 0-2.25h3.75ZM3.93 6.75h13.14l-1.101 14.307a.75.75 0 0 1-.747.693H5.778a.75.75 0 0 1-.747-.693L3.93 6.75Z' clip-rule='evenodd'/%3e%3c/svg%3e");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: .8;
}

table .ms-remove {
  width: 40px;
}

td.ms-remove form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ms-image a {
  display: block;
}

.ms-image a img {
  width: 120px;
}

button[value="cart/clean"],
button[value="order/clean"],
button[value="order/submit"] {
  display: block;
  background: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  text-decoration: none;
  transition: .25s all ease-in-out;
  margin-top: 15px;
  line-height: 1.3;
}

button[value="cart/clean"]:hover,
button[value="order/clean"]:hover,
button[value="order/submit"]:hover {
  text-decoration: none;
  background-color: #618FF5;
}

.inputRange {
  height: 36px;
  width: 110px;
  display: flex;
  align-items: center;
}

.inputRange input {
  width: 50px;
  height: 100%;
  border: none;
  flex: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  text-align: center;
  -moz-appearance: textfield;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.inputRange input::-webkit-outer-spin-button,
.inputRange input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inputRange__btn {
  flex: 1;
  border: none;
  height: 100%;
  background-color: #616CDF;
  padding: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
}

.inputRange__btn:hover,
.inputRange__btn:hover {
  background-color: #618FF5;
}

.inputRange__minus {}

.inputRange__minus:before {
  content: '';
  width: 13px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  top: 16px;
  transition: 0.25s all ease-in-out;
}

.inputRange__plus {}

.inputRange__plus:before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 8px;
  top: 16px;
  transition: 0.25s all ease-in-out;
}

.inputRange__plus:after {
  content: '';
  width: 2px;
  height: 14px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  top: 10px;
  transition: 0.25s all ease-in-out;
}

#msCart tr {
  border-top: 1px solid #ccc;
}

#msCart tr td {
  padding: 10px 0;
}

#msCart tr:nth-child(2) {
  border-top: none;
}

#msCart tr.ms-header {
  border-top: none;
}

#msCart tr.ms-footer {
  border-top: none;
}

#msOrder .col-form-label {
  display: block;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

#msOrder .input-parent textarea {
  width: 100%;
  height: 70px;
  resize: none;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 10px 15px;
}

.table__graphicResp {
  overflow-x: auto;
}

.table__graphicResp table {
  width: 100%;
}

.currentOrders-list,
.orderHistory-detail {
  width: 100%;
}

.orderHistory_item-status {
  padding: 7px 22px !important;
  font-size: 18px;
}

.orderHistory_item-status:not(td) {
  display: inline-block;
}

.orderHistory_item-paid_button.orderHistory_item-button_second {
  background: #c50000 !important;
}

.currentOrders-list td,
.currentOrders-list th,
.orderHistory-detail td,
.orderHistory-detail th {
  border: 1px solid #ccc;
  padding: 4px 8px;
  font-size: 14px;
}

.currentOrders-list tr {
  background: #f7f7f7;
}

.currentOrders-list tr:nth-child(2n) {
  background: #fff;
}

.orderHistory-detail tr {
  background: #f7f7f7;
}

.orderHistory-detail tbody tr {
  background: #fff;
}

.orderBalance-form {
  width: 300px;
}

.orderBalance-list {
  width: 100%;
  padding-left: 32px;
}

.payment {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px !important;
}

.payment .menu-item {
  display: block;
  width: 26px;
  aspect-ratio: 1;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.payment .menu-item.visa {
  background-image: url(/assets/templates/default/img/visa.png);
}

.payment .menu-item.mastercard {
  background-image: url(/assets/templates/default/img/mastercard.png);
}

.payment .menu-item.yandex {
  background-image: url(/assets/templates/default/img/yandex.png);
}

.payment .menu-item.webmoney {
  background-image: url(/assets/templates/default/img/webmoney.png);
}

.menu-items.mobile {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px !important;
}

.menu-items.mobile .menu-item {
  display: block;
  width: 104px;
  aspect-ratio: 2.54;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.menu-items.mobile .menu-item.apple {
  background-image: url(/assets/templates/default/img/app-store.png);
}

.menu-items.mobile .menu-item.android {
  background-image: url(/assets/templates/default/img/google-play.png);
}

.menu-items.social {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px !important;
}

.menu-items.social .menu-item {
  display: block;
  width: 26px;
  aspect-ratio: 1;
  object-fit: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.menu-items.social .menu-item.ws {
  background-image: url(/assets/templates/default/img/ws.png);
}

.menu-items.social .menu-item.fb {
  background-image: url(/assets/templates/default/img/fb.png);
}

.menu-items.social .menu-item.vk {
  background-image: url(/assets/templates/default/img/vk.png);
}

.menu-items.social .menu-item.max {
  background-image: url(/assets/templates/default/img/max.png);
}

.menu-items.social .menu-item.in {
  background-image: url(/assets/templates/default/img/in.png);
}

.menu-items.social .menu-item.vb {
  background-image: url(/assets/templates/default/img/vb.png);
}

.currentOrders__table {
  overflow-x: auto;
}

select[name="address"] {
  height: 40px;
}

.hero {
  background-image: url('/assets/templates/default/img/hero__bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  margin: 0 -200px;
  background-color: #ccc;
}

.hero2 {
  background-image: url('/assets/templates/default/img/hero__bg2.jpg');
}

.hero .container {
  height: 100%;
}

.hero__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
}

.hero__title {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}

.hero__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.hero__btn {
  margin-top: 30px;
  display: inline-block;
  background-color: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 14px 24px 12px;
  text-decoration: none;
  transition: .25s all ease-in-out;
  border-radius: 3px;
  line-height: 1.2;
}

.hero__btn:hover {
  background-color: #618FF5;
  text-decoration: none;
  color: #fff;
}

.technology {
  margin-top: 100px;
}

.technology__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.technology__item {
  background-color: #F2F5FA;
  padding: 40px 30px 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.technology__itemTop {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}

.technology__itemIcon {
  flex: none;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology__itemIcon img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.technology__itemIcon svg {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.technology__itemTitle {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}

.technology__itemText {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #333;
}

.technology__itemLink {
  color: #6B89C8;
  display: block;
  margin-top: auto;
}

.technology__itemLink:hover {
  color: #6B89C8;
  text-decoration: none;
  opacity: .8;
}

.order__address {
  margin-bottom: 15px;
}

.jGrowl {
  text-decoration: none;
}

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

.jGrowl *:hover {
  text-decoration: none;
}

.jGrowl * {
  color: #fff;
}

.aboutTable .cell .h3 {
  font-size: 24px;
  font-weight: 500;
  color: #616CDF;
}

.aboutTable .cell .column-3 {
  font-size: 14px;
}

.aboutTable>.flex {
  border-top: 1px solid #DDDDDD;
  align-items: center;
  padding: 10px 10px;
}

.aboutTable>.flex:last-child {
  border-bottom: 1px solid #DDDDDD
}

.aboutTable__item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.aboutTable__itemIcon {
  display: flex;
  align-items: center;
  width: 50px;
  aspect-ratio: 1;
  flex: none
}

.aboutTable__itemIcon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.aboutTable__itemTitle {
  font-size: 14px;
  line-height: 1.4;
}

.main-slider {
  margin-bottom: 0 !important;
}

.main-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10px;
  gap: 0 12px;
  z-index: 2;
}

.main-slider .slick-dots li {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

.main-slider .slick-dots li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #000;
  opacity: .2;
  transition: .25s all ease-in-out;
}

.main-slider .slick-dots li.slick-active button {
  opacity: 1;
}

.main-slider .slick-dots li button:before {
  display: none;
}

.main-slider.slick-initialized .main-sliderItem {
  display: flex;
}

.main-sliderItem {
  display: none;
  height: 400px;
  align-items: center;
  padding: 20px 20px 20px 30px;
  position: relative;
}

.main-sliderItemBlock {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  position: relative;
  z-index: 2;
  max-width: 50%;
}

.main-sliderItemBlock.center {
    align-items: center;
    margin: 0 auto;
    text-align: center;
    max-width: 80%;
    padding-top: 20px;
    gap: 20px;
}

.main-sliderItemBlock.main-sliderItemBlockMob {
  /* display: none; */
  position: absolute;
  left: 62%;
  bottom: 60px;
  transform: translateX(-50%);
}


.main-sliderItemBtnMay.btn {
  position: absolute;
  bottom: -170px;
  left: 480px;
  padding: 8px 24px;
}

.main-sliderItemBlock.mob {
    display: none;
}

.main-sliderItemBlockMay .main-sliderItemTitle {
  display: none;
}
.main-sliderItemBlockMay .main-sliderItemText {
  display: none;
}

.main-sliderItemTitle.light {
    text-transform: uppercase;
    font-weight: 500;
}

.main-sliderItemTitle.dark {
  color: #333;
}

.main-sliderItemTitle {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.35;
}

.main-sliderItemTitle span.red {
  color: #ff1010;
}

.main-sliderItemText {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35;
}

.main-sliderItemText.dark {
    color: #333;
}

.main-sliderItemBtn {
  display: inline-block;
  background: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 24px;
  text-decoration: none;
}

.main-sliderItemBtn:hover {
  background-color: #618FF5;
  color: #fff;
  text-decoration: none;
}

.main-sliderItemImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main-sliderItemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 450px;
  margin: 20px auto;
  border-radius: 10px;
}

.white-popup-text {
  position: relative;
  background: #FFF;
  padding: 50px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  border-radius: 10px;
}

.form__text a {
  color: #6b89c8;
}

.formTemp .mfp-close {
  font-size: 0;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  opacity: 1;
}

.formTemp .mfp-close:hover {
  opacity: .8;
}

.formTemp .mfp-close:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #909090;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.formTemp .mfp-close:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #909090;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.form__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2;
}

.form form input {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

.form form button {
  display: block;
  background-color: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 50px 12px;
  text-decoration: none;
  transition: .25s all ease-in-out;
  border-radius: 3px;
  line-height: 1.2;
  margin: 10px auto 0;
}

.form form button:hover {
  background-color: #618FF5;
  text-decoration: none;
  color: #fff;
}

.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.my-mfp-slide-bottom {
  opacity: 0;
  opacity--webkit-transition: opacity 0.3s ease-out;
  opacity--moz-transition: opacity 0.3s ease-out;
  opacity--o-transition: opacity 0.3s ease-out;
  opacity-transition: opacity 0.3s ease-out;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.btn-def {
  display: inline-block;
  background-color: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 14px 24px 12px;
  text-decoration: none;
  transition: .25s all ease-in-out;
  border-radius: 3px;
  line-height: 1.2;
}

.btn-def:hover {
  background-color: #618FF5;
  text-decoration: none;
  color: #fff;
}

.sert {
  padding: 50px 0;
}

.sert__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px
}

.sert__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sert__itemTitle {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #6b89c8;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #6b89c8;
}

.sert__itemImg {
  width: 100%;
  height: auto;
  aspect-ratio: .73;
}

.sert__itemImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orderBalance-replenish {
  background-color: #616cdf;
  padding: 10px 20px;
  border: 2px solid #7d86eb;
  color: #fff;
  margin-bottom: 30px
}

.orderBalance-replenish.red {
  background-color: red;
  padding: 10px 20px;
  border: 2px solid red;
  color: #fff;
  margin-bottom: 30px
}

.table__graphicCheck.table__error {
  border: 2px solid red;
  padding: 5px;
}

.authenticity {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 100px;
  max-width: 970px;
  margin: 40px auto 0;
}

.authenticity__img {
  display: block;
  margin-bottom: 20px;
}

.authenticity__img img {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.authenticity__content {
  padding-left: 60px;
  position: relative;
}

.authenticity__numb {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #616CDF;
}

.left {
  float: left;
}

.delivery__p p {
  margin-bottom: 10px;
}

.delivery_table {
  font-size: 12px;
  width: 180px;
  margin-top: 10px;
  margin-left: 20px;
}

.delivery_table th {
  background: #0067ac;
  color: white;
  text-align: center;
  border: 1px solid silver;
  line-height: 20px !important;
}

.delivery_table td {
  border: 1px solid silver;
  text-align: center;
  background-color: white;
  vertical-align: middle;
  text-shadow: 2px 2px 2px #ddccb5;
  line-height: 10px !important;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 5px;
}

.center_text {
  text-align: center;
}

.left_text {
  text-align: left;
}

.a_main,
.a_main:visited {
  color: steelblue;
  font-weight: bold;
}

.table_standart {
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
}

.table_standart th {
  border: 1px solid gray;
  padding: 10px;
  background: steelblue;
  color: white;
  text-shadow: 1px 0px 2px gray;
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(150, 150, 150, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(150, 150, 150, 0.1) 100%);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(150, 150, 150, 0.1) 100%);
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(150, 150, 150, 0.1) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(150, 150, 150, 0.1) 100%);
}

.table_standart td {
  border: 1px solid gray;
}

.text_help {
  color: gray;
  text-shadow: 1px 0px 2px silver;
}

.topmenu2 {
  margin-bottom: 10px;
}

.source {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.source__item {}

.source__itemImg {
  display: block;
}

.source__itemImg img {
  width: 100%;
}

.source__itemTitle {
  text-align: center;
  margin-top: 10px;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  background: #616CDF;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 12px 24px;
  text-decoration: none;
}

.btn:hover {
  color: #fff;
  background: #618FF5;
  text-decoration: none;
}

.pageOrder__title {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  font-style: 20px;
}

.pageOrder__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
}

.pageOrder__item {
  border: 1px solid #ededed;
  padding: 30px;
  border-radius: 20px;
}

.pageOrder__itemTop {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.pageOrder__itemIcon {
  width: 100px;
  height: auto;
  aspect-ratio: 1;
}

.pageOrder__itemIcon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pageOrder__itemTitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

.pageOrder__itemTitle span {
  display: block;
  text-align: center;
  font-size: 22px;
}

.pageOrder__itemContent ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.pageOrder__itemContent ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  line-height: 1.4;
}

.pageOrder__itemContent ul li:before {
  content: '';
  width: 8px;
  height: auto;
  aspect-ratio: 1;
  background-color: #616CDF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.pageOrder__itemContent .menu-items.mobile {
  margin-top: 15px;
  margin-bottom: 0!important;
}

.pageOrder__itemContent .menu-items.mobile .menu-item.apple {
  background-image: url(/assets/templates/default/img/app-store-b.png);
}

.pageOrder__itemContent .menu-items.mobile .menu-item.android {
  background-image: url(/assets/templates/default/img/google-play-b.png);
}

.product {}

.product__tabs {}

.product__tabsCaption {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.product__tabsCaption li {
  background: #fff;
  color: #333;
  display: block;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: .25s all ease-in-out;
  cursor: pointer;
}

.product__tabsCaption li:hover {
  background-color: #6b89c8;
  color: #fff;
}

.product__tabsCaption li.active {
  background-color: #6b89c8;
  color: #fff;
}

.product__tabsContainer {}

.product__tabsItem {
  display: none;
}

.product__tabsItem.active {
  display: block;
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 5px;
}

.breadcrumbs li {
  list-style: none;
  color: #6a6a6a;
  font-size: 14px;
}

.breadcrumbs li a {
  display: block;
  color: #6a6a6a;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

.textPage img {
  max-width: 100%;
  margin: 15px 0 30px;
}

.cart-wrapper {
  z-index: 10;
  position: fixed;
  bottom: 35px;
  right: -142px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px;
  background-color: #b91414;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-wrapper a {
  color: white;
  display: flex;
  align-items: center;
  line-height: 2;
  text-decoration: none;
}

.cart-wrapper a:hover {
  text-decoration: none;
}

.cart-wrapper .empty i {
  margin-right: 44px !important;
  font-size: 20px;
  margin-left: 16px;
  vertical-align: middle;
}

.cart-wrapper .empty {
  line-height: 35px;
}

.cart-wrapper.cart-full a {
  text-decoration: none;
  color: white;
}

.cart-wrapper:hover {
  right: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-wrapper .not_empty div {
  font-size: 16px;
  text-align: right;
  margin-top: -8px;
}

.cart-wrapper .not_empty .count-d-hover {
  position: absolute;
  left: 43px;
  bottom: 13px;
  font-size: 16px;
}

.cart-wrapper .not_empty i {
  margin-right: 40px !important;
  font-size: 20px;
  margin-left: 10px;
  vertical-align: middle;
  padding: 0px 0px;
  position: relative;
  top: 9px;
}

.cart-wrapper:hover .not_empty div {
  display: block;
}

.cart-wrapper:hover .not_empty span {
  display: none;
}

.footer__polit {
  color: #999;
  border-bottom: 1px solid #999;
}

.footer__polit:hover {
  text-decoration: none;
  color: #999;
  opacity: .8;
  border-bottom-color: transparent;
}

.clear {
  clear: both;
}

.firstTime {
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 10;
  position: fixed;
  bottom: 110px;
  right: -230px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px 0 0 4px;
  padding: 5px 20px 5px 5px;
  background-color: #6b89c8;
  text-decoration: none;
  color: #fff;
  transition: .25s all ease-in-out;
}

.firstTime:hover {
  right: 0;
  text-decoration: none;
}

.firstTimeIcon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3e%3cpath fill='%23fff' d='M9 15h2V9H9v6Zm1-8a.968.968 0 0 0 .713-.288A.964.964 0 0 0 11 6a.968.968 0 0 0-.288-.713A.964.964 0 0 0 10 5a.968.968 0 0 0-.713.288A.964.964 0 0 0 9 6c0 .283.096.521.288.713.192.192.43.288.712.287Zm0 13a9.733 9.733 0 0 1-3.9-.788 10.114 10.114 0 0 1-3.175-2.137c-.9-.9-1.612-1.958-2.137-3.175A9.755 9.755 0 0 1 0 10c0-1.383.263-2.683.788-3.9a10.114 10.114 0 0 1 2.137-3.175c.9-.9 1.958-1.612 3.175-2.137A9.755 9.755 0 0 1 10 0c1.383 0 2.683.263 3.9.788a10.114 10.114 0 0 1 3.175 2.137c.9.9 1.613 1.958 2.138 3.175A9.72 9.72 0 0 1 20 10a9.733 9.733 0 0 1-.788 3.9 10.114 10.114 0 0 1-2.137 3.175c-.9.9-1.958 1.613-3.175 2.138A9.72 9.72 0 0 1 10 20Z'/%3e%3c/svg%3e");
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px 10px 10px 17px;
}

.firstTimeText {
  color: #fff;
}

.header-cto {
  width: 45px;
  height: auto;
  aspect-ratio: 0.86;
}

.header-cto img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1660px) {
  .hero {
    margin: 0 -100px;
  }
}

@media (max-width: 1460px) {
  .hero {
    margin: 0px;
    padding: 0 40px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: 1140px;
  }

  .product-list .product .product-title {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 960px;
  }

  .main-mobile-info {
    padding-right: 100px;
  }

  .main-products .product .product-title {
    font-size: 15px;
  }

  #header .menu li {
    padding: 13px 10px;
  }

  #header .logo a img {
    max-width: 80px;
  }

  .contactPage__container {
    grid-template-columns: 2fr 5fr;
  }

  .hero {
    height: 450px;
  }

  .main-sliderItemTitle {
    font-size: 28px;
  }

  .sert__itemTitle {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .main-promo {
    align-items: center;
    height: 290px;
  }

  .main-promo .main-promo-title {
    text-align: center;
    width: 100%;
    max-width: 400px;
    font-size: 28px;
  }

  .main-mobile-info {
    padding-right: 30px;
  }

  .main-mobile-image img {
    width: 100%;
  }

  .main-mobile-title {
    padding-top: 40px;
  }

  .main-products .product {
    padding: 0 10px;
  }

  .main-products .product .product-shop .product-price {
    font-size: 20px;
  }

  .header__burger {
    display: block;
  }

  #header .header-left .menu {
    display: none;
  }

  #header {
    justify-content: space-between;
  }

  .header-left {
    width: auto;
  }

  .header-right {
    width: auto;
    gap: 15px
  }

  #header .phone {
    margin: 0;
  }

  #header .logo a img {
    max-width: 60px;
  }

  #content {
    margin-top: 75px;
  }

  body.lock {
    overflow: hidden;
    height: 100vh;
  }

  .mobile__menu.open {
    right: 0;
  }

  .pad-right-80 {
    padding-right: 40px;
  }

  .table .row.flex {
    flex-direction: column;
  }

  .table .row.flex .cell {
    width: 100%;
  }

  .table .row.flex+* {
    margin-top: 20px;
  }

  .product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-list .product {
    width: 100%;
  }

  #msProduct.product .product-bottom .product-title {
    font-size: 22px;
    line-height: 1.4;
  }

  .contactPage__container {
    grid-template-columns: 2fr 3fr;
  }

  .table-responsive table {
    width: 750px;
  }

  .table__deliveryResp table {
    width: 860px;
  }

  .currentOrders__table table {
    width: 800px;
  }

  .orderBalance-flex .currentOrders__table table {
    width: 500px;
  }

  .orderBalance-flex {
    flex-direction: column;
  }

  .orderBalance-list {
    padding-left: 0;
    margin-top: 30px;
  }

  .currentOrders-filter input {
    width: 100px;
  }

  .currentOrders-filter select {
    width: 120px;
  }

  .cabinet-content .register {
    width: 100%;
  }

  .technology__list {
    grid-template-columns: 1fr 1fr;
  }

  .main-sliderItemTitle {
    font-size: 25px;
  }

  .sert__list {
    gap: 20px
  }

  .sert__itemTitle {
    font-size: 14px;
  }

  .authenticity {
    gap: 50px
  }

  .pageOrder__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }

  .main-promo {
    height: auto;
    padding: 70px 20px;
  }

  .main-mobile {
    flex-direction: column;
    align-items: center;
    gap: 20px
  }

  .main-mobile-info {
    order: -1;
    padding-right: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 380px;
  }

  .main-mobile {
    padding-top: 40px;
  }

  .main-mobile-title {
    text-align: center;
    padding-top: 0;
  }

  .main-mobile-info-text {
    text-align: center;
  }

  .main-mobile-link.android {
    margin-right: 0;
  }

  .clear-technology {
    flex-direction: column;
    align-items: center;
  }

  .clear-technology-text {
    width: 100%;
  }

  .clear-technology-title {
    width: 100%;
    margin-bottom: 20px;
    flex-direction: row;
    gap: 5px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .clear-technology-link {
    margin-top: 0;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-contacts {
    width: 100%;
  }

  #footer-menu {
    padding-top: 40px;
  }

  .main-products {
    grid-template-columns: 1fr 1fr;
  }

  .main-products .product:nth-child(4) {
    border-right: 2px solid #ddd;
  }

  .main-products .product:nth-child(even) {
    border: none !important
  }

  .block.flex {
    flex-direction: column;
  }

  .block.flex .column-2 {
    width: 100%;
  }

  .h2 {
    font-size: 26px;
    line-height: 1.5;
  }

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

  .table .row.flex .cell .flex {
    flex-direction: column;
  }

  .table .row.flex .cell .flex .column-3 {
    width: 100%;
  }

  .block {
    padding: 15px 0;
  }

  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin: 15px 0;
  }

  .column-2 {
    width: 100%;
  }

  .flex {
    flex-direction: column;
  }

  .flex .pad-right-10 {
    padding-right: 0;
  }

  .flex .pad-left-10 {
    padding-left: 0;
  }

  .pad-10 {
    padding: 0;
  }

  .mtm {
    margin-top: 20px;
  }

  .product-list {
    grid-template-columns: 1fr 1fr;
  }

  .product-card .product-info {
    padding: 20px 0;
  }

  .product-card .product-info .content {
    margin-top: 5px;
  }

  .contactPage__table table {
    width: 720px;
  }

  .contactPage__container {
    grid-template-columns: 1fr 1fr;
  }

  .cabinet {
    flex-direction: column-reverse;
  }

  .cabinet-content {
    width: 100%;
  }

  .cabinet-menu {
    width: 100%;
  }

  .cabinet {
    padding: 30px 0;
  }

  .page-title {
    font-size: 22px;
    line-height: 1.35;
  }

  .currentOrders-filter input {
    width: 250px;
    margin-bottom: 10px;
  }

  .currentOrders .datepicker {
    width: 250px;
  }

  .currentOrders-filter select {
    width: 250px;
    margin-bottom: 10px;
  }

  .page-body .register {
    width: 100%;
  }

  .technology__list {
    grid-template-columns: 1fr;
  }

  .hero {
    height: auto;
    padding: 100px 20px;
  }

  .hero__container {
    align-items: center;
  }

  .hero__title {
    text-align: center;
  }

  .hero__text {
    text-align: center;
  }

  .hero__block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero__title {
    font-size: 28px;
  }

  .main-sliderItem {
    padding: 20px 20px 20px 10px;
    height: 270px;
  }

  .main-sliderItemTitle {
    font-size: 21px;
  }

  .white-popup-text {
    padding: 50px 20px;
  }

  .form__title {
    font-size: 21px;
  }

  .form__text {
    font-size: 14px;
  }

  .sert__list {
    grid-template-columns: 1fr;
  }

  .sert__itemTitle {
    font-size: 16px;
  }

  .authenticity {
    grid-template-columns: 1fr;
  }

  .authenticity__content {
    padding-left: 45px;
  }
}

@media (max-width: 575px) {
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header-cto {
      width: 35px;
  }

  .main-sliderItemImgNoAspect {
    aspect-ratio: 0.77 !important;
    height: 100% !important;
  }

  .main-sliderItemImgNoAspect picture {
    display: block;
    height: 100%;
  }
  
  .main-sliderItemBlock.mob {
      display: flex;
  }

  .container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-promo {
    padding: 50px 20px;
  }

  .main-promo .main-promo-title {
    font-size: 24px;
  }

  .main-mobile-info {
    padding: 0 20px;
  }

  .main-mobile-title {
    font-size: 22px;
  }

  .main-mobile-image {
    width: 100%;
    max-width: 300px;
  }

  .clear-technology {
    margin: 30px 0;
  }

  .main-video {
    height: 240px;
    width: 100%;
  }

  .footer-container {
    align-items: center;
  }

  .footer-menu {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
  }

  .footer-contacts {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
  }

  .footer-info {
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    margin: 0 auto;
  }

  .footer-menu .menu-block {
    width: 100%;
  }

  .spec-sale-info {
    width: 100%;
    text-align: center;
  }

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

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

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

  .header-right {
    gap: 10px;
  }

  .h4 {
    font-size: 20px;
    line-height: 1.45;
  }

  .h2 {
    font-size: 23px;
  }

  .pad-right-80 {
    padding: 0;
  }

  .block .btn-link {
    margin-top: 12px;
  }

  .product-list {
    grid-template-columns: 1fr;
    max-width: 300px;
    margin: 0 auto;
  }

  #msProduct.product {
    flex-direction: column;
    gap: 20px;
  }

  #msProduct.product .product-top {
    width: 100%;
  }

  #msProduct.product .product-bottom {
    width: 100%;
  }

  .product-card .product {
    padding: 30px 0;
  }

  #msProduct.product .product-bottom .product-title {
    font-size: 20px;
  }

  .pageTitle {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .contactPage__container {
    grid-template-columns: 1fr;
  }

  .contactPage__map {
    height: 300px;
  }

  #header .cart .ms2_total_count {
    font-size: 10px;
    width: 15px;
    line-height: 15px;
    right: -5px;
  }

  .cabinet-content {
    padding: 0;
  }

  .register-field-label {
    margin-right: 5px;
    font-size: 14px;
  }

  .register .register-field input {
    font-size: 14px;
  }

  .technology__item {
    padding: 40px 20px;
  }

  .technology__itemTitle {
    font-size: 16px;
  }

  .aboutTable>.flex {
    padding: 10px 0;
  }

  .aboutTable .cell .h3 {
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
  }

  .main-sliderItem {
    flex-direction: column-reverse;
    padding: 0 0 30px;
  }

  .main-sliderItemImg {
    position: relative;
    height: auto;
    aspect-ratio: 2.67;
  }

  .main-sliderItem {
    height: auto;
  }

  .main-sliderItemBlock {
    max-width: 100%;
    width: 100%;
    padding: 10px 0 0;
    gap: 15px;
    align-items: center;
  }

  .main-sliderItemTitle {
    color: #333;
    text-align: center;
  }
  
  .main-sliderItemTitle br {
      display: none;
  }
  .main-sliderItemBlock.center {
      max-width: 100%;
  }
  
  .main-sliderItemText {
      color: #333;
        text-align: center;
        font-size: 18px;
    font-weight: 400;
    margin-top: -15px;
  }

  .main-sliderItemTitle {
    font-size: 20px;
  }

  .main-slider .slick-dots {
    bottom: 0;
  }

  .white-popup {
    padding: 50px 20px;
  }

  .pageOrder__item {
    padding: 30px 20px;
  }

  .pageOrder__itemTop {
    gap: 15px;
  }

  .pageOrder__itemIcon {
    width: 80px;
    flex: none
  }

  .pageOrder__itemTitle {
    font-size: 16px;
  }

  .pageOrder__itemTitle span {
    font-size: 20px;
  }

  .pageOrder__itemIcon {
    width: 60px;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .textPage img {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
  }
  .main-sliderItemBlock.main-sliderItemBlockMob {
    display: flex;
    position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  }
}

@media (max-width: 450px) {
  #header .phone {
    font-size: 14px;
  }

  .hero__title {
    font-size: 25px;
  }
}

@media (max-width: 420px) {
  .main-products {
    grid-template-columns: 1fr;
  }

  .main-products .product {
    border: none !important
  }

  #header .phone {
    display: none;
  }
}

@media (max-width: 345px) {
  .main-mobile-title {
    font-size: 21px;
  }

  .main-mobile-info-text {
    font-size: 15px;
  }
}

@media (max-width: 1300px) {
  .main-sliderItemBtnMay.btn {
    left: 430px;
  }
}

@media (max-width: 1199px) {
  .main-sliderItemBtnMay.btn {
    left: 340px;
  }
}

@media (max-width: 991px) {
  .main-sliderItemBtnMay.btn {
    left: 220px;
  }
}
@media (max-width: 767px) {
  .main-sliderItemBtnMay.btn {
    left: 180px;
    bottom: -110px;
  }
}
@media (max-width: 575px) {
  .main-sliderItemBtnMay.btn {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 0;
  }
  .main-sliderItemBlockMay .main-sliderItemTitle {
    display: block;
  }
  .main-sliderItemBlockMay .main-sliderItemText {
    display: block;
  }
}
.articlePhoto {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    height: 60vh;
    position: relative;
}
.articlePhoto img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.articlePhotoFloat {
    max-width: 300px;
    margin: 0 40px 20px 0;
    float: left;
}
.articlePhotoFloat img {
    max-width: 100%;
    height: auto;
    margin: 0;
}
.textPage ul:not(.breadcrumbs) {
    list-style-position: inside;
    padding: 0 0 0 20px;
}
@media (max-width: 767px) {
    .articlePhotoFloat {
        max-width: 100%;
        margin: 0 0 30px 0;
        float: none;
    }
    .articlePhotoFloat img {
        max-width: 100%;
        height: auto;
        margin: 0;
    }
    .textPage ul:not(.breadcrumbs) {
        list-style-position: outside;
        padding: revert;
    }
}
@media (max-width: 575px) {
    .articlePhoto {
        height: auto;
        margin-bottom: 30px;
    }
    .articlePhoto img {
        position: relative;
        height: auto;
    }
    h1 {
        font-size: 24px;
    }
}
.sam,
.tol {
  display: none;
}
.sam.active,
.tol.active {
  display: block;
}

.mayHoliday .main-sliderItemBlock {
  align-items: center;
  text-align: center;
  gap: 0;
}
.mayHoliday .main-sliderItemTitle {
  color: #616CDF;
  font-size: 27px;
  text-transform: uppercase;
}
.mayHoliday .main-sliderItemTitle:nth-child(1) {
    margin-bottom: 10px;
}
.mayHoliday .main-sliderItemText {
  color: #333;
  margin-top: 25px;
}
@media (max-width: 991px) {
    .mayHoliday .main-sliderItemTitle {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .mayHoliday .main-sliderItemTitle {
        font-size: 14px;
    }
    .mayHoliday .main-sliderItemText {
        font-size: 14px;
    }
}
@media (max-width: 575px) {
    .mayHoliday .main-sliderItemTitle {
        font-size: 20px;
        text-transform: unset;
    }
    .mayHoliday .main-sliderItemText {
        font-size: 18px;
    }
    .main-sliderItemText br {
        display: none;
    }
}
.table__graphic td a[data-date="2025-08-15 17:00:00"] {
  display: none;
}
.orderHistory_item-actions .orderHistory_item-paid_button[data-id] {
    display: none;
}
.orderHistory_item-actions .orderHistory_item-paid_button[data-id].is-visible {
    display: inline-block;
}
.orderHistory_item-pay-info {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}

.orderHistory_item-pay-info strong {
    font-weight: 600;
}
.orderDetailPay .orderHistory_item-paid_button {
    /* display: none; */
}

.orderHistory_item-paid_button.is-visible {
    display: inline-block;
}

.orderHistory_item-pay-info {
    margin-top: 6px;
    font-size: 13px;
    color: #666;
}
.orderDetailHeader {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
@media (max-width: 1300px) {
    .orderHistory_item-actions .orderHistory_item-paid_button[data-id] {
        margin-top: 10px;
    }
}
.alertBlock {
    display: block;
    margin: 50px 0;
    padding: 40px 80px;
    font-size: 22px;
    background-color: #6B89C8;
    color: #fff;
    transition: .25s all ease-in-out;
}
.alertBlock:hover {
    color: #fff;
    text-decoration: none;
    opacity: .8;
}
@media (max-width: 1300px) {
    .alertBlock {
        margin: 50px 0;
        padding: 30px 20px;
        font-size: 18px;
    }
}