html, body {   overflow-x: hidden; } body {     padding: 0;     margin: 0;     font-size: 16px;     font-family: Arial, Haettenschweiler, "Roboto Light", sans-serif;     font-style: swap;     background-color: #0B2A3A; } a {     color: aliceblue; } .content a {   color: #6098ca; }  .header {     z-index: 10;     background: #0D212C;     padding: 10px 5px; }  .container {     max-width: 1360px;     margin: 0 auto;     padding: 0 10px; }  .nav {     display: flex;     justify-content: space-between;     align-items: center; } .menu__list {     list-style: none;     padding: 0;     display: flex;     justify-content: space-between; } .menu__item {     margin: 0 7px; } .menu__link {     text-decoration: none;     color: #ffffff;     font-size: 14px; } .green {     background: linear-gradient(180deg, #2FB500 0%, #008061 100%);     border-radius: 49px;     padding: 4px 24px;     text-decoration: none;     color: #fff;     font-size: 14px;     margin-right: 5px; } .download {     background: linear-gradient(180deg, rgba(249, 249, 249, 0.5) 0%, rgba(224, 224, 224, 0.5) 100%);     border: 1px solid #F00;     border-radius: 49px;     padding: 4px 24px;     text-decoration: none;     color: #fff;     font-size: 14px; } .burger {     display: none;     flex-direction: column;     cursor: pointer; } .burger span {     width: 35px;     height: 3px;     background: #ffffff;     margin-bottom: 5px;     border-radius: 4px; } .main {     color: #ffffff; } .title {     text-align: center; } .content ul {     list-style: none;     padding: 0; } .content ul li {     position: relative;     padding: 10px 0 10px 30px; } .content ul li:before {     content: '';     position: absolute;     top: 7px;     left: 0;     background: url(../../../shared/3070/steps.png) no-repeat;     background-size: contain;     display: block;     width: 20px;     height: 20px; } table {     border: 1px solid #ffffff;     width: 100%; } th,td {     border: 1px solid #ffffff;     padding: 10px; } .footer {     background: #0D212C;     color: #fff;     font-size: 12px;     padding: 20px 12px;     margin-top: 15px; } .footer .menu {   width: 100%; } .footer .menu__list { justify-content: space-around; } .footer__wrapper {     display: flex;     justify-content: space-between;     align-items: center; } .footer__prt__logo, .age {     display: flex;     justify-content: space-between;     align-items: center;     gap: 10px; } .footer a {     text-decoration: none;     color: #ffffff; } .col-lg-auto {     display: flex;     gap: 10px; } .col-lg-auto a {     display: block; } .breadcrumb {     margin-top: 5px; } @media (max-width:700px) {     .table {         overflow-x: scroll;     } } @media (max-width:480px) {     th,td{         font-size: 12px;         padding: 10px 5px;     } } @media (max-width: 1220px) {     .burger.show span:nth-child(2) {         display: none;     }     .burger.show span:first-child {         margin-top: 0;         transform: rotate(45deg);     }     .burger.show span:last-child {         transform: rotate(-45deg);         margin-top: -9px;     }     .burger {         display: flex;     }   .footer  .menu {   	display: block;     position: static;   }   .footer .menu__list {         flex-direction: row;     }     .menu {         display: none;         position: absolute;         top: 63px;         left: 0;         background: #0D212C;         box-shadow: 0 0 75px rgba(0, 0, 0, .8);         width: 100%;     }     .menu.show {         display: flex;     }     .menu__list {         flex-direction: column;     }     .menu__item {         padding: .35em .5em;         margin-bottom: 10px;     }     .menu__link {         padding: .35em .5em;         background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .05) 100%);         border-bottom: 1px solid rgba(255, 255, 255, .5);     } }  @media (max-width: 820px) {     .footer__wrapper, .footer__prt__logo {         flex-direction: column;         gap: 15px;     } } @media (max-width: 448px) {     .download {         display: none;     }     .logo__link img {         width: 100px;     }   th, td {         font-size: 11px;   } } img {   max-width: 100%;   height: auto;       width: 100%; } .menu__item {   position: relative; } .submenu {       list-style: none;     padding: 20px;     position: absolute;     min-width: 170px;     left: -20px;     top: 35px;     background: #0d212c;   	display: none; }  .submenu__item {   margin-bottom: 15px; }  .submenu__item a {     text-decoration: none; } .menu__item:hover .submenu {   	display: block; } .menu__link {     padding: 20px 0; } @media (max-width: 1220px) {   .submenu {     position: relative;     display: block;     padding: 20px;     left: 0;     top: 0;     padding-bottom: 0;   }   .submenu__item:last-child {       margin-bottom: 0;   } }