/* 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* 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] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* 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-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* 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 {
  padding: 0;
  border-style: none;
}

/**
* 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 {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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"] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* 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 {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* 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;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/open-sans.woff2") format("woff2"), url("../fonts/open-sans.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/open-sans-600.woff2") format("woff2"), url("../fonts/open-sans-600.woff") format("woff");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/open-sans-700.woff2") format("woff2"), url("../fonts/open-sans-700.woff") format("woff");
}

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

html,
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

a {
  color: #000000;
  text-decoration: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

select,
textarea,
input:is([type="email"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

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


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}

.scroll-lock-ios {
  position: fixed;
  overflow: hidden;
}

.scroll-lock {
  overflow: hidden;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.hidden {
  display: none;
}

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

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 19px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #7575e2;
  background-color: #f4f4fc;
  border: 2px solid rgba(255, 255, 255, 0);
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.btn svg {
  width: 24px;
  height: 16px;
  margin-right: 8px;
}

.btn:disabled {
  color: #dddddd;
  background-color: #f8f8f8;
  pointer-events: none;
}

.btn.disabled {
  color: #dddddd;
  background-color: #f8f8f8;
  pointer-events: none;
}

.btn--purple {
  color: #ffffff;
  background-color: #7575e2;
}

.btn--purple:disabled {
  color: #ffffff;
  background-color: #dddddd;
}

.btn--purple.disabled {
  color: #ffffff;
  background-color: #dddddd;
}

.btn--purple-border {
  border-color: #7575e2;
}

.btn--purple-border:disabled {
  color: #dddddd;
  background-color: rgba(255, 255, 255, 0);
  border-color: #dddddd;
  pointer-events: none;
}

.btn--purple-border.disabled {
  color: #dddddd;
  background-color: rgba(255, 255, 255, 0);
  border-color: #dddddd;
  pointer-events: none;
}

.btn--transparent {
  background-color: rgba(255, 255, 255, 0);
}

.btn--transparent:disabled {
  color: #dddddd;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}

.btn--transparent.disabled {
  color: #dddddd;
  background-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}

.custom-input,
.custom-textarea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-input__label,
.custom-textarea__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.custom-input__label svg,
.custom-textarea__label svg {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  margin-left: 5px;
}

.custom-input label,
.custom-textarea label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.custom-input label input,
.custom-input label textarea,
.custom-textarea label input,
.custom-textarea label textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 40px;
  padding: 8px 20px;
  color: #333333;
  border: 2px solid #b4b4d7;
  border-radius: 8px;
  outline: none;
  -webkit-transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: border 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.custom-input label input::-webkit-input-placeholder,
.custom-input label textarea::-webkit-input-placeholder,
.custom-textarea label input::-webkit-input-placeholder,
.custom-textarea label textarea::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #b4b4d7;
}

.custom-input label input::-moz-placeholder,
.custom-input label textarea::-moz-placeholder,
.custom-textarea label input::-moz-placeholder,
.custom-textarea label textarea::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #b4b4d7;
}

.custom-input label input:-ms-input-placeholder,
.custom-input label textarea:-ms-input-placeholder,
.custom-textarea label input:-ms-input-placeholder,
.custom-textarea label textarea:-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #b4b4d7;
}

.custom-input label input::-ms-input-placeholder,
.custom-input label textarea::-ms-input-placeholder,
.custom-textarea label input::-ms-input-placeholder,
.custom-textarea label textarea::-ms-input-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #b4b4d7;
}

.custom-input label input::placeholder,
.custom-input label textarea::placeholder,
.custom-textarea label input::placeholder,
.custom-textarea label textarea::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #b4b4d7;
}

.custom-input label input:hover,
.custom-input label textarea:hover,
.custom-textarea label input:hover,
.custom-textarea label textarea:hover {
  border: 2px solid #7575e2;
}

.custom-input label input:focus,
.custom-input label textarea:focus,
.custom-textarea label input:focus,
.custom-textarea label textarea:focus {
  border: 2px solid #7575e2;
}

.custom-input label input:disabled,
.custom-input label textarea:disabled,
.custom-textarea label input:disabled,
.custom-textarea label textarea:disabled {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.custom-input label input:disabled::-webkit-input-placeholder,
.custom-input label textarea:disabled::-webkit-input-placeholder,
.custom-textarea label input:disabled::-webkit-input-placeholder,
.custom-textarea label textarea:disabled::-webkit-input-placeholder {
  color: #dddddd;
}

.custom-input label input:disabled::-moz-placeholder,
.custom-input label textarea:disabled::-moz-placeholder,
.custom-textarea label input:disabled::-moz-placeholder,
.custom-textarea label textarea:disabled::-moz-placeholder {
  color: #dddddd;
}

.custom-input label input:disabled:-ms-input-placeholder,
.custom-input label textarea:disabled:-ms-input-placeholder,
.custom-textarea label input:disabled:-ms-input-placeholder,
.custom-textarea label textarea:disabled:-ms-input-placeholder {
  color: #dddddd;
}

.custom-input label input:disabled::-ms-input-placeholder,
.custom-input label textarea:disabled::-ms-input-placeholder,
.custom-textarea label input:disabled::-ms-input-placeholder,
.custom-textarea label textarea:disabled::-ms-input-placeholder {
  color: #dddddd;
}

.custom-input label input:disabled::placeholder,
.custom-input label textarea:disabled::placeholder,
.custom-textarea label input:disabled::placeholder,
.custom-textarea label textarea:disabled::placeholder {
  color: #dddddd;
}

.custom-input__error,
.custom-textarea__error {
  position: absolute;
  top: 6px;
  right: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #ed6041;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input__success,
.custom-textarea__success {
  position: absolute;
  top: 6px;
  right: 0;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #65cd54;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-input.is-invalid input,
.custom-textarea.is-invalid input {
  border: 2px solid #ed6041;
}

.custom-input.is-invalid input:focus,
.custom-input.is-invalid input:hover,
.custom-textarea.is-invalid input:focus,
.custom-textarea.is-invalid input:hover {
  border: 2px solid rgba(237, 96, 65, 0.8);
}

.custom-input.is-invalid .custom-input__error,
.custom-textarea.is-invalid .custom-input__error {
  opacity: 1;
}

.custom-input.is-valid input,
.custom-textarea.is-valid input {
  border: 2px solid #65cd54;
}

.custom-input.is-valid input:focus,
.custom-input.is-valid input:hover,
.custom-textarea.is-valid input:focus,
.custom-textarea.is-valid input:hover {
  border: 2px solid rgba(101, 205, 84, 0.7);
}

.custom-input.is-valid .custom-input__success,
.custom-textarea.is-valid .custom-input__success {
  opacity: 1;
}

.custom-textarea label textarea {
  min-height: 120px;
}

.custom-textarea.is-invalid textarea {
  border: 2px solid #ed6041;
}

.custom-textarea.is-invalid textarea:focus,
.custom-textarea.is-invalid textarea:hover {
  border: 2px solid rgba(237, 96, 65, 0.8);
}

.custom-textarea.is-invalid .custom-textarea__error {
  opacity: 1;
}

.custom-textarea.is-valid textarea {
  border: 2px solid #7575e2;
}

.custom-textarea.is-valid textarea:focus,
.custom-textarea.is-valid textarea:hover {
  border: 2px solid rgba(117, 117, 226, 0.7);
}

.custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-checkbox__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ed6041;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-checkbox label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}

.custom-checkbox label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-checkbox .custom-checkbox__label {
  cursor: pointer;
}

.custom-checkbox .custom-checkbox__icon {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #b4b4d7;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease;
  -o-transition: border-color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease;
}

.custom-checkbox .custom-checkbox__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color 0.3s ease, background-image 0.3s ease;
  -o-transition: background-color 0.3s ease, background-image 0.3s ease;
  transition: background-color 0.3s ease, background-image 0.3s ease;
}

.custom-checkbox label:hover .custom-checkbox__icon {
  border-color: #7575e2;
}

.custom-checkbox input:focus + .custom-checkbox__icon {
  border-color: #525288;
}

.custom-checkbox input:checked + .custom-checkbox__icon::before {
  background-color: #7575e2;
}

.custom-checkbox input:disabled + .custom-checkbox__icon {
  border-color: #f8f8f8;
  pointer-events: none;
}

.custom-checkbox input:disabled + .custom-checkbox__icon::before {
  background-color: #f8f8f8;
  background-image: none;
  pointer-events: none;
}

.custom-checkbox input:disabled + .custom-checkbox__icon + .custom-checkbox__label {
  color: #dddddd;
  pointer-events: none;
}

.custom-checkbox input:checked:disabled + .custom-checkbox__icon {
  border-color: #f8f8f8;
}

.custom-checkbox input:checked:disabled + .custom-checkbox__icon::before {
  background-color: #f8f8f8;
  background-image: url("../img/svg/check-disabled.svg");
  pointer-events: none;
}

.custom-checkbox input:checked:disabled + .custom-checkbox__icon + .custom-checkbox__label {
  color: #dddddd;
  pointer-events: none;
}

.title {
  margin: 0;
  font-weight: 700;
  color: inherit;
}

.title--h1 {
  font-size: 48px;
  line-height: 64px;
}

.title--h2 {
  font-size: 40px;
  line-height: 64px;
}

.title--h3 {
  font-size: 32px;
  line-height: 48px;
}

.title--h4 {
  font-size: 20px;
  line-height: 32px;
}

.title--h5 {
  font-size: 16px;
  line-height: 20px;
}

.page-content {
  padding-bottom: 80px;
}

.page-content .title--h2 {
  margin-bottom: 35px;
}

.page-content .title--h3 {
  margin-bottom: 24px;
}

.page-content__section {
  padding-bottom: 60px;
}

.page-content__section:last-of-type {
  padding-bottom: 0;
}

.page-content__headed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-content__headed .title--h3 {
  margin-bottom: 0;
}

.form-checkbox {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}

.form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}

.form-checkbox label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #b4b4d7;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.form-checkbox input:hover + label::before {
  border-color: #7575e2;
}

.form-checkbox input:focus + label::before {
  border-color: #7575e2;
}

.form-checkbox input:checked + label::before {
  background-color: #7575e2;
  background-image: url("../img/svg/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-color: rgba(255, 255, 255, 0);
}

.form-checkbox input:disabled + label {
  color: #dddddd;
  pointer-events: none;
}

.form-checkbox input:disabled + label::before {
  background: #f8f8f8;
  border-color: rgba(255, 255, 255, 0);
  pointer-events: none;
}

.form-checkbox input:disabled:hover + label {
  pointer-events: none;
}

.rate__group:not(:checked) > label {
  background: url("../img/svg/star-default.svg") no-repeat top 0 left 0;
}

.rate__group input:checked ~ label {
  background: url("../img/sprite/icon-full-star.svg") no-repeat top 0 left 0;
}

.rate__group input:checked:disabled ~ label {
  background: url("../img/svg/star-disabled.svg") no-repeat top 0 left 0;
}

.rate__group input:disabled ~ label {
  background: url("../img/svg/star-disabled2.svg") no-repeat top 0 left 0;
}

.rate__group:not(:checked) > label:hover,
.rate__group:not(:checked) > label:hover ~ label {
  background: url("../img/svg/star-hover.svg") no-repeat top 0 left 0;
}

.link {
  font-weight: 600;
  color: #9a9ac6;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.link:active {
  color: #a2a2ff;
}

.cross-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  color: #7575e2;
  background: rgba(255, 255, 255, 0);
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.cross-btn svg {
  width: 10px;
  height: 10px;
}

@media (hover: hover), screen and (min-width: 0\0) {
  .btn:hover,
  .btn:focus {
    background-color: #e8e8fa;
  }

  .btn:active {
    background-color: #a2a2ff;
  }

  .btn--purple:hover,
  .btn--purple:focus {
    background-color: #a2a2ff;
  }

  .btn--purple:active {
    background-color: #525288;
  }

  .custom-checkbox .custom-checkbox__icon:hover {
    border-color: #7575e2;
  }

  .custom-checkbox .custom-checkbox__icon:focus {
    border-color: #525288;
  }

  .btn-icon:hover,
  .btn-icon:focus {
    background-color: #e8e8fa;
  }

  .link:hover,
  .link:focus {
    color: #e8e8fa;
  }

  .cross-btn:hover,
  .cross-btn:focus {
    color: #ed6041;
  }

  .cross-btn:active {
    color: #525288;
  }
}
