/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-VariableFont_wght.ttf);
    font-style: normal
}

.header {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    min-height: 100px;
    display: flex;
    align-items: center;
    background-color: #fff
}

@media (max-width:767px) {
    .header {
        min-height: 80px
    }
}

.header_integration {
    min-height: 80px
}

.header_integration .header__content {
    max-width: 720px;
    margin: 0;
    padding: 0 32px
}

@media (max-width:767px) {
    .header_integration .header__content {
        padding: 0 16px
    }
}

.header__logo {
    display: flex;
    align-items: center;
    margin-right: auto
}

.header__logo-img {
    width: 364px;
    height: 48px;
    object-fit: contain
}

@media (max-width:767px) {
    .header__logo-img {
        width: 212px;
        height: 28px
    }
}

.header__content {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px
}

@media (max-width:767px) {
    .header__content {
        padding: 0 16px
    }
}

.header__links {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (max-width:1199px) {
    .header__links {
        display: none
    }
}

.header__link {
    display: flex;
    border-bottom: 2px solid transparent;
    padding: 12px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: inherit;
    text-decoration: none;
    transition: border-color .2s
}

.header__link:hover {
    border-bottom-color: #f0544f
}

@media (max-width:767px) {
    .header__button-login {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
}

.footer {
    display: flex;
    align-items: center;
    margin-top: auto;
    background-color: #292929
}

.footer__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 64px 24px
}

@media (max-width:1199px) {
    .footer__content {
        gap: 24px;
        padding: 24px
    }
}

@media (max-width:767px) {
    .footer__content {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 16px
    }
}

.footer__block {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 32px 0
}

@media (max-width:767px) {
    .footer__block {
        gap: 16px;
        padding: 16px 0
    }
}

.footer__logo {
    display: flex;
    align-items: center
}

.footer__logo-img {
    width: 303px;
    height: 40px;
    object-fit: contain
}

.footer__tel {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: hsla(0, 0%, 100%, .92);
    text-decoration: none
}

.footer__copyright-br {
    display: none
}

@media (max-width:1199px) {
    .footer__copyright-br {
        display: block
    }
}

.footer__copyright {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff
}

.footer__copyright a {
    text-decoration: none;
    color: #73b8ec;
    font-size: inherit;
    font-weight: 700
}

.footer__links {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (max-width:1199px) {
    .footer__links {
        margin-left: 50px
    }
}

@media (max-width:767px) {
    .footer__links {
        margin-left: 0
    }
}

.footer__links-element {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 36px
}

.footer__links-element:after {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 24px;
    height: 4px;
    border-radius: 10px;
    background-color: #f0544f
}

.footer__link {
    font-size: 20px;
    line-height: 32px;
    color: hsla(0, 0%, 100%, .92)
}

.button,
.footer__link {
    text-decoration: none;
    cursor: pointer
}

.button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    padding: 10px 24px;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-radius: 2px;
    font-weight: 600;
    transition: all .2s
}

.button.l {
    font-size: 18px;
    line-height: 28px
}

@media (max-width:767px) {
    .button.l {
        min-width: auto;
        padding: 10px 28px;
        font-size: 16px;
        line-height: 24px
    }
}

.button.primary {
    border-color: #f0544f;
    background-color: #f0544f;
    color: hsla(0, 0%, 100%, .92)
}

.button.primary:hover:not(:disabled) {
    border-color: #90322f;
    background-color: #90322f
}

.button.primary:disabled {
    opacity: .48
}

.button.secondary {
    background-color: #fff;
    border-color: #f0544f;
    color: #292929
}

.button.secondary:hover:not(:disabled) {
    background-color: #fcdddc
}

.button.secondary:disabled {
    opacity: .48
}

.button.invert {
    background-color: #fff;
    border-color: transparent;
    color: #f0544f
}

.button.invert:hover:not(:disabled) {
    background-color: hsla(0, 0%, 100%, .8)
}

.button.invert:disabled {
    opacity: .48
}

.button.secondary-invert {
    background-color: transparent;
    border-color: #fff;
    color: hsla(0, 0%, 100%, .92)
}

.button.secondary-invert:hover:not(:disabled) {
    background-color: rgba(0, 0, 0, .04);
    border-color: #fff
}

.button.secondary-invert:disabled {
    opacity: .48
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.accordion__item {
    padding: 32px;
    border-radius: 2px
}

.accordion__item:nth-child(5n+1) {
    background-color: #feeeed
}

.accordion__item:nth-child(5n+2) {
    background-color: #fcdddc
}

.accordion__item:nth-child(5n+3) {
    background-color: #fbccca
}

.accordion__item:nth-child(5n+4) {
    background-color: #f9bbb9
}

.accordion__item:nth-child(5n+5) {
    background-color: #f8aaa7
}

@media (max-width:767px) {
    .accordion__item {
        padding: 24px;
        padding: 16px
    }
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    cursor: pointer;
    transition: all .2s
}

@media (max-width:767px) {
    .accordion__header {
        gap: 16px;
        font-size: 16px;
        line-height: 24px
    }
}

.accordion__header-text {
    display: flex;
    align-items: baseline;
    gap: 20px
}

@media (max-width:767px) {
    .accordion__item-number {
        display: none
    }
}

.accordion__header-icon-wrapper {
    align-self: center;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    transition: all .2s
}

@media (max-width:767px) {
    .accordion__header-icon-wrapper {
        width: 40px;
        height: 40px
    }
}

.accordion__icon {
    width: 32px;
    height: 32px;
    color: #292929;
    transition: all .2s
}

@media (max-width:767px) {
    .accordion__icon {
        width: 24px;
        height: 24px
    }
}

.accordion__icon_minus {
    display: none
}

.accordion__icon path {
    transition: fill .2s
}

.accordion__item_show .accordion__icon_plus {
    display: none
}

.accordion__item_show .accordion__icon_minus {
    display: block
}

.accordion__header:hover .accordion__header-icon-wrapper {
    background-color: rgba(0, 0, 0, .04)
}

.accordion__header:hover .accordion__icon {
    color: #f0544f
}

.accordion__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 20px;
    margin-right: 56px
}

@media (max-width:767px) {
    .accordion__content {
        margin-right: 0
    }
}

.accordion__content ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none
}

.accordion__content ul li {
    position: relative;
    padding-left: 36px
}

@media (max-width:767px) {
    .accordion__content ul li {
        padding-left: 24px
    }
}

.accordion__content ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 4px;
    border-radius: 20px;
    background-color: #f0544f
}

@media (max-width:767px) {
    .accordion__content ul li:after {
        width: 16px;
        height: 2px
    }
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none
}

.checkbox,
.checkbox-wrapper {
    display: flex;
    flex-direction: column
}

.checkbox input[type=checkbox] {
    display: none
}

.checkbox input[type=checkbox]:checked+label {
    color: #292929
}

.checkbox input[type=checkbox]:checked+label:before {
    border-color: #1588e0;
    background-color: #1588e0
}

.checkbox input[type=checkbox]:checked+label .checkbox__icon-ok {
    opacity: 1
}

.checkbox input[type=checkbox].error+label:before {
    border-color: #f0544f
}

.checkbox__label {
    position: relative;
    padding-left: 32px;
    color: rgba(41, 41, 41, .8);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color .2s
}

.checkbox__label:hover {
    color: #292929
}

.checkbox__label:hover:before {
    border-color: #292929
}

.checkbox__label:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 2px solid rgba(41, 41, 41, .56);
    background-color: #fff;
    box-sizing: border-box;
    transition: all .2s
}

.checkbox__label a {
    text-decoration: none;
    color: #116db3
}

.checkbox__alert {
    display: none;
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    color: #f0544f
}

.checkbox__icon-ok {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 12px;
    height: 12px;
    color: #fff;
    opacity: 0;
    transition: opacity .2s
}

.checkbox input.alert+label:before {
    border-color: #f0544f
}

.checkbox input.alert+label .checkbox__alert {
    display: block
}

.popup-auth {
    z-index: 2;
    position: fixed;
    left: 0;
    background-color: rgba(0, 0, 0, .48);
    align-items: center;
    justify-content: center
}

.popup-auth,
.popup-auth__box {
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column
}

.popup-auth__box {
    position: absolute;
    width: 560px;
    padding: 0 32px;
    background-color: #fff
}

@media (max-width:767px) {
    .popup-auth__box {
        width: 100%;
        height: 100%;
        padding: 0 16px
    }
}

.popup-auth__header {
    position: relative;
    display: flex;
    padding: 16px 0
}

.popup-auth__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-left: auto;
    border: none;
    border-radius: 2px;
    padding: 0;
    background-color: transparent;
    cursor: pointer
}

.popup-auth__button:hover {
    background-color: rgba(0, 0, 0, .08)
}

.popup-auth__icon {
    width: 32px;
    height: 32px;
    color: #292929;
    transition: color .2s
}

.popup-auth__content {
    overflow: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 32px 32px
}

@media (max-width:767px) {
    .popup-auth__content {
        padding: 0
    }
}

.popup-auth__content-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 32px;
    padding-bottom: 16px
}

@media (max-width:767px) {
    .popup-auth__content-title-wrapper {
        margin-bottom: 16px
    }
}

.popup-auth__content-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .popup-auth__content-title {
        font-size: 24px;
        line-height: 32px
    }
}

.popup-auth__content-sub-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.popup-auth__form {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px
}

.popup-auth__form-email {
    margin-bottom: 16px
}

.popup-auth__form-textarea {
    margin-bottom: 32px
}

.popup-auth__form-pass {
    margin-bottom: 16px
}

.popup-auth__button-link {
    width: -moz-fit-content;
    width: fit-content;
    border: none;
    padding: 0;
    margin: 0 0 32px;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #116db3;
    cursor: pointer
}

.popup-auth__checkbox {
    margin-bottom: 32px
}

.popup-auth__captcha {
    width: 302px;
    height: 76px;
    margin-bottom: 32px
}

.popup-auth__apply-button {
    max-width: 160px
}

.popup-auth__login {
    display: flex;
    gap: 4px;
    padding: 16px 0 0
}

.popup-auth__login,
.popup-auth__login-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.popup-auth__login-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #116db3;
    cursor: pointer
}

.popup-auth__text {
    font-size: 16px;
    line-height: 24px
}

.popup-auth a {
    font-family: inherit;
    font-size: inherit;
    text-decoration: none;
    color: #116db3
}

.text-input {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-input__label {
    margin-bottom: 4px;
    margin-left: 2px;
    font-size: 14px;
    line-height: 20px
}

.text-input__input {
    min-height: 48px;
    padding: 10px 34px 10px 16px;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, .24);
    background-color: #fff;
    color: inherit;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all .2s
}

.text-input__input::placeholder {
    color: rgba(41, 41, 41, .56)
}

.text-input__input:hover {
    border-color: rgba(0, 0, 0, .24)
}

.text-input__input:focus {
    outline: none;
    border-bottom-color: #1588e0
}

.text-input__input:disabled {
    border-color: rgba(0, 0, 0, .08);
    background-color: rgba(0, 0, 0, .08)
}

.text-input__input.error,
.text-input__input_force-alert {
    border-color: #f0544f
}

.text-input__input-wrapper {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-input__reset {
    display: none
}

.text-input__show {
    display: flex
}

.text-input__reset,
.text-input__show {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.text-input__reset:hover svg,
.text-input__show:hover svg {
    color: #292929
}

.text-input__reset.active,
.text-input__show.active {
    display: flex
}

.text-input__icon {
    color: #292929;
    transition: all .2s
}

.text-input__alert {
    display: none;
    margin-top: 4px;
    color: #f0544f;
    font-size: 14px;
    line-height: 20px
}

.text-input__alert.active {
    display: block
}

.text-input__addon,
.text-input__sub-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px
}

.text-input__sub-text {
    color: rgba(41, 41, 41, .8)
}

.text-input__force-alert {
    margin-top: 4px;
    color: #f0544f;
    font-size: 14px;
    line-height: 20px
}

.splide__list {
    display: flex;
    gap: 32px;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (max-width:1199px) {
    .splide__list {
        gap: 24px
    }
}

@media (max-width:767px) {
    .splide__list {
        gap: 16px
    }
}

.splide__list~span {
    display: none
}

.agreement {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 0 !important;
    font-size: 16px;
    line-height: 24px
}

@media (max-width:1199px) {
    .agreement {
        padding: 24px 0 !important
    }
}

@media (max-width:767px) {
    .agreement {
        padding: 16px 0 !important
    }
}

.agreement__title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.agreement__title {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .agreement__title {
        font-size: 24px;
        line-height: 32px
    }
}

.agreement__content-sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px
}

@media (max-width:767px) {
    .agreement__content-sub-title {
        font-size: 16px;
        line-height: 24px
    }
}

.agreement__content {
    display: flex;
    flex-direction: column
}

.agreement__content-title {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.agreement__separator {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, .08)
}

.agreement p {
    margin: 0 0 10px
}

.agreement a {
    text-decoration: none;
    color: #116db3
}

.agreement ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none
}

.agreement li {
    position: relative;
    padding-left: 24px
}

.agreement li:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f0544f
}

.details {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 64px 0 !important
}

@media (max-width:1199px) {
    .details {
        padding: 24px 0 !important
    }
}

@media (max-width:767px) {
    .details {
        padding: 16px 0 24px !important
    }
}

.details__title {
    margin: 0 0 32px;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .details__title {
        font-size: 24px;
        line-height: 32px
    }
}

.details-table {
    display: flex;
    flex-direction: column
}

.details-table__header {
    display: flex;
    padding: 24px;
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    font-size: 20px;
    font-weight: 600;
    line-height: 32px
}

@media (max-width:767px) {
    .details-table__header {
        padding: 12px;
        font-size: 16px;
        line-height: 24px
    }
}

.details-table__list {
    display: flex;
    flex-direction: column
}

.details-table__element {
    display: grid;
    grid-template-columns: 240fr 528fr
}

@media (max-width:767px) {
    .details-table__element {
        display: flex;
        flex-direction: column
    }
}

.details-table__element:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, .04)
}

.details-table__element-text {
    padding: 12px 24px;
    font-size: 20px;
    line-height: 32px
}

@media (max-width:767px) {
    .details-table__element-text:first-child {
        padding: 8px 8px 2px
    }

    .details-table__element-text:nth-child(2) {
        padding: 2px 8px 8px
    }
}

.text-area {
    position: relative;
    display: flex;
    flex-direction: column
}

.text-area__label {
    margin-bottom: 4px;
    color: rgba(41, 41, 41, .8);
    font-size: 14px;
    line-height: 20px
}

.text-area__input {
    resize: none;
    height: 128px;
    padding: 12px;
    border-radius: 2px;
    border: 2px solid rgba(0, 0, 0, .16);
    background: #fff;
    color: #292929;
    font-family: inherit;
    font-size: 16px;
    line-height: 24px;
    transition: all .2s
}

.text-area__input::placeholder {
    color: rgba(41, 41, 41, .56)
}

.text-area__input:hover {
    border-color: rgba(0, 0, 0, .24)
}

.text-area__input:focus {
    outline: none;
    border-bottom-color: #1588e0
}

.text-area__input:disabled {
    border-color: rgba(0, 0, 0, .08);
    background-color: rgba(0, 0, 0, .08)
}

.text-area__counter {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    gap: 2px;
    color: rgba(41, 41, 41, .8);
    font-size: 14px;
    line-height: 20px
}

.text-area__counter_top {
    transform: translateY(-100%)
}

.pagination {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    margin-left: auto;
    margin-right: auto
}

.pagination__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 2px;
    background-color: transparent;
    width: 48px;
    height: 48px;
    cursor: pointer;
    color: #116db3;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    transition: all .2s
}

.pagination__button:hover {
    background-color: rgba(0, 0, 0, .08)
}

.pagination__button:hover.pagination__button_disabled {
    background-color: transparent
}

.pagination__button:hover.pagination__button_active,
.pagination__button_active {
    background-color: rgba(41, 41, 41, .8)
}

.pagination__button_active {
    color: hsla(0, 0%, 100%, .92)
}

.pagination__button_disabled {
    opacity: .48;
    color: #292929;
    cursor: default
}

.pagination__icon {
    width: 24px;
    height: 24px
}

.pagination__icon_right {
    transform: rotate(180deg)
}

.quote {
    display: flex;
    flex-wrap: nowrap
}

.quote__icon {
    flex-shrink: 0;
    padding-right: 16px;
    border-right: 2px solid #f0544f;
    font-size: 48px;
    font-weight: 400;
    line-height: 58px;
    color: #f0544f
}

@media (max-width:767px) {
    .quote__icon {
        padding-right: 12px;
        font-size: 32px;
        line-height: 44px
    }
}

.quote__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 0 16px 16px
}

@media (max-width:767px) {
    .quote__content {
        padding: 8px 0 8px 12px
    }
}

.quote__title {
    font-size: 24px;
    line-height: 32px
}

@media (max-width:767px) {
    .quote__title {
        font-size: 20px
    }
}

.quote__user {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px
}

.quote__avatar {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 2px solid rgba(0, 0, 0, .08)
}

@media (max-width:767px) {
    .quote__avatar {
        width: 48px;
        height: 48px
    }
}

.quote__user-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0
}

.quote__user-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.quote__user-description {
    font-size: 14px;
    line-height: 20px
}

.section {
    display: flex;
    flex-direction: column;
    padding: 96px 0
}

@media (max-width:1199px) {
    .section {
        padding: 48px 0
    }
}

@media (max-width:767px) {
    .section {
        padding: 24px 0
    }
}

.promo {
    width: 100vw;
    margin-left: calc((1152px - 100vw) / 2);
    padding: 64px 0 192px;
    background-image: url(../img/graph.png);
    background-repeat: no-repeat;
    background-size: 1152px;
    background-position: bottom
}

@media (max-width:1199px) {
    .promo {
        margin-left: -24px;
        background-size: auto 294px;
        background-position: 144px bottom
    }
}

@media (max-width:767px) {
    .promo {
        margin-left: -16px;
        padding: 24px 0 192px;
        background-position: bottom;
        background-size: auto 196px
    }
}

.promo__content {
    max-width: 1200px;
    padding: 0 24px;
    margin: 0 auto
}

@media (max-width:767px) {
    .promo__content {
        padding: 0 16px
    }
}

@media (max-width:1199px) {
    .promo {
        padding: 48px 0 192px
    }
}

.promo__text {
    display: flex;
    gap: 12px;
    margin: 0 0 32px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px
}

@media (max-width:767px) {
    .promo__text {
        font-size: 16px;
        line-height: 24px
    }
}

.promo__text-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    color: #329f5b;
    transform: rotate(180deg)
}

@media (max-width:767px) {
    .promo__text-icon {
        width: 24px;
        height: 24px
    }
}

.description {
    width: 100vw;
    margin-left: calc((1152px - 100vw) / 2);
    background-color: #f0544f
}

@media (max-width:1199px) {
    .description {
        margin-left: -24px;
        background-size: auto 294px;
        background-position: 144px bottom
    }
}

@media (max-width:767px) {
    .description {
        margin-left: -16px
    }
}

.description__block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1200px;
    padding: 0 24px;
    margin: 0 auto
}

@media (max-width:767px) {
    .description__block {
        padding: 0 16px
    }
}

.description__text {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: hsla(0, 0%, 100%, .92)
}

@media (max-width:767px) {
    .description__text {
        font-size: 24px;
        line-height: 32px
    }
}

.reports {
    gap: 32px
}

@media (max-width:767px) {
    .reports {
        gap: 24px
    }
}

.reports__title {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.reports__description-block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px
}

@media (max-width:1199px) {
    .reports__description-block {
        flex-direction: column;
        gap: 32px;
        gap: 24px
    }
}

.reports__description-block button {
    flex-shrink: 0
}

@media (max-width:767px) {
    .reports__description {
        font-size: 16px;
        line-height: 24px
    }
}

.reports-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 32px
}

@media (max-width:1199px) {
    .reports-grid {
        gap: 24px
    }
}

@media (max-width:767px) {
    .reports-grid {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}

.reports-grid__block {
    display: flex;
    flex-direction: column;
    gap: 56px;
    padding: 32px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .04)
}

@media (max-width:1199px) {
    .reports-grid__block {
        gap: 32px
    }
}

.reports-grid__block:first-child {
    grid-row: 1/3
}

.reports-grid__block_low {
    gap: 32px
}

.reports-grid__block_low .reports-grid__title-block {
    padding-bottom: 0
}

.reports-grid__block_low .reports-grid__title {
    font-size: 24px;
    line-height: 32px
}

.reports-grid__block_low .reports-grid__prices {
    flex-direction: row;
    gap: 48px
}

@media (max-width:767px) {
    .reports-grid__block_low .reports-grid__prices {
        justify-content: space-between;
        gap: 24px
    }
}

.reports-grid__block_low .reports-grid__price-icon {
    width: 24px;
    height: 24px
}

.reports-grid__block_low .reports-grid__price {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.reports-grid__title-block {
    display: flex
}

@media (max-width:1199px) {
    .reports-grid__title-block {
        padding-bottom: 32px
    }
}

@media (max-width:767px) {
    .reports-grid__title-block {
        padding-bottom: 0
    }
}

.reports-grid__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .reports-grid__title {
        font-size: 24px;
        line-height: 32px
    }
}

.reports-grid__prices {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: auto
}

@media (max-width:767px) {
    .reports-grid__prices {
        flex-direction: row;
        justify-content: space-between;
        gap: 24px
    }
}

.reports-grid__prices-block {
    display: flex;
    flex-direction: column;
    gap: 4px
}

@media (max-width:767px) {
    .reports-grid__prices-block {
        gap: 8px
    }
}

.reports-grid__price-text {
    font-size: 16px;
    line-height: 24px
}

.reports-grid__price {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 68px;
    font-weight: 600;
    line-height: 82px
}

@media (max-width:767px) {
    .reports-grid__price {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px
    }
}

.reports-grid__price_red {
    color: #f0544f
}

.reports-grid__price_green {
    color: #329f5b
}

.reports-grid__price-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px
}

@media (max-width:767px) {
    .reports-grid__price-icon {
        width: 24px;
        height: 24px
    }
}

.reports-grid__price-icon_revert {
    transform: rotate(180deg)
}

.questions {
    gap: 32px
}

.statistics {
    width: 100vw;
    margin-left: calc((1152px - 100vw) / 2);
    background-color: #292929;
    color: hsla(0, 0%, 100%, .92)
}

@media (max-width:1199px) {
    .statistics {
        padding-bottom: 24px;
        margin-left: -24px
    }
}

@media (max-width:767px) {
    .statistics {
        padding-bottom: 16px;
        margin-left: -16px
    }
}

.statistics__content {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 1200px;
    padding: 0 24px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .statistics__content {
        gap: 32px
    }
}

@media (max-width:767px) {
    .statistics__content {
        padding: 0 16px;
        gap: 24px
    }
}

.statistics__blocks {
    display: flex;
    gap: 64px
}

@media (max-width:1199px) {
    .statistics__blocks {
        gap: 24px
    }
}

@media (max-width:767px) {
    .statistics__blocks {
        flex-direction: column;
        gap: 12px
    }
}

.statistics__block {
    display: flex;
    flex-direction: column
}

.statistics__block-title {
    font-size: 68px;
    line-height: 82px;
    letter-spacing: -1.36px
}

@media (max-width:1199px) {
    .statistics__block-title {
        font-size: 48px;
        line-height: 58px;
        letter-spacing: 0
    }
}

.statistics__block-text {
    font-size: 20px;
    line-height: 32px
}

@media (max-width:1199px) {
    .statistics__block-text {
        font-size: 16px;
        line-height: 24px
    }
}

.statistics__description {
    padding-top: 16px;
    border-top: 2px solid hsla(0, 0%, 100%, .24);
    color: #fff;
    opacity: .72
}

@media (max-width:1199px) {
    .statistics__description {
        font-size: 16px;
        line-height: 24px
    }
}

.access {
    width: 100vw;
    padding-bottom: 128px;
    margin-left: calc((1152px - 100vw) / 2);
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom
}

@media (max-width:1199px) {
    .access {
        padding-top: 64px;
        margin-left: -24px;
        background-size: auto 460px
    }
}

@media (max-width:767px) {
    .access {
        padding-top: 24px;
        margin-left: -16px
    }
}

.access__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1200px;
    padding: 0 12px;
    margin: 0 auto
}

@media (max-width:1199px) {
    .access__content {
        gap: 32px;
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .access__content {
        padding: 0 16px
    }
}

.access__title {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.access__blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

@media (max-width:767px) {
    .access__blocks {
        display: flex;
        flex-direction: column;
        gap: 12px
    }
}

.access-card {
    gap: 32px;
    padding: 32px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .04)
}

.access-card,
.access-card__header {
    display: flex;
    flex-direction: column
}

.access-card__header {
    gap: 4px
}

.access-card__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.access-card__sub-title {
    font-size: 16px;
    line-height: 24px
}

.access-card__price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    margin-top: auto
}

.access-card__price-number {
    font-size: 48px;
    line-height: 58px
}

.access-card__price-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.blog {
    overflow: hidden;
    width: 100vw;
    padding-bottom: 128px;
    margin-left: calc((1152px - 100vw) / 2)
}

@media (max-width:1199px) {
    .blog {
        margin-left: -24px;
        padding-bottom: 48px
    }
}

@media (max-width:767px) {
    .blog {
        margin-left: -16px;
        padding-bottom: 24px
    }
}

.blog__content {
    max-width: 100vw;
    padding: 0 calc((100vw - 1152px) / 2);
    margin: 0 auto
}

@media (max-width:1199px) {
    .blog__content {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .blog__content {
        padding: 0 16px
    }
}

.blog__content::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.blog__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #d6d6d6
}

.blog__content::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 10px
}

.blog-item {
    display: flex;
    flex-direction: column;
    width: 480px
}

@media (max-width:767px) {
    .blog-item {
        width: 328px
    }
}

.blog-item__img-wrapper {
    display: flex
}

.blog-item__img {
    width: 480px;
    height: 400px;
    object-fit: cover
}

@media (max-width:767px) {
    .blog-item__img {
        width: 328px
    }
}

.blog-item__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px 16px
}

.blog-item__tags {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 8px
}

.blog-item__tag {
    display: flex;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px
}

.blog-item__tag_blue {
    background-color: #d0e7f9
}

.blog-item__tag_green {
    background-color: #d6ecde
}

.blog-item__tag_red {
    background-color: #fcdddc
}

.blog-item__time {
    font-size: 16px;
    line-height: 24px
}

.blog-item__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: inherit;
    text-decoration: none
}

.blog-item__text {
    font-size: 16px;
    line-height: 24px
}

.integration {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 720px;
    padding: 0 32px 32px;
    margin-top: 88px
}

@media (max-width:767px) {
    .integration {
        padding: 0 16px 16px
    }
}

.integration__block {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.integration__title {
    font-size: 24px
}

.integration__title,
.integration__title2 {
    margin: 0;
    font-weight: 600;
    line-height: 32px
}

.integration__title2 {
    font-size: 20px
}

.integration__list-title,
.integration__text {
    font-size: 16px;
    line-height: 24px
}

.integration__list-title {
    font-weight: 600
}

.integration__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0 0 0 16px;
    list-style: none
}

.integration__list li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 24px
}

.integration__list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background-color: #f0544f
}

.integration a {
    text-decoration: none;
    color: #1588e0
}

.integration__login {
    display: flex;
    gap: 4px;
    padding: 16px 0 0
}

.integration__login,
.integration__login-button {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

.integration__login-button {
    border: none;
    background-color: transparent;
    padding: 0;
    color: #116db3;
    cursor: pointer
}

.integration-form {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding-top: 8px
}

.integration-form__inputs {
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.integration-form__captcha {
    width: 302px;
    height: 76px
}

.blog {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

@media (max-width:767px) {
    .blog {
        padding: 16px 0
    }
}

.blog .heading1 {
    margin: 0
}

@media (max-width:767px) {
    .blog .heading1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }
}

.blog__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 64px;
    column-gap: 32px
}

@media (max-width:1199px) {
    .blog__cards {
        row-gap: 32px;
        column-gap: 24px
    }
}

@media (max-width:767px) {
    .blog__cards {
        display: flex;
        flex-direction: column;
        column-gap: 16px
    }
}

.blog-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.blog-buttons__button {
    position: relative;
    display: flex;
    padding: 6px 22px;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .04);
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    transition: all .2s
}

.blog-buttons__button:focus {
    outline: none
}

.blog-buttons__button:focus,
.blog-buttons__button:hover {
    border-color: rgba(0, 0, 0, .08)
}

.blog-buttons__button.active {
    padding: 6px 34px 6px 10px;
    border-color: rgba(0, 0, 0, .08);
    background-color: rgba(41, 41, 41, .8);
    color: hsla(0, 0%, 100%, .92)
}

.blog-buttons__button.active .blog-buttons__icon {
    display: block
}

.blog-buttons__icon {
    display: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    color: hsla(0, 0%, 100%, .92);
    opacity: .56
}

.blog-card {
    display: flex;
    flex-direction: column
}

.blog-card__img-block {
    display: flex;
    width: 100%
}

.blog-card__img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.blog-card__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 32px 16px
}

.blog-card__statuses {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px
}

.blog-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.blog-card__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: inherit;
    text-decoration: none
}

.blog-card__tag,
.blog-card__text {
    font-size: 16px;
    line-height: 24px
}

.blog-card__tag {
    display: flex;
    padding: 4px 12px;
    border-radius: 2px
}

.blog-card__tag_news {
    background-color: #d0e7f9
}

.blog-card__tag_lifehack {
    background-color: #d6ecde
}

.blog-card__tag_strategy {
    background-color: #fcdddc
}

.blog-card__date {
    font-size: 16px;
    line-height: 24px
}

.blog-article {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 64px 0 96px
}

@media (max-width:1199px) {
    .blog-article {
        padding: 24px 0 48px
    }
}

@media (max-width:767px) {
    .blog-article {
        padding: 16px 0 24px
    }
}

.blog-article__titles {
    max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px
}

.blog-article__titles .heading1 {
    margin: 0
}

@media (max-width:767px) {
    .blog-article__titles .heading1 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }
}

.blog-article__statuses {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding-bottom: 8px
}

.blog-article__tag {
    display: flex;
    padding: 4px 12px;
    border-radius: 2px;
    font-size: 16px;
    line-height: 24px
}

.blog-article__tag_news {
    background-color: #d0e7f9
}

.blog-article__tag_lifehack {
    background-color: #d6ecde
}

.blog-article__tag_strategy {
    background-color: #fcdddc
}

.blog-article__date {
    font-size: 16px;
    line-height: 24px
}

.blog-article__media {
    display: flex;
    max-width: 960px;
    width: 100%;
    margin: 0 auto
}

@media (max-width:1199px) {
    .blog-article__media {
        width: 100vw;
        margin-left: -24px
    }
}

@media (max-width:767px) {
    .blog-article__media {
        margin-left: -16px
    }
}

.blog-article__img {
    width: 100%;
    height: 400px;
    object-fit: cover
}

.blog-article__block {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 720px;
    width: 100%;
    margin: 0 auto
}

.blog-article__text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 16px;
    line-height: 24px
}

.blog-article__text_l {
    font-size: 20px;
    line-height: 32px
}

.blog-article__title2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

.blog-article__list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none
}

.blog-article__list li {
    position: relative;
    padding-left: 24px;
    font-size: 16px;
    line-height: 24px
}

@media (max-width:767px) {
    .blog-article__list li {
        padding-left: 24px
    }
}

.blog-article__list li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 16px;
    height: 2px;
    border-radius: 20px;
    background-color: #f0544f
}

.blog-article__title3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px
}

.reco {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100vw;
    margin-left: calc((1152px - 100vw) / 2);
    padding: 96px 0;
    background-color: #f5f5f5
}

@media (max-width:1199px) {
    .reco {
        width: 100vw;
        margin-left: -24px;
        padding: 48px 0 56px
    }
}

@media (max-width:767px) {
    .reco {
        margin-left: -16px;
        padding: 24px 0 56px
    }
}

.reco__title {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:1199px) {
    .reco__title {
        padding: 0 24px
    }
}

@media (max-width:767px) {
    .reco__title {
        padding: 0 16px
    }
}

.reco__cards {
    width: 100%;
    max-width: 1152px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

@media (max-width:1199px) {
    .reco__cards {
        padding: 0 24px;
        gap: 24px
    }
}

@media (max-width:767px) {
    .reco__cards {
        grid-template-columns: 1fr;
        padding: 0 16px;
        gap: 12px
    }
}

* {
    box-sizing: border-box
}

html {
    -webkit-font-smoothing: antialiased;
    min-height: 100%
}

body {
    overflow-x: hidden;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    font-family: Montserrat, Helvetica, sans-serif;
    color: #292929;
    background-color: #fff
}

@media (max-width:767px) {
    body {
        font-size: 16px;
        line-height: 24px
    }
}

.main {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    min-height: calc(100vh - 432px);
    padding: 0 24px;
    margin: 100px auto 0
}

@media (max-width:767px) {
    .main {
        padding: 0 16px;
        margin-top: 80px
    }
}

.heading1 {
    margin: 0 0 48px;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .heading1 {
        font-size: 32px;
        font-weight: 700;
        line-height: 44px;
        margin-bottom: 24px
    }
}

.heading2 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px
}

@media (max-width:767px) {
    .heading2 {
        font-weight: 700
    }
}

.sub-heading {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

.hidden {
    display: none !important
}

.transparent {
    opacity: 0 !important
}

.body-lock {
    overflow: hidden
}

@media (max-width:767px) {
    .mobile-none {
        display: none
    }
}