/*@font-face {
    font-family: 'Actay Wide';
    src: url('../fonts/ActayWide-Bold.woff2') format('woff2') 
        url('ActayWide-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}*/
@font-face {
    font-family: 'Actay Wide';
    src: url('../fonts/ActayWide-Bold.woff2') format('woff2'),
        url('../fonts/ActayWide-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('../fonts/Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@media(max-width: 960px){
    html{
        font-size: 14px;
    }
}
input.uk-input{
    border-radius: 5px;
    border: 1px solid #6BD90C;
}
.night-on{
    display: none;
}
.green-text{
    color: #6BD90C;
}
.no-border{
  border: none;
}
.uk-button{
    border-radius: 5px;
}
.uk-button-secondary{
    background: #141216;
    color: #fff;
    border-radius: 5px;
}
.uk-button-secondary:hover{
    background: #404040;
}
.uk-button-primary{
    background: #6BD90C;
    border-radius: 5px;
    border: 1px solid #000;
}
.uk-checkbox:focus,
.uk-checkbox{
    border-radius: 2px;
    border-color: #7dae54;
}

/*.uk-checkbox:focus{
    background-color: #7ddd2a;
}*/

.uk-checkbox:checked:focus,
.uk-checkbox:checked{
    background-color: #7dae54;
}
.uk-button-primary:hover{
    background: #51B000;
}
.uk-button-danger{

}
a:hover,
a{
    color: #000;
    text-decoration: none;
}
body{
    font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
    background: url(../img/banner-background.png) top left / auto no-repeat;
    background-attachment: fixed;
}
.color-green{
    color: #6BD90C;
}
.font-gilroy{
    font-family: 'Gilroy';
    font-weight: 700;
    font-style: normal;
}
.font-actay{
    font-family: 'Actay Wide';
    font-weight: 700;
    font-style: normal;
}
.header{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.header-logo{
    background: #fff;
    border-radius: 50%;
    display: flex;
    aspect-ratio: 1;
    height: 3rem;
    justify-content: center;
}
.header-logo svg{
    fill: #000;
    min-height: 3rem;
}

@media(max-width: 960px){
    .header .logo_block img{
        width: 3rem;
    }
}
.uk-modal-dialog{
    border-radius: 1rem;
}
.header-mobi-menu{
    padding-left: 1rem;
}
.night-black{
    fill: transparent;
}
.header .slogan{
    border-left: 2px solid #000;
    padding-left: 1rem;
    margin-left: 1rem;
}
.header .slogan > span:first-child{
    font-size: 1.25rem;
}
.header .slogan > span:nth-child(2){
    font-style: 0.85rem;
    color: #8F8F8F;
}
.header-links{
    padding: 0 1rem;
}
.header-links .uk-navbar-nav li{
    padding: 0.5rem 0.75rem;
    margin: 0 0.25rem;
}
.header-links .uk-navbar-nav li span,
.header-links .uk-navbar-nav li a{
    text-transform: full-size-kana;
    font-size: 1rem;
}
.header-links .uk-navbar-nav li span{

}
.header-links .uk-navbar-nav li:hover{
/*.header-links .uk-navbar-nav li.uk-active{*/
    background: #6BD90C;
    color: #fff;
    border-radius: 4px;
}
.header-links .uk-navbar-nav li:hover > a{
/*.header-links .uk-navbar-nav li.uk-active > a{*/
    color: #fff;
}
.header-contacts-desktop > *{
    margin: 0 0.1rem;
}
.header-contacts-desktop > div{
    margin-left: 1rem;
}
.whatsapp-link svg,
.telegram-link svg{
    width: 2.5rem;
    height: auto;
}
.flexMenu{
    flex-wrap: wrap;
    align-items: center;
}
.header-links .uk-navbar-nav span,
.header-links .uk-navbar-nav a{
    min-height: auto;
    cursor: pointer;
}
.header-links .uk-navbar-dropdown{
    width: 100%;
    padding: 0rem;
    max-width: 300px;
    width: 100%;
}
.header-links .uk-navbar-nav > li.uk-active > a{
}

.flexMenu-popup{
    list-style: none;
    padding: 0;
    z-index: 99;
    background: #fff;
    max-width: 200px;
    width: 100%;
}
.header-links .uk-navbar-nav .flexMenu-popup li{
    padding: 0.5rem 1rem;
}
.header-call-btn{
    padding: 0.1rem 0;
    font-size: 0.8rem;
    display: block;
}
@media(max-width: 960px){
    .header-call{
        text-align: center;
    }
    .header-call .uk-button.uk-button-secondary{
        padding: 0;
    }
    .header-call .uk-button.uk-button-secondary span:last-child{
        display: none;
    }
    .header-contacts-desktop > div{
        margin-left: 0;
    }
    .header-call .uk-button.uk-button-secondary{
        border-radius: 50%;
        line-height: normal;
    }
    .header-call .uk-button.uk-button-secondary svg {
        width: 2.5rem;
        padding: 0.6rem;
    }
}
.border-radius-20{
    border-radius: 20px;
}
.slider{
    padding-left: 5rem;
}
.slide-title h3{
    font-size: 3rem;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
}
.slide-title h4{
    font-size: 3rem;
    font-weight: bold;
    color: #6BD90C;
    text-shadow: 0 0 0 #000;
    text-align: left;
    margin: 0;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.slide-title p{
    text-align: left;
    color: #8F8F8F;
    font-size: 1.5rem;
}
.slider-img{
    border-radius: 25px;
}
.slider-slide-logo img{
    /*max-height: 2rem;*/
    /*width: auto;*/
    width: 25%;
    margin: 0 1rem;
    height: auto;
}
.slider .slider-nav{
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    text-align: center;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    width: 5rem;
}
.slider-slideshow-nav{
    list-style: none;
    padding: 0;
}
.slider-slideshow-nav li{
    list-style: none;
    font-size: 0.7rem;
    cursor: pointer;
}
.slider-slideshow-nav li span{
    font-size: 0.75rem;
    color: #8F8F8F;
}
.slider-slideshow-nav li h4{
    margin: 0;
    font-weight: bold;
    font-size: 1.25rem;
    color: #8F8F8F;
}
.slider-slideshow-nav li.uk-active h4{
    color: #6BD90C;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.slider-slideshow-nav li.uk-active span{
    color: #000;
}
.slide-nav-before{
    display: block;
    transform: rotate(-90deg) translate(20%, 5%);
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}
.slide-nav-after{
    display: block;
    transform: rotate(-90deg) translate(-70%, 5%);
    font-size: 3rem;
    font-weight: bold;
    color: #000;
}
.slide-title{
    position: relative;
}
.slide-title:before{
    content: '';
    position: absolute;
    top: -1rem;
    right: -1rem;
    width: 3rem;
    height: 3rem;
    background: url(../img/star.svg) center / contain no-repeat;
}
.slide-links{
    position: relative;
}

.slide-links:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1rem;
    width: 2rem;
    height: 2rem;
    background: url(../img/star.svg) center / contain no-repeat;
}
.slider-name{
  transform: rotate(90deg);
  font-size: 3rem;
  text-wrap: nowrap;
  font-weight: bold;
  width: 3rem;
  color: #000;
  position: relative;
  padding-left: 2rem;
  align-self: start;
  margin-bottom: 1rem !important;
}
.slider-name:before{
    content: '';
    width: 3.5rem;
    height: 2rem;
    background: url(../img/rings.svg) center / contain no-repeat;
    display: inline-block;
    margin-right: 1rem;
}
.slider-name:after{
    position: absolute;
    content: '';
    width: 2rem;
    height: 2rem;
    left: 0;
    top: 50%;
    transform: translate(0, -60%);
    background: url(../img/star.svg) center / contain no-repeat;
}
@media(max-width: 960px){
    .slider{
        padding-left: 0;
    }
    .slider .slide-title h3{
        font-size: 2rem;
    }
    .slider .slide-title h4{
        font-size: 2rem;
    }
    .slider .slide-title p{
        font-size: 1rem;
    }
    /*.slider-slideshow-nav{
        display: none;
    }*/
    .slider-slide-logo img{
        width: 25%;
        margin: 0;
    }
    .slider .uk-slideshow-items{
        min-height: calc(100vh - 3rem) !important;
    }
}
.beginer{
  background: #6BD90C;
}
.header-switcher{
    padding-left: 2rem;
}
.switcher input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.switcher-slider {
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
  width: 2rem;
  height: 4rem;
  display: block;
  position: relative;
  border-radius: 1rem;
  border: 1px solid #000;
}

.switcher-slider:before {
  position: absolute;
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  left: 0.1rem;
  top: 0.1rem;
  bottom: auto;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 1rem;
  background: url(../img/sun.svg) center / 75% no-repeat, #fff;
}

.switcher input:checked + .switcher-slider {
    background: #fff;
}

.switcher input:checked + .switcher-slider:before {
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  background: url(../img/moon.svg) center / 75% no-repeat, #000;
}
@media(max-width: 960px){
    .header-switcher{
        padding-left: 1rem;
    }
    .switcher-slider{
        width: 1rem;
        height: 2rem;
    }
    .switcher-slider::before{
        position: absolute;
        content: "";
        height: 0.8rem;
        width: 0.8rem;
        left: 0.1rem;
        top: 0.1rem;
        bottom: auto;
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 1rem;
        background: url(../img/sun.svg) center / 75% no-repeat, #fff;
    }
    .switcher input:checked + .switcher-slider::before{
        transform: translateY(1rem);
    }
}
.running-line{
    padding-top: 1rem;
    padding-bottom: 1rem;
    /*background-color: #6BD90C;*/
    /*background-color: #fff;*/
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.running-line ul{
    list-style: none;
    /*color: #fff;*/
    color: #333;
    padding: 0;
    margin: 0;
    display: flex;
    text-wrap: nowrap;
    animation: running-line 60s linear infinite;
}
@keyframes running-line {
    0%{
        margin-left: 0%;
    }
    100% {
        margin-left: -100%;
    }
}
.running-line ul li{
    padding-right: 1rem;
    display: flex;
    align-items: center;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: bold;
}
.running-line ul li::before{
    content: '';
    width: 2rem;
    height: 2rem;
    background: url(../img/snowflake.svg) center / 90% no-repeat;
    /*background: url(../img/snowflake-white.svg) center / 90% no-repeat;*/
    display: inline-block;
    margin-right: 1rem;
}
@media(max-width: 960px){
    .running-line{
        padding: 0.5rem;
    }
    .running-line ul li{
        font-size: 0.5rem;
    }
    .running-line ul li::before{
        width: 0.5rem;
        height: 0.5rem;
    }
}
.special{
    margin-bottom: 5rem;
}
.special-title{
    font-weight: bold;
    margin: 0;
    font-size: 4rem;
    /*text-transform: uppercase;*/
}
.special-item-title{
  font-size: 2rem;
}
.special-description{
    margin: 1rem 0;
}
.special-old_price{
    text-decoration: line-through;
    font-weight: bold;
    font-size: 1.25rem;
}
.special-price{
    font-weight: bold;
    font-size: 1.25rem;
    color: #6BD90C;
}
.special-title-icons svg{
    height: 3rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0.5rem;
}
.special-title-img{
    display: flex;
    aspect-ratio: 4.15;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.special-title-img img{
    object-fit: cover;
}
.special-title-img svg{
    position: absolute;
    left: 4rem;
    top: 2rem;
    bottom: 2rem;
    height: calc(100% - (2rem * 2));
    width: auto;
    opacity: 0.2;
}
.special-title-img svg path{
    fill: #fff;
}
.special-item{
    position: relative;
    padding-left: 4rem;
}
.special-icons{
    display: flex;
    align-items: center;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    bottom: 0;
    left: 3rem;
}
.special-icons svg:nth-child(1){
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}
.special-icons svg:nth-child(2){
    height: 1.5rem;
    margin-right: 1rem;
}
.special-icons span{
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
    display: block;
    margin-top: 0.5rem;
    color: #fff0;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.special-btn{
    border: 0;
}
.services{
    position: relative;
    padding-left: 6rem;
    margin-bottom: 5rem;
}
.services-title{
    display: flex;
    align-items: center;
    font-size: 4rem;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    height: 6rem;
    line-height: 6rem;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 0;
}
.services-title span{
    margin-top: 1rem;
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    color: #0000;
}
.services-title:before{
    content: '';
    width: 3rem;
    height: 3rem;
    background: url('../img/snowflake.svg') center / 90% no-repeat;
    display: block;
    margin-right: 1rem;
}
.services-title:after{
    content: '';
    width: 3rem;
    height: 3rem;
    background: url('../img/snowflake.svg') center / 90% no-repeat;
    display: block;
    margin-left: 1rem;
}
.services-item{
    border: 1px solid #EBEBEB;
    padding: 1rem;
    border-radius: 10px;
    min-height: calc(100% - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.services-item-number{
    background: #404040;
    /*background: #6BD90C;*/
    color: #fff;
    font-size: 2rem;
    padding: 0.5rem;
    border-radius: 5px;
    display: flex;
    aspect-ratio: 1;
    height: 3rem;
    justify-content: center;
}
.services-item-title h4{
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}
.services-item-title span{
    margin-bottom: 1rem;
    display: block;
}
.services-item-price{
    font-size: 2rem;
    font-weight: bold;
    color: #6BD90C;
}
@media(max-width: 960px){
    .special-title{
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    .special-title-icons svg{
        height: 2rem;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0.25rem;
    }
    .services{
        padding-left: 3rem;
    }
    .services-title{
        white-space: nowrap;
        font-size: 2rem;
        line-height: 2rem;
        margin-top: 0;
        height: 3rem;
    }
    .services-title::before{
        content: '';
        width: 2rem;
        height: 2rem;
        background: url('../img/snowflake.svg') center / 90% no-repeat;
        display: block;
        margin-right: 1rem;
    }
    .services-title::after {
      content: '';
      width: 2rem;
      height: 2rem;
      background: url('../img/snowflake.svg') center / 90% no-repeat;
      display: block;
      margin-left: 1rem;
    }
    .services-title span{
        margin-top: 0.5rem;
    }
}
.about{
  padding-right: 4rem;
  padding-bottom: 3rem;
  position: relative;
}
.about-img img{
  border-radius: 20px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.about-img img:last-child{
  margin-bottom: 0;
}
.about-img a{
    margin-bottom: 0.5rem;
}
.about-crew-title{
  font-size: 3rem;
  color: #000;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin: right top;
  white-space: nowrap;
}
.about-crew-title svg{
  height: 2rem;
  width: auto;
  margin-bottom: 0.5rem;
}

@media(max-width: 960px){
    .about{
        margin-bottom: 2rem;
        padding-right: 3rem;
    }
    .about-crew-title{
        transform: rotate(-90deg) translateY(-100%) translateX(-20%);
        font-size: 2rem;
    }
    .about-crew-title svg{
        height: 1.5rem;
    }
}
.home-about-title{
  display: flex;
  align-items: center;
}
.home-about-title:before{
  content: '';
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  background: url(../img/star.svg) center / 100% no-repeat;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.home-about-body p{
  color: #141216;
}
.home-about-body p:nth-child(even){
  padding-left: 1rem;
  border-left: 2px solid #6BD90C;
  color: #8F8F8F;
}
@media(max-width: 960px){
    .home-about-title{
        font-size: 1.5rem;
    }
}
.works{
    padding-top: 2rem;
}
.works-title{
  font-size: 4rem;
}
.works-title svg{
  margin-bottom: 0.5rem;
  height: 2rem;
  width: auto;
}
.works .uk-subnav a{
  background: #141216;
  color: #fff;
  border-radius: 4px;
  padding: 0.5rem 1rem;
}
.works .uk-subnav li.uk-active > a{
  background: #6BD90C;
}
.work-item{
  position: relative;
  border-radius: 15px;
}
.work-item-title{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to top, #000d, #0007, #0007, #000d);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.work-item-title a{
    display: block;
    width: 100%;
}
.work-item-title h4{
  color: #fff;
  margin-bottom: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.work-item-title h4 span{
    width: calc(100% - 5rem);
}
.work-item-title h4:after{
    content: '';
    width: 4rem;
    height: 4rem;
    background: url(../img/string.svg) center / 50% no-repeat #6BD90C;
    display: block;
    border-radius: 50%;
}
.work-item-tags span,
.work-item-tags a{
  color: #fff;
  margin-right: 0.5rem;
}
.work-item-tags span svg,
.work-item-tags a svg{
  height: 1rem;
  width: auto;
  margin-bottom: 0.2em;
}
@media(max-width: 960px){
    .works-title{
        font-size: 2rem;
    }
    .works .uk-subnav{
        display: flex;
        justify-content: space-between;
    }
    .works .uk-subnav li{
        width: calc(50% - 2rem);
        margin-bottom: 1rem;
    }
}
.footer{
    padding-top: 2rem;
    padding-bottom: 1rem;
    background: #141216;
}
.footer a{
    color: #9B9B9B;
}
.footer .uk-heading-primary{
    font-family: 'Actay Wide';
    font-weight: 800;
    font-style: normal;
    color: #fff;
    margin: 0;
}
.footer .nav-separeit{
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #fff3;
}
.footer-col{
    padding-right: 40px;
    border-right: 1px solid #fff3;
    height: 100%;
}
.no-border{
    border-right: 0;
    padding-right: 0;
}
.footer-col-20{
    width: calc(25% - 40px);
}
.footer-col-18{
    width: calc(18% - 40px);
}
.footer-logo svg{
    width: 100%;
}
.footer-logo svg path{
    fill: #fff;
}
.footer-slogan{
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 2px solid #fff;
}
.footer-slogan h4{
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0;
}
.footer-slogan span{
    color: #9B9B9B;
}
.footer-row-2{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #fff3;
}
.footer-socials{
    margin-top: 1rem;
}
.footer-socials-title{
    color: #fff;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

@media(max-width: 960px){
    .footer-col-20{
        width: 100%;
    }
    .footer-col-20 .footer-col{
        padding-right: 0;
        border-right: 0;
    }
    .footer-col-18{
        width: calc(50% - 30px);
    }
    .footer-col-18 .footer-col{
        padding-right: 1rem;
    }
    .footer-col-18:nth-child(2n + 1) .footer-col{
        border-right: 0;
    }
}
#whatsapp-icon circle,
#telegram-icon circle{
    fill: #141216;
}
#whatsapp-icon path,
#telegram-icon path{
    fill: #fff;
}
.reviews{
    background: #6BD90C;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 5rem;
    position: relative;
}
.reviews-title{
    font-size: 3rem;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    font-weight: bold;
    color: transparent;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    height: 6rem;
    line-height: 6rem;
    position: absolute;
    left: 0;
    top: 3rem;
    margin-bottom: 0;
}
.reviews-title:before,
.reviews-title:after{
    content: '';
    width: 3rem;
    height: 3rem;
    display: block;
    margin-left: 1rem;
    background: url('../img/snowflake-white.svg') center / 90% no-repeat;
}
.reviews-title:before{
    margin-left: 0;
    margin-right: 1rem;
}
.reviews-title span{
    margin-top: 0.5rem;
}
.reviews-item{
    background: #fff;
    border-radius: 1rem;
    color: #8F8F8F;
    overflow: hidden;
    height: 100%;
}
.reviews-item-logo{
    background: #000;
    display: flex;
    /*align-items: center;*/
    /*padding: 1rem;*/
}
.reviews-item-logo a{
    display: flex;
}
.reviews-item-logo a img{
    object-fit: cover;
}
.reviews-item-desc{
    padding: 1rem;
}
.reviews-item-name{
    margin-left: 1rem;
}
.reviews-item-name-img{
    margin-bottom: 1rem;
}
.reviews-item-name-img img{
    width: 25%;
    border-radius: 50%;
    overflow: hidden;
}
.reviews-item-name-img h4{
    margin: 0;
    color: #000;
}
.page-header-img{
    overflow: hidden;
    border-radius: 1rem;
}
@media(max-width: 960px){
    .reviews-title{
        font-size: 2rem;
        height: 3rem;
        line-height: 1;
    }
    .reviews {
      background: #6BD90C;
      padding-top: 3rem;
      padding-bottom: 3rem;
      padding-left: 3rem;
      position: relative;
    }
    .reviews-title:after,
    .reviews-title:before{
        width: 2rem;
        height: 2rem;
    }
}
.cookie-notification{
    background: #fff;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    padding: 1rem;
    border-radius: 10px;
    box-shadow: 0 0 4px 0px #00000057;
}