/* ::::: http://big-blogs.ru/titan5/index.css ::::: */

.vk-avatar img { float: left; margin-right: 10px; }
.vk-comment, .vk-comment-load { margin-bottom: 15px; position: relative; border-bottom: 1px solid rgb(218, 225, 232); padding-bottom: 15px; }
.vk-comment-name { color: rgb(43, 88, 122); font-weight: bold; font-size: 12px; }
.vk-comment-text { margin-left: 60px; }
@media screen and (max-width: 999px) {
	.vk-comment-name { color: rgb(43, 88, 122); font-weight: bold; font-size: 18px; }
}
@media screen and (max-width: 639px) {
}
@media screen and (max-width: 319px) {
	.vk-comment-name { color: rgb(43, 88, 122); font-weight: bold; font-size: 15px; }
}
body { padding: 0px; margin: 0px; background: transparent url('../images/body-bg.gif') repeat scroll 0% 0%; }
body * { font-family: Arial; }
h1, h2, h3 { font-weight: normal; margin: 0px; }
h1 { font-size: 27px; }
a { color: rgb(186, 0, 9); }
a:hover { text-decoration: none; color: rgb(255, 0, 0); }
.wrap { max-width: 700px; min-width: 240px; margin: 0px auto; }
body img { max-width: 100%; }
.content { width: 100%; background: rgb(255, 255, 255) none repeat scroll 0% 0%; }
.post { padding: 15px; font-size: 17px; }
.post .info { color: rgb(153, 153, 153); font-size: 11px; font-style: italic; }
.post a { font-size: 19px; }

/* ::::: http://proofblogs.com/_blocks/discount_block/css/style.css ::::: */

#trp-discount-block { background: rgba(0, 0, 0, 0) url('../images/discount-block.png') no-repeat scroll 0px -70px; border-radius: 4px; bottom: 1px; color: rgb(255, 255, 255); cursor: pointer; font-family: Verdana; font-size: 16px; height: 70px; line-height: 62px; position: fixed; text-align: center; text-shadow: 1px 0px 2px rgb(0, 0, 0); width: 422px; z-index: 10000; left: 50%; margin-left: -211px; display: block; }
#trp-discount-block:hover { background-position: 0px 0px; }
@media screen and (max-width: 480px) {
	.vk-comment-text {
		margin-right: 10px;
	}
}
@media screen and (max-width: 440px) {
	.img-rot {
		float: none!important;
		margin: 0 auto!important;
		display: block;
	}
}
.iframe {
	text-align: center;
}

.block_form input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
	box-sizing: border-box;
	border: #888 1px solid;
	font-size: 15px;
	background: #fff;
}

.block_form {
	margin-bottom: 10px;
}

.order_form {
	margin-top: 15px;
}

.block_form_label {
	font-size: 15px;
	margin-bottom: 5px;
	text-align: left;
	display: block;
}

.order_form .clear {
	clear: both;
}

.ifr_button {
	cursor: pointer;
	letter-spacing: .4px;
	font-weight: 600 !important;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	font-family: calibri, roboto, arial;
	display: block;
	margin: 10px auto 20px;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	width: auto;
	line-height: 32px;
	height: auto;
	background: #e74c3c;
	border-bottom: 2px solid #c0392b;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	min-height: 51px;
	padding: 0 14px;
}
.price-bl {
	font-size: 22px;
}
.price-bl > span {
	padding-left: 3px;
	font-weight: bold;
	color: red;
}
.price-bl > s {
	padding-right: 3px;
}


.mycomment {
    display: flex;
    margin-bottom: 16px;
    font-size: 16px;
}

.mycomment-img {
    width: 50px;
    height: 50px;
    margin-top: 4px;
    margin-right: 10px;
}

.mycomment-name {
    font-weight: 700;
    font-size: 17px !important;
    margin: 0 0 8px 0;
}

.mycomment-text {
    font-size: 16px !important;
    margin: 0;
}

.mycomment-text img {
    margin-top: 8px;
    max-width: 300px;
    width: 100%;
}

.mycomment-bottom {
    margin-top: 8px !important;
}

</style><style>.loading {
    display: flex;
    align-items: center;
}

.loading img {
    display: inline;
    width: 60px !important;
    margin: 0 16px 0 0;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.comments__kma>div {
    transition: all .3s ease
}

.comment-add {
    margin: 15px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px
}

.comment-hide {
    transform: translateX(calc(-100% - 100px));
    height: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.comment-write {
    transition: all .3s ease;
    max-height: 100px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.comments__kma {
    overflow: hidden
}

.loading {
    font-style: italic
}

.loading:after {
    content: '.';
    animation: loading 1s ease alternate infinite
}

@keyframes loading {
    60% {
        text-shadow: 0.35em 0 0 currentColor;
    }

    60% {
        100% {
            text-shadow: 0.35em 0 0 currentColor, 0.75em 0 0 currentColor;
        }
    }
}

@keyframes race {
    0% {
        transform: skew(0, -3deg);
    }

    25% {
        transform: skew(0, 3deg);
    }

    50% {
        transform: skew(0, -3deg);
    }

    75% {
        transform: skew(0, 3deg);
    }

    100% {
        transform: skew(0, );
    }
}
header {
    background: #bb1919;
    padding: 8px 0;
}
.header-top {
    max-width: 900px;
    margin: 0 auto;
}
img.logo-1 {
    width: 132px;
}
img.logo-2 {
    width: 32px;
    display: inline-block;
    margin-left: 10px;
}
.top-menu {
    
    background: #1d1d1b;
}
.top-menu ul {
    padding: 0;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.top-menu a {
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #ccc;
    padding: 6px 0 8px;
    display: block;
    width: 100%;
}
.top-menu a:hover {
    color: #fff;
}
@media screen and (max-width: 910px) {
    .top-menu {
        display: none;
    }
    header {
        text-align: center;
    }
}
.mycomment-info {
    width: 100%;
}
.textbox {
    width: 100%;
    font-size: 16px;
    border: 1px #bbb solid;
    padding: 3px 5px;
    margin-bottom: 10px;
	max-width: 100% !important;
    box-sizing: border-box;
}
.error {
    position: relative;
    margin-top: -10px;
    color: red;
    font-size: 13px;
    padding-left: 5px;
    display: none;
}
.sendcomment {
    font-size: 17px;
    cursor: pointer;
    text-decoration: underline;
}
@media screen and (max-width: 480px) {
    .daekvj {
        padding: 0 15px;
    }
}