/* Обнуление */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* body */
body {
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    background: #0f1923;
}

/* Container */
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

/* header */
header {
    padding: 15px 0;
    background: #0f1923;
}
header .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo {
    height: 15px;
    transition: 0.3s;
}
header .logo img {
    height: 100%;
    width: auto;
}
header .logo:hover {
    transform: scale(1.05);
}
header .row ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
}
header .row ul li {
    margin: 0 0 10px 21px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    list-style: none;
    transition: 0.2s all linear;
    color: #ffffff;
}
header .row ul li:hover {
    color: #2751ff;
}
header .row ul li a {
    color: inherit;
    text-decoration: none;
}
header .row-mobile {
    display: none;
}

/* Intro */
.intro {
    padding: 57px 0 39px 0;
    background: url("../img/bg.png") center / cover no-repeat;
}
.intro .container div {
    display: flex;
    flex-direction: column;
}
.intro h1 {
    margin: 0 0 15px 0;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 54px;
    color: #ffffff;
}
.intro h1 span {
    color: #2751ff;
    text-transform: uppercase;
}
.intro p {
    margin: 0 0 30px 0;
    max-width: 876px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.btn a {
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #2751ff;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: 0.3s all linear;
}
.btn a:hover {
    background: #0f1923;
}
.btn span {
    padding: 15px 43.5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    background: #2751ff;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    align-self: flex-start;
    transition: 0.3s all linear;
}
.btn span:hover {
    background: #0f1923;
}
.btn {
    color: #fff;
    text-decoration: none;
}

.content .yco {
    position: relative;
    top: 10px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
    width: 200px;
    height: 200px;
}

.content .yco-right {
    position: relative;
    top: 10px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
    width: 200px;
    height: 200px;
}

.yco img, .yco-right img {
    width: 90%;
    height: 90%;
}

/* Content */
.content {
    padding: 57px 47px;
}
.content h2, .faq__head {
    margin: 25px 0 15px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
}
.content h2 span {
    text-transform: uppercase;
}
.content p,
.content ul li,
.content ol li,
.faq__content {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #dadada;
}
.content ul,
.content ol {
    margin: 0 0 15px 20px;
}
.content p, .faq__content {
    margin: 0 0 15px 0;
}
.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: #2751ff;
    font-size: 8em;
    line-height: 150%;
}

.ybtn {
    display: block;
    text-align: center;
    width: 100%;
    margin: 45px auto;
}

/* yauthor */
.yauthor {
    display: flex;
    justify-content: space-between;
    margin: 36px 0 0 0;
    padding: 23.8px 53.15px 23.8px 27.76px;
    width: 100%;
    border-radius: 9px;
    background: #131a2c;
}
.yauthor .img-text {
    margin: 0 35px 0 0;
    width: 142.502px;
    height: 142.502px;
}
.yauthor .img-text img {
    position: relative;
    border: 5px;
    width: inherit;
    height: inherit;
    border-radius: 50%;
}
.yauthor-body h2 {
    margin: 0;
}
.yauthor-body h6,
.yauthor h6 {
    margin: 5px 0 15px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #a9a9a9;
}
.yauthor-head-i {
    display: none;
}

/* footer */
footer {
    background: #1b242f;
}
footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 16.6px 0;
}
footer ul li {
    margin: 0 0 10px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    list-style: none;
    transition: 0.2s all linear;
    color: #ffffff;
}
footer ul li:hover {
    color: #2751ff;
}
/* footer ul li:last-child {
    margin: 0;
} */
footer ul li a {
    color: inherit;
    text-decoration: none;
}

/*add style*/
.img-big {
    width:60%;
    margin:20px auto !important;
    text-align:center;
}
.img-big img {
    width:100%;
}

table{
border-collapse:collapse;
border-spacing:0;
width:80%;
margin:20px auto !important;
color:#dadada;
overflow-x:auto;
}
table, td, th{
border: 1px solid #ffffff;
}
td, th{
padding: 3px;
width: 30px;
height: 25px;
}
th{
background-color: #7accee!important;
}

@media screen and (max-width:600px){
    .img-big {
        width:100%;
    }
    table {
    font-size: 12px;
    line-height: 123.7%;
    width:100%;
    }
}
.anchor__menu a {
    color: #dadada;
    text-decoration:none;
}
.anchor__menu a:hover {
    color: #ffffff;
}