

/* Start:/local/templates/quiz/css/normalize.css?16525103046139*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/quiz/css/styles.css?177126435018340*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  background: #ECECEC;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

.flex {
  display: flex;
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.container {
  max-width: 1120px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
}



/* header */
.main-page {
  padding-top: 64px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 61px;
}

.header__logo {
  display: flex;
  flex-shrink: 0;
  margin-right: 22px;
  margin-top: 3px;
}

.header__contacts-tel {
  display: flex;
  align-items: center;
  height: 24px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  background-image: url(/local/templates/quiz/css/../img/head-tel.svg);
  background-repeat: no-repeat;
  padding: 0px 0px 0px 33px;
  transition: color 0.3s ease;
  margin-top: 3px;
}

.header__contacts-tel:hover {
  color: #F65E08;
}

.header__contacts-tel:active {
  color: #d65409;
}

/* squeeze */


.quiz-step {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 50px;
}

.squeeze-block {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  margin: 64px 0 0 0;
  padding: 0;
}

.squeeze-pattern {
  margin: 64px 0 0 0;
}

.squeeze__card {
  max-width: 640px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  border-radius: 16px;
  height: 608px;
  margin-right: 30px;
}

.squeeze__info {
  max-width: 450px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.squeeze__info-box {
  max-width: 318px;
  width: 100%;
  min-height: 234px;
}


.squeeze__info-box h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  color: #000;
  margin-bottom: 24px;
}

.squeeze__info-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 24px;
}

.squeeze__info-btn {
  background: #7eb928;
  border-radius: 16px;
  max-width: 288px;
  height: 56px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 171%;
  color: #fff;
  transition: background-color 0.3s ease;
}

.squeeze__info-btn:hover {
  background-color: #64af1e;
}

.squeeze__info-btn:active {
  background-color: #2aa10c;
}

.squeeze__paginat {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 41px;
}

.paginat-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 16px;
  width: 56px;
  height: 56px;
  background: #ececec;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #000;
  padding: 16px;


}

.green-box {
  background: #7eb928;
  color: #fff;
}

.green-line {
  width: 100%;
  height: 1px;
  background-color: #7eb928;
}

.green-line-min {
  max-width: 16px;
  width: 100%;
  height: 1px;
  background-color: #7eb928;
}

.grey-line {
  max-width: 16px;
  width: 100%;
  height: 1px;
  background-color: #ececec;
}

.content-questions {
  max-width: 624px;
  width: 100%;
}

.content-questions-title {
  max-width: 648px;
  width: 100%;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000;
  margin-bottom: 24px;
}

.squeeze__content {
  display: flex;
  justify-content: space-between;
}

.content-questions-radio {
  display: flex;
  flex-direction: column;
}

.squeeze__block1 .content-card {
  height: 400px;
}

.hidden {
  display: none;
}

/* custom-radio */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.custom-radio {
  user-select: none;
  cursor: pointer;
}

.custom-radio__text {
  position: relative;
  padding-left: 32px;
}

.custom-radio__text::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #a7a7a7;
}

.radio-text {
  margin-bottom: 24px;
}

.custom-radio__text::after {
  display: block;
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #777171;
  opacity: 0;
}

.custom-radio__input:checked+.custom-radio__text::after {
  opacity: 1;
}

.custom-radio__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  transition: color 0.3s ease;
}

.custom-radio__text:hover {
  color: #2aa10c;
}

.content-card {
  max-width: 352px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 16px;
  height: 432px;
  margin-left: 24px;
}

.card-1 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-1.png);

}

.card-2 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-2.png);
}

.card-3 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-3.png);
}

.card-4 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-4.png);
}

.card-5 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-5.png);
}

.card-6 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-6.png);
}

.card-7 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-7.png);
}

.card-8 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-8.png);
}

.card-9 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-9.png);
}

.card-10 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-10.png);
}

.card-11 {
  background-image: url(/local/templates/quiz/css/../img/squeeze-img-11.png);
}

.content-questions-button {
  display: flex;
}


.content-questions-btn-last {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7eb928;
  border-radius: 16px;
  padding: 16px;
  max-width: 56px;
  width: 100%;
  height: 56px;
  margin-right: 16px;
  transition: border 0.3s ease;
}

.content-questions-btn-last:hover {
  border: 2px solid #7eb928;
}

.content-questions-btn-last:active {
  border: 2px solid #2aa10c;
}

.content-questions-btn-next {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #7eb928;
  background-color: #7eb928;
  border-radius: 16px;
  padding: 16px;
  max-width: 95px;
  width: 100%;
  height: 56px;
  font-weight: 600;
  font-size: 14px;
  line-height: 171%;
  color: #fff;
  transition: background-color 0.3s ease;
}

.content-questions-btn-next:hover {
  background-color: #64af1e;
}

.content-questions-btn-next:active {
  background-color: #2aa10c;
}


.custom-radio__input {
  max-width: 624px;
  width: 100%;
  height: 56px;
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  padding: 16px 24px;
  outline: none;
  transition: box-shadow 0.3s ease;
}

.custom-radio__input:hover {
  box-shadow: 0 0 5px 5px rgba(60, 13, 13, 0.2);
}

.custom-radio__input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

/* Катомный селект */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  /* Увеличен для размещения стрелки */
}

.custom-select {
  appearance: none;
  width: 100%;
  padding-right: 30px;
  background-color: white;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  z-index: 1;
  border: 1px solid #a7a7a7;
  border-radius: 8px;
  padding: 16px 24px;
  height: 56px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 24px;
}

.custom-select-wrapper::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 41%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 12px;
  /* Задайте необходимые размеры SVG */
  height: 12px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.99952 6.0006L0.756836 1.758L2.17106 0.34375L4.99952 3.1722L7.82792 0.34375L9.24212 1.758L4.99952 6.0006Z' fill='black' /%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

.custom-select-label {
  margin-bottom: 24px;
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000;

}

.custom-select option {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  padding: 5px;

}



#step-8 .content-questions-title {
  max-width: 415px;
  width: 100%;
}

.content-result-top {

  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  padding-left: 128px;
  min-height: 104px;
  padding-top: 16px;
  width: 100%;
  margin-bottom: 38px;
}

.content-result-top h3 {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 133%;
  color: #000;
  margin-bottom: 18px;
}

.content-result-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 9px;
}

#step-12 {
  min-height: 608px;
}

#step-12 .content-questions {
  max-width: 100%;
}

.content-result-bottom p svg {
  margin-right: 8px;
}

.content-result-bottom p {
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  margin-bottom: 8px;

}

.content-questions .content-questions-btn-next {
	pointer-events: none;
	opacity: 0.6;
}
.content-questions.selected .content-questions-btn-next {
	pointer-events: auto !important;
	opacity: 1 !important;
}

.prev {cursor:poiner}
.next {cursor:poiner}


.list_risk {
  padding-left: 0;
}

.list_risk li {
  padding-left: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list_risk {
  list-style: none !important;
}

.risk_3 {
  background-image: url(/local/templates/quiz/img/list_med.svg);
}

.list_risk li {
  background-position: left center;
  background-repeat: no-repeat;
}

.risk_4 {
  background-image: url(/local/templates/quiz/img/list_hight.svg);
}

.list_risk li {
  /* padding-top: 5px; */
  /* padding-bottom: 5px; */
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 1120px) {
  .squeeze__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }


}

@media (max-width: 1024px) {
  .paginat-box {
    width: 46px;
    height: 46px;
  }

  .paginat-box {
    border-radius: 10px;
    padding: 8px;
  }

  .quiz-step {
    padding: 32px;
  }



}


@media (max-width: 840px) {
  .custom-select-wrapper::after {
    right: 15px;
  }
}

@media (max-width: 768px) {

  .squeeze__info {
    max-width: 318px;
  }

  .squeeze__card {
    background-position: left;
  }

  .paginat-box {
    width: 40px;
    height: 40px;
  }

  .content-card {
    background-position: top;
  }




}

@media (max-width: 680px) {

  .squeeze-block {
    flex-direction: column;
  }

  .squeeze__info-box h2 {
    margin-top: 32px;
  }

  .squeeze__info-box {
    max-width: 100%;
    padding-left: 24px;
    padding-bottom: 24px;
  }

  .squeeze__card {
    max-width: 100%;
    height: auto;
    margin-right: 0;
    aspect-ratio: 1;
  }

  .quiz-step {
    padding: 24px;
  }

  .paginat-box {
    font-size: 22px;
  }

  .paginat-box {
    width: 36px;
    height: 36px;
  }

  .content-questions-title {
    hyphens: auto;
    word-wrap: break-word;
  }

  #step-12 {
    min-height: auto;
  }

  .content-card {
    min-height: 350px;
    height: 100%;
  }

}

@media (max-width: 576px) {

  .paginat-box {
    width: 28px;
    height: 28px;
  }

  .paginat-box {
    font-size: 20px;
  }

  .content-card {
    display: none;
  }






}

@media (max-width: 480px) {

  .header__container {
    flex-direction: column;
  }

  .header__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .squeeze-block {
    margin: 34px 0 0 0;
  }

  .squeeze__info {
    max-width: 100%;
  }

  .squeeze__info-box {
    padding: 24px;
  }


  .paginat-box {
    font-size: 16px;
  }

  .paginat-box {
    width: 22px;
    height: 24px;
  }

  .custom-select-label {
    hyphens: auto;
  }

  .header__container {
    padding-top: 30px;
  }

  .header__logo {
    margin-bottom: 15px;
  }

  .squeeze-block {
    margin: 27px 0 0 0;
  }

  .squeeze__info-box h2 {
    margin-top: 12px;
    margin-bottom: 19px;
  }


  .squeeze__paginat {
    margin-bottom: 36px;
  }

  .quiz-step {
    padding: 16px;
  }

  .paginat-box {
    padding: 5px;
  }

  .content-result-top {
    background-size: auto;
    padding-left: 110px;
  }



}




#popup_consult_top {
  max-width: 488px;
  padding: 20px;
  border-radius: 15px;
}

#popup_consult_top {
}

#popup_consult_top .fake-h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

#popup_consult_top {

  max-width: 624px;
  padding: 20px 30px 30px;
}

.bottom_text {
  font-size: 16px;
  line-height: 24px;
}

.bottom_text span {
  color: #F65E08;
  text-transform: uppercase;
}

.bottom_text {
  font-weight: 600;
  margin-bottom: 20px;
}

#b-form-4 input {
  width: 100%;
  display: block;
  border: 1px solid #A7A7A7;
  border-radius: 8px;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.ajax.b-green-butt {
  font-size: 14px;
  line-height: 24px;
  background: #7EB928;
  color: #fff;
  max-width: 130px;
  border: 0 !important;
  cursor:pointer;
}

.close_box {
  display: block;
}



.close_box {
  font-size: 14px;
  line-height: 24px;
  background: transparent;
  color: #7EB928;
  max-width: 148px;
  border: 0 !important;
  padding: 10px 20px;
  border-radius: 16px;
  border: 1px solid #7EB928 !important;
  cursor:pointer;
}

.ajax.b-green-butt {
  margin-bottom: 0 !important;
  border-radius: 16px !important;
}


#bottom_text {
  display: flex;
  gap: 15px;
}

.close_box {
	display: flex;
	gap: 10px;
}
.close_box img {
	width: 8px;
}

.close_box:hover {opacity:0.8}
.ajax.b-green-butt:hover {opacity:0.8}


.countdown_secont {
	width: 100%;
	text-align: left;
	color: #F65E08;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.sendmail-result-text {
	text-align: center;
	font-size: 18px;
	margin: 45px 0;
}

@media (max-width: 570px) {
	#bottom_text {
	  flex-wrap: wrap;
	}

	.close_box {
	  width: 100%;
	  max-width: 50%;
	  text-align: center;
	  align-items: ;
	  max-width: calc(50%);
	}

	.ajax.b-green-butt {
	  max-width: calc(50% - 15px);
	}

	.countdown_secont {
	  text-align: center;
	  justify-content: center;
	}
	
		#bottom_text {
		  flex-wrap: wrap;
		}

		.close_box {
		  width: 100%;
		  max-width: 50%;
		  text-align: center;
		  align-items: ;
		  max-width: calc(50%);
		}

		.ajax.b-green-butt {
		  max-width: calc(50% - 15px);
		}

		.countdown_secont {
		  text-align: center;
		  justify-content: center;
		}

		#popup_consult_top .fake-h3 {
		  font-size: 20px;
		  line-height: 23px;
		}

		.bottom_text {

		  font-size: 14px;
		  line-height: 21px;
		}

}


/* === Попап видео === */
.video-popup {
  max-width: 640px;
  width: 100%;
}

.video-popup__header {
  margin-bottom: 16px;
}

.video-popup__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
}

.video-popup__player {
  width: 100%;
  border-radius: 12px;
  background: #000;
  display: block;
}

#popup_video {
  max-width: 680px;
  padding: 24px;
  border-radius: 15px;
}


/* === Попап формы оплаты === */
#popup_payment {
  max-width: 460px;
  padding: 30px;
  border-radius: 15px;
}

.payment-popup {
  position: relative;
}

.payment-popup__badge {
  display: inline-block;
  background: #F65E08;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.payment-popup__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
  margin-bottom: 20px;
}

.payment-popup__card {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  color: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 24px;
}

.payment-popup__card-name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 6px;
}

.payment-popup__card-details {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 12px;
}

.payment-popup__card-details strong {
  color: #fff;
}

.payment-popup__prices {
  display: flex;
  align-items: center;
  gap: 12px;
}

.payment-popup__price-old {
  font-size: 16px;
  color: #888;
  text-decoration: line-through;
}

.payment-popup__price-new {
  font-weight: 700;
  font-size: 26px;
  color: #7EB928;
}

.payment-popup__form input {
  width: 100%;
  display: block;
  border: 1px solid #A7A7A7;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 12px;
  font-size: 15px;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  transition: border-color 0.2s;
}

.payment-popup__form input:focus {
  border-color: #7EB928;
}

.payment-popup__row {
  display: flex;
  gap: 12px;
}

.payment-popup__row input {
  width: 50%;
}

.payment-popup__btn {
  width: 100%;
  display: block;
  background: #7EB928;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 4px;
}

.payment-popup__btn:hover {
  background-color: #64af1e;
}

.payment-popup__btn:active {
  background-color: #2aa10c;
}

.payment-popup__timer {
  text-align: center;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
  color: #F65E08;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  #popup_video {
    padding: 16px;
  }

  .video-popup__title {
    font-size: 18px;
  }

  #popup_payment {
    padding: 20px;
  }

  .payment-popup__title {
    font-size: 18px;
  }

  .payment-popup__card {
    padding: 16px;
  }

  .payment-popup__price-new {
    font-size: 22px;
  }
}
/* End */


/* Start:/local/templates/quiz/css/styles_table.css?17694320967949*/
/* CSS Custom Properties */
:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-gray-light: #F9F9F9;
  --color-orange: #F65E08;
  --color-orange-light: rgba(246, 94, 8, 0.16);
  --color-green: #7EB928;
  
  --font-family: 'Montserrat', sans-serif;
  
  --border-radius: 16px;
  --border-radius-sm: 8px;
}



#popup_consult_top {
  max-width: 840px;
}

/* Tech Card Container */
.tech-card {
  position: relative;
  background-color: var(--color-white);
  border-radius: var(--border-radius);
  max-width: 800px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 35px;
}

/* Close Button */
.tech-card__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-black);
  transition: opacity 0.2s ease;
}

.tech-card__close:hover {
  opacity: 0.7;
}

/* Header */
.tech-card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tech-card__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333;
  color: var(--color-black);
}

.tech-card__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

/* Packages Container */
.tech-card__packages {
  display: flex;
  flex-direction: column;
  gap: 8px;

}

/* Package Card */
.tech-card__package {
  position: relative;
  background-color: var(--color-gray-light);
  border-radius: var(--border-radius);
  padding: 8px 16px;
  display: flex;
  flex-direction: row;
  
  gap: 5px;
}

.tech-card__package--highlighted {
  background-color: var(--color-orange-light);
}

/* Package Header */
.tech-card__package-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.tech-card__package-info {
  display: flex;
  flex-direction: column;
  min-width: 110px;
}

.tech-card__package-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-black);
}

.tech-card__package-includes {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.333;
  color: var(--color-black);
  max-width: 130px;
}

.tech-card__package-prices {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.tech-card__price-old {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-orange);
  text-decoration: line-through;
}

.tech-card__price-new {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-black);
}

/* Toggle Button (hidden on desktop) */
.tech-card__toggle {
  display: none;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-black);
  transition: transform 0.3s ease;
}

.tech-card__package.tech-card__package--open .tech-card__toggle {
  transform: rotate(180deg);
}

/* Package Content */
.tech-card__package-content {
  flex: 1;
  display: flex;
  align-items: center;
}

/* Services List */
.tech-card__services {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 8px;
}

.tech-card__service {
  background-color: var(--color-white);
  border-radius: var(--border-radius-sm);
  padding: 10px;
  display: flex;
  align-items: center;
}

.tech-card__service span {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.333;
  color: var(--color-black);
}

/* VIP Services with orange tint */
.tech-card__package--highlighted .tech-card__service {
  background-color: rgba(246, 94, 8, 0.08);
}

/* Package Badge (Plus icon) */
.tech-card__package-badge {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}

/* CTA Button */
.tech-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-green);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.714;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: var(--border-radius);
  border: none;
  cursor: pointer;
  align-self: flex-start;
  transition: background-color 0.2s ease;
}

.tech-card__btn:hover {
  background-color: #6ea01f;
}

/* ===================== */
/* DESKTOP LAYOUT */
/* ===================== */
@media (min-width: 992px) {
  .tech-card__packages {
    flex-direction: column;
    gap: 8px;
  }

  .tech-card__package {
    flex-direction: row;
    align-items: stretch;
    padding: 8px 16px;
  }

  .tech-card__package-header {
    flex: 0 0 auto;
    min-width: 130px;
  }

  .tech-card__package-info {
    gap: 4px;
  }

  .tech-card__package-content {
    flex: 1;
  }

  .tech-card__services {
    flex-direction: row;
    gap: 8px;
	height: 100%;
  }

  .tech-card__service {
    flex: 0 1 auto;
    max-width: 200px;
  }

  /* Hide toggle on desktop */
  .tech-card__toggle {
    display: none !important;
  }

  /* Always show content on desktop */
  .tech-card__package-content {
    display: flex !important;
    max-height: none !important;
    overflow: visible !important;
  }

  /* Package badge positioning */
	.tech-card__package-badge {
		position: absolute;
		right: auto;
		top: 50%;
		transform: translateY(-50%);
		left: 140px;
	}
}



/* ===================== */
/* MOBILE LAYOUT (Accordion) */
/* ===================== */
@media (max-width: 991px) {
  .tech-card {
    padding-bottom: 35px;
    max-width: 100%;
  }

  .tech-card__close {
    top: 24px;
    right: 24px;
  }

  .tech-card__packages {
    flex-direction: column;
    gap: 8px;
  }

	.tech-card__package {
		flex-direction: column;
		align-items: stretch;
		padding: 10px 16px;
		gap: 10px;
	}

  .tech-card__package-header {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .tech-card__package-info {
    flex: 1;
  }

  .tech-card__package-prices {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }

  .tech-card__price-old {
    font-size: 14px;
  }

  .tech-card__price-new {
    font-size: 20px;
  }

  /* Show toggle on mobile */
  .tech-card__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Package content - accordion behavior */
  .tech-card__package-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  }

  .tech-card__package.tech-card__package--open .tech-card__package-content {
    max-height: 1000px;
  }

	.tech-card__services {
		flex-direction: column;
		gap: 8px;
		width: 100%;
	}

  .tech-card__service {
    max-width: none;
    width: 100%;
  }

  /* Package badge positioning on mobile */
  .tech-card__package-badge {
    position: absolute;
    right: 16px;
    bottom: 16px;
    top: auto;
    transform: none;
  }

  /* Button full width on mobile */
  .tech-card__btn {
    width: 100%;
    justify-content: center;
  }
  
  
	
	.tech-card__package-badge {
		position: absolute;
		right: auto;
		bottom: auto;
		top: 98px;
		transform: none;
		left: calc(50% - 10px);
		opacity:0;
	  }
	  
	  
	  .tech-card__package.tech-card__package--open .tech-card__package-badge {opacity:1;}
}

/* Animation for accordion */
.tech-card__package-content {
  will-change: max-height;
}

/* Focus states for accessibility */
.tech-card__close:focus,
.tech-card__toggle:focus,
.tech-card__btn:focus {
  outline: 2px solid var(--color-green);
  outline-offset: 2px;
}

@media (max-width: 991px) and (min-width: 769px)  {
  .tech-card__services {
    flex-direction: row;
    width: 100%;
  }
  .tech-card__package-badge {
	  display: none;
	}

	.tech-card__toggle {
	  display: none;
	}
	

	.tech-card__package-info {
	  min-width: 600px;
	}

	.tech-card__package-includes {
	  max-width: 600px;
	}
	
	.tech-card {
		padding-bottom: 45px !important;
	}
}


/* First package on mobile - open state is controlled by JS class .tech-card__package--open */

/* End */
/* /local/templates/quiz/css/normalize.css?16525103046139 */
/* /local/templates/quiz/css/styles.css?177126435018340 */
/* /local/templates/quiz/css/styles_table.css?17694320967949 */
