/* ::::: http://i.trackmeplz.ru/a/extaz/index.css ::::: */
.ordrbutt {
    background: #127EB2;
    border: 1px solid #424FBF;
    padding: 10px 27px;
    border-radius: 5px;
    font-size: 21px;
    color: #fff !important;
    text-decoration: none;
}

.ordrbutt:hover {
    background: #FF8B68;
    border-color: #F25F32;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: url('../img/background.png') repeat scroll 0 0 rgb(255, 255, 255);
    font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
}

a {
    color: rgb(10, 120, 194);
    outline: medium none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.ordrbutt:hover {
	text-decoration: none;
}

p {
    margin: 0 0 11px;
}

strong, b {
    font-weight: bolder;
}

img {
    border: medium none;
}

h1 {
    margin: 10px 0;
    font-size: 26px;
}

h2 {
    margin: 10px 0;
    font-size: 24px;
    line-height: 1.2;
}

h3 {
    margin: 2px 0 10px;
    font-size: 22px;
    font-weight: normal;
}
article img{
    width: 100%;
    display: block;
    
    margin: 0 auto 10px;
}
.container {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
}

.header {
    background: url('../img/headerbg.png') no-repeat scroll 0 0 transparent;
    height: 131px;
    color: #fff;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.header h2 {
    display: inline-block;
    margin-top: 43px;
    font-size: 32px;
    margin-left: 33px;
}

.header_right {
    float: right;
}

.header_right div {
    background: url('../img/headerbg1.png') no-repeat center;
    display: inline-block;
    width: 100px;
    height: 131px;
}

.header_right div:nth-child(2) {
    background: url('../img/headerbg2.png') no-repeat center;
}

.header_right div:nth-child(3) {
    background: url('../img/headerbg3.png') no-repeat center;
}

@media screen and (max-width: 740px){
    .header_right{
        display: none;
    }
    .header{
        height: auto;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        padding: 10px 5px;

    }
    .header h2{
        display: block;
        margin: 0;
        text-align: center;
        font-size: 35px;
        line-height: 1.2;
    }
    .left-column{
        padding: 15px 10px!important;
    }
    article img{
        width: 100%;
        max-width: 450px;
        display: block;
        float: none!important;
        margin: 0 auto 10px!important;
    }
	.comm_none {
		display: none;
	}
}

@media screen and (max-width: 480px){

    .header h2{

        font-size: 24px;

    }

}
.left-column {
    width: 100%;
    box-sizing: border-box;
    background: none repeat scroll 0 0 white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    margin-right: 20px;
    padding: 30px;
    margin-bottom: 10px;
}

.sidebar {
    float: left;
    width: 309px;
    font-size: 12px;
}

.sidebar-bloggers {
    background: none repeat scroll 0 0 white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-bottom: 20px;
}

.sidebar-bloggers-avatar {
    display: inline-block;
}

.sidebar-bloggers img {
    margin: 5px;
}

.footer {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.vk-container {
    font-size: 14px;
    line-height: 1.2;
    color: black;
    
    text-decoration: none;
}

.vk-container a {
    text-decoration: none;
}

.vk-container a:hover {
    text-decoration: none;
}

.vk-header {
    background: none repeat scroll 0 0 rgb(218, 226, 232);
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    background: url('../img/vk-logo.gif') no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    width: 48px;
}

.vk-comment, .vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}

.vk-comment:last-child {
    border-bottom: 0 none;
}

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    margin: 0 0 5px;
}

.vk-comment-name:hover {
    text-decoration: none;
}

.vk-comment-text {
    overflow: hidden;
    margin: 0 0 5px;
}

.vk-comment-text img {
    display: block;
    margin: 10px auto;
    max-width: 400px;
    width: 100%;
}

.vk-comment-date {
    margin-left: 57px;
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.vk-comment-like {
    position: absolute;
    right: -5px;
    bottom: 10px;
    background: url('../img/like_001_001.png') no-repeat scroll left center transparent;
    width: 30px;
    height: 16px;
    display: inline-block;
    text-decoration: none;
    cursor: default;
}

.vk-comment-like:hover {
    cursor: default;
}

.vk-comment-like-count {
    padding-left: 17px;
    font-weight: bold;
    color: rgb(114, 149, 178);
    font-size: 12px;
    line-height: 16px;
    text-decoration: none;
}

.vk-comment-answer {
    color: rgb(43, 88, 122);
    text-decoration: none;
}

