.web-form .form-group label {
    display: block;
    padding-bottom: 10px;
    position: relative;
}

/* WEB FORM */
.web-form { background:#EEEEEE; padding: 30px; border-top:1px solid #808080;}
.web-form .form-group { padding-bottom: 20px;}
.web-form .form-group label { display: block; padding-bottom:10px; position:relative}
.web-form .form-group input { border: 1px solid rgba(0, 0, 0, 0.25); background: #fff; padding:0 10px; border-radius: 3px; height: 34px; width:100%}
.web-form .form-group textarea { border: 1px solid rgba(0, 0, 0, 0.25); background: #fff; padding:10px; border-radius: 3px; height: 120px; width:100%}

.web-form .form-group label .requered { color:#ff0000; font-size: 36px;position: absolute;top:-12px;}


.pager li.active a, .pager li span{
      border: 1px solid #ff0000;
}


.rotate {
  margin-top: -22px;
  animation: rotation 3s infinite linear;
}

.nft-generator .nft-select-list .thumb .refresh.rotate {
    margin-top: -22px;
} 

.opacity-gray {
  opacity: 0.5;
  filter: grayscale(1);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}


/* ------------- Контейнер с адаптивными блоками------------- */
.masonry {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}


/* Медиа-запросы для различных размеров адаптивного макета */
@media only screen and (min-width: 400px) {
  .masonry {
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: repeat(1, 1fr);
  }
}

@media only screen and (min-width: 700px) {
  .masonry {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 900px) {
  .masonry {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1100px) {
  .masonry {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(3, 1fr);
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper {
    width: 1260px;
  }
  .masonry {
    min-height: 600px;
  }
}


.video-item {
    padding: 1em;
  /*  margin: 0 0 1.5em; */
    width: 100%;
    display: inline-block;
    float: none;
    clear: both;
    position: relative;
    box-sizing: border-box; /* Изменения алгоритма расчета ширины и высоты элемента.*/
    -moz-box-sizing: border-box; /* Для Firefox */ 
    -webkit-box-sizing: border-box; /* Для Safari, Chrome, iOS иAndroid */ 
}

.video-item img {
    width: 100%;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;"
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.email {
    white-space: nowrap;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tmm-iframe {
    width: 100%;
    min-height: 750px;
    border: none;
}

/* Landscape phone to portrait tablet */
@media (max-width:767px) {

    .tmm-iframe {
        margin-top: 150px !important;
    }

}


blockquote {
    font-style: italic;
    padding: 10px 30px;
}

.site-about {
    overflow: hidden;
}

.site-about a {
    color: #ff0000;
    text-decoration: underline;
}

.site-about ul {
    margin-left: 30px;
}


.site-about hr {
    margin-block-start: 1em;
    margin-block-end: 2em;
}

.site-about p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}