@font-face {
  font-family: 'MPR';
  src: url("../fonts/MPR.eot");
  src: url("../fonts/MPR.eot?iefix") format("eot"), url("../fonts/MPR.woff") format("woff"), url("../fonts/MPR.ttf") format("truetype"), url("../fonts/MPR.svg#webfont") format("svg");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}

@font-face {
  font-family: 'MPB';
  src: url("../fonts/MPB.eot");
  src: url("../fonts/MPB.eot?iefix") format("eot"), url("../fonts/MPB.woff") format("woff"), url("../fonts/MPB.ttf") format("truetype"), url("../fonts/MPB.svg#webfont") format("svg");
  font-weight: bold;
  font-display: block;
  font-style: normal;
}

@font-face {
  font-family: 'MPL';
  src: url("../fonts/MPL.eot");
  src: url("../fonts/MPL.eot?iefix") format("eot"), url("../fonts/MPL.woff") format("woff"), url("../fonts/MPL.ttf") format("truetype"), url("../fonts/MPL.svg#webfont") format("svg");
  font-weight: normal;
  font-display: block;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font: 16px 'MPR', sans-serif;
  color: #fff;
}

ul,
ol {
  list-style: none;
}

.main-offer {
  background: #201917;
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
  padding: 15px 30px 30px;
  background: url("../img/rings.png") top center no-repeat, url("../img/bg.png") top center no-repeat, #312927;
}

@media (max-width: 767px) {
  .main-offer {
    padding: 15px 15px 15px;
    background: url("../img/rings-min.png") top center no-repeat, url("../img/bg-min.png") top center no-repeat, #312927;
  }
}

@media (max-width: 520px) {
  .main-offer {
    padding: 15px 15px 0;
    background: url("../img/rings-min.png") top center no-repeat, url("../img/bg.png") top center no-repeat, #312927;
  }
}

@media (max-width: 520px) {
  .main-offer {
    padding: 15px 10px 0;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .header {
    max-width: 768px;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .header {
    max-width: 480px;
  }
}

.header__top-line {
  width: 100%;
  font: 2rem 'MPB', sans-serif;
  color: #ffbc00;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .header__top-line {
    font-size: 1.5rem;
  }
}

@media (max-width: 379px) {
  .header__top-line {
    font-size: 1.3rem;
  }
}

.header__bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 1199px) {
  .header__bottom-line {
    max-width: 768px;
    margin: 30px auto;
  }
}

.header__experience {
  width: 200px;
  text-align: center;
  font: 1.6rem 'MPL', sans-serif;
  font-weight: bold;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  padding-bottom: 4px;
}

@media (max-width: 1199px) {
  .header__experience {
    display: none;
  }
}

.header__buttons-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .header__buttons-list {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffbc00;
  color: #0d0807;
  border-radius: 15px;
  height: 50px;
  border: none;
  width: 225px;
  margin-right: 40px;
  font: 1.6rem 'MPR', sans-serif;
  padding-bottom: 4px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__button:last-child {
  margin-right: 0;
}

@media (max-width: 479px) {
  .header__button:last-child {
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .header__button {
    margin-right: 0;
    border-radius: 3px;
    font-size: 1.5625rem;
    width: 220px;
    padding-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .header__button {
    width: 152px;
    font-size: 1rem;
    padding-bottom: 0;
    height: 40px;
  }
}

@media (max-width: 479px) {
  .header__button {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 1.1rem;
  }
}

.header__button:hover {
  background: #9ca5e9;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38%;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .logo {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .logo {
    max-width: 180px;
  }
}

@media (max-width: 479px) {
  .logo {
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.logo__img {
  margin-right: 15px;
  width: 200px;
}

@media (max-width: 1199px) {
  .logo__img {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .logo__img {
    width: 60px;
    margin-right: 10px;
  }
}

@media (max-width: 1199px) {
  .logo__img img {
    max-width: 100%;
  }
}

.logo__text {
  font: 2rem 'MPL', sans-serif;
  width: calc(100% - 215px);
}

@media (max-width: 1199px) {
  .logo__text {
    font-size: 1.25rem;
    width: calc(100% - 145px);
  }
}

@media (max-width: 767px) {
  .logo__text {
    font-size: 1rem;
    width: calc(100% - 70px);
  }
}

@media (max-width: 479px) {
  .logo__text {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font: 1.8rem 'MPR', sans-serif;
    margin: 15px 0;
  }
}

@media (max-width: 380px) {
  .logo__text {
    font-size: 1.5rem;
  }
}

@media (max-width: 360px) {
  .logo__text {
    font-size: 1.3rem;
  }
}

.tel {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1199px) {
  .tel {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .tel {
    width: 105px;
  }
}

@media (max-width: 479px) {
  .tel {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 15px 0 30px;
  }
}

.tel__item {
  display: block;
  width: 100%;
  font: 2rem 'MPB', sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 1199px) {
  .tel__item {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .tel__item {
    font-size: 1.125rem;
  }
}

@media (max-width: 479px) {
  .tel__item {
    width: 33%;
    font-size: 1.3rem;
  }
}

@media (max-width: 410px) {
  .tel__item {
    font-size: 1.1rem;
  }
}

@media (max-width: 359px) {
  .tel__item {
    font-size: 1.06rem;
  }
}

@media (max-width: 479px) {
  .tel__item:first-child {
    text-align: left;
    color: #ffbc00;
  }
}

@media (max-width: 479px) {
  .tel__item:nth-child(2) {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .tel__item:last-child {
    text-align: right;
    color: #ffbc00;
  }
}

.other-contacts {
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 1199px) {
  .other-contacts {
    width: 210px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .other-contacts {
    width: 145px;
  }
}

@media (max-width: 479px) {
  .other-contacts {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    padding: 15px;
  }
}

.other-contacts__mail, .other-contacts__work-titme, .other-contacts__break-info, .other-contacts__adress {
  display: block;
  width: 100%;
  font-size: 2rem;
}

@media (max-width: 1199px) {
  .other-contacts__mail, .other-contacts__work-titme, .other-contacts__break-info, .other-contacts__adress {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .other-contacts__mail, .other-contacts__work-titme, .other-contacts__break-info, .other-contacts__adress {
    font-size: .9rem;
  }
}

@media (max-width: 479px) {
  .other-contacts__mail, .other-contacts__work-titme, .other-contacts__break-info, .other-contacts__adress {
    font-size: 1.3rem;
  }
}

.other-contacts__mail {
  color: #fff;
  text-decoration: none;
}

.other-contacts__break-info {
  font-family: 'MPB', sans-serif;
}

.cost {
  width: 100%;
}

.cost__title {
  font: 2.5rem 'MPR', sans-serif;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 520px) {
  .cost__title {
    font-size: 2rem;
  }
}

@media (max-width: 359px) {
  .cost__title {
    font-size: 1.8rem;
  }
}

.cost__list {
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  width: 520px;
}

@media (max-width: 1199px) {
  .cost__list {
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .cost__list {
    width: 530px;
  }
}

@media (max-width: 560px) {
  .cost__list {
    width: calc(100% + 30px);
    margin: 0 -15px;
    background: rgba(0, 0, 0, 0.9);
  }
}

@media (max-width: 520px) {
  .cost__list {
    width: calc(100% + 20px);
    margin: 0 -10px;
    background: rgba(0, 0, 0, 0.9);
  }
}

@media (max-width: 340px) {
  .cost__list {
    padding: 15px 10px;
  }
}

.cost__item {
  font: 1.6rem 'MPL', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .cost__item {
    font: 1.6rem 'MPL', sans-serif;
    text-align: center;
  }
}

@media (max-width: 550px) {
  .cost__item {
    font-size: 1.3rem;
  }
}

@media (max-width: 479px) {
  .cost__item {
    font-size: 1.1rem;
  }
}

@media (max-width: 379px) {
  .cost__item {
    font-size: 1rem;
  }
}

@media (max-width: 560px) {
  .cost__dotted {
    display: none;
  }
}

.map-wrapper {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
}

.footer {
  width: 100%;
  max-width: 1199px;
  margin: 0 auto;
  padding: 15px 30px;
  background: #0d0807;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .footer {
    padding: 15px;
  }
}

@media (max-width: 520px) {
  .footer {
    padding: 15px 10px;
  }
}

@media (max-width: 479px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 479px) {
  .footer__left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0 0 15px;
  }
}

.footer__logo {
  margin-right: 30px;
}

@media (max-width: 1199px) {
  .footer__logo {
    width: 64px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .footer__logo {
    width: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 479px) {
  .footer__logo {
    margin: 0 0 15px;
  }
}

@media (max-width: 1199px) {
  .footer__logo img {
    max-width: 100%;
  }
}

.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffbc00;
  color: #0d0807;
  border-radius: 15px;
  height: 50px;
  border: none;
  width: 225px;
  margin-right: 30px;
  font: 1.6rem 'MPR', sans-serif;
  padding-bottom: 4px;
  font-weight: bold;
  outline: none;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199px) {
  .footer__button {
    border-radius: 3px;
    font-size: 1.5625rem;
    margin-right: 15px;
    padding-bottom: 3px;
  }
}

@media (max-width: 767px) {
  .footer__button {
    width: 152px;
    font-size: 1rem;
    margin-right: 5px;
    height: 40px;
    padding-bottom: 2px;
  }
}

@media (max-width: 480px) {
  .footer__button {
    padding: 0;
  }
}

@media (max-width: 380px) {
  .footer__button {
    width: 300px;
    margin: 0 auto 10px;
  }
}

@media (max-width: 767px) {
  .footer__button:last-child {
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .footer__button:last-child {
    padding: 0;
  }
}

@media (max-width: 380px) {
  .footer__button:last-child {
    width: 300px;
    margin: 0 auto 10px;
  }
}

.footer__button:hover {
  background: #9ca5e9;
  -webkit-transition: .3s;
  transition: .3s;
  color: #fff;
}

.footer__copyright {
  font: 1.6rem 'MPL', sans-serif;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .footer__copyright {
    font-size: 1.125em;
  }
}

@media (max-width: 767px) {
  .footer__copyright {
    font-size: .8rem;
  }
}

.modal {
  display: none;
  overflow-y: scroll;
}

.modal::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.modal_active {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 15px 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-animation: modalOpen .3s linear;
          animation: modalOpen .3s linear;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .modal_active {
    padding: 15px;
  }
}

.modal_active_close {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-animation: modalClose .3s linear;
          animation: modalClose .3s linear;
}

@-webkit-keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes modalClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modalClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.form {
  width: 100%;
  max-width: 500px;
  padding: 30px 50px;
  background: #efefef;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .form {
    padding: 30px;
  }
}

@media (max-width: 359px) {
  .form {
    padding: 30px 15px;
  }
}

.form__close {
  position: absolute;
  line-height: 0;
  font-size: 1.7rem;
  border: none;
  width: 15px;
  height: 15px;
  background: url("../img/cancel.svg") center center no-repeat;
  background-size: contain;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
}

.form__close:hover {
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.form__title, .form__status {
  font: 2.25rem 'MPR', sans-serif;
  color: #0d0807;
  margin-bottom: 20px;
}

.form__seporator {
  margin-bottom: 20px;
}

.form__input-wrapper {
  width: 100%;
  margin-bottom: 20px;
}

.form__input {
  width: 100%;
  height: 50px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  padding: 0 15px;
  font: 1.5rem 'MPR', sans-serif;
}

.form__input_text {
  padding: 15px;
  height: 120px;
  width: 100%;
  display: block;
  resize: vertical;
}

.form__input-error {
  display: none;
  text-align: left;
  color: #ff0000;
  margin-top: 5px;
}

.form__button {
  border: none;
  outline: none;
  color: #0d0807;
  font: 1.5rem 'MPR', sans-serif;
  width: 100%;
  max-width: 240px;
  height: 45px;
  border-radius: 3px;
  cursor: pointer;
  margin: 20px 0 15px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fecb00+0,f8b100+100,f8b100+101 */
  background: #fecb00;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#fecb00), color-stop(100%, #f8b100), color-stop(101%, #f8b100));
  background: linear-gradient(to bottom, #fecb00 0%, #f8b100 100%, #f8b100 101%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fecb00', endColorstr='#f8b100', GradientType=0);
  /* IE6-9 */
}

.form__button:hover {
  background: #9ca5e9;
  color: #fff;
}

.form__agreement {
  font-size: 1rem;
  color: #0d0807;
}

.form__agreement a {
  color: #0d0807;
}

.callback-area {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background: #ffbc00;
  z-index: 5;
  position: fixed;
  right: 15px;
  bottom: 15px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 768px) {
  .callback-area {
    width: 50px;
    height: 50px;
    bottom: 120px;
  }
}

.callback-area:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #1fd33d;
}

.callback-area:hover .callback-button__rings {
  border-color: #1fd33d;
}

@media (max-width: 768px) {
  .callback-area img {
    width: 24px;
    height: 24px;
  }
}

.callback-button {
  width: 90px;
  height: 90px;
  border: none;
  position: relative;
  background: none;
  cursor: pointer;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .callback-button {
    width: 50px;
    height: 50px;
  }
}

.callback-button__btn {
  display: block;
}

@media (max-width: 768px) {
  .callback-button__btn {
    display: none;
  }
}

.callback-button__link {
  display: none;
}

@media (max-width: 768px) {
  .callback-button__link {
    display: block;
  }
}

@media (max-width: 768px) {
  .callback-button img {
    width: 24px;
    height: 24px;
  }
}

.callback-button__rings {
  border: 1px solid #ffbc00;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: auto;
  border-radius: 50%;
  -webkit-animation-duration: 2.0s;
  animation-duration: 2.0s;
  -webkit-animation-name: smartlidRings;
  animation-name: smartlidRings;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: -1;
}

.callback-button__rings:nth-last-child(1) {
  -webkit-animation-name: smartlidRings1;
  animation-name: smartlidRings;
}

.callback-button__rings:nth-last-child(2) {
  -webkit-animation-name: smartlidRings2;
  animation-name: smartlidRings2;
}

@-webkit-keyframes smartlidRings {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

@keyframes smartlidRings {
  from {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

@-webkit-keyframes smartlidRings2 {
  from {
    opacity: 0.9;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }
}

@keyframes smartlidRings2 {
  from {
    opacity: 0.9;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
  }
}

@-webkit-keyframes smartlidRings3 {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}

@keyframes smartlidRings3 {
  from {
    opacity: 0.8;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
  }
}
/*# sourceMappingURL=style.css.map */