.fixed-phone-block {
  position: fixed;
  right: 17px;
  bottom: 50px;
  z-index: 200;
  display: block!important;
}

.fixed-phone-block.down {
  bottom: 120px;
}

.fixed-phone-block__items {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;  */
  /* position: relative; */
  /* border-radius: 5px; */
  /* padding: 0.625rem; */
  /* margin-right: 1.25rem; */
}

.fixed-phone-block__items:hover {
  /*
  background-color: #f0f0f099;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  */ }

.fixed-phone-block__section {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fixed-phone-block__section:last-of-type {
  border: none;
}

.fixed-phone-block__item--worktime {
  font-size: 13px;
}

.fixed-phone-block__close {
  border: 0;
  background: 0 0;
  opacity: 0;
  width: 47px;
  height: 47px;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  background: none;
  border-radius: 100%;
  cursor: pointer;
  margin-right: 1.25rem; 
  display: inline-block;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
  transition: 0.5s;
  font-size: 0;
}
.fixed-phone-block__close:focus {
  outline: none;
}

.fixed-phone-block__close_animation{
  opacity: 1;
  transform: rotate(360deg);
}

.fixed-phone-block__close svg {
  width: 18px;
  height: 18px;
  position: absolute;
  transition: 0.5s;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
}

.fixed-phone-block__close svg:hover{
  opacity: 0.5;
}

.fixed-phone-block__close-link {
  position: relative;
  display: inline-block;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%;
  cursor: pointer;
  vertical-align: top;
  width: 32px;
  height: 32px; }

.fixed-phone-block__close-link::after,
.fixed-phone-block__close-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #fe5322;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
     transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -webkit-transform-origin: center center;
  -o-transform-origin: center center;
     transform-origin: center center; }

.fixed-phone-block__close-link::after {
  width: 2px;
  height: 55%; }

.fixed-phone-block__close-link::before {
  height: 2px;
  width: 55%; }

.fixed-phone-block__item {
  white-space: nowrap;
  /* width: 32px; */
  /* height: 32px; */
  /* margin-right: 0.625rem;  */
}

.fixed-phone-block__body {
  display: block !important;
  overflow: hidden;
  transition: 0.5s;
  flex-direction: column;
  padding-top: 10px;
  background-color: #fff;
  box-shadow: 0 11px 10px 5px rgba(0,0,0,.15)!important;
  height: 0;
  width: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
.fixed-phone-block__body.active {
  /* display: flex; */
  display: block;
}
.fixed-phone-block__body_animation{
  height: 301.500px;
  width: 242px;
  margin-bottom: 0;
  margin-right: 0;
}
.fixed-phone-block__item-link {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  /* line-height: 3; */
  line-height: 2.5;
  color: #323232;
  font-size: 14px;
}

.fixed-phone-block__item-link::before {
  content: '';
  height: 100%;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;  
}

.fixed-phone-block__phone::before {
  background-image: url(../fixed-phone/img/phone--black.svg);
}

.fixed-phone-block__telegram::before {
  background-image: url(../fixed-phone/img/tg.svg);
}

.fixed-phone-block__whatsapp::before {
  background-image: url(../fixed-phone/img/wa.svg);
}
.fixed-phone-block__email::before {
  background-image: url(../fixed-phone/img/mail.svg);
}

.fixed-phone-block__phones {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.fixed-phone-block__nopen {
  width: 47px;
  height: 47px; }

.fixed-phone-block__nopen a {
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../fixed-phone/img/telephone_icon_mob.svg");
  -webkit-background-size: cover;
          background-size: cover; }

.fixed-phone-block__open {
  width: auto;  
  height: auto;
  top: 0;
  right: 0;
  transition: 0.5s;
  /* width: 47px; */
  /* height: 47px; */
  position: relative;
}

#backtotop {
  display: none !important; }

.fixed-phone-block__open-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47px;
  height: 47px;
  padding: 0;
  font-size: 0;
  color: #fff;
  right: 0;
  border: 2px solid #fff;
  border-radius: 38px;
  background: #000;
  text-decoration: none;
  background: url("../fixed-phone/img/telegram.svg");
  -webkit-background-size: cover;
          background-size: cover;
  border: none;
}

.fixed-phone-block__items .wrapper_3{
  /* background-color: rgb(0, 0, 0); */
  border-radius: 50%;
  z-index: 0;
}
.fixed-phone-block__items .icon_wrapper {
  bottom: 7px;
}
.fixed-phone-block__items .image_wrapper{
  border-radius: 50%;
  width: 64px;
  height: 64px;
  transition: 2s;
}
.fixed-phone-block__items .wrapper_2 img{
  padding: 13px;
  height: 40px !important;
  width: 40px !important;
}
.fixed-phone-block__items .wrapper_3 img{
  background: none !important;
  border-radius: 0 !important;
  padding: 15px;
  height: 35px !important;
  width: 35px !important;
}

@media (max-width: 49.375rem) {
  .fixed-phone-block {
    /* right: 80px; */
    bottom: 120px;
    right: 10px;
  } 
}


@media (max-width: 1024px) {
  .fixed-phone-block__items {
    right: 100px;
    bottom: 20px;
  }
}