.agree-a {
    background: url(../images/document.png) no-repeat;
    background-position-y: 1px;
    padding-left: 27px;
}
.agree-footer {
	color: rgba(255, 255, 255, 0.3);
    font-size: 12px;
}
.agree-footer:hover {
	color: rgba(255, 255, 255, 0.7);
}

h1.otvet-title {
	font-size: 28px;asdas

    font-weight: normal;
    border-bottom: none;
    margin-bottom: 35px;
    margin-top: 45px;
}

.principles-info.principles-rework {
	right: -325px;
}


 .circle-title {
    text-transform: uppercase;
    color: #405c78;
    font-family: Roboto Condensed, Roboto, Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 26px;
}

.settings-share {
    padding-bottom: 20px;
    margin: auto;
    text-align: center;
    height: 50px;
}

.settings-share.likely li:nth-child(1) {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right: 6px;
    background: url('../images/svg/vk-share.svg') no-repeat;
    width: 30px;
    height: 30px;
}

.settings-share.likely li:nth-child(2) {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right: 6px;
    background: url('../images/svg/fb-share.svg') no-repeat;
    width: 30px;
    height: 30px;
}

.settings-share.likely li:nth-child(3) {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: url('../images/svg/tw-share.svg') no-repeat;
    width: 30px;
    height: 30px;
}

.settings-share-li img, .settings-share-li span {
    cursor: pointer;
}

/*div.principles-info.history {
    margin-top: 0px;
}

div.principles-info.history .item:nth-child(1){
    height: 200px;
    margin-top: 20px;
}

div.principles-info.history .item:nth-child(2){
    height: 150px;
    margin-top: 400px;
}

div.principles-info.history .item:nth-child(3){
    height: 200px;
    margin-top: 175px;
}

div.principles-info.history .item img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.history-years .principles-info {
    margin-top: 0px;
    right: -325px;
}

div.main-topinfo {
    background: #e7eaee;
    color: #405c78;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding-bottom: 155px;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
}

@media screen and (min-width: 768px) {
  div.main-topinfo:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 105px;
    background: rgba(15, 38, 77, 0.8);
    z-index: 1;
    bottom: 0;
    left: 0;
    }
}


@media screen and (max-width: 767px) {
  .item-news.top-p {
    padding-top: 20px;
    } 
     div.main-topinfo {
      padding-bottom: 25px;  
      padding-top: 25px;
     }
}

@media screen and (max-width: 1023px) {
    .item-news.top-p {
    padding-top: 20px;
    } 
    .right-item-smi {
        display: none;
    } 
    .history-years .principles-info {
        display: none;
    } 
}

@media screen and (max-width: 1099px) {
    .item-news.top-p {
    padding-top: 37px;
    } 
    .history-years .principles-info {
        right: -310px;
    } 
}