.soc_set {
  text-align: center;

}
.soc_set .fa {
  line-height: 0.9;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  width: 42px;
  height: 42px;
  text-align: center;
  text-decoration: none;
  margin: 15px 12px;
  background: #ffc800;
  color: #222122;
  border-radius: 50%;
  

}

.soc_set .fa:hover,.vibers img:hover {
    opacity: 0.7;
}

.vibers img{
  line-height: 0.9;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  width: 42px;
  height: 42px;
  text-align: center;
  text-decoration: none;
  background: #ffc800;
   fill: #222122!important;
  margin: -18px 12px;
  border-radius: 50%;
}

/* Кнопка, используемая для открытия формы чата - закреплена в нижней части страницы */
.open-button {
  background:#ffc800;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;
  width: 280px;
  width: 60px;
z-index: 1;
    height: 60px;
    border: 1px solid var(--light_gray_9);
    border-radius: 50%;
transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 0 rgba(255, 200, 0,0.2),0 0 0 0 rgba(255, 200, 0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 15px rgba(255, 200, 0,0.2),0 0 0 0 rgba(255, 200, 0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 30px rgba(255, 200, 0,0),0 0 0 26.7px rgba(255, 200, 0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 30px rgba(255, 200, 0,0),0 0 0 40px rgba(255, 200, 0,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 0 rgba(255, 200, 0,0.2),0 0 0 0 rgba(255, 200, 0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 15px rgba(255, 200, 0,0.2),0 0 0 0 rgba(255, 200, 0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 30px rgba(255, 200, 0,0),0 0 0 26.7px rgba(255, 200, 0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255, 200, 0,0.3),0 0 0 30px rgba(255, 200, 03,0),0 0 0 40px rgba(255, 200, 04,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
.open-button:hover {
  background-color: #bb9300;  
  
}

.open-button .fa {
  color: #222122;
  font-size: 28px;
  text-align: center;
  margin-left: -2px;
  margin-top: -2px;
transition: .5s ease-in-out;
}
/* Всплывающий чат - скрыт по умолчанию */
.chat-popup {
  top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    background-color: rgba(0, 0, 0, 0.55);
    position: fixed;
    cursor: default;
}

/* активируем слой затемнения */
.chat-popup:target {
    display: block;
}

.form-container h4 {
  text-align: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
/* Добавление стилей в контейнер формы */
.form-container {
    width: 400px;
    padding: 10px;
    height: 460px;
    bottom: 35px;
    right: 15px;
    position: fixed;
   font-family: 'Montserrat Alternates',sans-serif;
    border-radius: 8px;
    background-color: #fff;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    box-shadow: 0px 15px 40px 0px rgb(150 163 175 / 50%);
}

/* Полноразмерная текстовая область */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}
.form-container h3 {
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #404040;
    background-color: none; 
   background-color: transparent;
}
.form-container p {
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.5;
    color: #8d8c8c;
    text-align: center;
}
/* Когда текстовая область получит фокус, сделайте что-нибудь */
.form-container textarea:focus {
  background-color: #fff;
  outline: none;
}



/* Добавьте красный цвет фона к кнопке отмена */
.form-container .cancel {
   position: absolute;
   top: 10px;
   right: 5px;
	border: none!important;
   padding: 0;
   cursor: pointer;
	background-color: #fff;
}

.cancel:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	border-radius: 50%;
	 background-color: #222122;
    color: #ffc800;
    font-size: 25px;
    line-height: 25px;
    right: -2px;
    text-align: center;
    position:relative;
    top: -4px;
    display: block;
	height: 25px;
    width: 27px;
    content: "\00d7";
}

.cancel:hover:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	background-color: #ffc800;
    color: #222122;
 
    content: "\00d7";
}
/* Добавьте некоторые эффекты наведения на кнопки */
btn:hover, .open-button:hover {
  opacity: 1;
}
/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    padding: 2px 12px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: none;
	background: transparent;
    border-radius: none;
    padding: 2px 12px;
	

}

/* Create an active/current tablink class */

.tab button.active {
    border-bottom:1.5px dashed #ffc800;
    color: #ffc800!important
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    text-align: center;
}




.callibri_panel_picture {
    width: 13px;
    height: 16px;
    box-sizing: content-box!important;
    float: left;
    padding: 3px 6px;

}

.callibri_text_panel {
    position: relative;
    font-size: 13px!important;
    color: #535353;
    display: inline-block;
}
.callibri_passive_icon {
    transition: fill .5s!important;
    fill: #ffc800!important;
    background-color: #ffc800!important;
}

#switchForCall .callibri_svg_fill {
    stroke: #000!important;
}

.callibri_text_color {
    color: #1c1833;
}

#switchForCall, .callibri_svg_fill {
    stroke: #222122!important;
}

.callibri_passive_icon_active {
    fill: #FFC800!important;
    background-color: #FFC800!important;
}

.callibri_button {
    text-align: center;
    display: inline-block!important;
    background-color: #ffc800;
    color: #222122;
    margin-top: 25px;
    font-weight: 600!important;
    line-height: normal!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    padding: 11px 0;
    box-sizing: border-box!important;
    min-height: inherit!important;
    width: 207px!important;
    border-radius: 42px!important;
    box-shadow: 0 0 17px rgba(0,0,0,.15)!important;
    border: 0!important;
    font-size: 14px!important;
    outline: 0!important;
    text-transform: none!important;
    -moz-osx-font-smoothing: grayscale!important;
    background-image: none;
}
.callibri_button:hover {
    background-color: #222122;
    color: #FFC800;
    
}
.callibri_textarea {
    padding: 0;
    margin-top: 20px;
    outline: 0;
    height: 40px;
    width: 80%!important;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    background-color: #F8F8F8!important;  
    border-radius: 18px!important;
}
.poloss{

    border-bottom: 1px solid #000;
    padding: 5px 0;
}
.ko_ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.ko_ul li {
    padding: 0;
    margin: 0 0 15px;
    overflow: hidden;
}

.ko_ul li p {
    padding: 5px 10px;
    line-height: 1.5;
    text-align: left;
    color: #3c3c3c;
    font-size: 16px;
}
.ko_ul .pe {
    padding: 1px 12px;
    text-align: left;
    color: #ffc800;
    font-size: 18px;
    font-weight: 600;

}


@media (max-width: 767px) {
.form-container {
    width: 90%;
    margin-right: 20px;
    top: 130px;
    right: 0;
    height: 460px;
    z-index: 2;
    border-radius: 25px;
    padding: 10px;
    height: 460px;
}

.form-container .cancel {
    top: 8px;
    right: 10px;
    width: 30px;
    
}
.soc_set .fa {
    width: 36px;
    height: 36px;
    margin: 5px 5px;

}
.vibers img{
  width: 36px;
  height: 36px;
  margin: -11px 5px;

}
.tab button {
    font-size: 16px;

}
.callibri_text_panel {
    font-size: 11px!important;

}
.ko_ul a {
   font-size: 15px!important;
}
	}