@charset "utf-8";



.monitor-extra header {
	position: relative;
    width: 100%;
	background-image: url(../images/bg.jpg);
	height: 400px;
	background-size: cover;
	background-position: center;
}

.monitor-extra.russian h2 span {
    display: block;
    font-size: 80%;
    margin: 0 0 .2em;
}
.monitor-extra.russian .circle {
	display: none;
}

/* - ## x >= 769px
 ------------------------------------------------------------ */
@media screen and (min-width:769px) {
	.monitor-extra.russian .circle {
	    position: absolute;
	    bottom: -18px;
	    right: 5em;
	    width: 130px;
	    height: 130px;
	    border-radius: 50%;
	    background-color: #f78d1c;
	    text-align: center;
	    padding: .6em 0 0 0;
	    font-weight: bold;
	    font-size: 2em;
	    line-height: 1.2;
	    border: 2px dashed #fff;
	    box-shadow: 0 0 0 4px #f78d1c;
	    color: #fff;
	}
}

/* - ## x >= 1025px / 64.0625em lg
 ------------------------------------------------------------ */
@media screen and (min-width:1025px) {
     .monitor-extra [class*=details-]:nth-of-type(odd) {
     	border-right: 1px dotted #ccc;
     }
}