/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Подключение шрифта */
@font-face {
    font-family: "Gotham Pro";
    src: url("../fonts/GothamPro.ttf");
}
@font-face {
    font-family: "Gotham Pro Bold";
    src: url("../fonts/GothamPro-Bold.ttf");
}
@font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-black.ttf");
}

/* ROOT */
:root {
    --main-color: #ffca10;
}

/* body */
body {
    padding: 22px 0 20px 0;
    background: radial-gradient(50% 50% at 50% 50%, #141721 0%, #1b1e2a 100%);
    font-family: "Gotham Pro";
}

body a {
    text-decoration: none;
}

/* header */
header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 14px auto;
    padding: 0 28px;
    max-width: 1280px;
    align-items: center;
    background-color: var(--main-color);
    border-radius: 15px;
}
header img {
    height: 18px;
}
header ul {
    display: flex;
}
header ul li {
    padding: 27px 5px;
    font-family: "Gotham Pro Bold";
    font-style: normal;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #19253e;
    list-style: none;
    transition: 0.3s all linear;
    cursor: pointer;
}
header ul li:hover {
    background-color: #ffffff;
}
header ul li:first-child {
    margin: 0;
}
header ul li a {
    padding: inherit;
    color: inherit;
    text-decoration: none;
}

/* Intro */
.intro {
    display: flex;
    flex-direction: column;
    margin: 14px auto 0 auto;
    padding: 36.5px 10px;
    max-width: 1280px;
    border-radius: 5px;
    background: url("../img/bg.png") center / cover no-repeat;
}
.intro h1 {
    margin: 0 0 15px 0;
    max-width: 876px;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    color: #ffffff;
}
.intro p {
    margin: 0 0 30px 0;
    max-width: 876px;
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    align-self: center;
    color: #ffffff;
}
.intro a {
    padding: 15px 45px;
    font-family: "Gotham Pro Bold";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    color: #19253e;
    background-color: #ffca10;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}
.intro a:hover {
    background-color: #ffffff;
}
.content {
    margin: 0 auto;
    padding: 54px 0 45px 0;
    max-width: 1280px;
}
.content h2 {
    margin: 25px 0 15px 0;
    font-family: "Gotham Pro Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.content h3 {
    margin: 16px 0 15px 0;
    font-family: "Gotham Pro Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}
.content p,
.content ul li,
.content ol li {
    font-family: "Gotham Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
    color: #ffffff;
}
.content p,
.content ul,
.content ol {
    max-width: 984px;
    margin: 0 auto 15px auto;
    list-style-position: inside;
}

.container-error {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 150px);
}

.container-error h4 {
    margin: 0;
    color: #ffca10;
    font-size: 8em;
    line-height: 150%;
}

/* footer */
footer {
    max-width: 1280px;
    margin: 0 auto;
    background-color: var(--main-color);
    border-radius: 15px;
}
footer ul {
    display: flex;
    justify-content: center;
}
footer ul li {
    padding: 27px 5px;
    font-family: "Gotham Pro Bold";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #19253e;
    list-style: none;
    transition: 0.3s all linear;
    cursor: pointer;
}
footer ul li:hover {
    background-color: #ffffff;
}
footer ul li a {
    padding: 25px 9.25px;
    color: inherit;
    text-decoration: none;
}

/* 
baners start*/

.block_90 {
    padding: 0 16px;
    display: block;
    max-width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 991px) {
    .block_90 {
        display: none;
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .block-main-image {
        display: none;
    }
}
@media (max-width: 991px) {
    .block-main {
        min-height: inherit;
        padding: 20px 0;
    }
}
@media (max-width: 991px) {
    .hero-block {
        margin-bottom: 12px;
    }
}

.block_100 {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .block_100 {
        display: none;
    }
}
.hero-block {
    margin-bottom: 20px;
}

.link-head-a {
    display: block !important;
    margin: 12px auto;
    text-align: center;
}

.wrapper_link-head {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.link-head-a {
    display: block !important;
    margin: 0 auto;
    text-align: center;
}

.banner-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

/* 
baners end*/

h1 {
    margin: 0 0 15px 0;
    font-family: "Gilroy";
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    align-self: center;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

td {
    color: #ffffff;
}

table th {
    color: #ffffff;
}
.content table {
    margin-left: auto;
    margin-right: auto;
}

table {
    margin: 50px 0;
	 width: 75%;
}

.btn-header {
    background: linear-gradient(45deg, #3253f5, #00157f);
    display: block;
    padding: 12px 20px;
    border-radius: 12px;
    color: #fff;
    font-weight: 700;
}


@media (max-width: 991px) {
    .btn-header {
        margin-top: 12px
    }}
	
	
	[itemprop="text"] {
    color: #ffffff;
}