@-webkit-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes mainmenu { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes shimmer {
  0%{
    background-position: -450px 0;
  }
  100%{
    background-position: 450px 0;
  }
}
body{
   background: #fafafa;
}
.rtb-col{
  min-height: 50vh;
}
.palette-main-img{
  aspect-ratio: 3/4;
  
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 7px;
}
.drop-menu-title{
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.lang-list > li > a{
  display: flex;
  align-items: center;
}
.lang-list .mini-lang{
  width: 20px;
  padding-right: 7px;
  border-right: 1px solid rgba(113, 113, 113, .2);
}
.lang-list .full-lang{
  padding-left: 7px;
}
.mobmenu-img{
  width: 40px;
  border-radius: 10px;
  margin-right: 0.5rem;
}
.difsizes {
  text-align: center;
  font-size: 0.8rem;
}
.difsizes img {
  transform: scale(.9);
  transition: all .5s ease;
}
.difsizes:hover img{
  transform: scale(1);
}
.device-item .status-device{
  opacity: 0;
  margin-right: 2px;
}
.device-item.active .status-device{
  opacity: 1;
  color: #15951b;

}
kbd{
  padding: .2rem .4rem!important;
  font-size: 87.5%!important;
  color: #fff!important;
  background-color: #565656!important;
  border-radius: .2rem;
}
.option-menu .option-menu{
  padding-left: 0.5rem ;
}
.main-grid-blick div{
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.7px;
  margin-top: 0.3rem;
  line-height: 1.2;
}
.blob-option-title{
    font-size: 1.1rem;
    font-weight: 600;
    color: #212121;
    line-height: 1.1;
}
.blob-option-desc{
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}
.blob-switcher{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.blob-switcher li a{
  cursor: pointer;
  color: #7f7f7f;
}
.blob-switcher .uk-active a{
  color: #000;
}
.blob-switcher li:hover a{
  text-decoration: none;
}
.blob-switcher img{
  margin-right: 0.5rem;
  width: 30px;
  transform: scale(.80);
  transition: all .3s ease;
}
.blob-switcher .uk-active img{
  margin-right: 0.5rem;
  width: 30px;
  transform: scale(1);
  transition: all .5s ease;
}
.colorblob {
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 10px 60px 10px 15px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
.colorblobinput {
    color: #333;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: 'Roboto Mono', monospace;
    line-height: 1;
    width: 100%;
    text-transform: uppercase;
    border: 0;
    padding-right: 5px;
}
.colorblob input[type="color"], .colormix-piker input[type="color"] {
    background: transparent;
    border: 0;
    cursor: pointer;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    padding: 0;
    vertical-align: middle;
}
  .rtl .uk-navbar-container>.uk-container .uk-navbar-right {
      margin-right: auto;
      margin-left: 0;
  }

  .rtl .grad-count-main {
    left: 0px;
    right: unset;
  }
  .rtl .uk-search-large .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
    padding-right: 20px;
  }
  .rtl .abscenter{
    position: absolute;
    top: 50%;
    left: 15px;
    right: unset;
    transform: translateY(-50%);
  }
  .rtl .colorinfotitle {
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    border-radius: 10px;
    padding: 10px 15px 10px 50px;
    box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  }
  .rtl .big-action-btn .la-angle-right:before {
    content: "\f104"!important;
  }
  .rtl .big-action-btn:hover i {
    transform: translate(-7px, 0);
    transition: all .3s ease;
  }

body.user{
  background: #fff;
}
.blob path{
    transition: d 0.4s cubic-bezier(0, 0, 0.5, 1.5) 0s;
}
.uk-modal-dialog.big {
    width: 750px;
}
.updatemodal .updatemodalmenu a{
  font-size: 1.2rem;
}
.topmenudropdown img {
  border-radius: 10px;
  width: 40px;
}
.topmenudropdown .uk-navbar-dropdown-nav{
  font-size: .9rem;
}
.navigation{
  display: none;
}
.loader-box{
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
}
.loader  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}
.noshadow{
  box-shadow: none!important;
}
.loader:before,
.loader:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.loader:before {
  animation: ball1 1s infinite;  
  background-color: #cb2025;
  box-shadow: 30px 0 0 #f8b334;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1s infinite; 
  background-color: #00a096;
  box-shadow: 30px 0 0 #97bf0d;
}
.projects-in-list{
  padding: 0.5rem 1rem;
  border: 1px solid #dbdbdb;
  border-radius: 15px;
  display: flex;
}
.projects-in-list-title {
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    font-size: 0.9rem;
}
#addtoproject .visual .las{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    transform: translate(-50%,-50%);
    color: #fff;
  }

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}
.mesh-plashka{
  position: absolute;
    top: 0px;
    left: 50%;
    text-align: center;
    width: auto;
    background: #fff;
    border-radius: 150px 150px 0 0;
    padding: 0.3rem 0.8rem 0rem 0.8rem;
    line-height: 1;
    transform: translate(-50%, -80%);
    font-size: 0.8rem;
    letter-spacing: 0.8px;
    font-weight: 500;
}
.shade-height{
    height: 190px;
    border-radius: 15px 15px 0 0;
    transition: all .5s ease;
}
.project-shade-height{
    height: 160px;
    border-radius: 15px 15px 0 0;
    transition: all .5s ease;
}
.project-palette-height{
    height: 230px;
    border-radius: 15px 15px 0 0;
    transition: all .5s ease;
}
.sk-cube{
    height: 200px;
    background: #d9d9d9;
    position: relative;
    display: flex;
    border-radius: 15px;
}
.sk-cube::before{
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #d9d9d9 0%, rgba(0,0,0,0.05) 20%, #d9d9d9 40%, #d9d9d9 100%);
    background-repeat: no-repeat;
    background-size: 650px 600px;
    animation: shimmer 1s linear infinite;
    border-radius: 15px;
}
.uk-logo {
  font-size: calc(3vw / 2.1);
}
.plashka .uk-navbar-nav>li>a{
  font-size: calc(1.8vw / 2);
  padding: 0 12px;
}
.langblockmenu {
  font-size: calc((1.7vw + 0.5vh)/2);
}
.plashka .las {
    font-size: calc(1.8vw / 2);
}
.info-bage{
  padding: 3rem 1.5rem 1.5rem;
  background: #cecece;
  border-radius: 10px;
  color:#fff;
  background: -webkit-linear-gradient(90deg, #51c35b,#6bd585);/* Chrome 10-25, Safari 5.1-6 */                          
  background: linear-gradient(90deg, #51c35b,#6bd585);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                                             
}
.info-bage-mesh {
    padding: 3rem 1.5rem 1.5rem;
    background: #cecece;
    border-radius: 10px;
    color: #fff;
    background: -webkit-linear-gradient(90deg, #346bb1, #1f41bd);
    background: linear-gradient(90deg, #346bb1, #1f41bd);
}
.uk-search-medium .uk-search-input {
    height: 48px;
    background: 0 0;
    font-size: 1.6rem;
    padding: 0 50px;
}
.uk-search-medium .uk-search-icon {
    width: 48px;
}
.gradient-card-inner{
  border-radius: 15px;
  height:300px;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.meshgradient-card-inner{
  border-radius: 15px;
  height:400px;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
}
.gradient-card-color-panel {
  position: absolute;
  bottom: 2rem;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.colors-module-panel{
  padding: 0.4rem 0.6rem;
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  column-gap: 0.6rem;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  transition: all .5s ease;
}
.uk-dropdown-padding-small {
  padding: 15px;
}
.option-circle-button{
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  border-radius: 100%;
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transform: scale(.9);
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  transition: all .5s ease;
  z-index: 1;
  color:#212121;
}
.option-circle-button.bookmark{
  right: 3rem;
}
.option-circle-button:hover, .option-circle-button-group:hover {
  transform: scale(1);
}
.option-menu .las, .option-menu .la{
  margin-right: 5px;
}
.option-circle-button-group{
  border-radius: 100%;
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  transform: scale(.9);
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  transition: all .5s ease;
  z-index: 1;
  color:#212121;
}
.info-bage--bigtext{
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.info-bage--bigtext-desc{
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 5px;
}
.project-card{
  background: #e7e7e7;
  border-radius: 15px;
}
.project-card a {
  color:#fff;
  padding: 2rem;
  display: block;
  box-sizing: border-box;
}
.project-icons-top {
  right: calc(1rem + 30px);
  top: 0.5rem;
  position: absolute;
  display: flex;
  column-gap: 0.5rem;
}
.project-card a:hover, .project-card a:hover .project-card-title, .project-card a:hover .project-card-desc {
  text-transform: none;
  text-decoration: none;
  color:#fff;
}
.project-card-items-list{
  display: flex;
  grid-gap: 1rem;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.3rem;
}
.project-card-colors-list{
  display: flex;
  grid-gap: 0;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.3rem;
}
.project-card-color{
  width: 35px;
  height: 35px;
  background: #c3c3c3;
  border-radius: 100%;
  margin-left: -10px;
  transform: scale(.9);
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  transition: all .5s ease;
}
.project-card-color:hover{
  transform: scale(1);
  z-index: 1;
}
.project-card-color:first-child{
  margin-left: 0;
}
.project-card-title{
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
}
.static-top .visual {
  height:70px;
  width: 70px;
  border-radius: 20px;
  transform: scale(0.9);
  background: linear-gradient(90deg, #a5a5a5,#8f8f8f);
  transition: all .4s ease-in-out;
}
.uk-modal-body .visual.big .letters{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 2rem;
}
.static-top .visual.big.auto {
  height: auto;
  width: 100px;
  border-radius: 20px;
  transform: scale(0.9);
  background: linear-gradient(90deg, #a5a5a5,#8f8f8f);
  transition: all .4s ease-in-out;
}
.static-top .visual.big {
  height: 100px;
  width: 100px;
  border-radius: 20px;
  transform: scale(0.9);
  background: linear-gradient(90deg, #a5a5a5,#8f8f8f);
  transition: all .4s ease-in-out;
}
.static-top:hover .visual {
  transform: scale(0.95);
  transition: all .4s ease-in-out;
}
.static-top--big-text{
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
}
.static-top--small-text{
    font-size: 0.9rem;
    line-height: 1;
    color: #b0b0b0;
}
.static-top .la{
  margin-right: 10px;
  color: #b0b0b0;
}
.gr-height-big {
    height: 400px;
    border-radius: 10px;
    position: relative;
}
.cs-height{
    padding: 2rem;
    height: 380px;
    border-radius: 20px;
    position: relative;
}
.cs-height-color{
  font-size: 1.5rem;
  text-transform: uppercase;
}
.rtl .cs-height-color {
    font-size: 1.5rem;
    text-transform: uppercase;
    direction: ltr;
    text-align: right;
}
.color-search-card{
   border-radius: 20px;
   transition: all .2s ease;
}
.color-search-card:hover{
   transform: scale(1.02);
}
.legiava{
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 38px;
}

.prog-border{
  border-radius: 10px;
  border: 1px solid;
}
.prog-fill{
  border-radius: 10px 0 0 10px;
}
.legiblockquote{
  border-left: 3px solid;
    padding-left: 1rem;
    font-size: 1rem;
}
.legibtn-exampl-fill{
    padding: 0.7rem 1rem;
    border-radius: 6px;
    display: block;
    text-align: center;
}
.legibtn-exampl-border{
    padding: 0.7rem 1rem;
    border: 1px solid;
    border-radius: 6px;
    display: block;
    text-align: center;
}
.legibtn-exampl-fill:hover,.legibtn-exampl-border:hover{
  text-decoration: none;
}
.dropfilter{
    font-size: 0.8rem;
    background: #fff;
    padding: 0.5rem 0.6rem;
    font-weight: 500;
    display: flex;
    border: 1px solid rgb(113 113 113 / 49%);
    align-items: center;
    border-radius: 20px;
    justify-content: space-around;
}
.color-filter-grid{
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19px, 23px));
  padding: 0;
  row-gap: 0px;
  column-gap: 5px;
  line-height: 1;
}
.mainpage-class{background: #fff;}
.big-h1{
  font-size: 4rem;
  padding: 3rem;
}
.main-hero{
  padding: 3rem;
}
.main-hero .h1{
  font-size: 4rem;
  font-family: 'Rubik', sans-serif;
}
.main-hero .big-action-btn{
  font-size: 1.4rem;
  padding: 1rem 3rem;
}
.mainpage-class p{
  font-size: 1.2rem;
  font-weight: 400;
  font-family: 'Rubik', sans-serif;
  line-height: 1.3;
}
h1.main-plashka{
  background: #e3e2ff;
  border-radius: 20px;
  padding: 2rem 1rem;
  margin-top: 3rem;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  color: #323169!important;
  font-weight: 600!important;
  letter-spacing: 0.5px;
  font-size: 1.3rem;
}
.main-page-legibility-big .contrasttext {
    font-size: 1.3rem;
}
.legibility-smalltext{
  font-size: 0.8rem;
}
.main-grid-blick a {
  color:#212121;
  font-size:1rem;
  font-weight:400;
}
.main-grid-blick a:hover {
  color:#212121;
}
.prospect {
    --prospectHeight: 150vh;
    --prospectWidth: 150vw;
    --prospectGutter: 30px;
    overflow: hidden;
    display: flex;
    flex: 1;
    flex-flow: column;
    flex-shrink: 0;
    -webkit-font-smoothing: subpixel-antialiased;
}
.prospect > div {
    width: max-content;
    flex-grow: 0.4;
}
.uk-margin-xlarge-top {
    margin-top: 100px!important;
}
.uk-text-lead-medium {
    line-height: 1.2;
    font-size: 1.2rem;
}
.list-in-main{
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333;
}
.list-in-main li {
  margin-bottom: 1rem;
}
.tools-main-grid {
    position: relative;
    flex: 1;
}
.tools-main-grid img, .tools-small-grid img{
  border-radius: 15px;
}
.tools-small-grid .tools-name{
  font-size: 0.9rem;
  line-height: 1.1;
}
.gradient-big-main{
  height: 450px;
  border-radius: 15px;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab, #ff9920, #ee7752);
  background-size: 500% 500%;
  animation: gradient 20s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.search-color-btn{
  background: #1e87f0;
  color: #fff;
  width: 80px;
  height: 80px;
}
.search-color-btn i {
    line-height: 80px;
    font-size: 2rem;
    width: 100%;
}
@media (max-width: 640px){
  .search-color-btn{
  height: 60px;
  width: 50px;
  }
  .search-color-btn i{
    line-height: 60px;
        font-size: 2rem;
        width: 100%;
  }
}


.clear-form-btn{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.eye-dropper-search{
  height:80px;
  width:80px;
  background: #fff;
}
.eye-dropper-search i{
  line-height: 80px;
  font-size: 2rem;
  width: 100%;
}
.eye-dropper-search-medium{
  height:48px;
  width:48px;
  background: #fff;
}
.eye-dropper-search-medium i{
  line-height: 48px;
  font-size: 1.6rem;
  width: 100%;
}
.big-action-btn{
  font-size: 1rem;
  padding: 1rem 2rem;
  line-height: 1;
  font-weight: 500;
  border-radius: 10px;
  color: #fff;
  border: 0px;
  box-shadow: 0 5px 18px rgb(0 0 0 / 8%);
  display: inline-block;
  transition: all .15s ease;
  background: -webkit-linear-gradient(90deg,#1fb264,#40b542);
  background: linear-gradient(90deg,#1fb264,#40b542);
  font-family: 'Rubik', sans-serif;
}
.big-action-btn .las, .big-action-btn .la{
  margin-left: 5px;
  font-size: 1rem;
  transition: all .3s ease;
}
.big-action-btn:hover{
text-transform:none;
text-decoration:none;
color:#fff;
}
.big-action-btn:hover i {
transform: translate(7px, 0);
transition: all .3s ease;
}
.big-action-btn:active{
transition: all .3s ease;
}
.grad-count-main{
  position: absolute;
  bottom: -40px;
  right: -20px;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  text-shadow: 7px 7px #212121;
}
.grad-count-main-text{
  color: #212121;
  font-size: 1.2rem;
  text-shadow: none;
  font-weight: 400;
  text-align: right;
  margin-top: 0.5rem;
}
h1,h2,h3,h4, .uk-h1, .uk-h2, .uk-h3, .uk-h4{
 font-family: 'Rubik', sans-serif;
}
.features{
  margin-bottom: 1.7rem;
}
.features-title{
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 2px;
  font-family: 'Rubik', sans-serif;
  color: #212121;
}
.features-title-small{
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 6px;
  font-family: 'Rubik', sans-serif;
  color: #212121;
}
.features-desc{
  font-size: 1.1rem;
}
.main-page-legibility-big{
  min-height: 450px;
  height: 100%;
}
.gr-btn{
background: -webkit-linear-gradient(90deg,#269ef1,#7036be);
background: linear-gradient(90deg,#269ef1,#7036be);
color:#fff;
}
.uk-input, .uk-select, .uk-textarea {
  border: 1px solid #d2d0d0;
  border-radius: 6px;
}
@media (max-width: 640px){
  .grid-vert-palette {
    row-gap: 1rem;
    column-gap: 1rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(40%,1fr));
    padding-bottom: 2rem;
  }
}

@media (min-width: 640px) and (max-width: 960px){
  .grid-vert-palette {
    row-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
    padding-bottom: 4rem;
  }
}

@media (min-width: 960px) and (max-width: 1199px){
  .grid-vert-palette {
    row-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px){
  .grid-vert-palette {
    row-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(20%,1fr));
    padding-bottom: 4rem;
  }
}

.grid-vert-palette .vert-block {
    position: relative;  
}

@media (max-width: 640px){
  .grid-vert-items {
    row-gap: 2rem;
    column-gap: 1rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(1fr));
    padding-bottom: 2rem;
  }
}

@media (min-width: 640px) and (max-width: 960px){
  .grid-vert-items {
    row-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
    padding-bottom: 4rem;
  }
}

@media (min-width: 960px) and (max-width: 1199px){
  .grid-vert-items {
    row-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
    padding-bottom: 4rem;
  }
}

@media (min-width: 1200px){
  .grid-vert-items {
    row-gap: 2rem;
    column-gap: 2rem;
    display: grid;
    grid-auto-rows: auto;
    grid-template-columns: repeat(auto-fill,minmax(30%,1fr));
    padding-bottom: 4rem;
  }
}

.grid-vert-items .vert-block {
    position: relative;   
}
.vert-block-shadow{
  transition: box-shadow 1s ease;
  box-shadow: 0 5px 15px rgba(0,0,0,.08);
  border-radius: 15px;
}
.vert-block-shadow:hover{
  box-shadow: 0 14px 25px rgba(0,0,0,.16);
}
.color-palette-hor-block{
   height: 100px;
}
.color-palette-hor-block:first-child{
  border-radius: 15px 15px 0 0;
}
.color-palette-hor-block:last-child{
  border-radius: 0 0 15px 15px;
}
.color-palette-hor-block-small{
   height: 20px;
}
.color-palette-hor-block-small:first-child{
  border-radius: 15px 15px 0 0;
}
.color-palette-hor-block-small:last-child{
  border-radius: 0 0 15px 15px;
}
.color-palette-block{
  height: 150px;
}
.color-shade-block{
  height: 60px;
}
.color-palette-block.small{
  height: 50px;
}
.color-palette-block.big{
  height: 350px;
}
.color-palette-block.medium{
  height: 200px;
}
.color-palette-block.small span{
 font-size:0.9rem;
}
.color-shade-block span, .color-palette-block span{
  opacity: 0;
  font-family: 'Roboto Mono', monospace;
  font-weight:500;
  transition: all 0.2s ease;
  text-transform:uppercase;
}
.color-palette-block.big span{
  opacity: 1;
  font-family: 'Roboto Mono', monospace;
  font-weight:500;
  transition: all 0.2s ease;
}
.color-palette-conteiner{
transition: all 0.25s ease;
}
.color-palette-conteiner:hover {
  flex-basis: 90px;
  transition: all 0.25s ease;
}
.color-palette-conteiner:hover .color-palette-block span{
  opacity: 1;
  transition: all 0.35s ease;
}
.color-shade-conteiner{
transition: all 0.25s ease;
}
.color-shade-conteiner:hover {
  flex-basis: 90px;
  transition: all 0.25s ease;
}
.color-shade-conteiner:hover .color-shade-block span{
  opacity: 1;
  transition: all 0.4s ease;
}
.white .qbtn{
  height: 30px;
  width: 30px;
  background: rgb(0 0 0 / 60%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.black .qbtn{
  height: 30px;
  width: 30px;
  background: rgb(255 255 255 / 60%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.qbtn-sec{transition: all 0.25s ease;}
.white .qbtn-sec{
  height: 30px;
  width: 30px;
  background: rgb(0 0 0 / 30%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.black .qbtn-sec{
  height: 30px;
  width: 30px;
  background: rgb(255 255 255 / 30%);
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  font-size: 1rem;
}
.black .qbtn-sec:hover{
background: rgb(255 255 255 / 50%);
transition: all 0.25s ease;
}
.white .qbtn-sec:hover{
background: rgb(0 0 0 / 50%);
transition: all 0.25s ease;
}
.greenbtn{
  color: #fff;
  background-color: rgb(31, 178, 100);
  border: 1px solid transparent;
}
.greenbtn:hover{
  color: #fff;
  background-color: #1b9d58;
  border: 1px solid transparent;
}
.palette-grid-item-color{
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Roboto Mono', monospace;
}
.colvo6 .palette-grid-item-color{
  font-size: 1.2rem;
}
.colvo7 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
  font-size: 1rem;
}
.colvo8 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
  font-size: 0.95rem;
}
.colvo9 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
  font-size: 0.93rem;
}
.colvo10 .palette-grid-item-color,.colvo8 .palette-grid-item-color{
  font-size: 0.9rem;
}
.palette-grid-item{
  transition: all 0.35s ease;
}
.palette-grid-item .palette-grid-item-btn{
  opacity: 0;
  transition: all 0.25s ease;
}
.color-palette-content{
    direction: ltr;
}
.palette-color-container:hover .palette-grid-item-btn{
  opacity: 1;
  transition: all 0.35s ease;
}
.color-shade-content .color-shade-conteiner:first-child div {
  border-radius: 0 0 0 15px;
}
.color-palette-content .color-palette-conteiner:first-child div {
  border-radius:6px 0 0 0;
}
.color-palette-content .color-palette-conteiner-big:first-child div {
  border-radius:6px 0 0 6px;
}
.color-shade-content .color-shade-conteiner:last-child div {
  border-radius: 0 0 15px 0;
}
.color-palette-content .color-palette-conteiner:last-child div {
  border-radius:0 6px 0px 0;
}
.color-palette-content .color-palette-conteiner-big:last-child div {
  border-radius:0 6px 6px 0;
}
.header-margin-profile{
  margin-top: -40px;
  z-index: 1;
}
.uploadimgprofile {
  text-align: center;
}
.uploadimgprofile img{
  width: 300px;
}
.small-info-block{
  background: #f4f4f4;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.small-info-block .uk-label{
  font-family: 'Roboto Mono', monospace;
  vertical-align:unset;
}
.arrowdown::after {
  content: "";
  width: 1em;
  height: 1em;
  margin-left: 0.2rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23666%22%20stroke-width%3D%221.1%22%20points%3D%221%204%207%2010%2013%204%22%20%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 0.15rem;
}
.dropfilteropen{
  width:auto;
}
.langblockmenu {
  display: flex;
  border: 1px solid rgb(113 113 113 / 49%);
  align-items: center;
  border-radius: 20px;
  padding: 5px 7px;
}
.pin_card{
  width: auto;
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
}
.br6t {border-radius: 6px 6px 0 0!important;}
.br6{border-radius: 6px!important;}
.br10{border-radius: 10px!important;}
.br15{border-radius: 15px!important;}
.br20{border-radius: 20px!important;}
.relative{position: relative;}
.modbage{
  cursor: default;
  position: absolute;
  top: 0.5rem;
  line-height: 1;
  right: 0;
  left: 0;
  padding: 0 0.7rem;
  font-size: 11px;
  font-weight: 500;
  border-radius: 15px;
  margin: auto;
  height: 30px;
  line-height: 30px;
  width: fit-content;
  background: #ffffff;
  z-index: 1;
  transform: scale(.9);
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  transition: all .5s ease;
}
.modbage2{
  position: absolute;
  bottom: 2px;
  line-height: 1;
  right: 0;
  left: 0;
  padding: 5px 14px 7px 14px;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 6px;
  margin: auto;
  width: fit-content;
  opacity: 1;
  background:#ffffff;
  transition: all 0.2s ease;
  z-index: 1;
}
.modbage3{
  position: absolute;
  bottom: 3%;
  line-height: 1;
  right: 0;
  left: 0;
  padding: 15px 20px 20px 20px;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 6px;
  margin: auto;
  width: fit-content;
  opacity: 0.8;
  background:#ffffff;
  transition: all 0.2s ease;
  z-index: 1;
}
.userbage {
    position: absolute;
    bottom: 10px;
    line-height: 1;
    right: 0;
    left: 0;
    padding: 4px 9px 5px 9px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 10px;
    margin: auto;
    width: fit-content;
    opacity: 1;
    background: #f0f0f0;
    transition: all 0.2s ease;
    z-index: 1;
}
.achievement{
  cursor: pointer;
  transform: scale(1);
  margin: auto;
  margin-bottom: 2px;
  border-radius: 6px;
}
.achievement img{
   width: 60px;
   transition: all .5s ease;
}
.achievement:hover img{
  transition: all .5s ease;
  transform: scale(1.1);
}
.usernamebig{
  font-size: 25px;
  font-weight: bold;
  line-height: 1.3;
  font-family: 'Rubik', sans-serif;
}
.h230{
  height: 230px;
}
.whbord{
  border: 4px solid #fff;
}
.normalletter{
  text-transform: none!important;
}
.uk-subnav.tabmenu>* {
  padding-right: 20px;
}
.tabmenu .uk-active > a > h4 {
  color: #333!important;
}
.tabmenu li > a > h4 {
  color:#878787!important;
  font-size: 1.1rem;
}
.tabmenu li > a > h4:hover {
  color:#333!important;
}
.colorinfotype {
  font-weight: 500;
  font-size: 0.8rem;color: #808080;}
.colorinfovalue {
  font-size: 1rem;
  font-weight: 500;
  font-family: 'Roboto Mono', monospace;
  text-transform: uppercase;
  color: #333;
}
#colorpicker .colorinfovalue {
  font-size: 0.8rem;

}
#piker-modal .colorinfovalue {
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Roboto Mono', monospace;
    text-transform: uppercase;
    color: #333;
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
#piker-modal .colorinfovalue #colorinput{
  width: calc(100% - 40px - 1rem);
}
.square-color{
  width: 40px;
  height: 40px;
  background: #eee;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.colorinfovalue .las{
opacity: 0;
transition: all .2s ease;
}
.colorinfovalue:hover .las{
opacity: 1; 
transition: all .2s ease;
}
.title_back{
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  column-gap: 1rem;
}
.title_back h1{
  margin: 0;
}
.back-link{
    line-height: 1;
    background: #e3e3e3;
    border-radius: 100%;
    padding: 0.3rem;
    color: #000;
}
.abscenter{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.input input:focus{
  outline: none;
}
.input input[type="color"]{
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 50px;  
  width: 50px;
  padding: 0;
  border-radius: 100%;
}
.input2 input[type="color"] {
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
  vertical-align: middle;
}
.paletteblock-colorinput::-webkit-color-swatch{
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 10px;
box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
}
.paletteblock-colorinput::-moz-color-swatch{
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 10px;
box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
}
.input input[type="color"]::-webkit-color-swatch, .input2 input[type="color"]::-webkit-color-swatch, .colorblob input[type="color"]::-webkit-color-swatch, .colormix-piker input[type="color"]::-webkit-color-swatch{
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
}
.paletteblock-colorinput::-moz-color-swatch, .input input[type="color"]::-moz-color-swatch, .input2 input[type="color"]::-moz-color-swatch, .colorblob input[type="color"]::-moz-color-swatch, .colormix-piker input[type="color"]::-moz-color-swatch{
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-webkit-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
-moz-box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.2)  ; 
}
.paletteblock-colorinput::-moz-focus-inner, .input input[type="color"]::-moz-focus-inner, .input2 input[type="color"]::-moz-focus-inner, .colorblob input[type="color"]::-moz-focus-inner, .colormix-piker input[type="color"]::-moz-focus-inner{
  padding: 0;
}
.paletteblock-colorinput::-webkit-color-swatch-wrapper, .input input[type="color"]::-webkit-color-swatch-wrapper, .input2 input[type="color"]::-webkit-color-swatch-wrapper, .colorblob input[type="color"]::-webkit-color-swatch-wrapper, .colormix-piker input[type="color"]::-webkit-color-swatch-wrapper{
  padding: 0;
}
.mixpicker::-moz-color-swatch{
  border: 0;
  background:transparent!important;
}
.mixpicker::-webkit-color-swatch{
  border: 0;
  background:transparent!important;
}
.legibility-card .pl-height > div {
 font-size:4rem;
 transition: all .5s ease;
} 
.rtl .legibility-card .pl-height > div {
 font-size:3rem;
 transition: all .5s ease;
}
.legibility-card .pl-height div > div{
 font-size: 0.9rem;
 font-family: 'Roboto Mono', monospace;
 letter-spacing: -1px;
}   
.gradcode{
  direction: ltr;
}
.rtl .gradcode{
  text-align: right;
}
.newpalette p {font-size: 14px;}
.newpalette .la {
  color: #fff;
  font-size: 60px;
}
.newgrad p {font-size:14px;}
.newgrad .la {color:#fff; font-size: 60px;}
.createnewgrad{
  background: linear-gradient(90deg, #34b291,#0a6997, #432b7c, #282551, #B82886, #E1499C,#875BBC);
  background-size: 400% 400%;
  -webkit-animation: mainmenu 40s ease infinite;
  -moz-animation: mainmenu 40s ease infinite;
  animation: mainmenu 40s ease infinite;
}
.uk-logo {
  font-weight: bold;
  display: flex;
}
.plashka {
  z-index:999;
}
.linkplash{
  background: #ececec;
  padding: 1rem;
  border-radius: 6px;
  color: #212121!important;
}
.linkplash a {
  overflow-wrap: anywhere;
}
.sticky {
  position: sticky;
}
#content-grad{
  min-height: 70vh;
}
.colorblockgrid {
  height: 85%;
}
.uk-offcanvas-bar {background: #fff;}
.uk-offcanvas-bar .uk-nav-default .uk-nav-header {color:#333;}
.uk-offcanvas-bar .uk-nav-default>li>a,.uk-offcanvas-bar a{color: #666;}
.uk-offcanvas-bar .uk-nav-default>li>a:hover,.uk-offcanvas-bar a:hover{color: #1e87f0;}
.mob-img-menu{
  display: flex!important;
  align-items: center;
}
.plashka .uk-navbar-nav>li>a {
  text-transform: none;
  font-weight: 500;
}
.mainmenu>li>a{
font-size: 0.9rem;
}
.plashka .uk-navbar-nav li a.active {
  color: #1e87f0;
}
#colorpalette .palette-grid{
  height: 100%;
}
#colorpalette .generatepalettecolors{
  height: calc(100vh - 120px);
}
.bottommenu{
  height: 60px;
  background: #fff;
}
.bottommenu .uk-navbar-nav a{
  text-transform:none;
}
.bottommenu a i{
  margin-right:5px;
}
.uk-card-title {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
}
.uk-navbar-container>.uk-container .uk-navbar-right {
  margin-right: 0;
}
.colorinfolink .las {
  background: #fff;
  border-radius: 50%;
  padding: 0.1rem;
  font-size: 1rem;
  position: absolute;
  top: 10px;
  right: 10px;
z-index: 2;}
.pointer{
  cursor: pointer;
}
.user-avatar{width:110px;}
.mixadd {
  height: 155px;
  border: 2px dashed #dadada;
  box-sizing: border-box;
  font-size: 3rem;
  line-height: 1;
}
.mixpicker{
  border: 0;
  padding: 0;
  width: 100%;
  height: 100px;
  transition: all 0.1s ease-out;
  border-radius: 6px 6px 0 0;
}
.circlebigmix{
  border-radius: 100%;
  width: 90px;
  height: 90px;
  margin: auto;
  transform: scale(.9);
  transition: all .5s ease;
  box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
}
.circlesmallmix{
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin: auto;
  transform: scale(.85);
  transition: all .5s ease;
  box-shadow: 0 5px 15px rgb(0 0 0 / 9%);
}
.circlesmallmix:hover, .circlebigmix:hover{
  transform: scale(1);
}
.colormixinput {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    font-family: 'Roboto Mono', monospace;
    line-height: 1;
    width: -webkit-fill-available;
    text-transform: uppercase;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 0.5rem 50px 0.5rem 0.5rem;
}
.colormixmod{
  position: absolute;
  top: 40px;
  right: 40px;
}
.colormixmod label span {
  opacity:0.5
}
.colormixmod input:checked + span {
  opacity:1!important;
}
.randommix i {
  background: #fff;
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.photochange i {
  background: rgb(255 255 255 / 0.85);
  border-radius: 50%;
  padding: 0.5rem;
  font-size: 1.5rem;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  transition: all .5s ease;
}
.photochange i:hover {
  background: rgb(255 255 255);
  transition: all .5s ease;
}
.palette-color-container{
  transition: all .5s ease;
}
.closecolormix{
    position: absolute;
    top: 7px;
    right: 7px;
  }
.closecolormix i{
  background: #fff;
  border-radius: 50%;
  padding: 0.2rem;
  font-size: 0.9rem;
}
.colormixinfo{
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.colormixmorecolor{
  line-height: 1;
  font-size: 0.9rem;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.colormixtitle{
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.sup-lang{
  color: #1e87f0;
  font-size: 13px;
  font-weight: 500;
}
.legibilityinfo{
  padding: 45px 40px;
}
.legibility{
  transition: all 0.1s ease-out;
}
.legibilityinfo .title {
  color: inherit;
  font-weight: bold;
  line-height: 1.3;
  font-size: 2.5rem;
  background: none;
  border: 0;
  transition: all 0.1s ease-out;
}
.legibilityinfo .title-big{
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  font-family: 'Rubik', sans-serif;
}
.legibilityinfo .desc {
  color: inherit;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.2rem;
  margin-bottom: 0;
  background: none;
  border: 0;
  transition: all 0.1s ease-out;
}
.legibilityinfo .desc-big {
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.5rem;
  font-family: 'Rubik', sans-serif;
}
.switch {
  width: 1rem;
  height: 100%;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  border: 0;
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  line-height: 1;
}
.light-ui .switch {
  background: rgba(0, 0, 0, 0.15);
}
.switch > input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 200%;
  margin: 0;
  z-index: 1;
  background: red;
  opacity: 0;
  cursor: pointer;
}
.switch > input:checked + label {
  color: #FFE175;
}
.switch > input:checked + label:before {
  opacity: 0.5;
  background: 50% 50%/100% 100% radial-gradient(#FFE175, transparent 55%, transparent);
  -webkit-transform: translate(-50%, -50%) rotate(60deg);
  transform: translate(-50%, -50%) rotate(60deg);
}
.switch > input:checked + label:after {
  -webkit-transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 1s cubic-bezier(0.64, 0, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 1s cubic-bezier(0.64, 0, 0.25, 1);
  background: 205% 15%/40% 40% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 280% 45%/20% 20% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 310% 190%/70% 70% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat;
  background-color: white;
  box-shadow: inset 0 0 1rem 0.5rem #FFE175, 0 0 2rem #FFE175;
}
.switch > input + label {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  color: rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
position: relative;
}
.switch > input + label:before {
  content: '';
  transform: translate(-50%, -50%) rotate(60deg);
  position: absolute;
  height: 200%;
  width: 200%;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  background: 50% 50%/50% 50% radial-gradient(#FFE175, transparent 55%, transparent);
}
.switch > input + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(91, 91, 91, 0.36);
  bottom: 0;
  border-radius: 100%;
  -webkit-transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.64, 0, 0.25, 1), box-shadow 0.3s cubic-bezier(0.64, 0, 0.25, 1);
  background: 5% 15%/40% 40% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 80% 45%/20% 20% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat, 110% 190%/70% 70% radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15) 50%, transparent 55%, transparent 100%) no-repeat;
  background-color: #cccccc;
}
.crosshair {cursor: crosshair;}
.hide {
  display: none;
}
.vajno {
  position: fixed;
  bottom: 20PX;
  right: 20PX;
  z-index: 980;
  width: 350px;
  border: 1px solid #e9e9e9;
}

.moon, .moon body, .moon body.user, .moon .mainpage-class {background: #1C1C1C!important;}
.moon .plashka,.moon .uk-navbar-container.uk-navbar-sticky,.moon #headerbg,.moon .uk-navbar-container:not(.uk-navbar-transparent) {background: #161616!important;}
.moon .uk-offcanvas-bar {background: #262626;}
.moon .uk-logo, .moon .uk-description-list .uk-text-bold, .moon .blob-option-title, .moon .blob-switcher .uk-active a, .moon .tabmenu .uk-active > a > h4 {color:#fff!important;}
.moon .uk-notification-message {background: rgb(46,46,46,0.7);}
.moon p,.moon .colorinfotype {color: #b7b7b7;}
.moon  .moon .object-card, .moon .uk-card,.moon .userheader , .moon .uk-navbar-dropdown, .moon .uk-dropdown{background: #262626;color:#787878;}
.moon .uk-card.card-transporent {background:none;}
.moon .uk-card-default.uk-card-hover:hover {background: #2e2e2e;}
.moon .uk-card-title, .moon .color, .moon .uk-nav-default .uk-nav-header ,.moon h2,.moon h3,.moon h4,.moon h5, .moon .dtitle, .moon .another-palette,.moon .main-grid-blick a, .moon #changeinfo .uk-form-label, .moon #changepass .uk-form-label {color: #fff;}
.moon .uk-card-default .uk-card-footer{border-top-color:#242424;}
.moon .uk-modal-body, .moon .uk-modal-footer {background: #2e2e2e;}
.moon .uk-modal-footer, .moon .uk-card-body .uk-nav-default .uk-nav-divider {border-top: 1px solid #1f1f1f;}
.moon h1, .moon h2, .moon h3, .moon .uk-h1, .moon .uk-h2, .moon .uk-h3, .moon .uk-h4, .moon .uk-h5, .moon .uk-modal-title,.moon .mixtitle, .moon .usernamebig, .moon .ratingtxt, .moon .features-title, .moon .features-title-small, .moon .grad-count-main-text  {color: #fff;}
.moon .uk-button-default {color:#bababa; background:#1c1c1c;border-color:#262626;}
.moon .rightcontentblock {background:#1c1c1c!important;}
.moon .newbadge { background: #2a2a2a; color: #e9e9e9!important;}
.moon .colorinfovalue, .moon .colorpalette.btnc { color: #e9e9e9!important;}
.moon .uk-nav-default>li>a.active{color: #1e87f0;}
.moon .uk-nav-default>li>a {color: #7c7c7c;}
.moon .uk-nav-default>li>a:focus, {color: #bababa;}
.moon .uk-nav-default>li>a:hover {
  color: #e0e0e0;
}
.moon .sort-filter .active, .moon .color-filter .active{
color:#e6e6e6;    
  font-weight: 500;}
.moon .hide-night{display:none;}
.moon .hide-day{display:block;}

@media (prefers-color-scheme: dark) {
  .uk-dropdown-nav .uk-nav-divider, .uk-navbar-dropdown-nav .uk-nav-divider {
    border-top: 1px solid #414141;
  }
  .article .highlight-text {
    background: #182033!important;
  }
  .article .highlight-text p{
    color: #fff!important;
  }
  .projects-in-list {
    border: 1px solid #212121;
    background: #272727;
  }
  .hide-day{display:block!important;}
  .hide-night{display: none!important;}
  .switch{display:none;}
  .uk-card.card-transporent {background:none;}
  .made-in-russia {fill:#fff;}
  .uk-offcanvas-bar, .userheader, .uk-navbar-dropdown {background: #262626!important;}
  h1, h2, h3,h4,h5,h5.ratingtxt,.article .text blockquote, .media-class .uk-text-lead, .media-class .article-media-card-title, .blob-option-title, .blob-switcher .uk-active a, .updatemodal .uk-text-lead, .uk-offcanvas-bar .uk-nav-default .uk-nav-header,  #changeinfo .uk-form-label,#changepass .uk-form-label, .user .no-element-lk > div, .cookies .uk-card-title, .mix-class .mixtitle, .shades-class .toneinput, .shadesitem-class .toneinput, .newlegibility-class .toneinput.small, .colorinfo-class h5, .uk-card-title.same-title,.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-modal-title,.usernamebig, .uk-logo, .uk-description-list .uk-text-bold, body .uk-modal-title,.tabmenu .uk-active > a > h4, .features-title, .features-title-small {
    color: #fff;}
  body, .mainpage-class, body.user {background: #1C1C1C;}
  body .layout-content {/* background: #1C1C1C!important; */}
  body .converter .layout-content {background: none!important;}
  body .plashka,body .uk-navbar-container.uk-navbar-sticky,body #headerbg,body .uk-navbar-container:not(.uk-navbar-transparent), .navigation {
  background: #161616!important;
  }
  body .object-card, body .uk-card, body .uk-navbar-dropdown {background: #262626;color:#787878;}
  body .uk-card-default.uk-card-hover:hover, body .uk-modal-body, .uk-dropdown {background: #2e2e2e;}
  body .uk-card-title, body .color, body .uk-nav-default .uk-nav-header, body .dtitle {color: #bababa;}
  body .uk-card-default .uk-card-footer{border-top-color:#242424;}
  body .uk-button-default {color:#bababa; background:#1c1c1c;border-color:#262626;}
  body .rightcontentblock {background:#1c1c1c!important;}
  .newbadge { background: #2a2a2a!important; color: #e9e9e9!important; }
  body p, .article ul, .colorpalette.btnc, body .colorinfotype {color: #b7b7b7;}
  .uk-nav-default .uk-nav-divider {
    border-top: 1px solid #333333;
  }
  .vajno {border: 1px solid #1d1d1d;}
  body .colorinfovalue, body .colorpalette.btnc, body .main-grid-blick a { color: #e9e9e9!important;}
  .updatemodal .uk-nav-default>li.uk-active>a {color:#1e87f0;}

}


.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}
.file-upload-btn {
  width: auto;
  cursor: pointer;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px 15px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}
.userheader{background: #fff;}
.newbadge {
  position: absolute;
  top: 10px;
  line-height: 1;
  right: 10px;
  background: #fff;
  padding: 4px 5px 5px 5px;
  font-size: 10px;
  font-weight: 600;
  border-radius: 6px;
  z-index: 1;
}
.history-block {
  overflow: auto;
  max-height: 400px;
}
.generategrad {
  transition: all 0.3s ease-out;
}
.generategrad .uk-iconnav>*>a {
  color: #fff;
}
.squarecolor {
height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 4px;
}
.squarecolortext {
font-size: 13px;
}
.dashed-card {
border: 2px dashed rgb(255, 255, 255, 0.2);
}
.deletebtn {
position: absolute;
top: -40px;
right: 0px;
left:0;
color: #fff;
}
.savebtn {
background-color: #1FB264;
color:#fff;
}
.savebtn:hover{
background-color:#1b9d58;
color:#fff;
text-decoration: none;
}
.color-generate-card .la, .dashed-card .la,.color-generate-card .las, .dashed-card .las {
color: #fff;
font-size: 30px;
cursor:pointer;
}
.colorinfotitle {
  font-weight: bold;
  text-transform: uppercase;
  background: #fff;
  position: relative;border-radius: 10px;
  padding: 10px 50px 10px 15px;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

.colorstyle{
font-family: 'Roboto Mono', monospace;
 text-transform: uppercase;
 direction: ltr;
}

.colorinfoinput {
  color: #333;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: 'Roboto Mono', monospace;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  border: 0;
}
.dashed-card .deletebtn .la {cursor:pointer;}
.colortitle {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  font-family: 'Roboto Mono', monospace;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  background: none;
  border: 0;
}
.toneinput {
  color: #333;
  font-size: 45px;
  font-weight: 600;
  font-family: 'Roboto Mono', monospace;
  line-height: 1;
  width: 100%;
  text-transform: uppercase;
  background: none;
  border: 0;
}
.toneinput.small {
  color: #333;
  font-size: 25px;
  line-height: 1;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  width: -webkit-fill-available;
}
  .mixtitle {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto';
  line-height: 1;
  width: 80%;
  text-transform: uppercase;
  background: none;
  border: 0;
}
/* filters */
.mob-filter {
background: #fff;
height: 50px;
width: 50px;
position: fixed;
bottom: 15px;
right: 15px;
vertical-align: middle;
line-height: 40px;
text-align: center;
border-radius: 100%;
box-shadow: 0 1px 10px 2px rgb(0 0 0 / 15%);
}
.mob-filter .la {
font-size: 30px;
line-height: 53px;
}
.mob-filter .la:hover,.mob-filter:hover {
text-decoration:none;
}
#mob-filter .uk-offcanvas-bar h3{
color:#333;
}
#mob-filter .uk-close {
color:#000;
}
/* filters close */
p{margin-bottom: 10px;margin-top: 0px;line-height: 1.3;}
.uk-nav-default .uk-nav-header {
  color: #333;
  font-family: 'Rubik', sans-serif;
  font-weight: bold;
  text-transform: none;
  font-size: 20px;
}
.sort-filter .active, .color-filter .active{
color: #1e87f0;
font-weight: 500;
}
.changeinput{
margin: 0;
padding: 0;
background: transparent;
border: 0;
width: 100%;
height: 100px;
}
.light-ui body {
background: #fff;
}
.refresh-color-btn{
border:2px solid #fff;
font-weight: bold;
}
.refresh-color-btn:hover{
font-weight: bold;
  border-color: #fff;
  color:#fff!important;
}
@-webkit-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@keyframes rainbow { 
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@-webkit-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@-moz-keyframes mainmenu {
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
@keyframes mainmenu { 
  0%{background-position:0% 50%}
  50%{background-position:100% 50%}
  100%{background-position:0% 50%}
}
input {outline:none;}
body {
  margin: 0;
  min-height: 100vh;
}
body.gradient{background:#f5f5f5;}
.dottedlink{
  border-bottom: 1px dotted;
  text-decoration: none;
}
.dottedlink:hover{
  border-bottom: 1px dotted;
  text-decoration: none;
}
a img{
  border: 0px;
}
.hide-day{display:none;}
.hide-night{display:block;}
.addcolor-l {
  position: absolute;
  left: 0px;
  top: 50%;
  color: #fff;
  padding: 1rem;
  border-radius: 0 50% 50% 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  vertical-align: middle;
  background: rgb(0 0 0 / 20%);
  box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.addcolor-r {
  position: absolute;
  right: 0px;
  top: 50%;
  color: #fff;
  padding: 1rem;
  border-radius:  50% 0 0 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 40px;
  vertical-align: middle;
  background: rgb(0 0 0 / 20%);
  box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.uk-modal-dialog.modal-small{
  width: 450px;
}
.uk-button-default {
  background-color: #fff;
  }
.uk-button{border-radius: 7px;}
.uk-button-small{border-radius: 5px;}
.uk-button-large{border-radius: 10px;}
.uk-button-save {
  background-color: #1bb800;
  color: #fff;
  border: 1px solid transparent;
} 
.uk-button-save:hover {
  background-color: #179e00;
} 
.twoul {
  list-style-position: inside;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
}
.dtitle{margin-top:1rem;margin-bottom:0.5rem;color: #212121;font-weight: 500;}
.colorul{font-size: 0.8rem;}
.colorul li {cursor:pointer;}
.colorul .la{font-size:inherit;margin-right:5px}
::-moz-selection {
  background-color: #6ab344;
  color: #fff;
}
.uk-button-disable {
  background-color: #666666;
  color: #fff;
  cursor: not-allowed!important;
  border: 1px solid transparent;
  opacity: 0.5;
}
.proftitle{
  font-weight: 700;
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.moon .proftitle{
  color:#bcbcbc;
}
.uk-button-disable:hover {
  color:#fff;
  opacity: 0.6;
}
::selection {
  background-color: #6ab344;
  color: #fff;
}
[data-status="true"] {
  color:rgb(255, 47, 72)!important;/* Attribute has this exact value */
}
.align-middle {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.uk-notification-message{
  overflow:hidden;
}
.android-title a{
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  text-transform: lowercase;
  font-weight: 400;
  display:block;
  padding: 0.8rem 1rem;
}
.android-search-box .mdl-textfield__input {
  color: rgba(255, 255, 255, 0.87);
}
.entertitle{
  font-weight: 700;
  font-family: 'Alegreya Sans', sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.uk-input{border-radius: 6px;}
.uk-button-medium {
  padding: 0 40px;
  line-height: 53px;
  font-size: .875rem;
}
.uk-form-label {
  color: #737373;
  margin-bottom: 0.3rem;
  display: inline-block;
  font-weight: 500;
}
.uk-form-label.black{
  color: #333;
}
.uk-nav>li>a {
  padding: 6px 0;
  line-height: 1.2;
}
li a.active {
  color: #1e87f0;
}
.logo-font {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  line-height: 1;
  color: #767777;
  font-weight: 500;
}
.filter-block {
width: 100%;
text-align: center;
}
.grad-grid-section {
max-width: 1044px;
margin-left: auto;
margin-right: auto;
}
.croppa-container canvas{
background:#fff;
padding:0!important;
}
.image.drop, .croppa-container canvas {
  border: 3px dashed #1e87f0;
  padding: 2rem;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.image.drop:hover,.croppa-container canvas:hover{
background:rgb(114 185 255 / 15%);
}
.croppa-container svg.icon-remove{
width:30px;
height:30px;
right:-15px!important;
top:-15px!important;
}
#average .drop .control-add-palette{
display:none;
}
#average .image:hover .control-add-palette {
  opacity: 1;
  transition: .25s ease-in-out;
}
#average .remove-image .la {
 color:#fff;
 font-size:3rem;
}
.like-container{
  display: flex;
  flex-direction: row;
  height: 100%;
  line-height: 1;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  }
.like-container .la {margin-right:5px;}
.like-cnt{
  cursor: pointer;
  background: rgba(255,255,255,0);
  border-radius: 50%;
}
.like-btn{
  color: #666;
}
.counter{
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 0.8rem;
}
.monospace{font-family: 'Roboto Mono', monospace;}
.color-show-block{
  padding: 8px 0;
  text-align: center;
}
.color {display: flex;flex-wrap: wrap;font-size: 11px;font-weight: 500;cursor: pointer;text-transform: uppercase;}
.color.btnc{font-size: 10px;font-weight: bold;display: inline-block;letter-spacing: 0px;font-family: 'Roboto Mono', monospace;}
.colorpalette.btnc{font-size: 11px;font-weight: bold;display: inline-block;font-family: 'Roboto Mono', monospace;}
.color-block{
  display: inline-block;
  vertical-align: initial;
  background: #d9d9d9;
  height: 25px;
  width: 25px;
  transform: scale(.75);
  background-color: #008fee;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  transition: all .5s ease;
}
.color-block:hover, .active .color-block{
 transform: scale(1);
 transition: all .5s ease;
}
.color-block-card{
  display: block;
  height: 33px;
  width: 33px;
  border-radius: 100%;
  vertical-align: initial;
  background: #d9d9d9;
  margin: auto;
  cursor: pointer;
  transform: scale(.8);
  box-shadow: 0 2px 8px rgb(0 0 0 / 22%);
  transition: all .5s ease;
}
.color-block-card:hover{
  transition: all .5s ease;
  transform: scale(1);
}
.color-block-card-square {
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 10px;
  vertical-align: initial;
  background: #d9d9d9;
  margin: auto;
  cursor: pointer;
  transform: scale(.9);
  box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
  transition: all .5s ease;
}
.color-block-card-square.active:before {
  content: "";
  height: 8px;
  display: block;
  width: 8px;
  border-radius: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: all .5s ease;
}
.color-block-card-square:hover{
  transition: all .5s ease;
  transform: scale(1);
}
.photo-palette-color-content{
  column-gap: 1rem;
  row-gap: 0.5rem;
}
.palette-color-block-card{
  width: 100%;
  display: block;
  font-family: 'Roboto Mono', monospace;padding: 18px 0;border-radius: 4px;
  vertical-align: initial;
  background: #d9d9d9;
  margin: auto;
  cursor: pointer;
  font-weight: bold;font-size: 0.8rem;text-transform: uppercase;z-index: 13;
  position: relative;
  transition: all .5s ease;
}
.palette-circle{
  display: block;
  font-family: 'Roboto Mono', monospace;
  border-radius: 100%;
  background: #d9d9d9;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  transition: all .5s ease;
  box-shadow: 0 0px 13px rgb(0 0 0 / 25%);
  height: 55px;
  width: 55px;
  line-height: 55px;
  font-size: 0.7rem;
}
.landscape .palette-circle{
  font-weight: 500;
  margin: 0rem auto;
}
.portrait .palette-circle{
  margin: 0rem auto;
}
.pin-palette-color-block-card{
  height: 230px;
  display: block;
  width: 230px;font-family: 'Roboto Mono', monospace;border-radius: 100%;
  vertical-align: initial;
  background: #d9d9d9;
  margin: 2.5rem auto;
  cursor: pointer;
  font-weight: bolder;line-height: 230px;font-size: 2.5rem;text-transform: uppercase;
  position: relative;
  transition: all .5s ease;
}
.palette-color-block-card:hover{
  transform: scale(1.04);
  transition: all .5s ease;
}
.palette-color-small-block-card{width: 100%;display: block;height: 30px;border-radius:4px;vertical-align: initial;background: #d9d9d9;margin: auto;cursor: pointer;}
.rainbow{
  background-image: linear-gradient(to left, violet, indigo, blue, green, yellow, orange, red);
}
pre[class*=language-markup] {
  max-width: calc(100vw - 32px);
}
pre {
  border: 0;
  border-radius: 0;
  white-space: pre-wrap;
  padding: 0;
}
.arrow{
  position: absolute;
  top: calc(50% - 28px);
  width: 56px;
  height: 56px;
  text-align: center;
}
.arrow a{/* display: -webkit-box; */text-align: center;}
.arrow.left{left:0px;}
.arrow.right{right:0px;}
.arrow i{transition:all 0.3s;font-size: 4rem;background: #0000001c;color: #fff;}
.arrow:hover i{background: #00000021;transition:all 0.3s}
.info-row{
  margin-top: -350px;
  z-index: 9999999;
  }
.info-block{padding: 5px 0px;}
.info-block h1{
  font-size: 4rem;
  margin: 1rem 0;
  }
.js-show-me{
  padding:0 1rem;
  margin: 0 2rem;
  font-weight: 400;
  text-transform: lowercase;
  color: #616161;
}
.btn {
padding: 1rem 2rem;
border-radius: 0;
display: inline-block;
position: relative;
transition: .25s all ease;
text-transform: uppercase;
margin-right: 2rem;
text-decoration: none;
color: #fff;
letter-spacing: 2px;
opacity:1;
}
.btn:hover,.circle-btn:hover {
opacity:0.8;
}
.circle-btn .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-12px,-12px);
  transform: translate(-12px,-12px);
  line-height: 24px;
  width: 24px;
}
.circle-btn{
border-radius: 50%;
font-size: 24px;
height: 56px;
margin: 1rem  auto;
min-width: 56px;
width: 56px;
display: inline-block;
position: relative;
transition: .25s all ease;
text-align: center;
line-height: 36px;
vertical-align: middle;
color:#fff;
}
.radius-10{border-radius: 10px;}

@-webkit-keyframes slide_in {
  100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
  }
}
@keyframes slide_in {
  100% {
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 1;
  }
}
section {margin-bottom: 4rem;}
.banner-container h1,
.banner-container p {
  margin: 15px 0;
  text-align:center;
  color: #fff;
}
.banner-container h1 {
  font-size: 2rem;
  letter-spacing: 5px;
  text-align: center;
  color: #fff;
}
.banner-container .content{margin:auto;}
.banner-container {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
height: 400px;
}
.banner-container h1:after {
  content: "";
  display: block;
  width: 190px;
  height: 1.75px;
  margin: 0 auto -1.875px;
  background-color: currentColor;
}
.banner-container a {
  color: #fff;
}
.grad-text{
font-size: 50px;
display: block;
margin: 20px auto;
padding: 1rem 0;
}
.grad-border {
padding: 20px;
letter-spacing: 0.2em;
border: 2px solid;
}
.grad-border.grad-text{
display: inline-block;
padding: 2rem; 
border-width: 4px;
}
@-webkit-keyframes move {
      0% {
         background-position: 0 0;
      }
      100% {
         background-position: 50px 50px;
      }
  }

  @-moz-keyframes move {
      0% {
         background-position: 0 0;
      }
      100% {
         background-position: 50px 50px;
      }
  }
.no-bullet{
  padding: 0;
  list-style: none;
}
.paletteblock-item{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0.5rem;
}
.paletteblock-colorinput{
  background: transparent;
  border: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 10px;
  vertical-align: middle;
}
.paletteblock-textinput{
  color: #333;
  font-size: 19px;
  line-height: 1;
  border: 1px solid #ededed;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  min-width: 80px;
  font-family: 'Roboto Mono', monospace;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 110px;
  width: 90px;
}
.bottom-menu-mesh{
  column-gap: 2rem;
}
.addnewcolor-mesh{
  border: 2px dashed #ccc;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin-top: 1.5rem;
}
.atitle:hover{color:#212121;text-decoration: none;}
.alpha {opacity:0.4;transition: all 0.3s;}
.mathes p{color: #f0506e;}
.useravater{
  height: 32px;
  width: 32px; 
}
.profilehero{
background: #ce0d31;
  background: -webkit-linear-gradient(to right, #ce0d31, #51055a);
  background: linear-gradient(to right, #ce0d31, #51055a);
}
.gr-height{height: 240px;border-radius: 10px 10px 0 0;position: relative;}
.pl-height-solo{
    height: 300px;
    border-radius: 6px 6px 0 0;
    background-size: cover;
    background-position: center;
}
.pl-height{
  height: 230px;
  border-radius: 6px 6px 0 0;
  background-size: cover;
  background-position: center;
  transition: all .5s ease;
  }
.palette-example .legibility-card .pl-height{
  height: 200px;
}  
.gr-height-same{height: 150px;border-radius: 6px 6px 0 0;}
.main-color-block {height: 240px;border-radius: 6px 6px 0 0;}
.colormap a:hover{text-decoration:none;}
.sqr-color{padding: 1rem; direction: ltr; font-family: 'Roboto Mono', monospace;border-radius: 4px;box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);font-weight: 500;transform: scale(0.9);transition: all .5s ease;text-transform: uppercase; height: 100px;
  display: flex;flex-wrap: wrap; margin: 0; padding: 0;list-style: none; justify-content: center;
  align-items: center;
}
.sqr-color:hover{transform: scale(1); transition: all .5s ease;}
.sqr-color .ligtnes .las{
  position: absolute;
  top: 10px;
  left: 10px;
} 
.sqr-color2{
         padding: 1rem;
         font-family: 'Roboto Mono', monospace;
         border-radius: 4px;
         box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
         font-weight: 500;
         display: flex;
         flex-wrap: wrap;
         margin: 0;
         padding: 1rem;
         list-style: none;
         justify-content: center;
         align-items: center;
         }
.sqr-color2 .cmyk{font-size: 0.8rem;}
.sec-color-block {height: 110px;border-radius: 6px;position: relative;}
.leg-color-block {height: 110px;box-shadow: 0 1px 10px rgb(0 0 0 / 9%);position: relative;}
.same-title {font-size: 1rem;font-family: 'Roboto Mono', monospace;text-transform: uppercase; direction: ltr;}
.rtl .same-title {text-align: right;}
.uk-icon.active {color:#198d23;}
.plashka .la, .plashka .las{font-size: 1.5rem;}
.la, .las, .lab{font-size: 1.2rem;}
.uk-button-small .la, .uk-button-small .las, .uk-button-small .lab{font-size: 1rem;}
.uk-card-footer .la {font-size: 1rem;opacity: 0.8;cursor: pointer;}
.uk-card-footer .la:hover {color:#004bb8; opacity:1;}
.like-btn {font-size: 1.1rem!important; }
.active .like-btn{color:#ff2f48;}
.uk-navbar-transparent{background: rgba(0, 0, 0, 0.03);}
#headerbg h1,#headerbg p {text-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);}
.uk-navbar-transparent .uk-logo{color:#fff;}
.filterblock {
  box-shadow: 1px 0px 5px #0000002b;
  border-radius: 6px;
  margin-top: -2rem;
  background: #fff;
  }
.filterblock .la {font-size:1rem!important;margin-right:5px}
.vertical-align{vertical-align: middle;}  
.uk-card-default, .uk-card-default:hover{transition: transform 0.2s, box-shadow 0.4s, 0.5s ease-out;}
.uk-card-default-profile {
  background: #fff;
  color: #666;
}
.trbg{
background-image: url(/public/img/trbg.jpg);
background-size: cover!important;
}
.uk-card-medium .uk-card-body, .uk-card-medium.uk-card-body {
  padding: 25px;
}
.big-palette{
background-size: cover;
border-radius: 6px 6px 0 0;
background-position: center;
}
.p-img{
margin-bottom:10px;
}
#capture{
padding:1rem;
}

.control-add-palette{
  position: absolute;
  top: 10px;
  right: 10px;
  background: #00000061;
  border-radius: 100%;
  text-transform: none;
  opacity: 0;
  z-index: 12;
  transition: .4s ease-in-out;
  }
.control-add-palette a:hover{
  text-decoration: none;
  color: #fff;
}
.newpalette:hover .control-add-palette{
opacity:1;
transition: .2s ease-in-out;
}

.palette-example .p-title{font-size: 2rem;font-weight: bold;line-height: 1.1;/* margin-bottom: 1.5rem; */font-family: 'Rubik', sans-serif;}
.palette-example .p-desc{font-size: 18px;line-height: 1.3;margin-bottom: 2.5rem;opacity: 0.8;}
.palette-example .p-btn-1{color:#fff;border:0;font-family: 'Alegreya Sans', sans-serif;line-height: 1.2;padding: 0.7rem;}
.palette-example .p-h2{font-size: 30px;font-weight: bold;line-height: 1;margin-bottom: 2rem;}
.palette-example .p-p{font-size: 18px;line-height: 1.4;margin-bottom: 1rem;}
.palette-example .uk-label{color:#fff!important;font-size: 12px;text-transform: none;padding: 0.2rem 1rem;}
.palette-example .p-h4{font-size: 23px;font-weight: bold;line-height: 1;margin-bottom: 1rem;}
.color-generate-card {background:none!important;}
.colormix{
height: 300px;
position: relative;
box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
}
.angle-icon{
    position: absolute;
    z-index: 1;
    color: #666;
    font-family: 'Roboto Mono', monospace;
    background: #fff;
    top: 0.5rem;
    left: 0.5rem;
    padding: 0 0.7rem;
    font-size: 11px;
    font-weight: 500;
    border-radius: 15px;
    height: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    line-height: 30px;
    display: flex;
    align-items: center;
  }
  .angle-icon i{
    margin-right: 0.5rem;
  }

  .closecircle{
    position: absolute;
  top: -10px;
  right: -10px;
  color: #fff;
  font-size: 2rem;
}
.circlenew {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 25%;
  height: 0;
  background: #00000017;
  padding-bottom: 25%;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 0 15px 10px rgb(0 0 0 / 10%);
  z-index: 12;
}
.circlenew .dot {
  position: absolute;
  width: 3%;
  height: 50%;
  left: 48.5%;
  top: 0px;
  transform: rotate(0deg);
  transform-origin: center bottom;
}
.circlenew .dot:before {
  content: "";
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 200%;
  transform: translate3d(-25%, -25%, 0);
  height: 0;
  padding-bottom: 200%;
  border-radius: 50%;
  cursor: pointer;
}
.bigletter{
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.1s ease-out;
}
.rtl .bigletter{
  font-size: 4.5rem;
  margin-bottom: 15px;
}
.uk-iconnav>* {
  padding-left: 10px;
  padding-right: 30px;
  transition: all 0.1s ease-out;
}
.light{
  font-weight: 300;
}
.regular {
  font-weight:400;
}
.medium {
  font-weight:500;
}
.bold {
  font-weight:bold;
}
.contrasttext{
  font-size: 0.9rem;
  font-family: 'Roboto Mono', monospace;
  letter-spacing: -1px;
  font-weight: bolder;
}
.contrasttext i{
  font-size: 90%;
}
.textrandom{
  background: #1e87f0;
  padding: 0.3rem;
  color: #fff;
  border-radius: 100%;
  font-size: 16px;
  margin-right: 5px;
  transition: all 0.3s ease-out;
}
.easyout2,.easyout2:hover{
  transition: all 0.3s ease-out;
}
.easyout3,easyout3:hover{
transition: all 0.3s ease-out;
}
.textrandom:hover{
background:#196fc6;
transition: all 0.2s ease-out;
}
.morecolorinfobtn{
  border: 1.5px solid;
  padding: 0.4rem 0.5rem;
  border-radius: 6px;
  display: inline-block;
  margin-top: 0.8rem;
  font-size: 0.7rem;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  font-weight: 500;
}
.morecolorinfobtn:hover{    
  opacity: 1;
  transition: opacity 0.2s ease-out;
  text-decoration: none;
}
.mixcolorblock {
  box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
  background: #fff;
}
.colormix-piker {
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    position: relative;
    padding: 10px 10px 10px 10px;
}
.colormix-range {
    display: flex;
    justify-content: space-around;
    padding: 0 10px 10px;
}
.colormix-range-procent{
  width: 50px;
  text-align: right;
}
.color-bar {
    width: 100%;
    height: 20px; 
    border-radius: 5px; 
    margin: 10px 0; 
}
.converter{
  margin-top: -60px;    
  min-height: 100vh;

}
.smallbtn {
  font-size: 13px;
  padding: 1px 5px 3px 5px;
  line-height: 1;
  vertical-align: initial;
}
.uk-padding-small-right{
  padding-right: 8px!important;
}
.uk-padding-small-left{
  padding-left: 8px!important;
}
.gradmenufooter{
background: rgb(0 0 0 / 20%);
box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
-webkit-backdrop-filter: blur(25px);
backdrop-filter: blur(25px);
border-radius: 10px;
padding: 0.7rem;
}
.palette-color-container{
  height:100%;
}

@media (min-width: 1600px){

   .uk-container, .layout-content {
    max-width: 1600px;
  }
  .filter-nav a{font-size: 18px;}
  .filter-nav .color-block{
    width: 30px;
    height: 30px;
  } 
}

.bubbly-img:before, .bubbly-img:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: 11;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.bubbly-img:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-img:after {
display: none;
bottom: -75%;
background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-img.animate:before {
display: block;
animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-img.animate:after {
display: block;
animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
0% {
  background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
}
50% {
  background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
}
100% {
  background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  display:none!important;
}
}
@keyframes bottomBubbles {
0% {
  background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
50% {
  background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
}
100% {
  background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
  background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
   display:none!important;
}
}

.bulb {
  position: absolute;
  bottom: 100%;
  left: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
  background-color: inherit;
}
.bulb--1 {
-webkit-transform-origin: -33px 50%;
transform-origin: -33px 50%;
}
.bulb--2 {
-webkit-transform-origin: 45px 50%;
transform-origin: 45px 50%;
}
.bulb--3 {
-webkit-transform-origin: -18px 50%;
transform-origin: -18px 50%;
}
.bulb--4 {
-webkit-transform-origin: 30px 50%;
transform-origin: 30px 50%;
}

.bulb--3,
.bulb--4 {
width: 10px;
height: 10px;
margin-left: -5px;
}
.animate .bulb--1,
.animate .bulb--3 {
-webkit-animation: bulb-anim-1 .3s ease-out .3s forwards;
animation: bulb-anim-1 .3s ease-out .3s forwards;
}

.animate .bulb--2,
.animate .bulb--4 {
-webkit-animation: bulb-anim-2 .3s ease-out .3s forwards;
animation: bulb-anim-2 .3s ease-out .3s forwards;
}

.animate .bulb--4 {
-webkit-animation-duration: .2s;
animation-duration: .2s;
}


@-webkit-keyframes bulb-anim-1 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,5deg);
  transform: rotate3d(0,0,1,5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-90deg);
  transform: rotate3d(0,0,1,-90deg);
}
}

@keyframes bulb-anim-1 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,5deg);
  transform: rotate3d(0,0,1,5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-90deg);
  transform: rotate3d(0,0,1,-90deg);
}
}

@-webkit-keyframes bulb-anim-2 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-5deg);
  transform: rotate3d(0,0,1,-5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,90deg);
  transform: rotate3d(0,0,1,90deg);
}
}

@keyframes bulb-anim-2 {
0% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,-5deg);
  transform: rotate3d(0,0,1,-5deg);
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
  -webkit-transform: rotate3d(0,0,1,90deg);
  transform: rotate3d(0,0,1,90deg);
}
}

.lds-ripple {
width: 80px;
height: 80px;
display: flex;
position: absolute;
}
.lds-ripple div {
position: absolute;
border: 4px solid #1e87f0;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes lds-ripple {
0% {
  top: 36px;
  left: 36px;
  width: 0;
  height: 0;
  opacity: 1;
}
100% {
  top: 0px;
  left: 0px;
  width: 72px;
  height: 72px;
  opacity: 0;
}
}
.rotategrad{
  position: absolute;
  bottom: 25%;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.rotategrad a{
color: #fff;
}
.angle-block {
color: #fff;
font-family: monospace;
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0);
z-index: 100;
font-size: 20px;
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none;   /* Chrome/Safari/Opera */
-khtml-user-select: none;    /* Konqueror */
-moz-user-select: none;      /* Firefox */
-ms-user-select: none;       /* Internet Explorer/Edge */
user-select: none;
z-index: 1;
}
.circle {
position: absolute;
top: 50%;
left: 50%;
border-radius: 50%;
border: 3px solid rgb(255 255 255 / 50%);
width: 60%;
height: 0;
background: #00000000;
padding-bottom: 60%;
transform: translate3d(-50%, -50%, 0);
box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 3%) inset;

z-index: 12;
}
.circle:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
height:100%;
border-radius: 50%;
border: 0;
width:100%;
transform: translate3d(-50%, -50%, 0);
box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 3%);
z-index: 12;
}
.object-card:hover{
z-index:1;
}
.circle .dot {
position: absolute;
width: 3%;
height: 50%;
left: 48.5%;
top: 0px;
transform: rotate(0deg);
transform-origin: center bottom;
}
.circle .dot:before {
content: "";
position: absolute;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
width: 200%;
transform: translate3d(-25%, -25%, 0);
height: 0;
padding-bottom: 200%;
border-radius: 50%;
cursor: pointer;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
opacity: 0;
}

.pinsvg {
  fill: rgb(230, 0, 35);
  background: #fff;
  border-radius: 100%;
  border: 1px solid;
}
.paletteslink.portrait{
min-height: 370px;
display: block;
background: #cecece;
}
.paletteslink.even{
min-height: 200px;
display: block;
background: #cecece;
}
.paletteslink.landscape{
min-height: 180px;
display: block;
background: #cecece;
}
.pinpalette{
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 11;
  width: 100%;
} 

.blockcenter{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
}
.ftr{
  transition: background 0.04s ease-in-out;
}
.circlepicker{
  position: absolute;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border: 3px solid #fff;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}

.circlepicker.big{
  width: 35px;
  height: 35px;
  border: 4px solid #fff;
  transition: 0.2s ease-in-out;
}

.ph {
display: none;
text-align: center;
color: #d6d6d6;
background-color: #fff;
box-shadow: none;
}
.colorinfotxt{
font-size: 0.7rem;
}
.v-enter-active,
.v-leave-active {
transition: opacity 0.1s ease;
}

.v-enter-from,
.v-leave-to {
opacity: 0;
transition: opacity 0.1s ease;
}
.pluscolor{
position: absolute;
cursor: pointer;
top:50%;
transition: all 0.2s ease;
transform: translate(-50%,-50%);
z-index: 3;
}
.pluscolor a{
  font-size: 1.7rem;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  color: #212121;
  transform: scale(0.8);
}
.pluscolor:hover a{
text-decoration:none;
transform: scale(1);
}
.ph:hover {
transition: none;
box-shadow: none;
}
.grab{
cursor: grab;
}
.addleft{
  width: 15%;
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.addright{
  width: 15%;
  height: 100%;
  position: absolute;
  right: 0;
  z-index: 1;
}

.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.media-class h2 {
 font-weight: bold; 
}
.article p {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 2rem;
}
.article .text blockquote {
  border-left: 3px solid #0f6ecd;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.article .ql-font-monospace{
  font-family: 'Roboto Mono', monospace;
}
.article h2 {
  margin-top: 4.5rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.article h3 {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.article .titleDesc .titleDesc-title{
  margin-bottom: 1rem;
}
.article ul {
  margin-bottom: 2rem;
}
.article ul li{
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.article .uk-breadcrumb{
  margin-bottom: 1rem;
  line-height:1.1;
}
.article .uk-breadcrumb li{
  margin-bottom: 0.3rem;
}
.article .highlight-text{
  border-radius: 20px;
  padding: 2rem;
  background: #e7efff;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.article .highlight-text p {
    font-size: 1.23rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
.article .highlight-text p:last-child {
    margin-bottom: 0;
}
.article .image {
  margin-bottom: 2rem;
}
.article .image figcaption{
  margin-top: 1rem;
}
.article .image-right-caption{
   position: relative;
}
.article .image-right-caption figcaption{
   color: #929292;
   font-size: 20px;
   left: calc(100% + 40px);
   line-height: 1.3;
   margin: 0;
   position: absolute;
   top: 0;
   width: 300px;
}
.article pre.ql-syntax{
    color: #666;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    padding: 1.5rem;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #ffffff;
    white-space: pre-wrap;
}
.article-media-card{

}
.article-media-card-title{
    font-weight: 700;
    line-height: 1.3;
    margin-top: 0.5rem;
    font-size: 1.2rem;

}
.article-media-img.long{
    object-fit: cover;
    aspect-ratio: 2 / 2.3;
}
.same-article .article-media-card-title {
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.5rem;
    font-size: 1rem;
}
.media-menu-link {
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
}

#color-wheel .lightness-bar-container {
  position: relative;
  width: 100%;
  height: 15px;
  margin-top: 20px;
  padding: 2px 0;
  border-radius: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

#color-wheel .lightness-bar {
  position: relative;
  width: 93%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  margin: auto;
}

#color-wheel .lightness-marker {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

#color-wheel .color-picker {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: sans-serif;
}

#color-wheel .color-wheel-container {
  position: relative;
  margin-bottom: 20px;
}

#color-wheel .color-wheel {
  position: relative;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  cursor: crosshair;
  background: radial-gradient(circle at 50% 0, red, rgba(242,13,13,.8) 10%, rgba(230,26,26,.6) 20%, rgba(204,51,51,.4) 30%, rgba(166,89,89,.2) 40%, hsla(0,0%,50%,0) 50%),
              radial-gradient(circle at 85.35533905932738% 14.644660940672622%, #ffbf00, rgba(242,185,13,.8) 10%, rgba(230,179,26,.6) 20%, rgba(204,166,51,.4) 30%, rgba(166,147,89,.2) 40%, hsla(0,0%,50%,0) 50%),
              radial-gradient(circle at 100% 50%, #80ff00, rgba(128,242,13,.8) 10%, rgba(128,230,26,.6) 20%, rgba(128,204,51,.4) 30%, rgba(128,166,89,.2) 40%, hsla(0,0%,50%,0) 50%),
              radial-gradient(circle at 85.35533905932738% 85.35533905932738%, #00ff40, rgba(13,242,70,.8) 10%, rgba(26,230,77,.6) 20%, rgba(51,204,89,.4) 30%, rgba(89,166,108,.2) 40%, hsla(0,0%,50%,0) 50%),
              radial-gradient(circle at 50% 100%, #0ff, rgba(13,242,242,.8) 10%, rgba(26,230,230,.6) 20%, rgba(51,204,204,.4) 30%, rgba(89,166,166,.2) 40%, hsla(0,0%,50%,0) 50%),
              radial-gradient(circle at 14.64466094067263% 85.35533905932738%, #0040ff, rgba(13,70,242,.8) 10%, rgba(26,77,230,.6) 20%, rgba(51,89,204,.4) 30%, rgba(89,108,166,.2) 40%, hsla(0,0%,50%,0) 50%),
              radial-gradient(circle at 0 50%, #8000ff, rgba(128,13,242,.8) 10%, rgba(128,26,230,.6) 20%, rgba(128,51,204,.4) 30%, rgba(128,89,166,.2) 40%, hsla(0,0%,50%,0) 50%),
              radial-gradient(circle at 14.644660940672615% 14.64466094067263%, #ff00bf, rgba(242,13,185,.8) 10%, rgba(230,26,179,.6) 20%, rgba(204,51,166,.4) 30%, rgba(166,89,147,.2) 40%, hsla(0,0%,50%,0) 50%);
  overflow: hidden;
}

#color-wheel .marker {
  position: absolute;
  width: 16px;
  height: 16px;
  border: 4.3px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.95);
  transition: transform .5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#color-wheel .marker-other {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 2.1px solid #ffffff;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#color-wheel .color-wheel:hover + .marker {
 transform: translate(-50%, -50%) scale(1.1);
}

#color-wheel .controls {
  max-width: 300px;
  width: 100%;
}

.colors-combinations {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 10px 15px;
  background: #fff;
  column-gap: 1rem;
  box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}
.colors-combinations img{
  width: 20px;
}
.colors-combinations:hover span{
  text-decoration: none;
}

.colors-combinations-block .uk-dropdown-nav img{
  width: 20px;
}
.colors-combinations-block .uk-dropdown-nav li{
  display: flex;
  column-gap: 0.5rem;
}
.colors-combinations-block .uk-dropdown-nav li.active a{
  color: #1e87f0;
}

.gradient-track {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #ccc;
}

.color-stop-marker {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}




/*small*/
@media (max-width: 640px){
  .article-media-img.long {
    object-fit: cover;
    aspect-ratio: 2 / 1.5;
  }
  .same-article .article-media-card-title {
    font-weight: 500;
    font-size: 1rem;
  }

  .uk-breadcrumb>*>* {
    display: inline;
  }
  .article .uk-breadcrumb li {
    max-width: 100%;
  }
  body.user{
    padding-bottom:30px ;
  }
  .article .image figcaption a{
    font-size: 0.8rem;
  }
  .difsizes {
    text-align: center;
    font-size: 0.6rem;
  }
  .bottom-menu-mesh{
    flex-direction: column;
    row-gap: 1rem;
    width: 100%;
  }
  .bottom-menu-mesh li{
    width: 100%;
  }
  .bottom-menu-mesh li a, .bottom-menu-mesh li button{
    width: 100%;
    padding: 0 30px;
    vertical-align: middle;
    font-size: .875rem;
    line-height: 40px;
  }
  .bottom-menu-mesh li a{
    text-decoration: underline;
    min-height: 40px;
  }
  .bigletter{
    font-size: 5.5rem;
  }
  .langblockmenu .las {
        font-size: 1.1rem;
  }
  .langblockmenu span{
        font-size: 0.6rem;
        line-height: 1;
  }
  .arrowdown.langblockmenu::after {
    content: "";
    width: 8px;
    height: 8px;
    margin-left: 0.2rem;
    margin-top: -0.1rem;
}
  .toneinput.small {
    color: #333;
    font-size: 22px;
    line-height: 1;
    width: -webkit-fill-available;
    padding: 0.3rem 0.8rem;
    
  }
  .legibility-smalltext{
    font-size: 0.7rem;
  }
  .colormixinput {
    font-size: 0.9rem;
  }
  .mixcolorblock, .mixadd{

  }
  .colormix-range-procent {
    width: 80px;
    text-align: right;
  }
  .mixpicker{
    height: 80px;
  }
  .option-circle-button, .option-circle-button-group {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  .project-card a {
    padding-top:3.2rem;
  }
  .project-icons-top {
    right: calc(1rem + 35px);
    top: 0.5rem;
    position: absolute;
    display: flex;
    column-gap: 0.5rem;
}
  .static-top .visual{margin:0 auto 1rem;}
  .static-top--big-text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}
.static-top .visual {
    height: 60px;
    width: 60px;
}
.static-top .la {
    margin-right: 6px;
}
.navigation {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    border-radius: 0;
    padding: 0.5rem;
    background-color: #fff;
    z-index: 13;
}
.navigation__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
}
.navigation__link svg {
    width: 25px;
}
.navigation__link span {
    display: block;
    text-decoration: none;
    font-size: 11px;
    width: 100%;
    text-align: center;
    margin-top: 2px;
}
.navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.9rem;
}
.navigation__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0;
    border: none;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    color: #6C6C6C;
}

#layout-colors .uk-search-large svg{
  height:20px;
  width: 20px;
}
#layout-colors .uk-search-large .uk-search-icon:not(.uk-search-icon-flip)~.uk-search-input {
    padding-left: 50px;
}
#layout-colors .uk-search-large .uk-search-input {
    height: 60px;
    background: 0 0;
    font-size: 1.3rem;
}
#layout-colors .uk-search-large .uk-search-icon {
    width: 50px;
}
#layout-colors .eye-dropper-search i {
    line-height: 60px;
    font-size: 2rem;
    width: 100%;
}
#layout-colors .eye-dropper-search {
    height: 60px;
    width: 50px;
    background: #fff;
}
.cs-height {
    height: 200px;
    padding: 1.5rem;
}
.cs-height-color {
    font-size: 1.3rem;
}
.main-grid-blick a {
    font-size: 0.7rem;
}
.main-hero {
    padding: 2rem;
}
.main-hero .h1 {
    font-size: 2rem;
}
.main-hero .big-action-btn {
    font-size: 1.2rem;
    padding: 1rem 2.3rem;
}
.plashka .uk-navbar-nav>li>a{
  padding: 0 10px;
}
p.main-plashka {
    background: #e3e2ff;
    border-radius: 20px;
    padding: 2rem 1rem;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    color: #323169;
    font-weight: 600!important;
    letter-spacing: 0.5px;
    font-size: 1.3rem;
    margin: 3rem 1rem;
}
.grad-count-main{
  display: none;
}
  .uk-text-lead {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #333;
}
  .features-title{
    font-size:1.45rem;
  }
  .features-desc{
    font-size:1.3rem;
  }
  .vajno {
    position: fixed;
    bottom: 10px;
    right: 0;
    left: 0;
    z-index: 980;
    width: 90%;
    padding:1.5rem;
    margin:auto;
}

.addleft {
  width: 100%;
  height: 20%;
  left: 0;
  z-index: 1;
  top: 0;
}
.addright {
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.palette-grid-item-btn, .palette-grid-item-content .btn-container{
flex-direction: row;
}
.uk-margin-remove-top\@s{
margin-top: 0!important;
}
.uk-margin-remove-bottom\@s{
margin-bottom: 0!important;
}
.palette-grid-item .palette-grid-item-btn {
  opacity: 1;
  margin-bottom: 0;
  }
.palette-grid {
flex-direction: column; 
}  
.palette-grid-item-content{
width:100%;
}
.colormap .sqr-color{
height:55px;
}
  .converter{
margin-top: 0px;    
height: unset;
}
  .mixtitle {
  width: 80%;
}
  
#layout-profile .tabmenu a > h4 {
  font-size:0.9rem
}
  .colorinfoinput {
  font-size: 1.25rem;
}
.colorinfovalue {
  font-size: 0.87rem;
}
.colorinfotype {
  font-size: 0.7rem;
}
.uk-card-medium .uk-card-body, .uk-card-medium.uk-card-body {
  padding: 15px;
}
  #capture {
  padding: 1rem;
  margin: -1rem;
}
  .palette-color-block-card {
  padding: 12px 0;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.6rem;
}
.minimenulk{
  background: #f8f8f8;
  border-radius: 6px;
  padding: 0.5rem 0;
}
#layout-profile .uk-subnav.tabmenu>* {
  padding-right: 0px;
}
.header-margin-profile{
margin-top: -25px;
z-index: 1;
}
.achievement img {
  width: 50px;
  height: auto;
  transition: all .5s ease;
}
.h230 {
  height: 110px;
}  
.usernamebig {
  font-size: 18px;
  line-height: 1;
}
.photochange i {
  padding: 0.25rem;
  font-size: 1rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.legibilityinfo .title {
  line-height: 1;
  font-size: 2.3rem;
}
.uk-iconnav>* {
  padding-left: 10px;
  padding-right: 10px;
}
.legibilityinfo .desc {
  line-height: 1.25;
  font-size: 1rem;
}
  .uk-logo {
  font-size: 14px;
}
.legibility-card .pl-height{
  height: 160px;
  }
.palette-example .legibility-card .pl-height{
height: 140px;
}  

.legibility-card .pl-height > div {
 font-size:2rem;
} 
.legibility-card .pl-height div > div{
 font-size:0.8rem;
} 
.color-block-card {  
  height: 40px;
  width: 40px; 
}
.shades .mixpicker{
height: 120px!important;
}
.color-generate-card .la, .dashed-card .la {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.generategrad {
height:80vh!important;
}
.colormix{
height: 230px;
}
.colormixinfo {
  position: absolute;
  top: 30px;
  left: 30px;
}
.colormixmorecolor{
font-size:0.8rem;
}
.colormixtitle {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.circlebigmix {
  border-radius: 100%;
  width: 60px;
  height: 60px;
}
.circlesmallmix {
  border-radius: 100%;
  width: 30px;
  height: 30px;
}
.circlesmallmixblock {
  font-size:0.7rem;
}
.circlesmallmixblock.uk-grid-margin{
margin-top:10px;
}
.randommix i {
  padding: 0.3rem;
  font-size: 1rem;
  position: absolute;
  top: auto;
  bottom: 15px;
  right: 15px;
}
.colormixmod {
  position: absolute;
  bottom: 15px;
  top:auto;
  left: 30px;
  font-size:0.7rem;
}
.pl-height-solo{
  height: 250px;
}
h1{font-size: 25px;}
h2 {font-size: 22px;}
:not(pre)>code{
  font-size: 0.7rem;
  overflow-wrap: anywhere;
}
.main-color-block {height: 140px;border-radius: 6px 6px 0 0;}
.sec-color-block {height: 80px;border-radius: 6px 6px 0 0;}
.sqr-color {font-size: 0.8rem;}
.sqr-color.small {
  height: 80px;
}
.sqr-color .ligtnes .las {
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0px;
    font-size: 1rem;
}
.sqr-color .ligtnes{
  font-size: 0.7rem;
  margin-top: 0.3rem;
}

.palette-example .p-title {
  font-size: 22px;
  margin-bottom: 1.2rem;
}
.palette-example .p-desc {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 1.4rem;
}

.palette-color-block-card {
  height: 35px;
}

.palette-example .p-h2 {
  font-size: 28px;
  margin-bottom: 1.5rem;
}

.palette-example .p-p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.colorpalette.btnc {
  font-size: 9px;
}

#generategrad {
  margin-top: 60px;
}
.card-transporent {
  padding: 1rem;
}
.colortitle {
  font-size: 10px;
  text-align: center;
}
.colorblockgrid {
  height: 90%;
}
.addcolor-l {
  left: 0px;
  top: 65%;
  height: 35px;
  width: 35px;
  line-height: 30px;
  font-size: 30px;
}
.addcolor-r {
  right: 0px;
  top: 65%;
  height: 35px;
  width: 35px;
  line-height: 30px;
  font-size: 30px;
}

.colvo1 .colortitle {
  font-size: 20px;
}
.colvo2 .colortitle {
  font-size: 18px;
}
.colvo3 .colortitle {
  font-size: 16px;
}
.colvo4 .colortitle {
  font-size: 13px;
}
.colvo5 .colortitle {
  font-size: 10px;
}
.colvo1 .input input[type="color"] {
  height: 60px;
  width: 60px;
}
.colvo2 .input input[type="color"] {
  height: 50px;
  width: 50px;
}
.colvo3 .input input[type="color"] {
  height: 45px;
  width: 45px;
}

.colvo4 .input input[type="color"] {
  height: 40px;
  width: 40px;
}
.colvo5 .input input[type="color"] {
  height: 35px;
  width: 35px;
}
.circlenew {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 50%;
  height: 0;
  background: #00000017;
  padding-bottom: 50%;
  transform: translate3d(-50%, -50%, 0);
  box-shadow: 0 0 15px 10px rgb(0 0 0 / 10%);
  z-index: 12;
}
.palette-grid-item-color {
  font-size: 1.3rem;
}
.qbtn-sec{
    margin-left:0.3rem!important;
}
.qbtn{
    margin-right:0.4rem!important;
}
  .bottommenu{

  }
#colorpalette .generatepalettecolors {
  height: calc(100vh - 120px);
  }
#colorpalette .palette-grid{
    height: calc(100vh - 120px);
    position: relative;
  }
}

.fadelistdelay:hover{
  z-index: 1;
}
.fadelistdelay:nth-child(1) {
  animation-delay: 0s;
}

.fadelistdelay:nth-child(2) {
  animation-delay: 0.1s;
}

.fadelistdelay:nth-child(3) {
  animation-delay: 0.2s;
}

.fadelistdelay:nth-child(4) {
  animation-delay: 0.3s;
}

.fadelistdelay:nth-child(5) {
  animation-delay: 0.4s;
}

.fadelistdelay:nth-child(6) {
  animation-delay: 0.5s;
}

.fadelistdelay:nth-child(7) {
  animation-delay: 0.6s;
}

.fadelistdelay:nth-child(8) {
  animation-delay: 0.7s;
}

.fadelistdelay:nth-child(9) {
  animation-delay: 0.8s;
}

.fadelistdelay:nth-child(10) {
  animation-delay: 0.9s;
}
.fadelistdelay:nth-child(11) {
  animation-delay: 1s;
}
.fadelistdelay:nth-child(12) {
  animation-delay: 1.1s;
}

@keyframes fadeIn {
  from {
    opacity: 0; /* Start with opacity 0 */
  }
  to {
    opacity: 1; /* End with opacity 1 */
  }
}