@charset "UTF-8";
* {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}
html {
    -webkit-font-smoothing: antialiased;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    margin: 0;
}
details,
main {
    display: block;
}
hr {
    overflow: visible;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
code,
kbd,
pre,
samp {
    font-family: monospace;
    font-size: 1em;
}
a {
    font: inherit;
    text-decoration: none;
    color: inherit;
    background-color: transparent;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
fieldset,
img {
    border: 0;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button,
input {
    overflow: visible;
}
input {
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    border-radius: 0;
}
button,
select {
    text-transform: none;
}
button {
    border: none;
    background: 0 0;
    cursor: pointer;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    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: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    display: table;
    padding: 0;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: normal;
    color: inherit;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
table {
    border: 0;
    border-collapse: collapse;
}
table td {
    vertical-align: top;
    padding: 0;
}
video {
    max-width: 100%;
}
img,
svg {
    vertical-align: top;
    max-width: 100%;
}
.footer {
    background: #f3f8ff;
}
.template-cart {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 27px;
}
.template-cart__item {
    border-radius: 20px;
    padding: 32px;
    min-height: 307px;
    background: #232323;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.template-cart__item--active {
    background: #1b63eb;
}
.template-cart__accent {
    margin-bottom: 15px;
    font-family: var(--font-bebas-neue);
    font-weight: 400;
    font-size: 46px;
    line-height: 110%;
    text-transform: lowercase;
    color: var(--light-color);
}
.template-cart__accent span {
    color: #1b63eb;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.template-cart__text {
    color: var(--light-color);
}
.template-cart--counter {
    counter-reset: counter;
}
.template-cart--counter .template-cart__item::before {
    counter-increment: counter;
    content: "0" counter(counter);
    display: block;
    margin-bottom: 32px;
    font-family: var(--font-bebas-neue);
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    text-transform: uppercase;
    color: #d1dbeb;
}
@media only screen and (max-width: 1024px) {
    .template-cart {
        gap: 20px;
    }
}
@media only screen and (max-width: 576px) {
    .template-cart__item {
        min-height: 168px;
    }
    .template-cart__accent {
        font-size: 35px;
    }
    .template-cart--mobile .template-cart__item {
        padding: 16px;
        min-height: auto;
        text-align: center;
    }
    .template-cart--mobile .template-cart__item:first-child .template-cart__text {
        max-width: 156px;
    }
    .template-cart--mobile .template-cart__accent {
        font-size: 32px;
    }
    .template-cart--mobile .template-cart__text {
        margin: 0 auto;
        font-size: 16px;
    }
    .template-cart--counter .template-cart__item::before {
        margin-bottom: 20px;
    }
    .template-cart {
        gap: 15px;
    }
    .organizations__item:nth-child(3) img {
        width: 146px;
    }
}
.organizations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.video {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    width: 100%;
    background-color: #232323;
    cursor: pointer;
    aspect-ratio: 16/9;
}
.video:active svg {
    fill: #1b63eb;
}
@media only screen and (max-width: 576px) {
    .organizations__item:nth-child(4) img {
        width: 110px;
    }
    .organizations__item:nth-child(5) img {
        width: 94px;
    }
    .organizations {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .video {
        border-radius: 25px;
    }
}
iframe,
img {
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 116px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-play svg {
    height: 100%;
    fill: var(--light-color);
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
}
@media only screen and (max-width: 576px) {
    .video-play {
        width: 55px;
        height: 79px;
    }
}
@media (any-hover: hover) {
    .template-cart__item:hover {
        background: #1b63eb;
    }
    .template-cart__item:hover .template-cart__accent span {
        color: var(--text-dark-color);
    }
    .video-play:hover svg,
    .video:hover svg {
        fill: #1b63eb;
    }
}
.letter {
    position: relative;
    overflow-y: auto;
    height: 90vh;
    max-width: 871px;
    background: var(--light-color);
    background-color: transparent;
    pointer-events: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.letter::-webkit-scrollbar {
    display: none;
}
.letter .modal__content {
    pointer-events: painted;
}
.letter .modal__content img {
    width: 100%;
}
.letter__control {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: painted;
}
.letter__control.swiper-button-prev {
    left: 25px;
}
@media only screen and (max-width: 576px) {
    .letter__control.swiper-button-prev {
        left: 50%;
        -webkit-transform: translateX(-111%);
        -ms-transform: translateX(-111%);
        transform: translateX(-111%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }
}
.letter__control.swiper-button-next {
    right: 25px;
    -webkit-transform: rotate(-180deg) translateY(-50%);
    -ms-transform: rotate(-180deg) translateY(-50%);
    transform: rotate(-180deg) translateY(-50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
@media only screen and (max-width: 576px) {
    .letter__control.swiper-button-next {
        right: 50%;
        -webkit-transform: rotate(-180deg) translateX(-111%);
        -ms-transform: rotate(-180deg) translateX(-111%);
        transform: rotate(-180deg) translateX(-111%);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
    }
    .letter__control {
        top: auto;
        bottom: 0;
    }
}
.letter__btn-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.letter__btn-close--right {
    right: 105px;
}
.letter__slider {
    overflow: hidden;
    margin: 0 100px;
    pointer-events: painted;
}
.letter.active {
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
}
.letter--bg {
    background-color: var(--light-color);
}
@media only screen and (max-width: 576px) {
    .letter__btn-close--right {
        right: 10px;
        top: 10px;
    }
    .letter__slider {
        margin: 0;
        padding-bottom: 100px;
    }
    .letter {
        height: auto;
    }
}
.section-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 23px 23px;
    padding: 130px 0 110px;
    background-image: url(../images/backgrounds/hero-dv-bg.svg);
    background-color: #232323;
}
.section-hero::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #232323;
    opacity: 0.8;
    pointer-events: none;
    inset: 0;
}
.section-hero__container {
    position: relative;
    z-index: 5;
}
.section-hero__container--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.section-hero__container--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
.section-hero__accent {
    margin-bottom: 40px;
}
.section-hero__accent--center {
    text-align: center;
}
.section-hero__accent--left {
    text-align: left;
}
@media only screen and (max-width: 768px) {
    .section-hero__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-hero__accent {
        font-size: 58px;
    }
}
.section-hero__text {
    display: block;
    max-width: 440px;
    color: #f1f1f1;
}
.section-hero__text:not(:last-child) {
    margin-bottom: 20px;
}
.section-hero__text--mb:not(:last-child) {
    margin-bottom: 56px;
}
.section-hero__accent-line {
    width: 100%;
    white-space: nowrap;
}
@media only screen and (max-width: 576px) {
    .section-hero__accent {
        margin-bottom: 38px;
        font-size: 35px;
    }
    .section-hero__accent--mobile-margin {
        margin-bottom: 10px;
    }
    .section-hero__text {
        max-width: 100%;
        font-size: 18px;
    }
    .section-hero__accent-line {
        display: inline-block;
    }
}
.section-hero__functions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 51px;
    gap: 18px;
}
.section-hero__functions-item {
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    padding: 13px 16px;
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    color: #f1f1f1;
    background: #232323;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.section-hero__functions-item--offset {
    padding: 13px 53px;
}
@media only screen and (max-width: 576px) {
    .section-hero__functions--column .section-hero__functions-item {
        -ms-flex-preferred-size: calc(50% - 9px);
        flex-basis: calc(50% - 9px);
    }
    .section-hero__functions {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 42px;
    }
    .section-hero__functions-item--offset {
        padding: 13px 16px;
    }
    .section-hero__functions-item {
        padding: 13px 17px;
        font-size: 12px;
        text-align: center;
    }
}
@media (any-hover: hover) {
    .section-hero__functions-item:hover {
        color: #2176ff;
        background: #fff;
    }
}
.section-hero__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 50px;
    max-width: 921px;
    gap: 35px;
}
.section-hero__item {
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    padding: 20px 28px;
    min-height: 160px;
}
.section-hero__item:nth-child(2) {
    width: 100%;
    max-width: 219px;
}
@media only screen and (max-width: 768px) {
    .section-hero__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .section-hero__item:nth-child(2) {
        max-width: 100%;
    }
    .section-hero__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 20px 26px;
        min-height: 125px;
    }
    .section-hero__content {
        text-align: center;
    }
}
.section-hero__item-desc {
    color: #f1f1f1;
}
@media only screen and (max-width: 1024px) {
    .section-hero__list {
        gap: 11px;
    }
    .section-hero__item-desc {
        font-size: 14px;
    }
}
.section-hero__tooltip {
    position: absolute;
    right: 14px;
    bottom: 14px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 14px;
    color: #f1f1f1;
    background: #2176ff;
}
@media only screen and (max-width: 576px) {
    .section-hero__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
    }
    .section-hero__tooltip {
        position: static;
    }
}
.section-hero__tooltip-list {
    border-radius: 15px;
    padding: 10px;
    background: #f3f8ff;
}
.section-hero__tooltip-item {
    list-style: initial;
    margin-left: 25px;
    color: var(--accent-dark-color);
}
.section-hero__tooltip-item::marker {
    font-size: 20px;
    color: var(--text-dark-color);
}
.section-hero__content {
    -ms-flex-preferred-size: calc(63% - 10px);
    flex-basis: calc(63% - 10px);
}
@media only screen and (max-width: 576px) {
    .section-hero__content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
}
.section-hero__picture {
    -ms-flex-preferred-size: calc(37% - 10px);
    flex-basis: calc(37% - 10px);
    max-width: 380px;
}
.section-hero__picture img {
    border-radius: 55px;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-hero__btn--center {
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .section-hero__picture img {
        -o-object-position: 0 0;
        object-position: 0 0;
    }
    .section-hero__picture {
        -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
        margin: 0 auto;
        width: auto;
        max-width: 556px;
        aspect-ratio: 1/1;
    }
    .section-hero__btn--mobile-center {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 576px) {
    .section-hero__picture img {
        border-radius: 8%;
        width: 100%;
    }
    .section-hero__picture {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .section-hero__btn {
        margin: 0 auto;
    }
    .section-hero__btn--mobile-full-size {
        max-width: 100%;
    }
    .section-hero {
        padding: 100px 0 27px;
    }
}
.section-hero--solid {
    background-image: none;
}
.section-hero--solid::before {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .section-hero--solid {
        padding: 150px 0 110px;
    }
    .person-details__title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .section-hero--solid {
        padding: 95px 0 55px;
    }
}
.person-details {
    margin-top: -25px;
    padding: 125px 0 90px;
    background: var(--light-color);
}
.person-details__item {
    margin-bottom: 74px;
}
.person-details__item--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 576px) {
    .person-details__item--mobile-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.person-details__item--align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.person-details__item-column {
    -ms-flex-preferred-size: calc(73% - 10px);
    flex-basis: calc(73% - 10px);
    max-width: 510px;
}
.person-details__title {
    margin-bottom: 60px;
}
.person-details__title--max-width {
    max-width: 410px;
}
.person-details__title--margin-null {
    margin: 0;
}
@media only screen and (max-width: 576px) {
    .person-details__title {
        margin-bottom: 20px;
        font-size: 35px;
        text-align: left;
    }
}
@media only screen and (max-width: 768px) {
    .person-details__title--min-size {
        font-size: 41px;
    }
}
.person-details__projects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}
.person-details__picture {
    width: 100%;
}
.person-details__picture img {
    border-radius: 15px;
}
.person-details__carts {
    margin-bottom: 115px;
}
@media only screen and (max-width: 576px) {
    .person-details__title--min-size {
        font-size: 35px;
    }
    .person-details__projects {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .person-details__picture--hidden {
        display: none;
    }
    .person-details__carts {
        margin-bottom: 20px;
    }
    .person-details {
        padding: 85px 0 40px;
    }
}
.section-video {
    padding: 65px 0 90px;
}
@media only screen and (max-width: 576px) {
    .section-video {
        padding: 10px 0 40px;
    }
}
.speeches {
    position: relative;
    z-index: 1;
    border-radius: 25px;
    padding: 139px 0 100px;
    background: #232323;
}
.speeches__container {
    padding: 0 24px;
}
.speeches__title {
    margin-bottom: 30px;
}
@media only screen and (max-width: 576px) {
    .speeches__title {
        margin-bottom: 20px;
        text-align: left;
    }
}
.speeches__list {
    counter-reset: couner;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    margin-bottom: 70px;
    gap: 29px;
}
.speeches__item {
    border-radius: 15px;
    padding: 24px;
    background: var(--light-color);
}
.speeches__item::before {
    counter-increment: couner;
    content: "0" counter(couner);
    display: block;
    margin-bottom: 31px;
    font-family: var(--font-bebas-neue);
    font-weight: 700;
    font-size: 34px;
    line-height: 130%;
    text-transform: uppercase;
    color: #d1dbeb;
}
.speeches__item:first-child .speeches__item-text {
    max-width: 210px;
}
.speeches__item-text {
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 25px;
    color: #000;
}
@media only screen and (max-width: 576px) {
    .speeches__list {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        margin-bottom: 20px;
        gap: 21px;
    }
    .speeches__item::before {
        margin-bottom: 15px;
    }
    .speeches__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 16px;
    }
    .speeches__item-text {
        max-width: 245px;
        font-size: 16px;
        text-align: center;
    }
    .speeches__btn {
        max-width: 100%;
    }
    .speeches {
        padding: 24px 0;
    }
}
.consultation {
    margin-top: -25px;
    padding: 98px 0 58px;
    background: var(--light-color);
}
.consultation__title {
    margin-bottom: 25px;
}
.consultation__text {
    display: block;
    margin-bottom: 49px;
    max-width: 417px;
}
@media only screen and (max-width: 576px) {
    .consultation__text {
        display: none;
    }
}
.consultation__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 14px;
}
@media only screen and (max-width: 768px) {
    .consultation__title {
        text-align: center;
    }
    .consultation__form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.consultation__field {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    height: 80px;
}
@media only screen and (max-width: 768px) {
    .consultation__field {
        -ms-flex-preferred-size: calc(50% - 7px);
        flex-basis: calc(50% - 7px);
    }
}
@media only screen and (max-width: 576px) {
    .consultation__field {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.consultation__submit {
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
}
.consultation__btn {
    display: block;
    margin-bottom: 13px;
    padding: 8px;
    max-width: 100%;
    font-size: 32px;
}
.consultation__agreement {
    display: block;
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #acacac;
}
.consultation__agreement a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
@media only screen and (max-width: 768px) {
    .consultation__submit {
        -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    }
    .consultation__agreement {
        text-align: right;
    }
}
@media only screen and (max-width: 576px) {
    .consultation__submit {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .consultation__agreement {
        margin: 0 auto;
        max-width: 235px;
        text-align: center;
    }
    .consultation {
        padding: 44px 0 48px;
    }
    .consultation--padding-top {
        padding-top: 60px;
    }
}
.section-podcasts {
    padding: 100px 0;
}
@media only screen and (max-width: 768px) {
    .section-podcasts {
        padding: 40px 0;
    }
}
.section-podcasts__title {
    margin-bottom: 20px;
}
.section-podcasts p {
    font-family: var(--font-manrope);
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}
@media only screen and (max-width: 768px) {
    .section-podcasts__title {
        margin-bottom: 30px;
    }
    .section-podcasts p br {
        display: none;
    }
}

.podcasts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
@media only screen and (max-width: 768px) {
    .podcasts-list {
        margin-top: 40px;
    }
}
.podcasts-list__item {
    width: calc(33.3333333333% - 20px);
}
@media only screen and (max-width: 768px) {
    .podcasts-list__item {
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 576px) {
    .podcasts-list__item {
        width: 100%;
    }
}
.podcasts-list__item .podcasts-list__image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
}
.podcasts-list__item .podcasts-list__image .video-play {
    width: 100%;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.podcasts-list__item .podcasts-list__image .video-play .icon-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #232323;
    padding-left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.podcasts-list__item .podcasts-list__image .video-play svg {
    width: 20px;
    height: 20px;
    fill: var(--light-color);
}
.podcasts-list__item .podcasts-list__image img {
    width: 100%;
}
.podcasts-list__item .podcast-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
    .podcasts-list__item .podcast-title {
        font-size: 18px;
    }
}
.podcasts-list__item .podcast-desc {
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991px) {
    .podcasts-list__item .podcast-desc {
        font-size: 14px;
    }
}

a {
    outline: none !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

main {
    background: #fff;
}

.section-hero-press {
    padding: 240px 0;
}
@media screen and (max-width: 991px) {
    .section-hero-press {
        padding: 115px 0 30px;
    }
}
.section-hero-press .section-hero__text {
    display: block;
    max-width: 500px;
    color: #f1f1f1;
    margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
    .section-hero-press .section-hero__text {
        font-size: 16px;
        margin-bottom: 50px;
    }
}
.section-hero-press__container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
@media screen and (max-width: 768px) {
    .section-hero-press__container {
        gap: 20px;
    }
}
.section-hero-press__container .hero-left {
    width: 66.6666666667%;
}
@media screen and (max-width: 768px) {
    .section-hero-press__container .hero-left {
        width: 100%;
    }
}
.section-hero-press__container .hero-right {
    width: 33.3333333333%;
    border: 1px solid #fff;
    border-radius: 15px;
    padding: 35px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
}
@media screen and (max-width: 768px) {
    .section-hero-press__container .hero-right {
        width: 100%;
    }
}
@media screen and (max-width: 575px) {
    .section-hero-press__container .hero-right {
        padding: 15px;
    }
}
.section-hero-press__container .hero-right a {
    text-transform: uppercase;
    font-family: var(--font-bebas-neue);
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    display: block;
}
.section-hero-press__container .hero-right a:hover {
    color: #2176FF;
}
.section-hero-press .title-small {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .section-hero-press .dv-h1 {
        text-align: left;
    }
}
@media screen and (max-width: 575px) {
    .section-hero-press .section-hero__btn {
        width: 100%;
        max-width: none;
    }
}

.section-podcasts {
    background: #fff;
    color: #232323;
}
.section-podcasts__title {
    color: #232323;
}
.section-podcasts .text {
    color: #232323;
}
.section-podcasts a {
    outline: none;
}
.section-podcasts a:focus {
    outline: none;
}
.section-podcasts .podcasts-list {
    margin-bottom: 40px;
}
.section-podcasts .podcasts-list:last-child {
    margin-bottom: 0;
}

.podcast-more__title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Manrope";
    margin-bottom: 15px;
}
.podcast-more ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.podcast-more ul li {
    list-style-type: none;
}

.tabs-content {
    position: relative;
    overflow: hidden;
}
.tabs-content .tab-item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.tabs-content .tab-item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.tabs-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
    .tabs-head {
        -ms-flex-flow: wrap;
        flex-flow: wrap;
    }
}
@media screen and (max-width: 575px) {
    .tabs-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
}
.tabs-head .tab-btn {
    padding: 14px 10px;
    color: #232323;
    font-size: 34px;
    text-transform: uppercase;
    font-family: var(--font-bebas-neue);
    font-weight: bold;
    text-align: center;
    border: 1px solid #2176FF;
    border-radius: 10px;
    line-height: 1;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media screen and (max-width: 991px) {
    .tabs-head .tab-btn {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    .tabs-head .tab-btn {
        width: auto;
        padding: 12px 10px 8px;
    }
}
.tabs-head .tab-btn.active {
    background: rgba(33, 118, 255, 0.75);
}
.tabs-head li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    list-style-type: none;
}
@media screen and (max-width: 991px) {
    .tabs-head li {
        width: calc(50% - 4px);
    }
}
@media screen and (max-width: 575px) {
    .tabs-head li {
        width: auto;
        -webkit-box-flex: auto;
        -ms-flex-positive: auto;
        flex-grow: auto;
    }
}

.section-audit {
    padding: 120px 0 88px;
    background: #f3f8ff;
}
.section-audit__title {
    margin-bottom: 5px;
    text-align: center;
}
.section-audit__descr {
    display: block;
    margin: 0 auto;
    margin-bottom: 59px;
    max-width: 492px;
    text-align: center;
}
.section-audit__form {
    margin: 0 auto;
    max-width: 728px;
}
.section-audit__input {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.section-audit__input:first-child, .section-audit__input:nth-child(2), .section-audit__input:nth-child(3), .section-audit__input:nth-child(4) {
    -ms-flex-preferred-size: calc(50% - 8px);
    flex-basis: calc(50% - 8px);
}
@media screen and (max-width: 575px) {
    .section-audit__input:first-child, .section-audit__input:nth-child(2), .section-audit__input:nth-child(3), .section-audit__input:nth-child(4) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.section-audit__form-btn {
    margin: 0 auto;
    margin-bottom: 28px;
    max-width: 273px;
}
.section-audit__message {
    width: 100%;
    height: 100%;
    min-height: 142px;
    resize: vertical;
}
.section-audit__fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 12px;
    gap: 16px;
}
.section-audit__form-agreement {
    display: block;
    margin: 0 auto;
    max-width: 322px;
    font-family: var(--font-manrope);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #acacac;
}
.section-audit__form-agreement a {
    text-decoration: underline;
}

.section-tabs {
    background: #fff;
    padding-bottom: 0;
}
.section-tabs .template-cart__text {
    color: #fff;
}

.tab-item section:first-child {
    padding-top: 0;
}
.tab-item .person-details {
    margin-top: 0;
}

.video-play {
    width: 73px;
    height: 73px;
    padding: 20px;
    background: #232323;
    border-radius: 50%;
    padding-left: 27px;
}

.section-video {
    background: #F3F8FF;
    padding: 90px 0;
}

.section-default__audit .dv-h2 {
    margin-bottom: 20px;
}

.podcasts-list__item .podcasts-list__image .video-play,
.podcasts-news__link .video-play {
    width: 43px;
    height: 43px;
    padding: 10px;
    padding-left: 15px;
}

.podcasts-news__link img {
    border-radius: 10px;
}

.podcasts-news {
    margin-bottom: 100px;
    color: #232323;
}
@media screen and (max-width: 575px) {
    .podcasts-news {
        margin-bottom: 60px;
    }
}
.podcasts-news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    gap: 30px;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Manrope", sans-serif;
    padding-bottom: 60px;
    border-bottom: 1px solid #D1DBEB;
    margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
    .podcasts-news__item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
.podcasts-news__item:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.podcasts-news__content {
    width: calc(66.6666666667% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}
@media screen and (max-width: 575px) {
    .podcasts-news__content {
        width: 100%;
    }
}
.podcasts-news__content p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.podcasts-news__link {
    width: calc(33.3333333333% - 15px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
@media screen and (max-width: 575px) {
    .podcasts-news__link {
        width: 100%;
    }
}
.podcasts-news .title-item {
    font-size: 46px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: var(--font-bebas-neue);
    line-height: 1;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .podcasts-news .title-item {
        font-size: 32px;
    }
}
.podcasts-news .link-post {
    text-decoration: underline;
    margin-top: 20px;
}
.podcasts-news .link-post:hover {
    color: #2176FF;
}

.last-news-list .link-post {
    margin-top: 60px;
    text-decoration: none;
}
@media screen and (max-width: 575px) {
    .last-news-list .link-post {
        margin-top: 30px;
    }
}

.podcast-more {
    color: #232323;
}

@media screen and (max-width: 575px) {
    .dv-h2 {
        text-align: left;
    }
}
.person-details .tab-desc {
    margin-top: 20px;
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .person-details .tab-desc {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .pordcasts-list .podcasts-news__item:first-child {
        border-top: 1px solid #D1DBEB;
        padding-top: 30px;
    }
}