/*** uncss> filename: C:/work/Fmedia/tasks/LEAD-6753/css/main.min.css ***/
@charset 'UTF-8';
@import url(https://offerstore.space/https@fonts.googleapis.com/css2@family=Open+Sans_3Awght_40300;400;600;700&display=swap);

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em
}

a {
    background-color: transparent
}

b {
    font-weight: bolder
}

img {
    border-style: none;
    max-width: 100%
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot@) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg) format('svg')
}

.news {
    background: #fff;
    padding: .1rem;
    margin-bottom: .3rem
}

.news-btn {
    display: inline-block;
    background: #FF6666;
    color: #fff;
    padding: .05rem .2rem;
    font-size: .12rem;
    line-height: .16rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: .15rem;
    border-radius: .02rem
}

.news-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    background: #f5f5f5;
    padding: .2rem .1rem;
    border-bottom: .01rem solid #cfcfcf;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .15rem;
    line-height: .22rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #252323
}

.news-item:last-of-type {
    border-bottom: none
}

.news-item span {
    flex-basis: calc(100% - 1.05rem)
}

.news-item:hover .news-img::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.news-item:nth-of-type(2) .news-img::after {
    background-image: url(../img/news_1.jpg)
}

.news-item:nth-of-type(3) .news-img::after {
    background-image: url(../img/news_2.jpg)
}

.news-item:nth-of-type(4) .news-img::after {
    background-image: url(../img/news_3.jpg)
}

.news-item:nth-of-type(5) .news-img::after {
    background-image: url(../img/news_4.jpg)
}

.news-item:nth-of-type(6) .news-img::after {
    background-image: url(../img/news_5.jpg)
}

.news-img {
    flex-basis: .9rem;
    width: .9rem;
    height: .9rem;
    margin-right: .15rem;
    position: relative;
    overflow: hidden
}

.news-img::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-transition: width .5s, height .5s, -webkit-transform .5s;
    transition: width .5s, height .5s, transform .5s, -webkit-transform .5s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.bigNews {
    display: -webkit-box;
    display: flex;
    position: relative;
    width: 100%;
    height: 3.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: .2rem .3rem .2rem .2rem;
    text-decoration: none;
    font-size: .15rem;
    line-height: .2rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    overflow: hidden
}

.bigNews span {
    text-transform: uppercase;
    font-size: .2rem;
    line-height: .25rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .1rem;
    display: inline-block
}

.bigNews::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/news_6.jpg);
    z-index: -1
}

.bigNews:hover::after {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.light-text {
    color: #fff
}

.comments {
    padding: 0 .3rem
}

.comments-item {
    padding-bottom: .2rem;
    padding-top: .2rem;
    border-bottom: .01rem solid #c5c5c5
}

.comments-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0
}

.comments-title {
    font-size: .18rem;
    line-height: .25rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: .2rem
}

.comments-messageWrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: .3rem
}

.comments-messageWrapper .icon {
    width: .35rem;
    height: .35rem;
    border-radius: .05rem;
    margin-right: .15rem
}

.comments-input {
    flex-basis: calc(100% - .4rem);
    position: relative
}

.comments-input input {
    width: 100%;
    display: block;
    border: none;
    outline: 0;
    padding: .07rem .35rem .07rem .1rem;
    background: #f1f1f1;
    border-radius: .05rem;
    color: #252323;
    font-size: .12rem;
    line-height: .16rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 300;
    margin: 0;
}

.comments-input input::-webkit-input-placeholder {
    color: #b0b0b0
}

.comments-input input::-moz-placeholder {
    color: #b0b0b0
}

.comments-input input:-ms-input-placeholder {
    color: #b0b0b0
}

.comments-input input::-ms-input-placeholder {
    color: #b0b0b0
}

.comments-input .submit {
    position: absolute;
    right: .1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: .2rem
}

.comments-comment {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start
}

.comments-comment .icon {
    width: .35rem;
    height: .35rem;
    border-radius: .05rem;
    margin-right: .15rem
}

.comments-subcomment {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-left: .55rem;
    padding-top: .17rem
}

@media (max-width:767px) {
    .comments-messageWrapper {
        margin-bottom: .15rem
    }

    .comments-subcomment {
        padding-left: .5rem
    }
}

.comments-subcomment .icon {
    width: .35rem;
    height: .35rem;
    border-radius: .05rem;
    margin-right: .15rem
}

.comments-subcomment:nth-of-type(2) {
    padding-top: .27rem
}

.comments-text {
    flex-basis: calc(100% - .4rem)
}

.comments-text p {
    font-size: .16rem;
    line-height: .24rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .1rem
}

.comments-author {
    margin-bottom: .05rem;
    text-decoration: none;
    color: inherit;
    display: inline-block
}

.comments-author p {
    font-size: .16rem;
    line-height: .22rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0
}

.comments-author p span {
    font-size: .12rem;
    line-height: .16rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #c5c5c5;
    margin-left: .1rem
}

.comments-btns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.comments-reply {
    font-size: .16rem;
    line-height: .22rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    color: #c5c5c5;
    text-decoration: none;
    margin-right: .25rem
}

.comments-likes {
    font-size: .12rem;
    line-height: .16rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    color: #57b05f !important;
    text-decoration: none;
    padding-top: .02rem;
    padding-left: .25rem;
    background: url(../img/like.svg) left top/.16rem no-repeat
}

.main-container {
    width: 100%;
    max-width: 9.7rem;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    padding-top: .3rem;
    padding-bottom: .6rem
}

@media (max-width:1000px) {
    .main-container {
        padding: .3rem .15rem .6rem
    }

    footer {
        padding: 0 .15rem
    }
}

.main-content {
    flex-basis: 6rem;
    margin-right: .3rem;
    background: #fff;
    border-radius: .05rem .05rem 0 0
}

.main-advertising {
    flex-basis: 3.4rem
}

@media (max-width:767px) {
    .main-container {
        display: block;
        padding: .3rem .3rem .4rem
    }

    .main-content {
        margin-right: 0
    }

    .main-advertising {
        display: none
    }
}

.main-article {
    padding: .2rem .3rem .05rem
}

.main-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: .05rem
}

.main-top h1 {
    font-size: .18rem;
    line-height: .25rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    color: #303030
}

.main-social {
    margin-bottom: .25rem;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.main-centered {
    text-align: center;
    display: block;
    margin-bottom: .25rem
}

.main-centered img.rounded {
    display: inline;
    margin-bottom: 0
}

.main-btn {
    display: inline-block;
    margin: .4rem auto .5rem;
    background: #dc513a;
    color: #fff;
    text-align: center;
    padding: .2rem;
    text-transform: uppercase;
    font-size: .13rem;
    line-height: .18rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    text-decoration: none;
    border-radius: .05rem;
    box-shadow: 0 .02rem .02rem rgba(0, 0, 0, .25)
}

@media (max-width:767px) {

    .main-btn {
        margin-top: .35rem;
        margin-bottom: .35rem
    }
}

.social-btn {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .05rem .1rem;
    font-size: .12rem;
    line-height: .16rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: .03rem;
    margin-right: .2rem;
    text-decoration: none
}

.social-btn img {
    margin-right: .08rem
}

.social-btn:last-of-type {
    margin-right: 0
}

.social-btn_facebook {
    background: #1877f2
}

.social-btn_tweeter {
    background: #0692e4
}

main h2 {
    font-size: .33rem;
    line-height: .38rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    color: #303030;
    margin-bottom: .1rem
}

main img.rounded {
    border-radius: .1rem;
    margin-bottom: .25rem
}

main p {
    font-size: .16rem;
    line-height: .24rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    margin-bottom: .2rem
}

main p a {
    text-decoration: underline;
    color: #2063B1;
    font-weight: 700
}

main p a:hover {
    text-decoration: underline
}

main p:last-of-type {
    margin-bottom: 0
}

footer {
    background: #14232a;
    color: #899194
}

.footer-wrapper {
    max-width: 9.7rem;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: .25rem 0
}

@media (max-width:767px) {

    footer {
        padding: .3rem
    }

    .footer-wrapper {
        display: block;
        padding: 0
    }
}

.footer-left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: 6rem
}

.footer-left p {
    font-size: .1rem;
    line-height: .15rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    flex-basis: calc(100% - .8rem)
}

.footer-left p span {
    display: block
}

@media (max-width:767px) {
    .footer-left p {
        flex-basis: calc(100% - .7rem);
        font-size: .07rem;
        line-height: .11rem;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400
    }

    .footer-left p span {
        display: inline
    }
}

.footer-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    flex-basis: 3.4rem
}

.footer-right a {
    color: #899194;
    text-decoration: none;
    display: block;
    font-size: .1rem;
    line-height: .12rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400
}

.footer-right a:hover {
    text-decoration: underline
}

.footer-logo {
    flex-basis: .52rem;
    width: .52rem;
    margin-right: .25rem
}

html {
    font-size: 625%
}

@media (max-width:480px) {
    html {
        font-size: 21vw
    }
}


.header {
    background: #333;
    position: relative
}

.header a {
    text-decoration: none
}

.header-wrapper {
    max-width: 10rem;
    margin: 0 auto;
    padding: 0 .1rem
}

.header-bottom {
    text-align: center;
    font-size: 0;
    background: url(../img/bc-tramado-nav.png)
}

.header-bottom .header-wrapper {
    padding: 0
}

.header-bottom a {
    max-width: 1.6rem;
    display: inline-block
}

.header-top {
    position: relative
}

@media (max-width: 767px) {
    .header-wrapper {
        padding:.15rem .25rem
    }

    .header-bottom {
        background: 0 0
    }

    .header-top {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.header-top .header-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center
}

.header-top a {
    color: #fff;
    font-size: .13rem;
    line-height: .13rem;
    font-family: "Roboto Slab",Arial,sans-serif;
    font-weight: 700
}

.header-top ul {
    list-style-type: none
}

.header-nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: .15rem;
    position: relative
}

.header-nav::before {
    content: '';
    display: block;
    width: .01rem;
    height: .2rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-nav li {
    margin-right: .15rem
}

.header-nav li:last-of-type {
    margin-right: 0
}

.header-nav a {
    text-transform: uppercase
}

.header-nav a:hover {
    text-decoration: underline
}

.header-menu {
    margin-right: .15rem;
    padding-left: .15rem;
    position: relative
}

.header-menu::before {
    content: '';
    display: block;
    width: .01rem;
    height: .2rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .header-nav {
        display:none
    }

    .header-menu {
        padding-left: 0;
        margin-right: 0
    }

    .header-menu a:last-of-type {
        display: none
    }

    .header-menu::before {
        left: calc(100% + .15rem);
        top: 50%;
        height: .3rem
    }
}

.header-burger {
    margin-right: .08rem
}

.header-burger i {
    font-size: .16rem;
    position: relative;
    top: .01rem
}

@media (max-width: 767px) {
    .header-burger {
        margin-right:0
    }

    .header-burger i {
        font-size: .2rem
    }

    .header-search {
        display: none
    }
}

.header-search {
    margin-right: .1rem
}

.header-search i {
    font-size: .15rem;
    position: relative;
    top: .01rem
}


body {
    width: 100%;
    min-height: 100vh;
    padding: 0;
    margin: 0 auto;
    color: #252323;
    background: #000001;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: .18rem
}

@media (max-width:767px) {   

    body {
        max-width: 480px
    }
}

* {
    box-sizing: border-box
}

*>* {
    box-sizing: inherit
}

h1,
h2 {
    margin: 0;
    padding: 0
}

header {
    box-shadow: 0 -15px 12px rgba(0, 0, 0, .25);
    position: relative;
    z-index: 1
}

main {
    display: block;
    background: #f5f5f5;
    position: relative;
    z-index: 0;
    width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center
}

.list-reset {
    list-style-type: none;
    margin: 0;
    padding: 0
}

p {
    font-weight: 400;
    margin: 0
}

@media(max-width:480px) {
    main h2 {
        font-size: 0.26rem;
        line-height: 0.3rem;
    }
}

.main-picture img {
    border-radius: 0.05rem 0.05rem 0 0;
}

.greyBlock {
    background: #F5F5F5;
    padding: 0.15rem;
    border-radius: 0.05rem;
    margin-bottom: 0.15rem;
}

.greyBlock ul {
    margin-top: 0.24rem;
}

a.subtitles {
    position: relative;
    display: block;
    margin-bottom: 0.15rem;
}

a.subtitles span {
    position: absolute;
    text-decoration: none;
    color: #252323;
    font-weight: 700;
    bottom: 0.2rem;
    white-space: nowrap;
    font-size: 0.14rem;
}

a.subtitles span:first-of-type {
    left: 20%;
    transform: translateX(-50%);
}

a.subtitles span:last-of-type {
    left: 80%;
    transform: translateX(-50%);
}

.quotes {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.25rem;
}

.quotes:last-child {
    margin-bottom: 0;
}

a.avatar {
    flex-basis: 0.58rem;
    width: 0.58rem;
    height: 0.58rem;
    border-radius: 50%;
    overflow: hidden;
}

.quotes p {
    flex-basis: calc(100% - 0.85rem);
    font-style: italic;
}

/* FORM */

 form {
    max-width: 3.2rem;
    margin: 0 auto 40px;
}
 label {
    display: block;
    text-align: center;
    margin-bottom: 0.05rem;
}
 input {
    display: block;
    width: 100%;
    margin-bottom: 0.15rem;
    padding: 0.1rem;
    border-radius: 0.05rem;
    border: 0.01rem solid #ccc;
    outline: none;
}
 button {
    border: none;
    outline: none;
    display: table;
    margin:  0.2rem auto ;
    background: #dc513a;
    color: #fff;
    text-align: center;
    padding: .2rem;
    text-transform: uppercase;
    font-size: .13rem;
    line-height: .18rem;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 700;
    text-decoration: none;
    border-radius: .05rem;
    box-shadow: 0 0.02rem 0.02rem rgba(0,0,0,.25);
    position: relative;
    overflow:hidden;
}
 button:hover {
    cursor: pointer;
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.2rem;
}
.price__old {
    font-size: 0.3rem;
    text-decoration: line-through;
    margin-right: 0.1rem;
}
.price__new {
    font-size: 0.42rem;
    color: #dc513a;
    font-weight: 700;
}


button::after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(255,255,255,.4)),to(transparent));
    background-image: -webkit-linear-gradient(left,transparent,rgba(255,255,255,.4),transparent);
    background-image: linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent);
    -webkit-animation: 2.5s ease-in-out infinite shine;
    animation: 2.5s ease-in-out infinite shine
}


@keyframes shine {
    0% {
        left: -180%
    }

    100% {
        left: 90%
    }
}

@-webkit-keyframes shine {
    0% {
        left: -180%
    }

    100% {
        left: 90%
    }
}


.fa,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-search:before {
    content: "\f002"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(fonts/fa-solid-900.woff2);
    src: url(fonts/fa-solid-900.woff2) format("woff2")
}

.fas {
    font-family: "Font Awesome 5 Free"
}

.fas {
    font-weight: 900
}
i {
    font-style: normal;
}

.product-table {
    margin-top: 0.2rem;
    background: #F3F3F3;
    margin-bottom: 0.3rem;
}

.product-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-button {
    flex-basis: 1.6rem;
    text-align: center;
    padding: 0.13rem;
    background: #C4C4C4;
    color: #787878;
    text-decoration: none;
    border: 0.01rem solid #A0A0A0;
}

a.product-button {
    background: #DC513A;
    border: 0.01rem solid #AD260F;
    color: #fff;
}

.product-info {
    padding: 0.13rem 0.15rem;
    border: 0.01rem solid #DBDBDB;
    border-right: none;
    flex-basis: calc(100% - 1.6rem);
}

.product-site {
    margin-right: 0.3rem;
}

a.product-site {
    color: #1877F2;
}

.product-info .red-text {
    color: #F10303;
}

.product-info .green-text {
    color: #007728;
}

@media(max-width: 480px) {
    .product-row {
        align-items: stretch;
    }

    .product-info {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-basis: calc(100% - 1.45rem);
        flex-grow: 0;
        font-size: 0.14rem;
    }

    .product-button {
        flex-basis: 1.45rem;
        padding: 0.23rem;
    }

    .product-site {
        margin-right: 0rem;
        flex-basis: 0.9rem;
    }

    .product-info span:last-child {
        flex-basis: calc(100% - 0.9rem);
    }
}
