html {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    color: #494a53;
    background: url('../images/groovepaper.png');
    font-family: Ubuntu, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

a {
    color: #9a5273;
    text-decoration: none;
    transition: all 0.8s 0.01s ease;
    -moz-transition: all 0.8s 0.01s ease;
    -o-transition: all 0.8s 0.01s ease;
    -webkit-transition: all 0.8s 0.01s ease;
}
.modal-trigger {
    position: absolute;
    top: 80px;
    left: 50%;
    font-size: 16px;
}
a:hover {
    text-decoration: underline;
}

h2 {
    font-family: PTSans, Arial, sans-serif;
    font-size: 24px;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-weight: 300;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

main {
    overflow: hidden;
    padding-bottom: 70px;
}

@font-face {
    font-family: 'Circe_r';

    src: url('../fonts/Circe_r.eot');
    src: url('../fonts/Circe_r.ttf') format('truetype');
    src: url('../fonts/Circe_r.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Circe_r.woff') format('woff'),
        url('../fonts/Circe_r.ttf') format('truetype'),
        url('../fonts/Circe_r.svg#Circe_r') format('svg');
}

@font-face {
    font-family: 'PTSans';
    src: url('../fonts/PTSans.eot');
    src: url('../fonts/PTSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PTSans.woff') format('woff'),
        url('../fonts/PTSans.ttf') format('truetype'),
        url('../fonts/PTSans.svg#PTSans') format('svg');
}

@font-face {
    font-family: 'Rub';
    src: url('../fonts/Rub.otf');
    src: url('../fonts/Rub.eot');
    src: url('../fonts/Rub.ttf') format('truetype');
    src: url('../fonts/Rub.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Rub.woff') format('woff'),
        url('../fonts/Rub.ttf') format('truetype'),
        url('../fonts/Rub.svg#Rub') format('svg');
}

.center {
    width: 1085px;
    margin: 0px auto;
    background: #fff;
    padding: 0px 40px 80px;
    box-sizing: border-box;
    min-height: 100%;
    height: auto !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2)
}

.center h1 {
    font-size: 23px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    margin: 15px 0px 5px;
    padding: 10px 15px;
    font-family: PTSans, Arial, sans-serif;
    background: #b12923;
}

.pagetitle {
    font-size: 23px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    margin: 15px 0px 5px;
    padding: 10px 15px;
    font-family: PTSans, Arial, sans-serif;
    background: #b12923;
}

.top {
    width: 100%;
    height: 127px;
    margin: 0px;
    position: relative;
}

.logo {
    width: 359px;
    height: 58px;
    position: absolute;
    top: 3px;
    left: 0px;
}

.contacts {
    position: absolute;
    top: 65px;
    right: 30px;
    font-size: 24px;
    
    padding-left: 42px;
    display: grid;
    grid-template-columns: 45px 180px;
    grid-template-rows: 16px 100px;
}
.contacts i {
    grid-row: 1/3;
    grid-column: 1/2;
    font-size: 45px;
    color: green;
}
.contacts span {
    font-size: 12px;
    display: block;
    color: #a5a5a5;
    grid-row: 1/2;
    grid-column: 2/3;
}
.contacts a {
    grid-row: 2/3;
    grid-column: 2/3;
}
.slogan {
    position: absolute;
    left: 295px;
    top: 20px;
    font-size: 22px;
}

.menu {
    height: 65px;
    background: #ececec;
    position: relative;
}

.menu ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: table;
}

.menu ul li:first-child {
    background: none;
}

.menu ul li {
    float: left;

    position: relative;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.menu ul li a {
    position: relative;
    color: #2f3033;
    margin-top: 0px;
    margin-left: 1px;
    text-decoration: none;
    padding: 23px;
    display: block;
}

.menu ul li a:hover {
    color: #494a53;
    background: url('../images/menubg.gif') repeat-x;
}

.button {
    background: #EFEEEE;
    float: right;
    display: block;
    text-align: center;
    padding: 10px 35px;
}

.content {
    line-height: 135%;
    margin-bottom: 50px;
    overflow: hidden;
}

.content p {
    text-align: justify;
}

.content p:first-child {
    margin-top: 0px;
}

.catalog {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.categoryName {
    display: block;
    text-align: center;
    padding: 10px 15px;
    background: #b12923;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: underline;
    cursor: pointer;
}

.block {
    width: 300px;
    min-height: 330px;
    float: left;
    margin: 0px 30px 25px 0px;
    border-bottom: 1px solid #a3a3a3
}

.block h2 {
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    margin: 15px 0px 0px;
    padding: 10px 15px;
    font-family: PTSans, Arial, sans-serif;
    background: #b12923;
}

.block a {
    color: #fff;
    text-decoration: none
}

.block .img {
    width: 300px;
    height: 183px;
    display: table-cell;
    vertical-align: middle
}

.block img {
    max-width: 300px;
    max-height: 183px;
    display: block;
    margin: 0 auto
}

.block p {
    margin: 8px 0px;
}

.block .cost {
    font-weight: 700;
    font-size: 17px;
}

.bottom {
    width: 1000px;
    margin: -80px auto 0px;
    height: 80px;
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    color: #000;
    border-top: 1px solid #a3a3a3;
    padding-top: 3px;
}

.bottom div {
    margin-bottom: 1px;
}

.trash {
    position: absolute;
    top: -65px;
    color: #9d9d9d;
    padding-bottom: 5px;
    font-size: 12px;
}

.copy {
    float: left;
    margin: 0px 25px 0px 0px;
}

.copy img {
    margin-top: 8px;
}

.conts {
    float: left;
    margin: 0px 20px 0px 80px;
}

.bot_img {
    position: absolute;
    right: 20px;
}

.b {
    font-weight: 600;
}

.clr {
    clear: both;
}

.hidden {
    opacity: 0;
}

.visible {
    opacity: 1;
}

#scrollUp {
    background-image: url('../images/top.png');
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
}

/*СЛАЙДЕР*/
.cbp-fwslider {
    position: relative;
    overflow: hidden;
    padding: 0px !important;
    width: 100%;
}

.cbp-fwslider img {
    overflow: hidden;
}

.cbp-fwslider ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style-type: none;
}

.cbp-fwslider ul li {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.cbp-fwslider ul li>a,
.cbp-fwslider ul li>div {
    display: block;
    text-align: center;
    outline: none;
}

.cbp-fwslider ul li>a img {
    border: none;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.cbp-fwslider nav span {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 100px;
    background: #b12923;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-top: -47px;
    line-height: 94px;
    cursor: pointer;
    font-weight: normal;
}

.cbp-fwslider nav span:hover {
    background: #ef5848;
    transition: all 0.5s ease 0s;
}

.cbp-fwslider nav span.cbp-fwnext {
    right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev {
    left: 0px;
}
.desktop-menu {
    
}
.mobile-menu {
    position: relative;
    display: none;
}
.mobile-menu i {
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 22px;
}
.mobile-menu ul {
    flex-direction: column !important;
    align-items: flex-start !important;
    background: #9d9d9d;
    position: absolute;
    top: 40px;
}
.cbp-fwdots {
    position: absolute;
    bottom: 5px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.cbp-fwdots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.cbp-fwdots span:hover {
    background: #b12923;
    transition: all 0.5s ease 0s;
}

.cbp-fwdots span.cbp-fwcurrent {
    background: #b12923;
    box-shadow: 0 0 0 2px #b12923;
    transition: box-shadow 0.2s ease-in-out;
}

/*СЛАЙДЕР*/
.pathway {
    font-size: 12px;
    margin: 0 0 20px 0
}

.cont-1 {
    float: left;
    width: 40%;
    margin: 0px 30px 5px 0px;
    text-align: right;
    font-weight: bold
}

.cont-2 {
    float: left;
    width: 50%;
    margin: 0px 0px 5px 0px
}

.cont-br {
    margin-bottom: 20px
}

a.name-cont {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 18px
}

table td {
    padding: 7px
}

a.download {
    display: block;
    float: left;
    position: relative;
    height: 35px;
    /* width: 150px; */
    padding: 3px 6px 3px 0;
    border-radius: 3px;
    background-color: #f2f2f2;
    text-decoration: none;
    font: 12px Arial, sans-serif;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 10px;
    -o-transition: background 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, color 0.5s ease;
    -webkit-transition: background 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, color 0.5s ease;
    border: 1px solid #C3C3C3
}

a.download:hover {
    color: #f2f2f2;
    background-color: #B12923;
}

.pdf {
    background: url(../images/pdf.png) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin: 5px 5px 0 5px;
}

.excel {
    background: url(../images/excel.png) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin: 5px 5px 0 5px;
}

.word {
    background: url(../images/word.png) no-repeat;
    width: 25px;
    height: 25px;
    float: left;
    display: block;
    margin: 5px 5px 0 5px;
}

table.table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0
}

table.table td {
    padding: 5px 8px;
    border: 1px solid #808080
}

table.table .title {
    font-weight: bold;
    text-align: center;
    background-color: #eee
}

table.table .title p {
    text-align: center
}

table.table tr:hover {
    background-color: #eee
}

.hide {
    display: none
}

h3.main-h3 {
    background: #DEDDDD;
    color: #000;
    padding: 12px 0;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 300;
}

.socials img {
    width: 40px;
    margin: 0 3px 0 0;
}

.socials {
    position: absolute;
    bottom: 20px;
    right: 200px;
}

.menu ul li.active a {
    background: white;
    font-weight: bold;
}
.modal.form {
  width: 500px;
}
.modal form .name {
  position: relative;
  padding: 20px;
  margin: 0 0 20px;
 
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.modal form .fieldset {
  padding: 0 20px 20px;
}
.modal form {
 display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.modal form button {display: block;
    padding: 10px 20px;
   
    background: #b12923;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
    outline: none;
    border: none;
}
.modal form input,
.modal form textarea {
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 2px solid #dadada;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.35s ease;
  -moz-transition: border-color 0.35s ease;
  -ms-transition: border-color 0.35s ease;
  -o-transition: border-color 0.35s ease;
  transition: border-color 0.35s ease;
}
.modal form textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  padding: 14px;
}
.modal form input:focus,
.modal form textarea:focus {
  border-color: #f8c607;
}
.modal form input.error,
.modal form textarea.error {
  border-color: #b92828;
}
.modal form label {
  display: block;
  padding: 0 0 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #4c4c4c;
}
.modal form.remove_user .fieldset {
  padding: 30px 20px 0;
  text-align: center;
}
.modal form.remove_user .fieldset span {
  display: block;
}
.fancybox-content {
    padding: 10px !important;
}
@media (max-width: 1200px) {

    body {
        overflow-x: hidden;
    }

    .menu ul {
        display: flex;

        flex-direction: row;

        justify-content: space-around;

        align-items: center;
    }

    .block h2 {
        font-size: 16px;
    }

    table td {
        vertical-align: top;
    }

    .center {
        width: 100%;
    }

    footer {
        padding: 10px;
    }

    .block img {
        width: 100%;
    }

    table[width="100%"] td img {
        max-height: 225px;
        object-fit: cover;
    }

    .bottom {
        width: 100%;
    }

    #avtokrany {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .block {
        width: 30% !important;
        flex-basis: 30%;
        margin: 10px;
    }

    .ymaps-2-1-76-map {
        width: 100% !important;
    }
}
@media (max-width: 1024px) {
    .modal-trigger {
        left: 45%;
    }
}
@media (max-width: 991px) {
    .block {
        width: 30% !important;
    }

    .menu ul li a {
        font-size: 12px;
    }

    .block h2 {
        margin-bottom: 20px;
    }
}

@media (max-width: 867px) {
        .modal-trigger {
        left: 38%;
    }
    .menu ul li a {
        padding: 10px;
        height: 100%;
    }

    .menu {
        height: 39px;
    }

    .categoryName {
        font-size: 24px;
    }

    #avtokrany {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .block {
        width: 30% !important;
        flex-basis: 30%;
        margin: 10px;
    }

    .block .img {
        width: 100%;
        height: 100%;
        display: block;
        padding: 0;
    }

    .block h2 {
        font-size: 12px;
    }

    .slogan {
        left: 150px;
    }

    table[width="100%"] td img {
        display: none;
    }

    table[border="0"] tr {
        display: inline-grid;
    }
}

@media (max-width: 567px) {
    .modal-trigger {
    left: 0;
    top: 85px;
}
    .menu {
        z-index: 9999;
    }
    main {
        z-index: 999;
    }
    .desktop-menu {
    display: none;
}
.mobile-menu {
    display: block;
}
.mobile-menu ul  {display: flex;}
.mobile-menu i { display: block;}
    .center h1 {
        font-size: 16px;
    }

    .block {
        width: 45% !important;
        flex-basis: 45%;

    }

    .block img {
        width: 100%;
        min-height: 183px;
        object-fit: cover;
    }

    .conts,
    .socials {
        display: none;
    }

    .slogan {
        position: absolute;
        left: 105px;
        top: 20px;
        font-size: 13px;
    }

    .logo a img {
        max-height: 80px !important;
    }
}

@media (max-width: 420px) {
    .modal-trigger {
    left: 0;
    top: 95px;
}
     .menu {
         margin-top: 30px;
     }
    .contacts {
  
    top: 25px;
    right: -10px;
    
}
.top {
    height: 95px;
}
    .block {
        width: 100% !important;
        flex-basis: 100%;
    }

    img[alt="Аренда автокрана Ростов"] {
        padding: 0;
        display: block;
    }

    .trash {
        font-size: 9px;
    }

    table.table td {
        font-size: 12px;
    }

    .slogan {
        display: none;
    }
}
@media (max-width: 360px) {
    .contacts {
   
    right: -30px;
}
}
@media (max-width: 360px) {
    .contacts {
        background: none;
    }
    .logo {
        max-width: 100px;
    }
      /* .center {
            box-sizing: content-box;
    }*/
    .trash  {
        top: 5px;
    }
    
    .contacts {
    font-size: 13px;
    grid-template-columns: 45px 100px;
}
.bottom div {
    width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: auto;
        position: relative;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 10px 0;
            right: 0;
    bottom: 0;
    }
.bottom {
    height: auto;
}
main {
    padding-bottom: 0;
}
footer {
    padding: 10px;
    background: #fff;
}
.bottom div.trash {
    display:none;
}
}

.jGrowl {
    z-index: 99999 !important;
    
}
.fancybox-container {
    z-index: 99990 !important;
}
#go {position:fixed;bottom:160px;right:25px;cursor:pointer;z-index:999; text-decoration: none;}
#go.open_callback_whatsapp {bottom: 25px;}
#go .uptocall-mini-phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}
#go .uptocall-mini-phone i {font-size: 30px;color: white;}
#go .uptocall-mini-phone {-moz-border-radius:50% !important;-webkit-border-radius:50% !important;border-radius:50% !important;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;background-color:#b12923;
width:70px;height:70px;-webkit-animation: uptocallmini 1.5s 0s ease-out infinite;-moz-animation: uptocallmini 1.5s 0s ease-out infinite;animation: uptocallmini 1.5s 0s ease-out infinite;}
#go.open_callback_whatsapp .uptocall-mini-phone {background-color:#008000;-webkit-animation: whatsappmini 1.5s 0s ease-out infinite;-moz-animation: whatsappmini 1.5s 0s ease-out infinite;animation: whatsappmini 1.5s 0s ease-out infinite;}
#go .uptocall-mini-phone:before {content: "";position: absolute;width: 100%;height: 100%;top:0;left:0;background-image:url(../images/mini.png);background-repeat:no-repeat;background-position:center center;
-webkit-animation: uptocallphone 1.5s linear infinite;-moz-animation: uptocallphone 1.5s linear infinite;animation: uptocallphone 1.5s linear infinite;}

@-webkit-keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes uptocallphone {
0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px #b12923;}
10% {box-shadow: 0 0 8px 6px #b12923, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #b12923;}
100% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px #b12923;}
}
@-moz-keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(248, 198, 7, 0);}
10% {box-shadow: 0 0 8px 6px #b12923, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #b12923;}
100% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(248, 198, 7, 0);}
}
@keyframes uptocallmini {
0% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(248, 198, 7, 0);}
10% {box-shadow: 0 0 8px 6px #b12923, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #b12923;}
100% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(248, 198, 7, 0);}
}
@-webkit-keyframes whatsappmini {
0% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px #008000;}
10% {box-shadow: 0 0 8px 6px #008000, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #008000;}
100% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px #008000;}
}
@-moz-keyframes whatsappmini {
0% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(248, 198, 7, 0);}
10% {box-shadow: 0 0 8px 6px #008000, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #008000;}
100% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(248, 198, 7, 0);}
}
@keyframes whatsappmini {
0% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 0px rgba(0,0,0,0), 0 0 0px 0px rgba(248, 198, 7, 0);}
10% {box-shadow: 0 0 8px 6px #008000, 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px #008000;}
100% {box-shadow: 0 0 8px 6px rgba(248, 198, 7, 0), 0 0 0px 40px rgba(0,0,0,0), 0 0 0px 40px rgba(248, 198, 7, 0);}
}