a {
    font-weight: 700
}

img {
    max-width: 100%
}

.first-p {
    margin-top: -3px
}

.fb-container {
    font-size: 11px;
    line-height: 17px;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    color: #000;
    text-decoration: none
}

.fb-link {
    text-decoration: none !important;
    cursor: default !important
}

.fb-header {
    margin-bottom: 10px;
    padding: 4px 4px 4px 6px;
    background: none repeat scroll 0 0 #dae2e8
}

.fb-logo {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: -1px
}

.fb-header-text {
    padding: 2px 3px 1px;
    font-weight: 700;
    line-height: 100%;
    color: #45688e
}

.fb-avatar img {
    float: left;
    margin-right: 10px;
    max-width: 50px;
}

.fb-comment,
.fb-comment-load {
    position: relative;
    margin-bottom: 15px;
    padding: 0 10px 15px;
    border-bottom: 1px solid #dae1e8
}

.fb-comment:last-child {
    border-bottom: 0
}

.fb-comment-name {
    font-weight: 700;
    font-size: 12px;
    color: #2b587a
}

.fb-comment-text {
    margin-left: 60px
}

.fb-comment-text img {
    display: block
}

.fb-comment-date {
    margin-left: 60px;
    color: #999
}

.fb-comment-like:hover {
    cursor: pointer;
    opacity: .5
}

.fb-comment-like-count {
    padding-left: 14px;
    font-weight: 700;
    font-size: 10px;
    color: #7295b2
}

.fb-comment-answer {
    color: #2b587a
}

.fb-comment-answer:hover {
    cursor: pointer;
    opacity: .5
}

body {
    margin: 0;
    padding: 0
}

body * {
    font-family: arial, sans-serif
}

h1,
h2,
h3 {
    margin: 0;
    font-weight: 400
}

h1 {
    font-size: 27px
}

h2 {
    font-size: 21px
}

a {
    color: #ba0009
}

a:hover {
    color: red;
    text-decoration: none
}

.wrap {
    min-width: 240px;
    max-width: 700px;
    margin: 0 auto
}

body img {
    max-width: 100%
}

.content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1e9c79;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc
}

.breadcrumbs {
    position: relative;
    top: 15px;
    width: 140px;
    margin-bottom: 25px;
    padding: 2px 2px 2px 15px;
    font-size: 16px;
    color: #fff;
    background: #ba0009 none repeat scroll 0 0
}

.breadcrumbs a {
    color: #fff
}

.breadcrumbs a:hover {
    text-decoration: none
}

.topic {
    position: relative;
    left: -10px;
    width: 480px;
    height: 38px;
    margin: 10px 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .5)
}

.topic span {
    display: block;
    float: left
}

.topic .title {
    position: relative;
    top: 8px;
    width: 100px;
    font-size: 21px;
    text-align: center;
    color: #ba0009
}

.topic .text {
    position: relative;
    top: 4px;
    width: 380px;
    font-size: 16px
}

.post {
    padding: 15px;
    font-size: 17px
}

.post .info {
    font-size: 11px;
    color: #999;
    font-style: italic
}

.post a {
    font-size: 19px
}

.comments {
    width: 100%;
    margin-top: 5px;
    background: #fff none repeat scroll 0 0
}

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

.comment:last-child {
    border: medium
}

.comment .avatar {
    float: left;
    width: 35px;
    height: 35px
}

.comment .text {
    margin-left: 45px;
    font-size: 13px
}

.comment .text .login {
    font-weight: 700;
    color: #ba0009
}

.comment .text .date {
    font-size: 11px;
    color: #999;
    font-style: italic
}

.comment .text .data {
    display: block;
    width: 70%;
    margin-top: 2px
}

.comment .text .data img {
    position: relative;
    top: 5px;
    display: block
}

.center {
    text-align: center
}

.btn a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 21px;
    line-height: 23px !important;
    color: #fff;
    text-decoration: none;
    background: #ff2000;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7400), to(#ff2000));
    background: linear-gradient(to bottom, #ff7400, #ff2000);
    background: -o-linear-gradient(bottom, #ff7400, #ff2000);
    border-top: 2px solid #ffb300;
    border-radius: 7px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.btn a:hover {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.photo {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    background: #fff none repeat scroll 0 0
}

.photo span {
    position: absolute;
    right: 10px;
    bottom: 140px;
    padding: 10px;
    font-weight: 700;
    font-size: 22px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #bb020a
}

.footer {
    margin-top: 5px;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #999
}

header .logo {
    padding: 20px 0;
    text-align: center
}

header .logo h1:before {
    display: inline-block;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg)
}

.post-img {
    float: left;
    max-width: 60%;
    margin-right: 10px
}

header .logo h1 span {
    display: inline-block;
    margin-left: 20px;
    font-weight: 700;
    font-size: 80px;
    line-height: 110px;
    font-family: pacifico, cursive;
    vertical-align: top;
    color: #1e9c79;
    text-decoration: none
}

.fb-comment-load:last-child {
    border-bottom: none
}

.product-link {
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center
}

@media screen and (max-width:999px) {
    .fb-container {
        font-size: 18px;
        line-height: 31px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        color: #000;
        text-decoration: none
    }

    .fb-comment-name {
        font-weight: 700;
        font-size: 18px;
        color: #2b587a
    }

    .fb-comment-like-count {
        padding-left: 14px;
        font-weight: 700;
        font-size: 14px;
        color: #7295b2
    }
}

@media screen and (max-width:720px) {
    .wrap {
        padding: 0 10px
    }
}

@media screen and (max-width:639px) {
    .fb-container {
        font-size: 16px;
        line-height: 25px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        color: #000;
        text-decoration: none
    }

    .post {
        padding: 0 10px
    }

    header .logo h1 span {
        display: block;
        font-size: 60px
    }
}

@media(max-width:991px) {
    .fb-comment-load:nth-last-child(n 6) {
        display: none
    }
}

@media screen and (max-width:580px) {
    .fb-comment-text img {
        margin-left: -30px !important
    }

    h1 {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .content {
        padding-top: 10px
    }
}

@media screen and (max-width:425px) {
    header .logo h1 span {
        font-size: 44px
    }

    .photo span {
        position: relative;
        right: 0;
        bottom: 0;
        display: block
    }

    .post-img {
        display: block;
        float: none;
        max-width: 100%;
        margin: 0 auto
    }

    .first-p {
        margin-top: 5px
    }
}

@media screen and (max-width:319px) {
    .fb-container {
        font-size: 16px;
        line-height: 23px;
        font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
        color: #000;
        text-decoration: none
    }

    .fb-comment-name {
        font-weight: 700;
        font-size: 15px;
        color: #2b587a
    }

    .fb-comment-like {
        display: none
    }
}

.titanform {
    width: 100%;
    margin: 0 0 20px
}

.titanust {
    border: 5px solid #ed1b24;
    padding: 15px 15px 5px;
    background: #ffefbf none repeat scroll 0% 0%
}

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #a12000
}

.ac_footer a {
    color: #a12000
}

.ac_footer p {
    text-align: center
}

img[height="1"],
img[width="1"] {
    display: none !important
}

@media screen and (max-width:580px) {
    header .logo h1:before {
        display: none
    }

    header .logo h1 span {
        line-height: 30px
    }
}

.additional-link {
    text-decoration: none
}

.comments {
    padding-top: 10px
}

.comments-item {
    max-width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e2e3
}

.comment-avatar {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0
}

.comment-text {
    display: inline-block;
    max-width: 79%;
    vertical-align: top;
    font-size: 16px
}

.comment-username {
    color: #365899;
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer
}

.comment-username:hover {
    text-decoration: underline
}

.comment-action {
    padding-left: 50px
}

.like,
.like-count,
.reply {
    color: #365899;
    font-size: 13px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.like:hover,
.reply:hover {
    text-decoration: underline
}

.like:after,
.reply:after {
    content: " · ";
    position: absolute;
    font-weight: 700;
    right: -10px;
    top: 0;
    color: #90949c
}

.like-count {
    padding-left: 20px;
    position: relative
}

.like-count:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0
}

.like-count-liked {
    -webkit-animation: .5s like-change;
    animation: .5s like-change
}

.like-count-unliked {
    -webkit-animation: .5s like-unchange;
    animation: .5s like-unchange
}

@-webkit-keyframes like-change {
    50% {
        top: -10px;
        opacity: 0
    }

    51% {
        bottom: -10px
    }

    100% {
        bottom: 0;
        opacity: 1
    }
}

@keyframes like-change {
    50% {
        top: -10px;
        opacity: 0
    }

    51% {
        bottom: -10px
    }

    100% {
        bottom: 0;
        opacity: 1
    }
}

@-webkit-keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes like-unchange {
    50% {
        bottom: -10px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

.comment-date {
    font-size: 13px;
    color: #90949c;
    position: relative
}

.comment-input {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px
}

.comment-input-area {
    display: inline-block;
    vertical-align: top;
    width: 80%;
    font-size: 0;
    -webkit-perspective: 800px;
    perspective: 800px
}

.comment-input input[type=text] {
    width: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    -webkit-transition: .4s;
    transition: .4s;
    word-wrap: wrap
}

.textarea {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    font-family: Arial, sans-serif;
    -webkit-transition: .5s;
    transition: .5s
}

.textarea-focus {
    height: 80px
}

.input-action {
    display: none;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px;
    -webkit-transform-origin: top;
    transform-origin: top;
    padding: 10px
}

.input-action-focus {
    display: block;
    -webkit-animation: .6s action-appear;
    animation: .6s action-appear
}

.comment-appear {
    -webkit-animation: comment-appear .4s;
    animation: comment-appear .4s
}

@-webkit-keyframes comment-appear {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes comment-appear {
    from {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes action-appear {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }

    60% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

@keyframes action-appear {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }

    60% {
        -webkit-transform: rotateX(30deg);
        transform: rotateX(30deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0)
    }
}

.send-btn {
    float: right;
    padding: 5px 10px;
    background-color: #4267b2;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

.send-btn:hover {
    background-color: #365899
}

@media all and (max-width:720px) {
    main {
        width: 100%
    }

    .sidebar {
        display: none
    }

    .mobile-header {
        display: block
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 18px;
    padding: 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.button:hover {
    background-color: #f55a4e;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.pulse {
    position: relative;
    z-index: 1
}

.pulse:hover:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f44336;
    border-radius: inherit;
    transition: opacity .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    -webkit-animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    animation: pulse-animation 5s cubic-bezier(.24, 0, .38, 1) infinite;
    z-index: -1
}

@-webkit-keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes pulse-animation {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    15% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.comments-refreshing {
    display: none;
    text-align: center
}

.comments-refreshing img {
    max-width: 100px
}

.refresh-appear {
    display: block;
    -webkit-animation: typing-show .5s;
    animation: typing-show .5s
}

@-webkit-keyframes typing-show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes typing-show {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes new-comment-show {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes new-comment-show {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2)
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.show-message {
    font-family: Roboto-Regular
}

.blink {
    color: red !important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through
}

.show-message p {
    margin: 0 !important
}

.show-message__icon {
    width: 50px !important;
    display: inline-block;
    vertical-align: middle
}

.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    margin-left: 15px;
    color: #000;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: RobotoRegular, sans-serif
}

.show-message__info span {
    font-size: 20px;
    font-family: RobotoRegular, sans-serif
}

.show-message__left {
    font-size: 14px
}

.show-message__left span {
    font-size: 15px
}

.show-message_call {
    background-color: #363636
}

.show-message__info span {
    color: #000
}

.package_left,
.package_left span {
    font-size: 15px !important
}

#ouibounce-modal {
    background-color: rgba(0, 0, 0, .9)
}

.show-message_online {
    background-color: #cd5555;
    background-color: rgba(0, 0, 0, .9)
}

.show-message__inner {
    line-height: 90px;
    display: inline-block;
    vertical-align: middle
}

.show-message__item,
.show-message__item-first {
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(255, 255, 255, .92);
    color: #000;
    padding: 0 25px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 5px;
    display: none;
    z-index: 98;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #7474ff;
    border-left-style: dashed;
    border-right-style: dashed;
    text-shadow: 0 0 2px #fff;
    box-shadow: 0 0 1px 0;
    -webkit-box-shadow: 0 0 1px 0;
    -moz-box-shadow: 0 0 1px 0
}

.lost_position {
    display: none !important;
    opacity: 0 !important
}

.block_position {
    display: block !important;
    opacity: 1 !important
}

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

    .show-message__item,
    .show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px
    }

    .show-message__info {
        width: 230px
    }

    .show-message__item,
    .show-message__item-first {
        width: 300px
    }
}

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

    .show-message__item,
    .show-message__item-first {
        width: 225px
    }

    .show-message__info {
        width: 160px;
        margin-left: 7px;
        font-size: 15px
    }

    .show-message__info span {
        font-size: 17px
    }

    .show-message__icon {
        width: 38px !important
    }

    .show-message__info br {
        display: none
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blinker {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

form {
    position: relative
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none
}

.loader img {
    position: absolute;
    width: 10%;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.comeback_layout {
    display: none;
    position: fixed;
    color: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20000000;
    background: rgba(0, 0, 0, .75);
    overflow-y: scroll;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

.comeback_layout::-webkit-scrollbar {
    width: 0
}

.comeback_wrapper {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

.comeback_container {
    background: #fff;
    padding: 25px;
    margin-top: 2%;
    text-align: center
}

.comeback_container h1 {
    font-size: 23px
}

.comeback_container .form-group {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left
}

.comeback_container .btn {
    display: block;
    width: 240px;
    color: #fff;
    background: #f82a5e;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none
}

.comeback_img {
    width: 80%;
    margin: 10px auto;
    max-width: 200px
}

.form-horizontal span {
    display: block;
    margin: 20px 0
}

.comeback_close {
    float: right;
    cursor: pointer
}

#comeback p {
    font-size: 16px
}

@media(max-width:700px) {
    .comeback_container h1 {
        line-height: 18px;
        font-size: 16px
    }

    .comeback_img {
        margin: 5px auto
    }

    .comeback_container p {
        line-height: 14px;
        font-size: 15px
    }

    .comeback_container {
        padding: 5px
    }
}