/* https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&family=Russo+One&display=swap */

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Montserrat-ExtraLight.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.woff2) format('woff2');
}


@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.woff2) format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/RussoOne-Regular.woff2) format('woff2');
}

.hh2>div {
  margin: 0;
  /* width: 100%; */
  /* max-width: 680px; */
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.list__freegames .owl-item>.angled-img .img picture img {
  height: 137px;
  object-fit: contain;
}

.onlinecasino_item>div>.down-part {
  background: linear-gradient(90deg, #383d59 0%, #282b3f 100%);
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.onlinecasino_item>div>.down-part a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.red-modality {
  box-sizing: border-box;
  font-family: Arial, 'HelveticaNeue-Light', Helvetica, sans-serif;
  width: 800px;
  min-width: 535px;
  min-height: 450px;
  background: linear-gradient(0deg, #7f298766 40%, #7f298766 10%);
  padding: 40px 45px 35px 45px;
  border-radius: 0px;
  overflow-y: auto;
  color: #595959;
  font-size: 0.9rem;
  clip-path: polygon(0px 40px, 0px 550px, 800px 550px, 100% 482px, 100% 0px, 40px 0px);
}

div.news-list {
  word-wrap: break-word;
}

div.news-list img.preview_picture {
  float: left;
  margin: 0 4px 6px 0;
}

.news-date-time {
  color: #486daa;
}

#news-row {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  padding: 15px 15px 0 15px;
}

#news-row .news-block {
  display: flex;
  margin-right: 15px;
  margin-bottom: 15px;
  align-items: end;
  width: 32%;
}

#news-row>div:nth-child(3) {
  margin-right: 0;
}

#news-row .news-block .text {
  position: relative;
}

#news-row .news-block .text .btn-group {
  position: absolute;
  top: 75px;
}

#news-row .news-block h4 {
  color: #fff;
  margin: 0;
  font-size: 14px;
}

#news-row .news-block h4 a {
  color: #fff;
}

#news-row .news-block img {
  width: 165px;
  height: 100px;
  margin-right: 15px;
  max-width: initial;
  object-fit: contain;
}

#news-row .news-block a.button {
  padding: 5px 5px;
  border-radius: 4px;
  background: #ff9900;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 8px;
}

@media screen and (max-width: 1200px) {
  #news-row .news-block img {
    width: 130px;
  }

  #news-row .news-block .text .btn-group {
    top: 65px;
  }
}

@media screen and (max-width: 768px) {
  #news-row {
    flex-wrap: wrap;
    padding: 0 10px;
  }

  #news-row .news-block:nth-child(1) {
    margin-top: 15px;
  }

  #news-row .news-block {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }

  #news-row .news-block img {
    width: 125px;
    object-fit: cover;
  }

  #news-row .news-block .text {
    width: 100%;
  }

  #news-row .news-block h4 {
    font-size: 12px;
  }

  #wrapper h3 {
    margin-left: 15px;
  }

  #news-row .news-block .text .btn-group {
    top: 75px;
  }
}

.buttons-2-outer {
  display: block !important;
  height: auto !important;
  background: #212333 !important;
}

.buttons-2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 43px;
  padding-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
}

.button-2 {
  width: 48% !important;
  background: linear-gradient(94.44deg, #2c6deb 0%, #22c8fc 100%);
  overflow: hidden;
}

.button-2::before {
  content: '';
  background: linear-gradient(to top, rgba(34, 200, 252, 0.17), transparent);
  display: block;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: 0.4s;
  position: absolute;
}

.button-2:hover::before {}

.button-2 span {
  width: 100%;
  position: relative;
  height: 100%;
  border: 1px solid #22c8fc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.button-2:last-child span {
  border: 1px solid #760dfc;
}

.button-2 span::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #212333;
  top: -10px;
  left: -10px;
  border-right: 1px solid #22c8fc;
  transform: rotate(45deg);
}

.button-2 span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #212333;
  bottom: -10px;
  right: -10px;
  border-left: 1px solid #22c8fc;
  transform: rotate(45deg);
}

.button-2:last-child span::before {
  border-right: 1px solid #760dfc;
}

.button-2:last-child span::after {
  border-left: 1px solid #760dfc;
}

.button-2:last-child {
  background: linear-gradient(94.44deg, #42409b, #760dfc);
}

/* /local/templates/ludobzor/components/bitrix/news/news-casino/bitrix/news.list/.default/style.css */
.news-one.col-md-3>div>div:first-child .img {
  align-items: center;
  overflow: hidden;
}

.container-faq .news-one.col-md-3>div>div:first-child .img {
  align-items: center;
}

/*.news-one.col-md-3>div>div:first-child img {*/
/*  max-width: max-content;*/
/*}*/

.news-one.col-md-3>div>div h3 {
  line-height: 20px;
  background: linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
  text-align: center;
  border-bottom: 3px solid #282b3f;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.7s ease;
}

.news-one.col-md-3>div>div h3 a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.news-one.col-md-3:hover h3 {
  box-shadow: inset 0px -36px 51px -42px #22c8fc;
  border-bottom: 3px solid #22c8fc;
}

@media (max-width: 1000px) {
  .news-one.col-md-3 {
    width: calc(33.3333% - 20px);
  }
}

@media (max-width: 890px) {
  .news-one.col-md-3 {
    width: calc(50% - 20px);
    max-width: 350px;
  }
}

@media (max-width: 650px) {
  .news-one.col-md-3 {
    width: 100%;
    max-width: 350px;
  }
}

.hh2>div {
  margin: 0;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hh2 ul {
  list-style: none;
  padding: 0;
  margin: 0 20px;
  display: flex;
  height: 100%;
}

.container.allText>.row:last-child>div a:after {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 8px,
      0 100%,
      1px 100%,
      1px 8px,
      8px 1px,
      100% 1px,
      100% 0,
      8px 0);
  width: 100%;
  height: 99%;
  top: 0;
  left: 0;
  background: #22c8fc;
  -webkit-transform: rotate(180deg) translate3d(0, 0px, 0);
  transform: rotate(180deg) translate3d(0, 0px, 0);
}

.container.allText>.row:last-child>div a:before {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 8px,
      0 100%,
      1px 100%,
      1px 8px,
      8px 1px,
      100% 1px,
      100% 0,
      8px 0);
  width: 100%;
  height: 99%;
  top: 0;
  left: 0;
  background: #22c8fc;
}

.itemss .onlinecasino_item>div>div:first-child>a .img img {
  height: unset;
  max-width: max-content;
}

@media (max-width: 991px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

.red-modality {
  box-sizing: border-box;
  font-family: Arial, 'HelveticaNeue-Light', Helvetica, sans-serif;
  width: 800px;
  min-width: 535px;
  min-height: 450px;
  background: linear-gradient(0deg, #7f298766 40%, #7f298766 10%);
  padding: 40px 45px 35px 45px;
  border-radius: 0px;
  overflow-y: auto;
  color: #595959;
  font-size: 0.9rem;
  clip-path: polygon(0px 40px,
      0px 550px,
      calc(100% - 40px) 522px,
      100% 482px,
      100% 0px,
      40px 0px);
}

.casino__label__n.casino__label__n__black {
  width: 42px;
  height: 36px;
  background: linear-gradient(180deg, #eb8324 0, #ff7a00 50%, #d96800 100%);
  clip-path: polygon(0px 0px, 0px 36px, 35px 36px, 42px 29px, 42px 0);
}

.casino__label__n.casino__label__n__black>span {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA0OSA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjU1NSAyNC44OTk5VjI1LjA3OTNDMzcuNjg5NiAyNi4wMTk5IDM3Ljg3MTIgMjcuMzYyMSAzNi44MzkgMjguMDgxM0MzNi4xMjE5IDI4LjUyODEgMzUuMzE3MiAyOC42NTg2IDM0LjY0MyAyOC43OTIyQzMzLjYxNDggMjguOTI3OSAzMi44MDcgMjkuMDY1NyAzMi4zNTkyIDMwLjE0MDdDMzIuNjI4NSAzMC4zMTYyIDMyLjg1MzggMzAuNDk3NyAzMy4xMTkxIDMwLjk5MTRMMzMuMTY2IDMxLjAzNTJDMzcuMDYzNCAyOS4xNTQ0IDQwLjk2MTggMjcuNDk2OSA0NS40ODI1IDI3LjM2MTFDNDYuMzggMjYuODY5NSA0OC43MDY2IDI1LjI1NjkgNDguMTI2MyAyMy41MTA2QzQ2Ljc4MyAyMy4wMTcgNDYuMTk5NSAyMS45ODg4IDQ1Ljc1MzkgMjEuMDkyMkM0NS4zOTQ4IDIwLjQ2NDkgNDUuMDM1NyAxOS44Mzc2IDQ0LjQ1NDMgMTkuMzg4OEM0My40MjYyIDE4LjcxNzYgNDIuMjEyNCAxOC42MzIgNDEuMDk0NCAxOS4xMjE2QzQwLjM3ODQgMTkuNTY4MyAzOS42MTY0IDIwLjM3NjEgMzkuNDgzOCAyMS4xNDAxQzM5LjI1ODQgMjIuNjU3OSAzOC41ODYzIDIzLjg3MTcgMzcuNTU1IDI0Ljg5OTlaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMi40ODUzMyAyNy43NjRDMy4yOTExNyAyOC4wODEzIDQuMzY4MjQgMjguMjU5NyA1LjA4MzI0IDI3LjkwMTdDOC43NTczNCAyNi4xOTgzIDExLjcxMjMgMjguMTI1MSAxNC42MjMzIDI5Ljk2QzE1LjA3NDEgMzAuMjczMiAxNS41NjM3IDMwLjU0MzUgMTYuMDExNSAzMC44NTY2QzE2LjE5MyAzMC42NzkxIDE2LjM3MTUgMzAuNTQzNCAxNi41OTM5IDMwLjQwNjdMMTYuOTk3OCAyOS45NkMxNi45NTI5IDI5LjY5MjcgMTYuODYwMSAyOS40NjYzIDE2Ljc3MzQgMjkuMzgwNkgxNi42ODQ2TDE2LjU5MzkgMjkuMjQ3QzE2LjM3MDQgMjguNzU1NSAxNi4wMTE1IDI4LjQ4NDEgMTUuNDczOSAyOC4zNDg0QzE0LjM1MTkgMjguNDM2IDEzLjM2OTYgMjguMjYwNyAxMi41MTY5IDI3LjcyMzFMMTIuNDc0IDI3LjY3MjFDMTEuMjE4NCAyNi42NDM5IDExLjIxODQgMjUuMDM0MyAxMS4zOTY5IDI0LjA0NEM5LjUxNjk0IDIyLjYxNiA3Ljk5NTIgMjEuMTM5MSA2Ljc4NTQ1IDE5LjQzNTdDNS44NDQwNSAxOS4wMjk3IDMuMTU2MjkgMTguMDAxNSAyLjA4MzMgMTkuNDc5NUMyLjQ4NTIyIDIwLjg2NzcgMS45NDU1NSAyMS44OTU4IDEuNDU0OTYgMjIuNzkyNUMxLjE0Mjc5IDIzLjQ2NTcgMC44MjY2MjkgMjQuMDk3MSAwLjc4MjgwNiAyNC44MDkxQzAuODczNjQ2IDI2LjA2NDggMS40NTQ5NiAyNy4wOTUgMi40ODUyMiAyNy43NjQxTDIuNDg1MzMgMjcuNzY0WiIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTE1LjYwODcgMzYuMjI5QzEyLjY1MTcgMzcuNjYzMSAxMC40MTM4IDM4LjY1MzYgOC44ODc4NSAzOS4yMzA5QzcuMzY4MDUgMzkuOTkzOSA1LjYxOTggMzkuOTA0MiA0LjIzMjU0IDM4LjkxNzhDMy4wNjg3IDM4Ljc4MjEgMi4wMzg1NCAzOS4zMjA3IDEuNDU1MDMgNDAuMzQ3N0MwLjk2NTQ0OSA0MS4yNDg0IDAuNzgyODYyIDQyLjMyNDUgMS4wMDgyOCA0My40ODUzQzEuOTAzODYgNDQuMTE0NiAyLjA4NDM2IDQ1LjA1NTEgMi4yMTY5NCA0NS45NTE2QzIuMzk2NDMgNDYuODQ0MSAyLjUzMDExIDQ3LjY1MDkgMy4zODE3NyA0OC4wNTM4QzUuNDg4MDEgNDguNTAxNiA2LjY1MDgyIDQ2Ljc1NzQgNy44MTc3NSA0NC44NzY2QzguMzA2MzcgNDQuMTU3NSA4Ljc1NzIgNDMuNDQyNSA5LjI0Nzc3IDQyLjkwMThMOS4yOTM2NyA0Mi44MTQySDkuMzg0NUwxNy40MDA3IDM4Ljc4MjJDMTYuOTEwMSAzOC4yMDI4IDE2LjUwMzEgMzcuNTc0NSAxNi4xMDQzIDM2Ljk0OTJDMTUuOTY1NSAzNi43MjI3IDE1Ljc4NyAzNi40NTQ2IDE1LjYwODYgMzYuMjI5MkwxNS42MDg3IDM2LjIyOVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zMi4yMjQ1IDMzLjg1ODVDMzIuMjI0NSAzMi45NjE5IDMyLjIyNDUgMzIuMDE5NSAzMi40NDg5IDMxLjE2ODdDMzIuMjY4MyAzMC44OTk0IDMyLjEzNDggMzAuODA5OCAzMS44Njc1IDMwLjYzMTFMMzEuNzMxOSAzMC41NDM1TDMxLjUwNzUgMzAuNDA1OEwzMS41OTcyIDMwLjE0MDVDMzIuMTgwNyAyOC40ODMgMzMuNDM2MSAyOC4yNTk4IDM0LjUwODMgMjguMDgwMUMzNS4xNzg0IDI3Ljk4ODQgMzUuODUzNyAyNy45MDA3IDM2LjQzNTEgMjcuNDk2NkMzNy4xNTExIDI3LjAwNTEgMzcuMDE4NiAyNi4wMTg2IDM2Ljg4MTkgMjUuMTY1OVYyNS4wNzgyQzM1Ljk4NzMgMjIuNzkzNCAzNy4wMTk1IDIxLjE0MDEgMzguMDQ5OCAxOS41MjQzQzM4LjU4NzQgMTguNjc1NyAzOS4wNzg5IDE3Ljg2ODkgMzkuMzAzNCAxNi45NzAyQzQwLjE5ODggMTIuNzE0OCAzOS4yMTQ2IDguMzczNzUgMzYuNTY5OCA1LjMyNzk5QzM1LjE4MDUgMy44NDk5OSAzMy40MzgzIDIuMzI2MTYgMzEuMjg2MiAxLjc4NzU3QzI1LjQxODEgMC4wODYxNDE2IDE3LjM1NSAwLjEzMDA3IDEyLjQzMDUgNS4zNzM5QzkuNDMxNTkgOC42NDA5IDkuMzgzNjYgMTMuNzkxIDEwLjM2NzEgMTcuNTUzN0gxMC40MTVWMTcuNTk1NkMxMC41MDM3IDE4LjQwNDQgMTAuOTA2NiAxOS4xNjMzIDExLjMwOTQgMTkuOTI2MkMxMS45Mzg4IDIxLjA5MjEgMTIuNTY1MSAyMi4zMDQ5IDEyLjIwNjEgMjMuNzc2N0MxMi4wMjQ2IDI0LjQ0OTkgMTEuNzEzNCAyNi4xNTMzIDEyLjg3NjEgMjcuMTM1N0MxMy42MzcgMjcuNTg1NSAxNC40ODc3IDI3Ljc2MyAxNS40NzUgMjcuNjI5M0gxNS41MTk5TDE1LjYwOTcgMjcuNjcxMkMxNi4yNzk4IDI3LjgwNjggMTYuNzc0NSAyOC4yMTI4IDE3LjE3NzQgMjguNzkxMUMxNy40OTE2IDI5LjAxODUgMTcuNjI0MiAyOS41NTYxIDE3LjcxMzkgMzAuMDA1OUwxNy43NTg4IDMwLjEzOTVMMTcuNjIzMiAzMC4yNzFMMTcuMTMwNSAzMC44OTg0TDE3LjA4NTYgMzAuOTQ0M0wxNi45OTc4IDMwLjk5MDJDMTUuNTYzNyAzMS44NDA5IDE1LjY5OTMgMzMuMjI5MiAxNS43ODcxIDM0LjYxODNDMTUuODMwOSAzNC44Mzk3IDE1LjgzMDkgMzUuMTA5OSAxNS44MzA5IDM1LjMzMTNDMTYuMTQ4MSAzNS43MzUyIDE2LjQxNDMgMzYuMTg2MSAxNi42ODQ3IDM2LjU5QzE3LjUzMzIgMzcuOTI5MiAxOC4zNDExIDM5LjE4OCAxOS44NjMgMzkuNzIzNEwxOS45MDg5IDM5Ljc2NzJDMjMuMDg4MyA0MS4zODA5IDI3LjI5ODggNDEuMDE4OCAyOS45NDE3IDM4LjkxNjZMMjkuOTg2NSAzOC44NzA2SDMwLjAzMDNDMzIuMTgwNSAzNy45MzAxIDMyLjIyNDMgMzUuOTU5NiAzMi4yMjQzIDMzLjg1ODNMMzIuMjI0NSAzMy44NTg1Wk0yNC42OTkgMjIuMzQ1N0MyNS40NjA5IDIzLjY5MDEgMjcuNjU1OSAyNS41NzMgMjYuMzEyNiAyNy4yMjg1QzI1LjUwNjkgMjcuMjI4NSAyNS4xMDE5IDI1LjUyMyAyNC4yMDY0IDI1LjkzQzIzLjc2MTcgMjYuMzMzOSAyMy44MDI1IDI3LjAwNjEgMjMuMTc4MiAyNy4yNzY0QzIyLjgxOTEgMjcuMTM2NiAyMi40MTYzIDI2LjkxNzQgMjIuNDYxMiAyNi40MjM4QzIyLjI4MjcgMjQuNjc0NCAyMy4zNTU4IDIzLjczNiAyNC42OTkgMjIuMzQ1N0gyNC42OTlaTTE1LjI5NTUgMTkuNzkzNkMxNS4yOTU1IDE4LjIyNTkgMTYuNTQ5MSAxNy4wMTYyIDE4LjExNzkgMTcuMDE2MkMxOS42NDE2IDE3LjAxNjIgMjAuODk0NCAxOC4yMjU5IDIwLjg5NDQgMTkuNzkzNkMyMC44OTQ0IDIxLjMxNTUgMTkuNjQxOCAyMi41NzExIDE4LjExNzkgMjIuNTcxMUMxNi41NDkxIDIyLjU3IDE1LjI5NTUgMjEuMzE1NCAxNS4yOTU1IDE5Ljc5MzZaTTMwLjQ3NzMgMzQuNjY1M0MyOS43MTUzIDM2LjIyOSAyOS40MDQzIDMzLjU0NTQgMjguMjg1MyAzNC4xNzE2QzI3LjI5ODkgMzQuMjE1NSAyNy4wNzM1IDM1LjI0NzcgMjYuNjcwNiAzNS44MjkxQzI1LjU1MjcgMzYuNDU0NCAyNS41OTU1IDM0Ljg5MDcgMjQuODMzNiAzNC42NjUzQzI0LjIwNjMgMzQuMjU5NCAyMy4zNTU2IDM0LjM5NiAyMi44MTkxIDM0LjkzMjZDMjAuOTgzMSAzNy44NDQ3IDIxLjc0NTIgMzIuNjQ3NyAxOS40MTQ0IDMzLjU0NjRDMTguNTYyNyAzMy41ODgyIDE4LjkyMDcgMzQuNjY2MyAxOC4zODUyIDM0LjkzMjZDMTcuNzEzIDM0LjM0OTEgMTcuMDQzOSAzMi45NjE5IDE4LjExNiAzMS45MzI3QzE5LjUwNTIgMzIuNzgxMyAxOS4yMzY5IDMwLjk0NjQgMTkuODE3NCAzMC40MDY4QzIxLjA2OTkgMzAuMzYzIDE5LjkwODEgMzIuMjkzOSAyMC44MDE3IDMyLjgyNzNDMjEuMjkzMiAzMy4zMjEgMjEuOTIxNiAzMy41NDY0IDIyLjY0MTcgMzMuNDU0NkMyMy44NTA1IDMyLjkxNzEgMjMuMTMxMyAzMS40ODYxIDIzLjkzODIgMzAuNzIzMUMyNS4wMTIyIDMwLjc2NDkgMjQuMzg1OCAzMS45NzQ3IDI0LjgzMjcgMzIuNTE0MUMyNS4xOTE3IDMzLjM2NDggMjYuMDQ1NCAzMy43Njc4IDI2LjkzNyAzMy43MTk4QzI3LjgzMjUgMzMuNTAwNCAyNy43ODk2IDMyLjUxNDEgMjcuNzg5NiAzMS43MDcyQzI4LjY0MTMgMjkuMTA5MiAyOS4yMjM3IDMyLjc4MTMgMzAuNTcxMiAzMi4yOTI3QzMwLjcwMjggMzMuMDA3NyAzMC4zODc2IDMzLjgxNDYgMzAuNDc3NCAzNC42NjUyTDMwLjQ3NzMgMzQuNjY1M1pNMjguMjg1MiAxOS43OTM2QzI4LjI4NTIgMTguMjI1OSAyOS41Mzc3IDE3LjAxNjIgMzEuMTA2NSAxNy4wMTYyQzMyLjYyNzQgMTcuMDE2MiAzMy44ODQxIDE4LjIyNTkgMzMuODg0MSAxOS43OTM2QzMzLjg4NDEgMjEuMzE1NSAzMi42MjgzIDIyLjU3MTEgMzEuMTA2NSAyMi41NzExQzI5LjUzNjcgMjIuNTcgMjguMjg1MiAyMS4zMTU0IDI4LjI4NTIgMTkuNzkzNloiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00Mi42MTczIDQwLjM5NDdDNDEuNzIyNyA0MC40NDA2IDQwLjkxMzggNDAuNDQwNiA0MC4xNTQgNDAuMzQ4OEg0MC4xMTEyTDQwLjA2MzIgNDAuMzA2OUwzMi43NjQyIDM2LjMxODdDMzIuNTg1NyAzNy4zNTEgMzIuMTM1OCAzOC4yOTE1IDMxLjE5NzYgMzkuMDA4NUMzNC4wMTc4IDQwLjYyMDEgMzYuMDMyNCA0MS44Mjk5IDM3LjM3NjcgNDIuNzI2NEMzOC44NTM2IDQzLjUzMTIgMzkuNzk1MSA0NS4wNTcyIDM5Ljc1MTMgNDYuNzEyNkM0MC4yODc4IDQ3Ljc4NDYgNDEuMzY0OSA0OC4zMjQyIDQyLjUyODggNDguMTkwNkM0My41NTkgNDguMTA1IDQ0LjU0MzMgNDcuNjA5MiA0NS4zNTAxIDQ2LjgwMDRDNDUuMzUwMSA0NS42ODI1IDQ2LjA2ODIgNDUuMDExMyA0Ni42OTI1IDQ0LjM4NkM0Ny4zNjQ2IDQzLjc1ODcgNDcuOTAzMiA0My4xNzEyIDQ3Ljc2ODYgNDIuMjMyOUM0Ni45MTU5IDQwLjIxNTMgNDQuODEwNiA0MC4zMDcyIDQyLjYxNzUgNDAuMzk0OUw0Mi42MTczIDQwLjM5NDdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4=) center no-repeat;
  background-size: auto 17px;
  display: inline-block;
  height: 17px;
  width: 20px;
}

/* /local/templates/ludobzor/components/bitrix/news.list/raiting_casinos_list/style.css */
.oc__header {
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(0px 20px,
      0px 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 20px),
      100% 0px,
      20px 0px);
  width: 100%;
  background: #212333;
  position: relative;
  padding: 40px;
  margin-top: 50px;
}

.oc__left__column {
  padding-right: 40px;
}

.oc__logo {
  width: 288px;
  display: flex;
  height: 219px;
  text-align: center;
  position: relative;
  justify-content: center;
}

.oc__logo:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.oc__logo img {
  align-self: center;
}

.oc__grade {
  width: 288px;
  height: 98px;
  background: url('wp-content/themes/ludobzor/assets/images/portal_evaluation.svg');
  border: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}

.oc__grade .value {
  font-size: 22px;
  line-height: 27px;
}

.oc__grade .value .green {
  color: #459a48;
  font-style: normal;
}

.oc__grade .value .yellow {
  color: yellow;
  font-style: normal;
}

.short__brand--link {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

.short__brand--link:hover {
  color: #fff;
}

.list-game {
  font-size: 16px;
  line-height: 20px;
}

.list__characteristics {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.list__characteristics--item {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.list__characteristics--item svg {
  margin-right: 10px;
}

.providers .label,
.pay .label {
  margin-bottom: 15px;
  display: block;
}

.brand__logo {
  padding: 5px;
  background: #282b3f;
  border-radius: 2px;
}

.brand__logo+.brand__logo {
  margin-left: 5px;
}

.oc__bottom__column {
  margin-top: 15px;
  padding: 20px 25px;
  background: linear-gradient(180deg,
      rgba(156, 79, 220, 0.3) 0%,
      rgba(156, 79, 220, 0.05) 100%);
  border-top: 1px solid #9c4fdc;
}

.casino__bonus {
  align-items: center;
}

.sidebar-info-raiting .casino-all-info-inner {
  margin-top: 0;
  border-bottom: 0.5px solid rgba(85, 91, 129, 0.4);
}

.sidebar-info-raiting .sidebar-casino-info-left {
  width: 80%;
}

.sidebar-info-raiting .sidebar-casino-info-right {
  position: relative;
}

.sidebar-info-raiting .sidebar-casino-info-right span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #757ba0;
  border-bottom: 1px solid #757ba0;
  -webkit-transform: rotate(45deg) translate3d(0, 5px, 0);
  transform: rotate(45deg) translate3d(0, 5px, 0);
  margin: 0 0 0;
  position: absolute;
  right: 0;
  top: 4px;
}

.sidebar-info-raiting .sidebar-casino-info-right span:after {
  content: '';
}

.sidebar-info-raiting .casino-all-info-inner-right .flex {
  flex-direction: row;
}

.casino-all-info-inner-right .flex.flexcol {
  display: flex;
  flex-direction: column;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.clickkk {
  cursor: pointer;
}

.sidebar-info-raiting .casino-all-info-inner-right.resetFilter {
  visibility: hidden;
  display: none;
}

.sidebar-info-raiting .casino-all-info-inner-right.resetFilter.active {
  padding-top: 25px;
  visibility: visible;
  display: block;
}

.sidebar-info-raiting .casino-all-info-inner-right.resetFilter.active .sidebar-casino-all-info {
  align-items: center;
  font-weight: 500;
  justify-content: center;
  padding: 19px 0;
  background: linear-gradient(90deg, #383d59 0%, #282b3f 100%);
}

.sidebar-info-raiting .widget-title span.mobb {
  display: none;
}

.sidebar-info-raiting .casino-all-info-inner-right .popup {
  display: none;
  overflow: hidden;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties {
  display: flex;
  flex-direction: column;
  padding: 0;
  max-height: 195px;
  overflow-y: auto;
  overflow-x: hidden;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties::-webkit-scrollbar {
  width: 6px;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties::-webkit-scrollbar-track {
  background-color: rgba(240, 240, 240, 0.32);
  border-radius: 5px;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties::-webkit-scrollbar-thumb {
  background-color: #f0f0f0;
  border-radius: 5px;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left {
  display: inline-block;
  line-height: 100%;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: rgb(33 29 59 / 40%);
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left input[type='radio'],
.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left input[type='checkbox'] {
  display: none;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left label {
  position: relative;
  margin: 3px 0;
  width: 100%;
  cursor: pointer;
  transition: .4s opacity;
  padding: 10px 20px;
  padding-left: 30px;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left label:hover {
  opacity: .7;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left label:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid #555b81;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 0;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left label svg {
  display: none;
}

.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left input[type='radio']:checked+label svg,
.sidebar-info-raiting .casino-all-info-inner-right .flex.properties .sidebar-casino-info-left input[type='checkbox']:checked+label svg {
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 12px;
  z-index: 1;
  top: 8px;
  fill: #4caf50;
}

.sidebar-info-raiting .casino-all-info-inner-right.active .sidebar-casino-info-right span {
  transform: rotate(225deg) translate3d(0, 5px, 0);
  right: 7px;
  top: 14px;
}

#kgamesp {
  color: #22c8fc;
}

.ui-widget.ui-widget-content {
  border: 0 !important;
}

.ui-slider-horizontal {
  height: 4px !important;
}

.ui-widget-content {
  background: #383d59 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -7px !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0 !important;
  background: #22c8fc !important;
  border-radius: 1px !important;
  outline: none !important;
}

.ui-widget-header {
  background: #22c8fc !important;
}

@media (max-width: 991px) {
  .sidebar-info-raiting .casino-all-info-inner-right {
    display: none;
  }

  .sidebar-info-raiting .widget-title {
    max-width: none;
  }

  .sidebar-info-raiting .widget-title span {
    padding-right: 35px;
    cursor: pointer;
  }

  .sidebar-info-raiting .widget-title span.nomobb {
    display: none;
  }

  .sidebar-info-raiting .widget-title span.mobb {
    display: block;
  }

  .sidebar-info-raiting .widget-title span i {
    display: inline-block;
    width: 10px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 10px;
    position: absolute;
    top: 16px;
    right: 15px;
  }

  .sidebar-info-raiting .widget-title span i:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    top: 2px;
  }

  .sidebar-info-raiting .widget-title span i:before {
    content: '';
  }
}

@media (max-width: 575px) {

  .btn_promo-purple,
  .pay {
    margin-top: 10px !important;
  }
}

/* /local/templates/ludobzor/assets/bower_components/bootstrap5/css/bootstrap.min.css */
@charset "UTF-8";

/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
  --bs-gradient: linear-gradient(180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
}

*,
::after,
::before {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

.small,
small {
  font-size: 0.875em;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role='button'] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: 'â€”Â ';
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table> :not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
  vertical-align: inherit;
}

.table>thead {
  vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm> :not(caption)>*>* {
  padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
  border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
  border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
  border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control[type='file'] {
  overflow: hidden;
}

.form-control[type='file']:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size='1']) {
  padding-right: 0.75rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #e9ecef;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.form-check-input[type='checkbox'] {
  border-radius: 0.25em;
}

.form-check-input[type='radio'] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.form-check-input:checked[type='checkbox'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type='radio'] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type='checkbox']:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating>label {
    transition: none;
  }
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent;
}

.form-floating>.form-control::placeholder {
  color: transparent;
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size='1'],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size='1'] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position:
    right 0.75rem center,
    center right 2.25rem;
  background-size:
    16px 12px,
    calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754;
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: 0.5em;
}

.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}

.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size='1'],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size='1'] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position:
    right 0.75rem center,
    center right 2.25rem;
  background-size:
    16px 12px,
    calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: 0.5em;
}

.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}

.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}

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

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}

.btn-link:hover {
  color: #0a58ca;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }

  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }

  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n + 3),
.btn-group> :not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn~.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:focus,
.nav-link:hover {
  color: #0a58ca;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}

.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, '/');
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}

.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}

.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}

.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}

.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}

.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}

.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}

.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered>li::before {
  content: counters(section, '.') '. ';
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.list-group-item+.list-group-item {
  border-top-width: 0;
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }

  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
  opacity: 0;
}

.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container> :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[data-popper-placement^='top'],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[data-popper-placement^='right'],
.bs-tooltip-end {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[data-popper-placement^='bottom'],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}

.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[data-popper-placement^='left'],
.bs-tooltip-start {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[data-popper-placement^='top']>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^='top']>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^='top']>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-auto[data-popper-placement^='right']>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^='right']>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^='right']>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-auto[data-popper-placement^='bottom']>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-auto[data-popper-placement^='bottom']>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^='bottom']>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[data-popper-placement^='bottom'] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: '';
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-auto[data-popper-placement^='left']>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-auto[data-popper-placement^='left']>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[data-popper-placement^='left']>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}

.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {

  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: '';
}

.link-primary {
  color: #0d6efd;
}

.link-primary:focus,
.link-primary:hover {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:focus,
.link-success:hover {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:focus,
.link-info:hover {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: '';
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

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

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/* /local/templates/ludobzor/assets/youplay/css/newdesign.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #f5f5f5;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1300px;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row>* {
  padding-left: 0px;
  padding-right: 0px;
}

img {
  max-width: 100%;
}

button {
  border: none;
}

a,
a:hover {
  text-decoration: none !important;
}

a,
footer>.row.foot2 .social-icons .social-icon a svg,
footer>.row.foot2 .social-icons .social-icon a svg path,
.index__left .two_blocks_small_info_casinoss a .img img,
.modal-content .close span {
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

html {
  min-height: 100%;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  background: #1a1c29;
  background-image: url(../images/fon2.webp);
  min-height: 100%;
  color: #fff;
  padding-top: 90px;
}

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

.raitingCasino .text.ttt noindex {
  display: none;
}

header {
  border-bottom: 2px solid #0dcffc;
  background: #212333 !important;
  height: 90px;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
}

header .container {
  height: 100%;
}

header .container .row {
  height: 100%;
}

.fullheader {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.fullheader>a {
  display: flex;
  align-items: center;
}

.fullheader>nav {
  display: flex;
  width: 100%;
  padding: 0 40px 0 15px;
  height: 100%;
  align-items: center;
}

.fullheader>nav>ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: center;
}

.fullheader>nav>ul>li {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}

.fullheader>nav>ul>li.selectedd {}

.fullheader>nav>ul>li>a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  position: relative;
}

.fullheader>nav>ul>li>a:hover {}

.fullheader>nav>ul>li.eshe>a:after,
.fullheader>nav>ul>li.selectedd>a:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 5px;
  right: -10px;
}

.block4_mt30 {
  margin-top: 60px;
}

.fullheader>form {
  height: 40px;
  display: flex;
  align-items: center;
  background: #1a1c29;
  border-radius: 5px;
  width: 175px;
  position: relative;
  overflow: hidden;
}

.fullheader>form input {
  display: flex;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
  color: #fff;
  padding: 0 5px 0 50px;
  outline: none;
}

.fullheader>form input.active {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 5px;
  background: #383d59;
  border-radius: 5px;
  height: 100%;
}

.fullheader>form input[type='submit'] {
  display: none;
}

.fullheader>form>span {
  display: none;
}

.fullheader>form>div {
  position: absolute;
  background: none;
  border: 0;
  left: 19px;
}

.fullheader>form>button svg {}

.sb-search-container {
  border-radius: 0;
  width: 175px;
  height: 40px;
  margin: 0;
  position: relative;
  display: flex;
  transition: 0.3s ease;
  min-width: 175px;
}

.sb-search {
  position: absolute;
  right: 0;
  width: 0;
  min-width: 175px;
  height: 40px;
  float: right;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  display: flex;
  border-radius: 5px;
  align-items: center;
  align-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sb-search form {
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0px;
  border: 0;
  outline: 0;
  background: #555b81;
  width: 100%;
  height: 40px;
  margin: 0;
  z-index: 1;
  padding: 8px 15px 8px 15px;
  font-family: inherit;
  color: #fff;
  border-radius: 5px;
}

.sb-icon-search svg {
  display: inline-block;
  position: absolute;
  left: 25px;
}

.sb-icon-search svg path {
  fill: #fff;
}

#sb-search .sb-icon-search,
#sb-search .sb-search-submit {
  min-width: 100%;
  width: 100%;
  height: 40px;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: none;
  border: 0;
}

.sb-icon-search {
  color: #9a9d9f;
  z-index: 1;
}

.icon-search {
  fill: rgb(255 255 255);
}

.icon-search {
  width: 19px;
  height: 19px;
}

.sb-search-result {
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 2;
}

.sb-icon-search-button {
  display: flex;
  width: 150px;
  height: 40px;
  background: linear-gradient(90deg, #404d9b 0%, #22c8fc 100%);
  border-radius: 0px 5px 5px 0px;
  position: absolute;
  top: 0;
  right: -152px;
  border: 0;
  outline: none;
  z-index: 1;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sb-icon-search-button span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-right: 10px;
}

.sb-icon-search-button svg {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.sb-icon-search-button svg path {
  fill: #fff;
}

.navbar-small .sb-search-container {
  height: 50px;
}

.sb-search.sb-search-open {}

.sb-search.sb-search-open .sb-search-input {
  background: #383d59;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding-right: 165px;
}

.sb-search.sb-search-open .sb-icon-search {
  display: none !important;
}

.sb-search.sb-search-open .sb-icon-search-button {
  right: 0;
}

.sb-search-result {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 2;
}

.mlives-results {
  position: absolute;
  z-index: 1;
  min-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #383d59;
  border-radius: 5px;
}

.mlives-buttons {
  padding: 22.5px 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.mlives-results__show-all {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 40px;
  border-top: 1px solid rgba(85, 91, 129, 1);
  text-decoration: none;
  order: 1;
  transition: all ease-in 0.3s;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
}

.mlives-results__button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  margin: 7.5px 15px 7.5px 0;
  cursor: pointer;
  transition: all ease-in 0.3s;
  height: 30px;
  line-height: 30px;
  padding: 0 17px;
  border: 1px solid #555b81;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.mlives-results__button.active {
  background: none;
  border: 1px solid #555b81;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.mlives-results__button.active {
  color: #fff;
}

.mlives-results__block.active {
  display: flex;
  flex-direction: column;
}

.mlives-results__item {
  justify-content: space-around;
  display: flex;
  text-decoration: none;
  padding-top: 0;
  margin: 15px 0 0 0;
  width: 100%;
  align-items: center;
  height: 110px;
  position: relative;
  clip-path: polygon(0px 20px,
      0px 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 20px),
      100% 0px,
      20px 0px);
  background: linear-gradient(180deg, rgba(40, 43, 63, 0) 0%, #282b3f 100%);
}

.mlives-results__item:after {
  content: '';
  clip-path: polygon(0 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 20px),
      100% 0,
      calc(100% - 1px) 0,
      calc(100% - 1px) calc(100% - 20px),
      calc(100% - 20px) calc(100% - 1px),
      0 calc(100% - 1px));
  background: #414668;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mlives-results__item:before {
  content: '';
  clip-path: polygon(0 100%,
      0 20px,
      20px 0,
      100% 0,
      100% 1px,
      20px 1px,
      1px 20px,
      1px 100%);
  background: #414668;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mlives-results__image {
  float: left;
  max-width: 144px;
}

.mlives-results__item>span {
  display: flex;
  color: #fff;
}

.mlives-results__title {
  margin-left: 30px;
  display: block;
  font-weight: bold;
  transition: all ease-in 0.3s;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
}

.mlives-results__item .mlives-results__excerpt {
  display: none !important;
}

.mlives-results__item:first-child {
  margin-top: 0;
}

.mlives-results__more {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  justify-content: center;
}

.mlives-results__prop {
  align-items: center;
}

.mlives-results__prop--first {
  border-left: 1px solid #383d59;
  padding-left: 40px;
}

.mlives-results__prop--last {
  border-right: 1px solid #383d59;
  padding-right: 40px;
}

.mlives-results__prop i {
  font-style: normal;
  margin-left: 15px;
}

.modal-dialog {
  background: none;
  min-height: auto;
  max-width: 770px;
  width: auto;
}

.modal-content {
  background: none;
  padding: 0;
}

.modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #1a1c29;
  border: 0;
  z-index: 1;
}

.modal-body,
.popup__body {
  flex: none;
  clip-path: polygon(0 30px,
      0 100%,
      calc(100% - 30px) 100%,
      100% calc(100% - 30px),
      100% 0,
      30px 0);
  padding: 50px 70px 60px;
  background: #212333;
}

.modal-body .row {
  align-items: center !important;
}

.modal-body .row .promo__image__popupp {}

.modal-body .row .promo__image__popupp img {
  max-height: 320px;
  max-width: 270px;
  width: 100%;
}

.modal-body text {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
}

.modal-body text span {
  color: rgba(69, 154, 72, 1);
}

.modal-body p,
.modal-body ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0 0;
}

.modal-body .col-md-6:last-child {
  padding-left: 50px;
}

.popup__body:after,
.popup__body:before {
  content: '';
}

.popup__body {
  position: relative;
}

.iu1,
.iu2,
.popup__body:after,
.popup__body:before {
  display: flex;
  clip-path: polygon(0 0, 0px 65px, 1px 30px, 30px 1px, 230px 1px);
  background: rgba(34, 200, 252, 1);
  position: absolute;
  width: 230px;
  height: 65px;
  left: 0;
  top: 0;
}

.iu2,
.popup__body:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}

.force-close {
  margin-top: 30px;
}

.modal-content .close span {
  font-size: 42px;
  display: inline-block;
  line-height: 27px;
  color: #FFF;
}

.modal-content .close:hover span {
  color: #fff;
}

.popup__heading {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  color: #ffffff;
  position: relative;
}

.popup__heading .fi {
  display: flex;
  width: 100%;
  height: 7px;
  clip-path: polygon(0 5px,
      0 7px,
      calc(50% - 27px) 7px,
      calc(50% - 22px) 2px,
      calc(50% + 22px) 2px,
      calc(50% + 27px) 7px,
      100% 7px,
      100% 5px,
      calc(50% + 27px) 5px,
      calc(50% + 22px) 0,
      calc(50% - 22px) 0,
      calc(50% - 27px) 5px);
  background: rgba(34, 200, 252, 0.5);
  margin-bottom: -1px;
}

.popup__heading .si {
  display: flex;
  width: 100%;
  height: 7px;
  clip-path: polygon(0 5px,
      0 7px,
      calc(50% - 27px) 7px,
      calc(50% - 22px) 2px,
      calc(50% + 22px) 2px,
      calc(50% + 27px) 7px,
      100% 7px,
      100% 5px,
      calc(50% + 27px) 5px,
      calc(50% + 22px) 0,
      calc(50% - 22px) 0,
      calc(50% - 27px) 5px);
  background: rgba(34, 200, 252, 0.5);
  transform: matrix(1, 0, 0, -1, 0, 0);
  margin-top: -2px;
}

.popup__heading>div {
  flex: none;
  clip-path: polygon(0 5px,
      0 calc(50% - 24px),
      5px calc(50% - 19px),
      5px calc(50% + 19px),
      0px calc(50% + 24px),
      0 calc(100% - 5px),
      calc(50% - 25px) calc(100% - 5px),
      calc(50% - 20px) 100%,
      calc(50% + 20px) 100%,
      calc(50% + 25px) calc(100% - 5px),
      100% calc(100% - 5px),
      100% calc(50% + 24px),
      calc(100% - 5px) calc(50% + 19px),
      calc(100% - 5px) calc(50% - 19px),
      100% calc(50% - 24px),
      100% 5px,
      calc(50% + 25px) 5px,
      calc(50% + 20px) 0px,
      calc(50% - 20px) 0px,
      calc(50% - 25px) 5px);
  font-weight: 400;
  font-size: 26px;
  line-height: 31px;
  padding: 50px 40px;
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0.09) 0%,
      rgba(34, 200, 252, 0.25) 100%);
  border-top: 4px solid #22c8fc;
  border-bottom: 4px solid #22c8fc;
}

.popup__content {
  margin-top: 60px;
}

.popup__content form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.bb-green,
.bb-red {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
  line-height: 17px;
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
  color: #ffffff;
  width: calc(50% - 10px);
  height: 47px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(0 0,
      0 calc(100% - 11px),
      11px 100%,
      100% 100%,
      100% 11px,
      calc(100% - 11px) 0);
}

.bb-green {
  background: linear-gradient(180deg,
      rgba(69, 154, 72, 0) 0%,
      rgba(69, 154, 72, 0.2) 100%);
}

.bb-green:after {
  content: '';
  display: flex;
  clip-path: polygon(0px 0,
      0px calc(100% - 11px),
      0px 100%,
      11px 100%,
      100% 100%,
      100% calc(100% - 1px),
      11px calc(100% - 1px),
      1px calc(100% - 11px),
      1px 0);
  background: rgba(69, 154, 72, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.bb-green:before {
  content: '';
  display: flex;
  clip-path: polygon(0px 0,
      0px calc(100% - 11px),
      0px 100%,
      11px 100%,
      100% 100%,
      100% calc(100% - 1px),
      11px calc(100% - 1px),
      1px calc(100% - 11px),
      1px 0);
  background: rgba(69, 154, 72, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bb-red {
  background: linear-gradient(180deg,
      rgba(252, 68, 90, 0) 0%,
      rgba(252, 68, 90, 0.2) 100%);
}

.bb-red:after {
  content: '';
  display: flex;
  clip-path: polygon(0px 0,
      0px calc(100% - 11px),
      0px 100%,
      11px 100%,
      100% 100%,
      100% calc(100% - 1px),
      11px calc(100% - 1px),
      1px calc(100% - 11px),
      1px 0);
  background: rgba(252, 68, 90, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: matrix(-1, 0, 0, -1, 0, 0);
}

.bb-red:before {
  content: '';
  display: flex;
  clip-path: polygon(0px 0,
      0px calc(100% - 11px),
      0px 100%,
      11px 100%,
      100% 100%,
      100% calc(100% - 1px),
      11px calc(100% - 1px),
      1px calc(100% - 11px),
      1px 0);
  background: rgba(252, 68, 90, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bb-green:hover,
.bb-red:hover {
  color: #fff;
}

main {
  background-image: url(../images/stars.webp);
  background-position: top center;
  background-repeat: no-repeat;
}

.block_t {
  display: flex;
  width: 100%;
  color: #fff;
  margin: 30px 0 60px;
  position: relative;
  height: 160px;
  width: 100%;
}

.block_t:after {
  display: none;
  content: '';
  position: absolute;
  width: 539px;
  height: 1px;
  background: linear-gradient(180deg, #22c8fc 0%, rgba(34, 200, 252, 0) 100%);
  right: 0;
  bottom: 0;
}

.block_t:before {
  display: none;
  content: '';
  position: absolute;
  width: 541px;
  height: 1px;
  background: linear-gradient(180deg, #22c8fc 0%, rgba(34, 200, 252, 0) 100%);
  left: 0;
  bottom: 0;
}

.block_t>div {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0px 0px,
      0px 160px,
      calc(50% - 100px) 160px,
      calc(50% - 84px) 144px,
      calc(50% + 84px) 144px,
      calc(50% + 100px) 160px,
      100% 160px,
      100% 0px);
  width: 100%;
  background: linear-gradient(0deg,
      rgba(34, 200, 252, 0.11) 0%,
      rgba(34, 200, 252, 0) 84.52%);
  border-bottom: 1px solid #208fb5;
}

.block_t>i {
  display: inline-block;
  background: #22c8fc;
  clip-path: polygon(0 16px,
      0 17px,
      11px 17px,
      27px 1px,
      194px 1px,
      210px 17px,
      220px 17px,
      220px 16px,
      210px 16px,
      194px 0px,
      27px 0px,
      11px 16px);
  width: 220px;
  height: 17px;
  position: absolute;
  left: calc(50% - 110px);
  bottom: 0px;
  shape-outside: polygon(0 16px,
      0 17px,
      11px 17px,
      27px 1px,
      194px 1px,
      210px 17px,
      220px 17px,
      220px 16px,
      210px 16px,
      194px 0px,
      27px 0px,
      11px 16px) content-box;
}

.block_t>span {
  display: inline-block;
  clip-path: polygon(0 16px,
      0 17px,
      11px 17px,
      27px 1px,
      194px 1px,
      210px 17px,
      220px 17px,
      220px 16px,
      210px 16px,
      194px 0px,
      27px 0px,
      11px 16px);
  width: 220px;
  height: 17px;
  position: absolute;
  left: calc(50% - 110px);
  top: 0px;
  shape-outside: polygon(0 16px,
      0 17px,
      11px 17px,
      27px 1px,
      194px 1px,
      210px 17px,
      220px 17px,
      220px 16px,
      210px 16px,
      194px 0px,
      27px 0px,
      11px 16px) content-box;
  transform: matrix(1, 0, 0, -1, 0, 0);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(202, 242, 254, 0.2) 10%,
      rgba(34, 200, 252, 0.2) 50%,
      rgba(215, 245, 254, 0.2) 90%,
      rgba(255, 255, 255, 0) 100%);
}

.block_t>i.i1 {
  bottom: 1px;
  opacity: 0.4;
}

.block_t>i.i2 {
  bottom: -1px;
  opacity: 0.4;
}

.block_t>div:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #1f7c9e 0%, rgba(34, 200, 252, 0) 84.52%);
  display: inline-block;
}

.block_t>div:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #1f7c9e 0%, rgba(34, 200, 252, 0) 84.52%);
  display: inline-block;
}

.block_t>div>span:first-child {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 51px;
  display: inline-block;
  margin-right: 54px;
}

.block_t>div>span:last-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  max-width: 420px;
}

.block4 {
  position: relative;
}

body:after {
  content: '';
  position: absolute;
  width: 106.09px;
  height: 1077.07px;
  background: rgba(34, 200, 252, 0.8);
  filter: blur(120px);
  transform: rotate(12.92deg);
  top: -275px;
  left: calc(50% - 723px);
  z-index: 1;
  border-radius: 50%;
}

body:before {
  content: '';
  width: 106.09px;
  height: 1077.07px;
  left: calc(50% + 720px);
  top: -151.2px;
  background: #9c4fdc;
  filter: blur(120px);
  transform: rotate(-20.3deg);
  z-index: 1;
  display: none;
  position: absolute;
  border-radius: 50%;
}

.block4 .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 -5px;
}

.block4 .row .col {
  max-width: 310px;
  margin: 10px 5px;
}

.block4 .row .col>div {}

.block4 .row .col>div>a {
  display: flex;
  width: calc(100% - 0px);
  height: 140px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.block4 .row .col>div>a:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
  z-index: 2;
}

.block4 .row .col>div>a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -1px;
  right: -1px;
  clip-path: polygon(0px 0px, 25px 25px, 25px 0);
}

.block4 .row .angled-img4 a {
  background: linear-gradient(105.36deg, #1a1c29 0.65%, #4f7fdc 100%);
  border: 1px solid #4f7fdc;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.block4 .row .angled-img4 a:after {
  border-top: 3px solid #4f7fdc;
  border-left: 3px solid #4f7fdc;
}

.block4 .row .angled-img4 a:before {
  background: #4f7fdc;
}

.block4 .row .angled-img3 a {
  background: linear-gradient(105.36deg, #1a1c29 0.65%, #653093 100%);
  border: 1px solid #9c4fdc;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.block4 .row .angled-img3 a:after {
  border-top: 3px solid #9c4fdc;
  border-left: 3px solid #9c4fdc;
}

.block4 .row .angled-img3 a:before {
  background: #9c4fdc;
}

.block4 .row .angled-img2 a {
  background: linear-gradient(105.36deg, #1a1c29 0.65%, #1e5761 100%);
  border: 1px solid #10ade5;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.block4 .row .angled-img2 a:after {
  border-top: 3px solid #10ade5;
  border-left: 3px solid #10ade5;
}

.block4 .row .angled-img2 a:before {
  background: #10ade5;
}

.block4 .row .angled-img1 a {
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0) 0%,
      rgba(34, 200, 252, 0.16) 100%);
  border: 1px solid #22c8fc;
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.15);
}

.block4 .row .angled-img1 a:after {
  border-top: 3px solid #22c8fc;
  border-left: 3px solid #22c8fc;
}

.block4 .row .angled-img1 a:before {
  background: #22c8fc;
}

.block4 .row .col>div>a img {
  display: flex;
  max-width: 100%;
}

.block4 .row .col>div>div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 30px;
  clip-path: polygon(0px 0px,
      0px 23px,
      7px 30px,
      calc(100% - 7px) 30px,
      100% 23px,
      100% 0px);
}

.block4 .row .col>div>div>div:first-child {
  display: flex;
  background: linear-gradient(270deg, #ec2c43 0.13%, #b62536 99.9%);
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  width: calc(100% - 120px);
  padding: 0 0 0 20px;
}

.block4 .row .col>div>div>div:last-child,
.casino__label__n {
  display: flex;
  background: linear-gradient(270deg, #459a48 8.2%, #039600 100%);
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  width: 120px;
  padding: 0;
  cursor: pointer;
  justify-content: center;
}

.block4 .row .col>div>div>div:last-child>span {}

.block4 .row .col>div>div>div:last-child>span svg {}

.casino__label__n {
  width: 122px;
  height: 26px;
  position: absolute;
  z-index: 2;
  color: #fff;
}

.casino__label__n svg {
  margin-right: 4px;
}

.hh1 {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.hh1.full {}

.hh1.full>h2 {
  max-width: 100%;
}

.hh2.full>div {
  max-width: 96%;
}

.hh1>h2,
.hh1>h1,
.hh1>i,
.hh1>text {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  max-width: 900px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0px 0px, 22px 90px, calc(100% - 22px) 90px, 100% 0);
  background: #212333;
  position: relative;
}

.hh1>h2 a,
.hh3 h2 a {
  text-decoration: none;
  color: inherit;
}

.hh1>h2:after,
.hh1>h1:after,
.hh1>text:after {
  content: '';
}

.hh1>h2:before,
.hh1>h1:before,
.hh1>text:before {
  content: '';
  display: inline-block;
  position: absolute;
  clip-path: polygon(0px 0px,
      22px 90px,
      1px 1px,
      calc(100% - 1px) 1px,
      calc(100% - 22px) 90px,
      100% 0);
  width: 100%;
  height: 100%;
  border: 1px solid;
  background: rgb(34, 200, 252);
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 1) 0%,
      rgba(0, 0, 0, 0) 100%);
  border-top: 1px solid rgba(34, 200, 252, 1);
}

.hh2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
}

.hh2>div {
  margin: 0;
  width: 100%;
  max-width: 680px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hh2>div:before {
  content: '';
  width: 100%;
  clip-path: polygon(0px 0px, 22px 90px, calc(100% - 22px) 90px, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  height: 90px;
  background: linear-gradient(0deg, #282b3f 0%, #1a1c29 100%);
}

.hh2 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  height: 100%;
}

.hh2 ul li {
  display: flex;
  margin: 0 4px;
  align-items: center;
  z-index: 1;
}

.hh2 ul li a {
  color: #fff;
  margin: 0;
  /*padding: 0 16px;*/
  padding: 0 4px;
  position: relative;
  border-bottom: 2px solid rgb(34 200 252 / 0%);
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  border-radius: 0;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  text-decoration: none;
}

.hh2 ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0) 0%,
      rgba(34, 200, 252, 0.16) 100%);
  width: 100%;
  height: 0;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.hh2 ul li a.active:after {
  height: 90px;
}

.hh2 ul li a:hover,
.hh2 ul li a.active {
  color: #fff;
  border-bottom: 2px solid rgb(34 200 252 / 100%);
}

.list__freegames {
  margin-top: 20px;
}

.list__freegames__40 {
  margin-top: 40px;
}

.freegamesindexblock {}

.freegamesindexblock>div {}

.freegamesindexblock>div>div {}

.freegamesindexblock>div>div>div {}

.freegamesindexblock>div>div>div>div {
  display: none;
}

.freegamesindexblock>div>div>div>div ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0;
}

.freegamesindexblock>div>div>div>div ul li {
  display: flex;
  height: 30px;
  align-items: center;
  padding: 0;
  border: 0px solid #282b3f;
  margin: 8px 10px;
}

.freegamesindexblock>div>div>div>div ul li a {
  text-decoration: none;
  color: #fff;
  border: 1px solid #282b3f;
  width: 100%;
  height: 100%;
  padding: 0 17px;
  display: flex;
  align-items: center;
  position: relative;
}

.freegamesindexblock>div>div>div>div ul li a:hover {
  border-color: rgba(34, 200, 252, 1);
}

.freegamesindexblock>div>div>div>div ul li a:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0) 0%,
      rgba(34, 200, 252, 0.15) 100%);
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.freegamesindexblock>div>div>div>div ul li a:hover:after {
  height: 30px;
}

.freegamesindexblock>div>div>div>div ul li a img {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.list__freegames .owl-item {}

.list__freegames .owl-item>.angled-img {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.list__freegames .owl-item>.angled-img .img {
  display: flex;
  width: 100%;
  flex-direction: column;
}

/*.list__freegames .owl-item>.angled-img .img>div {*/
/*  display: none;*/
/*}*/

.list__freegames .owl-item>.angled-img .img picture {}



.list__freegames .owl-item>.angled-img .bottom-info {
  background: linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
  border-bottom: 3px solid #282b3f;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
}

.list__freegames .owl-item>.angled-img .bottom-info:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0px;
  background: radial-gradient(100% 100% at 50% 100%,
      rgba(34, 200, 252, 0.17) 0%,
      rgba(34, 200, 252, 0) 100%),
    linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
  z-index: 0;
  left: 0;
  bottom: 0px;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.list__freegames .owl-item>.angled-img:hover .bottom-info {
  border-color: rgba(34, 200, 252, 1);
}

.list__freegames .owl-item>.angled-img:hover .bottom-info:after {
  height: 47px;
}

.list__freegames .owl-item>.angled-img .bottom-info div {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.list__freegames .owl-nav {}

.list__freegames .owl-nav .owl-prev {
  display: flex;
  height: 100%;
  position: absolute;
  width: 85px;
  left: 0;
  top: 0;
  background: linear-gradient(90deg,
      #1a1c29 0%,
      rgb(26 28 41 / 85%) 15%,
      rgba(26, 28, 41, 0) 100%);
}

.list__freegames .owl-nav .owl-next {
  display: flex;
  height: 100%;
  position: absolute;
  width: 85px;
  right: 0;
  top: 0;
  background: linear-gradient(270deg,
      #1d1d2e 0%,
      rgb(26 28 41 / 85%) 15%,
      rgba(26, 28, 41, 0) 100%);
}

.podrobneeBlock {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.podrobneeBlock a,
.force-close,
.form-submit button {
  clip-path: polygon(0px 10px,
      0px 47px,
      190px 47px,
      200px 37px,
      200px 0,
      10px 0);
  display: flex;
  width: 200px;
  height: 47px;
  background: none;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  position: relative;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(34, 200, 252, 1);
}

.podrobneeBlock a:after,
.force-close:after,
.form-submit button:after {
  content: '';
}

.podrobneeBlock a:before,
.force-close:before,
.form-submit button:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background: radial-gradient(100% 100% at 50% 100%,
      rgba(34, 200, 252, 0.17) 0%,
      rgba(34, 200, 252, 0) 100%),
    linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
  z-index: -1;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.podrobneeBlock a:hover:before,
.force-close:hover:before,
.form-submit button:hover:before {
  height: 100%;
}

.podrobneeBlock a span,
.force-close span,
.form-submit button span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.podrobneeBlock a span:after,
.force-close span:after,
.form-submit button span:after {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid rgba(34, 200, 252, 1);
  border-bottom: 5px solid rgba(34, 200, 252, 1);
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 5;
}

.podrobneeBlock a span:before,
.force-close span:before,
.form-submit button span:before {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid rgba(34, 200, 252, 1);
  border-top: 5px solid rgba(34, 200, 252, 1);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.podrobneeBlock a:hover:after {}

.force-close span {
  color: #fff;
}

.hh3 {
  display: flex;
  clip-path: polygon(0px 20px,
      0px 90px,
      calc(100% - 20px) 90px,
      100% 70px,
      100% 0px,
      20px 0px);
  width: 420px;
  height: 90px;
  background: #212333;
  position: relative;
  align-items: center;
  justify-content: center;
}

.hh3 h2 {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  text-align: center;
  margin: 0;
}

.hh3 i {
  display: flex;
  clip-path: polygon(0 0, 0 65px, 2px 19px, 20px 1px, 230px 1px);
  background: rgba(34, 200, 252, 1);
  position: absolute;
  width: 230px;
  height: 65px;
  left: 0;
  top: 0;
}

.hh3>span {
  display: flex;
  clip-path: polygon(0 0, 0 65px, 2px 20px, 21px 1px, 230px 1px);
  background: rgba(34, 200, 252, 1);
  position: absolute;
  width: 230px;
  height: 65px;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.index_bott {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 60px;
}

.index__left {
  display: flex;
  width: 840px;
  margin-right: 40px;
  flex-direction: column;
}

.index__left .hh3 {
  width: 100%;
  justify-content: space-between;
  padding: 0 45px;
  text-transform: uppercase;
}

.index__left .hh3 a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #d9d9d9;
  text-decoration: none;
  display: flex;
  position: relative;
  width: 200px;
  height: 47px;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0px 10px,
      0px 100%,
      calc(100% - 10px) 100%,
      100% calc(100% - 10px),
      100% 0,
      10px 0);
  background: #282b3f;
}

.index__left .hh3 a:after {
  content: '';
}

.index__left .hh3 a>span {
  display: flex;
  width: 100%;
  height: 100%;
  background: #212333;
  justify-content: center;
  align-items: center;
  clip-path: polygon(3px 11px,
      3px calc(100% - 3px),
      calc(100% - 11px) calc(100% - 3px),
      calc(100% - 3px) calc(100% - 11px),
      calc(100% - 3px) 3px,
      11px 3px);
}

.index__left .hh3 a:hover {
  background: rgba(34, 200, 252, 1);
  color: rgba(34, 200, 252, 1);
}

.index__left .hh3 {
  margin-top: 60px;
}

.index__left .hh3:first-child {
  margin-top: 0;
}

.index__left .two_blocks_small_info_casinoss {
  display: flex;
  flex-direction: row;
  padding: 40px 45px;
  background: linear-gradient(0deg, #212333 0%, #1a1c29 100%);
  justify-content: space-between;
  flex-wrap: wrap;
}

.index__left .two_blocks_small_info_casinoss a {
  display: flex;
  width: 230px;
  flex-direction: column;
  text-decoration: none;
}

.index__left .two_blocks_small_info_casinoss a .img {}

.index__left .two_blocks_small_info_casinoss a .img img {
  width: 100%;
}

.index__left .two_blocks_small_info_casinoss a .img>div {
  display: none;
}

.index__left .two_blocks_small_info_casinoss a .bottom-info {}

.index__left .two_blocks_small_info_casinoss a .bottom-info div {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  display: flex;
  margin: 20px 0 0 0;
}

.notitle+.two_blocks_small_info_casinoss {}

.notitle+.two_blocks_small_info_casinoss a .bottom-info {
  display: none;
}

.notitle+.two_blocks_small_info_casinoss a:nth-child(4),
.notitle+.two_blocks_small_info_casinoss a:nth-child(5),
.notitle+.two_blocks_small_info_casinoss a:nth-child(6) {
  margin-top: 30px;
}

.index__right {
  display: flex;
  width: 420px;
  flex-direction: column;
}

.index__right .hh3 {
  margin-bottom: 20px;
}

.index__right .promocodes_index_blocks_all {
  background: #212333;
  padding: 30px 10px 30px 30px;
}

.index__right .promocodes_index_blocks_all>div {}

.index__right .promocodes_index_blocks_all>div>div {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}

.index__right .promocodes_index_blocks_all>div>div:first-child {
  margin-top: 0;
}

.index__right .promocodes_index_blocks_all>div>div .img {
  display: flex;
  width: 170px;
}

.index__right .promocodes_index_blocks_all>div>div .img a {
  display: flex;
  width: 100%;
}

.index__right .promocodes_index_blocks_all>div>div .img a img {
  width: 100%;
}

.index__right .promocodes_index_blocks_all>div>div .img div {
  display: none;
}

.index__right .promocodes_index_blocks_all>div>div .bottom-info {
  display: flex;
  width: 190px;
  margin-left: 20px;
}

.index__right .promocodes_index_blocks_all>div>div .bottom-info h4 {
  margin: 0;
}

.index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span {}

.index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span>i {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  display: flex;
}

.index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span>span {}

.index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span>span>a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 122px;
  height: 30px;
  margin-top: 15px;
  background: linear-gradient(90deg, #459a48 8.2%, #039600 100%);
  clip-path: polygon(0px 7px, 0px 30px, 115px 30px, 121px 23px, 122px 0, 7px 0);
}

.index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span>span>a svg {
  margin-right: 5px;
}

.promocodes_index_blocks_all {
  display: inline-block;
  overflow-y: auto;
  overflow-x: hidden;
}

.promocodes_index_blocks_all::-webkit-scrollbar {
  width: 6px;
}

.promocodes_index_blocks_all::-webkit-scrollbar-track {
  background-color: #212333;
  border-radius: 5px;
}

.promocodes_index_blocks_all::-webkit-scrollbar-thumb {
  background-color: #212333;
  border-radius: 5px;
}

.promocodes_index_blocks_all:hover::-webkit-scrollbar-track {
  background-color: rgb(43 46 66);
}

.promocodes_index_blocks_all:hover::-webkit-scrollbar-thumb {
  background-color: rgb(34 200 252);
}

.index_text,
.index_text_butt {
  justify-content: space-between;
}

.index_text>.col-md-6,
.index_text_butt>.col-md-6 {
  position: relative;
}

.index_text>.col-md-6 {
  width: calc(50% - 10px);
  margin-top: 60px;
}

.index_text>.col-md-6:first-child>div:first-child {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(156, 79, 220, 0.1) 1.9%,
      rgba(156, 79, 220, 0.4) 97.26%);
  padding: 30px 35px 45px;
  clip-path: polygon(0px 0px,
      0px calc(100% - 12px),
      20px 100%,
      200px 100%,
      220px calc(100% - 20px),
      100% calc(100% - 20px),
      100% 0);
}

.index_text>.col-md-6:first-child>div:first-child i {
  display: flex;
  width: 185px;
  height: 7px;
  position: absolute;
  background: #9c4fdc;
  left: 0;
  bottom: 0;
  z-index: 1;
  clip-path: polygon(0 0, 0 100%, 100% 100%, calc(100% - 10px) 0);
}

.index_text>.col-md-6:first-child>div:first-child u {}

.index_text>.col-md-6:first-child>div.niz {
  display: flex;
  height: 22px;
  width: 100%;
  clip-path: polygon(0 9px,
      20px 100%,
      203px 100%,
      222px calc(100% - 20px),
      100% calc(100% - 20px),
      100% calc(100% - 22px),
      222px calc(100% - 22px),
      202px calc(100% - 2px),
      20px calc(100% - 2px),
      0px 7px);
  background: #9c4fdc;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.index_text>.col-md-6:last-child>div:first-child {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0.1) 1.9%,
      rgba(34, 200, 252, 0.4) 97.26%);
  padding: 30px 35px 45px;
  clip-path: polygon(0px 0px,
      0px calc(100% - 20px),
      calc(100% - 220px) calc(100% - 20px),
      calc(100% - 200px) 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 12px),
      100% 0);
}

.index_text>.col-md-6:last-child>div:first-child i {
  display: flex;
  width: 185px;
  height: 7px;
  position: absolute;
  background: #22c8fc;
  right: 0;
  bottom: 0;
  z-index: 1;
  clip-path: polygon(10px 0, 0 100%, 100% 100%, 100% 0);
}

.index_text>.col-md-6:last-child>div:first-child u {}

.index_text>.col-md-6:last-child>div.niz {
  display: flex;
  height: 22px;
  width: 100%;
  clip-path: polygon(0 9px,
      20px 100%,
      203px 100%,
      222px calc(100% - 20px),
      100% calc(100% - 20px),
      100% calc(100% - 22px),
      222px calc(100% - 22px),
      202px calc(100% - 2px),
      20px calc(100% - 2px),
      0px 7px);
  background: #22c8fc;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  bottom: -8px;
  left: 0;
}

.index_text>.col-md-6 h2 {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.index_text>.col-md-6 p {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 25px;
}

.index_text>.col-md-6 p strong {
  font-weight: 700;
}

.index_text>.col-md-6 p:last-child {
  margin-bottom: 0;
}

.index_text>.col-md-6 p a {
  text-decoration: underline !important;
  color: #fff;
  font-weight: bold;
}

.index_text>.col-md-6 p a:hover {
  text-decoration: none;
}

.index_text_butt {
  margin-top: -14px;
}

.index_text_butt>.col-md-6:first-child {
  display: flex;
  height: 22px;
  width: calc(50% - 10px);
  clip-path: polygon(0 9px,
      20px 100%,
      203px 100%,
      222px calc(100% - 20px),
      100% calc(100% - 20px),
      100% calc(100% - 22px),
      222px calc(100% - 22px),
      202px calc(100% - 2px),
      20px calc(100% - 2px),
      0px 7px);
  background: #9c4fdc;
}

.index_text_butt>.col-md-6:last-child {
  display: flex;
  height: 22px;
  width: calc(50% - 10px);
  clip-path: polygon(0 9px,
      20px 100%,
      203px 100%,
      222px calc(100% - 20px),
      100% calc(100% - 20px),
      100% calc(100% - 22px),
      222px calc(100% - 22px),
      202px calc(100% - 2px),
      20px calc(100% - 2px),
      0px 7px);
  background: #22c8fc;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.disclamer {
  margin-top: 60px;
}

.disclamer .row:first-child .col-md-12 {
  display: flex;
  width: 100%;
  padding: 50px 0;
  background: linear-gradient(180deg,
      rgba(236, 44, 67, 0.1) 0%,
      rgba(236, 44, 67, 0.4) 93.02%);
  clip-path: polygon(0px 0px,
      0px 51px,
      10px 58px,
      10px 140px,
      0px 147px,
      0 calc(100% - 15px),
      calc(100% - 770px) calc(100% - 15px),
      calc(100% - 750px) 100%,
      750px 100%,
      770px calc(100% - 15px),
      100% calc(100% - 15px),
      100% 147px,
      calc(100% - 10px) 140px,
      calc(100% - 10px) 58px,
      100% 51px,
      100% 0,
      calc(100% - 420px) 0,
      calc(100% - 440px) 15px,
      440px 15px,
      420px 0);
  border-bottom: 10px solid #ec2c43;
  align-items: center;
  justify-content: center;
}

.disclamer .row:first-child .col-md-12>div:first-child {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 70px;
  line-height: 51px;
  color: #ffffff;
}

.disclamer .row:first-child .col-md-12>div:last-child {
  display: flex;
  flex-direction: column;
  max-width: 950px;
  margin-left: 37px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.disclamer .row:first-child .col-md-12>div:last-child p {}

.disclamer .row:first-child .col-md-12>div:last-child p strong {
  font-weight: 700;
}

.disclamer .row:first-child .col-md-12>div:last-child p:last-child {
  margin-bottom: 0;
}

.disclamer .row:last-child .col-md-12 {
  display: flex;
  width: 100%;
  height: 18px;
  background: #ec2c43;
  clip-path: polygon(0 2px,
      calc(100% - 770px) 2px,
      calc(100% - 752px) 16px,
      752px 16px,
      770px 2px,
      100% 2px,
      100% 0,
      770px 0px,
      752px 14px,
      calc(100% - 751px) 14px,
      calc(100% - 770px) 0px,
      0 0);
  margin-top: -9px;
}

.list__freegames .owl-nav .owl-prev:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  left: 29px;
  position: absolute;
  top: 69px;
}

.list__freegames .owl-nav .owl-next:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 29px;
  position: absolute;
  top: 69px;
}

#sectionFooter {}

footer {}

footer>.row {
  border-top: 1px solid #22c8fc;
}

footer>.row.text {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 50px;
}

footer>.row.application {
  border-top: 0;
  color: #fff;
  margin-top: 25px;
}

footer>.row.application>div {}

footer>.row.application>div:first-child {
  padding-top: 30px;
  padding-bottom: 20px;
}

footer>.row.application>div:first-child>span {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  display: inline-block;
  width: 550px;
}

footer>.row.application>div:first-child>div {
  margin-top: 20px;
}

footer>.row.application>div:first-child>div>a:first-child {
  display: inline-block;
  width: 156px;
  height: 46px;
  margin-right: 20px;
}

footer>.row.application>div:first-child>div>a:last-child {
  display: inline-block;
  width: 151px;
  height: 46px;
}

footer>.row.application>div:first-child>div>a:hover {}

footer>.row.application>div:last-child {
  position: relative;
}

footer>.row.application>div:last-child .i {
  content: '';
  display: inline-block;
  width: 400px;
  height: 190px;
  position: absolute;
  left: 250px;
  bottom: 0;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}

footer>.row.application>div:last-child .ii {
  content: '';
  display: inline-block;
  width: 436px;
  height: 231px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
}

footer>.row.navy {
  padding: 15px 0 60px;
}

footer>.row.navy>div>ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  list-style: none;
  justify-content: space-between;
}

footer>.row.navy>div>ul>li {
  display: flex;
  flex-direction: column;
  width: 20%;
  margin-top: 40px;
}

footer>.row.navy>div>ul>li:nth-child(5),
footer>.row.navy>div>ul>li:nth-child(10) {
  width: auto;
}

footer>.row.navy>div>ul>li>span {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
}

footer>.row.navy>div>ul>li>ul {
  list-style: none;
  padding: 0;
}

footer>.row.navy>div>ul>li>ul>li {
  margin-top: 10px;
}

footer>.row.navy>div>ul>li>ul>li>a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
}

footer>.row.navy>div>ul>li>ul>li>a:hover {
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
}

footer .foot1 {
  padding: 60px 0 30px;
}

footer .foot1>div {}

footer .foot1>div a {}

footer .foot1>div a img {
  max-width: 310px;
}

footer>.row.foot2 {
  padding-bottom: 40px;
}

footer>.row.foot2 .footer__social--text {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

footer>.row.foot2 .social-icons {
  display: flex;
  padding: 0;
  flex-direction: row;
  margin: 0;
  list-style: none;
}

footer>.row.foot2 .social-icons .social-icon {
  margin-left: 20px;
}

footer>.row.foot2 .social-icons .social-icon:first-child {
  margin-left: 0px;
}

footer>.row.foot2 .social-icons .social-icon a {}

footer>.row.foot2 .social-icons .social-icon a svg {}

footer>.row.foot2 .social-icons .social-icon a:hover svg path {
  fill: #fff;
}

footer>.row.foot2 .social-icons .social-icon a span {}

footer>.row.foot2>.col-md-7 {
  padding-top: 60px;
  padding-left: 20px;
}

footer>.row.foot2>.col-md-7 svg {}

footer>.row.foot2>.col-md-7 p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin: 10px 0 0 0;
}

footer>.row.foot2>.col-md-7 p a {}

footer>.row.foot2>.col-md-7 p a:hover {}

.footer__copyright {
  height: 80px;
  display: flex;
  background: #212333;
  align-items: center;
  justify-content: center;
}

.footer__copyright>div {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.gamburger {
  width: 28px;
  height: 18px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  text-decoration: none;
  margin-top: -6px;
}

.gamburger:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #fff;
}

.gamburger span {
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 100%;
  text-align: center;
}

.popup__layout {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  will-change: top;
  opacity: 0.75;
  visibility: visible;
  -webkit-transition:
    opacity 300ms cubic-bezier(0.2, 0, 0.2, 1),
    visibility 0ms 0ms;
  transition:
    opacity 300ms cubic-bezier(0.2, 0, 0.2, 1),
    visibility 0ms 0ms;
}

.popup__container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-perspective: 600px;
  perspective: 600px;
  z-index: 1001;
  text-align: center;
  visibility: visible;
  overflow-y: scroll;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}

#more-navvv>li input {
  display: none;
}

#filtr_obzoriCasino {}

#filtr_obzoriCasino {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

#filtr_obzoriCasino ul {
  display: flex;
  width: 90%;
  justify-content: space-between;
}

#filtr_obzoriCasino ul li {
  white-space: nowrap;
}

#filtr_obzoriCasino ul li label {
  cursor: pointer;
}

#more-navvv>li input:checked+label,
#more-navvv>li a.active {
  border-bottom: 1px solid #22c8fc;
}

#filtr_obzoriCasino ul li.more {}

#filtr_obzoriCasino ul li.more ul li {
  width: 50%;
  white-space: normal;
  float: left;
  display: block;
  margin: 0 !important;
  padding: 4px 4px 0;
}

#filtr_obzoriCasino ul li.more ul li label {
  border-bottom: 2px solid transparent;
}

#filtr_obzoriCasino ul li.more ul li:hover label {
  border-bottom: 2px solid rgb(34 200 252 / 100%);
}

#filtr_obzoriCasino ul li.more ul li:nth-child(odd) {
  clear: both;
}

#filtr_obzoriCasino ul li.more ul li a {}

#filtr_obzoriCasino ul li.more ul li a:hover {}

.list__payment #filtr_obzoriCasino {
  display: block;
}

.list__payment #more-navvv {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  width: 100%;
}

.list__payment #filtr_obzoriCasino ul#more-navvv {
  display: block;
}

.list__payment #more-navvv li {
  display: inline-block;
  margin: 10px 20px 10px 0;
}

.list__payment #more-navvv label,
.list__payment #more-navvv a {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  border: 1px solid #282b3f;
  padding: 7px 15px;
  border-bottom: 1px solid #282b3f !important;
}

.list__payment #more-navvv ul li:hover label,
.list__payment #more-navvv ul li:hover a {
  border-bottom: 1px solid #0dcffc !important;
}

#more-navvv li ul {
  position: absolute;
  top: 15px;
  left: 20px;
  list-style: none;
  padding: 0;
  border-top: none;
  margin-top: 5px;
  opacity: 0;
  visibility: hidden;
  display: block;
  width: calc(100% - 40px);
  background: #212333;
  z-index: 5;
  padding: 10px;
  height: auto;
}

#more-navvv li ul:after {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}

.list__payment #more-navvv li ul {
  display: block;
  top: 100%;
  left: auto;
  left: 0;
  background: transparent;
  padding: 0;
  width: 100%;
  margin-top: 0;
}

.list__payment #filtr_obzoriCasino ul li.more ul li {
  width: auto !important;
  padding: 0 !important;
  margin: 0 5px 5px 0 !important;
}

#more-navvv li:hover ul {
  opacity: 1;
  visibility: visible;
}

.registrationLink a {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  border: 1px solid #282b3f;
  padding: 7px 15px;
}

.registrationLink a:hover {
  border-bottom: 1px solid #22c8fc;
}

.row.rowwww {
  justify-content: space-between;
}

.onlinecasino_item,
.news-one {
  width: calc(25% - 20px);
  margin-top: 20px;
}

.onlinecasino_item>div {}

.onlinecasino_item>div>div:first-child {}

.onlinecasino_item>div>div:first-child .casino__label__n:not(.casino__label__n__black) {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-transform: none;
  width: 182px;
  clip-path: polygon(0px 0px, 0px 26px, 175px 26px, 182px 19px, 182px 0);
}

.onlinecasino_item>div>div:first-child a,
.news-one>div>div:first-child a {
  text-decoration: none;
  color: #fff;
}

.onlinecasino_item>div>div:first-child .img,
.news-one>div>div:first-child .img {
  background: linear-gradient(180deg, #282b3f 1.99%, #1a1c29 100%);
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.onlinecasino_item.onlinecasino_item__same>div>div:first-child .img {
  height: 150px;
}

.onlinecasino_item>div>div:first-child img,
.news-one>div>div:first-child img {
  max-width: 100%;
}

.news-one .over-info {
  display: none;
}

.onlinecasino_item>div>div:first-child .title {
  background: linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
}

.onlinecasino_item>div>div:first-child .title>div {
  background: linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

.onlinecasino_item>div>div:first-child .title>div:first-child {
  background: linear-gradient(90deg, #282b3f 0%, rgba(40, 43, 63, 0) 99.19%);
}

.onlinecasino_item>div>div:first-child .title>div:last-child {
  background: linear-gradient(90deg, #282b3f 0%, rgba(40, 43, 63, 0) 99.19%);
}

.onlinecasino_item>div>div:first-child .title>div span:first-child {
  padding-left: 15px;
}

.onlinecasino_item>div>div:first-child .title>div span:last-child {
  padding-right: 15px;
  padding-left: 5px;
}

.onlinecasino_item>div>div:last-child {
  background: linear-gradient(90deg, #383d59 0%, #282b3f 100%);
  height: 50px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.onlinecasino_item>div>div:last-child a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

div.text.ttt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-top: 40px;
  width: 100%;
}

div.text.ttt .q3,
div.text.ttt .q9 {
  position: relative;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-decoration: none;
  color: #fff;
  display: flex;
  width: 80px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: rgba(34, 200, 252, 0.1);
}

div.text.ttt .q3 {
  margin-right: 15px;
  clip-path: polygon(0 8px,
      0 100%,
      calc(100% - 8px) 100%,
      100% calc(100% - 8px),
      100% 0,
      8px 0);
}

div.text.ttt .q3:after {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 8px,
      0 100%,
      1px 100%,
      1px 8px,
      8px 1px,
      100% 1px,
      100% 0,
      8px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
  -webkit-transform: rotate(180deg) translate3d(0, 0px, 0);
  transform: rotate(180deg) translate3d(0, 0px, 0);
}

div.text.ttt .q3:before {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 8px,
      0 100%,
      1px 100%,
      1px 8px,
      8px 1px,
      100% 1px,
      100% 0,
      8px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
}

div.text.ttt .q4,
div.text.ttt .q6 {
  clip-path: polygon(0 8px,
      0 100%,
      calc(100% - 8px) 100%,
      100% calc(100% - 8px),
      100% 0,
      8px 0);
  display: flex;
  width: 80px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #22c8fc;
  margin: 0 30px 0 15px;
}

div.text.ttt .q4:after,
div.text.ttt .q6:after {
  content: '';
}

div.text.ttt .q4:before,
div.text.ttt .q6:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 8px;
}

div.text.ttt b.q33 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0 5px;
  text-decoration: none;
  color: #22c8fc;
  font-weight: normal;
}

div.text.ttt a.q33, div.text.ttt div.q33 {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  margin: 0 5px;
  text-decoration: none;
  color: #fff;
}

div.text.ttt a.q33:hover {}

div.text.ttt .q8 {
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100%,
      100% 100%,
      100% 8px,
      calc(100% - 8px) 0);
  display: flex;
  width: 80px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #22c8fc;
  margin: 0 15px 0 30px;
}

div.text.ttt .q8:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 8px;
  -webkit-transform: rotate(180deg) translate3d(0, 0px, 0);
  transform: rotate(180deg) translate3d(0, 0px, 0);
}

div.text.ttt .q8:before {
  content: '';
}

div.text.ttt .q9 {
  margin-left: 15px;
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100%,
      100% 100%,
      100% 8px,
      calc(100% - 8px) 0);
}

div.text.ttt .q9:after {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100px,
      100% 100%,
      100% calc(100% - 1px),
      8px calc(100% - 1px),
      1px calc(100% - 8px),
      1px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
  -webkit-transform: rotate(180deg) translate3d(0, 0px, 0);
  transform: rotate(180deg) translate3d(0, 0px, 0);
}

div.text.ttt .q9:before {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100px,
      100% 100%,
      100% calc(100% - 1px),
      8px calc(100% - 1px),
      1px calc(100% - 8px),
      1px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
}

div.text.wer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  margin-top: 30px;
  width: 100%;
}

.disclamer.disclamer12 {}

.disclamer.disclamer12>.row:first-child {}

.disclamer.disclamer12>.row:first-child>.col-md-12 {
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0.1) 25.73%,
      rgba(34, 200, 252, 0.4) 94.82%);
  border-bottom: 10px solid #22c8fc;
  padding: 60px 0;
}

.disclamer.disclamer12 .row:last-child .col-md-12 {
  background: #22c8fc;
}

.disclamer.disclamer12>.row:first-child>.col-md-12>div:first-child {}

.disclamer.disclamer12>.row:first-child>.col-md-12>div:last-child {
  max-width: 100%;
  margin: 0;
  padding: 0px 80px;
}

.disclamer.disclamer12 .row:first-child .col-md-12 {
  height: auto;
}

.disclamer.disclamer12>.row:first-child>.col-md-12>div:last-child h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.disclamer.disclamer12>.row:first-child>.col-md-12>div:last-child p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Montserrat';
}

.container.allText {}

.container.allText>.row:first-child>div {
  position: relative;
  clip-path: polygon(0 0,
      0 100%,
      100% 100%,
      100% 0,
      calc(50% + 113px) 0,
      calc(50% + 100px) 10px,
      calc(50% - 100px) 10px,
      calc(50% - 113px) 0);
  padding: 60px 80px;
  margin-top: 10px;
  background: #212333;
  border: 1px solid #282b3f;
  box-shadow: 0px 4px 75px rgb(34 200 252 / 5%);
}

.container.allText>.row:first-child>div:after {
  content: '';
  clip-path: polygon(0 0, 13px 100%, calc(100% - 13px) 100%, 100% 0);
  display: inline-block;
  position: absolute;
  left: calc(50% - 113px);
  width: 226px;
  height: 10px;
  background: #282b3f;
  top: 0;
}

.container.allText>.row:first-child>div>div {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

.container.allText>.row:first-child>div>div h2 {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 0px;
  margin-top: 25px;
}

.container.allText>.row:first-child>div>div h2:first-child {
  margin-top: 0;
}

.container.allText>.row:first-child>div>div h3 {
  font-family: 'Russo One';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #f99d1c;
  margin-bottom: 0px;
  margin-top: 25px;
}

.container.allText>.row:first-child>div>div p {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-top: 25px;
  margin-bottom: 0;
}

.container.allText>.row:first-child>div>div ul {
  margin: 25px 0 0 0;
}

.container.allText>.row:first-child>div>div ul li {}

.container.allText>.row:last-child {}

.container.allText>.row:last-child>div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.container.allText>.row:last-child>div a {
  clip-path: polygon(0 8px,
      0 100%,
      calc(100% - 8px) 100%,
      100% calc(100% - 8px),
      100% 0,
      8px 0);
  display: flex;
  width: 200px;
  height: 47px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
}

.container.allText>.row:last-child>div a:after {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 8px,
      0 100%,
      1px 100%,
      1px 8px,
      8px 1px,
      100% 1px,
      100% 0,
      8px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
  -webkit-transform: rotate(180deg) translate3d(0, 0px, 0);
  transform: rotate(180deg) translate3d(0, 0px, 0);
}

.container.allText>.row:last-child>div a:before {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 8px,
      0 100%,
      1px 100%,
      1px 8px,
      8px 1px,
      100% 1px,
      100% 0,
      8px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
}

.container.allText>.row:last-child>div a:hover {}

.itemss {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.itemss>br {
  display: none;
}

.itemss .onlinecasino_item {}

.itemss .onlinecasino_item>div {}

.itemss .onlinecasino_item>div>div:first-child {}

.itemss .onlinecasino_item>div>div:first-child>a {
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}



.itemss .onlinecasino_item>div>div:first-child>a .img img {
  /* height: 100%;
  max-width: max-content; */
  width: 100%;
  height: auto;
}

.itemss .onlinecasino_item>div>div:last-child {
  height: auto;
}

.itemss .onlinecasino_item>div>div:last-child a {
  height: 50px;
  background: linear-gradient(90deg, #383d59 0%, #282b3f 100%);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.itemss .onlinecasino_item:hover>div>div:last-child a {
  border-color: #22c8fc;
  box-shadow: inset 0px -36px 51px -42px #22c8fc;
}

a.logo_ludobzor img {
  display: flex;
  width: 230px;
}

.page__casino table,
.allText table {
  font-size: 14px;
  min-width: 100%;
}

.page__casino table tr,
.allText table tr {}

.page__casino table tr td,
.allText table td {
  padding: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.page__casino table tr td:first-child,
.allText table tr td:first-child {
  text-align: left;
}

.page__casino table tr td:last-child,
.allText table tr td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.page__casino table tr:last-child td,
.allText table tr:last-child td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page__casino table tr:nth-child(odd) td,
.allText table tr:nth-child(odd) td {
  background: rgba(255, 255, 255, 0.05);
}

.page__casino table tr:first-child {}

.page__casino table tr:first-child td,
.allText table tr:first-child td {
  background: rgba(255, 255, 255, 0.1);
  font-weight: 400;
}

.allText table {
  margin-bottom: 20px;
}

.innerH1pp {
  font-weight: 400;
  font-size: 42px;
  line-height: 51px;
  font-family: 'Russo One';
}

.innerH2pp {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
}

.fullText {
  padding: 60px 0;
  font-size: 16px;
  line-height: 25px;
}

.fullText h3 {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 42px;
  line-height: 51px;
}

.block__border--blue {
  padding: 60px;
  clip-path: polygon(0px 30px,
      0px 100%,
      calc(100% - 30px) 100%,
      100% calc(100% - 30px),
      100% 0,
      30px 0);
  display: flex;
  width: 100%;
  position: relative;
  border: 1px solid rgba(34, 200, 252, 1);
  background: #212333;
  box-shadow: inset 0px -35px 110px -15px rgba(34, 200, 252, 0.3);
  margin-top: 60px;
}

.block__border--blue div:before {
  content: '';
  border: 15px solid transparent;
  border-left: 15px solid rgba(34, 200, 252, 1);
  border-top: 15px solid rgba(34, 200, 252, 1);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.block__border--blue div:after {
  content: '';
  border: 15px solid transparent;
  border-right: 15px solid rgba(34, 200, 252, 1);
  border-bottom: 15px solid rgba(34, 200, 252, 1);
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 5;
}

.block__five {
  margin-top: 40px;
}

.block__five--blue {
  margin-top: 60px;
}

.block__five-inner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 150px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block__five-inner span {
  margin-left: 15px;
}

.block__five_small {
  background-image: url(/images/main/small.svg);
}

.block__five_center {
  background-image: url(/images/main/center.svg);
}

.block__five_big {
  background-image: url(/images/main/big.svg);
}

.block__connect {
  margin-top: 60px;
}

.partners__inner {
  font-size: 16px;
  line-height: 25px;
}

.partners__inner--img {
  background: url(/images/partners/partners_bg.png) no-repeat center center;
}

.partners__inner .innerH1pp {
  margin-bottom: 40px;
}

.modal-body .comment-form h3 {
  text-align: center;
  margin-bottom: 45px;
}

.youplay-input,
.youplay-textarea {
  position: relative;
  margin-bottom: 15px;
}

.youplay-input input,
.youplay-input textarea,
.youplay-textarea input,
.youplay-textarea textarea {
  color: #757ba0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  background: #292c3e;
  clip-path: polygon(0 15px,
      0 100%,
      calc(100% - 15px) 100%,
      100% calc(100% - 15px),
      100% 0,
      15px 0);
  position: relative;
  resize: none;
  width: 100%;
  padding: 16px 30px;
  display: block;
  border: none;
  outline: 0;
  z-index: 2;
  -o-transition: 0.3s color ease;
  transition: 0.3s color ease;
}

.youplay-input input:focus,
.youplay-input textarea:focus,
.youplay-textarea input:focus,
.youplay-textarea textarea:focus {
  background: #fff;
  color: #212333;
}

.comment-form-cookies-consent {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  margin-top: 15px;
}

.comment-form-cookies-consent a {
  color: #fff;
}

.form-submit button {
  margin: 30px auto 0;
}

.errrrr {
  margin-top: 30px;
  color: red;
}

.errrrr .succc {
  color: green;
}

.btn_promo-green {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 30px;
  margin-top: 15px;
  background: linear-gradient(90deg, #459a48 8.2%, #039600 100%);
  clip-path: polygon(0px 7px, 0px 30px, 115px 30px, 121px 23px, 120px 0, 7px 0);
}

.btn_promo-green svg,
.btn_promo-purple svg {
  margin-right: 5px;
}

.btn_promo-green:hover {
  color: #fff;
}

.btn_promo-purple {
  background: transparent;
  border: 1px solid #9c4fdc;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  clip-path: polygon(0px 10px,
      0px 47px,
      190px 47px,
      200px 37px,
      200px 0,
      10px 0);
  display: flex;
  width: 200px;
  height: 47px;
}

.btn_promo-purple span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.btn_promo-purple span:before {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #9c4fdc;
  border-top: 5px solid #9c4fdc;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.btn_promo-purple span:after {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid #9c4fdc;
  border-bottom: 5px solid #9c4fdc;
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 5;
}

.innerH1pp {
  margin-bottom: 0px;
}

[name='show__sidebar'],
.item__more {
  display: none;
}

.widget-title {
  background: #212333;
  margin-bottom: 0;
  clip-path: polygon(0px 10px,
      1px 46px,
      calc(100% - 1px) 46px,
      calc(100% - 1px) 46px,
      100% 0,
      10px 0);
  display: flex;
  max-width: max-content;
  padding: 0 25px;
  height: 47px;
  color: #ffffff;
  align-items: center;
  position: relative;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(34, 200, 252, 1);
}

.widget-title.widget-title--stop {
  border: 1px solid #fc445a;
}

.widget-title span:before {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid rgba(34, 200, 252, 1);
  border-top: 5px solid rgba(34, 200, 252, 1);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.widget-title.widget-title--stop span:before {
  border-left: 5px solid #fc445a;
  border-top: 5px solid #fc445a;
}

.casino-all-info {
  margin-bottom: 30px;
}

.casino-all-info a {
  color: #fff;
}

.casino-all-info-inner {
  background: #212333;
  margin-top: -1px;
}

.casino-all-info-inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
}

.casino-all-info-inner-right .flex,
.casino-all-info-inner-right .flex.flexcol {
  flex-direction: column;
}

.casino-all-info-inner-right .angled-img {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 10px;
}

.casino-all-info-inner-right .angled-img .img {
  max-width: 150px;
  min-width: 150px;
}

.casino-all-info-inner-right .angled-img .bottom-info {
  padding: 0 0 0 15px;
}

.casino-all-info-inner-right .angled-img .bottom-info div {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  min-width: 182px;
}

.sidebar-casino-all-info {
  position: relative;
  min-height: 35px;
  padding: 10px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}

.sidebar-casino-all-info:nth-child(odd) {
  background: linear-gradient(90deg, #282b3f 0%, rgba(40, 43, 63, 0) 99.19%);
}

.sidebar-casino-info-left {
  width: 155px;
  min-width: 120px;
  font-weight: 400;
}

.sidebar-casino-info-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
  font-weight: 400;
}

.casino__license {
  margin-right: 45px;
  display: block;
}

.casino__license svg {
  position: absolute;
  top: 0;
  right: 20px;
}

.imgNewsNew {
  border: 0.5px solid rgba(85, 91, 129, 0.4);
  padding: 10px;
  margin-bottom: 20px;
}

.tab-nav {
  padding: 25px 20px 0 20px;
}

.tab-nav a {
  padding: 7px 17px;
  border: 1px solid #282b3f;
  display: inline-block;
  margin-bottom: 10px;
  transition: 0.3s ease;
}

.tab-nav a:hover,
.tab-nav a.is-active {
  border: 1px solid transparent;
  border-bottom: 1px solid rgb(34 200 252 / 100%);
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0) 0%,
      rgba(34, 200, 252, 0.5) 100%);
  color: #fff;
  background-repeat: no-repeat;
}

.tab-nav a+a {
  margin-left: 10px;
}

.casino-all-info-inner-right .tab-content-active {
  display: flex;
}

.list__payment .onlinecasino_item>div>div:first-child .img {
  height: 173px;
}

.list__payment {}

.list__payment .content,
.under_detail {
  padding-right: 30px;
}

.primary-float .casino-all-info-inner .casino-all-info-el {
  padding: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}

.primary-float .casino-all-info-inner a {
  color: #fff;
}

.primary-float .social-icons {
  display: flex;
  padding: 0;
  flex-direction: row;
  margin: 12px 0 0 0;
  list-style: none;
}

.primary-float .social-icons .social-icon+.social-icon {
  margin-left: 15px;
}

.casino-all-info-el .form-submit button {
  margin: 30px 0 0;
}

.primary-float .widget-title {
  text-transform: none;
}

.info__logo {
  width: 100%;
  display: block;
  height: 66px;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list__payment .oc__logo {
  height: 162px;
  background: url(/images/logo_r.svg);
}

.list__payment .list-game {
  font-size: 14px;
}

.list__payment .oc__logo:after {
  display: none;
}

.mobileOnlyy-991 {
  display: none;
}

.mobileOnlyy-1200 {
  display: none;
}

#bl_search {
  margin-bottom: 50px;
}

#bl_search .bl_search_title {}

#bl_search .bl_search_title h2 {
  margin-bottom: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
}

.search__tabs {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 20px -5px 40px;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.search__tabs .item {
  margin: 0 15px 33px;
  position: relative;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  background: rgba(34, 200, 252, 0.1);
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100%,
      100% 100%,
      100% 8px,
      calc(100% - 8px) 0);
}

.search__tabs .item:before {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100px,
      100% 100%,
      100% calc(100% - 1px),
      8px calc(100% - 1px),
      1px calc(100% - 8px),
      1px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
}

.search__tabs .item:after {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100px,
      100% 100%,
      100% calc(100% - 1px),
      8px calc(100% - 1px),
      1px calc(100% - 8px),
      1px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
  -webkit-transform: rotate(180deg) translate3d(0, 0px, 0);
  transform: rotate(180deg) translate3d(0, 0px, 0);
}

.search__tabs .item:hover,
.search__tabs .item.active {
  background: #22c8fc;
}

.search-page table,
.search-page .search-advanced {
  display: none;
}

.searchFormPage .formm {
  display: flex;
  flex-direction: row;
  margin: 80px 0 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.searchFormPage .search-query__wrapper {
  clip-path: polygon(0px 10px,
      0px 54px,
      calc(100% - 10px) 54px,
      100% 44px,
      100% 0,
      10px 0);
}

.searchFormPage .search-query {
  width: 100%;
  height: 100%;
  outline: none;
  padding-left: 7px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}

.searchFormPage .search-button {
  border: 0;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  background: transparent;
}

.searchFormPage .search-button__wrapper {
  margin-left: 26px;
  position: relative;
  display: flex;
  width: 127px;
  height: 54px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(34, 200, 252, 0.1);
  clip-path: polygon(0px 10px,
      0px 100%,
      calc(100% - 10px) 100%,
      100% calc(100% - 10px),
      100% 0,
      10px 0);
  border: 1px solid rgba(34, 200, 252, 1);
}

.searchFormPage .search-button__wrapper span {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.searchFormPage .search-button__wrapper span:after {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid rgba(34, 200, 252, 1);
  border-bottom: 5px solid rgba(34, 200, 252, 1);
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 5;
}

.searchFormPage .search-button__wrapper span:before {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid rgba(34, 200, 252, 1);
  border-top: 5px solid rgba(34, 200, 252, 1);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.search-page .contentBlockInn,
.search-page .flexWrapp {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1200px) {
  .mobile {
    display: none !important;
  }

  .fullheader>nav>ul>li>ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -15px;
    top: 110px;
    background: rgba(8, 3, 37, 0.6);
    white-space: nowrap;
    padding: 0;
    font-weight: 300;
    box-shadow: 7px 11px 15px rgb(255 48 54 / 0%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    background: #212333;
    line-height: 135%;
    color: #fff;
    border-top: 2px solid #0dcffc;
  }

  .fullheader>nav>ul>li>ul:after {
    content: '';
    display: inline-block !important;
    vertical-align: middle;
    border: 4px solid transparent;
    border-bottom: 4px solid #0dcffc;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    top: -10px;
    left: 16px;
  }

  .fullheader>nav>ul>li:hover>ul {
    top: 88px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
  }

  .fullheader>nav>ul>li>ul li {
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }

  .fullheader>nav>ul>li>ul li:after {
    content: '';
    background: linear-gradient(180deg,
        rgba(34, 200, 252, 0) 0%,
        rgba(34, 200, 252, 0.16) 100%);
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
  }

  .fullheader>nav>ul>li>ul li:hover:after {
    height: 100%;
  }

  .fullheader>nav>ul>li>ul li:hover {
    border-bottom: 1px solid rgb(13 207 252 / 30%);
  }

  .fullheader>nav>ul>li>ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
  }

  .fullheader>nav>ul>li>ul li a:hover {}

  .fullheader>nav>ul>li>ul li:hover a {
    color: #fff;
  }

  .fullheader>nav>ul>li.mobileOnlyy {
    display: none;
  }
}

@media (min-width: 992px) {
  .block__five_big+.block__five_big:before {
    content: url(/images/main/green_five.svg);
    display: block;
    position: absolute;
    width: 56px;
    height: 72px;
    left: calc(50% - 28px);
  }

  .comment-form-cookies-consent {
    max-width: 60%;
  }
}

@media (max-width: 1330px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    width: calc(100% - 20px);
  }

  .index__left .two_blocks_small_info_casinoss a {
    width: calc((100% / 3) - 10px);
  }
}

@media (max-width: 1270px) {
  .fullheader>nav {
    padding: 0;
  }

  .fullheader>nav>ul {
    justify-content: space-evenly;
  }
}

@media (max-width: 1200px) {
  nav .mobileOnlyy a.logo_ludobzor img {
    height: 16px;
    width: auto;
  }

  .fullheader {
    justify-content: center;
  }

  .gamburger {
    position: absolute;
    right: 25px;
  }

  .nomobile,
  .sb-search-container {
    display: none !important;
  }

  .fullheader>nav {
    z-index: 2;
    position: fixed;
    flex-direction: column;
    height: 100vh;
    top: 0;
    right: -110%;
    background: rgb(40 43 63 / 80%);
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    justify-content: flex-start;
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .fullheader>nav.active {
    right: 0;
  }

  .fullheader>nav {
    align-items: flex-end;
  }

  .fullheader>nav>ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    background: rgba(33, 35, 51, 0.5);
    backdrop-filter: blur(30px);
    max-width: 270px;
    height: auto;
  }

  .fullheader>nav>ul>li {
    height: auto;
    margin: 25px 0 0;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .fullheader>nav>ul>li.selecteddReverse {
    margin: 0;
  }

  .fullheader>nav>ul>li.selecteddReverse>a:after {
    display: none;
  }

  .fullheader>nav>ul>li.eshe {
    margin-top: 0;
    padding-bottom: 25px;
  }

  .fullheader>nav>ul>li.eshe>a:after {
    display: none;
  }

  .fullheader>nav>ul>li.selecteddReverse>a,
  .fullheader>nav>ul>li.eshe>a {
    display: none;
  }

  .fullheader>nav>ul>li:first-child {
    margin-top: 0;
  }

  .fullheader>nav>ul>li:first-child>ul {
    margin: 0px 0 0px;
    display: none;
  }

  .fullheader>nav>ul>li:first-child>ul>li {}

  .fullheader>nav>ul>li:first-child>ul>li>a {}

  .fullheader>nav>ul>li>ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .fullheader>nav>ul>li form {
    background: none;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .fullheader>nav>ul>li form .sb-search-input {}

  .fullheader>nav>ul>li form .sb-icon-search {
    display: inline-block;
    width: 17px;
    height: 17px;
  }

  .fullheader>nav>ul>li form .sb-icon-search svg {
    left: 0;
    position: relative;
  }

  .fullheader>nav>ul>li form input[type='submit'] {}

  .fullheader>nav>ul>li form .sb-search-input:focus {}

  .fullheader>nav>ul>li form .sb-search-input:active {}

  .fullheader>nav>ul>li form.act .sb-icon-search {
    display: none;
  }

  .fullheader>nav>ul>li form .sb-icon-search-button span {
    display: none;
  }

  .fullheader>nav>ul>li form.act1 .sb-icon-search-button {
    display: flex;
    right: 0;
    width: 40px;
  }

  .fullheader>nav>ul>li form.act1 .sb-search-input {
    padding-right: 55px;
  }

  .fullheader>nav>ul>li form.act1 .sb-icon-search {
    display: none;
  }

  .fullheader>nav>ul>li:nth-child(3) {}

  .fullheader>nav>ul>li:nth-child(3) ul {
    display: none;
  }

  .fullheader>nav>ul>li>ul>li {
    height: auto;
    margin: 25px 0 0;
  }

  .fullheader>nav>ul>li>ul>li>a {
    color: #fff;
    text-decoration: none;
  }

  .fullheader>nav>ul>li>ul>li>a:hover {}

  .block4 .row .col>div>div>div:first-child,
  .block4 .row .col>div>div>div:last-child>span {
    font-size: 10px;
  }

  .index__left .two_blocks_small_info_casinoss a .bottom-info div {
    font-size: 14px;
  }

  .closeMenu {
    display: flex !important;
    position: absolute !important;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    top: -2px;
    -webkit-transform: rotate(45deg) translate3d(0, 0px, 0);
    transform: rotate(45deg) translate3d(0, 0px, 0);
    right: 0;
  }

  .closeMenu:after {
    content: '';
    display: flex;
    width: 19px;
    height: 1px;
    background: #fff;
    position: absolute;
  }

  .closeMenu:before {
    content: '';
    display: flex;
    height: 19px;
    width: 1px;
    background: #fff;
    position: absolute;
  }

  .block_t>div>span:first-child {
    font-size: 36px;
  }

  .block_t>div>span:last-child {
    font-size: 16px;
    line-height: 18px;
  }

  .block__five-inner {
    font-size: 20px;
    background: linear-gradient(180deg,
        rgba(34, 200, 252, 0) 0%,
        rgba(34, 200, 252, 0.5) 100%);
    padding: 10px;
    border: 1px solid rgba(34, 200, 252, 1);
  }

  .mobileOnlyy-1200 {
    display: block;
  }
}

@media (max-width: 1150px) {}

@media (max-width: 1100px) {

  .block4 .row .col>div>div>div:first-child,
  .block4 .row .col>div>div>div:last-child>span {
    font-size: 8px;
    padding-left: 0;
    justify-content: center;
    text-align: center;
    line-height: 10px;
  }

  .block_t>div>span:first-child {
    margin: 0;
  }

  .block_t>div {
    flex-direction: column;
  }

  .block_t>div>span:last-child {
    text-align: center;
  }

  footer>.row.application>div:last-child .ii {
    height: 199px;
    width: inherit;
    background-size: contain;
  }

  footer>.row.application>div:last-child .i {
    height: 163px;
    width: inherit;
    background-size: contain;
    left: 140px;
  }

  .onlinecasino_item {
    width: calc(33.3333% - 20px);
  }
}

@media (max-width: 1000px) {
  .row.rowwww {}

  .onlinecasino_item {
    width: calc(33.3333% - 20px);
  }
}

@media (max-width: 991px) {
  .index_bott {
    flex-direction: column;
    align-items: center;
  }

  .index__left,
  .index__right {
    margin-right: 0;
    width: 100%;
    max-width: 840px;
  }

  .index__right {
    margin-top: 40px;
  }

  .index__right .promocodes_index_blocks_all {
    height: auto;
  }

  .index__right .hh3 {
    margin-bottom: 20px;
    width: 100%;
  }

  .index_text {
    flex-direction: column;
  }

  .index_text>.col-md-6 {
    width: 100%;
  }

  footer>.row.application>div:last-child .ii {
    height: 154px;
  }

  footer>.row.application>div:last-child .i {
    height: 154px;
    left: 100px;
  }

  .list__payment .content,
  .under_detail {
    padding-right: 0;
  }

  .reverse {
    display: flex;
    flex-direction: column;
  }

  .col-lg-4 {
    margin-top: 20px;
  }

  .mobileOnlyy-991 {
    display: block;
  }

  .noMobileOnlyy-991 {
    display: none;
  }

  .searchFormPage .search-button__wrapper {
    height: 34px;
    margin-left: 10px;
  }

  .searchFormPage .search-button {
    font-size: 10px;
  }

  .search__tabs {
    margin-bottom: 0;
  }

  .searchFormPage .search-query__wrapper {
    clip-path: polygon(0px 10px,
        0px 34px,
        calc(100% - 10px) 34px,
        100% 24px,
        100% 0,
        10px 0);
  }

  .search__tabs .item {
    font-size: 10px;
    line-height: 12px;
    height: 24px;
    padding: 7px 11px;
    margin: 0 6px 12px;
  }

  #bl_search .bl_search_title h2 {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 890px) {
  .block4 .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    flex-direction: row;
  }

  .block4 .row .col {
    width: 50%;
    flex: calc(50% - 10px);
  }

  .block4 .row .col>div>div>div:first-child,
  .block4 .row .col>div>div>div:last-child>span {
    font-size: 12px;
  }

  .row.rowwww,
  .itemss {
    justify-content: space-around;
  }

  .onlinecasino_item {
    width: calc(50% - 20px);
    max-width: 350px;
  }
}





@media (max-width: 767px) {
  .block_t>div>span:first-child {
    font-size: 30px;
  }

  .hh1>h2,
  .hh1>h1 {
    font-size: 26px;
  }

  .hh3 h2,
  .index_text>.col-md-6 h2 {
    font-size: 22px;
  }

  footer>.row.application>div:first-child>span {
    font-size: 30px;
    line-height: 41px;
  }

  footer>.row.navy>div>ul>li,
  footer>.row.navy>div>ul>li:nth-child(5),
  footer>.row.navy>div>ul>li:nth-child(10) {
    width: 50%;
  }

  .index_text>.col-md-6 p,
  footer>.row.foot2>.col-md-7 p,
  footer>.row.text,
  .footer__copyright>div {
    font-size: 14px;
  }

  footer>.row.foot2>.col-md-7 {
    padding-top: 0;
    padding-left: 0;
  }

  footer>.row.foot2>.col-md-7 svg {
    margin: 20px 0 10px 0;
  }

  .block__border--blue {
    padding: 20px;
  }
}

@media (max-width: 750px) {
  .index_bott {
    flex-direction: column;
    align-items: center;
  }

  .index__left {
    margin-right: 0;
    width: 100%;
  }

  .index__right {
    margin-top: 60px;
    max-width: 100%;
  }

  .promocodes_index_blocks_all {
    height: auto;
  }

  .row.index_text {
    flex-direction: column;
  }

  .row.index_text .col-md-6 {
    width: 100%;
  }

  .disclamer .row:first-child .col-md-12 {
    padding: 30px 50px;
    height: auto;
    clip-path: polygon(0px 0px,
        0px 51px,
        10px 58px,
        10px 140px,
        0px 147px,
        0 calc(100% - 15px),
        calc(100% - 370px) calc(100% - 15px),
        calc(100% - 350px) 100%,
        350px 100%,
        370px calc(100% - 15px),
        100% calc(100% - 15px),
        100% 147px,
        calc(100% - 10px) 140px,
        calc(100% - 10px) 58px,
        100% 51px,
        100% 0,
        calc(100% - 420px) 0,
        calc(100% - 440px) 15px,
        440px 15px,
        420px 0);
  }

  .disclamer .row:last-child .col-md-12 {
    clip-path: polygon(0 2px,
        calc(100% - 370px) 2px,
        calc(100% - 352px) 16px,
        352px 16px,
        370px 2px,
        100% 2px,
        100% 0,
        370px 0px,
        352px 14px,
        calc(100% - 351px) 14px,
        calc(100% - 370px) 0px,
        0 0);
  }

  footer>.row.application>div:last-child .i {
    content: '';
    display: inline-block;
    width: 200px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-size: contain;
    background-repeat: no-repeat;
    left: auto;
  }

  footer>.row.application>div:last-child .ii {
    content: '';
    display: inline-block;
    width: 220px;
    height: 160px;
    position: absolute;
    right: 70px;
    bottom: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    left: auto;
  }

  body:after,
  body:before {
    display: none;
  }

  .block_t>span {
    display: none;
  }

  .block_t>i {
    clip-path: polygon(1px 100%,
        6px 1px,
        calc(100% - 6px) 1px,
        calc(100% - 1px) 100%,
        100% 100%,
        calc(100% - 6px) 0,
        6px 0px,
        0 calc(100% - 1px));
    width: 68px;
    height: 6px;
    position: absolute;
    left: calc(50% - 34px);
  }

  .row.rowwww,
  .itemss {
    justify-content: space-around;
  }

  .onlinecasino_item {
    width: calc(50% - 20px);
  }
}

@media (max-width: 700px) {
  .innerH1pp {
    font-size: 34px;
  }

  .page__casino table,
  .allText table {
    font-size: 14px;
    min-width: auto;
    display: block;
    overflow: auto;
    max-width: 100%;
    border: 0;
  }

  .tab-nav a+a {
    margin-left: 0;
  }

  .short__brand--link {
    font-size: 21px !important;
    margin-top: 10px;
  }

  .oc__header {
    padding: 30px;
  }

  .oc__logo img {
    max-width: 245px;
    margin: 0 auto 15px;
  }

  .page__casino h2 {
    font-size: 28px;
  }

  .oc__last-update {
    font-size: 14px;
  }

  .brand__logo,
  .brand__logo a {
    text-align: center;
  }

  .list__inline {
    text-align: center;
  }
}

@media (max-width: 650px) {
  .casino__label__n.casino__label__n__black {
    min-width: 42px;
  }

  .block4 .row .col>div>div>div:first-child,
  .block4 .row .col>div>div>div:last-child>span {
    font-size: 9px;
  }

  .block4 .row .col>div>div>div:last-child,
  .casino__label__n {
    width: auto;
    padding: 0 10px;
    min-width: 92px;
  }

  .block4 .row .col>div>div>div:first-child {
    width: 100%;
  }

  footer>.row.application>div:last-child .i {
    width: inherit;
    height: 131px;
    left: 148px;
  }

  footer>.row.application>div:last-child .ii {
    height: 100%;
    left: 40px;
  }

  footer>.row.application {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }

  footer>.row.application>div:last-child {
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    min-height: 150px;
  }

  footer>.row.application>div:first-child {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .row.rowwww,
  .itemss {
    justify-content: space-around;
  }

  .onlinecasino_item {
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 500px) {
  .block_t>div>span:first-child {}

  .block4 .row {
    width: 90%;
    margin: 0 auto;
  }

  .disclamer.disclamer12>.row:first-child>.col-md-12>div:last-child {
    padding: 0 30px;
  }

  .container.allText>.row:first-child>div {
    padding: 60px 30px;
  }
}

@media (max-width: 500px) {
  .block_t>div {
    flex-direction: column;
    padding: 26px 0;
    clip-path: polygon(0px 0px,
        0px 100%,
        calc(50% - 34px) 100%,
        calc(50% - 28px) calc(100% - 4px),
        calc(50% + 28px) calc(100% - 4px),
        calc(50% + 34px) 100%,
        100% 100%,
        100% 0px);
  }

  .block_t>div>span:first-child {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .block_t>div>span:last-child {
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px;
    margin-top: 0px;
  }

  .list__freegames .owl-nav .owl-next,
  .list__freegames .owl-nav .owl-prev {
    width: 40px;
  }

  .list__freegames .owl-nav .owl-prev:after {
    width: 12px;
    height: 12px;
    left: 15px;
  }

  .list__freegames .owl-nav .owl-next:after {
    width: 12px;
    height: 12px;
    right: 15px;
  }

  .hh1>h2,
  .hh1>h1 {
    font-size: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 30px;
  }

  .hh2 ul li a {
    padding: 0 5px;
    font-size: 12px;
  }

  .hh2 ul li {
    margin: 0;
  }

  .hh3 h2 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    max-width: 50%;
  }

  .index__left .hh3 {
    padding: 0 25px;
  }

  .index__left .two_blocks_small_info_casinoss {
    padding: 20px 20px;
  }

  .index__left .two_blocks_small_info_casinoss a {
    width: calc(50% - 7.5px);
  }

  .notitle+.two_blocks_small_info_casinoss a:nth-child(3),
  .notitle+.two_blocks_small_info_casinoss a:nth-child(4),
  .notitle+.two_blocks_small_info_casinoss a:nth-child(5),
  .notitle+.two_blocks_small_info_casinoss a:nth-child(6) {
    margin-top: 15px;
  }

  .index__right .hh3 {
    max-width: 100%;
  }

  .disclamer .row:first-child .col-md-12 {
    flex-direction: column;
    padding: 30px 30px;
    clip-path: polygon(0px 0px,
        0px 51px,
        10px 58px,
        10px 140px,
        0px 147px,
        0 calc(100% - 15px),
        calc(100% - 270px) calc(100% - 15px),
        calc(100% - 250px) 100%,
        250px 100%,
        270px calc(100% - 15px),
        100% calc(100% - 15px),
        100% 147px,
        calc(100% - 10px) 140px,
        calc(100% - 10px) 58px,
        100% 51px,
        100% 0,
        calc(100% - 420px) 0,
        calc(100% - 440px) 15px,
        440px 15px,
        420px 0);
  }

  .disclamer .row:last-child .col-md-12 {
    clip-path: polygon(0 2px,
        calc(100% - 270px) 2px,
        calc(100% - 252px) 16px,
        252px 16px,
        270px 2px,
        100% 2px,
        100% 0,
        270px 0px,
        252px 14px,
        calc(100% - 251px) 14px,
        calc(100% - 270px) 0px,
        0 0);
  }

  .disclamer .row:first-child .col-md-12>div:first-child {}

  .disclamer .row:first-child .col-md-12>div:last-child {
    margin-left: 0;
    margin-top: 20px;
    font-size: 12px;
  }

  footer>.row.application>div:first-child>span {
    max-width: 70%;
    font-size: 18px;
    line-height: 22px;
  }

  footer>.row.application>div:first-child>div {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
  }

  footer>.row.application>div:first-child>div>a:first-child {
    margin: 0 0 15px 0;
  }

  footer>.row.application>div:first-child>div>a:last-child {}

  footer>.row.application>div:last-child .i {
    width: inherit;
    height: 131px;
    left: 148px;
  }

  footer>.row.application>div:last-child .ii {
    height: 100%;
    left: 40px;
  }

  footer>.row.application>div:first-child {
    padding-bottom: 35px;
  }

  .index_text>.col-md-6 h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .index_text>.col-md-6 p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
  }

  .index__left .two_blocks_small_info_casinoss a .bottom-info div {
    font-size: 12px;
    line-height: 15px;
  }

  .two_blocks_small_info_casinoss a:nth-child(5),
  .two_blocks_small_info_casinoss a:nth-child(6) {
    display: none;
  }

  .index__left .articless+.two_blocks_small_info_casinoss a:nth-child(3) {
    display: none;
  }

  .index__right .promocodes_index_blocks_all>div>div {
    display: none;
  }

  .index__right .promocodes_index_blocks_all>div>div:nth-child(1),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(2),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(3),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(4),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(5),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(6),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(7),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(8),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(9),
  .index__right .promocodes_index_blocks_all>div>div:nth-child(10) {
    display: flex;
  }

  footer>.row.foot2>.col-md-7 p {
    font-size: 12px;
  }

  footer>.row.foot2 .footer__social--text {
    font-size: 14px;
  }

  footer .foot1>div a img {
    max-width: 180px;
  }

  footer>.row.foot2>.col-md-7 {
    margin-top: 30px;
  }

  footer>.row.navy>div>ul>li {
    width: 50%;
  }

  footer>.row.navy>div>ul>li>span {
    font-size: 14px;
  }

  footer>.row.navy>div>ul>li>ul {}

  footer>.row.navy>div>ul>li>ul>li>a,
  .footer__copyright>div {
    font-size: 12px;
  }

  footer>.row.navy>div>ul>li:nth-child(5),
  footer>.row.navy>div>ul>li:nth-child(10) {
    width: 50%;
  }

  footer>.row.text {
    font-size: 14px;
  }

  .modal-body h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .modal-body p,
  .modal-body ul li {
    font-size: 14px;
    line-height: 18px;
  }

  .modal-body {
    padding: 30px 20px 30px;
  }

  .modal-content .close {
    z-index: 2;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal-content .close span {
    font-size: 50px;
  }

  .force-close {
    display: none;
  }

  .modal-body .col-md-6:last-child {
    padding: 0;
    margin-top: 25px;
  }

  .index_text>.col-md-6:first-child>div:first-child,
  .index_text>.col-md-6:last-child>div:first-child {
    padding: 25px 25px 35px;
  }

  .modal-body .row .promo__image__popupp img {
    max-height: inherit;
    max-width: 100%;
  }

  .block_t {
    height: auto;
    margin-bottom: 40px;
  }

  .block4 .row .col>div>div>div:first-child,
  .block4 .row .col>div>div>div:last-child>span {
    font-size: 7px;
  }

  .block4 .row .col>div>a {
    height: auto;
    padding: 20px;
  }

  .block4 .row .col>div>div>div:last-child,
  .casino__label__n {
    width: auto;
    padding: 0 10px;
    min-width: 74px;
  }

  .block4 .row .col>div>div>div:first-child {
    width: 100%;
  }

  .block4 .row .col>div>div {}

  .hh1 {
    margin-top: 40px;
  }

  .hh1>h2,
  .hh1>h1 {
    font-size: 18px;
    line-height: 22px;
    padding: 0 40px;
  }

  .index__right .hh3 h2 {
    max-width: 100%;
  }

  .disclamer .row:first-child .col-md-12>div:last-child p {
    font-size: 12px;
    line-height: 15px;
  }

  footer>.row.application>div:first-child>div>a:first-child {
    width: 129px;
    height: 38px;
    background-size: contain;
    margin-right: 20px;
  }

  footer>.row.application>div:first-child>div>a:last-child {
    width: 125px;
    height: 38px;
    background-size: contain;
  }

  footer>.row.application>div:last-child {
    position: relative;
    width: 100%;
    height: 150px;
    display: flex;
    min-height: 150px;
  }

  footer>.row.application {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
  }

  footer>.row.application>div:first-child {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
  }

  .index__left .hh3 {
    margin-top: 40px;
  }

  .index_text>.col-md-6,
  .disclamer,
  .index_bott,
  .index__right {
    margin-top: 40px;
  }

  .onlinecasino_item {
    width: 100%;
    max-width: 300px;
  }

  div.text.ttt .q4 {
    margin: 0 5px 0 0px;
  }

  div.text.ttt .q3 {
    margin-right: 5px;
  }

  div.text.ttt .q8 {
    margin: 0 0px 0 5px;
  }

  div.text.ttt .q9 {
    margin-left: 5px;
  }

  .modal-body,
  .popup__body {
    padding: 40px 30px 50px;
    width: calc(100% - 20px);
  }

  .popup__heading>div {
    padding: 20px 20px;
    font-size: 18px;
  }

  .popup__content {
    margin-top: 30px;
  }

  .bb-green,
  .bb-red {
    font-size: 12px;
  }

  a.logo_ludobzor {}

  a.logo_ludobzor img {
    height: 18px;
  }

  .mobileOnlyy a.logo_ludobzor img {
    height: 16px;
    width: auto;
  }
}

@media (max-width: 390px) {
  .block_t>div {
    padding: 40px 10px;
  }

  .hh1>h2,
  .hh1>h1 {
    padding: 0 20px;
  }

  .index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span>i {
    font-size: 12px;
    line-height: 15px;
  }

  .block_t>div>span:last-child {
    font-size: 14px;
  }
}

@media (max-width: 375px) {
  .block_t>div>span:last-child {
    font-size: 14px;
    margin-top: 10px;
  }

  .block_t>div>span:first-child {
    font-size: 24px;
  }

  .hh1>h2,
  .hh1>h1 {
    font-size: 20px;
  }

  .hh3 h2 {
    font-size: 17px;
  }

  .index_text>.col-md-6 h2 {
    font-size: 20px;
    line-height: 26px;
  }

  footer>.row.application>div:first-child>span {
    max-width: 100%;
    font-size: 22px;
    line-height: 28px;
  }

  footer>.row.application>div:last-child .i {
    width: 130px;
    height: 99px;
  }

  footer>.row.application>div:last-child .ii {
    width: 150px;
    height: 114px;
    right: 25px;
  }

  .hh2 ul li a {
    padding: 0 3px;
    font-size: 11px;
  }

  .list__freegames .owl-item>.angled-img .bottom-info div {
    font-size: 12px;
  }

  .index__left .hh3 a {
    font-size: 12px;
  }
}

@media (max-width: 325px) {

  .hh1>h2,
  .hh1>h1 {
    font-size: 18px;
  }

  .hh3 h2 {
    font-size: 15px;
  }

  .index__left .hh3 a {
    font-size: 11px;
  }

  .index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span>i {
    font-size: 12px;
    line-height: 14px;
  }

  footer>.row.application>div:first-child>div>a:first-child {
    background-size: contain;
    width: 119px;
    height: 35px;
    margin: 0 0 5px 0;
  }

  footer>.row.application>div:first-child>div>a:last-child {
    background-size: contain;
    width: 118px;
    height: 36px;
  }

  footer>.row.application>div:last-child .i {
    width: 115px;
    height: 87px;
  }

  footer>.row.application>div:last-child .ii {
    width: 140px;
    height: 106px;
    right: 10px;
  }

  footer>.row.navy>div>ul>li {
    width: 100%;
  }
}

.nnew200 {
  max-width: none !important;
}

@media screen and (max-width: 1000px) {
  .index__right .promocodes_index_blocks_all>div>div .bottom-info h4>span>span>a {
    margin-top: -5px;
  }
}

@media screen and (max-width: 650px) {
  .promocode_click_popup1 span {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 550px) {
  .block4 .row .col.fiveelement2>div>a {
    max-height: 700px !important;
  }
}

@media (max-width: 500px) {
  .block4 .row .col>div>a {
    height: 100px;
  }
}

.newlink {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #ff5;
  display: none;
}

.red-reviews-info div.reviews-stat {
  font-size: 0.85rem;
  padding: 10px 0 10px 0;
  color: #ffffff;
}

.red-reviews-button {
  font-size: 14px;
  padding: 10px 40px 10px 40px;
  border-radius: 5px;
  color: #fff;
  font-weight: 400;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #459a48 8.2%, #039600 100%);
  background-size: contain;
  text-align: center;
}

button {
  outline: none;
}

.red-review {
  background: linear-gradient(180deg,
      rgba(34, 200, 252, 0.4) 25.73%,
      rgba(34, 200, 252, 0.1) 94.82%);
  padding: 30px 25px 30px 25px;
  margin-bottom: 35px;
  height: 200px;
  border-bottom: 20px solid #22c8fc;
  clip-path: polygon(0px 0px,
      0px 60px,
      6.5px 64px,
      6.5px 126px,
      0px 130px,
      0 calc(100% - 20px),
      calc(100% - 470px) calc(100% - 20px),
      calc(100% - 450px) 100%,
      450px 100%,
      470px calc(100% - 20px),
      100% calc(100% - 20px),
      100% 130px,
      calc(100% - 6.5px) 126px,
      calc(100% - 6.5px) 68px,
      100% 64px,
      100% 0,
      calc(100% - 280px) 0,
      calc(100% - 300px) 10px,
      300px 10px,
      280px 0);
}

.more-link-button {
  position: relative;
  top: -10px;
  left: 311px;
  display: flex;
  width: 133px;
  background: #22c8fc;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0 0 10px #000;
  z-index: 10;
  vertical-align: text-top;
  line-height: 1.4;
  justify-content: center;
}

.red-reviews-list-border {
  display: flex;
  width: 100%;
  height: 20px;
  background: #22c8fc;
  clip-path: polygon(0 2px,
      calc(100% - 470px) 2px,
      calc(100% - 451px) 20px,
      451px 20px,
      469px 2px,
      100% 2px,
      100% 0,
      468px 0px,
      451px 17px,
      calc(100% - 451px) 17px,
      calc(100% - 468px) 0px,
      0 0);
  margin-top: -45px;
  margin-bottom: 45px;
}

.red-review-name-date {
  font-size: 18px;
  padding-top: 12px;
  font-family: 'Russo One';
  font-style: normal;
  display: flex;
  justify-content: end;
  position: relative;
  top: -110px;
}

.red-review-name {
  font-size: 18px;
  font-weight: normal;
  padding-top: 12px;
  font-family: 'Russo One';
  font-style: normal;
  position: relative;
  top: -48px;
  left: 20px;
}

.red-review-stars {
  display: flex;
  flex-direction: row;
  margin-left: -1px;
  justify-content: center;
}

.red-review-recommend {
  width: 120px;
  height: 39px;
  background: url('/local/templates/ludobzor/assets/youplay/css/images/recommend.png') right no-repeat;
  background-size: contain;
  display: none;
}

.red-review-header-left {
  width: 100%;
}

.red-button-text {
  position: relative;
  top: -88px;
  left: 334px;
  color: #fff;
  text-transform: uppercase;
}

.red-review-body-text {
  position: relative;
  top: -120px;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  font-family: 'Montserrat';
  word-wrap: break-word;
}

.red-reviews-sortbar {
  display: none;
}

.red-reviews-bar {
  box-sizing: border-box;
  padding: 20px 2px;
  min-width: 450px;
  display: flex;
  flex-direction: row;
  border-top: 0px;
  border-bottom: 0px;
}

.red-modality {
  box-sizing: border-box;
  font-family: Arial, 'HelveticaNeue-Light', Helvetica, sans-serif;
  width: 800px;
  min-width: 535px;
  min-height: 450px;
  background: linear-gradient(0deg, #7f298766 40%, #7f298766 10%);
  padding: 40px 45px 35px 45px;
  border-radius: 0px;
  overflow-y: auto;
  color: #595959;
  font-size: 0.9rem;
  clip-path: polygon(0px 40px, 0px 600px, 768px 593px, 99.88% 562px, 100% 0px, 40px 0px)
}

.red-modality textarea {
  padding-left: 20px;
  background: #1a1c29;
  border: #1a1c29;
  color: #fff;
  clip-path: polygon(0px 0px,
      0px 89.33px,
      700px 700px,
      700px 0px,
      700px 19.47px,
      685.16px 0px);
  width: 700.8px;
  height: 108.8px;
  resize: none;
}

.red-modality input.modality-name {
  padding-left: 20px;
  width: 334.74px;
  height: 37.32px;
  background: #1a1c29;
  border: #1a1c29;
  color: #fff;
  clip-path: polygon(0px 0px,
      0px 23.51px,
      calc(100% - 20px) 290px,
      100% 190px,
      100% 13.81px,
      320px 0px);
}

.red-modality .button:hover {
  background: #7f298766;
  border: 1px #9c4fdc;
  border-style: solid;
}

.red-modality .button {
  background: #187ab700;
  border: 1px #9c4fdc;
  border-style: solid;
  box-shadow: none;
  text-align: center;
  color: #fff;
  font-size: 0.85rem;
  padding: 0px;
  cursor: pointer;
  text-transform: uppercase;
  width: 303.65px;
  height: 46.48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.innerH1pp-review {
  font-size: 34px;
  font-weight: 600;
}

.reviews-iu1 {
  display: flex;
  clip-path: polygon(0 61%, 17% 0, 100% 0, 17% 2%, 1% 60%, 0 100%);
  background: #9c4fdc;
  position: absolute;
  width: 230px;
  height: 65px;
}

.reviews-iu2 {
  display: flex;
  clip-path: polygon(82% 97%, 99% 38%, 100% 0, 100% 84%, 82% 100%, 0 100%);
  background: #9c4fdc;
  position: absolute;
  margin-top: -29px;
  margin-left: 525px;
  width: 230px;
  height: 65px;
}

@media (max-width: 500px) {
  .red-modality {
    box-sizing: border-box;
    font-family: Arial, 'HelveticaNeue-Light', Helvetica, sans-serif;
    width: 800px;
    min-width: 535px;
    min-height: 450px;
    background: linear-gradient(0deg, #7f298766 40%, #7f298766 10%);
    padding: 40px 45px 35px 45px;
    border-radius: 0px;
    overflow-y: auto;
    color: #595959;
    font-size: 0.9rem;
    clip-path: polygon(0px 40px,
        0px 545px,
        calc(100% - 40px) 545px,
        100% 505px,
        100% 0px,
        40px 0px);
  }

  .red-modality input.modality-name {
    width: 302.72px;
    height: 37.32px;
    font-size: 14px;
    background: #1a1c29;
    border: #1a1c29;
    color: #fff;
    clip-path: polygon(0px 0px,
        0px 23.51px,
        calc(100% - 20px) 290px,
        100% 190px,
        100% 13.81px,
        320px 0px);
    line-height: 1;
  }

  .red-reviews-button {
    display: none;
  }

  .red-modality .red-modality-title {
    width: 80%;
  }

  .red-modality textarea {
    background: #1a1c29;
    border: #1a1c29;
    color: #fff;
    clip-path: polygon(0px 0px,
        0px 96.33px,
        700px 700px,
        700px 0px,
        700px 371.47px,
        288.16px 0px);
    width: 302.72px;
    height: 108.8px;
    resize: none;
  }

  .reviews-iu2 {
    display: flex;
    clip-path: polygon(82% 97%, 99% 38%, 100% 0, 100% 84%, 82% 100%, 0 100%);
    background: #9c4fdc;
    position: absolute;
    margin-top: -59px;
    margin-left: 115px;
    width: 230px;
    height: 65px;
  }

  .chili-review-form .form-field.error .error-message {
    display: none;
    color: #c65f5f;
    font-size: 0;
  }

  .red-reviews-list-border {
    display: flex;
    width: 100%;
    height: 18px;
    background: #22c8fc;
    clip-path: polygon(0 2px,
        calc(100% - 230px) 2px,
        calc(100% - 222px) 16px,
        222px 16px,
        230px 2px,
        100% 2px,
        100% 0,
        229px 0px,
        221px 14px,
        calc(100% - 221px) 14px,
        calc(100% - 229px) 0px,
        0 0);
    margin-top: -45px;
    margin-bottom: 20px;
  }

  .more-link-button {
    position: relative;
    top: -8px;
    left: 23%;
    width: 156px;
    background: #22c8fc;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    box-shadow: 0 0 10px #000;
    z-index: 10;
    vertical-align: text-top;
    line-height: 1.4;
  }

  .red-button-text {
    position: relative;
    top: -103px;
    left: 117px;
    color: #fff;
    font-size: 11px;
    text-transform: none;
  }

  .innerH1pp-review {
    font-size: 26px;
    font-weight: 400;
  }

  .red-modality .button {
    background: #187ab700;
    border: 1px #9c4fdc;
    border-style: solid;
    box-shadow: none;
    text-align: center;
    color: #fff;
    font-size: 17px;
    padding: 0px;
    cursor: pointer;
    text-transform: uppercase;
    width: 183.59px;
    height: 46.17px;
  }

  .red-review-name {
    font-size: 14px;
    font-weight: normal;
    padding-top: 12px;
    font-family: 'Russo One';
    font-style: normal;
    position: relative;
    top: -74px;
    left: 1px;
  }

  .red-review-name-date {
    font-size: 13px;
    padding-top: 12px;
    font-family: 'Russo One';
    font-style: normal;
    display: flex;
    justify-content: end;
    position: relative;
    top: -118px;
    left: -225px;
  }

  .red-review {
    background: linear-gradient(180deg,
        rgba(34, 200, 252, 0.4) 25.73%,
        rgba(34, 200, 252, 0.1) 94.82%);
    padding: 30px 15px 30px 15px;
    margin-bottom: 35px;
    border-bottom: 20px solid #22c8fc;
    clip-path: polygon(0px 0px,
        0px 56px,
        5px 60px,
        5px 100px,
        0px 104px,
        0 calc(100% - 20px),
        calc(100% - 230px) calc(100% - 20px),
        calc(100% - 220px) 100%,
        220px 100%,
        230px calc(100% - 20px),
        100% calc(100% - 20px),
        100% 104px,
        calc(100% - 5px) 100px,
        calc(100% - 5px) 60px,
        100% 56px,
        100% 0,
        calc(100% - 105px) 0,
        calc(100% - 115px) 10px,
        115px 10px,
        105px 0);
  }

  .red-review-stars {
    display: flex;
    flex-direction: row;
    margin-left: 210px;
    justify-content: flex-end;
    position: relative;
    top: -12px;
  }

  .red-review-body-text {
    position: relative;
    top: -130px;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    font-family: 'Montserrat';
    word-wrap: break-word;
  }
}

.red-modality h1 {
  font-size: 1.9rem;
  margin: 0 0px 5px 131px;
  text-align: center;
}

.red-text-name {
  width: 90px;
  height: 33px;
}

.red-text {
  width: 90px;
  height: 47px;
}

.red-modality .line {
  width: 100%;
  padding-bottom: 18px;
  text-align: center;
}

.red-modality:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
  left: auto;
  top: auto;
}

@media (max-width: 450px) {
  .red-modality {
    font-family: Arial, 'HelveticaNeue-Light', Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    min-width: 100px;
    padding: 35px 30px 25px 30px;
    border-radius: 5px;
    font-size: 1rem;
  }

  .desktop-only {}
}

.red-review-like-tap {
  padding: 0px 10px 0px 27px;
  background-color: #44904b;
  background-image: url('/local/templates/ludobzor/assets/youplay/css/../../images/icons_casino_nav/like-tap.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 0.8rem;
  display: none;
}

.red-review-unlike-tap {
  padding: 0px 10px 0px 27px;
  background-color: #c65f5f;
  background-image: url('/local/templates/ludobzor/assets/youplay/css/../../images/icons_casino_nav/unlike-tap.png');
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 0.8rem;
  display: none;
}

.buttons {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 38px;
  padding-top: 10px;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 16px;
}

.button {
  position: relative;
  width: 48%;
  overflow: hidden;
  background-color: #212333;
  background: linear-gradient(94.44deg, #2c6deb 0%, #22c8fc 100%);
}

.button:last-child span {
  position: relative;
  height: 100%;
  border: 1px solid #22c8fc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(94.44deg, #42409b, #760dfc);
  border: 1px solid #760dfc;
}

.button:last-child span::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #212333;
  top: -10px;
  left: -10px;
  border-right: 1px solid #22c8fc;
  transform: rotate(45deg);
  border: 1px solid #760dfc;
}

.button:last-child span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #212333;
  bottom: -10px;
  right: -10px;
  border-left: 1px solid #22c8fc;
  transform: rotate(45deg);
  border: 1px solid #760dfc;
}

.button:hover {
  color: #fff;
}

.button::before {
  content: '';
  background: linear-gradient(to top, rgba(34, 200, 252, 0.17), transparent);
  display: block;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  transition: 0.4s;
  position: absolute;
}

.button:hover::before {
  height: 100%;
}

.button span {
  position: relative;
  height: 100%;
  border: 1px solid #22c8fc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.button span::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #212333;
  top: -10px;
  left: -10px;
  border-right: 1px solid #22c8fc;
  transform: rotate(45deg);
}

.button span::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #212333;
  bottom: -10px;
  right: -10px;
  border-left: 1px solid #22c8fc;
  transform: rotate(45deg);
}

.bread-crumbs {
  display: flex;
  list-style-type: none;
  padding-top: 20px;
  justify-content: start;
  gap: 5px;
}

.promocode_click_popup,
.casino__label__n__norecomend {
  display: none;
}

.promocodes_index_blocks_all {
  overflow-y: hidden;
}

@media (max-width: 992px) {
  .casino-all-info-inner-right .sidebar-casino-all-info .bottom-info-promocode-right h4 span p {
    margin-bottom: -1rem;
  }

  .btn_promo-green {
    width: 120px;
  }
}

/* /local/templates/ludobzor/assets/bower_components/owl.carousel/dist/assets/owl.carousel.min.css */
/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('/local/templates/ludobzor/assets/bower_components/owl.carousel/dist/assets/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* /local/templates/ludobzor/assets/youplay/css/jquery-ui.css */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

@media (max-width: 996px) {
  .pohojie .youplay-banner.Indd89>div>.angled-img1.PohojieCasino {
    width: calc((100% / 1) - 6px) !important;
  }

  .qwertyuiop .fourblockkI.youplay-banner.Indd89>div>.angled-img {
    -webkit-transform: skew(-0deg);
    -ms-transform: skew(-0deg);
    -o-transform: skew(-0deg);
    transform: skew(-0deg);
    height: 130px;
    min-height: 130px;
    margin-bottom: 15px;
  }

  .casino__label__n {
    font-size: 8px;
  }

  .angled-img a {
    top: 10px;
    position: relative;
  }
}

@media screen and (min-width: 1400px) {
  #wrapper {
    min-width: 1200px;
  }
}

#sidebar_photo_block img {
  height: auto;
}

.owl-theme .slideblock img {
  object-fit: fill;
  width: 100%;
  height: 350px;
}

header {
  color: #fff;
  background-image: url('/local/templates/ludobzor/./images/header.jpg');
  background-position: center;
  background-repeat: no-repeat;
}

#header .fa {
  color: #fff !important;
}

#header_logo {
  font-size: 2em;
}

#header_logo a {
  color: #fff !important;
}

#header_logo img {
  width: 100%;
}

#content {
  color: #fff !important;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
  color: #fff !important;
}

#content table {
  color: #404040 !important;
}

#content table tr:nth-child(even) {
  background: #e9e9e9;
}

#footer_social li {
  display: flex;
}

#footer_social li img {
  float: left;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

#footer_social li,
#footer_social li i {
  font-size: 18px;
}

#header_email {
  margin-top: 15px;
}

#header_callback,
#header_nomer,
#header_address_fa,
#footer_callback,
#footer_address {
  display: none;
}

#header_address {
  width: 33%;
  text-align: center;
  border-bottom: 0;
}

#header .hdmname {
  color: #000;
}

#content ul,
#content ol {
  margin: 0;
}

#content ul li {
  list-style-type: none;
}

#content ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 5px;
}

.owl-theme .slideblock img {
  object-fit: contain;
}

.hdslide_contact_callback.zvonok_view {
  display: none;
}

@media screen and (max-width: 768px) {
  #header_address {
    width: 100%;
  }

  #footer_email,
  #footer_social {
    width: 100%;
  }

  #footer_social ul li {
    padding: 15px;
  }

  .toggle_button_top {
    display: block !important;
  }

  #sidebar {
    display: none;
  }

  #top_menu_main ul li a {
    color: #fff;
  }

  .interim-bg>div:last-child,
  .perehod {
    font-size: 16px;
    font-family: 'Montserrat';
  }

  .perehod {
    font-size: 18px !important;
  }

  .interim-count {
    height: 50px !important;
    line-height: 50px !important;
  }
}

#top_menu {
  background: transparent;
}

@media (max-width: 480px) {
  #top_menu {
    background-image: url('/local/templates/ludobzor/./images/menu.jpg');
    background-size: contain;
  }
}

#top_menu_main {
  background: transparent;
}

#top_menu ul li a:hover,
#top_menu ul li a.selected {
  background: transparent !important;
  border-bottom: 2px solid #ffef5e;
}

#header .head_slide {
  background-color: #ff9900;
}

#bmhouse-comments {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
}

#bmhouse-comments .bmhouse-comments-button a {
  background-color: #ff9900 !important;
}

#bmhouse-comments .bmhouse-comments-form-item>input,
#bmhouse-comments .bmhouse-comments-form-item>textarea {
  border: 1px solid #ff9900 !important;
}

#bmhouse-comments .bmhouse-comment-name {
  color: #ff9900 !important;
}

#header .hdslide_contact {
  display: none;
}

#footer_top {
  display: none;
}

#footer .fa-envelope-o {
  color: #ff9900;
}

#footer_email {
  margin-top: -10px;
}

@media screen and (max-width: 768px) {
  #footer_center_main {
    display: block;
  }

  #footer_email {
    margin-top: 15px;
    padding-left: 0;
  }
}

#arrup {
  background-color: #ff9000;
  color: #fff;
  border-color: #fff;
}

#arrup {
  height: 51px;
  width: 50px;
  font-size: 36px;
  line-height: 48px;
  -webkit-animation: pulsing 3s infinite;
  animation: pulsing 3s infinite;
}

@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@keyframes pulsing {
  0% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  100% {
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@media screen and (max-width: 480px) {
  #proecty a.button {
    width: 95%;
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

.disclaimer {
  color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}

.disclaimer h2 {
  color: #ff0000;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
}

.disclaimer p {
  margin-bottom: 10px;
  font-weight: bold;
}

.disclaimer i {
  font-size: 84px;
  color: #ff9900;
  float: left;
  margin: 15px;
}

@media screen and (max-width: 480px) {
  .disclaimer {
    margin: 0 10px;
    text-align: justify;
  }

  .disclaimer i {
    font-size: 32px;
    margin: 10px;
  }
}

.spoiler {
  display: block;
  margin-bottom: 15px;
  cursor: pointer;
}

#wrapper h3 {
  color: #fff;
  margin-bottom: 15px;
}

.clear {
  clear: both;
}

.youplay-side-news h4 a {
  text-decoration: none;
  font-size: 12px;
  white-space: break-spaces;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 10;
}

#bmhouse-comments {
  background-color: white;
  border-radius: 5px;
}

.content-wrap {
  max-width: unset;
}

.navbar-nav ul {
  list-style: none;
  float: left;
  margin: 0;
}

.angled-img .img>img {
  opacity: 0.8;
}

.angled-img:hover .img>img {
  opacity: 0.95;
}

#bmhouse-comments .bmhouse-comments-button a,
#bmhouse-comments .bmhouse-comment-answer-add a {
  border: 1px solid white !important;
  padding: 10px 15px !important;
  color: white !important;
  background-color: #080325 !important;
}

#bmhouse-comments .bmhouse-comments-button a:hover,
#bmhouse-comments .bmhouse-comment-answer-add a:hover {
  transition: all ease-in-out 0.3s !important;
  background-color: #d92b4c !important;
  border-color: #d92b4c !important;
}

.bmhouse-comment-rating {
  display: none;
}

#bmhouse-comments .bmhouse-comment-name {
  color: #080325 !important;
}

.bmhouse-comments-rating,
.bmhouse-comments-count {
  display: none !important;
}

#bmhouse-comments .bmhouse-comments-form-item>input,
#bmhouse-comments .bmhouse-comments-form-item>textarea {
  border-color: #080325 !important;
}

#bmhouse-comments .bmhouse-comments-form-item>label {
  display: block !important;
}

#proecty_top {
  background-color: white;
  border-radius: 5px;
  color: black;
  padding: 15px;
}

.img.sidebar-banner01 {
  overflow: inherit;
  margin-bottom: 40px;
  text-align: center;
  background: none;
}

.btn.main-referal:before {
  border: none;
  outline: 2px solid #fff;
  -webkit-box-shadow: 2px 3px 8px 3px rgb(255 255 255 / 40%);
  -moz-box-shadow: 2px 3px 8px 3px rgb(255 255 255 / 40%);
  box-shadow: 2px 3px 8px 3px rgb(255 255 255 / 40%);
}

.btn.main-referal:hover:before {
  border: none;
  outline: 2px outset #fff;
  background: linear-gradient(0deg,
      rgba(13, 18, 76, 1) 0%,
      rgba(18, 58, 128, 1) 35%,
      rgba(24, 103, 180, 1) 100%);
  -webkit-box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
  -moz-box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
  box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
}

.btn.main-referal:active:before {
  border: none;
  outline: 2px outset #fff;
  background: linear-gradient(0deg,
      rgba(4, 7, 26, 1) 0%,
      rgba(2, 22, 49, 1) 35%,
      rgba(0, 36, 70, 1) 100%);
  -webkit-box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
  -moz-box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
  box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
}

.btn.main-referal:focus:before {
  border: none;
  outline: 2px outset #fff;
  background: linear-gradient(0deg,
      rgba(4, 7, 26, 1) 0%,
      rgba(2, 22, 49, 1) 35%,
      rgba(0, 36, 70, 1) 100%);
  -webkit-box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
  -moz-box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
  box-shadow: 2px 3px 8px 2px rgb(255 255 255 / 65%);
}

.container.youplay-news h1 {
  margin-top: 1.7rem;
  margin-bottom: 3rem;
}

@media (min-width: 1100px) {
  .interim-main-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .interim-bg {
    display: flex;
    position: relative;
  }

  .interim-bg>div:first-child {
    display: flex;
    min-width: 200px;
    align-items: center;
    position: relative;
    z-index: 2;
  }

  .interim-bg>div:last-child {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }

  .interim-bg img {
    width: 150px;
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .copyright {
    vertical-align: middle;
  }

  .mark01 {
    display: inline-block;
  }

  .mcopy {
    margin-left: 300px;
  }

  .pochta {
    float: right;
    margin-right: 10px;
  }
}

@media (min-width: 750px) {
  .img.sidebar-banner01 img {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  .interim-main-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .interim-bg {
    display: block;
    position: relative;
  }

  .interim-bg>div:first-child {
    display: block;
    min-width: 200px;
    text-align: center;
  }

  .interim-bg>div:last-child {
    display: block;
  }

  .interim-bg img {
    width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .img.sidebar-banner01 img {
    width: 100%;
  }

  .mark01 {
    display: block;
  }

  .pochta {
    float: none;
  }

  .mcopy {
    margin-left: 0;
  }

  .interim-main-block {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .interim-bg {
    display: block;
    position: relative;
  }

  .interim-bg>div:first-child {
    display: block;
    min-width: 200px;
    text-align: center;
  }

  .interim-bg>div:last-child {
    display: block;
  }

  .interim-bg img {
    width: 160px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.interim-body {
  background: #080325;
  z-index: 100000000;
  color: #fff;
  background-image: url('/bitrix/templates/gvozdevsoft_unpro_color_1/assets/images/new_fonBlock2.jpg');
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.interim-block {
  max-width: 1920px;
  margin-top: 70px;
}

.interim-content {
  font-size: 24px;
  text-align: center;
}

.interim-content p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

hr.main-hr {
  width: 299px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  height: 10px;
  border: none;
  border-top: 1px dotted #dddcdc;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.perehod {
  text-align: center;
  font-size: 24px;
}

.perehod p {
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.3em;
}

.interim-count {
  background: linear-gradient(180deg, #1a6fc2 0%, #0b0a3f 100%);
  color: #fff;
  font-size: 34px;
  text-align: center;
  width: 140px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  line-height: 75px;
  -webkit-transform: skew(-7deg);
  -ms-transform: skew(-7deg);
  -o-transform: skew(-7deg);
  transform: skew(-7deg);
  -o-transition:
    0.3s background ease,
    0.3s border ease;
  transition:
    0.3s background ease,
    0.3s border ease;
  box-shadow: 2px 2px 10px #ffffff;
  border: 3px solid #fff;
}

.youplay-banner {
  padding: 0;
}

.youplay-banner.Indd89 {
  padding: 0 !important;
}

.fourblockkI {
  padding: 0 !important;
}

.youplay-banner.Indd89>div {
  padding: 0 !important;
}

@media screen and (max-width: 550px) {
  .fiveelement1 {
    width: 100% !important;
    flex: 100% !important;
    max-width: inherit !important;
  }

  .block4 .row .col.fiveelement2>div>a {
    max-height: 70px;
  }
}

.list_of6 {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.list_of6 .img {
  padding: 30px 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list_of6 img {
  display: block;
  max-height: 50px;
  width: auto;
  height: 100%;
  -webkit-transform-style: preserve-3d;
}

.other-posts .list_of6 img {
  max-height: unset;
}

.list_of6 .bottom-info {
  background: linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
  border-bottom: 3px solid #282b3f;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  position: relative;
  text-align: center;
}

.list_of6 h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.list_of6 text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  display: inline-block;
  margin: 0;
  position: relative;
  z-index: 1;
}

.list_of6 .bottom-info:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 0px;
  background: radial-gradient(100% 100% at 50% 100%,
      rgba(34, 200, 252, 0.17) 0%,
      rgba(34, 200, 252, 0) 100%),
    linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
  z-index: 0;
  left: 0;
  bottom: 0px;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
}

.list_of6:hover .bottom-info:after {
  height: 47px;
}

.list_of6:hover .bottom-info {
  border-color: rgba(34, 200, 252, 1);
}

.onlinecasino_item.onlineslot_item>div>div:first-child .img {
  align-items: start;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(40, 43, 63, 0) 1.99%, #1a1c29 100%);
}

.onlinecasino_item.onlineslot_item>div>div:first-child img {
  max-width: max-content;
}

.onlinecasino_item.onlineslot_item>div>div:first-child .title>div:first-child {
  background: linear-gradient(90deg, #282b3f 0%, rgba(40, 43, 63, 0) 99.19%);
}

.onlinecasino_item.onlineslot_item>div>div:first-child .title>div:last-child {
  background: linear-gradient(180deg, #212333 0%, #212333 0.01%, #212333 100%);
}

.onlinecasino_item.onlineslot_item>div>div:last-child a {
  position: relative;
}

.onlinecasino_item.onlineslot_item>div>div:last-child a span:last-child {
  z-index: 2;
  position: relative;
}

.onlinecasino_item.onlineslot_item:hover>div>div:last-child a:before {
  height: 100%;
}

.row.rowwww {
  margin-top: 35px;
}

.freegames-full_wrapper {
  margin-bottom: 33px;
  border-radius: 0 0 0 30px;
  overflow: hidden;
}

.freegames-full {
  background: #212333;
  clip-path: polygon(0px 10px,
      2px calc(100% - 1px),
      calc(100% - 1px) calc(100% - 1px),
      calc(100% - 1px) calc(100% - 1px),
      100% 0,
      10px 0);
  padding: 0;
  color: #ffffff;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 1px solid rgba(34, 200, 252, 1);
  height: 100%;
  border-radius: 30px 0 0 0;
  overflow: hidden;
}

.freegames-full .img,
.freegames-full img {
  height: 100%;
}

.freegames-full .img {
  min-width: 328px;
  border: 1px solid rgba(34, 200, 252, 1);
  clip-path: polygon(0px 10px,
      2px calc(100% - 1px),
      calc(100% - 1px) calc(100% - 1px),
      calc(100% - 2px) calc(100% - 1px),
      100% 0,
      10px 0);
  border-radius: 30px 0 0 30px;
  display: inline-block;
}

.freegames-full .name {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin: 13px 0 7px;
  display: block;
}

.freegames-full .wi50 {
  display: flex;
  font-style: normal;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0 20px 0 29px;
  font-size: 15px;
  line-height: 18px;
}

.freegames-full .wi50 span:nth-of-type(2) {
  text-align: right;
}

.freegames-full .wi50 i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url('/local/templates/ludobzor/components/bitrix/news/freegames/bitrix/news.list/.default/images/star.png') no-repeat;
  margin: 0 1.5px;
}

.divider {
  border-left: 1px solid #22c8fc;
  border-right: 1px solid #22c8fc;
  height: calc(100% - 40px);
  margin: 20px 10px;
  width: 204px;
}

.divider img {
  height: auto;
  cursor: pointer;
}

.centerable {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.freegames-full__hr {
  clip-path: polygon(0px 10px,
      0px 100%,
      calc(100% - 10px) 100%,
      100% calc(100% - 10px),
      100% 0,
      10px 0);
  width: 286px;
  height: 40px;
  display: flex;
  background: none;
  color: #ffffff;
  text-decoration: none;
  align-items: center;
  position: relative;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  border: 1px solid rgba(34, 200, 252, 1);
}

.freegames-full__hr:hover {
  color: #fff;
}

.freegames-full__hr span:before {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid rgba(34, 200, 252, 1);
  border-top: 5px solid rgba(34, 200, 252, 1);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.freegames-full__hr span:after {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid rgba(34, 200, 252, 1);
  border-bottom: 5px solid rgba(34, 200, 252, 1);
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 5;
}

.freegames-full__btn {
  background: linear-gradient(94.44deg, #2c6deb 0%, #22c8fc 100%);
  margin-bottom: 12px;
}

.mobileOnlyy-1200 {
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 34px;
}

.mobile {
  display: none;
}

.freeGames {
  position: relative;
  width: 100%;
  height: 600px;
}

.freeGames iframe {
  width: 100%;
  height: 600px;
  border: 0;
}

.freeGames__preview {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111111;
  color: #ffffff;
  cursor: pointer;
  user-select: none;
  z-index: 2;
}

.freeGames__loader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: #111111;
  z-index: 3;
}

.freeGames__spinner {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  animation: freegames-spin 0.9s linear infinite;
}

.freeGames__play {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  font-weight: 700;
  text-transform: uppercase;
}

.freeGames__play-text {
  letter-spacing: 0.6px;
}

@keyframes freegames-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .freegames-full__hr {
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .freegames-full_wrapper {
    border-radius: 0;
  }

  .freegames-full {
    border-radius: 30px 30px 0 0;
    margin: 0 5px;
  }

  .freegames-full .img,
  .freegames-full img {
    width: 100%;
  }

  .freegames-full .img {
    clip-path: none;
    border: 0;
  }

  .freegames-full .wi50 {
    padding: 0 20px;
  }

  .freegames-full__link {
    margin-bottom: 25px;
  }

  .divider {
    width: calc(100% - 20px);
    border-top: 1px solid #22c8fc;
    margin: 0 10px 34px;
    height: auto;
    border-left: 0px;
    border-right: 0px;
  }

  .nomobile {
    display: none;
  }
}

.page__casino .innerH1pp {
  margin-bottom: 30px;
}

.oc__logo img {
  margin-bottom: 15px;
}

.oc__bonus__promocode {
  width: 288px;
  height: 60px;
  text-align: center;
  background: url('/local/templates/ludobzor/components/bitrix/news/providers/bitrix/news.detail/.default/images/bonus.svg');
  border: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.oc__bonus__promocode:hover {
  color: #fff;
}

.list__inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 21px;
  font-weight: 500;
}

.ch_item_country_n {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.ch__item__label {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.oc__access__country {
  margin: 2.5px;
}

.breadcrumbs {
  display: none;
}

.contents {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 30px 0;
}

.contents li {
  display: inline-block;
  margin: 10px 20px 10px 0;
}

.contents a {
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  border: 1px solid #282b3f;
  padding: 7px 15px;
}

.contents a:hover {
  color: #ffffff;
}

.page__casino {
  margin-top: 60px;
  font-size: 16px;
  line-height: 25px;
}

.page__casion-desc {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}

.page__casion-desc li {
  margin-bottom: 20px;
}

.desc__inner {
  font-family: 'Montserrat';
  font-size: 18px;
  line-height: 22px;
  background: linear-gradient(90deg, #282b3f 0%, rgba(40, 43, 63, 0) 99.19%);
  border-radius: 30px 0px 0px 30px;
  padding: 10px 0 10px 20px;
  margin-top: 15px;
  max-width: 420px;
}

.kc-gotop {
  margin-bottom: 40px;
  position: relative;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  display: flex;
  width: 119px;
  height: 35px;
  align-items: center;
  justify-content: center;
  background: rgba(34, 200, 252, 0.1);
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100%,
      100% 100%,
      100% 8px,
      calc(100% - 8px) 0);
}

.kc-gotop:before {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100px,
      100% 100%,
      100% calc(100% - 1px),
      8px calc(100% - 1px),
      1px calc(100% - 8px),
      1px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
}

.kc-gotop:after {
  content: '';
  display: flex;
  position: absolute;
  clip-path: polygon(0 0,
      0 calc(100% - 8px),
      8px 100px,
      100% 100%,
      100% calc(100% - 1px),
      8px calc(100% - 1px),
      1px calc(100% - 8px),
      1px 0);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #22c8fc;
  -webkit-transform: rotate(180deg) translate3d(0, 0px, 0);
  transform: rotate(180deg) translate3d(0, 0px, 0);
}

.kc-gotop:hover {
  color: #fff;
}

@media (max-width: 990px) {
  .oc__header {
    flex-direction: column;
    align-items: center;
  }
}

.oc__header {
  display: flex;
  clip-path: polygon(0px 20px,
      0px 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 20px),
      100% 0px,
      20px 0px);
  width: 100%;
  background: #212333;
  position: relative;
  padding: 50px;
  margin-top: 50px;
}

.oc__left__column {
  padding-right: 50px;
}

.oc__header--left {
  display: flex;
  clip-path: polygon(0 0, 0 65px, 2px 19px, 20px 1px, 230px 1px);
  background: rgba(34, 200, 252, 1);
  position: absolute;
  width: 230px;
  height: 65px;
  left: 0;
  top: 0;
}

.oc__header--right {
  display: flex;
  clip-path: polygon(0 0, 0 65px, 2px 20px, 21px 1px, 230px 1px);
  background: rgba(34, 200, 252, 1);
  position: absolute;
  width: 230px;
  height: 65px;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.oc__logo {
  width: 288px;
  height: 162px;
  text-align: center;
  border-bottom: 1px solid #212333;
  cursor: pointer;
}

.jolly-roger {
  margin-top: 15px;
  max-width: 288px;
}

.unrecommended {
  margin-top: 15px;
  max-width: 288px;
}

.oc__logo img {
  margin-bottom: 0px;
  height: 100%;
  object-fit: contain;
}

.oc__logo .copy_promocode_link {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.copy_promocode_link {
  cursor: pointer;
}

.oc__bonus {
  position: relative;
  padding: 13px 13px 16px;
  z-index: 1;
  margin: 5px 0;
  cursor: pointer;
  background-size: cover;
  height: 150px;
  width: 288px;
}

.oc__bonus__promocode {
  width: 288px;
  height: 60px;
  text-align: center;
  background: url('/local/templates/ludobzor/components/bitrix/news/online_casino/bitrix/news.detail/.default/images/bonus.svg');
  border: 0;
  color: #fff;
}

.oc__bonus__promocode svg {
  display: inline-block;
  margin-right: 5px;
}

.oc__rates {
  background: #282b3f;
  display: flex;
  width: 100%;
  padding: 20px;
  text-align: center;
  clip-path: polygon(0px 20px,
      0px 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 20px),
      100% 0px,
      20px 0px);
}

.oc__rates--item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rate__inset {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
}

.oc__rates--label {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.oc__last-update {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  margin-top: 30px;
}

.oc__characteristics {
  display: flex;
  padding-top: 50px;
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
}

.ch__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list__inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tooltip__btn {
  width: 28px;
  height: 28px;
  position: relative;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
  margin: 2.5px;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
}

.oc-grid-item .tooltip__btn {
  margin-bottom: 0;
}

.tooltip__container {
  display: none;
  position: absolute;
  width: 327px;
  background: #212333;
  box-shadow: 0 4px 15px #000;
  border-radius: 4px;
  padding: 15px;
  bottom: 40px;
  left: 50%;
  margin-left: -163px;
}

.oc-grid-item .tooltip__container {
  display: none;
}

.tooltip__container::after,
.tooltip__container::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  background: #212333;
  box-shadow: 0 4px 15px #000;
  z-index: -1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.tooltip__container::before {
  z-index: 1;
  box-shadow: none;
}

.tooltip__btn:hover .tooltip__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.brand__logo {
  padding: 4px;
  width: auto;
  height: auto;
  max-height: 28px;
  color: #b7b7b7;
  border-radius: 4px;
  font-size: 12px;
  margin: 2.5px;
  line-height: 21px;
  font-weight: 500;
  text-transform: uppercase;
}

.casino-nav {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 10px;
  line-height: 20px;
  margin: 0 0 20px;
  overflow-x: auto;
  text-align: center;
  margin-top: 20px !important;
}

.online-casino {
  display: none;
}

.online-casino.active_tab {
  display: block;
}

.casino-nav-i {
  align-items: center;
  background: #212333;
  border-radius: 10px;
  display: flex;
  flex-basis: 210px;
  flex-direction: column;
  height: 126px;
  justify-content: center;
  min-width: 121px;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s;
  color: #fff;
}

.casino-nav-i__active {
  align-items: center;
  background: #282b3f;
  border-radius: 10px;
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  height: 126px;
  justify-content: center;
  min-width: 121px;
  padding: 10px;
  text-decoration: none;
  transition: 0.2s;
}

.bonys-tab {
  display: flex;
  clip-path: polygon(0px 20px,
      0px 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 20px),
      100% 0px,
      20px 0px);
  width: 100%;
  background: #282b3f;
  position: relative;
  padding: 50px;
  margin-top: 50px;
}

.bonys-tab-i {
  display: flex;
}

.bonys-tab-a {
  flex: 1 0 0%;
  flex-direction: column;
  justify-content: center;
}

.page__casino_text {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
}

.red-review-stars .star {
  width: 21px;
  height: 20px;
  background-image: url(/bitrix/themes/.default/chililab.comments/public/images/star-narrow-0.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.red-review-stars .star-active {
  background-image: url(/bitrix/themes/.default/chililab.comments/public/images/star-narrow-1.png);
}

.red-review-header {
  display: flex;
  flex-direction: row;
  padding: 0 0 15px 0;
  color: #444;
  height: 161px;
}

.red-review-name-date {
  top: -70px !important;
}

.red-review-name {
  top: -33px !important;
}

.to_review_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.leave_feedback,
.all_reviews {
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 16px;
  width: 420px;
  color: #ffffff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.leave_feedback {
  background-image: url('/local/templates/ludobzor/components/bitrix/news/online_casino/bitrix/news.detail/.default/images/review1.svg');
}

.all_reviews {
  background-image: url('/local/templates/ludobzor/components/bitrix/news/online_casino/bitrix/news.detail/.default/images/review2.svg');
}

.red-reviews-list {
  margin-top: 50px;
}

@media (min-width: 1201px) {
  .oc__rates--item+.oc__rates--item {
    border-left: 1px solid #212333;
  }

  .rate__progress {
    border-bottom: 1px solid #212333;
    padding: 0 0 15px;
  }

  .oc__rates--label {
    padding-top: 15px;
  }

  .ch__item+.ch__item {
    border-left: 1px solid #757ba0;
  }

  .page__casino .content {
    padding-right: 60px;
  }
}

@media (max-width: 1200px) {
  .oc__rates {
    flex-wrap: wrap;
  }

  .oc__rates--item {
    width: 33.3333%;
    flex: auto;
  }

  .oc__rates--item:nth-child(4),
  .oc__rates--item:nth-child(5),
  .oc__rates--item:nth-child(6) {
    margin-top: 20px;
  }

  .oc__characteristics {
    flex-wrap: wrap;
    padding-top: 20px;
  }

  .ch__item {
    width: calc(50% - 15px);
    flex: auto;
    border: 0;
  }

  .ch__item:nth-child(3),
  .ch__item:nth-child(4) {
    margin-top: 15px;
  }

  .ch__item__label {
    margin-bottom: 0;
  }

  .page__casino .content {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .page__casino .content {
    padding-right: 0;
  }
}

@media (max-width: 990px) {
  .oc__left__column {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .oc__header {
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }

  .oc__rates--item {
    width: 50%;
  }

  .oc__rates--item:nth-child(3) {
    margin-top: 20px;
  }

  .leave_feedback,
  .all_reviews {
    height: 40px;
    width: 170px;
    font-size: 12px;
  }

  .leave_feedback {
    background-image: url('/local/templates/ludobzor/components/bitrix/news/online_casino/bitrix/news.detail/.default/images/review1_mob.svg');
  }

  .all_reviews {
    background-image: url('/local/templates/ludobzor/components/bitrix/news/online_casino/bitrix/news.detail/.default/images/review2_mob.svg');
  }
}

.oc-grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -18px;
}

.oc-grid-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 12px;
  margin-bottom: 18px;
}

.oc-grid-item {
  border: 1px solid #383d59;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#212333),
      to(#272a3e));
  background: linear-gradient(to bottom, #212333 0%, #272a3e 100%);
  text-align: center;
  height: 152px;
  padding: 46px 20px;
  position: relative;
}

.oc-grid-item div {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 21px;
  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;
}

.oc-grid-item div img {
  margin: 0 5px;
}

.oc-grid-item div b {
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}

.oc-grid-item span {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 56px;
  height: 8px;
  background-color: #22c8fc;
  top: -1px;
}

.oc-grid-item span:before {
  content: '';
  display: block;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent #22c8fc transparent transparent;
  left: -8px;
  top: 0;
}

.oc-grid-item span:after {
  content: '';
  display: block;
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #22c8fc transparent transparent transparent;
  right: -8px;
  top: 0;
}

.tourn-item-inner {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#212333),
      to(#272a3e));
  background: linear-gradient(to right, #212333 0%, #272a3e 100%);
  padding: 20px 28px;
}

.tourn-item-group {
  padding-bottom: 20px;
  background: #212332;
}

.tourn-item-group .tourn-item-inner {
  padding-bottom: 0;
  background: #212332;
}

.tourn-item .widget-title {
  min-width: 257px;
}

.tourn-item-logo {
  height: 260px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.tourn-item-logo img {
  max-width: 100%;
}

.tourn-item-caption {
  position: absolute;
  bottom: 22px;
  left: 10px;
  right: 10px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}

.tourn-item-caption span {
  font-weight: bold;
}

.tourn-item-title {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.tourn-color-1 {
  border: 1px solid #f99d1c;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#1d1d27),
      to(#593606));
  background: linear-gradient(to right, #1d1d27 0%, #593606 100%);
}

.tourn-color-2 {
  border: 1px solid #ec01ec;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#2d1839),
      to(#740874));
  background: linear-gradient(to right, #2d1839 0%, #740874 100%);
}

.tourn-color-3 {
  border: 1px solid #10ade5;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#1b2834),
      to(#1e5760));
  background: linear-gradient(to right, #1b2834 0%, #1e5760 100%);
}

.tourn-color-4 {
  border: 1px solid #9c4fdc;
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#1b1c2a),
      to(#562c7d));
  background: linear-gradient(to right, #1b1c2a 0%, #562c7d 100%);
}

.tourn-item-list {
  margin: 0;
  padding: 0;
}

.tourn-item-list li {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
}

.tourn-item-list li:not(:last-child) {
  margin-bottom: 15px;
}

.tourn-item-list li span {
  font-weight: normal;
  display: inline-block;
  margin-right: 5px;
}

.copy-btn {
  padding: 0;
  border: 0;
  background: none;
}

.oc__bonus__timer__bibi {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .oc-grid-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .oc-grid-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .oc-grid-item {
    min-height: 115px;
    height: auto;
    padding: 30px 10px;
  }

  .tourn-item-inner {
    padding: 20px;
  }

  .tourn-item-logo {
    height: 220px;
  }

  .tourn-item-logo img {
    width: 100%;
    height: 100%;
  }

  .tourn-item-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.page__casino .oc__header {
  display: flex;
  flex-wrap: wrap;
  clip-path: polygon(0px 20px,
      0px 100%,
      calc(100% - 20px) 100%,
      100% calc(100% - 20px),
      100% 0px,
      20px 0px);
  width: 100%;
  background: #212333;
  position: relative;
  padding: 40px;
  margin-top: 50px;
}

.page__casino .oc__header--left {
  display: flex;
  clip-path: polygon(0 0, 0 65px, 2px 19px, 20px 1px, 230px 1px);
  background: rgba(34, 200, 252, 1);
  position: absolute;
  width: 230px;
  height: 65px;
  left: 0;
  top: 0;
}

.page__casino .oc__left__column {
  padding-right: 40px;
}

.page__casino .oc__logo {
  height: 162px;
  background: url(/images/logo_r.svg);
  display: flex;
}

.page__casino .oc__logo img {
  align-self: center;
}

.page__casino .short__brand--link {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

.page__casino .list__payment .list-game {
  font-size: 14px;
  line-height: 20px;
}

.page__casino .oc__bottom__column {
  margin-top: 15px;
  padding: 20px 25px;
  background: linear-gradient(180deg,
      rgba(156, 79, 220, 0.3) 0%,
      rgba(156, 79, 220, 0.05) 100%);
  border-top: 1px solid #9c4fdc;
}

.page__casino .casino__bonus {
  align-items: center;
}

.page__casino .casino__bonus span {
  font-size: 14px;
}

.page__casino .btn_promo-purple {
  background: transparent;
  border: 1px solid #9c4fdc;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  clip-path: polygon(0px 10px,
      0px 47px,
      190px 47px,
      200px 37px,
      200px 0,
      10px 0);
  display: flex;
  width: 200px;
  height: 47px;
}

.page__casino .btn_promo-purple span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.page__casino .btn_promo-purple span:before {
  content: '';
  border: 5px solid transparent;
  border-left: 5px solid #9c4fdc;
  border-top: 5px solid #9c4fdc;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 5;
}

.page__casino .btn_promo-purple span:after {
  content: '';
  border: 5px solid transparent;
  border-right: 5px solid #9c4fdc;
  border-bottom: 5px solid #9c4fdc;
  position: absolute;
  bottom: 0;
  right: -1px;
  z-index: 5;
}

.onlinecasino_item.col-md-4 {
  width: calc(33.333333% - 20px);
  margin-top: 20px;
  font-size: 14px;
  line-height: 17px;
}

.onlinecasino_item.onlinecasino_item__same>div>div:first-child .img {
  align-items: stretch;
}

.onlinecasino_item.onlinecasino_item__same {
  background: #212333;
}

.same__title {
  background: linear-gradient(90deg, #282b3f 0%, rgba(40, 43, 63, 0) 99.19%);
  display: flex;
  flex-direction: column;
  height: 80px;
  justify-content: center;
  padding-left: 15px;
}

.same__title a {
  display: block;
}

.same__title a:first-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}

.same__text {
  padding: 15px;
  min-height: 100px;
  position: relative;
  padding-bottom: 30px;
}

.same__text span:first-child {
  display: block;
}

.same__text span:last-child {
  position: absolute;
  bottom: 5px;
}

.same__text p {
  margin-top: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

@media (max-width: 890px) {
  .onlinecasino_item.col-md-4 {
    width: calc(50% - 20px);
    max-width: 350px;
  }
}

@media (max-width: 650px) {
  .onlinecasino_item.col-md-4 {
    width: 100%;
    max-width: 350px;
  }
}

.page__casino {
  margin-top: 60px !important;
  font-size: 16px;
  line-height: 25px;
}

.page__casino h2 {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
}

.page__casino p {
  font-family: 'Montserrat';
  font-weight: 400;
}

.page__casino .innerH1pp {
  margin-bottom: 50px;
}

.imgNewsNew {
  display: inline-block;
  float: right;
  margin: 0 0 15px 15px;
  max-width: 330px;
}

.sociumArticle {
  margin: 30px 0;
  padding: 30px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.sociumArticle>span {
  display: inline-block;
  line-height: 34px;
  margin-right: 5px;
}

.sociumArticle li {
  padding: 0 !important;
  margin: 0 5px !important;
  background: none !important;
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge,
.ya-share2__item_service_telegram .ya-share2__badge,
.ya-share2__item_service_telegram .ya-share2__mobile-popup-badge,
.ya-share2__item_service_twitter .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__mobile-popup-badge,
.ya-share2__item_service_whatsapp .ya-share2__badge,
.ya-share2__item_service_whatsapp .ya-share2__mobile-popup-badge {
  background: none !important;
}

.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  height: 36px !important;
  width: 36px !important;
  background-size: 36px 36px !important;
}

@media (min-width: 1201px) {
  .page__casino .content-inner {
    padding-right: 150px;
  }
}

@media (max-width: 1200px) {
  .page__casino .content-inner {
    padding-right: 30px;
  }

  .sidebar-info {
    margin-top: 50px !important;
  }
}

@media (max-width: 991px) {
  .page__casino .content-inner {
    padding-right: 0;
  }
}

.ya-share2,
.ya-share2 * {
  line-height: normal;
}

.ya-share2 :link:hover,
.ya-share2 :visited:hover {
  color: #000 !important;
}

.ya-share2 input {
  color: inherit;
  font: inherit;
  margin: 0;
  line-height: normal;
}

.ya-share2__messenger-frame {
  display: none;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
  background-color: #000;
}

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge,
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__mobile-popup-badge {
  background-color: #fff;
}

.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__popup-body .ya-share2__mobile-popup-badge {
  background-color: #f2f2f2;
}

.ya-share2__container_shape_round .ya-share2__badge {
  border-radius: 50px;
}

.ya-share2__container_shape_round .ya-share2__icon {
  background-position: center;
}

.ya-share2__container_size_l {
  font-size: 20px;
}

.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  height: 48px;
  width: 48px;
  background-size: 48px 48px;
}

.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 40px 40px;
}

.ya-share2__container_size_l .ya-share2__item_copy .ya-share2__icon_copy,
.ya-share2__container_size_l .ya-share2__item_more .ya-share2__icon_more {
  background-size: 32px 32px;
}

.ya-share2__container_size_l .ya-share2__title {
  line-height: 48px;
}

.ya-share2__container_size_l .ya-share2__badge+.ya-share2__title {
  margin-left: 16px;
}

.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) {
  border-radius: 16px;
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.18),
    0 0 8px rgba(0, 0, 0, 0.1);
}

.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.ya-share2__container_size_l.ya-share2__container_as-popup .ya-share2__item {
  padding: 2px 16px;
}

.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile)> :first-child:not(:empty),
.ya-share2__container_size_l.ya-share2__container_as-popup> :first-child:not(:empty),
.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile)> :first-child:empty+ :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_l.ya-share2__container_as-popup> :first-child:empty+ :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-top: 8px;
}

.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile)> :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_l.ya-share2__container_as-popup> :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-bottom: 8px;
}

.ya-share2__container_size_l .ya-share2__popup_direction_bottom {
  top: 56px;
}

.ya-share2__container_size_l .ya-share2__popup_direction_top {
  bottom: 56px;
}

.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 72px;
}

.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 72px;
}

.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 8px 32px 8px 16px;
  font-size: 22px;
}

.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 8px;
  border: none;
  background: rgba(0, 0, 0, 0.07);
}

.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
  margin-left: 6px;
}

.ya-share2__container_size_l .ya-share2__messenger-contacts {
  margin-bottom: 12px;
}

.ya-share2__container_size_l .ya-share2__messenger-contacts::before {
  width: 16px;
  height: 16px;
  bottom: -7px;
  left: 32px;
}

.ya-share2__container_size_m {
  font-size: 13px;
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 20px 20px;
}

.ya-share2__container_size_m .ya-share2__item_copy .ya-share2__icon_copy,
.ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more {
  background-size: 16px 16px;
}

.ya-share2__container_size_m .ya-share2__title {
  line-height: 24px;
}

.ya-share2__container_size_m .ya-share2__badge+.ya-share2__title {
  margin-left: 10px;
}

.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) {
  border-radius: 8px;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.18),
    0 0 4px rgba(0, 0, 0, 0.1);
}

.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.ya-share2__container_size_m.ya-share2__container_as-popup .ya-share2__item {
  padding: 2px 8px;
}

.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile)> :first-child:not(:empty),
.ya-share2__container_size_m.ya-share2__container_as-popup> :first-child:not(:empty),
.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile)> :first-child:empty+ :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_m.ya-share2__container_as-popup> :first-child:empty+ :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-top: 8px;
}

.ya-share2__container_size_m .ya-share2__popup:not(.ya-share2__popup_mobile)> :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_m.ya-share2__container_as-popup> :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-bottom: 8px;
}

.ya-share2__container_size_m .ya-share2__popup_direction_bottom {
  top: 28px;
}

.ya-share2__container_size_m .ya-share2__popup_direction_top {
  bottom: 28px;
}

.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 36px;
}

.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 36px;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 4px 16px 4px 8px;
  font-size: 15px;
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 4px;
  border: none;
  background: rgba(0, 0, 0, 0.07);
}

.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
  margin-left: 2px;
}

.ya-share2__container_size_m .ya-share2__messenger-contacts {
  margin-bottom: 6px;
}

.ya-share2__container_size_m .ya-share2__messenger-contacts::before {
  width: 10px;
  height: 10px;
  bottom: -4px;
  left: 15px;
}

.ya-share2__container_size_s {
  font-size: 12px;
}

.ya-share2__container_size_s .ya-share2__badge .ya-share2__icon {
  height: 18px;
  width: 18px;
  background-size: 18px 18px;
}

.ya-share2__container_shape_round.ya-share2__container_size_s .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 16px 16px;
}

.ya-share2__container_size_s .ya-share2__item_copy .ya-share2__icon_copy,
.ya-share2__container_size_s .ya-share2__item_more .ya-share2__icon_more {
  background-size: 12px 12px;
}

.ya-share2__container_size_s .ya-share2__title {
  line-height: 18px;
}

.ya-share2__container_size_s .ya-share2__badge+.ya-share2__title {
  margin-left: 6px;
}

.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) {
  border-radius: 6px;
  box-shadow:
    0 6px 18px rgba(0, 0, 0, 0.18),
    0 0 3px rgba(0, 0, 0, 0.1);
}

.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.ya-share2__container_size_s.ya-share2__container_as-popup .ya-share2__item {
  padding: 2px 6px;
}

.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile)> :first-child:not(:empty),
.ya-share2__container_size_s.ya-share2__container_as-popup> :first-child:not(:empty),
.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile)> :first-child:empty+ :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_s.ya-share2__container_as-popup> :first-child:empty+ :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-top: 6px;
}

.ya-share2__container_size_s .ya-share2__popup:not(.ya-share2__popup_mobile)> :last-child:not(:empty):not(.ya-share2__copied-tooltip),
.ya-share2__container_size_s.ya-share2__container_as-popup> :last-child:not(:empty):not(.ya-share2__copied-tooltip) {
  padding-bottom: 6px;
}

.ya-share2__container_size_s .ya-share2__popup_direction_bottom {
  top: 21px;
}

.ya-share2__container_size_s .ya-share2__popup_direction_top {
  bottom: 21px;
}

.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_bottom,
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 27px;
}

.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_top,
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 27px;
}

.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 3px 12px 3px 6px;
  font-size: 14px;
}

.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  padding: 3px;
  border: none;
  background: rgba(0, 0, 0, 0.07);
}

.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
  margin-left: 1px;
}

.ya-share2__container_size_s .ya-share2__messenger-contacts {
  margin-bottom: 4.5px;
}

.ya-share2__container_size_s .ya-share2__messenger-contacts::before {
  width: 8px;
  height: 8px;
  bottom: -3px;
  left: 11px;
}

.ya-share2__container_mobile .ya-share2__icon {
  background-position: center;
  background-repeat: no-repeat;
}

.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
  height: 56px;
  width: 56px;
}

.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__title {
  line-height: 56px;
}

.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
  height: 32px;
  width: 32px;
}

.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__title {
  line-height: 32px;
}

.ya-share2__container_mobile.ya-share2__container_size_s .ya-share2__icon {
  height: 24px;
  width: 24px;
}

.ya-share2__container_mobile.ya-share2__container_size_s .ya-share2__title {
  line-height: 24px;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
  margin-top: -2px;
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 2px 4px 0 0;
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
  margin-right: 0;
}

.ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item>.ya-share2__link>.ya-share2__title {
  display: none;
}

.ya-share2__list.ya-share2__list_direction_vertical>.ya-share2__item {
  display: block;
  margin: 4px 0;
}

.ya-share2__list.ya-share2__list_direction_vertical>.ya-share2__item:first-child {
  margin-top: 0;
}

.ya-share2__list.ya-share2__list_direction_vertical>.ya-share2__item:last-child {
  margin-bottom: 0;
}

.ya-share2__popup {
  position: absolute;
  display: none;
  z-index: 9999;
  background-color: #fff;
}

.ya-share2__popup_visible {
  display: block;
}

.ya-share2__popup_direction_auto {
  visibility: hidden;
}

.ya-share2__popup_direction_bottom,
.ya-share2__popup_direction_top {
  visibility: visible;
}

.ya-share2__popup_list-direction_horizontal {
  right: 0;
}

.ya-share2__popup_list-direction_vertical {
  left: 0;
}

.ya-share2__popup_x-direction_left {
  right: 0;
  left: auto;
}

.ya-share2__popup_x-direction_right {
  left: 0;
  right: auto;
}

.ya-share2__popup,
.ya-share2__container_as-popup {
  text-align: left;
}

.ya-share2__popup .ya-share2__list .ya-share2__item,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item {
  margin: 0;
}

.ya-share2__popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus {
  background: rgba(0, 0, 0, 0.03);
}

.ya-share2__popup .ya-share2__list .ya-share2__item:active,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active {
  background: rgba(0, 0, 0, 0.05);
}

.ya-share2__popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover,
.ya-share2__popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus,
.ya-share2__popup .ya-share2__list .ya-share2__item:active,
.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active,
.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active {
  opacity: 1;
}

.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__list .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__list .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__list .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_whiteblack.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__list .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__list .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__list .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__list .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge,
.ya-share2__container_color-scheme_normal.ya-share2__container_as-popup .ya-share2__messenger-contacts-list_desktop .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge {
  background: transparent;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop {
  background-color: #f5f5f5;
  position: relative;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop:empty {
  display: none;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop::before {
  content: '';
  transform: rotate(45deg);
  position: absolute;
  background-color: #f5f5f5;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__messenger-contacts-list {
  margin: 0;
  padding-left: 0;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__item {
  display: block;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__badge {
  background: none;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop .ya-share2__icon {
  border-radius: 50px;
}

.ya-share2__container .ya-share2__messenger-contacts_desktop+.ya-share2__list {
  display: block;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider {
  height: 97px;
  overflow: hidden;
  padding-bottom: 16px;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts_mobile {
  overflow-x: scroll;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts_mobile:empty {
  display: none;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts_mobile .ya-share2__messenger-contacts-list {
  white-space: nowrap;
  height: 97px;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider+.ya-share2__header {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider~.ya-share2__scroll-hider .ya-share2__popup-tile-wrapper {
  overflow-x: scroll;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider~.ya-share2__scroll-hider .ya-share2__popup-tile-wrapper .ya-share2__popup-tile {
  white-space: nowrap;
  height: 97px;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__mobile-popup-badge {
  width: 56px;
  height: 56px;
  border-radius: 28px;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge {
  background: none;
}

.ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__item {
  width: 23%;
}

@media (min-width: 460px) {
  .ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__item {
    width: 18.6%;
  }
}

@media (min-width: 600px) {
  .ya-share2__container.ya-share2__container_mobile .ya-share2__scroll-hider .ya-share2__item {
    width: 15.6%;
  }
}

.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
}

.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  animation: overlayAppearance 0.2s cubic-bezier(0.42, 0, 1, 1) forwards;
}

.ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
  display: flex;
  position: absolute;
  padding: 0;
  z-index: 2;
  bottom: 0;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
  max-height: 70%;
  animation: popupAppearance 0.2s forwards;
}

.ya-share2__popup-content .ya-share2__popup-header {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 14px 12px 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 0 0;
  background-color: #fff;
}

.ya-share2__popup-content .ya-share2__popup-header .ya-share2__og-image,
.ya-share2__popup-content .ya-share2__popup-header .ya-share2__icon_og-image-stub,
.ya-share2__popup-content .ya-share2__popup-header .ya-share2__icon_closing-cross {
  flex-shrink: 0;
}

.ya-share2__popup-content .ya-share2__popup-header .ya-share2__popup-description {
  flex: 1;
  hyphens: auto;
  align-self: center;
  display: -webkit-box;
  max-height: 34px;
  margin: 0 8px 0 14px;
  overflow: hidden;
  font-size: 15px;
  line-height: 17px;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ya-share2__popup-content .ya-share2__popup-body {
  overflow: auto;
  background-color: #fff;
}

.ya-share2__popup-content .ya-share2__popup-body .ya-share2__header {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 18px 16px 0;
  margin: 0;
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list,
.ya-share2__popup-content .ya-share2__popup-tile {
  padding: 20px 12px 0;
  margin: 0;
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item {
  width: 25%;
  padding: 0;
  margin: 0 0 20px;
}

@media (min-width: 460px) {

  .ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item,
  .ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item {
    width: 20%;
  }
}

@media (min-width: 600px) {

  .ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item,
  .ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item {
    width: 16.66%;
  }
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item .ya-share2__link,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item .ya-share2__link {
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.8);
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__item .ya-share2__native-share-fake-link,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__item .ya-share2__native-share-fake-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-badge {
  display: block;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  border-radius: 26px;
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge .ya-share2__icon,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-badge .ya-share2__icon {
  width: 100%;
  height: 100%;
  background-size: 32px;
  background-clip: content-box;
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-badge .ya-share2__icon_messenger-contact,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-badge .ya-share2__icon_messenger-contact {
  background-size: 56px;
  border-radius: 50%;
}

.ya-share2__popup-content .ya-share2__messenger-contacts-list .ya-share2__mobile-popup-service-title,
.ya-share2__popup-content .ya-share2__popup-tile .ya-share2__mobile-popup-service-title {
  max-height: 15px;
  margin-top: 10px;
  padding: 0 4px;
  overflow: hidden;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  text-overflow: ellipsis;
}

.ya-share2__popup-content .ya-share2__icon {
  background-size: auto;
}

.ya-share2__popup-content .ya-share2__icon.ya-share2__og-image,
.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_og-image-stub {
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 6px;
}

.ya-share2__popup-content .ya-share2__icon.ya-share2__og-image {
  background-position: center;
  background-size: cover;
}

.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_og-image-stub {
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2724%27%20height=%2725%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M10.94%208.838a3%203%200%20000%204.242%201%201%200%2001-1.414%201.415%205%205%200%20010-7.071l3.535-3.536a5%205%200%20017.071%207.071l-1.092%201.093a1%201%200%2001-1.415-1.415l1.093-1.092a3%203%200%2010-4.243-4.243L10.94%208.838zm2.12%206.363a3%203%200%20000-4.243%201%201%200%20111.415-1.414%205%205%200%20010%207.07l-3.5%203.501a5%205%200%2001-7.071-7.071l1.025-1.025a1%201%200%20011.414%201.414l-1.025%201.025a3%203%200%20004.243%204.243l3.5-3.5z%27%20fill=%27%23000%27%20fill-opacity=%27.3%27/%3E%3C/svg%3E');
}

.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_closing-cross {
  box-sizing: border-box;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 10px;
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2720%27%20height=%2720%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M10%2020c5.523%200%2010-4.477%2010-10S15.523%200%2010%200%200%204.477%200%2010s4.477%2010%2010%2010zM5.403%205.403a1%201%200%20011.414%200L10%208.586l3.183-3.183a1%201%200%20111.414%201.414L11.414%2010l3.183%203.183a1%201%200%2001-1.414%201.414L10%2011.414l-3.183%203.183a1%201%200%2001-1.414-1.414L8.586%2010%205.403%206.817a1%201%200%20010-1.414z%27%20fill=%27%23000%27%20fill-opacity=%27.2%27/%3E%3C/svg%3E');
}

.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_closing-cross:hover {
  opacity: 0.8;
}

.ya-share2__popup-content .ya-share2__icon.ya-share2__icon_closing-cross:active {
  opacity: 0.6;
}

.ya-share2__popup-content .ya-share2__item.ya-share2__item_copy.ya-share2__item_copy-link-button .ya-share2__icon_copy-icon {
  width: 15px;
  height: 14px;
  opacity: 1;
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2715%27%20height=%2714%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M3.758%201a1%201%200%20001%201h7.5a.5.5%200%2001.5.5v7.497a1%201%200%20002%200V2.5a2.5%202.5%200%2000-2.5-2.5h-7.5a1%201%200%2000-1%201zm-1.5%202h8a1.5%201.5%200%20011.5%201.5v8a1.5%201.5%200%2001-1.5%201.5h-8a1.5%201.5%200%2001-1.5-1.5v-8a1.5%201.5%200%20011.5-1.5zm.5%202v7h7V5h-7z%27%20fill=%27%23000%27%20fill-opacity=%27.3%27/%3E%3C/svg%3E');
}

.ya-share2__popup-content .ya-share2__mobile-popup-badge.ya-share2__mobile-popup-badge_native-share {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  box-sizing: border-box;
}

.ya-share2__popup-content .ya-share2__mobile-popup-badge.ya-share2__mobile-popup-badge_native-share .ya-share2__icon {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2722%27%20height=%2722%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4.583%2012.604a1.604%201.604%200%20100-3.208%201.604%201.604%200%20000%203.208zm12.834%200a1.604%201.604%200%20100-3.208%201.604%201.604%200%20000%203.208zM12.604%2011a1.604%201.604%200%2011-3.208%200%201.604%201.604%200%20013.208%200z%27%20fill=%27%23000%27%20fill-opacity=%27.3%27/%3E%3C/svg%3E');
}

.ya-share2__popup-content .ya-share2__mobile-popup-copy-link .ya-share2__item.ya-share2__item_copy.ya-share2__item_copy-link-button {
  display: flex;
  align-items: center;
  margin: 8px auto 32px;
  padding: 12px 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  background-color: #fff;
  font-size: 15px;
  line-height: 20px;
  color: #000;
}

.ya-share2__popup-content .ya-share2__mobile-popup-copy-link .ya-share2__item.ya-share2__item_copy.ya-share2__item_copy-link-button .ya-share2__link-title {
  padding-left: 8px;
}

.ya-share2__copied-tooltip {
  display: none;
  z-index: 9999;
  position: fixed;
  bottom: 6px;
  left: 50%;
  padding: 12px 20px;
  transform: translateX(-50%);
  border-radius: 22px;
  background: #fff;
  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.15),
    0 0 2px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
}

.ya-share2__copied-tooltip_shown {
  display: block;
  animation: tooltipAppearance 2s ease-out forwards;
}

@media (min-width: 721px) {
  .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content {
    width: 720px;
    min-height: 310px;
    padding: 20px 0;
    bottom: auto;
  }

  .ya-share2__popup.ya-share2__popup_mobile.ya-share2__popup_visible .ya-share2__popup-content .ya-share2__popup-body {
    border-radius: 0 0 16px 16px;
  }
}

@-moz-keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }

  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

@-webkit-keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }

  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

@-o-keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }

  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

@keyframes tooltipAppearance {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }

  8% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  92% {
    transform: translate(-50%, -10px);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
}

@-moz-keyframes overlayAppearance {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes overlayAppearance {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes overlayAppearance {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes overlayAppearance {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@-o-keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes popupAppearance {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

.ya-share2__container,
.ya-share2__container .ya-share2__item {
  font-family: 'YS Text', Arial, sans-serif;
}

.ya-share2__list,
.ya-share2__badge,
.ya-share2__icon {
  display: inline-block;
  vertical-align: top;
}

.ya-share2__title {
  display: inline-block;
  vertical-align: bottom;
}

.ya-share2__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.ya-share2__link {
  display: block;
}

.ya-share2__item {
  display: inline-block;
  font-family: 'YS Text', Arial, sans-serif;
}

.ya-share2__item:not(.ya-share2__item_more):hover,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:hover,
.ya-share2__item:not(.ya-share2__item_more):focus,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:focus {
  cursor: pointer;
  opacity: 0.85;
}

.ya-share2__item:not(.ya-share2__item_more):active,
.ya-share2__item.ya-share2__item_more>.ya-share2__link:active {
  opacity: 0.7;
}

.ya-share2__link {
  text-decoration: none;
  white-space: nowrap;
}

.ya-share2__badge {
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.ya-share2__container_mobile .ya-share2__badge {
  border-radius: 50%;
}

.ya-share2__title {
  color: #000;
}

.ya-share2__item_more {
  position: relative;
}

.ya-share2__item_more .ya-share2__link_more .ya-share2__title {
  display: none;
}

.ya-share2__item_more .ya-share2__icon_more {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M1%208a1.5%201.5%200%20113%200%201.5%201.5%200%2001-3%200zm5.5%200a1.5%201.5%200%20113%200%201.5%201.5%200%2001-3%200zm7-1.5a1.5%201.5%200%20100%203%201.5%201.5%200%20000-3z%27%20fill=%27%23999%27/%3E%3C/svg%3E');
}

.ya-share2__container_color-scheme_blackwhite .ya-share2__item_more .ya-share2__icon_more {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M1%208a1.5%201.5%200%20113%200%201.5%201.5%200%2001-3%200zm5.5%200a1.5%201.5%200%20113%200%201.5%201.5%200%2001-3%200zm7-1.5a1.5%201.5%200%20100%203%201.5%201.5%200%20000-3z%27%20fill=%27%23fff%27/%3E%3C/svg%3E');
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_more .ya-share2__icon_more {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M1%208a1.5%201.5%200%20113%200%201.5%201.5%200%2001-3%200zm5.5%200a1.5%201.5%200%20113%200%201.5%201.5%200%2001-3%200zm7-1.5a1.5%201.5%200%20100%203%201.5%201.5%200%20000-3z%27%20fill=%27%23000%27/%3E%3C/svg%3E');
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20d=%27M14.6%202.9a2.7%202.7%200%2001-4.554%201.963L5.303%207.28a2.702%202.702%200%20010%201.44l4.743%202.417a2.7%202.7%200%2011-.834%201.708l-5.05-2.575a2.7%202.7%200%20110-4.54l5.05-2.575A2.7%202.7%200%201114.6%202.9z%27%20fill=%27%23000%27/%3E%3C/svg%3E');
}

.ya-share2__item_more .ya-share2__badge,
.ya-share2__item_copy .ya-share2__badge {
  background: rgba(0, 0, 0, 0.03);
}

.ya-share2__item_more .ya-share2__icon,
.ya-share2__item_copy .ya-share2__icon {
  background-position: center;
  background-repeat: no-repeat;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):hover,
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):focus {
  border-color: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):active {
  border-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
  display: inline-block;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
  background: transparent;
}

.ya-share2__item_copy .ya-share2__icon {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4%202a1%201%200%20001%201h7.5a.5.5%200%2001.5.5v7.497a1%201%200%20002%200V3.5A2.5%202.5%200%200012.5%201H5a1%201%200%2000-1%201zM2.5%204h8A1.5%201.5%200%200112%205.5v8a1.5%201.5%200%2001-1.5%201.5h-8A1.5%201.5%200%20011%2013.5v-8A1.5%201.5%200%20012.5%204zM3%206v7h7V6H3z%27%20fill=%27%23999%27/%3E%3C/svg%3E');
}

.ya-share2__container_color-scheme_blackwhite .ya-share2__item_copy .ya-share2__icon {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4%202a1%201%200%20001%201h7.5a.5.5%200%2001.5.5v7.497a1%201%200%20002%200V3.5A2.5%202.5%200%200012.5%201H5a1%201%200%2000-1%201zM2.5%204h8A1.5%201.5%200%200112%205.5v8a1.5%201.5%200%2001-1.5%201.5h-8A1.5%201.5%200%20011%2013.5v-8A1.5%201.5%200%20012.5%204zM3%206v7h7V6H3z%27%20fill=%27%23fff%27/%3E%3C/svg%3E');
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_copy .ya-share2__icon {
  background-image: url('data:image/svg+xml,%3Csvg%20width=%2716%27%20height=%2716%27%20fill=%27none%27%20xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath%20fill-rule=%27evenodd%27%20clip-rule=%27evenodd%27%20d=%27M4%202a1%201%200%20001%201h7.5a.5.5%200%2001.5.5v7.497a1%201%200%20002%200V3.5A2.5%202.5%200%200012.5%201H5a1%201%200%2000-1%201zM2.5%204h8A1.5%201.5%200%200112%205.5v8a1.5%201.5%200%2001-1.5%201.5h-8A1.5%201.5%200%20011%2013.5v-8A1.5%201.5%200%20012.5%204zM3%206v7h7V6H3z%27%20fill=%27%23000%27/%3E%3C/svg%3E');
}

.ya-share2__item_copy .ya-share2__input_copy {
  display: none;
}

.ya-share2__item_copy .ya-share2__link_copy {
  display: inline-block;
}

.ya-share2__item_service_blogger .ya-share2__badge,
.ya-share2__item_service_blogger .ya-share2__mobile-popup-badge {
  background-color: #fb8f3d;
}

.ya-share2__item_service_blogger .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.896 14.833A5.167 5.167 0 0114.729 20H9.166A5.167 5.167 0 014 14.833V9.167A5.166 5.166 0 019.166 4h2.608a5.167 5.167 0 015.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 000-1.987H9.038a.994.994 0 000 1.987zm5.867 3.83H9.032a.94.94 0 000 1.879h5.873a.94.94 0 100-1.88z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_blogger .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.896 14.833A5.167 5.167 0 0114.729 20H9.166A5.167 5.167 0 014 14.833V9.167A5.166 5.166 0 019.166 4h2.608a5.167 5.167 0 015.167 5.167l.002.011c.037.536.484.96 1.03.96l.018-.002h.872c.57 0 1.034.463 1.034 1.034l-.001 3.663zM9.038 10.176h2.926a.993.993 0 000-1.987H9.038a.994.994 0 000 1.987zm5.867 3.83H9.032a.94.94 0 000 1.879h5.873a.94.94 0 100-1.88z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_delicious .ya-share2__badge,
.ya-share2__item_service_delicious .ya-share2__mobile-popup-badge {
  background-color: #31a9ff;
}

.ya-share2__item_service_delicious .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_delicious .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4 12h8v8H4zm8-8h8v8h-7.984z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_digg .ya-share2__badge,
.ya-share2__item_service_digg .ya-share2__mobile-popup-badge {
  background-color: #000;
}

.ya-share2__item_service_digg .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_digg .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.555 10.814V14.1h.96s.18.005.18-.222v-3.287h-.96s-.18-.006-.18.222zm8.032 3.065v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222zm-5.306 1.32c0 .227-.18.222-.18.222H4V9.497c0-.227.18-.222.18-.222h2.514V7.222c0-.227.18-.222.18-.222h1.408l-.001 8.199zm2.065 0c0 .227-.18.221-.18.221H8.761V9.496c0-.226.18-.221.18-.221h1.406v5.924zm0-7.103c0 .227-.18.222-.18.222H8.76V7.222c0-.227.18-.222.18-.222h1.408l-.001 1.096zm4.827 9.21c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.513v-.79h-2.694V9.497c0-.227.18-.222.18-.222l4.102.003v8.029zm4.826 0c0 .228-.18.223-.18.223h-4.1v-1.096c0-.227.18-.222.18-.222h2.514v-.79h-2.695V9.497c0-.227.18-.222.18-.222L20 9.279v8.028zm-1.585-3.427v-3.287h-.96s-.18-.006-.18.222V14.1h.96s.18.006.18-.222z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_evernote .ya-share2__badge,
.ya-share2__item_service_evernote .ya-share2__mobile-popup-badge {
  background-color: #24d666;
}

.ya-share2__item_service_evernote .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 00.28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_evernote .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.277 7.109h1.517c.08 0 .16-.08.16-.16V5.313c0-.28.08-.559.159-.758l.04-.12L5.2 7.348l.16-.08c.239-.12.558-.16.917-.16zm11.654-.28c-.12-.638-.479-.917-.838-1.037-.36-.12-.718-.28-1.676-.4-.759-.08-1.557-.12-2.116-.12-.16-.438-.399-.917-1.317-1.156-.638-.16-1.796-.12-2.155-.08-.559.08-.758.319-.918.479-.16.16-.28.598-.28.878v1.556c0 .48-.318.838-.877.838H6.397c-.32 0-.559.04-.758.12-.16.12-.32.28-.4.4-.2.279-.239.598-.239.957 0 0 0 .28.08.798.04.4.479 3.033.878 3.911.16.36.28.48.599.639.718.32 2.354.639 3.152.758.759.08 1.278.32 1.557-.279 0 0 .04-.16.12-.36a6.3 6.3 0 00.28-1.915c0-.04.079-.04.079 0 0 .36-.08 1.557.838 1.876.36.12 1.118.24 1.876.32.678.079 1.197.358 1.197 2.114 0 1.078-.24 1.238-1.397 1.238-.958 0-1.317.04-1.317-.759 0-.598.599-.558 1.078-.558.2 0 .04-.16.04-.52 0-.398.24-.598 0-.598-1.557-.04-2.475 0-2.475 1.956 0 1.796.679 2.115 2.914 2.115 1.756 0 2.354-.04 3.073-2.275.16-.439.479-1.796.678-4.03.16-1.478-.12-5.788-.319-6.866zm-3.033 4.75c-.2 0-.32 0-.519.04h-.08s-.04 0-.04-.04v-.04c.08-.4.28-.878.878-.878.639.04.799.599.799 1.038v.04c0 .04-.04.04-.04.04-.04 0-.04 0-.04-.04-.28-.08-.599-.12-.958-.16z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_linkedin .ya-share2__badge,
.ya-share2__item_service_linkedin .ya-share2__mobile-popup-badge {
  background-color: #0083be;
}

.ya-share2__item_service_linkedin .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_linkedin .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.246 8.954h3.41v10.281h-3.41zm1.725-4.935c-1.167 0-1.929.769-1.929 1.776 0 .987.74 1.777 1.884 1.777h.022c1.19 0 1.93-.79 1.93-1.777-.023-1.007-.74-1.776-1.907-1.776zm10.052 4.715c-1.81 0-2.62.997-3.073 1.698V8.976H9.54c.045.965 0 10.281 0 10.281h3.41v-5.742c0-.307.022-.614.112-.834.246-.613.807-1.25 1.75-1.25 1.233 0 1.727.944 1.727 2.325v5.501h3.41v-5.896c0-3.158-1.683-4.627-3.926-4.627z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_lj .ya-share2__badge,
.ya-share2__item_service_lj .ya-share2__mobile-popup-badge {
  background-color: #0d425a;
}

.ya-share2__item_service_lj .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.815 13.3c.223 1.074.443 2.146.663 3.218.214 1.039.427 2.078.643 3.118.037.178-.148.385-.334.311-1.544-.565-3.063-1.135-4.585-1.706l-1.425-.534a.625.625 0 01-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133l1.351 1.625v.001c1.968 2.367 3.935 4.733 5.897 7.099.109.124.18.275.208.438zM6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 00-3.85 3.272l.2.252zm.504.601c.727-1.758 2.107-2.945 3.851-3.271l.89 1.06c-1.536.305-3.049 1.522-3.836 3.302l-.905-1.091zM9.364 8.9l3.926 4.719h-.002c.564.682-.014 2.656-.303 3.041l-4.89-5.89A6.12 6.12 0 019.364 8.9zm4.23 4.481L9.647 8.633c.69-.601 1.484-1.009 2.277-1.165l4.756 5.72c-.63.52-2.641.735-3.086.193zm3.36.298l.001-.001h-.001zm-2.93.526c1.03.208 2.32-.067 2.93-.526l.43 2.091.35 1.692c-.371.156-.69.386-.913.764l-1.528-.564-1.885-.712c.52-.853.69-1.922.616-2.745z' fill='%23FFF'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_lj .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.815 13.3c.223 1.074.443 2.146.663 3.218.214 1.039.427 2.078.643 3.118.037.178-.148.385-.334.311-1.544-.565-3.063-1.135-4.585-1.706l-1.425-.534a.625.625 0 01-.318-.23l-7.39-8.903c-.067-.082-.082-.215-.06-.32.312-1.23.72-2.143 1.752-3.019C7.799 4.36 8.779 4.1 10.047 4.004c.156-.015.223.014.312.133l1.351 1.625v.001c1.968 2.367 3.935 4.733 5.897 7.099.109.124.18.275.208.438zM6.175 8.462c.69-1.795 2.3-3.004 3.835-3.301l-.185-.223a4.242 4.242 0 00-3.85 3.272l.2.252zm.504.601c.727-1.758 2.107-2.945 3.851-3.271l.89 1.06c-1.536.305-3.049 1.522-3.836 3.302l-.905-1.091zM9.364 8.9l3.926 4.719h-.002c.564.682-.014 2.656-.303 3.041l-4.89-5.89A6.12 6.12 0 019.364 8.9zm4.23 4.481L9.647 8.633c.69-.601 1.484-1.009 2.277-1.165l4.756 5.72c-.63.52-2.641.735-3.086.193zm3.36.298l.001-.001h-.001zm-2.93.526c1.03.208 2.32-.067 2.93-.526l.43 2.091.35 1.692c-.371.156-.69.386-.913.764l-1.528-.564-1.885-.712c.52-.853.69-1.922.616-2.745z' fill='%23000'/%3e%3c/svg%3e");
}

.ya-share2__item_service_messenger .ya-share2__badge,
.ya-share2__item_service_messenger .ya-share2__mobile-popup-badge {
  background-color: #03cece;
}

.ya-share2__item_service_messenger .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.643 11.415L7.723 4.636a.703.703 0 00-1.048.62v1.826s3.961 1.542 4.284 1.662a.457.457 0 01.343.54c-.058.144-.18.128-.533.042-.352-.085-5.505-1.368-5.505-1.368a.62.62 0 00-.715.847l1.077 2.563s6.949.29 7.199.305c.247.015.393.134.397.327-.004.194-.15.312-.397.327-.25.014-7.199.305-7.199.305L4.55 15.196a.62.62 0 00.715.846s5.153-1.283 5.505-1.368c.353-.086.475-.102.533.042a.457.457 0 01-.343.54c-.323.12-4.284 1.663-4.284 1.663v1.825a.703.703 0 001.048.62l11.92-6.78a.658.658 0 000-1.169z' fill='%23FFF'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_messenger .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.643 11.415L7.723 4.636a.703.703 0 00-1.048.62v1.826s3.961 1.542 4.284 1.662a.457.457 0 01.343.54c-.058.144-.18.128-.533.042-.352-.085-5.505-1.368-5.505-1.368a.62.62 0 00-.715.847l1.077 2.563s6.949.29 7.199.305c.247.015.393.134.397.327-.004.194-.15.312-.397.327-.25.014-7.199.305-7.199.305L4.55 15.196a.62.62 0 00.715.846s5.153-1.283 5.505-1.368c.353-.086.475-.102.533.042a.457.457 0 01-.343.54c-.323.12-4.284 1.663-4.284 1.663v1.825a.703.703 0 001.048.62l11.92-6.78a.658.658 0 000-1.169z' fill='%23000'/%3e%3c/svg%3e");
}

.ya-share2__item_service_moimir .ya-share2__badge,
.ya-share2__item_service_moimir .ya-share2__mobile-popup-badge {
  background-color: #168de2;
}

.ya-share2__item_service_moimir .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_moimir .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.889 9.667a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm6.222 0a1.333 1.333 0 100-2.667 1.333 1.333 0 000 2.667zm4.77 6.108l-1.802-3.028a.879.879 0 00-1.188-.307.843.843 0 00-.313 1.166l.214.36a6.71 6.71 0 01-4.795 1.996 6.711 6.711 0 01-4.792-1.992l.217-.364a.844.844 0 00-.313-1.166.878.878 0 00-1.189.307l-1.8 3.028a.844.844 0 00.312 1.166.88.88 0 001.189-.307l.683-1.147a8.466 8.466 0 005.694 2.18 8.463 8.463 0 005.698-2.184l.685 1.151a.873.873 0 001.189.307.844.844 0 00.312-1.166z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_odnoklassniki .ya-share2__badge,
.ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge {
  background-color: #f70;
}

.ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_odnoklassniki .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_pinterest .ya-share2__badge,
.ya-share2__item_service_pinterest .ya-share2__mobile-popup-badge {
  background-color: #c20724;
}

.ya-share2__item_service_pinterest .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pinterest .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 9.742c0 1.58.599 2.986 1.884 3.51.21.087.4.003.46-.23.043-.16.144-.568.189-.738.06-.23.037-.31-.133-.512-.37-.436-.608-1.001-.608-1.802 0-2.322 1.74-4.402 4.53-4.402 2.471 0 3.829 1.508 3.829 3.522 0 2.65-1.174 4.887-2.917 4.887-.963 0-1.683-.795-1.452-1.77.276-1.165.812-2.421.812-3.262 0-.752-.405-1.38-1.24-1.38-.985 0-1.775 1.017-1.775 2.38 0 .867.293 1.454.293 1.454L8.69 16.406c-.352 1.487-.053 3.309-.028 3.492.015.11.155.136.22.054.09-.119 1.262-1.564 1.66-3.008.113-.409.647-2.526.647-2.526.32.61 1.254 1.145 2.248 1.145 2.957 0 4.964-2.693 4.964-6.298C18.4 6.539 16.089 4 12.576 4 8.204 4 6 7.13 6 9.742z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_pocket .ya-share2__badge,
.ya-share2__item_service_pocket .ya-share2__mobile-popup-badge {
  background-color: #ee4056;
}

.ya-share2__item_service_pocket .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9 5c1.159 0 2.1.948 2.1 2.117v5.862c0 .108-.008.215-.024.32.016.156.024.314.024.473 0 3.36-3.582 6.085-8 6.085s-8-2.724-8-6.085c0-.159.008-.317.024-.473a2.148 2.148 0 01-.024-.32V7.117C4 5.948 4.94 5 6.1 5h11.8zM8.596 9.392L12 12.795l3.404-3.403a1.063 1.063 0 011.502 1.502l-4.132 4.131c-.21.21-.486.314-.76.311a1.062 1.062 0 01-.788-.31l-4.132-4.132a1.063 1.063 0 011.502-1.502z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_pocket .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.9 5c1.159 0 2.1.948 2.1 2.117v5.862c0 .108-.008.215-.024.32.016.156.024.314.024.473 0 3.36-3.582 6.085-8 6.085s-8-2.724-8-6.085c0-.159.008-.317.024-.473a2.148 2.148 0 01-.024-.32V7.117C4 5.948 4.94 5 6.1 5h11.8zM8.596 9.392L12 12.795l3.404-3.403a1.063 1.063 0 011.502 1.502l-4.132 4.131c-.21.21-.486.314-.76.311a1.062 1.062 0 01-.788-.31l-4.132-4.132a1.063 1.063 0 011.502-1.502z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_qzone .ya-share2__badge,
.ya-share2__item_service_qzone .ya-share2__mobile-popup-badge {
  background-color: #f5b53c;
}

.ya-share2__item_service_qzone .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.367 14.463s-.105.148-.457.299l-.553.222.597 3.273c.062.282.25.983-.082 1.062-.17.04-.307-.067-.395-.121l-.769-.445-2.675-1.545c-.204-.122-.78-.546-1.093-.489-.205.038-.336.127-.483.216l-.77.445-2.39 1.386-.883.508c-.123.06-.301.058-.394-.025-.07-.063-.09-.253-.063-.388l.19-1.004.572-3.02c.047-.2.237-.975.166-1.137-.048-.107-.173-.196-.261-.267l-.61-.565-2.13-1.983c-.189-.153-.345-.345-.533-.496l-.235-.216c-.062-.078-.165-.235-.09-.369.142-.248.974-.218 1.335-.28l2.682-.31.82-.09c.146-.024.299-.004.413-.063.239-.123.51-.809.636-1.087l1.31-2.714c.151-.297.286-.603.431-.896.075-.15.133-.308.305-.356.162-.045.257.105.312.178.177.235.325.685.451.973l1.29 2.853c.104.238.363.964.54 1.074.266.166.858.108 1.227.172l2.841.292c.355.062 1.245.01 1.36.267.076.17-.072.314-.152.394l-.864.814-1.983 1.868c-.185.164-.77.637-.833.858-.04.14.02.414.088.722a95.62 95.62 0 01-1.182-.029c-.63-.007-2.616-.17-2.713-.178l-.84-.076c-.14-.023-.326.012-.4-.076v-.02c1.727-1.168 3.407-2.416 5.142-3.578l-.006-.044c-.146-.072-.359-.059-.54-.095-.385-.077-.79-.078-1.208-.147-.75-.124-1.59-.114-2.434-.114-1.172 0-2.329.03-3.35.21-.45.079-.894.095-1.309.197-.172.042-.358.03-.49.108l.007.012c.1.027.253.02.381.02l.928.019.808.025.813.032.591.032c.486.075 1.007.036 1.475.114.404.068.804.065 1.182.14.113.022.245.015.33.064v.006c-.039.094-.336.255-.432.318l-1.055.743-2.256 1.62-1.417.992c.003.048.024.035.045.061 1.15.167 2.52.258 3.77.262 1.298.005 2.465-.094 3.118-.193.561-.086 1.082-.147 1.653-.287.325-.08.521-.148.521-.148z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_qzone .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.367 14.463s-.105.148-.457.299l-.553.222.597 3.273c.062.282.25.983-.082 1.062-.17.04-.307-.067-.395-.121l-.769-.445-2.675-1.545c-.204-.122-.78-.546-1.093-.489-.205.038-.336.127-.483.216l-.77.445-2.39 1.386-.883.508c-.123.06-.301.058-.394-.025-.07-.063-.09-.253-.063-.388l.19-1.004.572-3.02c.047-.2.237-.975.166-1.137-.048-.107-.173-.196-.261-.267l-.61-.565-2.13-1.983c-.189-.153-.345-.345-.533-.496l-.235-.216c-.062-.078-.165-.235-.09-.369.142-.248.974-.218 1.335-.28l2.682-.31.82-.09c.146-.024.299-.004.413-.063.239-.123.51-.809.636-1.087l1.31-2.714c.151-.297.286-.603.431-.896.075-.15.133-.308.305-.356.162-.045.257.105.312.178.177.235.325.685.451.973l1.29 2.853c.104.238.363.964.54 1.074.266.166.858.108 1.227.172l2.841.292c.355.062 1.245.01 1.36.267.076.17-.072.314-.152.394l-.864.814-1.983 1.868c-.185.164-.77.637-.833.858-.04.14.02.414.088.722a95.62 95.62 0 01-1.182-.029c-.63-.007-2.616-.17-2.713-.178l-.84-.076c-.14-.023-.326.012-.4-.076v-.02c1.727-1.168 3.407-2.416 5.142-3.578l-.006-.044c-.146-.072-.359-.059-.54-.095-.385-.077-.79-.078-1.208-.147-.75-.124-1.59-.114-2.434-.114-1.172 0-2.329.03-3.35.21-.45.079-.894.095-1.309.197-.172.042-.358.03-.49.108l.007.012c.1.027.253.02.381.02l.928.019.808.025.813.032.591.032c.486.075 1.007.036 1.475.114.404.068.804.065 1.182.14.113.022.245.015.33.064v.006c-.039.094-.336.255-.432.318l-1.055.743-2.256 1.62-1.417.992c.003.048.024.035.045.061 1.15.167 2.52.258 3.77.262 1.298.005 2.465-.094 3.118-.193.561-.086 1.082-.147 1.653-.287.325-.08.521-.148.521-.148z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_reddit .ya-share2__badge,
.ya-share2__item_service_reddit .ya-share2__mobile-popup-badge {
  background-color: #ff4500;
}

.ya-share2__item_service_reddit .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 00-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 00-1.46-.623A1.995 1.995 0 004 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0020 12.004a1.995 1.995 0 00-1.998-1.996 2.01 2.01 0 00-1.46.623zM9.499 12.5a1.01 1.01 0 011.006 1.006.998.998 0 01-1.006.991.986.986 0 01-.992-.991.997.997 0 01.992-1.006zm5.002 0a.998.998 0 00-.992 1.006c0 .552.44.991.992.991a.998.998 0 001.006-.991 1.01 1.01 0 00-1.006-1.006zm-5.3 3.597a.484.484 0 01-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 01.694.085.496.496 0 01-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59a.757.757 0 01-.752-.75c0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_reddit .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.542 10.63c-1.105-.636-2.494-1.033-4.025-1.118l.808-2.393 2.182.637c0 .963.78 1.742 1.743 1.742.964 0 1.758-.779 1.758-1.742C19.008 6.78 18.214 6 17.25 6c-.609 0-1.148.326-1.459.793l-2.65-.764a.482.482 0 00-.61.311l-1.063 3.172c-1.516.085-2.905.482-4.01 1.119a1.987 1.987 0 00-1.46-.623A1.995 1.995 0 004 12.004c0 .75.425 1.403 1.035 1.742-.029.17-.043.34-.043.51 0 2.62 3.146 4.744 7.015 4.744 3.855 0 7-2.124 7-4.744 0-.17-.013-.34-.042-.51A1.974 1.974 0 0020 12.004a1.995 1.995 0 00-1.998-1.996 2.01 2.01 0 00-1.46.623zM9.499 12.5a1.01 1.01 0 011.006 1.006.998.998 0 01-1.006.991.986.986 0 01-.992-.991.997.997 0 01.992-1.006zm5.002 0a.998.998 0 00-.992 1.006c0 .552.44.991.992.991a.998.998 0 001.006-.991 1.01 1.01 0 00-1.006-1.006zm-5.3 3.597a.484.484 0 01-.085-.694c.156-.226.482-.255.694-.085.567.44 1.474.68 2.197.68.709 0 1.616-.24 2.197-.68a.484.484 0 01.694.085.496.496 0 01-.085.694c-.737.58-1.885.907-2.806.907-.935 0-2.07-.326-2.806-.907zm8.05-7.59a.757.757 0 01-.752-.75c0-.426.34-.752.751-.752s.752.326.752.751c0 .41-.34.75-.752.75z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_renren .ya-share2__badge,
.ya-share2__item_service_renren .ya-share2__mobile-popup-badge {
  background-color: #1760a7;
}

.ya-share2__item_service_renren .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.019 15.562l-.001-.003-.018.002a.055.055 0 00.019.001zM7.71 12.398l.146-.68c.048-.205.03-.452.03-.692V9.812L7.88 8c-.139 0-.278.043-.393.076-.358.102-.666.201-.962.352-1.158.59-2.022 1.565-2.387 2.944-.343 1.297-.007 2.652.522 3.507.118.19.269.48.44.61.135-.02.272-.15.375-.217a6.06 6.06 0 00.622-.452l.24-.229c.63-.506 1.075-1.346 1.373-2.193zm4.276 3.164h.02a.382.382 0 00-.019-.003v.003zm-3.01-.888l-.258-.575-.088-.264h-.01l-.264.498c-.176.288-.358.574-.557.839a6.5 6.5 0 01-.85.944l-.517.422.012.024.287.14c.206.091.43.173.657.235.788.217 1.811.177 2.545-.053.178-.055.643-.194.739-.305v-.017c-.177-.092-.324-.254-.47-.381a5.573 5.573 0 01-1.225-1.507zm10.884-3.302c-.365-1.379-1.23-2.354-2.387-2.944a5.277 5.277 0 00-.962-.352c-.115-.033-.254-.077-.393-.076l-.005 1.812v1.214c0 .24-.019.487.029.692l.147.68c.297.847.741 1.687 1.372 2.193l.24.23c.196.164.402.309.622.45.103.067.24.198.375.218.171-.13.322-.42.44-.61.529-.855.865-2.21.522-3.507zm-3.66 3.8c-.2-.265-.381-.55-.557-.839l-.264-.498h-.011l-.088.264-.258.575a5.576 5.576 0 01-1.226 1.507c-.145.127-.292.29-.469.38v.018c.096.111.561.25.739.305.734.23 1.757.27 2.545.053a4.85 4.85 0 00.657-.234l.287-.141a1.31 1.31 0 00.012-.024l-.516-.422a6.5 6.5 0 01-.85-.944zm-1.653-2.727c.068-.192.097-.402.146-.61.05-.21.024-.484.024-.727V9.753l-.006-1.741c-.015-.008-.02-.01-.047-.012-.197.047-.326.05-.592.14-.357.102-.685.275-.985.44-.289.16-.53.388-.78.587-.097.077-.199.19-.308.312l.01.01a1.19 1.19 0 00-.01.012l.36.47c.232.359.445.763.581 1.213.326 1.079.182 2.411-.235 3.273a4.9 4.9 0 01-.445.75l-.258.323a.018.018 0 01-.003.007c.004.007.01.016.012.022h.008c.395-.215.686-.574 1.027-.844.189-.15.354-.35.504-.54.404-.514.755-1.046.997-1.73zm-2.55 3.085l-.259-.323a4.903 4.903 0 01-.445-.75c-.417-.862-.561-2.194-.235-3.273.136-.45.35-.854.58-1.214L12 9.501l-.01-.011.01-.01a2.791 2.791 0 00-.308-.313c-.25-.2-.491-.427-.78-.586-.3-.166-.628-.339-.985-.44-.266-.09-.395-.094-.592-.141a.083.083 0 00-.047.012l-.006 1.741v1.355c0 .243-.026.517.024.727.049.208.078.418.146.61.242.684.593 1.216.997 1.73.15.19.315.39.505.54.34.27.63.629 1.026.844h.008c.001-.006.008-.015.012-.022a.019.019 0 01-.003-.007z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_renren .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.019 15.562l-.001-.003-.018.002a.055.055 0 00.019.001zM7.71 12.398l.146-.68c.048-.205.03-.452.03-.692V9.812L7.88 8c-.139 0-.278.043-.393.076-.358.102-.666.201-.962.352-1.158.59-2.022 1.565-2.387 2.944-.343 1.297-.007 2.652.522 3.507.118.19.269.48.44.61.135-.02.272-.15.375-.217a6.06 6.06 0 00.622-.452l.24-.229c.63-.506 1.075-1.346 1.373-2.193zm4.276 3.164h.02a.382.382 0 00-.019-.003v.003zm-3.01-.888l-.258-.575-.088-.264h-.01l-.264.498c-.176.288-.358.574-.557.839a6.5 6.5 0 01-.85.944l-.517.422.012.024.287.14c.206.091.43.173.657.235.788.217 1.811.177 2.545-.053.178-.055.643-.194.739-.305v-.017c-.177-.092-.324-.254-.47-.381a5.573 5.573 0 01-1.225-1.507zm10.884-3.302c-.365-1.379-1.23-2.354-2.387-2.944a5.277 5.277 0 00-.962-.352c-.115-.033-.254-.077-.393-.076l-.005 1.812v1.214c0 .24-.019.487.029.692l.147.68c.297.847.741 1.687 1.372 2.193l.24.23c.196.164.402.309.622.45.103.067.24.198.375.218.171-.13.322-.42.44-.61.529-.855.865-2.21.522-3.507zm-3.66 3.8c-.2-.265-.381-.55-.557-.839l-.264-.498h-.011l-.088.264-.258.575a5.576 5.576 0 01-1.226 1.507c-.145.127-.292.29-.469.38v.018c.096.111.561.25.739.305.734.23 1.757.27 2.545.053a4.85 4.85 0 00.657-.234l.287-.141a1.31 1.31 0 00.012-.024l-.516-.422a6.5 6.5 0 01-.85-.944zm-1.653-2.727c.068-.192.097-.402.146-.61.05-.21.024-.484.024-.727V9.753l-.006-1.741c-.015-.008-.02-.01-.047-.012-.197.047-.326.05-.592.14-.357.102-.685.275-.985.44-.289.16-.53.388-.78.587-.097.077-.199.19-.308.312l.01.01a1.19 1.19 0 00-.01.012l.36.47c.232.359.445.763.581 1.213.326 1.079.182 2.411-.235 3.273a4.9 4.9 0 01-.445.75l-.258.323a.018.018 0 01-.003.007c.004.007.01.016.012.022h.008c.395-.215.686-.574 1.027-.844.189-.15.354-.35.504-.54.404-.514.755-1.046.997-1.73zm-2.55 3.085l-.259-.323a4.903 4.903 0 01-.445-.75c-.417-.862-.561-2.194-.235-3.273.136-.45.35-.854.58-1.214L12 9.501l-.01-.011.01-.01a2.791 2.791 0 00-.308-.313c-.25-.2-.491-.427-.78-.586-.3-.166-.628-.339-.985-.44-.266-.09-.395-.094-.592-.141a.083.083 0 00-.047.012l-.006 1.741v1.355c0 .243-.026.517.024.727.049.208.078.418.146.61.242.684.593 1.216.997 1.73.15.19.315.39.505.54.34.27.63.629 1.026.844h.008c.001-.006.008-.015.012-.022a.019.019 0 01-.003-.007z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_sinaWeibo .ya-share2__badge,
.ya-share2__item_service_sinaWeibo .ya-share2__mobile-popup-badge {
  background-color: #c53220;
}

.ya-share2__item_service_sinaWeibo .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.266 14.696c-.103.421.55.447.64.063.037-.191-.103-.332-.282-.332-.167 0-.333.128-.358.269zm-.128.945c.102-.498-.307-.869-.793-.843-.46.038-.843.358-.92.754-.115.511.307.882.793.844.46-.026.843-.345.92-.755zm3.797-3.157c-1.586-.997-3.707-1.01-5.42-.447-.857.28-1.764.818-2.301 1.495-.627.793-.882 1.815-.23 2.8.958 1.431 3.413 2.033 5.675 1.508 1.33-.307 2.749-1.048 3.35-2.326.562-1.177-.052-2.378-1.074-3.03zm-3.17.498c.945.167 1.7.755 1.827 1.739.243 1.854-2.173 3.336-4.026 2.327a1.933 1.933 0 01-.742-2.723c.435-.767 1.266-1.266 2.148-1.355a2.75 2.75 0 01.793.012zm6.11-.37c-.268-.18-.538-.281-.856-.383-.308-.103-.359-.154-.243-.46.076-.218.14-.41.166-.666.14-1.15-.793-1.495-1.854-1.406-.498.039-.92.167-1.355.307-.281.09-.806.384-.92.205-.064-.09.013-.23.038-.32.166-.626.23-1.496-.384-1.88-.447-.28-1.227-.204-1.7-.038-2.556.87-6.455 4.552-5.663 7.479.18.664.55 1.163.908 1.521 1.061 1.061 2.71 1.65 4.231 1.866 1.112.154 2.263.14 3.375-.064 1.815-.332 3.554-1.15 4.679-2.607.754-.972.997-2.352 0-3.235a3.334 3.334 0 00-.422-.319zm1.623-3.682c.652 1.483-.064 2.148.166 2.66.192.421.767.46 1.023.14.191-.243.294-.959.307-1.278a4.193 4.193 0 00-1.125-3.12c-.984-1.073-2.276-1.444-3.694-1.303-.256.025-.46.064-.601.217-.332.358-.166.882.294.959.384.063 1.342-.23 2.416.396.498.307.971.792 1.214 1.33zm-3.45-.562c-.282.345-.078.87.408.856.294-.012.358-.05.677.051.307.103.626.448.64.857.025.268-.282.895.32 1.061a.523.523 0 00.536-.166c.115-.128.166-.371.192-.575.089-.857-.333-1.598-1.01-2.02-.384-.23-1.445-.46-1.764-.064z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_sinaWeibo .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.266 14.696c-.103.421.55.447.64.063.037-.191-.103-.332-.282-.332-.167 0-.333.128-.358.269zm-.128.945c.102-.498-.307-.869-.793-.843-.46.038-.843.358-.92.754-.115.511.307.882.793.844.46-.026.843-.345.92-.755zm3.797-3.157c-1.586-.997-3.707-1.01-5.42-.447-.857.28-1.764.818-2.301 1.495-.627.793-.882 1.815-.23 2.8.958 1.431 3.413 2.033 5.675 1.508 1.33-.307 2.749-1.048 3.35-2.326.562-1.177-.052-2.378-1.074-3.03zm-3.17.498c.945.167 1.7.755 1.827 1.739.243 1.854-2.173 3.336-4.026 2.327a1.933 1.933 0 01-.742-2.723c.435-.767 1.266-1.266 2.148-1.355a2.75 2.75 0 01.793.012zm6.11-.37c-.268-.18-.538-.281-.856-.383-.308-.103-.359-.154-.243-.46.076-.218.14-.41.166-.666.14-1.15-.793-1.495-1.854-1.406-.498.039-.92.167-1.355.307-.281.09-.806.384-.92.205-.064-.09.013-.23.038-.32.166-.626.23-1.496-.384-1.88-.447-.28-1.227-.204-1.7-.038-2.556.87-6.455 4.552-5.663 7.479.18.664.55 1.163.908 1.521 1.061 1.061 2.71 1.65 4.231 1.866 1.112.154 2.263.14 3.375-.064 1.815-.332 3.554-1.15 4.679-2.607.754-.972.997-2.352 0-3.235a3.334 3.334 0 00-.422-.319zm1.623-3.682c.652 1.483-.064 2.148.166 2.66.192.421.767.46 1.023.14.191-.243.294-.959.307-1.278a4.193 4.193 0 00-1.125-3.12c-.984-1.073-2.276-1.444-3.694-1.303-.256.025-.46.064-.601.217-.332.358-.166.882.294.959.384.063 1.342-.23 2.416.396.498.307.971.792 1.214 1.33zm-3.45-.562c-.282.345-.078.87.408.856.294-.012.358-.05.677.051.307.103.626.448.64.857.025.268-.282.895.32 1.061a.523.523 0 00.536-.166c.115-.128.166-.371.192-.575.089-.857-.333-1.598-1.01-2.02-.384-.23-1.445-.46-1.764-.064z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_skype .ya-share2__badge,
.ya-share2__item_service_skype .ya-share2__mobile-popup-badge {
  background-color: #00aff0;
}

.ya-share2__item_service_skype .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 008.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 00-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364a4.3 4.3 0 00-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 01-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 01.615-.229.76.76 0 01.512.178c.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 00-.287-.702 1.88 1.88 0 00-.741-.412 13.21 13.21 0 00-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 01-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 00-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 011.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_skype .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M19.537 13.698c.115-.52.176-1.06.176-1.614 0-4.155-3.415-7.524-7.63-7.524-.444 0-.88.038-1.304.11A4.444 4.444 0 008.425 4C5.981 4 4 5.954 4 8.364c0 .805.222 1.56.608 2.207a7.428 7.428 0 00-.155 1.513c0 4.156 3.416 7.4 7.63 7.4.477 0 .944-.044 1.397-.126.623.33 1.335.642 2.092.642 2.444 0 4.425-1.953 4.425-4.364a4.3 4.3 0 00-.46-1.938zm-3.974 1.457c-.294.418-.725.747-1.293.984-.567.238-1.239.356-2.016.356-.933 0-1.702-.162-2.308-.486a2.986 2.986 0 01-1.047-.934c-.268-.39-.403-.768-.403-1.137 0-.213.08-.395.242-.547a.855.855 0 01.615-.229.76.76 0 01.512.178c.14.119.26.294.358.527.12.278.25.51.39.695.139.185.336.34.589.46.254.12.587.18 1 .18.566 0 1.027-.12 1.382-.364.354-.243.532-.547.532-.91a.919.919 0 00-.287-.702 1.88 1.88 0 00-.741-.412 13.21 13.21 0 00-1.216-.303c-.678-.146-1.247-.318-1.703-.513-.458-.196-.822-.463-1.09-.8-.269-.34-.403-.759-.403-1.26 0-.48.142-.904.426-1.275.283-.372.693-.658 1.23-.858.537-.2 1.17-.299 1.895-.299.58 0 1.082.066 1.505.198.423.133.774.309 1.053.528.28.22.484.45.612.691.13.24.194.477.194.705 0 .21-.08.4-.241.567a.8.8 0 01-.603.252c-.22 0-.386-.05-.5-.151-.114-.101-.237-.266-.37-.495a2.27 2.27 0 00-.618-.768c-.241-.184-.627-.276-1.16-.276-.494 0-.893.1-1.196.3-.303.199-.455.44-.455.72 0 .173.053.324.155.45.103.128.245.235.426.326.18.091.363.162.547.214.185.052.49.126.916.225a15.47 15.47 0 011.446.38c.432.138.8.307 1.103.503.302.198.54.45.709.752.17.302.255.673.255 1.111 0 .525-.148.998-.442 1.417z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_surfingbird .ya-share2__badge,
.ya-share2__item_service_surfingbird .ya-share2__mobile-popup-badge {
  background-color: #30baff;
}

.ya-share2__item_service_surfingbird .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_surfingbird .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.315 8.49l-.214 1.987-3.436 3.382h-1.826l-.698 1.826v2.523l-2.47-.698 2.846-5.1L4 8.167l5.638.752L6.899 5l7.463 4.027 2.202-2.47h1.02L20 7.631z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_telegram .ya-share2__badge,
.ya-share2__item_service_telegram .ya-share2__mobile-popup-badge {
  background-color: #64a9dc;
}

.ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_telegram .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_tencentWeibo .ya-share2__badge,
.ya-share2__item_service_tencentWeibo .ya-share2__mobile-popup-badge {
  background-color: #53a9d7;
}

.ya-share2__item_service_tencentWeibo .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.813 6.01a4.397 4.397 0 00-4.326 6.121c.087.199.312.29.511.2a.382.382 0 00.206-.51 3.566 3.566 0 01-.286-1.668A3.616 3.616 0 018.76 6.79a3.615 3.615 0 013.366 3.84 3.615 3.615 0 01-4.65 3.218.39.39 0 00-.486.263.394.394 0 00.262.485c.315.093.647.152.977.174a4.397 4.397 0 004.677-4.087A4.398 4.398 0 008.813 6.01zm-1.348 5.658a1.67 1.67 0 10-.46-.655c-.274.27-.565.59-.854.966-1.022 1.315-2.224 3.694-2.148 7.007.006.204.157.484.355.497l.04.002c.213.015.394-.301.391-.516-.064-2.458.6-4.662 1.955-6.423.242-.316.488-.626.72-.878zm12.388 4.106c-1.307-.48-2.302-1.27-2.95-2.352a4.873 4.873 0 01-.354-.71.819.819 0 00.337-.36.829.829 0 00-.395-1.098.822.822 0 00-1.098.392.822.822 0 00.724 1.177c.091.237.218.516.39.81.483.812 1.431 1.912 3.196 2.558a.226.226 0 00.278-.113c0-.006.005-.01.007-.022a.224.224 0 00-.135-.282zm-3.767-1.676a2.04 2.04 0 01-1.707-3.042 2.039 2.039 0 012.784-.787 2.04 2.04 0 01.786 2.783 1.92 1.92 0 01-.268.378.223.223 0 00.014.314c.09.082.234.074.313-.016a2.489 2.489 0 10-4.017-2.89 2.493 2.493 0 002.08 3.708.224.224 0 00.015-.448z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_tencentWeibo .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M8.813 6.01a4.397 4.397 0 00-4.326 6.121c.087.199.312.29.511.2a.382.382 0 00.206-.51 3.566 3.566 0 01-.286-1.668A3.616 3.616 0 018.76 6.79a3.615 3.615 0 013.366 3.84 3.615 3.615 0 01-4.65 3.218.39.39 0 00-.486.263.394.394 0 00.262.485c.315.093.647.152.977.174a4.397 4.397 0 004.677-4.087A4.398 4.398 0 008.813 6.01zm-1.348 5.658a1.67 1.67 0 10-.46-.655c-.274.27-.565.59-.854.966-1.022 1.315-2.224 3.694-2.148 7.007.006.204.157.484.355.497l.04.002c.213.015.394-.301.391-.516-.064-2.458.6-4.662 1.955-6.423.242-.316.488-.626.72-.878zm12.388 4.106c-1.307-.48-2.302-1.27-2.95-2.352a4.873 4.873 0 01-.354-.71.819.819 0 00.337-.36.829.829 0 00-.395-1.098.822.822 0 00-1.098.392.822.822 0 00.724 1.177c.091.237.218.516.39.81.483.812 1.431 1.912 3.196 2.558a.226.226 0 00.278-.113c0-.006.005-.01.007-.022a.224.224 0 00-.135-.282zm-3.767-1.676a2.04 2.04 0 01-1.707-3.042 2.039 2.039 0 012.784-.787 2.04 2.04 0 01.786 2.783 1.92 1.92 0 01-.268.378.223.223 0 00.014.314c.09.082.234.074.313-.016a2.489 2.489 0 10-4.017-2.89 2.493 2.493 0 002.08 3.708.224.224 0 00.015-.448z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_tumblr .ya-share2__badge,
.ya-share2__item_service_tumblr .ya-share2__mobile-popup-badge {
  background-color: #547093;
}

.ya-share2__item_service_tumblr .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 01-1.798.195 4.905 4.905 0 01-1.724-.276 4.215 4.215 0 01-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_tumblr .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72 7.7h3.699v2.857h-3.7v4.102c0 .928-.01 1.463.087 1.726.098.262.343.534.61.69.355.213.758.32 1.214.32.81 0 1.616-.264 2.417-.79v2.522c-.683.322-1.302.55-1.857.678a7.94 7.94 0 01-1.798.195 4.905 4.905 0 01-1.724-.276 4.215 4.215 0 01-1.438-.79c-.399-.343-.673-.706-.826-1.09-.154-.386-.23-.945-.23-1.676v-5.611H7V8.29c.628-.203 1.357-.496 1.804-.877.45-.382.809-.84 1.08-1.374.272-.534.459-1.214.56-2.039h2.276v3.7z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__item_service_twitter .ya-share2__badge,
.ya-share2__item_service_twitter .ya-share2__mobile-popup-badge {
  background-color: #0f1419;
}

.ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.5222 10.7749L19.4785 4H18.0671L12.8952 9.88256L8.76437 4H4L10.2466 12.8955L4 20H5.41155L10.8732 13.7878L15.2356 20H20L13.5222 10.7749ZM11.5889 12.9738L10.956 12.0881L5.92015 5.03974H8.0882L12.1522 10.728L12.7851 11.6137L18.0677 19.0075H15.8997L11.5889 12.9738Z' fill='%23fff'/%3e %3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M13.5222 10.7749L19.4785 4H18.0671L12.8952 9.88256L8.76437 4H4L10.2466 12.8955L4 20H5.41155L10.8732 13.7878L15.2356 20H20L13.5222 10.7749ZM11.5889 12.9738L10.956 12.0881L5.92015 5.03974H8.0882L12.1522 10.728L12.7851 11.6137L18.0677 19.0075H15.8997L11.5889 12.9738Z' fill='%23000'/%3e %3c/svg%3e");
}

.ya-share2__item_service_viber .ya-share2__badge,
.ya-share2__item_service_viber .ya-share2__mobile-popup-badge {
  background-color: #7b519d;
}

.ya-share2__item_service_viber .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23FFF' fill-rule='evenodd'%3e%3cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3e%3cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3e%3cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3e%3c/g%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_viber .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='%23000' fill-rule='evenodd'%3e%3cpath d='M18.434 15.574c-.484-.391-1.002-.743-1.511-1.102-1.016-.718-1.945-.773-2.703.38-.426.648-1.021.677-1.644.392-1.718-.782-3.044-1.989-3.821-3.743-.344-.777-.34-1.473.465-2.022.425-.29.854-.634.82-1.268-.045-.828-2.043-3.593-2.832-3.885a1.429 1.429 0 00-.984 0C4.373 4.95 3.606 6.48 4.34 8.292c2.19 5.405 6.043 9.167 11.349 11.463.302.13.638.183.808.23 1.208.012 2.623-1.158 3.032-2.318.393-1.117-.438-1.56-1.096-2.093zM12.485 4.88c3.879.6 5.668 2.454 6.162 6.38.045.363-.09.909.426.919.538.01.408-.528.413-.89.045-3.699-3.163-7.127-6.888-7.253-.281.04-.863-.195-.9.438-.024.427.466.357.787.406z'/%3e%3cpath d='M13.244 5.957c-.373-.045-.865-.222-.953.299-.09.546.458.49.811.57 2.395.538 3.23 1.414 3.624 3.802.057.349-.057.89.532.8.436-.066.278-.53.315-.802.02-2.293-1.936-4.38-4.329-4.669z'/%3e%3cpath d='M13.464 7.832c-.249.006-.493.033-.585.3-.137.4.152.496.446.544.983.158 1.5.74 1.598 1.725.027.268.195.484.452.454.356-.043.389-.361.378-.664.017-1.106-1.227-2.385-2.289-2.359z'/%3e%3c/g%3e%3c/svg%3e");
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge {
  background-color: #07f;
}

.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23000'/%3e%3c/svg%3e");
}

.ya-share2__item_service_whatsapp .ya-share2__badge,
.ya-share2__item_service_whatsapp .ya-share2__mobile-popup-badge {
  background-color: #65bc54;
}

.ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
}

.ya-share2__container_color-scheme_whiteblack .ya-share2__item_service_whatsapp .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 11.794c0 4.304-3.517 7.794-7.855 7.794a7.87 7.87 0 01-3.796-.97L4 20l1.418-4.182a7.714 7.714 0 01-1.127-4.024C4.29 7.489 7.807 4 12.145 4S20 7.49 20 11.794zm-7.855-6.553c-3.641 0-6.603 2.94-6.603 6.553A6.48 6.48 0 006.8 15.636l-.825 2.433 2.537-.806a6.6 6.6 0 003.633 1.084c3.642 0 6.604-2.94 6.604-6.553s-2.962-6.553-6.604-6.553zm3.967 8.348c-.049-.08-.177-.128-.37-.223-.192-.095-1.139-.558-1.315-.621-.177-.064-.305-.096-.434.095a10.92 10.92 0 01-.61.749c-.112.128-.224.143-.416.048-.193-.096-.813-.297-1.549-.948a5.76 5.76 0 01-1.07-1.323c-.113-.191-.013-.295.084-.39.086-.086.192-.223.289-.334.096-.112.128-.191.192-.319s.032-.239-.016-.335c-.048-.095-.433-1.035-.594-1.418-.16-.382-.32-.318-.433-.318-.112 0-.24-.016-.369-.016a.71.71 0 00-.513.239c-.177.19-.674.653-.674 1.593s.69 1.848.786 1.976c.096.127 1.332 2.119 3.289 2.884 1.958.764 1.958.51 2.31.477.353-.031 1.14-.461 1.3-.908.16-.446.16-.829.113-.908z' fill='%23000' fill-rule='evenodd'/%3e%3c/svg%3e");
}




/* Rating */

.red-rating {
  font-family: Arial, "HelveticaNeue-Light", Helvetica, sans-serif;
  font-size: 1rem;
  box-sizing: border-box;
  padding: 20px 30px;
  background: #f5f5f5;
  min-width: 450px;
  color: #333;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 5px;
}

.red-rating-info {
  display: flex;
  flex-direction: column;
}

.red-rating-info div.rating-overall {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  font-size: 1.15rem;
}

.red-rating-info big {
  font-size: 1.7rem;
}

.red-rating-info .star {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-left: 2px;
  margin-top: 4px;
  background-image: url(images/star-1.png);
  background-repeat: no-repeat;
  background-size: contain;
}


.red-rating-info div.rating-stat {
  font-size: 0.85rem;
  padding: 5px 0 6px 0;
  color: #6A6A6A;
}



.red-rating-grade {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  flex-direction: row;
  flex-grow: 1;
  padding-left: 15px;
  font-weight: bold;
}

.red-rating-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  padding-right: 5px;
}

.red-rating-stars {
  display: flex;
  flex-direction: row;
}


/*

    .red-rating-stars .star-inactive{
        width: 30px;
        height: 30px;
        background-image: url(images/star-0.png);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }


    .red-rating-stars .star-active{
        width: 30px;
        height: 30px;
        background-image: url(images/star-1.png);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
    }

    .red-rating-stars .star-active:hover, .red-rating-stars .star-inactive:hover{
        background-image: url(images/star-1.png);
        opacity: 0.7;
    }
*/


/*shows the stars side by side, centered, and in reverse order than the HMTL*/
.red-rating-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

/*hides the radio buttons*/
.red-rating-stars>input {
  display: none;
}

/*style the empty stars, sets position:relative as base for pseudo-elements*/
.red-rating-stars>label {
  position: relative;
  /*   width: 40px; */
  font-size: 1.5rem;
  margin-left: 5px;
  color: #FFBE4A;
  cursor: pointer;
}

/* sets filled star pseudo-elements */
.red-rating-stars>label::before {
  content: "\2605";
  position: absolute;
  color: #D7D7D7;
  /*   opacity: 0; */
}

/*overlays a filled start character to the hovered element and all previous siblings*/
.red-rating-stars>label:hover:before,
.red-rating-stars>label:hover~label:before {
  opacity: 1 !important;
  color: #FFBE4A;
}

/*overlays a filled start character on the selected element and all previous siblings*/
.red-rating-stars>input:checked~label:before {
  opacity: 1;
  color: #FFBE4A;
}

/*when an element is selected and pointer re-enters the rating container, selected rate and siblings get semi transparent, as reminder of current selection*/

.red-rating-stars:hover>input:checked~label:before {
  opacity: 0.4;
}

.other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 40px;
}

header+.container.block4 {
  margin-top: 60px;
}

.container.youplay-news.youplay-newsInn {
  display: none;
}

.text404 {
  text-shadow: 10px 5px 15px #af0505;
  font-size: 170px;
  font-weight: 600;
  color: #080722;
  display: inline-block;
  height: 125px;
  line-height: 125px;
}

.hhhheee {
  min-height: 500px !important;
  text-align: center
}

.blblbl {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 60%;
  margin: 80px auto;
}

.def_blockss {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 30px;
  color: #fff;
  justify-content: space-between;
  width: 100%;
}

.def_blockss a {
  display: flex;
  width: 20%;
  flex-direction: column;
  font-size: 14px;
  text-decoration: none;
  align-items: center;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.def_blockss a img {
  display: inline-block;
  height: 40px;
  opacity: .8;
  margin: 0 0 15px 0;
}

.def_blockss a span {
  display: inline-block;
  line-height: 18px;
}

.def_blockss a:hover {
  color: #ffffff;
  opacity: .5
}

.podtitle {
  margin: 30px 0 0 0;
}

.oror {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.oror span {
  display: inline-block;
  position: relative;
  font-size: 12px;
}

.oror span:after {
  content: '';
  display: inline-block;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  width: 40px;
  height: 1px;
  position: absolute;
  right: -50px;
  top: 50%;
  opacity: .4;
}

.oror span:before {
  content: '';
  display: inline-block;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  width: 40px;
  height: 1px;
  position: absolute;
  left: -50px;
  top: 50%;
  opacity: .4;
}

@media (max-width: 375px) {
  .text404 {
    font-size: 100px;
  }

  .hhhheee {
    min-height: 300px !important;
  }
}

@media (max-width: 768px) {
  .other-grid {
    grid-template-columns: 1fr;
  }

  .block4 .row .col {
    max-width: 100%;
  }

  .block4 .row .col>div>a img {
    max-height: 70px;
  }

  header+.container.block4 {
    margin-top: 10px;
  }

  .page__casino .oc__left__column {
    padding-right: 0;
  }

  .main_block_promocode_title {
    font-size: 12px !important;
  }

  .casino-all-info-inner-right .angled-img .bottom-info {
    max-width: 140px;
  }

  .hh2.full>div {
    max-width: 100%;
  }

  .blblbl {
    width: 100%;
  }

  .def_blockss {
    gap: 20px;
    justify-content: center;
  }

  .def_blockss a {
    width: calc(30% - 20px);
  }
}

#sectionFooter a {
  color: #0d6efd;
}

.flex-column .providers {
  margin-bottom: 20px;
}

.flex-column .scroll {
  display: flex;
}

.rating-item_bg {
  background: #212333;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: polygon(0px 20px, 0px 100%, calc(100% - 20px) 100%, 100% calc(100% - 20px), 100% 0px, 20px 0px);
}

#rating-container .oc__header {
  clip-path: none;
  background: none;
}

.rating-preloader-target {
  position: relative;
}

.rating-preloader {
  position: absolute;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(18, 20, 34, 0.7);
  z-index: 5;
}

.rating-preloader__spinner {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.25);
  border-top-color: #FFF;
  animation: rating-spin 0.8s linear infinite;
}

.rating-preloader-target.rating-preloader-active .rating-preloader {
  display: flex;
}

@keyframes rating-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.range-slider {
  position: relative;
  width: 100%;
  padding: 12px 0;
}

.range-slider input[type="range"] {
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  width: 100%;
  margin: 0;
  background: transparent;
  pointer-events: none;
  -webkit-appearance: none;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #555b81;
  -webkit-appearance: none;
}

.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFF;
  border: 2px solid #fff;
}

.range-slider__track {
  position: relative;
  height: 6px;
  background: #e6e8f0;
  border-radius: 3px;
}

.range-slider__fill {
  position: absolute;
  height: 6px;
  background: #2271b1;
  border-radius: 3px;
  left: 0;
  width: 0;
}

.reviews-list .review-item_title {
  font-size: 20px;
}

.reviews-list .review-item_text {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 15px;
}

.review-item_content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.review-item_header {
  display: flex;
  justify-content: space-between;
}

.review-item_date {
  color: #ccc;
}

.review-item_rating {
  margin-top: 5px;
  gap: 2px;
  display: flex;
  align-items: center;
}

.review-item_rating img {
  max-width: 16px;
}

.page__casino-block_text {
  font-family: 'Russo One';
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  max-width: 900px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0px 0px, 22px 90px, calc(100% - 22px) 90px, 100% 0);
  background: #212333;
  position: relative;
}

.page__casino-block_text:before {
  content: '';
  display: inline-block;
  position: absolute;
  clip-path: polygon(0px 0px, 22px 90px, 1px 1px, calc(100% - 1px) 1px, calc(100% - 22px) 90px, 100% 0);
  width: 100%;
  height: 100%;
  border: 1px solid;
  background: rgb(34, 200, 252);
  background: linear-gradient(180deg, rgba(34, 200, 252, 1) 0%, rgba(0, 0, 0, 0) 100%);
  border-top: 1px solid rgba(34, 200, 252, 1);
}

.page__casino-block_text:after {
  content: '';
}

.casino-nav {
  margin-bottom: 50px;
}

.sidebar-info--wrapper {
  height: 100%;
  position: relative;
}

.sidebar-info--wrapper .index__right {
  position: sticky;
  top: 100px;
}

header+.bread-crumbs {
  margin-bottom: 20px;
}

.width-unset {
  max-width: unset !important;
}

@media screen and (max-width: 767px) {
  .page__casino-block_text {
    font-size: 18px;
    line-height: 22px;
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  body {
    overflow-x: hidden;
  }
}

.slider-inputs {
  display: flex;
  justify-content: space-between;
}

.slider-inputs input {
  background: #555b81;
  border: none;
  outline: none;
  padding: 10px;
  font-size: 16px;
  border-radius: 6px;
}

.custom-slider {
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}