* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: 0;
  border: 0; }
  *:before, *:after {
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0; }

[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  background: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: none; }

ul,
ol,
nav {
  list-style-type: none; }
  ul li,
  ol li,
  nav li {
    list-style-type: none; }

.white {
      color: #000000 !important;
  }

a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

html {
  min-height: 100%; }

body {
  height: 100%; }

.page-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background: url("/web/20230723121852im_/https://1win13.ru/img/bg.jpg") no-repeat center center/cover; }

.page-container {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: auto;
  position: relative;
  overflow: hidden; }

.container {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
  height: auto; }

.blocks-wrap {
  background: url("/web/20230723121852im_/https://1win13.ru/img/blocks-bg.jpg") no-repeat center center/cover; }

.btn1 {
  color: #fff;
  font: 900 18px 'Inter', sans-serif;
  text-transform: uppercase;
  padding: 34px;
  text-align: center;
  background-color: #3363dc;
  border-radius: 42px;
  cursor: pointer; }
  .btn1:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn2 {
  color: #fff;
  font: italic 900 22px 'Inter', sans-serif;
  padding: 34px;
  text-align: center;
  border-radius: 42px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(72, 111, 222, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(72, 111, 222, 0.2);
  background: none;
  border: 2px solid #0089f7;
  cursor: pointer; }
  .btn2:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.logo {
  color: #fff;
  font: italic 900 32px 'Inter', sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1000px) {
    .logo {
      font-size: 24px; } }
  @media only screen and (max-width: 700px) {
    .logo {
      font-size: 28px; } }
  .logo span {
    color: #0089f7;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .logo:hover {
    color: #0089f7; }
    .logo:hover span {
      color: #fff; }

.site-block {
  padding: 30px 0; }

.tac {
  text-align: center; }

.white {
  color: #fff; }

.site-line:not(:last-child) {
  margin-bottom: 50px; }

#oficial::before {
    content: "";
    display: block;
    height: 90px;
    margin-top: -90px;
    visibility: hidden;
}
#stavki::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
#registration::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
#bonuses::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
#promocode::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
#balance::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
#support::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}
#otzyvy::before {
  content: "";
  display: block;
  height: 90px;
  margin-top: -90px;
  visibility: hidden;
}

.caption {
  margin-bottom: 30px; }
  .caption__title {
    font: italic 900 32px 'Inter', sans-serif;
    color:#000000;
    text-transform: uppercase; }
    @media only screen and (max-width: 700px) {
      .caption__title {
        font-size: 20px; } }

.burger {
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: transparent;
  display: none; }
  @media only screen and (max-width: 700px) {
    .burger {
      display: block; } }
  .burger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    display: block;
    background: #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute; }
  .burger .bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .burger .bar1 {
    top: 0; }
  .burger .bar2 {
    top: 12px; }
  .burger .bar3 {
    top: 24px; }
  .burger.active .bar1 {
    top: 13.5px;
    background-color: transparent; }
  .burger.active .bar2 {
    left: 0px;
    width: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px; }
  .burger.active .bar3 {
    left: 0;
    width: 30px;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.text-container a {
  color: #fff; }

.text-container h1 {
  font: italic 700 28px 'Inter', sans-serif;
  text-transform: uppercase; }
  @media only screen and (max-width: 1300px) {
    .text-container h1 {
      font-size: 28px; } }
  @media only screen and (max-width: 600px) {
    .text-container h1 {
      font-size: 22px;
      font-weight: 800;
      margin-bottom: 25px; } }

.text-container h2 {
  font: italic 700 24px 'Inter', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1300px) {
    .text-container h2 {
      font-size: 20px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 600px) {
    .text-container h2 {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 25px; } }

.text-container h3 {
  font: italic 700 20px 'Inter', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1300px) {
    .text-container h3 {
      font-size: 18px;
      margin-bottom: 25px; } }

.text-container h4 {
  font: italic 700 20px 'Inter', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1300px) {
    .text-container h3 {
      font-size: 18px;
      margin-bottom: 25px; } }

.text-container h5 {
  font: italic 700 20px 'Inter', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1300px) {
    .text-container h3 {
      font-size: 18px;
      margin-bottom: 25px; } }

.text-container p {
  font: italic 14px/1.6 'Inter', sans-serif;
  margin-bottom: 15px; }
  @media only screen and (max-width: 1300px) {
    .text-container p {
      font-size: 16px; } }
  @media only screen and (max-width: 600px) {
    .text-container p {
      font-size: 14px;
      margin-bottom: 25px; } }

p.title-promokod {
  font: italic 700 24px 'Inter', sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media only screen and (max-width: 1300px) {
    .title-promokod p {
      font-size: 20px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 600px) {
    .title-promokod p {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 25px; } }

.text-container img {
  display: block;
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 1300px) {
    .text-container img {
      margin-bottom: 25px; } }

.header {
  padding: 40px 0;
  background: #000; }
  @media only screen and (max-width: 1000px) {
    .header {
      padding: 25px 0;
      position: relative; } }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 700px) {
      .header .menu {
        width: 100%;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        display: none;
        z-index: 10;
        background: #000; } }
    @media only screen and (max-width: 700px) {
      .header .menu li {
        width: 100%; } }
    .header .menu li:not(:last-child) {
      margin-right: 50px; }
      @media only screen and (max-width: 1000px) {
        .header .menu li:not(:last-child) {
          margin-right: 20px; } }
      @media only screen and (max-width: 700px) {
        .header .menu li:not(:last-child) {
          margin-right: 0; } }
    .header .menu a {
      color: #fff;
      font: 600 14px 'Inter', sans-serif; }
      @media only screen and (max-width: 1000px) {
        .header .menu a {
          font-size: 14px; } }
      @media only screen and (max-width: 700px) {
        .header .menu a {
          width: 100%;
          line-height: 4;
          text-align: center;
          font-size: 18px;
          border-bottom: 2px solid #fff;
          font-style: italic; } }
      .header .menu a:hover {
        color: #0089f7; }

.footer {
  padding: 40px 0;
  background: #000; }
  @media only screen and (max-width: 700px) {
    .footer {
      padding: 0; } }
  .footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 700px) {
      .footer .container {
        padding: 0; } }
  @media only screen and (max-width: 700px) {
    .footer .logo {
      display: none; } }
  .footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 700px) {
      .footer .menu {
        width: 100%; } }
    @media only screen and (max-width: 700px) {
      .footer .menu li {
        width: 100%; } }
    .footer .menu li:not(:last-child) {
      margin-right: 50px; }
      @media only screen and (max-width: 1000px) {
        .footer .menu li:not(:last-child) {
          margin-right: 20px; } }
      @media only screen and (max-width: 700px) {
        .footer .menu li:not(:last-child) {
          margin-right: 0; } }
    .footer .menu a {
      color: #fff;
      font: 600 14px 'Inter', sans-serif; }
      @media only screen and (max-width: 1000px) {
        .footer .menu a {
          font-size: 14px; } }
      @media only screen and (max-width: 700px) {
        .footer .menu a {
          width: 100%;
          line-height: 4;
          text-align: center;
          font-size: 18px;
          border-bottom: 2px solid #fff;
          font-style: italic; } }
      .footer .menu a:hover {
        color: #0089f7; }

.mainblock {
  padding: 40px 0;
  background: url("/web/20230723121852im_/https://1win13.ru/img/mainblock-bg.jpg") no-repeat center center/cover; }
  .mainblock .container {
    position: relative; }
  .mainblock .inner {
    -webkit-box-shadow: 0px 0px 15px 15px rgba(72, 111, 222, 0.2);
    box-shadow: 0px 0px 15px 15px rgba(72, 111, 222, 0.2);
    padding: 75px 80px 75px 280px;
    color: #fff;
    background: linear-gradient(-49deg, black 0%, #2a2d43 100%);
    border-radius: 20px;
    border: 2px solid #3363dc;
    width: 850px;
    margin-left: auto;
    margin-right: 20px; }
    @media only screen and (max-width: 1000px) {
      .mainblock .inner {
        width: 100%;
        padding: 50px; } }
    @media only screen and (max-width: 700px) {
      .mainblock .inner {
        padding: 25px; } }
    .mainblock .inner .text-container {
      width: 495px; }
      @media only screen and (max-width: 700px) {
        .mainblock .inner .text-container {
          width: 100%; } }
  .mainblock .fighter {
    position: absolute;
    bottom: -40px;
    left: 15%;
    z-index: 2; }
    @media only screen and (max-width: 1200px) {
      .mainblock .fighter {
        left: 0; } }
    @media only screen and (max-width: 1000px) {
      .mainblock .fighter {
        display: none; } }
  .mainblock .ramos {
    position: absolute;
    bottom: -40px;
    left: 23%;
    z-index: 2; }
    @media only screen and (max-width: 1200px) {
      .mainblock .ramos {
        left: 10%; } }
    @media only screen and (max-width: 1000px) {
      .mainblock .ramos {
        display: none; } }
  .mainblock .btns {
    width: 100%; }
    .mainblock .btns a {
      width: 100%; }
  .mainblock .code {
    margin: 25px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%; }
    @media only screen and (max-width: 700px) {
      .mainblock .code {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .mainblock .code__text {
      font: italic 700 18px 'Inter', sans-serif;
      text-transform: uppercase; }
    .mainblock .code__num {
      font: italic 900 24px 'Inter', sans-serif;
      color: #0089f7;
      padding: 15px 30px;
      border: 1px dashed #c6c6c6;
      font: italic 600 14px 'Inter', sans-serif;
      border-radius: 10px;
      text-transform: uppercase; }
      @media only screen and (max-width: 700px) {
        .mainblock .code__num {
          margin: 15px 0; } }
    .mainblock .code__btn {
      font: italic 600 14px 'Inter', sans-serif;
      background: none;
      cursor: pointer;
      color: #fff; }
      .mainblock .code__btn:hover {
        text-decoration: underline; }

.b-app {
  padding: 125px 0;
  background: url("/web/20230723121852im_/https://1win13.ru/img/b-app-bg.jpg") no-repeat center center/cover; }
  @media only screen and (max-width: 1200px) {
    .b-app {
      background-position: right center; } }
  @media only screen and (max-width: 700px) {
    .b-app {
      padding: 75px 0; } }
  .b-app .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .b-app .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .b-app .inner {
    width: 550px;
    color: #fff; }
    @media only screen and (max-width: 700px) {
      .b-app .inner {
        width: 100%; } }
  .b-app .phone {
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .b-app .phone {
        display: none; } }
    .b-app .phone .logo {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .b-app .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b-app .link {
    width: 48%;
    display: block; }
    .b-app .link:not(:last-child) {
      margin-right: 20px; }
    .b-app .link__img {
      display: block;
      width: 100%; }

.b-promocode {
  padding: 40px 0 50px; }
  .b-promocode .container {
    border: 2px solid #3363dc;
    background: linear-gradient(49deg, rgba(0, 0, 0, 0.5) 0%, rgba(42, 45, 67, 0.5) 100%);
    border-radius: 20px;
    padding: 70px 105px;
    -webkit-box-shadow: 0px 0px 15px 15px rgba(72, 111, 222, 0.2);
    box-shadow: 0px 0px 15px 15px rgba(72, 111, 222, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1000px) {
      .b-promocode .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 15px; } }
    @media only screen and (max-width: 700px) {
      .b-promocode .container {
        padding: 25px; } }
  .b-promocode .inner {
    width: 360px;
    color: #fff; }
    @media only screen and (max-width: 1000px) {
      .b-promocode .inner {
        margin-bottom: 25px; } }
    @media only screen and (max-width: 700px) {
      .b-promocode .inner {
        width: 100%; } }
  .b-promocode .text-container p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4; }
  .b-promocode .code {
    width: 470px; }
    @media only screen and (max-width: 700px) {
      .b-promocode .code {
        width: 100%; } }
    .b-promocode .code__text {
      font: italic 900 22px 'Inter', sans-serif;
      color: #fff;
      padding: 34px;
      text-align: center;
      margin-bottom: 35px;
      background-color: rgba(0, 0, 0, 0.369);
      border: 1px dashed #c6c6c6;
      border-radius: 42px; }
      @media only screen and (max-width: 700px) {
        .b-promocode .code__text {
          margin-bottom: 15px; } }
    .b-promocode .code__num {
      text-transform: uppercase;
      font: italic 900 22px 'Inter', sans-serif;
      color: #0089f7; }
    .b-promocode .code__btn {
      width: 100%; }

.b-reviews {
  padding: 50px 0; }
  @media only screen and (max-width: 700px) {
    .b-reviews {
      padding: 25px 0; } }
  .b-reviews .item {
    color: #fff;
    margin-bottom: 20px; }
    .b-reviews .item-top {
      border-radius: 10px;
      margin-bottom: 20px;
      padding: 20px 35px;
      background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.5)), to(rgba(42, 45, 67, 0.5)));
      background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(42, 45, 67, 0.5) 100%); }
      @media only screen and (max-width: 700px) {
        .b-reviews .item-top {
          padding: 35px; } }
      @media only screen and (max-width: 370px) {
        .b-reviews .item-top {
          padding: 25px 15px; } }
      .b-reviews .item-top-line {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 10px; }
    .b-reviews .item__name {
      font: italic 600 18px 'Inter', sans-serif;
      margin-right: 33px;
      margin-bottom: 10px; }
    .b-reviews .item__time, .b-reviews .item__date {
      font: italic 500 14px 'Rubik', sans-serif;
      opacity: .7;
      margin-right: 33px;
      margin-bottom: 10px; }
    .b-reviews .item-bottom {
      border-radius: 10px;
      background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.5)), to(rgba(42, 45, 67, 0.5)));
      background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(42, 45, 67, 0.5) 100%);
      padding: 20px 35px;
      width: 95%;
      margin-left: auto;
      -webkit-box-shadow: 0px 0px 10px 5px rgba(72, 111, 222, 0.2);
      box-shadow: 0px 0px 10px 5px rgba(72, 111, 222, 0.2); }
      @media only screen and (max-width: 700px) {
        .b-reviews .item-bottom {
          padding: 35px; } }
      @media only screen and (max-width: 370px) {
        .b-reviews .item-bottom {
          padding: 25px 15px;
          width: 100%; } }
      .b-reviews .item-bottom .item__name {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 15px; }

.b-news {
  padding: 60px 0; }
  @media only screen and (max-width: 700px) {
    .b-news {
      padding: 25px 0; } }
  .b-news .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .b-news .item {
    color: #fff;
    width: 31.3%;
    border-radius: 20px;
    background: linear-gradient(49deg, rgba(0, 0, 0, 0.5) 0%, rgba(42, 45, 67, 0.5) 100%);
    margin: 1%; }
    @media only screen and (max-width: 1000px) {
      .b-news .item {
        width: 48%; } }
    @media only screen and (max-width: 700px) {
      .b-news .item {
        width: 100%; } }
    .b-news .item:hover .item__img {
      opacity: .5; }
    .b-news .item__img {
      display: block;
      -webkit-transition: all .3s ease-out;
      transition: all .3s ease-out;
      width: 100%;
      height: auto;
      border-radius: 20px; }
    .b-news .item__link {
      text-align: right;
      font: 800 14px 'Inter', sans-serif;
      letter-spacing: 0.3em; }
    .b-news .item-inner {
      padding: 35px; }
    .b-news .item .text-container {
      margin-bottom: 30px; }
      .b-news .item .text-container h3 {
        text-transform: none;
        margin-bottom: 15px; }

.news-item {
  padding: 30px 0;
  color: #fff; }
  @media only screen and (max-width: 700px) {
    .news-item {
      padding: 25px 0; } }
  .news-item .text-container {
    padding: 60px 70px;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, rgba(0, 0, 0, 0.7)), to(rgba(42, 45, 67, 0.7)));
    background: linear-gradient(0, rgba(0, 0, 0, 0.7) 0%, rgba(42, 45, 67, 0.7) 100%);
    border-radius: 30px; }
    @media only screen and (max-width: 700px) {
      .news-item .text-container {
        padding: 45px 25px; } }
    .news-item .text-container h1 {
      margin-bottom: 40px; }
      @media only screen and (max-width: 700px) {
        .news-item .text-container h1 {
          margin-bottom: 25px; } }
    .news-item .text-container h2 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 700px) {
        .news-item .text-container h2 {
          margin-bottom: 25px; } }
    .news-item .text-container h3 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 700px) {
        .news-item .text-container h3 {
          margin-bottom: 15px; } }
    .news-item .text-container h4 {
      margin-bottom: 40px; }
      @media only screen and (max-width: 700px) {
        .news-item .text-container h3 {
          margin-bottom: 25px; } }
    .news-item .text-container p {
      margin-bottom: 20px; }
      @media only screen and (max-width: 700px) {
        .news-item .text-container p {
          margin-bottom: 15px; } }
    .news-item .text-container img {
      margin-bottom: 20px; }
      @media only screen and (max-width: 700px) {
        .news-item .text-container img {
          margin-bottom: 15px; } }

.video {
  padding: 30px 0 30px; }
  @media only screen and (max-width: 700px) {
    .video {
      padding: 25px 0; } }
  .video iframe {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px; }
  .video .container {
    border-radius: 20px;
    height: 425px;
    border: 2px solid #3363dc;
    display: block;
    position: relative;
    padding: 0; }
    @media only screen and (max-width: 1200px) {
      .video .container {
        margin: 0 15px; } }
    .video .container:hover .marcial {
      opacity: .5; }
    .video .container:hover .icon {
      -webkit-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1); }
    .video .container:hover .logo {
      opacity: .5; }
  .video .marcial {
    position: absolute;
    bottom: 0;
    left: -50px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    @media only screen and (max-width: 700px) {
      .video .marcial {
        left: auto;
        right: 50px;
        height: 100%; } }
  .video .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  .video .logo {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: absolute;
    top: 50%;
    right: 110px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 68px; }
    @media only screen and (max-width: 1200px) {
      .video .logo {
        font-size: 45px; } }
    @media only screen and (max-width: 1000px) {
      .video .logo {
        right: 50px; } }
    @media only screen and (max-width: 700px) {
      .video .logo {
        bottom: 50px;
        top: auto;
        right: 20px;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        font-size: 30px; } }

/*
     FILE ARCHIVED ON 12:18:52 Jul 23, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:57:44 May 14, 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.501
  exclusion.robots: 0.022
  exclusion.robots.policy: 0.013
  esindex: 0.012
  cdx.remote: 208.293
  LoadShardBlock: 58.592 (3)
  PetaboxLoader3.datanode: 112.244 (5)
  load_resource: 135.324
  PetaboxLoader3.resolve: 66.698
  loaddict: 32.469
*/