
*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
:active, :focus, :hover {
    outline: 0;
    outline-offset: 0;
}
body {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    font-size: 12px;
    min-width: 320px;
    color: #1D3755;
}
.container {
    width: 70%;
    margin: auto;
}

.logo {
    display: inline-block;
}
.logo img {
    max-width: 160px;
    padding: 10px 40px;
}
.header_btns {
    display: inline-block;
    float: right;
 
}
.header_btn {
    padding: 10px;
    display: inline-flex;
    line-height: 28px;
    color: #1D3755;
    font-weight: 700;
    width: 145px;
    border-left: 1.5px solid #E2ECF3;
}
.header_btn:hover {
background: #F2F8FD;
transition: all .2s linear;
}
.icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    padding-top: 2px;
    padding-left: 2px;
    margin-right: 10px;

}
svg {
    width: 20px;
    height: 20px;
}
.green {
    background: #2DA866;

}
.header_btn button {
  vertical-align: super;
  background: transparent;
  border: none;
}
.blue  {
background: #276FB9;
}
.header_bottom {
    background: #1D3755;
}
nav.header_menu {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
   display: flex;
    flex-direction: row;
}
nav.header_menu li {
    list-style: none;
    padding: 20px;

}
nav.header_menu li:hover {
   color:  #4B93DD; 
   transition: all .2s linear;
   cursor: pointer;
}
a {
    color: inherit;
    text-decoration: none;
}
.first-block {
   
    padding:50px 0px 50px;
    overflow: hidden;
}

.first-block h1.slogan-text{
    margin-top:10px;
    margin-bottom:30px;
    text-align:center;
}

.slogan-text{
    font-size:58px;
    color:#fff;
    font-weight:700;
    line-height:1.2;
    margin-bottom: 30px;
    margin-top: 30px;
}
p.slogan-text span, h1.slogan-text span{
    color:#002f5e;
    font-weight:900;
    text-transform: uppercase;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-shadow:0px 0px 10px rgba(255,255,255,0.5);
}
p.code-text{
    font-size:26px;
    color:#fff;
    margin:20px 0px 20px;
    text-align:center;
}
p.code-text span{
    color: #002f5e;
    font-weight: 800;
}
.promocode-first{
    margin: 80px auto 20px;
    overflow: hidden;
    width: 720px;
}
.promocode-first button{
    background:#002f5e;
    text-align:center;
    color:#fff;
    padding: 0px 15px;
    width:250px;
    border:none;
    font-size:18px;
    height:100px;
    margin-left:5px;
    border-radius:0px 5px 5px 0px;
}
.first-block a.big {
    width: 450px;
    padding: 15px 20px;
    font-size: 18px;
    margin: 50px auto 10px;
    text-transform: uppercase;
    box-shadow: 0px 0px 20px 5px rgba(255,255,255,0.3);
}
a.display-block, button.display-block{
    display:block;
    padding:8px 20px;
    width:350px;
    text-align:center;
    cursor: pointer;
}
input.promocode{
    border:none;
    padding:20px 20px;
    text-align: center;
    font-size: 32px;
    color: #002f5e;
    font-weight: 900;
    text-align:center;
    width:350px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    float:left;
    background:#fff;
    height:100px;
    border-radius:5px 0px 0px 5px;
}
a.radius, button.radius, input.radius{
    border-radius:5px;
}
a.color-1, button.color-1{
    background-color: #002f5e;  
    color:#fff;
    font-weight:500;
}
.display-block:hover {
    background: #07539e;
    transition: all .3s linear;
}
.content {
    background: #fff;
    position: relative;
    margin: 50px auto;
    padding: 0 30px;
}
h3, h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 900;
    color: #1D3755;
}
p {
    font-size: 16px;
    line-height: 28px;
    color: #1D3755;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
h2 {
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    color: #1D3755;
}
img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: auto;
    padding: 20px 0;
}
li  {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}

ol, ul, dl {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 1rem;
}
.content a {
    font-size: 16px;
    line-height: 28px;
    color: #276FB9;
    font-weight: 700;
}
table {
    border: 1px solid #E2ECF3;
    border-radius: 3px 3px 3px 3px;
    padding: 20px 20px;
    box-shadow: 0 2px #e2ecf3;
    margin: auto;
    border-spacing: 0;
}
th, td {
    padding: 10px 20px;
    text-align: center;
    /*border: 1px dashed #000;*/
}
th {
    background: #a1afbf;
    color: #fff;
}
 td {
    border: 1px dashed #a1afbf;
 }
 footer.footer {
    background: #1D3755;
    z-index: 1032;
}
footer {
    flex: 0 0 auto;
}
footer .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#ageLimit {
    display: inline-block;
    font-size: 14px;
    line-height: 29px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    opacity: 0.45;
    color: #fff;
    margin-top: 15px;
    
}
.copy {
    display: inline-block;
    opacity: 0.75;
    color: white;
    line-height: 18px;
    margin-left: 50px;
    margin-top: 20px;
}
.breadcrumbnav li {
    list-style: none;
    display: inline-block;
}
.comment {
display: flex;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 80px;
    border-radius: 15px;
    flex-wrap: wrap;
  }
  .comment-body {
    display: flex;
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 3px rgb(60 64 67 / 30%), 0 0 8px rgb(60 64 67 / 15%);
    flex-wrap: wrap;
  }
  .comment-author.vcard {
    display: flex;
    position: absolute;
    top: 15px;
    left: -80px;
    width: 65px;
    height: 65px;
    padding-bottom: 5px;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
   .comment-author.vcard img {
      width: 65px;
    margin: 0 0 5px 0;
    border-radius: 50%;

  }
  .border-block {
    border: 1px solid #E2ECF3;
    border-radius: 3px 3px 3px 3px;
    padding: 20px 20px;
    box-shadow: 0 2px #e2ecf3;
    display: flex;
    flex-direction: row;
    
}
.blockBkList .buttonBlock .btn {
    height: 40px;
}

.btn-blue {
    background: #276FB9;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.blockBkList .buttonBlock .btn {
    height: 40px;
}


.btn-default, input.fileInput, .btn-unsubscr {
    color: #1D3755;
    border: 1px solid #E2ECF3;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding: 10px 25px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
button.btn-default {
    color: #276FB9 !important;
}
.btn-default, input.fileInput {
    background: #F2F8FD;
}
.btn-blue {
    background: #276FB9;
}
.btn-blue, .btn-gray {
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding: 10px 25px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}
@media (max-width: 900px) {
.header_top .container {
    width: 100%;    
}
}
@media (max-width: 900px) {
.first-block p.slogan-text {
    font-size: 28px;
    margin-bottom: 10px;
}
.promocode-first {
    margin: 40px auto 20px;
    width: 500px;
}
.first-block a.big {
    width: 100%;
}
input.promocode {
    font-size: 30px;
    width: 250px;
}
}

@media (max-width: 900px) {
.first-block, .promo-block {
    padding: 20px 0px 0px;
}
input.promocode {
    width: 100%;
    float: none;
    height: 100px;
    border-radius: 5px 5px 5px 5px;
}
.promocode-first {
    width: 100%;
}
.promocode-first button {
    width: 100%;
    height: auto;
    margin-left: 0px;
    border-radius: 5px 5px 5px 5px;
    padding: 15px 10px;
    margin-top: 20px;
}
.first-block a.big {
    width: 100%;
    padding: 15px 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}
input.promocode {
    width: 100%;
}
.header_top .container {
        width: 100%;    
}
.header_btn {
    width: 128px; 
    padding: 10px 0;  
    border-left: none;
}
.slogan-text {
    font-size: 40px;
    }
    input.promocode {
    /*width: 300px;*/
}
.promocode-first button {
    /*width: 300px;*/
    }
    .container.content {
       width: 90%;     
    }
    .comment-author.vcard {
        display: none;  
    }
.comment {  
    padding-left: 0px;
    }
    footer .container {
    flex-direction: column;
}
#ageLimit {
    display: none;  
}
.copy {
    text-align: center; 
    margin-left: 0; 
}
}
@media (max-width: 419px) {
   .header_btn {
    width: 120px;
    margin-right: 20px; 
    } 
    .header_btn:last-child {
        display: none;  
    }
    input.promocode {
    width: 300px;

}
.promocode-first button {
    width:  auto;
    margin: 10px auto;
}
.first-block a.big  {
    margin-top: 0;  
}
.promocode-first {
    margin-bottom: 0;   
}
#myInput {
   width: 100%;
    font-size: 18px; 
}
}
@media (max-width: 375px) {
    .slogan-text {
    font-size: 32px;
}
}







/*
     FILE ARCHIVED ON 00:57:51 Mar 15, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:38:56 Jun 03, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.769
  exclusion.robots: 0.05
  exclusion.robots.policy: 0.036
  esindex: 0.058
  cdx.remote: 176.728
  LoadShardBlock: 127.438 (3)
  PetaboxLoader3.datanode: 156.998 (5)
  load_resource: 202.846
  PetaboxLoader3.resolve: 93.291
  loaddict: 81.65
*/