@font-face {
	font-family: 'Beaufort';
    src: url("../fonts/Beaufort.eot");
	src: local('☺'),   url("../fonts/Beaufort.woff") format("woff"),
    url("../fonts/Beaufort.ttf") format("truetype"),
    url("../Beaufort.eot%40")format("embedded-opentype");
    font-weight: normal;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyMedium.eot");
	src: local('☺'),   url("../fonts/GilroyMedium.woff") format("woff"),
    url("../fonts/GilroyMedium.ttf") format("truetype"),
    url("../GilroyMedium.eot%40")format("embedded-opentype");
    font-weight: 400;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroySemiBold.eot");
	src: local('☺'),   url("../fonts/GilroySemiBold.woff") format("woff"),
    url("../fonts/GilroySemiBold.ttf") format("truetype"),
    url("../GilroySemiBold.eot%40")format("embedded-opentype");
    font-weight: 500;
}
@font-face {
	font-family: 'Gilroy';
    src: url("../fonts/GilroyBold.eot");
	src: local('☺'),   url("../fonts/GilroyBold.woff") format("woff"),
    url("../fonts/GilroyBold.ttf") format("truetype"),
    url("../GilroyBold.eot%40")format("embedded-opentype");
    font-weight: 700;
}


/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, p {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
/* End of CSS Reset */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}


body {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Gilroy', sans-serif;
  font-weight: 500;
  color: #666359;
  background-color: #f7fdfc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img {
  border: none;
}
input, select {
  outline: none;
  vertical-align: middle;
}
h1, h2, h3, h4, h5 {
    font-family: 'Beaufort';
    margin-bottom: 10px;
    line-height: 0.8;
    display: block;
    color: #45423a;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 200ms ease-in-out;
}
h1 {
    font-size: 72px;
}
h1 span {
    font-size: 60px;
    color: #666259;
}
h2 {
    font-size: 34px;
    text-transform: none;
}
h3 {
    font-size: 32px;
}


.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
a {
    text-decoration: none;
    color: #0062a8;
    transition: all 200ms ease-in-out;
}
a:hover {
    filter: brightness(120%);
}

input, select, textarea {
    color: #333;
    font-size: 22px;
    font-family: "Gilroy";
    font-weight: 400;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.2);
    margin: 10px 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    transition: all 200ms ease-in-out;
    border-radius: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select {
    padding: 0 20px;
    background-image: url('https://l2aqua.net/assets/images/input-select.png');
    background-position: center right;
    background-repeat: no-repeat;
}
textarea {
    min-height: 200px;
    padding: 10px;
    text-align: left;
}
form {
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}


a.pop-close {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  opacity: 0.7;
}
a.pop-close:before {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.pop-close:after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #ccc;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
a.pop-close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

p {
    margin-bottom: 10px;
}
.btn, input.btn {
    padding: 0 20px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #f1f1f1;
    background: #626c91  center center no-repeat;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    font-family: 'Beaufort';
    cursor: pointer;
}
input.btn:hover {
    filter: brightness(120%);
}
.btn.big {
    height: 60px;
    line-height: 56px;
    font-size: 28px;
    font-weight: 700;
    min-width: 300px;
    border-radius: 20px;
}
.btn.trans {
    background: transparent;
}
/*==========PAGES STYLES==========*/
.container {
    width: 1240px;
    margin: 0 auto;
    position: relative;
}
nav {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100px;
    background: #fff;
}
nav:after {
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -8px;
    background: url('../images/wave.png') top center repeat-x;
}
nav .logo {
    display: inline-block;
    float: left;
    width: 165px;
    height: 18px;
    background: url('../images/logo.png') center center no-repeat;
    background-size: cover;
    margin-top: 42px;
}
nav .menu {
    display: inline-block;
    float: right;
    margin-top: 32px;
    transition: all 200ms ease-in-out;
}
nav .menu a {
    color: #45423a;
    display: inline-block;
    margin-left: 30px;
    font-size: 24px;
    font-family: 'Beaufort';
    line-height: 30px;
    border-bottom: 2px solid #b2d0e5;
}
nav .menu a:hover, nav .menu a.active {
    border-bottom: 2px solid transparent;
    color: #749cb8;
}

nav.scroll {
    height: 70px;
    position: fixed;
    z-index: 12;
}
nav.scroll .menu {
    margin-top: 18px;
}
nav.scroll .logo {
    margin-top: 13px;
}
header {
    margin-top: 100px;
    width: 100%;
    height: 820px;
    background-image: url('../images/header-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
header.inner {
    height: 150px;
    background-size: 100% auto;
    background-position: bottom center;
}
header .text {
    width: 50%;
    text-align: center;
    padding-top: 110px;
}
header .text p {
    margin: 20px 0;
    font-size: 20px;
    color: #45423a;
}
@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px); /*амплитуды */
    }
    100% {
        transform: translateY(0);
    }
}

header .girl {
    position: absolute;
    z-index: 1;
    width: 732px;
    height: 857px;
    background: url(../images/girl3.png) center center no-repeat;
    background-size: cover;
    top: -35px;
    right: -0px;
    animation: float 3s ease-in-out infinite; /* Настройка*/
}

.text .logo1 {
    display: block;
    margin: 70px auto 20px;
    max-width: 510px;
	transition: transform 0.3s ease;
}
.text .logo1:hover {
    transform: scale(1.1); /* Увеличение на 10% */
}

main {
    margin-top: -100px;
}
section.news {
    display: inline-block;
    float: left;
    width: 65%;
}
section .title.center {
    width: 100%;
    text-align: center;
}
section .title h3 {
    display: inline-block;
    font-size: 36px;
    color: #666259;
}
section .title {
    height: 65px;
    background: url('../images/sep-d.png') bottom center repeat-x;
    margin-bottom: 30px;
}
section .title a {
    display: inline-block;
    background: white;
    border-radius: 10px;
    font-size: 14px;
    color: #666259;
    font-family: 'Beaufort';
    padding: 7px 13px;
    margin-left: 20px;
    vertical-align: top;
}
section .title a:hover {
    color: #0062a8;
}
.n-news {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
}
.n-news iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
}
.n-news:before{
    content: '';
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -4px;
    background: url('../images/sep-d.png') center center repeat-x;
    opacity: 0.5;
}
.n-news:last-child:before {
    display: none;
}

}
.n-news.full .text img {
    width: 220px;
    height: 220px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    position: relative;
}


.n-news:hover .pic:after {
    background: rgba(255,255,255,0.2);

}
.n-news .text {
    width: calc(125% - 250px);
    float: right;
    display: inline-block;
}
.n-news.full .text {
    width: 100%;
}
.n-news .name {
    font-size: 30px;
    font-family: 'Beaufort';
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.n-news .text p {
    margin-bottom: 10px;
}
.n-news .text .date {
    font-size: 14px;
    color: #9e998f;
    display: inline-block;
    margin-left: 20px;
    font-weight: 400;
}
.n-news .feat, .n-news .m-pic {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    vertical-align: top;
    min-height: 100px;
    padding: 20px;
    border-radius: 15px;
    background: rgba(244,199,92,0);
    transition: all 200ms ease-in-out;
    margin-bottom: 20px;
}
.n-news .feat:hover, .n-news .m-pic:hover {
    background: rgba(244,199,92,0.15);
}
.n-news .m-pic {
    width: 33.3333%;
    height: 170px;
    overflow: hidden;
    font-size: 12px;
    margin-bottom: 0;
}
.n-news .m-pic img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    cursor: pointer;
    border: 2px solid #4384cc;
}


.w-a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url('../images/wave-c.png') center center repeat-x;
}

aside {
    display: inline-block;
    float: right;
    width: 30%;
}

aside .status {
    border-radius: 20px;
    background: rgb(253 253 253 / 53%);
    margin-bottom: 40px;
    position: relative;
    transition: all 500ms ease-in-out;
    box-shadow: 0 0 9px -3px #1d2abd;
}
aside .status.anim {
    background: rgba(177,244,92,0.3);
    transform: scale(1.1);
}

aside .status .serv {
    padding: 20px;
    font-family: 'Beaufort';
}
aside .status .serv .st {
    float: left;
    display: inline-block;
    font-size: 20px;
    width: 100px;
    min-height: 100px;
    background-image: url('../images/s-0.png');
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-top: 35px;
}
aside .status .serv.online .st {
    color: #4887bd;
    font-weight: 700;
}
aside .status .serv .st.s-1 {
    background-image: url('../images/s-1.png');
}
aside .status .serv .st.s-2 {
    background-image: url('../images/s-2.png');
}
aside .status .serv .st.s-3 {
    background-image: url('../images/s-3.png');
}
aside .status .serv .st.s-4 {
    background-image: url('../images/s-4.png');
}

aside .status .serv .desc {
    float: right;
    display: inline-block;
    width: calc(100% - 115px);
    padding-top: 17px;
}
aside .status .serv .desc p {
    font-size: 24px;
    margin-bottom: 0;
}
aside .status .serv .desc span {
    font-family: 'Gilroy';
    color: #7f7c71;
}
aside .status .serv.online .desc span strong {
    color: #55ad14;
}
aside .status .files {
    padding: 25px;
    background: url('../images/sep-files.png') top center no-repeat;
    font-family: 'Beaufort';
}
aside .status .files a {
    padding: 15px 0;
    display: block;
    background: url('../images/download-ico.png') center left no-repeat;
    min-height: 67px;
    padding-left: 75px;
    font-size: 20px;
    color: #45423a;
}
aside .status .files a span {
    font-size: 16px;
    color: #7f7c71;
    display: block;
    font-family: 'Gilroy';
}


aside .community, aside .vote {
    text-align: center;
    margin-bottom: 40px;
}
aside .community h3 {
    color: #666259;
}
aside .community a {
    display: block;
    padding-top: 17px;
    padding-bottom: 25px;
    padding-left: 116px;
    background-color: rgba(102,98,89,0.15);
    margin-bottom: 5px;
    position: relative;
    border-radius: 20px;
    color: #7f7c71;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 38px 50%;
}
aside .community a span {
    display: block;
    text-transform: uppercase;
    color: #45423a;
    font-size: 20px;
    font-family: 'Beaufort';
    font-weight: 700;
}
aside .community a:hover {
    background-color: rgba(102,98,89,0.25);
}
aside .community a.fb {
    background-image: url('../images/fb-ico.png');
}
aside .community a.insta {
    background-image: url('../images/insta-ico.png');
}
aside .community a.ds {
    background-image: url('../images/ds-ico.png');
}
aside .community a.vk {
    background-image: url('../images/vk-ico.png');
}

aside .vote h3 {
    color: #5f6e7b;
}
aside .vote a {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Beaufort';
    color: #1f2022;
    display: block;
    padding-top: 12px;
    padding-bottom: 20px;
    background-color: rgba(178,208,229, 0.5);
    margin-bottom: 5px;
    position: relative;
    border-radius: 20px;
}
aside .vote a:hover {
    background-color: rgba(178,208,229, 0.9);
    filter: brightness(100%);
}

.about-us {
    width: 100%;
    background: #175788 url('../images/l2devil-ws.jpg') center top no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.about-us .container {
    border-radius: 20px;
    border: 2px solid rgba(244,199,92,0.5);
    padding: 40px;
}
.about-us .media {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}
.about-us .media iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
    margin-bottom: 15px;
}
.about-us .media .p-pic {
    width: 170px;
    height: 85px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #4384cc;
    display: inline-block;
    border-radius: 15px;
    opacity: 0.9;
}
.about-us .media .p-pic:hover {
    opacity: 1;
}
.about-us .media .p-pic img {
    width: 100%;
}
.about-us .media .p-pic.l {
    float: left;
}
.about-us .media .p-pic.r {
    float: right;
}
.about-us .about {
    align-items: center;
    display: flex;
}
.about-us .about h2 {
    color: #fff;
}
.about-us .about h2 span {
    font-weight: 700;
    color: #f4c75c
}
.about-us h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}
.about-us h2 span {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
    color: #f4c75c
}
.about-us .about .rates {
    font-family: 'Beaufort';
    color: #bcd2db;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url('../images/sep-w.png') bottom center repeat-x;
    margin: 20px 0;
}
.about-us .about .rates .rate {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-us .about .rates span {
    color: #fff;
}
.about-us .about .txt {
    font-size: 18px;
    color: #d5dade;
    margin-bottom: 20px;
}
.about-us .about .buttons .btn {
    margin-right: 20px;
}
.about-us .about .buttons .btn.trans {
    color: #fff;
}


.about-us-skirmish {
    width: 100%;
    background: #175788 url('../images/l2skirmish-com.jpg') center top no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.about-us-skirmish .container {
    border-radius: 20px;
    border: 2px solid rgba(244,199,92,0.5);
    padding: 40px;
}
.about-us-skirmish .media {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}
.about-us-skirmish .media iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
    margin-bottom: 15px;
}
.about-us-skirmish .media .p-pic {
    width: 170px;
    height: 85px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #4384cc;
    display: inline-block;
    border-radius: 15px;
    opacity: 0.9;
}
.about-us-skirmish .media .p-pic:hover {
    opacity: 1;
}
.about-us-skirmish .media .p-pic img {
    width: 100%;
}
.about-us-skirmish .media .p-pic.l {
    float: left;
}
.about-us-skirmish .media .p-pic.r {
    float: right;
}
.about-us-skirmish .about {
    align-items: center;
    display: flex;
}
.about-us-skirmish .about h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.about-us-skirmish .about h2 span {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    color: #f4c75c
}
.about-us-skirmish h2 {
    text-align: center;
    color: #fff;
}
.about-us-skirmish h2 span {
    text-align: center;
    font-weight: 700;
    color: #f4c75c
}
.about-us-skirmish .about .rates {
    font-family: 'Beaufort';
    color: #bcd2db;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url('../images/sep-w.png') bottom center repeat-x;
    margin: 20px 0;
}
.about-us-skirmish .about .rates .rate {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-us-skirmish .about .rates span {
    color: #fff;
}
.about-us-skirmish .about .txt {
    font-size: 18px;
    color: #d5dade;
    margin-bottom: 20px;
}
.about-us-skirmish .about .buttons .btn {
    margin-right: 20px;
}
.about-us-skirmish .about .buttons .btn.trans {
    color: #fff;
}





.about-us-aeron {
    width: 100%;
    background: #175788 url('../images/l2aeron-com.png') center top no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.about-us-aeron .container {
    border-radius: 20px;
    border: 2px solid rgba(244,199,92,0.5);
    padding: 40px;
}
.about-us-aeron .media {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}
.about-us-aeron .media iframe {
    border-radius: 15px;
    border: 2px solid #4384cc;
    margin-bottom: 15px;
}
.about-us-aeron .media .p-pic {
    width: 170px;
    height: 85px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #4384cc;
    display: inline-block;
    border-radius: 15px;
    opacity: 0.9;
}
.about-us-aeron .media .p-pic:hover {
    opacity: 1;
}
.about-us-aeron .media .p-pic img {
    width: 100%;
}
.about-us-aeron .media .p-pic.l {
    float: left;
}
.about-us-aeron .media .p-pic.r {
    float: right;
}
.about-us-aeron .about {
    align-items: center;
    display: flex;
}
.about-us-aeron .about h2 {
    color: #fff;
}
.about-us-aeron .about h2 span {
    font-weight: 700;
    color: #f4c75c
}
.about-us-aeron h2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
}
.about-us-aeron h2 span {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    text-align: center;
    font-weight: 700;
    color: #f4c75c
}
.about-us-aeron .about .rates {
    font-family: 'Beaufort';
    color: #bcd2db;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url('../images/sep-w.png') bottom center repeat-x;
    margin: 20px 0;
}
.about-us-aeron .about .rates .rate {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.about-us-aeron .about .rates span {
    color: #fff;
}
.about-us-aeron .about .txt {
    font-size: 18px;
    color: #d5dade;
    margin-bottom: 20px;
}
.about-us-aeron .about .buttons .btn {
    margin-right: 20px;
}
.about-us-aeron .about .buttons .btn.trans {
    color: #fff;
}




.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}
.overlay .window {
    margin-top: 50px;
}
.overlay .window img {
    width: 100%;
    display: block;
    border-radius: 15px;
}

@media (max-width: 1279px) {
    .container { width: 980px; }
    header .girl { right: -150px; }
    nav .menu { width: 100%; text-align: center; }
    nav .menu a { margin: 0 10px; }
    nav .logo { display: none; }
}
@media (max-width: 999px) {
    .container { width: 620px; }
    nav { height: auto; padding-bottom: 30px; }
    nav .logo { display: block; float: none; margin: 20px auto; margin-bottom: 0;}
    header .girl { display: none; }
    header .text { padding-top: 200px; width: 100%; }
    header.inner { height: 270px; opacity: 0.5; }
    nav .menu a { margin: 10px; }
    header { height: auto; padding-bottom: 200px; }
    section.news, aside, .about-us .media, .about-us .about, footer .copy, footer .menu { width: 100%; float: none; display: block; }
    .about-us { text-align: center; }
    .about-us .media { margin-bottom: 30px; }
    .about-us .media .p-pic { width: 47%; }
    .about-us .about .rates .rate { float: none; }
    .about-us .about .buttons .btn { margin: 10px; }
    footer{ text-align: center; }
    footer .menu { padding-left: 0; border-left: 0;}
    footer .copy p { float: left; margin-left: 20px; display: inline-block; }
}
@media (max-width: 639px) {
    html, body, nav { width: 620px; }
}

.small-text {
    font-size: 12px; /* Уменьшаем размер шрифта */
    line-height: 1.5; /* Интерлиньяж для удобочитаемости */
    text-align: center;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Убираем padding у футера */
    margin: 0; /* Убираем margin у футера */
}


.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box; /* Включаем padding в ширину контейнера */
    padding: 0; /* Убираем padding у .footer-content */
}


.footer-links {
    display: flex;
    flex-wrap: wrap; /* Чтобы кнопки оставались в центре и переносились на новую строку при увеличении */
    justify-content: center;
    gap: 10px; /* Промежуток между кнопками */
}

table {
    margin: 0 auto;
    width: 100%;
    max-width: none;
    border-spacing: 0; /* Убираем расстояние между ячейками */
    border-collapse: collapse; /* Объединяем границы ячеек, убирая зазор */
}


table td {
    padding: 10px; /* Отступ внутри ячеек */
}
