/* Обычный */
@font-face {
	font-family: 'OpenSans Regular';
	src: url(/fonts/OpenSans-Regular.ttf);
}

/* Жирный */
@font-face {
	font-family: 'OpenSans Bold';
	src: url(/fonts/OpenSans-Bold.ttf);
}



body{
    font-family: OpenSans Regular;
    margin: 0;
  }

.loader{
	position:fixed;
	width:100%;
	height:100vh;
	left:0px;
	top:0px;
	z-index:9;
	background:#fff;
}

.form_send_base{
	width:800px;
	margin:auto;
}

.form-group{
	margin-bottom:15px;
}

.form-group input,.form-group select{
	width:100%;
}

.form-group textarea{
	width:100%;
}

.modal_viev{
	position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
	visibility: hidden;
}

.modal_viev.active{
	visibility:visible;
}

.overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.8);
}

.modal_content{
    overflow: hidden;
    width: 100%;
    background: #fff;
    position: absolute;
    min-height: 150px;
    z-index: 99;
    left: 7%;
    top: 27px;
    border-radius: 0;
    box-shadow: 0px 0px 5px rgb(255 255 255);
    height: 80vh;
    max-height: 85%;
    
    max-width: 85%;
}

.modal_close{
    position: absolute;
    right: 0px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    padding: 8px;
}

.modal_title{
	padding: 15px 21px;
    font-size: 16px;
    font-weight: 600;
}

.desc_full{
	height:80%;
	min-height:150px;
	overflow-y:auto;
	padding:20px;
	white-space: break-spaces;
}

.modal_content_body iframe{
	width:100%;
	height:80%;
	min-height:350px;
}

#result
{
    float: right;
    width: 60%;
    margin-top: -26px;
    height: 86%;
    overflow: scroll;
    overflow-y: scroll;
    text-align: right;
    vertical-align: middle;
    flex-direction: column;
    overflow: auto;
    display: flex;
    justify-content: flex-end;

}

#result>div{
	overflow:auto;
}

#result li
{
   
    max-width: 80%;
    float: right;
    list-style: none; 
}

#result li .title
{
	font-weight: 600;
	margin-bottom: 5px; font-size: 16px;
}

#result li .desc_vid
{
 font-size: 15px;
}

#result li .img_vid
{

}


.block_res
{
	background: #f5f5f5;
	padding: 15px 20px;
	border-radius: 20px 20px 0px 20px;
	margin-bottom: 10px;
	margin-right: 15px;


}


#container {
    min-height: 100%;
    position: relative;
    background-image: url(/img/1screen_background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 40px;
    background-position-y: 60px;
}

#container_start {
    min-height: 100%;
    position: relative;
    background-image: url(/img/1screen_background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 10px;
        margin-top: 60px;
    background-position-y: 0px;
}

#header {

   padding:20px;
}


#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:70px;
   background:#b1b1b1;
}


.logo
{

    line-height: 1.4;
}

.logo img
{
    float: left;
    margin-right: 10px;
    width: 220px;
}

.logo .txt-logo
{
    font-size: 24px;
    margin-left: 10px;
    color: #757575;
}

#voice-trigger
{
	margin-top: -40px;
	margin-left: 20px;

	display: inline-block;
	}

#voice-trigger img
{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;

}

#voice-trigger:hover img
{
  -webkit-transform:  translateY(-10px);
     -moz-transform:  translateY(-10px);
       -o-transform:  translateY(-10px);
      -ms-transform:  translateY(-10px);
          transform:  translateY(-10px);
          cursor: pointer;
}

#voice-trigger img{
	float: left;
}

.text_privet
{
    position: absolute;
    top: 45%;
    color: #757575;
    left: 80%;
    text-align: center;
}

.text_privet img
{
	margin-bottom: 10px;


  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.text_privet:hover img{

  -webkit-transform:  translateY(-10px);
     -moz-transform:  translateY(-10px);
       -o-transform:  translateY(-10px);
      -ms-transform:  translateY(-10px);
          transform:  translateY(-10px);
          cursor: pointer;

}

.targetka_txt
{

    width: 300px;
    color: white;
    margin-left: 20px;
    display: inherit;
    margin-top: 65px;
    font-size: 14px;
}




#voice-trigger-bg
{
    background: url(/img/Green.png);
    width: 91px;
    height: 91px;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    text-align: center;
}

#voice-trigger-ani {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

#voice-trigger-ani div {

  height: 30px;
  width: 3px;
  top: 30%;
  border-radius: 20px;
  position: absolute;
}

.play_audio
{
    background: #f5f5f5;
    padding: 12px;
    display: inline-flex;
  /*  position: absolute;
    top: 0;
    right: 52px;*/
}

.play_audio:hover
{ 
	    background: #e2e2e2;
}

#voice-trigger-ani div:nth-of-type(1)  { animation: wave 17s   0.000s linear infinite; }
#voice-trigger-ani div:nth-of-type(2)  { animation: wave 17s -16.227s linear infinite; }
#voice-trigger-ani div:nth-of-type(3)  { animation: wave 17s -15.455s linear infinite; }
#voice-trigger-ani div:nth-of-type(4)  { animation: wave 17s -14.682s linear infinite; }
#voice-trigger-ani div:nth-of-type(5)  { animation: wave 17s -13.909s linear infinite; }
#voice-trigger-ani div:nth-of-type(6)  { animation: wave 17s -13.136s linear infinite; }
#voice-trigger-ani div:nth-of-type(7)  { animation: wave 17s -12.364s linear infinite; }
#voice-trigger-ani div:nth-of-type(8)  { animation: wave 17s -11.591s linear infinite; }
#voice-trigger-ani div:nth-of-type(9)  { animation: wave 17s -10.818s linear infinite; }
#voice-trigger-ani div:nth-of-type(10) { animation: wave 17s -10.045s linear infinite; }
#voice-trigger-ani div:nth-of-type(11) { animation: wave 17s  -9.273s linear infinite; }
#voice-trigger-ani div:nth-of-type(12) { animation: wave 17s  -8.500s linear infinite; }
#voice-trigger-ani div:nth-of-type(13) { animation: wave 17s  -7.727s linear infinite; }
#voice-trigger-ani div:nth-of-type(14) { animation: wave 17s  -6.955s linear infinite; }
#voice-trigger-ani div:nth-of-type(15) { animation: wave 17s  -6.182s linear infinite; }
#voice-trigger-ani div:nth-of-type(16) { animation: wave 17s  -5.409s linear infinite; }
#voice-trigger-ani div:nth-of-type(17) { animation: wave 17s  -4.636s linear infinite; }
#voice-trigger-ani div:nth-of-type(18) { animation: wave 17s  -3.864s linear infinite; }
#voice-trigger-ani div:nth-of-type(19) { animation: wave 17s  -3.091s linear infinite; }
#voice-trigger-ani div:nth-of-type(20) { animation: wave 17s  -2.318s linear infinite; }
#voice-trigger-ani div:nth-of-type(21) { animation: wave 17s  -1.545s linear infinite; }
#voice-trigger-ani div:nth-of-type(22) { animation: wave 17s  -0.773s linear infinite; }

@keyframes wave {
  0%   { left:-2%;margin-top: -15%; background: ##fff; }
  5%   { background: #fff; }
  10%  { height:10%; margin-top: -5%; background: #fff; }
  15%  { background: #fff; }
  20%  { height:34%; margin-top:-17%; background: #fff; }
  25%  { background: #fff; }
  30%  { height:10%; margin-top: -5%; background: #fff; }
  35%  { background: #fff; }
  40%  { height:34%; margin-top:-17%; background: #fff; }
  45%  { background: #fff; }
  50%  { height:10%; margin-top: -5%; background: #fff; }
  55%  { background: #fff; }
  60%  { height:34%; margin-top:-17%; background: #fff; }
  65%  { background: #fff; }
  70%  { height:10%; margin-top: -5%; background: #fff; }
  75%  { background: #fff; }
  80%  { height:34%; margin-top:-17%; background: #fff; }
  85%  { background: #fff; }
  90%  { height:10%; margin-top: -5%; background: #fff; }
  95%  { background: #fff; }
  100% { height:34%; margin-top:-17%; left:100%; background: #fff; }
}

.pulse {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}


@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.res_a {
    display: flow-root;
	position: relative;
}
.res_a .play_audio{
	/*
		left: 0px;
    top: calc(50% - 28px);
    right: auto;*/
    
	background:transparent;
}
/* Форма добавления новой записи */

.block_res.user_zapr{
	background: rgb(191 255 179);
}
.news_base {
    background: #fff;
    padding: 30px;
    padding-top: 30px;
    padding-top: 4px;
    left: 30%;
    margin-left: -135px;
    position: absolute;
    margin-top: -135px;
    top: 50%;
    width: 800px;
      
}
.menu_top{
	display: inline-block;
    width: 100%;
    padding: 0px;
	text-align: center;
}
.menu_top li{
	display:inline-block;
	list-style:none;
}
.menu_top li a{
	    text-decoration: none;
    background: #6cccfa;
    color: #000;
    padding: 5px 16px;
    margin: 15px;
    border-radius: 5px;
}
.table_base{
	background: #fff;
    width: 800px;
    margin: auto;
    border: 1px solid #ccc;

}
.table_base tr td{
	border-bottom: 1px solid #ccc;
	padding: 10px;
}
.linkvideo,.upfiles{
	display:none;
}
.img_res img{
	max-width:100%;
}
.img_res{
	float:left;
	width:25%;
}


