@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    min-width: 320px
}

body {
    height: 100%;
    color: #fdfdfd;
    line-height: 1;
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button, input, textarea {
    font-family: " Oswald ";
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

main img{
    border-radius: 20px;
}
[class*=__container] {
    max-width: 62.5rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.header {
    position: relative
}

.header::before {
    content: "";
    width: 1380px;
    height: 1323px;
    background: rgb(19 29 99 / 60%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    display: block;
    position: absolute;
    left: 30px;
    top: -555px;
    z-index: -1;
    border-radius: 50%
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 65px 15px 50px;
    z-index: 5
}

button {
    background: #bb6bd9;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    padding: 10px 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: end
}

button:not(:last-child) {
    margin-right: 20px
}

button:hover {
    background: #8d2db1
}

#copyright {
    line-height: 27px;
    letter-spacing: -.318182px;
    color: #fff;
    text-align: center;
    margin: 50px auto
}

body {
    background: -webkit-gradient(linear, left top, left bottom, from(#8c3636), to(#8c2828)) no-repeat;
    background: -o-linear-gradient(top, #8c3636 0, #8c2828 100%) no-repeat;
    background: linear-gradient(180deg, #8c3636 0, #8c2828 100%) no-repeat
}

img {
    max-width: 100%;
    display: block;
    margin: 30px auto;
}

.header-logo {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    cursor: pointer;
}

h1, h2, h3 {
    text-transform: uppercase;
    color: #e7ed1c;
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 700;
}

h1 {
    font-size: 40px;
    line-height: 72px;
    font-weight: 700;
    padding: 30px;
}

#points {
    position: relative
}

#points::after {
    content: "";
    background: url(../img/points.png) no-repeat;
    width: 215.69px;
    height: 215.69px;
    display: inline-block;
    position: absolute;
    top: -110px;
    right: -14%
}

#menu a {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: .02em;
    color: #777581
}

#menu li {
    list-style: none
}

#menu {
    margin-bottom: 30px
}

.movie {
    padding: 37px 20px 60px;
    background: rgba(255, 255, 255, .5);
    border-radius: 26px
}

.movie__box {
    padding: 0 20px
}

h2 {
    font-size: 30px;
    line-height: 46px;
}

p {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px
}

p a {
    color: #812de2;
    border-bottom: 1px solid #812de2
}

#characteristitcs {
    font-size: 18px;
    line-height: 34px;
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 30px
}

ol,ul {
    font-size: 18px;
    line-height: 34px;
    padding-left: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
}

h3 {
    font-size: 28px;
    line-height: 42px
}

table {
    background: #231d4f;
    border-radius: 20px;
    font-family: "Oswald";
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    padding: 50px 38px;
    width: 100%;
    max-width: 100%;
    margin-top: 50px
}

table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.row {
    display: -ms-grid;
    display: grid;
    gap: 30px
}

.row:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px
}

.four-columns {
    -ms-grid-rows: auto;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template:auto/repeat(4, 1fr)
}

.three-columns {
    -ms-grid-rows: auto;
    -ms-grid-columns:(1fr) [ 3 ];
    grid-template:auto/repeat(3, 1fr)
}

.two-columns {
    -ms-grid-rows: auto;
    -ms-grid-columns:(1fr) [ 2 ];
    grid-template:auto/repeat(2, 1fr)
}

.tableName {
    color: #bb6bd9
}

.tableCountry {
    -ms-grid-column-align: center;
    justify-self: center
}

.tableYear {
    -ms-grid-column-align: center;
    justify-self: center
}

.tableTextEnd {
    -ms-grid-column-align: end;
    justify-self: end
}

@media (max-width: 1300px) {
    #points::after {
        display: none
    }
}

@media (max-width: 768px) {
    .header::before {
        display: none
    }

    #copyright {
        margin: 50px auto 40px
    }

    body {
        background: #e88fae
    }

    h1 {
        font-size: 34px;
        line-height: 46px
    }

    .movie {
        padding: 0;
        background: 0 0
    }

    .movie__box {
        padding: 0
    }

    ol {
        margin-bottom: 30px
    }

    h3 {
        font-size: 22px;
        line-height: 33px
    }

    table {
        margin-top: 30px;
        padding: 20px 14px
    }

    table tbody {
        gap: 54px
    }

    .row {
        padding: 0 15px;
        gap: 0
    }

    .row.four-columns {
        border-bottom: none;
        padding-bottom: 0
    }

    .col {
        gap: 22px
    }

    .four-columns {
        -ms-grid-rows: -webkit-min-content 20px 1px 20px -webkit-min-content;
        -ms-grid-rows: min-content 20px 1px 20px min-content;
        -ms-grid-columns: 1fr 0 1fr;
        grid-template:-webkit-min-content 1px min-content/repeat(2, 1fr);
        grid-template:min-content 1px min-content/repeat(2, 1fr);
        gap: 20px 0
    }

    .four-columns::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        grid-column: 1/-1
    }

    .four-columns .tableName {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .four-columns .tableCountry {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .four-columns .tableYear {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .four-columns .tableTextEnd {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .three-columns {
        -ms-grid-rows: 1fr;
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template:1fr/repeat(3, 1fr)
    }

    .three-columns .tableCountry {
        -ms-grid-column-align: center;
        justify-self: center
    }

    .two-columns {
        -ms-grid-rows: 1fr;
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template:1fr/repeat(2, 1fr)
    }

    .tableCountry {
        -ms-grid-column-align: end;
        justify-self: end
    }

    .tableYear {
        -ms-grid-column-align: start;
        justify-self: start
    }
}

@media (max-width: 768px) and (max-width: 768px) {
    .four-columns::before {
        width: calc(100% + 30px);
        margin-left: -15px
    }
}

@media (max-width: 576px) {
    .header__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 60px 15px 50px
    }

    button {
        width: 155px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px
    }

    #logo {
        margin: 0 auto 50px
    }

    h2 {
        font-size: 28px;
        line-height: 42px
    }

    p span {
        display: none
    }
}