
.langs-active-on img {
    width: 26px;
    height: 20px;
}


.wp-block-quote {
    margin-bottom: 30px;
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .banner__box {
        max-width: calc(100% - 240px);
    }
}

.banner__img iframe {
    width: 530px;
    height: 300px;
}

.breadcrumbs {
    margin-bottom: 15px;
}

.breadcrumbs a {
    color: #B0B0B0;
}

.banner__ramka + a.btn:hover {
    background: #5a733c;
}

.personal_data {
    color: #B0B0B0;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px
}

.personal_data a {
    color: white;
}

@media (min-width: 800px) {
    #mySidenav .langs {
        display: none !important;
    }
}

.wp-block-image {
    margin-bottom: 40px;
    margin-top: 40px;
}

.main__box ol {
    counter-reset: item;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.main__box ol li {
    position: relative;
    min-height: 50px;
    margin-bottom: 30px;
    width: 50%;
    padding-left: 55px;
    line-height: 26px;
}


.main__box ol li::before {
    position: absolute;
    counter-increment: item;

    content: counter(item);
    left: 0;

    width: 49px;
    height: 49px;
    border-radius: 49px;
    background: #015460;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 700px) {
    .main__box ol li {
        width: 100%;
    }
}


.lwptoc-light .lwptoc_i {
    background: transparent !important;
    color: white;
}

.lwptoc_item {
    width: max-content;
    margin-bottom: 12px;
    margin-right: 12px;
    border: 1px solid #126EB0;
    border-radius: 6px;
    padding: 11px 12px;
}

.lwptoc_item_label {
    color: white;
}

.lwptoc_itemWrap {
    display: flex;
    flex-wrap: wrap;
}

.lwptoc-light .lwptoc_i A {
    color: #333 !important;
}


#button {
    display: inline-block;
    background-color: #d81437;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "▲";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

header {
    background-color: #1C1C1F;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    padding: 15px;
    position: sticky;
    top: 0;
    z-index: 999;
}

.header-container {
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 170px;
    height: 42px;
}

.sidenav > ul > li .sidenav__active {
    color: #DA0606;
    position: relative;
}

.sidenav {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.sidenav > ul {
    width: 100%;
}

.sidenav > ul > li {
    position: relative;
    padding-left: 30px;
}

.sidenav > ul > li > a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.sidenav > ul > li > a:hover {
    color: #09f;
}

.open-menu {
    display: none;
    width: 30px;
    height: 23px;
    position: relative;
}

.open-menu span {
    position: absolute;
    height: 3px;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-menu {
    display: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 35px;
    right: 25px;
}

.close-menu span {
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close-menu span:first-child, .close-menu span:last-child {
    display: none;
}

.close-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.anim-menu {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.body_fix .for-mobile-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    left: 0;
}

.body_fix {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.body_fix .open-menu.close-menu {
    position: fixed;
    top: 20px;
    z-index: 99999;
}

.header-menu {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.d_flex {
    display: flex;
    padding: 20px 0;
}

.haeder-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

.langs {
    width: 50px;
}

.langs-active-on {
    position: relative;
    cursor: pointer;
}

.langs-active-on::before {
    content: '';
    position: absolute;
    top: 5px;
    right: -15px;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.langs-active {
    position: relative;
}

.langs-active ul {
    background-color: #333;
    border-radius: 5px;
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 120px;
}

.langs-active ul li a {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    color: #fff;
}

.langs-active ul li a img {
    padding-right: 10px;
}

.langs-active ul li a:hover {
    background-color: #09f;
    color: #333;
    border-radius: 5px;
}

.log-in {
    text-transform: uppercase;
    color: #fff;
    background: #D81437;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 15px;
    transition: all .5s;
}

.log-in:hover {
    background: #8BB75F;
}

.sign-in {
    text-transform: uppercase;
    color: #fff;
    background: #1484D5;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .5s;
}

.sign-in:hover {
    background: #8BB75F;
}

.login-singin-fixed-mob {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none;
    justify-content: space-between;
    align-items: center;
}

.login-singin-fixed-mob a {
    color: #fff;
    font-size: 14px;
    width: 50%;
    height: 50px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-singin-fixed-mob a:first-child {
    background-color: #09f;
}

.login-singin-fixed-mob a:last-child {
    background-color: #0c6;
}

/**************************MEDIAAAAAAA ***********************************/
@media only screen and (max-width: 1200px) {
    .login-singin-fixed-mob {
        display: flex;
    }

    .haeder-right {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .sidenav ul li a {
        font-size: 15px;
    }

    .sidenav ul li {
        z-index: 9999;
    }

    .open-menu span:nth-child(2), .open-menu span:nth-child(3) {
        top: 10px;
    }

    .open-menu span:last-child {
        top: 20px;
    }

    .open-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 27px;
        z-index: 9999;
        top: 23px;
    }

    /*.menu-cnt {*/
    /*    margin: 0;*/
    /*    height: 100%;*/
    /*    width: 0;*/
    /*    position: fixed;*/
    /*    z-index: 9999;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    overflow-x: hidden;*/
    /*    padding: 30px 0;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: normal;*/
    /*    -webkit-flex-direction: column;*/
    /*    -ms-flex-direction: column;*/
    /*    flex-direction: column;*/
    /*    -webkit-box-align: end;*/
    /*    -webkit-align-items: flex-end;*/
    /*    -ms-flex-align: end;*/
    /*    align-items: flex-end;*/
    /*    -webkit-box-pack: start;*/
    /*    -webkit-justify-content: flex-start;*/
    /*    -ms-flex-pack: start;*/
    /*    justify-content: flex-start;*/
    /*    background-color: #111;*/
    /*}*/
    .menu-cnt ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sidenav ul {
        margin-top: 0;
    }

    .sidenav {
        padding: 0 20px 15px 0;
        margin-top: 25px;
        flex-direction: column;
        align-items: flex-start;
    }

    #mySidenav .langs {
        margin: auto;
        margin-top: 20px;
    }

    .sidenav ul li {
        margin: 6px 5px !important;
    }

    .sidenav > ul > li {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
        height: auto;
    }

    .sidenav {
        max-width: 100%;
    }

    .sidenav > ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .sidenav > ul > li {
        padding: 15px 30px;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }

    .menu-width {
        width: 0% !important;
        transition: all 0.5s ease 0s !important;
    }

    .transition-menu {
        width: 300px !important;
        transition: all 0.5s ease 0s !important;
    }
}


.banner {
    background-image: url('../img/blurebg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #111;
}

.banner h1 {
    font-size: 36px;
    color: #fff;
}

.banner h1 span {
    color: #14C0D8;
}

.banner p {
    font-size: 16px;
    font-weight: 400;
    color: #7F7F7F;
}

.banner .red {
    background: #D81437;
    transition: all .5s;
}

.banner .red:hover {
    background: #8BB75F
}

.banner__box {
    display: flex;
    align-items: center;
}

.banner__nav {
    width: 240px;
    background-image: linear-gradient(#FC1010, #301C0E);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
}

.banner__item {
    display: flex;
}

.banner__img img {
    max-width: 670px;
}

.banner__text {
    padding: 0 0 0 60px;
}

.header-logo {
    background: #FC1010;
    max-width: 240px;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__ramka {
    position: relative;
}

.banner__ramka span {
    position: absolute;
    top: 45px;
    left: 55px;
    font-size: 12px;
    color: #F9D7FF;
}

.banner__ramka strong {
    position: absolute;
    top: 65px;
    left: 70px;
    font-size: 32px;
    font-weight: 600;
}

.banner__ramka .banner__arrow {
    position: absolute;
    top: 104px;
    left: 110px;
}

.search img {
    max-width: max-content;
    max-height: max-content;
    cursor: pointer;
}

.search {
    position: relative;
}

.search input {
    position: absolute;
    top: 40px;
    left: 10px;
    display: none;
    padding: 10px 15px;
    border: solid 1px #1484D5;
    border-radius: 5px;
    background: transparent;
    color: #fff;
}

/*-========================================-global-style-for-ol-browsers-========================================*/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
iframe,
ol,
ul,
li,
form,
label,
i,
footer,
header,
menu,
nav,
a,
table,
thead,
tbody,
tfoot,
tr,
th,
td,
video,
canvas,
section,
    /*commonly used tags*/
applet,
object,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
hgroup,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
dl,
dt,
dd,
fieldset,
legend,
article,
aside,
details,
embed,
figure,
figcaption,
output,
section,
summary,
time,
mark,
audio,
center,
ruby {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    display: inline-block;
    text-decoration: none;
}

button {
    cursor: pointer;
}

input,
button,
select {
    display: inline-block;
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    max-height: 100%;
}

body {
    font-family: Inter, sans-serif;
    margin: 0;
    padding: 0;
    counter-reset: d;
    color: #fff;
}

.d_block {
    display: block;
}

.d_none {
    display: none;
}

.container {
    max-width: 1460px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main {
    background-color: #15172D;
    padding: 30px 0;
}

.main h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
}

.main h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 25px;
    font-weight: 700;
}

.main p {
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.main p a {
    text-decoration: underline;
    color: #fff;
}

.main ul {
    list-style: inside;
    padding: 0 30px;
    line-height: 32px;
}

.tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 30px 0;
}

.tags a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 5px;
    border: solid 1px #126EB0;
    transition: all .5s;
}

.tags a:hover {
    border: solid 1px #0c6;
}

.wp-block-table table {
    border-collapse: collapse;
    max-width: 970px;
    width: 100%;
    margin: 30px auto;
}

.wp-block-table table tr th {
    text-align: left;
}

.wp-block-table table tr td {
    padding: 15px 15px 15px 60px;
}

.wp-block-table table tr:nth-child(1n+1) td:nth-child(odd) {
    background: #094E81;
}

.wp-block-table table tr:nth-child(2n+1) td:nth-child(odd) {
    background: #004272;
}

.wp-block-table table tr:nth-child(1n+1) td:nth-child(even) {
    background: #094776;
}

.wp-block-table table tr:nth-child(2n+1) td:nth-child(even) {
    background: #003A64;
}

.wp-block-table td {
    border: none;
}

.lines {
    max-width: 1200px;
    margin: 30px auto;
    position: relative;
}

.lines__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.lines:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 25px;
    width: 1px;;
    height: 100%;
    background: #015460;
}

.lines__text {
    display: flex;
    gap: 30px;
}

.lines__num {
    width: 49px;
    height: 49px;
    border-radius: 49px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    background: #015460;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.lines-1 .lines__img img {
    max-width: 400px;
}


.lines__title {
    max-width: 500px;
}

.lines__title strong {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

.lines__title p {
    font-size: 16px;
    font-weight: 500;
    color: #B8B8B8;
    margin-top: 15px;
}


.numbers {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.numbers li {
    display: grid;
    align-items: center;
    margin-bottom: 15px;
    grid-template-columns: 1fr 10fr;
}

.numbers__num {
    width: 49px;
    height: 49px;
    border-radius: 49px;
    background: #015460;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    font-size: 24px;
    font-weight: 500;
}

.btn {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: #8BB75F;
    padding: 15px 45px;
    border-radius: 5px;
    color: #fff;
    margin: 30px 0;
}

.btn:hover {
    background: #597a41;
}

.table__2 {
    border-collapse: collapse;
    max-width: 970px;
    width: 100%;
    margin: 30px auto;
}

.table__2 tr th {
    text-align: center;
    padding: 15px;;
}

.table__2 tr:nth-child(1n+1) th:nth-child(1) {
    padding-left: 45px;
    text-align: left;
}

.table__2 tr td {
    padding: 15px;
}

.table__2 tr:nth-child(1n+1) td:nth-child(1) {
    background: #094E81;
    padding-left: 45px;
}

.table__2 tr:nth-child(1n+1) td:nth-child(2) {
    background: #094776;
    text-align: center;
}

.table__2 tr:nth-child(1n+1) td:nth-child(3) {
    background: #094E81;
    text-align: center;
}

.table__2 tr:nth-child(1n+1) td:nth-child(4) {
    background: #094776;
    text-align: center;
}

.table__2 tr:nth-child(2n+1) td:nth-child(1) {
    background: #004272;
}

.table__2 tr:nth-child(2n+1) td:nth-child(2) {
    background: #003A64;
}

.table__2 tr:nth-child(2n+1) td:nth-child(3) {
    background: #004272;
}

.table__2 tr:nth-child(2n+1) td:nth-child(4) {
    background: #003A64;
}

.table__2 div {
    padding: 15px;
}

/* .table__2 div:nth-child(1), .table__2 div:nth-child(2), .table__2 div:nth-child(3),.table__2 div:nth-child(4){
    background: transparent!important;
}
.table__2 div:nth-child(8n+1){
    background:#094E81;
    padding-left: 60px;
}
.table__2 div:nth-child(8n+2){
    background:#;
    text-align: center;
}
.table__2 div:nth-child(8n+3){
    background:#;
    text-align: center;
}
.table__2 div:nth-child(8n+4){
    background:#;
    text-align: center;
}
.table__2 div:nth-child(8n+5){
    background:#;
    padding-left: 60px;
}
.table__2 div:nth-child(8n+6){
    background:#;
    text-align: center;
}
.table__2 div:nth-child(8n+7){
    background:#;
    text-align: center;
}
.table__2 div:nth-child(8n+8){
    background:#;
    text-align: center;
} */
.slots {
    padding: 45px;
    background: #18293E;
    margin-bottom: 30px;
}

.slots__box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
}

.slots__item {
    background: #2A2D51;
    display: flex;
    flex-direction: column;
}

.slots__item strong {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.slots__item a {
    margin: 20px auto;
}

.slots__item img {
    width: 100%;
}

.slots__link {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    text-decoration: underline;
}

.slots__link:hover {
    text-decoration: unset;
}

.wp-block-quote {
    max-width: 768px;
    margin: 0 auto;

}

.wp-block-quote p {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.wp-block-quote cite {
    color: #B0B0B0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.wp-block-quote p:before {
    content: "" "";
    position: absolute;
    top: 0px;
    left: -70px;
    width: 30px;
    height: 20px;
    background-image: url('../img/skobka.png');
}


.wrapper {
    max-width: 1100px;
    margin: 30px auto;
    gap: 15px;
}

.containerrr {
    margin-bottom: 10px;
}

.question {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #14384C;
    border-left: solid 9px #F11C4F;
    border-radius: 5px;
}

.question::after {
    content: "\002B";
    font-size: 2.2rem;
    position: absolute;
    right: 20px;
    transition: 0.2s;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 30px;
    line-height: 1.5rem;
}

.question.active + .answercont {
}

@media screen and (max-width: 790px) {
    html {
        font-size: 14px;
    }

    .wrapper {
        width: 80%;
    }
}

.reviews {
    margin-top: 60px;
}

.reviews__item {
    margin-bottom: 30px;
}

.reviews__name strong {
    color: #fff;
    font-size: 20px;

}

.reviews__name i {
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
}

.reviews__text {
    margin-top: 15px;
}

.reviews__text p {
    color: #B0B0B0;
    font-size: 16px;
    font-weight: 500;
}

.form {
    max-width: 500px;
}

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

.form input {
    border: solid 2px #14384C;
    background: transparent;
    padding: 15px;
    margin-bottom: 10px;
    color: #fff;
}

.form textarea {
    border: solid 2px #14384C;
    background: transparent;
    margin-bottom: 10px;
    padding: 15px;
    color: #fff;
}

.form button {
    background: #F11C4F;
    color: #fff;
    padding: 15px;
    font-size: 24px;
    font-weight: 700;
}

.form button:hover {
    background: #83132e;
}

.partners_section {
    background: #0A0B1B;
    padding: 60px 0;
}

.partners__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

footer {
    background: #15172D;
}

.payments {
    padding: 30px 0;
    text-align: center;
    border-bottom: solid 1px #0D4F6C;
}

.footer {
    text-align: center;
}

.footer__logo img {
    margin: 60px 0 30px 0;
}

.footer__logo ul {
    display: flex;
    justify-content: center;
}

.footer__logo ul li {
    margin-right: 15px;
}

.footer__logo ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    transition: all .5s;
}

.footer__logo ul li a:hover {
    color: #D81437;
    text-decoration: underline;
}

.footer__social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
}

.footer__social a {
    margin-right: 10px;
}

.footer__butons a:nth-child(1) {
    background: #D81437;
    font-size: 14px;
    border-radius: 5px;
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s;
}

.footer__butons a:nth-child(1):hover {
    background: #0c6;
}

.footer__butons a:nth-child(2) {
    background: #1486D8;
    font-size: 14px;
    border-radius: 5px;
    padding: 15px 25px;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s;
}

.footer__butons a:nth-child(2):hover {
    background: #0c6;
}

.footer__text {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.footer__text p {
    font-size: 12px;
    color: #057888;
    max-width: 1000px;

}


@media only screen and (max-width: 1500px) {
    .header-menu {
        width: 100%;
    }

    .header-logo {
        background: transparent;
        left: 0;
    }
}

@media only screen and (max-width: 1300px) {
    .search {
        display: none;
    }

    .haeder-right {
        display: none;
    }

    .banner__nav {
        display: none;
    }
}


@media only screen and (max-width: 1200px) {
    .slots__box {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .lines__text {
        flex-direction: column;
        padding: 0 30px;
    }

    .lines:before {
        display: none;
    }
}


@media only screen and (max-width: 992px) {
    .banner__img {
        display: none;
    }

    .banner__text {
        padding: 30px 0;
    }

    .main p {
        font-size: 14px;
    }

    .footer__text {
        padding: 0 30px;
    }

    .wp-block-table table {
        overflow: scroll;
    }

    .table__2 {
        overflow: scroll;
    }
}

@media only screen and (max-width: 768px) {
    .slots__box {
        grid-template-columns: 1fr 1fr;
    }

    .slots__item strong {
        font-size: 16px;
    }
}

@media only screen and (max-width: 576px) {
    .main h2 {
        font-size: 24px;
    }

    .lines__box {
        margin-bottom: 15px;
        flex-direction: column;
    }

    .slots__box {
        grid-template-columns: 1fr;
    }

    .numbers {
        grid-template-columns: 1fr;
    }

    .header-logo {
        max-width: 175px;
    }

    .log-reg {
        display: flex;
        flex-direction: column;
    }

    .log-in {
        text-align: center;
        margin-right: 0;
        font-size: 12px;
        padding: 8px 32px
    }

    .sign-in {
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        padding: 8px 32px
    }

    .open-menu {
        top: 30px;
    }

    .banner h1 {
        font-size: 24px;
    }

    .wrapper {
        width: 100%;
    }

    .question {
        font-size: 14px;
    }

    .footer__logo ul {
        flex-direction: column;
    }
}

@media only screen and (max-width: 380px) {
    .header-logo {
        max-width: 150px;
        margin-left: 10px;
    }

}

@media only screen and (max-width: 500px) {
    .lines-1 .lines__img img {
        max-width: 100%;
    }
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav li {
    margin: 10px;
}

nav a {
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

@media (max-width: 800px) {
    .header-container, .header-menu {
        flex-direction: column;
    }
}
.main__box img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}
table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid #FC1010;
}
