body {}

* {
  padding: 0;

}
i {
  font-style: italic;
}

h1 {
  font-weight: 400;
    text-align: center;
}
.text-center {
  text-align: center;
}
h2 {
  font-size: 34px;
  font-weight: 400;
  margin-top: 120px;
}
h2.clear {
  margin-top: 0;
}
h4 {
  margin-bottom: 16px;
}

.task{
  background: white;
}
.anons__container {
  max-width: 880px;
  margin: 0 auto;
}
.anons__container p {
  max-width: 644px;
  font-size: 21px;
  line-height: 29px;
  margin-left: auto;
  margin-right: auto;
}
.pic__container {
  margin: 0 auto;
  max-width: 1297.5px;
  text-align: center;
}
.pic__container .pic_c {
  text-align: center;
  max-width: 440px;
  font-size: 16px;
  font-style: italic;
  margin: 14px auto;
}
.text-left {
  text-align: left !important;
}
.pic__container img {
  max-width: 1297.5px;
  width: 100%;
}
.anons__double-grid {
  width: 100%;
  overflow:hidden !important;
}
.anons__double-grid.animatable {
  height: 0px;
}
.anons__double-grid .dgrid-l {
  float: left;
  left: 0;
  width: 50%;
}
.anons__double-grid .dgrid-r {
  float: right;
  right: 0;
  width: 50%;
  overflow: hidden;
}
.anons__double-grid .dgrid-l .dgrid-img {
  text-align: right;
  direction: rtl;
  float: right;
}
.dgrid-img {
  width: 440px;
}
.dgrid-img.full-height img {
  height: 100%;
}
.dgrid-img.full-height {
  height: 100%;
}
.anons__double-grid-container {
  width: 100%;
  height: 0px;
}
.dgrid-l .dgrid-p p {
  max-width: 448px;
  direction: ltr;
  float: right;
}
.dgrid-l .dgrid-p {
  width: 100%;
  direction: rtl;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-right: 42px;
  box-sizing: border-box;
}
.dgrid-r .dgrid-p p {
  max-width: 448px;
  direction: ltr;
  float: left;
}
.dgrid-r .dgrid-p {
  width: 100%;
  direction: ltr;
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: 42px;
  box-sizing: border-box;
}
.img-grid {
  width: 440px;
  display: flex;
}
.img-grid-text {
  flex: 1;
  box-sizing: border-box;
  padding: 18px;
}
.an-scope .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.an-scope .clearfix {
  overflow: auto;
}
.circle-m {
  width: 62px;
  height: 62px;
  border-radius: 62px;
  margin: 90px auto;
  margin-bottom: 24px;
  background: black;
}
.anons__fullsize {
  width: 100%;
  margin: 0 auto;
}
.dgrid-l .img-anim_with-content {
  width: 880px;
  margin-right: -440px;
  display: flex;
  position: absolute;
  direction: ltr;
}
.dgrid-l .img-anim_with-content .img-anim__anim {
  flex: 1;
}
.dgrid-l .img-anim_with-content .img-anim__content {
  flex: 1;
  text-align: left;
}
article.dgrid__article {
  width: 440px;
  text-align: center;
  margin-top: 60px;
}
article.dgrid__article p {
  margin-top: 25px;
  margin-bottom: 50px;
}
.dgrid-l article.dgrid__article {
  float: right;
  padding-right: 30px;
}
.dgrid-r article.dgrid__article {
  float: left;
  padding-left: 30px;
}
article.dgrid__article h2 {
  margin-top: 16px;
}
p.minimum {
  margin: 25px auto;
}
.font__anim {
  background: black;
  height: 300px;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.font__disk {
  background-image: url("../img/font_disk.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 180%;
  padding-bottom: 180%;
  margin: auto;
  left: -70%;
  top: -50%;
  position: absolute;
}
.font__disk-overlay {
  background-image: url("../img/font_disk_overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  margin-left: -80px;
  z-index: 97;
  margin-top: -27%;
}
.font__anim-sign {
  text-align: center;
}
.font__mask {
  background-image: url("../img/font_mask.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  background-size: 100% auto;
}
.font-types {
  display: flex;
}
.font-types div {
  flex: 1;
}
p.big {
  font-size: 24px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: none;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.4;
  margin-top: 35px;
}

.black_bg {
  padding-top: 150px;
  padding-bottom: 32px;
  width: 100%;
  background: black;
  color: white;
}
.anim__bl {
  overflow: auto;
  width: 100%;
  position: relative;
}
.anim__bl .state-begin {
  width: 100%;
}
.anim__bl .state-end {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.state-end.act {
  opacity: 1;
}
.dgrid-p.natural {
  box-sizing: content-box !important;
  padding: 0 !important;
}
.dgrid-l .dgrid-p.natural p {
  box-sizing: border-box;
  padding-right: 42px;
  margin-bottom: 42px;
}
.dgrid-r .dgrid-p.natural p {
  box-sizing: border-box;
  padding-left: 42px;
  margin-bottom: 42px;
}
.dgrid-l .dgrid-p.natural h4 {
  box-sizing: border-box;
  padding-right: 42px;
}
.dgrid-r .dgrid-p.natural h4 {
  box-sizing: border-box;
  padding-left: 42px;
}
.dgrid-img.natural {
  text-align: left !important;
  direction: ltr !important;
}
.dgrid-r .dgrid-img.natural {
  padding-left: 42px;
}
.dgrid-article {
  width: 100%;
}
p.lefty {
  width: 398px;
  margin: 0;
}
div.lefty {
  max-width: 880px;
  margin: 18px auto;
  margin-bottom: 18px;
}
.dgrid-p h4 {
  max-width: 448px;
  direction: ltr;
  font-size: 24px;
  font-weight: 400;
}
.fullpic__container {
  width: 100%;
  display: flex;
  position: relative;
}
.fullpic__container img {
  width: 100%;
  height: 100%;
}
.anons__flex {
  display: flex;
  width: 100%;
  margin: auto;
  max-width: 880px;
}
.anons__flex .flex__img {
  width: 100%;
  margin-right: 50px;
}
.anons__flex .flex__img img {
  width: 100%;
}
.anons__flex .flex__content {
  padding-top: 25px;
}
.anons__flex h2 {
  margin: 0;
}
.anons__flex .flex__content p {
  margin-top: 16px;
}
.anons__flex .flex-1 {
  flex: 1;
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
.anons__break {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.anons__break-content {
  max-width: 880px;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
}
.anons__break-content p {
  margin-top: 16px;
}
.anons__break-right {
  left: 50%;
  width: 50%;
  position: relative;
  margin-top: -5%;
  color: black;
}
.anons__break-img {
  max-width: 880px;
  margin: auto;
}
.anons__break-img img {
  width: 100%;
}
.anons__gif-in-out {
  width: 100%;
}
.anons__gif-out {
  position: absolute;
  z-index: 999;
}
.hidden {
  display: none;
}
.custom__color {
  padding-bottom: 75px;
  margin-top: 75px;
  width: 100%;
  padding-top: 10px;
}
.anons__container.real p:not(:first-child) {
  margin-top: 32px;
}
.anons__container.real p:not(:last-child) {
  margin-bottom: 32px;
}
.header__anons {
  font-size: 50px;
  max-width: 600px;
  text-align: center;
  width: 100%;
  margin: 80px auto;
  margin-bottom: 10px;
}
.anons__preheader {
  width: 100%;
  margin: 20px auto;
  text-align: center;
  font-size: 24px;
}
.anons__cover {
  color: white;
  background: black;
  padding-bottom: 32px;
}
.cover__mendeleev {
  max-width: calc(800px + 5%);
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin: 100px auto;
}
.cover__mendeleev p {
  font-size: 32px;
  margin-top: 32px;
}

@media (max-width: 920px) {
  .cover__mendeleev p {
    font-size: 28px;
    margin-top: 32px;
  }

}

@media (max-width: 710px){
  .announce__text.spor h1{
    text-align: left !important;
  }
}

#MIN {
  overflow: inherit;
}
#MIN {
  transform-origin: bottom;
}
.templates {
  font-family: ALSArtemiusSans;
  font-size: 32px;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 900px){
  .templates{
    font-size: 18px !important;
  }
}

@media (max-width: 900px) {
  .results_search{
    height: 35vw !important;
  }
}

@media (max-width: 910px){
  .templates{
    padding-left: 2.5%;
    padding-right: 2.5%; 
  }
}

.templates ul li {
  opacity: 0;
  transition: all 0.15s ease-in-out, opacity 0.5s ease-in-out;
  display: inline-block;
  padding: 0.3125em 0em;
  margin: 0 0.5em 0.625em 0;
  border: 0.125em solid white;
  border-radius: 100px;
}
.templates ul li.showtemplate {
  opacity: 1;
}
.templates ul li:hover {
  background-color: white;
}
.templates ul li:hover a {
  color: black;
}
.templates ul li a {
  color: white;
  padding: 0.5em 0.625em;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.var-row {
  display: flex;
}
.var {
  flex: 1;
  padding: 16px;
}
.var img {
  width: 100%;
}
.marq.trends {
  background: none !important;
}
.mendeleevpic {
  margin-top: 100px;
}
.templates {
  margin-top: 52px;
}
.mm {
  display: inline-block;
  height: 200px;
}
.mm img {
  height: 100%;
}
.marq2 .mm {
  padding-left: 25px;
}
.marq2 * {
  background: transparent !important;
}
.marq2 {
  background: transparent !important;
}
.element-info {
  color: white;
  background: black;
  position: relative;
  overflow: hidden;
}
.element-info .videobg {
  position: absolute;
}
.element-info-content {
  position: relative;
  z-index: 9999;
  display: flex;
  align-items: flex-end;
  max-width: 1100px;
  margin: auto;
  padding-left: 50px;
  padding-right: 50px;
}

.info-t{
  width: 500px;padding-bottom: 32px;
}

@media (max-width: 900px) {
  .element-info-content {
    width: 100%;
    display: block;
  }
  .element-info-text {
    padding: 0 0%;
    margin-left: 0 !important;
    margin-top:16px;
  }
  .info-t{
    width: 100%;
  }

  .fake-offset{
    height:0px !important;
  }

  .browser__mendeleev{
    display:none !important;
  }

  .portrait__mendeleev{
    position: relative !important;
    display: block !important;
    width:100% !important;
    margin-left: 0 !important;
    margin-top:16px;
  }


}



@media (max-width: 980px) {
  .pic__container img{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}

.anons__double-grid i{
  font-size: 18px !important;
}

.textoffsetfont{
  transform: translateY(105px);
}

@media (max-width: 1316px){
  
  .textoffsetfont{
    transform: translateY(0);
  }  
} 

.element-info-el {
  flex: 1;
}
.element-info-text {
  flex: 1;
  display: flex;
  margin-left: -80px;
}
.info-pic {
  width: 100%;
}
.info-pic img {
  width: 90%;
  margin-left: -19%;
}

@media (max-width: 900px) {
  .info-pic {
    width: 100%;
  }
  .info-pic img {
    width: 100%;
    margin-left: 0%;
  }
}

@media (max-width: 900px) {
  .tempsin-trigger{
    margin-top: 32px !important;
  }
}

.element-info-yt,
.element-info-wiki {
  color: white;
  padding-right: 32px;
  margin-bottom: 18px;
}
.element-info-yt img,
.element-info-wiki img {
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 16px;
}
.info-t p {

}
.videobg {
  width: 100%;
  height: 100%;
}
.videobg video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.ge {
  width: 1000vw;
  position: absolute;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 30vw);
  z-index: -9;
  overflow: hidden;
  left: -150vw;
}
.yt-vid {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

@media(max-width: 1688px){
  .yt-vid{
    height: 120% !important;
    width: 0 !important;
    padding-left: 170% !important;
    margin-top: -10% !important;
    position: absolute !important;
    transform: translateX(-20%) !important;
  }
}
.fontcr {
  /* background-color: black; */
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: auto;
  margin-top: 200px;
}
.fontmask {
  display: flex;
  text-align: center;
  position: relative;
  z-index: 9999;
}
.fontmask img {
  width: 100%;
  height: 100%;
  margin: auto;
}
.font-mettalic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  text-align: center;
}
.rotating2 img {
  opacity: 0.2;
  width: 100%;
  animation: rotateMetallic 8s linear infinite;
  transform-origin: 50% 25%;
  /* height: 100%; */
}
.rotating1 img {
  width: 100%;
  animation: rotateMetallic2 68s linear infinite;
  transform-origin: 50% 25%;
}
.rotating3 img {
  width: 100%;
  animation: rotateMetallic2 8s linear infinite;
  transform-origin: 50% 25%;
}
@keyframes rotateMetallic {
  from {
    transform: rotate(0deg) translateY(-25%);
  }
  to {
    transform: rotate(360deg) translateY(-25%);
  }
}
@keyframes rotateMetallic2 {
  from {
    transform: rotate(360deg) translateY(-25%);
  }
  to {
    transform: rotate(0deg) translateY(-25%);
  }
}
.mendeleev__end {
  background-color: #343434;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 80vw;
  max-height: 1600px;
  padding-top: 50px;
}
.mendeleev__end .background-table {
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease-in-out;
  margin-top: 100px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
}
.mendeleev__end .background-table.animtable {
  transform: translateY(0px);
  opacity: 1;
}
.mendeleev__end .background-table img {
  width: 100%;
  padding: 50px;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.5s ease-in-out;
  opacity:0;
}
.mendeleev__end .background-table .visible {
  opacity: 1;
}
.mendeleev__end .background-gradient {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
  background: linear-gradient(to bottom, rgba(69, 72, 77, 0) 33%, #2c96fe73 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mendeleev__end .end__content {
  color: white;
  margin: auto;
  padding-top: 2.5%;
  position: relative;
  z-index: 999;
}
.mendeleev__end .end__content h2,
.mendeleev__end .end__content .button__periodic {
  margin-left: 18.4%;
}
.button__periodic {
  margin-top: 26px;
  border-radius: 50px;
  border: 2px solid;
  display: inline-block;
  padding: 12px 8px;
  background: #2d96ff;
  border-color: #2d96ff;
  transition: all 0.2s ease-in-out;
}
.button__periodic a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  box-sizing: border-box;
}
.button__periodic:hover {
  color: black;
  background: white;
  border-color: white;
}
.button__periodic:hover a {
  color: black;
}

.button__periodic_end{
  margin-top:190px;
}

.button__periodic_ {
  margin-left: 8px;
  margin-top: 26px;
  border-radius: 50px;
  border: 2px solid;
  display: inline-block;
  padding: 12px 8px;
  background: transparent;
  border-color: white;
  transition: all 0.2s ease-in-out;
}
.button__periodic_ a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  box-sizing: border-box;
}
.button__periodic_:hover {
  color: black;
  background: white;
  border-color: white;
}
.button__periodic_:hover a {
  color: black;
}

@media (max-width: 1100px){
  .mendeleev__end{
    padding-top: 0 !important;
  }
  .mendeleev__end .background-gradient{
    background: rgba(0,0,0,.6);
  }

  .button__periodic.button__periodic_end{
    margin:0 !important;
  }
  .button__periodic_.button__periodic_end{
    /*margin:0 !important;*/
  }

  .mendeleev__end .end__content{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

@media (max-width: 550px) {

  .button__periodic.button__periodic_end{
    width:70vw;
    text-align: center;
  }

  .button__periodic_.button__periodic_end{
    width:70vw;
    text-align: center;
    margin-left: 0 !important;
  }
  
}


.sli1 img.viewed {
  opacity: 0;
}
.fullpic__container img.g {
  animation: changeImage 16s ease-in-out infinite;
  animation-fill-mode: forwards;
}
@keyframes changeImage {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.circle-s .circle {
  background: black;
  width: 20vw;
  height: 20vw;
  margin: 0 auto;
  border-radius: 20vw;
  transition: width 0.8s ease-in-out, background 0.5s ease-in-out;
}
.circle-s {
  flex: 1;
}
.circles {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: all 0.8s ease-in-out;
  will-change: transform;
}
.circle {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  will-change: width;
}
.circle-s {
  margin: auto;
}
.circle .icon path {
  fill: white;
  transition: fill 0.4s ease-in-out;
}
.circle .icon path {
  fill: white;
  transition: fill 0.4s ease-in-out;
}
.animated-circles .circle-s .icon path {
  fill: black;
}
.circle .icon {
  width: 10vw;
  height: 100%;
  display: flex;
  align-items: center;
}
.circle .icon {
  margin-right: 5vw;
}
.circle .icon svg {
  width: 10vw;
  height: 10vw;
}
.search_query {
  flex: 1;
  font-size: 10vw;
  padding-left: 5vw;
  transition: all 0.5s ease-in-out;
  font-family: ALSArtemiusSans;
  color: black;
}
.animated-circles .search_query {
  color: black;
}
.circles {
  transform: translateX(0vw);
}
.animated-circles .circles {
  transform: translateX(20vw);
}
.animated-circles .circle-s.anim .circle {
  width: 100vw;
  background: white;
}
.results_search {
  margin-top: 25px;
  height: 350px;
}
.results_search img {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  transition-delay: 0s;
}
.animated-circles .results_search img {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 1s;
}
@media (min-width: 1200px) {
  .animated-circles .circles {
    transform: translateX(14vw) scale(0.68);
  }
  .circles {
    transform: translateX(0vw) scale(0.8);
  }
  .results_search {
    margin-top: 0px;
  }
}
.anons__container p {
  margin-bottom: 32px;
}
.anons__container p:first-child {
  margin-top: 80px;
}
.caret-circles {
  display: inline-block;
  width: 2px;
  background: black;
  height: 9vw;
  transform: translate(0.9vw, 0.5vw);
  animation: caret-blink 1s infinite linear;
}
@keyframes caret-blink {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.trends-pic {
  width: 100%;
}
.trends-pic img {
  width: 2792px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.font-pic {
  width: 100%;
  overflow: hidden;
}
.font-pic img {
  width: 2880px;
  transform: translateX(-25%);
}
.marqmendeleev {
  animation: trendmq 199999s linear;
  height: 200px;
  width: 100%;
  background: url(img/mendeleev_.jpg);
  background-repeat: repeat-x;
  background-position-x: 0;
  background-size: auto 100%;
}
.periodic__menu {
  -webkit-font-smoothing: antialiased;
  width: 450px;
  background: #2c2c2c;

  color: white;
  padding: 10px 10px 10px 20px;
  border-radius: 20px;
}
.periodic__menu h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 14px;
}
.periodic__list {
  font-size: 16px;
  padding: 0 24px 0 14px;
  margin-bottom: 20px;
}
.periodic__list-el {
  display: flex;
  align-items: center;
  padding: 6px 0px 0 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0px;
  color: rgba(255, 255, 255, 0.5);
  --op: 0;
}
.p_a_ {
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: white;
}
.p_active {
  position: absolute;
}
.p_list_name {
  flex: 1;
}
.periodic__list-el:before {
  width: 5px;
  height: 5px;
  border-radius: 4px;
  background: white;
  content: " ";
  margin-left: -10px;
  position: absolute;
  opacity: 0;
}
.l-1 {
  animation: list-activate 20s infinite linear;
  animation-delay: 0s;
}
.l-2 {
  animation: list-activate 15s infinite linear;
  animation-delay: 2s;
}
.l-3 {
  animation: list-activate 10s infinite linear;
  animation-delay: 4s;
}
.l-1:before {
  animation: list-activate-before 20s infinite linear;
  animation-delay: 0s;
}
.l-2:before {
  animation: list-activate-before 15s infinite linear;
  animation-delay: 2s;
}
.l-3:before {
  animation: list-activate-before 10s infinite linear;
  animation-delay: 4s;
}
.l-4 {
  animation: list-activate 7s infinite linear;
  animation-delay: 5s;
}
.l-5 {
  animation: list-activate 15s infinite linear;
  animation-delay: 3.7s;
}
.l-6 {
  animation: list-activate 10s infinite linear;
  animation-delay: 2.5s;
}
.l-4:before {
  animation: list-activate-before 7s infinite linear;
  animation-delay: 5s;
}
.l-5:before {
  animation: list-activate-before 15s infinite linear;
  animation-delay: 3.7s;
}
.l-6:before {
  animation: list-activate-before 10s infinite linear;
  animation-delay: 2.5s;
}
.e {
  height: 0;
  overflow: hidden;
  margin-top: 0;
  font-size: 12px;
}
.e-1 {
  animation: list-activate-el 20s infinite linear;
  animation-delay: 0s;
}
.e-2 {
  animation: list-activate-el 15s infinite linear;
  animation-delay: 2s;
}
.e-3 {
  animation: list-activate-el 10s infinite linear;
  animation-delay: 4s;
}
.e-4 {
  animation: list-activate-el 7s infinite linear;
  animation-delay: 5s;
}
.e-5 {
  animation: list-activate-el 15s infinite linear;
  animation-delay: 3.7s;
}
.e-6 {
  animation: list-activate-el 10s infinite linear;
  animation-delay: 2.5s;
}



.e-7 {
  animation: list-activate-el 3s infinite linear;
  animation-delay: 1s;
}
.e-8 {
  animation: list-activate-el 7s infinite linear;
  animation-delay: 3.7s;
}
.e-9 {
  animation: list-activate-el 9s infinite linear;
  animation-delay: 2.2s;
}

.l-7:before {
  animation: list-activate-before 3s infinite linear;
  animation-delay: 1s;
}
.l-8:before {
  animation: list-activate-before 7s infinite linear;
  animation-delay: 3.7s;
}
.l-9:before {
  animation: list-activate-before 9s infinite linear;
  animation-delay: 2.2s;
}

.l-7 {
  animation: list-activate 3s infinite linear;
  animation-delay: 1s;
}
.l-8 {
  animation: list-activate 7s infinite linear;
  animation-delay: 3.7s;
}
.l-9 {
  animation: list-activate 9s infinite linear;
  animation-delay: 2.2s;
}


@keyframes list-activate {
  0% {
    color: white;
    --op: 1;
  }
  1% {
    color: white;
    --op: 1;
  }
  49.9999999% {
    color: white;
    --op: 1;
  }
  50% {
    color: rgba(255, 255, 255, 0.5);
    --op: 0;
  }
}
@keyframes list-activate-before {
  0% {
    opacity: 1;
  }
  1% {
    opacity: 1;
  }
  49.9999999% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes list-activate-el {
  0% {
    height: auto;
    overflow: visible;
    margin-top: 12px;
  }
  1% {
    height: auto;
    overflow: visible;
    margin-top: 12px;
  }
  49.99999% {
    height: auto;
    overflow: visible;
    margin-top: 12px;
  }
  50% {
    height: 0;
    overflow: hidden;
    margin-top: 0;
  }
}

.periodic__el-3 {
  -webkit-font-smoothing: antialiased;
  color: white;
  width: 150px;

}
.periodic__el-3 .periodic__el-ins {
  padding: 1px 10px 10px;
  background: #6b90ca;
  border-radius: 10px;
}
.periodic__el-2 {
  -webkit-font-smoothing: antialiased;
  color: white;
  width: 150px;

}
.periodic__el-2 .periodic__el-ins {
  padding: 1px 10px 10px;
  background: #f64032;
  border-radius: 10px;
}
.periodic__el-1 {
  -webkit-font-smoothing: antialiased;
  width: 150px;

}
.periodic__el-1 .periodic__el-ins {
  padding: 1px 10px 10px;
  background: #f4b913;
  border-radius: 10px;
}
.p-el-name {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 6px;
}
.p-el-fullname {
  font-size: 12px;
  font-weight: 700;
}
.ed {
  color: rgba(255, 255, 255, 0.5);
  opacity: var(--op);
}
.p_list_eo {
  color: rgba(255, 255, 255, 0.5);
  opacity: var(--op);
}




.statesmatter .dgrid-p p{
  font-style: italic !important;
  font-family: ALSArtemius !important;
}

/*UNDER FU CONSTRUCTION LOL*/

.ss{
  display: flex;
}

.paramanim{
  font-family: ALSArtemiusSans;
  display:inline-flex;
  margin: 32px auto;
  position:relative;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 50px;


}

.video_mobile{
  display:none;
}

@media (max-width:1024px){
  .video_mendeleev{
    display:none !important;
  }
  .video_mobile{
    display: block !important;
  }
  .video-copyright{
    display:none;
  }
}

.elements{
  margin-left: 20px;
}

.symbols-photo{
  background-image: url(img/symb.jpg);
  height:50vw;
  width:100%;
  background-size:cover;
  background-repeat: no-repeat;
  margin-top:64px;
  background-position: center -10vw;
}


.done{
  opacity:1;
}

.an-scope a{
  border:none !important;
}

.announce h2:not(.text-center){
  text-align: left;
}

.announce{
  font-family: ALSArtemius;
}

.als-grid-title ul.als-grid-title-ul li.active {
    border-color: #fff;
    position: relative;
}

.als-grid-title ul.als-grid-title-ul {
    list-style-type: none;
    border-top: 1px solid #000000;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 3;
}


@media (max-width: 1350px) {
  .end__content{
    transform: translateY(-11%);
  }
  
}

.credits{
  font-family: ALSArtemiusSans !important;
}

.styles img{
  opacity:0;
  transition: 1s ease-in-out;
}
.styles img.visible{
  opacity:1;
}

.styles img:not(.pp){
  position: absolute;
}

.pp{
  width:100%;
}

.graphs__animate{
  max-width: 1650px;
  width:100%;
  position: relative;
  margin: 0 auto;
}
.graphs__, .graphs__image{
  width:100%;
}

.graphs__{
  position:absolute;
}

#gph{
  width:100%;
}

.graphs__image img{
  width:100%;
}

.graphs__animate{
  margin-top: -360px;
}

@media (max-width: 1220px){
  .graphs__animate{
    margin-top: -25%;
    /*padding-left: 2.5%;
    padding-right: 2.5%;*/
  }

  /*.graphs__, .graphs__image{
    padding-left: 2.5%;
    padding-right: 2.5%;
  }*/
}

.interiors img{
  opacity:0;
  transition: all .5s ease-in-out;
}

.interiors img.visible{
  opacity:1;
  z-index:9999999999;
}

.el-names img{
  opacity: 0;
  transition: all .3s linear;
}
.el-names img.visible{
  opacity: 1;
  transition: none;
}

.animation__{
  max-width: 1290px;
  position:relative;
  margin: auto;
}
.animation__a{
  width:100%;
}
.animation__a img{
  width:100%;
}

.animation__a{
  position:absolute;
  opacity:0;
}
.animation__a img{
  position:absolute;
}
.animation__a_begin{
  position:relative !important;
  opacity:1;
}
.animation__a_begin img{
  position:relative !important;
}
.animation__a.animation__a_width img{
  transition: opacity .13s linear;
  opacity:0;
}

.animation__a.animation__a_width img.showna{
  opacity:1;
}
.credits{
  background: white;
}

.nameels{
  position: relative;
  z-index: 20;
}

@media (max-width:980px){
  .nameels{
    margin-top: 0 !important;
  }
}

.author_vid:hover{
  transition: .2s ease-in-out;
  opacity:1 !important;
  color:red !important;
  border-color: red !important;
}

.mendeleev__search{
  overflow: hidden;
}

@media (max-width: 1040px) {
  /*.mendeleev__end .background-table{
    transform: scale(1.2);
  }*/
}


.info-a h4{
  margin-bottom: 0 !important;
}

@media (max-width: 720px) {
  .info-a .dgrid-l .dgrid-p p{
    max-width: unset !important;
    float: unset !important;
  }
  .info-a .dgrid-l .dgrid-p {
    direction: ltr !important;
  }
  .info-a .dgrid-l{
    float: left !important;
    width: 100% !important;
    left:0 !important;
  }
  .info-a .dgrid-r {
    float: unset !important; 
    right: 0 !important;
    width: 100% !important;
    overflow: hidden;
  }

  .info-a .dgrid-r .dgrid-p h4, .info-a .dgrid-r .dgrid-p p{
    padding-left: 0px !important;
  }
}
@media (min-width: 1280px){
  .mw_design{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 32px;
  }
  .mw_image{
    padding-right: 16px;
    max-width: 300px;
  }

  .mw_design .announce__text{
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .mw_image img{
    width:80%;
  }
}

.button__periodic a, .button__periodic_ a{
  border:none !important;
}

.als-menu-v2{
  background: black !important;
}

.als-menu-v2:before{
  background: rgba(255,255,255,.1);
}

.main-header{
  background: black !important;
}
/*
.main-menu-submenu{
  display:none !important;
}
*/
@media (max-width: 1280px) {
  .mw_image{
    display:none;
  }
}