@charset "UTF-8";
:focus {
    outline: -webkit-focus-ring-color 0px;
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style-type: none;
}
ul li {
        font-family: 'Rubik', sans-serif; font-weight: 300;
}
p {
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
}

iframe {
    max-width: 100%;
}

input[type=number]::-webkit-input-placeholder {
    color: #787d80 !important;
}

input[type=number]::-moz-placeholder {
    color: #787d80 !important;
}

input[type=number]:-ms-input-placeholder {
    color: #787d80 !important;
}

input[type=number]::-ms-input-placeholder {
    color: #787d80 !important;
}

input[type=number]::placeholder {
    color: #787d80 !important;
}

input::placeholder {
    color: #787d80 !important;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
div#head_wishlist p.basket__count.total_wishlist.d-none{
 display: none;
}
.product-page .product__sides .product__rht.d-none {
    display: block!important;
}
.popup__black {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}
.popup__black_region {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    /*z-index: 9998;*/
    z-index: 10003;
}
.popup__black_region_in {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    /* z-index: 9998; */
    z-index: 10003;
}

.popup__bl {
    position: fixed;
    left: 50%;
    top: 10%;
    width: 1166px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9999;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.popup__bl .popup__head {
    background: #fff;
    padding-left: 14px;
    padding-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
}

.popup__bl .popup__head .close__popup {
    cursor: pointer;
}

.popup__bl .popup__head h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #121212;
}

.popup__bl .popup__head .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__bl .popup__head .location h4 {
    margin-left: 12px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #121212;
}

.popup__bl .popup__head .location h4 span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
}

.popup__bl-fr {
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.popup__bl-fr .form__body_up {
    position: relative;
}

.popup__bl-fr .form__body_up-top {
    cursor: pointer;
    background: url(../img/arr-down.svg) no-repeat center, -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: url(../img/arr-down.svg) no-repeat center, -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background: url(../img/arr-down.svg) no-repeat center, linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    height: 40px;
}

.popup__bl-fr .form__body_up-bottom {
    cursor: pointer;
    z-index: 4;
    background: url(../img/arr-up.svg) no-repeat center, -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: url(../img/arr-up.svg) no-repeat center, -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
    background: url(../img/arr-up.svg) no-repeat center, linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2));
    position: absolute;
    padding-top: 5px;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 40px;
}

.popup__bl-fr .form__body::-webkit-scrollbar {
    width: 0;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    background-color: transparent;
}

.popup__bl-fr .form__body::-webkit-scrollbar-thumb {
    background: #f1950c;
    width: 0;
    border-radius: 15px;
}

.popup__bl-fr .form__body {
    position: relative;
    height: 420px;
    overflow-y: auto;
    width: 320px;
    padding-left: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 14px;
}

.popup__bl-fr .form__body .body__item:last-child {
    border: none;
}

.popup__bl-fr .form__body .body__item {
    position: relative;
}

/*.popup__bl-fr input[type=radio]:checked + label:after {*/
/*    content: '';*/
/*    background: #ed1c24;*/
/*}*/

.popup__bl-fr label {
    border-bottom: 3px solid transparent;
    padding-left: 33px;
    height: calc(100% + 3px);
    display: block;
    cursor: pointer;
}

.popup__bl-fr label h3 {
    color: #64696c;
}

.popup__bl-fr label:after,
.popup__bl-fr label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
}

.popup__bl-fr label:after {
    border: none;
    width: 10px;
    height: 10px;
    top: 21px;
    left: 6px;
}

.popup__bl-fr input[type=radio] {
    display: none;
}

.popup__bl-fr .body__item {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 15px;
    padding-bottom: 15px;
}

.popup__bl-fr .body__item h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #64696C;
    font-weight: 500;
}
.popup__bl-fr .body__item.regions_type h3 {
    color: #000000;
    font-weight: 700;
}
.popup__bl-fr .body__item label.region_in.active_after h3 {
    color: #ed1c24 ;
}

.popup__bl-fr .body__item p {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
    padding-top: 9px;
}

.popup__bl-fr .form__head {
        font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #191919;
    margin-bottom: 12px;
    padding-left: 19px;
    margin-top: -20px;
    padding-right: 19px;
}

.popup__bl-fr .form__head .input-head {
    position: relative;
    height: 42px;
    margin-top: 12px;
}

.popup__bl-fr .form__head .input-head svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9px;
    cursor: pointer;
}

.popup__bl-fr .form__head input {
    border: 1px solid #d1d2d3;
    height: 42px;
    width: 100%;
    border-radius: 10px;
    outline: 0;
    padding-left: 16px;
    padding-right: 36px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

.popup__bl-fr img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 465px;
}

.popup__bl_region {
    position: fixed;
    left: 50%;
    top: 10%;
    width: 420px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*z-index: 9999;*/
    z-index: 10004;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.popup__bl_region .popup__bl-fr .form__body {
    width: 420px;
    padding: 5px 40px;
}
.popup__bl_region form.search_stor {
    padding: 0 20px;
}
.popup__bl_region .popup__bl-fr .form__head .input-head svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    cursor: pointer;
}
.popup__bl_region .popup__bl-fr .body__item {
    border-bottom: 0px solid #c4c4c4;
}
.popup__bl_region .popup__head {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px 10px;
    flex-direction: column;
}

.popup__bl_region .popup__head .close__popup {
    cursor: pointer;
}

.popup__bl_region .popup__head h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #121212;
    padding-top: 15px;
}
.popup__bl_region .popup__head h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #64696C;
    font-family: 'Rubik', sans-serif;
    padding-top: 5px;
}

.popup__bl_region .popup__head .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__bl_region .popup__head .location h4 {
    margin-left: 12px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #121212;
}

.popup__bl_region .popup__head .location h4 span {
    font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
}
.popup__bl_region .popup__bl-fr label {
    height: auto;
}

.popup__bl_empty {
    position: fixed;
    left: 50%;
    top: 10%;
    width: 470px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* z-index: 9999; */
    z-index: 10004;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}
.popup__bl_empty .popup__bl-fr .form__body {
    width: 420px;
    padding: 5px 40px;
}
.popup__bl_empty form.search_stor {
    padding: 0 20px;
}
.popup__bl_empty .popup__bl-fr .form__head .input-head svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 25px;
    cursor: pointer;
}
.popup__bl_empty .popup__bl-fr .body__item {
    border-bottom: 0px solid #c4c4c4;
}
.popup__bl_empty .popup__head {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 0px 15px;
}
.popup__bl_empty .popap_info {
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 140%;
    text-align: center;
}
.popup__bl_empty .popup__head .close__popup {
    cursor: pointer;
}
.popup__bl_empty .popup__bl-fr {
    padding-right: 25px;
    padding-left: 25px;
}
.yes_empty {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 10px;
    width: 205px;
    height: 48px;
    background: #ED1C24;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}
.popup__bl_empty .popup__head h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #121212;
    padding-left: 15px;
}
.button_region {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding-bottom: 45px;
    padding-top: 20px;
}
.no_empty {
    background: #FFFFFF;
    border-radius: 10px;
    border: 2px solid #525252;
    padding: 11px 38px;
    width: 205px;
    height: 48px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #64696C;
    cursor: pointer;
    justify-content: center;
    margin-left: 10px;
    font-family: Rubik;
}
.button_region {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.popup__bl_empty .popup__head .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__bl_empty .popup__head .location h4 {
    margin-left: 12px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #121212;
}

.popup__bl_empty .popup__head .location h4 span {
    font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
}
.popup__bl_empty .popup__bl-fr label {
    height: auto;
}


.slick-next:hover,
.slick-prev:hover {
    background: #fff;
}

.slick-next,
.slick-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 8;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.slick-next:before,
.slick-prev:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 8;
    border-top: 3px solid #ed1c24;
    border-left: 3px solid #ed1c24;
    top: 37%;
    left: 60%;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
}

.slick-next:before {
    content: '';
    border-bottom: 3px solid #ed1c24;
    border-left: 0;
    border-top: 0;
    left: 50%;
    border-right: 3px solid #ed1c24;
}

.slider__item img {
    border-radius: 10px;
    max-height: 340px;
}

.slick-dots li.slick-active button:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 4px solid #ed1c24;
}

.slick-dots li.slick-active button {
    background: 0 0;
}

.slick-dots {
    bottom: -35px;
    /*bottom: -50px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery__slider_job_to .slick-dots {
    bottom: -50px;
}

.slick-dots li {
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #009640;
}

.slick-dots li button:before {
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wrapper {
    max-width: 1272px;
    width: 100%;
    margin: 0 auto;
}
.local_product_href  {
    width: 270px;
}
.logo_local_products {
    width: 100%;
}

.custom_icon {
    background: #ed1c24;
    border-radius: 30px 0 30px;
    width: 80px;
    height: 70px;
    text-align: center;
}
.custom_icon img {
    width: 80%!important;
    top: 7px;
    position: relative;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header {
    padding-bottom: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    top: 0;
    background: #fff;
    /*z-index: 999;*/
    z-index: 10002!important;
}

.header .bottom__search {
    position: relative;
    display: none;
}

.header .bottom__search input {
    width: 100%;
    height: 42px;
    background: #fff;
    outline: 0;
    padding-left: 20px;
    padding-right: 20px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    border: 2px solid rgba(100, 105, 108, 0.2);
    border-radius: 20px;
}

.header .bottom__search button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px;
    position: absolute;
    width: 48px;
    height: 38px;
    cursor: pointer;
    border: none;
    background: 0 0;
}

.header .bottom__search button svg {
    background: #f3f4f6;
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px;
    border-radius: 18px;
}

.header .header__catalog_top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #e30613;
    border-radius: 10px;
    height: 52px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    width: 280px;
    height: 52px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    margin-left: 21px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
}

.header__catalog span {
    color: #ed1c24;
    margin-left: 16px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

.header__catalog .form__body_up-top {
    cursor: pointer;
    background: url(../img/arr-down.svg) no-repeat center, -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: url(../img/arr-down.svg) no-repeat center, -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background: url(../img/arr-down.svg) no-repeat center, linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    height: 40px;
}

.header__catalog .catalog__body_top {
    position: absolute;
    top: 101%;
    max-height: 80vh;
    overflow-y: hidden;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 10px 10px;
    padding: 0 12px;
    /*z-index: 10;*/
    /*z-index: 999;*/
    z-index: 10002;
}

.header__catalog .catalog__body_top ::-webkit-scrollbar {
    width: 0;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    background-color: transparent;
}

.header__catalog .catalog__body_top ::-webkit-scrollbar-thumb {
    background: #f1950c;
    width: 0;
    border-radius: 15px;
}

.header__catalog .catalog__body_top li:last-child a {
    border-bottom: none;
}

.header__catalog .catalog__body_top li a:after {
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    border-bottom: 2px solid #191919;
    border-right: 2px solid #191919;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.header__catalog .catalog__body_top li a {
    color: #191919;
    font-size: 14px;
    display: block;
    position: relative;
    padding: 12px 0;
    padding-left: 12px;
        font-family: 'Rubik', sans-serif;
    border-bottom: 1px solid #e8e8e8;
}

.header__catalog .catalog__body {
    position: absolute;
    top: 101%;
    max-height: 80vh;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 0 0 10px 10px;
    padding: 0 12px;
    /*z-index: 10;*/

    /*z-index: 999;*/
    z-index: 10002;
}

.header__catalog .catalog__body li:last-child a {
    border-bottom: none;
}

.header__catalog .catalog__body li a:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    border-bottom: 2px solid #191919;
    border-right: 2px solid #191919;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.header__catalog .catalog__body li a {
    color: #191919;
    font-size: 14px;
    display: block;
    position: relative;
    padding: 12px 0;
    padding-left: 12px;
        font-family: 'Rubik', sans-serif;
    border-bottom: 1px solid #e8e8e8;
}

.header__catalog .catalog__body_index {
    height: 660px;
    overflow-y: auto;
}

.header .header__catalog_active {
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #e8e8e8;
}

.header__buttons {
    color: #64696c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 46px;
}

.header__buttons .button__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 32px;
}

.header__buttons .button__block span {
    margin-left: 12px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    width: 54px;
}

.header__basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 21px;
    cursor: pointer;
}

.header__basket .basket__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 5px;
}

.header__basket .basket__info .text__top {
    font-size: 13px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    margin-bottom: 2px;
}

.header__basket .basket__info .text__bottom {
    font-size: 14px;
    color: #191919;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

.header__basket .basket__count {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e30613;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    color: #fff;
}

.header__search {
    position: relative;
    margin-left: 40px;
    width: 34%;
}

.header__search .btn__search {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
    width: 48px;
    background: #f3f4f6;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-radius: 18px;
}

.header__search input {
    height: 42px;
    width: 100%;
    outline: 0;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 60px;
    background: #fff;
    border: 2px solid rgba(100, 105, 108, 0.5);
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
}

.header__bottom {
    background: url(../img/title-bgd.png) repeat-x center;
    height: 50px;
    position: relative;
    width: 100%;
    margin-top: 7px;
}

.header__bottom .wrapper {
    background: #fff;
    height: 100%;
    width: 100%;
}

.header .header__bottom_super-bgd .header__catalog_top {
    border: none;
}

.header__top .header__row {
    padding-left: 40px;
}

.header__row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    margin-right: 120px;
}

.header__end {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__end span {
    color: #5e5e5e;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
}

.header__end .header__phone {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-weight: 700;
    color: #191919;
    font-size: 13px;
    margin-left: 8px;
    margin-right: 38px;
}
a.header__email {
    font-family: 'Rubik', sans-serif; font-weight: 500;
    font-weight: 600;
    color: #191919;
    font-size: 13px;
    margin-left: 8px;
    margin-right: 15px;
}
.header__languages:after {
    content: '';
    width: 7px;
    top: 23%;
    right: -20px;
    height: 7px;
    position: absolute;
    border-bottom: 2px solid #64696c;
    border-left: 2px solid #64696c;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.header__languages {
    font-size: 13px;
    color: #64696c;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    position: relative;
        font-family: 'Rubik', sans-serif;
}

.header__languages span {
        font-family: 'Rubik', sans-serif;
}

.header__languages ul {
    display: none;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 0 2px #000;
    box-shadow: 0 0 2px #000;
    border-radius: 8px;
    padding-left: 15px;
    padding-right: 15px;
    top: 130%;
    z-index: 4;
    position: absolute;
}

.header__languages ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.header__languages ul li {
    text-transform: uppercase;
    margin-bottom: 4px;
    cursor: pointer;
    padding-bottom: 4px;
    border-bottom: 1px solid #64696c;
}

.header__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__center .center__block {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 34px;
}

.header__center .center__block svg {
    margin-right: 14px;
}

.header__center .center__block span {
    color: #191919;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
}

.header__center .center__block span span {
    color: #64696c;
}
.header__center .center__block_list {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 34px;
}
.header__center .center__block_list svg {
    margin-right: 14px;
}

.header__center .center__block_list span {
    color: #191919;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
}

.header__center .center__block_list span span {
    color: #64696c;
}

.header__burger {
    margin: -5px 0;
    cursor: pointer;
    margin-right: 26px;
}

.header__burger .line {
    width: 32px;
    height: 2px;
    margin: 5px 0;
    background: #64696c;
    border-radius: 3px;
}

.header__fixed {
    position: fixed;
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
}

section.header__content {
    background: #f2f4f6;
    padding-top: 30px;
    padding-bottom: 32px;
    margin-top: 14px;
}

section.header__content .content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
    padding-right: 20px;
    width: 100%;
}

@media only screen and (max-width: 1008px) {
    section.header__content .content__row {
        padding-right: 0!important;
    }
}

section.header__content .content__bottom {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
}

section.header__content .content__bottom .bottom__item {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 1 - 40px);
    margin-bottom: 20px;
    margin-left: 20px;
    border-radius: 10px;
    height: 100px;
    padding-left: 21px;
    padding-right: 21px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.working_hours {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 45px;
}
.igon_working_hours {
    margin-right: 10px;
}
.head_contact_info p{
    display: flex;
    flex-direction: column;
}
.btn__search {
    cursor: pointer;
}
section.header__content .content__bottom .bottom__item .item__text {
    margin-left: 21px;
}

section.header__content .content__bottom .bottom__item .item__text h2 {
    color: #009640;
    font-size: 24px;
    line-height: 28px;
        font-family: 'Rubik', sans-serif; font-weight: 800;
}
.header__content .bottom__item img{
    width: 35px;
}

section.header__content .content__bottom .bottom__item .item__text p {
    color: #64696c;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
}

.title {
    background: url(../img/title-bgd.png) repeat-x center;
    margin-bottom: 23px;
    text-transform: uppercase;
}

.title .subtitle {
    top: -20px;
    right: 0;
    position: absolute;
    font-size: 21px;
    color: #e30613;
    text-transform: uppercase;
}

.title .title__inner {
    background: #fff;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    padding: 0 22px;
    margin: 0 -22px;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title .title__inner h2 {
    position: relative;
    font-size: 32px;
    color: #584d4d;
    margin-left: 25px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

section.oferte {
    margin-top: 60px;
    margin-bottom: 146px;


    padding: 0 15px;
}

section.oferte .under__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px;
}

section.oferte .under__title p {
    font-size: 15px;
    color: #191919;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-right: 27px;
}

section.oferte .under__title .a__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
}

section.oferte .under__title .a__block span {
    font-size: 16px;
    color: #ed1c24;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    margin-left: 22px;
}

section.oferte .under__title .title__goto {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.oferte .under__title .title__goto span {
    margin-right: 14px;
    color: #009640;
    font-size: 17px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.oferte .slider__tovar {
    margin: 0 -12px;
    /*width: 420px;*/
}

section.oferte .slider__tovar .slick-next,
section.oferte .slider__tovar .slick-prev {
    border: 2px solid #64696c;
}

section.oferte .slider__tovar .slick-prev {
    left: -60px;
}

section.oferte .slider__tovar .slick-next {
    right: -60px;
}

section.header__content .content__slider .slick-prev {
    left: -15px;
}

section.header__content .content__slider .slick-next {
    right: -15px;
}

.tovar__item:hover {
    border: 2px solid #009640;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.tovar__item {
    background: #fff;
    border: 2px solid #d1d2d3;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    outline: 0;
    margin: 0 12px;
    padding-top: 0;
}

img.img-page {
    width: auto;
}

.tovar__item img:not(.produs_acasa_slider):not(.produs_acasa) {
    width: 100%!important;
    object-fit: contain;
}
.oferte .tovar__item img.produs_acasa_linella_slider {
    width: 90px!important;
    margin-left: 0px;
}
.tovar__item .tovar__name {
    color: #64696c;
    width: 145px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-bottom: 34px;
}

.tovar__item .tovar__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;




}
.slider__tovar .tovar__item img.produs_acasa_linella_slider {
    width: 90px!important;
    margin-left: 0px;
}
.rht__tovars .tovar__item img.produs_acasa_linella_slider {
    width: 90px!important;
    margin-left: 0px;
}
section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item img.produs_acasa_linella {
    width: 90px!important;
    margin-left: 0px;
}
.tovar__item .tovar__bottom .add__cart {
    background: #e2e3e5;
    width: 60px;
    height: 60px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
    font-size: 1px;


    align-self: flex-end;
}

.tovar__item .tovar__bottom .add__cart svg path {
    fill: #009640;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tovar__item .tovar__bottom .add__cart:hover {
    background: #009640;
}

.tovar__item .tovar__bottom .add__cart:hover svg path {
    fill: #fff;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__price.no_sale {
    padding: 5px 10px 5px 10px;
}

.tovar__item .tovar__bottom .tovar__price {
    position: relative;
    padding: 5px;
    padding-right: 30px;
    display: block;
    color: #000;
    border-radius: 22px 0;
        font-family: 'Rubik', sans-serif;
    font-weight: bold;
}

.tovar__item .tovar__bottom .tovar__price .price__real {
    font-size: 30px;
}

.tovar__item .tovar__bottom .tovar__price.old_price .price__real {
    font-size: 30px;
    color: #ed1c24;
    top: -3px;
    float:right;
    right: -20px;
    position: relative;
    font-weight: 800;
}

.tovar__item .tovar__bottom .tovar__price .price__real sup {
    margin-left: -7px;
    font-size: 16px;
}

.tovar__item .tovar__bottom .tovar__price .price__past:after {
    content: '';
    position: absolute;
    top: 55%;
    left: 82%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    background: #ed1c24;
    height: 1px;
    width: 40px;
}

.oferte .tovar__item .tovar__bottom .tovar__price.old_price .price__past:after {
    content: '';
    position: absolute;
    top: 61%;
    /*left: 26%;*/
    left: 15%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    background: #ed1c24;
    height: 1px;
    width: 40px;
}

.tovars .tovar__item .tovar__bottom .tovar__price.old_price .price__past:after {
    top: 50%;
    left: 26%;
}

.tovar__item .tovar__bottom .tovar__price.old_price .price__past:after {
    content: '';
    position: absolute;
    top: 115%;
    left: 29%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    background: #ed1c24;
    height: 1px;
    width: 40px;
}

.tovar__item .tovar__bottom .tovar__price .price__past {
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.tovar__item .tovar__bottom .tovar__price.old_price .price__past {
    top: 20px;
    left: 26px;
}

.tovar__item .tovar__bottom .tovar__price .price__past sup {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -15px;
}

.tovar__item .tovar__bottom .tovar__price .discount {
    position: absolute;
    bottom: 16px!important;
    width: 33px;
    left: 90px;
    color: #fff;
    right: 0;
    background: #ed1c24;
    padding: 5px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    border-radius: 14px 0;
}

.slider__tovar_zi_de_zi .tovar__item .tovar__bottom .tovar__price .discount {
    position: absolute;
    bottom: 42px!important;
    width: 46px;
    left: 134px;
    color: #fff;
    right: 0;
    background: #ed1c24;
    padding: 5px;
    font-size: 14px;
    font-family: 'Rubik', sans-serif;
    font-weight: bold;
    border-radius: 14px 0;
}

section.button-block.istoric td.tb-ord-all.td-angle-down {
    position: relative;
}
section.button-block.istoric td.tb-ord-all.td-angle-down span{
    right: 10px;
}
.tovar__item .tovar__button {
    position: absolute;
    top: 22px;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tovar__item .tovar__button .button__info:hover .info__text {
    display: block;
}

.tovar__item .tovar__button .button__info {
    width: 36px;
    height: 36px;
    background: #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    margin-bottom: 12px;
    position: relative;
    cursor: pointer;
    font-size: 1px;
}

.tovar__item .tovar__button .button__info .info__text:after {
    content: '';
    border: solid transparent;
    position: absolute;
    left: 100%;
    top: 50%;
    border-left-color: #64696c;
    border-width: 6px;
    margin-top: -6px;
}

.tovar__item .tovar__button .button__info .info__text {
    right: 140%;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #64696c;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 4px 6px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    border-radius: 6px;
    width: 132px;
    position: absolute;
}

.tovar__item .tovar__button .button__like_active svg path {
    fill: #ed1c24;
}

section.oferte2 .under__title p {
    width: 460px;
}

section.oferte3 .under__title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section.oferte3 .under__title .title__goto {
    margin-left: 0;
    min-width: 130px;
    margin-bottom: 10px;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom .tovar__price2 {
    background: 0 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom .tovar__price2 .price__bottom {
    font-size: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom .tovar__price2 .price__bottom .span__text {
    width: 47px;
    display: block;
    margin-right: 3px;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom .tovar__price2 .price__bottom .span__price {
    font-size: 15px;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom .tovar__price2 .price__bottom .span__price sup {
    font-size: 10px;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom .tovar__price2 .price__normal {
    color: #ed1c24;
    font-size: 40px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    border-bottom: 1px solid #000;
}

section.oferte3 .slider__tovar .tovar__item .tovar__bottom .tovar__price2 .price__normal sup {
    font-size: 20px;
}

section.oferte3 .under__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.oferte3 .under__buttons a:first-child {
    margin-right: 60px;
}

section.oferte3 .under__buttons a {
    color: #009640;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 17px;
}

section.marcile .title .subtitle {
    color: #009640;
}

section.marcile .under__title p {
    width: 637px;
}

section.marcile .marcile__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*margin: 0 -10px;*/
    flex-wrap: wrap;
}

section.marcile .marcile__block .block__item:nth-child(2) img {
    margin-top: 70px;
}

section.marcile .marcile__block .block__item {
    text-align: center;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 26px;
    border-radius: 10px;
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
}

section.marcile .marcile__block .block__item .link__block {
    padding-top: 40px;
    padding-left: 37px;
    padding-right: 37px;
}

section.marcile .marcile__block .block__item img {
    height: auto;
    margin-top: 50px;
}

section.marcile .marcile__block .block__item h4 {
    margin-top: 43px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #191919;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.marcile .marcile__block .block__item p {
    color: #64696c;
    font-size: 15px;
    padding-left: 36px;
    padding-right: 36px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    line-height: 140%;
}

section.marcile .marcile__block .block__item a {
    color: #009640;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    display: block;
    margin-top: 18px;
}

section.evenimente .sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

section.evenimente .news__block .title__goto {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.evenimente .news__block .title__goto span {
    margin-right: 14px;
    color: #009640;
    font-size: 17px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    margin-left: auto;
}

section.evenimente .news__block .block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e2e3e5;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

section.evenimente .news__block .block__item .item__lft {
    font-size: 12px;
    padding: 1px 12px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    color: #fff;
    background: #ed1c24;
    height: 100%;
    border-radius: 12px 0;
    margin-top: 25px;
    margin-right: 62px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

section.evenimente .news__block .block__item .item__lft_green {
    background: #009640;
}

section.evenimente .news__block .block__item .item__data {
    color: #ed1c24;
    font-size: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
        font-family: 'Rubik', sans-serif; font-weight: 800;
}

section.evenimente .news__block .block__item .item__data span {
        font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #64696c;
}

section.evenimente .news__block .block__item .item__rht {
    margin-left: 57px;
}

section.evenimente .news__block .block__item .item__rht h3 {
    color: #191919;
    font-size: 22px;
    margin-bottom: 12px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
}

section.evenimente .news__block .block__item .item__rht p {
    color: #191919;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 13px;
}

section.evenimente .slider__block {
    width: 566px;
    margin-right: 70px;
    height: 100%;
}

section.evenimente .slider__block .block__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ed1c24;
    font-size: 38px;
        font-family: 'Rubik', sans-serif; font-weight: 800;
    margin-bottom: 12px;
}

section.evenimente .slider__block .block__data .data__span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    margin-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.evenimente .slider__block img {
    border-radius: 10px;
    max-height: 280px;
    margin: 0 auto;
}

section.evenimente .slider__block .slide__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 29px;
}

section.evenimente .slider__block .slide__bottom .bottom__lft {
    font-size: 12px;
    color: #fff;
    background: #009640;
    height: 100%;
    padding: 1px 12px;
    margin-right: 37px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    border-radius: 12px 0;
}

section.evenimente .slider__block .slide__bottom .bottom__rht h3 {
    color: #191919;
    font-size: 22px;
    margin-bottom: 13px;
        font-family: 'Rubik', sans-serif;
}

section.evenimente .slider__block .slide__bottom .bottom__rht p {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 13px;
    color: #191919;
    width: 428px;
    line-height: 140%;
}

section.culinar {
    margin-bottom: 0;
}

section.culinar .under__title {
    margin-top: 39px;
}

section.culinar .under__buttons a {
    margin-right: 60px;
}

section.culinar .culinar__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*margin: 0 -36px;*/
    padding: 0 -36px;
}

section.culinar .culinar__block .culinar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 2 - 72px);
    margin: 0 36px;
    margin-bottom: 60px;
}

section.culinar .culinar__block .culinar__item img {
    -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
}

section.culinar .culinar__block .culinar__item img {
     max-height: 160px;
}

section.culinar .culinar__block .culinar__item .item__rht {
    /* margin-bottom: 16px; */
    margin-bottom: 26px;
    padding-top: 16px;
    position: relative;
    margin-left: 26px;
}

section.culinar .culinar__block .culinar__item .item__rht h6 {
    color: #fff;
    font-size: 12px;
    background: #ad1f35;
    display: inline-block;
    border-radius: 12px 0;
    padding: 3px 12px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

section.culinar .culinar__block .culinar__item .item__rht h3 a {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    color: #191919;
    font-size: 16px;
    position: static;
    display: block;
    margin-top: 12px;
}

section.culinar .culinar__block .culinar__item .item__rht a {
    position: absolute;
    bottom: 0;
    color: #64696c;
    font-size: 14px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.culinar .culinar__block .culinar__item .h6__green h6 {
    background: #009640;
}

section.culinar .culinar__block .culinar__item .h6__pink h6 {
    background: #f0b3b8;
}

section.culinar .culinar__block .culinar__item .h6__yellow h6 {
    background: #f1b942;
}

footer {
    background: #f3f4f6;
    padding-top: 44px;
}

footer .footer__line {
    background: url(../img/title-bgd.png) repeat-x center;
    height: 28px;
}

footer .footer__footer {
    padding-top: 24px;
    padding-bottom: 32px;
}

footer .footer__footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .footer__footer .wrapper img {
    margin-right: 9px;
}

footer .footer__footer .wrapper a,
footer .footer__footer .wrapper span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #64696c;
    font-size: 14px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

footer .footer__bottom {
    padding-top: 56px;
}

footer .footer__bottom .wrapper {
    padding-bottom: 52px;
    border-bottom: 3px solid #ebebeb;
}

footer .footer__bottom .bottom__item li a {
    display: block;
    margin-bottom: 15px;
    color: #64696c;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
}

footer .footer__bottom .bottom__item li a:hover {
    text-decoration: underline;
    color: #009640;
}

footer .footer__bottom .footer__title {
    color: #191919;
    margin-bottom: 26px;
    font-size: 22px;
        font-family: 'Rubik', sans-serif;
}

footer .footer__bottom .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer__bottom .social__block {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

footer .footer__bottom .social__block a {
    margin-right: 15px;
}

footer p {
    margin-top: 24px;
    max-width: 250px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    font-size: 14px;
}

footer .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding-bottom: 44px;
}

footer .footer__top svg {
    position: absolute;
    top: 19px;
    right: 19px;
}

footer .footer__top .footer__item {
    position: relative;
    padding-top: 40px;
    padding-left: 26px;
    line-height: 140%;
    padding-right: 34px;
    padding-bottom: 24px;
    background: #fff;
    /*width: calc(100% / 3 - 30px);*/
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);


    width: 100%;
}

footer .footer__top .footer__item .item__text {
    margin-left: 26px;
}

footer .footer__top .footer__item .item__text h4 {
    margin-bottom: 14px;
    color: #191919;
        font-family: 'Rubik', sans-serif;
    font-size: 22px;
}

footer .footer__top .footer__item .item__text p {
    color: #64696c;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

.breadcrumbs::-webkit-scrollbar {
    width: 0;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    background-color: transparent;
}

.breadcrumbs::-webkit-scrollbar-thumb {
    background: #f1950c;
    width: 0;
    border-radius: 15px;
}

.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;



    margin-right: -20px;
width: auto;
overflow-y: auto;
margin-bottom: 5px;
white-space: nowrap;
max-width: 100%;
}

.breadcrumbs::-webkit-scrollbar {
  display: none;
  width:0;
  height: 0;
}

/* Hide scrollbar for IE, Edge and Firefox */
.breadcrumbs {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: 0;  /* Firefox */
}


.breadcrumbs a,
.breadcrumbs li {
    color: #64696c;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
}

.breadcrumbs .bread__a:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 42%;
    right: 0;
    border-bottom: 1px solid #64696c;
    border-right: 1px solid #64696c;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.breadcrumbs .bread__a {
    margin-right: 13px;
    padding-right: 20px;
    position: relative;
}

section.gray__bgd {
    position: relative;
    /*overflow: hidden;*/
    background: #f2f4f6;
    padding-top: 26px;
    padding-bottom: 26px;




    /*margin-right: -20px;*/
    /*width: auto;*/
    /*overflow-y: auto;*/
    /*margin-bottom: 5px;*/
    /*white-space: nowrap;*/


    max-width: 100%;
}

section.gray__bgd::-webkit-scrollbar {
  display: none;
  width:0;
  height: 0;
}

/* Hide scrollbar for IE, Edge and Firefox */
section.gray__bgd {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: 0;  /* Firefox */
}


section.gray__bgd .promotii-block__time {
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    margin-bottom: 23px;
    color: #64696c;
    padding-bottom: 10px;
}

section.gray__bgd .promotii-block__time time {
    margin-left: 17px;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #64696c;
}

section.gray__bgd .promotii-block__time .time-out {
    color: #ed1c24;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

section.gray__bgd .wrapper {
    position: relative;


    /*height: 20px;*/
}

section.gray__bgd .search-title {
    margin-top: 24px;
    padding-bottom: 26px;
    color: #191919;
    font-size: 32px;
    text-transform: uppercase;
        font-family: 'Rubik', sans-serif; font-weight: 800;
}

section.gray__bgd .search__input {
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.gray__bgd .search__input input {
    width: 425px;
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 6px;
    margin-right: 14px;
    padding-left: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    color: #64696c;
    font-size: 17px;
    outline: 0;
    height: 48px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.gray__bgd .search__input button {
    background: #ed1c24;
    color: #fff;
    height: 48px;
    border: none;
    width: 136px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 17px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 22px;
    padding-right: 22px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 6px;
}

section.gray__bgd .search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

section.gray__bgd .search__button .button {
    color: #64696c;
    font-size: 17px;
    padding-top: 14px;
    cursor: pointer;
    margin-right: 40px;
    padding-bottom: 13px;
        font-family: 'Rubik', sans-serif;
}

section.gray__bgd .search__button.bradlist .button a {
    color: white;
}

.search__button.search__button_green {
    width: auto;
    overflow-y: auto;
    margin-bottom: 5px;
    white-space: nowrap;
}
section.oferte3 .under__buttons {
    width: auto;
    overflow-y: auto;
    margin-bottom: 5px;
    white-space: nowrap;
    margin-right: 30px;
    padding-bottom: 10px;
}
section.culinar .under__buttons a {
    margin-right: 20px;
}
section.oferte3 .under__buttons a:first-child{
    margin-right: 20px;
}
section.gray__bgd .search__button .button_active {
    color: #191919;
    border-bottom: 3px solid #ed1c24;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

section.gray__bgd .search__button .button_active span {
    color: #64696c;
}

section.gray__bgd .search__button_green .button {
    color: #009640;
}

section.gray__bgd .search__button_green .button_active {
    color: #191919;
}

section.grey__bgd_image .breadcrumbs .bread__a:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}

section.grey__bgd_image .breadcrumbs .bread__a a,
section.grey__bgd_image .breadcrumbs .bread__span {
    color: #fff;
}

section.grey__bgd_image .search-title {
    color: #fff;
}

.view-all {
    width: 100%;
    height: 56px;
    color: #64696c;
    background: #f3f4f6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    margin-bottom: 20px;
    font-size: 15px;
}

section.button-block {
    display: block;
}

section.button-block.tables  {
    padding-top: 55px;
    display: none;
}

section.button-block.tables .tables__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 26px;
    border-bottom: 1.4px solid #c4c4c4;
}

section.button-block.tables .tables__top .top__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.button-block.tables .tables__top .top__buttons a {
    margin-left: 20px;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
}

section.button-block.tables .tables__top .top__buttons a svg {
    margin-right: 12px;
}

section.button-block.tables .tables__top .top__buttons .btn-gn {
    background: #009640;
}

section.button-block.tables .tables__top .top__buttons .btn-gy {
    background: #64696c;
    width: 290px;
}

section.button-block.tables .tables__top h2 {
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-size: 28px;
    color: #64696c;
    text-transform: uppercase;
}

section.button-block.tables .tables__top h2 span {
    margin-left: 22px;
    color: #009640;
}

section.button-block.tables table {
    margin-bottom: 40px;
    width: 100%;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

section.button-block.tables table input[type=checkbox] {
    display: none;
}

section.button-block.tables table input[type=checkbox]:checked + label img {
    opacity: .2;
}

section.button-block.tables table input[type=checkbox]:checked + label h2 {
    color: #009640;
    text-decoration: line-through;
}

section.button-block.tables table input[type=checkbox]:checked + label:after {
    content: '';
    background: url(../img/check2b.svg) no-repeat center, #009640;
    border: 1px solid #009640;
}

section.button-block.tables table .name__block {
    position: relative;
    padding-left: 60px;
}

section.button-block.tables table .name__block:after {
    content: '';
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
}

section.button-block.tables table tbody {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.button-block.tables table tbody .td__price-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section.button-block.tables table tbody .td__price-new span {
    margin-left: 0;
}

section.button-block.tables table tbody .td__full {
    width: auto;
}

section.button-block.tables table tbody tr td {
    border-bottom: 1px solid #c4c4c4;
}

section.button-block.tables table tbody .td__delete {
    text-align: center;
}

section.button-block.tables table tbody .td__delete a {
    margin: 0 auto;
}

section.button-block.tables table tbody .block__count {
    background: #f1f1f1;
    max-width: 142px;
    margin-right: 60px;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

section.button-block.tables table tbody .block__count input {
    background: 0 0;
    border: none;
    height: 44px;
    outline: 0;
    text-align: center;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    width: 100%;
}

section.button-block.tables table tbody .block__count .input__minus {
    cursor: pointer;
    margin-left: 10px;
}

section.button-block.tables table tbody .block__count .input__plus {
    margin-right: 10px;
    cursor: pointer;
}

section.button-block.tables table tbody .price {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 30px;
    color: #191919;
}

section.button-block.tables table tbody .price sup {
    font-size: 16px;
    margin-left: -8px;
}

section.button-block.tables table tbody span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
    margin-left: 7px;
}

section.button-block.tables table tbody .td__price .price__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.button-block.tables table tbody .td__name .name__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section.button-block.tables table tbody .td__name .name__block .img_shop_list {
    height: 96px;
    width: 96px;
    text-align: center;
}
section.button-block.tables table tbody .td__name .name__block h2 {
    color: #121212;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
}

section.button-block.tables table tbody .td__price {
    display: none;
}

section.button-block.tables table tbody .td__sterge .sterge__block {
    margin: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

section.button-block.tables table tbody .td__sterge .sterge__block svg {
    margin-right: 8px;
}

section.button-block.istoric {
    padding-top: 55px;
}

section.button-block.istoric .tables__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 26px;
    /*border-bottom: 1.4px solid #c4c4c4;*/
}

section.button-block.istoric .tables__top .top__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.button-block.istoric .tables__top .top__buttons a {
    margin-left: 20px;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
}

section.button-block.istoric .tables__top .top__buttons a svg {
    margin-right: 12px;
}

section.button-block.istoric .tables__top .top__buttons .btn-gn {
    background: #009640;
}

section.button-block.istoric .tables__top .top__buttons .btn-gy {
    background: #64696c;
}

section.button-block.istoric .tables__top h2 {
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-size: 28px;
    color: #64696c;
    text-transform: uppercase;
}

section.button-block.istoric .tables__top h2 span {
    margin-left: 22px;
    color: #009640;
}

section.button-block.istoric table {
    margin-bottom: 40px;
    width: 100%;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}


section.button-block.istoric table tbody tr td {
    border-bottom: 1px solid #c4c4c4;
}

section.button-block.istoric table tbody .block__count {
    background: #f1f1f1;
    max-width: 142px;
    margin-right: 60px;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}


section.button-block.istoric table tbody .block__count .input__minus {
    cursor: pointer;
    margin-left: 10px;
}

section.button-block.istoric table tbody .block__count .input__plus {
    margin-right: 10px;
    cursor: pointer;
}

section.button-block.istoric table tbody .price {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 30px;
    color: #191919;
}

section.button-block.istoric table tbody .price sup {
    font-size: 16px;
    margin-left: -8px;
}

section.button-block.istoric table tbody span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
    margin-left: 7px;
}

section.button-block.istoric table tbody .td__price .price__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.button-block.istoric table tbody .td__name .name__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.button-block.istoric table tbody .td__name .name__block h2 {
    color: #121212;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
}

section.button-block.istoric table tbody .td__price {
    display: none;
}

section.button-block.istoric table tbody .td__sterge .sterge__block {
    margin: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

section.button-block.istoric table tbody .td__sterge .sterge__block svg {
    margin-right: 8px;
}

section.button-block.tovars {
    display: none;
}

section.button-block.tovars .tovar__item img {
    height: auto;
}

section.tovars {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li {
    margin: 0 8px;
    background: #fffefe;
    border: 2px solid #d1d2d3;
    border-radius: 10px;
    list-style-type: none;
}

.pagination li a,
.pagination li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    color: #64696c;
    cursor: pointer;
        font-family: 'Rubik', sans-serif;
}

.pagination li span {
    cursor: pointer;
}

.pagination .pag__active span,
.pagination li:hover a {
    color: #009640;
}

.pagination .pag__active,
.pagination li:hover {
    border: 2px solid #009640;
}

.pagination .pag__prev {
    position: relative;
}

.pagination .pag__prev:hover:after {
    border-bottom: 2px solid #009640;
    border-right: 2px solid #009640;
}

.pagination .pag__prev:after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #64696c;
    border-right: 2px solid #64696c;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(0%, -50%) rotate(135deg);
    -ms-transform: translate(0%, -50%) rotate(135deg);
    transform: translate(0%, -50%) rotate(135deg);
    z-index: 1;
}
.pagination a {
    z-index: 9;
    position: inherit;
}
.pagination .pag__next {
    position: relative;
}

.pagination .pag__next:hover:after {
    border-bottom: 2px solid #009640;
    border-right: 2px solid #009640;
}

.pagination .pag__next:after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #64696c;
    border-right: 2px solid #64696c;
    position: absolute;
    top: 50%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.tovar__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.tovar__block .tovar__item {
    margin-bottom: 24px;
    width: calc(100% / 4 - 24px);
}

section.informatia {
    display: none;
}

section.informatia .informatia__block .informatia__item:last-child {
    border: none;
}

section.informatia .informatia__block .informatia__item {
    padding-bottom: 32px;
    padding-top: 32px;
    max-width: 742px;
    border-bottom: 1px solid #e2e3e5;
}

section.informatia .informatia__block .informatia__item h2 {
    font-size: 22px;
    color: #191919;
        font-family: 'Rubik', sans-serif;
}

section.informatia .informatia__block .informatia__item p {
    color: #64696c;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-top: 12px;
}

section.informatia .informatia__block .search-word {
    color: #009640;
}

section.blog {
    display: none;
}

section.blog .informatia__block .informatia__item:last-child {
    border: none;
}

section.blog .informatia__block .informatia__item {
    padding-bottom: 32px;
    padding-top: 32px;
    max-width: 742px;
    border-bottom: 1px solid #e2e3e5;
}

section.blog .informatia__block .informatia__item h2 {
    font-size: 22px;
    color: #191919;
        font-family: 'Rubik', sans-serif;
}

section.blog .informatia__block .informatia__item p {
    color: #64696c;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-top: 12px;
}

section.blog .informatia__block .search-word {
    color: #009640;
}

.img-page {
    position: absolute;
    right: 0;
    top: 54%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.text-page {
    padding-top: 28px;
}

section.text-page .sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 17px;
}

section.text-page .sides img {
    margin-top: 24px;
}

section.text-page .sides p {
    max-width: 848px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 140%;
    color: #121212;
}

.text-page-title {
    margin-top: 110px;
}

section.news-page {
    padding-bottom: 60px;
}

section.news-page .news__block {
    margin-top: 44px;
    margin-bottom: 38px;
}

section.news-page .news__block .block__item:last-child {
    border-bottom: 1px solid #e2e3e5;
}

section.news-page .news__block .block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 28px;
    padding-bottom: 28px;
    border-top: 1px solid #e2e3e5;
}

section.news-page .news__block .item__lft {
    font-size: 12px;
    padding: 1px 12px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    color: #fff;
    background: #ed1c24;
    height: 100%;
    border-radius: 12px 0;
    margin-top: 25px;
    margin-right: 24px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

section.news-page .news__block .item__lft_green {
    background: #009640;
}

section.news-page .news__block .item__data {
    color: #ed1c24;
    margin-right: 26px;
    font-size: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
        font-family: 'Rubik', sans-serif; font-weight: 800;
}

section.news-page .news__block .item__data span {
        font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #64696c;
}

section.news-page .news__block .item__rht {
    margin-left: 32px;
}

section.news-page .news__block .item__rht h3 {
    color: #191919;
    font-size: 22px;
    margin-bottom: 12px;
        font-family: 'Rubik', sans-serif;
}

section.news-page .news__block .item__rht p {
    color: #191919;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 13px;
    line-height: 140%;
}

section.inputs {
    margin-top: 100px;
    margin-bottom: 140px;
}

section.inputs .sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.inputs .sides form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.inputs .sides form h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 22px;
    margin-bottom: 31px;
}

section.inputs .sides form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 0;
    color: #64696c;
        font-family: 'Rubik', sans-serif;
    font-size: 13px;
    position: relative;
}

section.inputs .sides form label svg {
    position: absolute;
    right: 250px;
    opacity: .5;
}

section.inputs .sides form label span {
    color: #ed1c24;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 44px;
}

section.inputs .sides form label input::-webkit-input-placeholder {
    color: #000;
}

section.inputs .sides form label input::-moz-placeholder {
    color: #000;
}

section.inputs .sides form label input:-ms-input-placeholder {
    color: #000;
}

section.inputs .sides form label input::-ms-input-placeholder {
    color: #000;
}

section.inputs .sides form label input::placeholder {
    color: #000;
}

section.inputs .sides form label input {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
}

section.inputs .sides form label select {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    appearance: none;
    -webkit-appearance: none; /* Для Safari */
    -moz-appearance: none; /* Для Firefox */
}

section.inputs .sides form button {
    background: #ed1c24;
    border-radius: 10px;
    height: 48px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border: none;
    margin-top: 32px;
    width: 180px;
    margin-left: 161px;
}

section.page2 .wrapper-inner {
    max-width: 1274px;
    margin: 0 auto;
}

section.page2 h2 {
    text-transform: uppercase;
    margin-bottom: 32px;
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-size: 28px;
    /*text-align: center;*/
}

section.page2 .page2__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 48px;
}

section.page2 .page2__top p {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #121212;
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 20px;
}

section.page2 .page2__top img {
    margin-top: -190px;
    z-index: 2;
}

section.page2 .page2__block {
    margin-bottom: 90px;
}

section.page2 .page2__block .block__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.page2 .page2__block .block__section p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 319px;
    color: #191919;
    font-size: 17px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-bottom: 50px;
}

section.page2 .page2__block .block__section p img {
    margin-right: 20px;
    max-width: 36px;
}

section.page2 .page2__lista {
    margin-bottom: 60px;
}

section.page2 .page2__lista .wrapper {
    max-width: 1360px;
    background: #f3f4f6;
    padding-top: 44px;
    padding-bottom: 46px;
}

section.page2 .page2__lista .lista__list .lista__item {
    border-bottom: 2px solid #e2e3e5;
}

section.page2 .page2__lista .lista__list .lista__item .item__body {
    padding: 34px 42px;
    background: #e2e3e5;
    display: none;
}

section.page2 .page2__lista .lista__list .lista__item .item__body .body__uls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;


    flex-wrap: wrap;
}

section.page2 .page2__lista .lista__list .lista__item .item__body .body__uls .uls__item h2 {
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    margin-bottom: 12px;
}

section.page2 .page2__lista .lista__list .lista__item .item__body .body__uls .uls__item ul {
    max-width: 341px;
}

section.page2 .page2__lista .lista__list .lista__item .item__body .body__uls .uls__item ul li:last-child {
    margin-bottom: 0;
}

section.page2 .page2__lista .lista__list .lista__item .item__body .body__uls .uls__item p:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ed1c24;
    left: 0;
    top: 4px;
}

section.page2 .page2__lista .lista__list .lista__item .item__body .body__uls .uls__item p {
    padding-left: 21px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-bottom: 20px;
    position: relative;
    line-height: 140%;
    max-width: 341px;
}

section.page2 .page2__lista .lista__list .lista__item .item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    padding: 35px 25px;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__button {
    background: #ed1c24;
        font-family: 'Rubik', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
    font-size: 15px;
    width: 136px;
    height: 36px;
    cursor: pointer;
    color: #fff;
    border-radius: 10px;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__location {
    color: rgba(100, 105, 108, 0.7);
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__location .location-p:last-child {
    margin-bottom: 0;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__location .location-p {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__name img {
    margin-right: 19px;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__name .name__block h3 {
        font-family: 'Rubik', sans-serif;
    color: #191919;
    font-size: 17px;
    margin-bottom: 13px;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__name .name__block h4 {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 15px;
    color: #ed1c24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.page2 .page2__lista .lista__list .lista__item .item__head .item__name .name__block h4 img {
    margin-left: 7px;
    margin-right: 0;
}

section.page2 .page2__lista .lista__list .item__body_open .item__head {
    position: relative;
}

section.page2 .page2__lista .lista__list .item__body_open .item__head:after {
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    left: 34px;
    top: 100%;
}

section.page2 .page2__lista .lista__list .item__body_open .item__body {
    display: block;
}

section.page2 .page2__lista .lista__list .item__body_open .item__name .name__block img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.page2 .page2__team .team__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 320px;
    margin-bottom: 0px;
    justify-content: center;
}
section.page2 .page2__team .yout_galary {
    margin-bottom: 146px;
}

section.page2 .page2__team .team__gallery .gallery__slider {
    width: 424px;
    margin-right: 6px;
    position: relative;
}

section.page2 .page2__team .team__gallery .gallery__slider .slick-dots {
    bottom: -76px;
}

section.page2 .page2__team .team__gallery .gallery__slider .slide__block {
    position: relative;
}

section.page2 .page2__team .team__gallery .gallery__slider p {
    position: absolute;
    bottom: 50px;
    color: #fff;
    text-align: center;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    width: 250px;
    left: 114px;
    right: 10px;
}

section.page2 .page2__team .team__gallery .gallery__slider .button__play:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

section.page2 .page2__team .team__gallery .gallery__slider .button__play {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 22px;
    bottom: 70px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.page2 .page2__team .team__gallery .gallery__slider .button__play svg {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

section.page2 .page2__team .team__gallery .gallery__slider .button__play span {
    color: rgba(255, 255, 255, 0.5);
    margin-top: 26px;
    text-align: center;
    font-size: 17px;
        font-family: 'Rubik', sans-serif;
}

section.page2 .page2__team .team__gallery .gallery__slider img {
    border-radius: 6px;
}

section.page2 .page2__team .team__gallery .gallery__photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -3px;
    width: 100%;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item:hover svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item:hover p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item:hover .black-bgd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item {
    width: calc(100% / 4 - 6px);
    margin: 3px;
    position: relative;
    border-radius: 6px;
    height: calc(100% / 3 - 6px);
    overflow: hidden;
    cursor: pointer;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item svg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    display: none;
    z-index: 2;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item p {
    position: absolute;
    bottom: 27px;
    color: #fff;
    display: none;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    margin-top: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item img {
    border-radius: 6px;
}

section.page2 .page2__team .team__gallery .gallery__photos .gallery__item .black-bgd {
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

section.posts {
    margin-bottom: 60px;
    margin-top: 60px;
}

section.posts .view-all {
    margin-bottom: 32px;
    border: 2px solid #d1d2d3;
    background: 0 0;
}

section.posts .posts__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -21px;
}

section.posts .posts__block .post__item {
    width: calc(100% / 3 - 42px);
    margin: 0 21px;
    margin-bottom: 60px;
}

section.posts .posts__block .post__item img {
    -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    margin-bottom: 21px;
    width: 100%;
}

section.posts .posts__block .post__item img{
    max-height: 215px;
}

section.posts .posts__block .post__item .item__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.posts .posts__block .post__item .item__bottom .medi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #64696c;
    font-size: 14px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 78px;
}

section.posts .posts__block .post__item .item__bottom .medi img,
section.posts .posts__block .post__item .item__bottom .medi svg {
    margin: 0;
    width: auto;
    margin-right: 10px;
}

section.posts .posts__block .post__item .item__top {
        font-family: 'Rubik', sans-serif; font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 12px;
    border-radius: 12px 0;
    display: inline;
}

section.posts .posts__block .post__item .item__top_green {
    background: #009640;
}

section.posts .posts__block .post__item .item__top_pink {
    background: #f0b3b8;
}

section.posts .posts__block .post__item .item__top_gold {
    background: #f1b942;
}

section.posts .posts__block .post__item .item__top_red {
    background: #ad1f35;
}

section.posts .posts__block .post__item .item__name {
        font-family: 'Rubik', sans-serif; font-weight: bold;
    font-size: 25px;
    color: #191919;
    margin-top: 12px;
    margin-bottom: 22px;
}

section.posts .posts__block .post__item .title_desc_blog .item__name {
    min-height: 108px;
}
section.posts .posts__block .post__item .title_desc_blog .item__name p{
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-top:15px;
}

.input__minus_blog, .input__plus_blog {
    cursor: pointer;
}

section.faq .faq__block {
    margin-top: 48px;
    margin-bottom: 50px;
}

section.faq .faq__block .faq__item {
    margin-bottom: 10px;
    cursor: pointer;
}

section.faq .faq__block .faq__item .item__body {
    max-width: 1080px;
    margin: 0 auto;
    border-top: 1px solid #e2e3e5;
    padding-top: 24px;
    padding-bottom: 38px;
    display: none;
}

section.faq .faq__block .faq__item .item__body p {
    max-width: 952px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 20px;
}

section.faq .faq__block .faq__item .item__body p:last-child {
    margin-bottom: 0;
}

section.faq .faq__block .faq__item .item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f3f4f6;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px;
}

section.faq .faq__block .faq__item .item__head .open-svg {
    margin-left: auto;
}

section.faq .faq__block .faq__item .item__head .item__name {
    color: #191919;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    margin-left: 33px;
}

section.faq .faq__block .faq__item_open {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

section.faq .faq__block .faq__item_open .item__head {
    background: #009640;
    color: white;
}
section.faq .faq__block .faq__item_open .item__head .item__name {
    color: white;
}

section.faq .faq__block .faq__item_open .item__body {
    display: block;
}

section.faq .faq__block .faq__item_open .minus-svg {
    display: none;
}

.contacte-maps {
    height: 439px;
    width: 100%;
    margin-bottom: -4px;
    -o-object-fit: cover;
    object-fit: cover;
}

section.contacte__top {
    margin-top: 60px;
    margin-bottom: 56px;
}

section.contacte__top .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.contacte__top .wrapper .top__item h4 {
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 15px;
    margin-bottom: 20px;
}

section.contacte__top .wrapper .top__item p {
    margin-top: 23px;
}

section.contacte__top .wrapper .top__item a,
section.contacte__top .wrapper .top__item p {
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 273px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section.contacte__top .wrapper .top__item a span,
section.contacte__top .wrapper .top__item p span {
    font-size: 23px;
    margin-left: 3px;
    color: #000;
    margin-bottom: -3px;
}

section.contacte__top .wrapper .top__item span {
    display: block;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    margin-top: 2px;
    font-size: 13px;
}

section.contacte-form {
    padding-bottom: 60px;
    background: #f3f4f6;
}

section.contacte-form .forms__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    z-index: 4;
    border-radius: 10px;
    max-width: 1162px;
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
}

section.contacte-form .wrapper {
    padding-top: 60px;
    z-index: 2;
    position: relative;
}

section.contacte-form svg {
    position: absolute;
    top: 19px;
    opacity: .2;
    z-index: -1;
    left: 0;
}

section.contacte-form form textarea {
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    width: 530px;
    padding: 15px;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    height: 240px;
    margin-bottom: 24px;
}

section.contacte-form form .star {
        font-family: 'Rubik', sans-serif;
    color: #ed1c24;
    font-size: 15px;
}

section.contacte-form form .form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.contacte-form form .form__head h3 {
        font-family: 'Rubik', sans-serif;
    margin-right: 36px;
}

section.contacte-form form .form__head span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
    font-size: 13px;
}

section.contacte-form form .form__head span .star {
        font-family: 'Rubik', sans-serif;
    color: #ed1c24;
    font-size: 15px;
}

section.contacte-form form .form__inputs {
    margin-top: 36px;
}

section.contacte-form form .form__inputs .inputs__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.contacte-form form .form__inputs .inputs__bottom input[type=checkbox]:checked + label:after {
    content: '';
    background: url(../img/check.png) #ed1c24 no-repeat center;
}

section.contacte-form form .form__inputs .inputs__bottom label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ed1c24 no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
}

section.contacte-form form .form__inputs .inputs__bottom label {
    position: relative;
    cursor: pointer;
    margin-top: 0;
    width: 278px;
}

section.contacte-form form .form__inputs .inputs__bottom label span {
    color: #000;
    font-family: 'Core Rhino 25';
    padding-left: 26px;
}

section.contacte-form form .form__inputs .inputs__bottom label span a {
    color: #009640;
    text-decoration: underline;
}

section.contacte-form form .form__inputs .inputs__bottom input {
    width: auto;
    display: none;
}

section.contacte-form form .form__inputs .inputs__bottom button {
    background: #ed1c24;
    width: 100%;
    height: 48px;
    color: #fff;
    max-width: 225px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
}

section.contacte-form form .form__inputs .select {
    margin-left: auto;
}

section.contacte-form form .form__inputs .select .select__head {
    cursor: pointer;
    width: 280px;
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    padding-right: 17px;
}

section.contacte-form form .form__inputs .select .select__head img {
    margin-left: auto;
}

section.contacte-form form .form__inputs .captcha-input input {
    width: 172px;
    text-align: center;
    padding-left: 0;
}

section.contacte-form form .form__inputs .captcha-input .input {
    margin-left: auto;
}

section.contacte-form form .form__inputs .captcha-input .num-captcha {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 20px;
    color: #64696c;
}

section.contacte-form form .form__inputs label {
    width: 436px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0;
    color: #64696c;
        font-family: 'Rubik', sans-serif;
    font-size: 13px;
    position: relative;
}

section.contacte-form form .form__inputs label svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 170px;
}

section.contacte-form form .form__inputs label span {
    color: #ed1c24;
    font-size: 15px;
    margin-left: 10px;
}

section.contacte-form form .form__inputs label input {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
}

section.basket {
    padding-top: 60px;
}

section.basket .basket__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 50px;
}

section.basket .basket__top .top__block {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    color: #009640;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.basket .basket__top .top__block span {
    margin-left: 14px;
}

section.basket .basket__top .top__basket {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.basket .basket__top .top__basket span {
    color: #64696c;
    font-size: 13px;
    margin-right: 10px;
}

section.basket .tabel__bottom {
    margin-bottom: 50px;
}

section.basket .tabel__bottom h3 {
        font-family: 'Rubik', sans-serif;
    margin-bottom: 13px;
    font-size: 16px;
    color: #64696c;
}

section.basket .tabel__bottom .bottom__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.basket .tabel__bottom .span-title {
    margin-right: 32px;
    color: #64696c;
    font-size: 16px;
    margin-bottom: -12px;
        font-family: 'Rubik', sans-serif;
}

section.basket .tabel__bottom .mdl-text {
        font-family: 'Rubik', sans-serif;
    color: #121212;
    font-size: 16px;
    margin-top: auto;
    margin-bottom: 14px;
    margin-left: 10px;
}

section.basket .tabel__bottom .price {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 46px;
    color: #191919;
}

section.basket .tabel__bottom .price sup {
    font-size: 20px;
    margin-left: -10px;
}

section.basket .tabel__bottom .bottom__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.basket .tabel__bottom .block__reducere {
    margin-left: auto;
    margin-right: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.basket .tabel__bottom .block__reducere .price {
    font-size: 30px;
    margin-bottom: -8px;
}

section.basket .tabel__bottom .block__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.basket .tabel__bottom .block__input button {
    background: #ed1c24;
    color: #fff;
    height: 42px;
    width: 123px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}

section.basket .tabel__bottom .block__input label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 0;
    margin-right: 21px;
    color: #64696c;
        font-family: 'Rubik', sans-serif;
    font-size: 13px;
    position: relative;
}

section.basket .tabel__bottom .block__input label svg {
    position: absolute;
    left: 12px;
}

section.basket .tabel__bottom .block__input label span {
    color: #ed1c24;
    font-size: 15px;
    margin-left: 10px;
    margin-right: 44px;
}

section.basket .tabel__bottom .block__input label input {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
}

section.basket table {
    margin-bottom: 40px;
    width: 100%;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
}

section.basket table thead .td__count {
    padding-left: 30px;
}

section.basket table thead .td__suma {
    padding-left: 20px;
}

section.basket table thead .td__delete {
    text-align: center;
}

section.basket table thead tr td {
    padding-bottom: 11px;
    border-bottom: 1px solid #c4c4c4;
        font-family: 'Rubik', sans-serif;
    color: #64696c;
    font-size: 13px;
}

section.basket table tbody {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.basket table tbody .td__full {
    width: 105px;
}

section.basket table tbody tr td {
    border-bottom: 1px solid #c4c4c4;
}

section.basket table tbody .td__delete {
    text-align: center;
    width: 75px;
}

section.basket table tbody .td__delete a {
    margin: 0 auto;
}

section.basket table tbody .block__count {
    background: #f1f1f1;
    width: 142px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

section.basket table tbody .block__count input {
    background: 0 0;
    border: none;
    height: 44px;
    outline: 0;
    text-align: center;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    width: 100%;
}

section.basket table tbody .block__count .input__minus {
    cursor: pointer;
    margin-left: 10px;
}

section.basket table tbody .block__count .input__plus {
    margin-right: 10px;
    cursor: pointer;
}

section.basket table tbody .price {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 30px;
    color: #191919;
}

section.basket table tbody .price sup {
    font-size: 16px;
    margin-left: -8px;
}

section.basket table tbody span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
    margin-left: 7px;
}

section.basket table tbody .td__price .price__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.basket table tbody .td__name .name__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.basket table tbody .td__name .name__block h2 {
    color: #121212;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
}

section.slider-basket {
    padding-top: 37px;
    padding-bottom: 32px;
}

section.slider-basket h2 {
    font-size: 22px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    color: #fff;
    margin-bottom: 22px;
}

section.slider-basket .slick-dots {
    top: -43px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    right: 0;
    width: auto;
}

section.slider-basket .slick-dots li.slick-active button {
    background: 0 0;
}

section.slider-basket .slick-dots li button {
    background: #fff;
}

section.slider-basket .tovar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    height: 135px;
    padding-top: 8px;
}

section.slider-basket .tovar__item .side-rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.slider-basket .tovar__item img {
    width: 96px;
    margin-right: 12px;
    height: 96px;
}

section.slider-basket .tovar__item .tovar__name {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    margin-bottom: 0;
    min-width: 170px;
}

section.slider-basket .tovar__item .tovar__bottom {
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.slider-basket .tovar__item .tovar__bottom .add__cart {
    width: 35px;
    height: 35px;
}

section.slider-basket .tovar__item .tovar__price {
    padding-right: 25px;
}

section.slider-basket .tovar__item .tovar__price .discount {
    font-size: 12px;
}

section.slider-basket .tovar__item .tovar__price .price__real {
    font-size: 20px;
}

section.slider-basket .tovar__item .tovar__price .price__real sup {
    font-size: 11px;
}

section.slider-basket .tovar__item .tovar__price .price__past {
    font-size: 11px;
    bottom: 2px;
    right: 19px;
}

section.slider-basket .tovar__item .tovar__price .price__past sup {
    font-size: 7px;
    right: -11px;
}

section.slider-basket .tovar__item .tovar__once {
    color: #009640;
    background: 0 0;
    padding-right: 0;
    padding: 0;
}

section.slider-basket .tovar__item .tovar__once .price__real {
    font-size: 28px;
}

section.slider-basket .tovar__item .tovar__once .price__real sup {
    font-size: 20px;
}

section.final-block {
    background: #f3f4f6;
    padding-top: 51px;
    margin-bottom: 64px;
    overflow: hidden;
    padding-bottom: 43px;
}

section.final-block .form__bottom__bottom {
    border-radius: 10px;
    background: #fff;
}

section.final-block .form__bottom__bottom .bottom__body {
    padding-left: 80px;
    padding-right: 80px;
}

section.final-block .form__bottom__bottom .bottom__body .slick-next,
section.final-block .form__bottom__bottom .bottom__body .slick-prev {
    top: 16%;
    border: 1.5px solid #000;
}

section.final-block .form__bottom__bottom .bottom__body .slick-next.slick-disabled,
section.final-block .form__bottom__bottom .bottom__body .slick-prev.slick-disabled {
    border: 1.5px solid #64696c;
    opacity: .2;
}

section.final-block .form__bottom__bottom .bottom__body .slick-next.slick-disabled:before {
    opacity: 1;
    border-bottom: 3px solid #64696c;
    border-right: 3px solid #64696c;
}

section.final-block .form__bottom__bottom .bottom__body .slick-prev.slick-disabled:before {
    opacity: 1;
    border-top: 3px solid #64696c;
    border-left: 3px solid #64696c;
}

section.final-block .form__bottom__bottom .bottom__body .slick-prev {
    left: -60px;
}

section.final-block .form__bottom__bottom .bottom__body .slick-next {
    right: -60px;
}

/*section.final-block .form__bottom__bottom .bottom__body .slider__item:hover {*/
/*    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);*/
/*    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);*/
/*    cursor: pointer;*/
/*}*/

section.final-block .form__bottom__bottom .bottom__body .slider__item {
    width: 100%;
    padding-top: 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 40px;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block,
section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block_disabled {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 228px;
    text-align: center;
    background: #fff;
    margin: 5px 0;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    height: 42px;
    padding: 0 16px;
        font-family: 'Rubik', sans-serif;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block p,
section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block_disabled p {
    color: #64696c;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block_disabled {
    background: #d1d2d3;
    border: 1px solid #d1d2d3;
    color: #64696c;
    cursor: auto;
}

/*section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block_active:after {*/
/*    content: '';*/
/*    background: url(../img/icon44.png) no-repeat;*/
/*    background-size: contain;*/
/*    width: 15px;*/
/*    height: 12px;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    -webkit-transform: translateY(-50%);*/
/*    -ms-transform: translateY(-50%);*/
/*    transform: translateY(-50%);*/
/*    left: 12px;*/
/*}*/

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block_active {
    position: relative;
    border: 2px solid #009640;
    padding-left: 38px;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__head {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
    width: 228px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__head h2 {
    color: #ed1c24;
    font-size: 32px;
        font-family: 'Rubik', sans-serif; font-weight: 800;
    margin-right: 10px;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__head p {
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #121212;
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__head p span {
    color: #64696c;
    font-size: 12px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    margin-top: -3px;
    display: block;
}

section.final-block .form__bottom__bottom .bottom__head {
    border-bottom: 3px solid rgba(100, 105, 108, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 23px;
    padding-top: 30px;
    padding-bottom: 26px;
}

section.final-block .form__bottom__bottom .bottom__head h2 {
        font-family: 'Rubik', sans-serif;
    margin-right: 88px;
    font-size: 18px;
    color: #191919;
}

section.final-block .form__bottom__bottom .bottom__head p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #64696c;
}

section.final-block .form__bottom__bottom .bottom__head p svg {
    margin-right: 12px;
}

section.final-block .form__bottom__bottom .bottom__head p span {
    color: #191919;
    margin-right: 5px;
}

section.final-block .dot-dots {
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 100%;
    width: 68px;
    font-size: 80px;
    height: 68px;
    color: #64696c;
    opacity: .2;
    border-radius: 50%;
}

section.final-block .info-checkout {
    padding-left: 55px;
    position: relative;
    margin-left: 35px;
}

section.final-block .info-checkout .block__form.block__form_2 {
    display: block;
    padding-left: 0;
    padding-bottom: 0;
    padding: 0;
    background: 0 0;
}

section.final-block .info-checkout .block__form.block__form_2 .form__bottom-text {
    font-size: 13px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    max-width: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 29px;
    margin-bottom: 20px;
    margin-left: 325px;
}

section.final-block .info-checkout .block__form.block__form_2 .form__bottom-text span {
    margin-right: 9px;
    color: #ed1c24;
    font-size: 15px;
}

section.final-block .info-checkout .block__form.block__form_2 .bl-fr {
    padding-right: 0px; /*было 50*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding-top: 30px;
}

section.final-block .info-checkout .block__form.block__form_2 .bl-fr .form__head {
        font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #191919;
    margin-bottom: 29px;
    padding-left: 19px;
    padding-right: 19px;
}

section.final-block .info-checkout .block__form.block__form_2 .bl-fr .form__head .input-head {
    position: relative;
    height: 42px;
    margin-top: 12px;
}

section.final-block .info-checkout .block__form.block__form_2 .bl-fr .form__head .input-head svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 9px;
    cursor: pointer;
}

section.final-block .info-checkout .block__form.block__form_2 .bl-fr .form__head input {
    border: 1px solid #d1d2d3;
    height: 42px;
    width: 100%;
    border-radius: 10px;
    outline: 0;
    padding-left: 16px;
    padding-right: 36px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

section.final-block .info-checkout .block__form.block__form_2 .bl-fr img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-top: -25px;
    border-radius: 0 10px 10px 0;
    margin-right: -47px;
    height: auto;
    margin-left: 3px;
    margin-bottom: 3px;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body_up {
    position: relative;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body_up-top {
    cursor: pointer;
    background: url(../img/arr-down.svg) no-repeat center, -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: url(../img/arr-down.svg) no-repeat center, -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background: url(../img/arr-down.svg) no-repeat center, linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    height: 40px;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body_up-bottom {
    cursor: pointer;
    z-index: 4;
    background: url(../img/arr-up.svg) no-repeat center, -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: url(../img/arr-up.svg) no-repeat center, -o-linear-gradient(bottom, transparent, rgba(0, 0, 0, 0.2));
    background: url(../img/arr-up.svg) no-repeat center, linear-gradient(to top, transparent, rgba(0, 0, 0, 0.2));
    position: absolute;
    padding-top: 5px;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 40px;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body {
    position: relative;
    height: 420px;
    overflow-y: auto;
    width: 320px;
    padding-left: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 14px;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body .body__item {
    position: relative;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body input[type=radio]:checked + label:after {
    content: '';
    background: #ed1c24;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body label {
    border-bottom: 3px solid transparent;
    padding-left: 33px;
    height: calc(100% + 3px);
    display: block;
    cursor: pointer;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body label h3 {
    color: #64696c;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body label:after,
section.final-block .info-checkout .block__form.block__form_2 .form__body label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 0;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body label:after {
    border: none;
    width: 10px;
    height: 10px;
    top: 21px;
    left: 6px;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body input[type=radio] {
    display: none;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body .body__item:last-child {
    border: none;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body .body__item {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body .body__item h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #121212;
}

section.final-block .info-checkout .block__form.block__form_2 .form__body .body__item p {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
    padding-top: 9px;
}

section.final-block .info-checkout .subtitle__checkout {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 50px;
    max-width: 430px;
}

section.final-block .info-checkout .subtitle__checkout svg {
    position: absolute;
    left: 0;
}

section.final-block .info-checkout .title__checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -95px;
    color: #64696c;
    font-size: 18px;
        font-family: 'Rubik', sans-serif;
}

section.final-block .info-checkout .title__checkout svg {
    background: #f3f4f6;
    z-index: 2;
    margin-right: 20px;
}

section.final-block .info-checkout .persone-block {
    padding-top: 43px;
}

section.final-block .info-checkout .persone-block form:last-child .form__head {
    opacity: 1;
}

section.final-block .info-checkout .bottom-block:after {
    content: '';
    position: absolute;
    left: -67px;
    top: 90px;
    background: #f3f4f6;
    width: 20px;
    height: 90%;
}

section.final-block .info-checkout .bottom-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 54px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.final-block .info-checkout .bottom-block .block__form {
    padding: 0;
    background: 0 0;
}

section.final-block .info-checkout .bottom-block .block__form .block__form_2_2 {
    padding: 50px;
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 40px;
    display: block;
    background: #fff;
}

section.final-block .info-checkout .bottom-block .block__form .inputs__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: fit-content;
}
section.final-block .info-checkout .bottom-block .block__form .inputs__bottom a {
    text-decoration: underline;
    font-weight: bold;
}
section.final-block .info-checkout .bottom-block .block__form .inputs__bottom input[type=checkbox]:checked + label:after {
    content: '';
    background: url(../img/check.png) #ed1c24 no-repeat center;
}

section.final-block .info-checkout .bottom-block .block__form .inputs__bottom label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ed1c24 no-repeat center;
    position: relative;
    float:left;
    top: 0px;
    left: 0;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
}

section.final-block .info-checkout .bottom-block .block__form .inputs__bottom label {
    position: relative;
    cursor: pointer;
    margin-top: 0;
    width: 274px;
    display: inline-block;
}

section.final-block .info-checkout .bottom-block .block__form .inputs__bottom label span {
    color: #000;
    padding-left: 36px;
    display: block;
    font-size: 15px;
    font-family: 'Core Rhino 25';
    float: right;
    width: calc(100% - 25px);
}

section.final-block .info-checkout .bottom-block .block__form .inputs__bottom label span a {
    color: #009640;
    text-decoration: underline;
}

section.final-block .info-checkout .bottom-block .block__form .inputs__bottom input {
    width: auto;
    display: none;
}

section.final-block .info-checkout .bottom-block .block__form .inputs__bottom button {
    background: #ed1c24;
    width: 100%;
    height: 68px;
    text-transform: uppercase;
    color: #fff;
    max-width: 296px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
}

section.final-block .info-checkout .bottom-block .block__form {
    width: auto;
    display: block;
    padding-bottom: 20px;
    padding-top: 40px;
    width: 663px;
}

section.final-block .info-checkout .bottom-block .block__form .form__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

section.final-block .info-checkout .bottom-block .block__form .form__text a {
    margin-left: 28px;
    color: #009640;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

section.final-block .info-checkout .bottom-block .block__form .form__text a svg {
    margin-right: 6px;
}

section.final-block .info-checkout .bottom-block .block__form .form__text h4 {
    font-family: 'Core Rhino 25';
    font-size: 15px;
    color: #64696c;
}

section.final-block .info-checkout .bottom-block .block__form .form__text h5 {
    margin-left: auto;
    color: #000;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.final-block .info-checkout .bottom-block .block__form .form__text h5 span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
}

section.final-block .info-checkout .bottom-block .block__form .form__text .minus-num {
    color: #ed1c24;
}

section.final-block .info-checkout .bottom-block .block__form .form__text_bottom {
    display: block;
}

section.final-block .info-checkout .bottom-block .block__form .form__text_bottom .text__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.final-block .info-checkout .bottom-block .block__form .text-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 15px;
    color: #121212;
    margin-top: 8px;
}

section.final-block .info-checkout .bottom-block .bottom__block {
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-top: 1px solid #c4c4c4;
    padding-top: 30px;
}

section.final-block .info-checkout .bottom-block .bottom__block h2 {
    font-size: 17px;
}

section.final-block .info-checkout .bottom-block .bottom__block span {
    color: #121212;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 22px;
}

section.final-block .info-checkout .bottom-block .bottom__block span span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 17px;
}

section.final-block .info-checkout .payment-block {
    padding-top: 43px;
}

section.final-block .info-checkout .payment-block .forms-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.final-block .info-checkout .payment-block .forms-block .data-card input:last-child {
    margin-right: 100px;
}

section.final-block .info-checkout .payment-block .forms-block .data-card input:first-child {
    margin-left: auto;
}

section.final-block .info-checkout .payment-block .forms-block .data-card input {
    margin-left: 0;
    width: 72px;
    padding-left: 0;
    text-align: center;
}

section.final-block .info-checkout .payment-block .forms-block .data-card span {
    margin: 0 15px;
    color: #000;
    font-size: 36px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

section.final-block .info-checkout .payment-block .block__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.final-block .info-checkout .payment-block .block__form .form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 100px);
    border-bottom: 3px solid rgba(100, 105, 108, 0.1);
    margin-left: -50px;
    margin-right: -50px;
    padding-right: 50px;
    padding-left: 50px;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block {
    position: relative;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block input[type=radio]:checked + label:after {
    content: '';
    background: #ed1c24;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block input[type=radio]:checked + label {
    border-bottom: 3px solid #ed1c24;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block input[type=radio]:checked + label h3 {
    color: #000;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block label {
    border-bottom: 3px solid transparent;
    padding-bottom: 14px;
    height: calc(100% + 3px);
    display: block;
    cursor: pointer;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block label h3 {
    color: #64696c;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block label:after,
section.final-block .info-checkout .payment-block .block__form .form__top .radio-block label:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block label:after {
    border: none;
    width: 10px;
    height: 10px;
    top: 6px;
    left: 6px;
}

section.final-block .info-checkout .payment-block .block__form .form__top .radio-block input {
    display: none;
}

section.final-block .info-checkout .payment-block .block__form .form__top h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #121212;
    margin-bottom: 8px;
    padding-left: 36px;
}

section.final-block .info-checkout .payment-block .block__form .form__top p {
    padding-left: 36px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
    font-size: 13px;
}

section.final-block .info-checkout .block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.final-block .info-checkout .block__button .cards__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.final-block .info-checkout .block__button .cards__block img {
    margin-left: 22px;
}

section.final-block .info-checkout .block__button .buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #64696c;
    font-size: 17px;
        font-family: 'Rubik', sans-serif;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #fff;
}

section.final-block .info-checkout .button__item {
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

section.final-block .info-checkout .button__item svg {
    display: none;
}

section.final-block .info-checkout .button__item.button__item_acive {
    background: #fff;
    color: #009640;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.final-block .info-checkout .button__item.button__item_acive svg {
    margin-right: 17px;
    display: block;
}

section.final-block .info-checkout .block__form {
    background: #fff;
    width: 100%;
    padding: 50px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.final-block .info-checkout .block__form.block__form_1 .form__bottom__bottom {
    width: 100%;
}

section.final-block .info-checkout .block__form div:last-child .form__head {
    opacity: 1;
}

section.final-block .info-checkout .block__form div:last-child .form__head_opacity {
    opacity: 0;
}

section.final-block .info-checkout .block__form div button {
    background: #ed1c24;
    border-radius: 10px;
    height: 36px;
    width: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
    margin-left: auto;
    border: none;
    cursor: pointer;
}

section.final-block .info-checkout .block__form div .form__inputs {
    margin-top: 0 !important;
}

section.final-block .info-checkout .block__form div .sau:after {
    content: '';
    background: #c4c4c4;
    width: 92%;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.final-block .info-checkout .block__form div .sau {
        font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #c4c4c4;
    position: relative;
}

section.final-block .info-checkout .block__form div .form__top {
    margin-top: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 25px;
}

section.final-block .info-checkout .block__form div .form__top h3 {
    max-width: 175px;
        font-family: 'Rubik', sans-serif;
    color: #64696c;
    font-size: 14px;
}

section.final-block .info-checkout .block__form div .form__top .block__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.final-block .info-checkout .block__form div .form__top .block__social a {
    margin-left: 32px;
}

section.final-block .info-checkout .block__form div textarea {
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    width: 530px;
    height: 240px;
    margin-bottom: 24px;
}

section.final-block .info-checkout .block__form div .star {
        font-family: 'Rubik', sans-serif;
    color: #ed1c24;
    font-size: 15px;
}

section.final-block .info-checkout .block__form div .form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.final-block .info-checkout .block__form div .form__head h3 {
        font-family: 'Rubik', sans-serif;
    margin-right: 36px;
}

section.final-block .info-checkout .block__form div .form__head span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
    font-size: 13px;
}

section.final-block .info-checkout .block__form div .form__head span .star {
        font-family: 'Rubik', sans-serif;
    color: #ed1c24;
    font-size: 15px;
}

section.final-block .info-checkout .block__form div .form__inputs {
    margin-top: 36px;
}

section.final-block .info-checkout .block__form div .form__inputs .mini-input input {
    margin-right: 163px;
    padding-left: 20px;
    width: 117px;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom input[type=checkbox]:checked + label:after {
    content: '';
    background: url(../img/check.png) #ed1c24 no-repeat center;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ed1c24 no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom label {
    position: relative;
    cursor: pointer;
    margin-top: 0;
    width: 274px;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom label span {
    color: #000;
    padding-left: 26px;
    font-size: 13px;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom label span a {
    color: #009640;
    text-decoration: underline;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom input {
    width: auto;
    display: none;
}

section.final-block .info-checkout .block__form div .form__inputs .inputs__bottom button {
    background: #ed1c24;
    width: 100%;
    height: 48px;
    color: #fff;
    max-width: 225px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
}

section.final-block .info-checkout .block__form div .form__inputs .select {
    margin-left: auto;
}

section.final-block .info-checkout .block__form div .form__inputs .select .select__head {
    cursor: pointer;
    width: 280px;
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 20px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    padding-right: 17px;
}

section.final-block .info-checkout .block__form div .form__inputs .select .select__head img {
    margin-left: auto;
}

section.final-block .info-checkout .block__form div .form__inputs .captcha-input input {
    width: 172px;
    text-align: center;
    padding-left: 0;
}

section.final-block .info-checkout .block__form div .form__inputs .captcha-input .input {
    margin-left: auto;
}

section.final-block .info-checkout .block__form div .form__inputs .captcha-input .num-captcha {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 20px;
    color: #64696c;
}

section.final-block .info-checkout .block__form div .form__inputs label {
    width: 436px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0;
    color: #64696c;
        font-family: 'Rubik', sans-serif;
    font-size: 13px;
    position: relative;
}

section.final-block .info-checkout .block__form div .form__inputs label svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 170px;
}

section.final-block .info-checkout .block__form div .form__inputs label span {
    color: #ed1c24;
    font-size: 15px;
    margin-left: 10px;
}

section.final-block .info-checkout .block__form div .form__inputs label input {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
}

section.final-block .info-checkout .block__form div .form__inputs label select {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    text-indent: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
}

section.final-block .title {
    margin-bottom: 26px;
}

section.final-block .title .title__inner {
    background: #f3f4f6;
}

section.loyality-text {
    padding-top: 60px;
    padding-bottom: 200px;
}

section.loyality-text .sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.loyality-text .sides .rht-side {
    max-width: 650px;
}

section.loyality-text .sides .rht-side .rht-title {
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-size: 28px;
    color: #191919;
    margin-bottom: 28px;
}

section.loyality-text .sides .rht-side .text-bottom {
        font-family: 'Rubik', sans-serif;
}

section.loyality-text .sides .rht-side ul:nth-child(6) {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

section.loyality-text .sides .rht-side ul {
    border-bottom: 1px solid #e2e3e5;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

section.loyality-text .sides .rht-side ul li:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ed1c24;
}

section.loyality-text .sides .rht-side ul li {
    padding-left: 31px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 15px;
    margin: 30px 0;
    line-height: 140%;
    position: relative;
}

section.loyality-text .sides .rht-side ul li ol {
    list-style-type: none;
    counter-reset: item;
    position: relative;
}

section.loyality-text .sides .rht-side ul li ol li:before {
    content: counter(item) ". ";
    font-size: 18px;
    counter-increment: item;
    position: absolute;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    left: 0;
}

section.loyality-text .sides .rht-side ul li ol li {
    padding-left: 25px;
    margin-left: 0;
    list-style: none;
}

section.loyality-text .sides .rht-side ul li ol li p {
    padding-bottom: 15px;
}

section.loyality-text .sides .rht-side ul li ol li::after {
    background: 0 0;
}

section.loyality-text .sides .lft-side ul {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
}

section.loyality-text .sides .lft-side ul li.li__active:after {
    content: '';
    height: 3px;
    width: 34px;
    background: #ed1c24;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -49px;
}

section.loyality-text .sides .lft-side ul li.li__active {
    position: relative;
}

section.loyality-text .sides .lft-side ul li.li__active a {
    color: #000;
        font-family: 'Rubik', sans-serif; font-weight: 800;
}

section.loyality-text .sides .lft-side ul li {
    margin-bottom: 32px;
}

section.loyality-text .sides .lft-side ul li a {
    color: #009640;
    font-size: 17px;
        font-family: 'Rubik', sans-serif;
}

section.promotii {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.promotii .promotii__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -35px;
}

section.promotii .promotii__block .promotii__item {
    width: calc(100% / 2 - 70px);
    margin: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

section.promotii .promotii__block .promotii__item img {
    -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    max-height: 160px;
}

section.promotii .promotii__block .promotii__item .item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.promotii .promotii__block .promotii__item .item__text h2 a {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 16px;
    color: #191919;
    display: block;
}

section.promotii .promotii__block .promotii__item .item__text time {
    margin-top: 32px;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    color: #64696c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.promotii .promotii__block .promotii__item .item__text time svg {
    margin-right: 8px;
}

section.promotii .promotii__block .promotii__item .item__text .time-out {
    color: #e30613;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

section.promotii .promotii__block .promotii__item .item__text a {
    margin-top: auto;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 14px;
}

section.promotii-block__item .pr__sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.promotii-block__item .pr__sides img.img_promo {
    -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    width: 482px;
    height: 272px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 50px;
}

section.promotii-block__item .pr__sides .promotii-block__text {
    width: 736px;
}

section.promotii-block__item .pr__sides .promotii-block__text h2 {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 22px;
    margin-bottom: 28px;
}

section.promotii-block__item .pr__sides .promotii-block__text h2 time {
        font-family: 'Rubik', sans-serif; font-weight: 600;
    font-size: 17px;
    color: #64696c;
}

section.promotii-block__item .pr__sides .promotii-block__text ol {
    margin-bottom: 44px;
    list-style-type: none;
    counter-reset: item;
    position: relative;
}

section.promotii-block__item .pr__sides .promotii-block__text ol li {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 15px;
    margin-bottom: 32px;
    padding-left: 56px;
    list-style: none;
    line-height: 170%;
}

section.promotii-block__item .pr__sides .promotii-block__text ol li span {
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.promotii-block__item .pr__sides .promotii-block__text ol li:before {
    content: counter(item) "";
    font-size: 17px;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f4f6;
    border-radius: 50%;
    counter-increment: item;
    position: absolute;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    left: 0;
    color: #ed1c24;
}

section.promotii-block__item .pr__sides .promotii-block__text ul li:after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ed1c24;
}

section.promotii-block__item .pr__sides .promotii-block__text ul li {
    font-size: 17px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    color: #009640;
    position: relative;
    margin-bottom: 30px;
    padding-left: 56px;
}

section.promotii-block__item .pr__sides .promotii-block__text .text__after-ul {
    color: #555;
    font-size: 14px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    margin-bottom: 28px;
    margin-left: 56px;
}

section.promotii-block__item .pr__sides .promotii-block__text h3 {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 17px;
}

section.promotii-block__item .pr__sides .promotii-block__text h3 span {
    color: #64696c;
}

section.shop-map {
    background: #f2f4f6;


    padding-top: 20px;
}

section.shop-map img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 600px;
}

section.shop-map .shop-map__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

section.shop-map .shop-map__top label {
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    height: 60px;
    width: 318px;
    background: #fff;
    position: relative;
    border-radius: 10px;
}

/*section.shop-map .shop-map__top label svg {*/
section.shop-map .shop-map__top label button {
    cursor: pointer;
    width: 54px;
    height: 48px;
    background: #ed1c24;
    padding: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;

    border: none;

    border-radius: 6px;
    position: absolute;


}

section.shop-map .shop-map__top label input {
    height: 100%;
    width: 100%;
    padding-right: 70px;
    border: none;
    border-radius: 10px;
    outline: 0;
    padding-left: 16px;
    font-size: 13px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
}

section.shop-map .select-map {
    margin-right: 16px;
    position: relative;
}

section.shop-map .select-map .select__head {
    background: #fff;
    height: 60px;
    width: 318px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #64696c;
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    border-radius: 10px;
}

section.shop-map .select-map .select__head svg {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

section.shop-map .select-map .select__head_open svg {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

section.shop-map .select-map .select__body {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    width: 100%;
    border-radius: 10px;
}

section.shop-map .select-map .select__body .form__body_up-top {
    cursor: pointer;
    background: url(../img/arr-down1.svg) no-repeat center, -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background: url(../img/arr-down1.svg) no-repeat center, -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.2));
    background: url(../img/arr-down1.svg) no-repeat center, linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 4;
    height: 40px;
    border-radius: 10px;
}

section.shop-map .select-map .select__body ul::-webkit-scrollbar {
    width: 0;
    background: #dbdbdb;
    position: absolute;
    left: 0;
    background-color: transparent;
}

section.shop-map .select-map .select__body ul::-webkit-scrollbar-thumb {
    background: #f1950c;
    width: 0;
    border-radius: 15px;
}

section.shop-map .select-map .select__body ul {
    max-height: 625px;
    overflow-y: auto;
    padding: 17px;
    border-radius: 10px;
}

section.shop-map .select-map .select__body ul li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

section.shop-map .select-map .select__body ul li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 17px;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 17px;
}

section.shop-map .select-map .select__body ul li .li__text {
    width: 100%;
    margin-left: 9px;
}

section.shop-map .select-map .select__body ul li .li__text p {
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    margin-top: 9px;
}

section.shop-map .select-map .select__body ul li h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #121212;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

section.shop-map .select-map .select__body ul li h3 span {
    font-size: 13px;
    color: #ed1c24;
}

section.shop-map .select-map .select__body ul li h3 .green-text {
    color: #009640;
}

section.catalog {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

section.catalog .catalog__sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

section.catalog .catalog__sides .catalog__rht:after {
    content: '';
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f3f4f6));
    background: -o-linear-gradient(left, #fff, #f3f4f6);
    background: linear-gradient(to right, #fff, #f3f4f6);
    width: 100%;
    height: 240px;
    position: absolute;
    right: 0;
    top: 128px;
    z-index: -1;
}

section.catalog.local .catalog__sides .catalog__rht:after {
    display: none;
}

section.catalog .catalog__sides .catalog__rht {
    margin-left: 60px;
    width: 100%;
    width: 1058px;
}
section.catalog .catalog__sides .promotions.catalog__rht  .rht__top  {
    width: 100%;
    float: left;
    display:block;
    position: relative;
}

section.catalog .catalog__sides .promotions.catalog__rht .rht__top .title {
    width: 100%;
    float: left;
    display:block;
    position: relative;
}
section.catalog .catalog__sides .promotions.catalog__rht .rht__top .sort__block {
    width: 100%;
    float: left;
    display:block;
    position: relative;
}
section.catalog .catalog__sides .promotions.catalog__rht .rht__top .title .title__inner {
    width: 100%;
    float: left;
    display:block;
    position: relative;
}
section.catalog .catalog__sides .promotions.catalog__rht .rht__top .title .title__inner img {
    float:left;
}

section.catalog .catalog__sides .promotions.catalog__rht .rht__top .title .title__inner h2 {
    width: calc(100% - 120px);
    white-space: normal;
    left:20px;
}

section.catalog .catalog__sides .promotions.catalog__rht .rht__tovars {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    font-family: "Rubik";
    margin-bottom: 30px;
}

section.catalog .catalog__sides .catalog__rht .block__bgd {
    position: absolute;
    width: 296px;
    height: 135px;
    bottom: 26px;
    border-radius: 10px;
    right: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.4);
    opacity: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__slider {
    position: relative;
    max-width: 1058px;
    width: 100%;
    background: #f3f4f6;
    padding-top: 37px;
    padding-bottom: 26px;
    margin-top: 26px;
    padding-right: 32px;
    padding-left: 32px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .slider__block_2 {
    margin: 0 -6px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider h2 {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 18px;
    color: #009640;
    margin-bottom: 20px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .slick-next,
section.catalog .catalog__sides .catalog__rht .rht__slider .slick-prev {
    border: 1px solid #000;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .slick-next {
    right: -53px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .slick-prev {
    left: -51px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .slick-dots {
    top: -43px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    right: 0;
    width: auto;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .slick-dots li.slick-active button {
    background: 0 0;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    height: 135px;
    padding-top: 8px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .side-rht {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item img {
    width: auto;
    margin-right: 12px;
    height: 96px;
}
section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item a.pg_img {
    width: 96px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__name {
    width: 100%;
    margin-top: 8px;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    margin-bottom: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__bottom {
    margin-top: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__bottom .add__cart {
    width: 35px;
    height: 35px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__price {
    padding-right: 25px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__price .discount {
    font-size: 12px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__price .price__real {
    font-size: 20px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__price .price__real sup {
    font-size: 11px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__price .price__past {
    font-size: 11px;
    bottom: 2px;
    right: 19px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__price .price__past sup {
    font-size: 7px;
    right: -11px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__once {
    color: #009640;
    background: 0 0;
    padding-right: 0;
    padding: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__once .price__real {
    font-size: 28px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item .tovar__once .price__real sup {
    font-size: 20px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob {
    display: none;
    margin-bottom: 22px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new {
    position: relative;
    background: #64696c;
    padding: 5px;
    padding-right: 30px;
    display: block;
    color: #fff;
    border-radius: 22px 0;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .price__normal {
    color: #fff;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .price__normal sup {
    font-size: 14px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .price__real {
    color: #fff;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .price__real sup {
    margin-left: -7px;
    font-size: 16px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .price__past:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    background: #ed1c24;
    height: 1px;
    width: 38px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .price__past {
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .price__past sup {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -15px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__price_3 .price__new .discount {
    position: absolute;
    bottom: 110%;
    color: #fff;
    right: 0;
    background: #ed1c24;
    padding: 5px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    border-radius: 14px 0;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__stars {
    position: absolute;
    top: 12px;
    left: 8px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__stars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__stars ul li {
    margin-right: 5px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__stars ul .star-gold svg path {
    fill: #ffda18;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__once {
    color: #009640;
    background: 0 0;
    padding-right: 0;
    padding: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__once .price__real {
    font-size: 36px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__once .price__real sup {
    font-size: 24px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__bottom {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob .tovar__bottom .add__cart {
    width: 48px;
    height: 44px;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item_mob img {
    width: 100%;
    padding: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 26px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__price2 {
    background: 0 0;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__price2 .price__bottom {
    font-size: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__price2 .price__bottom .span__text {
    width: 47px;
    display: block;
    margin-right: 3px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__price2 .price__bottom .span__price {
    font-size: 15px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__price2 .price__bottom .span__price sup {
    font-size: 10px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__price2 .price__normal {
    color: #009640;
    font-size: 40px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    border-bottom: 1px solid #000;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__price2 .price__normal sup {
    font-size: 20px;
}
.wrapper .tovar__item .produs_acasa_slider {
    width: 100px;
    position: absolute;
    top: 20px;
}
section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item {
    /*width: calc(100% / 4 - 22px);*/
    width: calc(100% / 3 - 22px);
    margin: 0 11px;
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
section.catalog.local .catalog__sides .catalog__rht .rht__tovars .tovar__item .produs_acasa {
    width: 90px;
    position: absolute;
    top:20px;
    left: 20px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new {
    position: relative;
    background: #64696c;
    padding: 5px;
    padding-right: 30px;
    display: block;
    color: #fff;
    border-radius: 22px 0;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .price__normal {
    color: #fff;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .price__normal sup {
    font-size: 14px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .price__real {
    color: #fff;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .price__real sup {
    margin-left: -7px;
    font-size: 16px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .price__past:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    background: #ed1c24;
    height: 1px;
    width: 38px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .price__past {
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .price__past sup {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -15px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__price_3 .price__new .discount {
    position: absolute;
    bottom: 110%;
    color: #fff;
    right: 0;
    background: #ed1c24;
    padding: 5px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    border-radius: 14px 0;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__stars {
    position: absolute;
    top: 12px;
    left: 8px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__stars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__stars ul li {
    margin-right: 5px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__stars ul .star-gold svg path {
    fill: #ffda18;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__once {
    color: #009640;
    background: 0 0;
    padding-right: 0;
    padding: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__once .price__real {
    font-size: 26px;
    color: #584d4d;
    font-weight: 600;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__once .price__real sup {
    font-size: 24px;
}

/*section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__bottom {*/
/*  margin-top: 20px; }*/

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item .tovar__bottom .add__cart {
    width: 60px;
    height: 50px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item img {
    width: 100%;
    padding: 0px;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}
section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item img.produs_acasa_slider {
    width: 40%;
    left:20px;
    top:20px;
    position: absolute;
}


section.catalog .catalog__sides .catalog__rht .rht__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.catalog .catalog__sides .catalog__rht .rht__top .sort__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #64696c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort {
    background: #f1f1f1;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    height: 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
}

section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__head:after {
    content: '';
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    margin-left: 12px;
    height: 5px;
    margin-top: -3px;
}

section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__head {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    height: 100%;
    width: 100%;
}

section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__body {
    display: none;
    position: absolute;
    border-radius: 10px;
    top: 110%;
    z-index: 10;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
}

section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__body ul {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__body ul li {
    margin: 10px 0;
}


.filter_sort.sort__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #64696c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter_sort.sort__block .select-sort {
    background: #f1f1f1;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border-radius: 10px;
    height: 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 12px;
    width: 100%;
}

.filter_sort.sort__block .select-sort .sort__head:after {
    content: '';
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    margin-left: 12px;
    height: 5px;
    margin-top: -3px;
}

.filter_sort.sort__block .select-sort .sort__head {
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    height: 100%;
    width: 100%;
}

.filter_sort.sort__block .select-sort .sort__body {
    display: none;
    position: absolute;
    border-radius: 10px;
    top: 110%;
    z-index: 10;
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 #ccc;
    box-shadow: 0 0 10px 0 #ccc;
}

.filter_sort.sort__block .select-sort .sort__body ul {
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.filter_sort.sort__block .select-sort .sort__body ul li {
    margin: 10px 0;
}

section.catalog .catalog__sides .catalog__rht .rht__top .filter__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #64696c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.catalog .catalog__sides .catalog__rht .rht__top .filter__block svg {
    margin-right: 12px;
}

section.catalog .catalog__sides .catalog__rht .rht__top .filter__block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
}

section.catalog .catalog__sides .catalog__rht .rht__top .filter__block ul li {
    border: 1px solid #009640;
    height: 36px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
    color: #009640;
    margin-right: 12px;
    cursor: pointer;
}

section.catalog .catalog__sides .catalog__rht .rht__top .filter__block ul li svg {
    margin-left: 16px;
    margin-right: 0;
    cursor: pointer;
}

section.catalog .catalog__sides .catalog__rht .rht__top .filter__block ul .filter-grey {
    background: #f1f1f1;
    border: none;
    color: #000;
}

section.catalog .catalog__sides .catalog__lft ul {
    width: 268px;
}

section.catalog .catalog__sides .catalog__lft ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 13px;
    height: 100%;
    width: 100%;
    font-weight: 500;
}

section.catalog .catalog__sides .catalog__lft ul li span.all_list:after {
    content: '';
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 5px;
    height: 5px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

section.catalog .catalog__sides .catalog__lft ul li {
    width: 100%;
    font-size: 15px;
    height: 100%;
    padding-bottom: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        font-family: 'Rubik', sans-serif;
    border-top: 1px solid rgba(25, 25, 25, 0.1);
    position: relative;
    cursor: pointer;
}

section.catalog .catalog__sides .catalog__lft ul li ul {
    display: none;
    margin-top: 24px;
    height: 100%;
    top: 0;
}

section.catalog .catalog__sides .catalog__lft ul li ul li:after {
    display: none;
}

section.catalog .catalog__sides .catalog__lft ul li ul li:hover {
    background: #f3f4f6;
}

section.catalog .catalog__sides .catalog__lft ul li ul li {
    color: #64696c;
    border: none;
    width: 100%;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 15px;
    padding: 13px 0;
    padding-left: 24px;
}

section.catalog .catalog__sides .catalog__lft ul .li__active {
    color: #009640;
}

section.catalog .catalog__sides .catalog__lft ul .li__active span:after {
    border-bottom: 1px solid #009640;
    border-right: 1px solid #009640;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.product-page {
    margin-top: 48px;
    margin-bottom: 43px;
}

section.product-page .product__sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 43px;
}

section.product-page .product__sides .product__rht {
    width: 533px;
    padding-top: 40px;
}

section.product-page .product__sides .product__rht .rht__block_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 53px;
    line-height: 140%;
}

section.product-page .product__sides .product__rht .rht__block_5 .block__5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
}

section.product-page .product__sides .product__rht .rht__block_5 .block__5 svg {
    margin-right: 10px;
    width: 36px;
    height: 36px;
    background: #f1f1f1;
    border-radius: 50%;
    padding: 6px;
}

section.product-page .product__sides .product__rht .rht__block_4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__button {
    width: 100%;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__button a {
    height: 48px;
    width: 100%;
    margin-left: 28px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #fff;
    background: #009640;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__button a svg {
    margin-right: 12px;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__button_red a {
    background: #ed1c24;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__count {
    background: #f1f1f1;
    max-width: 182px;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__count input {
    background: 0 0;
    border: none;
    height: 44px;
    outline: 0;
    text-align: center;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    width: 100%;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__count .input__minus {
    cursor: pointer;
    margin-left: 10px;
}

section.product-page .product__sides .product__rht .rht__block_4 .block__count .input__plus {
    margin-right: 10px;
    cursor: pointer;
}

section.product-page .product__sides .product__rht .rht__block_3_mob {
    display: none;

    margin-top: 70px;
}

section.product-page .product__sides .product__rht .rht__block_3_mob .block__count {
    max-width: 130px;
}

section.product-page .product__sides .product__rht .rht__block_3_mob .mob__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.product-page .product__sides .product__rht .rht__block_3_mob .block__top_3 {
    display: block !important;
}

section.product-page .product__sides .product__rht .rht__block_3_mob .block__button a {
    margin-left: 0;
    margin-top: 14px;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5px;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price__info {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    color: #121212;
    font-size: 17px;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price__info span {
    font-size: 13px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price,
.price.v2 {
    font-size: 60px;
    color: #584d4d;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price sup,
.price.v2 sup {
    font-size: 30px;
    margin-left: -16px;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price span {
    font-size: 13px;
    color: #584d4d;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    /*display: none;*/
}

section.product-page .product__sides .product__rht .description {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    font-size: 15px;
    margin-top: 19px;
    line-height: 140%;
    margin-bottom: 57px;
}

section.product-page .product__sides .product__rht .price__info_mob {
    display: none;
}

section.product-page .product__sides .product__rht h1 {
        font-family: 'Rubik', sans-serif; font-weight: 600;
    color: #584d4d;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

section.product-page .product__sides .product__rht .rht__block_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.product-page .product__sides .product__rht .rht__block_2 .block__mob-st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.product-page .product__sides .product__rht .rht__block_2 .block__stars {
    margin-left: auto;
    margin-right: 16px;
}

section.product-page .product__sides .product__rht .rht__block_2 p {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 14px;
    color: #64696c;
}

section.product-page .product__sides .product__rht .rht__block_2 p span {
    color: #000;
    margin-left: 18px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.product-page .product__sides .product__rht .star-gold path {
    fill: #ffda18;
}

section.product-page .product__sides .product__lft .product__slider {
    width: 500px;
}

section.product-page .product__sides .product__lft .product__slider .slider-for .for__item {
    max-height: 500px;
}

section.product-page .product__sides .product__lft .product__slider .slider-for .for__item img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

section.product-page .product__sides .product__lft .product__slider .slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.product-page .product__sides .product__lft .product__slider .slider-nav .nav__item {
    max-width: 64px;
    height: 64px;
    border: 2px solid rgba(100, 105, 108, 0.2);
    border-radius: 10px;
    margin: 0 10px;
    outline: 0;
}

section.product-page .product__sides .product__lft .product__slider .slider-nav .nav__item img {
    width: 100%;
    height: 100%;
    padding: 3px;
    -o-object-fit: contain;
    object-fit: contain;
}

section.product-page .product__sides .product__lft .product__slider .slider-nav .slick-current {
    border: 2px solid #009640;
}

section.product-page .block__info-product {
    background: #f3f4f6;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.product-page .block__info-product .sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.product-page .block__info-product .sides h2 {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
}

section.product-page .block__info-product .sides .info__rht {
    width: 481px;
}

section.product-page .block__info-product .sides .info__rht .rht__block .block__item:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    z-index: 0;
    right: 0;
    border-bottom: 1px dashed #64696c;
}

section.product-page .block__info-product .sides .info__rht .rht__block .block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
}

section.product-page .block__info-product .sides .info__rht .rht__block .block__item p {
    background: #f3f4f6;
    z-index: 1;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 15px;
}

section.product-page .block__info-product .sides .info__rht .rht__block .block__item .big_p {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    color: #000;
    font-size: 17px;
}

section.product-page .block__info-product .sides .info__rht .rht__block .block__item .item__cont {
    background: #f3f4f6;
    z-index: 1;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 17px;
}

section.product-page .block__info-product .sides .info__rht .rht__block .block__item .item__cont span {
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

section.product-page .block__info-product .sides .info__lft {
    width: 530px;
}

section.product-page .block__info-product .sides .info__lft p {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
    margin-bottom: 40px;
}

section.sliders__products {
    padding-bottom: 46px;
}

section.sliders__products .slick-next,
section.sliders__products .slick-prev {
    border: 2px solid #64696c;
}

section.sliders__products .slick-next {
    right: -50px;
}

section.sliders__products .slick-prev {
    left: -50px;
}

section.sliders__products .slider-1 {
    margin-bottom: 100px;
}

section.block__reviews {
    margin-top: 68px;
    margin-bottom: 98px;
}

section.block__reviews .title {
    margin-bottom: 46px;
}

section.block__reviews .reviews__slider {
    margin-top: 34px;
}

section.block__reviews .reviews__slider .slick-next,
section.block__reviews .reviews__slider .slick-prev {
    border: 2px solid #64696c;
}

section.block__reviews .reviews__slider .slick-next {
    right: -50px;
}

section.block__reviews .reviews__slider .slick-prev {
    left: -50px;
}

section.block__reviews .reviews__slider .slider__item {
    margin: 0 33px;
}

section.block__reviews .reviews__slider .slider__item .block__title {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
}

section.block__reviews .reviews__slider .slider__item .block__comment {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 15px;
    color: #64696c;
    line-height: 140%;
    margin-bottom: 25px;
}

section.block__reviews .reviews__slider .slider__item .block__commentator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.block__reviews .reviews__slider .slider__item .block__commentator time {
    margin-left: auto;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
}

section.block__reviews .reviews__slider .slider__item .block__commentator .name {
    margin-left: 10px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 15px;
}

section.block__reviews .reviews__slider .slider__item .block__commentator .photo {
    width: 22px;
    height: 22px;
    overflow: hidden;
    border-radius: 50%;
}

section.block__reviews .reviews__slider .slider__item .block__commentator .photo img {
    width: 100%;
    height: 100%;
}

section.block__reviews .reviews__slider .slider__item .block__stars {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.block__reviews .reviews__slider .slider__item .block__stars .star__item {
    margin-right: 4px;
}

section.block__reviews .reviews__slider .slider__item .block__stars .star__item_gold svg path {
    fill: #ffda18;
}

section.block__reviews .sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 36px;
    border-bottom: 1px solid #c4c4c4;
}

section.block__reviews .sides .count-reviews {
    margin-left: 340px;
}

section.block__reviews .sides .count-reviews .reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}

section.block__reviews .sides .count-reviews .reviews__item .block__link a,
section.block__reviews .sides .count-reviews .reviews__item .block__link span {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 13px;
    color: #64696c;
}

section.block__reviews .sides .count-reviews .reviews__item .block__link .have-reviews {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    text-decoration: underline;
}

section.block__reviews .sides .count-reviews .reviews__item .block__progressive {
    margin: 0 28px;
}

section.block__reviews .sides .count-reviews .reviews__item .block__progressive .main__line {
    width: 120px;
    height: 5px;
    border-radius: 9px;
    background: rgba(33, 26, 54, 0.2);
    position: relative;
}

section.block__reviews .sides .count-reviews .reviews__item .block__progressive .main__line .complete__line {
    height: 100%;
    background: #fed322;
    border-radius: 9px;
    position: absolute;
}

section.block__reviews .sides .count-reviews .reviews__item .block__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.block__reviews .sides .count-reviews .reviews__item .block__stars .star__item {
    margin-right: 4px;
}

section.block__reviews .sides .count-reviews .reviews__item .block__stars .star__item_gold svg path {
    fill: #ffda18;
}

section.block__reviews .sides .main-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

section.block__reviews .sides .main-reviews h2 {
    color: #ffda18;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 60px;
}

section.block__reviews .sides .main-reviews .main__text {
    margin-left: 14px;
}

section.block__reviews .sides .main-reviews .main__text h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 22px;
    margin-bottom: 7px;
}

section.block__reviews .sides .main-reviews .main__text a {
    text-decoration: underline;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 13px;
    color: #64696c;
}

section.block__reviews .sides .main-reviews .main__text .button {
    margin-top: 23px;
    color: #fff;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    border-radius: 10px;
    background: #64696c;
    width: 191px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

section.block__reviews .sides .main-reviews .main__text .button svg {
    margin-right: 10px;
}

.bottom__product_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    display: none;
    left: 0;
    padding: 18px 0;
    -webkit-box-shadow: 0 -14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 -14px 40px rgba(131, 131, 141, 0.2);
    background: #fff;
    z-index: 99;
}

.bottom__product_fixed .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom__product_fixed .wrapper .button {
    width: 220px;
    height: 48px;
    border-radius: 10px;
    background: #009640;
    color: #fff;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bottom__product_fixed .wrapper .button svg {
    margin-right: 12px;
}

.bottom__product_fixed .wrapper .name {
    margin-left: 46px;
        font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #121212;
}

.bottom__product_fixed .wrapper .price {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    white-space: nowrap;
}

.bottom__product_fixed .wrapper .price h2 {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 30px;
    color: #009640;
}

.bottom__product_fixed .wrapper .price h2 sup {
    font-size: 16px;
    margin-left: -8px;
}

.bottom__product_fixed .wrapper .price span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
    font-size: 13px;
}

.bottom__product_fixed .wrapper .block__count {
    background: #f1f1f1;
    max-width: 142px;
    margin-right: 60px;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 62px;
    border-radius: 10px;
}

.bottom__product_fixed .wrapper .block__count input {
    background: 0 0;
    border: none;
    height: 44px;
    outline: 0;
    text-align: center;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    width: 100%;
}

.bottom__product_fixed .wrapper .block__count .input__minus {
    cursor: pointer;
    margin-left: 10px;
}

.bottom__product_fixed .wrapper .block__count .input__plus {
    margin-right: 10px;
    cursor: pointer;
}

.bottom__product_fixed img {
    width: 60px;
    height: 60px;
}

#Reduceri,
#bonus,
#Сolectare {
    padding-top: 150px;
    margin-top: -150px;
}

section.catalog_2 .tovar__item .tovar__bottom .add__cart svg path {
    fill: #ed1c24;
}

section.product-page_2 {
    margin-bottom: 100px;
}

section.product-page_2 .product__sides .product__rht .select-type h3 {
    font-size: 14px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    margin-bottom: 14px;
}

section.product-page_2 .product__sides .product__rht .select-type .type__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -10px;
    margin-bottom: 30px;
}

section.product-page_2 .product__sides .product__rht .select-type .type__block .type__item {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 17px;
    cursor: pointer;
    border: 1px solid #000;
    margin: 0 10px;
    border-radius: 10px;
    padding: 11px 16px;
}

section.product-page_2 .product__sides .product__rht .select-type .type__block .type__item_active {
    border: 2px solid #009640;
}

section.product-page_2 .product__sides .product__rht .select-type .type__block .type__item_disabled {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 17px;
    border: 1px solid #000;
    margin: 0 10px;
    border-radius: 10px;
    padding: 11px 16px;
    opacity: .2;
}

section.product-page_2 .product__sides .product__rht .description {
    margin-bottom: 38px;
}

section.popup {
    padding-top: 50px;
    background: #f2f4f6;
    min-height: 100vh;
    padding-bottom: 50px;
}

section.popup .not-acc {
    text-align: center;
    margin-top: 32px;
}

section.popup .not-acc h5 {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 14px;
    color: #64696c;
    margin-bottom: 10px;
}

section.popup .not-acc .btn__not-acc {
    width: 256px;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    border: 1px solid #000;
    margin: 0 auto;
    border-radius: 10px;
}

section.popup .popup-top {
    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;
    font-size: 15px;
    color: #64696c;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    margin-bottom: 91px;
}

section.popup .popup-top svg {
    margin-right: 12px;
}

section.popup .popup__content {
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    background: #fff;
    padding-bottom: 48px;
    width: 556px;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 20px;
}

section.popup .popup__content .popup__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
    margin-bottom: 25px;
}

section.popup .popup__content .popup__social h3 {
        font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #64696c;
    font-weight: 400;
    width: 155px;
}

section.popup .popup__content .popup__social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -16px;
}

section.popup .popup__content .popup__social ul li {
    margin: 0 16px;
}

section.popup .popup__content form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
        font-family: 'Rubik', sans-serif;
    color: #64696c;
    font-size: 13px;
}

section.popup .popup__content form label span {
    font-size: 15px;
    color: #ed1c24;
    margin-left: 2px;
    margin-top: -4px;
}

section.popup .popup__content form label .input-item {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    height: 42px;
    width: 100%;
    max-width: 278px;
}

section.popup .popup__content form label .input-item svg {
    margin-left: 12px;
}

section.popup .popup__content form label .input-item input::-webkit-input-placeholder {
    color: #000;
}

section.popup .popup__content form label .input-item input::-moz-placeholder {
    color: #000;
}

section.popup .popup__content form label .input-item input:-ms-input-placeholder {
    color: #000;
}

section.popup .popup__content form label .input-item input::-ms-input-placeholder {
    color: #000;
}

section.popup .popup__content form label .input-item input::placeholder {
    color: #000;
}

section.popup .popup__content form label .input-item input {
    border-radius: 10px;
    margin-left: 18px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    border: none;
    outline: 0;
    width: 100%;
    height: 100%;
}

section.popup .popup__content form .bottom-a {
    display: block;
    text-decoration: underline;
    margin-top: -12px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 13px;
    color: #009640;
    margin-bottom: 24px;
    text-align: right;
}

section.popup .popup__content .logo-popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

section.popup .popup__content .logo-popup img {
    margin-top: -50px;
}

section.popup .popup__content .logo-title {
    font-size: 28px;
        font-family: 'Rubik', sans-serif; font-weight: 800;
    color: #151522;
    text-transform: uppercase;
    text-align: center;
    margin-top: 21px;
}

section.popup .popup__content .inputs__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

section.popup .popup__content .inputs__bottom input[type=checkbox]:checked + label:after {
    content: '';
    background: url(../img/check.png) #ed1c24 no-repeat center;
}

section.popup .popup__content .inputs__bottom label:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ed1c24 no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
}

section.popup .popup__content .inputs__bottom label {
    position: relative;
    cursor: pointer;
    margin-top: 0;
    width: 280px;
    margin-bottom: 28px;
}

section.popup .popup__content .inputs__bottom label span {
    font-family: 'Core Rhino 25';
    display: block;
    color: #000;
    padding-left: 26px;
    font-size: 13px;
}

section.popup .popup__content .inputs__bottom label span a {
    color: #009640;
    text-decoration: underline;
}

section.popup .popup__content .inputs__bottom input {
    width: auto;
    display: none;
}

section.popup .popup__content .inputs__bottom button {
    background: #ed1c24;
    width: 100%;
    height: 48px;
    color: #fff;
    max-width: 170px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
}

section.popup .popup__content .sau:after {
    content: '';
    background: #c4c4c4;
    width: 92%;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.popup .popup__content .sau {
        font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #c4c4c4;
    position: relative;
    margin-bottom: 28px;
}

section.popup-reset .popup__content .popup__social {
    margin-bottom: 28px;
    margin-top: 8px;
}

section.popup-reset .popup__content .popup__social h3 {
    width: 100%;
    text-align: center;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

.header_index {
    position: static;
}
.header_index.header__fixed {
    position: fixed;
    -webkit-box-shadow: 0 14px 40px rgb(131 131 141 / 20%);
    box-shadow: 0 14px 40px rgb(131 131 141 / 20%);
}
.header_index .header__catalog .catalog__body_top{
    display: none;
}
.header_index .header__catalog.header__catalog_active .catalog__body_top{
    display: block;
}

.body__index {
    padding-top: 0 !important;
}

section.comments {
    padding-top: 60px;
    padding-bottom: 60px;
}

section.comments .sides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

section.comments .sides .side__rht:after {
    content: '';
    background: url("../img/Group 751.svg") no-repeat;
    position: absolute;
    bottom: -60px;
    width: 93px;
    height: 75px;
}

section.comments .sides .side__rht {
    margin-bottom: 50px;
    position: relative;
    width: 424px;
    border: 12px solid #f3f4f6;
    padding: 32px;
    border-radius: 10px;
}

section.comments .sides .side__rht form .tovar__stars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
}

section.comments .sides .side__rht form .tovar__stars ul li {
    margin: 0 4px;
}

section.comments .sides .side__rht form .tovar__stars ul li svg {
    width: 27px;
    height: 25px;
}

section.comments .sides .side__rht form .tovar__stars ul .star-gold svg path {
    fill: #ffda18;
}

section.comments .sides .side__rht form h2 {
        font-family: 'Rubik', sans-serif;
    font-size: 22px;
    margin-bottom: 28px;
}

section.comments .sides .side__rht form button {
    width: 130px;
    height: 48px;
    background: #ed1c24;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
    border: none;
    margin-left: auto;
}

section.comments .sides .side__rht form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

section.comments .sides .side__rht form label span {
        font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #64696c;
    margin-bottom: 12px;
}

section.comments .sides .side__rht form label span span {
    color: #ed1c24;
    font-size: 15px;
    margin-left: 0;
}

section.comments .sides .side__rht form label .block__input {
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    margin-bottom: 0;
    position: relative;
    height: 42px;
}

section.comments .sides .side__rht form label .block__input svg {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.comments .sides .side__rht form label .block__input input::-webkit-input-placeholder {
    color: #000;
}

section.comments .sides .side__rht form label .block__input input::-moz-placeholder {
    color: #000;
}

section.comments .sides .side__rht form label .block__input input:-ms-input-placeholder {
    color: #000;
}

section.comments .sides .side__rht form label .block__input input::-ms-input-placeholder {
    color: #000;
}

section.comments .sides .side__rht form label .block__input input::placeholder {
    color: #000;
}

section.comments .sides .side__rht form label .block__input input {
    padding-left: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    border: none;
    outline: 0;
}

section.comments .sides .side__rht form label .block__input textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: 0;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    padding: 10px;
    border-radius: 10px;
}

section.comments .sides .side__rht form label .block__input_textarea {
    height: 191px;
}

section.comments .sides .side__lft {
    max-width: 741px;
    margin-right: 20px;
}

section.comments .sides .side__lft .lft__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e2e3e5;
    padding-bottom: 28px;
    margin-bottom: 28px;
}

section.comments .sides .side__lft .lft__item .ct__text {
    margin-top: 20px;
    line-height: 140%;
    color: #64696c;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

section.comments .sides .side__lft .lft__item .block-lf h2.date {
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-size: 32px;
    color: #ed1c24;
}

section.comments .sides .side__lft .lft__item .block-lf p {
    color: #64696c;
    font-size: 14px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

section.comments .sides .side__lft .lft__item .block-ct {
    margin-left: 55px;
}

section.comments .sides .side__lft .lft__item .block-ct h2 {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    margin-left: 14px;
    font-size: 14px;
}

section.comments .sides .side__lft .lft__item .block-ct .ct__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.comments .sides .side__lft .lft__item .block-ct .tovar__stars {
    margin-left: auto;
}

section.comments .sides .side__lft .lft__item .block-ct .tovar__stars ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

section.comments .sides .side__lft .lft__item .block-ct .tovar__stars ul li {
    margin-right: 5px;
}

section.comments .sides .side__lft .lft__item .block-ct .tovar__stars ul .star-gold svg path {
    fill: #ffda18;
}

section.posts .posts__block .post__item.v2 {
    margin-bottom: 30px;
}

section.posts .posts__block .post__item.v2 img {
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.item__name.v2 {
    text-align: center;
    font-weight: bold;
}

.bgv2 {
    background: linear-gradient(to bottom, #ededee 0px, #ffffff 40px);
}

.b_info2 iframe {
    width: 100%;
    height: 100vw;
    max-height: 517px;
}

section.product-page .block__info-product.v2 {
    background-color: #fff;
    padding-top: 0;
}

section.product-page .block__info-product .sides .info__lft.v2 {
    padding-top: 65px;
    width: 100%;
    max-width: 600px;
}

.title1 {
    font-size: 28px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    line-height: 1.25;
}

.mb1 {
    margin-bottom: 37px;
}

section.product-page .block__info-product .sides .info__rht.v2 {
    width: 100%;
    max-width: 551px;
    background-color: #f3f4f6;
    padding: 65px 41px 30px 60px;
}

.title3 {
    font-size: 20px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    line-height: 1.75;
}

section.product-page .block__info-product .sides .info__rht.v2 .rht__block .block__item .item__cont,
section.product-page .block__info-product .sides .info__rht.v2 .rht__block .block__item .item__cont span {
        font-family: 'Rubik', sans-serif; font-weight: 600;
    font-weight: bold;
    font-size: 15px;
}

section.product-page .block__info-product .sides .info__rht .rht__block .block__item.v2::after {
    display: none;
}

.b_info3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.b_info3 .price.v2 {
    margin-bottom: 15px;
}

.block__button.v2 {
    width: 100%;
    max-width: 351px;
}

.block__button.v2 a {
    height: 48px;
    width: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #fff;
    background: #009640;
}

.b_wr1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block__count.v2 {
    background: #f1f1f1;
    max-width: 142px;
    width: 100%;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 5px;
}

.block__count.v2 input {
    background: 0 0;
    border: none;
    height: 44px;
    outline: 0;
    text-align: center;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    width: 100%;
    min-width: 90px;
}

.social__block.v2 {
    margin-top: 30px;
    width: 100%;
    max-width: 219px;
    display: flex;
    justify-content: space-between;
}

section.product-page_2.v2 {
    margin-bottom: 40px;
}

.text-h-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
}

li.active a {
    color: #009640;
}

/*PRICE BOOT*/
.bottom__product_fixed .wrapper .price_sale {
    position: relative;
    /*background: #64696c;*/
    padding: 5px;
    padding-right: 30px;
    display: block;
    color: #d01313;
    border-radius: 22px 0;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

.bottom__product_fixed .wrapper .price_sale span.price__real {
    font-size: 30px;
    color: #d01313;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

.bottom__product_fixed .wrapper .price_sale span.price__real sup {
    margin-left: -7px;
    font-size: 16px;
}

.bottom__product_fixed .wrapper .price_sale span.price__past {
    font-size: 15px;
    position: absolute;
    bottom: -7px;
    left: 5px;
    color: #000000;
}

.bottom__product_fixed .wrapper .price_sale span.price__past sup {
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -15px;
}

.bottom__product_fixed .wrapper .price_sale span.price__past:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-15deg);
    background: #ed1c24;
    height: 1px;
    width: 38px;
}

.bottom__product_fixed .wrapper .price_sale .discount {
    position: absolute;
    bottom: 79%;
    color: #fff;
    right: 26px;
    background: #ed1c24;
    padding: 5px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    border-radius: 14px 0;
}

/*END PRICE BOOT*/
section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price_sale {
    position: relative;
    padding: 5px;
    padding-right: 30px;
    display: block;
    color: #000;
        font-family: 'Rubik', sans-serif;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price_sale span.price__real {
    font-size: 60px;
    position: relative;
    top: -18px;
    left: 15px;
    font-weight: 800;
    color: #e30613;
        font-family: 'Rubik', sans-serif;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price_sale span.price__real sup {
    margin-left: -15px;
    font-size: 22px;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price_sale span.price__past {
    font-size: 20px;
    position: absolute;
    bottom: 9px;
    left: 21px;
    color:#000;
    font-weight: bold;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price_sale span.price__past sup {
    font-size: 11px;
    position: absolute;
    top: 0;
    right: -15px;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price_sale span.price__past:after {
    content: '';
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-15deg);
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(-20deg);
    background: #ed1c24;
    height: 2px;
    width: 57px;
}

section.product-page .product__sides .product__rht .rht__block_3 .block__top_3 .price_sale .discount {
    position: absolute;
    bottom: 100%;
    color: #fff;
    right: -33px;
    background: #ed1c24;
    padding: 10px;
    right: 24px;
    /* bottom: 90px; */
    padding: 5px;
    font-size: 23px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    border-radius: 14px 0;
    bottom: 110%;
}

/*M.Chaos*/
p a {
    text-decoration: underline;
}



.d-none {
    display: none;
}

.cursor-in {
    cursor: default;
}

.slider__tovar h3.tovar__name {
    min-height: 54px;
    font-weight: 500;
}

.slick-initialized .slick-slide {
    display: block;
    margin-top: 10px;
    /*height: 410px;*/
}
.gallery__slider_job_to .slick-initialized .slick-slide {
    display: block;
    height: 220px;

}

.gallery__slider_job_to .slick-slide {
    margin: 0 10px;
}
.news-page .search-title p {
    position: relative;
    top: -25px;
    left: 30px;
}

section.oferte.marcile .block__item img {
    max-width: 100%;
}

.tovar__item .tovar__name {
    color: #64696c;
    width: 100%;
    font-weight: 500;
}

li.active_category a span {
    color: #009640;
}

#login-up {
    cursor: pointer;
}

#popup-login-close {
    color: #fff;
}

#popup-job-close {
    color: #fff;
}

#popup-login {
    position: fixed;
    left: -100%;
    z-index: 99;
    width: 100%;
    background: #3c3636cf;
    opacity: 0;
    transition: 0.5s;
}

#popup-job.popup_active {
    opacity: 1;
    top: 0;
    left: 0;
    /*z-index: 9999;*/
    z-index: 10002;
}

#popup-job {
    position: fixed;
    left: -100%;
    z-index: 99;
    width: 100%;
    background: #3c3636cf;
    opacity: 0;
    transition: 0.5s;
}

#popup-job_new.popup_active {
    opacity: 1;
    top: 0;
    left: 0;
    /*z-index: 9999;*/
    z-index: 10002;
}

#popup-job_new {
    position: fixed;
    left: -100%;
    z-index: 99;
    width: 100%;
    background: #3c3636cf;
    opacity: 0;
    transition: 0.5s;
}

#popup-login.popup_active {
    opacity: 1;
    top: 0;
    left: 0;
    /*z-index: 9999;*/
    z-index: 10002;
}

#popup-job textarea {
    border-radius: 10px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    outline: 0;
    width: 100%;
    padding: 10px;
    height: 85px;
    border: 1px solid #d1d2d3;
}
#popup-job_new textarea {
    border-radius: 10px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    outline: 0;
    width: 100%;
    padding: 10px;
    height: 85px;
    border: 1px solid #d1d2d3;
}


section#popup-login .not-acc h5 {
    color: #ffffff;
}

section#popup-login .not-acc .btn__not-acc {
    color: #fff;
    border: 1px solid #fff;
}

#popup-send.popup_active {
    opacity: 1;
    top: 0;
    left: 0;
    /*z-index: 9999;*/
    z-index: 10002;
}

#popup-send h4 {
        font-family: 'Rubik', sans-serif;
    color: #191919;
    font-size: 17px;
    margin-bottom: 13px;
}

#popup-send-close {
    color: #fff;
}

#popup-send {
    position: fixed;
    left: -100%;
    z-index: 99;
    width: 100%;
    background: #3c3636cf;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
}

.error_login {
        font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #ed1c24;
    position: relative;
    margin-bottom: 28px;
}

.success_login {
        font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #009640;
    position: relative;
    margin-bottom: 28px;
}

h5.success_mesage {
    color: #009640;
    font-size: 17px;
    padding-top: 14px;
    cursor: pointer;
    margin-right: 50px;
    padding-bottom: 13px;
        font-family: 'Rubik', sans-serif;
}

.add_cart_success {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    padding: 25px;
    font-size: 22px;
    background: #1f1f1f80;
    color: white;
    opacity: 0;
    transition: 1s;
    z-index: 999;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    width: 100%;
    height: 100%;
}

.add_card_s {
    margin: 0 auto;
    width: 20%;
    background: #fff;
    text-align: center;
    color: #000;
    padding: 10px;
    border: 1px solid #353535;
    margin-top: 20%;
}

.checkout .error_log {
        font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #ed1c24;
    position: relative;
    margin-bottom: 16px;
}

.active_success {
    opacity: 1;
    display: block;
}

.logout a {
    color: #64696c;
    font-size: 17px;
    padding-top: 14px;
    cursor: pointer;
    margin-right: 50px;
    padding-bottom: 13px;
        font-family: 'Rubik', sans-serif;
}

.logout a:hover {
    color: #191919;
    border-bottom: 3px solid #ed1c24;
        font-family: 'Rubik', sans-serif; font-weight: 600;
}

.logout {
    position: absolute;
    right: 0;
    bottom: 14px;
    width: 200px;
    text-align: right;
}

.tovar__item .tovar__bottom .tovar__price.no_sale {
    color: #009640;
    background: 0 0;
    padding-right: 0;
    padding: 0;
}

.tovar__item .tovar__bottom .tovar__price.no_sale .price__real {
    font-size: 36px;
}

.block__info-product .info__lft li {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
}

.block__info-product .info__lft ul {
    list-style-type: disc;
}

section.inputs .sides form label span.email {
    color: #424242;
    width: 240px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}

h5.error_mesage {
    font-size: 18px;
    color: #ed1c24;
    text-align: center;
}

.error_form {
        font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #ed1c24;
    position: relative;
    margin-bottom: 28px;
}

.checkout a.bottom-a {
    display: block;
    text-decoration: underline;
    margin-top: -12px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 13px;
    color: #009640;
    margin-bottom: 24px;
    text-align: right;
}

section.final-block .info-checkout .block__form.block__form_2 .bl-fr #map_checkout img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    margin-right: 0;
    height: auto;
    margin-left: 0px;
    margin-bottom: 0px;
}

/*#time_block .slick-next:before,#time_block .slick-prev:before{*/
/*  opacity: 1!important;*/
/*}*/
#time_block .slick-next {
    background: #ed1c2400;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    color: #fff0;
    border: 1px solid red;
}

#time_block .slick-prev {
    background: #ed1c2400;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    color: #fff0;
    border: 1px solid red;
}

#time_block_map .slick-next {
    background: #ed1c2400;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    color: #fff0;
    border: 1px solid red;
}

#time_block_map .slick-prev {
    background: #ed1c2400;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    color: #fff0;
    border: 1px solid red;
}

.slider__tovar .slick-prev:before {
    opacity: 1 !important;
}

section.final-block .info-checkout .block__form div button.form_search_map {
    background: #ed1c2400;
    border-radius: 0px;
    height: 0px;
}

section.catalog .catalog__sides .catalog__rht .rht__tovars .tovar__item img {
    max-height: 195px;
}

.img_no_height {
    display: block;
    height: 255px;
}

.basket table img {
    /*max-width: 96px;*/
}

.product-page .button__like_active svg path {
    fill: red;
}

.card_img {
    width: 96px;
    height: 96px;
    text-align: center;
}

.basket table img {
    height: 100%;
}

#loadBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5a5a5a85;
}

.news__block p {
    font-size: 16px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    line-height: 1.7;
    color: #333333;
}

/*Products list*/
section.catalog .catalog__sides .catalog__lft ul li ul li.active {
    color: #009640;
}

.tovar__item .tovar__name {
    margin-top: auto;
    margin-bottom: 5px;
}

.tovar__item .tovar__bottom {
    margin-top: auto;
    margin-bottom: 5px;
    position: absolute;
    bottom: 10px;
    width: 85%;
}
.slider__block_2 .tovar__item .tovar__bottom {
    width: auto;
}

.tovar__item img {
    width: auto;
    max-height: 100%;
    margin: 0 auto;
}

.tovar__block .tovar__item img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.tovar__block .tovar__item a.img_link {
    height: 250px;
    display: block;
}

.slider__tovar a.img_link {
    height: 250px;
    display: block;
}

a.catalog_img {
    min-height: 200px;
}

section.oferte .tovar__item .tovar__bottom .tovar__price.tovar__once {
    color: #584d4d;
    padding-right: 0;
    padding: 0;
    background: none;
}

section.oferte .tovar__item .tovar__bottom .tovar__price.tovar__once .price__real {
    font-size: 26px;
    color: #584d4d;
    font-weight: 600;
}

section.button-block .tovar__item .tovar__bottom .tovar__price.tovar__once {
    color: #584d4d;
    padding-right: 0;
    padding: 0;
    background: none;
}

section.button-block .tovar__item .tovar__bottom .tovar__price.tovar__once .price__real {
    font-size: 41px;
}

section.tovars .tovar__item .tovar__bottom .tovar__price.tovar__once {
    color: #584d4d;
    padding-right: 0;
    padding: 0;
    background: none;
}

section.tovars .tovar__item .tovar__bottom .tovar__price.tovar__once .price__real {
    font-size: 41px;
}

.block__5.button_wishlist {
    cursor: pointer;
}

/*Contacts*/
section.contacte-form form .form__inputs label select {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 10px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
}

section.marcile .marcile__block .block__item img {
    max-height: 200px;
}

.text_page {
        font-family: 'Rubik', sans-serif;
    margin: 10px 0px;
}

/*Скрыть языки*/
/*.header__languages {*/
/*    display: none;*/
/*}*/

/*Корзина*/
.td_total {
    display: none;
}

.card_empty {
    margin-bottom: 14px;
    color: #191919;
        font-family: 'Rubik', sans-serif;
    font-size: 22px;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

.input__minus_cart {
    cursor: pointer;
    margin-left: 10px;
}

.input__plus_cart {
    cursor: pointer;
    margin-right: 10px;
}

h2#swal2-title {
        font-family: 'Rubik', sans-serif;
}

section.final-block .info-checkout .block__form div textarea#mes_order {
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    width: 530px;
    height: 70px;
    padding: 10px;
    margin-bottom: 24px;
}

#regio_time {
    /*display: none;*/
}

section.final-block .form__bottom__bottom .bottom__body .slider__item .item__body .body__block.body__block_delivery:hover {
    position: relative;
    border: 2px solid #979e9a;
    padding-left: 38px;
}

.news__block img {
    max-width: 100%;
}

.news-page .news__block .block__item img {
    max-width: 160px;
}

span.head_title_back {
    position: relative;
    top: -5px;
}

.cont_inp {
    display: contents;
}

.cont_title {
    display: contents;
}

.basket table .basket table td__img img {
    height: 100%;
    padding: 5px 0px;
}

/*Модал 18+*/
div#modal_plus_year {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9;
}

div#modal_plus_year:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 99;
}

div#modal_plus_year .modal_plus_year_top {
    background: #D02023;
    margin-left: -200px;
    position: fixed;
    left: 50%;
    width: 360px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    top: 20%;
    z-index: 999;
}

.modal18-dialog {
    padding: 10px 20px;
}

.modal18-header h2 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-size: 28px;
        font-family: 'Rubik', sans-serif; font-weight: 800;
}

.modal18-body {
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.modal18-body .btn {
    max-width: none;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100px;
    min-height: 40px;
    padding: 0.56em 1.1em;
    border: none;
    border-radius: 5px;
    font: 16px/1.3 "OpenSans-Semibold", sans-serif;
    font-size: 14px;
    color: #000;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
}

.modal18-footer {
    color: #fff !important;
    background: #D02023 !important;
    border: none !important;
    text-align: center !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
        font-family: 'Rubik', sans-serif; font-weight: 800;
}

/*Модал Регистрации*/
div#registr_mob {
    display: none;
}

div#registr_mob {
    position: fixed;
    top: 0px;
    width: 100%;
    /*z-index: 999;*/
    z-index: 10004;
}

div#registr_mob:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 99;
}

div#registr_mob svg.close__popup {
    width: 32px;
    margin: 10px 0px 10px 0px;
}

div#registr_mob .catalog__body_top {
    width: 80%;
    background: #fff;
    z-index: 9999;
    position: fixed;
    overflow-y: auto;
    top: 20%;
    margin-left: 10%;
    max-height: 70%;
}

div#registr_mob h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    border-radius: 10px;
    height: 15px;
    -ms-flex-pack: center;
    margin: 20px;
    color: #ed1c24;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

div#registr_mob a.popup-close {
    position: absolute;
    right: 10px;
    top: -5px;
}

div#registr_mob p {
    margin: 20px;
    color: #545454;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 16px;
}
/*PDF модальное окно*/
div#pdf_mob {
    display: none;
}

div#pdf_mob {
    position: fixed;
    top: 0px;
    width: 100%;
    /* z-index: 9999; */
    z-index: 10004;
}

div#pdf_mob:before {
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 99;
}
div#pdf_mob .pdf_content {
    width: 90%;
    height: 90%;
    background: #fff;
    z-index: 9999;
    position: fixed;
    overflow-y: auto;
    top: 5%;
    margin-left: 5%;
}
div#pdf_mob svg.close__popup {
    width: 32px;
    margin: 10px 0px 10px 0px;
}

div#pdf_mob h4 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -ms-flexbox;
    border-radius: 10px;
    height: 15px;
    -ms-flex-pack: center;
    margin: 20px;
    color: #ed1c24;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

div#pdf_mob a.popup-close {
    position: absolute;
    right: 10px;
    top: -5px;
}

div#pdf_mob p {
    margin: 20px;
    color: #545454;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 16px;
}
/*Поиск товаров*/
.sf_ddown {
    display: none;
    position: absolute;
    background: white;
    /* z-index: 99999; */
    /* z-index: 10002; */
    z-index: 10001;
    width: 100%;
    padding: 0 10px 18px 18px;
    top: 100%;
    left: 0px;
    -webkit-box-shadow: 0 8px 54px rgba(0, 0, 0, 0.17);
    box-shadow: 0 8px 54px rgba(0, 0, 0, 0.17);
    max-height: 250px;
    overflow-y: auto;
    border-radius: 20px;
}

a.search_item {
    color: #191919;
    font-size: 14px;
    display: block;
    position: relative;
    padding: 12px 0;
    padding-left: 12px;
        font-family: 'Rubik', sans-serif;
    border-bottom: 1px solid #e8e8e8;
}

.sf_ddown.sf_ddown_page {
    top: 62%;
    width: 45%;
    z-index: 9;
}

/*История заказов*/
.istoric table tr.tb-head-cart td {
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #c4c4c4;
        font-family: 'Rubik', sans-serif;
    color: #64696c;
    font-size: 13px;
}

.istoric table tr.tb-head-cart td.td__suma.mob_pr_cart {
    width: 160px;
}

.istoric table .td__name h4 {
    color: #121212;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
}

.istoric table td.td__count {
    text-align: center;
    padding: 0 5px;
}

.istoric table td.td__data {
    color: #121212;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    padding: 0 5px;
}

.istoric table td.td__suma {
    padding: 0 5px;
}

/*Лист покупок*/
section.button-block.tables table tbody .td__price_shoplist .td__full.price{
    width: 130px;
    text-align: center;
}
section.button-block.tables table tbody td img{
    max-width: 96px;
}

section.marcile .under__title p.all_linella_brand {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 17px;
    text-align: right;

}
section.marcile .under__title p.all_linella_brand a{
    text-decoration: none;
    color: #009640;
    width: 205px;
}

.gallery__slider_job {
    width: 472px;
    height: 315px;
    margin-right: 6px;
    position: relative;
}
.gallery__slider_job .slick-slide img {
    margin: 0 auto;
}
.gallery__slider_job_to {
    width: 100%;
    /*height: 220px;*/
    position: relative;
    margin: 0 auto!important;
}
.gallery__slider_job_to .slick-slide img {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
}
.team__gallery .slick-dotted.slick-slider{
    margin-left: 10%;
}
.gallery__slider.block_center {
    margin: 0 auto!important;
}

/*Reeviews*/
section#add_reviews form .form__inputs{
    margin-top: 36px;
}
section#add_reviews form .form__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section#add_reviews form .form__head h3 {
        font-family: 'Rubik', sans-serif;
    margin-right: 36px;
}
section#add_reviews form .form__head span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    color: #64696c;
    font-size: 13px;
}
section#add_reviews form .form__inputs label {
    width: 436px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 24px 0;
    color: #64696c;
        font-family: 'Rubik', sans-serif;
    font-size: 13px;
    position: relative;
}
section#add_reviews .forms__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    z-index: 4;
    border-radius: 10px;
    max-width: 1162px;
    padding: 50px;
    margin: 0 auto;
    -webkit-box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
}
section#add_reviews form .form__inputs label svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 170px;
}
section#add_reviews form .form__inputs label span {
    color: #ed1c24;
    font-size: 15px;
    margin-left: 10px;
}
section#add_reviews form .form__inputs label input {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
}
section#add_reviews form textarea {
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    width: 530px;
    padding: 15px;
    font-size: 13px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
    height: 165px;
    margin-bottom: 24px;
}
section#add_reviews form .form__inputs .inputs__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
section#add_reviews form .form__inputs .inputs__bottom button {
    background: #ed1c24;
    width: 100%;
    height: 48px;
    color: #fff;
    max-width: 225px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
}
section#add_reviews form .form__inputs label.note_radio{
    width: 20%;
}
.note_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 50%;
    flex-wrap: wrap;
}
input.note_hidden {
    display: none;
}
section#add_reviews form .form__inputs .note_block label svg {
left: 0;
}
section#add_reviews form .form__inputs .note_block label svg {
    left: 14px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
section#add_reviews {
    margin-top: -60px;
    display: none;
}
.header__burger {
    display: none;
}

/* width */
.search__button.search__button_green::-webkit-scrollbar {
    height: 5px;
}
/* Track */
.search__button.search__button_green::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.search__button.search__button_green::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.5);
}

/* Handle on hover */
.search__button.search__button_green::-webkit-scrollbar-thumb:hover {
    background: #555;
}/* width */
section.oferte3 .under__buttons::-webkit-scrollbar {
    height: 5px;
}
/* Track */
section.oferte3 .under__buttons::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
section.oferte3 .under__buttons::-webkit-scrollbar-thumb {
    background: rgba(136, 136, 136, 0.5);
}

/* Handle on hover */
section.oferte3 .under__buttons::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.text_polipic p{
    line-height: 1.3;
}
.text_polipic td {
    border: 1px solid #191919;
    padding: 5px;
}

/*BLOG*/
section.posts .category_blog .post__item{
    width: calc(100% / 4 - 42px);
    margin: 0 21px;
    margin-bottom: 5px;
}
section.posts .category_blog .post__item img{
    max-height: 250px;
}
section.posts .category_blog .post__item img {
    -webkit-filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 6px 3px rgba(0, 0, 0, 0.2));
    border-radius: 0px;
    margin-bottom: -5px;
    width: 100%;
}
section.posts .category_blog .post__item .item__name {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 18px;
    color: #191919;
    margin-top: 12px;
    margin-bottom: 22px;
    text-align: center;
    text-transform: uppercase;
}
section.product-page_2 .info__lft h2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    background: #a7a7a7;
    border: solid #fff;
    border-width: 0 10px;
    margin-right: -100%;
}
section.product-page_2 .info__lft h2 {
    overflow: hidden;
}
.b_wr1 {
    border-bottom: solid darkgrey 2px;
    margin-bottom: 10px;
}

img.zoomImg {
    cursor: zoom-in;
}

/*CATEGORY TOP LIST*/
.header__bottom .catalog__body_top ul li {
    width: 98%;
    font-size: 15px;
    padding-bottom: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        font-family: 'Rubik', sans-serif;
    border-top: 1px solid rgba(25, 25, 25, 0.1);
    position: relative;
    cursor: pointer;
}
.header__bottom .catalog__body_top ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 13px;
    width: 100%;
    color: #171717;
    margin-left: 0px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    text-transform: initial;
}
.header__bottom .catalog__body_top ul li span.all_list:after {
    content: '';
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header__bottom .catalog__body_top ul li ul {
    display: none;
    margin-top: 5px;
    top: 0;
}

.header__bottom .catalog__body_top ul li ul li {
    color: #64696c;
    border: none;
    width: 100%;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 15px;
    padding-bottom: 0px;
}

.header__bottom .header__catalog ul li {
    width: 98%;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
        font-family: 'Rubik', sans-serif;
    border-top: 1px solid rgba(25, 25, 25, 0.1);
    position: relative;
    cursor: pointer;
}
.header__bottom .header__catalog ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    width: 100%;
    color: #171717;
    margin-left: 0px;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    text-transform: initial;
}
.header__bottom .header__catalog ul li span.all_list:after {
    content: '';
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 8px;
    height: 8px;
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header__bottom .header__catalog ul li ul {
    display: none;
    margin-top: 5px;
    top: 0;
}

.header__bottom .header__catalog ul li ul li {
    color: #64696c;
    border: none;
    width: 100%;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 15px;
    padding-bottom: 0px;
}

section.product-page .block__info-product .sides h2.title3 {
    font-size: 28px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-weight: bold;
    color: #191919;
    text-transform: uppercase;
    line-height: 1.25;
}
section.product-page .block__info-product .sides .info__rht .rht__block .block__item p {
    font-size: 17px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}
section.button-block.tables h2 {
        font-family: 'Rubik', sans-serif;
}
.header__bottom .catalog__body_top ul li.li__active span.all_list:after{
    transform: rotate(45deg);
}
.header__bottom .header__catalog ul li.li__active span.all_list:after{
    transform: rotate(45deg);
}
section.catalog .catalog__sides .catalog__lft ul li.li__active span.all_list:after{
    transform: rotate(45deg);
}
section.catalog .reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
section.catalog .reviews__item .block__stars {
    display: flex;
}
.block__link span {
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 300;
}
section.catalog .reviews__item .block__stars .star__item_gold svg path {
    fill: #ffda18;
}
section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort .sort__head {
    justify-content: inherit;
}
section.catalog .catalog__sides .catalog__rht .rht__top .sort__block .select-sort{
    width: 200px;
}
.color_red svg path{
    fill: #e30613;
    opacity: 1;
}
.button__info.button_shoplist_all {
    position: relative;
    top: -40px;
    left: 220px;
    cursor: pointer;
}
.button__info.button_shoplist_all svg {
    width: 29px;
    height: 30px;
}
.mb1 {
    margin-bottom: 12px;
}
.b_wr1 {
    border-bottom: solid darkgrey 1px;
}
section.product-page .block__info-product .sides .info__rht.v2 .rht__block .block__item .item__cont, section.product-page .block__info-product .sides .info__rht.v2 .rht__block .block__item .item__cont span {
    font-size: 17px!important;
}
img.img-page {
    width: auto;
    max-height: 152px;
}
.button__info.button_shoplist_all {
    cursor: pointer;
}


.despre__top {
    padding-top: 50px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding-bottom: 120px;
}

.despre__left {
    width: 60%;
}

.despre__test {
    color: #121212;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 23.8px;
    margin-bottom: 15px;
}

.despre__right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.despre__img-wrapp {
    box-shadow: 0 14px 40px rgba(131, 131, 141, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 442px;
    height: 192px;
    border-radius: 90px 0 90px 0;
}

.despre__bottom {
    padding-top: 70px;
    padding-bottom: 27px;
}

.despre__bottom-wrapp {
    width: 100%;
    position: relative;
}

.despre__bottom-wrapp::before {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 27px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    background-color:  rgba(100, 105, 108, 0.5);
}

.despre__bottom-item {
    display: flex;
    flex-direction: column;
    width: 50% ;
}

.despre__bottom-wrapp {
    display: flex;
    justify-content: space-between;
}

.despre__bottom-item-r {
    padding-top: 10px;
}

.despre__col-item {
    position: relative;
    margin-bottom: 160px;

}


.despre__col-item:last-child {
    margin-bottom: 0;
}

.despre__before-wrapper {
    position: relative;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between ;
    min-height: 130px;

}
.despre__col-item.about-text {
    margin-bottom: 75px;
}
.despre__col-item.about-text::before {
    position: absolute;
    width: 100%;
    height: 20px;
    content: '';
    left:1.5%;
    top: 41px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/3-layers.png);
}

.despre__bottom-item-r .despre__col-item.about-text::before {
    background-image: url(../img/3-layers2.png);
    left: -1.5%;
}

.despre__bottom-item-r .despre__col-item:last-child::before {
    top: 50px;
    left: -1.5%;
}


.despre__bottom-item-r .despre__col-item:first-child::before{
    display: none;
}


.despre__before-wrapper-mod {
    min-height: 0px;
}



.despre__col-title {
    color: #009640;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 26px;
    padding-bottom: 6px;
    font-family: "Core Rhino 65";
}

.despre__col-text {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #121212;
    font-size: 17px;
    font-weight: 400;
    line-height: 23.8px;
    margin-bottom: 10px;
    position: relative;
    padding-top: 5px;
}

.despre__col-link {
    display: flex;
    align-items: flex-start;
    color: rgba(100, 105, 108, 0.8);
    font-family: "Core Rhino 45";
    font-size: 15px;
    font-weight: 400;
}

.despre__col-link span {
    margin-left: 10px;
}

.date__block {
    margin-left: auto;
    width: 102px;
    height: 29px;
    border-radius: 15px 0 15px 0;
    background-color: #ed1c24;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.despre__bottom .date__block{
    margin-top: 15px;
}
.despre__bottom-item-r .despre__col-item .date__block {
    margin: 0;
    margin-right: auto;
}


.date__block span {
    color: #ffffff;
    font-family: "Core Rhino 85";
    font-size: 22px;
    font-weight: 400;
}

.noutati__sec {
    padding: 50px 0 100px;
}

.noutati__box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 49px;
}

.noutati__box-item {
    width: 49%;
    border-bottom: 1px solid #e2e3e5;
}

.noutati__box-block {
    border-top: 1px solid #e2e3e5;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}

.box-block-left {
    font-size: 12px;
    padding: 1px 12px;
        font-family: 'Rubik', sans-serif; font-weight: 600;
    color: #fff;
    background: #ed1c24;
    height: 100%;
    border-radius: 12px 0;
    margin-top: 25px;
    margin-right: -10px;
    margin-left: -20px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.box-block-left-mod {
    background: #009640;
}

.box-block-data {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box-block-data h4 {
    color: #ed1c24;
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-size: 38px;
    font-weight: 400;
    line-height: 38px;
}

.box-block-data span {
        font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #64696c;
}

.box-block-img {
    margin: 0 10px;
}

.box-block-rht h3 {
    color: #191919;
    font-family: "Core Rhino 55";
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 10px;
}

.noutati__second {
    display: flex;
    justify-content: space-between;
}

.noutati__second-col:first-child {
    flex-direction: column;
    width: 29%;
}

.noutati__second-title {
    display: flex;
    align-items: center;
    color: #191919;
    font-size: 22px;
    font-weight: 400;
    line-height: 26.4px;
    text-transform: uppercase;
        font-family: 'Rubik', sans-serif; font-weight: 800;
    margin-bottom: 35px;
}

.noutati__second-title span {
    margin-right: 15px;
}

.noutati__second-block {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #e2e3e5;
    margin-bottom: 25px;
}

.noutati__inner:last-child {
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.noutati__inner h5 {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.noutati__inner p {
    display: flex;
    align-items: center;
    color: #64696c;
}

.noutati__inner span {
    margin-right: 9px;
}

.inner__bottom-link {
    color: #64696c;
    font-size: 14px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}

.noutati__inner img {
    display: flex;
}

.noutati__second-col-title {
    color: #191919;
    font-size: 32px;
    text-transform: uppercase;
        font-family: 'Rubik', sans-serif; font-weight: 800;
    margin-bottom: 40px;
}

.noutati__second-col:last-child {
    width: 67%;
}

.noutati__second-col-text {
    margin-bottom: 35px;
}

.noutati__slide {
    width: 100%;
}

.noutati__slide img {
    width: 100%;
    height: auto;
}

.noutati__slider__wrapp {
    margin-bottom: 82px;
    width: 100%;
}

.noutati__second-col-link {
    display: flex;
    align-items: flex-start;
    color: #009640;
    font-size: 17px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    margin-top: 15px;
}
.noutati__sec .noutati__second-col img{
    max-width: 100%;
    height: auto!important;
}
.noutati__sec .noutati__inner img {
    border-radius: 10px;
}
.noutati__second-col-link span {
    margin-right: 15px;
}
.card__de-sec p{
        font-family: 'Rubik', sans-serif; font-weight: 300;
    line-height: 140%;
    font-size: 17px;
    margin-bottom: 40px;
}
.card__de-sec {
    padding-top: 50px;
}

.card__de-box {
    display: flex;
    flex-direction: column;
}

.card__de-item {
    margin-bottom: 120px;
}

.card__de-item:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card__de-inner:first-child {
    width: 50%;
}

.card__de-inner:last-child {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.de-inner-title {
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-style: normal;
    font-weight: 900;
    font-size: 28px;
    line-height: 35px;
    color: #191919;
    margin-bottom: 40px;
}

.de-inner-text {
    line-height: 28.9px;
    font-size: 17px;
}

.card__second--wrapp {
    display: flex;
    justify-content: space-between;
}

.second__wrapp-item {
    min-height: 204px;
    width: 24%;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 29px 32px 25px;
    display: flex;
    flex-direction: column;
}

.second__wrapp-item span {
    margin-bottom: 20px;
    min-height: 50px;
}
.card__de-sec .second__wrapp-item span {
    text-align: center;
    margin-bottom: 20px;
    min-height: 50px;
}

.second__wrapp-item p {
    line-height: 21px;
    font-size: 15px;
}

.third__wrapp-item {
    width: 20%;
}

.card__third--wrapp {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 30px 0 0;
}

.card__third--wrapp::before {
    position: absolute;
    content: '';
    width: 100%;
    /* height: 1px; */
    border-bottom: 3px dashed #009640 ;
    top: 33%;

}

.third__wrapp-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #fff;
    z-index: 10;
    position: relative;
}

.third__wrapp-item p {
    line-height: 21px;
    margin-top: 30px;
    font-size: 15px;
}

.third__item--wrapper {
    position: relative;
}


.third__item--wrapper::before {
    position: absolute;
    content: "1";
        font-family: 'Rubik', sans-serif; font-weight: 800;
    font-style: normal;
    font-weight: 900;
    font-size: 120px;
    opacity: 0.2;
    color: #009640;
    top: -54px;
    right: -30px;
    z-index: -1;
}

.third__item--wrapper1::before {
    content: "2";
}

.third__item--wrapper2::before {
    content: "3";
}

.third__item--wrapper3::before {
    content: "4";
}

.third__item--wrapper4::before {
    content: "5";
}

.third__item--wrapper5::before {
    content: "6";
}

.third__item--wrapper6::before {
    content: "7";
}

.third__item--wrapper img {
    z-index:10;
    width: 100%;
    height: auto;
}

.de__list-item {
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
    color: #000000;
    font-family: "Core Rhino 35";
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 21px;
}

.de__list-item::before {
    width: 9px;
    height: 9px;
    background-color: #ed1c24;
    position: absolute;
    content: "";
    transform: rotate(45deg);
    top: 4px;
    left: 1px;
}

.card__de-list {
    width: 70%;
}

.cadr__last-sec {
    padding-top: 50px;
}

.faq__mod {
    padding-bottom: 50px;
}

.step__wrapper {
    display: none;
}

.mob__menu-wrapp {
    display: none;
}
.noutati__box .box-block-img img {
    max-width: 202px;
}
.noutati__sec .noutati__box-block {
    width: 50%;
    float: left;
}
.noutati__sec .noutati__box-block {
    min-height: 175px;
    max-height: 175px;
    padding: 35px 0 0px;
    align-content: center;
}
.noutati__sec .noutati__second .text-noutati p{
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
    margin-bottom: 40px;
}
.noutati__sec .noutati__box-item {
    display: block;
    width: 100%;
}
/*.noutati__sec .box-block-rht {*/
/*    max-height: 120px;*/
/*    min-height: 215px;*/
/*}*/
/*.noutati__sec .box-block-rht p {*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 9;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow-y: hidden;*/
/*}*/
.despre p {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
    margin-bottom: 40px;
}
a.despre__col-link {

}
.despre__col-text.more_text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 97px;
    overflow-y: hidden;
    padding-top: 5px;
}
div#head_wishlist {
    position: relative;
}
div#head_wishlist p.basket__count.total_wishlist {
    position: absolute;
    top: -6px;
    left: 20px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #e30613;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    color: #fff;
}
.faq__mod ul li{
        font-family: 'Rubik', sans-serif; font-weight: 300;
    font-size: 15px;
    line-height: 140%;
}
li.active_shop g{
    opacity: 1;
}
li.active_shop path{
    fill: red;
}
li.active_shop h3 {
    color: #009640!important;
}
.gallery_news_slider img {
    margin: 0 auto;
}

/*ABOUT_AD*/
.despre_history{
    display: block;
}
.despre_history_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    flex-direction: row;
    position: relative;
}
.despre_text_history::before {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 27px;
    right: 50%;
    content: "";
    transform: translateX(-50%);
    background-color: rgba(100, 105, 108, 0.5);
}
.about-text_right::after {
    position: absolute;
    width: 100%;
    height: 20px;
    content: '';
    top: 45px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/3-layers2.png);
    left: -1.5%;
}
.noutati__sec .noutati__second-col.text-noutati {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
    margin-bottom: 40px;
}
.tovar__item .block__stars {
    display: flex;
}
.tovar__item .reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6px;
}
.tovar__item .block__stars .star__item.star__item_gold path {
    fill: #ffda18;
}
.text-page p {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.text-page ol {
        font-family: 'Rubik', sans-serif; font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
    display: block;
    padding-inline-start: 40px;
}
.text-page ul {
    padding-inline-start: 40px;
    list-style-type: disc;
}
.text-page td {
    padding: 5px 0px;
}
.bottom__block.checkout {
    justify-content: flex-end;
}
section.basket .table_checkout .block__count {
    margin: 0 auto;
    width: 100px;
}
.table_checkout .input__line {
    margin: 0 auto;
}
section.basket .table_checkout table tbody span {
    font-size: 18px;
}
.table_checkout .td__full.price {
    margin: 0 auto;
}
.table_checkout .tovar__price {
    position: relative;
    padding: 5px;
    padding-right: 10px;
    display: block;
    color: #fff;
    border-radius: 22px 0;
        font-family: 'Rubik', sans-serif; font-weight: 500;
}
section.basket .table_checkout table tbody span.price__real {
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 30px;
    color: #191919;
}
section.basket .table_checkout table tbody span.price__past {
    font-size: 15px;
    position: absolute;
    bottom: 8px;
    right: 10px;
}

section.basket .table_checkout table tbody span.price__past {
    font-size: 15px;
    position: absolute;
    bottom: -4px;
    right: 7px;
}

section.basket .table_checkout table tbody span.price__past sup{
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -15px;
}
section.basket .table_checkout table tbody span.price__past:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%) rotate(
            -15deg
    );
    -ms-transform: translate(-50%, -50%) rotate(-15deg);
    transform: translate(-50%, -50%) rotate(
            -15deg
    );
    background: #ed1c24;
    height: 1px;
    width: 38px;
}
.error_card {
        font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #ed1c24;
    position: relative;
    margin-bottom: 0px;
}
li.li__active span.all_list {
    color: #009640!important;
}

.tovar__bottom .block__count {
    background: #f1f1f1;
    width: 125px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
}
.catalog .tovar__bottom .block__count {
    /*width: 85px;*/
    width: 100px;
}
.catalog .input__minus_cart {
    cursor: pointer;
    margin-left: 3px;
}
.catalog .input__plus_cart svg, .catalog .input__minus_cart svg{
    width: 15px;
    height: 15px;
}
.catalog .input__plus_cart {
    cursor: pointer;
    margin-right: 3px;
}
.tovar__bottom .block__count input {
    background: 0 0;
    border: none;
    height: 44px;
    outline: 0;
    text-align: center;
        font-family: 'Rubik', sans-serif;
    font-size: 17px;
    width: 100%;
}
.grey__bgd_image .search-title a{
    position: relative;
    top: -5px;
}
.histori-back{
    display: block;
}
.histori-back{
    position: relative;
    float: right;
    margin-top: -20px;
}
section.product-page {
    margin-top: 25px;
    margin-bottom: 43px;
}
header.header.header__fixed {
    position: fixed;
    top: 25px;
    /*z-index: 1030;*/
    transition: top 1s linear;
    margin-top: -25px;
    z-index: 10002;
}
.header__bottom .header__catalog ul li.parent a {
    padding: 0px;
    border-bottom: 0px solid #e8e8e8;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.header__catalog .catalog__body li.parent a {
    padding: 0px;
    border-bottom: 0px solid #e8e8e8;
}
.header__bottom .header__catalog ul li.parent a:after {
    top: 60%;
    right: -3px;
}
.header__catalog .catalog__body li.parent a:after {
    top: 60%;
    right: -3px;
}
section.popup .popup__content .inputs__bottom.code_activ {
    flex-direction: row-reverse;
}
a.button_code_new {
    background: #ed1c24;
    width: 100%;
    height: 48px;
    color: #fff;
    max-width: 170px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
    margin-right: 95px;
}
#active_phone h2 {
    text-align: left;
    font-size: 17px;
    text-transform: inherit;
    color: #009640;
}
#active_phone h2.error {
    color: #ed1c24;
    margin-bottom: 5px;
}
.basket table img.delete_product{
    height: 28px;
    width: 28px;
}
div#delivery_status {
    width: 100%;
}
/*Popup Shopping */
#popup-shopping {
    position: fixed;
    left: -100%;
    z-index: 99;
    width: 100%;
    background: #3c3636cf;
    opacity: 0;
    transition: 0.5s;
}
#popup-shopping-close {
    color: #fff;
    margin: 100px 0 10px;
}
#popup-shopping.popup_active {
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 9999;
}
.shop_group_add {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
div#error_group_add {
        font-family: 'Rubik', sans-serif;
    color: #ed1c24;
    padding-top: 10px;
}
section#popup-shopping label{
    padding-top: 15px;
    font-size: 15px;
    margin-bottom: 5px;
}
button.button_group_add {
    background: #ed1c24;
    width: 100%;
    height: 42px;
    color: #fff;
    max-width: 170px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
    margin-left: 5px;
}
.shop_group_add input{
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    height: 42px;
    width: 100%;
    padding-left: 5px;
    max-width: 280px;
}
section#popup-shopping h4 {
    margin-bottom: 10px;
        font-family: 'Rubik', sans-serif;
    color: #64696c;
    font-weight: 500;
    padding-top: 25px;
}
section#popup-shopping .shopping_group_form form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
div#shopping_group_select {
    min-width: 280px;
}
select.select_shopping_group {
    font-size: 15px;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    outline: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    height: 42px;
    width: 100%;
    padding-left: 5px;
    max-width: 280px;
}
button.add_shopping_list {
    background: #ed1c24;
    width: 100%;
    height: 42px;
    color: #fff;
    max-width: 170px;
        font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
    margin-left: 5px;
}

/*Личный кабинет, лист покупок*/
.shoplist_groups {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.shoplist_groups select {
    height: 42px;
    min-width: 220px;
    outline: 0;
        font-family: 'Rubik', sans-serif; font-weight: 400;
    padding-left: 20px;
    font-size: 13px;
    padding-right: 15px;
    background: #fff;
    border: 2px solid rgba(100, 105, 108, 0.5);
    -webkit-box-shadow: 0 8px 16px rgb(0 0 0 / 12%);
    box-shadow: 0 8px 16px rgb(0 0 0 / 12%);
    border-radius: 12px;
}
.shoplist_groups h4 {
    color: #64696c;
    font-size: 17px;
    cursor: pointer;
        font-family: 'Rubik', sans-serif;
    font-weight: 400;
}
a.btn-gy.group_delete {
    margin-left: 20px;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    background: #64696c;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
    width: 290px;
}
a.btn-gy.group_delete svg{
    margin-right: 15px;
}
a.btn-gn.copy_link {
    margin-left: 20px;
    height: 48px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 15px;
        font-family: 'Rubik', sans-serif;
    background: #557b92;
}
a.btn-gn.copy_link svg{
    width: 24px;
    margin-right: 15px;
    color: #fff;
}
.top__buttons_group {
    display: flex;
}
/*История заказов*/
#order_histori  thead {
    background: #f2f4f6;
}
table#order_histori {
    padding-bottom: 11px;
        font-family: 'Rubik', sans-serif;
    color: #64696c;
    font-size: 14px;
}
tr.tb-ord-his.thead td {
    padding-left: 20px;
    line-height: 3;
}
span.angle-down {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    border-bottom: 2px solid #64696c;
    border-left: 2px solid #64696c;
    -webkit-transform: rotate(
            -45deg
    ) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(
            -45deg
    ) translateY(-50%);
}
span.angle-down.active {
    -webkit-transform: rotate(
            135deg
    ) translateY(-50%);
    -ms-transform: rotate(135deg) translateY(-50%);
    transform: rotate(
            135deg
    ) translateY(-50%);
}
table#order_histori tbody td {
    padding-left: 20px;
}
table#order_histori tbody td h2 {
    font-size: 18px;
    color: #191919;
    font-weight: 300;
}
table#order_histori .td__full.price {
    font-size: 18px!important;
    color: #191919!important;
    font-weight: 300!important;
    line-height: 3;
}
section.button-block.istoric table#order_histori tbody span {
        font-family: 'Rubik', sans-serif; font-weight: 400;
    font-size: 18px;
    color: #191919;
    margin-left: 7px;
}
table#order_histori tbody .tb-products td{
    background: #f2f4f6;
    padding-left: 0;
}
table#order_products td{
    padding-left: 20px;
}
table#order_products tbody  td{
    padding-left: 0;
}
table#order_products thead  td{
    padding-left: 0;
}
.detail_prod {
    line-height: 3;
    font-size: 18px;
    color: #191919;
    font-weight: 500;
    padding-left: 20px;
}
td.tb-prod_img_pr {
    width: 96px;
}
.tb-prod_img_pr img {
    max-width: 96px;
}
.tb-prod_name_pr a {
    margin-left: 20px;
}
td.tb-prod_prece_pr {
    width: 200px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 20px;
    color: #191919;
}
td.tb-prod_qty_pr {
    width: 200px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 18px;
    color: #191919;
}
td.tb-prod_total_pr{
    width: 200px;
        font-family: 'Rubik', sans-serif; font-weight: 500;
    font-size: 20px;
    color: #191919;
}
table#order_products td{
    padding-left: 20px;
}
section.button-block.istoric table#order_products tbody tr td {
    border-bottom: 0px solid #c4c4c4;
}
tr.tb-prod td{
    line-height: 2;
}
table#order_histori tbody .tb-products  table#order_products td{
    padding-left: 20px;
}
.wh80 {
    width: 80%!important;
}
.tovar__price.tovar__once.price_activ {
    justify-content: flex-end;
    display: flex;
}
.tovar__price.price_activ .price__real{
    font-size: 26px!important;
}
.tovar__price.price_activ .price__real sup{
    font-size: 18px!important;
}
.catalog__sides .tovar__price.old_price.price_activ .price__real {
    font-size: 20px!important;
}
.catalog__sides .tovar__price.old_price.price_activ .price__real sup{
    font-size: 14px!important;
}
.tovar__item .tovar__bottom .tovar__price.price_activ .price__real sup{
    font-size: 14px;
}
/*Scroll Top*/
.susScroll:before {
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 8;
    border-top: 3px solid #ed1c24;
    border-left: 3px solid #ed1c24;
    top: 65%;
    left: 34%;
    -webkit-transform: rotate(
            45deg
    ) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(
            45deg
    ) translate(-50%, -50%);
}
.susScroll {
    border: 2px solid #64696c;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 8;
    -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
    background: #fff;
    position: absolute;
    cursor: pointer;
}
div#ButtonScroll {
    position: fixed;
    bottom: 150px;
    right: 70px;
    cursor: pointer;
    opacity: 0.7;
    z-index: 10001;
}
div#ButtonScroll:hover {
    opacity: 1;
}
.show {
    display: block!important;
}
.header__center .center__block_region {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 34px;
}
.header__center .center__block_region .store_select {
    color: #64696c;
}
.header__center .center__block_region span {
    color: #191919;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.del_change.region_ckeckout {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    text-indent: 45px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    padding: 10px 0;
}

/*new page*/
.mission .despre__img-wrapp{
    box-shadow: none;
}
.mission .despre__left h2{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-transform: uppercase;
    color: #191919;
    margin-bottom: 20px;
}
.mission section.faq .faq__block .faq__item .item__body {
    max-width: 1155px;
}
.despre_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 54px;
    margin-bottom: 100px;
}
.page29 {
    margin-right: 25px;
}
.page30 {
    margin-left: 25px;
}
.page_ingo {
    margin-top: 34px;
}
.page_ingo h3 {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    color: #191919;
}
.despre .page_ingo p {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    font-size: 17px;
    line-height: 140%;
    color: #121212;
    margin: 10px 0 30px;
}
section.despre.mission p{
    margin-bottom: 15px;
}
section.despre.history p{
    margin-bottom: 15px;
}
p.step__list-name-active.no_active {
    display: none!important;
}
.page_ingo a.button_page {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 38px;
    width: 180px;
    height: 48px;
    background: #009640;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.mc-modal-bg {
    background-color: #000!important;
    opacity: 0.4!important;
    z-index: 10004!important;
}
.mc-banner {
    z-index: 10005!important;
}
.mc-modal {
    z-index: 10005!important;
}

.body_lock {
    overflow: hidden;
    width: 100%;
    position: fixed;
}

/* It`s mine styles */
.sliders__products .price__past sup {

    right: unset!important;
}

.button__like svg {
    margin: 0!important;
}

.tovar__price {
    display: flex!important;
    flex-direction: column;
}
.tovar__price .price__real {
    line-height: 15px!important;
    text-align: right;
    float: right;
}

.tovar__item .tovar__bottom .tovar__price.old_price .price__past:after {
    top: 10px!important;
    left: 17px!important;
}
.discount {
    bottom: 120%!important;
}

.tovar__item .tovar__name {
    margin-bottom: 100px;
}
.slider__tovar h3.tovar__name {
    margin-bottom: 100px;
}


.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
}

.tovar__bottom {
    bottom: 20px!important;
}

.oferte.marcile img{
    object-fit: contain;
}

.gallery_news_slider iframe{
    width: 100%;
    height: 465px;
}

.exclusiv {
    background: url(/assets/img/EXCLUSIV.svg) no-repeat center;
    background-size: cover;
    position: absolute;
    width: 80%;
    top: -12px;
    left: 10%;
    height: 40px;
    border-radius: 12px;
    z-index: 1;
}
.text_exclusiv {
    position: relative;
    text-align: center;
    padding-top: 12px;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 25%);
}
img.produs_acasa_linella_slider {
    position: absolute;
    left: 0;
}

section.catalog .catalog__sides .catalog__rht .rht__slider .tovar__item img.produs_acasa_linella_slider {
    width: 50px!important;
    position: absolute;
    top: -30px;
}

.product__rht {
    position: relative;
}

.rht_category {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 15px;
    gap: 5px 22px;
    margin: 0 11px;
    margin-bottom: 40px;
}
.title_this_category {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #64696c;
    padding-top: 40px;
    margin-left: 10px;
}
.category__item {
    width: calc(100% / 3 - 15px);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background: #FFFFFF;
    border: 2px solid #D1D2D3;
    border-radius: 10px;
    padding: 20px;
}
.category_img {
    width: 105px;
    display: flex;
    justify-content: center;
}
.category_img img{
    width: auto;
    max-height: 100px;
}

.category_title {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 16px;
    color: #191919;
    margin-bottom: 10px;
    margin-top: 10px;
}
.category_products {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #64696C;
}
.category_uri {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 16px;
    color: #009640;
    padding-top: 25px;
    display: block;
}
section.popup .popup__content h2{
    font-family: 'Rubik', sans-serif;
}

.catalog__body_top .catalog__body_index .parent img{
    max-width: 25px;
    width: 100%;
    height: 100%;
}
.catalog__body .parent img{
    max-width: 25px;
    width: 100%;
    height: 100%;
}
.catalog__rht.promotions {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

#subscribe_products {
    position: fixed;
    left: -100%;
    z-index: 99;
    width: 100%;
    background: #3c3636cf;
    opacity: 0;
    transition: 0.5s;
}
#subscribe_products.popup_active {
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 10002;
}
section#subscribe_products.popup .popup__content {
    padding: 10px 30px;
    width: 340px;
    z-index: 99;
    position: relative;
}
a#popup-subscribe_products-close {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
    margin: 0px;
}
a#popup-subscribe_products-close svg{
    width: 25px;
    margin-right: -18px;
}
.logo-subscribe_products {
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    color: #151522;
    margin-top: 0px;
    padding: 5px 33px 20px 33px;
}
section#subscribe_products.popup .popup__content form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    font-family: 'Rubik', sans-serif;
    color: #64696c;
    font-size: 13px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
section#subscribe_products.popup .popup__content form label .input-item {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    height: 42px;
    width: 100%;
    max-width: 300px;
}
section#subscribe_products.popup .label_title {
    margin-bottom: 10px;
}
section#subscribe_products.popup .popup__content form label .input-item input{
    width: 75%;
}
section#subscribe_products.popup .popup__content .inputs__bottom button{
    max-width: 100%;
    margin-bottom: 20px;
}
.close_subscribe_products {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 98;
    top: 0px;
}
.text-subscribe_products {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #121212;
    font-family: 'Rubik', sans-serif;
    margin-bottom: 30px;
}
button.subscribe_products_send_success {
    background: #ed1c24;
    width: 100%;
    height: 48px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    cursor: pointer;
    border: none;
    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;
    border-radius: 10px;
    max-width: 100%;
    margin-bottom: 20px;
}
a.soldout-cart-products-catalog-content__content.subscribe_active path{
    fill: #009640;
}
a.soldout-cart-products-catalog-content__content.subscribe_active .soldout-cart-products-catalog-content__texted{
    color: #009640;
}
.catalog__body_top .catalog__body_index li a img {
    max-width: 25px;
}
header .phone {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
.head_contact_info {
    display: flex;
    flex-direction: column;
}

.products_text_1, .products_text_2{
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    color: #64696c;
    line-height: 140%;
    font-size: 17px;
}
.products_text_2{
    display: none;
}
.load_more_info {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #64696c;
    cursor: pointer;
}

.header__content .content__slider {
    width: 75%;
}
.stock_info {
    color: red;
}

.promotions_content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 15px;
}
a.a__block.promotions_item.count_promotions3 {
    flex: 0 0 calc((100% - 60px)/ 3);
    height: 150px;
    padding: 20px;
    align-items: flex-end;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    justify-content: space-between;
}
a.a__block.promotions_item.count_promotions2 {
    flex: 0 0 calc((100% - 30px)/ 2);
    height: 150px;
    padding: 20px;
    align-items: flex-end;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    justify-content: space-between;
}
a.a__block.promotions_item.count_promotions1 {
    flex: 0 0 calc((100%));
    height: 150px;
    padding: 20px;
    align-items: flex-end;
    flex-shrink: 0;
    border-radius: 10px;
    position: relative;
    justify-content: space-between;
}
a.a__block.promotions_item {
    margin-bottom: 15px;
}
img.promotions_img {
    position: absolute;
    right: 0;
    bottom: 60px;
}
span.promotions_title {
    color: #FFF;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}


.popup-check_phone {
    position: fixed;
    left: 50%;
    top: 10%;
    width: 420px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10004;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}
.info-check_phone {
    display: flex;
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    color: #121212;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin-bottom: 15px;
}
.form-info {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #64696C;
    font-family: 'Rubik', sans-serif;
    padding-top: 5px;
    text-align: center;
}
input.input-check_phone {
    background: #fff;
    height: 42px;
    outline: 0;
    margin-left: auto;
    padding: 0px 25px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    border: 1px solid #d1d2d3;
    border-radius: 10px;
    text-align: center;
}
form.form-check_phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
a.check_code-send {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #989636;
    font-family: 'Rubik', sans-serif;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}
.form-check_phone label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}
button.submit-code {
    height: 42px;
    border-radius: 10px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #fff;
    background: #009640;
    border: 0;
    padding: 10px;
    cursor: pointer;
}
.close-popup-check_phone {
    position: absolute;
    width: 25px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
svg.error-phone{
    position: absolute;
    right: 110px!important;
    opacity: 1;
    width: 25px;
    color: red;
}
svg.success-phone{
    position: absolute;
    right: 90px!important;
    opacity: 1;
    width: 25px;
    color: green;
}
.balance {
    background: #fff;
    height: 42px;
    width: 280px;
    outline: 0;
    margin-left: auto;
    padding-left: 45px;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    display: flex
;
    align-items: center;
}
