:root {
  --color-darkestblue: #012851;
  --color-darkblue: #003169;
  --color-blue: #1455c9;
  --color-brightblue: #419bcd;
  --color-lightblue: #86ebf5;
  --color-lightestblue: #dff;
  --color-yellow: #ffb41d;
  --color-light: #f1f4f9;
  --color-lightestgrey: #e1e4e9;
  --color-grey: #818489;
  --color-darkgrey: #32464f;
  --color-dark: #001832;
  --scrollbar-width: 0px;
}
body {
  font-family: Red Ring, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--color-dark);
}
h1 {
  margin: 0;
  padding: 0;
  color: #000;
}
.aside-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
body,
html {
  margin: 0;
  padding: 0;
}
.container,
.site-footer__container,
.site-header__container {
  max-width: 760px;
  margin: 0 auto;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .container,
  .site-footer__container,
  .site-header__container {
    max-width: 1060px;
  }
}
@media (min-width: 1280px) {
  .container,
  .site-footer__container,
  .site-header__container {
    max-width: 1260px;
  }
}
a {
  text-decoration: none;
}
figure {
  margin: 0;
  padding: 0;
}
.container {
  position: relative;
  display: block;
}
@media (min-width: 992px) {
  .container {
    display: grid;
    box-sizing: border-box;
  }
  .container > * {
    position: relative;
    z-index: 2;
  }
  .container:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 300px;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-lightestgrey);
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .container {
    grid-template-columns: calc(100vw - 300px) 300px;
  }
}
@media (min-width: 1060px) and (max-width: 1279px) {
  .container {
    grid-template-columns: 760px 300px;
  }
}
@media (min-width: 1280px) {
  .container {
    grid-template-columns: 200px auto 300px;
  }
  .container:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 200px;
    bottom: 0;
    height: 100%;
    width: 1px;
    background-color: var(--color-lightestgrey);
  }
}
main {
  grid-column: 1 span;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
main > header {
  padding: 40px 20px 20px;
}
@media (max-width: 991px) and (min-width: 576px) {
  main > header {
    padding: 40px 40px 20px;
  }
}
@media (max-width: 575px) {
  main > header {
    padding: 40px 20px 20px;
  }
}
main > header h1 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
main > header h1 span {
  font-weight: 400;
}
@media (min-width: 576px) {
  main > header {
    padding: 40px 40px 20px;
  }
}
@media (min-width: 1280px) {
  main {
    grid-column: 2/1 span;
  }
}
.two-thirds {
  width: 100%;
  padding-left: 0 !important;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .two-thirds {
    grid-column: 1/1 span;
  }
}
@media (min-width: 1280px) {
  .two-thirds {
    grid-column: 1/2 span;
  }
}
.full-width {
  position: relative;
  max-width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .full-width:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 50vw - var(--scrollbar-width));
    display: block;
    height: 1px;
    width: 100vw;
    background-color: var(--color-lightestgrey);
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .full-width {
    grid-column: 1/2 span;
  }
}
@media (min-width: 1280px) {
  .full-width {
    grid-column: 1/3 span;
  }
}
.full-width section {
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .full-width:last-child section {
    background-color: var(--color-light);
  }
  .full-width:last-child section .newslist__allnews {
    color: var(--color-blue);
  }
}
@media (min-width: 992px) {
  .full-width:last-child section {
    padding-bottom: 100px;
  }
  .full-width:last-child section:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 100vw;
    background-color: var(--color-light);
  }
  .full-width:last-child section > * {
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .full-width:last-child .additional {
    display: block;
    padding: 80px 40px;
  }
}
@media (max-width: 991px) {
  .full-width {
    display: block;
  }
}
.gab-ins + section,
section + section {
  box-sizing: border-box;
  border-top: 1px solid var(--color-lightestgrey);
}
@media (min-width: 992px) and (max-width: 1279px) {
  .gab-ins + section:before,
  section + section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    display: block;
    height: 1px;
    width: calc(50vw - 530px);
    background-color: var(--color-lightestgrey);
  }
}
aside {
  display: block;
  margin: 0;
  padding: 0;
}
.left-sidebar,
.right-sidebar {
  padding-top: 20px;
}
.left-sidebar {
  display: none;
}
@media (min-width: 1280px) {
  .left-sidebar {
    display: block;
    grid-column: 1/1 span;
    grid-row: 1/1 span;
    padding-right: 20px;
    padding-bottom: 45px;
    box-sizing: border-box;
  }
  .left-sidebar > div + div {
    margin-top: 40px;
  }
}
.left-sidebar .lastvideos:first-child,
.right-sidebar .lastnews:first-child {
  padding-top: 27px;
}
.right-sidebar > div {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .right-sidebar > div {
    margin-left: 40px;
    margin-right: 40px;
  }
}
.right-sidebar > div + div {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .right-sidebar > div + div {
    margin-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .right-sidebar {
    grid-column: 2/1 span;
    grid-row: 2 span;
  }
}
@media (min-width: 1280px) {
  .right-sidebar {
    grid-column: 3/1 span;
    grid-row: 2 span;
  }
}
.full-width + .right-sidebar {
  grid-row: 2/3 span;
  padding-top: 0;
}
.additional {
  flex: 0 0 300px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
.additional div:first-child {
  align-content: flex-start;
}
@media (max-width: 991px) {
  .additional {
    display: block;
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .additional {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) and (max-width: 1320px) {
  .additional {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.full-width-cover {
  position: relative;
  grid-column: 3 span;
  height: 0;
  padding-top: 56.25%;
  background-color: #001832;
}
@media (min-width: 1280px) {
  .full-width-cover {
    height: 600px;
    padding-top: 0;
  }
}
.full-width-cover:before {
  right: calc(50% - 50vw);
}
.full-width-cover:after,
.full-width-cover:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background: var(--color-dark);
  display: block;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.full-width-cover:after {
  left: calc(50% - 50vw);
}
.full-width-cover__img,
.full-width-cover__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.full-width-cover__img:before {
  content: '';
  background: linear-gradient(
    90deg,
    #001832,
    rgba(0, 24, 50, 0.5) 5.8%,
    rgba(0, 26, 53, 0.2) 28.59%,
    rgba(0, 61, 106, 0.2) 63.37%,
    rgba(0, 24, 50, 0.5) 91.67%,
    #001832
  );
}
.full-width-cover__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full-width-cover__video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  background: linear-gradient(90deg, #001832, #001832);
}
.full-width-cover__video:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 24, 50, 0.35);
}
@media (min-width: 768px) and (max-width: 1279px) {
  .full-width-cover__video:before {
    background: linear-gradient(
      90deg,
      #001832,
      rgba(0, 24, 50, 0.95) 6%,
      rgba(0, 26, 53, 0.2) 45%,
      rgba(0, 61, 106, 0.2) 75%,
      rgba(0, 24, 50, 0.85) 95%,
      #001832
    );
  }
}
@media (min-width: 1280px) {
  .full-width-cover__video:before {
    background: linear-gradient(
      90deg,
      #001832 16%,
      rgba(0, 24, 50, 0.95) 20%,
      rgba(0, 26, 53, 0.2) 55%,
      rgba(0, 61, 106, 0.2) 75%,
      rgba(0, 24, 50, 0.85) 95%,
      #001832
    );
  }
}
.full-width-cover__video video {
  display: block;
  height: 100%;
  width: auto;
  float: right;
}
.full-width-cover__mute {
  position: absolute;
  z-index: 3;
  bottom: 10px;
  left: 17px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-size: contain;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-image: url('');
  opacity: 0.8;
  transition: opacity 0.2s ease-out;
}
.full-width-cover__mute.volume {
  background-image: url('');
}
.full-width-cover__mute:hover {
  opacity: 1;
}
@media (min-width: 1280px) {
  .full-width-cover__mute {
    left: 2px;
    bottom: 45px;
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .full-width-cover__mute {
    left: 42px;
    bottom: 30px;
    width: 24px;
    height: 24px;
  }
}
.aside-gab__static + .lastnews {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media (max-width: 1279px) and (min-width: 992px) {
  .aside-gab__static + .lastnews {
    top: 90px;
  }
}
.ab_premium_desktop,
.ab_premium_mobile,
.ab_top_desktop,
.ab_top_mobile {
  display: none;
  text-align: center;
}
.ab_premium_desktop > div,
.ab_premium_mobile > div,
.ab_top_desktop > div,
.ab_top_mobile > div {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.ab_top_desktop {
  min-height: 144px;
}
.ab_top_desktop > div {
  padding-top: 24px;
  padding-bottom: 24px;
}
.ab_top_mobile {
  min-height: 82px;
}
.ab_top_mobile > div {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ab_top_desktop,
.ab_top_mobile {
  box-sizing: border-box;
  background: var(--color-light);
  background-image: url('');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .ab_premium_desktop,
  .ab_top_desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .ab_premium_mobile,
  .ab_top_mobile {
    display: block;
  }
}
.ab_premium_desktop {
  width: 300px;
  min-height: 250px;
  background-color: var(--color-light);
  background-image: url('');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .two-thirds.one-block + .right-sidebar {
    grid-row: 1 span;
  }
}
.ab_premium_mobile,
.gab-ins {
  min-height: 80px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: var(--color-light);
  background-image: url('');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ab_premium_mobile > div,
.ab_premium_mobile > ins,
.gab-ins > div,
.gab-ins > ins {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.article__content .ab_premium_mobile,
.article__content .article__adml,
.article__content .gab-ins,
.newslist + .gab-ins {
  overflow-x: hidden;
  max-width: calc(100% + 20px);
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 360px) and (max-width: 575px) {
  .article__content .ab_premium_mobile,
  .article__content .article__adml,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    max-width: calc(100% + 40px);
  }
}
@media (min-width: 576px) {
  .article__content .ab_premium_mobile,
  .article__content .article__adml,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.ab_premium_mobile,
.gab-ins {
  min-height: 300px;
  max-height: 300px;
}
.mgbox {
  min-height: 310px;
  max-height: 310px;
  overflow-y: hidden;
}
.article__adml {
  overflow-x: hidden;
  min-height: 300px;
  max-height: 300px;
}
@media (min-width: 360px) and (max-width: 575px) {
  .article__content .ab_premium_mobile,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    padding: 20px;
  }
}
@media (min-width: 576px) {
  .article__content .ab_premium_mobile,
  .article__content .gab-ins,
  .newslist + .gab-ins {
    padding: 20px;
  }
}
.newslist .ab_premium_mobile,
.newslist .gab-ins {
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 360px) {
  .newslist .ab_premium_mobile,
  .newslist .gab-ins {
    padding: 20px;
  }
}
.video-player-block,
.video-player-block > div:first-child {
  height: 100%;
  width: 100%;
}
.video-player-block .xplayer__overlay-play svg path {
  fill: #fff;
  stroke: #fff;
}
.breadcrumb {
  padding: 0 40px 40px;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .breadcrumb {
    padding: 0 30px 30px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px 20px;
  }
}
.breadcrumb a {
  color: var(--color-dark);
  transition: color 0.3s ease-out;
  font-size: 14px;
  margin-right: 12px;
}
.breadcrumb a:hover {
  color: var(--color-blue);
}
.site-header {
  display: block;
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-lightestgrey);
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  top: 0;
  margin-bottom: 5px;
}
@media (min-width: 1280px) {
  .site-header {
    height: 80px;
    padding: 33px 0 0;
  }
}
.site-header__container {
  display: flex;
}
.site-header__menuicon {
  flex: 0 0 24px;
  display: block;
  height: 20px;
  width: 24px;
  padding: 8px 0 0;
  margin-left: 20px;
  margin-right: 10px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 1279px) {
  .site-header__menuicon {
    margin-left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .site-header__menuicon {
    margin-right: 86px;
  }
}
@media (min-width: 992px) {
  .site-header__menuicon {
    margin-right: 20px;
  }
}
@media (min-width: 1280px) {
  .site-header__menuicon {
    margin-left: 0;
    margin-right: 20px;
  }
}
.site-header__menuicon span {
  position: relative;
  display: block;
  height: 3px;
  width: 100%;
  background-color: var(--color-dark);
}
.site-header__menuicon span:before {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.4s ease-out;
}
.site-header__menuicon span + span {
  margin-top: 4px;
  margin-left: -25%;
}
.site-header__menuicon span + span:before {
  transition-delay: 0.2s;
}
.site-header__menuicon:hover span:before {
  transform: translateX(100%);
}
.site-header__logo {
  flex: 1 1 auto;
  display: block;
}
.site-header__logo img {
  display: block;
  height: 20px;
  width: 136px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .site-header__logo {
    flex: 0 0 156px;
  }
  .site-header__logo img {
    margin: 0;
  }
}
.site-header__navarea {
  display: none;
}
@media (min-width: 992px) {
  .site-header__navarea {
    display: block;
    flex: 1 1 auto;
  }
}
.site-header__icons {
  flex: 0 0 44px;
  justify-self: right;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .site-header__icons {
    flex: 0 0 150px;
  }
}
@media (min-width: 992px) {
  .site-header__icons {
    flex: 0 0 300px;
    margin-top: 0;
  }
}
.site-header__live {
  flex: 0 0 20px;
  position: relative;
  height: 20px;
  width: 20px;
  margin-left: 4px;
  border-radius: 50%;
  border: 2px solid var(--color-darkblue);
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  background-color: #fff;
  animation-name: liveBgBlink;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  animation-timing-function: ease-out;
}
.site-header__live span {
  position: absolute;
  left: 6px;
  top: 3px;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-left: 6px solid var(--color-darkblue);
  border-bottom: 5px solid transparent;
  border-right: 0 solid transparent;
  border-top: 5px solid transparent;
  animation-name: liveArBlink;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}
.site-header__live:hover {
  border-color: var(--color-blue);
}
.site-header__live:hover span {
  border-left-color: var(--color-blue);
}
@media (max-width: 575px) {
  .site-header__live svg circle {
    stroke: var(--color-darkgrey);
  }
  .site-header__live svg path {
    fill: var(--color-darkgrey);
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .site-header__live {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .site-header__live {
    margin-left: 20px;
  }
}
@keyframes liveBgBlink {
  0% {
    background-color: #fff;
  }
  40% {
    background-color: #fff;
  }
  55% {
    background-color: var(--color-darkblue);
  }
  85% {
    background-color: var(--color-darkblue);
  }
  to {
    background-color: #fff;
  }
}
@keyframes liveArBlink {
  0% {
    border-left-color: var(--color-darkblue);
  }
  40% {
    border-left-color: var(--color-darkblue);
  }
  55% {
    border-left-color: #fff;
  }
  85% {
    border-left-color: #fff;
  }
  to {
    border-left-color: var(--color-darkblue);
  }
}
.site-header__search {
  display: none;
}
@media (min-width: 576px) {
  .site-header__search {
    display: block;
    flex: 0 0 20px;
    height: 18px;
    width: 18px;
    margin-top: 2px;
    cursor: pointer;
  }
  .site-header__search svg {
    display: block;
    height: 18px;
    width: 18px;
    fill: var(--color-darkblue);
    transition: all 0.3s ease-out;
  }
  .site-header__search:hover svg {
    fill: var(--color-blue);
  }
}
.site-header__social {
  display: none;
}
@media (min-width: 992px) {
  .site-header__social {
    display: flex;
    flex: 0 0 108px;
    justify-content: space-between;
    margin-top: 2px;
  }
  .site-header__social_fb,
  .site-header__social_in,
  .site-header__social_tg,
  .site-header__social_yt {
    display: block;
  }
  .site-header__social_fb svg,
  .site-header__social_in svg,
  .site-header__social_tg svg,
  .site-header__social_yt svg {
    display: block;
    height: 15px;
    width: 15px;
    fill: var(--color-darkblue);
  }
  .site-header__social_fb:hover svg,
  .site-header__social_in:hover svg,
  .site-header__social_tg:hover svg,
  .site-header__social_yt:hover svg {
    fill: var(--color-blue);
  }
  .site-header__social_tg {
    margin-right: 1px;
  }
}
.site-header__lang {
  display: none;
  position: relative;
}
@media (min-width: 576px) {
  .site-header__lang {
    flex: 0 0 30px;
    display: block;
    height: 20px;
    width: 30px;
    margin-right: 40px;
    font-size: 10px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.3s ease-out;
  }
  .site-header__lang span {
    display: block;
    text-align: center;
    border-radius: 2px;
    background-color: var(--color-yellow);
  }
}
@media (min-width: 992px) {
  .site-header__lang {
    margin-right: 20px;
    margin-left: 8px;
  }
}
.site-header__lang ul {
  display: block;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform 0.2s ease-out;
}
.site-header__lang ul li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.site-header__lang ul li:first-of-type {
  border-top: 0;
}
.site-header__lang ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  color: #000;
  background-color: #fff;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.site-header__lang ul li a:hover {
  color: #fff;
  background-color: var(--color-blue);
}
@media (max-width: 1279px) {
  .site-header__lang.visible ul {
    transform: scaleX(1);
  }
}
@media (min-width: 1280px) {
  .site-header__lang:hover ul {
    transform: scaleX(1);
  }
}
.site-header__shadow {
  position: fixed;
  z-index: 90;
  top: 39px;
  height: 5px;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(50, 70, 79, 0.25) 0,
    rgba(50, 70, 79, 0)
  );
  transition: transform 0.4s ease-out;
}
@media (min-width: 1280px) {
  .site-header__shadow {
    top: 59px;
  }
}
.site-header__shadow.visible {
  transform: translateY(20px);
}
.site-footer {
  position: relative;
}
@media (max-width: 991px) {
  .site-footer {
    padding-bottom: 40px;
    background-image: linear-gradient(
      180deg,
      var(--color-darkblue) 0,
      var(--color-darkestblue)
    );
  }
  .site-footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 40px;
    width: 100%;
    background-color: var(--color-dark);
  }
}
@media (min-width: 992px) {
  .site-footer:after,
  .site-footer:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    width: 50%;
  }
  .site-footer:before {
    left: 0;
    background-color: var(--color-dark);
  }
  .site-footer:after {
    right: 0;
    background-color: var(--color-darkblue);
  }
}
.site-footer__container {
  padding-top: 40px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .site-footer__container {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 140px;
    background-color: var(--color-dark);
  }
  .site-footer__container:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 300px;
    background-color: var(--color-darkblue);
  }
  .site-footer__container > * {
    position: relative;
    z-index: 2;
  }
}
.site-footer__logo {
  flex: 0 0 200px;
}
@media (min-width: 992px) {
  .site-footer__logo img {
    width: 150px;
    height: 22px;
  }
}
@media (max-width: 991px) {
  .site-footer__logo img {
    display: block;
    height: auto;
    width: 270px;
    margin: 20px auto 60px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .site-footer__logo {
    padding-left: 40px;
    box-sizing: border-box;
  }
}
.site-footer__copy {
  display: block;
  margin-top: 11px;
  font-size: 12px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
}
@media (max-width: 991px) {
  .site-footer__copy {
    position: absolute;
    bottom: 10px;
    left: 50%;
    padding-right: 3px;
    box-sizing: border-box;
    transform: translateX(-50%);
    color: hsla(0, 0%, 100%, 0.35);
  }
}
.site-footer__nav {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .site-footer__nav {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-footer__nav {
    width: 295px;
    padding: 0;
    margin: 0 auto 50px;
  }
}
.site-footer__col {
  flex: 0 0 30%;
  padding-top: 8px;
  padding-right: 40px;
  box-sizing: border-box;
}
.site-footer__col a {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
}
.site-footer__col a:hover {
  color: #fff;
}
@media (min-width: 1280px) {
  .site-footer__col:last-child {
    flex: 0 0 36%;
  }
}
@media (max-width: 991px) {
  .site-footer__col {
    display: flex;
    padding-right: 0;
    justify-content: space-between;
  }
  .site-footer__col a {
    font-size: 12px;
    color: var(--color-lightestblue);
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .site-footer__col {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
  }
  .site-footer__col a {
    flex: 1 1 40%;
    margin-bottom: 5px;
    font-size: 12px;
  }
}
.site-footer__icons {
  flex: 0 0 300px;
  box-sizing: border-box;
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 180px;
  margin: 0 auto;
}
.site-footer__social_fb,
.site-footer__social_in,
.site-footer__social_tg,
.site-footer__social_yt {
  display: block;
}
.site-footer__social_fb svg,
.site-footer__social_in svg,
.site-footer__social_tg svg,
.site-footer__social_yt svg {
  display: block;
  height: 20px;
  width: 20px;
  fill: #fff;
}
.site-footer__social_fb:hover svg,
.site-footer__social_in:hover svg,
.site-footer__social_tg:hover svg,
.site-footer__social_yt:hover svg {
  fill: var(--color-yellow);
}
.site-footer__social_tg {
  margin-right: 3px;
}
.site-footer__social span {
  flex: 0 0 100%;
  display: block;
  margin-top: 20px;
  padding-left: 5px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: hsla(0, 0%, 100%, 0.5);
}
@media (max-width: 991px) {
  .site-footer__social {
    width: 300px;
    padding-right: 5px;
    margin-bottom: 0;
  }
  .site-footer__social span {
    margin-top: 30px;
    color: hsla(0, 0%, 100%, 0.55);
  }
  .site-footer__social_fb svg,
  .site-footer__social_in svg,
  .site-footer__social_tg svg,
  .site-footer__social_yt svg {
    height: 22px;
    width: 22px;
    fill: hsla(0, 0%, 100%, 0.75);
  }
  .site-footer__social_fb:hover svg,
  .site-footer__social_in:hover svg,
  .site-footer__social_tg:hover svg,
  .site-footer__social_yt:hover svg {
    fill: var(--color-lightblue);
  }
}
.search__header {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}
.search__input {
  position: relative;
  margin: 20px 40px 60px 0;
}
@media (max-width: 575px) {
  .search__input {
    margin-right: 0;
  }
}
.search__input input {
  display: block;
  height: 60px;
  width: 100%;
  margin: 0 20px 0 0;
  padding: 20px 60px 20px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  border-radius: 6px;
  border: 1px solid #c1c4c9;
  outline: none;
}
.search__input input:focus {
  outline: none;
  border-color: var(--color-blue);
}
.search__result {
  width: 100%;
  height: 100%;
  padding: 40px 0;
  background: #fff;
}
.search__result_no p {
  font-size: 24px;
  line-height: 30px;
  color: var(--color-dark);
}
.search__result section {
  border-top: 0;
}
@media (max-width: 575px) {
  .search__result {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .search__result {
    margin-left: 40px;
    width: calc(100% - 40px);
  }
}
.search__result .videolist__allnews {
  display: none;
}
.search__tabs {
  margin-bottom: 40px;
}
.search__tabs p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-dark);
}
.search__tabs_item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px 0 0;
  padding: 0 15px;
  background: var(--color-light);
  font-size: 14px;
  line-height: 30px;
  color: var(--color-darkblue);
  cursor: pointer;
}
@media (max-width: 575px) {
  .search__tabs_item {
    margin-right: 15px;
  }
}
.search__tabs_item span {
  margin-left: 5px;
  color: var(--color-grey);
}
.search__tabs_item:last-child {
  margin-right: 0;
}
.search__container + .right-sidebar {
  grid-row: 1 span;
}
.video-search {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  box-sizing: border-box;
  padding: 40px 40px 40px 0;
}
@media (min-width: 1280px) {
  .video-search {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .video-search {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575px) {
  .video-search {
    padding-right: 0;
  }
}
.video-search__item {
  position: relative;
  grid-column: 1 span;
}
.video-search__item_img {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
  overflow: hidden;
}
.video-search__item_img:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  background: url('') no-repeat 50% 50%;
}
.video-search__item_img > * {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.video-search__item_img img {
  width: 100%;
  height: 100%;
  border: 0 !important;
}
.video-search__item_time {
  display: block;
  text-align: center;
  color: var(--color-grey);
  font-size: 10px;
  line-height: 20px;
}
.video-search p {
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.video-search p a {
  color: var(--color-darkgrey);
}
.site__nav {
  z-index: 100;
  min-height: 20px;
  width: 760px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
}
.site__nav a:first-of-type {
  margin-left: 0;
}
.site__nav a.active,
.site__nav a:hover {
  color: var(--color-blue);
}
@media (max-width: 991px) {
  .site__nav {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .site__nav {
    font-size: 13px;
    min-height: 20px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .site__nav {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .site__nav {
    top: 35px;
    left: calc(50vw - 430px);
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .site__nav {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .site__nav {
    top: 135px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .site__nav a {
    margin: 0 10px 10px;
  }
}
@media screen and (max-height: 500px) {
  .site__nav {
    top: 135px;
    justify-content: space-between;
  }
  .site__nav a {
    margin: 0;
  }
}
.site__nav .seglink {
  order: 2;
  width: 80px;
  padding: 0;
  color: #fff;
  line-height: 1px;
  font-size: 0;
  background-color: var(--color-darkblue);
  background-image: url('');
  background-repeat: no-repeat;
  background-position: 50% 45%;
  background-size: auto 10px;
  border-radius: 2px;
  transition: background-color 0.3s ease-out;
}
.site__nav .seglink:hover {
  background-color: var(--color-blue);
}
@media (max-width: 767px) {
  .site__nav .seglink {
    margin-right: 0;
  }
}
.site__nav_uk .seglink {
  background-image: url('');
}
.divider-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 101;
  background-color: var(--color-darkestblue);
  transform-origin: 0 100%;
  transform: scaleY(0);
  transition: transform 0.2s ease-out 0.1s, opacity 0.2s linear 0.8s;
  opacity: 0;
}
@media (min-width: 1280px) {
  .divider-top {
    height: 80px;
  }
}
.divider-bottom {
  position: fixed;
  top: 60px;
  left: 0;
  height: calc(100vh - 60px);
  width: 100%;
  z-index: 99;
  background-color: #fff;
  transform-origin: 0 0;
  transform: translateY(-100vh);
  transition: transform 0.3s ease-out 0s, opacity 0.3s linear 0.5s;
  opacity: 0;
}
@media (min-width: 1280px) {
  .divider-bottom {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
.menu {
  position: fixed;
  z-index: 101;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  padding: 17px 0 40px;
  height: 100vh;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0);
  transition: transform 0s ease-in 0.5s, opacity 0s linear 0s;
}
@media (max-width: 991px) {
  .menu {
    justify-content: space-between;
  }
}
@media (min-width: 760px) and (max-width: 991px) {
  .menu {
    max-width: 760px;
    width: 100%;
    left: 50%;
    margin-left: -380px;
  }
}
@media (min-width: 992px) and (max-width: 1059px) {
  .menu {
    padding: 17px 40px 60px;
  }
}
@media (min-width: 1060px) and (max-width: 1279px) {
  .menu {
    left: 50%;
    width: 1060px;
    margin-left: -530px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .menu {
    padding: 17px 0 60px;
  }
}
@media (min-width: 1280px) {
  .menu {
    left: 50%;
    width: 1260px;
    padding: 33px 0 120px;
    margin-left: -630px;
  }
}
.menu__close,
.menu__lang,
.menu__logo,
.menu__toplinks {
  transform: translateY(5px);
}
.menu__close {
  position: relative;
  flex: 0 0 24px;
  height: 20px;
  margin-right: 20px;
  margin-left: 20px;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .menu__close {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 1279px) {
  .menu__close {
    margin-left: 40px;
  }
}
@media screen and (max-height: 575px) {
  .menu__close {
    margin-left: 20px;
  }
}
.menu__close span {
  position: absolute;
  top: 2px;
  left: 50%;
  display: block;
  width: 2px;
  height: 20px;
  margin-left: -1px;
  transform: rotate(45deg);
  background-color: #fff;
  transition: transform 0.3s ease-out;
}
.menu__close span + span {
  transform: rotate(-45deg);
}
.menu__close:hover span {
  transform: rotate(135deg);
}
.menu__close:hover span + span {
  transform: rotate(45deg);
}
.menu__logo {
  flex: 0 0 136px;
  height: 20px;
}
.menu__logo img {
  display: block;
  height: 20px;
  width: 136px;
}
.menu__toplinks {
  flex: 1 1 auto;
  height: 20px;
  text-align: center;
}
@media (max-width: 991px) {
  .menu__toplinks {
    opacity: 0;
    position: absolute;
    z-index: 3;
    top: auto;
    bottom: 140px;
    left: 40px;
    right: 40px;
    display: flex;
    text-align: left;
    transform: translateY(-15px);
  }
  .menu__toplinks a {
    display: block;
    margin: 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu__toplinks a {
    flex: 0 0 33.33%;
  }
}
@media (max-width: 575px) {
  .menu__toplinks {
    left: 20px;
    right: 20px;
  }
}
@media (min-width: 360px) and (max-width: 575px) {
  .menu__toplinks a {
    flex: 0 0 50%;
  }
}
@media (max-width: 359px) {
  .menu__toplinks {
    justify-content: space-between;
  }
}
@media screen and (max-height: 500px) {
  .menu__toplinks {
    top: auto;
    bottom: 130px;
    display: flex;
    text-align: left;
    transform: translateY(-15px);
  }
  .menu__toplinks a {
    flex: 0 0 33.33%;
    display: block;
    margin: 0 !important;
  }
}
.menu__live,
.menu__schedule {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  transition: color 0.2s ease-out;
}
@media (max-width: 991px) {
  .menu__live,
  .menu__schedule {
    color: var(--color-darkblue);
    margin: 0 20px;
    letter-spacing: 0.5px;
  }
}
@media (max-width: 575px) {
  .menu__live,
  .menu__schedule {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
@media screen and (max-height: 500px) {
  .menu__live,
  .menu__schedule {
    font-weight: 400;
  }
}
.menu__live {
  margin-right: 15px;
}
.menu__live svg {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 1px;
  margin-right: 7px;
  vertical-align: top;
}
.menu__live svg circle {
  stroke: var(--color-yellow);
  transition: all 0.2s ease-out;
}
.menu__live svg path {
  fill: var(--color-yellow);
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .menu__live svg {
    margin-top: 0;
    margin-right: 4px;
  }
}
.menu__live:hover {
  color: var(--color-lightblue);
}
@media (min-width: 992px) {
  .menu__live svg {
    height: 20px;
    width: 20px;
    margin-top: -1px;
    margin-right: 10px;
  }
}
.menu__schedule {
  margin-left: 15px;
}
.menu__schedule span {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 5px 10px 0 0;
  vertical-align: top;
  background: url('') no-repeat 50% 50%;
  transition: transform 0.3s ease-out;
}
@media (max-width: 991px) {
  .menu__schedule span {
    margin: 4px 6px 0 0;
  }
}
.menu__schedule:hover {
  color: var(--color-lightblue);
}
.menu__schedule:hover span {
  transform: translateX(4px);
}
.menu__lang {
  flex: 0 0 30px;
  display: block;
  height: 20px;
  width: 30px;
  margin-right: 20px;
  margin-left: 120px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.3s ease-out;
  position: relative;
  z-index: 12;
}
.menu__lang span {
  display: block;
  text-align: center;
  border-radius: 2px;
  background: var(--color-yellow);
}
@media (max-width: 991px) {
  .menu__lang {
    margin: 3px 20px 0 14px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .menu__lang {
    margin-right: 20px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .menu__lang {
    margin-right: 40px;
  }
}
@media screen and (max-height: 500px) {
  .menu__lang {
    margin-right: 20px;
  }
}
.menu__lang ul {
  display: block;
  top: 100%;
  left: 0;
  z-index: 9999;
  margin: 0;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.2);
  transform-origin: 50% 0;
  transform: scaleY(0);
  transition: transform 0.2s ease-out;
}
.menu__lang ul li {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.menu__lang ul li:first-of-type {
  border-top: 0;
}
.menu__lang ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  color: #000;
  background-color: #fff;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.menu__lang ul li a:hover {
  color: #fff;
  background-color: var(--color-blue);
}
@media (max-width: 1279px) {
  .menu__lang.visible ul {
    transform: scaleX(1);
  }
}
@media (min-width: 1280px) {
  .menu__lang:hover ul {
    transform: scaleX(1);
  }
}
.menu__searchbox {
  position: absolute;
  z-index: 3;
  top: 80px;
  left: 44px;
  right: 20px;
  transform: translateY(-20px);
  opacity: 0;
  background-color: #fff;
}
.site__nav a {
  display: inline-block;
  margin-left: 20px;
  color: var(--color-dark);
  text-decoration: none;
  transition: color 0.2s ease-out;
}

.comment-block .user-name {
  margin-left: 0 !important;
}

.door__container {
  display: flex;
  justify-content: space-around;
}

.box {
  perspective: 500px;
  position: relative;
}

.box,
.door {
  width: 190px;
  height: 400px;
  box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
}

.door,
.hi {
  position: absolute;
  top: 0;
  left: 0;
}

.door {
  background-image: url('');
  background-repeat: no-repeat;
  transform: rotateY(0deg);
  display: inline-block;
  transition: all 0.75s ease;
  transform-origin: 0% 0%;
  cursor: pointer;
}

#door__2 {
  background-image: url('');
}

#door__3 {
  background-image: url('');
}

.door:hover {
  transform: rotateY(-30deg);
}

.door.open {
  transform: rotateY(-85deg);
}

.door__sales {
  position: relative;
  top: 140px;
  font-size: 46px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px !important;
  box-shadow: 0 1px 2px 2px #7f7878;
}

.door__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px !important;
  margin-bottom: 25px;
  background-color: #3a4752;
  padding: 10px 0;
  border-radius: 0.5em;
}

@media (max-width: 840px) {
  .door__sales {
    font-size: 20px !important;
    font-weight: 700 !important;
    top: 50px !important;
    left: 20px !important;
    color: red !important;
    border-radius: 30px !important;
  }

  .box,
  .door {
    width: 95px;
    height: 200px;
  }

  .door {
    background-image: url('');
  }

  #door__2 {
    background-image: url('');
  }

  #door__3 {
    background-image: url('');
  }
}

@media (max-width: 360px) {
  .box + .box {
    margin-left: 15px;
  }

  .door__sales {
    font-size: 25px !important;
    font-weight: 700 !important;
    top: 50px !important;
    color: red !important;
    left: 21px !important;
    border-radius: 30px !important;
  }
}
.order-form {
  width: 100%;
  padding: 24px;
  border: 1px solid #242124;
  text-align: center;
  box-sizing: border-box;
}

.order-form__price {
  display: inline-block;
  margin: 0 8px 16px;
}

.order-form__price:first-of-type {
  text-decoration: line-through;
}

.order-form__price:last-of-type {
  font-weight: bold;
}

.order-form__label {
  display: block;
  margin: 0 auto 8px;
}

.order-form__text {
  display: block;
  margin: 0 auto 16px !important;
  border-radius: calc(8px / 2);
  border: 1px solid #242124;
  padding: 0 16px;
  width: 220px;
  box-sizing: border-box;
  text-indent: 0;
  height: auto;
  line-height: 1.4;
  font-size: 16px;
  height: 44px;
}

.order-form__button {
  cursor: pointer;
  margin: calc(8px / 2) auto 16px;
  border-radius: calc(8px / 2);
  background-color: green;
  color: #fff;
  border: 0;
  padding: 16px 16px;
  width: 220px;
  box-sizing: border-box;
  font-size: 20px;
}

.order-form__caption {
  margin-bottom: 0;
}

.order-form__star {
}
.order_block {
  text-align: center !important;
}

.order_block img {
  width: 80%;
  max-width: 303px;
}

.order_block h3 {
  font: bold 18px Arial !important;
  background: 0 0;
}

p.door__sales {
  left: 0 !important;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.pop-up-window {
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40%;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  top: -55px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #71c341;
  border-radius: 50%;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}

.pop-up-window::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 20px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-width: medium medium 4px 4px;
  border-style: none none solid solid;
  border-color: currentcolor currentcolor #fff #fff;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  transform: rotate(-45deg);
  transition: opacity 1s ease 0s;
  animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}

.pop-up-heading {
  font-size: 40px;
  margin-bottom: 20px;
}

.article__text p.pop-up-text {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  text-align: center !important;
}

.pop-up-button {
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 10px 20%;
  font-size: 20px;
  border-radius: 5px;
  background-color: #71c341;
  color: #fff !important;
  border: medium none;
  cursor: pointer;
  outline: medium none;
}

.danger-text {
  color: red !important;
}

@media (max-width: 767px) {
  .door__sales {
    font-size: 20px !important;
  }

  p.door__sales {
    padding: 10px !important;
  }
}

.input-error {
  border-color: red !important;
  transform: translate3d(0, 0, 0);
  animation: shake 0.4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

.phone-error {
  padding: 10px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(3px, 0, 0);
  }
}

.gol::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-image: url('1.1.png');
  background-size: cover;
  margin: 0 10px 5px 0;
  float: left;
  vertical-align: middle;
  background-position: center;
}

.kom::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  background-image: url('1.3.jpg');
  background-size: cover;
  margin: 0 10px 5px 0;
  float: left;
  vertical-align: middle;
  background-position: center;
}

.descr {
  display: flex;
  align-items: center;
  column-gap: 20px;
  background: grey;
  padding: 20px;
  margin-bottom: 15px;
}

@media (max-width: 420px) {
  .descr {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
    justify-content: center;
  }

  .descr p {
    text-align: center;
  }

  .descr img {
    max-width: 100% !important;
  }

  .site__nav {
    display: none;
  }

  p,
  ol li,
  ul li,
  .instructions {
    font-size: 22px;
    line-height: 1.2;
  }

  .user-name {
    margin-left: 0 !important;
  }

  .mar {
    margin-top: -30px;
  }
}

.lead-form-box {
  display: none;
}

#lead-form-result {
  display: none;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
  padding: 7px;
  font-size: 15px;
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

.order_block,
.order_block * {
  box-sizing: border-box;
  transition: 0.2s;
  font-family: Arial, sans-serif !important;
}

.order_block {
  max-width: 430px;
  width: 100%;
  margin: auto;
  text-align: center;
  background: #fff;
  box-shadow: 0 0px 25px 0px rgba(0, 0, 0, 0.12);
  border: 3px dashed #eaeaea;
  border-radius: 0;
}

.order_block .order_offer {
  text-align: center;
}

.order_block .order_offer img {
  max-width: 100%;
  width: auto;
  height: 250px;
}

.order_pre_form {
  padding: 20px 20px 0 20px;
}

.order_form_row {
  margin-bottom: 10px;
  text-align: center;
}

.order_form {
  width: 100%;
  max-width: 500px;
  padding: 0 20px 20px 20px;
}

.order_header {
  margin: 12px 0 !important;
  padding: 0 !important;
  font-size: 18px;
}

.order_form .order_form_row input {
  width: 100% !important;
  padding: 14px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none !important;
  margin: 0 !important;
}

.order_form .order_form_row label {
  font-size: 13px;
  text-align: left;
  font-weight: bold;
}

.order_form .order_form_row input:active,
.order_form .order_form_row input:focus {
  outline: none;
  border: 2px solid #cecece;
}

.order_form .order_form_button {
  box-shadow: 0px 1px 0px 0px rgb(245, 151, 142) inset;
  background: rgb(242, 69, 55);
  border-radius: 3px;
  border: 1px solid rgb(208, 39, 24);
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  outline: none;
  padding: 16px 0;
  font-weight: bold;
  font-size: 16px;
  margin-top: 5px;
  text-decoration: none;
  letter-spacing: 0.6px;
  text-shadow: 0px 1px 0px rgb(129, 14, 5);
}

.order_form .order_form_button:hover {
  background: rgb(198, 45, 31);
}

.order_form .order_form_button:active {
  position: relative;
  top: 1px;
}

.order_timer_block {
  line-height: 1;
  font-weight: bold;
}

.order_timer_block p {
  font-size: 18px;
  margin: 10px 0 !important;
  padding: 0 !important;
}

.order_timer_block .order_timer {
  font-size: 21px;
}

.time_remains {
  color: red;
}

.box-popup-wrapper {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
}

.box-tooltip {
  background: #fff;
  font-size: 18px;
  padding: 20px;
  width: 90%;
  max-width: 320px;
  margin: 80px auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 1px 40px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.box-tooltip:hover .box-tooltip-btn {
  background: #62a30e;
  transition: 0.2s;
}

.box-tooltip-title {
  margin: 0;
  padding: 0;
  color: #333;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif !important;
}

.box-tooltip-ico {
  width: 100%;
  padding: 20px;
  padding-top: 0;
  box-sizing: border-box;
  text-align: center;
}

.box-tooltip-ico img {
  height: 40px;
  width: auto;
}

.box-tooltip-btn {
  background: #70b31a;
  color: #fff;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 16px 0;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  animation: scale 0.4s infinite;
  animation-direction: alternate;
}

select {
  position: relative;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  outline: 0 none;
  display: block;
  font-weight: 600;
  width: 100% !important;
  padding: 14px;
  border: 2px solid #eaeaea;
  font-size: 15px;
  border-radius: 3px;
  box-shadow: none !important;
  margin-bottom: 10px;
}

.afterlose-boxes_item {
  opacity: 0.6;
}

.shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-iteration-count: 1;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}

#boxesContainer {
  width: 100%;
  margin: auto;
  max-width: 600px;
}

.boxes,
.boxes cbox,
.boxes img {
  width: 100%;
}

.instructions {
  padding: 10px;
  background-color: #232f3e;
  border-radius: 4px;
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  color: #fff;
}

#tries_count {
  font-size: 19px;
}

.boxes {
  margin: 10px 0;
}

.boxes_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 32.5%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.boxes_item.afterlose-boxes_item {
  cursor: default;
}

.boxes_item.afterlose-boxes_item:hover {
  -webkit-transform: none;
  transform: none;
}

.boxes_item:hover {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.win_prize {
  font-size: 35px;
  font-weight: bold;
  color: #e72c2a;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  margin: 0;
}

@media (max-width: 479px) {
  .boxes > div {
    width: 32%;
  }

  .win_prize {
    font-size: 24px;
  }
}

@media (max-width: 319px) {
  .boxes > div {
    width: 48%;
  }

  .win_prize {
    font-size: 21px;
  }
}
.box {
  position: relative;
}

.hi {
  left: 50%;
  transform: translateX(-50%);
}
.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: min-content auto min-content;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075),
    1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075),
    2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all;
}

.swal2-popup.swal2-toast > * {
  grid-column: 2;
}

.swal2-popup.swal2-toast .swal2-title {
  margin: 0.5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center;
}

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: 0.5em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: 0.8em;
  height: 0.8em;
  margin: 0;
  font-size: 2em;
}

.swal2-popup.swal2-toast .swal2-html-container {
  margin: 0.5em 1em;
  padding: 0;
  overflow: initial;
  font-size: 1em;
  text-align: initial;
}

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0;
}

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: 0.25em;
}

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 0.5em 0 0;
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: bold;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  top: 0.875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^='swal2-x-mark-line'][class$='left'] {
  left: 0.3125em;
}

.swal2-popup.swal2-toast
  .swal2-icon.swal2-error
  [class^='swal2-x-mark-line'][class$='right'] {
  right: 0.3125em;
}

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: 0.5em;
  padding: 0 0.5em;
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0.25em 0.5em;
  padding: 0.4em 0.6em;
  font-size: 1em;
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-circular-line'][class$='left'] {
  top: -0.8em;
  left: -0.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-circular-line'][class$='right'] {
  top: -0.25em;
  left: 0.9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.swal2-popup.swal2-toast .swal2-success [class^='swal2-success-line'] {
  height: 0.3125em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-line'][class$='tip'] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.swal2-popup.swal2-toast
  .swal2-success
  [class^='swal2-success-line'][class$='long'] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-tip {
  animation: swal2-toast-animate-success-line-tip 0.75s;
}

.swal2-popup.swal2-toast
  .swal2-success.swal2-icon-show
  .swal2-success-line-long {
  animation: swal2-toast-animate-success-line-long 0.75s;
}

.swal2-popup.swal2-toast.swal2-show {
  animation: swal2-toast-show 0.5s;
}

.swal2-popup.swal2-toast.swal2-hide {
  animation: swal2-toast-hide 0.1s forwards;
}

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: 'top-start     top            top-end' 'center-start  center         center-end' 'bottom-start  bottom-center  bottom-end';
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(
      min-content,
      auto
    );
  height: 100%;
  padding: 0.625em;
  overflow-x: hidden;
  transition: background-color 0.1s;
  -webkit-overflow-scrolling: touch;
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4);
}

.swal2-container.swal2-backdrop-hide {
  background: rgba(0, 0, 0, 0) !important;
}

.swal2-container.swal2-top-start,
.swal2-container.swal2-center-start,
.swal2-container.swal2-bottom-start {
  grid-template-columns: minmax(0, 1fr) auto auto;
}

.swal2-container.swal2-top,
.swal2-container.swal2-center,
.swal2-container.swal2-bottom {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-center-end,
.swal2-container.swal2-bottom-end {
  grid-template-columns: auto auto minmax(0, 1fr);
}

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start;
}

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center;
}

.swal2-container.swal2-top-end > .swal2-popup,
.swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end;
}

.swal2-container.swal2-center-start > .swal2-popup,
.swal2-container.swal2-center-left > .swal2-popup {
  grid-row: 2;
  align-self: center;
}

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center;
}

.swal2-container.swal2-center-end > .swal2-popup,
.swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end;
}

.swal2-container.swal2-bottom-start > .swal2-popup,
.swal2-container.swal2-bottom-left > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end;
}

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end;
}

.swal2-container.swal2-bottom-end > .swal2-popup,
.swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end;
}

.swal2-container.swal2-grow-row > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-column: 1/4;
  width: 100%;
}

.swal2-container.swal2-grow-column > .swal2-popup,
.swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch;
}

.swal2-container.swal2-no-transition {
  transition: none !important;
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem;
}

.swal2-popup:focus {
  outline: none;
}

.swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0.8em 1em 0;
  color: inherit;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0;
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: 0.25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0);
}

.swal2-styled {
  margin: 0.3125em;
  padding: 0.625em 1.1em;
  transition: box-shadow 0.1s;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
  font-weight: 500;
}

.swal2-styled:not([disabled]) {
  cursor: pointer;
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #7066e0;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(112, 102, 224, 0.5);
}

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #dc3741;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(220, 55, 65, 0.5);
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #6e7881;
  color: #fff;
  font-size: 1em;
}

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 120, 129, 0.5);
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-styled:focus {
  outline: none;
}

.swal2-styled::-moz-focus-inner {
  border: 0;
}

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: inherit;
  font-size: 1em;
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.swal2-timer-progress-bar {
  width: 100%;
  height: 0.25em;
  background: rgba(0, 0, 0, 0.2);
}

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em;
}

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color 0.1s, box-shadow 0.1s;
  border: none;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0);
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end;
}

.swal2-close:hover {
  transform: none;
  background: rgba(0, 0, 0, 0);
  color: #f27474;
}

.swal2-close:focus {
  outline: none;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-close::-moz-focus-inner {
  border: 0;
}

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em 0.3em;
  padding: 0;
  overflow: auto;
  color: inherit;
  font-size: 1.125em;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
}

.swal2-input,
.swal2-file,
.swal2-textarea,
.swal2-select,
.swal2-radio,
.swal2-checkbox {
  margin: 1em 2em 3px;
}

.swal2-input,
.swal2-file,
.swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color 0.1s, box-shadow 0.1s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  background: rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}

.swal2-input.swal2-inputerror,
.swal2-file.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.swal2-input:focus,
.swal2-file:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06),
    0 0 0 3px rgba(100, 150, 200, 0.5);
}

.swal2-input::placeholder,
.swal2-file::placeholder,
.swal2-textarea::placeholder {
  color: #ccc;
}

.swal2-range {
  margin: 1em 2em 3px;
  background: #fff;
}

.swal2-range input {
  width: 80%;
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center;
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: rgba(0, 0, 0, 0);
  font-size: 1.125em;
}

.swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  background: rgba(0, 0, 0, 0);
  color: inherit;
  font-size: 1.125em;
}

.swal2-radio,
.swal2-checkbox {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit;
}

.swal2-radio label,
.swal2-checkbox label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.swal2-radio input,
.swal2-checkbox input {
  flex-shrink: 0;
  margin: 0 0.4em;
}

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0;
}

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: 0.625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
}

.swal2-validation-message::before {
  content: '!';
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto 0.6em;
  border: 0.25em solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  user-select: none;
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em;
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474;
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
  left: 1.0625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  right: 1em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-error.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  animation: swal2-animate-error-x-mark 0.5s;
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.swal2-icon.swal2-warning.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-warning.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.5s;
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.swal2-icon.swal2-info.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-info.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-i-mark 0.8s;
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.swal2-icon.swal2-question.swal2-icon-show {
  animation: swal2-animate-error-icon 0.5s;
}

.swal2-icon.swal2-question.swal2-icon-show .swal2-icon-content {
  animation: swal2-animate-question-mark 0.8s;
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%;
}

.swal2-icon.swal2-success
  [class^='swal2-success-circular-line'][class$='left'] {
  top: -0.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.swal2-icon.swal2-success
  [class^='swal2-success-circular-line'][class$='right'] {
  top: -0.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -0.25em;
  left: -0.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'] {
  display: block;
  position: absolute;
  z-index: 2;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
  top: 2.875em;
  left: 0.8125em;
  width: 1.5625em;
  transform: rotate(45deg);
}

.swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  transform: rotate(-45deg);
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  animation: swal2-animate-success-line-tip 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  animation: swal2-animate-success-line-long 0.75s;
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  font-weight: 600;
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative;
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4;
}

.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff;
}

.swal2-progress-steps
  .swal2-progress-step.swal2-active-progress-step
  ~ .swal2-progress-step-line {
  background: #add8e6;
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #2778c4;
}

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.swal2-show {
  animation: swal2-show 0.3s;
}

.swal2-hide {
  animation: swal2-hide 0.15s forwards;
}

.swal2-noanimation {
  transition: none;
}

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0;
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto;
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg);
  }
  33% {
    transform: translateY(0) rotateZ(-2deg);
  }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg);
  }
  100% {
    transform: translateY(0) rotateZ(0deg);
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.8125em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swal2-animate-question-mark {
  0% {
    transform: rotateY(-360deg);
  }
  100% {
    transform: rotateY(0);
  }
}

@keyframes swal2-animate-i-mark {
  0% {
    transform: rotateZ(45deg);
    opacity: 0;
  }
  25% {
    transform: rotateZ(-25deg);
    opacity: 0.4;
  }
  50% {
    transform: rotateZ(15deg);
    opacity: 0.8;
  }
  75% {
    transform: rotateZ(-5deg);
    opacity: 1;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden;
}

body.swal2-height-auto {
  height: auto !important;
}

body.swal2-no-backdrop .swal2-container {
  background-color: rgba(0, 0, 0, 0) !important;
  pointer-events: none;
}

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all;
}

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    > [aria-hidden='true'] {
    display: none;
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)
    .swal2-container {
    position: static !important;
  }
}

body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

body.swal2-toast-shown .swal2-container.swal2-top-start,
body.swal2-toast-shown .swal2-container.swal2-top-left {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-center-start,
body.swal2-toast-shown .swal2-container.swal2-center-left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-start,
body.swal2-toast-shown .swal2-container.swal2-bottom-left {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}
