@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700&subset=latin,cyrillic);

/******hack*****/

body.js-noscroll {
    overflow: hidden;
}

.createdby {
    padding-top: 40px;
}

.product_tovar h3 {}

.product_tovar_price {
    margin-top: 0 !important;
}

.createdby a,
.createdby img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* .menu-icon.active {
    background: #00b48d;
    color: white;
    border-top: 1px solid white;
} */

#menu-icon.active+.nav__primary {
    display: block !important;
}
.nav__primary.active-menu{
    display: block !important;
}

.a-center {
    text-align: center;
}

.a-position {
    text-align: right;
}

.js-aDialogOpened {
    overflow: hidden !important;
}

#aDialog {
    display: none;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    z-index: 99999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -wbekit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
}

#aDialog #aDialog-content {
    background: #FFF;
    max-width: 420px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 50px auto 70px;
    overflow: auto;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}

#aDialog-close {
    cursor: pointer;
    color: #494949;
    font-size: 24px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}

#aDialog .new-form * {
    color: #333;
}

#aDialog .new-form input,
#aDialog .new-form textarea {
    border: 1px solid #ccc;
}

#aDialog .new-form input[type="submit"]:hover,
#aDialog .new-form input[type="submit"]:focus {
    background: none;
    border: 1px solid #333;
}

#succes_zakazat_zvonok {
    display: none;
    opacity: 0;
    z-index: 9900999;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 10%;
    right: 0;
    bottom: 0;
}

#succes_zakazat_zvonok #aDialog-content {
    background: #FFF;
    max-width: 450px;
    min-width: 200px;
    padding: 30px;
    text-align: center;
    margin: 100px auto 70px;
    position: relative;
    border-radius: 5px;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
    -wbekit-transition: margin ease 0.5s;
    -moz-transition: margin ease 0.5s;
    -o-transition: margin ease 0.5s;
    transition: margin ease 0.5s;
}

#aDialog-close-product_5 {
    cursor: pointer;
    color: #494949;
    font-size: 24px;
    padding: 8px;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 15px;
}

.name_success {
    margin-top: 1em;
    font-weight: 600;
    font-size: 18px;
    color: #333;
}

#overlay_new_5 {
    z-index: 10000;
    /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position: fixed;
    /* всегдa перекрывaет весь сaйт */
    background-color: #000;
    /* чернaя */
    opacity: 0.8;
    /* нo немнoгo прoзрaчнa */
    -moz-opacity: 0.8;
    /* фикс прозрачности для старых браузеров */
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    /* рaзмерoм вo весь экрaн */
    top: 0;
    /* сверху и слевa 0, oбязaтельные свoйствa! */
    left: 0;
    cursor: pointer;
    display: none;
    /* в oбычнoм сoстoянии её нет) */
}

.new-form .field {
    margin-bottom: 10px
}

.new-form label {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
    margin-right: 0px;
    width: 150px;
    text-align: left;
}

.new-form input,
.new-form textarea {
    min-width: 200px;
    color: #666;
    padding: 5px;
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid transparent;
}

.new-form textarea {
    height: 100px;
}

.new-form input:focus,
.new-form textarea:focus {
    outline: 0;
    border: 2px solid #00b48d;
}

.new-form input[type="submit"],
.showform {
    color: white;
    cursor: pointer;
    background: #00b48d;
    padding: 10px 5px;
    font-weight: bold;
    border: 1px solid transparent;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.new-form input[type="submit"]:hover,
.showform:hover,
.new-form input[type="submit"]:focus,
button.showForm {
    background: none;
    border: 1px solid white;
}

#message {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #00b48d;
}

.showform {
    font-size: 20px;
    padding: 10px 40px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.service .showform{
    float: right;
    margin-top: 20px;
}
.service .showform,
.product-card .showform {
    font-size: 26px;
}

table {
    min-width: 450px;
}

.block-table {
    overflow: hidden;
}

.gallery-card-all_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gal-item-card_new {
    opacity: 0.8;
    border: 1px solid #d4d4d4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

#aDialog-content .controls input {
    margin: 5px 0px;
    font-size: 14px;
    padding: 10px;
}

#aDialog-content .controls textarea {
    margin: 5px 0px;
    font-size: 14px;
    padding: 10px;
    border-radius: 0px !important;
}

.form-title {
    font-weight: 600;
}

#aDialog-close {
    top: 0px !important;
    right: 5px !important;
}

#aDialog-content .controls button {
    color: white;
    cursor: pointer;
    background: #00b48d;
    padding: 15px 50px;
    font-weight: bold;
    border: 1px solid transparent;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    border-radius: 0px !important;
    font-size: 14px !important;
    margin-top: 5px !important;
}

.produkt-list .block-article .col-xs-12 {
    height: auto !important;
}
.produkt-list .block-article img{
    height: 290px;
}
.produkt-list{
    display: flex;
    flex-wrap: wrap;
}
.mobile_teg {
    display: none;
}

.footer_box .list-unstyled li a {
    font-size: 16px;
}

.product_container h1 {
    margin: 30px 10px;
}
.product_categoty_text{
    margin-bottom: 15px;
}
.product_categoty_text p{
    margin: 0;
}
.nav-category_mobile li {
    padding: 0px !important;
}

.nav-category_mobile li a {
    padding: 5px 15px;
    display: block;
}

.palitka-block-item-click {
    display: none;
}

.product_tovar .prev-produkt-image img {
    width: 100%;
    height: 195px;
}

.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    background: #333;
    padding: 10px 20px;
    padding-left: 5%;
    padding-right: 30%;
    padding-top: 15px;
    align-items: center;
    justify-content: center;
}

.cookie_notice>a {
    color: white;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 5px;
}

.cookie_notice>div {
    margin-left: 25px;
}

.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 14px;
    padding: 8px 15px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    background: #00b48d;
    cursor: pointer;
}
.main-slider-page .swiper-button-prev{
    background-image: none;
    transform: rotate(-90deg);
    left: 40px;
    top: 50%;
}
.main-slider-page .swiper-button-prev:after{
    content: "\f077";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background-color: #00b48d;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider-page .swiper-button-next{
    background-image: none;
    transform: rotate(90deg);
    right: 40px;
    top: 50%;
}
.main-slider-page .swiper-button-next:after{
    content: "\f077";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background-color: #00b48d;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}



@media (max-width:780px) {
    .main-slider-page .swiper-button-next{
        display: none;
    }
    .main-slider-page .swiper-button-prev{
        display: none;
    }
    .main-slider-page .slide-text {
        padding-top: 10%;
    }
    .produkt-list .block-article img{
        height: auto;
    }
    body .venyoo-mobile-widget-viewport[data-mobile-widget-state=visible] {
        z-index: 100 !important;
    }
    .cookie_notice {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    .cookie_notice>div {
        margin-left: 0px;
        width: 100%;
    }

    .cookie_btn {
        width: 100%;
        margin-left: 0px;
    }

    .col-xs-12 .product_tovar .prev-produkt-image img {
        height: 250px !important;
    }

    .product_tovar .prev-produkt-image {
        height: 250px !important;
    }

    .palitka-block-item .color {
        display: none;
    }

    .palitka-block-item.active .color {
        display: block;
    }

    .palitka-block-item.active .red-line {
        margin-bottom: 20px;
    }

    .palitka-block-item {
        margin-bottom: 20px;
    }

    .palitka-block-item-click {
        position: absolute;
        right: 12px;
        top: 0px;
        transform: rotate(-270deg);
        font-size: 35px;
        display: inline-block;
        transition: all 300ms linear;
    }

    .palitka-block-item.active .palitka-block-item-click {
        transform: rotate(-90deg) !important;
    }

    .palitka-block-item .red-line {
        padding-right: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .palitka-block-item .clearfix {
        background-color: white;
    }

    .social-list img {
        width: 30px !important;
        height: 30px !important;
    }

    .palitka-block-item .color {
        width: 47%;
        height: 240px;
        background-color: #ECECEC;
        padding-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .palitka-block-item .color p {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
        color: black;
    }

    .social-list li img {
        margin-right: 5px;
        margin-left: 5px;
        display: block;
    }

    .nav-category_mobile {
        display: none;
    }

    .nav-category_mobile_active {
        display: block !important;
    }

    .mobile_teg {
        text-align: center;
        padding: 10px;
        font-size: 18px !important;
        font-weight: 600;
        color: white;
        cursor: pointer;
        background: #00b48d;
        margin-bottom: 10px;
    }

    .mobile_teg {
        border: 0;
        font-size: 14px;
        display: flex;
        align-items: center;
        cursor: pointer;
        color: white;
    }

    .mobile_teg:after {
        display: flex;
        position: relative;
        content: "\203A";
        transform: rotate(-270deg);
        font-size: 30px;
        margin-left: 15px;
        transition: all 300ms linear;
    }

    .mobile_teg_active:after {
        transform: rotate(-90deg) !important;
    }

    .nav-category {
        border-top: 0px !important;
    }

    .tegirovanii-str {
        margin-bottom: 2em;
    }

    .produkt-list_category .col-sm-6 {
        height: auto !important;
    }

    .produkt-list_category .col-sm-6 .product_tovar_title {
        height: auto !important;
    }

    .mobile_teg {
        display: flex;
        justify-content: center;
    }

    #aDialog #aDialog-content {
        margin: 50px 20px 70px;
    }

    .ulugi_footer_mobile {
        text-align: left;
        margin-top: 25px;
    }

    .block_footer_mobile {
        text-align: left;
    }

    .block_footer_mobile .col-sm-6:first-child {
        padding-left: 0px !important;
    }

    .ulugi_footer_mobile .footer_box {
        padding: 0px 15px;
    }

    .block_footer_mobile {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

    .produkt-list .portfolio {
        height: auto !important;
    }

    .service div {
        overflow-x: auto;
    }

    .custom-otzivi {
        text-align: center;
    }

    .block-table {
        overflow-x: scroll;
    }

    .produkt-list .col-xs-12 {
        height: 560px;
    }

    .search-input {
        width: 20em !Important;
    }

    h1 {
        font-size: 1.4em !important;
    }

    .search-form {
        left: 0em !Important;
        justify-content: center;
    }

    .content table {
        font-size: 14px;
    }

    .logo_o_shop {
        display: block !important;

    }

    .logo_o_shop div {
        margin-bottom: 1em;
    }

    .logo_o_shop_text {
        margin-left: 0px !important;
    }

    .data {
        font-size: 1.1em !important;
    }

    .o_nas_spisok {
        padding-left: 20px !important;
    }

    .new_imagetitle {
        max-width: 100% !important;
    }

    .buttom_o_nas {
        width: 100% !important;
        margin: 0.5em !important;
    }

    .buttom_o_nas p {
        margin: 0px !important;
    }

    .end_o_nas {
        margin-bottom: 1em !important;
    }

    .class_footer_company a {
        width: 40% !important;
    }

    .class_footer_company p a {
        width: 100% !important;
    }
}

.tel {
    font-size: 14px;
    color: #ccc;
}

.banner-box a.clearfix {
    line-height: 0;
}

.imagetitle {
    padding-right: 15px;
    padding-bottom: 15px;
    float: left;
    max-width: 400px;
    width: 100%;
}

@media (max-width:780px) {
    .imagetitle {
        padding-right: 0;
        float: none;
        max-width: 100%;
    }
}

.block-article {
    padding: 20px 0px;
    margin-bottom: 20px;
    border: 1px solid white;
    overflow: hidden;
}

.block-article img {
    width: 100%;
}
.block-article .h3{
    font-size: 20px;
}
ul.pagination {
    text-align: center;
    list-style: none;
    margin: 20px 0px;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
    font-size: 18px;
    margin-bottom: 20px;
}

.pagination li a,
.pagination li a:visited {
    padding: 2px 5px;
    border: 1px solid #ee3a3e;
    color: white;
}

.pagination li.ative a {
    color: white;
}

.nav-category {
    list-style: none;
    margin-bottom: 30px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 10px 0px;
}

.nav-category li {
    display: inline-block;
    margin: 5px 8px;
    padding: 5px 10px;
    border: 2px solid #00b48d;
}


.nav-category li:hover {
    background: #00b48d;
}

.nav-category li a:hover {
    color: #fff !important;
}

.nav-category a {
    font-size: 21px;
    font-weight: bold;
}

.product-card {
    overflow: hidden;
}

.product-card .price {
    display: block;
    padding-bottom: 10px;
    margin-top: 0px;
    font-size: 32px;
    font-weight: 700;
    border-bottom: 1px solid white;
    margin-bottom: 20px; 
}

.product-card .price del {
    font-size: 26px;
    color: #ccc;
}

.product-image {
    text-align: center;
    border: 1px solid white;
    padding: 30px
}

.produkt-list>div {
    margin-bottom: 30px;
}

.produkt-list .prev-produkt-image {
    text-align: center;
}

.produkt-list .price {
    display: block;
    padding-bottom: 10px;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid white
}

.produkt-list .price del {
    font-size: 18px;
    color: #ccc;
}

.produkt h3:first-letter {
    text-transform: uppercase;
}

.produkt h3 {
    height: 60px;
}

.product-list_title {
    height: 60px;
    color: #fff;
    margin: 10px 0 20px;
    line-height: normal;
    font-size: 18px;
    font-weight: 700;
}

.product-thumb .name:first-letter {
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .produkt-list .portfolio {
        height: 460px !important;
        overflow: hidden;
    }
}

.portfolioItem {
    margin-bottom: 20px;
}

.portfolioItem a {
    display: block;
    position: relative;
    line-height: 0;
}

.portfolioItem a:focus {
    outline: 2px solid #b71234;
}

.portfolioItem a:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5) url(/assets/images/main/zoom.png) center center no-repeat;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    transition: 0.6s all ease;
}

.portfolioItem:hover a:after {
    opacity: 1;
}

.fabric__type {
    min-height: 400px;
    text-align: center;
}

.fabric__type p {
    color: white;
    font-size: 18px;
}

img.minimized {
    cursor: pointer;
}

#magnify {
    display: none;
    /* position: absolute; upd: 24.10.2016 */
    position: fixed;
    max-width: 600px;
    height: auto;
    z-index: 10003;
    transform: scale(1.3);
}

#magnify img {
    width: 100%;
}


/* затемняющий фон */

#overlay {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 9990;
}


/* кнопка закрытия */

#close-popup {
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #AFAFAF;
    border-radius: 15px;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
}

#close-popup i {
    width: 30px;
    height: 30px;
    background: url(https://codernote.ru/files/cross.png) no-repeat center center;
    background-size: 16px 16px;
    display: block;
}

@keyframes rota {
    25% {
        transform: rotate(360deg);
    }
}

#close-popup:hover {
    animation: rota 4s infinite normal;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.color {
    height: 320px;
    text-align: center;
}

.color p {
    color: white;
    font-size: 18px;
}

.red-line {
    background-color: #00b48d;
}

.border {
    border: 1px solid white;
}


/**********************/

button,
.btn {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

button::-moz-focus-inner,
.btn::-moz-focus-inner {
    border: none;
    padding: 0;
}

button:focus,
.btn:focus {
    outline: none;
}

label,
input,
button,
select,
textarea {
    font-size: 13px;
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {

    label,
    input,
    button,
    select,
    textarea {
        font-size: 10px;
    }
}

label {
    font-weight: bold;
    cursor: default;
}

textarea {
    resize: none;
}

blockquote {
    font-size: inherit;
    line-height: inherit;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    font-size: 13px;
    border-radius: 0;
    box-shadow: none;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control,
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover,
.input-group-addon {
    font-size: 12px;
}

input[type="checkbox"],
input[type="checkbox"]:focus,
input[type="radio"],
input[type="radio"]:focus {
    outline: none;
}

.bootstrap-datetimepicker-widget {
    z-index: 998 !important;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover,
.bootstrap-datetimepicker-widget thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget td span:hover {
    background-color: transparent;
}

.bootstrap-datetimepicker-widget .timepicker {
    margin-top: 5px;
}

.bootstrap-datetimepicker-widget .timepicker td>span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}

.bootstrap-datetimepicker-widget .timepicker td>span:hover {
    color: #00b48d;
}

.bootstrap-datetimepicker-widget td.day.active,
.bootstrap-datetimepicker-widget td.day.active:hover {
    background: #00b48d;
    color: #FFF;
    cursor: inherit;
}

.fancybox-overlay {
    z-index: 10001;
}

#at20mc,
#at15s {
    z-index: 999 !important;
}

.container>.alert,
.breadcrumb+.alert {
    position: fixed;
    z-index: 10001;
}

.alert {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 8px 14px 8px 14px;
    z-index: 30;
    color: #FFF;
    border-radius: 0;
}

.alert i {
    font-size: 21px;
    margin-right: 5px;
}

.alert a {
    text-decoration: underline;
}

.alert a:hover {
    text-decoration: none;
    color: #FFF;
}

.alert button.close {
    color: #FFF;
}

.alert button.close:hover,
.alert button.close:focus {
    opacity: 1;
    color: #FFF;
}

.alert-success {
    background-color: #55C65E;
    border: 1px solid #48B151;
}

.alert-danger {
    background-color: #F3515C;
    border-color: #D4323D;
}

.alert-info {
    background-color: #FE9126;
    border-color: #E4752B;
}

.alert-warning {
    background-color: #EC710D;
    border-color: #D45634;
}

.pagination {
    margin: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #00b48d;
    border-color: #00b48d;
    color: #FFF;
}

.pagination>li>a,
.pagination>li>span {
    color: #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: #fff;
    border-color: #fff;
    color: #FFF;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background: none;
    text-decoration: none;
}

.table thead td {
    text-transform: uppercase;
    font-weight: bold;
    color: #323232 !important;
    font-size: 13px;
    background-color: #F9F9F9;
}

.table th,
.table td {
    padding: 20px;
    border-color: #D7D7D7;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-compare .table th,
.block-compare .table td {
    padding: 7px;
}

.panel-group .panel,
.panel,
.table-bordered,
.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child,
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child,
.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
    border-radius: 0;
}

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border-color: #fff;
}

.table-responsive>.table>thead>tr>th,
.table-responsive>.table>tbody>tr>th,
.table-responsive>.table>tfoot>tr>th,
.table-responsive>.table>thead>tr>td,
.table-responsive>.table>tbody>tr>td,
.table-responsive>.table>tfoot>tr>td {
    white-space: normal;
}

.table>tbody+tbody {
    border-top: none;
}

.panel-heading {
    padding: 20px;
}

.addthis_button_tweet {
    width: 100px !important;
}

.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    opacity: 0.8;
}

.fancybox-close:hover,
.fancybox-prev span:hover,
.fancybox-next span:hover {
    opacity: 1;
}

.text-danger {
    color: #F00;
}

.has-error *+.text-danger {
    margin-top: 5px;
}

.buttons input[type="checkbox"] {
    position: relative;
    top: 2px;
}

.tooltip {
    z-index: 10000;
}

body {
    font: 300 15px/25px "Roboto", sans-serif;
    color: #70737b;
    background: #1b1c1f;
}

h1,
h2,
h3,
.h3,
h4,
h5,
h6 {
    color: #fff;
    margin: 10px 0 20px;
    line-height: normal;
}

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3,
{
font-size: 21px;
}

.h3 {
    font-size: 21px;
    font-weight: bold;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 10.2px;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

a:active {
    background-color: transparent;
}

a:visited,
a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #00b48d;
}

p a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 12px;
    font-weight: normal;
}

.input-group .input-group-addon {
    height: 30px;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

td .price,
.price b {
    font-size: 18px;
    padding-bottom: 0;
}

.fa {
    line-height: inherit;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.container>.alert,
.breadcrumb+.alert {
    z-index: 9999999;
}

.atm-f {
    height: 28px !important;
}

.table-hover>tbody>tr:hover {
    background: #1b1c1f;
}

.tooltip-inner {
    background: #00b48d;
}

[class][class].tooltip-arrow {
    border-top-color: #00b48d;
}

.magnificent-area,
.magnificent-viewport,
.polaroid,
.fancybox-skin,
.well {
    background: #1b1c1f !important;
}

.panel {
    background: #1b1c1f;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-content {
    background: #1b1c1f;
}

.modal-content .close {
    color: #fff;
}

.modal-content .close:hover {
    color: #00b48d;
}

.section-bg {
    background: url(/assets/images/main/section-bg.jpg);
}

.header {
    background: #1b1c1f;
    padding-top: 20px;
}

.header{
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}
.header.hidden-menu{
    top: -280px;
}


.header>.container {
    padding-bottom: 31px;
    z-index: 10002;
    position: relative;
    padding-top: 10px;
}

.header .box-language,
.header .box-currency {
    display: inline-block;
}

.header .box-currency {
    margin-left: 10px;
}

.header .box-cart {
    float: left;
    display: inline-block;
}

.header .box-cart .cart-total2 {
    font-size: 15px;
    margin-left: 5px;
    color: #000;
}

.header .logo {
    float: left;
    font-size: 60px;
    line-height: 70px;
    color: white;
    font-weight: bold;
}

.header .nav {
    padding-top: 12px;
}

.header .search {
    float: left;
    display: inline-block;
    margin-right: 26px;
}

.header .fleft+.fright {
    text-align: right;
}

.header .info {
    display: inline-block;
}

.header .settings {
    display: block;
}

.header .stuck-menu {
    width: 1270px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    z-index: 10001;
    position: relative;
}

.header .stuck-menu:before,
.header .stuck-menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.header .stuck-menu:after {
    clear: both;
}

.header .stuck-menu .fright {
    padding-top: 33px;
}

.header address {
    font-weight: 400;
    float: left;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    padding-left: 20px;
}

.header address:before {
    font-family: "FontAwesome";
    font-size: 25px;
    position: absolute;
    left: 0;
}

.header .social-list {
    display: inline-block;
    text-align: left;
}

.header .social-list li {
    display: inline-block;
}

.header .social-list li a span {
    display: none;
}

.header .social-list li a i {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #00b48d;
    display: inline-block;
    background: #00b48d;
    color: #fff;
}

.header .social-list li a:hover i {
    background: rgba(252, 62, 88, 0.5);
    border-color: #fff;
}

.header .social-list li+li {
    margin-left: -0.5px;
}

.header address+.social-list {
    margin-left: 25px;
}

.nav>ul {
    padding: 0;
    margin: 0;
}

.nav>ul li {
    padding: 0;
}

.nav>ul>li+li {
    margin-left: 10px;
}

.nav a {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.nav a:hover,
.nav a .active {
    color: #00b48d;
}

.nav i {
    font-size: 25px;
    margin-right: 10px;
}

.toggle-wrap {
    position: relative;
}

.toggle_cont {
    margin-top: 5px;
    display: none;
    background: #1b1c1f;
    padding: 0;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 122px;
    z-index: 20;
}

.toggle_cont>li>a,
.toggle_cont>li button {
    border: 2px solid #fff;
    text-align: left;
    width: 100%;
    display: block;
    padding: 0 5px 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    color: #fff;
}

.toggle_cont>li>a:hover,
.toggle_cont>li button:hover {
    background: #00b48d;
    color: #FFF;
    border-color: #00b48d;
}

.toggle_cont ul {
    text-align: right;
    font-size: 16px;
}

.toggle_cont ul li+li {
    margin-top: 8px;
}

.box-language .toggle,
.box-currency .toggle {
    display: block;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.box-language .toggle:after,
.box-currency .toggle:after {
    display: inline-block;
    content: '\f0d7';
    margin-left: 3px;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    font-family: "FontAwesome";
}

.box-language .toggle.active,
.box-language .toggle:hover,
.box-currency .toggle.active,
.box-currency .toggle:hover {
    color: #00b48d;
}

.toprow-1 {
    color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
    display: none;
    background: #1b1c1f;
    border-bottom: 1px solid #e5e5e5;
}

.swipe-control {
    border-right: 1px solid #e5e5e5;
    display: block;
    height: 50px;
    vertical-align: top;
    text-align: center;
    width: 64px;
    z-index: 100;
}

.swipe-control i {
    line-height: 50px;
    font-size: 30px;
    vertical-align: top;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #fff;
}

.swipe-control:hover i,
.swipe-control.active i {
    color: #00b48d;
}

.swipe {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 50px;
    width: 237px;
    z-index: 101;
    bottom: 0;
    left: -237px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.swipe .swipe-menu {
    height: 100%;
    overflow-y: auto;
}

.swipe ul {
    padding: 0;
    margin: 0;
}

.swipe ul li {
    list-style-type: none;
}

.swipe ul li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    border-top: 1px solid #e5e5e5;
    line-height: 25px;
    background: #1b1c1f;
}

.swipe ul li a i,
.swipe ul li a:before {
    font-size: 21px;
    color: #fff;
    margin-right: 9px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.swipe ul li a:hover {
    background-color: #00b48d;
    color: #fff;
}

.swipe ul li a:hover i,
.swipe ul li a:hover:before {
    color: #fff;
}

.swipe .foot li a:before {
    content: "\f05a";
    font-family: "FontAwesome";
    display: inline-block;
}

.ind .swipe {
    display: block;
    left: 0;
}

.ind #page {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 88;
}

.ind .shadow {
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 88;
}

.swipe .foot li+li a:before {
    content: "\f0d1";
}

.swipe .foot li+li+li a:before {
    content: "\f06a";
}

.swipe .foot li+li+li+li a:before {
    content: "\f085";
}

.swipe .foot.foot-1 li a:before {
    content: "\f0ac";
}

.swipe .foot.foot-1 li+li a:before {
    content: "\f079";
}

.swipe .foot.foot-1 li+li+li a:before {
    content: "\f0e8";
}

.swipe .foot.foot-2 li a:before {
    content: "\f02c";
}

.swipe .foot.foot-2 li+li a:before {
    content: "\f06b";
}

.swipe .foot.foot-2 li+li+li a:before {
    content: "\f0c0";
}

.swipe .foot.foot-2 li+li+li+li a:before {
    content: "\f0a3";
}

.swipe .foot.foot-3 li a:before {
    content: "\f0cb";
}

.swipe .foot.foot-3 li+li a:before {
    content: "\f003";
}

.block-akcii{
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid white;
    overflow: hidden;
}
.block-akcii.gift{
    background-image: linear-gradient(rgb(0 0 0 / 52%), rgb(0 0 0 / 96%)), url("/assets/images/akcii/gift-box.png");
    background-position: right;
    background-repeat: no-repeat;
}
.block-akcii.benefit{
    background-image: linear-gradient(rgb(0 0 0 / 52%), rgb(0 0 0 / 96%)), url("/assets/images/akcii/benefit.png");
    background-position: right;
    background-repeat: no-repeat;
}
.block-akcii_text{
    max-width: 75%;
}
@media (max-width: 768px){
    .block-akcii_text{
        max-width: 100%;
    }
    .block-akcii.gift{
        background-image: linear-gradient(rgb(0 0 0 / 52%), rgb(0 0 0 / 96%)), url("/assets/images/akcii/gift-box.png");
        background-position: bottom left;
    }
    .block-akcii.benefit{
        background-image: linear-gradient(rgb(0 0 0 / 52%), rgb(0 0 0 / 96%)), url("/assets/images/akcii/benefit.png");
        background-position: bottom left;
    }
}

@media (max-width: 767px) {
    .toprow-1 {
        display: block;
    }
    .header.hidden-menu{
        top: -300px !important;
    }
}

@media (max-width: 1269px) {
    .header .stuck-menu {
        width: 100%;
    }
}

@media (max-width: 990px) {
    .header .stuck-menu {
        text-align: center;
    }

    .header .stuck-menu .fleft,
    .header .stuck-menu .fright {
        float: none;
        display: inline-block;
    }

    .header .stuck-menu .fright {
        padding-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav a i {
        display: block;
    }
}

@media (max-width: 767px) {
    .header {
        padding-top: 0px;
    }

    .header>.container {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .header>.container .logo {
        padding-top: 0;
    }

    .header>.container .fleft,
    .fright {
        max-width: 50%;
    }

    .header .stuck-menu {
        z-index: auto;
    }

    .header .stuck-menu .fleft {
        display: block;
    }

    .header .stuck-menu .fright {
        padding-right: 0;
        padding-top: 10px;
    }

    .header .stuck-menu .search {
        margin-right: 0;
    }

    .header .search {
        float: none;
    }

    .header .box-currency {
        margin-right: 0;
        padding: 0;
    }

    .header .logo {
        float: none;
        text-align: center;
        margin-top: 5px;
    }

    .header .logo img {
        display: inline-block;
    }

    .header .box-cart {
        float: none;
        margin-top: 0;
    }

    .header .nav {
        margin-top: 0;
    }

    .header .nav__primary {
        background: none;
        display: none;
    }

    /* .menu-icon {
        display: block !important;
    } */

    .produkt-list .prev-produkt-image img {
        width: 100%;
        height: 100% !important;
    }

    .block-article img {
        height: 100%;
    }
}

@media (max-width: 630px) {
    .header .logo {
        padding-top: 5px !important;
    }

    .header .logo img {
        max-width: 230px;
    }
}

@media (max-width: 524px) {
    .header>.container {
        text-align: center;
    }

    .header>.container .fleft,
    .header>.container .fright {
        float: none;
        max-width: none;
        display: inline-block;
    }

    .header>.container .fleft+.fright {
        margin-top: 25px;
    }

    .logo img {
        width: 100%;
        height: 100%;
    }

}

#page {
    background: #1b1c1f;
    overflow: hidden;
}

.box.account ul,
.box.affilate ul {
    padding: 0;
    list-style-type: none;
}

.box.account ul a,
.box.affilate ul a {
    position: relative;
    border-bottom: 1px solid #DADADA;
    display: block;
    padding: 13px 15px;
}

.box.account ul a:before,
.box.affilate ul a:before {
    content: '\f054';
    margin-right: 10px;
    font-weight: 400;
    font-size: 10px;
    font-family: "FontAwesome";
    color: #00b48d;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.box.account ul a:hover,
.box.affilate ul a:hover {
    color: #00b48d;
}

.site-map-page #content ul,
.manufacturer-content div,
#content ul.list-unstyled {
    margin: 0;
    list-style-type: none;
}

.site-map-page #content ul a,
.manufacturer-content div a,
#content ul.list-unstyled a {
    position: relative;
}

.site-map-page #content ul a:before,
.manufacturer-content div a:before,
#content ul.list-unstyled a:before {
    content: '\f105';
    margin-right: 5px;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
    color: #00b48d;
}

#content .product-info ul.list-unstyled a:before {
    display: none;
}

@media (max-width: 767px) {
    aside {
        margin-top: 20px;
    }

    aside .container {
        padding: 0;
        width: 100%;
    }

    #content [class*="col-sm-"]+[class*="col-sm-"] {
        margin-top: 20px;
    }
}

.lazy {
    display: block;
    line-height: 0px;
    overflow: hidden;
    background: transparent url(../image/lazy-loader.gif) no-repeat center center;
}

.otziv-kav img {
    width: 48px;
    height: 48px;
}

.createdby img {
    height: 55px;
}

.lazy img {
    width: 100%;
    height: 100%;
    z-index: 0;
    -moz-transition: 1s all ease;
    -o-transition: 1s all ease;
    -webkit-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
}

.lazy.lazy-loaded {
    background: none;
}

.lazy.lazy-loaded img {
    opacity: 1;
}

.search {
    position: relative;
}

.search input {
    border-radius: 22px;
    color: #2d3035;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    width: 260px;
    height: 31px;
    padding: 4.5px 35px 4.5px 20px;
    background: none;
    border: 1px solid #e5e5e5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.search input:focus {
    outline: none;
}

.search input::-webkit-input-placeholder {
    color: #2d3035;
    opacity: 0;
}

.search input:-moz-placeholder {
    color: #2d3035;
    opacity: 0;
}

.search input::-moz-placeholder {
    color: #2d3035;
    opacity: 0;
}

.search input:-ms-input-placeholder {
    color: #2d3035;
    opacity: 0;
}

.search button,
.search button:focus,
.search button:active {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 0px;
    right: 14px;
    color: #2d3035;
    font: 400 11px/31px "FontAwesome";
}

.search button::-moz-focus-inner,
.search button:focus::-moz-focus-inner,
.search button:active::-moz-focus-inner {
    border: none;
    padding: 0;
}

.search button:before,
.search button:focus:before,
.search button:active:before {
    content: "";
}

.search button:hover,
.search button:focus:hover,
.search button:active:hover {
    color: #00b48d;
}

@media (max-width: 1230px) {
    .search input {
        width: auto;
    }
}

@media (min-width: 991px) and (max-width: 1040px) {
    .search input {
        width: 160px;
    }
}

#livesearch_search_results {
    padding-left: 0;
    margin: 3px 0 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    background-color: #1b1c1f;
    list-style-type: none;
    z-index: 12;
    font-size: 14px;
}

#livesearch_search_results li {
    border: 2px solid #fff;
}

#livesearch_search_results li img {
    float: left;
    margin-right: 10px;
}

#livesearch_search_results li img.loading {
    background: #F5F5F5;
}

#livesearch_search_results li:hover,
#livesearch_search_results li.highlighted {
    background-color: #00b48d;
}

#livesearch_search_results li:hover a,
#livesearch_search_results li:hover a:visited,
#livesearch_search_results li.highlighted a,
#livesearch_search_results li.highlighted a:visited {
    color: #FFF;
}

#livesearch_search_results a,
#livesearch_search_results a:visited {
    display: block;
    padding: 5px;
    color: #fff;
}

#livesearch_search_results a:before,
#livesearch_search_results a:after,
#livesearch_search_results a:visited:before,
#livesearch_search_results a:visited:after {
    display: table;
    content: "";
    line-height: 0;
}

#livesearch_search_results a:after,
#livesearch_search_results a:visited:after {
    clear: both;
}

@media (min-width: 768px) and (max-width: 991px) {
    #livesearch_search_results li img {
        display: none !important;
    }
}

.box-cart {
    position: relative;
}

.box-cart .btn-danger {
    border: 0;
    padding: 0;
    color: #333;
    font-size: 13px;
    background: none;
    width: 5px;
    border: none !important;
}

.box-cart .btn-danger:hover {
    color: #00b48d;
    background: none;
}

.box-cart a:hover img {
    opacity: .5;
}

.box-cart .btn {
    margin-bottom: 7px;
}

.cart {
    position: relative;
}

.cart i,
.cart strong,
.cart span {
    vertical-align: middle;
}

.cart>button i {
    color: #2d3035;
    font-size: 21px;
    line-height: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cart>button:hover i,
.cart.open>button i {
    color: #00b48d;
}

.cart .toggle_cont {
    z-index: 1001;
    min-width: 220px;
    padding: 10px 10px 5px;
    border: 2px solid #fff;
    color: #fff;
}

.cart .toggle_cont img {
    max-width: 50px;
}

.cart .toggle_cont table {
    margin-bottom: 10px;
}

.cart .toggle_cont p {
    color: #fff;
}

.cart ul>li:first-child tr {
    border-bottom: 1px solid #fff;
}

.cart td {
    font-size: 11px;
}

.cart td strong {
    font-size: 10px;
}

.cart .total td {
    border: none;
    padding: 2px;
    color: #fff;
}

.cart .price-cart {
    color: #fff;
}

.cart .table.total tr:nth-child(4) td strong,
.cart .table.total tr:nth-child(4) td {
    font-size: 20px;
}

@media (max-width: 767px) {
    .cart {
        position: fixed;
        top: 0;
        right: 20px;
        margin: 0;
        z-index: 10003;
    }

    .cart>button i {
        color: #fff;
        font-size: 38px;
        line-height: 46px;
    }

    .cart .toggle_cont {
        max-height: 300px;
        overflow: auto;
    }
}

.product-layout {
    margin-top: 38px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .product-layout {
        margin-top: 0;
    }
}

.product-thumb .image+.caption,
.product-thumb .image+div {
    margin-top: 41px;
}

.product-thumb .caption .name+.description {
    margin-top: 13px;
}

.product-thumb .caption .price {
    margin-top: 14px;
}

.product-thumb .caption+.cart-button,
.product-thumb .price+.cart-button {
    margin-top: 20px;
}

.product-thumb .image {
    position: relative;
    background: #fff;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-thumb .image>a {
    display: block;
}

.product-thumb .image>a img {
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    margin: 0 auto;
}

.product-thumb .image>a:hover img {
    filter: drop-shadow(8px 7px 7px #1b1c1f);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.product-thumb {
    position: relative;
    overflow: hidden;
    padding-bottom: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-thumb .caption {
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    position: relative;
}

.product-thumb .name {
    color: #fff;
    font-size: 22px;
    line-height: 18px;
    font-weight: 500;
}

.product-thumb .name+.description+.price,
.product-thumb .name+.price {
    margin-top: 24px;
}

.product-thumb .name a:hover {
    color: #00b48d;
}

.product-thumb .description {
    font-size: 15px;
    line-height: 20px;
}

.product-thumb .cart-button button,
.product-thumb .cart-button a {
    font-size: 12px;
    line-height: 24px;
}

.product-list .product-thumb .caption,
.product-list .product-thumb .cart-button {
    overflow: hidden;
}

.product-list .product-thumb .image {
    float: left;
    margin-right: 30px;
    width: 30%;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb {
        text-align: left;
        padding-right: 20px;
    }

    .product-list .product-thumb .description {
        display: block;
    }

    .product-list .product-thumb .image+div {
        margin-top: 10px;
    }

    .product-list .product-thumb .name {
        font-size: 18px;
    }

    .product-list .product-thumb .name+.description {
        margin-top: 10px;
    }

    .product-list .product-thumb .secondary-btns {
        opacity: 1;
        background: none;
        position: relative;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .product-list .product-thumb:hover .caption {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        background: none;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .product-list .product-thumb .product-btn-add {
        width: 129px;
    }
}

.sale,
.new_pr {
    font-size: 13px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00b48d;
    color: #FFF;
    line-height: 29px;
    padding: 0 8px;
    z-index: 9;
}

.price-new,
.price-old,
.price {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #00b48d;
}

.price-old {
    font-size: 18px;
    font-weight: 100;
    text-decoration: line-through;
    vertical-align: top;
}

.price-section .price-new,
.price-section .price-old {
    font-size: 30px;
    color: #00b48d;
    line-height: 30px;
}

.price-section .price-old {
    font-size: 18px;
    line-height: 30px;
}

.price-section .reward {
    display: block;
    margin-top: 10px;
}

.price-tax {
    font-size: 12px;
}

.price-total {
    font-weight: bold;
}

.price s {
    font-size: 15px;
}

.prod-stock {
    color: #6BA239;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.rating .fa-stack i {
    font-size: 12px;
    color: #00b48d;
}

.rating span {
    display: inline-block !important;
}

.fa-stack {
    font-size: 12px;
    line-height: 20px;
    width: 0.9em;
}

.fa-stack i {
    color: #00b48d;
}

.table-compare td.rating .fa-stack,
.table-compare td.rating .fa-stack-2x {
    width: 1em;
    height: 1em;
    font-size: 1em;
}

.quick_info {
    display: none;
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible;
}

.fancybox-nav {
    height: 40px;
    top: 50%;
    width: 40px;
}

.fancybox-next {
    right: -60px;
}

.fancybox-prev {
    left: -60px;
}

.quickview_description {
    overflow: auto;
    max-height: 300px;
    border: 1px solid #fff;
    padding: 10px;
    margin-top: 15px;
}

.quickview_description iframe,
.product-desc iframe {
    width: 40% !important;
    height: 200px !important;
    float: left;
    margin-right: 2em;
}

.quickview-style .inf {
    font-size: 14px;
    margin-bottom: 10px;
}

.quickview-style .cart-button {
    margin-top: 10px;
}

.quickview-style .cart-button .btn {
    min-width: 76px;
    padding: 6px 6px;
    line-height: 18px;
    text-align: center;
}

.quickview-style .manufacture,
.quickview-style .model,
.quickview-style p {
    color: #fff;
}

.quickview-style .rating {
    margin-top: 5px;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 1199px) {
    .product-thumb.ipad .caption {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .product-thumb.ipad .secondary-btns {
        opacity: 1;
        position: relative;
        background: none;
    }

    .product-thumb.ipad .quickview {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@media (max-width: 767px) {
    .product-thumb .caption {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .product-thumb .secondary-btns {
        opacity: 1;
        position: relative;
        background: none;
    }

    .product-thumb .quickview {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .box .box-content .last {
        clear: left;
    }

    .fancybox-next {
        right: -30px;
    }

    .fancybox-prev {
        left: -30px;
    }
}

@media (max-width: 767px) {
    #content .product-layout {
        width: 50%;
        float: left;
    }

    #content .product-layout+.product-layout {
        margin-top: 0;
    }

    .quickview_description iframe,
    .product-desc iframe {
        float: none;
        width: 100% !important;
        margin: 0 0 2em;
    }

    .product-list .product-thumb .image,
    .product-grid .product-thumb .image {
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }

    .product-layout {
        margin-bottom: 20px;
    }

    .product-thumb:hover .caption {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        background: none;
    }
}

@media (max-width: 600px) {

    .quickview_description iframe,
    .product-desc iframe {
        height: 240px !important;
    }
}

@media (max-width: 540px) {
    #content .product-layout {
        width: 100%;
        float: none;
    }
}

.box {
    margin-top: 84px;
}

.box .box-heading {
    margin: 0 0 30px;
    text-align: center;
}

.box .box-heading h3 {
    margin: 0;
    font: 500 30px/30px "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

aside .box .product-layout {
    width: 100%;
    margin-top: 30px;
}

aside .box .product-layout:first-child {
    margin-top: 0;
}

@media (max-width: 1199px) {
    .box .box-heading h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .box .box-heading h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .box.info .box-content ul a {
        padding: 13px 5px;
    }
}

@media (max-width: 767px) {
    aside .box .box-heading {
        position: relative;
        cursor: pointer;
    }

    aside .box .box-heading:after {
        content: '\f055';
        position: absolute;
        right: 8px;
        top: 0px;
        font-size: 21px;
        font-family: "FontAwesome";
        color: #fff;
    }

    aside .box .box-heading.active:after {
        content: '\f056';
    }
}

.buttons {
    margin: 1em 0;
}

.buttons:before,
.buttons:after {
    display: table;
    content: "";
    line-height: 0;
}

.buttons:after {
    clear: both;
}

.input-group-btn .btn {
    padding: 7px 12px;
}

.input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px;
}

.btn:visited,
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn,
.product-btn,
.product-btn-add,
.quickview,
.button {
    font-size: 11px !important;
    color: #FFF;
    border: 2px solid #fff !important;
    text-shadow: none;
    text-align: center;
    border-radius: 16px;
    padding: 12px 6px;
    text-transform: uppercase;
    outline: none;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn:visited:active,
.btn:visited:focus,
.btn:visited:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.btn:active,
.btn:focus,
.btn:hover,
.product-btn:active,
.product-btn:focus,
.product-btn:hover,
.product-btn-add:active,
.product-btn-add:focus,
.product-btn-add:hover,
.product-thumb .quickview:active,
.product-thumb .quickview:focus,
.product-thumb .quickview:hover,
.button:active,
.button:focus,
.button:hover {
    outline: none !important;
}

a.button {
    display: inline-block;
    border-radius: 26px;
    background: none;
    color: #fff;
}

.slide-text .button {
    padding: 15px 40px 16px;
    font-size: 17px !important;
    font-weight: 500;
}

.btn:hover,
.btn:focus,
.product-btn:hover,
.product-btn:focus,
.product-btn-add:hover,
.product-btn-add:focus,
.quickview:hover,
.quickview:focus,
.button:hover,
.button:focus {
    background: #00b48d;
    border-color: #00b48d !important;
    text-decoration: none !important;
    color: #FFF;
    outline: none;
}

.product-btn {
    min-width: 126px;
    padding: 14px 6px;
    border-radius: 26px;
}

.product-btn+.product-btn {
    margin-left: 6px;
}

.secondary-btns {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-top: 8px;
    padding-bottom: 5px;
}

.product-btn-add {
    min-width: 126px;
    padding: 14px 6px;
    border-radius: 26px;
}

.product-btn-add i {
    display: none;
}

.product-btn-add+a {
    margin-left: 6px;
}

a.btn-danger {
    padding: 12px 17px;
}

button.btn-primary,
button.btn-danger {
    margin-top: 3px;
}

button.btn-primary+a.btn-danger {
    margin-top: 3px;
}

.bootstrap-datetimepicker-widget,
#at20mc,
#at15s {
    z-index: 99 !important;
    background: #1b1c1f;
}

.quickview {
    display: inline-block;
    color: white !important;
    min-width: 126px;
    padding: 14px 6px;
    border-radius: 26px;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

@media (min-width: 767px) and (max-width: 1199px) {

    .product-thumb .product-btn,
    .product-thumb .product-btn-add,
    .product-thumb .quickview {
        min-width: 60px;
    }

    .product-thumb .product-btn-add i:before,
    .product-thumb .quickview i:before {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .product-btn-add span {
        display: block !important;
    }

    .secondary-btns {
        opacity: 1;
        position: relative;
        background: none;
    }
}

@media (max-width: 579px) {
    .product-btn {
        min-width: 100px;
    }
}

.nav-cat .btn {
    padding: 15px 20px;
    font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .nav-cat .btn {
        margin-top: 15px;
    }
}

.product-buttons {
    margin: 0 -5px 1em;
    padding: 0;
}

.product-buttons:before,
.product-buttons:after {
    display: table;
    content: "";
    line-height: 0;
}

.product-buttons:after {
    clear: both;
}

.product-buttons li {
    float: left;
    width: 50%;
    padding: 0 5px;
    list-style: none;
}

.product-buttons li button {
    width: 100%;
}

.product_page #button-cart {
    width: 100%;
}

.product-options .btn {
    height: 34px !important;
}

.magnificent-wrap {
    border: 1px solid #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: #00b48d;
    border-color: #00b48d;
}

@media (max-width: 1199px) {
    .button-view {
        margin-top: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .account-wishlist table td .btn {
        padding: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .table-bordered>tbody>tr>.text-right {
        padding: 5px;
    }

    .account-wishlist table td .btn {
        padding: 6px;
    }
}

@media (max-width: 767px) {
    .button-view {
        display: none;
    }
}

@media (max-width: 410px) {
    .account-address .table td a {
        display: block;
    }

    .account-address .table td a+a {
        margin-top: 5px;
    }
}

@media (max-width: 400px) {

    .buttons .pull-left,
    .buttons .pull-right {
        float: none !important;
        margin-top: 10px;
    }
}

/* .menu-icon {
    position: relative;
    color: #333;
    cursor: pointer;
    display: none;
    font-weight: 400;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    padding: 10px 17px;
    background: white;
    text-align: center;
} */

/* .menu-icon:hover:after {
    color: #1b1c1f;
} */

.menu-gadget {
    display: none;
    margin: 0px 0 15px;
}

.menu-gadget .menu ul ul a {
    padding-left: 60px !important;
}

.menu-gadget .menu {
    padding: 0;
    margin: 0;
}

.menu-gadget .menu ul {
    width: auto;
    padding: 0;
    display: none;
}

.menu-gadget .menu li {
    position: relative;
    list-style-type: none;
}

.menu-gadget .menu li i {
    position: absolute;
    display: block;
    top: 11px;
    right: 5px;
    height: 24px;
    width: 24px;
    font-size: 21px;
    padding: 0 20px;
    cursor: pointer;
    color: #fff;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.menu-gadget .menu li i:hover {
    color: #00b48d;
}

.menu-gadget .menu li.active>a,
.menu-gadget .menu li>a:hover {
    background: #00b48d;
    color: #fff;
}

.menu-gadget .menu a {
    padding: 10px 15px;
    display: block;
    border-top: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    background: #1b1c1f;
}

.menu-gadget .menu li li a {
    padding: 10px 15px 10px 45px;
}

.menu-gadget .menu li li:last-child {
    padding-bottom: 0;
}

.menu-gadget .menu li li li a {
    padding: 10px 15px 10px 35px;
}

.menu-gadget .menu li i.fa-angle-up:before {
    content: "" !important;
}

.nav__primary .menu {
    display: inline-block;
}

.nav__primary .menu:before,
.nav__primary .menu:after {
    display: table;
    content: "";
    line-height: 0;
}

.nav__primary .menu:after {
    clear: both;
}

.nav__primary .menu>li {
    position: relative;
    float: left;
}

.nav__primary .menu>li+li {
    margin-left: 20px;
}

.nav__primary {
    padding: 0;
    line-height: 0px;
}

.nav__primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__primary .menu li {
    position: relative;
    text-align: center;
}

.nav__primary .menu li.sfHover>a,
.nav__primary .menu li:hover>a,
.nav__primary .menu li>a.active {
    color: #fff;
}

.nav__primary .menu li.sfHover>a:after,
.nav__primary .menu li>a:hover:after,
.nav__primary .menu li>a.active:after {
    opacity: 0;
}

.nav__primary .menu li>a {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 3px 38px 3px 38px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 999;
    font-weight: 400;
}

.nav__primary .menu li span {
    display: table-cell;
    vertical-align: middle;
    height: 98px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 3px 38px 3px 38px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 999;
    font-weight: 400;
}

.nav__primary .menu li.sfHover span,
.nav__primary .menu li:hover span,
.nav__primary .menu li span.active {
    color: #fff;
}

.nav__primary .menu>li:first-child>a {
    padding: 3px 38px 3px 50px;
}

.nav__primary .menu>li:last-child a:after,
.nav__primary .menu>li:last-child a:before {
    display: none;
}

.nav__primary .menu>li+li {
    margin-left: 0;
}

.nav__primary .menu>li>a:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    height: 50px;
    width: 1px;
    background: #e5e5e5;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav__primary .menu li:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    background: #00b48d;
    transition: transform 0.5s ease;
    z-index: 9;
}

.nav__primary .menu li:nth-child(odd):before {
    transform-origin: bottom;
}

.menu-31:hover .arrow-bottom {
    display: block !important;
}

.menu-33 {
    display: none;

}

.menu-33 a {}

.menu-32:hover ul .menu-33 {
    display: block;
}

.nav__primary .menu li:hover:before {
    transform: scaleY(1);
}

.nav__primary .menu li:active {
    background: #00b48d;
    color: #fff;
}

.nav__primary .menu ul {
    display: none;
    position: absolute;
    z-index: 109;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
}

.nav__primary .menu ul li {
    position: relative;
}

.nav__primary .menu ul a {
    display: block;
    font-size: 13px;
    line-height: 16px;
    height: auto;
    padding: 13px 5px 10px !important;
}

.nav__primary .menu ul ul:before {
    display: none;
}

.nav__primary .menu>li>.sf-with-ul {
    position: relative;
}

.nav__primary .menu>li>.sf-with-ul:before {
    position: absolute;
    left: 50%;
    bottom: 5px;
    margin-left: -6px;
    content: '\f0d7';
    font: 400 12px/12px 'FontAwesome';
}

.nav__primary .menu ul>li>.sf-with-ul {
    position: relative;
}

.nav__primary .menu ul>li>.sf-with-ul:before {
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -6px;
    content: '\f105';
    font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before {
    content: '\f078';
}

@media (max-width: 1199px) {
    .nav__primary .menu>li>a {
        font-size: 16px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .nav__primary .menu>li:first-child>a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .nav__primary .menu ul a {
        font-size: 14px;
    }
}


/****hack*****/

.menu li i {
    display: none;
}

@media (max-width: 767px) {
    .nav__primary .menu ul a {
        padding: 5px 5px 2px !important;
    }

    .nav__primary .menu .menu-32.showMenu2 ul {
        display: block !important;
        z-index: 1000;
        position: relative;
        left: 0;
    }

    .nav__primary .menu .menu-32.showMenu2 i {
        transform: rotate(180deg) !important;
    }

    .nav__primary .menu .menu-32.showMenu2:before {
        transform: none;
        background: inherit !important;
    }

    .nav__primary .menu li:active {
        background: black !important;
    }

    /************mob menu***********************/
    .nav__primary .menu {
        width: 100%;
        background: black;
    }

    .nav__primary .menu.ShowMenu {
        display: block;
    }

    .nav__primary .menu li {
        display: block;
        float: none;
        text-align: center;
        border-top: 1px solid white;
    }

    /* .nav__primary .menu>li:first-child a {
        padding-left: 5px !important;
    } */

    .nav__primary .menu li a {
        display: inline-block;
        line-height: 40px;
        height: auto;
        width: 100%;
        color: white;
    }

    .nav__primary .menu li a:before,
    .nav__primary .menu li a:after {
        display: none;
    }

    .menu li i {
        position: absolute;
        display: block;
        top: 0px;
        right: 5px;
        font-size: 21px;
        cursor: pointer;
        color: rgb(255, 255, 255);
        transition: all 0.3s ease;
        z-index: 999;
    }

    .menu li i:before {
        display: block;
        padding: 25px;
    }

    .menu li.showMenu i {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .nav__primary .menu li:hover ul {
        display: none;
    }

    .menu li.showMenu ul {
        display: block !important;
    }

    .nav__primary .menu li>ul {
        position: relative;
    }

    .nav__primary .menu .menu-31 ul {
        display: none !Important;
    }

    .nav__primary .menu .showMenu ul {
        display: block !Important;
    }

    .menu .menu-31 .menu-32 ul {
        display: none !Important;
    }

    .menu .menu-31 .menu-32 i {
        transform: rotate(0deg);
    }

    .nav__primary .menu li>ul>li {
        background: black;
        text-align: left;
        padding: 0px 20px;
    }

    /**********************************************/
    .menu-gadget {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .scroll-fix {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10001;
        max-height: 98px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background: #f5f5f5;
        padding: 0;
    }

    .scroll-fix:before,
    .scroll-fix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .scroll-fix:after {
        clear: both;
    }
}

@media only screen and (max-width: 991px) {
    .stuck-menu+.stuck-menu {
        display: none;
    }
}

.banners>div .banner-box {
    position: relative;
    border-radius: 50%;
}

.banners>div .banner-box>a {
    display: block;
    border-radius: 50%;
}

.banners>div .banner-box>a img {
    border-radius: 50%;
}

.banners>div .s-desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    padding-top: 85px;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
}

.banners>div .s-desc .h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    margin: 0;
}

.banners>div .s-desc .h3 span,
.banners>div .s-desc .h3 em {
    display: block;
}

.banners>div .s-desc .h3 em {
    margin-top: 8px;
    font-style: normal;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    text-transform: none;
}

.banners {
    padding-top: 100px;
    padding-bottom: 100px;
}

.banners .banner-box a:hover .s-desc {
    background: rgba(0, 180, 141, 0.5);
}

@media (min-width: 767px) and (max-width: 1199px) {
    .banners>div .s-desc {
        padding-top: 50px;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .banners>div .s-desc .h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .banners>div .s-desc .h3 em {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .banners {
        padding-top: 28px;
        padding-bottom: 53px;
    }

    .banners>div {
        text-align: center;
    }

    .banners>div .banner-box {
        margin-top: 30px;
        display: inline-block;
    }
}

.blog_article {
    margin-bottom: 40px;
}

.blog_article .btn {
    margin-top: 30px;
}

.blog_article+.blog_article {
    padding-top: 40px;
    border-top: 1px solid #70737b;
}

.article-info .article-sub-title {
    text-align: left;
}

.article-info .btn {
    margin-top: 15px;
}

.article-image {
    text-align: left;
}

.simple_blog-article-view h1:after {
    margin-bottom: 15px;
}

.article-title {
    font-size: 24px;
    font-weight: 500;
    color: #00b48d;
    text-transform: uppercase;
}

.article-title>a {
    display: inline;
}

.article-title a:hover {
    color: #70737b;
}

.article-title+* {
    margin-top: 20px;
}

*+.article-description {
    margin-top: 30px;
}

.article-sub-title {
    font-size: 14px;
    color: #70737b;
    font-weight: 400;
}

.article-sub-title span:before {
    font-size: 18px;
    font-family: "material-design";
    color: #00b48d;
    line-height: inherit;
    margin-right: 5px;
    vertical-align: bottom;
}

.article-sub-title span+span {
    margin-left: 20px;
}

.article-sub-title+* {
    margin-top: 30px;
}

.article-description ul,
.article-description ol {
    padding-left: 0;
    list-style-type: none;
    margin: 35px 0 45px;
}

.article-description ul li,
.article-description ol li {
    position: relative;
    color: #00b48d;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 50px;
}

.article-description ul li:before,
.article-description ol li:before {
    position: absolute;
    left: 0;
    top: 0;
}

.article-description ul li+li,
.article-description ol li+li {
    margin-top: 16px;
}

.article-description ul li:before {
    content: '\e18e';
    font-size: 28px;
    font-family: "material-design";
}

.article-description ol {
    counter-reset: list;
}

.article-description ol li {
    counter-increment: list;
}

.article-description ol li:before {
    content: counter(list, decimal-leading-zero) ".";
    color: #70737b;
    font-size: 16px;
    font-weight: 700;
}

.article-description+* {
    margin-top: 20px;
}

.price-new,
.price-old,
.price {
    width: 100%;
}

.related-article h4 {
    text-transform: uppercase;
    color: #00b48d;
}

.related-article h4 a:hover {
    color: #70737b;
}

.related-article .article-sub-title {
    text-align: left;
}

.related-article .article-sub-title span+span {
    margin-left: 5px;
}

.related-article .row+.row {
    margin-top: 30px;
}

.related-article .image {
    margin-top: 5px;
}

.author-info .image {
    float: left;
    margin: 5px 30px 10px 0;
}

.article-comment {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #70737b;
}

.article-comment .author {
    float: left;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
}

.article-comment .reply-message {
    float: right;
    text-transform: uppercase;
    color: #00b48d;
}

.article-comment .reply-message a:hover {
    color: #70737b;
}

.article-comment .comment-date {
    clear: both;
    color: #70737b;
    text-transform: uppercase;
}

.article-comment .comment-date:before {
    content: '\e053';
    font-size: 15px;
    color: #00b48d;
    font-family: "material-design";
    margin-right: 5px;
}

.article-comment .text {
    margin-top: 15px;
}

.article-comment .article-reply {
    margin: 30px 0 0 60px;
}

.reply-cancel {
    font-size: 16px;
    color: #00b48d;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    text-transform: uppercase;
    margin-top: 10px;
}

.reply-cancel:hover {
    color: #70737b;
}

#review-title {
    clear: both;
}

aside .blog_articles .article-title {
    font-size: 16px;
}

aside .blog_articles .col-sm-4+.col-sm-4 {
    margin-top: 30px;
}

aside .blog_articles *+.article-description {
    margin-top: 15px;
}

aside .blog-categories .box-heading {
    margin-bottom: 0;
}

aside .blog-categories ul>li {
    position: relative;
}

aside .blog-categories ul>li>i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #70737b;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    font-size: 20px;
}

aside .blog-categories ul>li>i:hover {
    color: #00b48d;
}

aside .blog-categories ul>li>a {
    background: #ccc;
    display: block;
    color: #70737b;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 10px 10px 20px;
}

aside .blog-categories ul>li>a:hover {
    background: #ccc;
}

aside .blog-categories ul>li+li {
    border-top: 1px solid #70737b;
}

aside .blog-categories ul ul {
    display: none;
    padding: 0;
    list-style-type: none;
    border-top: 1px solid #70737b;
}

aside .blog-categories ul ul a {
    padding-left: 40px;
}

aside #blog-search {
    margin: 15px 0 0;
    position: relative;
}

aside #blog-search input {
    padding-right: 35px;
}

aside #blog-search a {
    display: inline-block;
    position: absolute;
    right: 10px;
    font-size: 16px;
    line-height: 42px;
    top: 0;
    color: #70737b;
    font-family: "FontAwesome";
    background: none;
}

aside #blog-search a:before {
    content: '\f002';
}

aside #blog-search a:hover {
    color: #00b48d;
}

.simple_blog-article-view .product_tabs .nav-tabs {
    width: 25%;
}

.simple_blog-article-view .product_tabs .tab-content {
    width: 75%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .article-sub-title span+span {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .article-image {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .simple_blog-article-view .product_tabs .nav-tabs,
    .simple_blog-article-view .product_tabs .tab-content {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .reply-cancel {
        float: none;
        display: block;
    }
}

@media (max-width: 479px) {
    .article-sub-title span {
        display: block;
    }

    .article-sub-title span+span {
        margin: 10px 0 0;
    }
}

.box_html.contacts address {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    padding-left: 53px;
    margin: 0 10px;
    margin-bottom: 10px;
    min-height: 40px;
}

.box_html.contacts address:before {
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #00b48d;
    font-family: "FontAwesome";
    color: #fff;
}

.box_html.contacts .address {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    margin: 0 10px;
    margin-bottom: 10px;
    min-height: 40px;
}
.box_html.contacts .icon-link_footer {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: #fff;
    padding-left: 53px;
    min-height: 40px;
}

.box_html.contacts .icon-link_footer:before {
    text-align: center;
    position: absolute;
    left: 0;
    font-size: 13px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #00b48d;
    font-family: "FontAwesome";
    color: #fff;
}

.breadcrumb {
    margin: 15px 0;
    padding: 8px 0;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
}

.breadcrumb a {
    display: inline-block;
}

.breadcrumb>li {
    padding: 0 30px;
    position: relative;
    white-space: inherit;
    vertical-align: middle;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    position: absolute;
    top: -3px;
    right: 0;
    width: 27px;
    height: 24px;
    border-right: 1px solid #70737b;
    border-bottom: 1px solid #70737b;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 600px) {
    .breadcrumb {
        padding: 0;
    }

    .breadcrumb>li:last-child:after {
        display: none;
    }

    .breadcrumb>li:after {
        width: auto;
        position: static;
        border: 0;
        content: '>';
        margin-left: 5px;
        display: inline-block;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }

    .breadcrumb>li {
        padding: 0 5px;
    }

    .breadcrumb>li a {
        line-height: 24px;
    }
}

#list-view,
#grid-view {
    padding: 0;
    width: 40px;
    margin: 0 5px;
    background: none;
    box-shadow: none;
    color: #fff;
    font-size: 27px;
    line-height: 33px;
    outline: none;
}

#list-view i,
#grid-view i {
    font-size: 14px;
}

#list-view.active,
#grid-view.active {
    color: #00b48d;
    outline: none;
}

.product-section,
.product-content-columns {
    margin-bottom: 3em;
}

.product-share {
    height: 32px;
    margin-top: 1em;
}

.review-form-title {
    text-align: center;
}

.review-form-title h3 {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 0 10px 5px;
    display: inline-block;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.review-form-title h3:before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fff;
    content: '';
    margin-left: -10px;
}

.review-form-title h3:hover {
    color: #00b48d;
}

.rating-section a {
    cursor: pointer;
}

.product-review-form {
    display: none;
}

.product-gallery:before,
.product-gallery:after {
    display: table;
    content: "";
    line-height: 0;
}

.product-gallery:after {
    clear: both;
}

.product-gallery .product-image {
    cursor: pointer;
    float: left;
    width: 84%;
    padding-left: 15px;
}

.product-gallery .bx-wrapper {
    margin: 0 !important;
}

.product-gallery .image-thumb {
    float: left;
    width: 16%;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev,
.product-gallery .image-thumb .bx-wrapper .bx-next {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 34px;
    line-height: 34px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: 0;
    color: #fff;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev:hover,
.product-gallery .image-thumb .bx-wrapper .bx-next:hover {
    background: #00b48d;
}

.product-gallery .image-thumb .bx-wrapper .bx-prev {
    top: 0;
    bottom: auto;
}

.product-gallery .image-thumb li a {
    border: 1px solid #fff;
    display: block;
}

.product-gallery .image-thumb li a:hover,
.product-gallery .image-thumb li a.active {
    border-color: #00b48d;
}

.image-additional {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.product-reviews .review-item {
    margin-bottom: 3em;
}

.review-score .fa-stack {
    width: 2em;
    height: 1.5em;
    margin-bottom: 10px;
}

.product-title {
    margin: 0;
    color: #fff;
}

.reward-block span {
    display: block;
}

#product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#product h3 {
    color: #00b48d;
}

.general_info .product-section,
.general_info .price-section {
    margin: 0 0 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
}

#full_gallery {
    display: none;
}

#full_gallery .bx-viewport {
    padding-right: 1px;
}

#full_gallery #gallery li {
    border: 1px solid #fff;
}

@media (max-width: 1199px) {
    #full_gallery {
        display: block;
    }

    #full_gallery .bx-viewport {
        padding-right: 2px;
    }

    .product-gallery {
        visibility: hidden;
        height: 0;
    }

    .product-gallery .image-thumb,
    .product-gallery .product-image {
        height: 0;
    }

    .bx-wrapper .bx-controls-direction a {
        background: #1b1c1f;
        border: 1px solid #fff;
        color: #fff;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        width: 40px;
        font-size: 18px;
        font-family: "FontAwesome";
    }

    .bx-wrapper .bx-controls-direction a i {
        display: none;
    }

    .bx-wrapper .bx-controls-direction a:hover {
        background: #00b48d;
        color: #FFF;
    }

    .bx-wrapper .bx-controls-direction .bx-prev:before {
        content: '\f104';
    }

    .bx-wrapper .bx-controls-direction .bx-next:before {
        content: '\f105';
    }
}

.box-subcat {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.box-subcat li {
    text-align: center;
    margin-bottom: 15px;
}

.box-subcat li .name a {
    font-size: 18px;
    text-transform: capitalize;
}

.box-subcat li .image {
    margin-bottom: 10px;
    border: 2px solid #fff;
    padding: 9px;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.box-subcat li .image:hover {
    border-color: #00b48d;
}

.box-subcat li.first-in-line {
    clear: left;
}

@media (max-width: 767px) {
    .box-subcat li {
        text-align: left;
        float: left;
        width: 50%;
    }

    .box-subcat li .image {
        display: inline-block;
        float: left;
        margin-right: 15px;
        width: 25%;
    }

    .box-subcat li:nth-child(2n+1) {
        clear: both;
    }

    #content .box-subcat [class*="col-sm-"]+[class*="col-sm-"] {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .box-subcat li {
        width: 100%;
        float: none;
        clear: both;
    }
}

.product-filter {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin-bottom: 12px;
}

.product-filter label {
    font-size: 13px;
    padding-top: 7px;
}

.nav-cat {
    margin-bottom: 13px;
}

.nav-cat .nam-page {
    margin: 5px 0 5px 10px;
}

.compare-block {
    margin-bottom: 20px;
}

.compare-block .image {
    margin-right: 10px;
}

.compare-block .remove a {
    font-size: 19px;
    line-height: normal;
}

.compare-info {
    width: 100%;
}

.block-compare {
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .product-compare .table-responsive {
        overflow-x: scroll;
    }

    .product-compare .table-responsive td+td {
        min-width: 270px;
    }

    .product-compare .table-responsive td:last-child {
        border-right: none;
    }

    .table.table-bordered {
        overflow-x: scroll;
    }

    .table.table-bordered td+td {
        min-width: 270px;
    }
}

.extra-wrap {
    overflow: hidden;
}

.information-information #content h4,
.information-information #content h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #00b48d;
}

.information-information #content h4 a:hover,
.information-information #content h5 a:hover {
    color: #70737b;
}

.information-information #content h3 {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 0;
}

.information-information #content h3:after {
    content: '';
    height: 1px;
    display: block;
    background: #70737b;
    margin: 20px 0 40px;
}

.information-information #content h3.clear {
    margin-bottom: 30px;
}

.information-information #content h3.clear:after {
    display: none;
}

.information-information #content h5 {
    color: #00b48d;
}

.information-information #content h1,
.information-information #content h2,
.information-information #content h3,
.information-information #content h4,
.information-information #content h5 {
    font-weight: 500;
}

.information-information #content *+h3 {
    margin-top: 60px;
}

.information-information #content p+h4 {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .information-information #content [class*="col-sm"]+[class*="col-sm"] {
        margin-top: 30px;
    }
}

.count-box {
    margin-top: 40px;
}

.count-box strong {
    display: block;
    color: #00b48d;
    font-weight: 500;
    font-size: 56px;
    line-height: 60px;
    margin-bottom: 15px;
}

.icon-box i {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 2px solid #00b48d;
    font-size: 66px;
    color: #00b48d;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.testimonials blockquote {
    border: none;
    padding: 0;
}

.testimonials blockquote:before {
    content: '\e09d';
    display: inline-block;
    color: #00b48d;
    font-size: 84px;
    line-height: 100px;
    font-family: "material-design";
    margin-bottom: 20px;
}

.thumbnail {
    background: none;
    border: none;
    padding: 0;
    margin: 0 auto 25px;
    border-radius: 0;
    overflow: hidden;
}

.thumbnail img {
    -moz-transition: 0.3s transform ease;
    -o-transition: 0.3s transform ease;
    -webkit-transition: 0.3s transform ease;
    transition: 0.3s transform ease;
}

.thumbnail a {
    display: block;
    max-width: 100%;
}

.thumbnail a:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .thumbnail a {
        display: inline-block;
    }
}

.img-thumbnail {
    border: 0;
    background-color: #f7f7f7;
    padding: 0;
    border-radius: 0;
}

.table-bordered .img-thumbnail {
    background-color: transparent;
}

.human_info .thumbnail {
    float: left;
    margin-right: 20px;
}

.human_info p {
    margin: 0;
    text-indent: 2em;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    line-height: 0;
}

@media (max-width: 500px) {

    img.alignleft,
    .human_info .thumbnail {
        float: none;
        margin: 0 auto 20px;
    }

    .div-link {
        line-height: 24px;
    }

    .breadcrumb>li {
        vertical-align: baseline !important;
    }
}

.delivery_page {
    text-align: center;
}

.delivery_page h4 {
    color: #00b48d;
}

.delivery_page .table {
    border-top: 2px solid #00b48d;
    text-align: left;
}

.delivery_page .table tbody td:first-child {
    color: #00b48d;
}

.delivery_page .table tbody td:last-child {
    color: #70737b;
    font-weight: 700;
}

.delivery_page .table tbody td {
    min-width: 150px;
}

.terms_conditions_page h4 {
    position: relative;
    padding-left: 60px;
}

.terms_conditions_page h4:before {
    content: '\e174';
    position: absolute;
    left: 0;
    bottom: -7px;
    color: #00b48d;
    font-size: 40px;
    line-height: 40px;
    font-family: "material-design";
}

.terms_conditions_page p+h4 {
    margin-top: 40px;
}

.privacy_page ol {
    list-style-type: none;
    counter-reset: list;
    padding-left: 0;
}

.privacy_page ol li {
    counter-increment: list;
}

.privacy_page ol li h4:before {
    content: counter(list, decimal);
    display: inline-block;
    margin-right: 15px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00b48d;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.2);
}

.privacy_page ol li+li {
    margin-top: 40px;
}

.site-map-page h5 {
    margin: 0 0 20px;
    line-height: normal;
    text-transform: uppercase;
    color: #00b48d;
}

.site-map-page ul+h5 {
    margin-top: 40px;
}

.site-map-page #content ul {
    list-style-type: none;
    padding-left: 0;
}

.site-map-page #content ul li {
    position: relative;
    line-height: 42px;
}

.site-map-page #content ul li+li {
    margin-top: -2px;
}

.site-map-page #content ul li a:hover {
    color: #00b48d;
}

.site-map-page #content ul.category-list {
    position: relative;
}

.site-map-page #content ul.category-list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    bottom: 21px;
    width: 1px;
    background: #00b48d;
}

.site-map-page #content ul.category-list .ul-with-ul:before,
.site-map-page #content ul.category-list .ul-with-ul:after {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.site-map-page #content ul.category-list .ul-with-ul:before {
    top: 21px;
}

.site-map-page #content ul.category-list .ul-with-ul:after {
    top: 15px;
}

.site-map-page #content ul.category-list ul {
    position: relative;
    margin-top: -2px;
}

.site-map-page #content ul.category-list ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    bottom: 21px;
    width: 1px;
    background: #70737b;
}

.site-map-page #content ul.category-list li {
    position: relative;
    padding-left: 60px;
}

.site-map-page #content ul.category-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    height: 1px;
    width: 35px;
    background: #70737b;
}

.site-map-page #content ul.category-list>li:after {
    content: '';
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 35px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.site-map-page #content ul.category-list>li:before,
.site-map-page #content ul.category-list>li:after {
    background: #00b48d;
}

@media (max-width: 767px) {
    .site-map-page .col-sm-6+.col-sm-6 {
        margin-top: 30px;
    }
}

@media (max-width: 479px) {
    .site-map-page .col-xs-6 {
        width: 100%;
        float: none;
    }

    .site-map-page .col-xs-6+.col-xs-6 {
        margin-top: 30px;
    }
}

.manufacturer-list {
    border: 1px solid #fff;
    margin-bottom: -1px;
}

.manufacturer-list .manufacturer-heading {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
}

.manufacturer-list .manufacturer-heading span {
    background: none repeat scroll 0 0 #00b48d;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.manufacturer-list .manufacturer-content {
    padding: 20px;
}

.well {
    background-color: #f9f9f9;
    border: 1px solid #fff;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
}

.well .heading {
    margin-bottom: 20px;
}

.well .heading:before,
.well .heading:after {
    display: table;
    content: "";
    line-height: 0;
}

.well .heading:after {
    clear: both;
}

.well .heading i {
    color: #00b48d;
    float: left;
    font-size: 56px;
    margin-right: 14px;
    line-height: 60px;
}

.well .heading h2 {
    font-size: 23px;
    color: #fff;
    margin: 0 0 5px;
}

.well .heading strong {
    font-weight: normal;
    font-style: italic;
}

.well p {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
}

.well a {
    display: inline-block;
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .well .heading {
        text-align: center;
    }

    .well .heading h2 {
        font-size: 17px;
    }

    .well .heading i {
        float: none;
    }
}

.datepicker .prev,
.datepicker .next,
.datepicker .day,
.datepicker .year,
.datepicker .month,
.datepicker .picker-switch {
    cursor: pointer;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.datepicker .prev:hover,
.datepicker .prev.active,
.datepicker .next:hover,
.datepicker .next.active,
.datepicker .day:hover,
.datepicker .day.active,
.datepicker .year:hover,
.datepicker .year.active,
.datepicker .month:hover,
.datepicker .month.active,
.datepicker .picker-switch:hover,
.datepicker .picker-switch.active {
    color: #00b48d;
    background: transparent;
}

.datepicker th {
    text-align: center;
}

.radio {
    line-height: 18px;
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

input#input-voucher,
input#input-coupon {
    display: inline-block;
    width: 45%;
    margin-right: 5px;
}

footer {
    position: relative;
    padding-top: 30px;
    z-index: 999;
    background: #191919;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 180, 141, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0, 180, 141, 1);
    box-shadow: 0px 0px 20px 1px rgba(0, 180, 141, 1);
    color: #ccc;
}

footer h5 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

footer h5:lang(ru),
footer h5:lang(de) {
    font-size: 19px;
}

footer h5+ul.list-unstyled {
    margin-top: 23px;
}

footer h5+ul.list-unstyled li a {
    text-transform: uppercase;
}

footer h5+ul.list-unstyled li a:hover {
    color: #00b48d;
}

footer ul li+li {
    margin-top: 16px;
}

.footer__title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: normal;
}

.copyright br {
    display: none;
}

.copyright {
    font-size: 11px;
    line-height: 19px;
    color: #ccc;
    text-transform: uppercase;
}

.copyright>.container {
    padding-top: 0px;
}

@media (max-width: 1199px) {
    footer h5 {
        font-size: 16px !important;
    }

    footer h5+ul.list-unstyled li a {
        font-size: 14px;
        line-height: 16px;
        color: #eee;
    }

    footer h5+ul.list-unstyled li+li {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer h5 {}

    footer h5+ul.list-unstyled li a {}
}

@media (max-width: 767px) {
    footer .copyright>.container {
        padding-top: 0px;
    }

    .createdby {
        padding-bottom: 80px;
    }

    footer {
        padding-top: 0;
        text-align: center;
    }

    .footer_box {
        margin-bottom: 30px;
    }
}

.toTop {
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: none;
    border-radius: 50%;
    border: 2px solid #fff;
    position: fixed;
    right: 66px;
    bottom: 100px;
    display: none;
    overflow: hidden;
    text-decoration: none;
    z-index: 20;
}

.toTop:before {
    content: '\f0d8';
}

.toTop:hover {
    background: #00b48d;
    text-decoration: none;
    border-color: #00b48d;
    color: #fff;
}

.toTop:visited,
.toTop:focus,
.toTop:active {
    color: #fff;
}

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}

@media (max-width: 1200px) {

    .table th,
    .table td {
        padding: 8px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel-body input+span {
        margin-top: 5px;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        border: none;
    }

    .table-responsive .table-bordered {
        border: 1px solid #fff;
    }

    .delivery_page .table {
        font-size: 13px;
    }
}

@media (max-width: 530px) {

    .panel-group .panel input#input-voucher,
    .panel-group .panel input#input-coupon {
        width: 100%;
    }

    .panel-group .panel span {
        display: block;
        margin-top: 5px;
    }
}

@media (max-width: 410px) {

    #accordion .table td,
    #accordion .table thead td {
        font-size: 9px;
        word-wrap: break-word;
    }
}

@media (max-width: 370px) {
    .table.privacy_page td {
        padding: 8px;
    }

    .delivery_page .table td,
    .delivery_page .table th {
        padding: 6px;
    }
}

.social-list img {
    width: 20px;
    height: 20px;
}

.usl-title {
    text-align: center;
}

.usl-price-item {
    text-align: center;
}

.usl-price-item img {
    max-height: 120px;
}

.margin-top-30 {
    margin-top: 30px;
}

.works-slider {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.works-slider img {
    width: 100%;
    height: auto;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #00b48d;
    font-size: 28px;
    opacity: 0.6;
}

.slick-arrow.slick-prev {
    left: 20px;
}

.slick-arrow.slick-next {
    right: 20px;
}

.reason {
    margin-bottom: 30px;
    background-image: url(https://msk-mebel.by/assets/services/peretyazhka/check.png);
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 22px;
}

.reason-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
}

.step-line {
    height: 30px;
    background: url(https://msk-mebel.by/assets/services/ell.png) no-repeat;
    margin-top: 20px;
}

.steps {
    margin-top: 40px;
    height: 230px;
}

.steps .step {
    width: 170px;
    float: left;
    margin-right: 28px;
}

.steps .step:nth-child(odd) {
    margin-top: 300px;
}

.step p {
    text-align: center;
    font-weight: bold;
}

.step p.step-bot {
    text-align: center;
    font-weight: normal;
    line-height: 17px;
}

.steps-block {
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    overflow: hidden;
}

.product-similar__title {
    font-size: 21px;
    color: #fff;
    margin: 10px 0 20px;
    line-height: normal;
}

.palitra a i {
    margin-right: 5px;
}
.palitra a{
    font-weight: 600;
    font-size: 22px;
}

.contact-form input,
.contact-form textarea {
    display: block;
    width: 70%;
    padding: 5px;
    color: black;
}

.contact-form input[type="submit"] {
    background: #00b48d;
}

.text_span {
    color: #00b58d;
    font-weight: bold;
}

.logo_o_shop img {
    width: 100% !important;
}

.logo_o_shop div {
    padding: 0px;
}

.logo_o_shop_text p {
    margin: 0;
}

.logo_o_shop_text {
    margin-left: 2em;
}

.logo_o_shop {
    display: flex;

}

.data {
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 2px solid #00b58d;
    width: 32%;
}

.new_imagetitle {
    max-width: 240px;
}

.buttom_o_nas {
    width: 33%;
    margin: 1em 0em;
}

.buttom_o_nas p {
    border-radius: 5px;
    color: #ddd;
    background-color: #00b48d;
    text-align: center;
    padding: 0.3em;

}

.buttom_o_nas p a {
    color: white !important;
    font-size: 18px;
}

.plaska img {
    position: relative;
    top: -5px;
}

.ajax_form.af_example .controls button[type="submit"] {
    margin-top: 1em !important;
}

.callback_buttom_call .callback_buttom .controls button[type="submit"] {
    clear: both !important;
}

/* accodion */

.accordion {
    padding: 0 15px;
}

.accordion h4 {
    font-size: 1.5em;
}

.accordion .transition,
.accordion p,
.accordion ul li i:before,
.accordion ul li i:after {
    transition: all 0.25s ease-in-out;
}

.accordion .flipIn,
.accordion h1,
.accordion ul li {
    animation: flipdown 0.5s ease both;
}

.accordion .no-select,
.accordion h2 {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.accordion h2 {
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    color: #00b48d;
}

.accordion p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
}

.accordion ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
}

.accordion ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    border-top: 1px dotted #dce7eb;
}

.accordion ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 20px;
}

.accordion ul li i:before,
.accordion ul li i:after {
    content: "";
    position: absolute;
    background-color: #00b48d;
    width: 3px;
    height: 9px;
}

.accordion ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}

.accordion ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}

.accordion ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.accordion ul li input[type=checkbox]:checked~p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
}

.accordion ul li input[type=checkbox]:checked~i:before {
    transform: translate(2px, 0) rotate(45deg);
}

.accordion ul li input[type=checkbox]:checked~i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}

.menu-32 ul {
    display: none;
}

.menu-32:hover .arrow-bottom {
    display: block !Important;
    left: 100%;
    top: 0;

}

.product_tovar_title {
    font-size: 21px;
    height: 60px;
    color: #fff;
    margin: 10px 0 10px;
}

.catalog_kuxni {
    margin-top: 2em;
}

.search-form input {
    color: #70737b !important;
}

.fleft {
    display: flex;

}

.search-form {
    position: relative;
    display: flex;
    left: 5em;
    width: 10em;
}

.search-input::placeholder {}

.search-input {
    padding-left: 1em;
    width: 35em;
    border: 0px;
    height: 35px;
}

.page-search-button {
    background: #00b48d;
    padding: 8px 15px;
}

.produkt-list .col-xs-12 {
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-category_mobile .current {
    background-color: #00b48d;
    padding: 5px 10px;
}

.nav-category_mobile .current a {
    color: white;
}

/*Slider slick on sertificates*/

.slider {
    padding: 30px 0;
}

.slick-list {
    overflow: hidden;
}

.slider .slick-arrow {
    font-size: 0;
    width: 40px;
    height: 60px;
    opacity: 1;
}

.slider__item img {
    max-width: 100%;
    height: 360px;
}

.slider .slick-arrow.slick-next {
    background: url('../images/sertifikaty/next.png') 0 0 / 100% no-repeat;
    right: -25px;
}

.slider .slick-arrow.slick-prev {
    background: url('../images/sertifikaty/prev.png') 0 0 / 100% no-repeat;
    left: -25px;
}

/*Block our team tabs*/

.persone-image {
    width: 100%;
    height: auto;
}

.tabs {
    max-width: 1000px;
    margin: 50px auto;
}

.tabs__nav {
    display: flex;
}

.tabs__nav-btn {
    padding: 15px 30px;
    font-size: 24px;
    color: #fff;
    background-color: #00b48d;
    border: 0;
    border-right: 1px solid #ddd;
    cursor: pointer;
}

.tabs__nav-btn:last-child {
    border-right: none;
}

.tabs__nav-btn:hover {
    background-color: #278470;
}

.tabs__nav-btn.active {
    background-color: #fff;
    border-right-color: #fff;
    color: rgb(0, 0, 0);
}

.tabs__content {
    padding: 30px;
    background-color: #fff;
}

.tabs__item {
    display: none;
}

.tabs__item.active {
    display: block;
}

.block_persone {
    margin-bottom: 15px;
}

.persone-name {
    position: relative;
    bottom: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
}
/*=====Burger=====*/
.menu-icon-wrapper{
    display: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
}
.menu-icon-wrapper .menu-icon{
    position: relative;
    width: 30px;
    height: 5px;
    background-color: #fff;
}
.menu-icon-wrapper .menu-icon::before{
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    width: 30px;
    height: 5px;
    background-color: #fff;
    transition: top 0.2s linear, transform 0.2s linear;
}
.menu-icon-wrapper .menu-icon::after{
    position: absolute;
    left: 0;
    top: 10px;
    content: "";
    width: 30px;
    height: 5px;
    background-color: #fff;
    transition: top 0.2s linear, transform 0.2s linear;
}
.menu-icon-wrapper .menu-icon.menu-icon-active{
    background-color: transparent;
}
.menu-icon-wrapper .menu-icon.menu-icon-active::before{
    transform: rotate(45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s linear;
    background: #00b48d;
}
.menu-icon-wrapper .menu-icon.menu-icon-active::after{
    transform: rotate(-45deg);
    top: 0;
    transition: top 0.2s linear, transform 0.2s linear;
    background: #00b48d;
}
/* End Burger */
.wrapper-phone-socials{
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 769px) {
    .tabs__nav {
        flex-direction: column;
    }
}

/*Block popular categories*/

.popular {
    display: flex;
}

.popular_col {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

.popular__item {
    position: relative;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.popular__item:hover .popular__image {
    opacity: .1;
}

.popular__item:hover .popular__info {
    opacity: 1;
    background: rgba(0, 180, 141, 0.5);
}

.popular__image {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity .2s linear;
    object-fit: cover;
}

.popular__info {
    width: 200px;
    text-align: center;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translate3d(0, -50%, 0);
    transition: opacity .2s linear;
}

.popular__title {
    margin-bottom: 5px;
    font-size: 18px;
    padding: 10px 5px;
}

@media (max-width: 768px) {
    .popular {
        flex-direction: column;
    }

    .popular__info {
        opacity: 1;
        background: rgba(0, 180, 141, 0.5);
    }

    .popular__image {
        opacity: .8;
    }

    .popular__info {
        font-weight: 500;
    }
    .menu-icon-wrapper{
        display: flex;
    }
}

/*Block articles*/

.articles {
    padding: 35px 0;
}

.article-text {
    margin-bottom: 30px;
    font: 500 30px/30px "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}


.articles-link {
    color: #fff !important;
    display: flex !important;
    justify-content: center;
    width: 30%;
    margin: 0px auto 20px auto;
}

.title-article {
    color: #fff !important;
    margin: 10px 0 20px;
    line-height: normal;
    font-weight: 700;
    font-size: 1.17em;
}
.control-policy{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.control-policy input[type="checkbox"]{
    width: auto !important;
    min-width: auto !important;
}
.control-policy a{
    text-decoration: underline;
}
.arrow-socials{
    display: none;
}
.info.desktop-hidden{
    display: none;
}
.information-button{
    display: none;
}
.serch.desktop-hidden{
    display: none;
}
#header.bottom{
    top: -180px;
}

@media (max-width: 426px) {
    .info {
        justify-content: space-between;
        position: relative;
    }
    .info.mobile-hidden{
        display: none;
    }
    .serch.mobile-hidden{
        display: none;
    }
    .serch.desktop-hidden{
        display: block;
    }
    .info.desktop-hidden{
        display: inline-block !important;
    }
    .header-mobile-top{
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }
    .information-button{
        display: block;
        width: 38px;
    }
    .header-mobile-info{
        display: flex !important;
        align-items: center;
        position: relative;
        justify-content: space-between;
        padding: 5px 0;
    }
    #top-links{
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #1b1c1f;
        display: none;
        border: 3px solid #1b1c1f;
    }
    #top-links.active{
        display: block;
    }


    .sticky {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 1000;
    }

    .header.sticky .serch {
        display: none;
    }

    .list-inline {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 5px !important;
    }

    .nav i {
        margin-right: 10px;
        font-size: 12px;
    }

    .articles-link {
        width: 86%;
    }

    .accordion li h3 {
        width: 80%;
    }

    .product_tovar .prev-produkt-image {
        width: 100% !important;
    }

    .header .logo img {
        max-width: 150px;
    }

    .header .logo {
        padding-top: 0 !important;
        margin-top: 0;
        line-height: 0px;
    }

    .header>.container .fleft+.fright {
        margin-top: 5px;
    }

    .contacts_item address {
        margin-bottom: 7px !important;
    }

    address {
        margin-bottom: 0px !important;
    }

    .social-list.list-unstyled {
        margin-bottom: 0 !important;
        position: absolute;
        top: 100%;
        left: 0;
        margin-left: 0 !important;
        background-color: #1b1c1f;
        padding: 10px 0;
        border: 1px solid #fff;
        display: none;
        align-items: center;
        justify-content: center;
        width: 100%;
        z-index: 9;
    }
    .social-list.active{
        display: flex;
    }
    .arrow-socials{
        border: 1px solid #fff;
        border-radius: 50%;
        display: block;
    }

    /* .menu-icon {
        padding: 2px 17px;
    } */

    .plaska {
        display: none;
    }

    .serch {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .search-input {
        height: 30px;
    }

    .page-search-button {
        padding: 7px 15px;
    }

    .nav i {
        font-size: 20px;
    }

    .header .nav {
        padding-top: 6px;
    }

    .search-input {
        width: 15em !Important;
    }

    /* .menu-icon {
        font-size: 17px;
    } */

}

@media (max-width: 321px) {
    .search-input {
        width: 14em !Important;
    }
}

.article_read-more {
    color: #00b48d;
}


/*Images size*/

.product_tovar .prev-produkt-image {
    width: 260px;
    height: 200px;
}

.product_tovar .prev-produkt-image img {
    width: 100%;
    object-fit: cover;
}


.hidden-berserk {
    display: none;
}

.contact-form-feedback input, .contact-form-feedback textarea{
    margin: 5px 0px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ccc;
    color: #333;
}
.contact-form-feedback button{
    width: 100%;
    border-radius: 0;
}

@media (max-width: 768px) {
    .createdby.container.class_footer_company {
        display: none !important;
    }

    .createdby.container.class_footer_company.hidden-berserk {
        display: flex !important;
        align-items: center;
        padding: 0 15px;
    }

    .block_footer_mobile .col-sm-6:first-child {
        padding-left: 15px !important;
    }

    .block_footer_mobile .col-sm-6{
        width: 50%;
    }

    .product_tovar .prev-produkt-image img {
        height: 100% !important;
    }
}

@media (max-width: 426px) {
    .product_tovar .prev-produkt-image img {
        height: 270px !important;
    }

    .nav__primary .menu {
        overflow-y: scroll;
        height: 500px;
        top: 100%;
        position: absolute;
        left: 0;
    }
}

/*Block reviews*/

.title_block-reviews {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font: 500 30px/30px "Roboto", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.reviews__blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.otziv-content {
    background-color: #3d3f42;
    min-height: 300px;
    width: 48%;
    margin-bottom: 25px;
    padding: 15px;
    box-shadow: 0 0 10px rgb(214 225 214 / 70%);

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

.otziv-main-text {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.otziv-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.name-person {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.reviews {
    display: flex;
}

.reiws_1 {
    background-image: url('/assets/images/otzyvy/star.png');
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0em 0.1em;
}

.btn_otziv_google {
    text-align: center;
}

.btn_orziv_google.articles-link.showform {
    width: 40% !important;
    margin: 10px auto 35px auto !important;
}

.intro__arrow {
    position: absolute;
    bottom: 35%;
    right: 5%;
    z-index: 1000;
}

.intro__arrow img {
    width: 3.5em;
    display: block;
}

.list-portfolio-title {
    font-size: 1.17em;
}

@media (max-width: 768px) {
    .otziv-content {
        width: 100%;
    }

    .otziv-main-text {
        font-size: 14px;
    }

    .name-person {
        font-size: 14px;
    }

    .btn_orziv_google.articles-link.showform {
        width: 100% !important;
        font-size: 18px !important;
    }

    .createdby img {
        height: 62px;
    }

    .intro__arrow {
        bottom: 20%;
    }
    .a-position{
        text-align: center;
    }
    .service .showform{
        margin-top: 0;
        float: none;
    }
}

.banner-box .clearfix .img-responsive {
    width: 100%;
    height: 100%;
}

#up-dekstop {
    position: fixed;
    z-index: 99999999;
    bottom: 20%;
    right: 30px;
    background-color: #00b48d;
    font-size: 18px;
    border-radius: 50%;
    padding: 15px 20px;
    border: 0;
    color: white;
    cursor: pointer;
    outline: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

#up-dekstop:hover {
    background-color: #167661;
}