* {
  padding: 0;
  margin: 0;
  border: 0
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable
}

button,
input,
textarea {
  font-family: inherit
}

input::-ms-clear {
  display: none
}

input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit
}

input::placeholder,
textarea::placeholder {
  color: inherit
}

textarea {
  resize: none
}

button {
  cursor: pointer;
  background-color: transparent
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a {
  display: inline-block;
  color: inherit
}

a,
a:visited {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top
}

svg {
  display: block;
  width: 100%;
  height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit
}

picture {
  display: block;
  width: 100%;
  height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

address {
  font-style: normal
}

strong {
  display: block
}

@font-face {
  font-family: Notosans;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/ozlottoblast-fonts/ozlottoblast-notosans-black.woff2) format("woff2")
}

@font-face {
  font-family: Notosans;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/ozlottoblast-fonts/ozlottoblast-notosans-bold.woff2) format("woff2")
}

@font-face {
  font-family: Notosans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/ozlottoblast-fonts/ozlottoblast-notosans-medium.woff2) format("woff2")
}

@font-face {
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/ozlottoblast-fonts/ozlottoblast-raleway-bold.woff2) format("woff2")
}

:root {
  --font-main: "Notosans", sans-serif;
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #ffffff;
  --main: #47330c;
  --black: #000000;
  --white: #ffffff;
  --l-yellow: #fff3e3;
  --gradient-orange: linear-gradient(90deg, #ffc876 0%, #fb9e4d 100%);
  --cor: #352a1c;
  --orange: #e68700;
  --hover: #ff9500;
  --active: #ff9500
}

.Raleway {
  font-family: Raleway
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step)
}

@media (max-width:991px) {
  .container {
    padding: 0 var(--container-step-tablet)
  }
}

@media (max-width:600px) {
  .container {
    padding: 0 var(--container-step-mobile)
  }
}

.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page)
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.main_no-margin:not(:last-child) {
  margin-bottom: 0
}

a,
button {
  color: var(--main)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.brr-10 {
  border-radius: 10px
}

.brr-20 {
  border-radius: 20px
}

.bg-gr-orange {
  background: var(--gradient-orange)
}

.bg-l-yellow {
  background-color: var(--l-yellow)
}

.bg-yellow {
  background-color: #f7eee3
}

.bg-cor {
  background-color: #352a1c
}

.bg-l-cor {
  background-color: #3f3528
}

.bg-d-cor {
  background-color: #2c1a04
}

.box-shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1)
}

.card {
  padding: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
  background-color: #f6ede0
}

.color-gray {
  color: #7f7d79
}

.color-white {
  color: var(--white)
}

.color-gr-orange {
  background: -webkit-gradient(linear, left top, right top, from(#ea9111), to(#fab550));
  background: linear-gradient(90deg, #ea9111 0, #fab550 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-section:not(:last-child) {
  margin-bottom: 50px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 35px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 20px
  }
}

.p-20 {
  padding: 20px
}

.p-10 {
  padding: 10px
}

.age {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.plr-40-16 {
  padding-left: 40px;
  padding-right: 40px
}

@media (max-width:1220px) {
  .plr-40-16 {
    padding-left: 32px;
    padding-right: 32px
  }
}

@media (max-width:991px) {
  .plr-40-16 {
    padding-left: 24px;
    padding-right: 24px
  }
}

@media (max-width:600px) {
  .plr-40-16 {
    padding-left: 16px;
    padding-right: 16px
  }
}

.pt-section {
  padding-top: 60px
}

@media (max-width:600px) {
  .pt-section {
    padding-top: 40px
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px
}

.tx-44-24 {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-44-24 {
    font-size: 38px
  }
}

@media (max-width:991px) {
  .tx-44-24 {
    font-size: 30px
  }
}

@media (max-width:600px) {
  .tx-44-24 {
    font-size: 24px
  }
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  color: var(--white);
  background-color: var(--orange);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  min-width: 100px;
  min-height: 57px;
  -webkit-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
  text-align: center;
  -webkit-box-shadow: 0 0 4px #f67a14;
  box-shadow: 0 0 4px #f67a14;
  text-transform: uppercase
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.rating {
  font-weight: 900;
  font-size: 24px;
  line-height: 1
}

.tx-28 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-15 {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3
}

.tx-20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3
}

.tx-20-15 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-20-15 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-15 {
    font-size: 15px
  }
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

.logo {
  display: block;
  width: 65px;
  height: 65px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .logo {
    width: 50px;
    height: 50px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-color:hover {
    color: var(--hover)
  }
}

.hover-color:focus-visible {
  color: var(--hover)
}

.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.d-block {
  display: block
}

.w100 {
  min-width: 0;
  width: 100%
}

.relative-z2 {
  position: relative;
  z-index: 2
}

.word-break {
  word-break: break-all
}

.m-auto {
  margin-left: auto;
  margin-right: auto
}

.img-contain {
  -o-object-fit: contain;
  object-fit: contain
}

.img-cover {
  -o-object-fit: cover;
  object-fit: cover
}

.underline {
  text-decoration: underline
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.uppercase {
  text-transform: uppercase
}

.lowercase {
  text-transform: lowercase
}

.fw-100 {
  font-weight: 100
}

.fw-200 {
  font-weight: 200
}

.fw-300 {
  font-weight: 300
}

.fw-400 {
  font-weight: 400
}

.fw-500 {
  font-weight: 500
}

.fw-600 {
  font-weight: 600
}

.fw-700 {
  font-weight: 700
}

.fw-800 {
  font-weight: 800
}

.fw-900 {
  font-weight: 900
}

.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.rd-load img {
  opacity: 1
}

.scroll {
  padding-bottom: 10px;
  overflow: auto
}

.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white)
}

.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown)
}

.ozlottoblast-terms {
  padding-top: 60px
}

@media (max-width:600px) {
  .ozlottoblast-terms {
    padding-top: 40px
  }
}

.ozlottoblast-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .ozlottoblast-terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms h1 {
    font-size: 16px
  }
}

.ozlottoblast-terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .ozlottoblast-terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.ozlottoblast-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .ozlottoblast-terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms h2 {
    font-size: 14px
  }
}

.ozlottoblast-terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .ozlottoblast-terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.ozlottoblast-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .ozlottoblast-terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms p {
    font-size: 12px
  }
}

.ozlottoblast-terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .ozlottoblast-terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.ozlottoblast-terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .ozlottoblast-terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.ozlottoblast-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .ozlottoblast-terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms li {
    font-size: 12px
  }
}

.ozlottoblast-terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .ozlottoblast-terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .ozlottoblast-terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.ozlottoblast-header {
  padding: 10px 0
}

.ozlottoblast-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;
  gap: 10px
}

@media (max-width:991px) {
  .ozlottoblast-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--l-yellow);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .ozlottoblast-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.ozlottoblast-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.ozlottoblast-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .ozlottoblast-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .ozlottoblast-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.ozlottoblast-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.ozlottoblast-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.ozlottoblast-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 60px
}

@media (max-width:991px) {
  .ozlottoblast-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

.ozlottoblast-nav__list_footer {
  gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width:991px) {
  .ozlottoblast-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 20px
  }
}

.ozlottoblast-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .ozlottoblast-nav__link:hover {
    color: var(--hover)
  }
}

.ozlottoblast-nav__link:focus-visible {
  color: var(--hover)
}

.ozlottoblast-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.ozlottoblast-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 18px;
  height: 12px;
  background-color: transparent
}

@media (max-width:991px) {
  .ozlottoblast-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.ozlottoblast-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--black);
  border-radius: 8px
}

.ozlottoblast-hero__top {
  border-radius: 0 0 30px 30px;
  padding: 20px 0
}

.ozlottoblast-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px
}

@media (max-width:768px) {
  .ozlottoblast-hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.ozlottoblast-hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 566px;
  flex: 0 1 566px;
  width: 100%
}

@media (max-width:768px) {
  .ozlottoblast-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:768px) {
  .ozlottoblast-hero__text {
    display: none
  }
}

.ozlottoblast-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 370px;
  flex: 0 1 370px;
  width: 100%;
  padding-bottom: 32.5%;
  position: relative
}

@media (max-width:768px) {
  .ozlottoblast-hero__image {
    display: none
  }
}

.ozlottoblast-hero__image div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.ozlottoblast-hero__image div:first-child {
  z-index: 1
}

.ozlottoblast-hero__image div:last-child {
  -webkit-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 2;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

@media (max-width:768px) {
  .ozlottoblast-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg)
  }
}

.ozlottoblast-cas {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 30px
}

@media (max-width:768px) {
  .ozlottoblast-cas {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.ozlottoblast-card {
  padding: 20px
}

@media (max-width:600px) {
  .ozlottoblast-card {
    padding: 20px 10px
  }
}

.ozlottoblast-card__top {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .ozlottoblast-card__top {
    gap: 10px
  }
}

@media (max-width:600px) {
  .ozlottoblast-card__top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.ozlottoblast-card__logo {
  height: 124px;
  width: 100%
}

@media (max-width:768px) {
  .ozlottoblast-card__logo {
    height: 94px
  }
}

.ozlottoblast-card__wrapper-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:500px) {
  .ozlottoblast-card__wrapper-rating {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.ozlottoblast-card__wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.ozlottoblast-card__wp span {
  width: 29px;
  height: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.ozlottoblast-card__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.ozlottoblast-card__online span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.ozlottoblast-card__link {
  -webkit-animation: mymove 3s infinite linear;
  animation: mymove 3s infinite linear;
  background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, .6) 26%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%), #e68700
}

@-webkit-keyframes mymove {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 500px 0
  }
}

@keyframes mymove {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 500px 0
  }
}

.ozlottoblast-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .ozlottoblast-reviews {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .ozlottoblast-reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.ozlottoblast-reviews__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.ozlottoblast-reviews__text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.ozlottoblast-reviews__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

.ozlottoblast-faq {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .ozlottoblast-faq {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.ozlottoblast-faq__title {
  position: relative;
  padding-bottom: 20px
}

.ozlottoblast-faq__title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 81px;
  height: 2px;
  background-color: #f67a14
}

.ozlottoblast-about {
  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;
  gap: 20px
}

@media (max-width:1220px) {
  .ozlottoblast-about {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}

@media (max-width:768px) {
  .ozlottoblast-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.ozlottoblast-about__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 390px;
  flex: 0 1 390px;
  position: relative;
  padding-bottom: 51%;
  width: 100%
}

@media (max-width:768px) {
  .ozlottoblast-about__image {
    padding-bottom: 80%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .ozlottoblast-about__image {
    padding-bottom: 137%
  }
}

.ozlottoblast-about__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.ozlottoblast-about__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 650px;
  flex: 0 1 650px;
  width: 100%
}

@media (max-width:768px) {
  .ozlottoblast-about__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.ozlottoblast-footer__columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .ozlottoblast-footer__columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.ozlottoblast-footer__centers {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .ozlottoblast-footer__centers {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .ozlottoblast-footer__centers {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.ozlottoblast-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .ozlottoblast-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.ozlottoblast-footer__links a {
  display: block;
  width: 100%;
  height: 100%
}

.ozlottoblast-footer__links li:nth-child(2) {
  height: 30px
}

.ozlottoblast-footer__links li:nth-child(3) {
  height: 36px
}

.ozlottoblast-footer__links li:nth-child(4) {
  height: 52px
}

.ozlottoblast-footer__links li:nth-child(5) {
  height: 52px
}