@charset "UTF-8";
.row {
    padding: 0;
    margin: 0;
    width: 100%;
}
.lg-html5 {
    width: 100%;
    height: 270px;
}
@media (min-width: 768px) {
    .lg-html5 {
        height: 310px;
    } 
}
@media (min-width: 1200px) {
    .lg-html5 {
        height: 420px;
    } 
}


@font-face {
    font-family: 'ubuntu';
    src: url("../fonts/ubuntu.eot?-kwf309");
    src: url("../fonts/ubuntu.eot?#iefix-kwf309") format("embedded-opentype"), url("../fonts/ubuntu.woff?-kwf309") format("woff"), url("../fonts/ubuntu.ttf?-kwf309") format("truetype"), url("../fonts/ubuntu.svg?-kwf309#AA-ubuntu") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntulight';
    src: url("../fonts/ubuntulight.eot?-kwf309");
    src: url("../fonts/ubuntulight.eot?#iefix-kwf309") format("embedded-opentype"), url("../fonts/ubuntulight.woff?-kwf309") format("woff"), url("../fonts/ubuntulight.ttf?-kwf309") format("truetype"), url("../fonts/ubuntulight.svg?-kwf309#AA-ubuntulight") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntumedium';
    src: url("../fonts/ubuntumedium.eot?-kwf309");
    src: url("../fonts/ubuntumedium.eot?#iefix-kwf309") format("embedded-opentype"), url("../fonts/ubuntumedium.woff?-kwf309") format("woff"), url("../fonts/ubuntumedium.ttf?-kwf309") format("truetype"), url("../fonts/ubuntumedium.svg?-kwf309#AA-ubuntumedium") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat';
    src: url("../fonts/montserrat.eot?-kwf309");
    src: url("../fonts/montserrat.eot?#iefix-kwf309") format("embedded-opentype"), url("../fonts/montserrat.woff?-kwf309") format("woff"), url("../fonts/montserrat.ttf?-kwf309") format("truetype"), url("../fonts/montserrat.svg?-kwf309#AA-montserrat") format("svg");
    font-weight: 100;
    font-style: normal;
}

body {
    color: #000000;
    font-size: 16px;
    font-family: 'ubuntu';
    background-color: #fff;
    height: 100%;
}

:root {
    height: 100%;
}

a {
    color: #000;
}

a:hover {
    color: #000;
}

.clear {
    clear: both;
}

button:focus {
    outline: none;
}

.bg-dark {
    padding: 10px 0 0 0;
    border-top: 1px solid #dadada;
    background: none !important;
    margin-top: 10px;
    position: relative;
}

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

h1 {
    margin: 0;
    font-size: 40px;
}

h2 {
    font-size: 28px;
    line-height: 50px;
}

p {
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    border-radius: 0!important;
}

.dropdown-menu li {
    width: 100%;
    position: relative;
}

.navbar-nav .dropdown-menu li:before {
    content: '';
    border-bottom: 1px solid #e9ecef;
    display: block;
    bottom: 0;
    position: absolute;
    left: 8px;
    right: 8px;
}

.navbar-nav .dropdown-menu li:last-child:before {
    border-bottom: none;
    margin-top: 0;
    margin-bottom: 0;
}

.dropdown-menu:before {
    content: '';
    height: 18px;
    left: 0;
    right: 0;
    top: -18px;
    position: absolute;
}

.navbar-nav .dropdown-menu.show {
    display: flex;
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    border: none;
    margin-top: 18px;
    padding: 5px 10px;
}

.navbar-nav .list-unstyled {
    padding: 0 10px;
}

.navbar-nav .list-unstyled__child {
    padding-left: 0;
    margin-bottom: 10px;
}

.navbar-nav .list-unstyled .list-unstyled__child:last-child {
    margin-bottom: 0;
}

.navbar-nav .list-unstyled__child li a,
.navbar-nav .list-unstyled__child li span {
    color: #666;
}

.navbar-nav .dropdown-menu li a,
.navbar-nav .dropdown-menu li span,
.navbar-nav .dropdown-menu li strong {
    padding: .5rem 0;
    font-size: 13px;
}

.navbar-nav .dropdown-menu li.isSeparator span {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-nav .dropdown-menu li a:hover:after,
.navbar-nav .dropdown-menu li span:hover:after {
    display: none;
}

.navbar-nav .dropdown-menu li a:hover {
    color: #444;
}

header {
    padding: 5px 0 0 0;
    background-size: cover;
}

@media (min-width: 768px) {
    header .container {
        overflow: visible;
        position: relative;
        z-index: 2;
    }
}

.container__padding {
    padding: 0;
}

.logo {
    padding: 0 15px;
    text-align: left;
}

.c-top {
    padding-top: 12px;
}

.navbar-collapse {
    margin-bottom: 15px;
}

.navbar-nav {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.navbar-nav li {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px 0 10px;
}

/* Приховування випадаючого меню
для приховування розкоментувати: display: none !important; */
.navbar-nav .dropdown-menu {
    /* display: none !important; */
}

.navbar-nav li:first-child {
    padding: 0 8px 0 0;
}

.navbar-nav li:last-child {
    padding: 0 0 0 8px;
}

.navbar-nav li a,
.navbar-nav li span {
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'ubuntulight';
    color: #000000;
    margin: 0 0 -2px 0;
    padding: 0 0 0 0;
    display: block;
    font-weight: bold;
}

.navbar-nav .dropdown-menu li:first-child,
.navbar-nav .dropdown-menu li:last-child,
.navbar-nav .dropdown-menu li {
    padding: 0 8px;
}

.navbar-nav .dropdown-menu li a {
    white-space: nowrap;
}

.navbar-nav li a:before,
.navbar-nav li span:before {
    content: '';
    display: block;
}

.navbar-nav li a:after,
.navbar-nav li span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #929292;
    max-width: 0;
    -webkit-transition: max-width 0.2s;
    transition: max-width 0.2s;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    width: unset;
    height: unset;
    margin-left: unset;
    vertical-align: unset;
    content: "";
    border: none!important;
}

.navbar-nav li a:hover {
    font-weight: bold
}

.navbar-nav li a:hover:after {
    max-width: 100%;
}

.navbar-nav li a span+span {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.navbar-nav li a:hover {
    width: 100%;
    text-decoration: none;
}

.navbar-nav li a:hover span+span {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}

.navbar-nav li a:hover span:first-child {
    visibility: hidden;
}

.list-inline-item {
    margin-bottom: 15px;
}


/* .dropdown:hover .dropdown-menu {
    display: none;
} */

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
    /* Удаляем иконку поиска и сброса */
}


/* Поле ввода строки поиска */

input[type=search] {
    background: #fff url(../images/search.svg) no-repeat 0 center;
    padding: 7px 10px 7px 32px;
    width: 55px;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

input[type=search]:focus {
    width: 130px;
    outline-color: #000;
    background-color: #fff;
}


/* Заполнитель */

input:-moz-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

#demo-b input[type=search] {
    /*width: 15px;
  padding-left: 15px;
  color: transparent;
  cursor: pointer;*/
    width: 93%;
    padding-left: 40px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    /*width: 130px;*/
    outline-color: #000;
    /*background-color: #fff;*/
    border: 1px solid black;
    border-radius: 0;
}

#demo-b input[type=search]:hover {
    background-color: #fff;
}

#demo-b input[type=search]:focus {
    width: 100%;
    padding-left: 40px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}

#demo-b input:-moz-placeholder {
    color: transparent;
}

#demo-b input::-webkit-input-placeholder {
    color: transparent;
}

a.shopbag {
    position: relative;
}

a.shopbag .shopbag_number {
    position: absolute;
    background: #000000;
    width: 16px;
    top: 16px;
    right: -5px;
    height: 12px;
    padding: 0 0 16px 0;
    border-radius: 51px;
    text-align: center;
    font-size: 11px;
    color: #fff;
}

.star_top {
    margin: 0 9px 0 9px;
}

.carousel-item {
    height: 534px;
}

#carouselExampleIndicators {
    margin-top: 10px;
    margin-bottom: 67px;
}

.carousel_title {
    font-size: 36px;
    padding: 0 0 0 65px;
    margin: -380px 0 20px 0;
}

.carousel_body {
    padding: 0 0 0 65px;
    color: #7f7f7f;
    font-size: 14px;
    margin-bottom: 32px;
}

a.carousel_link {
    background: #000000;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
    width: 179px;
    display: block;
    margin: 0 0 0 67px;
    padding: 17px 0 14px 0;
}

.carousel-indicators {
    bottom: 9px;
    justify-content: left;
    margin-left: 65px;
}

.carousel-indicators li {
    background: #fff;
    width: 10px;
    height: 10px;
}

.carousel-indicators .active {
    background: #000;
}

.navbar-dark .navbar-toggler {
    padding: 0 0 10px 0;
}

.icon-bar {
    display: block;
    background: #000;
    width: 40px;
    height: 5px;
    cursor: pointer;
    margin: 0 0 5px 0;
}

.figure_title {
    position: relative;
    font-size: 30px;
    background: #fff url(../images/line_figure.png) no-repeat center bottom;
    display: flex;
    margin-bottom: 25px;
    padding: 0 0 16px 0;
}

.figure_block_wrap {
    position: relative;
    justify-content: center;
    display: flex;
    margin-bottom: 36px;
}

.figure_block_wrap img {
    width: 100%;
}

.figure_block_wrap .figure_button {
    font-size: 14px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 204px;
    color: #000;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: #fff;
    bottom: 20px;
    padding: 13px 0 11px 0;
}

.figure_block_wrap:hover .figure_button {
    background: #000;
    color: #fff;
}

.catalog {
    margin-bottom: 25px;
}

.catalog_title {
    color: #161918;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.catalog_main_wrap {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.catalog_main_wrap:focus,
.catalog_main_wrap:hover {
    cursor: pointer;
    border-color: #dadada;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 6px 25px rgba(0, 0, 0, 0.14);
}

.catalog_main_wrap .catalog_title {
    color: #161918;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 8px;
}

.catalog_main_wrap .catalog_body {
    font-size: 14px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.catalog_main_wrap .catalog_main_img {
    position: relative;
}

.catalog_main_wrap .catalog_main_img .news_catalog {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 12px;
    padding: 1px 7px 0 7px;
    color: #fff;
    background: #398330;
}

.catalog_main_wrap .catalog_main_img .news_catalog2 {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 12px;
    padding: 1px 7px 0 7px;
    color: #fff;
    background: #000000;
}

.catalog_main_wrap .catalog_main_img .news_catalog3 {
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 12px;
    padding: 1px 7px 0 7px;
    color: #fff;
    background: #e52b3b;
}

.section_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 5px 0 5px 0;
    background: #fff;
}

.fixed-header .container {
    padding: 0 15px;
}

.header-wrapper {
    width: 100%;
    background-color: white;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.catalog_main_title {
    position: relative;
    font-size: 30px;
    background: #fff url(../images/line_figure.png) no-repeat center bottom;
    display: flex;
    margin-bottom: 33px;
    padding: 0 0 16px 0;
}

.more_img {
    margin-bottom: 27px;
}

.more_img img {
    width: 100%;
    height: 371px;
    object-fit: cover;
    object-position: top;
}

.more_block_wrap {
    padding: 50px 0 0 0;
    background: #f5f5f5;
    height: 381px;
    text-align: center;
}

.col_more {
    padding: 0 0 0 15px;
}

.col_more2 {
    padding: 0 15px 0 0;
}

.more_title {
    font-size: 30px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    background: url(../images/more_line.png) no-repeat center bottom;
}

.more_body {
    color: #929292;
    font-size: 13.5px;
    padding: 0 56px;
    margin-bottom: 29px;
}

.link_more {
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-color: #000;
    padding: 10px 21px 7px 21px;
    text-transform: uppercase;
    margin-bottom: 38px;
    display: inline-block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    margin: 0 auto 0 auto;
}

.link_more:hover {
    background: #000;
    color: #fff;
}

.product {
    background: #f5f5f5;
    padding: 0;
    margin-bottom: 50px;
}

.product a.link_product {
    background: #000000;
    font-size: 25px;
    text-decoration: none !important;
    color: #fff;
    display: flex;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 12px;
    padding: 8px 16px 8px 16px;
}

.column-5 .col-md-1 {
    -ms-flex: 0 0%;
    flex: 0 0 0%;
    padding: 0;
    max-width: 0%;
}

.column-5 .col-md-2 {
    -ms-flex: 0 20%;
    flex: 0 0 20%;
    padding: 0;
    max-width: 20%;
}

.container_product {
    padding: 0 30px;
}

.product_img img {
    width: 100%;
}

footer {
    background: #f5f5f5;
    padding: 67px 0 56px 0;
    margin-top: 67px;
}

footer .logo_bottom {
    margin-bottom: 30px;
}

footer .footer_text {
    font-size: 14px;
    color: #929292;
}

footer .mb_title {
    font-size: 18px;
    margin-bottom: 24px;
}

footer .menu_bottom {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .menu_bottom li {
    display: block;
    padding: 0 0 10px 0;
}

footer .menu_bottom li a,
footer .menu_bottom li span {
    font-size: 14px;
    position: relative;
    color: #929292;
    text-decoration: none !important;
}

footer .menu_bottom li a:before,
footer .menu_bottom li span:before {
    content: '';
    display: block;
}

footer .menu_bottom li a:after,
footer .menu_bottom li span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #929292;
    max-width: 0;
    -webkit-transition: max-width 0.2s;
    transition: max-width 0.2s;
}

footer .menu_bottom li a:hover:after {
    max-width: 100%;
}

footer .menu_bottom2 {
    list-style: none;
    margin: 51px 0 0 0;
    padding: 0;
}

footer .menu_bottom2 li {
    display: block;
    padding: 0 0 10px 0;
}

footer .menu_bottom2 li a,
footer .menu_bottom2 li span {
    font-size: 14px;
    position: relative;
    color: #929292;
    text-decoration: none !important;
}

footer .menu_bottom2 li a:before,
footer .menu_bottom2 li span:before {
    content: '';
    display: block;
}

footer .menu_bottom2 li a:after,
footer .menu_bottom2 li span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    height: 1px;
    background: #929292;
    max-width: 0;
    -webkit-transition: max-width 0.2s;
    transition: max-width 0.2s;
}

footer .menu_bottom2 li a:hover:after {
    max-width: 100%;
}

footer .social_footer {
    list-style: none;
    margin: 0 0 17px 0;
    padding: 0;
}

footer .social_footer li {
    display: inline-block;
    margin: 0 5px;
}

footer .social_footer li a {
    display: inline-block;
}

.input__group {
    position: relative;
}

#search-input {
    padding: 18px 122px 17px 19px;
    background: #fcfcfc;
    margin: 0 0 0 5px;
    border-radius: 0;
    border: 1px solid #dfdfdf;
}

#search-input:-moz-placeholder {
    color: #929292;
}

#search-input::-webkit-input-placeholder {
    color: #929292;
}

#srchbtn {
    position: absolute;
    background: none;
    z-index: 12;
    right: 0;
    top: 0px;
    padding: 22px 28px 0 0;
    font-size: 12px;
    outline: none !important;
    text-transform: uppercase;
}

#srchbtn:focus {
    outline: none !important;
    box-shadow: unset;
}

.crumbs {
    background: url(../images/crumbs_main.png) 0 60% no-repeat;
    margin-bottom: 0;
    margin-top: 22px;
}

.crumbs a {
    color: #000033;
    padding: 0 0 0 30px;
    font-size: 12px;
}

.vakancy_mail_title {
    position: relative;
    font-size: 28px;
    background: #fff url(../images/line_figure.png) no-repeat center bottom;
    text-align: center;
    margin-bottom: 33px;
    padding: 0 0 16px 0;
}

.vakancy_wrap {
    padding: 0 0 0 0;
}

.vakancy_wrap .vakancy_title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.vakancy_wrap .vakancy_title span {
    font-size: 18px;
}

.vakancy_wrap .vakancy_title_line {
    height: 1px;
    background: #e2e2e2;
    width: 62px;
    margin-bottom: 11px;
}

.vakancy_wrap .vakancy_body {
    font-size: 14px;
    color: #929292;
    margin-bottom: 29px;
    line-height: 23px;
}

.vakancy_wrap .link_vakancy {
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-color: #000;
    padding: 10px 0 7px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    width: 177px;
    -webkit-transition: 0.3s;
}

.vakancy_wrap .link_vakancy:hover {
    background: #000;
    color: #fff;
}

.line_vakance {
    height: 1px;
    background: #e2e2e2;
    margin-bottom: 37px;
    margin-top: 37px;
}

.vakancy_footer {
    margin-top: 85px;
}

.crumbs2 {
    background: url(../images/crumbs_main.png) 0 60% no-repeat;
    margin-bottom: 26px;
    margin-top: 22px;
}

.crumbs2 a {
    color: #777777;
    padding: 0 0 0 36px;
    font-size: 12px;
}

.crumbs2 a:active {
    color: #777777;
}

.crumbs2 a+a {
    color: #000033;
    padding: 0 0 0 11px;
    margin: 0 0 0 13px;
    background: url(../images/line_crumbs.png) 0 60% no-repeat;
    font-size: 12px;
}

.category_about_title {
    font-size: 24px;
    border-bottom: 2px solid #000;
    width: 113px;
    margin-bottom: 31px;
    padding: 0 0 10px 0;
}

.category_about_body {
    font-size: 14px;
    margin-bottom: 24px;
}

.category_about_color {
    margin-bottom: 22px;
}

.category_about_color a {
    display: inline-block;
    margin: 0 0 0 12px;
}

.link_category_rew {
    font-size: 14px;
    text-decoration: none !important;
    border: 1px solid transparent;
    border-color: #000;
    padding: 10px 0 7px 0;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
    margin-top: 5px;
    float: right;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    width: 177px;
    -webkit-transition: 0.3s;
}

.link_category_rew:hover {
    background: #000;
    color: #fff;
}

.category_about_rew {
    font-size: 24px;
    border-bottom: 2px solid #000;
    width: 113px;
    float: left;
    margin-bottom: 31px;
    padding: 0 0 10px 0;
}

.star_category {
    margin-bottom: 17px;
}

.category_about_cross {
    color: #333333;
    margin-bottom: 12px;
    font-size: 14px;
}

.category_about_cross2 {
    color: #333333;
    margin-bottom: 26px;
    font-size: 14px;
}

.about_body {
    color: #777777;
    font-size: 14px;
    margin-bottom: 25px;
    padding: 0 0 26px 0;
    border-bottom: 1px solid #d8d8d8;
}

.pagination li {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px 9px;
}

.pagination li a {
    color: #777777;
    text-decoration: none !important;
}

.pagination li a.active {
    color: #333333;
}

.catalog_item_body {
    font-size: 12px;
    text-align: center;
    text-decoration: line-through;
    color: #929292;
}

.catalog_item_body2 {
    color: #e52b3b;
    font-size: 12px;
}

.news_item_wrap {
    position: absolute;
    top: 50px;
    text-align: right;
    right: 25px;
}

.news_item_wrap .news_item_about {
    font-size: 12px;
    color: #ffffff;
    background: #398330;
    margin-bottom: -4px;
    padding: 1px 8px 0 8px;
}

.news_item_wrap .sale_item_about {
    font-size: 12px;
    color: #ffffff;
    background: #e52b3b;
    display: inline-block;
    padding: 1px 8px 0 8px;
}

.news_item_wrap .sale_item_about2 {
    font-size: 12px;
    color: #ffffff;
    background: #e52b3b;
    display: block;
    margin-top: -1px;
    padding: 1px 8px 0 8px;
}

.news_item_wrap .top_item_about {
    font-size: 12px;
    color: #ffffff;
    background: #292929;
    display: inline-block;
    padding: 1px 8px 0 8px;
}

.category_title {
    position: relative;
    font-size: 28px;
    margin-top: 60px;
    background: #fff url(../images/line_figure.png) no-repeat center bottom;
    text-align: center;
    margin-bottom: 37px;
    padding: 0 0 16px 0;
}

.catalog_main_wrap2 {
    margin-bottom: 10px;
}

.left-sidebar__balance-functions__checkbox-item {
    position: relative;
    margin-bottom: 11px;
}

.left-sidebar__balance-functions__checkbox-item input[type=checkbox] {
    display: none;
}

.left-sidebar__balance-functions__checkbox-item label {
    padding-left: 28px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
    cursor: pointer;
}

.left-sidebar__balance-functions__checkbox-item label:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #292929;
    position: absolute;
    top: 4px;
    left: 0;
}

.left-sidebar__balance-functions__checkbox-item input[type=checkbox]:checked+label:after {
    background: #292929 url(../images/check.png) center center no-repeat;
}

.left-sidebar__balance-functions__checkbox-item input[type=checkbox]:checked+label {
    color: #000;
}

.diliver_wrap {
    padding: 20px 0 12px 0;
    border-top: 1px solid #eeeff4;
}

.diliver_wrap .dilver_block {
    font-size: 14px;
    padding: 0 0 0 33px;
    margin: 0 27px 0 0;
    background: url(../images/dilver_block.png) 0 center no-repeat;
}

.diliver_wrap .dilver_block2 {
    padding: 0 0 0 33px;
    margin: 0 27px 0 0;
    font-size: 14px;
    background: url(../images/dilver_block2.png) 0 center no-repeat;
}

.diliver_wrap .dilver_block3 {
    font-size: 14px;
    padding: 0 0 0 33px;
    background: url(../images/dilver_block3.png) 0 center no-repeat;
}

.reint_wrap {
    float: left;
}

.category_social {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.category_social li {
    margin: 0 0 0 7px;
    display: inline-block;
}

.category_social li a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.category_social li a:hover {
    opacity: 0.8;
}

.slick_category_title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 19px;
}

.slick_category_title span {
    font-size: 16px;
}

.line_slick_category {
    height: 1px;
    width: 104px;
    margin-bottom: 20px;
    background: #cfcfcf;
}

.reint_title {
    font-size: 14px;
    color: #ababab;
    margin: 4px 0 0 7px;
}

.reint_title a {
    color: #000;
    text-decoration: underline;
}

.reint_title a:hover {
    text-decoration: none;
}

.category_price {
    font-size: 30px;
    color: #333333;
    margin-top: 11px;
    margin-bottom: 18px;
}

.category_size {
    font-size: 16px;
    margin-bottom: 10px;
}

.size_link_wrap {
    margin-bottom: 4px;
}

a.size_link {
    font-size: 14px;
    color: #000;
    text-align: center;
    text-decoration: none !important;
    border: 2px solid transparent;
    border-color: #e8e8e8;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: block;
    width: 62px;
    margin: 0 3px 0 0;
    padding: 4px 0 2px 0;
}

a.size_link:hover {
    border-color: #000;
}

.slick_category_about {
    margin-top: 21px;
    margin-bottom: 18px;
}

.slick_category_about a {
    text-decoration: underline;
}

.slick_category_about a:hover {
    text-decoration: none;
}

.col_about_categ {
    padding: 0 15px 0 36px;
}


.promocod_wrap {
    margin-bottom: 9px;
}

.promocod_wrap2 {
    margin-bottom: 33px;
}

#loyalty_card,
#promo_code {
    width: 158px;
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    padding: 11px 30px 10px 10px;
    margin: 0 0 0 16px;
    background: #f5f5f5 url(../images/arrow_promo.png) 90% center no-repeat;
}

.promocod_title {
    min-width: 150px;
}

.product-card__add_amount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e8e8e8;
    padding: 2px 2px 2px 5px;
    margin-right: 17px;
}

.product-card__add_amount input[type="text"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    width: 35px;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.product-card__add_amount .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-card__add_amount .buttons .up,
.product-card__add_amount .buttons .down {
    cursor: pointer;
    font-size: 0;
    padding: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-card__add_amount .buttons .up .normal,
.product-card__add_amount .buttons .down .normal {
    display: inline-block;
}

.product-card__add_amount .buttons .up .disabled,
.product-card__add_amount .buttons .down .disabled {
    display: none;
}

.product-card__add_amount .buttons .up.disabled,
.product-card__add_amount .buttons .down.disabled {
    cursor: auto;
    pointer-events: none;
}

.product-card__add_amount .buttons .up.disabled .normal,
.product-card__add_amount .buttons .down.disabled .normal {
    display: none;
}

.product-card__add_amount .buttons .up.disabled .disabled,
.product-card__add_amount .buttons .down.disabled .disabled {
    display: inline-block;
}

a.product_cart_link {
    background: #000000;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    text-decoration: none !important;
    text-align: center;
    width: 179px;
    display: block;
    margin: 0 0 0 0;
    padding: 11px 0 10px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border: 1px solid transparent;
}

a.product_cart_link:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

.like_cart {
    display: block;
    margin: 0 0 0 10px;
    width: 18px;
    height: 16px;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    background: url(../images/like_cart.png) 0 0 no-repeat;
}

.like_cart:active {
    background: url(../images/like_cart_hover.png) 0 0 no-repeat;
}

.like_cart:hover {
    background: url(../images/like_cart_hover.png) 0 0 no-repeat;
}

.like_cart:focus {
    background: url(../images/like_cart_hover.png) 0 0 no-repeat;
}

.size-chart-trigger {
    cursor: pointer;
}

.filter1 {
    border: 1px solid #f5f5f5;
    padding: 5px;
    position: relative;
    background: #f5f5f5;
    color: #292929;
    width: 145px;
    display: block;
    font-size: 14px;
}

.filter1:hover {
    text-decoration: none;
    color: #292929;
}

.filter1::after,
.block::before {
    content: '';
    position: absolute;
    background: #f5f5f5;
    left: 64px;
    bottom: -8px;
    width: 15px;
    height: 15px;
    z-index: -1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.active {
    background: #292929;
    color: #fff;
    border: 1px solid #292929;
}

.active:hover {
    text-decoration: none;
    color: #fff;
}

.active::after,
.block::before {
    content: '';
    position: absolute;
    background: #292929;
}

.h1-line {
    font-size: 32px;
    border-bottom: 1px solid #dadada;
    display: inline;
    margin-bottom: 16px;
    font-family: ubuntu;
}

.rdf-header {
    margin-bottom: 25px;
}

.rdf-filters {
    padding-left: 15px;
}

.rdf-filters .panel-body {
    margin-left: 25px;
    margin-bottom: 10px;
}

.checkbox.rdf-val {
    margin-top: 0;
    margin-bottom: 0
}

.checkbox.rdf-val input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px
}

.radio__text {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer
}

.radio__text:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff
}

.radio__text:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #292929;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s
}

.checkbox.rdf-val input:checked+.radio__text:after {
    opacity: 1
}

.checkbox.rdf-val input:focus+.radio__text:before {
    box-shadow: 0 0 0 0px #292929
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 10px;
    font-weight: 400;
    background: #e8e8e8;
}

.modal-header h4 {
    font-size: 1.2em;
}

.modal-header .close {
    position: absolute;
    right: 10px;
    top: 15px;
}

.lang>span::after,
.cs-skin-border .cs-selected span::after {
    content: '';
}

.lang ul span {
    padding-left: 5px;
}

.shopbag {
    cursor: pointer;
}

.shop-cart {
    border: none;
    background: #f5f3ec;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0px;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.crumbs2 {
    background: none;
    margin-bottom: 25px;
    margin-top: 0px;
}

.crumbs2 a:first-child {
    padding: 0;
}

.block::before {
    z-index: 1;
    /* Накладываем поверх, чтобы скрыть следы тени */
    box-shadow: none;
    /* Прячем тень */
}

.corner_0,
.corner_1,
.corner_2,
.corner_3 {
    position: absolute;
    right: 5px;
    top: 5px;
}

.item-inner {
    position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.items:hover .actions,
.items:hover .actions button,
.items:hover .actions .add-to-links a.link-wishlist,
.items:hover .actions .add-to-links a.link-compare {
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.items .actions {
    position: absolute;
    right: -32px;
    left: inherit;
    top: 60px;
    background: #fff;
    opacity: 0;
    z-index: 10;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}

.items .actions button {
    line-height: 36px;
    height: 38px;
    width: 38px;
    display: inline-block;
    background-color: #fff;
    font-weight: normal;
    border: 1px solid #292929;
    letter-spacing: 0;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    margin-top: 11px;
    margin-left: 5px;
    margin-right: 5px;
    color: #292929!important;
    opacity: 0;
    cursor: pointer;
}

.items .actions button:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.items .actions button:hover {
    background: #292929;
    border-color: #292929;
    color: #fff!important;
}


/*
.item-inner:hover .actions,
.item-inner:hover .actions button,
.item-inner:hover .actions .add-to-links a.link-wishlist,
.item-inner:hover .actions .add-to-links a.link-compare {
  opacity: 1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.item-inner .actions {
  position: absolute;
  right: -1px;
  left: inherit;
  top: 60px;
  background: #fff;
  opacity: 0;
  z-index: 10;
}
.item-inner .actions button {
  line-height: 36px;
  height: 38px;
  width: 38px;
  display: inline-block;
  background-color: #fff;
  font-weight: normal;
  border: 1px solid #292929;
  letter-spacing: 0;
  font-size: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-top: 11px;
  margin-left: 11px;
  color: #292929!important;
  opacity: 0;
  cursor: pointer;
}
.item-inner .actions button:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.item-inner .actions button:hover {
  background:#292929;
  border-color: #292929;
  color:  #fff!important;
}
*/

.add-to-links {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 11px;
}

.add-to-links a {
    line-height: 36px;
    height: 38px;
    width: 38px;
    display: block;
    background-color: #fff;
    font-weight: normal;
    border: 1px solid #292929;
    font-size: 0;
    padding: 0;
    border-radius: 0;
    text-align: center;
    margin-top: 11px;
    margin-left: 5px;
    margin-right: 5px;
    color: #292929!important;
    opacity: 0;
    cursor: pointer;
}

.add-to-links a:before {
    content: "\f004";
    font-family: 'FontAwesome';
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.add-to-links a.link-compare:before {
    content: "\f200";
}

.add-to-links a:hover {
    background: #292929;
    border-color: #292929;
    color: #fff!important;
}

.catalog_title a {
    font-size: 20px;
}

.catalog_main_wrap .catalog_body {
    font-size: 20px;
}

.price-old {
    text-decoration: line-through;
}

.price-new {
    color: red;
}

.fa-stack {
    width: 1em;
    height: 1em;
    line-height: 1em;
}

#product .radio {
    display: inline-block;
}

#product .radio input {
    display: none;
}

#product .radio label {
    font-size: 14px;
    color: #292929;
    text-align: center;
    text-decoration: none !important;
    border: 2px solid transparent;
    border-color: #e8e8e8;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: 85px;
    margin: 0 3px 0 0;
    padding: 4px 0 2px 0;
    white-space: nowrap;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

#product .radio label:hover {
    border-color: #292929;
}

#product .radio input:checked+label {
    background-color: #292929;
    border-color: #292929;
    color: #fff;
}

button.product_cart_link {
    background: #000000;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    text-decoration: none !important;
    text-align: center;
    width: 179px;
    display: block;
    margin: 0 0 0 0;
    padding: 11px 0 10px 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 0;
}

button.product_cart_link:hover {
    background: #fff;
    color: #000;
    border-color: #000;
}

button.b1c.product_cart_link {
    background: #fff;
    color: #000;
    border-color: #000;
    margin-left: 15px;
}

button.b1c.product_cart_link:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.btn-light {
    background: none;
    border-radius: 0;
    margin-left: 5px;
    border: 2px solid #fff;
    padding: 9px 12px;
    cursor: pointer;
}

.btn-light:hover {
    background: none;
    border: 1px solid #000;
    ;
    padding: 9px 13px;
}

.pagination li a.active {
    color: #292929;
    background: none;
    border: none;
}

.location .carousel-inner {
    width: 100%;
    max-height: 284px !important;
}

.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.address {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #fff;
    padding: 10px;
    font-size: 14px;
}

.carousel-item {
    border: none !important;
    background: none !important;
}

.owl-stage .active {
    background: #fff;
    color: #fff;
    border: none;
}

.owl-prev {
    left: 10px;
    position: absolute;
    top: 32%;
}

.product-thumb {
    background-color: #f5f5f5;
    overflow: hidden;
}

.blog-article {
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 30px;
}

.blog-article h1 {
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-article p {
    margin-bottom: 10px;
}

h4.truncate-blog {
    font-size: 16px;
    width: 191px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
}

span.price {
    text-align: center;
    display: block;
    font-weight: bold;
    color: #4e4e4e;
}

span.price-old {
    font-size: 12px;
}

span.price-new {
    font-weight: bold;
}

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

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.link_category_rew {
    cursor: pointer;
}

.form-control {
    border-radius: 0;
    border: 1px solid #4e4e4e;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #000000;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff!important;
    background-color: #4e4e4e;
    border-color: #4e4e4e;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #4e4e4e;
}

.set_table .hidden {
    display: none;
}

.setb1 {
    border: none;
}

.rel {
    padding: 0
}

.seth h3 {
    position: relative;
    font-size: 28px;
    margin-top: 60px;
    background: #fff url(../images/line_figure.png) no-repeat center bottom;
    text-align: center;
    margin-bottom: 37px;
    padding: 0 0 16px 0;
}

input.kjincluded {
    margin-top: 0;
    margin-bottom: 0
}

input.kjincluded {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px
}

.radio__text-kompl {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer
}

.radio__text-kompl:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #cdd1da;
    border-radius: 50%;
    background: #fff
}

.radio__text-kompl:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #292929;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .2s
}

input.kjincluded:checked+.radio__text-kompl:after {
    opacity: 1
}

input.kjincluded:focus+.radio__text-kompl:before {
    box-shadow: 0 0 0 0px #292929
}

label.radio-kompl {
    position: absolute;
    left: 0;
    top: 0;
}

.open-options {
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 6px;
}

.size-chart-trigger {
    text-decoration: underline;
}

.promo_h {
    font-size: 18px;
}

.promo {
    margin-bottom: 30px;
}

.promo_h a,
.promo a {
    text-decoration: underline;
}

#form-language button.btn-link {
    color: #000;
}

.panel-title {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: .5rem;
}

.error {
    color: #FF4040;
    font-weight: 500;
}


/* START ФАБРИКА САЙТІВ */

#df-widget {
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 2147483001;
    bottom: 25px;
    left: 25px;
    display: none;
}

#df-widget .share-icon {
    width: 60px;
    height: 60px;
    font-size: 30px;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 101;
}

#df-widget .share-icon img {
    border: 0;
    max-width: 100%;
    max-height: 80%;
    margin-top: 10%;
    display: inline-block!important;
    vertical-align: initial;
}

#df-bubble-overlay {
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 99999;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

#df-bubble {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    background-color: #ffffff;
    left: -440px;
    width: 380px;
    max-width: 380px;
    height: 110%;
    box-shadow: #000 0px 0px 30px;
    border-right: 3px solid #cccccc;
    z-index: 9999999999;
    overflow: hidden;
    padding: 0;
    background-image: url(/catalog/view/theme/pakolorente/images/tlo3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    font-size: 16px!important;
    margin: 0 auto;
    letter-spacing: -1px;
    line-height: 25px;
}

#df-bubble .df-bubble-close {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 24px;
    text-align: center;
    top: 5px;
    right: 5px;
    font-size: 30px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #ffffff;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    z-index: 9;
}

#df-bubble .df-bubble-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#df-bubble .df-bubble-content {
    overflow-y: scroll;
    height: 100%;
    position: relative;
    width: 394px!important;
}

#df-bubble p {
    color: #ffffff;
    font-weight: 100;
    text-align: left;
    width: 100%;
    margin-left: 0%!important;
    font-size: 16px;
    margin: 30px auto;
    line-height: 25px;
    letter-spacing: 0px!important;
    font-weight: 300;
}

#df-bubble p b {
    font-weight: 600;
}

#df-bubble p.under-ref {
    font-size: 11px;
    line-height: 1.2;
    font-style: italic;
}

#df-bubble .df-bubble-content .cmp-content {
    position: relative;
    margin: 0 auto;
    margin-top: 60px;
    width: 90%;
}

#df-bubble .ref-share {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}

.ref-form {
    width: 90%;
    padding: 0;
    margin: 0 auto;
}

.ref-form label {
    color: #fff;
    width: 100%;
    text-align: left;
    margin-left: 0%!important;
    font-size: 16px;
    margin: 0 auto;
    line-height: 25px;
    letter-spacing: 0px!important;
    text-transform: uppercase;
}

.ref-form input {
    border-radius: 0;
    border: none;
    height: 40px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 12px!important;
    color: #ffffff;
    font-style: italic;
    background-color: #f9f9f982;
    margin: 0 auto 30px;
    width: 100%;
    position: relative;
}

.ref-form input:hover,
.ref-form input:active,
.ref-form input:focus {
    outline: none;
}

.ref-form button#callme-submit {
    font-variant: all-petite-caps;
    background-image: none;
    border: none;
    border-radius: 0!important;
    background-color: #ffffffd1;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
    padding: 0px;
    margin: 0;
    margin-top: 10px;
    width: 100%;
}

.callme-checkbox {
    display: flex;
}

.callme-checkbox input {
    height: 15px;
    width: auto;
    margin: 0 5px;
}

.callme-checkbox label,
.callme-checkbox label a {
    font-size: 11px;
    line-height: 1.2;
    font-style: italic;
    color: #fff;
    text-transform: lowercase;
}

.callme-checkbox label a {
    text-decoration: underline;
}

.pulsing:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-shadow: inset 0 0 0 2px #8a8a8a;
    transition: transform 0.2s, opacity .2s;
    animation: pulsing 2.7s infinite;
    z-index: 1;
}

.bounceu {
    -webkit-animation: bounceu 1s infinite;
    -moz-animation: bounceu 1s infinite;
    animation: bounceu 1s infinite;
}

.special-procent {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 12px;
    padding: 2px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    background-color: #FF4040;
}

@-webkit-keyframes bounceu {
    0% {
        bottom: 25px;
    }
    25%,
    75% {
        bottom: 27px;
    }
    50% {
        bottom: 29px;
    }
}

@keyframes pulsing {
    0% {
        transform: scale(1);
        opacity: 1
    }
    50% {
        transform: scale(2);
        opacity: 0
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

#SizeChartModal .modal-dialog {
    max-width: 80%;
    text-align: center;
}

#SizeChartModal .table td,
#SizeChartModal .table th {
    padding: 0 5px;
    font-size: 13px;
}

.modal-body table.table,
.modal-body .table-responsive {
    margin: 0 auto;
}


/* END ФАБРИКА САЙТІВ */


/* стили для sm-устройств */

@media screen and (min-width: 1200px) {
    .container {
        /* max-width: 1222px; */
        max-width: 100%;
        overflow: hidden;
    }
}

@media screen and (max-width: 1200px) {
    .navbar-nav li:first-child {
        padding: 0 8px 0 0;
    }
    .carousel_title {
        font-size: 36px;
        padding: 0 0 0 65px;
        margin: -350px 0 20px 0;
    }
    .product_cart_wrap {
        margin-bottom: 30px;
    }
    .col_slider_slick {
        padding: 0 0 0 15px;
    }
    .dilver_block {
        margin: 0 14px 0 0 !important;
        font-size: 13px !important;
        padding: 0 0 0 27px !important;
    }
    .dilver_block2 {
        margin: 0 -7px 0 -2px !important;
        font-size: 13px !important;
        padding: 0 0 0 25px !important;
    }
    .dilver_block3 {
        padding: 0 0 0 25px !important;
        margin: 0 0 0 0 !important;
        font-size: 13px !important;
    }
    .catalog_title {
        color: #161918;
        text-align: center;
        font-size: 11px;
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .catalog_item_body2 {
        text-align: center;
    }
    .category_social li {
        margin: 0 0 0 2px;
        display: inline-block;
    }
    .navbar-nav li {
        float: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 9px 0 9px;
    }
    .navbar-nav li a {
        font-size: 14px;
    }
    .carousel-indicators {
        bottom: 125px;
        justify-content: left;
        margin-left: 65px;
    }
    #carouselExampleIndicators {
        margin-top: 10px;
        margin-bottom: -55px;
    }
    .figure_block_wrap .figure_button {
        font-size: 14px;
        position: absolute;
        text-transform: uppercase;
        text-align: center;
        display: block;
        width: 189px;
        color: #000;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        background: #fff;
        bottom: 20px;
        padding: 13px 0 11px 0;
    }
    .more_block_wrap {
        padding: 17px 0 0 0;
        background: #f5f5f5;
        height: 295px;
        text-align: center;
    }
    .more_body {
        color: #929292;
        font-size: 12.5px;
        padding: 0 13px;
        margin-bottom: 15px;
    }
    .navbar-nav li:last-child {
        padding: 0 0 0 8px;
    }
    .more_block_wrap {
        padding: 26px 0 0 0;
        background: #f5f5f5;
        height: 295px;
        text-align: center;
    }
    .more_title {
        font-size: 30px;
        margin-bottom: 12px;
        padding-bottom: 8px;
        background: url(../images/more_line.png) no-repeat center bottom;
    }
    .link_more {
        font-size: 14px;
        text-decoration: none !important;
        border: 1px solid transparent;
        border-color: #000;
        padding: 6px 21px 4px 21px;
        text-transform: uppercase;
        margin-bottom: 38px;
        display: block;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        width: 158px;
        margin: 0 auto 0 auto;
    }
    .col_mb2 {
        padding: 0;
    }
    footer .menu_bottom2 {
        list-style: none;
        margin: 51px -10px 0 0;
        padding: 0;
    }
    .vakancy_wrap .vakancy_title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
        margin-top: -4px;
    }
}


/* стили для sm-устройств */

@media screen and (max-width: 992px) {
    .navbar-nav .dropdown-menu {
        width: 75%!important;
    }
    .navbar-nav .list-unstyled__child {
        display: flex;
        flex-wrap: wrap;
    }
    .container_product {
        padding: 0 15px;
    }
    .row_vakancy {
        align-items: inherit;
    }
    .diliver_wrap .dilver_block {
        font-size: 14px !important;
        padding: 0 0 0 33px !important;
        margin: 0 34px 0 0 !important;
        width: 128px;
        background: url(../images/dilver_block.png) 0 center no-repeat;
    }
    .diliver_wrap .dilver_block2 {
        padding: 0 0 0 33px !important;
        margin: 0 34px 0 0 !important;
        width: 178px;
        font-size: 14px !important;
        background: url(../images/dilver_block2.png) 0 center no-repeat;
    }
    .col_about_categ {
        padding: 0 15px 0 15px;
    }
    .diliver_wrap .dilver_block3 {
        font-size: 14px !important;
        width: 178px;
        padding: 0 0 0 33px !important;
        background: url(../images/dilver_block3.png) 0 center no-repeat;
    }
    .vakancy_wrap .vakancy_title {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
        margin-top: -5px;
    }
    .collapse:not(.show) {
        display: block;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        display: none;
    }
    .navbar-nav {
        display: inline-block;
        text-align: center;
    }
    .carousel_title {
        font-size: 36px;
        padding: 0 0 0 65px;
        margin: -275px 0 20px 0;
    }
    .carousel-indicators {
        bottom: 230px;
        justify-content: left;
        margin-left: 65px;
    }
    #carouselExampleIndicators {
        margin-top: 10px;
        margin-bottom: -175px;
    }
    .carousel_body {
        padding: 0 320px 0 65px;
        color: #7f7f7f;
        font-size: 13px;
        margin-bottom: 32px;
    }
    .more_img {
        margin-bottom: 0px;
    }
    .col_more {
        padding: 0 0 0 0px;
    }
    .col_more2 {
        padding: 0 0px 0 0;
    }
    .more_block_wrap {
        padding: 26px 0 0 0;
        background: #f5f5f5;
        height: 295px;
        text-align: center;
        margin: 0 0 30px 0;
    }
    footer .menu_bottom {
        list-style: none;
        margin: 0 0 10px 20px;
        padding: 0;
    }
    footer .mb_title {
        font-size: 18px;
        margin-bottom: 24px;
        margin: 0 0 24px 20px;
    }
    footer .menu_bottom2 {
        list-style: none;
        margin: 52px 0px 0 20px;
        padding: 0;
    }
    #search-input {
        padding: 18px 142px 17px 19px;
        background: #fcfcfc;
        margin: 0 0 0 5px;
        border-radius: 0;
        border: 1px solid #dfdfdf;
    }
    .col_mb2 {
        padding: 0 15px;
    }
}


/* Ipad*/

@media screen and (max-width: 768px) {
    .category_about_item {
        margin-bottom: 25px;
    }
    .logo {
        /*padding: 3px 15px 0 0;
    text-align: left;*/
        padding: 0;
        text-align: center;
    }
    .c-top {
        padding-top: 0px;
    }
    .img_vakancy {
        margin-bottom: 30px;
    }
    .collapse:not(.show) {
        display: none;
    }
    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
        display: block;
    }
    .navbar-nav {
        display: inline-block;
        text-align: left;
    }
    .section_fixed {
        display: none !important;
    }
    .navbar-nav li {
        float: left;
        display: block;
        vertical-align: top;
        padding: 0 13px 0 0;
    }
    .navbar-nav li:last-child {
        padding: 0 0 0 0;
    }
    .navbar-nav li:first-child {
        padding: 0 14px 0 0;
    }
    .navbar-nav li a {
        position: relative;
        font-size: 14px;
        text-transform: uppercase;
        font-family: 'ubuntulight';
        color: #000000;
        margin: 0 0 -2px 0;
        text-transform: uppercase;
        padding: 0 0 14px 0;
        display: block;
    }
    .carousel_body {
        padding: 0 100px 0 25px;
        color: #7f7f7f;
        font-size: 12px;
        margin-bottom: 13px;
    }
    a.carousel_link {
        background: #000000;
        font-size: 14px;
        color: #ffffff;
        position: relative;
        text-decoration: none !important;
        text-align: center;
        text-transform: uppercase;
        width: 179px;
        display: block;
        margin: 0 0 0 25px;
        padding: 17px 0 14px 0;
    }
    a.carousel_link {
        background: #000000;
        font-size: 13px;
        color: #ffffff;
        position: relative;
        text-decoration: none !important;
        text-align: center;
        text-transform: uppercase;
        width: 159px;
        display: block;
        margin: 0 0 0 25px;
        padding: 12px 0 10px 0;
    }
    .carousel_title {
        font-size: 28px;
        padding: 0 0 0 25px;
        margin: -198px 0 7px 0;
    }
    .carousel-indicators {
        bottom: 301px;
        justify-content: left;
        margin-left: 25px;
    }
    .column-5 .col-md-2 {
        -ms-flex: 0 33.333333%;
        flex: 0 0 33.333333%;
        padding: 0;
        max-width: 33.333333%;
    }
    .column-5 {
        justify-content: center;
    }
    footer .mb_title {
        font-size: 18px;
        margin-bottom: 24px;
        margin: 20px 0 24px 0px;
    }
    footer .menu_bottom {
        list-style: none;
        margin: 0 0 10px 0px;
        padding: 0;
    }
    footer .menu_bottom2 {
        list-style: none;
        margin: 72px 0px 0 20px;
        padding: 0;
    }
    footer .social_footer li {
        display: inline-block;
        margin: 0 6px 0 0px;
    }
    #search-input {
        padding: 18px 142px 17px 19px;
        background: #fcfcfc;
        margin: 0 0 0 0px;
        border-radius: 0;
        border: 1px solid #dfdfdf;
    }
    .col_search {
        padding: 0 15px;
        justify-content: flex-start !important;
    }
    #demo-b input[type=search]:focus {
        width: 170px;
        padding-left: 40px;
        color: #000;
        background-color: #fff;
        cursor: auto;
    }
    .col_search {
        margin-bottom: 10px;
        justify-content: flex-end !important;
    }
}


/* Ipad mini*/

@media screen and (max-width: 640px) {
    .section_fixed {
        display: none !important;
    }
}


/* Galaxy S8+*/

@media screen and (max-width: 485px) {
    .bg-dark {
        padding-top: 0;
        margin-top: 0;
        left: 15px;
        position: absolute;
    }
    #action {
        padding-bottom: 15px;
    }
    #navbar1 {
        z-index: 999;
    }
    .navbar-nav li a {
        padding: 0 0 5px 0;
        margin-bottom: 10px;
    }
    .navbar-nav {
        z-index: 999;
        background: #f5f5f5;
        top: -20px;
        padding: 10px;
        width: 100vh;
        position: absolute;
        left: 0;
    }
    .logo {
        padding: 0;
        text-align: center;
    }
    .diliver_wrap {
        display: block !important;
    }
    .diliver_wrap .dilver_block {
        margin: 0 34px 15px 0 !important;
    }
    .diliver_wrap .dilver_block2 {
        margin: 0 34px 15px 0 !important;
    }
    .reint_wrap {
        float: none;
    }
    a.size_link {
        font-size: 13px;
        color: #000;
        text-align: center;
        text-decoration: none !important;
        border: 2px solid transparent;
        border-color: #e8e8e8;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        display: block;
        width: 83px;
        margin: 0 3px 0 0;
        padding: 4px 0 2px 0;
    }
    .container {
        padding: 0;
    }
    .category_social {
        float: none;
        margin-bottom: 15px;
    }
    .vakancy_col {
        padding: 0;
    }
    .vakancy_mail_title {
        position: relative;
        font-size: 28px;
        background: #fff url(../images/line_figure.png) no-repeat center bottom;
        text-align: center;
        margin-bottom: 33px;
        padding: 29px 0 16px 0;
    }
    #demo-b input[type=search]:focus {
        width: 170px;
        padding-left: 50px;
        color: #000;
        background-color: #fff;
        cursor: auto;
    }
    .navbar-nav li {
        float: none;
        display: block;
        vertical-align: top;
        padding: 0 13px 0 0;
    }
    #demo-b input[type=search]:focus {
        width: 83.6%;
    }
    .col_search_padding {
        justify-content: flex-end !important;
        margin-top: 15px;
    }
    #demo-b input[type=search] {
        width: 83.6%;
        padding-left: 50px;
        color: #000;
        background-color: #fff;
        cursor: auto;
    }
    input[type=search] {
        border: 1px solid #000;
        border-radius: 0;
        padding: 10px 10px 10px 32px;
    }
    #demo-b {
        padding: 0 15px 0 0px;
    }
    .col_search_padding {
        padding: 0 0 0 15px;
    }
    #carouselExampleIndicators {
        margin-top: 10px;
        margin-bottom: -345px;
    }
    .carousel_title {
        font-size: 22px;
        padding: 0 0 0 15px;
        margin: -124px 0 15px 0;
    }
    .carousel_body {
        padding: 0px 10px 0 15px;
        color: #7f7f7f;
        display: none;
        font-size: 11px;
        margin-bottom: 13px;
    }
    .carousel-indicators {
        bottom: 381px;
        justify-content: left;
        margin-left: 15px;
    }
    .more_block_wrap {
        height: unset;
        padding: 26px 0 20px 0;
    }
    a.carousel_link {
        background: #000000;
        font-size: 12px;
        color: #ffffff;
        position: relative;
        text-decoration: none !important;
        text-align: center;
        text-transform: uppercase;
        width: 129px;
        display: block;
        margin: 0 0 0 15px;
        padding: 8px 0 6px 0;
    }
    input[type=search] {
        background: #fff url(../images/search.svg) no-repeat 10px center;
        width: 55px;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    footer .menu_bottom2 {
        list-style: none;
        margin: 72px 0px 0 0px;
        padding: 0;
    }
    .catalog_main_title {
        position: relative;
        font-size: 28px;
        background: #fff url(../images/line_figure.png) no-repeat center bottom;
        display: flex;
        text-align: center;
        margin-bottom: 33px;
        padding: 0 0 16px 0;
    }
    .figure_title {
        position: relative;
        font-size: 28px;
        background: #fff url(../images/line_figure.png) no-repeat center bottom;
        display: flex;
        margin-bottom: 25px;
        padding: 0 0 16px 0;
    }
    .col_foot {
        padding: 0;
    }
}

@media screen and (max-width: 485px) {
    .carousel-indicators {
        bottom: 361px;
        justify-content: left;
        margin-left: 15px;
    }
    .vakancy_col {
        padding: 0 15px;
    }
}


/* Iphone 6.7.8 */

@media screen and (max-width: 415px) {
    .col_slider_slick {
        padding: 0 15px 0 15px;
    }
    .catalog_title a {
        font-size: 11px;
    }
    .catalog_main_wrap .catalog_body {
        font-size: 16px;
    }
}


/* Iphone 6.7.8 */

@media screen and (max-width: 377px) {
    .carousel-indicators {
        bottom: 377px;
        justify-content: left;
        margin-left: 15px;
    }
}


/* Iphone 5.5SE */

@media screen and (max-width: 333px) {
    .col_search {
        padding: 0 0px;
        justify-content: flex-start !important;
    }
    #demo-b input[type=search]:focus {
        width: 83.8%;
    }
    .logo {
        padding: 3px 0px 0 0px;
        text-align: center;
    }
    .col_search_padding {
        padding: 0 0 0 0px;
    }
    .col_pad {
        padding: 0;
    }
    .carousel-indicators {
        bottom: 391px;
        justify-content: left;
        margin-left: 15px;
    }
    .container {
        padding: 0;
    }
    a.size_link {
        font-size: 10px;
        color: #000;
        text-align: center;
        text-decoration: none !important;
        border: 2px solid transparent;
        border-color: #e8e8e8;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        display: block;
        width: 83px;
        margin: 0 3px 0 0;
        padding: 4px 0 2px 0;
    }
    .col_slider_slick {
        padding: 0;
    }
    .col_about_categ {
        padding: 0;
    }
    .col_about_color {
        padding: 0;
    }
}