﻿.call_back_icon {
  position: fixed;
  bottom: 0px;
  left: calc(50% - 402.5px);
  z-index: 3;
  width: 805px;
}

.call_back_cirqle {
  width: 65px;
  height: 65px;
  background: rgb(68, 187, 110);
  border-radius: 40px;
  text-align: center;
  position: absolute;
  z-index: 3;
  left: calc(50% - 32.5px);
  bottom: 30px;
  cursor: pointer;
}

.opened_block_opasity {
  background: none !important;
}

.opened_call_back_block {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 0;
  width: 100vw;
  min-width: 320px;
  background: white;
  z-index: 2;
  border-top: 0.5px solid #ccc;
  border-bottom: 0.5px solid #ccc;
  border-radius: 20px;
}

.call_back_inner_block {
  width: calc(100% - 50px);
  margin: auto;
  padding-bottom: 20px;
  padding-top: 20px;
}

.call_back_popup_text {
  font-size: 18.62px;
  font-family: OpenSans;
  text-align: center;
  padding: 0 10px;
  color: #222;
}

.call_back_popup_text_bottom {
  margin: 25px 0 10px 0;
  font-size: 18.62px;
  font-family: OpenSans;
  text-align: center;
  padding: 0 10px;
  color: #222;
}

.call_back_input {
  width: 100%;
  height: 64px;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  font-size: 17px;
  font-family: OpenSans;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  outline: none;
}

.call_back_button {
  position: relative;
  width: 100%;
  font-size: 18.62px;
  font-family: OpenSans;
  background: #222;
  height: 64px;
  color: white;
  border: none;
  border-radius: 4px;
  margin-top: 10px;
}

.call_back_delimiter {
  width: 100%;
  height: 0px;
  border-top: 1px solid #ccc;
  margin-top: 25px;
}

.call_back_background_phone {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
}

@media screen and (min-width: 805px) {
  .opened_call_back_block {
    left: calc(50% - 395px) !important;
    width: 790px !important;
  }
}

@media screen and (max-width: 805px) {
  .call_back_icon {
    left: 0 !important;
    width: 100% !important;
    min-width: 320px;
  }
}
