/* Site SCSS */ /* percent lighten bgc on btn */
/* colors */
/* font color */
/* border color */
/* fonts */
/* buttons */
/* border-radius */
/* transition */
/* mobile */
/* icons */
/* buttons */
/* inputs */
#rc3d-button {
  position: fixed;
  cursor: pointer;
  right: 30px;
  bottom: 30px;
}
#rc3d-button img {
  width: 100px;
}

.rc3d-top {
  background: url("https://www.ruscable.ru/images/3drc/top-btn-3d.png") no-repeat;
  width: 55px;
  height: auto;
}
.rc3d-top a {
  height: 100%;
}
.rc3d-top a:hover {
  background-color: unset !important;
}

#rc3d .modal-dialog {
  width: auto;
  max-width: 730px;
  margin-top: 3rem;
}
#rc3d .modal-dialog .modal-content {
  background-color: unset;
  border: none;
}
#rc3d .modal-dialog .modal-content .modal-body {
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#rc3d .modal-dialog .modal-content .modal-body img {
  width: 100%;
}
#rc3d .modal-dialog .modal-content .modal-body .info-block {
  position: absolute;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 30px;
}
#rc3d .modal-dialog .modal-content .modal-body .info-block .title-wrap {
  text-align: center;
  color: #fff;
}
#rc3d .modal-dialog .modal-content .modal-body .info-block .title-wrap .title {
  font-size: 19px;
  font-weight: 500;
}
#rc3d .modal-dialog .modal-content .modal-body .info-block .title-wrap .subtitle {
  font-size: 15px;
  font-weight: 300;
  opacity: 0.6;
}
#rc3d .modal-dialog .modal-content .modal-body .info-block .title-wrap .btn {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
  width: 100%;
  border-radius: 15px;
}

@media (max-width: 991.98px) {
  #rc3d .modal-dialog {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  #rc3d .modal-dialog {
    margin: 5rem 0 0 0;
    width: 100%;
  }
  #rc3d .modal-dialog .info-block .title-wrap .title {
    display: none;
  }
  #rc3d .modal-dialog .info-block .title-wrap .subtitle {
    display: none;
  }
  #rc3d-button img {
    width: 70px;
  }
}
