﻿.btt {
  height: 110px;
  display: flex;
  justify-content: flex-end;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px; }

.btt-wrapper {
  position: fixed;
  right: 5px;
  bottom: 216px;
  height: 110px;
  width: 80px;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  border-radius: 7px; }
  .btt-wrapper p {
    text-align: center;
    color: #760114;
    font-family: "ProximaNova";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-top: auto;
    padding-bottom: 9px; }

.app .c-btt {
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  border: 0;
  z-index: 123455;
  cursor: pointer;
  overflow: visible;
  min-width: auto;
  border-radius: 50%;
  margin-top: 5px; }
  .app .c-btt::before {
    content: ' ';
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url("/modules/Teva.Qvar/Client/Images/icons/arrow-up.png");
    background-repeat: no-repeat;
    background-position: center; }

@media screen and (min-width: 768px) {
  .btt-wrapper {
    margin-right: 30px; } }
