<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Ñ‡@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;subset=cyrillic");
details:focus,
summary:focus {
    outline: 0;
    outline: none;
}
.upper {
    background: #333333;
    font-size: 14px;
    padding: 10px 0;
}

.upper_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.upper_item {
    display: flex;
    justify-content: space-between;
}

.upper_link {
    background: transparent!important;
    color: white;
    transition: color 0.3s;
    -webkit-appearance: none!important;
    border: none!important;
}

.upper_link + .upper_link {
    margin-left: 15px;
}

.upper_link:hover, .upper_link.active {
    color: #fccc00!important;
}

.upper_item__logout{
    padding: 0 0 0 15px;
}
.breadcrumbs {
    font-size: 14px;
}

.breadcrumbs a {
    font-size: 14px;
    color: #000;
    text-decoration: underline;
    transition: .2s color;
}

.breadcrumbs a:hover {
    color: #DC143C;
}

.contacts {
    display: flex;
    flex-wrap: wrap;
}

.contacts_item {
    display: flex;
}

.contacts_item-name {
    color: white;
    font-weight: 500;
    margin-right: 5px;
}

.contacts_item-text {
    color: white;
}

.contacts_item + .contacts_item {
    margin-left: 15px;
}

.downer {
    display: flex;
}

.downer_row {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 10px;
    flex-wrap: wrap;
}

.downer_nav {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
}

.category_mobile {
    flex-direction: column;
    margin-bottom: 100px;
}

.category_mobile hr {
    margin: 15px 0;
}

.category {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.category_desktop .category_link {
    color: #333;
    cursor: pointer;
}

.category_desktop .category_link .title {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.3px;
    transition: font-weight 0.3s;
    padding: 5px 10px 11px;
    margin-bottom: -11px;
    background-color: white;
    border: 1px solid transparent;
    position: relative;
    transition: 0.3s;
}

.category_desktop .category_link .title:hover {
    /*font-weight: 700;*/
}

.category_desktop .category_link .title-btn {
    border: 1px solid white;
}

.category_desktop .category_link &gt; .active {
    border: 1px solid #333;
    border-bottom: 1px solid white;
    padding: 5px 10px 11px;
    margin-bottom: -11px;
    z-index: 25;
}

.cart {
    display: flex;
    flex-direction: column-reverse;
}

.cart_content {
    display: flex;
    transition: color 0.3s;
    font-weight: 500;
    color: #333;
    font-size: 16px;
    margin-top: 0!important;
}

.cart_content:hover {
    color: #ff203c;
}

.cart_label {
    margin-right: 5px;
    font-weight: 500;
    text-decoration: underline;
}

.cart_num {
    font-weight: 500;
}

.cart_num span {
    font-weight: 500;
}
/*search */

.sale-personal-section-index-block{
    opacity: .8;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #fff;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-around;
    border: 2px solid #000;
    margin: 20px 20px 20px 0;
    padding: 20px;
}
.lk-blocks{
    flex-basis: 286px;
}
.sale-personal-section-index-block:hover{
    background: #DC143C;
    color: #fff;
    cursor: pointer;
}
.sale-personal-section-index-block:hover .sale-personal-section-index-block-name{
    color: #fff;

}
.sale-personal-section-index-block-name:hover{

    color: #fff;
}



.sale-personal-section-index-block:hover{
    opacity: 1;
}
.sale-personal-section-index-block-link,
.sale-personal-section-index-block-link:hover,
.sale-personal-section-index-block-link:active,
.sale-personal-section-index-block-link:focus,
.sale-personal-section-index-block-link:visited{
    text-decoration: none;
    display: block;
    padding:25px 15px;
    color: #000;
}
.sale-personal-section-index-block-link{color: #fff;}
.sale-personal-section-index-block-ico {font-size: 64px;}
.sale-personal-section-index-block-name{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.sale-personal-section-account-sub-header{
    margin-top:40px;
}

.sale-personal-section-row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
}


.search {
    border: 1px solid black;
    border-radius: 20px;
    height: 30px;
    display: flex;
    width: 300px;
    position: relative;
    margin: 0 auto;
}

.search_input {
    font-size: 14px;
    margin-left: 10px;
    width: 240px;
    -webkit-appearance: none;
    border: none;
    background: none;
}

.search_icon {
    margin-top: 5px;
    margin-left: 10px;
    height: 20px;
    width: 20px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: transparent;
}

.search_mobile .search_icon {
    padding: 0;
}

.search_mobile .search_input {
    width: initial;
    max-width: 160px;
}

.search.search_mobile {
    background: #fff;
    width: 80%;
    margin: 20px auto;
}

div.mobile-phone {
    font-size: 18px;
}

.dropdown {
    display: none;
}

.category_desktop .dropdown {
    position: absolute;
    z-index: 5;
    background-color: white;
    top: 36px;
    padding: 30px;
    /*left: 0px;*/
    border: 1px solid #333;
}

.category_desktop .dropdown_row {
    display: flex;
}

.category_desktop .dropdown_col {
    display: flex;
    flex-direction: column;
}

.category_desktop .dropdown_link {
    color: #333;
    text-transform: none;
    padding: 5px 10px;
    font-weight: 400;
    transition: color 0.3s, background-color 0.3s;
}

.category_desktop .dropdown_link .title_link {
    text-transform: none;
}

.category_desktop .dropdown_link:hover {
    color: white;
    background-color: #ff203c;
}

.dropdown_bottom {
    -webkit-appearance: none;
    display: flex;
    flex-direction: column;
}

.dropdown_bottom hr {
    margin: 10px 0;
    border: none;
    border-top: 2px solid #e5e5e5;
}

#dropdown2 {
    /*left: 80px;*/
}

footer {
    background-color: #DC143C;
    color: white;
    padding: 50px 0 20px;
}

.footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.footer_row {
    display: flex;
    justify-content: space-between;
}

.nav {
    display: flex;
    flex-wrap: wrap;
}

.nav_col {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.nav_col .title {
    font-weight: 500;
    margin-bottom: 10px;
}

.nav_col + .nav_col {
    margin-left: 75px;
}

.nav_col .text {
    font-size: 24px;
}

.nav_col .text + .title {
    margin-top: 20px;
}

.nav_item {
    font-size: 14px;
    color: white;
    transition: color 0.3s;
}

.nav_item:hover, .nav_item.active {
    color: #c4c4c4;
}

.nav_item + .nav_item {
    margin-top: 5px;
}

.disclamer {
    margin-top: 70px;
    font-size: 12px;
}

@font-face {
    font-family: "Museo";
    src: url("../font/MuseoSansCyrl-300.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Museo";
    src: url("../font/MuseoSansCyrl-500.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Museo";
    src: url("../font/MuseoSansCyrl-700.otf");
    font-weight: 700;
}

* {
    font-family: 'Museo', sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    font-weight: 300;
}

body {
    overflow-x: hidden;
}

.irs {
    height: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
}

.irs-line-mid {
    border-radius: 10px;
    height: 3px;
    background: #e5e5e5;
}

.irs-min, .irs-max {
    display: none;
}

.irs-from:after, .irs-to:after, .irs-single:after {
    display: none;
}

.irs-from, .irs-to, .irs-single {
    border-radius: 50%;
    top: 20px;
    z-index: 999;
    height: 20px;
    display: none;
}

.irs-slider {
    background-color: #DC143C;
    border-radius: 50%;
    width: 15px;
    top: 19px;
    height: 15px;
}

.irs-line-left {
    background: #e5e5e5;
    height: 3px;
}

.irs-line-right {
    height: 3px;
    background: #e5e5e5;
}

.irs-bar {
    height: 3px;
    background: #DC143C;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.irs-bar-edge {
    height: 3px;
    background-color: #DC143C;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.range_block {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.range_block &gt; .title {
    font-size: 12px;
}

.range_input {
    width: 60%;
}
section.container{
    padding: 40px 0 0 0;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    max-width: 100%;

}

.logo {
    width: 165px;
    height: 85px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/logo.png?t=1);
}

.logo-white {
    width: 160px;
    height: 95px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/logo.png?t=1);
}

select {
    -webkit-appearance: none;
    border: 1px solid black;
    padding: 1px 5px;
}

.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 12px;
    color: #333;
    width: 30px;
    height: 24px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-color: white;*/
    border: 2px solid #333;
    padding: 3px 10px;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #DC143C transparent transparent transparent;
    position: absolute;
    top: 9px;
    right: 10px;
}

.select-styled:hover {
    background-color: #fafafa;
}

.select-styled:active, .select-styled.active {
    background-color: #f2f2f2;
}

.select-styled:active:after, .select-styled.active:after {
    top: 5px;
    border-color: transparent transparent #DC143C transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    color: white;
    list-style: none;
    background-color: #DC143C;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #fff;
}

.select-options li:hover {
    color: #DC143C;
    background: white;
}

.select-options li[rel="hide"] {
    display: none;
}
.big-pic-slider .full-picture{
    height: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #999999;
}
.big-pic-slider{
    width: auto;
    margin: 0 0 20px 0;
}
@media screen and (max-width: 575px){
    .big-pic-slider .full-picture{
        height: 250px;
    }
}
.small-pic-slider{
    width: auto;
}
.small-pic-slider .pre-pic{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 70px;
    width: 70px;
    border: 1px solid #999999;
    cursor: pointer;
}
.slider {
    width: 100%;
    height: 500px;
}

.slider_item {
    width: 100%;
    height: 500px;
    background-size: cover;
    /* background-image: url(../img/slider_bg.jpg); */
}

.slider_item:nth-child(2) {
    /* background-image: url(../img/slider_bg.jpg);*/
}

.slider_item:nth-child(3) {
    /* background-image: url(../img/slider_bg.jpg);*/
}

.slider_dots {
    bottom: 20px;
    z-index: 10;
}

.slick-dots li.slick-active button:before {
    color: white;
}

.slick-dots li button:before {
    color: white;
    font-size: 12px;
    transition: opacity 0.3s;
}

.title_main {
    color: #DC143C;
    letter-spacing: 8px;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.title_row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.title_category {
    display: table;
    margin: 20px 15px;
    border-radius: 50px;
    background-color: black;
    color: white;
    padding: 5px 25px;
    text-align: center;
    font-size: 18px;
    transition: color 0.3s, background-color 0.3s;
}

.title_category:hover {
    color: black!important;
    background-color: #fccc00;
}

.subcat_header_block{
    align-items: center!important;
}

.subcat_block .title_category {
    margin-left: auto;
    margin-right: auto;
}

.subcat_block {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.subcat_link {
    position: absolute;
    right: 10px;
    bottom: 15px;
    text-decoration: underline;
    font-weight: 300;
    color: black;
    transition: color 0.3s;
}

.subcat_link:hover {
    color: #DC143C;
}

.subcat_block .subcat_link {
   /* position: relative;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;*/
    position: absolute;
    top: -35px;
}

@media screen and (max-width: 1200px){
    .subcat_block {
        margin-top: 20px;
    }

}

.item {
    border: 1px solid #999999;
    border-radius: 2pt;
    padding: 20px;
    margin: 0 8px;
    /*width: calc(100% / 4 - 62px);*/
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    overflow-x: hidden;
    /*max-width: 270px;*/
    height: 422px;
    width: 100%;
}
@media screen and (min-width: 768px){
    .item {
        width: 41.9%;
    }
}
@media screen and (min-width: 992px){
    .item {
        width: 27.2%;
    }
}
@media screen and (min-width: 1200px){
    .item {
        width: 19.9%
    }
}

.item_row {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -10px;*/
}

.item &gt; .img {
    height: 190px;
    width: 125px;
    position: absolute;
   /* background-image: url(../img/item_img.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.item_controls {
    display: flex;
    justify-content: space-around;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.result_text{
    padding: 50px 0;
}
.result_row .item {
    /*width: calc(100% / 4 - 62px);*/
}

.info_main {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 10px;
}

.info_main .cost {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

.info_main .cost &gt; span {
    font-weight: 700;
}

.info_secondary {
    margin-top: 195px;
}

.name {
    font-size: 18px;
    font-weight: 700;
}

.properties {
    display: flex;
    flex-direction: column;
    margin: 10px 0 5px;
}

.properties_item {
    display: flex;
}

.properties_item-icon {
    color: #DC143C;
    font-weight: 700;
    font-size: 12px;
    width: 50px;
}

.properties_item-icon &gt; .material-icons {
    color: #DC143C;
    font-size: 16px;
}

.properties_item-name {
    font-size: 12px;
}

.properties_row {
    display: flex;
    justify-content: flex-start;
    margin: 10px 0;
    position: relative;
}

.properties_col &gt; .properties_item {
    margin: 10px 0;
}

.properties_col &gt; .properties_item &gt; .properties_item-icon {
    font-size: 16px;
    width: 40px;
}

.properties_col &gt; .properties_item &gt; .properties_item-icon &gt; .material-icons {
    font-size: 24px;
}

.properties_col &gt; .properties_item &gt; .properties_item-name {
    font-size: 13px;
    margin: auto 0;
    width: 270px;
}

.properties_col + .properties_col {
    margin-left: 40px;
}

.properties &gt; .properties_item {
    margin: 6px 0;
}

.btn-main {
    padding: 5px 20px;
    background-color: #fccc00;
    font-weight: 700;
    color: black;
    border: 2px solid #fccc00;
    transition: background-color 0.3s, border 0.3s;
    cursor: pointer;
    display: table;
    text-align: center;
}
.btn-repeat{
    color: #DC143C;
    border: 2px solid transparent;
    padding: 12px 20px;
}
.btn-repeat:hover{
    text-decoration: underline;
}
.btn-main:hover,.btn-more:hover {
    background-color: white;
    border: 2px solid black;
    color: #000!important;
}
.btn-more{
    padding: 5px 20px!important;
    background-color: #DC143C;
    font-weight: 700;
    color: white;
    border: 2px solid #DC143C;
    display: table;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    cursor: pointer;
}
.btn-buy, .btn-add {
   /* padding: 5px 20px!important;*/
    background-color: #DC143C;
    font-weight: 700;
    color: white;
    border: 2px solid #DC143C;
    display: table;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    cursor: pointer;
}
.banks_item a{
    display: block;
    margin: auto!important;
    width: 162px;
}
.banks_item a:hover{
    text-decoration: none!important;
}
.banks_item .btn-buy:hover{
    text-decoration: none!important;
}
.banks_item .btn-buy {
    font-weight: 300;
    font-size: 16px;
    padding: 5px 20px!important;
}

.news-page_item a{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.news-page_item a:hover{
    text-decoration: none!important;
}
.news-page_item .btn-buy:hover{
    text-decoration: none!important;
}
.news-page_item .btn-buy {
    font-weight: 300;
    font-size: 16px;
}



.btn-add,
.btn-buy:hover,
.btn-buy.disabled{
    background-color: white;
    color: black;
    border: 2px solid black;
}

.btn-add {
    border: 2px solid #444;
    padding: 8px 40px;
    border-radius: 3px;
}

.button-block {
    display: flex;
    justify-content: center;
    margin: 15px 0 30px;
}

.review {
    font-size: 14px;
    margin: auto;
    color: black;
    text-decoration: underline;
}

.review span {
    margin: 0 3px;
}

.rating {
    color: #e5e5e5;
    margin: auto 0;
}

.rating &gt; .material-icons {
    font-size: 22px;
    letter-spacing: -1px;
}

.rating &gt; .active {
    color: #ffc000;
}

.feed {
    display: flex;
    margin: 5px 0;
}

.selection {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.selection_item {
    display: flex;
}

.selection_item + .selection_item {
    margin-top: 10px;
}

.selection_item &gt; .title {
    font-size: 12px;
    color: #DC143C;
    font-weight: 700;
    width: 100px;
    text-align: center;
    margin: auto 0;
}

.selection_item &gt; .cost {
    font-size: 12px;
    margin: auto;
}

.selection_item &gt; .select {
    padding: 0px 7px;
}

.selection_target {
    background-color: #f0f0f0;
    padding: 30px;
    display: flex;
}

.selection_target &gt; .btn-buy {
    width: 32%;
    text-align: center;
    border-radius: 2pt;
    font-size: 18px;
    padding: 10px;
}

.selection_col {
    width: 65%;
}

.selection_col &gt; .selection_item {
    margin: 20px 0;
}

.selection_col &gt; .selection_item:first-child {
    margin-top: 0;
}

.selection_col &gt; .selection_item:last-child {
    margin-bottom: 0;
}

.selection_col &gt; .selection_item &gt; .title {
    font-size: 16px;
    color: black;
    text-align: left;
}

.selection_col &gt; .selection_item select {
    margin: 0 20px;
    padding: 5px 10px;
}

.selection_col &gt; .selection_item &gt; .cost {
    font-size: 16px;
}

.selection_col &gt; .selection_item &gt; .cost span {
    font-weight: 700;
}

.expect {
    margin: 145px 0 205px;
}

.link {
    font-size: 18px;
    text-decoration: underline;
    color: black;
    transition: color 0.3s;
}

.link_row {
    display: flex;
    justify-content: space-around;
    border-top: 2px solid #444;
    border-bottom: 2px solid #444;
    padding: 35px 0;
    margin: 40px 0;
    flex-wrap: wrap;
}

.link_row hr {
    border: none;
    border-left: 2px solid #666;
    height: 188px;
}

.link_col {
    display: flex;
    flex-direction: column;
}

.link:hover {
    color: #DC143C;
}

.link + .link {
    margin-top: 20px;
}

.post_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.post_col {
    display: flex;
    flex-direction: column;
    height: 726px;
}

.post_col + .post_col {
    /*margin-left: 20px;*/
}

.post_col &gt; a {
    text-align: center;
    font-weight: 700;
    color: #DC143C;
    text-decoration: underline;
    transition: color 0.3s;
}

.post_col &gt; a:hover {
    color: black;
}

.post_box {
    margin: 20px auto;
    background-color: #f3f3f3;
    padding: 35px;
    max-width: 290px;
    width: 290px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: content-box;
}

.publication {
    display: flex;
    flex-direction: column;
    height: 31%;
}

.publication + .publication::before {
    content: "border";
    color: #f3f3f3;
    font-size: 0.1px;
    border-top: 1px solid grey;
    border-bottom: 2px solid white;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0px;
}

.publication &gt; .title {
    font-weight: 700;
}

.publication &gt; .text {
    font-size: 14px;
    margin: 20px 0;
}

.publication_link {
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    color: black;
    transition: color 0.3s;
}

.publication_link:hover {
    color: #DC143C;
}

.secondary {
    margin: 130px 0;
}

.secondary_row {
    display: flex;
    justify-content: space-between;
}

.icon {
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 0;
}

.icon_block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.icon_item {
    display: flex;
    width: 33.333%;
    justify-content: center;
    margin: auto 0;
}

.icon_item .text {
    font-size: 12px;
    width: 95px;
    margin: auto 0;
    padding: 0 30px 0 5px;
}

.icon_item &gt; .bonus {
    background-image: url(../img/bonus.png?t=1);
    width: 130px;
}

.icon_item &gt; .warranty {
    width: 75px;
    background-image: url(../img/list.png?t=1);
}

.icon_item &gt; .free {
    width: 110px;
    background-image: url(../img/freeseeds.png);
}

.subscribe {
    display: flex;
    flex-direction: column;
    width: 31%;
    /*padding: 0 0 0 30px;*/
}

.subscribe_form {
    display: flex;
}

.subscribe_form-input {
    font-size: 14px;
    width: 240px;
    -webkit-appearance: none;
    border: 1px solid black;
    border-radius: 20px;
    padding: 0 10px;
    height: 30px;
    display: flex;
    position: relative;
}

.subscribe_form-btn {
    margin: auto 0 auto 20px;
    font-size: 16px;
    color: #DC143C;
    font-weight: 700;
    text-decoration: underline;
    transition: 0.3s;
    cursor: pointer;
}

.subscribe_form-btn:hover {
    color: black;
}

.subscribe &gt; .title {
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 10px;
}

.subscribe &gt; .text {
    font-size: 14px;
}

.fast {
    display: flex;
    justify-content: space-around;
    width: 40%;
    cursor: pointer;
}

.fast_icon {
    display: flex;
}

.fast_icon &gt; .material-icons {
    color: #DC143C;
    font-size: 24px;
    margin: auto;
    transition: color 0.3s;
}

.fast_text {
    font-size: 12px;
    width: 60px;
    text-decoration: underline;
    transition: font-weight 0.3s;
}

.fast:hover .fast_text {
    font-weight: 400;
}

.fast:hover .fast_icon &gt; .material-icons {
    color: black;
}

.fast_block {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 2;
    bottom: 55px;
    padding: 0 20px;
    height: 390px;
    left: 0;
    width: 90%;
}


.fast_block .btn-buy, .fast_block .btn-add{
    padding: 5px 20px!important;
}

.fast_block &gt; .properties_item {
    margin: 10px 0;
}

.fast_block &gt; .properties_item-icon {
    font-size: 16px;
}

.fast_block &gt; .properties_item-name {
    font-size: 16px;
}

.description {
    font-size: 12px;
    margin-bottom: 10px;
}

.description_link {
    display: block;
    color: #eeb000;
    text-decoration: underline;
    transition: color 0.3s;
}

.description_link:hover {
    color: black;
}

.banks {
    border-top: 2px solid #333333;
    padding: 40px 0;
    margin-top: 1px;
}

.banks_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px -15px;
    justify-content: center;
}




.news-page_item {
    width: 350px;
    margin: 20px 10px;
    text-align: center;
    position: relative;
}



.news-page_item &gt; .img {
    height: 200px;
    width: 200px;
    /*background-image: url(../img/bank_img.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.news-page_item &gt; .title {
    font-weight: 700;
    font-size: 18px;
    padding: 15px 0 0 0;
}

.news-page_item &gt; .text {
    font-size: 12px;
    margin: 20px 0;
    height: 85px;
}


.banks_item {
    width: 350px;
    margin: 20px 10px;
    text-align: center;
}

.banks_item &gt; .btn-buy, .banks_item &gt; a {
    display: block;
    margin: auto !important;
}

.banks_item &gt; .img {
    height: 200px;
    width: 200px;
    /*background-image: url(../img/bank_img.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
}

.banks_item &gt; .title {
    font-weight: 700;
    font-size: 18px;
}

.banks_item &gt; .text {
    font-size: 12px;
    margin: 20px 0;
    height: 85px;
}

.target_row {
/*
    padding: 30px 0 0;
    border-top: 2px solid #333;
    */
}

.target_row-content {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
}

.target_row .description {
    /*width: 735px;*/
}

.preview {
    width: 350px;
    margin-right: 30px;
}

.img_main {
    width: 360px;
    height: 360px;
    background-image: url(../img/item_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 2pt;
    background-position: center;
    border: 1px solid #e5e5e5;
}

.img_row {
    display: flex;
    width: 360px;
    margin: 10px 0;
    justify-content: space-between;
}

.img_row &gt; .img {
    width: 70px;
    height: 70px;
    border: 1px solid #e5e5e5;
    border-radius: 2pt;
    background-image: url(../img/item_img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.description &gt; .top {
    display: flex;
    margin-bottom: 20px;
}

.description &gt; .top &gt; .title {
    font-size: 30px;
    font-weight: 700;
}

.description &gt; .top &gt; .rating {
    margin: auto 20px;
    /*padding: 8px 0 0 0;*/
}

.tab {
    display: flex;
}

.tabs-content {
    display: none;

}

.tabs-content.active {
    display: block;
}

.result {
    margin-bottom: 150px;
    padding: 20px 0 0 0;
}

.result_bank {
    margin: 30px 0;
    border-top: 1px solid #999999;
    padding-top: 30px;
}

.result_bank-content {
    display: flex;
    justify-content: space-between;
    margin: 0 8px 20px 8px;
}

.result_bank-content .img {
    background-image: url(../img/bank_img.png);
    height: 200px;
    width: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 30px;
}

.result_bank-content .description {
    font-size: 14px;
    width: 80%;
    margin: auto auto;
}

.result_bank-content .description &gt; .title {
    font-size: 18px;
    font-weight: 700;
}

.result_bank-content .description &gt; .text {
    margin: 10px 0 0;
}

.result_bank-content .description &gt; .text &gt; .link {
    font-size: 14px;
    text-decoration: underline;
    color: #DC143C;
}

.result_bank-content .description &gt; .full-text {
    display: none;
}

.result_bank-content .description &gt; .full-text p {
    margin-bottom: 5px;
}

.result_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.result_row &gt; .item_row {
    /*width: 77%;*/
}

.filter_col {
    width: 250px;
}

.filter_col &gt; .banner {
    width: 250px;
    height: 250px;
    border: 2px solid #e5e5e5;
    border-radius: 2pt;
}

.filter_box {
    border: 1px solid #999999;
    width: calc(95% - 25px);
    margin-bottom: 15px;
    padding: 25px;
}

.filter_block {
    margin-bottom: 20px;
}

.filter_block &gt; .title {
    font-size: 20px;
    font-weight: 700;
    color: #DC143C;
    margin-bottom: 10px;
}

.filter .cart_label {
    margin-right: 5px;
}

.filter_select {
    position: relative;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    margin: 0 8px 20px 8px;
}

.filter_select &gt; .select {

    font-size: 16px;
    width: 273px;
    height: 32px;
}

.filter_select &gt; .select &gt; .select-styled:after {
    border: 6px solid transparent;
    border-color: #DC143C transparent transparent transparent;
    position: absolute;
    top: 12px;
    right: 10px;
}

.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
}

.pagination_row {
    display: flex;
    width: 200px;
    justify-content: center;
    margin: auto 0;
}

.pagination_row &gt; .link {
    padding: 7.5px 0;
    text-align: center;
    height: 15px;
    width: 30px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50%;
    background-color: #DC143C;
    color: white;
    border: 2px solid #DC143C;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    text-decoration: none;
    margin: 0 1px;
}

.pagination_row &gt; .link:hover, .pagination_row &gt; .link.active {
    border-color: white;
    color: black;
    background-color: #fccc00;
}

.pagination_row &gt; span {
    margin: 0 5px;
    color: #DC143C;
    font-size: 20px;
    font-weight: 700;
}

.pagination &gt; .arrow {
    cursor: pointer;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 5px;
    color: #DC143C;
    transition: color 0.3s, background-color 0.3s;
}

.pagination &gt; .arrow:hover {
    color: black;
}

.pagination &gt; .back {
    transform: rotateY(180deg);
}

.lyrics {
    margin: 100px 0;
}

.lyrics_content {
    padding: 0 20px 50px;
    border-bottom: 1px solid #999999;
    margin: 30px 0;
    font-size: 18px;
}

.prh {
    margin: 30px 0;
    font-size: 18px;
    font-weight: 500;
}

.prh &gt; .title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
}

.tab {
    display: flex;
    border-bottom: 1px solid #999999;
}

.tab_item {
    padding: 10px 20px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.tab &gt; .active {
    border: 1px solid #999999;
    border-bottom: 1px solid white;
    margin-bottom: -1px;
}

.tab &gt; .active:first-child {
    border-left: none;
}

.radio {
    display: block;
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio span {
    margin-left: 5px;
    font-size: 12px;
    color: #DC143C;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio input:checked ~ .checkmark {
    border: 1px solid #333;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkmark:after {
    display: block;
}

.radio .checkmark:after {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fccc00;
}

.alike {
    margin-bottom: 100px;
}

.alike &gt; .container &gt; .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.mobile {
    display: none;
}

/*reviews START*/
.site-reviews{
    border-top: 2px solid #333333;
    padding: 40px 0;
    margin-top: 1px;
}
.site-reviews_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-width: 300px;
    margin: auto;
    width: 60%;
    padding: 50px 0 0 0;
}
.site-review-col{
    padding: 50px 0;
}
.site-review{
    display: flex;
    flex-direction: row;
}
.site-review__stars{
    display: flex;
    padding: 0 20px 0 0;
}
.site-review__stars .rating{
    display: flex;
    margin: 0;
}
.site-review__item{

}
.site-review .header-line{

    display: flex;
}
.site-review__user-name{

}
.site-review__date{
    margin: 0 0 0 30px;
}
.site-review__body{
    padding: 20px 0;
}


.black-line{
    border-top: 2px solid #333333;
    padding: 40px 0;
    margin-top: 15px;
}
a:hover, a:focus{
    /*color: #2E8020!important;*/
    outline: none!important;
}
.form-control{
    border: 1px solid #585858!important;
    height: 40px!important;
    padding: 10px 15px!important;
}
.form-control:focus{
    border-color: #DC143C!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 236, 26, 0.5)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 236, 26, 0.6)!important;
}
/*reviews END*/
.arrow.back a i,.arrow.next a i{
    color: #DC143C;
}
.arrow.back a i:visited,.arrow.next a i:visited,
.arrow.back a i:active,.arrow.next a i:active,
.arrow.back a i:focus,.arrow.next a i:focus{
    color: #DC143C;
}

.arrow.back:hover,.arrow.next:hover{

}
.news_row__detail{
    margin: auto;
}
.news_row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.news-item__detail-img
{
    background-position: center;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}

.news-item__detail-text{
   /* width: 60%;*/
    margin: auto;
    /*padding: 50px 0;*/
    line-height: 32px;
    font-size: 18px;
    text-align: justify;
}
.page-content{
    margin: 0 20px;
}
/*payment page begin*/
.payment{

}
.payment__item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 30px 0;
}
.payment__item .item__img{
    height: 60px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}
.payment__item .item__text{
    padding: 0 20px;
    line-height: 24px;
    width: 80%;
}
.payment__item .item_text-header{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.payment__item .item_text-desc{
    padding: 5px 0 0 0;
}
.payment__item .desc-important{
    padding: 20px 0 0 0;
    font-weight: 400;
}
/*payment page end*/

/*delivery page begin*/
.delivery{

}
.delivery .delivery__note{
    padding: 50px 0;
    line-height: 26px;
    width: 70%;
    margin: auto;
    font-size: 18px;
 }
.delivery .delivery__header{
    width: 80%;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 70px 0;
}
.delivery .blocknote{
    font-style: italic;
    padding: 30px 0;
    line-height: 30px;
}
.delivery__final .blocknote{
    width: 70%;
    border-top: 4px double #000;
    margin: 50px auto;
}
.delivery__final .blocknote p{
    padding: 20px 0;
}
.delivery__item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 30px 0;
}
.delivery__item .item__img{
    height: 65px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.delivery__item .item__text{
    padding: 0 20px;
    line-height: 24px;
    width: 80%;
}
.delivery__item .item_text-header{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}
.delivery__item .item_text-desc{
    padding: 5px 0 0 0;
}
.delivery__item .desc-important{
    padding: 20px 0 0 0;
    font-weight: 400;
}
.delivery__item a{
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    margin: 20px 0 0 0 ;
    display: inline-block;

}

.news_row  a, .news_row a:hover,.news_row a:visited,.news_row a:active,.news_row a:focus,
.help__note  a,.help__note a:visited,.help__note a:active,.help__note a:focus,
.delivery__item a:hover,.delivery__item a:visited,.delivery__item a:active, .delivery__item a:focus{
    color: #DC143C;
}
/*delivery page end*/


/*help page begin*/
.help__note  a:hover{
    text-decoration: underline;
    color: #000;
    cursor: pointer;
}
.help{
    padding: 30px 0 0 0;
}
.help.pretense{
    text-align: justify;
}
.help .help__note{
   /* padding: 50px 0;*/
    line-height: 26px;
    width: 70%;
    margin: auto;
    font-size: 18px;
}
.help .help__header{
    width: 80%;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 70px 0;
}
.help .blocknote{
    font-style: italic;
    padding: 30px 0;
    line-height: 30px;
}
.help__final .blocknote{
    width: 80%;
    border-top: 4px double #000;
    margin: 50px auto;
}
.help__final .blocknote p{
    padding: 20px 0;
}
.help__item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 10px 0;
}
.help__item .item__img{
    height: 65px;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.help__item .item__text{
    /*padding: 30px 20px 30px 20px;*/
    line-height: 24px;
    width: 80%;
    margin: auto;
}
.help__item .item_text-header{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
.help__item .item_text-desc{
    padding: 5px 0 30px 0;
    display: none;
}
.help .desc-important{
    padding: 20px 0 0 0;
    font-weight: 400;
    display: inline-block;
}
.help__item a{
    color: #DC143C;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;

}
.help__item ul{
    list-style: none;
    margin-left: 0;
    padding: 10px 60px 30px 60px;;
}
.help__item li{

}
.help__item li:before{
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
}
.help__item a:hover,.help__item a:visited,.help__item a:active, .help__item a:focus{
    color: #DC143C;
}
/*delivery page end*/

/*terms page begin*/
.terms{

}
.terms .terms__note{
    padding: 50px 0;
    line-height: 26px;
    width: 70%;
    margin: auto;
    font-size: 18px;
}
.terms .terms__header{
    width: 80%;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 70px 0;
}
.terms .blocknote{
    font-style: italic;
    padding: 30px 0;
    line-height: 30px;
}
.terms__final .blocknote{
    width: 80%;
    border-top: 4px double #000;
    margin: 50px auto;
}
.terms__final .blocknote p{
    padding: 20px 0;
}
.terms__item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 30px 0;
}
.terms__item ul{
    list-style: none;
}
.terms__item .item__text{
    padding: 0 20px;
    line-height: 24px;
    width: 80%;
    margin: auto;
}
.terms__item .item_text-header{
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.terms__item .desc-important{
    padding: 20px 0 0 0;
    font-weight: 400;
    display: inline-block;
}
.terms__item a{
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;

}

.terms__item a:hover,.terms__item a:visited,.terms__item a:active, .terms__item a:focus{
    color: #DC143C;
}
/*terms page end*/



/*pages/guarantee*/
.guarantee, .instruction{

}
.guarantee__h1, .instruction__h1{
    font-size: 24px;
    color: #000;
    padding: 35px 0;
}
.guarantee__text{
    padding: 0 0 25px 0;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    max-width: 650px;
    margin: auto;
}
.guarantee__text-bold{
    font-size: 14px;
}
.instruction__text{
    padding: 0 0 25px 0;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    max-width: 650px;
    margin: auto;
}
.guarantee__green-btn {
    padding: 50px 0 50px 0;
}
.guarantee__green-btn a{
    display: block;
    background: #42BB19;
    width: 320px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    margin: auto;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.guarantee__green-btn a:hover{
    background: #FFCC00;
    color: #000;
}
.guarantee__line{
    background: #b3b3b3;
    width: 100%;
    height: 1px;
    margin: 25px 0 40px 0;
}
.guarantee__h2 {
    font-size: 18px;
    color: #000;
    padding: 0 0 50px 0;
}
.guarantee__small-text{

    font-size: 12px;
    line-height: 18px;
}
.guarantee__yellow-btn{
    padding: 50px 0 25px 0;
}

.guarantee__yellow-btn a{
    display: block;
    background:  #FFCC00;
    width: 320px;
    border-radius: 5px;
    text-align: center;
    padding: 10px 0;
    margin: auto;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}
.guarantee__yellow-btn a:hover{
    background: #42BB19;
    color: #fff;
}
.guarantee__text-more-link{
    position: relative;
}
.guarantee__text-more-link.open:after{
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: 38px;
    right: 0px;
    cursor: pointer;

}
.guarantee__text-more-link.close:after{
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
    right: 0px;
    cursor: pointer;

}
.guarantee__text-more-link{
    font-size: 14px;
    color: #000;
    padding: 25px 0 50px 0;
    width: 225px;
    margin: auto;
}
.guarantee__text-more p{
    padding: 0 0 20px 0;
}
.guarantee__text-more{
    font-size: 12px;
    color: #000;
    text-align: left;
    line-height: 18px;
    display: none;
    max-width: 650px;
    margin: auto;
}

.instruction__gallery{
    margin: 30px 0 80px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.gallery__item{
    display: block;
}
.gallery__item img{
    display: block;
    height: 235px;
}
/*ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹*/
.site-contacts_row{
    width: 60%;
    margin: auto;
    padding: 70px 20px 0 20px;
    line-height: 24px;
}
.site-contacts_row .help-kink{
    color: #DC143C;
    text-decoration: underline;
    cursor: pointer;
}
.site-contacts_row .help-kink:hover{
    color: #000;
}
.site-contacts_form{

}
#new_question form{
    margin: 0 0 0 -40px;
    display: block;
}

/*---*/
/*Ð¤Ð¾Ñ€Ð¼Ð° Ð¾Ð±Ñ€Ð°Ñ‚Ð½Ð¾Ð¹ ÑÐ²ÑÐ·Ð¸*/

.fb-block {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.fb-block-h{
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 30px;
}
.fb-block-input.file{
    margin: 0 0 30px 0;
    position: relative;
}
.fb-block-input-container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
input.form-control_can{
    border-radius: 2px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    display: block;
    min-width: 240px;
    margin: 0 0 30px 0;
}
textarea.form-control_can{
    border-radius: 2px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 2;
    color: #555;
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    display: block;
    min-width: 240px;
    margin: 0 0 30px 0;
}
textarea.form-control_can:focus,textarea.form-control_can:active,
input.form-control_can:focus,input.form-control_can:active{
    border-color: #DC143C!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 236, 26, 0.5)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(16, 236, 26, 0.6)!important;
}
textarea.form-control_can.error,input.form-control_can.error, .field__input.error, .subscribe_form-input.error{
    border-color: #FF073A!important;
    outline: 0!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 7, 58, 0.5) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 7, 58, 0.6) !important;
}
/*--------------------*/

/*fancybox start*/
.fancybox-outer{
    overflow: hidden;
}
.fancybox-inner{
    padding-right: 20px;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
     background-image: url(../img/close-icon.png)!important;
    background-size: contain;
}
.fancybox-close{
    top: 20px!important;
    right: 20px!important;
}
.modal{
    display: none;
}
.fancybox-skin{
    border-radius: 0!important;
}
.modal-container{
    padding: 25px;
}
.m-header{
    font-size: 26px;
    font-family: 'Museo', sans-serif;
    margin: 0 0 30px 0;
    font-weight: 500;
    color: #1F1A17;
}
.m-content{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #1F1A17;
}
/*fancybox end*/

/*forms*/
.form-rating{
    width: 160px;
}

.form-rating__item{


}
.rating_f {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    width: 100%;
    min-width: 200px;
}

.rating_f label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating_f label:last-child {
    position: static;
}

.rating_f label:nth-child(1) {
    z-index: 5;
}

.rating_f label:nth-child(2) {
    z-index: 4;
}

.rating_f label:nth-child(3) {
    z-index: 3;
}

.rating_f label:nth-child(4) {
    z-index: 2;
}

.rating_f label:nth-child(5) {
    z-index: 1;
}

.rating_f label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.rating_f .icon {
   height: 40px;
}
.rating_f label .icon {
    float: left;
    color: transparent;
}

.rating_f label:last-child .icon {
    color: #e5e5e5;
}
.rating__note{
    display: flex;
    align-items: center;
}
.rating__note span{
    margin: 0 10px;
    color: #000;
}
.rating{
    display: flex;
}
.review-rating
{
    margin: -5px 0 0 20px;
}
.review-rating .icon{
    color:#e5e5e5;
    height: 50px;
    line-height: 50px;
    font-size: 30px;

}
.review-rating .icon.active{
    color:#fccc00;

}
.rating_f:not(:hover) label input:checked ~ .icon,
.rating_f:hover label:hover input ~ .icon {
    color: #fccc00;
}

.rating_f label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #fccc00;
}

/*--------*/


/*register / authorisation*/
.fancybox-skin{
    background: #fff;
}

#popu-reg,#popup-login, #popup-forgotpassword{
    display: none;
}

#popup-login, #popu-reg, #popup-forgotpassword, .form-message{
    width: 250px;
    padding: 20px;


}
.errortext{
    padding:  10px 0;
    display: none;
    width: 250px;
    font-size: 14px;
}
.auth-form__header, .form__header
{
    color: #4D4A47;
    font-size: 32px;
    font-weight: 500;
    padding: 20px 0 40px 0;
}
.auth-form__content, .form__content{

}
.auth-form__field, .form__field{
    color: #000;
    margin: 0 0 20px 0;
}
.field__label{
    margin: 0 0 5px 0;
    display: block;
    font-size: 12px;
}
.field__input{
    border: 1px #000 solid;
    height: 20px;
    width: 95%;
    padding: 5px;
    max-width: 250px;
}
.auth-form__errors{

}
.auth-form__remeber{
    display: flex;
}
.auth-form__remeber input[type=checkbox], input[type=radio]
{
    display: none;
}
.auth-form__checkbox + label:before{
    content: "\2713";
    color: transparent;
    display: inline-block;
    border: 1px solid #000;
    font-size: 20px;
    line-height: 22px;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    transition: color ease .3s;
    margin: 0 8px 0 0;
    cursor: pointer;
}
.auth-form__checkbox:checked + label:before {
    color: #000;
}
.auth-form__login-btn, .form__login-btn{
    margin: 30px 0;
    width: 100%;
    padding: 10px;
    color: #fff;
    border: 2px #f7c200 solid;
    background: #f7c200;
    text-align: center;
    cursor: pointer;
}
.auth-form__login-btn:hover, .form__login-btn:hover{
    color: #000;
    border: 2px #000 solid;
    background: #fff;
}
.auth-form__links{

}
.auth-form__forgot-password{
    font-weight: bold;
    padding: 10px 0 0 0;
}
.auth-form__links a{
    font-size: 12px;
    color: #000;
    display: block;
    text-decoration: underline;
    cursor: pointer;
    margin: 0 0 5px 0;
}
.reg-form__go-to-auth--bold
{
    color: #000;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer;
    display: inline-block;
}

#to-auth__ajax{
    cursor: pointer;
    text-decoration: underline;
}
.errortext,.price-red{
    color: #FF073A;
}
.price-discount{
    text-decoration: line-through;
}
.b-subscribe__form-errors{
    display: none;
    color: #FF073A;
    padding: 10px 0 0 0;
}
.b-subscribe__form-success{
    display: none;
    padding: 10px 0 0 0;
    color: #DC143C;
}
#basket-root .finish{
    color: #DC143C;
    font-size: 16px;
    line-height: 22px;
    padding: 10px;
}

.basket-checkout-container .form{
    max-width: 225px;
}
.basket-checkout-container .form-control{
    height: 25px!important;
}
.main-slider-block
{
    width: 100%;
    height: 600px;
    background-size: cover;
    margin: 12px 0 40px 0;
    position: relative;
}
.darker{
    background: radial-gradient(40% 50%, #585858, #000);
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.main-slider-block__container{
    position: absolute;
    top: 30%;
    left: 40%;
    display: none;
}
.slider-block__img{

}
.slider-block__header{
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.slider-block__text{
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 100;
    padding: 20px 0 50px 0;
}
.slider-block__btn{
    display: block;
    color: #fff;
    background: #dc143c;
    padding: 15px 25px;
    width: 100px;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
    margin: auto;
}
.slider-block__btn:hover{
    text-decoration: underline;
}

.basket-item-info-name{
    padding-right: 30px!important;
}


element.style {
}
.basket-items-list-wrapper-compact .basket-item-image {
    max-width: 50px;
    max-height: 50px;
}
@media (max-width: 580px){
    .basket-item-image {
        width: 100%!important;
    }
    /*.basket-checkout-block-total {*/
         /*min-width: 70px!important;*/
    /*}*/
}
@media (max-width: 460px){
    .basket-checkout-block {
        min-width: 50%!important;
        width: 50%!important;
        padding: 0!important;
        display: flex!important;
        align-items: center!important;
    }
    .basket-checkout-block-total{
        justify-content: flex-start;
    }
    .basket-checkout-block-total-price{
        justify-content: flex-end;
    }
}
</pre></body></html>