* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --resizer: 1440;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #1e110f;
    padding: calc(20vw / var(--resizer) * 100) 0;
}

main {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.container {
    margin: 0 auto;
    max-width: calc(1280vw / var(--resizer) * 100);
    width: 100%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: calc(24.5vw / var(--resizer) * 100) calc(30vw / var(--resizer) * 100);
    width: 100%;
    background: var(--GR, linear-gradient(90deg, #d45949 0%, #ba0804 101.15%));
    border-radius: calc(93vw / var(--resizer) * 100);
    border-bottom: calc(1vw / var(--resizer) * 100) solid rgba(255, 255, 255, 0.05);
}

header .logo {
    width: auto;
    height: calc(45vw / var(--resizer) * 100);
}

header .logo img {
    width: auto;
    height: 100%;
}

header .logo p {
    width: inherit;
    height: inherit;
}

header nav {
    display: flex;
}

p span {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    background: linear-gradient(94deg, #ffd056 0.45%, #d65a00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

header nav ul {
    display: flex;
    list-style: none;
}

header nav ul li {
    margin: 0 0 0 calc(30vw / var(--resizer) * 100);
    font-size: calc(14vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    transition: 0.5s all linear;
}

header nav ul li:hover {
    color: #fd8585;
}

li a {
    font-size: calc(14vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    transition: 0.5s all linear;
    text-decoration: none;
}

li a:hover {
    color: #fd8585;
}

header nav ul li a {
    text-decoration: none;
    color: inherit;
}

header nav ul li:first-child {
    margin: 0;
}

header nav .burger {
    display: none;
}

.intro {
    display: flex;
    justify-content: space-between;
    margin: calc(20vw / var(--resizer) * 100) 0 0 0;
    border-radius: calc(93vw / var(--resizer) * 100);
    width: 100%;
}

.intro .row {
    display: flex;
    flex-direction: column;
    padding: calc(40vw / var(--resizer) * 100) calc(40vw / var(--resizer) * 100) calc(60vw / var(--resizer) * 100) calc(40vw / var(--resizer) * 100);
    width: 49%;
    border-radius: calc(43vw / var(--resizer) * 100);
    background: url('../img/left.webp') center / cover no-repeat;
}

.intro .row h1 {
    position: relative;
    font-family: 'Paytone One', sans-serif;
    font-size: calc(60vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    color: #ffffff;
    z-index: 2;
}

.intro .bg {
    width: 49%;
    background: url('../img/block.webp') center / cover no-repeat;
    border-radius: calc(43vw / var(--resizer) * 100);
}

.intro .bg.author {
    width: 49%;
    background: url('../img/author.webp') center / cover no-repeat;
    border-radius: calc(43vw / var(--resizer) * 100);
}

.intro .row p {
    margin: calc(25vw / var(--resizer) * 100) 0 0 0;
    font-size: calc(18vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 500;
    line-height: 155%;
    color: #ffffff;
}

.btn {
    align-self: flex-start;
    margin: calc(30vw / var(--resizer) * 100) 0 0 0;
    padding: calc(25vw / var(--resizer) * 100) calc(65vw / var(--resizer) * 100);
    border-radius: calc(100vw / var(--resizer) * 100);
    background: linear-gradient(94deg, #ffd056 0.45%, #d65a00 100%);
    box-shadow: 0px calc(4vw / var(--resizer) * 100) calc(6vw / var(--resizer) * 100) 0px rgba(255, 255, 255, 0.31) inset;
    font-size: calc(16vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-decoration: none;
    transition: 0.5s all linear;
}

.btn:hover {
    transform: scale(1.1);
}

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

.cnt .block {
    margin: calc(30vw / var(--resizer) * 100) 0 0 0;
    padding: calc(52vw / var(--resizer) * 100) calc(41vw / var(--resizer) * 100);
    border-radius: calc(43vw / var(--resizer) * 100);
    background: #60302545;
    backdrop-filter: blur(calc(80vw / var(--resizer) * 100));
}

.cnt h2 {
    font-family: 'Paytone One', sans-serif;
    margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
    font-size: calc(32vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 600;
    line-height: 104.9%;
    color: #ffffff;
}

.cnt h3 {
    font-family: 'Paytone One', sans-serif;
    margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
    font-size: calc(26vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 600;
    line-height: 104.9%;
    color: #ffffff;
}

.cnt strong {
    font-family: 'Paytone One', sans-serif;
    margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
    font-size: calc(26vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 600;
    line-height: 104.9%;
    color: #ffffff;
}

.cnt p,
.cnt li,
.cnt td,
.cnt th {
    font-size: calc(16vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 400;
    line-height: 155%;
    color: #ffffff;
}

.cnt p {
    margin: 0 0 calc(25vw / var(--resizer) * 100) 0;
}

.cnt p.img-text {
    display: flex;
    width: 100%;
    height: auto;
}

.cnt p.img-text img {
    width: inherit;
    height: inherit;
}

.cnt ul,
.cnt ol {
    margin: 0 0 calc(15vw / var(--resizer) * 100) 0;
    padding: 0 0 0 calc(30vw / var(--resizer) * 100);
}

table {
    width: 100%;
    overflow: auto;
    border-spacing: 0 calc(10vw / var(--resizer) * 100);
    margin: calc(30vw / var(--resizer) * 100) 0;
}

td,
th {
    padding: calc(9vw / var(--resizer) * 100) calc(16vw / var(--resizer) * 100);
    border: calc(2vw / var(--resizer) * 100) solid #ffd056;
}

th {
    background-color: #7b5900;
    text-align: center;
}

.cnt tr td:first-child,
.cnt tr th:first-child {
    border-radius: calc(9vw / var(--resizer) * 100) 0px 0px calc(9vw / var(--resizer) * 100);
}

.cnt tr td:last-child,
.cnt tr th:last-child {
    border-radius: 0px calc(9vw / var(--resizer) * 100) calc(9vw / var(--resizer) * 100) 0px;
}

.out {
    display: flex;
    flex-direction: column;
    margin: calc(20vw / var(--resizer) * 100) 0;
}

.out .item {
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc(15vw / var(--resizer) * 100) 0;
    padding: 0 calc(10vw / var(--resizer) * 100) 0 0;
    border-radius: calc(11vw / var(--resizer) * 100);
    background: rgba(2, 9, 178, 0.16);
    height: calc(110vw / var(--resizer) * 100);
    overflow: hidden;
}

.out .item .place {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: calc(30vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 800;
    line-height: 87.023%;
    background-color: #0e30e6;
    height: calc(110vw / var(--resizer) * 100);
    width: calc(40vw / var(--resizer) * 100);
}

.out .item .btn {
    margin: 0;
    align-self: center;
}

.out .img-cov {
    display: flex;
    align-items: center;
    height: calc(110vw / var(--resizer) * 100);
    text-decoration: none;
    color: #fff;
}

.out .img-cov img,
.out .img-cov p {
    margin: 0;
    width: calc(200vw / var(--resizer) * 100);
    height: 100%;
}

.out .img-cov span {
    margin: 0 0 0 calc(17vw / var(--resizer) * 100);
    font-size: calc(18vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}

.out .rate {
    background: url('../img/rate.webp') center / cover no-repeat;
    width: calc(135vw / var(--resizer) * 100);
    height: calc(21vw / var(--resizer) * 100);
    align-self: center;
}

.out .l {
    display: flex;
}

footer {
    display: flex;
    margin: calc(30vw / var(--resizer) * 100) 0 0 0;
    padding: calc(25.5vw / var(--resizer) * 100);
    max-width: calc(1280vw / var(--resizer) * 100);
    width: 100%;
    border-radius: calc(93vw / var(--resizer) * 100);
    border-bottom: calc(1vw / var(--resizer) * 100) solid rgba(255, 255, 255, 0.05);
    background: linear-gradient(90deg, #2b0f0b 0%, #c11802 101.15%);
}

footer .logo {
    display: none;
    width: auto;
}

footer .logo img {
    width: 100%;
    height: 100%;
}

footer .logo p {
    width: inherit;
    height: inherit;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

footer .socials {
    height: 30px;
}

footer ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

footer ul li {
    margin: 0 calc(15vw / var(--resizer) * 100);
    font-size: calc(14vw / var(--resizer) * 100);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    transition: 0.5s all linear;
}

footer ul li a {
    color: inherit;
    text-decoration: none;
}

footer ul li:hover {
    color: #fd8585;
}

.author-block {
    display: flex;
    gap: 20px;
}

.author-block h2 {
    margin: 0 0 5px 0;
}

.author-block h3 {
    color: #fff;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 25px;
}

p img {
    width: 100%;
    height: 100%;
}

.small-img {
    width: 200px;
    height: 200px;
    margin: 0 auto calc(25vw / var(--resizer) * 100) auto !important;
}

.big-img img {
    border-radius: calc(43vw / var(--resizer) * 100);
}

@media screen and (max-width: 600px) {
    li a {
        font-size: 14px;
        line-height: 30px;
    }

    .author-block {
        flex-direction: column;
        align-items: center;
    }

    .author-block .intro .bg.author {
        width: 260px;
        height: 260px;
    }

    body {
        padding: 15px 0;
    }

    header {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0 auto;
        padding: 20px 14px;
        max-width: 100%;
        border-radius: 93px;
    }

    header nav ul {
        padding: 40px 15px 20px 15px;
        position: absolute;
        top: -1000%;
        left: 0;
        background-color: #1e110f;
        flex-direction: column;
        z-index: 99999;
        width: 100%;
        transition: 0.5s all linear;
    }

    header.active nav ul {
        top: 100px;
    }

    header nav ul li:first-child {
        margin: 0 0 20px 0;
    }

    header nav ul li {
        margin: 0 0 20px 0;
        font-size: 12px;
        color: #ffffff;
    }

    header nav .burger {
        display: block;
        width: 45px;
        height: 15px;
        background: url('../img/burger.svg') center / cover no-repeat;
        border: none;
        transition: 0.5s all linear;
    }

    header.active nav .burger {
        width: 45px;
        height: 45px;
        background: url('../img/close.svg') center / contain no-repeat;
    }

    header .logo {
        height: 35px;
    }

    .intro {
        margin: 20px 0 0 0;
        flex-direction: column;
        border-radius: 0;
    }

    .intro.author {
        margin: 20px 0 0 0;
        flex-direction: column;
        border-radius: 0;
    }

    .intro .bg {
        width: 100%;
        height: 200px;
        border-radius: 30px;
        margin-top:15px;
    }

    .intro .bg.author {
        width: 100%;
        height: 200px;
        border-radius: 30px;
    }

    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .intro .row {
        margin: 20px 0 0 0;
        padding: 30px;
        width: 100%;
        border-radius: 30px;
    }

    .intro .row h1 {
        font-size: 32px;
        order:1;
    }

    .intro .row p {
        margin: 13px 0 0 0;
        font-size: 14px;
        order:3;
    }

    .btn {
        display: flex;
        justify-content: center;
        margin: 13px 0 0 0;
        padding: 15px;
        width: 100%;
        border-radius: 100px;
        font-size: 14px;
        order:2;
    }

    .cnt {
        padding: 20px 0 0 0;
    }

    .cnt .block {
        margin: 20px 0 0 0;
        padding: 24px 15px;
        border-radius: 30px;
        backdrop-filter: blur(80px);
    }

    .cnt h2 {
        margin: 0 0 20px 0;
        font-size: 24px;
    }

    .cnt h3 {
        margin: 0 0 20px 0;
        font-size: 20px;
    }

    .cnt strong {
        margin: 0 0 20px 0;
        font-size: 20px;
    }

    .cnt p,
    .cnt li,
    .cnt td,
    .cnt th {
        font-size: 12px;
    }

    .cnt p {
        margin: 0 0 15px 0;
    }

    table {
        border-spacing: 0 10px;
        margin: 20px 0;
    }

    td,
    th {
        padding: 9px 16px;
        border: 2px solid rgba(255, 255, 255, 0.18);
    }

    th {
        text-align: left;
    }

    .cnt tr td:first-child,
    .cnt tr th:first-child {
        border-radius: 9px 0px 0px 9px;
    }

    .cnt tr td:last-child,
    .cnt tr th:last-child {
        border-radius: 0px 9px 9px 0px;
    }

    footer {
        flex-direction: column;
        margin: 20px 0 0 0;
        padding: 14px 0;
        max-width: 100%;
        width: 100%;
        border-radius: 30px;
    }

    footer ul {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    footer ul li {
        margin: 15px 0 0 0;
        font-size: 12px;
        width: 38%;
        text-align: center;
    }

    footer ul li a {
        font-size: 12px;
    }

    .out {
        margin: 20px 0;
    }

    .out .item {
        margin: 0 0 10px 0;
        padding: 0 10px 0 0;
        border-radius: 9px;
        height: auto;
        flex-wrap: wrap;
    }

    .out .item .l {
        margin: 0 0 7px 0;
        width: 100%;
    }

    .out .img-cov {
        height: auto;
    }

    .out .img-cov img,
    .out .img-cov p {
        margin: 0;
        width: auto;
        height: 50px;
    }

    .out .item .place {
        font-size: 14px;
        height: 50px;
        width: 20px;
    }

    .out .img-cov span {
        margin: 0 0 0 17px;
        font-size: 16px;
    }

    .out .item .btn {
        width: 55%;
        border-radius: 9px;
    }

    .out .rate {
        width: 40%;
        height: 20px;
        background-size: contain;
    }
}

.author__img img {
    width: 265px;
    height: 265px;
    object-fit: cover;
    border-radius: calc(43vw / var(--resizer) * 100);
}

.big-img-vertical {
    height: 500px;
    width: auto;
    text-align: center;
}

.big-img-vertical img {
    height: 500px;
    width: auto;
}

@media screen and (max-width:600px) {
    .big-img-vertical {
        height: 500px;
        width: 100%;
    }

    .big-img-vertical img {
        height: 500px;
        width: 100%;
    }

    .author__img img {
     border-radius: 30px;
}

    .intro__author {
        flex-direction: column;
    }
}
.cnt .block a {
color: #ffffff;
text-decoration: none;
}
.cnt .block a:hover {
    color: #d65a00;
    }