@charset "UTF-8";
:root {
  --main-font: 'PT Serif', 'Times New Roman', serif;
  --color: #000106;
  --back: #ECF0F2;
  --light-back: #F7F9FA;
  --dark-back: #DAE4E9;
  --primary: #3271A8;
  --primary-light: #2F7CBF;
  --primary-dark: #236DAD;
  --secondary: #9E9FA0;
  --error: #EA3C3C;
  --disabled: #ECF0F2;
  --disabled-text: #A1A1A1; }

@font-face {
  font-family: "PT Serif";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/ptserif.woff") format("woff"); }

@font-face {
  font-family: "PT Serif";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  src: url("/fonts/ptserifbold.woff") format("woff"); }

/*stylelint-disable*/
/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

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

:root {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    :root {
      font-size: 16px; } }

html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%)); }

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--color);
  font-family: var(--main-font);
  font-size: 1rem;
  line-height: 1.15;
  word-wrap: break-word;
  background-color: var(--back);
  min-height: 100vh; }

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

img {
  max-width: 100%;
  height: auto; }

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none; }
  button:focus-visible,
  input:focus-visible,
  optgroup:focus-visible,
  select:focus-visible,
  textarea:focus-visible {
    outline: 1px solid var(--color); }

main {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.no-scroll {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  margin-right: calc(-1 * (100vw - 100%));
  -ms-touch-action: none;
      touch-action: none; }

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

/*
Чтобы правильно спрятать элемент нужно:
1. Убрать из a11y-дерева: aria-hidden="true"
2. Исключить из порядка навигации с клавиатуры: tabindex="-1"
3. Скрыть визуально: class="visually-hidden"


<a href="#" class="visually-hidden" aria-hidden="true" tabindex="-1"> </a>
*/
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px; }

.project-input {
  width: 100%;
  height: 47px;
  padding: 13px 20px 14px;
  font: inherit;
  color: var(--disabled-text);
  font-size: 0.89rem;
  background: var(--light-back);
  border: 1px solid var(--disabled);
  border-radius: 7px;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  .project-input::-webkit-input-placeholder {
    color: var(--disabled-text); }
  .project-input::-moz-placeholder {
    color: var(--disabled-text); }
  .project-input:-ms-input-placeholder {
    color: var(--disabled-text); }
  .project-input::-ms-input-placeholder {
    color: var(--disabled-text); }
  .project-input::placeholder {
    color: var(--disabled-text); }
  .project-input:hover {
    background-color: var(--disabled); }
  .project-input:focus {
    background: var(--light-back);
    outline: none; }

.project-input__wrap {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .project-input__wrap span {
    color: var(--error);
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: -20px; }

.error {
  margin-bottom: 30px; }
  .error .project-input {
    background-color: rgba(234, 60, 60, 0.15);
    border: 1px solid rgba(234, 60, 60, 0.2); }

.project-radio {
  margin-right: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #000106;
  /* стили при наведении курсора на радио */
  /* стили для активной радиокнопки (при нажатии на неё) */
  /* стили для радиокнопки, находящейся в фокусе */
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  /* стили для радиокнопки, находящейся в состоянии checked */
  /* стили для радиокнопки, находящейся в состоянии disabled */ }
  @media screen and (max-width: 480px) {
    .project-radio {
      margin-right: 0;
      margin-bottom: 10px; } }
  .project-radio > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .project-radio > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .project-radio > span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid #ECF0F2;
    border-radius: 50%;
    margin-right: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #FFFFFF; }
  .project-radio > input:not(:disabled):not(:checked) + span:hover::before {
    background-color: var(--disabled); }
  .project-radio > input:not(:disabled):active + span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .project-radio > input:focus:not(:checked) + span::before {
    border-color: #ECF0F2; }
  .project-radio > input:checked + span::before {
    border-color: #ECF0F2;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-6 -6 12 12'%3e%3ccircle r='6' fill='%233271A8'/%3e%3c/svg%3e");
    background-size: 12px; }
  .project-radio > input:disabled + span::before {
    background-color: #e9ecef; }
  .project-radio__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 480px) {
      .project-radio__wrap {
        display: block; } }

.project-textarea {
  width: 100%;
  height: 208px;
  padding: 16px 20px 14px;
  font: inherit;
  color: var(--disabled-text);
  font-size: 0.89rem;
  background: var(--light-back);
  border: 1px solid var(--disabled);
  border-radius: 7px;
  cursor: pointer;
  resize: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: background-color .4s;
  transition: background-color .4s; }
  @media screen and (max-width: 480px) {
    .project-textarea {
      height: auto; } }
  .project-textarea::-webkit-input-placeholder {
    color: var(--disabled-text); }
  .project-textarea::-moz-placeholder {
    color: var(--disabled-text); }
  .project-textarea:-ms-input-placeholder {
    color: var(--disabled-text); }
  .project-textarea::-ms-input-placeholder {
    color: var(--disabled-text); }
  .project-textarea::placeholder {
    color: var(--disabled-text); }
  .project-textarea:hover {
    background-color: var(--disabled); }
  .project-textarea:focus {
    background: var(--light-back);
    outline: none; }

.project-textarea__wrap {
  position: relative;
  margin-bottom: 10px;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .project-textarea__wrap.error {
    margin-bottom: 30px; }
    .project-textarea__wrap.error .project-textarea {
      background-color: rgba(234, 60, 60, 0.15);
      border: 1px solid rgba(234, 60, 60, 0.2); }
  .project-textarea__wrap span {
    color: var(--error);
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: -12px; }

.project-select {
  position: relative;
  margin-bottom: 10px; }
  .project-select:before {
    content: "";
    width: 12px;
    height: 7px;
    background-image: url("../img/icon-select-arrow.svg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 16px 7px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s; }
  .project-select__wrapper {
    width: 100%;
    min-height: 47px;
    padding: 13px 20px 14px;
    font: inherit;
    color: var(--disabled-text);
    font-size: 0.89rem;
    background-color: var(--light-back);
    border: 1px solid var(--disabled);
    border-radius: 7px;
    box-shadow: none;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .4s, border .4s;
    transition: background-color .4s, border .4s; }
  .project-select .project-select__label {
    font-size: 16px;
    color: #352c11;
    position: absolute;
    top: 0;
    left: 20px;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(14px);
    transform: translateY(14px); }
  .project-select__list {
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #ECF0F2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0 0 7px 7px;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    z-index: 3; }
  .project-select__item {
    min-height: 44px;
    padding: 10px 20px;
    border-bottom: 1px solid #ECF0F2;
    -webkit-transition: background-color .4s;
    transition: background-color .4s;
    outline: none;
    cursor: pointer; }
    .project-select__item:hover {
      background-color: var(--light-back); }
    .project-select__item:last-child {
      border-bottom: 0; }

.project-select.open .project-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }

.project-select.open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg); }

input[type="hidden" i] {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: initial;
  cursor: default;
  padding: initial;
  border: initial; }

.project-checkbox {
  display: none; }
  .project-checkbox + label {
    display: block;
    max-width: 494px;
    padding: 10px 11px 10px 64px;
    margin-bottom: 10px;
    font-size: .8em;
    border: 1px solid var(--disabled);
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    -webkit-transition: background-color .4s;
    transition: background-color .4s; }
    .project-checkbox + label a {
      color: var(--primary);
      -webkit-transition: color .4s;
      transition: color .4s; }
      .project-checkbox + label a:hover {
        color: var(--primary-light); }
    .project-checkbox + label::before {
      content: "";
      width: 30px;
      height: 30px;
      background-color: #FFF;
      border: 1px solid var(--disabled);
      border-radius: 7px;
      position: absolute;
      top: 50%;
      left: 17px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: background-color .4s;
      transition: background-color .4s; }
    .project-checkbox + label:hover {
      background-color: var(--disabled); }
    .project-checkbox + label:focus-visible {
      background-color: var(--disabled);
      outline: 1px solid var(--color); }
  .project-checkbox:checked + label {
    background-color: var(--disabled); }
    .project-checkbox:checked + label::after {
      content: "";
      width: 16px;
      height: 13px;
      background-image: url("../img/icon-check-on.svg");
      background-repeat: no-repeat;
      background-position: center;
      position: absolute;
      top: 50%;
      left: 24px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.project-checkbox__wrap {
  margin-bottom: 10px;
  position: relative; }
  .project-checkbox__wrap.error label {
    background-color: rgba(234, 60, 60, 0.15);
    border: 1px solid rgba(234, 60, 60, 0.2); }
  .project-checkbox__wrap span {
    color: var(--error);
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 20px;
    bottom: -12px; }

.button {
  min-width: 295px;
  min-height: 50px;
  display: inline-block;
  padding: 10px 20px;
  color: #FFF;
  font-size: 0.89rem;
  font-weight: bold;
  line-height: 1;
  background-color: var(--primary);
  border-radius: 90px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border: none;
  cursor: pointer; }
  .button:hover {
    background-color: var(--primary-light); }
  .button:active {
    background-color: var(--primary-dark); }
  .button:disabled {
    color: var(--disabled-text);
    background-color: var(--disabled);
    cursor: not-allowed; }

.simple-layout-title {
  margin: 0;
  padding: 12px 40px 14px;
  font-size: 1.33em;
  font-weight: bold;
  text-align: center;
  background-color: var(--light-back);
  border-radius: 10px 10px 0 0; }
  .simple-layout-title--left {
    text-align: left; }

.simple-layout-container {
  min-height: 58vh;
  padding: 40px 40px 92px;
  margin-bottom: 40px;
  background-color: #FFF;
  border-radius: 0 0 10px 10px; }

@media screen and (max-width: 1024px) {
  .simple-layout-title {
    font-size: 1.25em;
    padding: 7px 24px 8px; }
  .simple-layout-container {
    padding: 30px 24px 50px;
    margin-bottom: 20px; } }

.error-custom {
  height: 58vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .error-custom__wrap {
    margin-bottom: 1em; }
  .error-custom q {
    display: block;
    font-size: 1.69em;
    font-weight: bold;
    margin-bottom: 1em; }
    .error-custom q::before, .error-custom q::after {
      content: ""; }
  .error-custom cite {
    display: block;
    font-size: 0.84rem;
    font-style: normal; }

@media screen and (max-width: 1024px) {
  .error-custom q {
    font-size: 1.127em; } }

.container {
  max-width: 1310px;
  min-width: 314px;
  margin: 0 auto;
  padding: 0 15px; }

@media screen and (max-width: 480px) {
  .container {
    padding: 0 3px; } }

.header {
  margin: 20px 0 0; }
  .header__button-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 19px;
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    .header__button-icon--profile {
      margin-right: -10px;
      background-image: url("../img/icon-user.svg"); }
    .header__button-icon--search {
      background-image: url("../img/icon-search.svg"); }
  .header__search-button-active {
    background-image: url("../img/icon-close.svg"); }

.header__wrap {
  padding: 20px 30px;
  background-color: #FFF;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 210; }

@media screen and (max-width: 1024px) {
  .header {
    margin: 0;
    border-bottom: 1px solid var(--dark-back); }
    .header > * {
      padding: 0; }
  .header__wrap {
    padding: 9px 30px;
    border-radius: 0; } }

@media screen and (max-width: 768px) {
  .header {
    position: sticky;
    top: 0;
    z-index: 100; }
  .header__search-button {
    display: none; } }

@media screen and (max-width: 640px) {
  .header {
    border-left: 3px solid var(--back);
    border-right: 3px solid var(--back); }
  .header__wrap {
    padding: 9px 7px; } }

@media screen and (max-width: 480px) {
  .header__button-icon {
    display: none; } }

.lg {
  margin-right: 22px;
  height: 23px; }
  .lg img {
    width: 146px; }
  .lg a {
    height: 23px; }
    .lg a:focus-visible {
      outline: 1px solid var(--color); }

@media screen and (max-width: 1024px) {
  .logo {
    height: 18px; }
    .logo img {
      height: 18px;
      width: 114px; } }

.burger {
  display: none;
  width: 48px;
  height: 40px;
  margin: 0 10px 0 -12px;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  cursor: pointer; }
  .burger::before {
    content: "";
    border-radius: 3px;
    width: 19px;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 5px 0 0 var(--color), 0 -5px 0 0 var(--color);
            box-shadow: 0 5px 0 0 var(--color), 0 -5px 0 0 var(--color); }
  .burger:focus-visible {
    outline: 1px solid var(--color); }

@media screen and (max-width: 1024px) {
  .burger {
    display: block; } }

@media screen and (max-width: 640px) {
  .burger {
    margin-right: 0; } }

.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.89rem;
  font-weight: bold; }
  .nav__link {
    display: block;
    padding: 5px 28px;
    line-height: 1;
    position: relative; }
    .nav__link::before {
      content: "";
      width: 13px;
      height: 1px;
      background-color: var(--color);
      position: absolute;
      bottom: 2px;
      opacity: 0;
      -webkit-transition: left .4s;
      transition: left .4s; }
    .nav__link:hover::before {
      right: 28px;
      opacity: 1;
      -webkit-animation-name: moveDecorateLine;
              animation-name: moveDecorateLine;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    .nav__link:active::before {
      left: 28px;
      opacity: 1;
      -webkit-animation-name: expandDecorateLine;
              animation-name: expandDecorateLine;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    .nav__link.active {
      pointer-events: none; }
      .nav__link.active::before {
        left: 28px;
        opacity: 1; }
    .nav__link:not(.active):focus-visible {
      outline: 1px solid var(--color); }

@media screen and (max-width: 1024px) {
  .nav {
    text-align: left; }
    .nav li {
      width: calc(100% + 80px);
      margin: 0 -40px; }
    .nav__link {
      width: 100%;
      padding: 40px 40px 30px;
      font-size: 1.69em;
      font-weight: normal; }
      .nav__link:hover::before, .nav__link:active::before {
        display: none; }
      .nav__link.active {
        background-color: var(--light-back); }
        .nav__link.active::before {
          display: none; }
    .nav__main {
      display: none; }
    .nav__adaptive {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

@media screen and (max-width: 640px) {
  .nav li {
    width: calc(100% + 40px);
    margin: 0 -20px; }
  .nav__link {
    width: 100%;
    padding: 20px;
    font-size: 1em; } }

@-webkit-keyframes moveDecorateLine {
  from {
    right: 28px; }
  to {
    right: calc(100% - 41px); } }

@keyframes moveDecorateLine {
  from {
    right: 28px; }
  to {
    right: calc(100% - 41px); } }

@-webkit-keyframes expandDecorateLine {
  from {
    width: 13px; }
  to {
    width: calc(100% - 56px); } }

@keyframes expandDecorateLine {
  from {
    width: 13px; }
  to {
    width: calc(100% - 56px); } }

.link-custom {
  display: inline-block;
  padding: 10px 28px;
  font-size: 0.89rem;
  background-color: var(--disabled);
  background-image: linear-gradient(94deg, rgba(255, 255, 255, 0.85) 7.34%, rgba(255, 255, 255, 0.52) 37.32%, rgba(255, 255, 255, 0.33) 57.31%, rgba(255, 255, 255, 0.52) 74.34%, rgba(255, 255, 255, 0.85) 87.32%);
  background-size: 200%;
  background-position: left;
  border: 1px solid var(--disabled);
  border-radius: 90px;
  -webkit-transition: background-position .4s;
  transition: background-position .4s;
  outline: none; }
  .link-custom:hover {
    background-position: right; }
  .link-custom.active {
    background: var(--disabled);
    pointer-events: none; }
  .link-custom:not(.active):focus-visible {
    outline: 1px solid var(--color); }
  .link-custom__header {
    margin-left: auto;
    margin-right: 25px; }

.btnIcon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px;
  position: relative;
  outline: none; }
  .btnIconSrch {
    background-image: url("../img/icon-search.svg"); }
  .btnIconPrfl {
    margin-right: -10px;
    background-image: url("../img/icon-user.svg"); }
  .btnIcon::before {
    content: "";
    width: 7px;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    bottom: 6px;
    opacity: 0;
    -webkit-transition: left .4s;
    transition: left .4s; }
  .btnIcon:hover::before {
    right: 9px;
    opacity: 1;
    -webkit-animation-name: moveDecorateLine;
            animation-name: moveDecorateLine;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .btnIcon:active::before {
    left: 9px;
    opacity: 1;
    -webkit-animation-name: expandDecorateLine;
            animation-name: expandDecorateLine;
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both; }
  .btnIcon.active::before {
    left: 9px;
    opacity: 1; }
  .btnIcon:not(.active):focus-visible {
    outline: 1px solid var(--color); }

.btn {
  width: 100%;
  max-width: 295px;
  min-height: 50px;
  display: inline-block;
  padding: 15px 20px;
  color: #FFF;
  font-size: 0.89rem;
  font-weight: bold;
  line-height: 1;
  background-color: var(--primary);
  border-radius: 90px;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center; }
  .btn:hover {
    background-color: var(--primary-light); }
  .btn:focus-visible {
    outline: 1px solid var(--color); }
  .btn:active {
    background-color: var(--primary-dark); }

@media screen and (max-width: 768px) {
  .link-custom__header {
    max-width: 88px;
    padding: 2px 10px;
    margin-right: 7px;
    font-weight: bold;
    font-size: 0.81rem;
    line-height: 1.3;
    text-align: center;
    background-color: transparent;
    border: 2px solid var(--disabled);
    border-radius: 7px; }
  .btnIcon {
    background-size: 16px; }
    .btnIconSrch {
      display: none; } }

@media screen and (max-width: 640px) {
  .link-custom__header {
    margin-right: 0; }
  .btnIconPrfl {
    margin-right: -8px; } }

@media screen and (max-width: 480px) {
  .btnCommentMobile {
    max-width: 232px;
    min-height: 46px; } }

@keyframes moveDecorateLine {
  from {
    right: 9px; }
  to {
    right: calc(100% - 16px); } }

@keyframes expandDecorateLine {
  from {
    width: 7px; }
  to {
    width: calc(100% - 18px); } }

.sub-menu {
  margin-bottom: 40px; }
  .sub-menu__wrap {
    height: 52px;
    background-color: var(--light-back);
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    position: relative;
    z-index: 211; }
    .sub-menu__wrap::before {
      content: "";
      width: 60px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -3px;
      bottom: 0;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#FFF));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFF 100%); }
  .sub-menu__wrap--active {
    border-radius: 0; }
  .sub-menu__list {
    height: 85px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll; }
  .sub-menu__link {
    display: block;
    padding: 14px 29px;
    font-size: 0.84rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    white-space: nowrap;
    position: relative; }
    .sub-menu__link::before {
      content: "";
      width: 13px;
      height: 1px;
      background-color: var(--color);
      position: absolute;
      bottom: 14px;
      opacity: 0;
      -webkit-transition: left .4s;
      transition: left .4s; }
    .sub-menu__link:hover::before {
      right: 28px;
      opacity: 1;
      -webkit-animation-name: moveDecorateLine;
              animation-name: moveDecorateLine;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    .sub-menu__link:active::before {
      left: 28px;
      opacity: 1;
      -webkit-animation-name: expandDecorateLine;
              animation-name: expandDecorateLine;
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-fill-mode: both;
              animation-fill-mode: both; }
    .sub-menu__link:focus-visible {
      outline: 1px solid var(--color); }

@media screen and (max-width: 1024px) {
  .sub-menu {
    margin-bottom: 20px;
    top: 70px; }
    .sub-menu > * {
      padding: 0; }
    .sub-menu__wrap {
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      border-radius: 0; }
    .sub-menu__list li:first-of-type a {
      margin-left: 13px; }
    .sub-menu__link {
      padding: 14px 19px; }
      .sub-menu__link:hover::before, .sub-menu__link:active::before {
        display: none; } }

@media screen and (max-width: 768px) {
  .sub-menu {
    position: relative;
    z-index: 1;
    top: auto; } }

@media screen and (max-width: 640px) {
  .sub-menu__list li:first-of-type a {
    margin-left: 0; }
  .sub-menu__link {
    padding: 14px 10px; } }

@keyframes moveDecorateLine {
  from {
    right: 28px; }
  to {
    right: calc(100% - 41px); } }

@keyframes expandDecorateLine {
  from {
    width: 13px; }
  to {
    width: calc(100% - 56px); } }

.adaptive-nav__wrap {
  display: none;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 301; }
  .adaptive-nav__wrap.active {
    display: block; }

.adaptive-nav {
  display: none;
  height: 100%;
  background-color: #FFF;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  left: 0;
  right: 25%;
  top: 0;
  bottom: 0;
  z-index: 302;
  -webkit-transform: translateX(calc(-100vw - 25%));
          transform: translateX(calc(-100vw - 25%));
  -webkit-animation-name: menuSwipe;
          animation-name: menuSwipe;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: all .4s;
  transition: all .4s; }
  .adaptive-nav.active {
    display: block; }
  .adaptive-nav__inner {
    height: 100%;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .adaptive-nav__footer {
    margin-top: auto; }
  .adaptive-navCloseAnimate {
    -webkit-animation-name: menuSwipeBack;
            animation-name: menuSwipeBack;
    -webkit-animation-duration: .4s;
            animation-duration: .4s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-transition: all .4s;
    transition: all .4s; }
  .adaptive-nav__full-site-version {
    display: block;
    margin-top: 35px;
    font-size: 24px; }

@media screen and (max-width: 640px) {
  .adaptive-nav__inner {
    padding: 40px 20px; } }

@media screen and (max-width: 480px) {
  .adaptive-nav__full-site-version {
    font-size: 16px;
    margin-top: 20px; } }

@-webkit-keyframes menuSwipe {
  0% {
    -webkit-transform: translateX(calc(-100vw - 25%));
            transform: translateX(calc(-100vw - 25%)); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes menuSwipe {
  0% {
    -webkit-transform: translateX(calc(-100vw - 25%));
            transform: translateX(calc(-100vw - 25%)); }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes menuSwipeBack {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-100vw - 25%));
            transform: translateX(calc(-100vw - 25%)); } }

@keyframes menuSwipeBack {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-100vw - 25%));
            transform: translateX(calc(-100vw - 25%)); } }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  width: 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .social-list__link {
    display: block;
    width: 50px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 12px;
    padding-bottom: 12px; }
  .social-list__link--vk {
    background-image: url("../icon-vk.svg");
    background-size: 24px; }
  .social-list__link--youtube {
    background-image: url("../img/icon-youtube.svg");
    background-size: 24px; }
  .social-list__link--odn {
    background-image: url("../img/icon-odn.svg");
    background-size: 14px; }
  .social-list__link--inst {
    background-image: url("../img/icon-inst.svg");
    background-size: 18px; }
  .social-list__link--zen {
    background-image: url("../img/icon-zen.svg");
    background-size: 18px; }
  .social-list__link--tw {
    background-image: url("../img/icon-tw.svg");
    background-size: 22px; }
  .social-list__link--tm {
    background-image: url("../img/icon-tm.svg");
    background-size: 30px; }

@media screen and (max-width: 480px) {
  .social-list {
    width: 148px; }
    .social-list__link {
      width: 30px; } }

.search-mobile {
  position: relative;
  margin-left: -40px;
  margin-right: -40px;
  margin-top: 12px; }
  .search-mobile__input {
    border: 2px solid var(--back);
    width: 100%;
    font-size: 24px;
    height: 76px;
    padding-left: 40px; }
  .search-mobile__input:focus {
    outline: 1px solid var(--back);
    background-color: var(--light-back); }
  .search-mobile__button {
    width: 56px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background-color: transparent;
    background-image: url("/img/icon-search-gray.svg");
    background-position: center;
    background-repeat: no-repeat; }

@media screen and (max-width: 640px) {
  .search-mobile {
    margin-left: -20px;
    margin-right: -20px; }
    .search-mobile__input {
      padding-left: 20px; } }

@media screen and (max-width: 480px) {
  .search-mobile {
    margin-left: -20px;
    margin-right: -20px; }
    .search-mobile__input {
      height: 46px;
      font-size: 16px;
      padding-left: 20px;
      border-width: 1px; }
    .search-mobile__button {
      width: 50px;
      background-size: 16px; } }

.footer {
  font-size: 0.667em; }
  .footer__top {
    padding: 24px 0 27px;
    background-color: var(--light-back); }
    .footer__top-list {
      margin: 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(5, minmax(70px, 170px));
      grid-column-gap: 1%; }
    .footer__top-item {
      padding: 3px 0; }
    .footer__top-link:focus-visible {
      outline: 1px solid var(--color); }
  .footer__bottom {
    padding: 22px 0 42px; }
    .footer__bottom-list {
      margin: 0 0 18px 0;
      padding: 0;
      list-style: none;
      display: grid;
      grid-template-columns: repeat(3, minmax(100px, 240px));
      grid-column-gap: 1%; }
    .footer__bottom-item {
      padding: 3px 0; }
    .footer__bottom-link:focus-visible {
      outline: 1px solid var(--color); }
  .footer__info {
    border-top: 1px solid var(--dark-back);
    border-bottom: 1px solid var(--dark-back);
    margin-bottom: 8px; }
    .footer__info-button {
      padding: 8px 12px 8px 0;
      font: inherit;
      background-color: transparent;
      cursor: pointer;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      position: relative; }
      .footer__info-button::before {
        content: "";
        width: 10px;
        height: 10px;
        background-image: url("/img/icon-footer-arrow.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: calc(50% - 4px);
        right: 0;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s; }
      .footer__info-button.opened::before {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
    .footer__info-wrap {
      display: none;
      padding-bottom: 8px; }
      .footer__info-wrap p {
        margin: 10px 0; }
  .footer__censor {
    font-size: 1rem;
    font-weight: bold; }

@media screen and (max-width: 1024px) {
  .footer__top-list {
    grid-template-columns: repeat(3, minmax(70px, 170px)); } }

@media screen and (max-width: 480px) {
  .footer__top {
    padding: 15px 20px 5px; }
    .footer__top > div {
      min-width: 280px; }
    .footer__top-list {
      display: block; }
    .footer__top-item:nth-child(3n+3) {
      margin-bottom: 10px; }
  .footer__bottom-list {
    display: block;
    padding: 8px 20px; }
    .footer__bottom-list li {
      margin-bottom: 7px; }
      .footer__bottom-list li:last-child {
        margin-bottom: 0; }
  .footer__info {
    padding: 0 20px; }
  .footer__censor {
    padding: 0 20px; } }

.footer__info-wrap.active {
  display: block; }

.metrics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .metrics__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .metrics__container * {
      margin: 10px; }

.payment__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #000106;
  text-align: left;
  padding-left: 70px;
  background-color: var(--light-back);
  border-radius: 10px 10px 0 0; }
  @media screen and (max-width: 1024px) {
    .payment__title {
      font-size: 20px;
      line-height: 32px;
      padding-left: 32px; } }
  @media screen and (max-width: 480px) {
    .payment__title {
      padding: 0 17px 5px;
      background-color: #FFFFFF;
      border-radius: 0; } }
  @media screen and (max-width: 480px) {
    .payment__title--mobile {
      display: none; } }

.payment__container {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 10px; }
  @media screen and (max-width: 480px) {
    .payment__container {
      margin-bottom: 0;
      border-radius: 0; } }

.payment__wrap {
  padding: 0 70px 60px; }
  @media screen and (max-width: 1024px) {
    .payment__wrap {
      padding: 0 32px 40px; } }
  @media screen and (max-width: 480px) {
    .payment__wrap {
      padding: 0 17px 0px; } }

.payment__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000106; }
  @media screen and (max-width: 1024px) {
    .payment__text {
      font-size: 16px;
      line-height: 26px; } }

.payment__form {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "name surname" "patronymic phone" "person person" "ad-phone amount" "group group"; }
  @media screen and (max-width: 480px) {
    .payment__form {
      grid-column-gap: 0;
      grid-template-columns: 100%;
      grid-template-areas: "name" "surname" "patronymic" "phone" "person" "ad-phone" "amount" "group"; } }

.payment__name {
  grid-area: name; }

.payment__surname {
  grid-area: surname; }

.payment__patronymic {
  grid-area: patronymic; }

.payment__phone {
  grid-area: phone; }

.payment__person {
  margin: 19px 0 29px;
  grid-area: person; }
  @media screen and (max-width: 480px) {
    .payment__person {
      margin: 20px 0 20px; } }

.payment__ad-phone {
  grid-area: ad-phone; }

.payment__amount {
  grid-area: amount; }

.payment__rubric {
  grid-area: rubric; }

.payment__message {
  grid-area: message; }

.payment__info {
  grid-area: info; }

.payment__button {
  grid-area: paybtn;
  width: 100%;
  min-width: initial;
  margin-bottom: 40px; }
  .payment__button-wrap {
    max-width: 225px; }

.payment__check-pers {
  grid-area: check-pers; }

.payment__pay {
  display: grid;
  grid-column-gap: 45px;
  grid-template-columns: 428px auto;
  padding: 35px 70px 30px;
  grid-template-areas: "paybtn pay-info" "check-pers pay-info"; }
  .payment__pay__sum {
    grid-area: sum; }
  @media screen and (max-width: 1024px) {
    .payment__pay {
      grid-column-gap: 0;
      grid-template-columns: 1fr;
      padding: 35px 32px 30px;
      grid-template-areas: "paybtn" "check-pers" "pay-info"; } }

.payment-form__group {
  grid-area: group;
  padding: 0;
  margin: 0;
  border: none; }

.payment-form__subgrid {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto 209px;
  grid-template-areas: "rubric info" "message info"; }
  @media screen and (max-width: 768px) {
    .payment-form__subgrid {
      grid-template-columns: auto;
      grid-template-areas: "rubric" "message" "info"; } }

.payment-info {
  padding: 0 0 0 20px;
  margin: 0;
  border: none;
  list-style: none; }
  @media screen and (max-width: 768px) {
    .payment-info {
      display: grid;
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (max-width: 480px) {
    .payment-info {
      display: block;
      padding: 0; } }
  .payment-info__item {
    font-size: 14px;
    line-height: 26px;
    color: #000106;
    margin-bottom: 15px; }
    .payment-info__item:last-child {
      margin-bottom: 0; }
  .payment-info__descr {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #000106; }
    @media screen and (max-width: 480px) {
      .payment-info__descr {
        display: inline;
        margin-left: 10px; } }
    .payment-info__descr--price {
      font-size: 24px;
      line-height: 38px;
      color: #3271A8; }

.pay-info {
  grid-area: pay-info; }
  .pay-info__text {
    font-size: 16px;
    line-height: 26px;
    color: #000106;
    margin: 20px 0; }
  .pay-info__link {
    font-size: 16px;
    line-height: 26px;
    color: #3271A8; }

.payment-checkbox {
  font-size: 16px;
  line-height: 26px;
  color: #000106;
  /* стили при наведении курсора на радио */
  /* стили для активной радиокнопки (при нажатии на неё) */
  /* стили для радиокнопки, находящейся в фокусе */
  /* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
  /* стили для радиокнопки, находящейся в состоянии checked */
  /* стили для радиокнопки, находящейся в состоянии disabled */ }
  @media screen and (max-width: 480px) {
    .payment-checkbox {
      font-size: 14px;
      line-height: 22px;
      border-top: 1px solid #ECF0F2;
      padding: 10px 0 10px 17px;
      width: auto;
      margin-left: -17px;
      margin-right: -17px; }
      .payment-checkbox:first-child {
        border-top: 0; } }
  .payment-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .payment-checkbox > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
  .payment-checkbox > span::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    border: 1px solid #ECF0F2;
    border-radius: 50%;
    margin-right: 11px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #FFFFFF; }
  .payment-checkbox b {
    font-size: 16px;
    line-height: 26px;
    color: #3271A8;
    margin: 0 8px;
    white-space: nowrap; }
  .payment-checkbox > input:not(:disabled):not(:checked) + span:hover::before {
    background-color: var(--disabled); }
  .payment-checkbox > input:not(:disabled):active + span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .payment-checkbox > input:focus:not(:checked) + span::before {
    border-color: #ECF0F2; }
  .payment-checkbox > input:checked + span::before {
    border-color: #ECF0F2;
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-6 -6 12 12'%3e%3ccircle r='6' fill='%233271A8'/%3e%3c/svg%3e");
    background-size: 12px; }
  .payment-checkbox > input:disabled + span::before {
    background-color: #e9ecef; }
  .payment-checkbox__wrap {
    padding-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 24px; }
    @media screen and (max-width: 1100px) {
      .payment-checkbox__wrap {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 768px) {
      .payment-checkbox__wrap {
        grid-template-columns: repeat(1, 1fr); } }
    @media screen and (max-width: 480px) {
      .payment-checkbox__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 0;
        padding-top: 10px; } }

.payment-2 .payment__form {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "name surname" "patronymic phone" "sum ." "message message"; }
  @media screen and (max-width: 480px) {
    .payment-2 .payment__form {
      grid-column-gap: 0;
      grid-template-columns: 100%;
      grid-template-areas: "name" "surname" "patronymic" "phone" "sum" "message"; } }

.create-ad {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 1fr 1fr 1fr; }
  @media screen and (max-width: 768px) {
    .create-ad {
      grid-template-columns: auto;
      grid-row-gap: 20px; } }
  .create-ad__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 132px;
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
    line-height: 26px;
    text-align: center;
    color: #000106;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s; }
    .create-ad__link:hover {
      opacity: .6; }
    @media screen and (max-width: 768px) {
      .create-ad__link {
        min-height: 108px; } }
  .create-ad__title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px; }
  .create-ad__descr {
    display: block; }

.container--create-ad {
  padding: 24px; }
