.wysiwyg img{
	width: auto;
    height: auto;
    max-width: 100%;
    margin: 39px 0;
}
.wysiwyg table {
    margin: 20px 0;
    border-collapse: collapse;
    width: 100%;
}
.wysiwyg table th, .wysiwyg table td {
    padding: 7px 7px;
    border: 0;
    border-bottom: 1px solid #EAEAEA;
    text-align: left;
    vertical-align: top;
}
.wysiwyg table th {
    font-weight: bold;
    color: #000;
    border-bottom-width: 2px;
    border-bottom-color: #1891BF;
}
.wysiwyg table .center {
    text-align: center;
}
.wysiwyg table .right {
    text-align: right;
}

.modal .btn:hover{
    background: #3bb7e6;
    cursor:pointer;
}

blockquote {
    margin: 20px 0;
    position: relative;
    padding: 0 0 0 36px;
    display: block;
    font-size: 18px;
    line-height: 30px;
}
blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -2px 0;
    border-left: 5px solid #1891BF;
}
address {
    margin: 20px 0;
    position: relative;
    padding: 0 0 0 36px;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #E72C20;
}
address:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -2px 0;
    border-left: 5px solid #E72C20;
}
pre {
    margin: 20px 0;
    position: relative;
    padding: 0 0 0 36px;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    font-family: Roboto, Helvetica, Arial, "sans-serif";
    color: #82A91D;
    white-space:normal;
}
pre:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: -2px 0;
    border-left: 5px solid #82A91D;
}

.error{
    border: 1px solid #E72C20 !important;
    background: #fff6f6 !important;
}

.caption {
    margin: -26px 0 44px 0;
    opacity: 1;
}

/*.mfp-title {
    text-align: center;
    font-size: 90%;
    font-style: italic;
    margin: 12px 0 0 0;
    line-height: inherit;
}*/
.side-menu .title{
  padding: 0 30px 6px;
  position: relative;
  font-size: 18px;
  line-height: 21px;
}

.share-desk.left {
	margin: 0px -20px 20px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.top-links.first{
	margin: 0px 0 20px;
}

.header .menu li.dev{
    border-top: 1px solid #EAEAEA;
    padding-bottom: 7px;
    margin-top: 7px;
    display: block;
}

.ya-share2__container_size_m .ya-share2__counter {
    font-size: 19px !important;
    line-height: 39px !important;
    padding: 0 8px !important;
}

/*.top-links a[href='#download'] {*/
.top-links a {
    color: #1891BFBA;
}
.partner1_bottom a{
	display:block;
	text-align:left;
}

.item-descr .l {
    width: 354px;
}

.item-descr table {
    font-size: 14px;
}

.mfp-iframe-holder .mfp-close {
    text-align: center!important;
}

.ya-share2__icon {
    background-size: 40px 40px !important;
}

.top-download.top-download_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    margin: 21px -40px 14px 0;
}

.top-download.top-download_more .btn{
	min-width: 50px;
	    /** font-size: 20px; **/
	font-size: 13px;	
	background-color: #1891BFBA;
}
.top-download.top-download_more .btn::after{
	display:none;
}

.top_block_btn.p1 {
	margin-right:10px;
	padding: 7px 17px 10px;
}	

.p1.hide_desc{
	display:none;
}

@media only screen and (max-width: 980px) {
	.wysiwyg img {
		margin: 30px 0 40px 0;
	}
	
	.wysiwyg table {
      margin-left: -20px;
      margin-right: -20px;
      overflow: hidden;
      overflow-x: auto;
  }
	.wysiwyg .table table {
      margin-left: 0;
      margin-right: 0;
  }
  .wysiwyg table th:first-child, .wysiwyg table td:first-child {
      padding-left: 20px;
  }
  .wysiwyg table th:last-child, .wysiwyg table td:last-child {
      padding-right: 20px;
  }
  .wysiwyg table table {
      min-width: 375px;
  }
  
  .link-up {
    display: block;
	}
	
	.p1_wrap{
		display:none;
	}
	.p1.hide_mob{
		display:none;
	}
	.p1.hide_desc{
		display:block;
	}
	
	.top-download.top-download_more > * {
	    margin-bottom: 10px;
	}
	.top-download.top-download_more {
	    margin-bottom: 10px;
	}
}
