@charset 'UTF-8';

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}


[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    border-bottom: 0;

    -webkit-text-decoration: underline dotted;
}

address {
    font-style: normal;
    line-height: inherit;
    margin-bottom: 1rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    -webkit-transition: none;
    transition: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:focus {
    outline: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    overflow: auto;
    margin-top: 0;
    margin-bottom: 1rem;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    caption-side: bottom;
    text-align: left;
    color: #222222;
}

th {
    text-align: left;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    -webkit-transition: none;
    transition: none;
    outline: none;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    cursor: pointer;

    -webkit-appearance: button;
}

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

input[type=radio],
input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

legend {
    font-size: 1.5rem;
    line-height: inherit;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
    padding: 0;
    white-space: normal;
    color: inherit;
}

progress {
    vertical-align: baseline;
}

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

[type=search] {
    outline-offset: -2px;

    -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
    font: inherit;

    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

mark {
    /*****************************************************************/
    display: block;
    margin: 0 0 30px 0;
    padding: 40px;
    background: #d8d8d8;
}

.address-component {
  margin-bottom: 20px;
}


.currency__button {
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 8px;
  border-width: 0;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  margin: 0;
  padding: 10px 12px;
  text-align: center;
  transition: all 200ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.currency__button.active {
  text-decoration: none;
  color: #7d918c;
  background-color: #e2f0ed;
}

.price-calc__label {
    padding-top: 15px;
}

.bg-gray {
    background-color: #f4f7f5;
}

.type-valid {
    padding: 50px 0;
}

.btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    padding: 14px 24px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 20px rgba(122, 184, 98, 0.26);
    box-shadow: 0 0 20px rgba(122, 184, 98, 0.26);
}

.btn:hover {
    color: #ffffff;
}

.btn_primary {
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
}

.btn_primary:hover {
    background: -webkit-gradient(linear, left top, right top, from(#b5cb4d), to(#5aae6d));
    background: linear-gradient(90deg, #b5cb4d 0%, #5aae6d 100%);
}

.btn_secondary {
    background: -webkit-gradient(linear, left top, right top, from(#f7ca33), to(#f0e12d));
    background: linear-gradient(90deg, #f7ca33 0%, #f0e12d 100%);
}

.btn_secondary:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f0e12d), to(#f7ca33));
    background: linear-gradient(90deg, #f0e12d 0%, #f7ca33 100%);
}

.alert {
    position: relative;
    padding: 8px 40px;
    background: #F3F5A8;
}

.alert__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-align: center;
    color: #ffffff;
}

.alert__desc a {
    text-decoration: none;
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
}

.alert__desc a:hover {
    text-decoration: none;
    color: #ffffff;
    border-bottom-color: transparent;
}

.alert__close {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: none;
}

.alert__close:before,
.alert__close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 20px;
    height: 2px;
    margin-top: -1px;
    margin-left: -10px;
    content: '';
    background-color: #625e5b;
}

.alert__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alert__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header {
    padding: 2px 0;
    border-bottom: 1px solid #e7e7ea;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.header__logo-link {
    display: block;
    text-decoration: none;
}

.header__nav {
    padding: 0 20px;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.header__nav-close {
    display: none;
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header__menu-item {
    margin-right: 26px;
}

.header__menu-item:last-child {
    margin-right: 0;
}

.header__menu-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #727589;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.header__menu-link svg {
    margin-right: 6px;

    fill: currentColor;
}

.header__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__lang-link {
    display: block;
    margin-right: 12px;
    text-decoration: none;
}

.header__lang-link:last-child {
    margin-right: 0;
}

.header__account {
    margin-left: 20px;
}

.header__account-btn {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header__account-btn svg {
    display: none;
}

.header__toggle {
    display: none;
}

.nav-overlay {
    display: none;
}

.nav-toggle {
    position: relative;
    display: block;
    width: 30px;
    height: 36px;
    padding: 0;
    cursor: pointer;
    border: none;
    background: none;
}

.nav-toggle__bar {
    position: absolute;
    top: 9px;
    left: 50%;
    display: block;
    width: 30px;
    height: 2px;
    margin-left: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 2px;
    background: #727589;
}

.nav-toggle__bar:nth-child(2) {
    top: 17px;
}

.nav-toggle__bar:nth-child(3) {
    top: 25px;
}

.menu-opened .nav-toggle__bar:nth-child(1),
.menu-opened .nav-toggle__bar:nth-child(3) {
    top: 16px;
}

.menu-opened .nav-toggle__bar:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.menu-opened .nav-toggle__bar:nth-child(1) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu-opened .nav-toggle__bar:nth-child(3) {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.footer {
    padding: 50px 0 20px 0;
    background-color: #4a4e69;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__widget {
    width: 33.333333%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.footer__title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 15px;
    color: #ffffff;
}

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

.footer__menu-item {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 8px;
}

.footer__menu-item:last-child {
    margin-bottom: 0;
}

.footer__menu-link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}

.footer__menu-link:hover {
    color: #8cc420;
}

.heading {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 30px 0;
    text-align: center;
    color: #4a4e69;
}

.heading a {
    text-decoration: none;
}

.desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #4a4e69;
}

.desc p {
    margin-bottom: 25px;
}

.desc p:last-child {
    margin-bottom: 0;
}

.desc a {
    text-decoration: none;
}

.text-group {
    max-width: 880px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.checklist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1054px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.checklist__item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    min-height: 52px;
    margin: 4px 10px;
    padding: 10px 12px 10px 50px;
    color: #4a4e69;
    border-radius: 5px;
    background: #f4f7f5 url(../img/approved-av.svg) 10px center/30px 30px no-repeat;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.checklist__item_full {
    width: calc(100% - 20px);
}

.checklist__item a {
    text-decoration: none;
}

.accent {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    max-width: 720px;
    margin: 40px auto;
    padding: 30px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
    -webkit-box-shadow: 0 0 20px rgba(122, 184, 98, 0.26);
    box-shadow: 0 0 20px rgba(122, 184, 98, 0.26);
}

.accent:hover {
    color: #ffffff;
}

.bath-wrap {
    padding: 50px 0;
}

.bath-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding: 45px;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
    box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
}

.bath-address__main {
    width: 70%;
    padding-right: 40px;
}

.bath-address__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #4a4e69;
}

.bath-address__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #4a4e69;
}

.bath-address__desc p {
    margin-bottom: 1em;
}

.bath-address__desc p:last-child {
    margin-bottom: 0;
}

.bath-address__aside {
    width: 30%;
    padding: 30px;
    border-radius: 24px;
    background-color: rgba(74, 78, 105, 0.06);
}

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

.bath-address__list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    position: relative;
    margin-bottom: 4px;
    padding-left: 20px;
    color: #4a4e69;
}

.bath-address__list-item:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
}

.bath-address__list-item:last-child {
    margin-bottom: 0;
}

.bath-address__note {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    margin-top: 1em;
    color: #4a4e69;
}

.text-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.text-row__col {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
}

.text-box {
    margin-bottom: 30px;
    padding: 45px;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
    box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
}

.text-box:last-child {
    margin-bottom: 0;
}

.text-box__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #4a4e69;
}

.text-box__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #4a4e69;
}

.text-box__desc p {
    margin-bottom: 1em;
}

.text-box__desc p:last-child {
    margin-bottom: 0;
}

.text-box__desc ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
}

.text-box__desc ul:last-child {
    margin-bottom: 0;
}

.text-box__desc ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    position: relative;
    margin-bottom: 4px;
    padding-left: 20px;
    color: #4a4e69;
}

.text-box__desc ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
}

.text-box__desc ul li:last-child {
    margin-bottom: 0;
}

.form-control {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #4a4e69;
    border: 1px solid #e0e9e3;
    border-radius: 10px;
    background-color: #f4f7f5;
}

.form-control:focus {
    border-color: #c3ccbc;
}

.form-select {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    width: 100%;
    padding: 10px 35px 10px 15px;
    color: #4a4e69;
    border: 1px solid #e0e9e3;
    border-radius: 10px;
    background: #f4f7f5 url(../img/arrow-down-gray.svg) calc(100% - 15px) center/10px 10px no-repeat;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select::-ms-expand {
    display: none;
}

.form-select:focus {
    border-color: #c3ccbc;
}

.form-radio {
    position: relative;
    display: block;
    margin: 0;
}

.form-radio__control {
    position: absolute;
    opacity: 0;
}

.form-radio__label {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    display: block;
    padding-left: 32px;
    cursor: pointer;
    color: #4a4e69;
}

.form-radio__label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: '';
    border: 2px solid #919299;
    border-radius: 50%;
}

.form-radio__control:checked + .form-radio__label:before {
    border-color: #5daf6c;
}

.form-radio__label:after {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 18px;
    height: 18px;
    content: '';
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 50%;
    background: #5daf6c;
}

.form-radio__control:checked + .form-radio__label:after {
    display: block;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding: 40px 10px;
    border-radius: 30px;
    background: #f4f7f5;
}

.form__main {
    width: 50%;
    padding: 0 30px;
}

.form__aside {
    width: 50%;
    padding: 0 30px;
}

.form__tabs-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
    padding: 4px;
    border-radius: 12px;
    background-color: rgba(216, 226, 220, 0.3);
}

.form__tabs-unit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding: 15px 26px;
    cursor: pointer;
    text-align: center;
    color: #4a4e69;
    border-radius: 12px;
}

.form__tabs-unit_active {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
    -webkit-box-shadow: 0 0 20px rgba(122, 184, 98, 0.26);
    box-shadow: 0 0 20px rgba(122, 184, 98, 0.26);
}

.form__tabs-content {
    display: none;
}

.form__tabs-content_active {
    display: block;
}

.form__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 20px;
    color: #4a4e69;
}

.form__desc:last-child {
    margin-bottom: 0;
}

.form__desc p {
    margin-bottom: 1em;
}

.form__desc p:last-child {
    margin-bottom: 0;
}

.form__desc a {
    text-decoration: none;
}

.form__note {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #4a4e69;
}

.form__note:first-child {
    margin-top: 0;
}

.form__note:last-child {
    margin-bottom: 0;
}

.form__note p {
    margin-bottom: 1em;
}

.form__note p:last-child {
    margin-bottom: 0;
}

.form__note a {
    text-decoration: none;
}

.form__group {
    margin-bottom: 20px;
}

.form__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-bottom: 7px;
    color: #4a4e69;
}

.form__label a {
    text-decoration: none;
}

.form__required {
    color: orangered;
}

.form__control {
    background-color: #ffffff;
}

.form__select {
    background-color: #ffffff;
}

.form__btn {
    min-width: 200px;
}

.form__btn_upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__btn_upload:before {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    content: '';
    background: url(../img/cloud-uploading.svg) 0 0/100% 100% no-repeat;
}

.form__code-head {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1666666667;
    margin-bottom: 25px;
    text-align: center;
    color: #4a4e69;
}

.form__code-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    min-height: 600px;
    padding: 16px;
    border-radius: 30px;
    background-color: rgba(74, 78, 105, 0.1);

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__code-note {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #4a4e69;
}

.form__used {
    padding: 25px 30px;
    border-radius: 30px;
    background-color: rgba(74, 78, 105, 0.1);
}

.form__used-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
    color: #4a4e69;
}

.form__used-section_yes {
    padding-top: 20px;
}

.form__used-radio {
    margin-bottom: 20px;
}

.form__used-radio:last-child {
    margin-bottom: 0;
}

.form__info {
    margin-bottom: 10px;
    padding: 25px 20px;
    border-radius: 30px;
    background-color: rgba(74, 78, 105, 0.1);
}

.form__info:last-child {
    margin-bottom: 0;
}

.form__info-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 20px;
    color: #4a4e69;
}

.form__info-data {
    margin-bottom: 20px;
}

.form__info-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
    padding: 12px;
    border: 1px solid rgba(74, 78, 105, 0.1019607843);
    border-radius: 6px;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.form__info-unit:last-child {
    margin-bottom: 0;
}

.form__info-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #4a4e69;

    -webkit-box-flex: 0;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
}

.form__info-value {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(74, 78, 105, 0.6);

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.form__info-group {
    margin-bottom: 20px;
}

.form__info-group:last-child {
    margin-bottom: 0;
}

.form__info-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
    color: #4a4e69;
}

.form__info-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: #4a4e69;
    background: url(../img/arrow-right-circle.svg) 0 2px/12px 12px no-repeat;
}

.form__info-item:last-child {
    margin-bottom: 0;
}

.form__info-desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 20px;
    color: #4a4e69;
}

.form__info-desc:last-child {
    margin-bottom: 0;
}

.form__info-desc a {
    text-decoration: none;
}

.free-trial {
    padding: 50px 0;
}

.form-trial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 10px;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
    box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
}

.form-trial__col {
    width: 50%;
    padding: 0 20px;
}

.form-trial__title {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4a4e69;
}

.form-trial__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    color: rgb(74, 78, 105);
}

.form-trial__group {
    margin-bottom: 20px;
}

.form-trial__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-bottom: 7px;
    color: #4a4e69;
}

.form-trial__label a {
    text-decoration: none;
}

.form-trial__required {
    color: orangered;
}

.form-trial__radio {
    margin: 16px 0;
}

.form-trial__radio:first-child {
    margin-top: 0;
}

.form-trial__radio:last-child {
    margin-bottom: 0;
}

.form-trial__submit {
    margin-top: 30px;
}

.form-trial__btn {
    padding-right: 40px;
    padding-left: 40px;
}

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

.form-trial__list-item {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    padding: 8px 0 8px 34px;
    background: url(../img/approved-av.svg) 0 8px/24px 24px no-repeat;
}

.form-api {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.form-api__col {
    width: 50%;
    padding: 0 15px;
}

.form-api__section {
    margin-bottom: 30px;
}

.form-api__section:last-child {
    margin-bottom: 0;
}

.form-api__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-api__title {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 20px;
    color: rgb(76, 78, 105);
}

.form-api__head .form-api__title {
    margin-bottom: 0;
}

.form-api__help {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
}

.form-api__help-link {
    text-decoration: none;
}

.form-api__group {
    margin-bottom: 20px;
}

.form-api__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    display: block;
    margin-bottom: 7px;
    color: #4a4e69;
}

.form-api__label a {
    text-decoration: none;
}

.form-api__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-api__btn {
    padding-right: 40px;
    padding-left: 40px;
    white-space: nowrap;
}

.form-api__note {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 20px;
}

.form-api__note a {
    text-decoration: none;
}

.form-api__request {
    overflow: hidden;
    border: 2px solid #eef1f3;
    border-radius: 10px;
}

.form-api__request-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e0e9e3;
    background-color: #f4f7f5;
}

.form-api__request-unit {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 20px;
    cursor: pointer;
    color: #77ca6a;
}

.form-api__request-unit_active {
    color: #7d918c;
    background: #e2f0ed;
}

.form-api__request-content {
    font-size: 14px;
    display: none;
    overflow: auto;
    height: 200px;
    padding: 15px;
    word-break: break-word;
}

.form-api__request-content_active {
    display: block;
}

.form-api__response {
    overflow: hidden;
    border: 2px solid #eef1f3;
    border-radius: 10px;
}

.form-api__response-head {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 20px;
    color: #77ca6a;
    border-bottom: 1px solid #e0e9e3;
    background-color: #f4f7f5;
}

.form-api__response-body {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5rem;
    overflow-y: auto;
    height: 250px;
    padding: 20px;
    word-wrap: break-word;
}

.welcome {
    padding: 60px 0;
    background: linear-gradient(269.79deg, #2a4d91 0.18%, #55a1d0 100.33%);
}

.welcome__slider {
    max-width: 1034px;
    margin-right: auto;
    margin-left: auto;
}

.welcome__slider:not(.slick-initialized) .welcome__item {
    display: none;
}

.welcome__slider:not(.slick-initialized) .welcome__item:first-child {
    display: block;
}

.welcome__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.welcome__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 310px;
    flex: 0 0 310px;
}

.welcome__about {
    padding-left: 50px;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.welcome__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.1875;
    margin: 0 0 15px 0;
    color: #ffffff;
}

.welcome__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: #ffffff;
}

.welcome__desc p:last-child {
    margin-bottom: 0;
}

.welcome__action {
    margin-top: 30px;
}

.welcome__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.welcome__dots li {
    margin: 0 5px;
}

.welcome__dots li button {
    font-size: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #ffffff;
}

.welcome__dots li.slick-active button {
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
}

.nav {
    margin-bottom: 50px;
    padding: 6px 0;
    background: #f3f6f4;
}

.nav__toggle {
    display: none;
}

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

.nav__menu-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    padding: 14px;
    text-decoration: none;
    color: #4c4e69;
    border-radius: 48px;
}

.nav__menu-link_offer {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#f7ca33), to(#f0e12d));
    background: linear-gradient(90deg, #f7ca33 0%, #f0e12d 100%);
}

.nav__menu-link_offer:hover,
.nav__menu-item_dropdown:hover > .nav__menu-link_offer {
    background: -webkit-gradient(linear, left top, right top, from(#f0e12d), to(#f7ca33));
    background: linear-gradient(90deg, #f0e12d 0%, #f7ca33 100%);
}

.nav__sub {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}

.nav__sub:before {
    position: absolute;
    top: -6px;
    left: 40px;
    display: block;
    content: '';
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
}

.nav__sub-item {
    padding: 5px 0;
}

.nav__sub-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: rgba(74, 78, 105, 0.6);
}

ß .nav__sub-link:hover {
    color: #4a4e69;
}

.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
    box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.info:last-child {
    margin-bottom: 0;
}

.info__about {
    padding-right: 40px;

    -webkit-box-flex: 1;
    flex-basis: 0;
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-preferred-size: 0;
}

.info__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.1428571429;
    margin: 0 0 20px 0;
    color: #4a4e69;
}

.info__desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #4a4e69;
}

.info__action {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
}

.info__btn {
    display: block;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.info-list + .offer-list {
    margin-top: 50px;
}

.offer {
    height: 100%;
    padding: 40px 70px;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
    box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
}

.offer__title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1428571429;
    margin: 0 0 20px 0;
    text-align: center;
    color: #4a4e69;
}

.offer__title-dist {
    display: block;
    background: -webkit-linear-gradient(#5aae6d, #b5cb4d);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.offer__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    color: #4a4e69;
}

.offer__desc p {
    margin-bottom: 1em;
}

.offer__desc p:last-child {
    margin-bottom: 0;
}

.offer__desc b {
    background: -webkit-linear-gradient(#5aae6d, #b5cb4d);
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.offer__action {
    margin: 30px 0;
    text-align: center;
}

.offer__action:first-child {
    margin-top: 0;
}

.offer__action:last-child {
    margin-bottom: 0;
}

.offer__btn {
    width: 260px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.integrations {
    padding: 60px 0;
}

.integrations__heading {
    margin-bottom: 50px;
}

.integrations__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.integrations__item {
    width: 16.6666666667%;
    margin-bottom: 20px;
    padding: 0 10px;
}

.integrations__link {
    display: block;
    height: 100%;
    padding: 25px 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    background-color: #f4f7f5;
}

.integrations__link:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.integrations__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    margin-bottom: 30px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

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

.integrations__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    display: block;
    color: #4a4e69;
}

.integrations__action {
    margin-top: 30px;
    text-align: center;
}

.integrations__btn {
    width: 164px;
}

.integrations-all {
    margin-bottom: 50px;
    padding: 50px 0 34px 0;
}

.integrations-all__heading {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 30px 0;
    color: #4a4e69;
}

.integrations-all__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.integrations-all__item {
    width: 33.333333%;
    margin-bottom: 16px;
    padding: 0 8px;
}

.integrations-all__link {
    display: block;
    padding: 13px 8px;
    text-align: center;
    text-decoration: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.integrations-all__link:hover {
    background-color: rgba(202, 220, 217, 0.16);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.integrations-all__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 56px;
    height: 70px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.integrations-all__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3333333333;
    display: block;
    color: #4a4e69;
}

.protection {
    margin-bottom: 50px;
    padding: 50px 0;
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
}

.protection__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.protection__img {
    width: 26.3565891473%;
    text-align: center;
}

.protection__about {
    width: 73.6434108527%;
    padding-left: 30px;
}

.protection__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1875;
    margin: 0 0 22px 0;
    color: #ffffff;
}

.protection__desc {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #ffffff;
}

.customers {
    margin-bottom: 50px;
}

.customers__heading {
    margin-bottom: 10px;
}

.customers__item {
    margin: 0 10px;
}

.customers__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 20px;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.question {
    margin-bottom: 50px;
}

.question__img {
    margin-bottom: 20px;
    text-align: center;
}

.dashboard-welcome {
    padding: 50px 0;
}

.dashboard-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    padding: 30px 10px;
    border-radius: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
    box-shadow: 0 0 50px rgba(122, 184, 98, 0.12);
}

.dashboard-form__col {
    width: 50%;
    padding: 0 25px;
}

.dashboard-form__title {
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    color: #4a4e69;
}

.dashboard-form__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    color: #4a4e69;
}

.dashboard-form__desc p:last-child {
    margin-bottom: 0;
}

.dashboard-form__group {
    margin-bottom: 20px;
}

.dashboard-form__label {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 7px;
    color: #4a4e69;
}

.dashboard-form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashboard-form__btn {
    width: 180px;
}

.dashboard-form__forgot {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.dashboard-form__forgot-link {
    text-decoration: none;
}

.api {
    padding: 50px 0;
}

.api__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-bottom: 25px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.api__nav-item {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 15px;
    cursor: pointer;
    color: #77ca6a;
    border-radius: 24px;
}

.api__nav-item_active {
    color: #7d918c;
    background-color: #e2f0ed;
}

.api__content {
    display: none;
}

.api__content_active {
    display: block;
}

.api__section {
    margin-bottom: 30px;
}

.api__section:last-child {
    margin-bottom: 0;
}

.api__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #4a4e69;
}

.api__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #4a4e69;
}

.api__desc:last-child {
    margin-bottom: 0;
}

.api__desc p {
    margin-bottom: 1em;
}

.api__desc p:last-child {
    margin-bottom: 0;
}

.api__table {
    margin-bottom: 20px;
}

.api__table:last-child {
    margin-bottom: 0;
}

.api__code {
    padding: 20px 30px;
    background-color: #e7e9eb;
}

.api__code pre {
    font-size: 12px;
    line-height: 28px;
    overflow: auto;
    margin: 0;
    padding: 0;
}

.table-api {
    width: 100%;
    border: 1px solid #a1df82;
}

.table-api td,
.table-api th {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    padding: 15px;
    border: 1px solid #a1df82;
}

.table-api__more td {
    cursor: pointer;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
    background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
}

/**
* Tabs
*/

.tabs {
  margin: 30px 0;
}

.tabs__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px -15px;
  padding: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs__item {
  cursor: pointer;
  margin-right: 5px;
  font-size: 20px;
  line-height: 24px;
  display: block;
  padding: 10px 15px;
  color: #77ca6a;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}

.tabs__item:last-child {
  margin-right: 0;
}

.tabs__item_active,
.tabs__item:hover {
  text-decoration: none;
  color: #7d918c;
  background-color: #e2f0ed;
}

.tabs__content {
  display: none;
}

.tabs__content_active {
  display: block;
}

@media (min-width: 576px) {
    .form__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -10px;
        margin-left: -10px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form__row .form__group {
        width: 50%;
        padding: 0 10px;
    }

    .form__row .form__group_full {
        width: 100%;
    }

    .form-api__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .form-api__row .form-api__group {
        width: 50%;
        padding: 0 15px;
    }
}

@media (min-width: 992px) {
    .header__menu-item_sep {
        margin-left: auto;
    }

    .nav {
        position: sticky;
        z-index: 500;
        top: 0;
    }

    .nav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .nav__menu-item {
        margin-right: 10px;

        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .nav__menu-item_dropdown {
        position: relative;
    }

    .nav__menu-item:last-child {
        margin-right: 0;
    }

    .nav__menu-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: center;

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav__menu-item_dropdown > .nav__menu-link:after {
        display: block;
        width: 12px;
        height: 12px;
        margin-left: 10px;
        content: '';
        background: url(../img/arrow-down-gray.svg) 0 0/100% 100% no-repeat;
    }

    .nav__menu-item_dropdown:hover > .nav__menu-link:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        background-image: url(../img/arrow-down-white.svg);
    }

    .nav__menu-link:hover,
    .nav__menu-item_dropdown:hover > .nav__menu-link {
        color: #ffffff;
        background: -webkit-gradient(linear, left top, right top, from(#5aae6d), to(#b5cb4d));
        background: linear-gradient(90deg, #5aae6d 0%, #b5cb4d 100%);
    }

    .nav__menu-link_offer:hover,
    .nav__menu-item_dropdown:hover > .nav__menu-link_offer {
        background: -webkit-gradient(linear, left top, right top, from(#f0e12d), to(#f7ca33));
        background: linear-gradient(90deg, #f0e12d 0%, #f7ca33 100%);
    }

    .nav__sub {
        position: absolute;
        top: 100%;
        left: 0;
        display: none;
        min-width: 100%;
        margin: 12px 0 0 0;
        padding: 20px;
        border-radius: 24px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    }

    .nav__sub:after {
        position: absolute;
        top: -12px;
        right: 0;
        left: 0;
        display: block;
        height: 12px;
        content: '';
    }

    .nav__menu-item_dropdown:hover > .nav__sub {
        display: block;
    }

    .offer-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: -15px;
        margin-left: -15px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .offer-list__item {
        width: 50%;
        padding: 0 15px;
    }
}

@media (max-width: 1199px) {
    .header {
        padding: 6px 0;
    }

    .header__logo-link {
        width: 156px;
    }

    .header__menu-item {
        margin-right: 15px;
    }

    .header__menu-link {
        font-size: 15px;
    }

    .checklist {
        max-width: none;
        margin-right: -10px;
        margin-left: -10px;
    }

    .form {
        padding-right: 5px;
        padding-left: 5px;
    }

    .form__main {
        padding: 0 15px;
    }

    .form__aside {
        padding: 0 15px;
    }

    .welcome__img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
    }

    .integrations__item {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .wrapper {
        overflow: hidden;
    }

    .type-valid {
        padding: 30px 0;
    }

    .alert {
        padding: 5px 30px;
    }

    .alert__desc {
        font-size: 16px;
    }

    .alert__close {
        right: 5px;
    }

    .alert__close:before,
    .alert__close:after {
        width: 16px;
        margin-left: -8px;
    }

    .header__logo {
        margin-right: auto;
    }

    .header__nav {
        position: fixed;
        z-index: 900;
        top: 0;
        right: 0;
        bottom: 0;
        visibility: hidden;
        width: 275px;
        padding: 10px 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        background-color: #ffffff;
    }

    .menu-opened .header__nav {
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .header__nav-close {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        padding: 0;
        border: none;
        background: none;
    }

    .header__nav-close:before,
    .header__nav-close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        width: 20px;
        height: 2px;
        margin-top: -1px;
        margin-left: -10px;
        content: '';
        background-color: #625e5b;
    }

    .header__nav-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header__nav-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header__menu {
        display: block;
        border-top: 1px solid #dddddd;
    }

    .header__menu-item {
        margin-right: 0;
        border-bottom: 1px solid #dddddd;
    }

    .header__menu-link {
        font-size: 16px;
        padding: 10px 15px;
    }

    .header__account-btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header__toggle {
        display: block;
        margin-left: 20px;
    }

    .menu-opened {
        overflow: hidden;
    }

    .nav-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 0;
        background-color: #000000;
    }

    .menu-opened .nav-overlay {
        z-index: 800;
        visibility: visible;
        opacity: 0.1;
    }

    .footer__widget {
        width: 50%;
    }

    .heading {
        font-size: 36px;
    }

    .text-group {
        margin-bottom: 30px;
    }

    .checklist__item {
        width: calc(100% - 20px);
    }

    .bath-wrap {
        padding: 30px 0;
    }

    .bath-address {
        display: block;
        margin-bottom: 30px;
    }

    .bath-address__main {
        width: auto;
        padding-right: 0;
    }

    .bath-address__aside {
        width: auto;
        margin-top: 30px;
    }

    .text-row__col {
        width: 100%;
    }

    .text-box {
        display: block;
        margin-bottom: 30px;
    }

    .form {
        display: block;
        margin-bottom: 30px;
        padding: 30px;
    }

    .form__main {
        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .form__aside {
        width: auto;
        padding: 0;
    }

    .form__code-body {
        height: auto;
    }

    .free-trial {
        padding: 30px 0;
    }

    .form-trial {
        display: block;
        padding-right: 30px;
        padding-left: 30px;
    }

    .form-trial__col {
        width: auto;
        margin-bottom: 30px;
        padding: 0;
    }

    .form-trial__col:last-child {
        margin-bottom: 0;
    }

    .form-trial__title {
        font-size: 30px;
    }

    .form-api {
        display: block;
        margin-bottom: 50px;
    }

    .form-api__col {
        width: auto;
        margin-bottom: 30px;
    }

    .form-api__col:last-child {
        margin-bottom: 0;
    }

    .welcome {
        padding: 40px 0;
    }

    .welcome__inner {
        display: block;
    }

    .welcome__img {
        max-width: 260px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .welcome__about {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        text-align: center;
    }

    .welcome__title {
        font-size: 28px;
    }

    .welcome__desc {
        font-size: 15px;
    }

    .welcome__dots {
        margin-right: 30px;
    }

    .nav {
        margin-bottom: 30px;
    }

    .nav__toggle {
        font-size: 18px;
        font-weight: 500;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 40px;
        color: #4c4e69;
        border: none;
        background: none;

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav__toggle:after {
        display: block;
        width: 14px;
        height: 14px;
        margin-left: 10px;
        content: '';
        background: url(../img/arrow-down-gray.svg) 0 0/100% 100% no-repeat;
    }

    .nav_open .nav__toggle:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav__menu {
        display: none;
        margin-top: 6px;
        border-top: 1px solid #e0e9e3;
    }

    .nav__menu-link_offer {
        text-align: center;
    }

    .nav__sub {
        padding: 14px;
        border-radius: 12px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    }

    .info {
        display: block;
    }

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

    .info__title {
        font-size: 26px;
        text-align: center;
    }

    .info__desc {
        text-align: center;
    }

    .info__action {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .info-list + .offer-list {
        margin-top: 30px;
    }

    .offer-list__item {
        margin-bottom: 30px;
    }

    .offer-list__item:last-child {
        margin-bottom: 0;
    }

    .offer {
        padding: 40px;
    }

    .offer__title {
        font-size: 26px;
    }

    .offer__desc {
        font-size: 14px;
    }

    .offer__btn {
        width: 100%;
        max-width: 300px;
    }

    .integrations {
        padding: 30px 0;
    }

    .integrations__heading {
        margin-bottom: 30px;
    }

    .integrations__list {
        margin-right: -8px;
        margin-left: -8px;
    }

    .integrations__item {
        width: 33.333333%;
        margin-bottom: 16px;
        padding: 0 8px;
    }

    .integrations__action {
        margin-top: 14px;
    }

    .integrations-all {
        margin-bottom: 30px;
        padding: 30px 0 14px 0;
    }

    .integrations-all__heading {
        font-size: 28px;
    }

    .protection {
        margin-bottom: 30px;
        padding: 40px 0;
    }

    .protection__container {
        display: block;
    }

    .protection__img {
        width: auto;
        margin-bottom: 30px;
    }

    .protection__about {
        width: auto;
        padding-left: 0;
        text-align: center;
    }

    .customers {
        margin-bottom: 30px;
    }

    .dashboard-welcome {
        padding: 30px 0;
    }

    .dashboard-form {
        display: block;
        margin-bottom: 30px;
        padding: 30px;
    }

    .dashboard-form__col {
        width: auto;
        margin-bottom: 40px;
        padding: 0;
    }

    .dashboard-form__col:last-child {
        margin-bottom: 0;
    }

    .api {
        padding: 30px 0;
    }

    .api__nav-item {
        font-size: 18px;
    }

    .api__title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .heading {
        font-size: 30px;
    }

    .form {
        padding: 20px;
    }

    .integrations-all__heading {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .integrations-all__item {
        width: 50%;
    }
}

@media (max-width: 576px) {
    .api__nav-item {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .alert__desc {
        font-size: 13px;
    }

    .footer__widget {
        width: 100%;
        text-align: center;
    }

    .footer__title {
        font-size: 15px;
    }

    .footer__menu-item {
        font-size: 15px;
    }

    .bath-address {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .text-box {
        padding: 30px 20px;
        border-radius: 24px;
    }

    .form {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 15px;
        padding-left: 15px;
        border-radius: 0;
    }

    .form__tabs-unit {
        font-size: 15px;
        padding: 13px 20px;
    }

    .form__code-body {
        border-radius: 24px;
    }

    .form__used {
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 24px;
    }

    .form__info {
        border-radius: 24px;
    }

    .form-trial {
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 24px;
    }

    .form-trial__title {
        font-size: 26px;
    }

    .nav__toggle {
        font-size: 16px;
    }

    .nav__toggle:after {
        width: 12px;
        height: 12px;
    }

    .info {
        padding: 30px;
    }

    .offer {
        padding: 30px;
    }

    .integrations__item {
        width: 50%;
    }

    .protection__title {
        font-size: 26px;
    }
}

@media (max-width: 460px) {
    .header__account-btn {
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 32px;
        height: 32px;
        padding: 0;

        align-items: center;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__account-btn svg {
        display: block;

        fill: #ffffff;
    }

    .accent {
        font-size: 24px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .bath-address__title {
        font-size: 24px;
    }

    .text-box__title {
        font-size: 24px;
    }

    .form-radio__label {
        font-size: 14px;
        padding-left: 28px;
    }

    .form-radio__label:before {
        width: 16px;
        height: 16px;
    }

    .form-radio__label:after {
        width: 16px;
        height: 16px;
    }

    .form__tabs-nav {
        display: block;
    }

    .form__code-head {
        font-size: 20px;
    }

    .form__code-note {
        font-size: 14px;
    }

    .form-trial__btn {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .form-api__action {
        display: block;
    }

    .form-api__btn {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .form-api__note {
        margin-top: 15px;
        margin-left: 0;
        text-align: center;
    }

    .integrations__link {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .integrations-all__title {
        font-size: 16px;
    }

    .dashboard-form {
        padding-right: 20px;
        padding-left: 20px;
    }

    .dashboard-form__row {
        display: block;
    }

    .dashboard-form__forgot {
        margin-top: 20px;
    }

    .api__nav-item {
        padding: 8px 12px;
    }

    .api__title {
        font-size: 20px;
    }

    .api__desc {
        font-size: 15px;
    }

    .api__code {
        padding: 20px 15px;
    }

    .table-api td,
    .table-api th {
        padding: 10px;
    }
}

@media (max-width: 425px) {
    .customers__link {
        padding: 5px;
    }
}

@media (max-width: 375px) {
    .header__account {
        margin-left: 12px;
    }

    .header__toggle {
        margin-left: 12px;
    }

    .integrations__title {
        font-size: 15px;
    }

    .integrations-all__title {
        font-size: 15px;
    }
}
