

/* Start:/local/templates/gwl/css/style.css?177944434122360*/
@charset "UTF-8";
/*!
Theme Name: solitec
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
picture {
  display: block;
}
picture img {
  width: 100%;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: 700;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 60%;
  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-size: 100%;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body {
  background: #222327;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  height: 100vh;
  overflow: hidden;
}
p {
  margin: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  display: block;
  padding-left: 2em;
  margin: 35px 0;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 25px;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
video,
iframe,
object {
  max-width: 100%;
  display: block;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
figure {
  margin: 1em 0;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  transition: all 0.5s ease;
}
a:focus,
a:hover,
a:active {
  outline: 0;
}

/*--ОПРОСНИК--*/
.site-main {
}
.site-main__container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.page-title {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 110%;
  color: #cfb28c;
  margin: 0;
}
.intro__number-card {
  color: #878787;
}
.wine-list {
  display: flex;
  width: 100%;
  height: 100vh;
}
.wine-list__form {
  flex: 0 0 40%;
  padding: 3.75rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.75rem;
}
.questionnaire {
  position: relative;
  overflow-y: auto;
}
.questionnaire::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.questionnaire::-webkit-scrollbar-track {
  background-color: transparent;
}
.questionnaire::-webkit-scrollbar-thumb {
  background-color: #cbcbcc;
  border: 0.125rem solid transparent;
  border-radius: 0.375rem;
  background-clip: content-box;
}
.questionnaire__body {
  margin-top: 0.75rem;
}
.questionnaire__count {
  font-size: 0.875rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.questionnaire__count span:first-child {
  color: #cfb28c;
}
.questionnaire__page {
  display: none;
}
.questionnaire__page.active {
  display: block;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
legend {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0;
  margin-bottom: 1.25rem;
  position: relative;
}
.questionnaire__data-box {
  margin-bottom: 1.25rem;
  max-width: 18.75rem;
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  align-items: flex-start;
}

label {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  position: relative;
}
::-webkit-input-placeholder {
  color: #878787;
  font-weight: 400;
}
:-moz-placeholder {
  color: #878787;
  font-weight: 400;
}
::-moz-placeholder {
  color: #878787;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #878787;
  font-weight: 400;
}
select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"] {
  color: #fff;
  border: none;
  background: #535353;
  width: 100%;
  padding: 0 0.75rem;
  border-radius: 8px;
  height: 2.5rem;
  font-size: 0.875rem;
  appearance: none;
  outline: none;
  transition: all 0.5s ease;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
textarea {
  padding: 15px calc(20px + 10 * ((100vw - 320px) / 1600));
  max-width: 100%;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #535353;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L6.75 6.75L12.75 0.75' stroke='%23878787' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat, repeat;
  background-position:
    right 0.7em top 50%,
    0 0;
  background-size:
    0.65em auto,
    100%;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-selection__placeholder {
  color: #878787;
}
.select2,
.select2 * {
  display: block;
}
.select2-container {
  position: relative;
}
.selection {
  cursor: pointer;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  border: none;
  background: #535353;
  width: 100%;
  padding: 0 3.125rem 0 0.75rem;
  border-radius: 8px;
  height: 2.5rem;
  font-size: 0.875rem;
  appearance: none;
  outline: none;
  transition: all 0.5s ease;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0.75rem;
  width: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L6.75 6.75L12.75 0.75' stroke='%23878787' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotateX(180deg);
}
.select2-dropdown {
  background: #535353;
  border: none;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-size: 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  transform: translateY(-8px);
}
.select2-container--open .select2-dropdown--below {
  transform: translateY(8px);
}
.select2-results__option {
  padding: 0.625rem;
  user-select: none;
  -webkit-user-select: none;
  background-repeat: no-repeat;
  background-position: right 0.625rem center;
  background-size: 0.75rem;
  background-color: rgba(34, 35, 39, 0.3);
  color: white;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
.select2-results__option:last-child {
  margin-bottom: 0;
}
.select2-container--default .select2-results__option--highlighted {
  background-color: #cfb28c99;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L3.875 7.625L0.75 4.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.select2-container--default .select2-results__option--selected {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.75 0.75L3.875 7.625L0.75 4.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

  cursor: auto;
}
.select2-results {
  display: block;
}
.select2-results__option--selectable {
  cursor: pointer;
}
.select2-search--dropdown {
  display: none;
}
input[type="radio"],
input[type="checkbox"] {
  display: none;
}
input[type="radio"] + span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
input[type="radio"] + span::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #38393c;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
input[type="radio"]:checked + span::before {
  background: #cfb28c;
  box-shadow: 0 0 0 4px #38393c inset;
}
input[type="checkbox"] + span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
}
input[type="checkbox"] + span::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #38393c;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
input[type="checkbox"]:checked + span::before {
  background: #38393c url(/local/templates/gwl/css/../images/check2.svg) no-repeat center / cover;
  box-shadow: 0 0 0 4px #38393c inset;
  border: 1px solid #cfb28c;
}
.questionnaire__radio {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}
.questionnaire__radio-name {
  font-size: 1.25rem;
  color: #cfb28c;
  margin-bottom: 4px;
}
.questionnaire__radio > div > p:first-child {
  margin-bottom: 10px;
  color: #c5b298;
}
.questionnaire__radio-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.questionnaire__radio-box > span {
  flex: 0 0 100%;
}
.questionnaire__radio-number {
  display: none;
  align-items: center;
  gap: 0.75rem;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-left: 20px;
}
.questionnaire__radio-number input[type="number"] {
  flex: 0 0 5rem;
  flex: 0 0 50px;
  height: 30px;
  border-radius: 4px;
  padding: 0 5px;
}
/* .questionnaire__radio span {
  font-size: 0.875rem;
} */
.questionnaire__radio-box_yes .questionnaire__radio-number {
  display: flex;
}
.questionnaire__radio-region:not(:last-child) {
  margin-bottom: 12px;
}
.questionnaire__radio-region > p:first-child {
  color: #878787;
  margin-bottom: 5px;
}
.questionnaire__pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}
.questionnaire__pagination a,
button {
  border: none;
  margin: 0;
  border-radius: 0.5rem;
  padding: 0px 1.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.5s ease;
}
.questionnaire__pagination a {
  background: #cfb28c;
}
button svg {
  flex: 0 0 0.875rem;
  height: 0.875rem;
}
.questionnaire__pagination a:hover,
button:hover {
  background: rgba(255, 255, 255, 0.3);
}
/* .questionnaire__pagination a, */
.questionnaire_page-1 .questionnaire__prev {
  display: none;
}
.questionnaire__logo {
  max-width: 16.25rem;
  width: 100%;
  margin-left: auto;
}
.tooltip {
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  position: relative;
  overflow: hidden;
}
.tooltip:hover {
  overflow: visible;
}
.tooltip svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #cfb28c;
}
.tooltip span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -125%);
  opacity: 0;
  display: block;
  background: #38393c;
  z-index: 100;
  font-size: 14px;
  padding: 7px;
  border-radius: 4px;
  transition: all 0.5s ease;
  white-space: nowrap;
}
.tooltip span::before {
  content: "";
  display: block;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  border-color: #38393c transparent;
}
.tooltip:hover span {
  opacity: 1;
}
/* .ui-tooltip {
  background: #38393c;
  color: #fff;
  font-size: 14px;
  display: inline-flex;
  padding: 5px;
} */

.wine-list__table {
  flex: 0 0 60%;
  background: #38393c;
  height: 100vh;
  overflow-y: auto;
  padding: 1.5rem;
  position: relative;
}
table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  background: #4a4a4a;
  border-bottom: 1px solid rgba(207, 178, 140, 0.2);
  padding: 0.625rem 1.0625rem;
  transition: all 0.5s ease;
}
table td {
  border: none;
  padding: 0;
}
table th:first-child {
  border-radius: 0.5rem 0 0 0;
}
table th:first-child p {
  border-right: 1px solid #fff;
}
table th:last-child {
  border-radius: 0 0.5rem 0 0;
}
table tr td[colspan="3"] {
  background: #535353;
  border-radius: 0.5rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
  color: #cfb28c;
  text-transform: uppercase;
  /* padding: 0.75rem 0; */
}
table tr td[colspan="3"] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
/* table tr:not(:first-child) td[colspan="3"] p {
  margin-top: -1px;
  border-top: 1px solid #38393c;
} */
table tr:first-child td[colspan="3"] {
  border-radius: 0 0 0.5rem 0.5rem;
}
table td:not([colspan="3"]):first-child {
  padding-left: 1.5rem;
  padding-right: 1.0625rem;
}
table td:not([colspan="3"]):last-child {
  padding-right: 1.5rem;
  padding-left: 1.0625rem;
}
table td:not([colspan="3"]) {
  font-size: 0.875rem;
  line-height: 110%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.0625rem;
  padding-right: 1.0625rem;
  position: relative;
}
table td:not([colspan="3"])::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  height: 1px;
  background: #535353;
  left: 0;
}
table td:not([colspan="3"]):first-child::before {
  left: 1.5rem;
  width: calc(100% - 24px);
}
table td:not([colspan="3"]):last-child::before {
  right: 1.5rem;
  left: auto;
  width: calc(100% - 24px);
}
.wine-list__table::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.wine-list__table::-webkit-scrollbar-track {
  background-color: transparent;
}
.wine-list__table::-webkit-scrollbar-thumb {
  background-color: #cbcbcc;
  border: 0.125rem solid transparent;
  border-radius: 0.375rem;
  background-clip: content-box;
}
table thead.scroll th {
  position: sticky;
  top: 0;
  transform: translateY(-24px);
  z-index: 2;
}
table thead.scroll th:first-child {
  border-radius: 0 0 0 0.5rem;
}
table thead.scroll th:last-child {
  border-radius: 0 0 0.5rem;
}
table td strong {
  color: #cfb28c;
}

/*--FORM LOGIN--*/
.form-login {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.form-login form {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  max-width: 24.625rem;
  width: 100%;
  background: #38393c;
  margin: 0 auto;
  padding: 2rem;
}
.form-login__title {
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 110%;
  text-align: center;
  color: #fff;
  margin-top: 1rem;
}
.form-login_box {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-login form button {
  background: #cfb28c;
}
.form-login form a {
  border: none;
  margin: 0;
  border-radius: 0.5rem;
  padding: 0px 1.5rem;
  height: 2.5rem;
  background: #cfb28c;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  color: #fff;
  gap: 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.5s ease;
}
.form-login form button:hover,
.form-login form a:hover {
  background: #222327;
}

/*--STEPS--*/
.site-main__intro {
}
.intro {
  height: 100vh;
  position: relative;
}
.intro__logo {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  max-width: 37.5rem;
  width: 100%;
}
.intro__inner {
  padding: 3.75rem 2rem;
  max-width: 31.25rem;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.intro__inner::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
.intro__inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.intro__inner::-webkit-scrollbar-thumb {
  background-color: #cbcbcc;
  border: 0.125rem solid transparent;
  border-radius: 0.375rem;
  background-clip: content-box;
}
.intro ul {
  max-width: 20.625rem;
  width: 100%;
  margin-top: 2rem;
}
.intro ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
  border-bottom: 1px solid rgba(207, 178, 140, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.intro ul li:last-child {
  margin: 0;
}
.intro ul li div {
}
.intro ul li div p {
}
.intro ul li div span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 110%;
  color: #878787;
}
.intro ul li a {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: flex-end;
  text-align: right;
  white-space: nowrap;
}
.intro ul li a * {
  transition: all 0.5s ease;
}
.intro ul li a:hover {
  color: #cfb28c;
}
.intro ul li a:hover svg path {
  fill: #cfb28c;
}

@media (max-width: 1023px) {
  .intro__logo {
    max-width: 20rem;
  }
}
@media (max-width: 767px) {
  .wine-list {
    flex-direction: column;
  }
  .wine-list__form {
    gap: 1.875rem;
    padding: 1.25rem;
    flex: 0 0 auto;
    height: 50vh;
    overflow-y: auto;
  }
  .wine-list__form::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
  }
  .wine-list__form::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .wine-list__form::-webkit-scrollbar-thumb {
    background-color: #cbcbcc;
    border: 0.125rem solid transparent;
    border-radius: 0.375rem;
    background-clip: content-box;
  }
  .wine-list__table {
    flex: 0 0 auto;
    height: 50vh;
  }
}


/*-------СМЕНА ФОНА-------*/
.wine-list__table.light {
  background: #f0dec6;
  color: #222;
}
.wine-list__table.light table tr td[colspan="3"],
.wine-list__table.light table thead th {
  color: #fff;
}
.wine-list__table.light table td strong {
  color: #222;
}
.wine-list__bg-change {
  display: flex;
  background: #222327;
  display: flex;
  background: #222327;
  padding: 0.1875rem;
  border-radius: 0.5rem;
  width: 17.1875rem;
  margin-bottom: 1.875rem;
}
.wine-list__bg-change input[type="radio"] + span::before {
  display: none;
}
.wine-list__bg-change input[type="radio"] + span {
  border-radius: 0.5rem;
  padding: 0px 1.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.5s ease;
  margin: 0;
}
.wine-list__bg-change input[value="bg-dark"] + span {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.wine-list__bg-change input[value="bg-light"] + span {
  color: #fff;
  background: transparent;
}
.wine-list__table.light .wine-list__bg-change input[value="bg-dark"] + span {
  background: transparent;
}
.wine-list__table.light .wine-list__bg-change input[value="bg-light"] + span {
  color: #222;
  background: #cfb28c;
}
.wine-list__table.light td {color: #222;}
/*-------/СМЕНА ФОНА-------*/

/* End */


/* Start:/local/templates/gwl/custom/style.css?1772448802949*/
.errorsAuth {
	text-align: center;
	padding-top: 15px;
}

.questionnaire__data-box2 {
	display: none;
}
.questionnaire__radio-box_no .questionnaire__data-box2 {
	display: none;
}
.questionnaire__radio-box_yes .questionnaire__data-box2 {
	display: flex;
}
.breaker {
	content: "";
	flex-basis: 100%;
}
.questionnaire__data-box2 .select2-selection__arrow {
	top: -13px!important;
}
div.questions4 .questionnaire__radio-number {
	margin-left: 0!important;
}
.activeCountry {
	display: block;
}
.inActiveCountry {
	display: none;
}
.pRegion {
	margin-top: 10px;
}

.subTitle {
	color: #878787;
	font-size: 1.05rem;
}
.subTitle2 {
	font-size: 0.9rem;	
	line-height: 1.2;
	margin: 0;
}
.tooltip span {
	min-width: 250px;
	white-space: normal;
}
.gold {
	color: #cfb28c;
}
.white {
	color: #fff!important;
}
.barSubTitle {
	display: block;
	margin-bottom: 10px;
}

.sku1 {
	margin-bottom: 15px;
}
/* End */
/* /local/templates/gwl/css/style.css?177944434122360 */
/* /local/templates/gwl/custom/style.css?1772448802949 */
