.nav-menu__text {
  margin-right: 12.5vw;
}

.mr-55 {
  margin-right: 1.3020833333vw !important;
}

.mt-90 {
  margin-top: 4.6875vw !important;
}

.mt-20 {
  margin-top: 1.0416666667vw !important;
}

.mb-20 {
  margin-bottom: 1.0416666667vw !important;
}

.mb-30 {
  margin-bottom: 1.5625vw !important;
}

.os_phone, .os_wh {
    position: fixed;
    right: 50px;
    bottom: 50px;
    left: auto;
    top: auto;
    z-index: 99999999999999999999;
    width: 60px;
    height: 60px;
}
.os_wh {
    right: 130px;
}
.os_wh .pulse, .os_wh img, .os_phone img, .os_phone .pulse2 {
    width: 100%;
    height: 100%;
}
 .pulse, .pulse2 {
	box-shadow: 0 0 0 rgba(204,169,44, 0.6);
    animation: pulse 2s infinite;
    border-radius: 50%;
    display: block;
    top: -1px;
    right: -1px;
    position: absolute;
 }
 .pulse2 {
    top: 0;
    right: 0;
 }

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}
@-webkit-keyframes pulse2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
	}
	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}

@keyframes pulse2 {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0.8);
	}
	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
		box-shadow: 0 0 0 10px rgba(204,169,44, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
		box-shadow: 0 0 0 0 rgba(204,169,44, 0);
	}
}
@media screen and (max-width: 720px) {
    
  .nav-back__text {
    line-height: 6.25vw;
  }

  .modal-menu .btn-wa img {
    display: block;
    margin-bottom: 0;
    order: -1;
    width: 5.9375vw;
    margin-right: 2.8125vw;
    position: relative;
    top: 0vw;
  }
}
/*img.rot {
      animation: 3s ease-in 0s normal none infinite running rot;
      -webkit-animation: 1s linear 0s normal none infinite running rot;
      animation-timing-function: steps(8, end);
    }
    @keyframes rot {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    @-webkit-keyframes rot {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    */
    @media screen and (max-width: 1200px) {
        .os_phone, .os_wh {
            bottom: 20px;
            width: 50px;
            height: 50px;
            right: 20px;
        }
        .os_wh {
            right: 90px;
        }
    }
    @media screen and (max-width: 960px) {
        .os_phone, .os_wh {
            bottom: 15px;
            width: 40px;
            height: 40px;
            right: 15px;
        }
        .os_wh {
            right: 70px;
        }
    }
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../sass/custom.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAIA;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EACE;;;AAGF;EAIE;IACE;;;EAKE;IACE;IACA;IACA;IACA;IACA;IACA;IACA%22,%22file%22:%22custom.css%22%7D */
