.order__discount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 119px;
    height: 119px;
    background: url(../images/discount-bg.svg) 50% 50% / contain no-repeat;
    position: absolute;
    top: 19px;
    right: 76px;
    z-index: 2;
}

.order__discount p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0 !important
}

.order__discount p>span {
    display: block;
    font-size: 31px;
}


.error {
    position: relative;
    color: red;
    font-size: 13px;
    padding-left: 5px;
    display: none;
    line-height: 14px;
}

.commentt {
    padding: 5px 10px;
    min-height: 130px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    display: flex;
    flex-direction: row;
    background-color: #edeff4;
    margin-bottom: 20px;
}

.view {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.sendcomment {
    font-size: 12px;
    color: #0056b3 !important;
    cursor: pointer;
}

.sendcomment:hover {
    text-decoration: underline !important;
}

#textboxname,
#textboxtext {
    max-width: 100% !important;
}

.textbox {
    border-radius: 0;
    border: 1px solid #bdc7d8;
    padding: 3px;
    height: 30px;
    font-size: 12px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 2px;
}

.description {
    display: inline-block;
    flex-direction: column;
    justify-content: start;
    width: 100%;
}

.addphoto {
    display: inline-block;
}

.user-info {
    padding-top: 6px;
}

.order-form {
    max-width: 670px;
    margin: 0 auto;
    text-align: center;
}

.order-form .prod {
    max-width: 500px;
    width: 100%;
    margin-top: 80px;
}

/*===*/
.form-part {
    margin: 30px 0;
}

.form-top {
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
}

.form-top p {
    margin-bottom: 5px;
}

.form-top .p {
    line-height: 1.2;
    color: #000;
    font-size: 40px;
}

.form-top .p span {
    color: rgb(41, 128, 185);
}

.form-top .p2 {
    font-size: 25px;
    color: #606060;
    text-decoration: line-through;
}

.form-top .p3 {
    margin: 20px 0;
    font-size: 25px;
}

.form {
    padding: 25px;
    border-top: 3px solid rgb(41, 128, 185);
    background-color: #f7f7f7;
    text-align: left !important;
}

.form .label {
    display: block;
    margin-bottom: 20px;
}

.form .label>span {
    display: block;
    margin-bottom: 5px;
    color: #303030;
    font-size: 18px;
    text-transform: uppercase;
}

.form .label select {
    appearance: none;
}

.form .label input,
.form .label select {
    display: block;
    width: 100%;
    height: 60px;
    border: 1px solid #dedede;
    text-align: left;
    font-size: 20px;
}

.form .label input.error {
    border-color: #f00;
    margin-bottom: 2px;
}

.form .label label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0 auto 10px;
    padding: 0;
    width: 100%;
}

.form .btn {
    display: block;
    margin: auto;
    padding: 10px 30px;
    border: none;
    background-color: #FF5900;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}

.form .btn:hover {
    background-color: #c34805;
}

.comment-title {
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
    padding: 10px 0;
    max-width: 660px;
    border-top: 1px solid #1c1e21;
    border-bottom: 1px solid #1c1e21;
    font-size: 18px;
}

.comment-title a {
    color: #1b1e21;
    text-decoration: none;
}

@media screen and (max-width: 450px) {
    fifty {
        top: 70px !important;
        font-size: 40px !important;
    }
}

.ico-like {
    background-image: url("../images/icons.png");
    background-position: 0px -284px;
    background-size: 26px 700px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-comment {
    background-image: url("../images/icons.png");
    background-position: 0px -244px;
    background-size: 26px 700px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}

.ico-share {
    background-image: url("../images/icons.png");
    background-position: 0px -304px;
    background-size: 26px 700px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    display: inline-block;
}

.comments-item {
    display: flex;
    align-items: flex-start;
}

.user-ava {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
}


.user-text {
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 0;
    padding-top: 0;
    border-radius: 15px;
    font-size: 14px;
}

.user-name {
    font-size: 14px;
    font-family: 'Lucida Grande', sans-serif;
    font-weight: 700;
    color: #3b5993;
    margin-right: 10px;
}


.user-text+div {
    position: relative;
    display: flex;
}

.user-text+div a {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    color: #0056b3;
    font-family: 'Lucida Grande', sans-serif;
}

.user-text a {
    color: #0056b3;
}

.user-text+div a.message-time {
    font-weight: 400;

}

.message-time {
    text-decoration: none;
    color: #808080 !important;
}

.message-time:hover {
    text-decoration: none;
    color: #808080 !important;
    cursor: initial;
}

.user-message {
    font-family: 'Lucida Grande', sans-serif;
}

.user-message img {
    display: block;
    margin: 10px 0 0;
    width: 100%;
    max-width: 300px;
}

.message-like {
    position: absolute;
    top: 0;
    right: 0;
}

.row {
    padding-bottom: 15px;
}

.comments {
    padding-top: 10px
}

.comments-block {
    width: 100%;
}

.comments-item {
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    background: #edeff4;
    margin: 0 auto;
    padding-bottom: 10px;
}

.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;
    perspective: 800px
}

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

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

.textarea-focus {
    height: 80px
}

.input-action {
    display: none;
    transition: .4s;
    background-color: #f6f7f9;
    border: 1px solid #ccc;
    border-top: none;
    padding: 10px 10px;
    transform-origin: top;
    padding: 10px 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 {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

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

    to {
        transform: scale(1)
    }
}

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

    60% {
        transform: rotateX(30deg)
    }

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

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

    60% {
        transform: rotateX(30deg)
    }

    100% {
        opacity: 1;
        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 15px;
    background-color: #f44336;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    border: none;
    margin: 10px 0;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .2);
    transition: .3s ease-out
}

.button:hover {
    background-color: #f55a4e;
    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, 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;
        transform: scale(1)
    }

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

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

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

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

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

.comments-refreshing-wrapper {
    background-color: rgba(0, 78, 255, .14);
    padding: 5px 0;
    margin: 10px 0;
    min-height: 150px;
    border-radius: 5px
}

.comments-refreshing-wrapper .comments-refreshing-title {
    font-size: 20px;
    padding-left: 20px
}

.comments-refreshing-wrapper .comments-item {
    display: none;
    border-bottom: none
}

.comments-refreshing-wrapper .comments-newly-showed {
    display: block;
    -webkit-animation: new-comment-show .5s;
    animation: new-comment-show .5s;
}

.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% {
        transform: scale(.2)
    }

    80% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

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

    80% {
        transform: scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.show-message {
    font-family: 'Roboto', sans-serif;
}

.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: 'Roboto', sans-serif;
}

.show-message__info span {
    font-size: 20px;
    font-family: 'Roboto', 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;
    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
}

.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: '.';
    -webkit-animation: loading 1s ease alternate infinite;
    animation: loading 1s ease alternate infinite;
}

@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
    }
}

/* style2 */

.rekv {
    display: inline-block;
    font-size: 12px;
}

/* 1 */

.form input,
.form select {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #dedede;
    text-align: left;
    color: #000;
    padding: 10px 12px;
    margin-bottom: 16px
}