html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


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

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 1.3em;
    letter-spacing: .8px;
    color: #fff;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    line-height: 1.1;
    color: #222;
    letter-spacing: 1px
}

h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.3em;
    color: #222;
    letter-spacing: .9px
}

span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #fff
}

li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 1.3em;
    color: #fff
}
.order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px auto;
}
.order__img {
    width: 100%;
    max-width: 210px;
    margin-right: 40px;
}
.order__form {
    max-width: 300px;
    background: #f2f2f2;
    padding: 15px;
}
.order__form-caption {
    font-size: 21px;
    line-height: 1.2;
    color: red;
    text-align: center;
    margin-bottom: 15px;
}
.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.order span {
    color: #000;
}
.price__text {
    display: block;
    line-height: 1;
    margin-bottom: 5px;
}
.price__old {
    border-right: 1px solid #000;
    padding-right: 15px;
    margin-right: 15px;
}
.price__old .price__value {
    text-decoration: line-through;
}
.price__new .price__value {
    font-weight: 700;
}
.price__new .price__value span {
    font-size: 23px;
    color: red;
}
.live-img {
    display: block;
    width: 100%;
    max-width: 250px;
    padding-top: 10px;
}
.order__form-btn, .order__form-field {
    all: unset;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Open sans',sans-serif;
    padding: 10px;
    margin-bottom: 15px;
}
.order__form-field {
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    cursor: text;
}
.order__form-btn,
.main-link {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background: #1663c7;
    cursor: pointer;
    transition: all .3s ease;
}
.main-link {
    display: block;
    max-width: 300px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding: 10px;
    margin: 40px auto 20px;
}
.sec-3 .order__form-footnote {
    display: block;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}
p,
i {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: .7px;
    color: #111;
    font-weight: 400
}

a:link,
a:visited {
    text-decoration: none
}

.red-txt {
    color: #e03e45 !important
}

body {
    background: url("../images/background_05.jpg") repeat-y center/100% auto;
    background-attachment: fixed;
    cursor: default
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: -3px auto 20px auto;
    background: #fff;
    height: auto;
    position: relative;
    display: table
}

.center-text {
    text-align: center
}

.margin-auto {
    margin: 0 auto
}

.gray {
    color: #929394
}

.blackedbold {
    font-weight: 600;
    color: #000
}

.article-txt {
    margin: 20px auto
}

.middle-topic {
    margin: 20px auto
}

.link-1 {
    color: #fe434a;
    text-decoration: underline !important;
    font-weight: 600
}

.link-1:hover {
    text-decoration: none !important
}

.clear {
    clear: both
}

header {
    position: relative;
    display: block
}

.header-top-1 {
    height: auto;
    padding: 15px 0;
    background: #fc434b;
    display: table;
    width: 100%
}

.header-top-1 .container {
    box-sizing: border-box;
    background: #fc434b;
    padding: 0 15px;
    margin-bottom: 0;
}

.left-col-header-top-1 {
    float: left;
    width: 70%
}

.left-col-header-top-1 span {
    font-size: 24px
}

.right-col-header-top-1 {
    float: right;
    width: 30%
}

.right-col-header-top-1 .search {
    margin-top: 10px;
    border-radius: 15px;
    padding: 5px 15px;
    color: #333;
    background: #fff;
    border: 1px solid #e03e45;
    box-shadow: none;
    float: left;
    text-align: left;
    position: relative;
    outline-style: none
}

.input-wrapper {
    position: relative;
    float: left
}

/* .input-wrapper:after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 22px;
    cursor: pointer
} */

.header-top-1 h1,
.header-top-1 span {
    float: left
}

.header-top-1 span {
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 15px;
    /* padding-left: 30px; */
    color: #d0d0d0;
    font-weight: 500
}

.more {
    /* display: inline-block; */
    position: relative;
    float: right;
    background: transparent; 
    border: 1px solid #fff;
    margin-top: 11px;
    cursor: pointer
}
#pisz {
    font-size: 18px; color: #3B599E;
}
.more span {
    font-size: 15px;
    color: #fff;
    margin-top: 0;
    padding: 5px 10px;
    padding-right: 35px
}


.more:hover:after {
    color: #e03e45
}

.header-top-2 {
    height: auto;
    padding: 0;
    background: #e03e45;
    display: inline-block;
    width: 100%
}

.header-top-2 .container {
    background: #e03e45;
    margin-top: 0;
    margin-bottom: 0;
}

.header-top-2 .menu {
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #e03e45
}
.header-top-2 .menu ul {
    height: 38px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.header-top-2 .menu ul li {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    letter-spacing: .8px
}
.header-top-2 .menu ul li a {
    color: #fff;
}
.header-top-2 .menu ul li:hover {
    text-decoration: underline;
    background: #fc434b
}

.left-col {
    float: left;
    width: 75%;
    margin: 0;
    padding: 20px 15px
}

.sec-1 .gray {
    cursor: pointer
}

.sec-1 h2 {
    margin: 20px auto
}

.top-image {
    max-width: 650px;
    width: 100%;
    display: block;
    margin: auto
}

.sec-1 i {
    font-size: 16px
}

.sec-2 p,
.sec-2 i {
    font-size: 18px
}
.prod {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}
.border-big {
    border-bottom: 15px solid #f3f1f3;
    margin-bottom: 15px
}

.sec-2 .gray {
    cursor: pointer;
    border-bottom: 2px solid #f3f1f3
}

.list-style-1 {
    padding-left: 30px
}

.list-style-1 li {
    color: #000;
    font-size: 18px;
    list-style-image: url("../images/check-img.png");
    margin-bottom: 15px
}

.opinion-frame {
    display: inline-block;
    /* width: 100%; */
    border: 1px solid #000;
    height: auto;
    position: relative;
    background: #ff353b08;
    padding: 10px;
}

.left-col-opinion {
    float: left;
    width: 50%;
    padding: 0 10px 10px 0
}

.frame-img {
    display: table;
    position: relative;
    height: auto;
    width: 100%;
    background: #eceef0;
    margin-top: -5px
}

.left-col-opinion p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    padding: 5px
}

.left-col-opinion img {
    width: 100%
}

.right-col-opinion {
    float: left;
    width: 45%
}
.right-col-opinion .article-txt {
    margin: 0;
}
.right-col-opinion p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px
}

.sec-3 span {
    font-size: 20px
}

.end-off-offers {
    padding-top: 15px;
    text-align: center
}

.link-2 {
    margin: 10px auto 30px auto
}

.link-2 a {
    font-size: 34px
}

.link-2 a:hover {
    text-decoration: underline
}

.bluehiglighted {
    color: #0006ff;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3em
}

.left-col-sec-3 {
    float: left;
    width: 46%;
    text-align: center;
    display: grid
}

.left-col-sec-3 p {
    padding-top: 5px
}

.right-col-sec-3 {
    float: right;
    width: 46%;
    text-align: center;
    display: grid
}

.img-txt img,
.img-txt p {
    float: left
}

.img-txt p {
    padding-top: 5px
}

.img-txt img {
    max-width: 40px;
    width: 100%;
    padding-right: 10px
}

.img-txt img:hover {
    transform: scale(1.05);
    cursor: pointer
}

.frame-green {
    background: #1b8833;
    border-radius: 5px;
    padding: 5px;
    float: left;
    margin: 5px;
    height: 40px;
    cursor: pointer
}

.frame-green img,
.frame-green p {
    float: left
}

.frame-green img,
.frame-red img,
.frame-arrow img {
    max-width: 30px;
    width: 100%;
    padding: 5px 10px
}

.frame-green p,
.frame-red p {
    color: #fff
}

.frame-red {
    background: #e02020;
    border-radius: 5px;
    padding: 5px;
    float: left;
    margin: 5px;
    height: 40px;
    cursor: pointer
}

.frame-red img,
.frame-red p {
    float: left
}

.frame-arrow {
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    border: 1px solid #b2cce0;
    height: 40px;
    cursor: pointer
}

.frame-arrow:hover,
.frame-red:hover,
.frame-green:hover {
    transform: scale(1.05)
}

.right-col-sec-3 .frame-arrow {
    width: 75%;
    margin-left: 12.5%;
    margin-top: 5px
}

.right-col-sec-3 .frame-arrow:hover {
    transform: scale(1.0)
}

.frame-arrow p {
    float: left;
    width: 45%;
    font-size: 16px;
    text-align: left;
    padding: 8px 0;
    padding-left: 15px;
    font-weight: 600;
    color: #004db1
}

.frame-arrow .like-frame {
    float: left;
    width: 40%;
    font-size: 13px !important;
    margin-left: 15px
}

.frame-arrow .like-frame:hover {
    transform: scale(1.03)
}

.like-frame {
    height: 30px;
    background: #1877f2;
    border-radius: 5px;
    margin: 5px auto;
    display: inline-block
}

.like-frame img,
.like-frame p {
    float: left;
    color: #fff
}

.like-frame img {
    max-width: 20px;
    width: 50%;
    padding: 5px;
    padding-left: 15px
}

.like-frame p {
    width: 50%;
    padding: 5px 0;
    font-size: 13px !important;
    font-weight: 400
}

.add-comment-container {
    width: 100%
}

.add-comment-img {
    width: 8%;
    height: 50px;
    float: left
}

.add-comment-img img {
    height: 50px;
    border-radius: 30px;
    width: auto
}

#add-button {
    clear: both;
    float: right;
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
    background: #9bd4f5;
    border: 1px solid #9bd4f5
}

#add-comment,
#name,
#surname {
    height: 25px;
    width: 100%;
    border-radius: 25px;
    padding-left: 5px;
    float: left
}

#add-comment {
    height: 100px
}

#add-comment::placeholder {
    font-size: 14px
}

#name {
    width: 35%;
    margin-right: 15px;
    margin-bottom: 5px
}

#surname {
    width: 35%
}

.inpunts-container {
    width: 90%;
    float: right
}

#add-warn {
    background: crimson;
    color: white;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 25px
}

#add-success {
    background: #50c878;
    color: white;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 25px
}

.comments {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif
}

.profileimage {
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.text {
    font-size: 15px;
    line-height: 1;
    color: #3b5998;
}
.profileimage img {
    width: 50px;
    height: 50px
}

.commentsinfo {
    font-size: 20px !important;
    width: 25%;
    text-align: center !important;
    margin: 7px 0
}

.commentname,
.commentsinfo {
    text-decoration: none;
    color: #3b5998 !important;
    font-weight: 700
}

.commenttext {
    font-weight: 400;
    margin: 10px 0;
    line-height: 20px
}

.commentactions {
    color: #3b5998 !important;
    font-weight: 700
}

.commentunderline {
    width: 100%;
    display: inline-block;
    color: #ccc;
    background: #ccc;
    margin: 20px 0;
}

.commentstextcontainer {
    float: left;
    width: 92%
}

.dotpos {
    color: gray;
    font-weight: 400;
    font-size: 11px
}

.commenttime {
    color: grey
}

.read-more {
    margin-bottom: 35px;
    margin-top: 35px;
    font-weight: 100
}

.commentsinfo {
    font-size: 18px !important;
    width: 25%;
    text-align: center !important;
    margin: 7px 0
}

.add-comment-img {
    width: 8%;
    height: 50px;
    float: left
}

.profile {
    display: flex
}

.right-col {
    float: right;
    width: 20%;
    margin: 0;
    padding: 20px 10px 20px 0
}

.right-picture {
    max-width: 290px;
    width: 100%;
    padding: 0 0 15px
}

.frame-1 {
    display: inline-block;
    max-width: 290px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}
strong.red-txt {
    font-weight: 700;
}
.left-col-f {
    float: left;
    width: 45%
}

.right-col-f {
    float: right;
    width: 50%
}

.right-txt {
    text-align: left
}

.right-txt p {
    font-size: 12px;
    cursor: pointer
}

.right-txt p:hover {
    text-decoration: underline
}

.left-img img {
    max-width: 150px;
    width: 100%;
    cursor: pointer
}

.btn-more {
    margin: 7px auto;
    border: 1px solid #fe434a;
    padding: 3px;
    cursor: pointer
}

.btn-more span {
    color: #e03e45;
    font-weight: 600
}

.border-bot {
    border-bottom: 2px solid #e6e6e6;
    max-width: 275px;
    width: 100%;
    margin: 0 auto
}

.product {
    position: relative;
}

.product h3 {
    color: #fff;
    position: absolute;
    text-align: center;
    top: 27px;
    line-height: 25px;
    font-size: 25px;
    left: 0;
    right: 0;
}

.product p {
    font-size: 12px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 85px;
    width: 160px;
    text-align: center;
    right: 0;
    left: 0;
    margin: auto;
}

.product span {
    bottom: 10px;
    position: absolute;
    left: 0;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: underline;
    right: 0;
    text-align: center;
}

.product img {
    max-width: 240px;
    width: 100%;
    margin-top: 15px
}

#fixed-menu {
    display: inline-block;
    background-color: #e03e45;
    width: 100%;
    height: 50px;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden
}

#fixed-menu h3 {
    float: right;
    padding-top: 0;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
    font-size: 22px
}



#fixed-menu:active {
    background-color: #e03e45
}

#fixed-menu.show-2 {
    opacity: 1;
    visibility: visible
}

#fixed-menu .show-menu a:hover {
    cursor: pointer;
    background-color: #e03e45;
    font-weight: 600
}

#fixed-menu .show-menu a {
    display: none;
    position: relative;
    width: 100%;
    height: 25px;
    background-color: #e03e45;
    padding: 10px;
    top: 0;
    margin-top: 5px;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    font-weight: 600
}

.widget {
    margin: 0 auto;
    font-family: Arial;
    background-color: #fbfbfb;
    border: 1px solid #fc434b;
    max-width: 290px;
    width: 100%;
    height: 215px;
    -moz-box-shadow: 0 0 2px 1px #e7e7e7;
    -webkit-box-shadow: 0 0 2px 1px #e7e7e7;
    box-shadow: 0 0 2px 1px #e7e7e7;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.widget-1 {
    max-width: 290px;
    width: 100%;
    height: 260px
}

.widget-2 {
    margin: 7px 10px
}

footer {
    background: #db4247;
    padding: 25px 0
}

footer .container {
    background: #db4247
}

footer span {
    color: #fff;
    background: #db4247
}
@media only screen and (max-width:440px) and (min-width:251px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 22px
    }

    p {
        font-size: 16px
    }

    .link-2 a {
        font-size: 24px
    }

    .sec-1 h2 {
        width: 95%;
        padding: 0 0 0 5px
    }

    .header-top-1 span {
        padding-top: 0;
        padding-right: 15px;
        float: none
    }

    .header-top-1 h1 {
        padding-left: 5px;
        float: none
    }

    .sec-1 .gray,
    .sec-2 .gray {
        font-size: 10px;
        padding-left: 5px
    }

    .right-col-header-top-1 .search {
        float: none;
        width: 90%
    }

    .right-col-header-top-1 {
        text-align: center
    }

    .more {
        float: none
    }

    .more span {
        float: none;
        padding-top: 0;
        padding-right: 35px;
        line-height: 30px
    }

    .input-wrapper {
        float: none;
        width: 100%
    }

    .container {
        max-width: 440px;
        margin: 0 auto
    }

    .header-top-2 {
        display: none
    }

    .right-col {
        margin-top: 50px;
        border-top: 3px solid #999;
        padding-top: 10px
    }

    .left-col-header-top-1,
    .right-col-header-top-1 {
        float: none;
        width: 100%
    }

    .product {
        text-align: center
    }

    .product img {
        padding-left: 0
    }

    .commentsinfo {
        width: 45%;
        font-size: 13px !important
    }

    .commentunderline,
    .border-big {
        width: 99%
    }

    .widget {
        max-width: 251px;
        width: 100%
    }

    .widget-1 {
        max-width: 251px;
        width: 100%
    }

    .widget-2 {
        margin: 7px auto
    }

    .left-col-sec-3,
    .right-col-sec-3 {
        float: none;
        width: 100%
    }

    .frame-green,
    .frame-red,
    .frame-arrow {
        height: 30px
    }

    .frame-arrow {
        height: 28px
    }

    .like-frame img {
        padding: 7px;
        padding-left: 10px;
        max-width: 15px !important;
        width: 40%
    }

    .like-frame p {
        font-size: 10px !important;
        width: 55%;
        padding: 8px 0 !important
    }

    .frame-arrow p {
        font-size: 13px;
        padding: 5px 0;
        padding-left: 8px;
        float: right
    }

    .frame-arrow .like-frame {
        margin: auto;
        margin-left: 5px
    }

    .right-col-sec-3 .frame-arrow {
        width: 83%;
        margin-left: 6%;
        margin-top: 12px
    }

    .frame-green img,
    .frame-red img,
    .frame-arrow img {
        max-width: 20px
    }

    .frame-green p,
    .frame-red p {
        font-size: 14px
    }

    .img-txt {
        margin: 5px auto
    }

    .img-txt p {
        padding-top: 8px
    }

    .commentstextcontainer {
        float: right;
        width: 75%
    }

    .left-col-opinion {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    .right-col-opinion {
        float: none;
        width: 90%;
        padding-left: 5%
    }

}

@media only screen and (max-width:550px) and (min-width:441px) {
    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 28px
    }

    .sec-1 h2 {
        padding-left: 5px
    }

    .border-big,
    .commentunderline {
        width: 99%
    }

    .container {
        max-width: 550px;
        margin: 0 auto
    }

    .header-top-2 {
        display: none
    }



    .right-col {
        border-top: 3px solid #999;
        margin-top: 20px;
        padding-top: 10px
    }

    .left-col-header-top-1 {
        width: 57%
    }

    .right-col-header-top-1 {
        width: 35%;
        float: left
    }

    .header-top-1 h1 {
        padding-left: 5px
    }

    .right-col-header-top-1 .search {
        margin-top: 0
    }

    .input-wrapper:after {
        top: 5px
    }

    .header-top-1 span {
        padding-top: 0
    }

    .more span {
        padding-top: 5px !important
    }

    .sec-1 .gray,
    .sec-2 .gray {
        padding-left: 5px;
        padding-top: 5px
    }

    .link-2 a {
        font-size: 28px
    }

    .left-col-sec-3,
    .right-col-sec-3 {
        float: none;
        width: 100%
    }

    .commentstextcontainer {
        width: 86%;
        float: right
    }

    .product {
        text-align: center
    }

    .left-col-opinion {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    .right-col-opinion {
        float: none;
        width: 90%;
        padding-left: 5%
    }
}
@media only screen and (max-width:550px) {
    .text {
        display: none;
    }
    .dotpos:not(:nth-child(4)) {
        display: none;
    }
    
    h2 {
        font-size: 24px;
    }
    .sec-2 p, .sec-2 i {
        font-size: 16px;
    }
    p, i {
        font-size: 18px;
    }
    h3 {
        font-size: 18px;
    }
}
@media only screen and (max-width:767px) and (min-width:551px) {
    .header-top-1 h1 {
        padding-left: 5px
    }

    .left-col-header-top-1 {
        width: 60%
    }

    .header-top-1 span {
        padding-top: 0
    }

    .right-col-header-top-1 {
        width: 35%
    }

    .more {
        float: left
    }

    .more span {
        margin-top: 5px
    }

    .left-col,
    .right-col {
        float: none;
        width: 100%
    }


    .border-big,
    .commentunderline {
        width: 99%
    }


    .commentstextcontainer {
        width: 90%
    }

    .product {
        text-align: center
    }

    .left-col-sec-3,
    .right-col-sec-3 {
        float: none;
        width: 100%
    }

    .frame-arrow .like-frame {
        width: 30%
    }

    .sec-1 h2 {
        padding-left: 5px
    }

    .sec-1 .gray,
    .sec-2 .gray {
        padding-left: 5px
    }

    .left-col-opinion {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    .right-col-opinion {
        float: none;
        width: 90%;
        padding-left: 5%
    }
}

@media only screen and (max-width:960px) and (min-width:768px) {
    h2 {
        font-size: 34px
    }

    .product img {
        padding-left: 0
    }

    .right-txt p {
        font-size: 13px
    }

    .widget {
        width: 95%
    }

    .input-wrapper {
        float: right
    }

    .right-col-header-top-1 {
        width: 25%;
        margin-right: 10px
    }

    .frame-green img,
    .frame-red img,
    .frame-arrow img {
        max-width: 20px
    }

    .frame-green,
    .frame-red,
    .frame-arrow {
        height: 30px
    }

    .frame-green p,
    .frame-red p {
        font-size: 15px
    }

    .right-col-sec-3 p,
    .left-col-sec-3 p {
        font-size: 17px
    }

    .img-txt img {
        max-width: 35px
    }

    .right-col-sec-3 .frame-arrow {
        width: 100%;
        margin-left: 0
    }

    .like-frame p {
        padding: 8px 0 !important;
        font-size: 10px !important
    }

    .frame-arrow .like-frame {
        font-size: 10px !important;
        margin-left: 10px
    }

    .frame-arrow .like-frame p {
        font-size: 10px !important
    }

    .like-frame {
        height: 30px;
        margin: 0 auto
    }

    .frame-arrow p {
        font-size: 15px !important;
        padding: 4px 0;
        padding-left: 5px
    }


    .left-col-opinion {
        float: none;
        width: 90%;
        margin: 0 auto
    }

    .right-col-opinion {
        float: none;
        width: 90%;
        padding-left: 5%
    }
}
@media(max-width: 960px) {
    .opinion-frame {
        display: block;
        max-width: 700px;
        margin: 0 auto;
    }
}
@media only screen and (max-width:1199px) and (min-width:961px) {
    h2 {
        font-size: 36px
    }

    .product img {
        padding-left: 0
    }

    .widget {
        max-width: 240px
    }

    .frame-green img,
    .frame-red img,
    .frame-arrow img {
        max-width: 20px
    }

    .frame-green,
    .frame-red,
    .frame-arrow {
        height: 30px
    }

    .frame-green p,
    .frame-red p {
        font-size: 15px
    }

    .right-col-sec-3 p,
    .left-col-sec-3 p {
        font-size: 17px
    }

    .img-txt img {
        max-width: 35px
    }

    .right-col-sec-3 .frame-arrow {
        width: 100%;
        margin-left: 0
    }

    .like-frame p {
        padding: 8px 0 !important;
        font-size: 10px !important
    }

    .frame-arrow .like-frame {
        font-size: 10px !important;
        margin-left: 10px
    }

    .frame-arrow .like-frame p {
        font-size: 10px !important
    }

    .like-frame {
        height: 30px;
        margin: 0 auto
    }

    .frame-arrow p {
        font-size: 15px !important;
        padding: 4px 0;
        padding-left: 5px
    }
}
@media(max-width: 1024px) {
    h1 {
        font-size: 35px;
    }
    .right-col-header-top-1 {
        display: none;
    }
    .left-col-header-top-1 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .header-top-1 .container {
        margin-bottom: 0;
    }
    .header-top-1 h1, .header-top-1 span {
        float: none;
    }
    /* .left-col-header-top-1 a {
        display: block;
    } */
}
@media(max-width: 961px) {
    .left-col {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .right-col {
        display: none;
    }
}

@media(max-width: 815.98px) {
    .moby {
        display: none !important;
    }

    .left-col {
        padding: 0px 15px 20px !important
    }
}

@media(max-width: 767px) {
    h1 {
        font-size: 29px;
    }
    .order {
        flex-direction: column;
    }
    .order__img {
        margin: 0 auto 20px;
    }
}

.pulse {
    animation: pulse 2s infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  
    50% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
    }
  
    100% {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
    }
  }
  
  .prod {
    width: 100%;
    max-width: 220px;
    display: block;
  }
  
  .nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px; 
  font-size: 14px;
  text-align: center;
  margin-top: 20px !important;
  margin-bottom: 15px;
  }