/* Базові кольорі та налаштування теми */
/* Базові --BackgroundFonColor та --bg винесені в head.php */
:root {
  --BrandColor: black;
  --BackgroundFonColorTwo: darkcyan;
  /*peru*/
  --BackgroundFonColorNew: grey;
  --TextShadow: 1px 1px 2px black, 0 0 0.2em green;
  --HovButton: #5f73e9;
  --ActiveButton: #7588e1;
  --linki: dodgerblue;
  --HT: 43px;
  /* висота header */
  --HF: 60px;
  /* висота footer */
  --SpoilerLinkText: #1C4CC0;
  --TB: gainsboro;
  /* button text */
  --contrastColor: black;
  --cardColor: #2c2c2c;
}

/* Базовые стили */
h1 {
  font-size: 160%;
  color: var(--TB);
  margin: 0px;
}

.logoa {
  width: calc(100% - 55px);
  display: block;
}

/* calc(100% - 80px)*/
h2 {
  font-size: 140%;
  color: var(--TB);
  margin: 10px 5px;
  clear: both
}

h3 {
  color: var(--BackgroundFonColorTwo);
  margin: 10px 0;
}

table {
  border-collapse: collapse;
}

p {
  text-indent: 15px;
  margin: 5px 2px 0 2px;
  text-align: justify;
  display: block;
}

p,
span,
div,
.btn span,
.namecard, 
.headmenu span,
.btn {
  color: var(--TB);
}

input, textarea, select, li.drop,input:-internal-autofill-selected {
  font-size: 16px;
  padding: 8px 4px;
  color: var(--cardColor);
  margin: 0;
  border-bottom: 2px solid var(--BackgroundFonColorNew);
}

textarea {
  overflow: auto;
}

/* Удаляем полосы прокрутки многострочного поля в IE */
div {
  height: auto
}

a,
.linki {
  text-decoration: none;
  color: var(--linki)
}

/* DISPLAY NONE  */
#formDiv #country,
.home #home,
.fb #fb,
.calcul #calcul,
.calcul .calculmin,
.home .homemin,
.fb .fbmin,
.korotkaForma,
.oplata,
.need_date,
.calchi,
.excessb,
.excessm,
.daleeantic,
.weiro,
.we,
.ro,
.nea,
.inserch,
.posredstven,
.statusik,
.posredstvengarpl,
.revtop {
  display: none
}


/* Базовые классы */
.fp-enabled body,
html.fp-enabled {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.fp-slide {
  float: left
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%
}

.fp-tableCell {
  display: table-cell;
  width: 100%;
  height: 100%
}

.fp-slidesContainer {
  float: left;
  position: relative
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff
}

.fp-scrollable {
  overflow: hidden;
  position: relative
}

.fp-scroller {
  overflow: hidden
}

.iScrollIndicator {
  border: 0 !important
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0)
}

#fp-nav.fp-right {
  right: 17px
}

#fp-nav.fp-left {
  left: 17px
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
  bottom: 17px
}

.fp-slidesNav.fp-top {
  top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative
}

.fp-slidesNav ul li {
  display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}



/* стилі теми */
.cfct,
.stdaev,
.stdaev span,
.toalbt:hover,
.alterror {
  color: var(--BackgroundFonColorTwo);
}

.bct,
.dayweek {
  background-color: var(--BackgroundFonColorTwo);
}

.bfct {
  background: var(--BackgroundFonColorTwo);
}

.bordalt {
  border: 1px solid var(--TB)
}

.namecard {
  height: 32px;
}

.purse {
  font-family: monospace;
  margin-top: 5px;
}

.fms {
  font-family: monospace;
}

.copied {
  background-color: var(--bg);
}

#slider-wrapper {
  visibility: hidden;
}

/* Позволяет красиво отобразить страницу до момента полной загрузки nivo.css КОТОРЫЙ УЖЕ КСТАТИ НЕ ИСПОЛЬЗУЕТСЯ!!!!! */
.bl,
.avatar {
  display: block
}

.dfr {
  display: flow-root;
}

.clears {
  width: 100%;
  height: 3px;
  display: inline-block;
  clear: both;
  margin: 20px;
}

.shirina {
  padding: 12px 20px 20px 0;
  margin: auto;
}

.shirina p,
.f16 {
  font-size: 16px
}

.btn {
  background-clip: padding-box;
  border: 1px solid var(--TB);
  outline: medium none;
  display: block;
  transition: all 0.1s ease-in-out 0s;
  width: 310px;
  padding: 10px 0;
  font-size: 16px;
}

.btn:hover {
  border-bottom: 1px solid var(--BackgroundFonColorTwo);
  color: var(--BackgroundFonColorTwo);
}

.altbtn {
  margin: auto;
  display: inline-block;
  color: var(--TB);
  border: 1px solid var(--TB);
  padding: 10px 3px;
}

.altbtn:hover,
.btn:hover,
.btn:hover>span,
.altbtn:hover>span,
.btn span:hover,
.altbtn span:hover {
  border-color: var(--BackgroundFonColorTwo);
  color: var(--BackgroundFonColorTwo);
}

.white {
  color: gainsboro
}

.tb {
  color: var(--TB)
}

.red {
  color: red
}

.crimson {
  color: crimson;
}

.bgcrimson {
  background-color: crimson;
}

.green {
  color: green !important;
}

.blue {
  color: blue
}

.bgaqw {
  background-color: antiquewhite;
}

.centr {
  text-align: center;
  margin: auto
}

.fn {
  height: 70px !important;
}

.gray {
  background-color: darkgray;
}

.dcont,
.pl {
  display: contents;
}

.altRb {
  width: 140px;
  align-items: center;
  height: 100%;
}

.gc {
  color: gray
}

.coral {
  color: coral
}

.ital {
  font-style: italic;
}

.orange {
  color: orange !important;
}

.w310,
.field,
.modal select,
.modal input,
.modal textarea,
.infodiv {
  width: 310px;
}
.field::placeholder {
  color: var(--cardColor);
}
.field:focus::placeholder {
  color: var(--BackgroundFonColorNew);
}

.sisin {
  color: var(--SpoilerLinkText);
}

.sisbg {
  background: var(--SpoilerLinkText);
}

.jf {
  text-align: justify;
}

.top {
  position: fixed;
  z-index: 7;
  width: 100%;
  height: var(--HT);
  top: 0;
}

.uzko,
.tabset,
.shirina,
#menugoal {
  max-width: 750px;
  min-width: 310px;
  margin: auto
}

.rght {
  text-align: right;
}

.bigtext {
  font-size: 16px
}

.underline {
  text-decoration: underline;
}

.hide {
  display: none !important;
}

.statusik,
.posredstvengarpl {
  text-align: justify;
  padding: 0 10px 25px;
  color: crimson;
  font-size: 14px;
}

#nokodno {
  max-width: 1000px;
  width: 99%
}

#nokodno div {
  float: right
}

.tablunsubs td,
.falstart {
  height: 50px
}

.bold {
  font-weight: bold;
}

.content,
.modal,
.needwayt {
  padding-top: var(--HT);
}

.fl,
.imgfl,
.sidel {
  float: left;
}

.fr,
.sider {
  float: right;
}

.fbt {
  /* shop del width: 127px; */
  height: 100%;
}

.fbtl {
  justify-content: center;
  padding: 10px 6px 10px 13px;

  
}

.fbtr {
  justify-content: center;
  padding: 10px 23px 10px 3px;
}

.imgfl {
  max-width: 250px;
  width: 33%;
  margin: auto;
  padding: 10px;
}

.maininfo {
  display: inline-block;
  overflow: hidden;
}

/*Текстовый блок на главной странице сайта*/
.maininfo p {
  margin-left: 20px
}

#fbblok {
  width: calc(100% - 320px)
}

/* Блок на странице с формой обратной связи */
#button,
#button:hover {
  box-shadow: none !important;
  margin: 0 !important;
}

.fixaintabs {
  border-bottom: medium none !important;
  display: inline !important;
  line-height: normal !important;
}

.dopdeystv {
  margin: 8px 0 0 0
}

.dopdeystv a {
  padding: 16px 0 0 0;
  display: block;
}

.js-question {
  border-top: 1px dotted grey;
  margin-top: 20px;
}

.logo img {
  width: 36px;
  margin: auto;
  height: 36px;
  float: left;
  cursor: pointer;
  margin: 1px 7px 0px 4px;
}

#suggestions {
  max-width: 570px !important
}

#suggestions select {
  margin: 10px 0;
}

.beneficial {
  width: 98%;
  margin-bottom: 6px;
}

#fbtips {
  min-width: 310px;
  width: 55%;
  padding: 0 10px
}

#calkuliktab input[type="button"] {
  margin-bottom: 0;
}

.sidel {
  margin: 0 0 0 2%;
}

.video-js {
  width: 640px;
  height: 360px;
}

.etaps {
  border: 1px solid grey;
  padding: 4px;
  margin: 10px 0;
}

.etaps>div {
  min-height: 30px;
}

.etaps img {
  float: left;
  width: 22px
}

.telo {
  border-bottom: 1px dotted grey;
  padding-bottom: 20px;
  margin: 5px;
}

.rezultcalc b {
  font-size: 130% !important
}

.response {
  display: none;
  color: var(--BackgroundFonColorTwo);
  margin: 10px auto;
  text-align: center;
  padding-left: 8px;
}

.disbtn,
input:disabled {
  opacity: 0.8;
  color: var(--BackgroundFonColor);
}

#ConsciousChoice .korpus {
  max-width: 700px;
}

.rev {
  display: block;
  margin: 6px 3px 15px 3px;
  max-width: 650px;
}

.revbtn {
  padding: 2px;
  margin: 3px 0 0 0;
  height: 48px;
  width: 155px;
  word-wrap: break-word;
  display: inline-block;
  cursor: pointer;
}

.revhe {
  padding: 5px;
  height: 50px
}

.revco {
  padding: 5px;
  text-align: justify;
}

.revco p,
.spt p {
  font-size: 14px !important
}

.spt {
  background-color: aquamarine;
  position: relative;
}

.revfo {
  padding-bottom: 5px;
  margin: 6px 3px 0 3px;
  max-width: 700px
}

.revhe img {
  width: 34px;
  float: inherit;
}

.revhespr {
  font-size: 13px;
  padding-left: 7px;
  font-weight: 600;
}

.revhespl {
  font-size: 12px;
  float: right;
  padding-right: 6px;
  color: black;
  text-align: right;
  width: 63px;
}

.revkof {
  float: right;
  font-size: 36px;
  font-weight: 600;
  line-height: 20px;
}

#purselistnot {
  padding: 5px;
  margin: 10px 0;
  width: 310px;
  border: 1px dotted grey
}

.revtop {
  border-top: 1px solid grey;
  padding: 5px 0;
  height: 70px;
  margin: 15px 5px 5px 5px;
  max-width: 700px
}

.rbtn {
  padding: 8px 0;
  margin: 15px 0 0 0;
  width: 145px;
  font-size: 100%
}

.container {
  height: auto;
  overflow: hidden;
  z-index: 1
}

.rd {
  background-color: var(--bg);
}

.headmenu {
  display: block;
  float: right;
  width: auto;
  position: absolute;
  right: 60px;
  z-index: 0;
}

.headmenu div {
  float: right;
  height: var(--HT);
  text-align: center;
  display: block;
  border-left: 0.5px solid var(--bg);
}

.headmenu div a {
  height: var(--HT);
  display: block;
  padding: 0 10px 0 10px;
}

.headmenu div a span {
  display: block;
  text-align: center;
  padding: 10px 0;
  height: 100%;
}

.mh {
  height: var(--HT);
  width: 52px;
  position: absolute;
  right: 1px;
  z-index: 1;
}

.headmenu div a:hover,
.lkl:hover {
  background: var(--BackgroundFonColorNew);
}

.logo {
  float: left;
  width: 100%;
  left: 0;
  position: absolute;
  display: block;
  z-index: 0;
}

.withripple {
  position: relative;
}

.minw {
  width: 320px
}

.linkbottom {
  border-bottom: 1px dashed grey;
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}

.nowtabtov {
  padding: 14px 0;
  border-bottom: 3px solid var(--BackgroundFonColor);
}

.fraza {
  margin: 15px auto;
  display: inline-block;
  width: 100%;
  font-weight: normal;
  color: black;
}

.brd {
  border: 1px solid grey;
  padding: 4px;
  margin: 4px
}

#MoodyBastard {
  width: calc(100% - 2px);
}

.ibl {
  display: inline-block;
}

.newPuCa {
  margin-left: 5px;
  border: none !important;
}

.icono-play {
  width: 0;
  height: 0;
  border-width: 10px 0 10px 16px;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  margin: 7px 9px
}

.icono-pause {
  width: 6px;
  height: 20px;
  margin: 7px 20px 7px 8px;
  box-shadow: inset 0 0 0 32px, 12px 0 0 0
}

.ml5 {
  margin-left: 5px
}

.editordersum,
.editSumAlarm {
  padding: 2px 7px;
  border-radius: 3px;
  width: 100%;
}

.searchg {
  width: 263px !important;
  color: var(--BackgroundFonColorTwo);
}

.searchg::placeholder {
  color: var(--TB);
}

.searchf {
  border: 0px;
  border-bottom: 4px solid var(--BackgroundFonColorTwo);
  padding: 10px;
  height: 52px;
  background: var(--bg);
}

.searchbtn {
  width: 47px;
  float: right;
  font-size: 140%;
  padding-top: 9px;
  color: var(--cardColor);
}

.anketa,
.grid,
#menugoal,
.infodiv {
  display: grid;
}

.infodiv {
  grid-template-columns: 42px auto;
  grid-column-gap: 3px;
}

.grotz {
  grid-template-columns: 40px auto 96px;
  grid-column-gap: 3px;
}

#menugoal {
  grid-template-columns: 1fr 110px;
  grid-column-gap: 3px;
}

.grweek {
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

#menugoal {
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 3px;
}

#menugoal a {
  background: rgba(0, 0, 0, 0.28);
  padding: 5px;
  border-radius: 5px;
  width: auto;
  display: block;
  height: 48px;
  color: var(--TB);
  margin: 0 4px;
}

#menugoal img {
  width: 38px
}

.section {
  z-index: 1;
  position: relative;
}

#menugoal {
  z-index: 6;
  width: 100%;
  position: fixed;
  bottom: calc(10px + var(--HF));
}

.activepunkt>a,
.activepunkt>a:hover {
  background-color: var(--BackgroundFonColor) !important;
  opacity: 0.9;
}

.activepunkt span {
  color: var(--BackgroundFonColorNew);
}

li.activepunkt a {
  cursor: unset;
}

.topgrw {
  border: 1px solid gray;
  padding: 2px;
  height: 60px;
}

.grw {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 2;
  grid-row-end: 3;
  border: 1px solid gray;
  padding: 0px 0 2px 0;
  height: 86px;
}

.grwb {
  grid-column-start: 1;
  grid-column-end: 8;
  grid-row-start: 3;
  grid-row-end: 4;
  border: 1px solid gray;
  padding: 2px;
  height: 83px;
}

.forpaytop,
.tritop {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}

.forpayinp {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 2;
  width: auto !important;
}

.forpayval {
  grid-column-start: 3;
  grid-row-start: 2;
}

.selicard {
  background: var(--cardColor);
  width: 305px;
  padding: 7px 4px 0 4px;
  border-left: 4px solid var(--TB);
  transition: border-left 0.3s;
  height: 170px;
  margin-left: 2px;
  margin-right: 2px;
  border-radius: 4px;
}

.selicard:hover {
  border-left: 4px solid var(--BackgroundFonColorTwo);
}

.slcde {
  width: 137px;
  padding: 7px 5px;
  font-size: 80%;
  font-family: Verdana;
  height: fit-content;
  border: 0.5px solid var(--TB);
}

.alcobt {
  background: var(--BackgroundFonColor);
  color: var(--TB)
}

.ccbc {
  background: var(--cardColor);
}

.rela {
  position: relative;
}

.absl {
  position: absolute;
  bottom: 3px;
  left: 5px;
}

.absr {
  position: absolute;
  bottom: 3px;
  right: 8px;
}

.kartgoalkol {
  width: 100%;
  height: 27px;
}

.ddwn {
  width: 22px;
}

.msvg {
  width: 20px;
  height: 20px;
}

.infotop {
  background: var(--BackgroundFonColor);
  padding: 10px 8px;
  color: var(--TB);
}

.toptext {
  text-transform: uppercase;
}

.mylocation select {
  margin: 10px 0
}

.loadpage {
  margin-top: 100px;
}

.vertal {
  height: 100%;
  align-items: center;
}

.dayactive {
  font-weight: 600;
  border-bottom: 4px solid white;
  background-color: darkgreen;
}

.errmake {
  border: 1px solid red;
  padding: 10px 3px;
}

.goaldet {
  height: 80px;
  padding: 2px 3px;
  position: absolute;
  bottom: 37px;
  width: 137px;
  left: 5px;
}

.modal .response {
  border: 1px solid grey;
  padding: 20px 0;
}

.topplashka {
  position: absolute;
  top: -7px;
  right: 8px;
  padding: 0px 4px 1px 4px;
  border-radius: 2px;
  font-size: 80%;
}

.kartgoalkol[title]:hover:after,
.withInfo[title]:hover:after {
  content: attr(title);
  background-color: var(--BackgroundFonColorTwo);
  padding: 8px;
  font-size: 80%;
  display: inline-block;
  position: absolute;
}

.withInfo[title]:hover:after {
  z-index: 1;
  height: auto;
  bottom: calc(var(--HF) + 12px);
}

.kartgoalkol[title]:hover:after {
  animation: togleVis 2s forwards;
  right: 0px;
  width: 100%;
  z-index: 1;
  height: 35px;
  vertical-align: middle;
  margin: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  top: -44px;
}

.mnframe {
  height: 90px;
  padding: 2px 0;
}

.stopSend {
  opacity: 0.3;
  cursor: not-allowed;
}

.MiniNext_yes {
  width: 120px;
  height: 41px;
  margin: 4px 0 0 10px;
}

.MiniNext_no {
  width: 120px;
  height: 41px;
  margin: 4px 10px 0 0;
}

.MiniNext div:first-child {
  width: 100%;
  height: 33px;
}

.kartgoalkol span:nth-child(2) {
  margin: 0px 0 0 4px;
}

.headerkriv {
  height: 350px;
  background-size: contain;
  transform: rotate(-11deg);
  margin-top: -195px;
  position: absolute;
  top: 0;
  right: -20%;
  left: -20%;
  bottom: 0;
  border: 2px solid var(--BackgroundFonColor);
  z-index: -2;
  background: var(--BackgroundFonColor);
  clip-path: polygon(0 5%, 100% 70%, 100% 100%, 0% 100%)
}

.footerkriv {
  height: 240px;
  background-size: contain;
  transform: rotate(176deg);
  position: absolute;
  right: -20%;
  left: -20%;
  bottom: -40px;
  z-index: -2;
  background: var(--BackgroundFonColor);
}

.avatar:empty::after {
  content: attr(title);
  /* Відображення тексту з атрибута title */
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--BackgroundFonColorTwo);
  /* Колір тексту заглушки */
  font-size: 100px;
  /* Розмір тексту заглушки */
}

.baseprofile {
  position: absolute;
  bottom: 230px;
  right: 100px;
}

.swowcase {
  position: absolute;
  right: 100px;
  top: 60px;
}

.fle {
  display: flex
}

.flextworight {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* КОНЕЦ - Базовые стили и классы */
.f11 {
  font-size: 11px
}

.f12 {
  font-size: 12px
}

.t70 {
  font-size: 70%;
}

.t90 {
  font-size: 90%;
}

.t85 {
  font-size: 85%;
}

.t80,
.infodiv p {
  font-size: 80%;
}

.t110 {
  font-size: 110%
}

.t120 {
  font-size: 120%
}

.t130 {
  font-size: 130%
}

.t140 {
  font-size: 140%;
}

.t150 {
  font-size: 150%;
}

.t160 {
  font-size: 160%;
}

.t200 {
  font-size: 200%;
}

.p5 {
  padding: 5px 0;
}

.pall5 {
  padding: 5px;
}

.p10 {
  padding: 10px 0;
}

.p20 {
  padding: 20px 0;
}

.pb10,
.infodiv div:nth-child(2) {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px
}

.pr10 {
  padding-right: 10px
}

.m0 {
  margin: 0
}

.prl15 {
  padding-left: 15px;
  padding-right: 15px
}

.t0 {
  margin-top: 0px
}

.t5 {
  margin-top: 5px
}

.t10 {
  margin-top: 10px
}

.t20 {
  margin-top: 20px
}

.mtop {
  margin-top: calc(30px + var(--HT))
}

.t30,
.reg .regiall {
  margin-top: 30px
}

.tb5 {
  margin: 5px auto
}

.tb10 {
  margin: 10px auto
}

.tb20,
#filtergoal select,
#editregion select,
.infodiv {
  margin: 20px auto
}

.tb30 {
  margin: 30px auto
}

.tb40 {
  margin: 40px auto
}

.b0 {
  margin-bottom: 0px
}

.b10 {
  margin-bottom: 10px
}

.b20 {
  margin-bottom: 20px
}

.b30 {
  margin-bottom: 30px
}

.w100 {
  width: 100%
}

.mh35 {
  min-height: 35px
}

.mh45 {
  min-height: 45px
}

.mh70 {
  min-height: 70px
}

.mh90 {
  min-height: 90px
}


/* СТИЛІ ЯКІ ПОТРІБНІ ТІЛЬКИ АВТОРИЗОВАНИМ */
#adminMenu {
  position: fixed;
  bottom: var(--HF);
  z-index: 9;
  background-color: var(--cardColor);
  padding: 10px;
  right: 0;
  width: 100%;
  height: calc(100% - var(--HF) - var(--HT))
}


/* КІНЕЦЬ - СТИЛІВ ЯКІ ПОТРІБНІ ТІЛЬКИ АВТОРИЗОВАНИМ */


/* симпатичний канвас ефект https://codepen.io/bsehovac/pen/jdawXK */
#cupercanvas {
  position: absolute;
  width: 100vmax;
  height: 100vmax;
  left: 50%;
  top: 50%;
  background: linear-gradient(to bottom, #000, #111);
  transform: translate3d(-50%, -40%, 0);
}

canvas {
  display: block;
}



/* ТОВАРКА */
.cartatovara {
  min-width: 310px;
  border-bottom: 1px solid var(--BackgroundFonColor);
  margin: 5px;
  height: 200px
}

.counter__decrement,
.counter__increment {
  border: 1px solid grey;
  padding: 5px;
  border-radius: 4px;
  width: 22px;
  display: inline-block;
}

.counter__count {
  display: inline-block;
  width: 20px;
}

.counter {
  float: left;
  padding: 0 0 0 11px;
}

.product__totalPrice {
  padding-top: 2px;
  margin-right: 11px;
}


.cf {
  color: var(--BrandColor);
}

/* Цвет шрифтов (color font) используемый для заголовков и важного текста */
.vipakcent,
body {
  background: var(--bg) !important;
}

/* Основной цвет сайта (фона) */
#button,
.c1,
.headmenu ul li,
.bt-menu-trigger span,
.bt-menu-trigger span:before,
.bt-menu-trigger span:after,
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: var(--bg);
}

.top,
.footer,
.headmenu,
.grotz {
  background: var(--BackgroundFonColor) !important;
}

.t1 {
  border-bottom-color: var(--BackgroundFonColor) !important;
}

/* Основной цвет трапеций */
.ask #ask,
.akc #akciya {
  background-color: var(--contrastColor);
}

#ask,
#akciya {
  pointer-events: visible !important
}

.triangle {
  border-top: 0.4em solid var(--BackgroundFonColor)
}

/* Основной цвет (c1) сайта внедрённый в css фигуры */
.triangle-right {
  border-left: 50px solid var(--BackgroundFonColor)
}

/* Основной цвет (c1) сайта внедрённый в css фигуры */
.dropOut li:hover {
  border-color: var(--BackgroundFonColor) !important;
}

/* Основной цвет (c1) сайта внедрённый в css фигуры */
#button,
.nowtabtov {
  background: var(--BackgroundFonColorTwo);
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  color: var(--TB) !important;
}

.bcab {
  background: var(--BackgroundFonColorNew);
}

.waitloadingform {
  margin-top: calc(65px + var(--HT))
}

.lvks {
  font-family: cursive;
  color: grey;
}

.clip {
  overflow: hidden;
  /* Обрезаем все, что не помещается в область */
  text-overflow: ellipsis;
  /* Добавляем многоточие */
  white-space: nowrap
}

/* КОНЕЦ - Базовые стили и классы */



/* стили простейшего спойлера */
.spoiler-trigger {
  color: grey;
  display: block;
}

/* display: block; */
.spoiler-trigger>span {
  border-bottom: 1px dashed var(--TB);
  color: var(--TB);
  font-size: 16px;
}

.spoiler-trigger:hover>span {
  border-bottom-style: solid;
}

.spoiler-block {
  display: none;
  text-align: justify;
  padding: 2px 5px 15px 5px;
}

.spoiler-block p,
.spoiler-block b,
.spoiler-block strong {
  font-size: 14px;
}

.spoilask {
  padding: 8px 5px;
  border: black solid 1px;
  display: block;
  margin: 15px 5px 0 5px;
  background: var(--BackgroundFonColorNew);
}

.spoilask>span {
  color: var(--contrastColor);
  border-bottom: 0px;
  padding-left: 20px;
}

.cover-block {
  padding: 4px;
  z-index: 999;
  background: var(--BackgroundFonColorTwo);
}

.cover-block p {
  color: white !important;
}

.tiketdiya {
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
  width: 310px;
  margin: 10px auto;
  padding: 3px 0;
}

.br {
  border-bottom: 1px solid red;
  border-top: 1px solid red;
}

.tiketdiya a {
  text-align: center;
  text-decoration: none;
}

.tiketdiya span {
  border: none;
}

.tiketdiya .spoiler-block {
  padding: 0px 0px 7px 0;
}




/* всплывашки подсказки типсы сверху */
/* похерил код всплывашек ради конкретной цели - отображать кошельки */
/* <div class="tooltip">Hover over me<span class="tooltiptext">Tooltip text</span></div> */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted var(--BackgroundFonColorNew);
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: auto;
  min-width: 90px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 4px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 100%;
  margin-left: -100%;
  bottom: -4px;
}

.tooltip:hover .tooltiptext {
  animation: togleVis 2.5s forwards;
}

/* Допомогає вирішити косяк hover на мобільних гаджетах для tooltip та не тільки можна юзати animation: togleVis 2.5s forwards;*/
@keyframes togleVis {
  0% {
    visibility: visible;
  }

  90% {
    visibility: visible;
  }

  100% {
    visibility: hidden;
  }

  /*hidden*/
}









/* стили кнопок */
.cssahrefbut {
  border: 1px solid grey;
  padding: 10px;
  line-height: 22px;
  background: #6FEFD7;
  text-shadow: 0px -1px 0px var(--BackgroundFonColor);
  color: #FFF;
  margin: 10px 0 auto;
  text-align: center;
  color: white;
  width: 310px;
  font-weight: bold;
}

.cssahrefbut:hover {
  background-color: #5f73e9;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
  border: 1px solid var(--TB);
  color: #fff;
  outline: none;
  padding: 8px 0;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.askbutt {
  color: #fff;
  width: 100% !important;
  margin-top: 15px;
  text-align: center;
}

/* КОНЕЦ - стили кнопок */

.adminfdi {
  border-top: 2px dotted gray;
  border-bottom: 2px dotted gray;
  padding: 5px;
  margin: 8px 0;
  max-width: 700px;
}

.snoska {
  max-width: 750px;
  color: gray;
  padding: 0 10px 10px 10px;
  font-size: 70%;
  display: block;
}

.hanticol {
  line-height: 25px;
  margin: 10px 20px 0 0;
}


/* Всё что касается формы (собрано в одном месте для лучшей портабельности) */
.tbe,
.erregn {
  height: 25px;
  margin: 10px 0;
}

/* типичный блок с ошибками */
.zoo {
  width: 310px;
  margin: auto;
}

.zoo p {
  display: block;
  font-size: 90%;
  margin-bottom: 15px
}

/*  выкинул в отдельный класс ниже ибо мешают идент юзеру*/
span.dopstyle {
  padding: 13px 8px;
  margin-right: 2px;
}

#fbnew select {
  margin: 3px 9px
}

select#birthDay {
  width: 78px !important;
}

select#birthMonth {
  width: 100px !important;
  padding-left: 0;
}

select#birthYear {
  width: 120px !important;
}

.mainForm select#city option {
  color: black;
  font-size: 14px
}

.mainForm div {
  text-align: center;
  height: 27px
}

#tip span,
#tips span {
  color: green !important;
  padding: 3px 0 0 0;
  text-align: center;
  font-size: 13px;
  width: 100%;
}

.jserror {
  font-size: 80%
}

.blockerror {
  display: block;
  height: 17px;
  margin-bottom: 10px;
  color: red;
}

.error,
.error::placeholder,
.error * {
  color: #f13850 !important;
  fill: #f13850 !important;
}

select.error,
input.error {
  border-color: red !important;
}

.errorbottom {
  color: red !important;
  border-bottom: 4px solid red !important;
}

.trumbowyg-box {
  height: 180px !important;
}

.grw div:first-child {
  background-color: var(--BackgroundFonColorTwo);
}

.selh {
  margin: 10px 0 0 8px !important;
  width: 140px !important;
}

.selm {
  margin: 10px 8px 0 0 !important;
  width: 130px !important;
}

#bt-menu select,
#calkuliktab option[value="minus"],
#calkuliktab option[value="plus"],
#formDiv option[value="minus"],
#formDiv option[value="plus"],
.divbank,
.divmfo {
  display: none
}

#fbtform p {
  text-indent: 0px;
  margin: 5px 10px 0 10px;
  font-size: 70%;
}

#fbtform select {
  margin: 3px 5px;
}

#feedback {
  float: right;
  height: 20px;
  text-align: center;
  font-weight: bold;
  margin: 10px 30px 0 0
}

#news {
  float: left;
  height: 20px;
  width: 200px;
  text-align: center;
  font-weight: bold;
  margin-top: 10px
}

#login {
  width: 450px !important
}

#login input {
  width: 120px;
  border: 2px solid gray;
  margin: 0;
  padding: 3px;
  color: gray;
  margin: 7px 7px 0 0
}

#login input#SendLogin {
  background-color: limegreen;
  border: 1px solid gray;
  color: white;
  font-weight: bold;
}

#login input#SendLogin:hover,
.bcgr {
  background-color: green;
}

#wmu {
  width: 270px !important
}

#wmu img,
#wmu input {
  margin-top: 7px;
}

.tableza td {
  padding: 4px;
}

.tableza input {
  margin: 2px 5px
}

#calkuliktab td {
  padding: 5px 5px 5px 10px;
  border-bottom: 1px gray dashed;
  border-top: 1px gray dashed;
}

#calkuliktab {
  max-width: 1100px;
}

#calkuliktab td:nth-child(2) {
  width: 660px;
}

.calkstrelka {
  margin: -33px 0 -20px 80px;
  padding: 20px 0 0 0;
  width: 43px;
}

.calk_dopinfo {
  clear: both;
  text-align: center
}

.why_it_is_beneficial {
  clear: both;
  margin: 30px 30px 10px
}

#region_ru option {
  margin-left: 10px;
  font-size: 14px
}

#region,
#money {
  height: 100% !important
}

input[type='checkbox'] {
  width: 13px;
  padding: 0px;
  margin: 7px;
  border: 0;
  height: 13px;
}

#unsubscribe select {
  padding: 4px;
  width: 150px;
  font-size: 14px;
  top: 2px;
  position: relative;
}

#unsubscribe {
  margin: 15px 5px 0 5px
}

#selectBlock2 {
  padding: 8px !important;
  width: 310px !important;
}

#reganticol {
  margin: 0 10px;
}

#reganticol select {
  margin: 20px 0 40px 0;
  width: 310px
}

.alluvedpay {
  width: 210px;
}

#reloadkurs,
.infokurs {
  border: 0px;
  background-color: unset;
  font-size: 13px;
  padding: 5px;
}

.infodiv {
  border-top: 2px solid gray;
  border-bottom: 2px solid gray;
  max-width: 650px
}

.infodiv img {
  margin: 10px auto;
  height: 36px;
}

.infodiv p {
  display: block;
}

.infodiv a,
.infodiv b,
.infodiv strong {
  display: inline;
}

.coocies_lout {
  width: 77px;
  padding: 4px 0px;
  margin: 5px 0 5px 0px;
}

/* КОНЕЦ всего что касается форм */


/* фигуры, текст в них и украшательства фигур */
.parallelogram {
  width: 150px;
  height: 100px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  display: block;
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}

/* КОНЕЦ - фигуры, текст в них и украшательства фигур */


/* красивые чекбоксы и радиокнопки */
/* Cначала обозначаем стили для IE8 и более старых версий т.е. здесь мы немного облагораживаем стандартный чекбокс. */
.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
  top: 10px;
}

/* Это для всех браузеров, кроме совсем старых, которые не поддерживают селекторы с плюсом. Показываем, что label кликабелен. */
.checkbox+label {
  cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше. Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked, в них все нижеследующие стили просто не сработают. */
/* Прячем оригинальный чекбокс. */
.checkbox:not(checked) {
  opacity: 0;
  display: contents;
}

.checkbox:not(checked)+label {
  position: relative;
  /* будем позиционировать псевдочекбокс относительно label */
  padding: 10px 10px 10px 60px;
}

/* оставляем слева от label место под псевдочекбокс */
/* Оформление первой части чекбокса в выключенном состоянии (фон). */
.checkbox:not(checked)+label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 50px;
  height: 26px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}

/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */
.checkbox:not(checked)+label:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 2px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: all .2s;
}

/* Меняем фон чекбокса, когда он включен. */
.checkbox:checked+label:before {
  background: #9FD468;
  color: black;
}

/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox:checked+label:after {
  left: 26px;
}

/* Показываем получение фокуса. */
.checkbox:focus+label:before {
  box-shadow: 0 0 0 3px rgba(255, 255, 0, .5);
}

.flecentr {
  justify-content: center;
  align-items: center;
}


/* що стосується скану QR коду */
#your-video-container {
  width: 310px;
  /* встановлюєте бажану ширину */
  height: 310px;
  /* встановлюєте бажану висоту */
}

#your-video-element,
.tikResp {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* або інший спосіб заповнення відео в обгортці */
}




.top #identuser {
  margin: 0 !important;
  box-shadow: none !important;
}

.top #identuser li {
  border: none !important;
  height: 40px;
  padding-left: 5px;
}

#identuser li {
  height: 41px;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5) !important
}

.triangle {
  width: 0;
  top: 38px;
  height: 0;
  position: absolute;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  border-top: .4em solid #2CC6AB;
  left: 285px;
  opacity: 0;
  margin-top: 2px;
}

#identuser ul {
  display: block !important
}

li.drop {
  padding: 2px !important
}

#identuser {
  width: 310px;
  margin: 10px 0 27px;
  height: 40px;
}

.user-avatar img {
  -webkit-border-radius: 4em 4em;
  border-radius: 4em / 4em;
  float: left;
  margin-left: 2px;
  margin-top: 0.1em;
}

.icon-reorder {
  color: #FFFFFF;
  float: right;
  margin-right: -3px;
  padding: 2em;
}

.drop {
  position: relative;
  font-size: 1em;
  cursor: pointer;
}

.drop a {
  line-height: 2.4em;
  color: #4d4d4d !important;
  text-decoration: none;
  margin-top: -27px;
  width: 50%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 14px;
  text-overflow: clip;
  display: block;
  width: 71%;
  float: left;
  padding-left: 4px;
}

.dropdownContain {
  width: 110px;
  position: absolute;
  z-index: 2;
  left: 199px;
  top: -310px;
}

.dropOut {
  width: 110px;
  height: 48px !important;
  background: #f6f6f6;
  float: left;
  position: relative;
  margin-top: 0;
  opacity: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.75);
  overflow: hidden;
  transition: all 0.1s ease-out;
}

.dropOut ul {
  padding: .1em 0;
  margin: 0;
  border: 1px solid #808080;
}

.dropOut li {
  text-align: left;
  width: 100%;
  padding: 0.3em 0;
  color: gray;
  background-color: #F6F6F6 !important;
  background: -moz-linear-gradient(center bottom, #F6F6F6 70%, #F6F6F6 100%) !important;
  border-left: 3px solid #f7f7f7 !important;
  transition: all 0.1s ease-out;
  box-shadow: none !important;
}

.dropOut li span {
  margin: 0 0 0 20px;
}

.dropOut li:hover {
  color: #4d4d4d !important;
  background: #ededed !important;
}

.dropOut li:hover span {
  color: gray;
}

ul li:hover .triangle {
  opacity: 1;
}

ul li:hover .dropdownContain {
  top: 40px;
}

ul li:hover .dropOut {
  opacity: 1;
  margin-top: 7px;
}

.hamburger {
  position: relative;
  font-size: 10px;
  width: 3.3em;
  height: 3.3em;
  margin-top: -30px;
  padding: 2.05em;
}

.hamburger:before {
  border-top: 0.5em solid #efefef;
  content: "";
  position: absolute;
  width: 3em;
  height: 2.7em;
  margin: auto;
  border-bottom: 0.5em solid #efefef;
  top: .6em;
  left: .6em;
}

.hamburger:after {
  display: block;
  content: "";
  position: absolute;
  top: 1.7em;
  width: 3em;
  height: .5em;
  background: #efefef;
  left: .6em;
}

/* Конец стилей ОКОШКА идентифицированного юзера */


/* СТИЛИ ШУТКИ "УСКОРИТЬ ОПЕРАТОРА" */
.restart .anime-image {
  height: 238px;
  position: relative;
  margin-right: 238px;
}

.restart .anime-image img,
.abs {
  position: absolute
}

.restart .anime-image img.hidden,
.restart .button img.hidden {
  display: none
}


/* СТИЛИ ДНА */
.logout {
  width: 77px;
  /* в shop це зайве !!! margin: 5px 0 5px 0px; */
}

.footer,
.scanfooter {
  position: fixed;
  z-index: 6;
  width: 100%;
  left: 0;
  height: var(--HF) !important;
  bottom: 0px;
}

/*.fakefooter{bottom: -var(--HF);} */
/*если footer фиксированное, то height: calc(var(--HF) + 20px);*/
/*а если нет, то height: 30px;*/
.dno {
  height: calc(var(--HF) + 20px);
  clear: both;
  bottom: 0px;
  width: 100%;
}

.footer a,
.aaf {
  text-align: center;
  max-width: 147px;
  align-items: center;
  height: 100%;
}

.cartview {
  width: 60px !important;
  padding: 5px 0 0 9px !important;
  display: block;
  height: 45px;
}

.h3k img {
  width: var(--HF);
  height: var(--HF);
  padding: 9px;
}

.h3k {
  height: var(--HF);
  width: var(--HF);
}


/* Сверкающий текст */
.blink2 {
  -webkit-animation: blink2 1s linear infinite;
  animation: blink2 2s linear infinite;
}

@-webkit-keyframes blink2 {
  100% {
    color: rgba(34, 34, 34, 0);
  }
}

@keyframes blink2 {
  100% {
    color: rgba(34, 34, 34, 0);
  }
}

.button-md {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.button-md:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.button-md:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: var(--BackgroundFonColorTwo);
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}

@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }

  30% {
    left: 110%;
    margin-left: 80px;
  }

  100% {
    left: 110%;
    margin-left: 80px;
  }
}


/* лодер на css <div class="loader">Loading...</div> */
.loader {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 62px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease;
  animation: load6 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}

@keyframes load6 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.087em -0.825em 0 -0.42em #ffffff, -0.173em -0.812em 0 -0.44em #ffffff, -0.256em -0.789em 0 -0.46em #ffffff, -0.297em -0.775em 0 -0.477em #ffffff;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.338em -0.758em 0 -0.42em #ffffff, -0.555em -0.617em 0 -0.44em #ffffff, -0.671em -0.488em 0 -0.46em #ffffff, -0.749em -0.34em 0 -0.477em #ffffff;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, -0.377em -0.74em 0 -0.42em #ffffff, -0.645em -0.522em 0 -0.44em #ffffff, -0.775em -0.297em 0 -0.46em #ffffff, -0.82em -0.09em 0 -0.477em #ffffff;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    box-shadow: 0 -0.83em 0 -0.4em #ffffff, 0 -0.83em 0 -0.42em #ffffff, 0 -0.83em 0 -0.44em #ffffff, 0 -0.83em 0 -0.46em #ffffff, 0 -0.83em 0 -0.477em #ffffff;
  }
}

/* <div class="loadingio"><div class="load-search"><div><div><div></div><div></div></div></div></div></div> */
@keyframes load-search {
  0% {
    transform: translate(1px, 1px)
  }

  33.33% {
    transform: translate(51px, 1px)
  }

  66.66% {
    transform: translate(21px, 51px)
  }

  100% {
    transform: translate(1px, 1px)
  }
}


.load-search>div {
  transform: scale(0.8);
  transform-origin: 50px 50px;
}

.load-search>div>div {
  animation: load-search 1s linear infinite;
  position: absolute
}

.load-search>div>div div:nth-child(1) {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 6px solid #1d3f72;
  background: #5699d2
}

.load-search>div>div div:nth-child(2) {
  width: 8.5px;
  height: 25.5px;
  transform: rotate(-45deg);
  background: #1d3f72;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 34px;
  left: 42.5px
}

.loadingio {
  width: 89px;
  height: 89px;
  display: block;
  overflow: hidden;

}

.load-search {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.89);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.load-search div {
  box-sizing: content-box;
}


/* <div class="loadingio-kapkap"><div class="load-kapkap"><div></div><div></div></div></div> */
@keyframes load-kapkap {
  0% {
    top: 48px;
    left: 48px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 9px;
    left: 9px;
    width: 78px;
    height: 78px;
    opacity: 0;
  }
}

.load-kapkap div {
  position: absolute;
  border-width: 2px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: load-kapkap 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.load-kapkap div:nth-child(1) {
  border-color: #e90c59;
  animation-delay: 0s;
}

.load-kapkap div:nth-child(2) {
  border-color: #46dff0;
  animation-delay: -0.5s;
}

.loadingio-kapkap {
  width: 95px;
  height: 95px;
  display: block;
  overflow: hidden;
}

.load-kapkap {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.95);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.load-kapkap div {
  box-sizing: content-box;
}


/* spinner */
.spinner {
  display: block;
  width: 100%;
  padding: 80px;
}

.spinner:before {
  transform: rotateX(60deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateBefore infinite linear reverse;
}

.spinner:after {
  transform: rotateX(240deg) rotateY(45deg) rotateZ(45deg);
  animation: 750ms rotateAfter infinite linear;
}

.spinner:before,
.spinner:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  margin-top: -5em;
  margin-left: -5em;
  width: 10em;
  height: 10em;
  transform-style: preserve-3d;
  transform-origin: 50%;
  transform: rotateY(50%);
  perspective-origin: 50% 50%;
  perspective: 340px;
  background-size: 10em 10em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2NnB4IiBoZWlnaHQ9IjI5N3B4IiB2aWV3Qm94PSIwIDAgMjY2IDI5NyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczpza2V0Y2g9Imh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaC9ucyI+CiAgICA8dGl0bGU+c3Bpbm5lcjwvdGl0bGU+CiAgICA8ZGVzY3JpcHRpb24+Q3JlYXRlZCB3aXRoIFNrZXRjaCAoaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoKTwvZGVzY3JpcHRpb24+CiAgICA8ZGVmcz48L2RlZnM+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBza2V0Y2g6dHlwZT0iTVNQYWdlIj4KICAgICAgICA8cGF0aCBkPSJNMTcxLjUwNzgxMywzLjI1MDAwMDM4IEMyMjYuMjA4MTgzLDEyLjg1NzcxMTEgMjk3LjExMjcyMiw3MS40OTEyODIzIDI1MC44OTU1OTksMTA4LjQxMDE1NSBDMjE2LjU4MjAyNCwxMzUuODIwMzEgMTg2LjUyODQwNSw5Ny4wNjI0OTY0IDE1Ni44MDA3NzQsODUuNzczNDM0NiBDMTI3LjA3MzE0Myw3NC40ODQzNzIxIDc2Ljg4ODQ2MzIsODQuMjE2MTQ2MiA2MC4xMjg5MDY1LDEwOC40MTAxNTMgQy0xNS45ODA0Njg1LDIxOC4yODEyNDcgMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IDE0NS4yNzczNDQsMjk2LjY2Nzk2OCBDMTQ1LjI3NzM0NCwyOTYuNjY3OTY4IC0yNS40NDkyMTg3LDI1Ny4yNDIxOTggMy4zOTg0Mzc1LDEwOC40MTAxNTUgQzE2LjMwNzA2NjEsNDEuODExNDE3NCA4NC43Mjc1ODI5LC0xMS45OTIyOTg1IDE3MS41MDc4MTMsMy4yNTAwMDAzOCBaIiBpZD0iUGF0aC0xIiBmaWxsPSIjMDAwMDAwIiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICA8L2c+Cjwvc3ZnPg==);
}

@keyframes rotateBefore {
  from {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(0deg);
  }

  to {
    transform: rotateX(60deg) rotateY(45deg) rotateZ(-360deg);
  }
}

@keyframes rotateAfter {
  from {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(0deg);
  }

  to {
    transform: rotateX(240deg) rotateY(45deg) rotateZ(360deg);
  }
}

/* <div class="loadingio-mastercard"><div class="ldio-mastercard"><div></div><div></div><div></div></div></div> */
@keyframes ldio-mastercard-o {
  0% {
    opacity: 1;
    transform: translate(0 0)
  }

  49.99% {
    opacity: 1;
    transform: translate(40px, 0)
  }

  50% {
    opacity: 0;
    transform: translate(40px, 0)
  }

  100% {
    opacity: 0;
    transform: translate(0, 0)
  }
}

@keyframes ldio-mastercard {
  0% {
    transform: translate(0, 0)
  }

  50% {
    transform: translate(40px, 0)
  }

  100% {
    transform: translate(0, 0)
  }
}

.ldio-mastercard div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 30px;
  left: 10px;
}

.ldio-mastercard div:nth-child(1) {
  background: #ec1c24;
  animation: ldio-mastercard 1s linear infinite;
  animation-delay: -0.5s;
}

.ldio-mastercard div:nth-child(2) {
  background: #fdbd10;
  animation: ldio-mastercard 1s linear infinite;
  animation-delay: 0s;
}

.ldio-mastercard div:nth-child(3) {
  background: #ec1c24;
  animation: ldio-mastercard-o 1s linear infinite;
  animation-delay: -0.5s;
}

.loadingio-mastercard {
  width: 62px;
  height: 55px;
  display: inline-block;
  overflow: hidden;
}

.ldio-mastercard {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.62);
  backface-visibility: hidden;
  transform-origin: 0 0;
  /* see note above */
}

.ldio-mastercard div {
  box-sizing: content-box;
}


/* боксы со стрелочками */
.arrow_box {
  position: relative;
  border: 2px solid #2CC6AB;
}

.arrow_box:after,
.arrow_box:before {
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(44, 198, 171, 0);
  border-width: 25px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 28px;
}

/* простые табы. пример тут next/index */
.korpus {
  width: 752px;
  margin: auto;
}

.vkl3 {
  margin-right: 0px !important
}

.vklthree {
  width: calc(33.33% - 7px);
}

.vkltwo {
  width: calc(50% - 5px);
}

.vklthree img {
  height: 80px
}

.vkltwo img {
  height: 110px
}

.korpus label strong {
  font-size: 130%;
  display: block
}

.korpus>div,
.korpus>input {
  display: none;
}

.korpus label {
  padding: 5px;
  border: 2px solid #aaa;
  cursor: pointer;
  margin: 10px 10px 0 0;
  float: left;
  text-align: center;
  position: relative;
  bottom: 1px;
  background: #d6f2fc;
  display: block;
  height: 180px;
}

.korpus input[type="radio"]:checked+label {
  border-bottom: 0px;
  height: 192px;
}

.korpus>input:nth-of-type(1):checked~div:nth-of-type(1),
.korpus>input:nth-of-type(2):checked~div:nth-of-type(2),
.korpus>input:nth-of-type(3):checked~div:nth-of-type(3) {
  display: block;
  padding: 15px 5px 20px 5px;
  border: 2px solid #aaa;
  float: left;
  margin: -3px 0 30px 0;
  background: #d6f2fc;
  width: 100%;
}


/*ещё более простые табы*/
/*
 CSS for the main interaction
*/
.tabset>input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset>input:first-child:checked~.tab-panels>.tab-panel:first-child,
.tabset>input:nth-child(3):checked~.tab-panels>.tab-panel:nth-child(2),
.tabset>input:nth-child(5):checked~.tab-panels>.tab-panel:nth-child(3),
.tabset>input:nth-child(7):checked~.tab-panels>.tab-panel:nth-child(4),
.tabset>input:nth-child(9):checked~.tab-panels>.tab-panel:nth-child(5),
.tabset>input:nth-child(11):checked~.tab-panels>.tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/


.tabset>label {
  position: relative;
  display: inline-block;
  padding: 10px 35px 15px 15px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset>label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

.tabset>label:hover,
.tabset>input:focus+label {
  color: #06c;
}

.tabset>label:hover::after,
.tabset>input:focus+label::after,
.tabset>input:checked+label::after {
  background: #06c;
}

.tabset>input:checked+label,
.oklbset {
  border-color: #ccc;
  border-bottom: 1px solid var(--bg);
  margin-bottom: -1px;
  background-color: var(--bg);
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

/*
 Demo purposes only
*/

.tabset {
  max-width: 65em;
  padding-top: 12px;
}






/* выпадающее меню */
/* 
.headmenu - используется чтобы скрывать меню при уменьшении
*/
.headmenu ul,
.headmenu li,
.headmenu ul li a {
  position: relative;
}

.headmenu ul {
  list-style: none;
  display: none
}

.headmenu ul li {
  float: none;
  position: relative;
  margin: 0;
  text-align: center;
  display: block;
  box-shadow: 1px 1px 2px #000000, 0 0 0.2em #008000;
  -webkit-transition: 0.25s linear opacity;
  transition: 0.25s linear opacity;
  border-radius: 3px;
}

#ask li a,
#akciya li a {
  line-height: var(--HT);
  color: white;
  margin-top: -3px;
  text-shadow: 1px 1px 2px #000000, 0 0 0.2em #008000 !important;
  display: block;
  position: relative;
}

#ask:hover ul,
#akciya:hover ul {
  display: block;
  transform: scale(0.99);
}

#ask li:hover,
#akciya li:hover {
  transform: scale(1.2);
}




.ribbon {
  display: block;
  width: calc(100% + 22px);
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--BackgroundFonColorTwo);
  position: relative;
  color: #fff;
  margin: 25px -11px 20px -11px;
}

.ribbon:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  bottom: -15px;
  left: 0;
  border-top: 15px solid #317316;
  border-left: 13px solid transparent;
}

.ribbon:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  right: 0;
  bottom: -15px;
  border-top: 15px solid #317316;
  border-right: 13px solid transparent;
}


/* НОВОЕ выпадающее меню */

/* таймер */
.timer__items {
  width: fit-content;
  display: flex;
  font-size: 25px;
}

.timer__item {
  position: relative;
  min-width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 10px;
  text-align: center;
  color: var(--TB);
}

.timer__item:first-child {
  margin: 0 5px;
}

.timer__item::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 11px;
}

.timer__item:not(:last-child)::after {
  content: ':';
  position: absolute;
  right: -11px;
}

.timerFooter {
  margin: 15px 0 0 0;
}

.timerFooter .timer__items {
  font-size: 22px;
}

.timerFooter .timer__item {
  min-width: 25px;
}

.timerFooter .timer__item::before {
  display: none;
}

.timerFooter .timer__item:not(:last-child)::after {
  right: -8px;
}

.timerFooter .timer__item {
  margin: 0 5px;
}




.features {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.features li {
  width: 100%;
  text-align: center;
  padding: .25em;
}

.drawer-list {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  pointer-events: none;
  transition: width 475ms ease-out, transform 450ms ease, border-radius .7s .1s ease;
  border-bottom-left-radius: 100vw;
  background: var(--BackgroundFonColor);
}

@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}

.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 70px 0 0 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}

.drawer-list li:last-child {
  margin-top: 13px;
  bottom: 0px;
  width: 100%;
}

.drawer-list li:first-child a {
  margin: 6px 0px 4px 20px;
  border-radius: 7px;
}

.drawer-list li:first-child a:hover {
  background-color:rgba(169, 169, 169, 0.1);
}

.drawer-list li:first-child a:hover span {
  color: white;
}

.drawer-list li a {
  text-decoration: none;
  color: #FEFEFE;
  text-align: center;
  display: block;
  padding: 6px;
  font-size: 20px;
}

@media (min-width: 768px) {
  .drawer-list li a {
    text-align: right;
    padding: .4rem;
    padding-right: 15px;
  }
}

.drawer-list li a:hover {
  cursor: pointer;
  background-color: var(--bg);
  color: var(--BackgroundFonColorTwo);
}

input.hamb {
  display: none;
}

input.hamb:checked~.drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}

input.hamb:checked~.drawer-list li {
  transform: translatex(0);
}

input.hamb:checked~.drawer-list li:nth-child(1) {
  transition: transform 0.7s 0.05s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(2) {
  transition: transform 0.7s 0.1s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(3) {
  transition: transform 0.7s 0.15s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(4) {
  transition: transform 0.7s 0.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(5) {
  transition: transform 0.7s 0.25s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(6) {
  transition: transform 0.7s 0.3s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(7) {
  transition: transform 0.7s 0.35s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(8) {
  transition: transform 0.7s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(9) {
  transition: transform 0.7s 0.45s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(10) {
  transition: transform 0.7s 0.5s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(11) {
  transition: transform 0.7s 0.55s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(12) {
  transition: transform 0.7s 0.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(13) {
  transition: transform 0.7s 0.65s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(14) {
  transition: transform 0.7s 0.7s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(15) {
  transition: transform 0.7s 0.75s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(16) {
  transition: transform 0.7s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(17) {
  transition: transform 0.7s 0.85s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(18) {
  transition: transform 0.7s 0.9s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(19) {
  transition: transform 0.7s 0.95s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(20) {
  transition: transform 0.7s 1s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(21) {
  transition: transform 0.7s 1.05s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(22) {
  transition: transform 0.7s 1.1s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(23) {
  transition: transform 0.7s 1.15s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(24) {
  transition: transform 0.7s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

input.hamb:checked~.drawer-list li:nth-child(25) {
  transition: transform 0.7s 1.25s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}

/*input.hamb:checked ~ .drawer-list li a {padding-right: 15px;}*/
input.hamb:checked~label>i {
  background-color: transparent;
  transform: rotate(90deg);
}

input.hamb:checked~label>i:before {
  transform: translate(-50%, -50%) rotate(315deg);
}

input.hamb:checked~label>i:after {
  transform: translate(-50%, -50%) rotate(-315deg);
}

input.hamb:checked~label close {
  color: #FEFEFE;
  width: 100%;
  top: -7px;
}

input.hamb:checked~label open {
  color: transparent;
  width: 0;
}

label.hamb {
  z-index: 9999;
  position: relative;
  display: block;
  height: var(--HT);
  bottom: 1px;
  left: 1px;
}

label.hamb:hover {
  cursor: pointer;
}

label.hamb text close,
label.hamb text open {
  text-transform: uppercase;
  font-size: 60%;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width .2s .3s, color .4s .3s;
}

label.hamb text close {
  color: transparent;
  right: 0;
  width: 0;
}

label.hamb text open {
  color: #FEFEFE;
  width: 100%;
}

label.hamb>i {
  position: absolute;
  width: 47px;
  height: 2px;
  padding: 0 4px;
  top: 50%;
  background-color: #FEFEFE;
  pointer-events: auto;
  transition-duration: .35s;
  transition-delay: .35s;
}

label.hamb>i:before,
label.hamb>i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #FEFEFE;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}

label.hamb>i:before {
  transform: translate(-50%, -14px);
}

label.hamb>i:after {
  transform: translate(-50%, 14px);
}

/* анимация лодинг */
/*  <div class="Box"><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span></div> */
/* можно добавить class minibox чтобы бокс стал маленьким */
.Box {
  position: relative;
  width: 123px;
  height: 123px;
  background: var(--bg);
  border: 5px solid var(--BackgroundFonColorTwo);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  transform-style: preserve-3d;
  transform-origin: center;
  transform: rotate(45deg);
  display: flex;
  flex-wrap: wrap;
  box-sizing: content-box;
}

.Box span {
  width: 40px;
  height: 40px;
  background: #fff;
  box-sizing: content-box;
  margin: .5px;
  transform-style: preserve-3d;
  transform-origin: center;
  animation: Loader 2s linear infinite;
}

.Box span:nth-child(3) {
  animation-delay: .8s;
}

.Box span:nth-child(2),
.Box span:nth-child(6) {
  animation-delay: .6s;
}

.Box span:nth-child(1),
.Box span:nth-child(5),
.Box span:last-child {
  animation-delay: .4s;
}

.Box span:nth-child(4),
.Box span:nth-child(8) {
  animation-delay: .2s;
}

.Box span:nth-child(7) {
  animation-delay: 0s;
}

@keyframes Loader {

  0%,
  100% {
    transform: scale(1);
  }

  30% {
    transform: scale(0);
  }

  50% {
    transform: scale(0);
  }

  75% {
    transform: scale(1);
  }
}

.minibox {
  width: 25px;
  height: 25px;
  border-width: 2px;
}

.minibox span {
  width: 7px;
  height: 7px;
}

.m40 {
  margin-top: 40px
}



/* лодер lodkrug */
/*  <div class="lodkrug"></div> */
.lodkrug {
  overflow: hidden;
  background: rgba(0, 50, 250, 0);
  position: relative;
  margin: 2em auto 0 auto;
  width: 3em;
  height: 3em;
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  animation-name: rotate;
}

.lodkrug,
.lodkrug:before,
.lodkrug:after {
  border-radius: 100%;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

.lodkrug:before,
.lodkrug:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}

.lodkrug:before {
  background: rgba(200, 250, 100, 0);
  -webkit-animation-name: ring;
  -moz-animation-name: ring;
  -ms-animation-name: ring;
  animation-name: ring;
}

.lodkrug:after {
  background: rgba(250, 0, 200, 0);
  -webkit-animation-name: ring2;
  -moz-animation-name: ring2;
  -ms-animation-name: ring2;
  animation-name: ring2;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  85%,
  100% {
    -webkit-transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  85%,
  100% {
    -moz-transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-ms-keyframes rotate {
  0% {
    -ms-transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  85%,
  100% {
    -ms-transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@keyframes rotate {
  0% {
    transform: rotateZ(0deg) scaleX(0.1) scaleY(0.1) translateZ(0);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  85%,
  100% {
    transform: rotateZ(3600deg) scaleX(2.01) scaleY(2) translateZ(0);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-webkit-keyframes ring {
  0% {
    -webkit-transform: scaleX(0.1) scaleY(0.5);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  75%,
  100% {
    -webkit-transform: scaleX(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-moz-keyframes ring {
  0% {
    -moz-transform: scaleX(0.1) scaleY(0.5);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  75%,
  100% {
    -moz-transform: scaleX(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-ms-keyframes ring {
  0% {
    -ms-transform: scaleX(0.1) scaleY(0.5);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  75%,
  100% {
    -ms-transform: scalex(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@keyframes ring {
  0% {
    transform: scaleX(0.1) scaleY(0.5);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  75%,
  100% {
    transform: scaleX(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-webkit-keyframes ring2 {
  0% {
    -webkit-transform: scaleX(0.5) scaleY(0.1);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  65%,
  100% {
    -webkit-transform: scaleX(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-moz-keyframes ring2 {
  0% {
    -moz-transform: scaleX(0.5) scaleY(0.1);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  65%,
  100% {
    -moz-transform: scaleX(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@-ms-keyframes ring2 {
  0% {
    -ms-transform: scaleX(0.5) scaleY(0.1);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  65%,
  100% {
    -ms-transform: scaleX(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}

@keyframes ring2 {
  0% {
    transform: scaleX(0.5) scaleY(0.1);
    box-shadow: inset 0.8em 0 0 rgba(255, 0, 0, 0.5), inset 0 0.8em 0 rgba(252, 150, 0, 0.5), inset -0.8em 0 0 rgba(0, 255, 0, 0.5), inset 0 -0.8em 0 rgba(0, 150, 255, 0.5);
  }

  65%,
  100% {
    transform: scaleX(2) scaleY(2.1);
    box-shadow: inset 0 0 0 rgba(255, 0, 0, 0), inset 0 0 0 rgba(252, 150, 0, 0), inset 0 0 0 rgba(0, 255, 0, 0), inset 0 0 0 rgba(0, 150, 255, 0);
  }
}


/* apple лодинг */
/* <div class="apple centr" style="width: 100px;margin-top: 30px;"><svg widht=100px height=100px>
<polygon points="35,35 45,39 55,35 50,47 45,45 40,47" stroke=#f00 stroke-width=30 stroke-linejoin=round></polygon></svg></div> */

.apple {
  position: relative;
  animation: bouncing 1s infinite alternate;
}

.apple::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1.5rem;
  top: -4px;
  left: 40px;
  border-radius: 50% 5%;
  background: #4CAF50;
  animation: scale 1s infinite alternate;
}

.apple::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1.5rem;
  top: -4px;
  left: 40px;
  border-radius: 50% 5%;
  background: transparent;
  transform: rotate(-20deg);
  border: 1px solid #555;
  box-sizing: border-box;
}

@keyframes scale {
  from {
    transform: rotate(-20deg) scale(1)
  }

  to {
    transform: rotate(-20deg) scale(0)
  }
}

@keyframes butterfly {
  form {
    transform: skewY(0deg);
  }

  to {
    transform: skewY(15deg);
  }
}

@keyframes _butterfly {
  form {
    transform: skewY(0deg);
  }

  to {
    transform: skewY(-15deg);
  }
}

@keyframes bouncing {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-1rem);
    opacity: .1;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes fade {
  from {
    opacity: 1;
  }

  to {
    opacity: .1;
  }
}





/* <div class="lds-ellipsis"><div></div><div></div><div></div><div></div></div> */
.lds-ellipsis {
  position: sticky;
  height: 40px;
  display: block;
  width: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 13px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}




.loadsearch {
  position: sticky;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  width: 47px;
  padding: 10px 0 0 0;
}

.loadsearch div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: Helvetica, Arial, sans-serif;
  animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #35C4F0;
}

.loadsearch div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

.loadsearch div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.loadsearch div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

.loadsearch div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.loadsearch div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.loadsearch div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }

  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }

  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }

  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}

@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }

  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }

  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}



/* <ul class="spinnersu"><li></li><li></li><li></li><li></li></ul> */
@keyframes rota {
  to {
    transform: rotate(360deg);
  }
}

@keyframes opa {
  12.0% {
    opacity: 0.80;
  }

  19.5% {
    opacity: 0.88;
  }

  37.2% {
    opacity: 0.64;
  }

  40.5% {
    opacity: 0.52;
  }

  52.7% {
    opacity: 0.69;
  }

  60.2% {
    opacity: 0.60;
  }

  66.6% {
    opacity: 0.52;
  }

  70.0% {
    opacity: 0.63;
  }

  79.9% {
    opacity: 0.60;
  }

  84.2% {
    opacity: 0.75;
  }

  91.0% {
    opacity: 0.87;
  }
}

.spinnersu {
  font-size: 35px;
  width: 1em;
  height: 1em;
  margin: 3px auto;
  position: relative;
  list-style: none;
  border-radius: 50%;
  border: .01em solid rgba(150, 150, 150, 0.15);
  background: rgba(150, 150, 150, 0.1);
  box-shadow: 0 0 1.5em rgba(0, 0, 0, 0.4);
}

.spinnersu:before {
  content: "\0020";
  position: absolute;
  width: .65em;
  height: .65em;
  border: .01em solid rgba(150, 150, 150, 0.15);
  border-radius: 50%;
  top: 17%;
  left: 17%;
  background: rgba(150, 150, 150, 0.1);
}

.spinnersu:after {
  content: "\0020";
  position: absolute;
  width: .25em;
  height: .25em;
  border: .01em solid rgba(150, 150, 150, 0.15);
  border-radius: 50%;
  top: 38%;
  left: 38%;
  background: rgba(150, 150, 150, 0.1);
}

.spinnersu li {
  width: .2em;
  height: .2em;
  position: absolute;
  border-radius: 50%;
}

/* blue */
.spinnersu li:nth-child(1) {
  background: #0076c1;
  top: 0;
  left: 50%;
  margin-left: -.1em;
  transform-origin: 50% 250%;
  animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
}

/* red */
.spinnersu li:nth-child(2) {
  background: #ff003c;
  top: 60%;
  right: 20%;
  margin-top: -.1em;
  transform-origin: -50% 0;
  animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
}

/* yellow */
.spinnersu li:nth-child(3) {
  background: #fabe28;
  bottom: 0;
  left: 50%;
  margin-left: -.1em;
  transform-origin: 50% -150%;
  animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
}

/* green */
.spinnersu li:nth-child(4) {
  background: #88c100;
  top: 60%;
  left: 20%;
  margin-top: -.1em;
  transform-origin: 150% 0%;
  animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
}

.input-file-row {
  display: inline-block;
}

.input-file {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-file span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  background-color: var(--BackgroundFonColorTwo);
  padding: 10px 20px;
  margin: 0;
  transition: background-color 0.2s;
  width: 100%;
}

.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

/* Focus */
.input-file input[type=file]:focus+span {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

/* Hover/active */
.input-file:hover span {
  background-color: #59be6e;
}

.input-file:active span {
  background-color: #2E703A;
}

/* Disabled */
.input-file input[type=file]:disabled+span {
  background-color: #eee;
}

/* Список c превью */
.input-file-list {
  padding: 5px 0;
}

.input-file-list-item {
  display: inline-block;
  margin: 0 15px 15px;
  width: 150px;
  vertical-align: top;
  position: relative;
}

.input-file-list-item img {
  width: 150px;
}

.input-file-list-name {
  text-align: center;
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.input-file-list-remove {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 5px;
  right: 5px;
  background: #ff0202;
  width: 16px;
  height: 19px;
  text-align: center;
  line-height: 16px;
  border-radius: 30%;
}

.ribbon-3 {
  position: absolute;
  top: -6.1px;
  right: 6px;
}

.ribbon-3:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 12px solid #F8463F;
}

.ribbon-3 span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 17px;
  line-height: 1;
  padding: 10px 6px 4px;
  border-top-right-radius: 8px;
  width: 50px;
}

.ribbon-3 span:before,
.ribbon-3 span:after {
  position: absolute;
  content: "";
}

.ribbon-3 span:before {
  height: 6px;
  width: 6px;
  left: -6px;
  top: 0;
  background: #F8463F;
}

.ribbon-3 span:after {
  height: 6px;
  width: 8px;
  left: -8px;
  top: 0;
  border-radius: 8px 8px 0 0;
  background: #C02031;
}


.lds-circle {
  display: inline-block;
  transform: translateZ(1px);
}

.lds-circle>div {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0;
  background: var(--BackgroundFonColorTwo);
  border-radius: 50%;
  animation: lds-circle 3s cubic-bezier(0, 0.1, 0.1, 1) infinite;
}

@keyframes lds-circle {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(3600deg);
  }
}


.section {
  z-index: 1;
  position: relative;
}

#menugoal {
  z-index: 6;
  width: 100%;
  position: fixed;
  bottom: calc(10px + var(--HF));
}


/*work button*/

.edit {
  position: absolute;
  width: 10px;
  height: 13px;
  border: 2px solid white;
  border-radius: 2px;
  display: inline-block;
  right: 30px;
  top: 20px;
}

.edit:after,
.edit:before {
  content: "";
  position: absolute;
  left: -3px;
}

.edit:after {
  border: 2px solid white;
  border-radius: 2px;
  width: 14px;
  height: 24px;
  background: white;
  transform: rotate(-90deg);
  -moz-transition: -moz-transform 0.3s 0.4s, width 0.3s, height 0.3s, top 0.3s;
  -o-transition: -o-transform 0.3s 0.4s, width 0.3s, height 0.3s, top 0.3s;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, height 0.3s, top 0.3s;
  -webkit-transition-delay: 0.4s, 0s, 0s, 0s;
  transition-delay: 0.4s, 0s, 0s, 0s;
  transition: transform 0.3s 0.4s, width 0.3s, height 0.3s, top 0.3s;
}

.admenu {
  z-index: 11;
  border: none;
  outline: 0;
  position: relative;
  width: 100%;
  transform: translateY(50%);
  transition: all 0.3s;
  cursor: pointer;
  height: 100%;
  top: -30px;
}

.admenu.open {
  top: -35px;
  left: 10px;
}

.admenu.open .edit {
  -moz-transition: all 0.2s 0.2s;
  -o-transition: all 0.2s 0.2s;
  -webkit-transition: all 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  transition: all 0.2s 0.2s;
  transform: rotate(45deg);
  width: 24px;
  height: 1px;
  top: 35px;
  background: white;
}

.admenu.open .edit:after {
  position: absolute;
  width: 24px;
  height: 1px;
  top: -2px;
  left: -2px;
  transform: rotate(90deg);
  border-radius: 2px;
  -moz-transition: width 0.1s 0.1s, top 0.1s 0.1s, -moz-transform 0.3s;
  -o-transition: width 0.1s 0.1s, top 0.1s 0.1s, -o-transform 0.3s;
  -webkit-transition: width 0.1s, top 0.1s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.1s, 0.1s, 0s;
  transition-delay: 0.1s, 0.1s, 0s;
  transition: width 0.1s 0.1s, top 0.1s 0.1s, transform 0.3s;
}

.admenu::-moz-focus-inner {
  border: 0;
}



/**/
.box {
  position: absolute;

  justify-content: center;
  align-items: center;
  margin: 60px 30px 0 44px;
  background: #060c21;
  /* Change */
  transition: 0.3s;
  float: left;
  display: block;
}

.box,
.box .imgBx {
  width: 250px;
  height: 250px;
}

.box.box:hover {
  height: 298px;
}

.box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.box .imgBx img {
  max-width: 100%;
  opacity: 0.8;
  transition: 0.3s;
  content: "";
  width: 0px;
}

.box:hover .imgBx img {
  opacity: 1;
}

.box:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -1;
}

.box:after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: #fff;
  z-index: -2;
  filter: blur(7px);
}

.box:after,
.box:before {
  background: linear-gradient(235deg, rgba(33, 150, 243, 1), rgba(0, 0, 0, 1), rgba(240, 0, 0, 1));
}

.box:nth-child(2):before,
.box:nth-child(2):after {
  /* not supported 😣 */
  background: linear-gradient(235deg, #2196f3, #010615, #F00000);
}


.box .contenth {
  position: absolute;
  bottom: 1px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.04);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
}

.box:hover .contenth {
  opacity: 1;
}

.box .contenth h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  /* just one style 😐 */
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0px 0px 3px 0;
  bottom: 0;
}

.box .contenth h2 span {
  font-size: 14px;
  color: #fff;
  font-weight: 200;
  /* just one style 😐 */
  letter-spacing: 2px;
}



.shadow {
  position: relative;
  border-radius: 5px;
}

.shadow:before,
.shadow:after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  background: linear-gradient(45deg, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000, #fb0094, #0000ff, #00ff00, #ffff00, #ff0000);
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: animate 20s linear infinite;
  border-radius: 5px;
}

.shadow:after {
  filter: blur(20px);
}


.puretext {
  color: #fb0094;
  background-image: -webkit-linear-gradient(92deg, #fb0094, #00ff00, #00ff00);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue 10s infinite linear;
  animation: hue 10s infinite linear;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

@keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

@keyframes animate {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 300% 0;
  }

  100% {
    background-position: 0 0;
  }
}




@media screen and (max-width: 1200px) {

  #ask,
  .akc #akc,
  #akciya {
    display: none !important;
  }

  #konson {
    width: 150px !important;
    max-width: 150px !important;
    min-width: 150px !important;
  }

  .formobperkno {
    display: block !important;
  }

  .formobperknopc {
    display: none !important;
  }

  #fbblok {
    width: calc(100% - 174px) !important;
  }

  #konson img,
  #konson div {
    width: 150px !important;
  }

}

@media screen and (min-width: 1170px) {
  .logo {
    max-width: 700px
  }

  .baseprofile,
  .swowcase {
    right: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .logo {
    max-width: 500px;
  }

  .calcdopinfoh {
    padding-left: 50px
  }

  .calcdopinfoimg {
    margin-left: 10px
  }

  #sotr a span {
    line-height: 17px !important;
    padding: 3px 9px !important;
    width: 105px !important;
  }

  table.uslov {
    width: 98% !important;
    min-width: 310px
  }

  #konson {
    display: none !important;
  }

  #fbblok {
    width: 100% !important;
  }
}

@media screen and (max-width: 928px) {

  .beneficialhide,
  .beneficialplustwo {
    display: none !important;
  }

  .rght {
    padding: 2px !important;
  }

  #nokodno div,
  #nokodno input {
    clear: both;
    float: none !important
  }

  .shirina p {
    font-size: 15px
  }

  .baseprofile,
  .swowcase {
    right: 30px;
  }
}

@media screen and (max-width: 860px) {
  #calcul {
    display: none !important;
  }

  .vklthree {
    width: calc(33.33% - 4px);
  }

  .vkltwo {
    width: calc(50% - 2.5px);
  }

  .vklthree img {
    height: 60px
  }

  .vkltwo img {
    height: 90px
  }

  .korpus label strong {
    font-size: 110%
  }

  #ConsciousChoice .korpus {
    width: 96%;
  }

  #ConsciousChoice .korpus label {
    font-size: 110%;
    height: 160px !important;
    margin-right: 5px
  }

  #ConsciousChoice .korpus input[type="radio"]:checked+label {
    height: 172px !important;
  }

  #ConsciousChoice .korpus .br {
    display: block !important;
  }

  #ConsciousChoice .korpus .ennp {
    display: none !important;
  }

  #ConsciousChoice .vipp {
    width: 160px !important;
  }
}

@media screen and (max-width: 800px) {
  .logo h1 {
    font-size: 130%;
  }

  #konson {
    display: none !important;
  }

  #calkuliktab td {
    font-size: 70%
  }

  #calkuliktab td:nth-child(1) {
    width: 148px;
  }

  #calkuliktab select,
  #calkuliktab input {
    width: 150px;
    font-size: 100%;
  }

  .calkstrelka {
    margin-left: 10px;
    margin-bottom: 25px;
  }

  .calk_dopinfo h2 {
    font-size: 110%;
  }

  .beneficial {
    font-size: 90%;
  }

  .sider {
    padding-right: 15px
  }

  .sidel {
    width: 46%
  }

}




@media screen and (min-width: 690px) {
  #fbform {
    min-width: 310px;
    margin: auto;
    width: 42%;
  }

  .snfb {
    display: none;
  }

  /* .headmenu select,.snfb,.mh {display: none}*/
  #feedback {
    display: block !important;
  }

  /* стрелка справа */
  .arrow_box:after,
  .arrow_box:before {
    left: 100%;
    top: 50%;
  }

  .arrow_box:after {
    border-left-color: var(--BackgroundFonColor) !important;
    margin-top: -25px;
  }

  .arrow_box:before {
    border-left-color: var(--BackgroundFonColor) !important;
    margin-top: -28px;
  }

  table.beneficial td {
    padding: 5px
  }
}

@media screen and (max-width: 690px) {
  .logo h1 {
    width: auto;
  }

  /* стрелка снизу */
  .arrow_box:after,
  .arrow_box:before {
    top: 100%;
    left: 50%;
  }

  .arrow_box:after {
    border-top-color: var(--BackgroundFonColor) !important;
    margin-left: -25px;
  }

  .arrow_box:before {
    border-top-color: var(--BackgroundFonColor) !important;
    margin-left: -28px;
  }

  .snfb {
    display: inline;
  }

  .sprfb,
  #feedback,
  #home,
  #cabin {
    display: none !important;
  }

  /* Тут мы начинаем показывать мобильное меню*/
  .mh {
    display: block;
  }

  .beneficialplus {
    width: 25% !important;
  }

  #feedback {
    margin-right: 10px;
  }

  .sidel p {
    text-indent: 1px !important
  }

  nav select {
    margin-left: 26% !important;
    position: absolute;
    margin-right: 0px !important;
  }

  #fbform,
  #fbtips {
    width: 100%;
  }

  .beneficial {
    font-size: 80%;
  }

  table.beneficial td {
    padding: 2px 1px
  }

  .hanticol {
    line-height: 20px;
    font-size: 16px;
  }

  #reganticol h2 {
    font-size: 120%
  }

  .sidel,
  .sider,
  #formDiv {
    margin: auto;
    height: 100%;
    float: none;
  }

  .sidel,
  .sider {
    width: 100%;
  }

  h2 {
    font-size: 120%;
  }

  .video-js {
    width: 480px;
    height: 270px;
  }

  .lvks {
    font-size: 80%;
    margin-top: 7px;
    display: block;
  }

  .baseprofile {
    top: 380px;
    position: absolute;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 632px) {
  .trumbowyg-box {
    width: 310px !important;
  }
}

@media screen and (max-width: 590px) {
  nav select {
    margin: 0 !important;
    width: 100% !important;
  }

  .maininfo {
    width: 100% !important
  }

  table.uslov td {
    font-size: 10px !important;
  }

  .beneficial td span.red {
    display: block !important;
  }

  .vipimgvip {
    width: 100px
  }

  .beneficial {
    font-size: 70%;
  }

  .lvks {
    font-size: 80%;
  }

  .korpus h2 {
    line-height: 100%;
    margin: 7px 2px 5px 2px
  }

  .vklthree img {
    height: 50px
  }

  .vkltwo img {
    height: 63px
  }

  #ConsciousChoice .korpus label {
    font-size: 100%;
    height: 125px !important;
    line-height: 100%;
  }

  #ConsciousChoice .korpus input[type="radio"]:checked+label {
    height: 135px !important;
  }

  #ConsciousChoice .vipp {
    width: 100px !important;
  }

  label .green {
    font-size: 150% !important;
  }

  .headmenu,
  .korpushide {
    display: none !important;
  }

  .tus td {
    padding: 10px 3px
  }

  .selicard {
    width: 95%
  }

  .opismodal,
  h1 {
    font-weight: 300;
  }

}

@media screen and (max-width: 555px) {

  .alluvedpay,
  .uvedompay {
    width: 310px;
  }
}

@media screen and (max-width: 530px) {

  table.uslov img,
  #calcul,
  #adaptiv,
  .uslov td span,
  .calccentral {
    display: none !important;
  }

  .maininfo p {
    margin: 5px 20px 5px 5px !important;
  }

  table.uslov td {
    padding: 3px 7px !important;
  }

  #ssw1 .korpus label {
    width: 173px !important;
    font-size: 100% !important;
    height: 115px !important;
  }

  #ConsciousChoice .korpus label {
    font-size: 90%;
    line-height: 130%;
  }

  #ConsciousChoice .vipp {
    width: 90px !important;
  }

  .korpus input[type="radio"]:checked+label {
    height: 127px !important;
  }

  .vklthree img {
    height: 36px
  }

  .vkltwo img {
    height: 45px
  }

  .calcleftview {
    display: block !important;
    margin-top: 20px
  }

  .shirina {
    padding: 12px 0 0 0 !important;
  }

  .tus {
    margin: 0px;
    font-size: 13px;
  }

  .video-js {
    width: 400px;
    height: 225px;
  }

  .korpus #classic,
  .korpus #vip {
    font-size: 90%
  }

  .box,
  .box .imgBx {
    width: 190px !important;
    height: 190px !important;
  }

  .box:hover {
    height: 239px !important;
  }

  .box .contenth h2 {
    font-size: 16px;
    margin: 0px !important;
  }

  .baseprofile {
    top: 320px;
  }

  .toph {
    margin-top: 4px;
    margin-bottom: 4px
  }
}



@media screen and (max-width: 470px) {
  .beneficial {
    font-size: 65%;
    width: 98%;
  }

  .vipimgvip {
    width: 75px
  }

  #sider {
    width: 320px;
    padding-right: 3px
  }

  .korpus p {
    margin: 2px
  }

  .hanticol {
    line-height: 15px;
    font-size: 90%;
    margin-right: 10px;
  }

  #reganticol {
    margin: 0px
  }

  .infodiv {
    margin: 5px 2px 2px 2px;
  }

  #calkuliktab td {
    padding: 4px;
  }

  #calkuliktab select {
    padding: 4px 2px;
  }

  .uvedompay {
    width: 310px
  }

  .video-js {
    width: 320px;
    height: 180px;
  }

  .tabset>label {
    padding: 10px 9px 15px 5px;
  }

  .tabset>label::after {
    left: 5px;
  }

  .logo {
    width: 100%
  }

  .opismodal,
  h1 {
    font-size: 100% !important;
  }

}

@media screen and (max-width: 370px) {
  #ConsciousChoice .korpus {
    width: 98%;
  }

  .korpus label strong {
    font-size: 100%;
  }

  #ConsciousChoice .korpus label {
    font-size: 90% !important;
    height: 95px !important;
    line-height: 100%;
    padding: 2px
  }

  #ConsciousChoice .korpus input[type="radio"]:checked+label {
    height: 105px !important;
  }

  #ConsciousChoice .korpus label img {
    height: 42px;
  }

  /*width: 42px - удалил из-за конфликта на странице next/verif */
  #ConsciousChoice .vipp {
    width: 100px !important;
  }

  .avatar:empty::after {
    font-size: 70px;
  }

  .revtop {
    margin: 15px 3px 5px 3px;
  }

  .spoilask>span {
    font-size: 90%
  }

  .box,
  .box .imgBx {
    width: 150px !important;
    height: 150px !important;
  }

  .box:hover {
    height: 192px !important;
  }

  .box .imgBx {
    padding: 3px;
  }

  .contenth span {
    font-size: 80% !important;
  }

  .box .contenth h2 {
    margin: 3px 0;
    font-size: 14px;
  }

  .baseprofile {
    top: 270px;
  }

  .purse {
    font-size: 70%;
  }
}


@media screen and (max-width: 320px) {
  .logo h1 {
    font-size: 90%;
  }
}