/*---START-AUDIO---*/
.vs_biglabel {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #dccccc;
  cursor: pointer;
  font-size: 0;
}
.flex {  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;   }
.jc-c { justify-content: center; }

.vs_wrap_input {  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; margin-top: 2.5rem;}
.vs_wrap_input .input-file {
  margin-top: 0;
  margin-right: 25px;
}
.vs_wrap_input .input-file__custom {margin-right: 0;}
.voting-foto__placeholder.vs_biglabel svg:hover, .input-file__custom-active #Layer_1 {
  fill: #c10831 !important;
}
.vs_file_close {
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  padding: 3px;
  right: 0;
  position: absolute;
  z-index: 10000;
}

.vs_audio_redcorder {
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
  transform: scale(.7);
}
.vs_audio_redcorder_active, .vs_player {
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
  align-items: center;
  height: 115px;
  transition: all 0.3s;
  transform: scale(1);
  opacity: 1;
}
#recordingsList, #recordingsList audio {
  width: 100%;
  margin-bottom: 0;
}

#controls {
  position: relative;
  width: 115px;
  height: 115px;
  padding: 34px;
  border: 2px solid #c10831;
  border-radius: 50%;
  margin-right: 23px;
}
#recordButton {
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background-color: #c10831;
  background-position: center;
  -webkit-background-size: 115px;
  background-size: 115px;
  position: relative;
}

#stopButton {
  cursor: pointer;
  position: absolute;
  border: none;
  border-radius: 50%;
  transition: all .5s;
  z-index: -1;
  width: 46px;
  height: 46px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#stopButton.stopButton-active {
  border-radius: 0;
  z-index: 2;
  background-color: #c10831;
}
.time_text {
  position: absolute;
  transition: all .3s;
  width: 180px;
}
.time_text-active {
  opacity: 0;
}
.time {
  margin-top: -13px;
  position: relative;
  color: #4a3933;
}

.seconds-wrap {
  width: 95px;
  margin-top: -6px;
  opacity: 0;
  font-size: 26px;
  font-weight: 400;
  position: absolute;
  transition: all .3s;
}

.seconds-wrap-active {opacity: 1;}

.vs_player {width: 100%;}

.play {
  flex-shrink: 0;
  cursor: pointer;
  border-radius: 50%;
  background: url(../img/play.svg);
  width: 70px;
  height: 70px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center;
}

.slider {
  width: 100%;
  height: 38px;
  background-size: 59px 38px;
  background-repeat-y: no-repeat;
  background-image: url(../img/sound.svg);
}
.current_slide {
  transition: width 1s;
  width: 0;
  height: 100%;
  background-size: 59px 38px;
  background-repeat-y: no-repeat;
  background-image: url(../img/sound-active.svg);
}
.vs_player {
  position: relative;
  z-index: 2;
  opacity: 0;
  height: 0px;
  transition: opacity .1s;
}
.vs_player-active {
  opacity: 1;
  height: max-content;
}
#recordingsList {
  display: none;
}
.player_time {
  margin-right: 15px;
  margin-left: 15px;
  width: 65px;
  flex-shrink: 0;
}
.player_close {
  flex-shrink: 0;

  cursor: pointer;
  width: 38px;
  height: 38px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 420px) {
  #controls {
    transform: scale(.63);
    margin: 0 0px 0 -20px;
  }
  .vs_audio_redcorder_active, .vs_player {height: 115px;}
}
.letter-holder .letter {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}
.letter-holder {
  display: none;
  justify-content: center;
}
.letter-holder-active {
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
}
.l-1 {animation-delay: .48s;}
.l-2 {animation-delay: .6s;}
.l-3 {animation-delay: .72s;}
.l-4 {animation-delay: .84s;}
.l-5 {animation-delay: .96s;}
.l-6 {animation-delay: 1.08s;}
.l-7 {animation-delay: 1.2s;}
.l-8 {animation-delay: 1.32s;}
.l-9 {animation-delay: 1.44s;}
.l-10 {animation-delay: 1.56s;}
.l-11 {animation-delay: 1.68s;}
.l-12 {animation-delay: 1.80s;}
.l-13 {animation-delay: 1.92s;}

@keyframes loadingF {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
/*---END-AUDIO---*/

/*---START-TEL-FILTER-ON-SELECT---*/

.filter_select {
  position: relative;
}
.filter_select input[type="tel"] {
  padding-left: 60px;

}
.filter_select .selected {
  position: absolute;
  top: 12px;
  left: 10px;
  background-color: #f4e7e2;
  width: 12px;
}
.sel {
  position: absolute;
  left: 30px;
  top: 8px;
  width: 45px;
  text-align: center;
}
.fieldWrapper {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50px;
  text-align: right;
  height: 26px;
  cursor: pointer;
}
.listWrapper input {
  margin: 10px 30px;
  padding-left: 40px;
  border: 1px solid;
  height: 35px;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 8px center;
  background-image: url(../img/phone_filter/search.svg);
}
.vs_list {}
.listWrapper {
  z-index: 1;
  background-color: #f4e7e2;

  width: 100%;
  position: absolute;
  top: 35px;
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
  flex-direction: column;
  max-height: 0;
  overflow-x: hidden;
  transition: max-height .5s;
}
.listWrapper-active {
  max-height: 294px;
}


.itemSelected {
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
  flex-shrink: 0;
  align-items: center;
  margin: 2px 15px;
  height: 39px;
  padding: 3px 5px;
  border-radius: 0px;
  cursor: pointer;
}
.itemCode {
  width: 50px;
  margin: 0 8px;
  border-right: 1px solid #ccc;
}
hr {width: 100%;}
#vs-phone1 { padding-left: 60px;}


/*---END-TEL-FILTER-ON-SELECT---*/
div.language {
  position: relative;
  width: 100px;
  align-items: flex-start;
  height: 25px;
}
div.language_box {
  display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
  position: absolute;
  z-index: 99;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  height: 30px;
  max-width: 65px;
  overflow: hidden;
  background-color: #dccccc;
  transition: .3s;
  border: 1px solid #6e615c;
}
div.language::before {
  width: calc(100% - 34px);
  height: 100%;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  z-index: 110;
}
div.language_box > a {
  position: relative;
  padding: 8px 30px 8px 25px; 
  width: 100%;
  height: 30px;
  display: inline-block;
  line-height: 16px;
}
div.language_box > a > img {
  position: absolute;
  left: 5px;
  top: 10px;
}
div.language-active_box {height: auto;}
div.language_box svg {
  position: absolute;
  top: 2px;
  right: -3px;
  z-index: 99;
}
.language-active svg {}


/*---END-TEL-FILTER-ON-SELECT---*/
.fieldWrapper > svg, div.language_box > svg {transform-origin: center;transition: .3s;}
.js_tel_arrow > svg, div.language-active_box > svg {transform: rotate(180deg);}

span.vs_voting-item__count-integer {
  font-size: 4rem;
  font-weight: bold;
}

.chat-bot .btn-select {
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  cursor: pointer;
  transition: .15s;
  opacity: .5;
}

.btn-select.active { opacity: 1; }

.chat-bot .i {
  margin: 6px;
  width: 48px;
  height: 48px;
  background-size: 110%;
  background-position: center; 
}
.title-chat-bot {
  color: #5d4a49;
  font-weight: bold;
  font-family: "GothamPro-Bold";
}
.chat-bot .telegram {
  background-color: #64a9dc;
}
.chat-bot .telegram .i {
  background-image: url(../img/telegram.svg);
}

.chat-bot .viber {
  background-color: #7b519d;
}
.chat-bot .viber .i {
  background-image: url(../img/viber.svg);
} 
#link_messager {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #c10831;
  font-size: 12px;
  text-decoration: underline;
}