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

img {
  vertical-align: middle;
}

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

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

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

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

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

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

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

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

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

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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

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

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

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

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

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

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

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

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

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

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

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

.table-bordered {
  border: 1px solid #ddd;
}

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

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

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

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

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

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

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

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

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

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

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

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

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

.has-feedback {
  position: relative;
}

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

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

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

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

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

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

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

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

.has-success .form-control-feedback {
  color: #3c763d;
}

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

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

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

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

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

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

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

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

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

.has-error .form-control-feedback {
  color: #a94442;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

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

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

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

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

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

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

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

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

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

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

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

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

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

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

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

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

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

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

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

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

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

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

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

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

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

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

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

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

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

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

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

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

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

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

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

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

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

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

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

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

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

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

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

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

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

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

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

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

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

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

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

.btn-group > .btn-group {
  float: left;
}

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

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

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

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

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

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

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

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

.btn .caret {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

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

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

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

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

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

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

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

.nav-justified {
  width: 100%;
}

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

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

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

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

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

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

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

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

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

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

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

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

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

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

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

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

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

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

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

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

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

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

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

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

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

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

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

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

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

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

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

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

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

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

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

.progress-bar-info {
  background-color: #5bc0de;
}

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

.progress-bar-warning {
  background-color: #f0ad4e;
}

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

.progress-bar-danger {
  background-color: #d9534f;
}

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

.media {
  margin-top: 15px;
}

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

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

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

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

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

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

:root {
  --swiper-theme-color: var(--c2);
}

.jq-toast-wrap, .jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 40px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 12px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444;
  color: #fff;
}

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0 0 7px;
  background: 0 0;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: 700;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0 0 0 15px;
  background: 0 0;
  padding: 0;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: 0 0;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #dff0d8;
  background-color: #3c763d;
  border-color: #d6e9c6;
}

/* ==== base ======================================== */
html {
  --root_bgc: #fff;
  --root_r-bgc: 255,255,255;
  --root_ff: var(--ff4);
  --root_color: #000;
  --root_r-color: 42,42,42;
  --root_plc: #999;
  --root_link: #3882ab;
  --root_bdrs: 6px;
  --good: green;
  --warning: #a94442;
  --c1: #63d7ee;
  --r1: 99, 215, 238;
  --c2: #ffde17;
  --r2: 255, 222, 23;
  --c3: #cce4f5;
  --r3: 204,228,245;
  --c4: #eefde3;
  --r4: 238,253,227;
  --c5: #CCE4F5;
  --r5: 204,228,245;
  --c6: #c7dcfe;
  --r6: 199,220,254;
  --ff1: "HelveticaNeue-100", sans-serif;
  --ff2: "HelveticaNeue-200", sans-serif;
  --ff3: "HelveticaNeue-300", sans-serif;
  --ff4: "HelveticaNeue-400", sans-serif;
  --ff5: "HelveticaNeue-500", sans-serif;
  --ff7: "HelveticaNeue-700", sans-serif;
  --scrollbar_barColor: var(--c2);
  --scrollbar_width: 17px;
  --wr_offset: 8px;
  --bl-offset: 40px;
}
@supports (transform-box: fill-box) {
  @media screen and (min-width: 805px) {
    html {
      --scrollbar_width: 8px;
    }
  }
  @media screen and (min-width: 280px) and (max-width: 804px) {
    html {
      --scrollbar_width: 5px;
    }
  }
}
@media screen and (min-width: 370.1px) {
  html {
    --wr_offset: calc(15px + 9 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  html {
    --wr_offset: 24px;
  }
}
@media screen and (min-width: 763.1px) {
  html {
    --wr_offset: calc(15px + 25 * (100vw - 763.1px) / 1151.9);
  }
}
@media screen and (min-width: 1915px) {
  html {
    --wr_offset: 40px;
  }
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moy-focus-inner,
[type=button]::-moy-focus-inner,
[type=reset]::-moy-focus-inner,
[type=submit]::-moy-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moy-focusring,
[type=button]:-moy-focusring,
[type=reset]:-moy-focusring,
[type=submit]:-moy-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

iframe {
  border: none;
}

* {
  box-sizing: border-box;
  scrollbar-color: var(--scrollbar_barColor, #c0c0c0) var(--scrollbar_trackColor, #f1f1f1);
  scrollbar-width: thin;
  scrollbar-color: #c0c0c0 #f1f1f1;
}
*::-webkit-scrollbar-track-piece {
  background-color: var(--scrollbar_trackColor, #f1f1f1);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar_barColor, #c0c0c0);
}
*::-webkit-scrollbar {
  width: var(--scrollbar_width, 8px);
  height: var(--scrollbar_height, 8px);
}
*::before, *::after {
  box-sizing: border-box;
}

::selection {
  background-color: #222222;
  color: #f2f2f2;
}

::placeholder {
  color: currentColor;
  font-size: inherit;
}

html,
body {
  scroll-behavior: smooth;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: var(--window_width, auto);
}
html.trs0s * {
  transition: 0s !important;
}
html.is_stop-scroll {
  overflow: hidden;
}

body {
  min-width: 280px;
  -webkit-tap-highlight-color: transparent;
}

svg {
  fill: currentColor;
}

picture {
  display: contents;
}

img[class*=__img], img[class*="--img"], img[class*=-img] {
  display: block;
  max-width: 100%;
}

a {
  color: var(--root_link);
  cursor: pointer;
  text-decoration: none;
  text-decoration-color: currentColor;
}
a[href*="javascript:void(0);"] {
  cursor: text;
}
a[href^="tel:"], a[href^="mailto:"] {
  white-space: nowrap;
}

input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
  box-shadow: inset 0 0 0 52px #f4f4f4;
}

@font-face {
  font-display: fallback;
  font-family: "HelveticaNeue-100";
  font-weight: 100;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-UltraLight/woff2/HelveticaNeueCyr-UltraLight.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "HelveticaNeue-200";
  font-weight: 200;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-Thin/woff2/HelveticaNeueCyr-Thin.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "HelveticaNeue-300";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-Light/woff2/HelveticaNeueCyr-Light.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "HelveticaNeue-400";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-Regular/woff2/HelveticaNeueCyr-Roman.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "HelveticaNeue-500";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-Medium/woff2/HelveticaNeueCyr-Medium.woff2") format("woff2");
}
@font-face {
  font-display: fallback;
  font-family: "HelveticaNeue-700";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/HelveticaNeue-Bold/woff2/HelveticaNeueCyr-Bold.woff2") format("woff2");
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--ff5);
}

h1, h2,
.h1, .h2 {
  line-height: 1.14;
}

h3, .h3 {
  line-height: 1.2;
}

h4, h5, h6,
.h4, .h5, .h6 {
  line-height: 1;
}

h1, .h1 {
  font-size: 1.75em;
  margin-top: 0.375em;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 25.5625em) {
  h1, .h1 {
    font-size: calc(1.75em + 0.25 * (100vw - 25.5625em) / 79.125);
  }
}
@media screen and (min-width: 104.6875em) {
  h1, .h1 {
    font-size: 2em;
  }
}

h2, .h2 {
  font-size: 1.5em;
  margin-top: 0.5714285714em;
  margin-bottom: 0.2857142857em;
}
@media screen and (min-width: 25.5625em) {
  h2, .h2 {
    font-size: calc(1.5em + 0.25 * (100vw - 25.5625em) / 79.125);
  }
}
@media screen and (min-width: 104.6875em) {
  h2, .h2 {
    font-size: 1.75em;
  }
}

h3, .h3 {
  font-size: 1.25em;
  margin-top: 0.6666666667em;
  margin-bottom: 0.3333333333em;
}
@media screen and (min-width: 25.5625em) {
  h3, .h3 {
    font-size: calc(1.25em + 0.25 * (100vw - 25.5625em) / 79.125);
  }
}
@media screen and (min-width: 104.6875em) {
  h3, .h3 {
    font-size: 1.5em;
  }
}

h4, .h4 {
  font-size: 1.125em;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 25.5625em) {
  h4, .h4 {
    font-size: calc(1.125em + 0.125 * (100vw - 25.5625em) / 79.125);
  }
}
@media screen and (min-width: 104.6875em) {
  h4, .h4 {
    font-size: 1.25em;
  }
}

h5, .h5 {
  font-size: 1em;
  margin-top: 0.8823529412em;
  margin-bottom: 0.4705882353em;
}
@media screen and (min-width: 25.5625em) {
  h5, .h5 {
    font-size: calc(1em + 0.0625 * (100vw - 25.5625em) / 79.125);
  }
}
@media screen and (min-width: 104.6875em) {
  h5, .h5 {
    font-size: 1.0625em;
  }
}

h6, .h6 {
  font-size: 0.875em;
  margin-top: 1em;
  margin-bottom: 0.5333333333em;
}
@media screen and (min-width: 25.5625em) {
  h6, .h6 {
    font-size: calc(0.875em + 0.0625 * (100vw - 25.5625em) / 79.125);
  }
}
@media screen and (min-width: 104.6875em) {
  h6, .h6 {
    font-size: 0.9375em;
  }
}

p {
  margin-top: 0;
  margin-bottom: 0.5em;
}

p,
blockquote {
  font-size: 0.75em;
}
@media screen and (min-width: 25.5625em) {
  p,
  blockquote {
    font-size: calc(0.75em + 0.25 * (100vw - 25.5625em) / 79.125);
  }
}
@media screen and (min-width: 104.6875em) {
  p,
  blockquote {
    font-size: 1em;
  }
}

.y-table-wrap {
  display: block;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}

table:not(.table-condensed) {
  --tabl-bdw: 1px;
  --table-MNW: 800px;
  --table-BG: #fff;
  --table-BGH: #fff;
  --table-BDC: #ddd;
  --table-C: #000;
  width: 100%;
  min-width: var(--table-MNW);
  background-color: var(--table-BDC);
  border-spacing: var(--tabl-bdw);
  color: var(--table-C);
}
table:not(.table-condensed) * p {
  margin: unset;
  font-size: unset;
}
table:not(.table-condensed) thead tr {
  background-color: var(--table-BGH);
}
table:not(.table-condensed) tr {
  background-color: var(--table-BG);
}
table:not(.table-condensed) th {
  font-weight: normal;
  font-size: 0.75em;
  padding-top: 0.8333333333em;
  padding-bottom: 0.8333333333em;
}
@media screen and (min-width: 20.0625em) {
  table:not(.table-condensed) th {
    font-size: calc(0.75em + 0.25 * (100vw - 20.0625em) / 84.625);
  }
}
@media screen and (min-width: 104.6875em) {
  table:not(.table-condensed) th {
    font-size: 1em;
  }
}
@media screen and (min-width: 20.0625em) {
  table:not(.table-condensed) th {
    padding-top: calc(0.8333333333em + 0.3541666667 * (100vw - 20.0625em) / 84.625);
    padding-bottom: calc(0.8333333333em + 0.3541666667 * (100vw - 20.0625em) / 84.625);
  }
}
@media screen and (min-width: 104.6875em) {
  table:not(.table-condensed) th {
    padding-top: 1.1875em;
    padding-bottom: 1.1875em;
  }
}
table:not(.table-condensed) th,
table:not(.table-condensed) td {
  padding-right: 0.6666666667em;
  padding-left: 0.6666666667em;
}
@media screen and (min-width: 20.0625em) {
  table:not(.table-condensed) th,
  table:not(.table-condensed) td {
    padding-right: calc(0.6666666667em + 0.5833333333 * (100vw - 20.0625em) / 84.625);
    padding-left: calc(0.6666666667em + 0.5833333333 * (100vw - 20.0625em) / 84.625);
  }
}
@media screen and (min-width: 104.6875em) {
  table:not(.table-condensed) th,
  table:not(.table-condensed) td {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
table:not(.table-condensed) td {
  font-size: 0.875em;
}
@media screen and (min-width: 20.0625em) {
  table:not(.table-condensed) td {
    font-size: calc(0.875em + 0.125 * (100vw - 20.0625em) / 84.625);
  }
}
@media screen and (min-width: 104.6875em) {
  table:not(.table-condensed) td {
    font-size: 1em;
  }
}
table:not(.table-condensed) tbody td:first-child {
  background-color: var(--table-BG);
  padding-top: 0.8333333333em;
  padding-bottom: 0.8333333333em;
}
@media screen and (min-width: 20.0625em) {
  table:not(.table-condensed) tbody td:first-child {
    padding-top: calc(0.8333333333em + 0.5416666667 * (100vw - 20.0625em) / 84.625);
    padding-bottom: calc(0.8333333333em + 0.5416666667 * (100vw - 20.0625em) / 84.625);
  }
}
@media screen and (min-width: 104.6875em) {
  table:not(.table-condensed) tbody td:first-child {
    padding-top: 1.375em;
    padding-bottom: 1.375em;
  }
}
table:not(.table-condensed) tbody td:not(:first-child) {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
}

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

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

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

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

.text-sticky {
  position: sticky;
  right: 0;
}
.text-sticky__btn {
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  display: flex;
  border: 2px solid #eee !important;
  justify-content: center;
  align-items: center;
  background-color: #fff !important;
  transition: 250ms;
}
.text-sticky__btn:hover {
  background-color: #eee !important;
  color: #fff;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}

.y-editor {
  max-width: var(--y-editor_max-width, 100%);
  display: flow-root;
  line-height: 1.4;
}
.y-editor *:first-child,
.y-editor * > *:first-child {
  margin-top: 0;
}
.y-editor h1, .y-editor h2, .y-editor h3, .y-editor h4, .y-editor h5, .y-editor h6,
.y-editor .h1, .y-editor .h2, .y-editor .h3, .y-editor .h4, .y-editor .h5, .y-editor .h6 {
  margin-bottom: 0.5em;
}
.y-editor p:not(:last-of-type),
.y-editor li:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.y-editor b {
  font-weight: 600;
}
.y-editor p {
  break-inside: avoid;
  margin-bottom: 0.8125em;
}
.y-editor p:last-of-type:not(:first-of-type), .y-editor p:only-child {
  margin-bottom: 0;
}
.y-editor code {
  padding: 3px 5px;
  font-size: 90%;
  color: #2c6787;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.y-editor a:not([class]) {
  color: var(--root_link);
  word-break: break-word;
  text-underline-offset: 0.15em;
  display: inline-block;
}
.y-editor a:not([class]):hover:not(:active) {
  text-decoration: underline;
}
.y-editor a:not([class]):active {
  transform: translateY(1px);
}
.y-editor img {
  max-width: 100%;
  object-fit: contain;
}
.y-editor div[style]:not(.y-iframe-wrap),
.y-editor p[style]:not(.y-iframe-wrap) {
  width: unset !important;
  height: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}
.y-editor ul, .y-editor ol {
  padding-left: 16px;
}
.y-editor ul li::marker, .y-editor ol li::marker {
  color: var(--c1);
}
.y-editor ul li > ul:not(:only-child), .y-editor ol li > ul:not(:only-child) {
  padding-bottom: 0.375em;
  margin-top: 0.5em;
  margin-left: -10px;
  padding-left: 32px;
  border-left: 1px solid var(--c2);
}
.y-editor_table-sticky-left thead th:first-child,
.y-editor_table-sticky-left tbody th:first-child {
  background-color: var(--table-BGH);
}
.y-editor_table-sticky-left thead td:first-child,
.y-editor_table-sticky-left thead th:first-child,
.y-editor_table-sticky-left tbody td:first-child,
.y-editor_table-sticky-left tbody th:first-child {
  position: sticky;
  left: 0;
}
.y-editor_table-sticky-left thead td:first-child::after,
.y-editor_table-sticky-left thead th:first-child::after,
.y-editor_table-sticky-left tbody td:first-child::after,
.y-editor_table-sticky-left tbody th:first-child::after {
  content: "";
  position: absolute;
  right: calc(var(--tabl-bdw) * -1);
  top: 0;
  height: 100%;
  width: var(--tabl-bdw);
  background-color: var(--table-BDC);
}
.y-editor_table-sticky-left_dark table {
  --table-BG: #23292e;
  --table-BGH: #3b4751;
  --table-BDC: #3b4751;
  --table-C: #fff;
}

.y-search-block__inp, .y-search-block__label, .y-search__inp, .y-search__label, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next, .y-newsletter__inp, .y-newsletter__label, .y-quantity__inp, .y-field.is_file .y-field__inp::file-selector-button, .y-field__inp, .y-check {
  all: unset;
  box-sizing: border-box;
}

.y-register__agree-check, .rating-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/* ==== lego ======================================== */
.y-ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}

[class*=is_line-clamp] {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--line-clamp, 1);
  overflow: hidden;
}

.is_line-clamp-2 {
  --line-clamp: 2;
}

.is_line-clamp-3 {
  --line-clamp: 3;
}

/* ==== extension =================================== */
.y-btn {
  outline: none;
  box-sizing: border-box;
  position: var(--ybtn_pos, relative);
  z-index: var(--ybtn_zi, unset);
  color: var(--ybtn_color, currentColor);
  font-family: var(--ybtn_ff, inherit);
  font-size: var(--ybtn_fz, inherit);
  font-weight: var(--ybtn_fw, unset);
  line-height: var(--ybtn_lh, 1);
  text-decoration: var(--ybtn_td, none);
  text-transform: var(--ybtn_tt, none);
  letter-spacing: var(--ybtn_ls, unset);
  background-color: var(--ybtn_bgc, transparent);
  padding: var(--ybtn_pd, var(--ybtn_pdt) var(--ybtn_pdr) var(--ybtn_pdb) var(--ybtn_pdl));
  --ybtn_bd: var(--ybtn_bdw, 0px) var(--ybtn_bds, solid) var(--ybtn_bdc, transparent);
  border: var(--ybtn_bd);
  border-radius: var(--ybtn_bdrs, unset);
  width: var(--ybtn_w, unset);
  height: var(--ybtn_h, unset);
  min-width: var(--ybtn_minw, unset);
  max-width: var(--ybtn_maxw, unset);
  min-height: var(--ybtn_minh, unset);
  max-height: var(--ybtn_maxh, unset);
  display: var(--ybtn_display, inline-flex);
  align-items: var(--ybtn_ai, center);
  justify-content: var(--ybtn_jc, center);
  --ybtn_gap: var(--ybtn_row-gap, unset) var(--ybtn_col-gap, unset);
  gap: var(--ybtn_gap, unset);
  pointer-events: var(--ybtn_pe, unset);
  --ybnt_lh-fix: 0;
}
.y-btn:not(:active) {
  transition: var(--ybtn_trs, 250ms);
}
.y-btn:not([disabled]):not(div):not(span) {
  cursor: pointer;
}
.y-btn[disabled] {
  --ybtn_pe: none;
}
.y-btn__icn {
  flex-shrink: 0;
  width: var(--ybtn__icn_w, unset);
  height: var(--ybtn__icn_h, unset);
  display: var(--ybtn__icn_display, flex);
  align-items: var(--ybtn__icn_ai, center);
  justify-content: var(--ybtn__icn_jc, center);
  position: var(--ybtn__icn_pos, relative);
  transform: var(--ybtn__icn_tf, none);
  transition: var(--ybtn__icn_trs);
  color: var(--ybtn__icn_color, currentColor);
  background-color: var(--ybtn__icn_bgc);
  border-radius: var(--ybtn__icn_bdrs);
  padding: var(--ybtn__icn_pd);
}
.y-btn__icn img {
  width: 100%;
  height: auto;
}
.y-btn__txt {
  flex-grow: var(--ybtn__txt_fg);
  text-align: var(--ybtn__txt_ta);
  display: var(--ybtn__txt_display);
  transform: translateY(var(--ybnt_lh-fix, 0));
}
.y-btn:not(div):not(span):active {
  transform: scale(0.99) translateY(1px);
}
@media screen and (min-width: 805px) {
  .y-btn[data-tooltip] {
    --ybtn_zi: 5;
  }
  .y-btn[data-tooltip]::before, .y-btn[data-tooltip]::after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 300ms, opacity 250ms;
    pointer-events: none;
    transform-origin: 50% 0;
  }
  .y-btn[data-tooltip]::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--root_bgc);
    transform: translateX(-50%) translateY(5px);
    z-index: 4;
  }
  .y-btn[data-tooltip]::after {
    content: attr(data-tooltip);
    width: max-content;
    max-width: 220px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--root_bgc);
    font-size: 13px;
    font-family: var(--ff5);
    box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    color: var(--root_color);
    border-radius: var(--root_bdrs);
    z-index: 3;
    transform: translateX(-50%) translateY(-10px) scale(1, 1.2);
  }
}
@media screen and (min-width: 805px) and (min-width: 1280.1px) {
  .y-btn[data-tooltip]::after {
    font-size: calc(13px + 2 * (100vw - 1280.1px) / 394.9);
  }
}
@media screen and (min-width: 805px) and (min-width: 1675px) {
  .y-btn[data-tooltip]::after {
    font-size: 15px;
  }
}
@media screen and (min-width: 805px) {
  .y-btn[data-tooltip]:hover::before, .y-btn[data-tooltip]:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .y-btn[data-tooltip]:hover::before {
    transform: translateX(-50%) translateY(-10px);
  }
  .y-btn[data-tooltip]:hover::after {
    min-height: 40px;
    transform: translateX(-50%) translateY(-14px) scale(1, 1);
  }
}
@media screen and (min-width: 805px) {
  .y-btn[data-tooltip].is_right::after {
    transform: translateX(-80%) translateY(-10px) scale(1, 1.2);
  }
  .y-btn[data-tooltip].is_right:hover::after {
    transform: translateX(-80%) translateY(-14px) scale(1, 1);
  }
}
.y-btn_save {
  --ybtn_w: 40px;
  --ybtn_h: 40px;
  --ybtn_bdw: 1px;
  --ybtn_bdrs: var(--root_bdrs);
  --ybtn__txt_display: none;
}
.y-btn_main {
  --ybtn_minh: 34px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_fz: 12px;
  --ybtn_pd: 5px 16px;
  --ybtn_ls: 0.04em;
  --ybtn_ff: var(--ff5);
}
@media screen and (min-width: 731.1px) {
  .y-btn_main {
    --ybtn_minh: calc(34px + 4 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-btn_main {
    --ybtn_minh: 38px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-btn_main {
    --ybtn_fz: calc(12px + 2 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-btn_main {
    --ybtn_fz: 14px;
  }
}
.y-btn_painted {
  --ybtn_painted: var(--c2);
  --ybtn_bgc: var(--ybtn_painted);
  --ybtn_bdc: var(--ybtn_painted);
  --ybtn_color: var(--root_color);
  --ybtn_bdw: 1px;
}
.y-btn_painted:hover {
  --ybtn_bgc: var(--root_bgc);
  --ybtn_bdc: var(--root_color);
}
.y-btn_unpainted {
  --ybtn_bgc: var(--root_bgc);
  --ybtn_bdc: var(--root_color);
  --ybtn_color: var(--root_color);
  --ybtn_bdw: 1px;
}
.y-btn_unpainted:hover {
  --ybtn_bgc: var(--c2);
}
.y-btn_link .y-btn__txt {
  position: relative;
}
.y-btn_link .y-btn__txt::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--link_bgc, currentColor);
  position: absolute;
  top: 100%;
  left: 50%;
  transition: 300ms, color 100ms;
  transform: translate(-50%, var(--link_tfy, -1px)) scale(1, 0.8);
}
.y-btn_link:hover .y-btn__txt::before {
  transform: translate(-50%, var(--link_h_tfy, 2px)) scale(0.25, 1);
}
.y-btn_powered:hover {
  --ybtn_color: var(--root_color);
}
.y-btn_avatar {
  --ybtn_w: 121px;
  --ybtn_h: 121px;
  --ybtn_gap: 10px;
  --ybtn_bdrs: 50%;
  --ybtn_fz: 14px;
  flex-direction: column;
}
.y-btn_avatar:not(.is_load) {
  --ybtn_trs: 0s;
  --ybtn_bdw: 3px;
  --ybtn_bdc: var(--c2);
}
.y-btn_avatar picture {
  aspect-ratio: 354/354;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.y-btn_avatar picture::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 3px solid var(--c2);
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.y-btn_clear-avatar {
  --ybtn_color: var(--c1);
}
.y-btn.is_burger {
  --ybtn__icn_w: 20px;
  --ybtn__icn_h: 20px;
  --ybtn_zi: 5;
  --ybtn_burger-line_height: 2.5px;
  --ybtn_burger-line_offset: 4px;
  --ybtn_burger-line_bdrs: 2.5px;
  --ybtn_burger-line_bgc: currentColor;
  --ybtn_burger-overlay-size: 0px;
  --ybtn_burger-overlay_bgc: #b1a8a8;
}
.y-btn.is_burger::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--ybtn_burger-overlay-size);
  height: var(--ybtn_burger-overlay-size);
  border-radius: 50%;
  transform: translate(-50%, -50%) translateY(0px) scale(0.5);
  background-color: var(--ybtn_burger-overlay_bgc);
  opacity: 0;
  transition: transform 0.45s cubic-bezier(0.34, 2, 0.64, 1), opacity 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
.y-btn.is_burger.is_active::before {
  opacity: 0.3;
  transform: translate(-50%, -50%) scale(1);
}
.y-btn.is_burger .y-btn__icn > span {
  display: block;
  width: 100%;
  height: var(--ybtn_burger-line_height);
  border-radius: var(--ybtn_burger-line_bdrs);
  background-color: var(--ybtn_burger-line_bgc);
  position: absolute;
  top: 50%;
  left: 50%;
  transition: top 0.2s 0.3s, transform 0.3s 0s, background-color 200ms 300ms;
  transform: translate(-50%, -50%);
}
.y-btn.is_burger .y-btn__icn > span:first-child {
  top: calc(50% - var(--ybtn_burger-line_height) - var(--ybtn_burger-line_offset));
}
.y-btn.is_burger .y-btn__icn > span:last-child {
  top: calc(50% + var(--ybtn_burger-line_height) + var(--ybtn_burger-line_offset));
}
.y-btn.is_burger.is_active .y-btn__icn > span {
  top: 50%;
  transition: top 0.2s, transform 0.3s 0.3s, background-color 200ms 300ms;
  --ybtn_burger-line_bgc: #fff;
}
.y-btn.is_burger.is_active .y-btn__icn > span:first-child {
  transform: translate(-50%, 50%) translateY(calc(var(--ybtn_burger-line_height) * -1)) rotate(45deg);
}
.y-btn.is_burger.is_active .y-btn__icn > span:nth-child(2) {
  transform: translate(-50%, 50%) translateY(calc(var(--ybtn_burger-line_height) * -1)) scale(0, 1);
}
.y-btn.is_burger.is_active .y-btn__icn > span:last-child {
  transform: translate(-50%, 50%) translateY(calc(var(--ybtn_burger-line_height) * -1)) rotate(-45deg);
}

.y-btn.is_approve, .y-btn.is_save {
  --ybtn_pd: 5px 15px;
  --ybtn_fz: 14px;
  --ybtn_bdrs: var(--root_bdrs);
  --ybtn_ff: var(--ff5);
  --ybtn_h: 40px;
}
.y-btn.is_big-save {
  --ybtn_w: 300px;
  --ybtn_tt: uppercase;
  --ybtn_ff: var(--ff5);
  --ybtn_h: 40px;
  --ybtn_bdrs: calc(var(--ybtn_h, 50%) / 2);
  --ybtn_pd: 5px 20px;
}

.y-check {
  --gap-row: 2px;
  --gap-col: 6px;
  --box_width: 18px;
  --box_height: 18px;
  --box_width-active: 10px;
  --box_height-active: 10px;
  --box_padding: 0px;
  --box_bgc: transparent;
  --box_bgc-active: var(--c2);
  --box_color: #bdbdbd;
  --box_color-active: var(--c2);
  --box_bdw: 1px;
  --box_bdc: #bdbdbd;
  --box_bdc-active: var(--c2);
  --box_bdrs: var(--root_bdrs);
  --box_bdrs-active: var(--root_bdrs);
  --box-txt_height: 50px;
  --box-txt_bgc-active: var(--c2);
  --box-txt_bdc-active: var(--c2);
  --box-txt_color-active: #fff;
  --label_ff: var(--ff4);
  --label_fz: 12px;
  --label_fw: 400;
  --label_color: inherit;
  --math_label_lh: calc((1.2 / var(--label_fz)) * 0.0625em);
  --label_lh: var(--l-label_lh, var(--math_label_lh));
  --descr_fz: 14px;
  --descr_fw: 300;
  --descr_lh: 1.1;
  --descr_color: #777;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap-row) var(--gap-col);
  font-size: var(--fz);
}
.y-check.is_radio {
  --box_bdrs: 50%;
  --box_bdrs-active: 50%;
}
.y-check.is_switch {
  --box_width: calc(var(--box_width-active) * 2 + var(--box_padding) * 2);
  --box_height: calc(var(--box_height-active) + var(--box_padding) * 2);
  --box_padding: 2px;
  --box_width-active: 12px;
  --box_height-active: 12px;
  --box_bdrs: var(--box_height);
  --box_bdrs-active: 50%;
  --box_bgc: var(--box_bdc);
  --box_color: #1e1b1b;
  --box_bgc-active: #f87943;
  --box_bdc-active: #f87943;
  --box_color-active: var(--c1);
}
.y-check:not(.disabled) {
  cursor: pointer;
}
.y-check input {
  all: unset;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.y-check__thumb {
  flex-grow: 1;
  align-self: flex-start;
  display: flex;
  align-items: center;
  min-height: var(--box_height);
}
.y-check__box-txt {
  flex-grow: 1;
  min-height: var(--box-txt_height);
  padding: var(--box-txt_pd);
  border-radius: var(--box-txt_bdrs);
  transition: 250ms;
}
.y-check__box-img {
  max-width: var(--box-img_maxw, 100%);
  width: var(--box-img_w, 100%);
  height: var(--box-img_h, 100%);
  object-fit: contain;
}
.y-check__box {
  width: var(--box_width);
  height: var(--box_height);
  background-color: var(--box_bgc);
  color: var(--box_color);
  border: var(--box_bdw) solid var(--box_bdc);
  border-radius: var(--box_bdrs);
  transition: 250ms;
  position: relative;
}
.y-check__box:empty::before {
  content: "";
  width: var(--box_width-active);
  height: var(--box_height-active);
  border-radius: var(--box_bdrs-active);
}
.y-check.is_switch .y-check__box:empty::before {
  width: var(--box_height-active);
  position: absolute;
  left: var(--box_padding);
  top: 50%;
  transform: translate(0, -50%);
  transition: 250ms;
}
.y-check:not(.is_switch) .y-check__box > *:not(span) {
  opacity: 0;
}
input:checked ~ .y-check__thumb .y-check__box {
  color: var(--box_color-active);
}
input:checked ~ .y-check__thumb .y-check__box {
  background-color: var(--box_bgc-active);
  border-color: var(--box_bdc-active);
}
input:checked ~ .y-check__thumb .y-check__box-txt {
  background-color: var(--box-txt_bgc-active);
  border-color: var(--box-txt_bdc-active);
  color: var(--box-txt_color-active);
}
.y-check.is_switch input:checked ~ .y-check__thumb .y-check__box:empty::before {
  transform: translate(calc(var(--box_width) - var(--box_padding) * 2 - var(--box_bdw) * 2 - var(--box_height-active)), -50%);
}
input:checked ~ .y-check__thumb .y-check__box > * {
  opacity: 1;
}
.y-check.is_switch .y-check__box:empty::before, input:checked ~ .y-check__thumb .y-check__box::before {
  background-color: currentColor;
}
.y-check__label {
  width: calc(100% - var(--box_width) - var(--gap-col));
  font-size: var(--label_fz);
  font-family: var(--label_ff);
  font-weight: var(--label_fw);
  line-height: var(--label_lh);
  color: var(--label_color);
  transform: var(--label_tf);
}
.y-check__label.is_row {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.y-check__label.is_row .y-check__label-val {
  font-size: calc(var(--label_fz) - 14%);
  color: var(--box_color-active);
}
.y-check:not(.is_switch) input:checked ~ .y-check__label {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(var(--r1), 0.05);
}
.y-check__descr {
  width: 100%;
  padding-left: calc(var(--box_width) + var(--gap-col));
  font-size: var(--descr_fz);
  font-weight: var(--descr_fw);
  line-height: var(--descr_lh);
  color: var(--descr_color);
}
.y-check__box-txt:not(:empty) + .y-check__box:empty, .y-check__box-txt:empty, .y-check__label:empty, .y-check__descr:empty {
  display: none;
}

.y-check__box-txt, .y-check__box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.y-field {
  --inp-height: 46px;
  --inp-icn_w: 46px;
  --inp-icn_h: var(--inp-height);
  --inp-pd: 5px 16px;
  margin: 0;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.y-field__label {
  align-self: flex-start;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--ff4);
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
}
.y-field.is_registers {
  padding-top: 14px;
}
.y-field.is_required .y-field__label::before {
  content: "*";
  color: #f00;
  font-family: var(--ff7);
}
.y-field.is_error .y-field__label {
  color: var(--warning, red);
}
.y-field__overlay {
  --inp-pd: 5px calc(var(--inp-icn_w, 11px) + var(--inp-icn_posr,0px)) 5px 16px;
  position: relative;
}
.y-field.is_registers .y-field__overlay {
  display: grid;
  grid-template-columns: 100%;
  gap: 7px 20px;
  place-items: center;
  place-content: center;
  width: 100%;
}
@media screen and (min-width: 805px) {
  .y-field.is_registers .y-field__overlay {
    grid-template-columns: repeat(3, max-content);
  }
}
.y-field.is_registers .y-field__overlay > * {
  margin: 0;
  padding: 0;
}
.y-field__inp-tooltip {
  --ybtn_color: var(--c1);
}
.y-field__row, .y-field__col {
  display: flex;
  gap: 6px 15px;
}
.y-field__row {
  flex-wrap: wrap;
}
.y-field__col {
  flex-direction: column;
}
.y-field__inp {
  width: 100%;
  height: var(--inp-height);
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: var(--inp-pd, 0);
  border-radius: 8px;
  letter-spacing: 0.03em;
  font-family: var(--ff4);
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
}
.y-field__inp::placeholder {
  color: #a3a3a3;
}
.y-field__inp:not([disabled]):hover {
  background-color: rgba(var(--r3), 1);
  border-color: rgba(var(--r3), 1);
}
.y-field__inp:not([disabled]):active, .y-field__inp:not([disabled]):focus {
  border-color: rgba(var(--r1), 1);
}
.y-field__inp:not([disabled]):focus {
  background-color: #fff;
}
.y-field__inp:not([disabled]):required {
  background-color: #fff;
  border-color: #bdbdbd;
}
.y-field__inp:not([disabled]):required:hover {
  background-color: rgba(var(--r3), 1);
  border-color: rgba(var(--r3), 1);
}
.y-field__inp:not([disabled]):required:focus {
  border-color: rgba(var(--r1), 1);
  background-color: #fff;
}
.y-field__inp:not([disabled]):invalid {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}
.y-field__inp:not([disabled]):invalid::placeholder {
  color: rgba(var(--root_txt), 0.5);
}
.y-field__inp:not([disabled]):invalid:hover {
  background-color: rgba(var(--r3), 1);
  border-color: rgba(var(--r3), 1);
}
.y-field__inp:not([disabled]):invalid:active, .y-field__inp:not([disabled]):invalid:focus {
  border-color: rgba(var(--r1), 1);
}
.y-field__line {
  display: grid;
  grid-template-columns: 1fr auto;
}
.y-field__line .y-field__inp {
  border-radius: 8px 0 0 8px;
}
.y-field__line .y-field__inp:hover + .y-field__btn-send::before, .y-field__line .y-field__inp:focus + .y-field__btn-send::before {
  background-color: var(--c1);
}
.y-field__line .y-field__inp:focus + .y-field__btn-send {
  --ybtn_bdc: var(--c1);
}
.y-field__line .y-field__btn-send {
  --ybtn_bdw: 1px;
  --ybtn_bdc: var(--c3);
  --ybtn_bdrs: 0 8px 8px 0;
  --ybtn_bgc: var(--c3);
  --ybtn_gap: 5px;
  --ybtn__icn_color: var(--c1);
  --ybtn_trs: 250ms, border 0s;
  --ybtn_fz: 14px;
  --ybtn_ff: var(--ff3);
  font-style: italic;
  letter-spacing: 0.03em;
  margin-left: calc(var(--ybtn_bdw) * -1);
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-field__line .y-field__btn-send {
    --ybtn_pd: 5px 8px;
    --ybtn__txt_display: none;
  }
}
@media screen and (min-width: 563px) {
  .y-field__line .y-field__btn-send {
    --ybtn_pd: 5px 15px;
  }
}
.y-field__line .y-field__btn-send::before {
  content: "";
  width: var(--ybtn_bdw);
  height: calc(100% + 2px);
  background-color: var(--c3);
  position: absolute;
  left: calc(var(--ybtn_bdw) * -1);
  top: calc(var(--ybtn_bdw) * -1);
}
.y-field .dropdown-menu:empty {
  display: none;
}
.y-field.is_error .y-field__inp {
  border-color: var(--warning, red);
}
.y-field.is_file .y-field__inp-icn {
  right: unset;
  left: 0;
  height: 84%;
}
.y-field.is_file .y-field__inp-icn > * {
  height: inherit;
}
.y-field.is_file {
  justify-self: start;
  cursor: pointer;
  width: max-content;
  max-width: 100%;
}
.y-field.is_file .y-field__inp {
  --inp-pd: 0 16px 0 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.y-field.is_file .y-field__inp::file-selector-button {
  height: 100%;
  display: inline-flex;
  align-items: center;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid var(--c3);
  transition: 250ms;
}
.y-field.is_file .y-field__inp:hover::file-selector-button {
  border-color: #f2f2f2;
}
.y-field.is_textarea .y-field__inp {
  flex-grow: 1;
  min-height: var(--inp-height);
  overflow: hidden;
  resize: none;
  transition: 0s;
  padding-top: 14px;
  padding-bottom: 14px;
  word-break: break-word;
  white-space: pre-line;
}
.y-field__inp-icn {
  width: var(--inp-icn_w, auto);
  height: var(--inp-icn_h, auto);
  color: var(--c1);
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: var(--inp-icn_posr, 0);
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}
.y-field__inp-icn > * {
  width: calc(var(--inp-icn_w, 100%) - 13%);
  height: calc(var(--inp-icn_h, 100%) - 13%);
}
.y-field__error {
  font-size: 12px;
  color: var(--warning, red);
}
.y-field.is_password .y-field__inp-icn {
  pointer-events: auto;
}
.y-field.is_select {
  pointer-events: none;
  --inp-icn_w: 25px;
  --inp-icn_posr: 5px;
}
.y-field.is_select > *:not(.y-field__label) {
  pointer-events: auto;
}
.y-field.is_select.is_grid {
  display: grid;
  grid-template-columns: 1fr 24px;
  grid-gap: 6px 10px;
}
.y-field.is_select.is_grid .y-field__label {
  grid-column: 1/-1;
}
.y-field.is_select .y-field__inp option {
  pointer-events: none;
  font-size: 16px;
  background-color: #f2f2f2;
}
.y-field.is_select .y-field__inp option:checked {
  background-color: var(--c2);
}
.y-field.is_select .y-field__overlay:focus-within .y-field__inp {
  border-color: rgba(var(--r1), 1);
  background-color: #fff;
}
.y-field.is_select .y-field__overlay:focus-within .y-field__inp:hover {
  background-color: rgba(var(--r3), 1);
}
.y-field.is_select .y-field__overlay:focus-within .y-field__inp-icn {
  transform: translateY(-50%) scale(1, -1);
}
.y-field.is_avatar {
  padding-top: 15px;
  position: relative;
  align-items: center;
}
.y-field.is_avatar .y-btn_clear-avatar {
  position: absolute;
  right: 0;
  top: 0;
  transition: 300ms 200ms;
}
.y-field.is_avatar .y-btn_clear-avatar:not(.is_show) {
  transform: translate(-5%, 10%);
  pointer-events: none;
  opacity: 0;
}
.y-field.is_img-load, .y-field.is_avatar {
  gap: 10px;
}
@media screen and (min-width: 563px) {
  .y-field.is_img-load .y-field__label, .y-field.is_avatar .y-field__label {
    display: none;
  }
}
.y-field.is_img-load .y-field__thumb, .y-field.is_avatar .y-field__thumb {
  position: relative;
  border-radius: var(--root_bdrs);
  overflow: hidden;
}
.y-field.is_img-load .y-field__thumb::before, .y-field.is_avatar .y-field__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 2px solid var(--c2);
  position: absolute;
  top: 0;
  left: 0;
}
.y-field.is_img-load .y-field__img, .y-field.is_avatar .y-field__img {
  border-radius: var(--root_bdrs);
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.y-field.is_img-load .y-field__description, .y-field.is_avatar .y-field__description {
  font-style: italic;
  font-size: 12px;
  color: #9D9D9D;
  line-height: 1.5;
}
@media screen and (min-width: 763.1px) {
  .y-field.is_img-load .y-field__description, .y-field.is_avatar .y-field__description {
    font-size: calc(12px + 2 * (100vw - 763.1px) / 1151.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-field.is_img-load .y-field__description, .y-field.is_avatar .y-field__description {
    font-size: 14px;
  }
}

.y-fields {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
}
.y-fields > * {
  margin: 0;
}
.y-fields.is_product-form {
  padding: 20px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.y-fields.is_product-form.is_tab {
  border-radius: 0 0 4px 4px;
  border-top: none;
}
.y-fields.is_forgotten {
  grid-gap: 25px 15px;
}
.y-fields__space-between {
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
.y-fields__forgotten {
  --ybtn_ff: var(--ff7);
  --ybtn_fz: 12px;
  --ybtn_color: #4A93E8;
}
.y-fields.is_login .y-fields__footer {
  padding-top: 14px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 100%;
  justify-items: center;
}
.y-fields__btn, .y-fields__btn-login, .y-fields__btn-register, .y-fields__btn-register_company {
  --ybtn_fz: 14px;
  --ybtn_bdrs: calc(var(--ybtn_h, 50%) / 2);
  --ybtn_pd: 5px 20px;
  --ybtn_tt: uppercase;
}
.y-fields__btn.is_disabled, .y-fields__btn-login.is_disabled, .y-fields__btn-register.is_disabled, .y-fields__btn-register_company.is_disabled {
  --ybtn_painted: var(--c4);
  --ybtn_painted: var(--c4);
  pointer-events: none;
  box-shadow: none;
}
.y-fields__btn {
  --ybtn_ff: var(--ff5);
  --ybtn_h: 40px;
}
.y-fields__btn-login {
  --ybtn_ff: var(--ff7);
}
.y-fields__btn-login {
  --ybtn_h: 51px;
  --ybtn_w: 178px;
}
.y-fields__btn-register, .y-fields__btn-register_company {
  --ybtn_h: 51px;
  --ybtn_ff: var(--ff5);
  --ybtn_bdrs: 10px !important;
  padding: 5px 20px !important;
}
.y-fields__btn-register_company {
  --ybtn_painted: #77a8db;
}
.y-fields__btn-filter {
  align-self: flex-end;
  --ybtn_bdrs: 8px;
  --ybtn_gap: 6px;
  --ybtn_h: 46px;
  --ybtn_minw: 130px;
  --ybtn_pd: 5px 10px;
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-fields.is_register-basic {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 662px) and (max-width: 804.9px) {
  .y-fields.is_register-basic {
    grid-template-columns: 1fr 1fr;
  }
  .y-fields.is_register-basic .is_avatar {
    grid-row: span 3;
  }
}
@media screen and (min-width: 805px) {
  .y-fields.is_register-basic {
    grid-template-columns: 170px 1fr 1fr;
  }
  .y-fields.is_register-basic .is_avatar {
    grid-row: span 6;
  }
}
@media screen and (min-width: 805px) {
  .y-fields.is_register-basic.is_store-info {
    --logo-size: calc(200px + 189 * (100vw - 805px) / 475);
  }
}
@media screen and (min-width: 1280px) {
  .y-fields.is_register-basic.is_store-info {
    --logo-size: 389px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-fields.is_register-basic.is_store-info {
    --logo-size: calc(200px + 189 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-fields.is_register-basic.is_store-info {
    --logo-size: 389px;
  }
}
@media screen and (min-width: 662px) and (max-width: 804.9px) {
  .y-fields.is_register-basic.is_store-info .is_img-load {
    grid-row: span 3;
  }
  .y-fields.is_register-basic.is_store-info .is_address {
    grid-row: span 2;
  }
}
@media screen and (min-width: 805px) {
  .y-fields.is_register-basic.is_store-info {
    grid-template-columns: var(--logo-size) 1fr 1fr;
  }
  .y-fields.is_register-basic.is_store-info .is_img-load {
    grid-row: span 6;
  }
}
.y-fields.is_register-social {
  --col-gap: 15px;
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: flex;
  flex-wrap: wrap;
  gap: var(--col-gap);
}
@media screen and (min-width: 805px) {
  .y-fields.is_register-social {
    --col: 2;
  }
}
.y-fields.is_register-social .y-fields__item {
  flex: 1 1 calc(var(--size, 100%) / var(--col, 1));
}
.y-fields.is_newsletter .y-fields__heading {
  font-family: var(--ff3);
  font-size: 20px;
  letter-spacing: 0.03em;
}
.y-fields.is_newsletter .y-fields__item {
  --label_fz: 14px;
  --gap-col: 14px;
  --box_width-active: 16px;
  --box_height-active: 14px;
  --box_color: var(--c2);
  --box_bgc-active: var(--c2);
  --box_bdc-active: #bdbdbd;
  --box_color-active: var(--root_color);
  --box_padding: 4px;
}
.y-fields.is_newsletter .y-fields__btn {
  --ybtn_w: 300px;
}
.y-fields.is_promo {
  grid-template-rows: auto 1fr auto auto;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  border-radius: var(--root_bdrs);
  position: relative;
  padding: 10px 15px 15px 10px;
  overflow: hidden;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 731.1px) {
  .y-fields.is_promo {
    padding-left: calc(10px + 5 * (100vw - 731.1px) / 548.9);
    padding-top: calc(10px + 5 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-fields.is_promo {
    padding-left: 15px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-fields.is_promo {
    padding-right: calc(15px + 15 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-fields.is_promo {
    padding-right: 30px;
  }
}
@media screen and (min-width: 563px) and (max-width: 661.9px) {
  .y-fields.is_promo {
    grid-template-columns: 0.7fr 0.3fr !important;
  }
}
.y-fields.is_promo .y-fields__heading {
  --heading_fz: 24px;
  --heading_ff: var(--ff4);
  --heading_lh: 1;
  text-transform: none;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c2);
  grid-column: 1/-1;
}
@media screen and (min-width: 1280.1px) {
  .y-fields.is_promo .y-fields__heading {
    --heading_fz: calc(24px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-fields.is_promo .y-fields__heading {
    --heading_fz: 28px;
  }
}
@media screen and (min-width: 409px) {
  .y-fields.is_promo .y-fields__item.is_product, .y-fields.is_promo .y-fields__item.is_tabs {
    grid-column: span 2;
  }
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-fields.is_promo .y-fields__item.is_img-load {
    grid-column: 1/-1;
    order: 1;
  }
}
@media screen and (min-width: 805px) {
  .y-fields.is_promo .y-fields__item.is_img-load {
    grid-row: span 4;
  }
}
@media screen and (min-width: 805px) {
  .y-fields.is_promo .y-fields__item.is_img-load {
    padding-right: calc(10px + 5 * (100vw - 805px) / 475);
  }
}
@media screen and (min-width: 1280px) {
  .y-fields.is_promo .y-fields__item.is_img-load {
    padding-right: 15px;
  }
}
.y-fields.is_promo .y-fields__btn {
  order: 2;
  --ybtn_bdw: 1px;
  --ybtn_bdrs: var(--root_bdrs);
  --ybtn_h: 40px;
}
.y-fields.is_tabs {
  align-content: start;
}
.y-fields.is_tabs .y-fields__nav {
  padding-bottom: 2px;
  display: flex;
  gap: 10px;
}
.y-fields.is_tabs .y-fields__btn {
  --ybtn_bdc: var(--c2);
  --ybtn_ff: var(--ff4);
  --ybtn_bdrs: var(--root_bdrs);
  --ybtn_h: 30px;
}
.y-fields.is_tabs .y-fields__btn.is_active {
  --ybtn_bgc: var(--c2);
}
.y-fields.is_register-social .y-fields__item {
  --inp-icn_w: 36px;
  --inp-icn_posr: 6px;
}
.y-fields.is_address .y-fields__item.is_switch {
  --label_fz: 14px;
  --gap-col: 14px;
  --box_width-active: 16px;
  --box_height-active: 14px;
  --box_color: var(--c2);
  --box_bgc-active: var(--c2);
  --box_bdc-active: #bdbdbd;
  --box_color-active: var(--root_color);
  --box_padding: 4px;
}
.y-fields.is_review .y-fields__item {
  letter-spacing: 0.03em;
}
.y-fields.is_review .y-fields__item input.is_incognito {
  transition: 200ms 50ms;
  pointer-events: none;
  filter: blur(0.7px);
}
.y-fields.is_review .y-fields__item.is_switch {
  --label_fz: 14px;
  --gap-col: 14px;
  --box_width-active: 16px;
  --box_height-active: 14px;
  --box_color: var(--c2);
  --box_bgc-active: var(--c2);
  --box_bdc-active: #bdbdbd;
  --box_color-active: var(--root_color);
  --box_padding: 4px;
}
.y-fields.is_review .y-fields__item.is_switch .y-check__thumb {
  align-self: center;
}
.y-fields.is_review .y-fields__item.is_switch .y-check__label.is_row {
  padding-top: 2px;
  align-items: center;
  gap: 10px;
}
.y-fields.is_review .y-fields__item.is_switch .y-check__label.is_row svg {
  transform: translateY(-4px);
}
.y-fields.is_review .y-fields__item.is_switch .y-check__label.is_row svg path {
  transition: 200ms;
}
.y-fields.is_review .y-fields__item.is_switch input:checked ~ .y-check__label.is_row svg path {
  fill: #A8D7E4;
}
.y-fields.is_review .y-fields__item.is_switch input:checked ~ .y-check__label.is_row svg path:last-child {
  fill: #87BBC9;
}
.y-fields.is_review .y-fields__item.is_choice {
  margin-top: 10px;
}
.y-fields.is_review .y-fields__item.is_choice label, .y-fields.is_review .y-fields__item.is_choice svg {
  width: 30px;
  height: 30px;
}
.y-fields.is_review .y-fields__btn-submit {
  margin-top: 10px;
  justify-self: start;
  --ybtn_fz: 14px;
  --ybtn_ff: var(--ff7);
  --ybtn_h: 40px;
  --ybtn_bdrs: calc(var(--ybtn_h, 50%) / 2);
  --ybtn_pd: 5px 25px;
}

.y-quantity {
  --width: 50px;
  --height: 34px;
  --bdw: 1px;
  --bdc: var(--c3);
  --bdrs: var(--root_bdrs);
  display: flex;
}
.y-quantity__btn {
  --ybtn_w: var(--height);
  --ybtn_bdw: var(--bdw);
  --ybtn_bdc: var(--bdc);
  --ybtn__txt_display: none;
  --ybtn__icn_w: 100%;
  --ybtn__icn_h: 100%;
}
.y-quantity__btn svg {
  width: calc(var(--height) * 0.6%);
  height: calc(var(--height) * 0.6%);
}
.y-quantity__btn:active {
  transform: none !important;
  background-color: var(--c4);
}
.y-quantity__btn.is_minus {
  --ybtn_bdrs: var(--bdrs) 0 0 var(--bdrs);
}
.y-quantity__btn.is_plus {
  --ybtn_bdrs: 0 var(--bdrs) var(--bdrs) 0;
  order: 3;
}
.y-quantity__inp {
  width: var(--width);
  height: var(--height);
  text-align: center;
  padding: 0 5px;
  border-top: var(--bdw) solid var(--bdc);
  border-bottom: var(--bdw) solid var(--bdc);
  background-color: #f2f2f2;
}

.y-fading {
  --overflow_left_width: 15px;
  --overflow_right_width: 20px;
  overflow: hidden;
  position: relative;
  margin-left: calc(var(--overflow_left_width) * -1);
}
.y-fading::after, .y-fading::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-image: linear-gradient(var(--fading_direction), rgba(var(--root_r-bgc), 0.2) 10%, var(--root_bgc) 100%);
}
.y-fading::before {
  --fading_direction: to left;
  width: var(--overflow_left_width);
  right: 100%;
  transform: translateX(100%);
}
.y-fading::after {
  --fading_direction: to right;
  width: var(--overflow_right_width);
  left: 100%;
  transform: translateX(-100%);
}
.y-fading > * {
  padding-left: var(--overflow_left_width);
  padding-right: var(--overflow_right_width);
}
.y-fading__overlay {
  overflow-x: auto;
  overflow-y: hidden;
  margin-right: calc(var(--wr_offset) * -1);
  --scrollbar_height: 1px;
  --scrollbar_barColor: transparent;
  --scrollbar_trackColor: transparent;
}
.y-fading__grid {
  width: max-content;
  border-right: var(--wr_offset) solid transparent;
}

[data-split-item]:not(:last-child) {
  position: relative;
  transition: 250ms, transform 0s;
}
[data-split-item]:not(:last-child)::after {
  content: "|";
  width: var(--line_w, 6px);
  height: var(--line_h, auto);
  font-size: var(--line_fz, inherit);
  color: var(--line_color, #fff);
  background-color: var(--line_bgc, unset);
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: calc(var(--col-gap) / -2 - var(--line_w, 6px) / 2);
  transform: translateY(-50%);
  transition: 0s;
}
[data-split-item]:not(div):not(span):active {
  transform: translateY(1px);
}
[data-split-item]:not(div):not(span):active::after {
  transform: translateY(-50%) translate(0, -1px);
}

.y-heading {
  font-style: var(--heading_fs, normal);
  font-weight: var(--heading_fw, unset);
  font-size: var(--heading_fz, 24px);
  line-height: var(--heading_lh, 1.15);
  font-family: var(--heading_ff, var(--ff5));
  color: var(--heading_color, currentColor);
  margin-bottom: var(--heading_mb, 0);
  letter-spacing: var(--heading_ls, unset);
  word-break: break-word;
}
.y-heading > *:not([class]) {
  all: inherit;
  margin-top: 0;
  margin-left: inherit !important;
  margin-right: inherit !important;
  margin-bottom: inherit !important;
  padding: 0;
  border: none;
}
.y-heading__icn {
  display: inherit;
  padding-bottom: 3px;
}
.y-heading.is_center {
  text-align: center;
}
.y-heading.is_icn, .y-heading.is_promo {
  display: flex;
  gap: 12px;
}
.y-heading.is_icn {
  align-items: center;
}
.y-heading.is_promo {
  align-items: flex-end;
  justify-content: space-between;
}
.y-heading__subtitle {
  white-space: nowrap;
  color: #898989;
  font-size: 14px;
  font-family: var(--ff3);
  letter-spacing: 0.03em;
  margin-top: 8px;
}

.y-page-block {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 25px;
}
.y-page-block:not(:only-child) {
  margin-top: 15px;
}
.y-page-block__message {
  font-size: 18px;
}
.y-page-block__message:empty {
  display: none;
}
.y-page-block__footer {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
}
.y-page-block__btn {
  --ybtn_h: 38px;
  --ybtn_bdrs: calc(var(--ybtn_h) / 4);
  --ybtn_pd: 5px 10px;
  --ybtn_fz: 12px;
  --ybtn_ff: cursive, var(--ff7);
  --ybtn_tt: uppercase;
  transform: translateX(-2px);
  box-shadow: 0 2px 25px rgba(204, 200, 180, 0.5);
}
.y-page-block__btn:not(.is_no):not(.is_yes) {
  --ybtn_minw: 140px;
}
@media screen and (min-width: 370.1px) {
  .y-page-block__btn:not(.is_no):not(.is_yes) {
    --ybtn_minw: calc(140px + 47 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-page-block__btn:not(.is_no):not(.is_yes) {
    --ybtn_minw: 187px;
  }
}
@media screen and (min-width: 805.1px) {
  .y-page-block__btn:not(.is_no):not(.is_yes) {
    --ybtn_minw: calc(187px + 51 * (100vw - 805.1px) / 1109.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-page-block__btn:not(.is_no):not(.is_yes) {
    --ybtn_minw: 238px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-page-block__btn {
    --ybtn_h: calc(38px + 8 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-page-block__btn {
    --ybtn_h: 46px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-page-block__btn {
    --ybtn_fz: calc(12px + 4 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-page-block__btn {
    --ybtn_fz: 16px;
  }
}
.y-page-block__btn:hover {
  --ybtn_bdc: #B0ACB3;
}
.y-page-block__btn.is_yes {
  --ybtn_minw: 100px;
}
.y-page-block__btn.is_disabled {
  --ybtn_painted: var(--c4);
  --ybtn_color: #5b5b5b;
  --ybtn_bdrs: calc(var(--ybtn_h)/4);
  pointer-events: none;
  box-shadow: none;
}
.y-page-block__img {
  height: auto;
}
.y-page-block.is_logout, .y-page-block.is_maintenance {
  justify-items: center;
  text-align: center;
}
.y-page-block.is_logout .y-page-block__message, .y-page-block.is_logout .y-page-block__heading {
  font-size: 16px;
  font-family: var(--ff7);
}
@media screen and (min-width: 731.1px) {
  .y-page-block.is_logout .y-page-block__message, .y-page-block.is_logout .y-page-block__heading {
    font-size: calc(16px + 9 * (100vw - 731.1px) / 1183.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-page-block.is_logout .y-page-block__message, .y-page-block.is_logout .y-page-block__heading {
    font-size: 25px;
  }
}
.y-page-block.is_logout .y-page-block__thumb {
  max-width: 500px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.y-page-block.is_mv-start-register {
  margin: 0;
}
@media screen and (min-width: 763px) {
  .y-page-block.is_mv-start-register {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .y-page-block.is_mv-start-register {
    max-width: 983px;
  }
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-page-block.is_mv-start-register br {
    display: none;
  }
}
.y-page-block.is_mv-start-register .y-page-block__message {
  font-family: var(--ff3);
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.y-page-block.is_mv-start-register .y-page-block__message p:not(:last-of-type:not(:first-of-type)) {
  margin-bottom: 15px;
}
.y-page-block.is_mv-start-register .y-page-block__flew {
  font-family: var(--ff4);
  margin-top: 25px;
  font-size: 18px;
}
@media screen and (min-width: 409px) and (max-width: 762.9px) {
  .y-page-block.is_mv-start-register .y-page-block__flew {
    text-align: center;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-page-block.is_mv-start-register .y-page-block__flew {
    font-size: calc(18px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-page-block.is_mv-start-register .y-page-block__flew {
    font-size: 22px;
  }
}
@media screen and (min-width: 409px) {
  .y-page-block.is_mv-start-register .y-page-block__footer {
    justify-content: center;
  }
}
.y-page-block.is_mv-start-register .y-page-block__thumb {
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  margin: 20px auto 0;
  border: 1px solid var(--c5);
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-page-block.is_mv-start-register .y-page-block__thumb {
    max-width: 100%;
    padding: 4px;
    border-radius: 4px;
  }
}
@media screen and (min-width: 763px) {
  .y-page-block.is_mv-start-register .y-page-block__thumb {
    max-width: 90%;
    padding: 10px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-page-block.is_mv-start-register .y-page-block__img {
    border-radius: 2px;
  }
}
@media screen and (min-width: 763px) {
  .y-page-block.is_mv-start-register .y-page-block__img {
    border-radius: 8px;
  }
}
.y-page-block.is_mv-start-register .y-page-block__btn {
  --ybtn_pd: 5px 20px;
}

.y-promo {
  max-width: 600px;
  padding: 8px 10px 10px;
  border-radius: var(--root_bdrs);
  border: 1px solid #ef4023;
  box-shadow: 0 0 5px -1px rgba(239, 64, 35, 0.3);
  background-color: rgba(239, 64, 35, 0.08);
  display: grid;
  grid-template-rows: 1fr;
  --row-gap: 10px;
  --col-gap: 10px;
  grid-gap: var(--row-gap) var(--col-gap);
  position: relative;
  transition: 350ms;
  user-select: none;
}
@media screen and (min-width: 731.1px) {
  .y-promo {
    padding-top: calc(8px + 2 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-promo {
    padding-top: 10px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-promo {
    padding-top: calc(8px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-promo {
    padding-top: 12px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-promo {
    padding-right: calc(10px + 3 * (100vw - 731.1px) / 548.9);
    padding-left: calc(10px + 3 * (100vw - 731.1px) / 548.9);
    padding-bottom: calc(10px + 3 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-promo {
    padding-right: 13px;
    padding-left: 13px;
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-promo {
    padding-right: calc(10px + 5 * (100vw - 1280.1px) / 634.9);
    padding-left: calc(10px + 5 * (100vw - 1280.1px) / 634.9);
    padding-bottom: calc(10px + 5 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-promo {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-promo {
    --row-gap: calc(10px + 5 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-promo {
    --row-gap: 15px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-promo {
    --col-gap: calc(10px + 10 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-promo {
    --col-gap: 20px;
  }
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-promo {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 662px) {
  .y-promo {
    grid-template-columns: 0.5fr 1fr;
  }
}
.y-promo.is_disabled {
  background-color: #f3f3f3;
  border-color: #636363;
  overflow: hidden;
}
.y-promo.is_disabled > *:not(.y-promo__head):not(.y-promo__moderation) {
  transition: 550ms;
  filter: grayscale(100%);
}
.y-promo.is_moderation > *:not(.y-promo__moderation):not(.y-promo__head), .y-promo.is_moderation .y-promo__title, .y-promo.is_moderation .y-promo__switch {
  filter: grayscale(100%) blur(0.5px);
}
.y-promo__moderation {
  position: absolute;
  inset: 0;
  background-color: rgba(221, 221, 221, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.y-promo__moderation-txt {
  min-height: 34px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eb2c3b;
  color: #fff;
  font-family: var(--ff7);
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 5px 22px;
}
@media screen and (min-width: 662.1px) {
  .y-promo__moderation-txt {
    font-size: calc(13px + 3 * (100vw - 662.1px) / 772.9);
  }
}
@media screen and (min-width: 1435px) {
  .y-promo__moderation-txt {
    font-size: 16px;
  }
}
.y-promo__head {
  grid-column: 1/-1;
  display: flex;
  gap: 15px;
  align-self: start;
  align-items: flex-start;
  justify-content: space-between;
}
.y-promo__title {
  word-break: break-word;
  align-self: center;
  font-family: var(--ff5);
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (min-width: 731.1px) {
  .y-promo__title {
    font-size: calc(14px + 4 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-promo__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-promo__title {
    font-size: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-promo__title {
    font-size: 20px;
  }
}
.y-promo__nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.y-promo__switch.is_switch {
  --box_width-active: 15px;
  --box_height-active: 15px;
  --box_color: #d7d7d7;
  --box_bdc: #bdbdbd;
  --box_bgc-active: var(--c2);
  --box_bdc-active: var(--c2);
  --box_color-active: var(--root_color);
  margin-top: 1px;
}
.y-promo__check {
  z-index: 2;
}
.y-promo__check:not(.is_active) {
  order: -1;
}
.y-promo__btn {
  flex-shrink: 0;
  --ybtn_color: var(--c2);
  --ybtn__txt_display: none;
  --ybtn__icn_w: 21px;
}
@media screen and (min-width: 409.1px) {
  .y-promo__btn {
    --ybtn__icn_w: calc(21px + 11 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-promo__btn {
    --ybtn__icn_w: 32px;
  }
}
.y-promo__btn.is_active {
  --ybtn_color: #eb2c3b;
}
.y-promo__btn:not(.is_active) path:first-child {
  fill: var(--root_bgc);
}
.y-promo__logo {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--root_bdrs);
  overflow: hidden;
  padding: 4px;
  box-sizing: content-box;
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-promo__logo {
    display: none;
  }
}
.y-promo__logo-img, .y-promo__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: calc(var(--root_bdrs) / 2);
}
.y-promo__description {
  line-height: 1.3;
  align-self: center;
  font-family: var(--ff5);
  font-size: 12px;
}
@media screen and (min-width: 731.1px) {
  .y-promo__description {
    font-size: calc(12px + 2 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-promo__description {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-promo__description {
    font-size: calc(12px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-promo__description {
    font-size: 16px;
  }
}
@media screen and (min-width: 662px) {
  .y-promo__description > span {
    white-space: pre-line;
  }
}
.y-promo__thumb {
  background-color: #fff;
  grid-column: 1/-1;
  border-radius: var(--root_bdrs);
  overflow: hidden;
}

.y-category-nav {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 100%;
}
.y-category-nav:only-child {
  position: sticky;
  top: 10px;
}
.y-category-nav label,
.y-category-nav input[type=radio] {
  margin: 0 !important;
  font-weight: normal;
  font-size: 14px;
}
.y-category-nav input[type=radio]:checked + .y-category-nav__link-img {
  font-weight: bold;
}
.y-category-nav__item {
  --item-btn_minh: 33px;
}
.y-category-nav__item-btn {
  display: flex;
  cursor: pointer;
  transition: 300ms;
  border-radius: calc(var(--item-btn_minh, 0px) / 2);
  background-color: rgba(var(--category-color, var(--r2)), 1);
}
@media screen and (min-width: 1280.1px) {
  .y-category-nav__item-btn {
    --item-btn_minh: calc(32px + 8 * (100vw - 1280.1px) / 394.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-category-nav__item-btn {
    --item-btn_minh: 40px;
  }
}
.y-category-nav__item-btn:hover, .y-category-nav__item-btn.is_current {
  background-color: #C2E66C;
}
.y-category-nav__item.is_dropdown.is_open > .y-category-nav__item-btn {
  border-radius: calc(var(--item-btn_minh, 0px) / 3) calc(var(--item-btn_minh, 0px) / 3) 0 0;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
}
.y-category-nav__btn-link {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.1;
  color: currentColor;
  text-decoration: none;
  min-height: var(--item-btn_minh);
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  text-align: center;
  transition: 300ms;
}
@media screen and (min-width: 731.1px) {
  .y-category-nav__btn-link {
    font-size: calc(14px + 2 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-category-nav__btn-link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-category-nav__btn-link {
    font-size: calc(15px + 5 * (100vw - 1280.1px) / 394.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-category-nav__btn-link {
    font-size: 20px;
  }
}
.y-category-nav__item.is_dropdown .y-category-nav__btn-link {
  padding: 5px 0 5px 15px;
}
.y-category-nav__item.is_first > .y-category-nav__item-btn .y-category-nav__btn-link {
  padding-left: 22px;
}
.y-category-nav__link-thumb {
  border: 2px solid rgba(var(--category-color, var(--r2)), 1);
  background-color: var(--root_bgc);
  border-radius: 6px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  width: 25px;
}
.y-category-nav__btn-icn {
  cursor: pointer;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
}
.y-category-nav__btn-icn > * {
  height: 13px;
  transform: rotate(90deg);
  transition: 25ms;
}
.y-category-nav__item.is_dropdown.is_open > .y-category-nav__item-btn > .y-category-nav__btn-icn > * {
  transform: rotate(90deg) scale(-1, -1);
}
.y-category-nav__item-dropdown {
  background-color: rgba(var(--category-color, var(--r2)), 0.6);
  backdrop-filter: blur(1px);
  display: none;
}
.y-category-nav__item.is_dropdown.is_open .y-category-nav__item-dropdown {
  border-radius: 0 0 calc(var(--item-btn_minh, 0px) / 3) calc(var(--item-btn_minh, 0px) / 3);
}
.y-category-nav__dropdown-content {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 5px;
  align-content: start;
  padding: 10px 7px;
}
.y-category-nav__item.is_dropdown > .y-category-nav__item-dropdown > .y-category-nav__dropdown-content > .y-category-nav__item.is_dropdown > .y-category-nav__item-dropdown > .y-category-nav__dropdown-content {
  padding-top: 7px;
  padding-left: 0;
}
.y-category-nav__dropdown-link {
  padding: 4px 0 4px;
  gap: 10px;
  text-align: center;
  text-wrap: balance;
}
.y-category-nav__dropdown-link:hover, .y-category-nav__dropdown-link.is_current {
  text-decoration: underline;
}
.y-category-nav__item.is_dropdown.is_open > .y-category-nav__dropdown-content > .y-category-nav__dropdown-link {
  padding-left: 7px;
}

.y-category-thumb {
  aspect-ratio: 500/440;
  position: sticky;
  top: 10px;
}
.y-category-thumb__img {
  width: 100%;
  height: auto;
}

[data-show-password] .line {
  transform-box: fill-box;
  transform-origin: 20% 80%;
  transform: scale(1);
  transition: 350ms cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 200ms;
}
[data-show-password].is_show .line {
  opacity: 1;
  transform: scale(0);
}
[data-show-password] .border, [data-show-password] .eye {
  transition: 300ms;
  fill: var(--c1);
}
[data-show-password]:hover .border, [data-show-password].is_show .border {
  fill: #000;
}
[data-show-password].is_show .eye {
  fill: #4A93E8;
}

.y-social-login__title {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--ff4);
}
.y-social-login__btns {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 22px;
}
@media screen and (min-width: 280px) and (max-width: 1018.9px) {
  .y-social-login__btns {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1019px) {
  .y-social-login__btns {
    margin-top: 52px;
  }
}
.y-social-login__btn {
  --ybtn_w: 100%;
  --ybtn_h: 66px;
  --ybtn_bgc: #f4f4f4;
  --ybtn_bdw: 2px;
  --ybtn_bdc: #ebebeb;
  --ybtn_bdrs: var(--root_bdrs);
  --ybtn_color: #4c76a6;
  --ybtn_gap: 20px;
  --ybtn_fz: 19px;
  --ybtn_ff: var(--ff5);
}
.y-social-login__btn:hover {
  --ybtn_bdc: #4c76a6;
  --ybtn_bgc: #4c76a6;
  --ybtn_color: #fff;
}

[data-tabs=item]:not(:first-child) {
  display: none;
}

.tab-content .tab-pane .y-fields__space-between {
  flex-wrap: wrap;
}
.tab-content .tab-pane .y-fields__space-between > * {
  min-width: 130px;
  --ybtn_fz: 11px;
  --ybtn_bdc: var(--root_color);
  padding-inline: 5px;
}
@media screen and (min-width: 662.1px) {
  .tab-content .tab-pane .y-fields__space-between > * {
    --ybtn_fz: calc(12px + 4 * (100vw - 662.1px) / 1012.9);
  }
}
@media screen and (min-width: 1675px) {
  .tab-content .tab-pane .y-fields__space-between > * {
    --ybtn_fz: 16px;
  }
}
@media screen and (min-width: 662.1px) {
  .tab-content .tab-pane .y-fields__space-between > * {
    padding-inline: calc(5px + 15 * (100vw - 662.1px) / 1012.9);
  }
}
@media screen and (min-width: 1675px) {
  .tab-content .tab-pane .y-fields__space-between > * {
    padding-inline: 20px;
  }
}

.y-rating-progress {
  display: block;
  position: relative;
  width: max-content;
  --icn_w: 23px;
  --icn_h: var(--icn_w);
}
.y-rating-progress__unpainted, .y-rating-progress__painted {
  display: flex;
  gap: 1px;
  align-items: center;
}
.y-rating-progress__unpainted > *, .y-rating-progress__painted > * {
  flex-shrink: 0;
  width: var(--icn_w, unset);
  height: var(--icn_h, unset);
}
.y-rating-progress__painted {
  width: var(--progress, 0%);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.rating-choice {
  min-width: 104px;
  flex-shrink: 0;
  display: inline-flex;
  flex-direction: row-reverse;
}
.rating-choice label {
  color: var(--c1);
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.rating-choice label:empty::before {
  content: "\f005";
  font-size: 19px;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  transition: 250ms;
}
.rating-choice label svg:last-child {
  transition: 300ms;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform-origin: 50% 70%;
  transform: translate(-50%, -50%) scale(0.5);
}
.rating-choice > input:checked ~ label:empty::before, .rating-choice:not(:checked) > label:hover:empty::before, .rating-choice:not(:checked) > label:hover ~ label:empty::before {
  font-weight: 900;
}
.rating-choice > input:checked ~ label svg:last-child, .rating-choice:not(:checked) > label:hover svg:last-child, .rating-choice:not(:checked) > label:hover ~ label svg:last-child {
  transition: 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.rating-choice > input:checked + label:hover:empty::before,
.rating-choice > input:checked ~ label:hover:empty::before,
.rating-choice > label:hover ~ input:checked ~ label:empty::before,
.rating-choice > input:checked ~ label:hover ~ label:empty::before {
  font-weight: 900;
}
.rating-choice > input:checked + label:hover svg:last-child,
.rating-choice > input:checked ~ label:hover svg:last-child,
.rating-choice > label:hover ~ input:checked ~ label svg:last-child,
.rating-choice > input:checked ~ label:hover ~ label svg:last-child {
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.1);
}

.y-line-progress {
  display: flex;
  align-items: center;
  gap: 8px;
}
.y-line-progress__star {
  color: #767474;
}
.y-line-progress__star, .y-line-progress__count {
  text-align: center;
  min-width: 10px;
  font-size: 14px;
  font-family: var(--ff5);
}
.y-line-progress__icn {
  display: flex;
}
.y-line-progress__icn svg {
  width: 20px;
  height: 20px;
}
.y-line-progress__results {
  flex-grow: 1;
  height: 6px;
  position: relative;
  overflow: hidden;
}
.y-line-progress__unpainted, .y-line-progress__painted {
  height: 100%;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.y-line-progress__unpainted {
  background-color: #e9e9e9;
  width: 100%;
}
.y-line-progress__painted {
  background-color: #FFC200;
  width: var(--progress);
}
.y-line-progress__count {
  color: var(--c1);
}

.y-overall-rating {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  padding: 14px 12px 20px;
  border-radius: var(--root_bdrs);
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  border: 1px solid #2cbe00;
  letter-spacing: 0.03em;
}
.y-overall-rating__heading {
  grid-column: 1/-1;
  font-style: italic;
  color: #ababab;
  font-size: 15px;
}
.y-overall-rating__left {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr auto 0.35fr;
  grid-gap: 5px;
  justify-items: center;
}
.y-overall-rating__total {
  font-size: 55px;
  font-family: var(--ff7);
  align-self: center;
  line-height: 1;
}
.y-overall-rating__progress {
  --icn_w: 28px;
}
.y-overall-rating__count {
  align-self: end;
  font-size: 15px;
}
.y-overall-rating__right {
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  grid-gap: 8px;
}
.y-overall-rating__line {
  width: 100%;
  max-width: 155px;
}

.y-reviews {
  --col: 2;
  --row-gap: 25px;
  --col-gap: 16px;
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  grid-template-columns: 100%;
  align-content: start;
  --thumb: 70px;
}
@media screen and (min-width: 912.1px) {
  .y-reviews {
    --thumb: calc(70px + 10 * (100vw - 912.1px) / 1002.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-reviews {
    --thumb: 80px;
  }
}
.y-reviews__heading {
  font-family: var(--ff5);
  grid-column: 1/-1;
  font-size: 20px;
}
.y-reviews__item ~ .y-reviews__item {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.y-reviews__item ~ .y-reviews__item::before {
  --height: 1px;
  content: "";
  width: 100%;
  height: var(--height);
  border-bottom: 1px dashed #acacac;
  position: absolute;
  bottom: calc(100% + var(--row-gap) / 2 - var(--height) / 2);
}
.y-reviews__item {
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  grid-template-columns: var(--thumb) 1fr;
  align-content: start;
  align-items: start;
}
.y-reviews__item.is_disabled > * {
  transition: 550ms;
  filter: grayscale(100%);
}
.y-reviews__item.is_disabled .y-field__inp {
  background-color: #e0e0e0 !important;
}
.y-reviews__thumb {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
  position: sticky;
  top: 10px;
}
.y-reviews__thumb > svg {
  width: 82%;
  height: auto;
  aspect-ratio: 1/1;
}
.y-reviews__thumb::before {
  content: "";
  border-radius: inherit;
  border: 2px solid #87bbc9;
  box-shadow: inset 0 0 1.5px rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0px;
}
.y-reviews__img {
  padding: 1px;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.y-reviews__icn {
  align-self: flex-end;
  margin-bottom: -2px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.y-reviews__icn > svg {
  width: 84%;
  height: auto;
  aspect-ratio: 1/1;
}
.y-reviews__initials {
  font-family: var(--ff5);
  color: #87bbc9;
  font-size: 23px;
  letter-spacing: 0.03em;
  text-indent: 2px;
  text-transform: uppercase;
}
.y-reviews__content {
  letter-spacing: 0.03em;
  font-family: var(--ff3);
  font-size: 14px;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
}
.y-reviews:not(.is_question) .y-reviews__author {
  width: calc(100% - 126px);
}
.y-reviews__author span, .y-reviews__author a {
  font-family: var(--ff5);
  color: #0057CE;
  text-decoration: underline;
}
.y-reviews__incognito {
  font-family: var(--ff5);
  color: #0057CE;
}
.y-reviews__date {
  margin-left: auto;
  font-style: italic;
  font-size: 12px;
  color: #AAA;
}
.y-reviews__rating {
  margin-top: 2px;
}
.y-reviews__col {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 5px;
  word-break: break-word;
  border: 1px solid var(--c3);
  border-radius: 8px;
  margin: 0;
  padding: 7px 12px 12px;
}
.y-reviews__col.is_text {
  background-color: rgba(var(--r4), 0.35);
}
.y-reviews__col.is_advantages {
  background-color: rgba(44, 190, 0, 0.05);
}
.y-reviews__col.is_disadvantages {
  background-color: rgba(209, 0, 0, 0.05);
}
.y-reviews.is_question .y-reviews__col.is_text {
  margin-top: -5px;
}
.y-reviews:not(.is_question) .y-reviews__col.is_text {
  margin-top: -18px;
  padding-top: 0;
}
.y-reviews:not(.is_question) .y-reviews__col.is_text .y-reviews__key {
  transform: translateY(-7px);
  padding-right: 2px;
}
.y-reviews:not(.is_question) .y-reviews__col.is_text .y-reviews__val {
  margin-top: -5px;
}
.y-reviews:not(.is_question) .y-reviews__title {
  margin-top: -8px;
  margin-bottom: 3px;
  font-family: var(--ff5);
  max-width: calc(100% - 131px);
}
.y-reviews__key {
  font-size: 12px;
  font-family: var(--ff3);
  font-style: italic;
  text-align: right;
  padding-left: 2px;
  padding-right: 5px;
  transform: translateY(-1px);
  margin-right: 8px;
  letter-spacing: 0.05em;
}
.y-reviews__val {
  line-height: 1.2;
  white-space: pre-line;
}
.y-reviews__val br {
  display: none;
}
.y-reviews__attachment {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.y-reviews__attachment-thumb {
  aspect-ratio: 70/70;
  max-width: 70px;
  border: 1px solid var(--c3);
  background-color: var(--c3);
  padding: 4px;
  border-radius: 4px;
}
.y-reviews__attachment-img {
  border-radius: 2px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.y-reviews__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: baseline;
  justify-content: space-between;
}
.y-reviews__btn-answer {
  --ybtn_pd: 5px 2px 2px;
  --ybtn_color: #959595;
  --link_bgc: var(--c1);
  --link_tfy: 1px;
  --link_h_tfy: 0;
}
.y-reviews__react {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.y-reviews__react:only-child {
  margin-left: auto;
}
.y-reviews__react-txt {
  color: #959595;
}
.y-reviews__react-emojis {
  display: flex;
  align-items: center;
  gap: 5px;
}
.y-reviews__react-btn {
  --ybtn_ai: baseline;
  --ybtn_gap: 3px;
  --ybtn_fz: 12px;
  --ybtn__txt_display: none;
}
.y-reviews__react-btn .y-btn__count {
  font-family: var(--ff5);
}
.y-reviews__foot {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 10px;
}
.y-reviews__check.is_switch {
  --label_fz: 14px;
  --gap-col: 14px;
  --box_width-active: 13px;
  --box_height-active: 12px;
  --box_color: var(--c2);
  --box_bgc-active: var(--c2);
  --box_bdc-active: #bdbdbd;
  --box_color-active: var(--root_color);
  --box_padding: 4px;
}
.y-reviews__edit, .y-reviews__remove {
  --ybtn__txt_display: none;
}
.y-reviews__edit {
  --ybtn_color: #fced7b;
  transform: translateY(2px);
}
.y-reviews__remove {
  --ybtn_color: #bdbdbd;
}
.y-reviews__reply {
  --col: 2;
  --row-gap: 10px;
  --col-gap: 10px;
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  grid-template-columns: 100%;
  align-content: start;
}
@media screen and (min-width: 280px) and (max-width: 730.9px) {
  .y-reviews__reply {
    padding-left: 10px;
  }
}
@media screen and (min-width: 731px) {
  .y-reviews__reply {
    padding-left: calc(var(--thumb) + var(--col-gap));
  }
}
@media screen and (min-width: 731.1px) {
  .y-reviews__reply {
    --row-gap: calc(10px + 15 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-reviews__reply {
    --row-gap: 25px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-reviews__reply {
    --col-gap: calc(10px + 6 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-reviews__reply {
    --col-gap: 16px;
  }
}
.y-reviews.is_chat .y-reviews__reply {
  padding-left: calc(var(--thumb) / 2);
}
.y-reviews__reply-total {
  font-size: 14px;
  font-family: var(--ff4);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 731.1px) {
  .y-reviews__reply-total {
    font-size: calc(14px + 2 * (100vw - 731.1px) / 180.9);
  }
}
@media screen and (min-width: 912px) {
  .y-reviews__reply-total {
    font-size: 16px;
  }
}
@media screen and (min-width: 280px) and (max-width: 730.9px) {
  .y-reviews__reply-total {
    display: flex;
    align-items: baseline;
    gap: 5px;
  }
  .y-reviews__reply-total::before, .y-reviews__reply-total::after {
    content: "";
    height: 1px;
    background-color: var(--c3);
  }
  .y-reviews__reply-total::before {
    order: -1;
    flex-basis: calc(var(--thumb) / 2);
    margin-left: -5px;
  }
  .y-reviews__reply-total::after {
    flex-grow: 1;
  }
}
.y-reviews__reply .y-reviews__item {
  --thumb: 60px;
}
@media screen and (min-width: 912.1px) {
  .y-reviews__reply .y-reviews__item {
    --thumb: calc(60px + 10 * (100vw - 912.1px) / 1002.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-reviews__reply .y-reviews__item {
    --thumb: 70px;
  }
}
.y-reviews__pagination {
  display: flex;
  justify-content: flex-end;
}

.p-item {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(var(--p-item__r-bdc, var(--r2)), 1);
  box-shadow: 0 0 5px -1px rgba(var(--p-item__r-bdc, var(--rc2)), 0.35);
  border-radius: var(--root_bdrs);
  --pdt: 8px;
  padding: var(--pdt) var(--pdt) 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background-color: var(--root_bgc);
  --fz: 14px;
  font-size: var(--fz);
}
@media screen and (min-width: 1361.1px) {
  .p-item {
    --pdt: calc(8px + 4 * (100vw - 1361.1px) / 553.9);
  }
}
@media screen and (min-width: 1915px) {
  .p-item {
    --pdt: 12px;
  }
}
@media screen and (min-width: 1675.1px) {
  .p-item {
    --fz: calc(14px + 2 * (100vw - 1675.1px) / 239.9);
  }
}
@media screen and (min-width: 1915px) {
  .p-item {
    --fz: 16px;
  }
}
.p-item:nth-child(1) {
  --p-item__r-bdc: 193,113,189;
}
.p-item:nth-child(2) {
  --p-item__r-bdc: 145,199,76;
}
.p-item:nth-child(3) {
  --p-item__r-bdc: 122,0,0;
}
.p-item:nth-child(4) {
  --p-item__r-bdc: 121,6,17;
}
.p-item:nth-child(5) {
  --p-item__r-bdc: 13,125,218;
}
.p-item:nth-child(6) {
  --p-item__r-bdc: 193,113,189;
}
.p-item__head {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.p-item__check {
  flex-grow: 1;
}
.p-item__rating {
  --icn_w: 18px;
  --icn_h: 18px;
}
@media screen and (min-width: 280px) and (max-width: 1537.9px) {
  .p-item__rating:only-child {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1538px) {
  .p-item__rating:only-child {
    margin-left: auto;
  }
}
.p-item__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--root_bdrs);
  overflow: hidden;
  padding: 4px;
  box-sizing: content-box;
}
.p-item__thumb-img {
  border-radius: calc(var(--root_bdrs) / 2);
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-item__thumb-img.on_error {
  --bias: 17px;
  opacity: 0.7;
  background-color: transparent;
  background-image: var(--bgimage, var(--a-bgimage), none);
  background-blend-mode: multiply;
  background-size: var(--bgsize, var(--a-bgsize, cover));
  background-repeat: no-repeat;
  background-position: 0 var(--bias, 0);
  color: var(--root_r-bgc);
  font-size: 0;
  line-height: 0;
  top: calc(-1 * var(--bias, 0px));
  right: 0;
  bottom: 0;
  left: 0;
  block-size: calc(100% + var(--bias));
  position: absolute;
  transform: scale(-1, 1);
  z-index: -2;
}
.p-item__thumb-img.on_error::before, .p-item__thumb-img.on_error::after {
  display: none;
}
.p-item__name {
  max-width: 100%;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 7px;
}
@media screen and (min-width: 1361.1px) {
  .p-item__name {
    margin-bottom: calc(0px + 5 * (100vw - 1361.1px) / 553.9);
  }
}
@media screen and (min-width: 1915px) {
  .p-item__name {
    margin-bottom: 5px;
  }
}
.p-item__btn {
  margin-top: auto;
  align-self: center;
  text-transform: uppercase;
  --ybtn_fz: calc(var(--fz) - 12%);
  --ybtn_minw: 150px;
  --ybtn_minh: 32px;
  --ybtn_jc: space-between;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_bd: 1.5px solid var(--root_color);
  --ybtn_color: var(--root_color);
  --ybtn_bgc: var(--root_bgc);
  --ybtn__icn_w: 26px;
  --ybtn__icn_h: 26px;
  --ybtn__icn_bdrs: 50%;
  --ybtn__icn_bgc: var(--root_color);
  --ybtn__icn_color: var(--root_bgc);
  --ybtn__icn_tf: translateX(-1px);
  --ybtn__icn_trs: 250ms;
  --ybtn__icn_pd: 0 0 0 3px;
  --ybtn__txt_ta: center;
  --ybtn__txt_fg: 1;
}
.p-item__btn:hover {
  --ybtn_color: var(--root_bgc);
  --ybtn_bgc: var(--root_color);
}

.y-account-menu {
  background-color: var(--c5);
  padding: 35px 0 20px;
  height: 100%;
}
.y-account-menu__user {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  justify-items: center;
  margin-bottom: 30px;
}
.y-account-menu__thumb {
  max-width: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-color: var(--c4);
}
.y-account-menu__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 3px solid var(--c2);
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 3px 3px rgba(0, 0, 0, 0.1);
}
.y-account-menu__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.y-account-menu__name {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-family: var(--ff4);
  position: relative;
  padding: 0 15px 23px;
}
.y-account-menu__name::before {
  content: "";
  width: 69.21%;
  height: 1.5px;
  background-color: #707070;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.y-account-menu__item {
  --offset-left: 22px;
  --ybtn__icn_w: auto;
  --pdtb: 20px;
  --pdl: 45px;
  --pdr: 21px;
  padding-left: var(--pdl);
  padding-right: var(--pdr);
}
@media screen and (min-width: 1280.1px) {
  .y-account-menu__item {
    --pdl: calc(45px + 65 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-account-menu__item {
    --pdl: 110px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-account-menu__item {
    --pdr: calc(21px + 34 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-account-menu__item {
    --pdr: 55px;
  }
}
.y-account-menu__item:not(:first-child) {
  border-top: 3px dashed var(--root_bgc);
}
.y-account-menu__item.is_dropdown {
  transition: padding-bottom 200ms 300ms;
}
.y-account-menu__item.is_dropdown.is_open {
  padding-bottom: 15px;
}
.y-account-menu__item.is_dropdown.is_child {
  padding-left: var(--offset-left);
  padding-right: 10px;
}
.y-account-menu__link {
  --ybtn_fz: 16px;
  --ybtn_ff: var(--ff7);
  --ybtn_pd: var(--pdtb) 0;
}
@media screen and (min-width: 1280.1px) {
  .y-account-menu__link {
    --ybtn_fz: calc(16px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-account-menu__link {
    --ybtn_fz: 18px;
  }
}
.y-account-menu__item-btn {
  position: relative;
  z-index: 2;
}
.y-account-menu__btn-icn {
  color: var(--c1);
  cursor: pointer;
  width: var(--offset-left);
  display: flex;
  align-items: center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.y-account-menu__btn-icn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(calc(var(--offset-left) / -2.5));
  width: calc(var(--offset-left) * 2);
  height: calc(var(--offset-left) * 2);
}
.y-account-menu__btn-icn > * {
  transition: 300ms;
  transform: translateX(3px) rotate(0deg);
}
.y-account-menu__item.is_dropdown.is_open .y-account-menu__btn-icn > * {
  transform: translateX(0px) rotate(90deg);
}
.y-account-menu__item-dropdown {
  margin-top: calc(var(--pdtb) / -1);
  padding-top: var(--pdtb);
  padding-left: calc(var(--offset-left) + 0px);
  margin-left: calc(var(--offset-left) * -1 + 5px);
  position: relative;
}
.y-account-menu__item-dropdown::after, .y-account-menu__item-dropdown::before {
  --size: 1.5px;
  content: "";
  position: absolute;
  left: 0;
}
.y-account-menu__item-dropdown::before {
  top: 0;
  width: var(--size, 1px);
  height: 100%;
  border-left: var(--size, 1px) dashed var(--c1);
  transform: scale(1, 0);
  transform-origin: 50% 100%;
  transition: 300ms 200ms;
}
.y-account-menu__item-dropdown::after {
  bottom: 0;
  height: var(--size, 1px);
  width: 60%;
  border-bottom: var(--size, 1px) dashed var(--c1);
  transform: scale(0, 1);
  transform-origin: 100% 50%;
  transition: 0s;
}
.y-account-menu__item.is_dropdown.is_open .y-account-menu__item-dropdown::before, .y-account-menu__item.is_dropdown.is_open .y-account-menu__item-dropdown::after {
  transform: scale(1, 1);
}
.y-account-menu__dropdown-content {
  transform-origin: 50% 0;
  transition: 350ms cubic-bezier(0.6, -0.28, 0.74, 0.05), opacity 250ms;
  opacity: 0;
  transform: scale(1, 0);
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  justify-items: start;
}
.y-account-menu__item.is_dropdown.is_open .y-account-menu__dropdown-content {
  opacity: 1;
  transform: scale(1, 1);
  transition: 350ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 200ms, opacity 150ms 200ms;
  padding-bottom: 10px;
}
.y-account-menu__dropdown-link {
  --ybtn_fz: 14px;
  --ybtn_pd: 10px 0;
  --ybtn_ff: var(--ff5);
}
@media screen and (min-width: 1280.1px) {
  .y-account-menu__dropdown-link {
    --ybtn_fz: calc(14px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-account-menu__dropdown-link {
    --ybtn_fz: 16px;
  }
}
.y-account-menu__dropdown-link .y-btn__icn {
  aspect-ratio: 22/22;
  min-width: 22px;
  min-height: 22px;
  padding: 3px;
  border-radius: 50%;
  background-color: rgb(235, 44, 59);
  color: #fff;
  font-family: var(--ff5);
  font-size: 11px;
}
.y-account-menu__link, .y-account-menu__dropdown-link {
  --ybtn_gap: 10px;
  --ybtn_ls: .03em;
  position: relative;
}
.y-account-menu__link::after, .y-account-menu__link::before, .y-account-menu__dropdown-link::after, .y-account-menu__dropdown-link::before {
  content: "";
  position: absolute;
  top: 50%;
}
.y-account-menu__link::before, .y-account-menu__dropdown-link::before {
  left: 50%;
  width: calc(100% + var(--offset-left));
  height: 42%;
  border-radius: var(--root_bdrs);
  transform: translate(-50%, -50%) scale(0, 1);
  opacity: 0;
  background-color: var(--c2);
  transition: transform 400ms 200ms cubic-bezier(0.6, -0.28, 0.74, 0.05), height 150ms, background 150ms 200ms, opacity 0s 600ms;
}
.y-account-menu__link::after, .y-account-menu__dropdown-link::after {
  left: calc(var(--pdl) * -1);
  transform: translateY(-50%);
  width: var(--layout_aside-width);
  height: 100%;
}
.y-account-menu__link:hover::before, .y-account-menu__link.is_current::before, .y-account-menu__dropdown-link:hover::before, .y-account-menu__dropdown-link.is_current::before {
  opacity: 1;
  transition: 450ms, height 250ms 350ms, background 200ms 350ms;
  transform: translate(-50%, -50%) scale(1, 1);
}
.y-account-menu__link:hover:not(.is_current)::before, .y-account-menu__dropdown-link:hover:not(.is_current)::before {
  background-color: rgba(var(--r2), 0.5);
  height: 90%;
}
.y-account-menu__link.is_logout, .y-account-menu__dropdown-link.is_logout {
  --ybtn__icn_tf: translateY(2px);
}
.y-account-menu__dropdown-link::after {
  left: calc(var(--pdl) * -1 - 5px);
}
.y-account-menu .y-btn__icn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  z-index: 2;
}

.y-logo {
  --logo-size: 240px;
  display: grid;
  grid-gap: 5px var(--col-gap);
  align-items: center;
  color: currentColor;
  font-family: var(--ff7);
  line-height: 1;
  font-size: 16px;
}
@media screen and (min-width: 1280.1px) {
  .y-logo {
    --logo-size: calc(240px + 107 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-logo {
    --logo-size: 347px;
  }
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-logo {
    grid-template-columns: 100%;
    justify-items: center;
    padding-top: 5px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 912px) {
  .y-logo {
    grid-template-columns: var(--logo-size) 1fr;
  }
}
@media screen and (min-width: 409.1px) {
  .y-logo {
    font-size: calc(16px + 12 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-logo {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-logo {
    font-size: calc(21px + 7 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-logo {
    font-size: 28px;
  }
}
.y-logo__icn {
  font-size: 32px;
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-logo__icn {
    max-width: 167px;
  }
}
.y-logo__img {
  object-fit: contain;
  height: auto;
}
.y-logo__txt {
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.054em;
  word-spacing: 0em;
}
@media screen and (min-width: 1280.1px) {
  .y-logo__txt {
    word-spacing: calc(0em + 0.3 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-logo__txt {
    word-spacing: 0.3em;
  }
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-logo__txt {
    margin-top: -20px;
  }
}

.y-user {
  position: relative;
  display: inline-flex;
  gap: 5px;
  font-family: var(--ff3);
  font-size: 12px;
}
@media screen and (min-width: 1280.1px) {
  .y-user {
    font-size: calc(12px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-user {
    font-size: 14px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-user.not_logged {
    flex-grow: 0.9;
    justify-content: flex-end;
  }
}
.y-user.not_logged::before, .y-user.not_logged > * {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.y-user.not_logged > *:first-child {
  order: -1 !important;
}
.y-user.not_logged::before {
  content: "/";
  font-size: 15px;
}
@media screen and (min-width: 1280.1px) {
  .y-user.not_logged::before {
    font-size: calc(15px + 7 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-user.not_logged::before {
    font-size: 22px;
  }
}
.y-user.not_logged .y-user__btn {
  font-size: 14px;
}
@media screen and (min-width: 1019.1px) {
  .y-user.not_logged .y-user__btn {
    font-size: calc(12px + 6 * (100vw - 1019.1px) / 895.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-user.not_logged .y-user__btn {
    font-size: 18px;
  }
}
.y-user.not_logged .y-user__btn[data-modal-init=is_registers] {
  text-decoration: underline;
}

.y-user-logout {
  --right: 100px;
  display: grid;
  grid-template-columns: 1fr var(--right);
  grid-gap: 15px;
}
.y-user-logout__btn-yes, .y-user-logout__btn-cancel {
  --ybtn_pd: 5px 15px;
  --ybtn_minh: 34px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 5);
  --ybtn_ff: cursive, var(--ff4);
}
.y-user-logout__thumb {
  grid-column: 1/-1;
}
.y-user-logout__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.y-newsletter {
  --fz: 14px;
  --bdw: 1px;
  --height: 48px;
  --row-gap: 4px;
  --col-gap: 12px;
  --fill: var(--root_color);
  --bgc: #dedede;
  --bdrs: calc(var(--height) / 2);
  --pdl: 10px;
  --pdr: 10px;
  --pd: var(--pdt, 0) var(--pdr, 0) var(--pdb, 0) var(--pdl, 0);
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  grid-template-columns: 100%;
  font-size: var(--fz);
}
@media screen and (min-width: 1019.1px) {
  .y-newsletter {
    --pdl: calc(10px + 10 * (100vw - 1019.1px) / 655.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-newsletter {
    --pdl: 20px;
  }
}
@media screen and (min-width: 1019.1px) {
  .y-newsletter {
    --pdr: calc(10px + 5 * (100vw - 1019.1px) / 655.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-newsletter {
    --pdr: 15px;
  }
}
.y-newsletter__title {
  font-family: var(--ff3);
  font-size: 25px;
}
.y-newsletter__row {
  display: flex;
  height: var(--height);
  padding-top: 5px;
  position: relative;
}
.y-newsletter__label {
  flex-grow: 1;
}
.y-newsletter__label + .y-newsletter__btn {
  margin-left: calc(var(--bdw, -1px) * -1);
}
.y-newsletter__inp {
  width: 100%;
  height: 100%;
  padding: var(--pd);
  background-color: var(--bgc);
  border-radius: var(--root_bdrs) 0 0 var(--root_bdrs);
  border: var(--bdw, 1px) solid var(--fill);
  letter-spacing: 0.05em;
}
.y-newsletter__inp::placeholder {
  color: #a3a3a3;
}
.y-newsletter__inp:focus {
  background-color: var(--root_bgc);
}
.y-newsletter__btn {
  --ybtn_pdr: 12px;
  --ybtn_pdl: 10px;
  --ybtn_pd: var(--ybtn_pdt, 5px) var(--ybtn_pdr) var(--ybtn_pdb, 5px) var(--ybtn_pdl);
  --ybtn_ff: var(--ff7);
  --ybtn_bdrs: 0 var(--bdrs) var(--bdrs) 0;
  --ybnt_lh-fix: -.06em;
  --ybnt_ls: .05em;
}
@media screen and (min-width: 912.1px) {
  .y-newsletter__btn {
    --ybtn_pdr: calc(12px + 7 * (100vw - 912.1px) / 762.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-newsletter__btn {
    --ybtn_pdr: 19px;
  }
}
@media screen and (min-width: 912.1px) {
  .y-newsletter__btn {
    --ybtn_pdl: calc(10px + 4 * (100vw - 912.1px) / 762.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-newsletter__btn {
    --ybtn_pdl: 14px;
  }
}
.y-newsletter__btn:not(div):not(span):active {
  transform: none;
}
.y-newsletter__error {
  position: absolute;
  top: calc(100% + 5px);
  left: 5px;
  color: #cd3d34;
  font-size: 12px;
}

.y-social {
  --row-gap: 16px;
  --col-gap: 12px;
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  grid-template-columns: 100%;
  font-family: var(--ff3);
}
.y-social__title {
  font-size: 25px;
}
.y-social__row {
  display: flex;
  gap: var(--col-gap);
}
.y-social__link {
  --ybtn__txt_display: none;
  --ybtn_color: currentColor;
}
.y-social__link:hover {
  --ybtn_color: #fff;
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.25));
}

.y-contact {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
  justify-items: start;
}
.y-contact__btn {
  --ybtn_gap: 10px;
  --ybtn__icn_color: #fff;
  --ybtn__icn_h: 30px;
  --ybtn_lh: 1.1;
}

.y-animals {
  position: relative;
  z-index: 2;
  margin-top: -4.5%;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-animals {
    max-width: 364px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1280px) {
  .y-animals {
    margin-left: 7%;
  }
}
.y-animals__img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .y-animals__img {
    width: 57.07%;
  }
}

.pagination {
  margin: 0;
}
.pagination li > a,
.pagination li > span {
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 1px solid var(--c2);
  border-bottom: 1px solid var(--c2);
  border-right: 1px dashed var(--c2);
  border-left: 1px dashed var(--c2);
  color: var(--root_color);
}
.pagination li > a:hover,
.pagination li > span:hover {
  background-color: rgba(var(--r2), 0.4);
  border-color: var(--c2);
}
.pagination li:first-child > a,
.pagination li:first-child > span, .pagination li:last-child > a,
.pagination li:last-child > span {
  border-color: var(--c2);
}
.pagination li:first-child > a,
.pagination li:first-child > span {
  border-left-style: solid;
  padding-left: 20px;
  min-width: 50px;
  border-radius: 20px 0 0 20px;
}
.pagination li:last-child > a,
.pagination li:last-child > span {
  border-right-style: solid;
  padding-right: 20px;
  min-width: 50px;
  border-radius: 0 20px 20px 0;
}
.pagination li.active > a,
.pagination li.active > span {
  background-color: var(--c2);
  border-color: var(--c2);
  pointer-events: none;
}

.alert {
  margin-bottom: 0;
}

/* ==== module =================================== */
.y-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 300ms 400ms;
  z-index: 999;
}
.y-overlay:not(.is_open) {
  pointer-events: none;
}
.y-overlay.is_open {
  opacity: 1;
  cursor: pointer;
  transition: 300ms;
}
.y-overlay.is_close {
  opacity: 0;
}

.y-modal {
  --y-modal_bgc: var(--root_bgc);
  --y-modal_r-bgc: rgba(var(--root_r-bgc),0);
  --y-modal_close_w: 22px;
  --y-modal_close_h: var(--y-modal_close_w);
  position: var(--y-modal_pos, fixed);
  top: var(--y-modal_top, 48%);
  left: var(--y-modal_left, 50%);
  right: var(--y-modal_right, unset);
  transform: var(--y-modal_tf, translate(-50%, -50%) scale(0, 1));
  transform-origin: var(--y-modal_tfo, unet);
  color: var(--root_color);
  transition: var(--y-modal_trs, transform 250ms 250ms, top 300ms, opacity 150ms 700ms);
  line-height: var(--y-modal_lh, 1);
  max-width: var(--y-modal_maxw, unset);
  min-width: var(--y-modal_minw, unset);
  width: var(--y-modal_w, auto);
  --tftx: 5px;
  height: var(--y-modal_h, calc(var(--viewportHeight, 100vh) - var(--tftx, 5px) * 2));
  min-height: var(--y-modal_minh, none);
  max-height: var(--y-modal_maxh, none);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 370.1px) {
  .y-modal {
    --y-modal_close_w: calc(22px + 8 * (100vw - 370.1px) / 360.9);
  }
}
@media screen and (min-width: 731px) {
  .y-modal {
    --y-modal_close_w: 30px;
  }
}
@media screen and (min-width: 409.1px) {
  .y-modal {
    --y-modal_bdrs: calc(4px + 4 * (100vw - 409.1px) / 395.9);
  }
}
@media screen and (min-width: 805px) {
  .y-modal {
    --y-modal_bdrs: 8px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-modal {
    --tftx: calc(10px + 10 * (100vw - 370.1px) / 434.9);
  }
}
@media screen and (min-width: 805px) {
  .y-modal {
    --tftx: 20px;
  }
}
.y-modal__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: var(--y-modal_pd, calc(var(--wr_offset, 0) / 2) var(--wr_offset, 0) var(--wr_offset, 0));
  border-radius: var(--y-modal_bdrs);
  background-color: var(--y-modal_bgc);
  box-shadow: var(--y-modal_boxs);
}
.y-modal__btn-close {
  --ybtn_w: var(--y-modal_close_w);
  --ybtn_h: var(--y-modal_close_h);
  --ybtn_trs: .4s ease-in-out;
  --ybtn__txt_display: none;
  --ybtn_pos: relative;
  --ybtn_bdw: 1px;
  --ybtn_bdc: transparent;
  --ybtn_bdrs: var(--y-modal_bdrs);
  --ybtn_zi: 2;
}
.y-modal__btn-close::before, .y-modal__btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transition: 0.3s ease-in-out;
  background-color: var(--root_color, #000);
}
.y-modal__btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.y-modal__btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.y-modal__btn-close:hover {
  --ybtn_bdc: var(--c2);
  --ybtn_trs: .3s ease-in-out;
  box-shadow: inset 0 0 2px calc(var(--y-modal_close_w) / 2) rgba(var(--r2), 0.5), -1px 2px 4px rgba(0, 0, 0, 0.2);
}
.y-modal__btn-close:hover::before, .y-modal__btn-close:hover::after {
  height: 1px;
  transition: 0.2s ease-in-out 0.1s;
  box-shadow: 0 0 0 1px;
}
.y-modal__btn-close:hover::before {
  transform: translate(-50%, -50%) rotate(45deg) scale(0.6);
}
.y-modal__btn-close:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.6);
}
.y-modal__header, .y-modal__footer {
  --offset-y: 15px;
  display: grid;
  align-items: center;
}
.y-modal__header {
  grid-gap: 5px;
  grid-template-columns: 1fr var(--y-modal_close_w);
  padding-bottom: var(--offset-y);
}
.y-modal__header > *:not(.y-modal__title):not(.y-modal__btn-close) {
  grid-column: 1/-1;
}
.y-modal__footer {
  grid-gap: 10px;
  grid-template-columns: 100%;
  padding-top: var(--offset-y);
}
.y-modal__title {
  display: flex;
  align-items: baseline;
  gap: 5px;
  line-height: 1;
  font-family: var(--ff4);
  font-size: 18px;
}
.y-modal__main {
  flex-grow: 1;
  max-height: 100%;
}
.y-modal__main:only-child {
  padding: 8px;
}
.y-modal__main-inner {
  --main-inner_row-gap: 20px;
  --main-inner_col-gap: 8px;
  line-height: normal;
  display: grid;
  grid-gap: var(--main-inner_row-gap, 0) var(--main-inner_col-gap, 0);
  grid-template-columns: 100%;
  opacity: 0;
  transition: 250ms, padding 0s;
}
.y-modal.is_open {
  opacity: 1;
  pointer-events: auto;
  --y-modal_top: 50%;
  --y-modal_tf: translate(-50%, -50%) scale(1, 1);
  --y-modal_trs: 250ms, top 300ms 250ms, transform 250ms 50ms;
}
.y-modal.is_open .y-modal__main-inner {
  opacity: 1;
  transition: 250ms 400ms, padding 0s;
}

.y-modal.is_share .y-modal__inner::before, .y-modal.is_sort .y-modal__inner::before, .y-modal.is_user-login .y-modal__inner::before, .y-modal.is_user .y-modal__inner::before {
  position: absolute;
  bottom: var(--arrow_bot, 50%);
  left: var(--arrow_left, 50%);
  transform: var(--arrow_tf, translateX(-50%));
  transition: var(--arrow_trs, 300ms);
}

.y-modal.is_share .y-modal__inner::before, .y-modal.is_sort .y-modal__inner::before, .y-modal.is_user-login .y-modal__inner::before, .y-modal.is_user .y-modal__inner::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 calc(var(--tr_w, 20px) / 2) var(--tr_h, 10px) calc(var(--tr_w, 20px) / 2);
  border-color: transparent transparent var(--y-modal_bgc) transparent;
}

html.is_stop-scroll {
  width: calc(100vw - var(--scroll-size_w, 0px));
}

[data-modal-init][data-modal-init=user].is_active, [data-modal-init][data-modal-init=sort].is_active, [data-modal-init][data-modal-init=share].is_active {
  --ybtn_zi: 1000;
  --ybtn_pe: none;
}
[data-modal-init][data-modal-init=share].is_active {
  --ybtn_color: var(--c2);
}

*:not(html):not(body):not(.scrollSize) [data-scroll-check] {
  overflow-y: auto;
  scrollbar-color: var(--c2) var(--root_bgc);
  scrollbar-width: thin;
  --scrollbar_track-width: 4px;
  --scrollbar_track-color_left: var(--y-modal_r-bgc);
  --scrollbar_track-color_right: var(--y-modal_r-bgc);
  --scrollbar_track-color_center: var(--c2);
  --scrollbar_trackColor: var(--y-modal_r-bgc);
}
*:not(html):not(body):not(.scrollSize) [data-scroll-check]::-webkit-scrollbar-track {
  background: linear-gradient(to right, var(--scrollbar_track-color_left) 0%, var(--scrollbar_track-color_left) 30%, var(--scrollbar_track-color_center) 58%, var(--scrollbar_track-color_right) 61%, var(--scrollbar_track-color_right) 100%);
}
*:not(html):not(body):not(.scrollSize) [data-scroll-check]::-webkit-scrollbar {
  width: var(--scrollbar_track-width);
}
*:not(html):not(body):not(.scrollSize) [data-scroll-check]::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar_track-width);
}
*:not(html):not(body):not(.scrollSize) [data-scroll-check].is_scroll {
  margin-right: calc(var(--y-modal_close_w) / 1.85 - var(--scrollbar_track-width) / 2);
}
*:not(html):not(body):not(.scrollSize) [data-scroll-check].is_scroll [data-scroll-inner] {
  padding-right: calc(var(--y-modal_close_w) / 2 - var(--scrollbar_track-width) / 2);
}

.y-modal.is_geo {
  --y-modal_maxw: 600px;
  --y-modal_w: calc(100% - var(--tftx, 5px)*2);
  --y-modal_top: 48%;
  --y-modal_tf: translate(-50%, -50%) scale(0, 1);
  --y-modal_tfo: 50% 0;
  --y-modal_pd: 15px 20px;
  --y-modal_boxs: 2px 4px 8px rgba(0,0,0,.4);
}
@media screen and (min-width: 409px) and (min-height: 300px) {
  .y-modal.is_geo {
    --y-modal_h: auto;
  }
}
@media screen and (min-width: 1280px) {
  .y-modal.is_geo {
    --postfx: clamp(160px, 160px + (212 - 160) * (100vw - 1280.3px) / (1915 - 1280.3), 212px);
    --y-modal_pos: absolute !important;
    --y-modal_minw: 600px;
    --y-modal_tf: translate(var(--postfx, 0%), 0%) scale(0, 1);
    --y-modal_right: -10%;
    --y-modal_left: auto;
    --y-modal_top: 98%;
  }
}
.y-modal.is_geo.is_open {
  --y-modal_top: 50%;
  --y-modal_tf: translate(-50%, -50%) scale(1,1);
}
@media screen and (min-width: 1280px) {
  .y-modal.is_geo.is_open {
    --y-modal_top: calc(100% + 10px);
    --y-modal_tf: translate(var(--postfx, 0%), 0%) scale(1,1);
  }
}

.y-modal.is_login {
  --y-modal_maxw: 600px;
  --y-modal_w: calc(100% - var(--tftx, 5px)*2);
  --y-modal_pd: 15px 20px;
  --y-modal_boxs: 2px 4px 8px rgba(0,0,0,.4);
}
@media screen and (min-width: 409px) and (min-height: 600px) {
  .y-modal.is_login {
    --y-modal_h: auto;
  }
}
.y-modal.is_login .y-heading {
  display: none;
}
.y-modal.is_login .y-login {
  margin-top: unset;
  max-width: unset;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  align-content: start;
  grid-gap: var(--main-inner_row-gap);
}
.y-modal.is_login .y-login__row {
  --row-gap: var(--main-inner_row-gap);
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  max-width: unset;
  margin: var(--main-inner_row-gap) 0 0 0;
}
.y-modal.is_login .y-login__center {
  flex-direction: row;
}
.y-modal.is_login .y-login__center::before, .y-modal.is_login .y-login__center::after {
  width: auto;
  flex-grow: 1;
  height: 1px;
}
.y-modal.is_login .y-login__right {
  max-width: unset !important;
}
.y-modal.is_login .y-fields.is_login .y-fields__item.is_registers {
  display: none;
}
.y-modal.is_login .y-fields.is_login .y-login__right .y-social-login {
  gap: calc(0.5 * var(--main-inner_row-gap));
}
.y-modal.is_login .y-fields.is_login .y-fields__footer {
  grid-gap: calc(0.5 * var(--main-inner_row-gap));
}
.y-modal.is_login .y-fields__btn-login {
  --ybtn_w: 240px;
  --ybtn_bdrs: 10px;
}
.y-modal.is_login .y-social-login__title {
  display: none;
}
.y-modal.is_login .y-social-login__btns {
  margin-top: unset !important;
  justify-items: center;
}
@media screen and (min-width: 409px) {
  .y-modal.is_login .y-social-login__btns {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.y-modal.is_login .y-social-login__btn {
  --ybtn_h: 50px;
  --ybtn_bdw: 1px;
  --ybtn_w: 250px;
}
.y-modal.is_login .y-modal__main-inner {
  grid-template-rows: 1fr auto;
  height: 100%;
  --main-inner_row-gap: 10px;
}
@media screen and (min-width: 280.1px) {
  .y-modal.is_login .y-modal__main-inner {
    --main-inner_row-gap: calc(15px + 10 * (100vw - 280.1px) / 524.9);
  }
}
@media screen and (min-width: 805px) {
  .y-modal.is_login .y-modal__main-inner {
    --main-inner_row-gap: 25px;
  }
}

.y-modal.is_registers {
  --y-modal_maxw: 600px;
  --y-modal_w: calc(100% - var(--tftx, 5px)*2);
  --y-modal_pd: 15px 20px;
  --y-modal_boxs: 2px 4px 8px rgba(0,0,0,.4);
  --y-modal_h: auto;
}
.y-modal.is_registers .y-heading {
  display: none;
}
.y-modal.is_registers .y-login {
  margin-top: unset;
  max-width: unset;
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  align-content: start;
  grid-gap: var(--main-inner_row-gap);
}
.y-modal.is_registers .y-login__row {
  order: -1;
  --row-gap: var(--main-inner_row-gap);
  grid-template-columns: 100%;
  grid-template-rows: 1fr;
  max-width: unset;
  margin-block: var(--main-inner_row-gap);
  margin-inline: 0;
}
.y-modal.is_registers .y-login__center, .y-modal.is_registers .y-login__right {
  display: none;
}
.y-modal.is_registers .y-terms {
  text-align: center;
}
.y-modal.is_registers .y-fields.is_login > *:not(.y-fields__item.is_registers),
.y-modal.is_registers .y-fields.is_login .y-fields__item.is_registers .y-field__label,
.y-modal.is_registers .y-fields.is_login .y-fields__footer .y-fields__btn-login {
  display: none;
}
.y-modal.is_registers .y-fields__btn-login {
  --ybtn_w: 240px;
  --ybtn_bdrs: 10px;
}
.y-modal.is_registers .y-social-login__title {
  display: none;
}
.y-modal.is_registers .y-social-login__btns {
  margin-top: unset !important;
  justify-items: center;
}
@media screen and (min-width: 409px) {
  .y-modal.is_registers .y-social-login__btns {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
.y-modal.is_registers .y-social-login__btn {
  --ybtn_h: 50px;
  --ybtn_bdw: 1px;
  --ybtn_w: 250px;
}
.y-modal.is_registers .y-modal__main-inner {
  grid-template-rows: 1fr auto;
  height: 100%;
  --main-inner_row-gap: 10px;
}
@media screen and (min-width: 280.1px) {
  .y-modal.is_registers .y-modal__main-inner {
    --main-inner_row-gap: calc(10px + 10 * (100vw - 280.1px) / 524.9);
  }
}
@media screen and (min-width: 805px) {
  .y-modal.is_registers .y-modal__main-inner {
    --main-inner_row-gap: 20px;
  }
}
.y-modal.is_registers .y-modal__footer {
  padding-top: 0;
}

.y-modal.is_user {
  --y-modal_pos: absolute;
  --y-modal_top: calc(100% + 5px);
  --y-modal_tf: translateX(-50%) scale(0, 1);
  --y-modal_tfo: 50% 0;
  --y-modal_pd: 0;
  --y-modal_h: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}
.y-modal.is_user .y-modal__inner::before {
  content: "";
  --arrow_left: 91%;
}
.y-modal.is_user .y-modal__main:only-child {
  padding-top: 12px;
  padding-bottom: 12px;
}
.y-modal.is_user .y-modal__main-inner {
  --main-inner_row-gap: 10px;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
}
.y-modal.is_user .y-modal__language-line {
  display: flex;
  gap: 10px;
  align-items: center;
}
.y-modal.is_user .y-modal__language-txt {
  font-size: 15px;
  font-family: var(--ff3);
}
.y-modal.is_user .y-modal__geo-line {
  --fill: #D10000;
}
.y-modal.is_user .y-modal__geo-line .y-geo__location {
  font-size: 15px;
  font-family: var(--ff3);
  padding-bottom: 0;
}
.y-modal.is_user .y-modal__geo-line .y-geo__icn {
  width: 16px;
}
.y-modal.is_user .y-modal__geo-line, .y-modal.is_user .y-modal__language-line {
  grid-column: 1/-1;
}
@media screen and (min-width: 1280px) {
  .y-modal.is_user .y-modal__geo-line, .y-modal.is_user .y-modal__language-line {
    display: none;
  }
}
.y-modal.is_user .y-modal__login-btn {
  --ybtn_fz: 16px;
  --ybtn_ls: 0.04em;
  --ybtn_pd: 6px 14px;
  --ybtn_ff: var(--ff3);
  --ybtn_bdrs: var(--root_bdrs);
  white-space: nowrap;
}
.y-modal.is_user.is_open {
  --y-modal_top: calc(100% + 12px);
  --y-modal_tf: translateX(-91%) scale(1,1);
}
.y-modal.is_user.is_open .y-modal__inner {
  border-radius: var(--root_bdrs);
}
.y-modal.is_user.is_open .y-modal__inner::before {
  --arrow_bot: calc(100% - 1px);
  --arrow_trs: 300ms 250ms;
}

.y-modal.is_user-login {
  --y-modal_pos: absolute;
  --y-modal_top: calc(100% + 5px);
  --y-modal_tf: translateX(-50%) scale(0, 1);
  --y-modal_tfo: 50% 0;
  --y-modal_pd: 0;
  --y-modal_h: auto;
  --y-modal_minw: 290px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}
.y-modal.is_user-login .y-modal__inner::before {
  content: "";
  --arrow_left: 91%;
}
.y-modal.is_user-login .y-modal__main:only-child {
  padding: 12px;
}
.y-modal.is_user-login .y-modal__main-inner {
  --main-inner_row-gap: 10px;
  justify-items: center;
}
.y-modal.is_user-login .y-modal__language-line {
  display: flex;
  gap: 10px;
  align-items: center;
}
.y-modal.is_user-login .y-modal__language-txt {
  font-size: 16px;
  font-family: var(--ff3);
  letter-spacing: 0.03em;
}
.y-modal.is_user-login .y-modal__geo-line {
  --fill: #D10000;
}
.y-modal.is_user-login .y-modal__geo-line .y-geo__location {
  font-size: 15px;
  font-family: var(--ff5);
  padding-bottom: 0;
}
.y-modal.is_user-login .y-modal__geo-line .y-geo__icn {
  width: 16px;
}
@media screen and (min-width: 1280px) {
  .y-modal.is_user-login .y-modal__geo-line, .y-modal.is_user-login .y-modal__language-line {
    display: none;
  }
}
.y-modal.is_user-login.is_open {
  --y-modal_top: calc(100% + 12px);
  --y-modal_tf: translateX(-91%) scale(1,1);
}
.y-modal.is_user-login.is_open .y-modal__inner {
  border-radius: var(--root_bdrs);
}
.y-modal.is_user-login.is_open .y-modal__inner::before {
  --arrow_bot: calc(100% - 1px);
  --arrow_trs: 300ms 250ms;
}

.y-modal.is_user-logout {
  --y-modal_h: auto;
  --y-modal_minw: 280px;
  --y-modal_maxw: 300px;
  --y-modal_pd: 15px 20px 20px;
}
.y-modal.is_user-logout .y-modal__title {
  font-family: var(--ff7);
  letter-spacing: 0.03em;
  font-size: 20px;
}

.y-modal.is_menu {
  --y-modal_tf: translate(-100%, -50%) translateX(calc(var(--tftx,5px) * -1));
  --y-modal_left: 0%;
  --y-modal_pd-tb: 10px;
  --y-modal_pd-lr: 10px;
  --y-modal_pd: var(--y-modal_pd-tb) var(--y-modal_pd-lr);
  --y-modal_minw: 280px;
  --y-modal_w: calc(100vw - calc(var(--tftx, 5px) * 2));
  --y-modal_boxs: 2px 4px 8px rgba(0,0,0,.4);
}
@media screen and (min-width: 563.1px) {
  .y-modal.is_menu {
    --y-modal_pd-tb: calc(10px + 16 * (100vw - 563.1px) / 455.9);
  }
}
@media screen and (min-width: 1019px) {
  .y-modal.is_menu {
    --y-modal_pd-tb: 26px;
  }
}
@media screen and (min-width: 563.1px) {
  .y-modal.is_menu {
    --y-modal_pd-lr: calc(10px + 16 * (100vw - 563.1px) / 455.9);
  }
}
@media screen and (min-width: 1019px) {
  .y-modal.is_menu {
    --y-modal_pd-lr: 26px;
  }
}
@media screen and (min-width: 563px) {
  .y-modal.is_menu {
    --y-modal_maxw: 80vmin;
  }
}
@media screen and (min-width: 280.1px) {
  .y-modal.is_menu {
    --y-modal_minw: calc(280px + 120 * (100vw - 280.1px) / 450.9);
  }
}
@media screen and (min-width: 731px) {
  .y-modal.is_menu {
    --y-modal_minw: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .y-modal.is_menu {
    display: contents;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1280px) {
  .y-modal.is_menu .y-modal__inner, .y-modal.is_menu .y-modal__main, .y-modal.is_menu .y-modal__main-inner {
    display: contents;
  }
}
@media screen and (min-width: 1280px) {
  .y-modal.is_menu .y-modal__header {
    display: none;
  }
}
.y-modal.is_menu .y-modal__main-inner[data-scroll-check] {
  padding-right: calc(var(--y-modal_close_w) / 5.5);
}
.y-modal.is_menu.is_open {
  --y-modal_tf: translate(0%, -50%) translateX(var(--tftx));
}

.y-modal.is_sort {
  --y-modal_pos: absolute;
  --y-modal_top: calc(100% + 5px);
  --y-modal_tf: translateX(-50%) scale(0, 1);
  --y-modal_tfo: 50% 0;
  --y-modal_pd: 0;
  --y-modal_h: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}
.y-modal__sort-btn {
  --ybtn_gap: 10px;
  --ybtn_pd: 5px 10px;
  --ybtn_bdrs: var(--root_bdrs);
}
.y-modal__sort-btn:hover, .y-modal__sort-btn.is_current {
  --ybtn_bgc: rgba(var(--r2),.4);
}
.y-modal .y-rating {
  gap: 4px;
}
.y-modal.is_sort .y-modal__inner::before {
  content: "";
  --arrow_left: 50%;
}
.y-modal.is_sort .y-modal__main:only-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
.y-modal.is_sort .y-modal__main-inner {
  --main-inner_row-gap: 5px;
}
.y-modal.is_sort.is_open {
  --y-modal_top: calc(100% + 12px);
  --y-modal_tf: translateX(-50%) scale(1,1);
}
.y-modal.is_sort.is_open .y-modal__inner {
  border-radius: var(--root_bdrs);
}
.y-modal.is_sort.is_open .y-modal__inner::before {
  --arrow_bot: calc(100% - 1px);
  --arrow_trs: 300ms 250ms;
}

.y-modal.is_share {
  --y-modal_pos: absolute;
  --y-modal_top: calc(100% + 5px);
  --y-modal_tf: translateX(-50%) scale(0, 1);
  --y-modal_tfo: 50% 0;
  --y-modal_pd: 0;
  --y-modal_h: auto;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.25));
}
.y-modal.is_share .addthis_inline_share_toolbox .at-share-btn-elements,
.y-modal.is_share .sharethis-inline-share-buttons {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.y-modal.is_share .addthis_inline_share_toolbox .at-share-btn-elements > *,
.y-modal.is_share .sharethis-inline-share-buttons > * {
  flex-shrink: 0;
  margin: 0;
}
.y-modal.is_share .y-modal__inner::before {
  content: "";
  --arrow_left: 50%;
}
.y-modal.is_share .y-modal__main:only-child {
  padding-top: 15px;
  padding-bottom: 15px;
}
.y-modal.is_share .y-modal__main-inner {
  --main-inner_row-gap: 5px;
}
.y-modal.is_share.is_open {
  --y-modal_top: calc(100% + 12px);
  --y-modal_tf: translateX(-50%) scale(1,1);
}
.y-modal.is_share.is_open .y-modal__inner {
  border-radius: var(--root_bdrs);
}
.y-modal.is_share.is_open .y-modal__inner::before {
  --arrow_bot: calc(100% - 1px);
  --arrow_trs: 300ms 250ms;
}

.y-modal.is_filter {
  --y-modal_tf: translate(100%, -50%) translateX(var(--tftx,5px));
  --y-modal_left: auto;
  --y-modal_right: 0%;
  --y-modal_pd-tb: 10px;
  --y-modal_pd-lr: 10px;
  --y-modal_pd: var(--y-modal_pd-tb) var(--y-modal_pd-lr);
  --y-modal_minw: 280px;
  --y-modal_w: calc(100vw - calc(var(--tftx, 5px) * 2));
  --y-modal_boxs: 2px 4px 8px rgba(0,0,0,.4);
}
@media screen and (min-width: 563.1px) {
  .y-modal.is_filter {
    --y-modal_pd-tb: calc(10px + 8 * (100vw - 563.1px) / 455.9);
  }
}
@media screen and (min-width: 1019px) {
  .y-modal.is_filter {
    --y-modal_pd-tb: 18px;
  }
}
@media screen and (min-width: 563.1px) {
  .y-modal.is_filter {
    --y-modal_pd-lr: calc(10px + 6 * (100vw - 563.1px) / 455.9);
  }
}
@media screen and (min-width: 1019px) {
  .y-modal.is_filter {
    --y-modal_pd-lr: 16px;
  }
}
@media screen and (min-width: 563px) {
  .y-modal.is_filter {
    --y-modal_maxw: 80vmin;
  }
}
@media screen and (min-width: 280.1px) {
  .y-modal.is_filter {
    --y-modal_minw: calc(280px + 120 * (100vw - 280.1px) / 450.9);
  }
}
@media screen and (min-width: 731px) {
  .y-modal.is_filter {
    --y-modal_minw: 400px;
  }
}
@media screen and (min-width: 1280px) {
  .y-modal.is_filter {
    display: contents;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1280px) {
  .y-modal.is_filter .y-modal__inner, .y-modal.is_filter .y-modal__main, .y-modal.is_filter .y-modal__main-inner {
    display: contents;
  }
}
@media screen and (min-width: 1280px) {
  .y-modal.is_filter .y-modal__header {
    display: none;
  }
}
.y-modal.is_filter.is_open {
  --y-modal_tf: translate(0%, -50%) translateX(calc(var(--tftx,5px) * -1));
}

.y-modal.is_policy {
  --y-modal_w: calc(100vw - calc(var(--tftx, 5px) * 2));
  --y-modal_minh: 290px;
  --y-modal_maxh: 55vh;
  --y-modal_minw: 280px;
}
@media screen and (min-width: 280.1px) {
  .y-modal.is_policy {
    --y-modal_minw: calc(280px + 120 * (100vw - 280.1px) / 450.9);
  }
}
@media screen and (min-width: 731px) {
  .y-modal.is_policy {
    --y-modal_minw: 400px;
  }
}
@media screen and (min-width: 563px) {
  .y-modal.is_policy {
    --y-modal_maxw: 80vmin;
  }
}

.y-modal.is_zoom {
  --y-modal_h: auto;
  --y-modal_pd: 15px 10px 10px;
  --y-modal_w: calc(100vw - calc(var(--tftx, 5px) * 2));
  --y-modal_minh: 290px;
  --y-modal_minw: 280px;
}
@media screen and (min-width: 280.1px) {
  .y-modal.is_zoom {
    --y-modal_minw: calc(280px + 120 * (100vw - 280.1px) / 450.9);
  }
}
@media screen and (min-width: 731px) {
  .y-modal.is_zoom {
    --y-modal_minw: 400px;
  }
}
@media screen and (min-width: 563px) {
  .y-modal.is_zoom {
    --y-modal_maxw: 80vmin;
  }
}
.y-modal.is_zoom .y-modal__header {
  align-items: flex-start;
}
.y-modal.is_zoom .y-modal__title {
  font-family: var(--ff3);
  letter-spacing: 0.03em;
  white-space: pre-line;
  word-break: break-word;
  max-width: 100%;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (min-width: 763.1px) {
  .y-modal.is_zoom .y-modal__title {
    font-size: calc(12px + 4 * (100vw - 763.1px) / 671.9);
  }
}
@media screen and (min-width: 1435px) {
  .y-modal.is_zoom .y-modal__title {
    font-size: 16px;
  }
}
.y-modal.is_zoom .y-modal__title br {
  display: none;
}
.y-modal.is_zoom .y-modal__main {
  max-height: 80vh;
}
.y-modal.is_zoom .y-modal__zoom-img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.y-modal.is_zoom .y-modal__zoom-btn {
  --ybtn_bgc: var(--c2);
  --ybtn_pd: 5px;
  --ybtn_bdrs: 4px;
  --ybtn_zi: 2;
  --ybtn_pos: absolute;
  bottom: 16px;
  right: 18px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15);
}
.y-modal.is_zoom .y-modal__main.is_scroll .y-modal__zoom-btn {
  right: 45px;
}

@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-aside .y-stories-slider {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .y-aside .y-stories-slider {
    position: sticky;
    top: 10px;
  }
}

.y-stories-slider {
  position: relative;
}
.y-stories-slider__slide-img {
  height: auto;
  width: 100%;
}
.y-stories-slider__prev, .y-stories-slider__next {
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  margin: 0;
}
.y-stories-slider__prev:focus-visible, .y-stories-slider__next:focus-visible {
  outline: none;
}
.y-stories-slider__prev::before, .y-stories-slider__next::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.2s;
}
.y-stories-slider__prev::after, .y-stories-slider__next::after {
  display: none;
}
.y-stories-slider__prev:active::before, .y-stories-slider__next:active::before {
  opacity: 0.25;
}
.y-stories-slider__prev {
  width: 25%;
  left: 0;
}
.y-stories-slider__prev::before {
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, 0));
}
.y-stories-slider__next {
  width: 25%;
  right: 0;
}
.y-stories-slider__next::before {
  background-image: linear-gradient(to left, #000, rgba(0, 0, 0, 0));
}
.y-stories-slider__pagination {
  width: auto;
  position: absolute;
  inset: 8px;
  bottom: unset;
  display: flex;
  gap: 2px;
}
.y-stories-slider__progress {
  width: 100%;
  font-size: 10px;
  border-radius: 999px;
  height: 2px;
  background: rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3490196078);
}
.y-stories-slider__progress-loader {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: inherit;
  transform-origin: 0 50%;
  transform: scaleX(0);
}
.y-stories-slider__progress.is_viewed .y-stories-slider__progress-loader {
  transform: scaleX(1);
}
.y-stories-slider__progress.is_current .y-stories-slider__progress-loader {
  animation: progress-scale var(--autoplay-delay, 0s) linear forwards;
}
.y-stories-slider__cover {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

@keyframes progress-scale {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
.y-video-thumb-slider, .y-video-slider {
  --col-gap: 20px;
  --row-gap: 20px;
  --offset: 0;
  position: relative;
}

.y-video-thumb-slider__container, .y-video-slider__container {
  padding: var(--offset);
  margin: calc(var(--offset) / -1);
  width: calc(100% + var(--offset) * 1);
}

.y-video-slider__wrapper {
  height: auto;
}
.y-video-slider__wrapper > * {
  width: calc((100% + var(--col-gap, 0px)) / var(--col, 1) - var(--col-gap, 0px));
}
.y-video-slider__wrapper > *:not(:last-child) {
  margin-right: var(--col-gap);
}

.y-video-thumb-slider__slide, .y-video-slider__slide {
  user-select: none;
  cursor: pointer;
  overflow: hidden;
}

.y-video-thumb-slider__slide-img, .y-video-slider__slide-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.y-video-slider {
  max-width: 100%;
  z-index: 2;
  margin: 0 auto;
  pointer-events: none;
  user-select: none;
}
.y-video-slider:not(.is_product) {
  width: max-content;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-video-slider:not(.is_product) {
    max-width: 92%;
  }
}
.y-video-slider.is_product {
  width: 100%;
  padding: 4px;
  box-shadow: inset 0 0 0 1px var(--c5);
  background-color: #fff;
  border-radius: var(--root_bdrs);
}
.y-video-slider__decor {
  position: relative;
}
.y-video-slider__decor-img {
  height: auto;
}
.y-video-slider__decor ~ .y-video-slider__container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: 58.38%;
  margin: unset;
  width: 100%;
}
.y-video-slider__container {
  pointer-events: auto;
}
.y-video-slider__wrapper {
  --col: 1;
}
.y-video-slider__slide {
  border-radius: calc(var(--root_bdrs) / 2);
}
.y-video-slider__thumb {
  position: relative;
  padding-bottom: calc(100% / (var(--aspect-ratio) + 0.001));
  background-color: var(--c3);
  height: 100%;
}
.y-video-slider__thumb > * {
  display: unset;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.y-video-slider__slide-img {
  background-color: var(--root_bgc);
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__arrows {
  pointer-events: auto;
  position: absolute;
  top: 27%;
  right: 12.3%;
  display: flex;
  flex-direction: column;
  gap: 12%;
  width: 6%;
  height: 22%;
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next {
  flex-grow: 1;
  border-radius: 50%;
  position: relative;
  color: #a2a2a2;
  cursor: pointer;
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev:active, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next:active {
  background-color: rgba(var(--r2), 0.3);
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev::after, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next::after {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-60%, -50%);
  transition: 300ms;
  pointer-events: none;
  font-size: 22px;
}
@media screen and (min-width: 280.1px) {
  .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev::after, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next::after {
    font-size: calc(22px + 22 * (100vw - 280.1px) / 999.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev::after, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next::after {
    font-size: 44px;
  }
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev:hover::after, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next:hover::after {
  opacity: 1;
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev.swiper-button-disabled, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next.swiper-button-disabled {
  pointer-events: none;
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev.swiper-button-lock, .y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next.swiper-button-lock {
  display: none;
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__prev:hover::after {
  transform: translate(110%, -50%);
}
.y-video-slider__decor ~ .y-video-slider__navigation .y-video-slider__next:hover::after {
  transform: translate(130%, -50%);
}
.y-video-slider__decor ~ .y-video-slider__bird {
  width: 15.35%;
  position: absolute;
  top: 14%;
  left: 2.5%;
}
@media screen and (min-width: 805px) {
  .y-video-slider__decor ~ .y-video-slider__bird {
    left: -5%;
  }
}
.y-video-slider__decor ~ .y-video-slider__bird .y-video-slider__bird-img {
  width: 100%;
  height: auto;
}
.y-video-slider__decor ~ .y-video-slider__cloud {
  width: 50.9%;
  position: absolute;
  top: 8%;
  left: 87%;
  z-index: -1;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-video-slider__decor ~ .y-video-slider__cloud {
    display: none;
  }
}
.y-video-slider__decor ~ .y-video-slider__cloud .y-video-slider__cloud-img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 280px) and (max-width: 730.9px) {
  .y-video-thumb-slider {
    margin-top: calc(var(--row-gap) / -1);
  }
}
@media screen and (min-width: 731px) and (max-width: 1279.9px) {
  .y-video-thumb-slider {
    margin-top: calc(var(--row-gap) / -2);
  }
}
@media screen and (min-width: 1280px) {
  .y-video-thumb-slider__container {
    --aspect-ratio: 448/460;
    position: relative;
    padding-bottom: calc(100% / (var(--aspect-ratio) + 0.001));
  }
  .y-video-thumb-slider__container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .y-video-thumb-slider__container:not(.swiper-initialized) {
    --aspect-ratio: 448/479.67;
    margin-bottom: -11px;
  }
}
.y-video-thumb-slider__container:not(.swiper-initialized) .y-video-thumb-slider__wrapper {
  gap: var(--row-gap) var(--col-gap);
  overflow-x: auto;
  --scrollbar_height: 22px;
  --scrollbar_trackColor: transparent;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-video-thumb-slider__container:not(.swiper-initialized) .y-video-thumb-slider__wrapper {
    --col: 3;
    --row-gap: 10px;
    --col-gap: 10px;
    scrollbar-width: none;
  }
  .y-video-thumb-slider__container:not(.swiper-initialized) .y-video-thumb-slider__wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .y-video-thumb-slider__container:not(.swiper-initialized) .y-video-thumb-slider__wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    --col: 2;
    --row-gap: 20px;
    --col-gap: 20px;
  }
}
.y-video-thumb-slider__container:not(.swiper-initialized) .y-video-thumb-slider__wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 1px var(--c5);
  border-radius: 100px;
}
.y-video-thumb-slider__container:not(.swiper-initialized) .y-video-thumb-slider__wrapper::-webkit-scrollbar-thumb {
  border-radius: 100px;
  border: 3px solid var(--c2);
  border-top: 4px solid var(--c2);
  border-bottom: 4px solid var(--c2);
  background: rgb(var(--r2));
  background: linear-gradient(90deg, rgba(var(--r2), 1) 0%, rgba(var(--r2), 1) 43%, rgb(0, 0, 0) 43%, rgb(0, 0, 0) 44%, rgba(var(--r2), 1) 44%, rgba(var(--r2), 1) 49%, rgb(0, 0, 0) 49%, rgb(0, 0, 0) 50%, rgba(var(--r2), 1) 50%, rgba(var(--r2), 1) 55%, rgb(0, 0, 0) 55%, rgb(0, 0, 0) 56%, rgba(var(--r2), 1) 56%, rgba(var(--r2), 1) 100%);
}
.y-video-thumb-slider__container:not(.swiper-initialized) .y-video-thumb-slider__wrapper > * {
  width: calc((100% + var(--col-gap, 0px)) / var(--col, 1) - var(--col-gap, 0px));
}
.y-video-thumb-slider__wrapper {
  margin: 0 !important;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-video-thumb-slider__wrapper {
    height: auto;
  }
}
.y-video-thumb-slider__slide {
  padding: 4px;
  box-shadow: inset 0 0 0 1px var(--c5);
  background-color: #fff;
  border-radius: var(--root_bdrs);
}
@media screen and (min-width: 1280px) {
  .y-video-thumb-slider__slide {
    height: calc(100% / var(--row, 3) - var(--row-gap, 0px)) !important;
  }
}
.y-video-thumb-slider__slide > * {
  overflow: hidden;
  border-radius: calc(var(--root_bdrs) / 2);
}
.y-video-thumb-slider__slide:not(.swiper-slide-thumb-active):active {
  transform: translateY(1px) scale(0.98);
}
.y-video-thumb-slider__slide.swiper-slide-thumb-active {
  box-shadow: inset 0 0 0 1px var(--c1);
}
.y-video-thumb-slider__slide-img {
  background-color: var(--root_bgc);
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-video-thumb-slider__scrollbar {
    display: none;
  }
}
.y-video-thumb-slider__scrollbar.swiper-scrollbar-horizontal {
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 23px;
  box-shadow: 0 0 0 1px var(--c5);
  background-color: transparent;
  border-radius: 11.5px;
  transition: background 400ms !important;
}
.y-video-thumb-slider__scrollbar.swiper-scrollbar-horizontal:active {
  background-color: var(--c5);
}
.y-video-thumb-slider__scrollbar::before, .y-video-thumb-slider__scrollbar::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  width: 11px;
  height: 16px;
  z-index: 55;
  pointer-events: none;
}
.y-video-thumb-slider__scrollbar::before {
  left: 5px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20viewBox%3D%220%200%2011%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.41714%208.01065L10.1891%202.36769C10.4594%202.14065%2010.6287%201.81575%2010.66%201.46413C10.6913%201.11252%2010.5819%200.762845%2010.3559%200.49169C10.1299%200.220534%209.80559%200.0499949%209.45409%200.0174168C9.1026%20-0.0151612%208.75251%200.0928773%208.48051%200.317874L0.479139%206.98571C0.329107%207.11106%200.208424%207.26782%200.125612%207.44492C0.0427996%207.62201%20-0.00012207%207.81513%20-0.00012207%208.01064C-0.00012207%208.20614%200.0427996%208.39926%200.125612%208.57636C0.208424%208.75345%200.329107%208.91021%200.479139%209.03556L8.48051%2015.7034C8.75239%2015.9295%209.1029%2016.0384%209.45503%2016.0062C9.80716%2015.974%2010.1321%2015.8034%2010.3585%2015.5317C10.5849%2015.2601%2010.6942%2014.9098%2010.6625%2014.5576C10.6307%2014.2054%2010.4605%2013.8803%2010.1891%2013.6535L3.41714%208.01065Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
.y-video-thumb-slider__scrollbar::after {
  right: 5px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%2217%22%20viewBox%3D%220%200%2011%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.25058%208.01279L0.478595%2013.6557C0.208294%2013.8828%200.0389779%2014.2077%200.00772589%2014.5593C-0.0235261%2014.9109%200.085832%2015.2606%200.311853%2015.5317C0.537873%2015.8029%200.862136%2015.9734%201.21363%2016.006C1.56513%2016.0386%201.91521%2015.9306%202.18722%2015.7056L10.1886%209.03772C10.3386%208.91238%2010.4593%208.75562%2010.5421%208.57852C10.6249%208.40142%2010.6678%208.2083%2010.6678%208.0128C10.6678%207.8173%2010.6249%207.62418%2010.5421%207.44708C10.4593%207.26998%2010.3386%207.11323%2010.1886%206.98788L2.18722%200.320062C1.91533%200.0939871%201.56483%20-0.0149218%201.2127%200.0172597C0.860566%200.0494412%200.535609%200.220081%200.309209%200.491695C0.0828088%200.763309%20-0.0265199%201.11368%200.00524009%201.46585C0.0370001%201.81802%200.207253%202.14318%200.478595%202.3699L7.25058%208.01279Z%22%20fill%3D%22black%22%2F%3E%3C%2Fsvg%3E");
}
.y-video-thumb-slider__scrollbar .swiper-scrollbar-drag {
  max-width: 100%;
  border-radius: 11.5px;
  background-color: var(--c2);
}
.y-video-thumb-slider__scrollbar .swiper-scrollbar-drag::before {
  content: "|||";
  width: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateY(-1px);
  line-height: 1;
  letter-spacing: 8px;
  font-family: var(--ff7);
  font-size: 14px;
}
@media screen and (min-width: 1280px) {
  .y-video-thumb-slider__scrollbar.swiper-scrollbar-lock {
    display: block !important;
  }
}
.y-video-thumb-slider__scrollbar.swiper-scrollbar-lock::before, .y-video-thumb-slider__scrollbar.swiper-scrollbar-lock::after {
  z-index: -1;
}
.y-video-thumb-slider__scrollbar.swiper-scrollbar-lock .swiper-scrollbar-drag {
  background-color: #eee;
}
.y-video-thumb-slider__scrollbar.swiper-scrollbar-lock .swiper-scrollbar-drag::before {
  color: var(--c1);
}
@media screen and (min-width: 1280px) {
  .y-video-thumb-slider__arrows {
    display: none;
  }
}

.video-container {
  position: relative;
  padding-bottom: calc(100% / (var(--aspect-ratio) + 0.001));
  background-color: var(--c3);
}
.video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-tag,
.video-iframe {
  display: block;
  max-width: 100%;
  border: none;
}

.video-play {
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  transition: opacity 300ms;
}
.video-play__icn {
  transition: 250ms, transform 450ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
  filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.5));
  width: 35%;
  height: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-play__icn svg {
  width: 100%;
  height: 100%;
}
.video-play__icn:hover {
  filter: drop-shadow(0px 0px 8px white);
}
.video-play:active .video-play__icn {
  transform: scale(0.98);
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.8));
}
.video-play.is_play {
  opacity: 0;
  height: 75%;
  transition: opacity 200ms 400ms, height 0s 650ms;
}
.video-play.is_play .video-play__icn {
  transition: 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 200ms 200ms;
  opacity: 0;
  transform: scale(1.2);
}

.y-announcement {
  background-image: url("../img/decor/splatter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 111% auto;
}
.y-announcement__inner {
  position: relative;
  min-width: 280px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--c2);
  background-color: var(--root_bgc);
  padding: 15px 10px 10px;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
  align-items: start;
}
@media screen and (min-width: 370.1px) {
  .y-announcement__inner {
    max-width: calc(320px + 597 * (100vw - 370.1px) / 1544.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-announcement__inner {
    max-width: 917px;
  }
}
@media screen and (min-width: 563.1px) {
  .y-announcement__inner {
    padding-top: calc(15px + 15 * (100vw - 563.1px) / 1111.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-announcement__inner {
    padding-top: 30px;
  }
}
@media screen and (min-width: 563.1px) {
  .y-announcement__inner {
    padding-left: calc(10px + 80 * (100vw - 563.1px) / 1111.9);
    padding-right: calc(10px + 80 * (100vw - 563.1px) / 1111.9);
    padding-bottom: calc(10px + 80 * (100vw - 563.1px) / 1111.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-announcement__inner {
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 563.1px) {
  .y-announcement__inner {
    grid-gap: calc(15px + 15 * (100vw - 563.1px) / 1111.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-announcement__inner {
    grid-gap: 30px;
  }
}
.y-announcement__children-left, .y-announcement__children-right {
  pointer-events: none;
  position: absolute;
}
@media screen and (min-width: 280px) and (max-width: 599.9px) {
  .y-announcement__children-left, .y-announcement__children-right {
    display: none;
  }
}
.y-announcement__children-left {
  width: 27.323%;
  right: 94.3%;
  top: 50px;
}
.y-announcement__children-right {
  width: 22.186%;
  left: 93.7%;
  bottom: 50px;
}
.y-announcement__children-img {
  height: auto;
}
.y-announcement__children-left .y-announcement__children-img {
  max-width: 250px;
  width: 100%;
}
.y-announcement__children-right .y-announcement__children-img {
  max-width: 203px;
  width: 100%;
}
.y-announcement__heading {
  --heading_fz: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 5;
  text-align: center;
}
@media screen and (min-width: 1280.1px) {
  .y-announcement__heading {
    --heading_fz: calc(20px + 18 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-announcement__heading {
    --heading_fz: 38px;
  }
}
.y-announcement__video, .y-announcement__thumb {
  background-color: var(--c3);
  display: flex;
  border: 1px solid var(--c2);
  overflow: hidden;
}
.y-announcement__img {
  width: 100%;
  height: auto;
}
.y-announcement__iframe {
  width: 100%;
  height: 100%;
}

.y-payment-line {
  margin-top: 52px;
}
@media screen and (min-width: 563.1px) {
  .y-payment-line {
    margin-top: calc(52px + 98 * (100vw - 563.1px) / 1111.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-payment-line {
    margin-top: 150px;
  }
}
.y-payment-line__inner {
  min-width: 280px;
  margin: 0 auto;
  max-width: 280px;
}
@media screen and (min-width: 370.1px) {
  .y-payment-line__inner {
    max-width: calc(320px + 352 * (100vw - 370.1px) / 909.8);
  }
}
@media screen and (min-width: 1279.9px) {
  .y-payment-line__inner {
    max-width: 672px;
  }
}
@media screen and (min-width: 1280px) {
  .y-payment-line__inner {
    max-width: 90%;
  }
}
.y-payment-line__row {
  --col: 3;
  --row-gap: 20px;
  --col-gap: 20px;
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-payment-line__row {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .y-payment-line__row {
    grid-template-columns: repeat(var(--col, 1), calc(var(--size, 100%) / var(--col, 1)));
  }
}
.y-payment-line__thumb {
  position: relative;
  padding-bottom: calc(100% / (var(--aspect-ratio) + 0.001));
  background-color: var(--c3);
}
.y-payment-line__thumb > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.y-payment-line__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.y-payment-line__iframe {
  display: block;
}

.y-cookies {
  background-color: rgba(var(--r2), 0.55);
  backdrop-filter: blur(2px);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  transition: 450ms cubic-bezier(0.6, -0.28, 0.74, 0.05);
}
.y-cookies.is_close {
  transform: scale(1, 2) translateY(120%);
}
.y-cookies__inner {
  padding: 10px var(--wr_offset);
  display: grid;
  align-items: center;
  grid-gap: 10px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-cookies__inner {
    grid-template-columns: auto 1fr;
    grid-template-areas: "thumb text" "btn btn";
  }
}
@media screen and (min-width: 662px) {
  .y-cookies__inner {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "thumb text btn";
  }
}
@media screen and (min-width: 662.1px) {
  .y-cookies__inner {
    grid-gap: calc(10px + 10 * (100vw - 662.1px) / 772.9);
  }
}
@media screen and (min-width: 1435px) {
  .y-cookies__inner {
    grid-gap: 20px;
  }
}
.y-cookies__thumb {
  grid-area: thumb;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-cookies__thumb {
    padding-left: 6px;
  }
}
.y-cookies__txt {
  grid-area: text;
  line-height: 1.25;
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-cookies__txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 662px) {
  .y-cookies__txt {
    font-size: calc(13px + 1 * (100vw - 662px) / 618);
  }
}
@media screen and (min-width: 1280px) {
  .y-cookies__txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-cookies__txt {
    --ybtn_ff: var(--ff4);
  }
}
@media screen and (min-width: 662px) {
  .y-cookies__txt {
    --ybtn_ff: var(--ff3);
  }
}
.y-cookies__accept {
  grid-area: btn;
  --ybtn_minh: 30px;
  --ybtn_ff: var(--ff3);
  --ybtn_fz: 14px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_pd: 5px 17px;
}

.ocfilter {
  letter-spacing: 0.03em;
}
.ocfilter .popover {
  display: none !important;
}
.ocfilter__btn-overlay {
  position: sticky;
  top: 0;
  z-index: 3;
  margin-bottom: 10px;
  background-color: #fff;
}
.ocfilter__btn-play {
  --ybtn_w: 100%;
  --ybtn_minh: 38px;
  --ybtn_fz: 14px;
  --ybtn_ff: var(--ff3);
  --ybtn_bdrs: 4px;
  --ybtn_bdc: #999;
  letter-spacing: 0.05em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ocfilter__btn-play:empty {
  display: none;
}

.ocfilter-selected {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 12px;
}
.ocfilter-selected__parameters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}
.ocfilter-selected__name {
  width: 100%;
  font-size: 12px;
  font-family: var(--ff5);
}
.ocfilter-selected__btn-parameter {
  --ybtn_gap: 5px;
  --ybtn_fz: 12px;
  --ybtn_minw: 70px;
  --ybtn_pd: 5px 10px;
  --ybtn_bdrs: 4px;
}
.ocfilter-selected__btn-reset {
  --ybtn_w: 100%;
  --ybtn_minh: 38px;
  --ybtn_fz: 14px;
  --ybtn_ff: var(--ff3);
  --ybtn_bdrs: 4px;
  --ybtn_bdc: #999;
  letter-spacing: 0.05em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.list-group {
  margin: 0;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
  letter-spacing: 0.03em;
}
.list-group-item {
  padding: 7px 10px 10px;
  margin: 0;
  border: 1px solid var(--c3);
  border-radius: 4px;
  background-color: #fff;
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 8px;
}

.ocf-option-name {
  margin: 0 !important;
  font-weight: unset !important;
  font-family: var(--ff5);
}

.ocf-option-values {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 12px;
}
.ocf-option-values > * {
  margin: 0;
  padding: 0;
}

/* ==== common ====================================== */
body {
  font-family: var(--root_ff);
  background-color: #292a2d;
  color: var(--root_color);
  line-height: normal;
  position: relative;
}
@media screen and (min-width: 1928px) {
  body {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.y-page-wrap {
  min-height: 100vh;
  display: grid;
  grid-auto-columns: 100%;
  grid-template-rows: auto 1fr auto;
  background-color: var(--root_bgc);
  background-image: url("../img/decor/splatter-top.png");
  background-repeat: no-repeat;
  --bgi_size: 120px;
}
@media screen and (min-width: 280.1px) {
  .y-page-wrap {
    --bgi_size: calc(100px + 56 * (100vw - 280.1px) / 282.9);
  }
}
@media screen and (min-width: 563px) {
  .y-page-wrap {
    --bgi_size: 156px;
  }
}
@media screen and (min-width: 563.1px) {
  .y-page-wrap {
    --bgi_size: calc(156px + 94 * (100vw - 563.1px) / 716.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-page-wrap {
    --bgi_size: 250px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-page-wrap {
    --bgi_size: calc(250px + 195 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-page-wrap {
    --bgi_size: 445px;
  }
}
@media screen and (min-width: 1280px) {
  .y-page-wrap {
    background-position: 0 0;
    background-size: var(--bgi_size) auto;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-page-wrap {
    background-image: url("../img/decor/splatter-top.png"), url("../img/decor/splatter-right.png");
    background-position: top left, top right;
    background-size: var(--bgi_size) auto, var(--bgi_size) auto;
  }
}
@media screen and (min-width: 1928px) {
  .y-page-wrap {
    max-width: 1920px;
    margin: auto;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5);
    border-radius: 16px;
  }
  .y-page-wrap .y-header {
    border-radius: 16px 16px 0 0;
  }
  .y-page-wrap .y-footer {
    border-radius: 0 0 16px 16px;
  }
}
.y-page-wrap__content {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 1280px) {
  .y-page-wrap__content {
    padding-top: calc(20px + 15 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-page-wrap__content {
    padding-top: 35px;
  }
}
.y-page-wrap__inner {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: calc(var(--bl-offset) / 2);
  align-content: start;
}
.y-page-wrap__inner:not(.is_home) {
  padding-left: var(--wr_offset);
  padding-right: var(--wr_offset);
}
@media screen and (min-width: 1280px) {
  .y-page-wrap__inner.is_single.is_success, .y-page-wrap__inner.is_single.is_information, .y-page-wrap__inner.is_single.is_search, .y-page-wrap__inner.is_single.is_contacts, .y-page-wrap__inner.is_single.is_sitemap {
    margin-left: 7%;
    padding-right: 7%;
  }
}
.y-page-wrap__inner.is_login, .y-page-wrap__inner.is_forgotten, .y-page-wrap__inner.is_reset, .y-page-wrap__inner.is_register, .y-page-wrap__inner.is_product, .y-page-wrap__inner.is_success, .y-page-wrap__inner.is_information, .y-page-wrap__inner.is_maintenance, .y-page-wrap__inner.is_logout, .y-page-wrap__inner.is_search, .y-page-wrap__inner.is_contacts, .y-page-wrap__inner.is_sitemap, .y-page-wrap__inner[class*=is_account], .y-page-wrap__inner[class*=is_mv-] {
  background-image: url("../img/decor/splatter-right-bottom.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 42% auto;
}
.y-page-wrap__decor {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top center;
}

.y-layout {
  --layout_row-gap: 20px;
  --layout_col-gap: 30px;
  --layout_aside-width: 270px;
  display: grid;
  grid-gap: var(--layout_row-gap) var(--layout_col-gap);
}
@media screen and (min-width: 370.1px) {
  .y-layout {
    --layout_col-gap: calc(8px + 12 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-layout {
    --layout_col-gap: 20px;
  }
}
@media screen and (min-width: 763.1px) {
  .y-layout {
    --layout_col-gap: calc(15px + 15 * (100vw - 763.1px) / 1151.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-layout {
    --layout_col-gap: 30px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-layout {
    --layout_aside-width: calc(270px + 30 * (100vw - 1280.1px) / 394.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-layout {
    --layout_aside-width: 300px;
  }
}
.y-layout.is_category-parent, .y-layout.is_category-child {
  padding-bottom: calc(var(--layout_row-gap) * 2);
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-layout_aside-left, .y-layout_aside-right, .y-layout_aside-left-right {
    grid-template-columns: 100%;
  }
}
.y-layout_single {
  grid-template-columns: 100%;
}
@media screen and (min-width: 1280px) {
  .y-layout_aside-left {
    grid-template-columns: var(--layout_aside-width) calc(100% - var(--layout_aside-width) - var(--layout_col-gap));
  }
}
@media screen and (min-width: 1280px) {
  .y-layout_aside-right {
    grid-template-columns: calc(100% - var(--layout_aside-width) - var(--layout_col-gap)) var(--layout_aside-width);
  }
}
@media screen and (min-width: 1280px) {
  .y-layout_aside-left-right {
    grid-template-columns: var(--layout_aside-width) calc(100% - var(--layout_aside-width) * 2 - var(--layout_col-gap) * 2) var(--layout_aside-width);
  }
}
.y-layout[class*=is_account], .y-layout[class*=is_mv-] {
  --layout_aside-width: 300px;
  --layout_col-gap: var(--wr_offset);
}
@media screen and (min-width: 1280px) {
  .y-layout[class*=is_account], .y-layout[class*=is_mv-] {
    margin-left: calc(var(--wr_offset) * -1);
  }
}
@media screen and (min-width: 1280.1px) {
  .y-layout[class*=is_account], .y-layout[class*=is_mv-] {
    --layout_aside-width: calc(300px + 145 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-layout[class*=is_account], .y-layout[class*=is_mv-] {
    --layout_aside-width: 445px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-layout[class*=is_account] .y-aside_left,
  .y-layout[class*=is_account] .y-aside_right, .y-layout[class*=is_mv-] .y-aside_left,
  .y-layout[class*=is_mv-] .y-aside_right {
    display: none;
  }
}

@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main {
    order: -1;
  }
}
.y-main__welcome {
  grid-column: 1/-1;
  text-align: center;
  font-size: 15px;
  font-family: var(--ff4);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1280.1px) {
  .y-main__welcome {
    font-size: calc(15px + 3 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-main__welcome {
    font-size: 18px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main__welcome {
    display: none;
  }
}
.y-main__heading {
  --heading_fz: 30px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1280.1px) {
  .y-main__heading {
    --heading_fz: calc(30px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-main__heading {
    --heading_fz: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .y-main:not([class*=is_account]):not([class*=is_mv]) .y-main__heading {
    mix-blend-mode: exclusion;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
  }
}
.y-main.is_login, .y-main.is_forgotten, .y-main.is_reset, .y-main.is_product, .y-main.is_success, .y-main.is_information, .y-main.is_contacts, .y-main.is_sitemap, .y-main.is_search {
  padding-bottom: 22.8vmax;
}
.y-main.is_register, .y-main.is_maintenance, .y-main.is_logout, .y-main[class*=is_account], .y-main[class*=is_mv-] {
  padding-bottom: 15.8vmax;
}
.y-main.is_home .y-video-slider {
  --tfx: -9px;
  max-width: 100%;
  transform: translateX(var(--tfx));
}
@media screen and (min-width: 662.1px) {
  .y-main.is_home .y-video-slider {
    --tfx: calc(-9px + -29 * (100vw - 662.1px) / 617.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-main.is_home .y-video-slider {
    --tfx: -38px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-main.is_home .y-video-slider {
    max-width: calc(312px + 931 * (100vw - 370.1px) / 1544.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-main.is_home .y-video-slider {
    max-width: 1243px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main.is_home .y-video-slider {
    margin-top: 18px;
  }
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-main.is_home .y-video-slider {
    margin-bottom: 10px;
  }
}
.y-main.is_home .y-main__decor {
  pointer-events: none;
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
@media screen and (min-width: 1280px) {
  .y-main.is_home .y-main__decor {
    max-width: 60%;
  }
}
.y-main.is_home .y-main__decor-img {
  height: auto;
}
.y-main.is_category-parent, .y-main.is_category-child {
  --layout_aside-width: 180px;
  display: grid;
  align-self: start;
  grid-gap: var(--layout_row-gap) var(--layout_col-gap);
}
@media screen and (min-width: 1361.1px) {
  .y-main.is_category-parent, .y-main.is_category-child {
    --layout_aside-width: calc(180px + 80 * (100vw - 1361.1px) / 313.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-main.is_category-parent, .y-main.is_category-child {
    --layout_aside-width: 260px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main.is_category-parent {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .y-main.is_category-parent {
    grid-template-columns: var(--layout_aside-width) calc(100% - var(--layout_aside-width) - var(--layout_col-gap));
  }
}
@media screen and (min-width: 280px) and (max-width: 1360.9px) {
  .y-main.is_category-child {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1361px) {
  .y-main.is_category-child {
    grid-template-columns: var(--layout_aside-width) calc(100% - var(--layout_aside-width) - var(--layout_col-gap));
  }
}
.y-main.is_category-parent .y-main__heading, .y-main.is_category-child .y-main__heading {
  grid-column: 1/-1;
  order: -2;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main.is_category-parent .y-main__heading, .y-main.is_category-child .y-main__heading {
    text-align: center;
    padding-bottom: var(--layout_row-gap);
    position: relative;
  }
  .y-main.is_category-parent .y-main__heading::after, .y-main.is_category-child .y-main__heading::after {
    content: "";
    width: 63%;
    height: 1px;
    background-color: var(--c2);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.y-main.is_category-parent .y-main__bottom, .y-main.is_category-child .y-main__bottom {
  order: 4;
  grid-column: 1/-1;
}
.y-main.is_category-parent .y-main__left, .y-main.is_category-child .y-main__left {
  display: grid;
  grid-template-columns: 100%;
  grid-auto-rows: max-content;
  align-content: start;
  grid-gap: 16px;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main.is_category-parent .y-main__left, .y-main.is_category-child .y-main__left {
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
}
.y-main.is_category-parent .y-main__slider, .y-main.is_category-child .y-main__slider {
  max-width: 535px;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main.is_category-parent .y-main__slider, .y-main.is_category-child .y-main__slider {
    max-width: 900px;
  }
}
@media screen and (min-width: 280px) and (max-width: 899.9px) {
  .y-main.is_category-parent .y-main__slider, .y-main.is_category-child .y-main__slider {
    max-width: 100vw;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-main.is_category-parent .y-main__slider, .y-main.is_category-child .y-main__slider {
    max-width: calc(500px + 400 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-main.is_category-parent .y-main__slider, .y-main.is_category-child .y-main__slider {
    max-width: 900px;
  }
}
@media screen and (min-width: 1280px) {
  .y-main.is_category-parent .y-main__slider, .y-main.is_category-child .y-main__slider {
    margin: -7.8% 0 0 -7.8%;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main.is_category-parent .y-main__center {
    justify-self: center;
    order: -2;
  }
}
@media screen and (min-width: 280px) and (max-width: 1360.9px) {
  .y-main.is_category-child .y-main__center {
    width: 100%;
    justify-self: center;
    order: -2;
  }
}
@media screen and (min-width: 280px) and (max-width: 1360.9px) {
  .y-main.is_category-child .y-main__bottom {
    order: -1;
  }
}
.y-main.is_contacts, .y-main.is_sitemap, .y-main[class*=is_account], .y-main[class*=is_mv-] {
  --row-gap: 30px;
  display: grid;
  grid-gap: var(--row-gap, 0) var(--col-gap, 0);
  grid-template-columns: 100%;
  align-content: start;
}
.y-main[class*=is_account] .y-main__heading, .y-main[class*=is_mv-] .y-main__heading {
  --heading_fz: 24px;
  --heading_ff: var(--ff4);
  --heading_lh: 1;
  text-transform: none;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c2);
}
@media screen and (min-width: 1280.1px) {
  .y-main[class*=is_account] .y-main__heading, .y-main[class*=is_mv-] .y-main__heading {
    --heading_fz: calc(24px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-main[class*=is_account] .y-main__heading, .y-main[class*=is_mv-] .y-main__heading {
    --heading_fz: 28px;
  }
}
@media screen and (min-width: 409px) and (max-width: 1279.9px) {
  .y-main[class*=is_account] .y-main__heading:not(.is_promo), .y-main[class*=is_mv-] .y-main__heading:not(.is_promo) {
    text-align: center;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-main[class*=is_account] .y-main__heading:not(.is_promo), .y-main[class*=is_mv-] .y-main__heading:not(.is_promo) {
    justify-content: center;
  }
}
.y-main[class*=is_account] .y-main__heading.is_promo, .y-main[class*=is_mv-] .y-main__heading.is_promo {
  justify-content: space-between;
}
.y-main.is_search .y-main__heading, .y-main.is_information .y-main__heading, .y-main.is_contacts .y-main__heading, .y-main.is_sitemap .y-main__heading {
  padding-bottom: 12px;
  border-bottom: 1px solid #0021e8;
}

.y-geo {
  --fill: #D10000;
  --color: var(--root_color);
  --bgc: var(--root_bgc);
  position: relative;
}
.y-geo__header {
  border-radius: 21px;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .y-geo__header {
    --pdr: calc(6px + 6 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-geo__header {
    --pdr: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .y-geo__header {
    --pdl: calc(8px + 4 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-geo__header {
    --pdl: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .y-geo__header {
    padding: 4px var(--pdr, 0) 4px var(--pdl, 0);
    min-height: 35px;
  }
}
.y-geo__icn {
  color: var(--fill);
  min-width: 14px;
  display: flex;
  align-items: center;
  width: 20px;
  height: auto;
}
@media screen and (min-width: 1280.1px) {
  .y-geo__icn {
    width: calc(15px + 14 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-geo__icn {
    width: 29px;
  }
}
.y-geo__icn svg {
  width: inherit;
  height: inherit;
}
.y-geo__location {
  color: var(--color);
  font-family: var(--ff7);
  font-size: 15px;
  letter-spacing: 0.03em;
  padding-bottom: 2px;
}
@media screen and (min-width: 1280px) {
  .y-geo__location {
    max-width: 13ch;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-geo__location {
    font-size: calc(15px + 3 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-geo__location {
    font-size: 18px;
  }
}
.y-geo__confirm {
  background-color: rgba(var(--root_r-bgc), 0.5);
  backdrop-filter: blur(1px);
  padding: 10px 14px 12px;
  border-radius: 12px;
  box-shadow: 0 14px 35px -4px rgba(74, 58, 75, 0.5);
  position: fixed;
  top: 0;
  z-index: 999;
  transform-origin: 50% 0;
  grid-gap: 10px;
  display: none;
}
@media screen and (min-width: 280px) and (max-width: 1674.9px) {
  .y-geo__confirm {
    left: 0;
  }
}
@media screen and (min-width: 1675px) {
  .y-geo__confirm {
    right: var(--scroll-size_w, 0);
  }
}
@media screen and (min-width: 1280px) {
  .y-geo__confirm.is_open {
    display: grid;
  }
}
@media screen and (min-width: 1280px) and (min-width: 280px) and (max-width: 1674.9px) {
  .y-geo__confirm.is_open {
    animation: show-confirm-left 500ms cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1675px) {
  .y-geo__confirm.is_open {
    animation: show-confirm-right 500ms cubic-bezier(0.18, 0.89, 0.32, 1.28) forwards;
  }
}
.y-geo__confirm-header {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
}
.y-geo__confirm-header::before {
  content: "—";
  order: -1;
}
.y-geo__confirm-header::after {
  content: "?";
  font-family: var(--ff5);
}
.y-geo__header-txt {
  order: -2;
}
.y-geo__header-location {
  font-family: var(--ff5);
  letter-spacing: 0.01em;
}
.y-geo__confirm-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.y-geo__confirm-yes, .y-geo__confirm-not {
  --ybtn_pd: 5px 16px;
  --ybtn_bdrs: var(--root_bdrs);
  --ybtn_min-h: 28px;
  --ybtn_fz: 14px;
  --ybtn_ls: .04em;
}
.y-geo__confirm-yes {
  --ybtn_minw: 110px;
}

.y-geo-choice {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 100%;
}
.y-geo-choice__form {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
  padding-bottom: 2px;
}
.y-geo-choice__search {
  position: relative;
  z-index: 2;
}
.y-geo-choice__search.is_active {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.25));
}
.y-geo-choice__search.is_active .y-field__inp {
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.y-geo-choice__search.is_active .dropdown-menu {
  all: unset;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  list-style-type: none;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  max-height: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: currentcolor #bdbdbd #bdbdbd;
  border-top: #bdbdbd;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 805px) {
  .y-geo-choice__search.is_active .dropdown-menu {
    border-bottom-left-radius: calc(8px + 4 * (100vw - 805px) / 630);
    border-bottom-right-radius: calc(8px + 4 * (100vw - 805px) / 630);
  }
}
@media screen and (min-width: 1435px) {
  .y-geo-choice__search.is_active .dropdown-menu {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}
.y-geo-choice__search.is_active .dropdown-menu li {
  line-height: 1;
}
.y-geo-choice__search.is_active .dropdown-menu li a {
  min-height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.y-geo-choice__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding-bottom: 1px;
}
.y-geo-choice__location {
  flex-grow: 1;
  --ybtn_bdrs: 8px;
  --ybtn_pd: 8px 16px;
  --ybtn_ls: .02em;
  --ybtn_fz: 12px;
  --ybtn_tt: uppercase;
}

@keyframes show-confirm-left {
  0% {
    transform: translate(13px, -100%) scale(1, 1.5);
  }
  100% {
    transform: translate(13px, 13px) scale(1, 1);
  }
}
@keyframes show-confirm-right {
  0% {
    transform: translate(-10px, -100%) scale(1, 1.5);
  }
  100% {
    transform: translate(-10px, 10px) scale(1, 1);
  }
}
.y-languages {
  --row-gap: 0;
  --col-gap: 3px;
  display: flex;
  align-items: center;
  gap: var(--row-gap, 0) var(--col-gap, 0);
  font-size: 15px;
  font-family: var(--ff3);
}
@media screen and (min-width: 1280.1px) {
  .y-languages {
    --col-gap: calc(3px + 1 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-languages {
    --col-gap: 4px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-languages {
    font-size: calc(15px + 7 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-languages {
    font-size: 22px;
  }
}
.y-languages__btn {
  --ybtn_pd: 2px 3px;
  --ybtn_bdrs: var(--root_bdrs);
  --ybtn_minw: 30px;
  --ybtn_minh: 26px;
  --ybtn_ff: var(--ff3);
  --ybtn_tt: uppercase;
}
@media screen and (min-width: 1280.1px) {
  .y-languages__btn {
    --ybtn_minw: calc(30px + 8 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-languages__btn {
    --ybtn_minw: 38px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-languages__btn {
    --ybtn_minh: calc(26px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-languages__btn {
    --ybtn_minh: 32px;
  }
}
.y-languages__btn.is_active {
  pointer-events: none;
}
.y-languages__btn.is_active + span {
  margin-inline: 2px -3px;
}
.y-languages__btn:not(.is_active) + span {
  margin-inline: -3px 2px;
}

.y-search {
  --fz: 12px;
  --bdw: 1.5px;
  --height: 35px;
  --fill: var(--c2);
  --bgc: var(--root_bgc);
  --bdrs: calc(var(--height) / 2);
  --pdl: 10px;
  --pdr: 10px;
  --pd: var(--pdt, 0) var(--pdr, 0) var(--pdb, 0) var(--pdl, 0);
  --btn_w: 45px;
  display: flex;
  font-size: var(--fz);
  height: var(--height);
}
@media screen and (min-width: 1280.1px) {
  .y-search {
    --height: calc(35px + 7 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-search {
    --height: 42px;
  }
}
@media screen and (min-width: 1019.1px) {
  .y-search {
    --pdl: calc(10px + 10 * (100vw - 1019.1px) / 655.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-search {
    --pdl: 20px;
  }
}
@media screen and (min-width: 1019.1px) {
  .y-search {
    --pdr: calc(10px + 5 * (100vw - 1019.1px) / 655.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-search {
    --pdr: 15px;
  }
}
.y-search__label {
  flex-grow: 1;
}
.y-search__label + .y-search__btn {
  margin-left: calc(var(--bdw, -1px) * -1);
}
.y-search__inp {
  width: 100%;
  height: 100%;
  background-color: var(--bgc);
  border: var(--bdw, 1px) solid var(--fill);
  border-radius: var(--bdrs) 0 0 var(--bdrs);
  padding: var(--pd);
}
.y-search__inp::placeholder {
  color: #a3a3a3;
}
.y-search__btn {
  --ybtn_minw: var(--btn_w);
  --ybtn_bgc: var(--fill);
  --ybtn_color: var(--bgc);
  --ybtn_bdrs: 0 var(--bdrs) var(--bdrs) 0;
  --ybtn_pd: 2px 8px 2px 5px;
}
.y-search__btn:hover {
  --fill: rgba(var(--r2),.8);
}
.y-search__btn:not(div):not(span):active {
  transform: none;
}

.y-menu__item,
.y-submenu__item {
  position: relative;
}
.y-menu__item-btn,
.y-submenu__item-btn {
  position: relative;
  z-index: 2;
  display: flex;
}
.y-menu__btn-icn,
.y-submenu__btn-icn {
  cursor: pointer;
  align-items: center;
}
.y-menu__btn-icn > *,
.y-submenu__btn-icn > * {
  transition: 300ms;
}
.y-menu__dropdown-content,
.y-submenu__dropdown-content {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 1280px) {
  .y-menu__item-dropdown,
  .y-submenu__item-dropdown {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transition: 300ms;
    opacity: 0;
  }
  .y-menu__dropdown-content,
  .y-submenu__dropdown-content {
    grid-gap: 3px;
  }
}

.y-menu {
  z-index: 200;
}
@media screen and (min-width: 1280px) {
  .y-menu {
    min-height: calc(62px + 23 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-menu {
    min-height: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu {
    gap: calc(10px + 5 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-menu {
    gap: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu {
    display: flex;
    align-items: flex-end;
    position: relative;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-menu {
    --row-gap: 8px;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: var(--row-gap);
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__item {
    flex-grow: 1;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__item {
    flex-basis: calc(170px + 20 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-menu__item {
    flex-basis: 190px;
  }
}
.y-menu__btn-icn {
  color: rgba(var(--category-color, var(--r2)), 1);
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-menu__btn-icn {
    padding-right: 20px;
    display: flex;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__btn-icn {
    display: none;
  }
}
.y-menu__btn-icn > * {
  transform: translateX(3px);
}
.y-menu__item.is_dropdown.is_open .y-menu__btn-icn > * {
  transform: translateX(3px) rotate(90deg);
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-menu__item {
    padding-bottom: calc(var(--row-gap) + 1px);
  }
  .y-menu__item:not(.is_search)::before {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 300ms;
    border-top: 1px dashed var(--c1);
  }
  .y-menu__item.is_search {
    background-color: var(--root_bgc);
    position: sticky;
    top: 0;
    z-index: 3;
    padding: 1px;
  }
  .y-menu__item:last-child {
    padding-bottom: 0;
  }
  .y-menu__item:last-child::before {
    border-color: transparent;
  }
  .y-menu__item.is_dropdown.is_open {
    padding-bottom: 0;
  }
  .y-menu__item.is_dropdown.is_open::before {
    width: calc(100% - 10px);
    left: 10px;
    border-color: rgba(var(--category-color, var(--c1)), 1);
  }
  .y-menu__btn-link {
    --icn-size: 60px;
    display: flex;
    gap: 7px;
    flex-grow: 1;
  }
  .y-menu__link-img {
    width: var(--icn-size, unset);
    height: auto;
    object-fit: contain;
  }
  .y-menu__link-txt {
    text-transform: uppercase;
    font-size: 12px;
    font-family: var(--ff7);
    color: var(--root_color);
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .y-menu__item-dropdown {
    display: none;
  }
  .y-menu__dropdown-content {
    justify-items: start;
    grid-gap: 12px;
    padding: 15px 10px 10px 22px;
    margin-left: 8px;
    position: relative;
  }
  .y-menu__dropdown-content::before {
    content: "";
    width: 1px;
    position: absolute;
    top: -20px;
    bottom: 0;
    border-left: 1px dashed rgba(var(--category-color, var(--c1)), 1);
    transition: 300ms 300ms;
  }
  .y-menu__item.is_dropdown.is_open .y-menu__dropdown-content {
    background-color: rgba(var(--category-color, var(--c1)), 0.2);
  }
  .y-menu__dropdown-link {
    font-family: var(--f5);
    font-size: 14px;
  }
  .y-menu__dropdown-link:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__item.is_search {
    display: none;
  }
  .y-menu__btn-link {
    flex-grow: 1;
    --icn-size: 55px;
    display: flex;
    align-items: flex-end;
    line-height: 1;
    color: currentColor;
    font-family: var(--ff7);
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280.1px) {
  .y-menu__btn-link {
    --icn-size: calc(55px + 17 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-menu__btn-link {
    --icn-size: 72px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280.1px) {
  .y-menu__btn-link {
    font-size: calc(10px + 3 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-menu__btn-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__link-icn {
    border: 2.5px solid rgba(var(--category-color, var(--r2)), 1);
    border-radius: 0 0 6px 6px;
    transform: skew(-8deg);
    position: relative;
    width: calc(var(--icn-size) - 10px);
    height: 45px;
    flex-shrink: 0;
    z-index: 2;
    background-color: var(--root_bgc);
    box-shadow: 2px 0 2px -1px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280.1px) {
  .y-menu__link-icn {
    height: calc(45px + 8 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-menu__link-icn {
    height: 53px;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__link-img {
    height: var(--icn-size, unset);
    min-width: var(--icn-size, unset);
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) translate(0px, 0px) skew(8deg);
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__link-txt {
    align-items: center;
    background-color: rgba(var(--category-color, var(--r2)), 1);
    border-radius: 6px 0 16px 6px;
    display: flex;
    flex-grow: 1;
    margin-bottom: 2px;
    margin-left: calc((var(--icn-size) - 13px) * -1);
    min-height: 32px;
    transition: 250ms;
    padding: 6px 10px 6px calc(var(--icn-size) - 4px);
    text-transform: uppercase;
    box-shadow: 1px 11px 11px -7px rgba(0, 0, 0, 0.3);
    transform: skew(-7deg);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280.1px) {
  .y-menu__link-txt {
    min-height: calc(32px + 7 * (100vw - 1280.1px) / 394.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1675px) {
  .y-menu__link-txt {
    min-height: 39px;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__link-txt > * {
    transform: skew(7deg);
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__item.is_dropdown:hover .y-menu__link-txt {
    border-radius: 6px 5px 5px 6px;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__item.is_dropdown .y-menu__item-dropdown {
    left: 50%;
    top: calc(100% - 3px);
    transform: translate(-50%, 10px);
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__item.is_dropdown:hover .y-menu__item-dropdown {
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (min-width: 1280px) {
  .y-menu__item.is_dropdown:hover .y-menu__item-dropdown {
    transform: translate(-50%, 0);
  }
}

.y-submenu__item-btn {
  max-width: 100%;
  letter-spacing: 0.02em;
  color: currentColor;
  transition: 250ms;
}
.y-submenu__btn-link {
  flex-grow: 1;
  display: flex;
  line-height: 1;
  color: currentColor;
  font-family: var(--ff5);
}
.y-submenu__btn-icn {
  display: flex;
}
.y-submenu__btn-icn > * {
  transform: translateX(3px);
}
.y-submenu__dropdown-link {
  --ybtn_maxw: 100%;
  --ybtn_ff: var(--ff5);
  --ybtn_ls: .02em;
  --ybtn_color: currentColor;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-submenu__item-btn {
    font-size: 16px;
  }
  .y-submenu__btn-icn {
    order: -1;
    padding-right: 20px;
    color: rgba(var(--category-color, var(--r2)), 1);
  }
  .y-submenu__item.is_dropdown.is_open .y-submenu__btn-icn > * {
    transform: translateX(3px) rotate(90deg);
  }
  .y-submenu__btn-link {
    font-size: inherit;
  }
  .y-submenu__item-dropdown {
    display: none;
  }
  .y-submenu__dropdown-content {
    justify-items: start;
    grid-gap: 12px;
    padding: 15px 10px 10px 22px;
    margin-left: 8px;
    position: relative;
  }
  .y-submenu__dropdown-content::before {
    content: "";
    width: 1px;
    position: absolute;
    top: 2px;
    bottom: 0;
    border-left: 1px dashed rgba(var(--category-color, var(--c1)), 1);
    transition: 300ms 300ms;
  }
  .y-submenu__dropdown-link {
    --ybtn_fz: 15px;
    --ybtn_ff: var(--ff4);
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item-btn {
    gap: 7px;
    text-align: center;
    min-width: 130px;
    font-size: 12px;
    border: 1px solid #000;
    background-color: rgba(var(--category-color, var(--r2)), 0.65);
    backdrop-filter: blur(1px);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__item-btn {
    min-width: calc(130px + 29 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__item-btn {
    min-width: 159px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__item-btn {
    font-size: calc(12px + 1 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__item-btn {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:hover .y-submenu__item-btn {
    background-color: rgba(var(--category-color, var(--r2)), 1);
    border-color: rgba(var(--category-color, var(--r2)), 1);
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item:not(.is_arrow-left):hover .y-submenu__item-btn {
    transform: translateX(3px);
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_arrow-left:hover .y-submenu__item-btn {
    transform: translateX(-3px);
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__btn-link {
    padding: 10px 7px 10px 0;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__btn-link {
    padding-right: calc(7px + 3 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__btn-link {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:first-child > .y-submenu__item-btn .y-submenu__btn-link {
    padding-top: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:not(.is_arrow-left) .y-submenu__btn-link {
    padding: 10px 0 10px 7px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__item.is_dropdown:not(.is_arrow-left) .y-submenu__btn-link {
    padding-right: calc(7px + 3 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__item.is_dropdown:not(.is_arrow-left) .y-submenu__btn-link {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__btn-link {
    padding: 10px 7px 10px 0;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__btn-link {
    padding-right: calc(7px + 3 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__btn-link {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__btn-icn {
    color: currentColor;
  }
  .y-submenu__btn-icn > * {
    height: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:first-child > .y-submenu__item-btn .y-submenu__btn-icn {
    padding-top: 4px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:not(.is_arrow-left) .y-submenu__btn-icn {
    padding-right: 7px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__item.is_dropdown:not(.is_arrow-left) .y-submenu__btn-icn {
    padding-right: calc(7px + 3 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__item.is_dropdown:not(.is_arrow-left) .y-submenu__btn-icn {
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__btn-icn {
    order: -1;
    padding-left: 7px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__btn-icn {
    padding-left: calc(7px + 3 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__btn-icn {
    padding-left: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__btn-icn > * {
    transform: translateX(3px) scale(-1, 1);
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item-dropdown {
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:first-child .y-submenu__item-dropdown {
    padding-top: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:not(.is_arrow-left) .y-submenu__item-dropdown {
    left: 100%;
    transform: translate(30px, 0px);
    padding-left: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown.is_arrow-left .y-submenu__item-dropdown {
    right: 100%;
    transform: translate(-30px, 0px);
    padding-right: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:hover .y-submenu__item-dropdown {
    pointer-events: auto;
    opacity: 1;
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__dropdown-link {
    --ybtn_minw: 130px;
    --ybtn_fz: 12px;
    --ybtn_pd: 10px var(--ybtn_offset-x);
    --ybtn_offset-x: 7px;
    --ybtn_bdw: 1px;
    --ybtn_bdc: #000;
    --ybtn_bgc: rgba(var(--category-color, var(--r2)),.65);
    --ybtn_pe: none;
    text-align: center;
    backdrop-filter: blur(1px);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__dropdown-link {
    --ybtn_minw: calc(130px + 29 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__dropdown-link {
    --ybtn_minw: 159px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__dropdown-link {
    --ybtn_fz: calc(12px + 1 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__dropdown-link {
    --ybtn_fz: 13px;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1435.1px) {
  .y-submenu__dropdown-link {
    --ybtn_offset-x: calc(7px + 3 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-submenu__dropdown-link {
    --ybtn_offset-x: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__dropdown-link:hover {
    --ybtn_bgc: rgba(var(--category-color, var(--r2)),1);
    --ybtn_bdc: rgba(var(--category-color, var(--r2)),1);
  }
}
@media screen and (min-width: 1280px) {
  .y-submenu__item.is_dropdown:hover .y-submenu__item-btn + .y-submenu__item-dropdown .y-submenu__dropdown-link {
    --ybtn_pe: auto;
  }
}
.y-submenu:hover > .y-submenu__dropdown-link {
  --ybtn_pe: auto;
}

.y-menu-login {
  padding-left: 10px;
  margin-right: auto;
}
.y-menu-login__item {
  --offset-left: 20px;
  --ybtn__icn_w: auto;
  padding-left: var(--offset-left);
}
.y-menu-login__item + .y-menu-login__item {
  margin-top: 2px;
}
.y-menu-login__item-btn {
  position: relative;
  z-index: 2;
  display: flex;
}
.y-menu-login__btn-icn {
  color: var(--c1);
  cursor: pointer;
  width: var(--offset-left);
  display: flex;
  align-items: center;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.y-menu-login__btn-icn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateX(-10px);
  width: 40px;
  height: 40px;
}
.y-menu-login__btn-icn > * {
  transition: 300ms;
  transform: translateX(3px) rotate(0deg);
}
.y-menu-login__item.is_dropdown.is_open .y-menu-login__btn-icn > * {
  transform: translateX(0px) rotate(90deg);
}
.y-menu-login__btn-link, .y-menu-login__link, .y-menu-login__dropdown-link {
  --ybtn_pd: 6px 0;
  --ybtn_gap: 10px;
  position: relative;
  z-index: 2;
  text-align: left;
  text-wrap: balance;
}
.y-menu-login__btn-link::before, .y-menu-login__link::before, .y-menu-login__dropdown-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: 40%;
  border-radius: var(--root_bdrs);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0, 1);
  background-color: var(--c2);
  transition: transform 400ms 200ms cubic-bezier(0.6, -0.28, 0.74, 0.05), height 150ms, background 150ms 200ms, opacity 0s 600ms;
  z-index: -1;
}
.y-menu-login__btn-link:hover::before, .y-menu-login__btn-link.is_current::before, .y-menu-login__link:hover::before, .y-menu-login__link.is_current::before, .y-menu-login__dropdown-link:hover::before, .y-menu-login__dropdown-link.is_current::before {
  opacity: 1;
  background-color: rgba(var(--r2), 0.5);
  transition: 400ms, height 250ms 350ms, background 200ms 350ms;
  height: 92%;
  transform: translate(-50%, -50%) scale(1, 1);
}
.y-menu-login__dropdown-link {
  font-size: 14px;
  --ybtn_ff: var(--ff3);
}
.y-menu-login__dropdown-link .y-btn__icn {
  aspect-ratio: 22/22;
  min-width: 22px;
  min-height: 22px;
  padding: 3px;
  border-radius: 50%;
  background-color: rgb(235, 44, 59);
  color: #fff;
  font-family: var(--ff5);
  font-size: 11px;
}
.y-menu-login__item-dropdown {
  display: none;
  padding-left: calc(var(--offset-left) + 6px);
  padding-top: 6px;
  padding-bottom: 10px;
  margin-left: calc(var(--offset-left) * -1);
  position: relative;
}
.y-menu-login__item-dropdown::after, .y-menu-login__item-dropdown::before {
  content: "";
  position: absolute;
}
.y-menu-login__item-dropdown::before {
  width: 1px;
  height: calc(100% + 3px);
  border-left: 1px dashed var(--c1);
  top: -6px;
  right: calc(100% - 5.5px);
  transform: scale(1, 0);
  transform-origin: 50% 0;
  transition: 300ms;
}
.y-menu-login__item-dropdown::after {
  left: 5.5px;
  bottom: 3px;
  height: 1px;
  width: calc(60% - 5.5px);
  border-bottom: 1px dashed var(--c1);
  transform: scale(0, 1);
  transform-origin: 0 50%;
  transition: 0s;
}
.y-menu-login__item.is_dropdown.is_open .y-menu-login__item-dropdown::before, .y-menu-login__item.is_dropdown.is_open .y-menu-login__item-dropdown::after {
  transform: scale(1, 1);
}
.y-menu-login__dropdown-content {
  display: grid;
  grid-template-columns: 100%;
  justify-items: start;
}
.y-menu-login .y-btn__icn-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  z-index: 2;
}

.y-header {
  padding-top: 12px;
}
@media screen and (min-width: 1280.1px) {
  .y-header {
    padding-top: calc(12px + 35 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-header {
    padding-top: 47px;
  }
}
.y-header__head {
  --row-gap: 5px;
  --col-gap: 15px;
  --pdlr: calc(var(--wr_offset) * 2);
  padding-left: var(--pdlr);
  padding-right: var(--pdlr);
  position: relative;
  padding-bottom: 5px;
}
@media screen and (min-width: 1435.1px) {
  .y-header__head {
    --col-gap: calc(15px + 33 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-header__head {
    --col-gap: 48px;
  }
}
.y-header__head::after {
  content: "";
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: -1px;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__head::after {
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .y-header__head::after {
    left: var(--pdlr);
    width: calc(100% - var(--pdlr) * 2);
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__head-inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .y-header__head-inner {
    max-width: 950px;
    margin-left: auto;
    display: grid;
    grid-gap: var(--row-gap) var(--col-gap);
    grid-template-columns: 1fr auto;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) and (min-width: 1280.1px) {
  .y-header__head-inner {
    max-width: calc(950px + 346 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1280px) and (min-width: 1915px) {
  .y-header__head-inner {
    max-width: 1296px;
  }
}
.y-header__center {
  overflow: hidden;
}
.y-header__logo {
  transform: translateY(var(--tfy));
}
@media screen and (min-width: 1280px) {
  .y-header__logo {
    --tfy: calc(19px + -19 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-header__logo {
    --tfy: 0px;
  }
}
.y-header__right {
  align-self: center;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
}
@media screen and (min-width: 1280.1px) {
  .y-header__right {
    grid-gap: calc(10px + 15 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-header__right {
    grid-gap: 25px;
  }
}
.y-header__right-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 14px;
}
@media screen and (min-width: 1280.1px) {
  .y-header__right-top {
    gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-header__right-top {
    gap: 20px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__geo {
    position: fixed;
    right: 100%;
    z-index: 1010;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__language {
    display: none;
  }
}
.y-header__user {
  --ybtn__icn_w: 43px;
  display: flex;
}
@media screen and (min-width: 1280.1px) {
  .y-header__user {
    --ybtn__icn_w: calc(43px + 9 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-header__user {
    --ybtn__icn_w: 52px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__user {
    display: none;
  }
}
.y-header__user.not_logged {
  place-self: center;
}
.y-header__search {
  flex-grow: 1;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__search {
    display: none;
  }
}
.y-header__main {
  padding-left: var(--wr_offset);
  padding-right: var(--wr_offset);
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__main {
    min-height: 56px;
    padding-block: 7px;
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    justify-content: space-between;
    gap: 5px 10px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) and (min-width: 280.1px) {
  .y-header__main {
    column-gap: calc(10px + 10 * (100vw - 280.1px) / 999.9);
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) and (min-width: 1280px) {
  .y-header__main {
    column-gap: 20px;
  }
}
.y-header__main .y-user {
  --ybtn__icn_w: 40px;
}
@media screen and (min-width: 280px) and (max-width: 382.9px) {
  .y-header__menu-init {
    width: 100%;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-header__menu-init {
    --ybtn_bgc: var(--c1);
    --ybtn_minh: 30px;
    --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
    --ybtn_pdl: 20px;
    --ybtn_pdr: 11px;
    --ybtn_pdt: 5px;
    --ybtn_pdb: 5px;
    --ybtn_gap: 8px;
    --ybtn_fz: 12px;
    --ybtn_ff: var(--ff7);
    --ybtn_tt: uppercase;
    --ybtn__icn_color: var(--root_bgc);
  }
}
@media screen and (min-width: 1280px) {
  .y-header__menu-init {
    display: none;
  }
}

.y-breadcrumb {
  display: flex;
}
.y-breadcrumb__link {
  font-size: 14px;
  font-style: italic;
  color: var(--root_color);
  display: flex;
  align-items: center;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.03em;
  transition: 250ms;
  min-height: 25px;
}
.y-breadcrumb__link:last-child {
  cursor: text;
}
.y-breadcrumb__link:hover, .y-breadcrumb__link:last-child {
  color: var(--root_color);
}
.y-breadcrumb__link:not(:last-child) {
  position: relative;
  padding-right: 32px;
}
.y-breadcrumb__link:not(:last-child)::before, .y-breadcrumb__link:not(:last-child)::after {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
}
.y-breadcrumb__link:not(:last-child)::before {
  right: 20px;
  width: 5px;
  height: 5px;
  transition: 250ms, opacity 150ms;
  transform: translate(5px, -50%) rotate(-45deg) scale(0.5);
  opacity: 0;
  border-top: 1.5px solid currentColor;
  border-left: 1.5px solid currentColor;
}
.y-breadcrumb__link:not(:last-child):hover::before {
  transition: 0.3s, opacity 250ms;
  transform: translate(0, -50%) rotate(-45deg) scale(1);
  opacity: 1;
}
.y-breadcrumb__link:not(:last-child)::after {
  right: 15px;
  display: flex;
  width: 4px;
  height: 2px;
  transition: 250ms;
  transform: translateY(-50%);
  background-color: currentColor;
  justify-content: center;
  align-items: center;
}
.y-breadcrumb__link:not(:last-child):hover::after {
  width: 10px;
  transition: 0.3s;
}

.y-footer {
  --row-gap: 40px;
  --col-gap: 15px;
  --aside-left: 445px;
  --aside-main: 345px;
  --aside-right: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--row-gap, 0) var(--col-gap, 0);
  justify-content: space-between;
  padding: 30px var(--wr_offset);
  background-color: var(--c2);
  font-size: 14px;
}
@media screen and (min-width: 1019.1px) {
  .y-footer {
    --col-gap: calc(15px + 10 * (100vw - 1019.1px) / 655.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-footer {
    --col-gap: 25px;
  }
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-footer {
    --row-gap: 30px;
  }
}
.y-footer__aside {
  flex-basis: var(--aside-left);
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-footer__aside.is_left {
    order: 1;
    flex-basis: 100%;
  }
}
.y-footer__aside.is_right {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  justify-items: start;
  grid-gap: 20px;
}
@media screen and (min-width: 563px) {
  .y-footer__aside.is_right {
    flex-basis: var(--aside-right);
  }
}
.y-footer__btn-recommendation {
  --ybtn_painted: #000;
  --ybtn_minh: 30px;
  --ybtn_ff: var(--ff5);
  --ybtn_fz: 14px;
  --ybtn_bdrs: calc(var(--ybtn_minh)/2);
  --ybtn_pd: 5px 17px;
  letter-spacing: 0.03em;
}
.y-footer__btn-recommendation:not(:hover) {
  --ybtn_color: #fff;
}
@media screen and (min-width: 563px) {
  .y-footer__main {
    flex-basis: var(--aside-main);
  }
}
.y-footer__bottom {
  width: 100%;
  display: grid;
  grid-gap: 30px 15px;
  grid-template-columns: 100%;
  justify-items: center;
  border-top: 1px dotted #fff;
  padding-top: calc(var(--row-gap) - 10px);
  order: 4;
}
.y-footer__nav {
  --row-gap: 15px;
  --col-gap: 24px;
  gap: var(--row-gap, 0) var(--col-gap, 0);
  font-family: var(--ff7);
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 563px) {
  .y-footer__nav {
    align-items: center;
    justify-content: center;
  }
}
.y-footer__link {
  --ybtn_ls: .02em;
}
.y-footer__link:hover {
  --ybtn_color: #fff;
}
.y-footer__copy {
  --row-gap: 10px;
  --col-gap: 24px;
  gap: var(--row-gap, 0) var(--col-gap, 0);
  letter-spacing: 0.02em;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}

/* ==== product ====================================== */
.y-products {
  --row-gap: 14px;
  --col-gap: 14px;
  display: grid;
  grid-gap: 20px var(--col-gap, 0);
  grid-template-columns: 100%;
}
@media screen and (min-width: 662.1px) {
  .y-products {
    --row-gap: calc(14px + 2 * (100vw - 662.1px) / 617.9);
    --col-gap: calc(14px + 2 * (100vw - 662.1px) / 617.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-products {
    --row-gap: 16px;
    --col-gap: 16px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-products {
    --row-gap: calc(10px + 6 * (100vw - 1280.1px) / 634.9);
    --col-gap: calc(10px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-products {
    --row-gap: 16px;
    --col-gap: 16px;
  }
}
.y-products.is_search {
  margin-top: var(--wr_offset);
}
.y-products__sort {
  display: grid;
  align-items: center;
  grid-gap: 8px var(--col-gap, 0);
  justify-content: space-between;
  --row-minh: 33px;
}
@media screen and (min-width: 1280.1px) {
  .y-products__sort {
    --row-minh: calc(32px + 8 * (100vw - 1280.1px) / 394.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-products__sort {
    --row-minh: 40px;
  }
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-products__sort {
    grid-template-columns: repeat(2, auto);
  }
}
@media screen and (min-width: 763px) {
  .y-products__sort {
    grid-template-columns: repeat(3, auto);
  }
}
@media screen and (min-width: 1280px) {
  .y-products__sort {
    grid-template-columns: repeat(2, auto);
    grid-auto-rows: minmax(var(--row-minh), max-content) max-content;
  }
}
.y-products__sort-left, .y-products__sort-center, .y-products__sort-right {
  position: relative;
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-products__sort-left {
    justify-self: center;
    grid-column: 1/-1;
  }
  .y-products__sort-left {
    order: -2;
  }
  .y-products__sort-right {
    order: -1;
  }
}
@media screen and (min-width: 1361px) {
  .y-products__sort-right {
    display: none;
  }
}
.y-products__location-btn, .y-products__sort-btn, .y-products__filter-btn {
  font-style: italic;
  --ybtn_minh: 26px;
  --ybtn_fz: 12px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_pdt: 5px;
  --ybtn_pdb: 5px;
  --ybtn_pdl: 10px;
  --ybtn_pdr: 10px;
  --ybtn_lh: 1.2;
  --ybtn_gap: 8px;
  --ybtn__icn_color: var(--root_bgc);
  --ybtn__icn_trs: 300ms;
}
@media screen and (min-width: 1435.1px) {
  .y-products__location-btn, .y-products__sort-btn, .y-products__filter-btn {
    --ybtn_fz: calc(12px + 4 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-products__location-btn, .y-products__sort-btn, .y-products__filter-btn {
    --ybtn_fz: 16px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-products__location-btn, .y-products__sort-btn, .y-products__filter-btn {
    --ybtn_pdl: calc(10px + 10 * (100vw - 1280.1px) / 634.9);
    --ybtn_pdr: calc(10px + 10 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-products__location-btn, .y-products__sort-btn, .y-products__filter-btn {
    --ybtn_pdl: 20px;
    --ybtn_pdr: 20px;
  }
}
.y-products__location-btn:not(.is_active), .y-products__sort-btn:not(.is_active), .y-products__filter-btn:not(.is_active) {
  --ybtn__icn_tf: rotate(90deg);
}
.y-products__sort-btn {
  --ybtn_bgc: var(--c2);
}
.y-products__sort-btn .y-ellipsis {
  padding-right: 1px;
}
@media screen and (min-width: 1280px) {
  .y-products__sort-btn .y-ellipsis {
    max-width: 11.2vw;
  }
}
.y-products__filter-btn {
  --ybtn_bgc: #4acc32;
}
@media screen and (min-width: 1280px) {
  .y-products__filter-btn {
    display: none;
  }
}
.y-products__grid {
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: grid;
  grid-gap: var(--row-gap, 0) var(--col-gap, 0);
  grid-template-columns: repeat(var(--col, 1), calc(var(--size, 100%) / var(--col, 1)));
  position: relative;
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-products__grid {
    --col: 1;
  }
}
@media screen and (min-width: 563px) {
  .y-products__grid {
    --col: 2;
  }
}
@media screen and (min-width: 805px) {
  .y-products__grid {
    --col: 3;
  }
}
@media screen and (min-width: 1280px) {
  .y-products__grid {
    --col: 2;
  }
}
@media screen and (min-width: 1435px) {
  .y-products__grid {
    --col: 3;
  }
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-products.is_search .y-products__grid {
    --col: 1;
  }
}
@media screen and (min-width: 563px) {
  .y-products.is_search .y-products__grid {
    --col: 2;
  }
}
@media screen and (min-width: 805px) {
  .y-products.is_search .y-products__grid {
    --col: 3;
  }
}
@media screen and (min-width: 1019px) {
  .y-products.is_search .y-products__grid {
    --col: 4;
  }
}
@media screen and (min-width: 1280px) {
  .y-products.is_search .y-products__grid {
    --col: 5;
  }
}
.y-products__pagination {
  display: grid;
  grid-gap: 20px;
  grid-auto-columns: 100%;
  justify-items: center;
}

.y-product__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 27px;
}
@media screen and (min-width: 731.1px) {
  .y-product__header {
    gap: calc(15px + 15 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__header {
    gap: 30px;
  }
}
@media screen and (min-width: 731px) {
  .y-product__header {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--c2);
  }
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-product__header {
    flex-wrap: wrap;
  }
}
.y-product__heading {
  --heading_fz: 18px;
  --heading_ff: var(--ff4);
}
@media screen and (min-width: 731.1px) {
  .y-product__heading {
    --heading_fz: calc(18px + 12 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__heading {
    --heading_fz: 30px;
  }
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-product__heading {
    order: 1;
    width: 100%;
    text-align: center;
  }
}
.y-product__rating {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-family: var(--ff3);
}
.y-product__btn-wishlist, .y-product__btn-share > .y-btn {
  flex-shrink: 0;
  --ybtn__txt_display: none;
}
.y-product__btn-wishlist {
  --ybtn__icn_w: 21px;
  --ybtn_color: var(--c2);
}
@media screen and (min-width: 409.1px) {
  .y-product__btn-wishlist {
    --ybtn__icn_w: calc(21px + 11 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__btn-wishlist {
    --ybtn__icn_w: 32px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-product__btn-wishlist {
    order: -1;
  }
}
.y-product__btn-wishlist.is_active {
  --ybtn_color: #eb2c3b;
}
.y-product__btn-wishlist:not(.is_active) path:first-child {
  fill: var(--root_bgc);
}
.y-product__btn-share {
  position: relative;
  display: flex;
}
.y-product__btn-share > .y-btn {
  --ybtn__icn_w: 18px;
  --ybtn_color: #56544d;
}
@media screen and (min-width: 409.1px) {
  .y-product__btn-share > .y-btn {
    --ybtn__icn_w: calc(18px + 7 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__btn-share > .y-btn {
    --ybtn__icn_w: 25px;
  }
}
.y-product__btn-share .addthis_inline_share_toolbox:empty::before {
  content: attr(data-no-shate-text);
}
.y-product__nav {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1280.1px) {
  .y-product__nav {
    margin-bottom: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__nav {
    margin-bottom: 40px;
  }
}
.y-product__btn {
  --ybtn_bdc: var(--c2);
  --ybtn_minh: 34px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_fz: 12px;
  --ybtn_pd: 5px 16px;
  --ybtn_ls: 0.04em;
  --ybtn_ff: var(--ff5);
}
@media screen and (min-width: 280px) and (max-width: 730.9px) {
  .y-product__btn {
    --ybtn_minw: max-content;
  }
}
@media screen and (min-width: 731.1px) {
  .y-product__btn {
    --ybtn_minw: calc(175px + 38 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__btn {
    --ybtn_minw: 213px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-product__btn {
    --ybtn_minh: calc(34px + 4 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__btn {
    --ybtn_minh: 38px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-product__btn {
    --ybtn_fz: calc(12px + 2 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__btn {
    --ybtn_fz: 14px;
  }
}
.y-product__btn.is_active {
  --ybtn_bgc: var(--c2);
  --ybtn_pe: none;
}
.y-product__item {
  padding-top: 25px;
}
.y-product__inner.is_information, .y-product__inner.is_review, .y-product__inner.is_question, .y-product__inner.is_promo {
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
}
.y-product__inner.is_information {
  --row-gap: 36px;
  --col-gap: 20px;
  --pdlr: 0px;
  padding-left: calc(var(--pdlr) - var(--wr_offset));
  padding-right: calc(var(--pdlr) - var(--wr_offset));
}
@media screen and (min-width: 1019.1px) {
  .y-product__inner.is_information {
    --row-gap: calc(36px + 14 * (100vw - 1019.1px) / 655.9);
  }
}
@media screen and (min-width: 1675px) {
  .y-product__inner.is_information {
    --row-gap: 50px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-product__inner.is_information {
    --col-gap: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__inner.is_information {
    --col-gap: 40px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-product__inner.is_information {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .y-product__inner.is_information {
    grid-template-columns: calc(var(--size, 100%) * 0.636959) calc(var(--size, 100%) * 0.36305);
  }
}
@media screen and (min-width: 1280.1px) {
  .y-product__inner.is_information {
    --pdlr: calc(0px + 108 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__inner.is_information {
    --pdlr: 108px;
  }
}
@media screen and (min-width: 1280px) {
  .y-product__inner.is_information {
    --maxw: calc(1107px + 258 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__inner.is_information {
    --maxw: 1365px;
  }
}
@media screen and (min-width: 662px) {
  .y-product__inner.is_information {
    max-width: 90%;
  }
}
@media screen and (min-width: 731px) {
  .y-product__inner.is_information {
    max-width: 70%;
  }
}
@media screen and (min-width: 1280px) {
  .y-product__inner.is_information {
    max-width: calc(var(--maxw) + (var(--pdlr) - var(--wr_offset)) * 2);
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-product__inner.is_information {
    margin: auto;
  }
}
@media screen and (min-width: 1280px) {
  .y-product__inner.is_information {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1361px) {
  .y-product__inner.is_information {
    margin-right: 0;
  }
}
@media screen and (min-width: 1361.1px) {
  .y-product__inner.is_information {
    margin-left: calc(0px + 128 * (100vw - 1361.1px) / 553.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__inner.is_information {
    margin-left: 128px;
  }
}
.y-product__inner.is_review, .y-product__inner.is_question {
  --row-gap: 100px;
  --col-gap: 60px;
}
@media screen and (min-width: 912.1px) {
  .y-product__inner.is_review, .y-product__inner.is_question {
    --col-gap: calc(60px + 70 * (100vw - 912.1px) / 1002.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__inner.is_review, .y-product__inner.is_question {
    --col-gap: 130px;
  }
}
@media screen and (min-width: 731px) and (max-width: 911.9px) {
  .y-product__inner.is_review, .y-product__inner.is_question {
    max-width: 85%;
    margin: auto;
  }
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-product__inner.is_review, .y-product__inner.is_question {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 912px) {
  .y-product__inner.is_review, .y-product__inner.is_question {
    --col: 2;
    max-width: 1400px;
    grid-template-columns: calc(var(--size, 100%) * 0.545) calc(var(--size, 100%) * 0.455);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__inner.is_review, .y-product__inner.is_question {
    margin-left: 8%;
  }
}
.y-product__inner.is_promo {
  --col-gap: 14px;
  --row-gap: var(--col-gap);
  max-width: 1223px;
  grid-template-columns: repeat(var(--col, 1), calc(var(--size, 100%) / var(--col, 1)));
}
@media screen and (min-width: 1280.1px) {
  .y-product__inner.is_promo {
    --col-gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__inner.is_promo {
    --col-gap: 20px;
  }
}
@media screen and (min-width: 563px) and (max-width: 911.9px) {
  .y-product__inner.is_promo {
    --col: 2;
  }
}
@media screen and (min-width: 912px) {
  .y-product__inner.is_promo {
    --col: 3;
  }
}
@media screen and (min-width: 1280px) {
  .y-product__inner.is_promo {
    margin-left: 8%;
  }
}
.y-product__review-left {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 20px;
  position: relative;
}
@media screen and (min-width: 1280.1px) {
  .y-product__review-left {
    grid-gap: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__review-left {
    grid-gap: 40px;
  }
}
.y-product__review-left::before {
  --size: 1px;
  content: "";
  background-color: var(--c2);
  position: absolute;
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-product__review-left::before {
    height: var(--size);
    width: 90%;
    left: 50%;
    top: calc(100% + var(--row-gap) / 2 + var(--size) / 2);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 912px) {
  .y-product__review-left::before {
    width: var(--size);
    height: 60%;
    top: 0;
    left: calc(100% + var(--col-gap) / 2 + var(--size) / 2);
  }
}
.y-product__review-right {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 40px;
}
@media screen and (min-width: 1280px) {
  .y-product__review-right {
    max-width: 90%;
  }
}
.y-product__case-name {
  font-size: 20px;
  font-family: var(--ff5);
  grid-column: 1/-1;
}
.y-product__case-name span {
  color: #0057CE;
  text-decoration: underline;
  cursor: pointer;
}
.y-product__case-name.is_line {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--c2);
  margin-bottom: 6px;
}
.y-product__left, .y-product__right {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 40px;
}
@media screen and (min-width: 1280px) {
  .y-product__left {
    border-right: 1px solid var(--c2);
    padding-right: var(--col-gap);
  }
}
.y-product__block {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 25px;
}
.y-product__block-heading {
  font-family: var(--ff7);
  font-size: 14px;
  padding-bottom: 18px;
  border-bottom-width: 2px;
}
@media screen and (min-width: 662.1px) {
  .y-product__block-heading {
    font-size: calc(14px + 6 * (100vw - 662.1px) / 698.9);
  }
}
@media screen and (min-width: 1361px) {
  .y-product__block-heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-product__block-heading {
    border-bottom-style: solid;
    border-color: var(--c2);
  }
}
@media screen and (min-width: 1280px) {
  .y-product__block-heading {
    border-bottom-style: dashed;
    border-color: #707070;
  }
}
.y-product__block.is_attribute-groups .y-product__block-content {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
.y-product__block.is_contacts .y-product__block-content {
  display: grid;
  grid-template-columns: 100%;
}
.y-product__block.is_contacts .y-product__block-content > * {
  --ybtn_jc: stretch;
  --ybtn_gap: 12px;
  --ybtn_fz: 18px;
  --ybtn_ff: var(--ff3);
  --ybtn__icn_w: 26px;
  --ybtn__icn_color: var(--c2);
  --ybtn__icn_trs: 300ms;
}
@media screen and (min-width: 1280.1px) {
  .y-product__block.is_contacts .y-product__block-content > * {
    --ybtn__icn_w: calc(26px + 8 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-product__block.is_contacts .y-product__block-content > * {
    --ybtn__icn_w: 34px;
  }
}
.y-product__block.is_contacts .y-product__block-content > *:not(.y-btn_main) {
  padding-bottom: 20px;
  padding-left: 5px;
}
.y-product__block.is_contacts .y-product__block-content > *:not(:first-child):not(.y-btn_main) {
  padding-top: 20px;
}
.y-product__block.is_contacts .y-product__block-content > *:not(:last-child) {
  border-bottom: 1px dashed #707070;
}
.y-product__block.is_contacts .y-product__block-content > *:hover {
  --ybtn__icn_color: var(--root_color);
  filter: drop-shadow(2px 4px 5px rgba(0, 0, 0, 0.15));
}
.y-product__btn-main {
  justify-self: start;
  align-self: center;
  margin-top: 20px;
}
.y-product__block-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.y-product__block-row::before {
  content: "";
  flex-grow: 1;
  height: 2px;
  border-bottom: 2px dotted var(--c5);
  order: -1;
}
.y-product__block-key {
  order: -2;
  font-family: var(--ff5);
  font-size: 15px;
}
.y-product__block-val {
  color: #777;
  font-size: 14px;
  font-style: italic;
}

.y-search-block {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
  width: 100%;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.y-search-block__header {
  justify-self: start;
}
.y-search-block__header.is_switch {
  --label_fz: 16px;
  letter-spacing: 0.03em;
  --box_color: var(--c2);
  --box_bgc-active: var(--c2);
  --box_bdc-active: var(--c2);
  --box_color-active: var(--root_color);
  --box_width-active: 20px;
  --box_height-active: 16px;
  --box_padding: 4px;
}
.y-search-block__main {
  display: flex;
  height: 46px;
  width: 100%;
}
.y-search-block__label {
  flex-grow: 0.7;
}
.y-search-block__inp {
  width: 100%;
  height: 100%;
  border: 2px solid var(--c2);
  padding: 5px 16px;
  transition: 250ms;
  font-family: var(--ff3);
  letter-spacing: 0.05em;
  border-radius: var(--root_bdrs) 0 0 var(--root_bdrs);
}
.y-search-block__inp::placeholder {
  color: #a3a3a3;
  font-size: 14px;
}
.y-search-block__btn {
  order: 2;
  margin-left: -2px;
  flex-grow: 0.3;
  --ybtn_ff: var(--ff5);
  --ybtn_ls: .05em;
  --ybtn_bdw: 2px;
  --ybtn_pd: 5px 10px;
  --ybtn_bdrs: 0 var(--root_bdrs) var(--root_bdrs) 0;
  text-transform: uppercase;
}
.y-search-block__btn:hover ~ .y-search-block__label .y-search-block__inp {
  border-color: var(--root_color);
}

/* ==== account ====================================== */
.y-login {
  border-top: 1px solid var(--c2);
  max-width: 950px;
  margin: 25px auto 0;
}
@media screen and (min-width: 1019.1px) {
  .y-login {
    max-width: calc(950px + 150 * (100vw - 1019.1px) / 895.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-login {
    max-width: 1100px;
  }
}
.y-login__row {
  max-width: 86.36%;
  margin: 37px auto 0;
  --row-gap: 40px;
  --col-gap: 30px;
  display: grid;
  grid-gap: var(--row-gap, 0) var(--col-gap, 0);
}
@media screen and (min-width: 1019.1px) {
  .y-login__row {
    --col-gap: calc(30px + 50 * (100vw - 1019.1px) / 895.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-login__row {
    --col-gap: 80px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1018.9px) {
  .y-login__row {
    grid-template-columns: 100%;
    grid-template-rows: auto 30px auto;
  }
}
@media screen and (min-width: 1019px) {
  .y-login__row {
    grid-template-columns: 1fr 30px 1fr;
  }
}
.y-login__center {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: var(--ff3);
  color: #C9C9C9;
}
@media screen and (min-width: 1019px) {
  .y-login__center {
    flex-direction: column;
  }
}
.y-login__center::before, .y-login__center::after {
  content: "";
  flex-grow: 1;
  background-color: #c9c9c9;
}
@media screen and (min-width: 280px) and (max-width: 1018.9px) {
  .y-login__center::before, .y-login__center::after {
    height: 1px;
  }
}
@media screen and (min-width: 1019px) {
  .y-login__center::before, .y-login__center::after {
    width: 1px;
  }
}
@media screen and (min-width: 1019px) {
  .y-login__right {
    max-width: 285px;
  }
}

.y-forgotten {
  border-top: 1px solid var(--c2);
  max-width: 950px;
  margin: 25px auto 0;
}
@media screen and (min-width: 1019.1px) {
  .y-forgotten {
    max-width: calc(950px + 150 * (100vw - 1019.1px) / 895.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-forgotten {
    max-width: 1100px;
  }
}
.y-forgotten__row {
  max-width: 86.36%;
  margin: 37px auto 0;
  --row-gap: 35px;
  --col-gap: 30p;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: var(--row-gap, 0) var(--col-gap, 0);
}

.y-register__subtitle {
  text-align: center;
  padding-top: 5px;
  font-size: 14px;
  font-family: var(--ff5);
  letter-spacing: 0.03em;
}
.y-register__subtitle .y-btn {
  --ybtn_ff: var(--ff7);
  --ybtn_color: var(--c1);
}
.y-register__form {
  display: grid;
  grid-gap: 30px;
  margin: 0 auto;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-register__form {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .y-register__form {
    grid-template-columns: 1.3fr 0.7fr;
  }
}
.y-register:not(.is_edit) .y-register__form {
  padding-top: 20px;
  max-width: 1300px;
}
.y-register.is_edit .y-register__form {
  grid-template-columns: 100% !important;
}
.y-register fieldset {
  border: 1px solid var(--c3);
  border-radius: var(--root_bdrs);
  padding-top: 0.625em;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
}
.y-register legend {
  padding: 0 6px 3px;
  line-height: 1;
  font-size: 15px;
  color: var(--c1);
  font-family: var(--ff3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-register legend {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  .y-register legend {
    margin-left: 5px;
  }
}
.y-register legend:not(.is_edit) .legend-password, .y-register legend:not(.is_edit) .legend-social {
  text-align: center;
  margin-left: unset;
}
.y-register__form-item:nth-child(1) {
  grid-row: span 2;
}
.y-register__form-item:nth-child(2) {
  align-self: start;
}
.y-register__form-item:nth-child(3) {
  align-self: end;
}
.y-register__form-item:nth-child(4), .y-register__form-item:nth-child(5) {
  grid-column: 1/-1;
  justify-self: center;
}
.y-register__form-item.is_captcha:empty {
  display: none;
}
.y-register__agree {
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.y-register__agree-txt {
  text-align: center;
}
@media screen and (min-width: 280px) and (max-width: 408.9px) {
  .y-register__agree-txt br {
    display: none;
  }
}
.y-register__agree-txt .y-btn {
  --ybtn_ff: var(--ff5);
  --ybtn_color: var(--c1);
}
.y-register__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.y-register__btn-submit, .y-register__btn-next {
  --ybtn_fz: 14px;
  --ybtn_h: 42px;
  --ybtn_ff: var(--ff7);
  --ybtn_bdrs: calc(var(--ybtn_h, 50%) / 2);
  --ybtn_pd: 5px 20px;
  --ybtn_tt: uppercase;
}
@media screen and (min-width: 1280.1px) {
  .y-register__btn-submit, .y-register__btn-next {
    --ybtn_h: calc(42px + 9 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-register__btn-submit, .y-register__btn-next {
    --ybtn_h: 51px;
  }
}
.y-register.is_edit .y-register__btn-submit, .y-register.is_edit .y-register__btn-next, .y-register.is_store-info .y-register__btn-submit, .y-register.is_store-info .y-register__btn-next {
  --ybtn_maxw: 389px;
}
.y-register.is_address {
  max-width: 836px;
}

.y-wishlist {
  --row-gap: 14px;
  --col-gap: 14px;
  --row-gap-top: 10px;
  display: grid;
  grid-gap: var(--row-gap-top, 0) var(--col-gap, 0);
  grid-template-columns: 100%;
  border: 1px solid rgba(var(--category-color, var(--r2)), 1);
  box-shadow: 0 0 5px -1px rgba(var(--category-color, var(--rc2)), 0.35);
  background-color: rgba(var(--category-color, var(--rc2)), 0.1);
}
@media screen and (min-width: 1280.1px) {
  .y-wishlist {
    --row-gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
    --col-gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-wishlist {
    --row-gap: 20px;
    --col-gap: 20px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-wishlist {
    --row-gap-top: calc(10px + 25 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-wishlist {
    --row-gap-top: 35px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1018.9px) {
  .y-wishlist {
    margin-left: calc(var(--wr_offset) * -1);
    margin-right: calc(var(--wr_offset) * -1);
    padding: 25px var(--wr_offset) 30px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1019px) {
  .y-wishlist {
    padding: 25px 30px 30px;
    border-radius: var(--root_bdrs);
  }
}
.y-wishlist + .y-wishlist {
  margin-top: 20px;
}
.y-wishlist__top {
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.y-wishlist__category-name {
  font-size: 20px;
  font-family: var(--ff7);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 662.1px) {
  .y-wishlist__category-name {
    font-size: calc(20px + 2 * (100vw - 662.1px) / 617.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-wishlist__category-name {
    font-size: 22px;
  }
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-wishlist__category-name {
    width: 100%;
  }
}
.y-wishlist__right {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-wishlist__right {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 662.1px) {
  .y-wishlist__right {
    gap: calc(14px + 16 * (100vw - 662.1px) / 617.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-wishlist__right {
    gap: 30px;
  }
}
.y-wishlist__toggle-btn {
  font-style: italic;
  --ybtn_bgc: #4acc32;
  --ybtn_minw: 120px;
  --ybtn_minh: 26px;
  --ybtn_fz: 12px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_pdt: 5px;
  --ybtn_pdb: 5px;
  --ybtn_pdl: 10px;
  --ybtn_pdr: 10px;
  --ybtn_lh: 1.2;
  --ybtn_gap: 8px;
  --ybtn__icn_color: var(--root_bgc);
  --ybtn__icn_trs: 300ms;
}
@media screen and (min-width: 1435.1px) {
  .y-wishlist__toggle-btn {
    --ybtn_fz: calc(12px + 4 * (100vw - 1435.1px) / 479.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-wishlist__toggle-btn {
    --ybtn_fz: 16px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-wishlist__toggle-btn {
    --ybtn_pdl: calc(10px + 10 * (100vw - 1280.1px) / 634.9);
    --ybtn_pdr: calc(10px + 10 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-wishlist__toggle-btn {
    --ybtn_pdl: 20px;
    --ybtn_pdr: 20px;
  }
}
.y-wishlist__toggle-btn:not(.is_active) {
  --ybtn__icn_tf: rotate(90deg);
}
.y-wishlist__toggle-btn.is_disabled {
  --ybtn_bgc: var(--c4);
  --ybtn_color: #b0b0b0;
  pointer-events: none;
}
.y-wishlist__edit-btn {
  --ybtn__txt_display: none;
}
.y-wishlist__edit-btn .y-btn__icn {
  --ybtn__icn_w: 31px;
  --ybtn__icn_h: 31px;
}
.y-wishlist__edit-btn .y-btn__icn:first-child {
  transition: 250ms 300ms;
}
.y-wishlist__edit-btn .y-btn__icn + .y-btn__icn {
  transform: translate(-50%, -50%) scale(1.2) rotate(135deg);
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  opacity: 0;
  transition: 500ms cubic-bezier(0.6, -0.28, 0.74, 0.05), opacity 300ms 350ms;
}
.y-wishlist__edit-btn:not(div):not(span):active {
  transform: none;
}
.y-wishlist__edit-btn.is_active .y-btn__icn:first-child {
  opacity: 0;
  transform: scale(0.5);
  transition: 250ms;
}
.y-wishlist__edit-btn.is_active .y-btn__icn:first-child + .y-btn__icn {
  pointer-events: auto;
  transition: 500ms cubic-bezier(0.18, 0.89, 0.32, 1.28) 100ms, opacity 200ms 100ms;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
.y-wishlist__products {
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: grid;
  grid-gap: var(--row-gap, 0) var(--col-gap, 0);
  grid-template-columns: repeat(var(--col, 1), calc(var(--size, 100%) / var(--col, 1)));
}
@media screen and (min-width: 280px) and (max-width: 369.9px) {
  .y-wishlist__products {
    --col: 1;
  }
}
@media screen and (min-width: 409px) {
  .y-wishlist__products {
    --col: 2;
  }
}
@media screen and (min-width: 662px) {
  .y-wishlist__products {
    --col: 3;
  }
}
@media screen and (min-width: 912px) {
  .y-wishlist__products {
    --col: 4;
  }
}
.y-wishlist__products > *[data-split-wrap]:not(:first-child):not(.is_expand) {
  display: none !important;
}
.y-wishlist__item {
  box-shadow: none;
  border-color: rgba(var(--category-color, var(--r2)), 1);
}

[data-edit-check] {
  --box_width-active: 0;
  --box_height-active: 0;
  --box_bgc: #fff;
}
@media screen and (min-width: 662px) {
  [data-edit-check] {
    --box_width: 22px;
    --box_height: 22px;
  }
}
[data-edit-check]:not(.is_active) {
  transform: scale(0);
  pointer-events: none;
  --box_bgc: #bdbdbd;
}
[data-edit-check].is_active {
  animation: shake 0.2s cubic-bezier(0.19, 0.49, 0.38, 0.79) both;
  animation-iteration-count: 2;
}

@keyframes shake {
  25% {
    transform: translateX(-2px);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}
.y-list-edit {
  justify-self: center;
  position: sticky;
  bottom: 15px;
  --ybtn_zi: 5;
  --ybtn_fz: 16px;
  --ybtn_lh: 1.15;
  --ybtn_ls: 0.03em;
  --ybtn_gap: 5px;
  --ybtn_pdlr: 14px;
  --ybtn_pd: 7px var(--ybtn_pdlr) 5px;
  --ybtn_bdrs: 8px;
  --ybtn__icn_tf: translateY(-2px);
  --ybtn_bgc: #ffc2c0;
  --ybtn_bd: 1px solid #d10000;
  --ybtn_trs: 600ms cubic-bezier(0.68, -0.55, 0.27, 1.55), gap 0s, opacity 200ms 280ms;
  box-shadow: 1px 2px 6px rgba(209, 0, 0, 0.4);
}
@media screen and (min-width: 1280.1px) {
  .y-list-edit {
    --ybtn_fz: calc(16px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-list-edit {
    --ybtn_fz: 20px;
  }
}
@media screen and (min-width: 563.1px) {
  .y-list-edit {
    --ybtn_pdlr: calc(14px + 2 * (100vw - 563.1px) / 455.9);
  }
}
@media screen and (min-width: 1019px) {
  .y-list-edit {
    --ybtn_pdlr: 16px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-list-edit {
    --ybtn_pdlr: calc(16px + 9 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-list-edit {
    --ybtn_pdlr: 25px;
  }
}
.y-list-edit:hover {
  --ybtn_bgc: #fff;
}
.y-list-edit svg {
  fill: none;
}
.y-list-edit:not(.is_active) {
  --ybtn_pe: none;
  opacity: 0;
  transform: scale(1, 2) translateY(70%);
}
.y-list-edit:not(.is_ready) {
  --ybtn__icn_display: none;
  pointer-events: none;
}

.y-promo-block {
  max-width: 100%;
}
.y-promo-block__grid, .y-fields.is_promo {
  --row-gap: 14px;
  --col-gap: 14px;
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  grid-template-columns: repeat(var(--col, 1), calc(var(--size, 100%) / var(--col, 1)));
}
@media screen and (min-width: 409px) {
  .y-promo-block__grid, .y-fields.is_promo {
    --col: 2;
  }
}
@media screen and (min-width: 912px) {
  .y-promo-block__grid, .y-fields.is_promo {
    --col: 3;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-promo-block__grid, .y-fields.is_promo {
    --row-gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
    --col-gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-promo-block__grid, .y-fields.is_promo {
    --row-gap: 20px;
    --col-gap: 20px;
  }
}

.y-promo-form {
  position: relative;
}
.y-promo-form::before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 0 0 var(--root_bdrs) 0;
  z-index: 3;
  right: -2px;
  bottom: -2px;
  width: 120px;
  height: 120px;
  border-right: 2px solid var(--c2);
  border-bottom: 2px solid var(--c2);
  filter: drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.3));
}

.y-actions__nav {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  display: flex;
  gap: 20px;
}
.y-actions__btn-tab {
  --ybtn_bdc: var(--c2);
  --ybtn_minh: 34px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_fz: 12px;
  --ybtn_pd: 5px 16px;
  --ybtn_ls: 0.04em;
  --ybtn_ff: var(--ff5);
}
@media screen and (min-width: 280px) and (max-width: 730.9px) {
  .y-actions__btn-tab {
    --ybtn_minw: max-content;
  }
}
@media screen and (min-width: 731.1px) {
  .y-actions__btn-tab {
    --ybtn_minw: calc(175px + 38 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-actions__btn-tab {
    --ybtn_minw: 213px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-actions__btn-tab {
    --ybtn_minh: calc(34px + 4 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-actions__btn-tab {
    --ybtn_minh: 38px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-actions__btn-tab {
    --ybtn_fz: calc(12px + 2 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-actions__btn-tab {
    --ybtn_fz: 14px;
  }
}
.y-actions__btn-tab.is_active {
  --ybtn_bgc: var(--c2);
  --ybtn_pe: none;
}
.y-actions__item.is_reviews .y-actions__inner {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 40px;
}
.y-actions__questions, .mv-enquiries-chat, .y-subscriptions__braintree {
  max-width: 800px;
  padding: 14px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: var(--root_bdrs);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (min-width: 563.1px) {
  .y-actions__questions, .mv-enquiries-chat, .y-subscriptions__braintree {
    padding: calc(14px + 6 * (100vw - 563.1px) / 716.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-actions__questions, .mv-enquiries-chat, .y-subscriptions__braintree {
    padding: 20px;
  }
}
.y-actions__questions::before, .mv-enquiries-chat::before, .y-subscriptions__braintree::before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 0 0 var(--root_bdrs) 0;
  z-index: 3;
  right: -2px;
  bottom: -2px;
  width: 75px;
  height: 75px;
  border-right: 2px solid var(--c2);
  border-bottom: 2px solid var(--c2);
  filter: drop-shadow(-1px -1px 1px rgba(0, 0, 0, 0.3));
}

.y-review-item {
  --row-gap: 10px;
  --col-gap: 14px;
  --size_logo: 150px;
  max-width: 660px;
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  padding: 14px;
  border-radius: var(--root_bdrs);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border: 1px solid var(--c3);
  position: relative;
}
@media screen and (min-width: 731.1px) {
  .y-review-item {
    --row-gap: calc(10px + 4 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-review-item {
    --row-gap: 14px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-review-item {
    --col-gap: calc(14px + 6 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-review-item {
    --col-gap: 20px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-review-item {
    --size_logo: calc(150px + 45 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-review-item {
    --size_logo: 195px;
  }
}
@media screen and (min-width: 280px) and (max-width: 499.9px) {
  .y-review-item {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 500px) {
  .y-review-item {
    grid-template-columns: var(--size_logo) 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 563.1px) {
  .y-review-item {
    padding: calc(14px + 6 * (100vw - 563.1px) / 716.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-review-item {
    padding: 20px;
  }
}
.y-review-item::before {
  content: "";
  pointer-events: none;
  position: absolute;
  border-radius: 0 0 var(--root_bdrs) 0;
  z-index: 3;
  right: -2px;
  bottom: -2px;
  width: 75px;
  height: 75px;
  border-right: 3px solid var(--c2);
  border-bottom: 3px solid var(--c2);
  box-shadow: inset -1px -1px 1px rgba(0, 0, 0, 0.1);
}
.y-review-item.is_disabled {
  background-color: #f3f3f3;
  border-color: #dfc7c7;
}
.y-review-item.is_disabled::before {
  border-color: #dfc7c7;
}
.y-review-item.is_disabled > * {
  transition: 550ms;
  filter: grayscale(100%);
}
.y-review-item.is_disabled .y-field__inp {
  background-color: #e0e0e0 !important;
}
.y-review-item__logo {
  border: 1px solid var(--c5);
  border-radius: var(--root_bdrs);
  padding: 3px;
  overflow: hidden;
}
@media screen and (min-width: 280px) and (max-width: 499.9px) {
  .y-review-item__logo {
    height: 120px;
  }
}
.y-review-item__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
.y-review-item__inf {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.y-review-item__row {
  display: flex;
  gap: 5px;
  letter-spacing: 0.03em;
  font-size: 12px;
}
@media screen and (min-width: 280.1px) {
  .y-review-item__row {
    font-size: calc(12px + 2 * (100vw - 280.1px) / 282.9);
  }
}
@media screen and (min-width: 563px) {
  .y-review-item__row {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-review-item__row {
    font-size: calc(14px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-review-item__row {
    font-size: 16px;
  }
}
.y-review-item__row:not(.is_foot) {
  align-items: baseline;
}
.y-review-item__row:not(.is_foot)::before {
  content: "";
  order: -1;
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed var(--c5);
}
.y-review-item__key {
  order: -2;
  font-family: var(--ff3);
}
.y-review-item__val {
  font-family: var(--ff5);
}
.y-review-item__row.is_foot {
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}
.y-review-item__row.is_foot .y-review-item__val {
  --ybtn_color: #0057CE;
}
.y-review-item__status {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.y-review-item__check.is_switch {
  --label_fz: 14px;
  --gap-col: 14px;
  --box_width-active: 14px;
  --box_height-active: 12px;
  --box_color: var(--c2);
  --box_bgc-active: var(--c2);
  --box_bdc-active: #bdbdbd;
  --box_color-active: var(--root_color);
  --box_padding: 4px;
}
.y-review-item__remove {
  --ybtn_color: #bdbdbd;
  --ybtn__txt_display: none;
}
.y-review-item__txt {
  grid-column: 1/-1;
}

.y-subscriptions {
  width: 100%;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  margin: 15px auto;
}
@media screen and (min-width: 1280.1px) {
  .y-subscriptions {
    grid-gap: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-subscriptions {
    grid-gap: 40px;
  }
}
.y-subscriptions.is_braintree {
  grid-gap: 20px;
  max-width: 1030px;
  margin-left: 0;
}
.y-subscriptions__title {
  font-family: var(--ff5);
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.03em;
}
.y-subscriptions__heading {
  text-align: center;
  color: #959595;
  font-size: 18px;
  font-family: var(--ff3);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1280.1px) {
  .y-subscriptions__heading {
    font-size: calc(18px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-subscriptions__heading {
    font-size: 20px;
  }
}
.y-subscriptions__braintree {
  aspect-ratio: 1000/310;
  max-width: none;
}
.y-subscriptions__form {
  max-width: 550px;
  margin: 0 auto;
  --row-gap: 30px;
  --col-gap: 10px;
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--row-gap) var(--col-gap);
}
@media screen and (min-width: 409.1px) {
  .y-subscriptions__form {
    max-width: calc(550px + 200 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-subscriptions__form {
    max-width: 750px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-subscriptions__form {
    max-width: calc(650px + 250 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-subscriptions__form {
    max-width: 900px;
  }
}
@media screen and (min-width: 280px) and (max-width: 408.9px) {
  .y-subscriptions__form {
    --col: 2;
  }
}
@media screen and (min-width: 409px) {
  .y-subscriptions__form {
    --col: 3;
  }
}
@media screen and (min-width: 409.1px) {
  .y-subscriptions__form {
    --col-gap: calc(10px + 10 * (100vw - 409.1px) / 609.9);
    --row-gap: calc(10px + 10 * (100vw - 409.1px) / 609.9);
  }
}
@media screen and (min-width: 1019px) {
  .y-subscriptions__form {
    --col-gap: 20px;
    --row-gap: 20px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-subscriptions__form {
    --col-gap: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
    --row-gap: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-subscriptions__form {
    --col-gap: 40px;
    --row-gap: 40px;
  }
}
.y-subscriptions__form > * {
  flex: 0 1 calc(var(--size, 100%) / var(--col, 1));
}
.y-subscriptions__item {
  --box-txt_bgc-active: rgba(var(--r2),.3);
  --box-txt_pd: 6px;
  --box-txt_bdrs: 50% 50% 30px 30px / 25% 25% 30px 30px;
  backdrop-filter: blur(1px);
}
@media screen and (min-width: 1280.1px) {
  .y-subscriptions__item {
    --box-txt_pd: calc(6px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-subscriptions__item {
    --box-txt_pd: 10px;
  }
}
.y-subscriptions__nav {
  --col: 5;
  --row-gap: 15px;
  --col-gap: 40px;
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: var(--row-gap) var(--col-gap);
  margin-top: 10px;
  margin-bottom: 10px;
  --line_bgc: var(--c2);
  --line_fz: 0;
  --line_w: 1px;
  --line_h: 47px;
}
.y-subscriptions__nav > * {
  width: calc(var(--size, 100%) / var(--col, 1));
}
.y-subscriptions__nav-btn {
  --ybtn_h: 70px;
  width: max-content;
}
.y-subscriptions__check.is_switch {
  max-width: 690px;
  text-align: center;
  --label_fz: 14px;
  --gap-col: 14px;
  --box_width-active: 16px;
  --box_height-active: 14px;
  --box_color: var(--c2);
  --box_bgc-active: var(--c2);
  --box_bdc-active: #bdbdbd;
  --box_color-active: var(--root_color);
  --box_padding: 4px;
}
.y-subscriptions__venmo-mail {
  justify-self: center;
  --ybtn_fz: 19px;
  --ybtn_color: #6c1cd3;
  --ybtn_ff: var(--ff5);
}
.y-subscriptions__footer {
  --col: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.y-subscriptions__btn {
  --ybtn_fz: 12px;
  --ybtn_h: 38px;
  --ybtn_ff: var(--ff7);
  --ybtn_bdrs: calc(var(--ybtn_h, 50%) / 2);
  --ybtn_pd: 5px 20px;
  --ybtn_tt: uppercase;
  --ybtn_maxw: 250px;
  --ybtn_w: 100%;
  margin-top: 15px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 409.1px) {
  .y-subscriptions__btn {
    --ybtn_fz: calc(12px + 2 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-subscriptions__btn {
    --ybtn_fz: 14px;
  }
}
@media screen and (min-width: 409.1px) {
  .y-subscriptions__btn {
    --ybtn_h: calc(38px + 4 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-subscriptions__btn {
    --ybtn_h: 42px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-subscriptions__btn {
    --ybtn_h: calc(42px + 9 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-subscriptions__btn {
    --ybtn_h: 51px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-subscriptions__btn {
    --ybtn_maxw: calc(250px + 139 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-subscriptions__btn {
    --ybtn_maxw: 389px;
  }
}

.y-subscription-plan {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px 20px;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-subscription-plan {
    justify-content: center;
    text-align: center;
  }
}
.y-subscription-plan__name {
  font-family: var(--ff5);
}
.y-subscription-plan__btn {
  --pdlr: 14px;
  --ybtn_pd: 4px var(--pdlr) 5px;
  --ybtn_minh: 36px;
  --ybtn_bdrs: calc(var(--ybtn_minh) / 2);
  --ybtn_gap: 5px;
  --ybtn_ff: var(--ff5);
  --ybnt_lh-fix: 1.5px;
  text-transform: uppercase;
  --ybtn_fz: 14px;
}
@media screen and (min-width: 805.1px) {
  .y-subscription-plan__btn {
    --pdlr: calc(14px + 6 * (100vw - 805.1px) / 629.9);
  }
}
@media screen and (min-width: 1435px) {
  .y-subscription-plan__btn {
    --pdlr: 20px;
  }
}
.y-subscription-plan__description {
  width: 100%;
}
.y-subscription-plan__description:empty {
  display: none;
}

.y-addresses {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 30px;
  --bgc: #fff;
  --bdc: var(--c3, #fff);
  --bdw: 1px;
  --heading_minh: 30px;
  --heading_bdrs: calc(var(--heading_minh) / 2);
}
.y-addresses__form {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.1));
}
.y-addresses__form.is_main {
  order: -1;
  --bdc: var(--c1);
  --bgc: var(--c4);
}
.y-addresses__inner {
  padding: 0;
  border-radius: 10px;
  background-color: var(--bgc);
  border: var(--bdw) solid var(--bdc);
}
.y-addresses__heading {
  text-align: right;
  margin-right: 30px;
  padding: 5px 15px;
  min-height: var(--heading_minh);
  background-color: var(--bgc);
  border-radius: var(--heading_bdrs);
  border: var(--bdw) solid var(--bdc);
  position: relative;
}
.y-addresses__heading::before {
  content: "";
  pointer-events: none;
  border: calc(var(--bdw) * 3) solid var(--bgc);
  border-top: none;
  border-radius: 0 0 var(--heading_bdrs) var(--heading_bdrs);
  z-index: 2;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(50% + 1.5px);
  bottom: -2px;
  right: -2px;
}
.y-addresses__row {
  padding: 2px 12px 12px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (min-width: 563.1px) {
  .y-addresses__row {
    padding: calc(12px + 8 * (100vw - 563.1px) / 716.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-addresses__row {
    padding: 20px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-addresses__row {
    padding-top: calc(2px + 13 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-addresses__row {
    padding-top: 15px;
  }
}
.y-addresses__key {
  flex-grow: 1;
  line-height: 1.5;
  font-family: var(--ff3);
  font-size: 16px;
  letter-spacing: 0.03em;
}
.y-addresses__val {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.y-addresses__btns {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--row-gap) / 2);
}
.y-addresses__btn-remove {
  --ybtn_color: var(--c3);
}
.y-addresses__btn-remove:hover {
  --ybtn_color: #d10000;
}
.y-addresses__btn-edit {
  --ybtn_fz: 14px;
  --ybtn_ff: var(--ff4);
  --ybtn_color: #0057CE;
  letter-spacing: 0.03em;
}
.y-addresses__btn-new, .y-addresses__btn-next {
  --ybtn_maxw: 289px;
  --ybtn_fz: 12px;
  --ybtn_h: 36px;
  --ybtn_ff: var(--ff7);
  --ybtn_bdrs: calc(var(--ybtn_h, 50%) / 2);
  --ybtn_pd: 5px 20px;
  --ybtn_tt: uppercase;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 662.1px) {
  .y-addresses__btn-new, .y-addresses__btn-next {
    --ybtn_fz: calc(12px + 2 * (100vw - 662.1px) / 617.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-addresses__btn-new, .y-addresses__btn-next {
    --ybtn_fz: 14px;
  }
}
@media screen and (min-width: 662.1px) {
  .y-addresses__btn-new, .y-addresses__btn-next {
    --ybtn_h: calc(36px + 6 * (100vw - 662.1px) / 617.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-addresses__btn-new, .y-addresses__btn-next {
    --ybtn_h: 42px;
  }
}
.y-addresses__btn-next.is_disabled {
  --ybtn_painted: var(--c4);
  --ybtn_color: #5b5b5b;
  --ybtn_bdrs: calc(var(--ybtn_h)/4);
  pointer-events: none;
}

.y-message {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 20px;
  max-width: 750px;
  --pd: 5px;
  padding: var(--pd) var(--pd) 0;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  border-radius: var(--root_bdrs);
  border: 1px solid var(--c1);
}
@media screen and (min-width: 563px) {
  .y-message {
    --pd: calc(14px + 6 * (100vw - 563px) / 717);
  }
}
@media screen and (min-width: 1280px) {
  .y-message {
    --pd: 20px;
  }
}
.y-message__item {
  justify-self: start;
  display: grid;
  align-items: end;
  grid-template-columns: var(--thumb) 1fr;
  grid-template-areas: "thumb content";
  --fill: var(--r3);
  --bdc: rgba(var(--fill), 1);
  --line: rgba(var(--r4), .5);
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-message__item {
    grid-gap: 10px;
  }
}
@media screen and (min-width: 280px) {
  .y-message__item {
    --thumb: calc(50px + 10 * (100vw - 280px) / 282.9);
  }
}
@media screen and (min-width: 562.9px) {
  .y-message__item {
    --thumb: 60px;
  }
}
@media screen and (min-width: 563px) {
  .y-message__item {
    grid-gap: 14px;
    --thumb: 80px;
    --content: 305px;
  }
}
.y-message__item.is_admin {
  justify-self: end;
  grid-template-columns: 1fr var(--thumb);
  grid-template-areas: "content thumb";
  --fill: var(--r4);
  --bdc: #f7dddd;
  --line: rgba(var(--r3), .5);
}
.y-message__thumb {
  position: sticky;
  grid-area: thumb;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-message__thumb {
    bottom: 72px;
  }
}
@media screen and (min-width: 563px) {
  .y-message__thumb {
    bottom: calc(var(--thumb) + 10px);
  }
}
.y-message__thumb::before {
  content: "";
  border-radius: inherit;
  border: 3px solid var(--bdc);
  box-shadow: inset 0 0 1.5px rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: -1px;
}
.y-message__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.y-message__initials {
  font-family: var(--ff5);
  color: var(--c1);
  font-size: 25px;
  letter-spacing: 0.03em;
  text-indent: 4px;
  text-transform: uppercase;
}
.y-message__content {
  grid-area: content;
  min-width: var(--content, 190px);
  min-height: var(--thumb);
  border-radius: 10px;
  --pdlr: 16px;
  padding: 9px var(--pdlr) 8px;
  line-height: 1.35;
  letter-spacing: 0.03em;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.1));
  background-color: rgba(var(--fill), 1);
  position: relative;
  display: grid;
  --row-gap: 5px;
  --col-gap: 5px;
  grid-gap: var(--row-gap) var(--col-gap);
  grid-template-columns: 1fr auto;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-message__content {
    grid-template-areas: "date date" "name name" "text text";
  }
}
@media screen and (min-width: 563px) {
  .y-message__content {
    grid-template-areas: "name date" "text text";
  }
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-message__content.is_seller {
    grid-template-areas: "date date" "name name" "seller seller" "text text";
  }
}
@media screen and (min-width: 563px) {
  .y-message__content.is_seller {
    grid-template-areas: "name date" "seller seller" "text text";
  }
}
.y-message__content-icn {
  position: absolute;
  bottom: 0;
  fill: rgba(var(--fill), 1);
}
.y-message__content-icn:not(.is_admin) {
  transform: scaleX(-1);
  right: calc(100% - 9.5px);
}
.y-message__content-icn.is_admin {
  left: calc(100% - 9.5px);
}
.y-message__name {
  grid-area: name;
  font-family: var(--ff5);
  font-size: 12px;
}
@media screen and (min-width: 731.1px) {
  .y-message__name {
    font-size: calc(12px + 1 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-message__name {
    font-size: 13px;
  }
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-message__name {
    margin-top: calc(var(--row-gap) * -1);
  }
}
.y-message__seller {
  margin-top: calc(var(--row-gap) * -1);
  grid-area: seller;
  padding-left: 2px;
  font-size: 12px;
}
.y-message__seller::before, .y-message__seller::after {
  content: "-";
}
.y-message__date {
  grid-area: date;
  font-size: 11px;
  font-style: italic;
  font-family: var(--ff3);
  color: #9e9797;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 731.1px) {
  .y-message__date {
    font-size: calc(11px + 1 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-message__date {
    font-size: 12px;
  }
}
.y-message__text {
  padding-top: calc(var(--row-gap) + 1px);
  grid-area: text;
  word-break: break-word;
  white-space: pre-line;
  position: relative;
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-message__text {
    font-size: 12px;
  }
}
@media screen and (min-width: 563px) {
  .y-message__text {
    font-size: 13px;
  }
}
.y-message__text::before {
  content: "";
  width: calc(100% + var(--pdlr) * 2);
  height: 1px;
  box-shadow: inset 0 1px 1px var(--line);
  position: absolute;
  left: calc(var(--pdlr) * -1);
  top: -0.5px;
  border-radius: 2px;
}
.y-message__pagination {
  display: flex;
  justify-content: flex-end;
}
.y-message__empty {
  font-size: 18px;
  letter-spacing: 0.03em;
  font-family: var(--ff3);
}
.y-message__footer {
  position: sticky;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1px);
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-message__footer {
    padding-bottom: calc(var(--pd) + 5px);
  }
}
@media screen and (min-width: 563px) {
  .y-message__footer {
    padding-bottom: var(--pd);
  }
}
@media screen and (min-width: 280px) and (max-width: 562.9px) {
  .y-message__field {
    --inp-height: 38px;
  }
  .y-message__field.is_textarea .y-field__inp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.y-advertising {
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: 40px 20px;
}
.y-advertising__heading {
  font-size: 18px;
  font-family: var(--ff4);
  line-height: 1.15;
  letter-spacing: 0.03em;
  background-color: var(--c2);
  max-width: max-content;
  margin: 0 auto;
  padding: 12px 20px;
  border-radius: 20px;
  text-align: center;
}
@media screen and (min-width: 1280.1px) {
  .y-advertising__heading {
    font-size: calc(18px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising__heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising__heading {
    padding-top: calc(12px + 4 * (100vw - 1280.1px) / 634.9);
    padding-bottom: calc(12px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising__heading {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising__heading {
    padding-left: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
    padding-right: calc(20px + 20 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising__heading {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.y-advertising__form {
  --row-gap: 60px;
  --col-gap: 20px;
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: var(--row-gap) var(--col-gap);
}
.y-advertising__form-item + .y-advertising__form-item {
  position: relative;
}
.y-advertising__form-item + .y-advertising__form-item::before {
  --line_h: 2px;
  content: "";
  width: 80%;
  height: var(--line_h);
  border-radius: var(--line_h);
  background-color: var(--c2);
  position: absolute;
  left: 50%;
  bottom: calc(100% + var(--row-gap) / 2 - var(--line_h) / 2);
  transform: translateX(-50%);
}
.y-advertising__footer {
  justify-self: center;
  display: flex;
  justify-content: center;
  position: sticky;
  bottom: 0;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(1.5px);
  transition: 600ms cubic-bezier(0.68, -0.55, 0.27, 1.55), gap 0s, opacity 200ms 280ms;
}
@media screen and (min-width: 731px) {
  .y-advertising__footer {
    border-radius: 36px;
  }
}
.y-advertising__footer:not(.is_active) {
  opacity: 0;
  transform: scale(1, 2) translateY(70%);
  pointer-events: none;
}
.y-advertising__btn-submit {
  --ybtn_w: 250px;
  --ybtn_h: 38px;
  --ybtn_bdrs: calc(var(--ybtn_h) / 2 );
  --ybtn_ff: var(--ff7);
  --ybtn_fz: 17px;
  --ybnt_lh-fix: 2px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  box-shadow: 0 0 5px -3px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 370.1px) {
  .y-advertising__btn-submit {
    --ybtn_w: calc(250px + 50 * (100vw - 370.1px) / 360.9);
  }
}
@media screen and (min-width: 731px) {
  .y-advertising__btn-submit {
    --ybtn_w: 300px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-advertising__btn-submit {
    --ybtn_h: calc(38px + 4 * (100vw - 370.1px) / 360.9);
  }
}
@media screen and (min-width: 731px) {
  .y-advertising__btn-submit {
    --ybtn_h: 42px;
  }
}

.y-advertising-block {
  display: grid;
  grid-template-columns: var(--left) 1fr;
  grid-template-rows: auto 1fr;
  --block_row-gap: 10px;
  --block_col-gap: 10px;
  grid-gap: var(--block_row-gap) var(--block_col-gap);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 912px) {
  .y-advertising-block {
    --left: calc(222px + 222 * (100vw - 912px) / 368);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-block {
    --left: 444px;
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-block {
    --left: calc(222px + 222 * (100vw - 1280px) / 635);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block {
    --left: 444px;
  }
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-advertising-block {
    justify-items: center;
    grid-template-areas: "heading heading" "aside aside" "main main";
  }
}
@media screen and (min-width: 912px) {
  .y-advertising-block {
    grid-template-areas: "aside heading" "aside main";
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block {
    --block_row-gap: calc(10px + 10 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block {
    --block_row-gap: 20px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block {
    --block_col-gap: calc(10px + 5 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block {
    --block_col-gap: 15px;
  }
}
.y-advertising-block__heading {
  grid-area: heading;
  font-family: var(--ff5);
  font-size: 20px;
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__heading {
    font-size: calc(20px + 8 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__heading {
    font-size: 28px;
  }
}
.y-advertising-block__aside {
  grid-area: aside;
}
.y-advertising-block__thumb {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .y-advertising-block__thumb {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.y-advertising-block__img {
  height: auto;
}
.y-advertising-block__main {
  grid-area: main;
  display: grid;
  grid-template-columns: 100%;
  align-content: start;
  grid-gap: var(--block_row-gap);
}
.y-advertising-block__subtitle, .y-advertising-block__title {
  font-size: 15px;
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__subtitle, .y-advertising-block__title {
    font-size: calc(15px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__subtitle, .y-advertising-block__title {
    font-size: 17px;
  }
}
.y-advertising-block__title {
  font-family: var(--ff5);
}
.y-advertising-block__row {
  display: grid;
  grid-template-columns: 100%;
}
@media screen and (min-width: 280px) and (max-width: 1106.9px) {
  .y-advertising-block__row {
    overflow-x: auto;
    max-width: 100%;
    padding-bottom: 7px;
  }
}
.y-advertising-block__item {
  --bdw: 2px;
  --pdlr: 10px;
  --check_w: 280px;
  --price_w: 110px;
  --quantity_w: 165px;
  min-height: 45px;
  display: grid;
  grid-template-columns: var(--check_w) var(--price_w) var(--quantity_w);
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item {
    --pdlr: calc(10px + 5 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item {
    --pdlr: 15px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item {
    --check_w: calc(280px + 70 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item {
    --check_w: 350px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item {
    --price_w: calc(110px + 40 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item {
    --price_w: 150px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item {
    --quantity_w: calc(165px + 20 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item {
    --quantity_w: 185px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item {
    min-height: calc(45px + 5 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item {
    min-height: 50px;
  }
}
.y-advertising-block__item > * {
  border-top: var(--bdw) dashed var(--c2);
}
.y-advertising-block__item.is_col-1 {
  grid-template-columns: 75%;
}
.y-advertising-block__item.is_col-4 {
  --pdlr: 5px;
  --price_w: 140px;
  --quantity_w: 120px;
  grid-template-columns: repeat(3, var(--price_w)) var(--quantity_w);
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item.is_col-4 {
    --pdlr: calc(5px + 5 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item.is_col-4 {
    --pdlr: 10px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item.is_col-4 {
    --price_w: calc(140px + 10 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item.is_col-4 {
    --price_w: 150px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item.is_col-4 {
    --quantity_w: calc(120px + 30 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item.is_col-4 {
    --quantity_w: 150px;
  }
}
.y-advertising-block__item.is_col-5 {
  --pdlr: 5px;
  --check_w: 240px;
  --price_w: 110px;
  --quantity_w: 115px;
  grid-template-columns: var(--check_w) repeat(3, var(--price_w)) var(--quantity_w) max-content;
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item.is_col-5 {
    --check_w: calc(240px + 110 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item.is_col-5 {
    --check_w: 350px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item.is_col-5 {
    --price_w: calc(110px + 10 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item.is_col-5 {
    --price_w: 120px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item.is_col-5 {
    --quantity_w: calc(120px + 30 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item.is_col-5 {
    --quantity_w: 150px;
  }
}
.y-advertising-block__item:last-child > * {
  border-bottom: var(--bdw) dashed var(--c2);
}
.y-advertising-block__item > * {
  padding-top: 6px;
  padding-bottom: 7px;
}
.y-advertising-block__item > *:not(:first-child) {
  padding-left: var(--pdlr);
}
.y-advertising-block__item > *:not(:last-child) {
  padding-right: var(--pdlr);
  border-right: var(--bdw) dashed #D5D5D5;
}
.y-advertising-block__row.is_create .y-advertising-block__item:last-child > * {
  border-bottom: none;
}
.y-advertising-block__item-th {
  font-size: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.y-advertising-block__item-check {
  --box_width: 16px;
  --box_height: 16px;
  --gap-col: 6px;
  --label_ff: var(--ff5);
  --label_tf: translateY(1px);
}
@media screen and (min-width: 731.1px) {
  .y-advertising-block__item-check {
    --box_width: calc(16px + 4 * (100vw - 731.1px) / 548.9);
    --box_height: calc(16px + 4 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-block__item-check {
    --box_width: 20px;
    --box_height: 20px;
  }
}
@media screen and (min-width: 731.1px) {
  .y-advertising-block__item-check {
    --gap-col: calc(6px + 2 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-block__item-check {
    --gap-col: 8px;
  }
}
.y-advertising-block__item-check .y-check__thumb {
  align-self: center;
}
.y-advertising-block__item.is_col-4 .y-advertising-block__item-check .y-check__label.is_row {
  justify-content: center;
}
.y-advertising-block__item-price, .y-advertising-block__item-quantity {
  display: flex;
  align-items: center;
  justify-content: center;
}
.y-advertising-block__item-price {
  font-family: var(--ff5);
}
.y-advertising-block__item-price, .y-advertising-block__days, .y-advertising-block__description, .y-advertising-block__item-check {
  font-size: 14px;
  --label_fz: 14px;
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item-price, .y-advertising-block__days, .y-advertising-block__description, .y-advertising-block__item-check {
    font-size: calc(14px + 2 * (100vw - 1280.1px) / 634.9);
    --label_fz: calc(14px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item-price, .y-advertising-block__days, .y-advertising-block__description, .y-advertising-block__item-check {
    font-size: 16px;
    --label_fz: 16px;
  }
}
.y-advertising-block__item-quantity {
  gap: 8px;
}
.y-advertising-block__item-quantity .y-quantity {
  --height: 30px;
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__item-quantity .y-quantity {
    --height: calc(30px + 4 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__item-quantity .y-quantity {
    --height: 34px;
  }
}
.y-advertising-block__description {
  font-family: var(--ff3);
  line-height: 1.3;
}
.y-advertising-block__list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.y-advertising-block__li {
  font-size: 15px;
}
@media screen and (min-width: 1280.1px) {
  .y-advertising-block__li {
    font-size: calc(15px + 2 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-block__li {
    font-size: 17px;
  }
}
.y-advertising-block__create {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dashed #D5D5D5;
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 12px;
}
.y-advertising-block__images {
  margin-top: 10px;
  display: grid;
  grid-gap: 15px;
  max-width: 90%;
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-advertising-block__images {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 662px) {
  .y-advertising-block__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
.y-advertising-block__img-item {
  aspect-ratio: 407/340;
  border: 1px solid var(--c3);
  padding: 6px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
}
.y-advertising-block__img-item img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.y-advertising-success {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 20px;
  align-content: start;
  letter-spacing: 0.03em;
}
.y-advertising-success__heading {
  font-family: var(--ff5);
}
.y-advertising-success__your-choice {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 25px;
}
.y-advertising-success__item {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  max-width: 765px;
  padding: 12px 6px 10px;
  font-size: 14px;
  border: 1px solid var(--c3);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 409.1px) {
  .y-advertising-success__item {
    font-size: calc(14px + 2 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-success__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-advertising-success__item {
    padding-right: calc(6px + 6 * (100vw - 370.1px) / 909.9);
    padding-left: calc(6px + 6 * (100vw - 370.1px) / 909.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-success__item {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.y-advertising-success__item:nth-child(odd) {
  background-color: rgba(var(--r4), 0.8);
}
.y-advertising-success__item, .y-advertising-success__footer {
  backdrop-filter: blur(1px);
}
.y-advertising-success__footer {
  border: 1px solid var(--c2);
  max-width: max-content;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 26px;
  padding: 6px 12px;
  text-align: center;
}
@media screen and (min-width: 370.1px) {
  .y-advertising-success__footer {
    border-radius: calc(26px + 18 * (100vw - 370.1px) / 1544.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-advertising-success__footer {
    border-radius: 44px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-advertising-success__footer {
    padding-bottom: calc(6px + 6 * (100vw - 370.1px) / 909.9);
    padding-top: calc(6px + 6 * (100vw - 370.1px) / 909.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-success__footer {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-advertising-success__footer {
    padding-right: calc(12px + 8 * (100vw - 370.1px) / 909.9);
    padding-left: calc(12px + 8 * (100vw - 370.1px) / 909.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-success__footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.y-advertising-success__item-title {
  font-family: var(--ff5);
}
.y-advertising-success__item-row {
  display: grid;
  grid-gap: 6px;
  border-top: 1px solid var(--c3);
}
@media screen and (min-width: 731.1px) {
  .y-advertising-success__item-row {
    grid-gap: calc(6px + 4 * (100vw - 731.1px) / 548.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-advertising-success__item-row {
    grid-gap: 10px;
  }
}
.y-advertising-success__item-row.is_col-1 {
  grid-template-columns: 100%;
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-advertising-success__item-row.is_col-2 {
    grid-template-columns: 1fr minmax(100px, auto);
  }
}
@media screen and (min-width: 763px) {
  .y-advertising-success__item-row.is_col-2 {
    grid-template-columns: 0.5fr 0.5fr;
  }
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-advertising-success__item-row.is_col-3 {
    grid-template-columns: 1fr repeat(2, minmax(80px, auto));
  }
}
@media screen and (min-width: 763px) {
  .y-advertising-success__item-row.is_col-3 {
    grid-template-columns: 1fr 0.5fr 0.5fr;
  }
}
.y-advertising-success__item-row > * {
  display: flex;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 6px;
}
.y-advertising-success__item-row > *:first-child {
  padding-left: 6px;
}
.y-advertising-success__item-row > *:not(:last-child) {
  border-right: 1px solid var(--c3);
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-advertising-success__item-val {
    justify-content: center;
    text-align: center;
  }
}

.mv-reviews,
.mv-enquiries,
.mv-enquiries-chat,
.mv-product-list {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
  align-content: start;
}
.mv-reviews__fieldset,
.mv-enquiries__fieldset,
.mv-enquiries-chat__fieldset,
.mv-product-list__fieldset {
  border: 1px solid var(--c3);
  border-radius: var(--root_bdrs);
  padding-top: 0.625em;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(1px);
  letter-spacing: 0.03em;
  position: relative;
  z-index: 2;
}
.mv-reviews__legend,
.mv-enquiries__legend,
.mv-enquiries-chat__legend,
.mv-product-list__legend {
  padding: 0 6px 3px;
  line-height: 1;
  font-size: 15px;
  color: var(--c1);
  font-family: var(--ff3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
}
.mv-reviews__legend.is_right,
.mv-enquiries__legend.is_right,
.mv-enquiries-chat__legend.is_right,
.mv-product-list__legend.is_right {
  text-align: right;
}
.mv-reviews__content.is_rows,
.mv-enquiries__content.is_rows,
.mv-enquiries-chat__content.is_rows,
.mv-product-list__content.is_rows {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
  align-content: start;
}
.mv-reviews__row,
.mv-enquiries__row,
.mv-enquiries-chat__row,
.mv-product-list__row {
  display: flex;
  align-items: baseline;
}
.mv-reviews__row::before,
.mv-enquiries__row::before,
.mv-enquiries-chat__row::before,
.mv-product-list__row::before {
  content: "";
  order: -1;
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #ddd;
}
.mv-reviews__key,
.mv-enquiries__key,
.mv-enquiries-chat__key,
.mv-product-list__key {
  order: -2;
  font-family: var(--ff3);
}
.mv-reviews__question,
.mv-enquiries__question,
.mv-enquiries-chat__question,
.mv-product-list__question {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 15px;
  letter-spacing: 0.03em;
}
.mv-reviews__question-key,
.mv-enquiries__question-key,
.mv-enquiries-chat__question-key,
.mv-product-list__question-key {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-family: var(--ff5);
}
.mv-reviews__question-key::after,
.mv-enquiries__question-key::after,
.mv-enquiries-chat__question-key::after,
.mv-product-list__question-key::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--c3);
}
.mv-reviews__question-val,
.mv-enquiries__question-val,
.mv-enquiries-chat__question-val,
.mv-product-list__question-val {
  line-height: 1.5;
  padding-bottom: 2px;
  font-family: var(--ff3);
}
.mv-reviews__filter .y-field,
.mv-enquiries__filter .y-field,
.mv-enquiries-chat__filter .y-field,
.mv-product-list__filter .y-field {
  position: relative;
}
.mv-reviews__filter .dropdown-menu,
.mv-enquiries__filter .dropdown-menu,
.mv-enquiries-chat__filter .dropdown-menu,
.mv-product-list__filter .dropdown-menu {
  width: 100%;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  border: none;
}
.mv-reviews__filter .dropdown-menu li,
.mv-enquiries__filter .dropdown-menu li,
.mv-enquiries-chat__filter .dropdown-menu li,
.mv-product-list__filter .dropdown-menu li {
  line-height: 1;
}
.mv-reviews__filter .dropdown-menu li a,
.mv-enquiries__filter .dropdown-menu li a,
.mv-enquiries-chat__filter .dropdown-menu li a,
.mv-product-list__filter .dropdown-menu li a {
  min-height: 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.mv-reviews__reply-total,
.mv-enquiries__reply-total,
.mv-enquiries-chat__reply-total,
.mv-product-list__reply-total {
  padding-left: 10px;
  font-family: var(--ff5);
  font-size: 16px;
}
.mv-reviews__list,
.mv-enquiries__list,
.mv-enquiries-chat__list,
.mv-product-list__list {
  display: grid;
  align-content: start;
  grid-gap: 15px;
}
@media screen and (min-width: 280px) and (max-width: 911.9px) {
  .mv-reviews__list,
  .mv-enquiries__list,
  .mv-enquiries-chat__list,
  .mv-product-list__list {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 912px) {
  .mv-reviews__list,
  .mv-enquiries__list,
  .mv-enquiries-chat__list,
  .mv-product-list__list {
    grid-template-columns: 1fr 1fr;
  }
}
.mv-reviews__list.is_enquiries, .mv-reviews__list.is_chat, .mv-reviews__list.is_100,
.mv-enquiries__list.is_enquiries,
.mv-enquiries__list.is_chat,
.mv-enquiries__list.is_100,
.mv-enquiries-chat__list.is_enquiries,
.mv-enquiries-chat__list.is_chat,
.mv-enquiries-chat__list.is_100,
.mv-product-list__list.is_enquiries,
.mv-product-list__list.is_chat,
.mv-product-list__list.is_100 {
  grid-template-columns: 100%;
}
.mv-reviews__list.is_enquiries > .nav, .mv-reviews__list.is_chat > .nav, .mv-reviews__list.is_100 > .nav,
.mv-enquiries__list.is_enquiries > .nav,
.mv-enquiries__list.is_chat > .nav,
.mv-enquiries__list.is_100 > .nav,
.mv-enquiries-chat__list.is_enquiries > .nav,
.mv-enquiries-chat__list.is_chat > .nav,
.mv-enquiries-chat__list.is_100 > .nav,
.mv-product-list__list.is_enquiries > .nav,
.mv-product-list__list.is_chat > .nav,
.mv-product-list__list.is_100 > .nav {
  background-color: var(--c3);
  border-radius: 4px;
  overflow: hidden;
  border: none;
}
.mv-reviews__list.is_enquiries > .nav > li, .mv-reviews__list.is_chat > .nav > li, .mv-reviews__list.is_100 > .nav > li,
.mv-enquiries__list.is_enquiries > .nav > li,
.mv-enquiries__list.is_chat > .nav > li,
.mv-enquiries__list.is_100 > .nav > li,
.mv-enquiries-chat__list.is_enquiries > .nav > li,
.mv-enquiries-chat__list.is_chat > .nav > li,
.mv-enquiries-chat__list.is_100 > .nav > li,
.mv-product-list__list.is_enquiries > .nav > li,
.mv-product-list__list.is_chat > .nav > li,
.mv-product-list__list.is_100 > .nav > li {
  margin-bottom: 0;
}
.mv-reviews__list.is_enquiries > .nav > li.active > a, .mv-reviews__list.is_chat > .nav > li.active > a, .mv-reviews__list.is_100 > .nav > li.active > a,
.mv-enquiries__list.is_enquiries > .nav > li.active > a,
.mv-enquiries__list.is_chat > .nav > li.active > a,
.mv-enquiries__list.is_100 > .nav > li.active > a,
.mv-enquiries-chat__list.is_enquiries > .nav > li.active > a,
.mv-enquiries-chat__list.is_chat > .nav > li.active > a,
.mv-enquiries-chat__list.is_100 > .nav > li.active > a,
.mv-product-list__list.is_enquiries > .nav > li.active > a,
.mv-product-list__list.is_chat > .nav > li.active > a,
.mv-product-list__list.is_100 > .nav > li.active > a {
  border-bottom-color: #dddddd;
}
.mv-reviews__list.is_enquiries > .nav > li > a, .mv-reviews__list.is_chat > .nav > li > a, .mv-reviews__list.is_100 > .nav > li > a,
.mv-enquiries__list.is_enquiries > .nav > li > a,
.mv-enquiries__list.is_chat > .nav > li > a,
.mv-enquiries__list.is_100 > .nav > li > a,
.mv-enquiries-chat__list.is_enquiries > .nav > li > a,
.mv-enquiries-chat__list.is_chat > .nav > li > a,
.mv-enquiries-chat__list.is_100 > .nav > li > a,
.mv-product-list__list.is_enquiries > .nav > li > a,
.mv-product-list__list.is_chat > .nav > li > a,
.mv-product-list__list.is_100 > .nav > li > a {
  border-radius: 4px;
}
.mv-reviews__item,
.mv-enquiries__item,
.mv-enquiries-chat__item,
.mv-product-list__item {
  max-width: none;
}
@media screen and (min-width: 912px) {
  .mv-reviews__sticky > *:only-child,
  .mv-enquiries__sticky > *:only-child,
  .mv-enquiries-chat__sticky > *:only-child,
  .mv-product-list__sticky > *:only-child {
    background-color: rgba(var(--r1), 0.1);
    padding: 10px 15px 15px 35px;
    border: 1px solid var(--c1);
    border-radius: var(--root_bdrs);
    align-self: start;
    position: sticky;
    top: 15px;
  }
}
.mv-reviews__pagination,
.mv-enquiries__pagination,
.mv-enquiries-chat__pagination,
.mv-product-list__pagination {
  display: flex;
  justify-content: center;
}
.mv-reviews__pagination:empty,
.mv-enquiries__pagination:empty,
.mv-enquiries-chat__pagination:empty,
.mv-product-list__pagination:empty {
  display: none;
}
.mv-reviews__epmty,
.mv-enquiries__epmty,
.mv-enquiries-chat__epmty,
.mv-product-list__epmty {
  display: flex;
  justify-content: center;
  text-align: center;
  font-family: var(--ff5);
  font-size: 16px;
}

#attribute th, #attribute td,
#attribute select {
  font-size: 14px;
  line-height: 1.2;
}
#attribute .row-val {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  min-block-size: 19px;
  margin-bottom: 10px;
}
#attribute .row-val:empty {
  display: none;
}
#attribute .row-val span {
  font-size: 13px;
}
#attribute .row-val samp {
  font-size: 13px;
  font-weight: initial;
  font-family: var(--ff5);
}

/* ==== error ====================================== */
.y-not-found {
  margin: 0 auto;
  color: #B0ACB3;
  padding-bottom: 25px;
  --offset-left: 16px;
}
@media screen and (min-width: 805px) {
  .y-not-found {
    max-width: 70%;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found {
    padding-bottom: calc(25px + 25 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found {
    --offset-left: calc(16px + 14 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found {
    --offset-left: 30px;
  }
}
.y-not-found__svg {
  pointer-events: none;
  --mt: -33px;
  margin: var(--mt, 0) auto 0;
  max-width: 1280px;
  overflow: visible;
  background-color: transparent !important;
}
@media screen and (min-width: 731px) {
  .y-not-found__svg {
    width: 80%;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found__svg {
    --mt: calc(-33px + -27 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__svg {
    --mt: -60px;
  }
}
@media screen and (min-width: 805.1px) {
  .y-not-found__svg {
    --mt: calc(-60px + -15 * (100vw - 805.1px) / 474.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-not-found__svg {
    --mt: -75px;
  }
}
.y-not-found__heading {
  font-size: 33px;
  font-family: cursive, var(--ff7);
  margin-top: -0.85em;
  padding-left: var(--offset-left, 0);
}
@media screen and (min-width: 370.1px) {
  .y-not-found__heading {
    font-size: calc(33px + 17 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__heading {
    font-size: 50px;
  }
}
@media screen and (min-width: 805.1px) {
  .y-not-found__heading {
    font-size: calc(50px + 30 * (100vw - 805.1px) / 474.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-not-found__heading {
    font-size: 80px;
  }
}
@media screen and (min-width: 1280.1px) {
  .y-not-found__heading {
    font-size: calc(80px + 13 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-not-found__heading {
    font-size: 93px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found__heading {
    margin-top: calc(-0.75em + -0.25 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__heading {
    margin-top: -1em;
  }
}
.y-not-found__title {
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-top: 8px;
  margin-bottom: 0;
  padding-left: var(--offset-left, 0);
  font-family: cursive, var(--ff4);
}
@media screen and (min-width: 370.1px) {
  .y-not-found__title {
    font-size: calc(14px + 2 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 805.1px) {
  .y-not-found__title {
    font-size: calc(16px + 3 * (100vw - 805.1px) / 474.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-not-found__title {
    font-size: 19px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found__title {
    margin-top: calc(8px + -2 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__title {
    margin-top: 6px;
  }
}
@media screen and (min-width: 805.1px) {
  .y-not-found__title {
    margin-top: calc(6px + -4 * (100vw - 805.1px) / 474.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-not-found__title {
    margin-top: 2px;
  }
}
.y-not-found__btn {
  margin-top: 14px;
  margin-left: var(--offset-left, 0);
  --ybtn_minw: 140px;
  --ybtn_h: 38px;
  --ybtn_bdrs: calc(var(--ybtn_h) / 4);
  --ybtn_pd: 5px 10px;
  --ybtn_fz: 12px;
  --ybtn_ff: cursive, var(--ff7);
  --ybtn_tt: uppercase;
  transform: translateX(-2px);
  box-shadow: 0 2px 25px rgba(204, 200, 180, 0.5);
}
@media screen and (min-width: 805.1px) {
  .y-not-found__btn {
    margin-top: calc(14px + 6 * (100vw - 805.1px) / 474.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-not-found__btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found__btn {
    --ybtn_minw: calc(140px + 47 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__btn {
    --ybtn_minw: 187px;
  }
}
@media screen and (min-width: 805.1px) {
  .y-not-found__btn {
    --ybtn_minw: calc(187px + 51 * (100vw - 805.1px) / 1109.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-not-found__btn {
    --ybtn_minw: 238px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found__btn {
    --ybtn_h: calc(38px + 8 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__btn {
    --ybtn_h: 46px;
  }
}
@media screen and (min-width: 370.1px) {
  .y-not-found__btn {
    --ybtn_fz: calc(12px + 4 * (100vw - 370.1px) / 392.9);
  }
}
@media screen and (min-width: 763px) {
  .y-not-found__btn {
    --ybtn_fz: 16px;
  }
}
.y-not-found__btn:hover {
  --ybtn_bdc: #B0ACB3;
}

/* ==== information ====================================== */
.y-contacts {
  --col: 2;
  --row-gap: 14px;
  --col-gap: 14px;
  --size: calc(100% - var(--col-gap, 0px) * (var(--col, 1) - 1));
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
  align-content: start;
  margin-bottom: 0;
}
@media screen and (min-width: 1280.1px) {
  .y-contacts {
    --row-gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
    --col-gap: calc(14px + 6 * (100vw - 1280.1px) / 634.9);
  }
}
@media screen and (min-width: 1915px) {
  .y-contacts {
    --row-gap: 20px;
    --col-gap: 20px;
  }
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-contacts {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .y-contacts {
    grid-template-columns: calc(var(--size, 100%) * 0.65) calc(var(--size, 100%) * 0.35);
  }
}
.y-contacts__item {
  border: 1px solid var(--c3);
  border-radius: var(--root_bdrs);
  padding: 0.625em 1.15em;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(1px);
  font-size: 10px;
}
@media screen and (min-width: 409.1px) {
  .y-contacts__item {
    font-size: calc(10px + 6 * (100vw - 409.1px) / 870.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-contacts__item {
    font-size: 16px;
  }
}
.y-contacts__item.is_start {
  align-self: start;
}
@media screen and (min-width: 280px) and (max-width: 1279.9px) {
  .y-contacts__item.is_form {
    order: 3;
  }
}
@media screen and (min-width: 1280px) {
  .y-contacts__item.is_form {
    position: sticky;
    top: 10px;
  }
}
.y-contacts__heading {
  padding: 0 6px 3px;
  margin-left: 5px;
  line-height: 1;
  font-size: 15px;
  color: var(--c1);
  font-family: var(--ff3);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.03em;
}
.y-contacts__store {
  display: grid;
  grid-gap: var(--row-gap) var(--col-gap);
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-contacts__store {
    --row-gap: 20px;
  }
}
@media screen and (min-width: 662px) and (max-width: 762.9px) {
  .y-contacts__store {
    --row-gap: 30px;
  }
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-contacts__store {
    --col-gap: 15px;
  }
}
@media screen and (min-width: 763px) {
  .y-contacts__store {
    --row-gap: 40px;
    --col-gap: 20px;
  }
}
@media screen and (min-width: 280px) and (max-width: 661.9px) {
  .y-contacts__store {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 662px) {
  .y-contacts__store {
    grid-template-columns: 200px 1fr;
  }
}
.y-contacts__thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--root_bdrs);
  position: relative;
  padding: 6px;
}
@media screen and (min-width: 280px) and (max-width: 408.9px) {
  .y-contacts__thumb {
    height: 110px;
  }
}
.y-contacts__thumb::before {
  content: "";
  border-radius: inherit;
  border: 1px solid var(--c2);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  inset: 0px;
}
.y-contacts__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.y-contacts__info {
  display: grid;
  align-content: start;
  justify-items: start;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 280px) and (max-width: 408.9px) {
  .y-contacts__info {
    grid-gap: 8px;
  }
}
@media screen and (min-width: 409px) {
  .y-contacts__info {
    grid-gap: 6px;
  }
}
@media screen and (min-width: 280px) and (max-width: 408.9px) {
  .y-contacts__info {
    grid-template-columns: 100%;
    grid-template-areas: "name" "address" "telephone" "email" "fax" "open";
  }
}
@media screen and (min-width: 409px) and (max-width: 661.9px) {
  .y-contacts__info {
    grid-template-columns: 1fr minmax(150px, max-content);
    grid-template-areas: "name name" "address address" "telephone open" "email open" "fax open" ". open";
  }
}
@media screen and (min-width: 662px) and (max-width: 762.9px) {
  .y-contacts__info {
    grid-template-columns: 100%;
    grid-template-areas: "name" "address" "telephone" "email" "fax" "open";
  }
}
@media screen and (min-width: 763px) {
  .y-contacts__info {
    grid-template-columns: 1fr minmax(150px, max-content);
    grid-template-areas: "name name" "address address" "telephone open" "email open" "fax open" ". open";
  }
}
.y-contacts__name {
  grid-area: name;
  font-family: var(--ff5);
  font-size: 18px;
  margin-bottom: 5px;
}
.y-contacts__btn {
  --ybtn_jc: stretch;
  --ybtn_gap: 10px;
  --ybtn_ff: var(--ff3);
  --ybtn_fz: 14px;
  --ybtn__icn_color: var(--c1);
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-contacts__btn {
    --ybtn__icn_w: 21px;
    --ybtn__icn_h: 23px;
  }
}
@media screen and (min-width: 763px) {
  .y-contacts__btn {
    --ybtn__icn_w: 28px;
    --ybtn__icn_h: 30px;
  }
}
.y-contacts__btn.is_address {
  grid-area: address;
}
.y-contacts__btn.is_telephone {
  grid-area: telephone;
}
.y-contacts__btn.is_email {
  grid-area: email;
}
.y-contacts__btn.is_fax {
  grid-area: fax;
}
.y-contacts__col {
  font-size: 14px;
  display: grid;
  grid-template-columns: 100%;
  align-content: center;
}
@media screen and (min-width: 280px) and (max-width: 408.9px) {
  .y-contacts__col {
    width: 100%;
  }
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-contacts__col {
    grid-gap: 2px;
  }
}
@media screen and (min-width: 763px) {
  .y-contacts__col {
    grid-gap: 6px;
  }
}
.y-contacts__col.is_open {
  background-color: #fff;
  align-items: center;
  justify-items: center;
  text-align: center;
  grid-area: open;
  border: 1px solid var(--c3);
  border-radius: var(--root_bdrs);
}
@media screen and (min-width: 280px) and (max-width: 408.9px) {
  .y-contacts__col.is_open {
    margin-top: 10px;
  }
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-contacts__col.is_open {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 763px) {
  .y-contacts__col.is_open {
    padding: 10px;
  }
}
.y-contacts__key {
  font-family: var(--ff5);
}
.y-contacts__val {
  font-family: var(--ff3);
  word-break: break-word;
  white-space: pre-line;
  max-width: 100%;
  line-height: 1.3;
}
.y-contacts__val br {
  display: none;
}
.y-contacts__description {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  font-size: 14px;
}
@media screen and (min-width: 280px) and (max-width: 762.9px) {
  .y-contacts__description {
    grid-gap: 10px;
  }
}
@media screen and (min-width: 763px) {
  .y-contacts__description {
    grid-gap: 20px;
  }
}
@media screen and (min-width: 763.1px) {
  .y-contacts__description {
    font-size: calc(14px + 2 * (100vw - 763.1px) / 516.9);
  }
}
@media screen and (min-width: 1280px) {
  .y-contacts__description {
    font-size: 16px;
  }
}
.y-contacts__description-key {
  font-family: var(--ff5);
  display: flex;
  align-items: center;
  gap: 10px;
}
.y-contacts__description-key::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--c3);
  transform: translateY(1px);
}
.y-contacts__description-val {
  font-family: var(--ff3);
  letter-spacing: 0.03em;
  word-break: break-word;
  white-space: pre-line;
  max-width: 100%;
  line-height: 1.5;
}
.y-contacts__description-val br {
  display: none;
}
/*# sourceMappingURL=dabest.min.css.map */
