body {
  background-color: black;
  font-family: Montserrat;
  margin: 0;
  overflow-x: hidden;
}

* {
  color: white;
  box-sizing: border-box;
}
.product.active h3, .product.active p, .product.active li, .product.active b, .product.active strong {
    color: #000;
}

.hamgurger {
    border-bottom: 1px solid white;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
section.utp-block h2.textLeft {
    font-size: 40px;
    margin: 0;
}
section.utp-block {
    padding: 35px 0px !important;
}
section.project img {
    opacity: 0.6;
}
section.comproekt .testimonial img {
    border-radius: 20px;
}
.row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  flex: 1;
}

.menu ul {
  display: flex;
}
li {
  margin-bottom: 12px;
}
li a {
  padding: 5px;
}
span {
  font-family: "Montserrat";
}
.btn {
  width: fit-content;
  cursor: pointer;
  font-size: 18px;
}
.primary:hover {
	background: rgb(211 42 92);
	color: #fff;
}
.primary {
  transition: all 500ms ease; 
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: #fff;
  color: black;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
button.btn.secondary:hover {
    background: rgb(211 42 92);
    color: #fff;
}
button.btn.secondary {
    transition: all 500ms ease;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 100px;
    border: 1px solid #fff;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
button.btn.secondary span {
    color: white;
}
.hamgurger.flex-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #acacac;
    left: 0;
    right: 0;
}
.primary span {
  color: black;
}
.secondary {
  display: flex;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.black {
  display: flex;
  height: 46px;
  padding: 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  color: black;
  width: 100%;
  border: 1px solid #222;
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(105, 81, 255, 0.05);
}
.buttons {
    display: block;
    gap: 20px;
    align-items: center;
    margin: 0 auto;
}
/*.buttons {
  display: flex;
  gap: 20px;
}*/
section.main .slider.single-item img{
	width:100%;
	height:100vh;
	object-fit:cover;
}
.step {
  position: relative;
  padding: 40px 0;
}
.step p {
  width: 50%;
}
img.stepImg {
  width: 50%;
  height: 320px;
  object-fit: cover;
  position: absolute;
  border-radius: 20px;
  right: 0;
  top: 0;
}
.text_content h1, .text_content p {
    text-shadow: 3px 1px 2px #000000, -3px 1px 2px #000000, 1px 1px 2px #000000, 1px 1px 2px #000000;
}
.main {
  position: relative;
}
.main .slick-prev {
  left: 50px;
}    
.main .slick-next {
  right: -50px;
}
.text_content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.text_content h1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 50px;
}
.text_content p{
    font-size: 25px;
    text-align: center;
    line-height: 30px;
}
h1 {
  font-family: Montserrat;
  font-size: 80px;
  font-style: normal;
  font-weight: 600;
}
h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
h4 {
  color: #ccc;
  text-align: center;
  /* font-family: Satoshi; */
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.info_content {
  display: flex;
}
.info_content .numbers {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.info_content .number p {
  color: white;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  margin-right: 40px;
}
.info_content .number p.desc {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.info_content .text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.divider {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
  position: relative;
}

.section_number {
  width: 55px;
  height: 55px;
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.section_number:after {
  content: "";
  border: 1px solid #474747;
  width: calc(100% - 75px);
  position: absolute;
  right: 0;
}

h2 {
  color: #fff;
  font-family: Montserrat;
  font-size: 62px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.imgContainer,
.textContainer {
  width: 50%;
}
.imgContainer img {
  width: 100%;
  /*margin-left: -60px;*/
}
.glow-on-hover {
    cursor: pointer;
    position: relative;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
	border-radius: 100px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
p {
  color: #ccc;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}
.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}

.callBack h2 {
  font-size: 50px;
}

.projects .imgContainer {
  width: 100%;
}

.projects .imgContainer img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  margin: 0;
  border-radius: 20px;
}

p.section_name {
  padding-left: 60px;
  margin-top: -6px;
}

.product {
	position: relative;
    padding-bottom: 68px;
}
.product_inner {
    border: 1px solid #fff;
    border-radius: 20px;
    margin: 10px;
    height: 96%;
    position: relative;
    transition: 0.5s;
}
.name-block {
    padding: 0 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    height: 180px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.forwhom {
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid transparent;
    min-height: 340px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.product button {
    margin: 0 auto;
    position: absolute;
    bottom: 14px;
    width: 93%;
    left: 0;
    right: 0;
}
.product.active .forwhom {
    background-color: white;
    border: 1px solid #fff;
}
.product:hover .name-block, .product.active .name-block {
    background: #e11546;
    border: 1px solid #fff;
} 
.product_inner:hover {
    border: 1px solid transparent;
}
.product.active .product_inner {
    border: 1px solid transparent;
}
.flex-3 {
    flex: 3;
}
section.callBack .flex-3 {
    gap: 0;
}
section.callBack h4.textLeft, section.callBack p {
    margin: 0;
}
section.callBack .container {
    padding: 10px 20px;
    background: rgb(211 42 92);
    border-radius: 10px;
}
section.callBack .primary span {
    color: white;
}
section.callBack button.btn.primary {
    background: black;
    border: none;
}
section.bottom-callBack h2.textLeft {
    margin-bottom: 0;
    text-align: center;
}
section.bottom-callBack p {
    text-align: center;
}
section.bottom-callBack button.btn.primary {
    margin: 0 auto;
}
footer.wow.slideInUp {
    padding-bottom: 90px;
}

.product h3 {
    color: #fff;
    text-align: left;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.product:hover .forwhom {
    border: 1px solid #fff;
}
.product .price {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.product button {
  margin: 0 auto;
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
}
.btnContainer {
  padding: 50px 0;
}
.btnContainer .btn {
  margin: 0 auto;
}
.nameContainer {
  display: flex;
  align-items: center;
}
.avatar img {
  height: 70px;
  width: 70px;
}
.nameContainer h4 {
  margin: 8px;
  text-align: left;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nameContainer p {
  margin: 8px;
  text-align: left;
  color: #ccc;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.testimonialText {
  padding: 0 50px;
}

.testimonialText h3 {
  color: #fff;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.testimonials .slick-next {
  right: 5px;
  bottom: 0;
  top: 83%;
}
.testimonials .slick-prev {
  right: 0;
  left: 91%;
  bottom: 0;
  top: 83%;
}
.phone,
.email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
a {
  text-decoration: none;
}
.phone a {
  font-size: 14px;
}
.social {
  display: flex;
  gap: 8px;
}

footer ul {
  margin: 0;
  padding: 0;
}
footer li {
  list-style: none;
  margin-bottom: 10px;
}
#modal.show {
  display: block;
}
.menu ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.menu > * {
  display: flex;
}
.menu li {
    list-style: none;
    margin: 12px;
}
.menu a {
    display: block;
    padding: 10px;
    background-image: linear-gradient(to right, #ffffff, #ff336f);
    background-repeat: no-repeat;
    background-size: 0px 2px;
    background-position: left bottom;
    /*padding-bottom: 2px;*/
    transition: 0.3s;
}
.menu a:hover {
    background-size: 100% 2px;
}
.menu__btn {
  display: none;
}
#menu__toggle {
  display: none;
}

header .btnContainer {
  display: flex;
  justify-content: end;
  gap: 20px;
  padding: 20px 0;
}
header .phone {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
header .email {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}
section.callBack {
  padding: 100px 0;
}

#modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999999;
}
#modal_bg {
  background: #0000004f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal_inner {
  background: white;
  width: 90%;
  max-width: 500px;
  padding: 50px;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  right: 0;
  text-align: center;
  border-radius: 24px;
}
.modal_inner h3 {
  color: black;
  text-transform: uppercase;
}
.modal_inner form {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
#modal.show {
  display: block;
}
input[type="text"],
input[type="tel"] {
  padding: 20px;
  border-radius: 35px;
  border: 1px solid #d5dae1;
}
.modal_inner h3 {
  color: #222;

  text-align: center;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 150% */
}
label {
  color: black;
  text-align: left;
}
.step p {
  width: 50%;
}
img.stepImg {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 769px) {
  body {
    overflow-x: hidden;
  }
  .menu__box {
    display: block;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 20px;
    list-style: none;
    text-align: center;
    background-color: #000000;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  }
  .hamgurger {
    z-index: 9999999;
  }
  /* ÑÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ñ‡ÐµÐºÐ±Ð¾ÐºÑ */
  #menu__toggle {
    opacity: 0;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
  }
  /* ÑÑ‚Ð¸Ð»Ð¸Ð·ÑƒÐµÐ¼ ÐºÐ½Ð¾Ð¿ÐºÑƒ */
  .menu__btn {
    display: flex; /* Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ flex Ð´Ð»Ñ Ñ†ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ð³Ð¾ */
    align-items: center; /* Ñ†ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ðµ ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
    position: fixed;
    top: 20px;
    right: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
  }
  /* Ð´Ð¾Ð±Ð°Ð²Ð»ÑÐµÐ¼ "Ð³Ð°Ð¼Ð±ÑƒÑ€Ð³ÐµÑ€" */
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
  }
  .menu__btn > span::before {
    content: "";
    top: -8px;
  }
  .menu__btn > span::after {
    content: "";
    top: 8px;
  }
  #menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
  }
  #menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    visibility: visible;
    left: 0;
  }
  .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }
  h1 {
    font-size: 32px;
  }
  p {
    color: #ccc;
    font-size: 14px;
  }

  .info_content {
    flex-direction: column;
  }
  .info_content .number p {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .projects .column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
  }
  .imgContainer img {
    width: 100%;
    margin-left: 0;
  }
  .imgContainer,
  .textContainer {
    width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  .main img {
    width: 100%;
  }
  .testimonialText {
    padding: 0 10px;
    gap: 0;
  }
  .testimonialText h3 {
    font-size: 20px;
  }

  .testimonials img {
    /*height: 230px;*/
    width: 85vw;
    object-fit: cover;
    border-radius: 20px;
}
.avatar img {
  height: 70px;
  width: 70px;
}
img.stepImg {
    width: 100%;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
}
  footer .column {
    display: flex;
    flex-direction: column;
    /* justify-content: start; */
    /* align-items: start; */
    gap: 20px;
  }
  h4 {
    font-size: 20px;
  }
  .callBack h2 {
    font-size: 24px;
  }
  .testimonials .slick-next {
    right: 5px;
    bottom: 0;
    top: 35%;
  }
  .testimonials .slick-prev {
    right: 0;
    left: 5px;
    bottom: 0;
    top: 35%;
  }
  header .btnContainer {
    padding: 10px 0;
    flex-direction: column;
  }
  .main .slick-prev {
    left: -70%;
  }    
  .main .slick-next {
    right: -50%;

  }
.step p {
  width: 100%;
}
}
.main .slick-prev,
section.main .slick-next {
    display: none !important;
}

/*project page*/

.project_title {
  height: 230px;
  overflow: hidden;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

.project_title h1 {
  font-size: 60px;
  text-align: center;
}

.your-class,
.your-class1 {
  img {
    width: 100%;
    height: auto;
  }
}

.gallery {
  padding: 10px;
}

.gallery img {
  border-radius: 20px;
}

@media screen and (max-width: 769px) {
  .project_title h1 {
    font-size: 30px;
    text-align: center;
  }

section.utp-block h2.textLeft {
    text-align: center;
    font-size: 25px;
}
section.utp-block p {
    font-size: 18px;
    margin: 0;
    text-align: center;
}
section.utp-block button.btn.primary {
    margin: 0 auto;
}
  .text_content h1 {
    text-align: center;
    margin-bottom: 0;
    font-size: 5vh;
}
header .contacts {
    display: none !important;
}  
header .social {
    display: none !important;
}
.projects {
    display: none;
}
.your-class1.slick-initialized.slick-slider.slick-dotted {
    display: block !important;
}
}
.your-class1.slick-initialized.slick-slider.slick-dotted {
    display: none;
}
footer {
    border-top: 1px solid #acacac;
}
/*ÐºÐ½Ð¾Ð¿ÐºÐ° Ð·Ð²Ð¾Ð½ÐºÐ°*/


.callback-bt {
    background: rgb(230 8 8);
    border: 2px solid rgb(230 8 8);
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(230,8,8,0.3);
    cursor: pointer;
    height: 50px;
    text-align: center;
    width: 50px;
    position: fixed;
    right: 25px;
    bottom: 130px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:50px;
        width:50px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 0 rgba(230,8,8,0.2),0 0 0 0 rgba(230,8,8,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 15px rgba(230,8,8,0.2),0 0 0 0 rgba(230,8,8,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 30px rgba(230,8,8,0),0 0 0 26.7px rgba(230,8,8,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 30px rgba(230,8,8,0),0 0 0 40px rgba(230,8,8,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 0 rgba(230,8,8,0.2),0 0 0 0 rgba(230,8,8,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 15px rgba(230,8,8,0.2),0 0 0 0 rgba(230,8,8,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 30px rgba(230,8,8,0),0 0 0 26.7px rgba(230,8,8,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(230,8,8,0.3),0 0 0 30px rgba(230,8,8,0),0 0 0 40px rgba(230,8,8,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}


.whatsapp-bt {
    background: #1bd741;
    border: 2px solid rgb(27 215 65);
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(27, 215, 65,0.3);
    cursor: pointer;
    height: 50px;
    text-align: center;
    width: 50px;
    position: fixed;
    right: 25px;
    bottom: 35px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: email-an linear 1s infinite;
    animation: email-an linear 1s infinite;
}

.whatsapp-bt .text-call{
        height:50px;
        width:50px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.whatsapp-bt .text-call span {
    text-align: center;
    color:#F95C18;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.whatsapp-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.whatsapp-bt:hover i {
    display:none;
}

.whatsapp-bt:hover {
        z-index:1;
        transition:.3s;
}
.whatsapp-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.whatsapp-bt i {
        color:#fff;
        font-size:29px;
        transition:.3s;
        line-height: 66px;
}

.whatsapp-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 0 rgba(27, 215, 65,0.2),0 0 0 0 rgba(27, 215, 65,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 15px rgba(27, 215, 65,0.2),0 0 0 0 rgba(27, 215, 65,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 30px rgba(27, 215, 65,0),0 0 0 26.7px rgba(27, 215, 65,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 30px rgba(27, 215, 65,0),0 0 0 40px rgba(27, 215, 65,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 0 rgba(27, 215, 65,0.2),0 0 0 0 rgba(27, 215, 65,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 15px rgba(27, 215, 65,0.2),0 0 0 0 rgba(27, 215, 65,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 30px rgba(27, 215, 65,0),0 0 0 26.7px rgba(27, 215, 65,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(27, 215, 65,0.3),0 0 0 30px rgba(27, 215, 65,0),0 0 0 40px rgba(27, 215, 65,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}