<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* COMMON  */
:root {
  --c-txt: #303030;
  --c-color: #F2C97D;
  --c-stroke: #CAD2E0;
  --c-red: #DB0032;
  --c-gradi: linear-gradient(0deg, #20305B 0%, #145295 100%);
  --c-gradi-test: linear-gradient(21deg, #20305b 0%, #183b75 100%);
  --c-gradi-normal: linear-gradient(21deg, #20305b 0%, #1f3260 100%);
  --c-gradi-radial: radial-gradient(ellipse at center, #1F305B 0%, #145193 0%, #1F305B 100%);
  --c-gradi-c: linear-gradient(0deg, #FFDC9C 0%, #A68E49 100%);
}
html {
  position: relative;
  font-size: 0.83333vw;
  scroll-behavior: auto !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin: 0;
  height: 100%;
  color: var(--c-txt);
  font-weight: 400;
  font-family: "NotoSans", Arial, sans-serif;
  line-height: 1.2;
  letter-spacing: -0.03em;
  background: #fff;
}
.ff-nd {
  font-family: "NotoSans-Display", Arial, sans-serif;
}
.ff-tt {
  font-weight: 700;
  font-family: "TT-Bluescreens-Trial", Arial, sans-serif;
}
body::-webkit-scrollbar {
  width: 0;
}
section {
  position: relative;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "TT-Bluescreens-Trial", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
}
h1 {
  font-size: 10rem;
  line-height: 1;
}
h2 {
  font-size: 7.5rem;
  line-height: 1;
}
h3 {
  font-size: 5rem;
  line-height: 1;
}
h4 {
  font-size: 3.75rem;
  line-height: 1.12;
}
h5 {
  font-size: 1.875rem;
  line-height: 1;
}
.bnrs-title {
  font-size: 3.75rem;
  line-height: 1;
}
.cards-title {
  font-size: 2.625rem;
  line-height: 1;
}
.big-prod-title {
  font-size: 3rem;
  line-height: 1;
}
b, strong {
  font-weight: 700;
}
sub {
  bottom: 0;
}
a {
  color: var(--c-txt);
  text-decoration: none;
}
picture img {
  display: block;
  width: 100%;
}
.container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  max-width: 111.25rem;
}
.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.row &gt; * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.hidden {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -9999;
}
.mob {
  display: none !important;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0 0 1.5rem;
  height: 3.875rem;
}
.breadcrumbs li {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.breadcrumbs li:not(:first-child)::before {
  content: '';
  position: relative;
  margin: 0 1.25rem 0 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.breadcrumbs li * {
  display: block;
  position: relative;
  margin: 0 1.25rem 0 0;
  max-width: 26.125rem;
  font-size: 1rem;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.breadcrumbs a {
  font-weight: 300;
}
.breadcrumbs.light li:not(:first-child)::before {
  background: #fff;
}
.breadcrumbs.light p {
  color: #fff;
}
.breadcrumbs.light a {
  color: #fff;
}
.breadcrumbs.color li:not(:first-child)::before {
  background: var(--c-stroke);
}
.breadcrumbs.color p {
  background: linear-gradient(36deg, #20305b 0%, #145295 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.breadcrumbs.color a {
  color: var(--c-txt);
}
.ico-cont {
  display: inline-flex;
  align-items: center;
}
.ico {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
}
.ico::before, .ico::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transition: 0.3s;
}
.ico-def {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.ico-def::before, .ico-def::after {
  display: none;
}
.ico::before {
  opacity: 1;
}
.ico::after {
  opacity: 0;
}
.btn:hover .ico::before {
  opacity: 0;
}
.btn:hover .ico::after {
  opacity: 1;
}
.ico-profile::before {
  background-image: url('../img/svg/profile.svg');
}
.ico-profile::after {
  background-image: url('../img/svg/profile-2.svg');
}
.ico-def.ico-arrow-angle-w {
  background-image: url('../img/svg/arrow-angle-w.svg');
}
.ico-def.ico-arrow-angle-b {
  background-image: url('../img/svg/arrow-angle-b.svg');
}
.ico-def.ico-arrow-angle-n {
  background-image: url('../img/svg/arrow-angle-n.svg');
}
.ico-l {
  margin-right: 2.25rem;
}
.ico-r {
  margin-left: 2.25rem;
}
.btn .ico {
  width: 1.5rem;
  height: 1.5rem;
}
.btns {
  display: flex;
}
.btns-center {
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.5rem 4.9375rem;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: -0.03em;
  border: 0;
  border-radius: 1rem;
  box-shadow: none;
  border-width: 0;
  border-style: solid;
  outline: 0;
  transition: 0.3s;
  z-index: 1;
  overflow: hidden;
}
.btn:focus {
  outline: 0;
}
.btn.disabled {
  opacity: 1;
}
.btn-small {
  padding: 0;
  width: 17.5rem;
  height: 4.6875rem;
}
.btn-medium {
  padding: 0 1.875rem;
  width: 100%;
  height: 4.6875rem;
}
.btn-big {
  padding: 2rem 1.875rem;
  width: 100%;
}
.btn-big .ico-r { margin-left: -1.5rem; }
.btn-big .ico-l { margin-right: -1.5rem; }
.btn-gold {
  color: var(--c-txt);
  background: #E7A765;
  border-color: #E7A765;
}
.btn-gold.btn:hover {
  color: var(--c-txt);
  background: #E7A765;
}
.btn-gold.btn:active {
  color: var(--c-txt);
  background: #E7A765;
}
.btn-gold.disabled {
  color: var(--c-txt);
  background: #E7A765;
}
.btn-gold::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 160%;
  height: 100%;
  background: linear-gradient(90deg, #EDB16A 13%, #FEDBA4 28%, #FFE4BE 53%, #FEDBA4 68%, #C78D50 100%);
  border-radius: 1rem;
  transform: translate(-50%, 0);
  transition: 0.3s;
  z-index: -1;
}
.btn-gold:hover::before {
    width: 260%;
}
.btn-white {
  color: var(--c-txt);
  background: #fff;
  border-color: #fff;
}
.btn-white.btn:hover {
  color: var(--c-txt);
  background: #FEDBA4;
}
.btn-white.btn:active {
  color: var(--c-txt);
  background: #fff;
}
.btn-white.disabled {
  color: var(--c-txt);
  background: #fff;
}
.btn-navy-tr {
  background: rgba(0, 0, 0, 0);
  border-color: 0;
}
.btn-navy-tr::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: var(--c-gradi);
  -webkit-mask: 
  linear-gradient(#fff 0 0) content-box, 
  linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.btn-navy-tr span {
  background: var(--c-gradi);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn span {
  margin: 0 auto;
}
.form-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.25rem;
}
.form-wrap &gt; div {
  margin: 0;
  width: calc(50% - (1.5rem / 2));
}
.form-wrap &gt; .small {
  width: calc(26.25% - (1.5rem / 2));
}
.form-wrap &gt; .big {
  width: calc(73.75% - (1.5rem / 2));
}
.form-title {
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.125rem;
}
.form-text {
  margin-bottom: 1.25rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.125rem;
  color: #AEAEAE;
}
.form-group {
  position: relative;
  margin-bottom: 2.25rem;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-label {
  display: flex;
  align-items: center;
  margin-bottom: 0.875rem;
  font-size: 1.125rem;
  line-height: 1.27;
  background: var(--c-gradi-normal);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form__password .ico-eye {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 1.125rem;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  background-image: url('../img/svg/eye-open.svg');
  transform: translate(0, -50%);
  cursor: pointer;
}
.form__password .ico-eye.active {
  background-image: url('../img/svg/eye-close.svg');
}
.form-control {
  display: flex;
  align-items: center;
  padding: 0 1.25rem;
  height: 3.75rem;
  color: var(--c-txt);
  font-size: 1.25rem;
  background: #fff;
  border: 0.0625rem solid var(--c-stroke);
  border-radius: 1rem;
}
.form-control::placeholder {
  color: var(--c-stroke);
}
.form-control:focus {
  background: #fff;
  box-shadow: none;
  border-color: var(--c-txt);
  outline: 0;
}
textarea.form-control {
  padding: 1rem 1.25rem;
  height: 10.375rem;
  min-height: 10.375rem;
  max-height: 10.375rem;
  resize: none;
}
.form-selector {
  position: relative;
}
.form-selector [class*='--btn'] {
  display: flex;
  align-items: center;
  padding: 0 3.75rem 0 1.25rem;
  height: 3.75rem;
  color: var(--c-txt);
  font-size: 1.25rem;
  background: #fff;
  border: 0.0625rem solid var(--c-stroke);
  border-radius: 1rem;
  z-index: 1;
}
.form-selector [class*='--btn']::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url('../img/svg/arrow-mini-bot-b.svg') no-repeat 50%/contain;
  transform: translate(0, -50%);
  transition: 0.3s;
}
.form-selector [class*='--btn'].active::before {
  transform: translate(0, -50%) rotate(180deg);
}
.form-selector [class*='--btn'] span {
  display: block;
  position: relative;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-selector [class*='--placeholder'] {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 1.25rem;
  color: var(--c-stroke);
  font-size: 1.25rem;
  transform: translate(0, -50%);
  opacity: 1;
  transition: 0.3s;
  z-index: 12;
  pointer-events: none;
}
.form-selector.active .form-selector--placeholder {
  display: none;
}
.form-selector [class*='--list'] {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  border: 0.0625rem solid var(--c-stroke);
  border-radius: 1rem;
  transform: translate(0, 100%);
  overflow: hidden;
  z-index: 14;
}
.form-selector [class*='--list'] ul {
  margin: 0;
  width: 100%;
}
.form-selector [class*='--list'] ul li a {
  display: block;
  padding: 0.625rem 1.25rem;
  color: var(--c-txt);
  font-size: 1.25rem;
  text-align: left;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}
.form-selector [class*='--list'] ul li:last-child a {
  border-bottom: 0;
}
.form-selector [class*='--list'] ul li a:hover {
  color: var(--c-txt);
  background: #f1f1f1;
}
.form-selector [class*='--list'] ul li a.selected {
  color: var(--c-color);
  background: var(--c-gradi-normal);
}
.form-file {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.form-file .dot {
  flex-shrink: 0;
  display: block;
  margin-right: 0.75rem;
  width: 2.75rem;
  height: 2.75rem;
  background: url('../img/svg/download.svg') no-repeat 50%/contain;
  cursor: pointer;
}
.form-file .text {
  font-size: 0.875rem;
  line-height: 1.28;
  cursor: pointer;
}
.form-file__added {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0.5rem 1.25rem;
  width: 100%;
  height: 4.6875rem;
  border: 0.0625rem dashed #145295;
  border-radius: 1rem;
  overflow: hidden;
}
.form-file__added img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.form-file__added .pdf-icon {
  flex-shrink: 0;
  display: block;
  margin-right: 0.5rem;
  width: 2.25rem;
  height: 3.125rem;
  background: url('../img/svg/pdf.svg') no-repeat 50%/contain;
}
.form-file__added p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.28;
}
.form-file__added .remove {
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  background: url('../img/svg/close.svg') no-repeat 50%/contain;
  z-index: 1;
  cursor: pointer;
}
.file-added {
  display: flex;
  align-items: center;
}
.file-added__img {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 0.75rem;
  width: 2.75rem;
  height: 2.75rem;
}
.file-added__img .file-icon {
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  background: url('../img/svg/file-added.svg') no-repeat 50%/contain;
}
.file-added__img .file-remove-all {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url('../img/svg/file-delete.svg') no-repeat 50%/contain;
  cursor: pointer;
}
.file-added__info .file-count {
  margin-bottom: 0.25rem;
  color: var(--c-txt);
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.file-added__info label {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: -0.03em;
  color: rgba(0, 0, 0, 0);
  background: var(--c-gradi);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  text-decoration-color: #20305B;
  cursor: pointer;
}
.form-checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.375rem;
  width: 100%;
}
.form-checkbox:last-child {
  margin-bottom: 0;
}
.form-checkbox .label-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: 0;
  margin: 0 0.375rem 0 0;
  width: 1.125rem;
  height: 1.125rem;
  background: #E3DEDA;
  border: 0;
  border-radius: 0.3125rem;
  cursor: pointer;
}
.form-checkbox .label-dot::after {
  content: '';
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: url('../img/svg/checkbox.svg') no-repeat 50%/contain;
  opacity: 0;
}
.form-checkbox input:checked + .label-dot::after {
  opacity: 1;
}
.form-checkbox input:checked + .label-text + .label-dot::after {
  opacity: 1;
}
.form-checkbox .label-text {
  margin: 0;
  color: #AEAEAE;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.125rem;
  cursor: pointer;
}
.form-checkbox .label-text a {
  color: var(--c-cherry);
  text-decoration: none;
}
.form-radio {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.875rem;
  width: 100%;
}
.form-radio:last-child {
  margin-bottom: 0;
}
.form-radio .label-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  top: 0;
  margin: 0 1.875rem 0 0;
  width: 1.875rem;
  height: 1.875rem;
  background: #E3DEDA;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.form-radio .label-dot::after {
  content: '';
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  background: var(--c-cherry);
  border-radius: 50%;
  opacity: 0;
}
.form-radio input:checked + .label-dot::after {
  opacity: 1;
}
.form-radio input:checked + .label-text + .label-dot::after {
  opacity: 1;
}
.form-radio .label-text {
  margin: 0;
  color: #000;
  font-weight: 300;
  font-size: 1.375rem;
  line-height: 1.2;
  cursor: pointer;
}
.form-radio .label-text a {
  color: var(--c-cherry);
  text-decoration: none;
}
.form-btns {
  margin-bottom: 1rem;
}
.form-btns .btn {
  width: 100%;
}
.form-foot p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.08;
}
.form-foot a {
  text-decoration: underline;
}
.form-foot a:hover {
  text-decoration: none;
}
.form-checkbox {
  width: 100%;
}
.form-checkbox label {
  display: flex;
  align-items: flex-start;
}
.form-checkbox label i {
  flex-shrink: 0;
  display: block;
  position: relative;
  margin-right: 0.875rem;
  width: 1.5625rem;
  height: 1.5625rem;
  border: 0.1875rem solid #717D9A;
  border-radius: 0.25rem;
  cursor: pointer;
}
.form-checkbox label i::before {
  content:'';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/svg/check.svg') no-repeat 50%/contain;
  opacity: 0;
}
.form-checkbox label input:checked + i { background: var(--c-beige); border-color: var(--c-beige); }
.form-checkbox label input:checked + i::before { opacity: 1; }
.form-checkbox label p {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.03em;
}
.social {
  display: flex;
  align-items: center;
  margin: 0;
}
.social li {
  margin-left: 0.75rem;
}
.social li:first-child {
  margin-left: 0;
}
.social a {
  display: block;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border: 0.0625rem solid #143464;
  border-radius: 50%;
}
.social a:hover {
  background: rgba(20, 52, 100, 0.05);
}
.social img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.scrollbar-inner &gt; .scroll-element.scroll-y {
  right: auto;
  left: 0;
  width: 0.25rem;
}
.scrollbar-inner &gt; .scroll-element .scroll-bar, .scrollbar-inner &gt; .scroll-element .scroll-element_outer, .scrollbar-inner &gt; .scroll-element .scroll-element_track {
  border-radius: 0;
  opacity: 1;
}
.scrollbar-inner &gt; .scroll-element .scroll-element_inner-wrapper {
  display: none;
}
.scrollbar-inner &gt; .scroll-element .scroll-element_size {
  left: 0.0625rem;
  width: 0.125rem;
  background: #E3DEDA;
}
.scrollbar-inner &gt; .scroll-element .scroll-bar {
  width: 100%;
  background: var(--c-gold);
  cursor: pointer;
}
/* COMMON */
@media (max-width: 991px) {
  ::-webkit-scrollbar {
    display: none;
    width: 0;
  }
  html {
    font-size: 4.2666vw;
  }
  body {
    position: relative;
  }
  body::-webkit-scrollbar {
    width: 0;
  }
  h1 {
    font-size: 4.375rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  h3 {
    font-size: 3.125rem;
  }
  h4 {
    font-size: 2.25rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  .bnrs-title {
    font-size: 1.5rem;
  }
  .cards-title {
    font-size: 1.125rem;
  }
  .big-prod-title {
    font-size: 1.125rem;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .container {
    padding: 0 0.75rem;
    max-width: 100%;
  }
  .breadcrumbs {
    flex-wrap: wrap;
    margin: 0 0 1.875rem;
    height: auto;
  }
  .breadcrumbs li:not(:first-child)::before {
    margin: 0 0.5rem 0 0;
    width: 0.5rem;
    height: 0.5rem;
  }
  .breadcrumbs li * {
    margin-right: 0.5rem;
    max-width: 20rem;
    font-size: 0.875rem;
  }
  .btn {
    padding: 1.25rem 1.875rem;
    font-size: 1rem;
    white-space: nowrap;
    border-radius: 1rem;
    border-width: 0;
  }
  .btn-small {
    padding: 1.25rem 2rem;
    width: auto;
    height: auto;
  }
  .btn-medium {
    padding: 1.25rem 1.875rem;
    width: 100%;
    height: auto;
  }
  .btn-big {
    padding: 1.25rem 1.875rem;
    width: 100%;
  }
  .btn-big .ico-r { margin-left: -1.25rem; }
  .btn-big .ico-l { margin-right: -1.25rem; }
  .btn-navy-tr { border: 1px solid #20305b; }
  .btn-navy-tr::before { display: none; }
  .ico {
    width: 1.25rem;
    height: 1.25rem;
  }
  .btn .ico {
    width: 1.25rem;
    height: 1.25rem;
  }
  .social li {
    margin: 0 0.5rem 0 0;
  }
  .social a {
    width: 2.5rem;
    height: 2.5rem;
    border-width: 0.0625rem;
  }
  .form-wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
  .form-wrap &gt; div {
    margin: 0 0 1.5rem;
    width: 100%;
  }
  .form-wrap &gt; .small {
    width: 100%;
  }
  .form-wrap &gt; .big {
    width: 100%;
  }
  .form-title {
    margin-bottom: 0.75rem;
    font-weight: 600;
    font-size: 1.125rem;
  }
  .form-group {
    margin-bottom: 1.5rem;
  }
  .form-group:last-child {
    margin-bottom: 0;
  }
  .form-label {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
  }
  .form__password .ico-eye {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 2rem;
    height: 1.125rem;
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    background-image: url('../img/svg/eye-open.svg');
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .form__password .ico-eye.active {
    background-image: url('../img/svg/eye-close.svg');
  }
  .form-control {
    padding: 0 1.25rem;
    height: 2.875rem;
    font-size: 1rem;
    border-width: 0.0625rem;
    border-radius: 0.75rem;
  }
  textarea.form-control {
    padding: 1rem 1.25rem;
    height: 7.5rem;
    min-height: 7.5rem;
    max-height: 7.5rem;
  }
  .form-selector [class*='--btn'] {
    padding: 0 1.25rem;
    height: 2.875rem;
    font-size: 1rem;
    border-width: 0.0625rem;
    border-radius: 0.75rem;
  }
  .form-selector [class*='--btn']::before {
    right: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
  }
  .form-selector [class*='--placeholder'] {
    padding: 0 1.25rem;
    font-size: 1rem;
  }
  .form-selector [class*='--list'] {
    bottom: -0.5rem;
    border-width: 0.0625rem;
    border-radius: 1rem;
  }
  .form-selector [class*='--list'] ul li a {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
  }
  .form-file {
    padding: 0 0.5rem;
  }
  .form-file .dot {
    margin-right: 0.625rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .form-file .text {
    font-size: 0.875rem;
  }
  .form-file br {
    display: none;
  }
  .form-file__added {
    padding: 1rem 1.625rem;
    height: auto;
    border-width: 0.0625rem;
    border-radius: 1rem;
  }
  .form-file__added img {
    max-height: 3.75rem;
  }
  .form-file__added .pdf-icon {
    margin-right: 0.5rem;
    width: 1.75rem;
    height: 1.75rem;
  }
  .form-file__added p {
    font-size: 0.875rem;
  }
  .form-file__added .remove {
    top: 0.5rem;
    right: 0.5rem;
    width: 0.875rem;
    height: 0.875rem;
  }
  .file-added__img {
    margin-right: 0.75rem;
    width: 2.375rem;
    height: 2.375rem;
  }
  .file-added__img .file-icon {
    width: 2.0625rem;
    height: 2.0625rem;
  }
  .file-added__img .file-remove-all {
    width: 0.875rem;
    height: 0.875rem;
  }
  .file-added__info .file-count {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
  .file-added__info label {
    font-size: 0.75rem;
  }
  .form-checkbox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.375rem;
    width: 100%;
  }
  .form-checkbox:last-child {
    margin-bottom: 0;
  }
  .form-checkbox .label-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: 0;
    margin: 0 0.375rem 0 0;
    width: 1.125rem;
    height: 1.125rem;
    background: #E3DEDA;
    border: 0;
    border-radius: 0.3125rem;
    cursor: pointer;
  }
  .form-checkbox .label-dot::after {
    content: '';
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    background: url('../img/svg/checkbox.svg') no-repeat 50%/contain;
    opacity: 0;
  }
  .form-checkbox input:checked + .label-dot::after {
    opacity: 1;
  }
  .form-checkbox input:checked + .label-text + .label-dot::after {
    opacity: 1;
  }
  .form-checkbox .label-text {
    margin: 0;
    color: #AEAEAE;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.125rem;
    cursor: pointer;
  }
  .form-checkbox .label-text a {
    color: var(--c-cherry);
    text-decoration: none;
  }
  .form-radio {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.875rem;
    width: 100%;
  }
  .form-radio:last-child {
    margin-bottom: 0;
  }
  .form-radio .label-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    top: 0;
    margin: 0 1.875rem 0 0;
    width: 1.875rem;
    height: 1.875rem;
    background: #E3DEDA;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
  }
  .form-radio .label-dot::after {
    content: '';
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    background: var(--c-cherry);
    border-radius: 50%;
    opacity: 0;
  }
  .form-radio input:checked + .label-dot::after {
    opacity: 1;
  }
  .form-radio input:checked + .label-text + .label-dot::after {
    opacity: 1;
  }
  .form-radio .label-text {
    margin: 0;
    color: #000;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.2;
    cursor: pointer;
  }
  .form-radio .label-text a {
    color: var(--c-cherry);
    text-decoration: none;
  }
  .form-btns {
    margin-bottom: 1rem;
  }
  .form-btns .btn {
    width: 100%;
  }
  .form-foot p {
    font-size: 1rem;
    line-height: 1.25;
  }
  .form-checkbox label i { margin-right: 0.75rem; }
}
</pre></body></html>