* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Inter", sans-serif;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

body.hidden {
    overflow-y: hidden;
}

nav,
footer,
header,
aside {
    display: block;
}
body {
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html.hidden,
body.hidden {
    overflow: hidden;
}

input,
button,
textarea {
    font-family: inherit;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
}

/* for IE10 */
select::-ms-expand {
    display: none;
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.main {
    flex: 1 1 auto;
}

.container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}
.main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* header */
.header {
    padding: 7px 0;
    background-color: #e8eff6;
}

.header__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header__item:first-child {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header__item-link {
    padding: 13px 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 7px;
    background: #00a3ff;
    transition: all 0.3s ease;
    border: 2px solid #00a3ff;
}
.header__item-link:first-child:hover {
    color: #fff;
}
.header__item-link:hover {
    background-color: transparent;
    color: #1f2129;
}

.header__item-link:first-child {
    border: 2px solid #00a3ff;
    background-color: transparent;
    color: #1f2129;
}
.header__item-link:first-child:hover {
    background: #00a3ff;
}

/* main */
.main {
    margin: 55px 0 0 0;
}

.main h1 {
    color: var(--white, #1f2129);
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main h2 {
    color: var(--white, #1f2129);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px 0;
}
.main h3 {
    color: var(--white, #1f2129);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main strong {
    color: var(--white, #1f2129);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.main p {
    margin: 16px 0;
    color: var(--grey, #697a8b);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.main li {
    margin: 16px 0;
    color: var(--grey, #697a8b);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 2px 0;
}
.main a {
    display: inline-block;
    margin: 30px 0 70px 0;
    padding: 17px 35px;
    border-radius: 7px;
    background: #00a3ff;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.main ul a {
    margin: 16px 0;
    color: var(--grey, #697a8b);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background-color: transparent;
    padding: 0;
}

.table {
    width: 100%;
    max-width: 100%;
    overflow: auto;
}

.table table {
    border-collapse: collapse;
    margin: 0 auto;
}

.table td:nth-child(2n) {
    color: #1f2129;
    font-weight: 700;
}

.table td {
    width: 50%;
    color: var(--grey, #697a8b);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table td div {
    margin: 0 0 5px 0;
    white-space: nowrap;
    max-height: 37px;
    min-height: 37px;
}

.table td:nth-child(1n) div {
    border-radius: 9px 0 0 9px;
    padding: 7px 16px;
    border-top: 2px solid #00a3ff;
    border-right: 1px solid #00a3ff;
    border-bottom: 2px solid #00a3ff;
    border-left: 2px solid #00a3ff;
}

.table td:nth-child(2n) div {
    border-radius: 0 9px 9px 0;
    padding: 7px 16px;
    border-top: 2px solid #00a3ff;
    border-right: 2px solid #00a3ff;
    border-bottom: 2px solid #00a3ff;
    border-left: 1px solid #00a3ff;
}

.main p img {
    max-width: 100%;
}
.faq__item {
    text-align: center;
}

/* media */
@media (max-width: 768px) {
    .header__wrapper {
        justify-content: space-between;
    }
    .header__item:first-child {
        position: relative;
        left: 50px;
    }
}
@media (max-width: 600px) {
    .main h1 {
        font-size: 24px;
    }
    .main h2 {
        font-size: 18px;
    }
    .main h3 {
        font-size: 16px;
    }
    .main p {
        font-size: 12px;
        margin: 6px 0;
    }

    .main li {
        font-size: 12px;
    }
    .main a {
        font-size: 12px;
    }
    .table td {
        font-size: 12px;
    }
    .header__item-link {
        font-size: 12px;
        padding: 10px;
    }
    .header__logo img {
        width: 80%;
    }
}
