.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.modal-news-script{
	display: none;
}

.modal-news-script_visible{
	visibility: visible;
}

.modal-news{
	position: fixed;
	max-width: 500px;
    z-index: 1000001;
    text-align: left;
    bottom: 16px!important;
    left: 16px!important;
    background: #fff;
}
.modal-news__title{
	background-color: rgba(57,87,115,1);
    border-radius: 0px;
    text-align: left;
    padding: 0px 0px;
    font-family: 'Open Sans',arial;
    font-weight: 700;
    color: #ffffff;
    font-size: 20px;
    padding: 5px 10px;
}
.modal-news__content{
	padding-top: 15px;
}
.modal-news__img{
	padding-left: 10px;
	width: 130px;
	float: left;
	padding-right: 10px;
}

.modal-news__img img{
	width: 100%;
}
.modal-news__text{
	text-align: left;
    font-family: 'verdana',arial;
    font-weight: 400;
    color: #000000;
    font-size: 15px;
}
.modal-news__button,
.modal-news__button:hover,
.modal-news__button:active{
	text-align: center;
    font-family: 'arial',arial;
    font-weight: 400;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid #b20000;
    background-color: rgb(255,48,25);
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2) !important;
    text-decoration: none !important;
    padding: 5px 10px;
    height: 100% !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.3),inset 0px 0px 3px rgba(255,255,255,0.5),0 1px 1px rgba(0,0,0,0.3) !important;
    background-image: -moz-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    background-image: -webkit-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    background-image: -o-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    background-image: -ms-linear-gradient(top,rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    background-image: linear-gradient(to bottom,rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
    float: right;
    margin-right: 40px;
}
.modal-news__close{
	text-align: left;
    font-family: 'arial',arial;
    font-weight: 400;
    color: #ffffff;
    font-size: 28px;
    position: absolute;
	top: 3px;
    right: 9px;
	cursor: pointer;
}

.modal-news-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000000;
	background: rgba(0, 0, 0, 0.8);
}
.sodeciv {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.sodeciv iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}