/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Подключение шрифта */
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/GothamPro.ttf');
}
@font-face {
    font-family: 'Gotham Pro Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/GothamPro-Bold.ttf');
}
@font-face {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/gilroy-black.ttf');
}

/* ROOT */
:root {
    --main-color: #0F1923;
}

/* body */
body {
    padding: 22px 0 20px 0;
    background: radial-gradient(50% 50% at 50% 50%, #061492 0%, #0E0C52 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: linear-gradient(180deg, #06AAF0 0%, #0656F0 100%);
    border-radius: 34px;
}
header img {
    height: 52px;
    transition: .4s;
}
header img:hover {
    transform: scale(1.05);
}
header ul {
    display: flex;
}
header ul li {
    padding: 28px 5px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    list-style: none;
    transition: .3s all linear;
    cursor: pointer;
}
header ul li:hover {
    font-weight: 700;
    background: #0038C9;
    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: #FFFFFF;
    background: linear-gradient(180deg, #06AAF0 0%, #0656F0 100%);
    border-radius: 38px;
    border: none;
    cursor: pointer;
    transition: .5s;
}
.intro a:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    color: #0656F0;
}
.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 h2 span {
    color: #06AAF0;
}
.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: center;
    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 h3 {
    margin: 0;
    color: #FFFFFF;
    font-size: 8em;
    line-height: 150%;
}
.container-error h4 {
    margin: 0;
    color: #ffffff;
    font-size: 6em;
    line-height: 150%;
}

/* footer */
footer {
    max-width: 1280px;
    margin: 0 auto;
    background: linear-gradient(180deg, #06AAF0 0%, #0656F0 100%);
    border-radius: 34px;
}
footer ul {
    display: flex;
    justify-content: center;
}
footer ul li {
    padding: 27px 5px;
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    list-style: none;
    transition: .3s all linear;
    cursor: pointer;
}
footer ul li:hover {
    font-weight: 700;
    background: #0038C9;
    color: #FFFFFF;
}
footer ul li a {
    padding: 25px 9.25px;
    color: inherit;
    text-decoration: none;
}


/*promo style*/
.promo__link {
display:flex;
margin:20px auto;
align-items: center;
justify-content: space-between;
width:250px;

}
.promo-code-text{
color:#022134;
font-size:18px;
font-weight:700;
background:#ffffff;
padding:14px 23px;
border-radius:38px;
}
.but-prom {
font-size:16px;
color:#ffffff;
background:linear-gradient(180deg, #06AAF0 0%, #0656F0 100%);
border-radius:38px;
padding:15px 18px;
cursor:pointer;
}


    footer {
        display:block;
    }
      .footer-bot {
        padding-bottom:0;
    }
  .footer__copyright {
  width: 100%;
    padding: 10px 0;
    display: -ms-flex;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }
  
      .hrefs img {
            width: 20px;
            margin-right: 10px;
           
        }
        
.hrefs a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    margin: 0px 10px;
    margin-bottom: 15px;
}
       .hrefs {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    flex-wrap:wrap;
}
            
            @media(max-width:1000px){
    .hrefs {
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    /*flex-direction: column;*/
    margin-top: 50px;
}

.hrefs a {

    margin-bottom: 10px;
    margin-left:15px;
}
            }
        
        