/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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.
 */
/**
 * Correct the padding in Firefox.
 */
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'Kaspersky Sans';
  src: url('../fonts/KasperskySans-Regular.eot');
  src: url('../fonts/KasperskySans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySans-Regular.woff2') format('woff2'), url('../fonts/KasperskySans-Regular.woff') format('woff'), url('../fonts/KasperskySans-Regular.ttf') format('truetype'), url('../fonts/KasperskySans-Regular.svg#KasperskySans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans';
  src: url('../fonts/KasperskySans-Light.eot');
  src: url('../fonts/KasperskySans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySans-Light.woff2') format('woff2'), url('../fonts/KasperskySans-Light.woff') format('woff'), url('../fonts/KasperskySans-Light.ttf') format('truetype'), url('../fonts/KasperskySans-Light.svg#KasperskySans-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans';
  src: url('../fonts/KasperskySans-Bold.eot');
  src: url('../fonts/KasperskySans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySans-Bold.woff2') format('woff2'), url('../fonts/KasperskySans-Bold.woff') format('woff'), url('../fonts/KasperskySans-Bold.ttf') format('truetype'), url('../fonts/KasperskySans-Bold.svg#KasperskySans-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Mono';
  src: url('../fonts/KasperskySansMono-Regular.eot');
  src: url('../fonts/KasperskySansMono-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansMono-Regular.woff2') format('woff2'), url('../fonts/KasperskySansMono-Regular.woff') format('woff'), url('../fonts/KasperskySansMono-Regular.ttf') format('truetype'), url('../fonts/KasperskySansMono-Regular.svg#KasperskySansMono-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-Bold.eot');
  src: url('../fonts/KasperskySansText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-Bold.woff2') format('woff2'), url('../fonts/KasperskySansText-Bold.woff') format('woff'), url('../fonts/KasperskySansText-Bold.ttf') format('truetype'), url('../fonts/KasperskySansText-Bold.svg#KasperskySansText-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-DemiBold.eot');
  src: url('../fonts/KasperskySansText-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-DemiBold.woff2') format('woff2'), url('../fonts/KasperskySansText-DemiBold.woff') format('woff'), url('../fonts/KasperskySansText-DemiBold.ttf') format('truetype'), url('../fonts/KasperskySansText-DemiBold.svg#KasperskySansText-DemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-ExtraBold.eot');
  src: url('../fonts/KasperskySansText-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-ExtraBold.woff2') format('woff2'), url('../fonts/KasperskySansText-ExtraBold.woff') format('woff'), url('../fonts/KasperskySansText-ExtraBold.ttf') format('truetype'), url('../fonts/KasperskySansText-ExtraBold.svg#KasperskySansText-ExtraBold') format('svg');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-Regular.eot');
  src: url('../fonts/KasperskySansText-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-Regular.woff2') format('woff2'), url('../fonts/KasperskySansText-Regular.woff') format('woff'), url('../fonts/KasperskySansText-Regular.ttf') format('truetype'), url('../fonts/KasperskySansText-Regular.svg#KasperskySansText-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Text';
  src: url('../fonts/KasperskySansText-Medium.eot');
  src: url('../fonts/KasperskySansText-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/KasperskySansText-Medium.woff2') format('woff2'), url('../fonts/KasperskySansText-Medium.woff') format('woff'), url('../fonts/KasperskySansText-Medium.ttf') format('truetype'), url('../fonts/KasperskySansText-Medium.svg#KasperskySansText-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Display Exbold';
  src: url('../fonts/subset-KasperskySansDisplay-XBd.eot');
  src: url('../fonts/subset-KasperskySansDisplay-XBd.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-KasperskySansDisplay-XBd.woff2') format('woff2'), url('../fonts/subset-KasperskySansDisplay-XBd.woff') format('woff'), url('../fonts/subset-KasperskySansDisplay-XBd.ttf') format('truetype'), url('../fonts/subset-KasperskySansDisplay-XBd.svg#KasperskySansDisplay-XBd') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Display';
  src: url('../fonts/subset-KasperskySansDisplay-Md.eot');
  src: url('../fonts/subset-KasperskySansDisplay-Md.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-KasperskySansDisplay-Md.woff2') format('woff2'), url('../fonts/subset-KasperskySansDisplay-Md.woff') format('woff'), url('../fonts/subset-KasperskySansDisplay-Md.ttf') format('truetype'), url('../fonts/subset-KasperskySansDisplay-Md.svg#KasperskySansDisplay-Md') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Display';
  src: url('../fonts/subset-KasperskySansDisplay-Rg.eot');
  src: url('../fonts/subset-KasperskySansDisplay-Rg.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-KasperskySansDisplay-Rg.woff2') format('woff2'), url('../fonts/subset-KasperskySansDisplay-Rg.woff') format('woff'), url('../fonts/subset-KasperskySansDisplay-Rg.ttf') format('truetype'), url('../fonts/subset-KasperskySansDisplay-Rg.svg#KasperskySansDisplay-Rg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Display';
  src: url('../fonts/subset-KasperskySansDisplay-Lt.eot');
  src: url('../fonts/subset-KasperskySansDisplay-Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-KasperskySansDisplay-Lt.woff2') format('woff2'), url('../fonts/subset-KasperskySansDisplay-Lt.woff') format('woff'), url('../fonts/subset-KasperskySansDisplay-Lt.ttf') format('truetype'), url('../fonts/subset-KasperskySansDisplay-Lt.svg#KasperskySansDisplay-Lt') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Display';
  src: url('../fonts/subset-KasperskySansDisplay-SmBd.eot');
  src: url('../fonts/subset-KasperskySansDisplay-SmBd.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-KasperskySansDisplay-SmBd.woff2') format('woff2'), url('../fonts/subset-KasperskySansDisplay-SmBd.woff') format('woff'), url('../fonts/subset-KasperskySansDisplay-SmBd.ttf') format('truetype'), url('../fonts/subset-KasperskySansDisplay-SmBd.svg#KasperskySansDisplay-SmBd') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kaspersky Sans Display';
  src: url('../fonts/subset-KasperskySansDisplay-Bold.eot');
  src: url('../fonts/subset-KasperskySansDisplay-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-KasperskySansDisplay-Bold.woff2') format('woff2'), url('../fonts/subset-KasperskySansDisplay-Bold.woff') format('woff'), url('../fonts/subset-KasperskySansDisplay-Bold.ttf') format('truetype'), url('../fonts/subset-KasperskySansDisplay-Bold.svg#KasperskySansDisplay-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
}
.button._default {
  background: #00A88E;
  box-shadow: 0px 8px 32px rgba(52, 208, 184, 0.48);
  border-radius: 3px;
  height: 48px;
  padding: 12px 24px;
  font-family: 'Kaspersky Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  transition: .3s;
}
.section._entry .button._default {
  padding: 12px 24px 16px;
  height: 55px;
  line-height: 19px;
}
.button._default:hover {
  box-shadow: 0px 1px 32px rgba(52, 208, 184, 0.48);
}
.button._default:disabled {
  background: rgba(38, 89, 81, 0.7);
  color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.input {
  outline: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  resize: none;
}
[disabled] {
  pointer-events: none;
}
.fields {
  margin-bottom: 32px;
}
.fields__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.fields__row .field {
  width: 100%;
  margin-bottom: 0;
}
.fields__row._justify-start .field {
  width: auto;
}
.fields__row._gap-24 {
  gap: 24px;
}
.form__title h3 {
  margin-bottom: 12px;
}
.form__info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 32px;
}
.form__message p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  opacity: 0.8;
}
.form__message p:last-child {
  margin-bottom: 0;
}
.required {
  color: #FF3748;
}
.field {
  margin-bottom: 16px;
}
.field__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.field__input {
  position: relative;
}
.field__link {
  text-align: right;
  padding-top: 8px;
}
.field__link a {
  font-weight: 600;
}
.field__placeholder {
  position: absolute;
  left: 12px;
  top: 14px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transition: .1s;
}
.field__message {
  font-family: 'Kaspersky Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  display: none;
}
.field._error .field__message {
  color: #FF3748;
  display: block;
}
.field._error .field__input .input {
  border-color: #FF3748;
}
.field._error .field__input .choices._default .choices__inner {
  border-color: #FF3748;
}
.field._validate .field__input .input {
  border-color: #23D1AE;
}
.field._fill .field__placeholder {
  opacity: 0;
}
.input._default {
  font-family: 'Kaspersky Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 12px;
  color: #FFFFFF;
  height: 48px;
  border: 2px solid transparent;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  width: 100%;
}
.input._default:focus + .field__placeholder {
  opacity: 0;
}
.choices._default {
  margin-bottom: 0;
}
.choices._default .choices__inner {
  font-family: 'Kaspersky Sans Display';
  background: transparent;
  border-color: rgba(255, 255, 255, 0.5);
  border-width: 2px;
  min-height: 48px;
  padding: 12px 38px 12px 12px;
  border-radius: 0px;
  font-size: 16px;
  line-height: 20px;
}
.choices._default .choices__placeholder {
  font-family: 'Kaspersky Sans Display';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.choices._default .choices__list--single {
  padding: 0;
}
.choices._default .choices__list--single .choices__placeholder {
  opacity: 0;
}
.choices._default .choices__list--dropdown {
  color: #444444;
}
.choices._default[data-type*=select-one]:after {
  width: 10px;
  height: 6px;
  background: url('../img/icon-arrow-select.svg') no-repeat center;
  background-size: contain;
  border: none;
  transform-origin: center;
  margin-top: -3px;
  right: 13px;
}
.choices._default[data-type*=select-one].is-open:after {
  transform: rotate(180deg);
  border: none;
  margin-top: -3px;
}
.checkbox__wrap {
  display: block;
  padding-left: 40px;
  font-family: 'Kaspersky Sans Display';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  padding-top: 3px;
}
.checkbox__wrap:before {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #FFFFFF;
  border-radius: 3px;
}
.checkbox__wrap a {
  font-weight: 600;
}
.checkbox__input {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.checkbox__input:checked + .checkbox__wrap:before {
  content: '';
  background: #00A88E url('../img/icon-check.svg') no-repeat center;
  border-color: #00A88E;
}
.checkbox__input[type="radio"] + .checkbox__wrap {
  padding-left: 32px;
}
.checkbox__input[type="radio"] + .checkbox__wrap:before {
  border-radius: 50%;
}
.checkbox__input[type="radio"]:checked + .checkbox__wrap:before {
  content: '';
  background-image: url('../img/icon-radio.svg');
}
.icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon._reverse {
  transform: rotate(180deg);
}
*:focus,
*:active {
  outline: none;
}
.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
body {
  -webkit-font-smoothing: antialiased;
  background: #1B1B1B;
  font-family: 'Kaspersky Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
body._dark {
  background-color: #172B33;
}
p {
  margin-bottom: 10px;
}
a {
  color: #23D1AE;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  font-feature-settings: 'liga' off;
  margin-bottom: 24px;
}
