*{
    box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, div, p, img, ul, ol, li, a, input, button {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  text-decoration: none;
}

.container {
  width: 1400px;
  margin: auto;
}

header .header_top {
  background-color: #F6F6F6;
  padding: 13px 53px 13px 0;
}

header .header_top ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

header .header_top ul li {
  margin-right: 25px;
}

header .header_top ul li:last-child::before {
  content: url(/img/line_2.png);
  margin-right: 20px;
  vertical-align: middle;
  top: 2px;
  position: relative;
}

header .header_top ul li:last-child {
  margin-right: 0;
}

header .header_top ul li a {
  color: rgba(63, 63, 63, 0.5);
  font-size: 12px;
}

header .header_top ul li:last-child a {
  color: rgba(63, 63, 63, 0.8);
}

header .header_logo {
	padding: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  background: #505058;
}

header .header_logo form {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 5%;
        max-width: 910px;
}

header .header_logo form input {
	background-color: #FAFAFA;
	font-size: 17px;
	font-weight: 300;
	border: none;
	border-radius: 5px 0 0 5px;
	padding-left: 30px;
	flex: 1;
}

header .cart_add_to a,  .black-menu-bar .cart_add_to a{
	display: flex;
}

header .cart_add_to div,  .black-menu-bar .cart_add_to div{
  white-space: nowrap;
}

header .cart_add_to div .total-info-wrap,  .black-menu-bar .cart_add_to div .total-info-wrap
{
  display: none;
}

.black-menu-bar nav {
	width: 100%;
	overflow-x: auto;
}

nav .menu_catalog_text li a:hover {
	color: rgba(255, 255, 255, 1);
        text-decoration: none;
}

header .header_logo form select {
  background-color: #F4F4F4;
  font-size: 13px;
  font-weight: 300;
  border: none;
  padding-left: 27px;
}

header .header_logo form button {
  background-color: #82e135;
  border: #82e135;
  padding: 13px;
  border-radius: 0 5px 5px 0;
}

header .header_logo form button img {
  display: block;
}

header .header_logo .cart_add_to, .black-menu-bar .cart_add_to{
  display: flex;
  background-color: #F4F4F4;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 16px;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.6);
}
.black-menu-bar .cart_add_to
{
  padding: 11px 14px;
}
header .header_logo .cart_add_to img, .black-menu-bar .cart_add_to img {
  margin-right: 5px;
}
.black-menu-bar {
	width: 100%;
	overflow: hidden;
}
.black-menu-bar .search-block
{
  margin: 10px 0;
}
.black-menu-bar .search-block form
{
  display: flex;
}
.black-menu-bar .search-block input[type=text]
{
  width: 60%;
  height: 30px;
  padding: 5px 10px;
}
.black-menu-bar .search-block select
{
  width: 30%;
  height: 30px;
}
.black-menu-bar .search-block button
{
  background: #82e135;
  border: none;
  width: 30px;
  height: 30px;
}
nav {
  background-color: #222222;
  padding: 29px 19px 29px 55px;
}

nav .menu_catalog_text {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

nav .menu_catalog_text li {
	white-space: nowrap;
}

nav .menu_catalog_text li {
  padding: 5px 0;
  margin-right: 36px;
}

nav .menu_catalog_text li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
}
.slider .item {
	background-size: contain !important;
	background-position: center !important;
        background-repeat: no-repeat !important;
}
main {
  padding: 53px 0 29px;
}

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

.catalog_tile {
	display: block;
	width: 264px;
	height: 156px;
	position: relative;
	background-color: #F4F4F4;
	margin-bottom: 31px;
	margin-right: 20px;
	padding: 20px;
	border-radius: 15px;
}

@media(min-width:1450px){
    .catalog_tile:nth-child(5n) {
      margin-right: 0;
    }
}

@media(min-width:1250px) and (max-width:1450px){
    .catalog_tile {
            width: 277px;
            margin-right: 30px;
            padding: 23px;
    }
    .catalog_tile:nth-child(4n) {
      margin-right: 0;
    }
}
@media(min-width:1050px) and (max-width:1250px){
    .catalog_tile {
            width: 241px;
            margin-right: 12px;
            padding: 14px;
    }
    .catalog_tile:nth-child(4n) {
      margin-right: 0;
    }
}

@media(min-width:768px) and (max-width:1050px){
    .catalog_tile {
            width: 230px;
    }
    .catalog_tile:nth-child(3n) {
      margin-right: 0;
    }
}

@media(min-width:485px) and (max-width:768px){
    .catalog_tile {
            width: 49%;
            margin-right: 2%;
    }
    .catalog_tile:nth-child(2n) {
      margin-right: 0;
    }
}
@media(max-width:484px){
    .catalog_tile {
            width: 100%;
            margin-right: 0;
            max-width: 260px;
            margin: 6px auto;
    }
}


.catalog_tile p:first-of-type {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.6);
}

.catalog_tile p:last-of-type {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}

.catalog_tile img {
  position: absolute;
  right: 10px;
  max-width: 80px;
    top: 43px;
}


.catalog_tile:nth-of-type(4) img {
  top: 60px;
}

.catalog_tile:nth-of-type(5) img {
  top: 53px;
}

.catalog_tile:nth-of-type(7) img {
  top: 56px;
}

.catalog_tile:nth-of-type(11) img {
  top: 55px;
}

.breadcrumb {
  padding: 10px 0 10px 0;
  margin: 10px 0 16px 0;
  list-style: none;
}

.breadcrumb li{
  display: inline-block;
  margin-right: 10px;
}

.breadcrumb li a:after
{
  content: "→";
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb a {
  color: #9C9C9C;
  margin-left: 10px;
}

.breadcrumb a:first-child {
  margin-left: 0;
}

.breadcrumb a:hover {
  color: black;
}

.form_sorting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
  margin-bottom: 35px;
}

.form_sorting_left p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.form_sorting_right {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.form_sorting_right select {
  margin-left: 10px;
  background: none;
  border: none;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

table {
  width: 100%;
  text-align: center;
  border-radius: 5px;
/*  overflow: hidden;*/
}

table, th, tr, td {
  border: 1px solid #EBEBEB;
  border-collapse: collapse;
}

.table_row_group .row_group_name {
  font-size: 20px;  
}

.table_row_group td {
  text-align: center;
  padding: 14px 0;
}

table th {
  background-color: #F6F6F6;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-weight: 400;
  padding: 25px 13px;
}

table tr .prodActions input {
	padding: 8px 13px;
	border-radius: 5px;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.8);
        background: #F6F6F6;
        box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.25);
        border-radius: 4px;
        border: none;
}

.singleProduct .prodName, .variableProduct .prodName, .productVariation .prodName {
  text-align: left;
}

.singleProduct td {
  padding: 0 25px;
}


.singleProduct .total-block, .variableProduct .total-block, .productVariation .total-block  {
  display: none;
}


.variableProduct td, .productVariation td, .singleProduct td {
	padding: 9px 5px;
	position: relative;
}

.popup_input {
  width: 230px;
  height: 125px;
  padding: 26px 22px;
  background-color: white;
  z-index: 888;
  text-align: left;
  box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.4);
  display: none;
  position: relative;
}

.popup_input p {
  font-size: 14px;
  padding-bottom: 22px;
  color: rgba(0, 0, 0, 0.6);
}

.popup_input ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

.popup_input ul li {
  margin: 0 4px;
}

.popup_input ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  color: white;
}

.popup_input ul li:nth-child(1) a {
  background-color: #969696;
}
.popup_input ul li:nth-child(2) a {
  background-color: #525252;
}
.popup_input ul li:nth-child(3) a {
  background-color: #272727;
}
.popup_input ul li:nth-child(4) a {
  background-color: #000000;
}
.popup_input ul li:nth-child(5) a {
  background-color: #82e135;
}


div.pagination {
  display: flex;
  justify-content: center;
  /*padding: 3px 0 30px 0;*/
  /*border: 1px solid rgba(0, 0, 0, 0.08);*/
  margin: 33px 0 54px 0;
  border-radius: 5px;
}

div.pagination ul {
  list-style: none;
  display: flex;
}

div.pagination ul a{
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
}

div.pagination li {
  border: 1px solid #EEEEEE;
  margin: 0 4px;
}

div.pagination li.active
{
  background: #82e135;
  color: #fff;
}

div.pagination li.active a
{
  background: #82e135;
  color: #fff;
}

div.pagination li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

footer {
  padding: 67px 0 0 73px;
  background-color: #F6F6F6;
}

.footer_top {
  display: flex;
  justify-content: space-between;
  padding-right: 9.375%;
  margin-bottom: 90px;
}

.footer_top_list p {
  font-weight: 700;
  font-size: 20px;
  margin-left: 19px;
  position: relative;
  padding-bottom: 50px;
}

.footer_top_list p::before {
  content: url(/img/line_red.png);
  position:absolute;
  left: -17px;
}

.footer_top_list ul li a {
  font-size: 16px;
  color: rgba(63, 63, 63, 0.5);
}

.footer_top_list a {
	font-size: 16px;
	color: rgba(63, 63, 63, 0.5);
	width: 50%;
	margin-bottom: 7px;
}

.footer_top_list ul {
  list-style: none;
}

.footer_top_list ul li{
  margin-bottom: 17px;
}
.footer_top_list {
	flex-shrink: 0;
	margin-right: 20px;
}

.categoriesListFooter {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	max-width: 600px;
}

.footer_top_list:nth-of-type(2) ul li:last-of-type::after {
  content: url(/img/price_download.png);
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}

.footer_top_list:last-of-type ul {
  columns: 2;
/*  column-gap: 135px;*/
  list-style: disc;
  color: rgba(63, 63, 63, 0.5);
/*  list-style-position: inside;*/
}

.footer_top_list:last-of-type ul li {
  margin-left: 20px;
}

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

.footer_bottom_left {
  width: 38.7%;
}

.footer_bottom_left p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 50px;
}

.footer_bottom_right img{

  width: 100%;
}

/*CATEGORY.html classes start*/

.category_tile {
	width: 100%;
	background-color: #F4F4F4;
	position: relative;
	padding: 40px;
	border-radius: 20px;
}

.category_tile h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 50px;
  padding-bottom: 60px;
}

.category_tile h2 span {
  font-size: 35px;
  font-weight: 300;
}

.category_tile ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.category_tile ul li {
	margin-bottom: 25px;
	width: 33%;
	margin-right: 0.5%;
}
.category_tile ul li:nth-child(3n) {
	margin-right: 0;
}

.category_tile ul li a {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.category_tile ul li a span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.category_tile img {
  position: absolute;
  right: 47px;
  bottom: -10px;
}

.table_sidebar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.table_sidebar_left {
  flex-grow: 1;
  margin-right: 21px;
}

.table_sidebar_right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 17px;
  max-width: 390px;
}

.sidebar_catalog {
  padding: 33px 15px 0 55px;
  background-color: #F6F6F6;
  border-radius: 5px;
  flex-grow: 1;
}

.sidebar_catalog p {
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding-bottom: 44px;
}

.sidebar_catalog p::before {
  content: url(/img/line_red.png);
  position:absolute;
  left: -15px;
}

.sidebar_catalog ul li a {
  font-size: 18px;
  color: rgba(63, 63, 63, 0.5);
}

.sidebar_catalog ul li ul li a {
  font-size: 15px;
}

.sidebar_catalog ul {
  list-style: none;
}

.sidebar_catalog ul li ul {
  padding-left: 28px;
  margin-top: 17px;
}

.sidebar_catalog ul li{
  margin-bottom: 17px;
}

.table_sidebar_right form {
  padding: 27px 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
  margin-bottom: 35px;
}

.table_sidebar_right form input {
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

.footer_top_list.category p {
  margin-left: 0px;
}

.footer_top.category {
  flex-direction: row-reverse;
}

.footer_bottom_left.category {
    width: 30%;
}

.footer_top_list.category:first-child {
  display: none;
}

.footer_top_list.category:nth-child(3) ul {
  columns: 2;
  list-style: disc;
  color: rgba(63, 63, 63, 0.5);
}

.footer_top.category {
  padding-right: 0;
  margin-bottom: 0;
}

footer.category {
  padding: 67px 73px;;
}

.footer_top_list.category:nth-of-type(2) ul:last-of-type li:last-of-type::after {
  display: none;
}

.footer_top_list.category:nth-of-type(2) ul:last-of-type {
  margin-top: 40px;
}
/*CATEGORY.html classes end*/

/*MAIN_V1.html classes start*/

.top_slider_container {
  width: 100%;
  /*background-color: antiquewhite;*/
  padding: 100px 300px 150px 116px;
/*  color: red;*/
}

.top_slider_container h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  font-weight: 700;
  width: 50%;
}

.top_slider_container p {
  font-size: 16px;
/*  color: rgba(0, 0, 0, 0.53);*/
  color: rgba(0, 0, 0, 0.54);
  margin: 39px 0 100px 0;
/*  position: absolute;*/
  z-index: 99;
}

.top_slider_container a {
  color: white;
  font-weight: 700;
  font-size: 18px;
  background-color: #82e135;
  padding: 13px 29px;
  border-radius: 5px;
}

.owl-carousel .item .top_slider_container img {
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: block;
}

.top_slider .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
}

main.main_awm {
  padding: 0;
}

.middle_slider_wrapper {
  padding: 73px 76px;
  background-color: #F4F4F4;
}

.filter_middle_slider {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 61px;
}

.filter_middle_slider li {
  margin-right: 40px;
}

.filter_middle_slider li a {
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  font-weight: 700;
}

.filter_middle_slider li a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.filter_middle_slider li a::before {
  content: url(/img/line_red.png);
  margin-right: 10px;
}

.middle_slider_tile {
  display: block;
  width: 100%;
  height: 400px;
  padding: 27px 23px;
  background-color: white;
  color: black;
  border-radius: 5px;
  margin: 0 auto;
}

/*.owl-carousel.middle_slider .owl-item img {
	width: auto;
        margin: 0 auto;
}*/

.middle_slider_tile p:nth-of-type(1){
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  padding-bottom: 30px;
}

.middle_slider_tile p:nth-of-type(2){
  font-size: 14px;
  margin: 36px 0;
  text-transform: uppercase;
}

.middle_slider_tile p:nth-of-type(3){
  font-size: 16px;
}

.wrapper_for_buttons {
	position: relative;
	max-width: 1830px;
	margin: 0 auto;
}

.slider_button_next, .slider_button_prev {
  width: 48px;
  height: 48px;
  font-size: 20px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EBEBEB;
  border-radius: 48px;
  position: absolute;
  top: 40%;
  right: -29px;
  z-index: 999;
}

.slider_button_prev {
  left: -29px;
}

.slider_button_next:hover, .slider_button_prev:hover {
  color: red;
  box-shadow: 0px 9px 14px -5px rgba(0,0,0,0.1);
}

.main_text_seo {
  display: flex;
}

.main_text_seo > div {
  width: 50%;
}

.main_text_seo .main_text_seo_left {
  padding: 91px 70px 85px 91px;
}

.main_text_seo .main_text_seo_left h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 66px;
}

.main_text_seo .main_text_seo_left p {
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.54);
}

.main_text_seo .main_text_seo_right {
  background-image: url(/img/background_hp.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main_text_seo_right p {
  font-weight: 700;
  font-size: 25px;
  color: white;
  margin-bottom: 46px;
}

.main_text_seo_right a {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 13px 29px;
  background-color: #82e135;
  border-radius: 5px;
}

/*MAIN_V1.html classes end*/

/*SHP_CART.html classes start*/

main.main_shp_cart {
  background-color: #FCFCFC;
  text-align: center;
  padding-top: 0;
  padding-bottom: 104px;
}

main.main_shp_cart h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  padding: 77px 0 68px 0;
}

.table_shp_cart {
  background-color: #FCFCFC;
}

.table_shp_cart .table_row_group{
  background-color: white;
}

.order_place {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
  padding: 35px 40px;
  border: 1px solid #EBEBEB;;
  border-radius: 5px;
  margin-top: 36px;
}

.order_place_left a {
  font-weight: 700;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.50);
}

.order_place_right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.order_place_right p {
  font-weight: 700;
  font-size: 15px;
  margin-right: 72px;
}

.order_place_right p::before {
  content: url(/img/line_red.png);
/*  vertical-align: middle;*/
  margin-right: 13px;
}

.order_place_right p span {
  font-weight: 600;
  font-size: 18px;
}

.order_place_right a {
  font-weight: 700;
  font-size: 18px;
  color: white;
  background-color: #82e135;
  padding: 13px 29px;
  border-radius: 5px;
}

/*SHP_CART.html classes end*/

/*REG_NEW_CUST.html classes start*/

main.main_shp_cart.reg_new_customer {
  padding: 58px 0 121px 0;
}

.reg_new_customer form {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 580px;
/*  width: 40.277%;*/
  margin: auto;
  padding: 57px 76px 84px 57px;
}

.reg_new_customer form label div{
  display: flex;
  align-items: center;
}

.reg_new_customer form p {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 57px;
}

.reg_new_customer form input {
  font-size: 16px;
  background-color: rgba(51, 51, 51, 0.06);
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 5px 5px 0 0;
  padding: 14px 12px;
  color: rgba(0, 0, 0, 0.54);
  width: 100%;
}
.help-inline
{
  color: #8a1f11;
}
.reg_new_customer .form-group
{
  margin-bottom: 15px;
}

/*.reg_new_customer form input:last-of-type {*/
  /*margin-bottom: 68px;*/
/*}*/

.reg_new_customer form button {
  padding: 13px 39px;
  font-weight: 700;
  font-size: 18px;
  color: white;
  background-color: #82e135;
  border: none;
  border-radius: 5px;
  width: 100%;
}

.type_of_customer {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 47px 0;
}

.type_of_customer a{
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  font-size: 16px;
}

.type_of_customer a::before {
  content: url(/img/line_red.png);
  vertical-align: middle;
  margin-right: 13px;
}

.type_of_customer a:hover {
  color: black;
}

.reg_new_customer label > p {
  font-size: 14px;
  text-align: left;
  line-height: 28px;
  margin-bottom: 46px;
  color: rgba(0, 0, 0, 0.54);
}

.reg_new_customer .container form > label {
  margin-bottom: 34px;
}

.reg_new_customer .container form > label {
  color: rgba(0, 0, 0, 0.87);
}

.reg_new_customer .container form > label div label {
  position: relative;
  padding-left: 45px;
}

.reg_new_customer .container form > label div label::before{
  position: absolute;
  content: "";
  border: 2px solid #82e135;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  left: 0;
  top: 0;
}

.reg_new_customer .container form > label > div input[type=radio]:checked + label::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #82e135;
  border-radius: 100%;
  left: 5px;
  top: 5px;
}

.reg_new_customer .container form > label > div input[type=radio] {
  display: none;
}

.reg_new_customer label div:first-of-type {
  margin-bottom: 27px;
}

/*REG_NEW_CUST.html classes end*/

/*REG_CURR_CUST.html classes start*/

main.main_shp_cart.reg_new_customer.reg_curr_customer label div {
  display: none;
}

.reg_curr_customer label {
  margin-bottom: 0;
}

.reg_curr_customer label p{
  margin-bottom: 36px;
}

.zoomContainer{
    width: 350px;
    height: 350px;
    /*box-shadow: 0px 19px 38px rgba(0, 0, 0, 0.4);*/
    display: none;
    background-size: contain;    background-repeat: no-repeat;    background-position: left;
}

.variableProduct td.prodImage, .productVariation td.prodImage, .singleProduct td.prodImage {
	padding: 0;
        vertical-align: top;
}

.prodImage img {
	display: block;
	padding: 0;
	margin: 0 auto;
	max-width: 105px;
	max-height: 48px;
}


.black-menu-bar .flex {
	display: flex;
	justify-content: space-between;
}
.black-menu-bar .flex > div{
	display: flex;
	justify-content: space-between;
}

.black-menu-bar nav {
	padding: 0;
}

.burgerMenu {
	background: #82e135;
	padding: 23px 25px 22px 17px;
	margin: 0;
	flex-shrink: 0;
}

.burgerMenu span{
    position: relative;
    display: block;
    width:18px;
    height: 2px;
    background: #fff;
}
.burgerMenu span:before{
    position: absolute;
    display: block;
    width:21px;
    height: 2px;
    background: #fff;
    left:0;
    top:-7px;
    content:"";
}
.burgerMenu span:after{
    position: absolute;
    display: block;
    width:24px;
    height: 2px;
    background: #fff;
    left:0;
    bottom:-7px;
    content:"";
}

.catName {
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #F4F4F4;
	padding-left: 25px;
	margin-left: 30px;
        position: relative;
}

.catName::before {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #F4F4F4;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.catalogButton {
	font-family: Roboto;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	background: #82e135;
	display: flex;
	justify-content: center;
	align-items: center;
        padding: 0 20px;
}

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

.catalogButton i {
	background-image: url("/img/cb-bg.png");
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 12px;
	margin-bottom: 1px;
}

.categoriesWrap {
	background: #3C3C3C;
	max-height: 0;
	padding: 0;
        transition: max-height 0.6s ease;
}
.categoriesWrap.active {
	max-height: 400px;
}

.categoriesList {
	display: flex;
	flex-wrap: wrap;
        padding: 50px 0 25px;
}

.categoriesList a {
	width: 33.33%;
	font-size: 16px;
	line-height: 19px;
	color: rgba(244, 244, 244, 0.7);
	position: relative;
	padding: 0 15px 0 25px;
	margin: 0 0 25px;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
}
.categoriesList a:hover {
	text-decoration: none;
	color: rgba(244, 244, 244, 1);
}

.categoriesList a:before {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid rgba(244, 244, 244, 0.7);
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
        transition: all 0.3s ease;
}

.categoriesList a:hover:before {
	border-left: 8px solid rgba(244, 244, 244, 1);
}

.emptyCartWrap {
	display: flex;
	justify-content: flex-end;
	margin-top: -21px;
	margin-bottom: 25px;
}

.emptyCartWrap a {
	font-family: Roboto;
	font-size: 14px;
	text-align: right;
	color: rgba(0,0,0,1);
}

.order_place_right .type-submit {
	color: white;
	font-weight: 700;
	font-size: 18px;
	background-color: #82e135;
	padding: 13px 29px;
	border-radius: 5px;
	border: none;
}
.top_slider_container {
	min-height: 700px;
}

.actionButtons {
	width: 35px;
	height: 35px;
	background: #F4F4F4;
	display: flex;
	justify-content: center;
	align-items: center;
}
.actionButtons:hover {
	cursor: pointer;
}
.actionButtons.minus {
	border-radius: 6px 0px 0px 6px;
}
.actionButtons.plus {
	border-radius: 0px 6px 6px 0px;
}

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

table tr .prodActions input {
	background: #fff;
	box-shadow: none;
	border-radius: 0;
	border: none;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
        padding: 6px 13px;
}
#cart table tr .prodActions input {
    border: 1px solid #F4F4F4;
 
}

.footer_bottom_left {
	width: 100%;
	padding-right: 60%;
	background-image: url(/img/footer_image.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.burgerMenu.filterButton {
            display: none;
    }  

body .treeview li.lastCollapsable, 
body .treeview li.lastExpandable,
body .treeview .hitarea,
body .treeview li{
	background: none;
        position: relative
}   

body .treeview .hitarea,
body .treeview div.lastExpandable-hitarea,
body .treeview div.lastCollapsable-hitarea{
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
        transition: all 0.3s ease;
}
body .treeview .hitarea.collapsable-hitarea{
    background-color: #82e135;
}


body .treeview .hitarea::before, body .treeview div.lastExpandable-hitarea::before, body .treeview div.lastCollapsable-hitarea::before {
	content: "\f067";
	font-family: FontAwesome;
	left: 9px;
	top: 4px;
	position: absolute;
        transition: all 0.3s ease;
}

body .treeview .hitarea.collapsable-hitarea:before{
    color:#fff;
}

body .treeview ul .hitarea,
body .treeview ul div.lastExpandable-hitarea,
body .treeview ul div.lastCollapsable-hitarea{
	background-color: transparent;
        right: auto;
        left:7px;     
}

body .treeview ul{
    background: transparent;
}
body .treeview ul  ul{
    background: #fff;
}

body .sidebar_catalog ul li ul {
    padding: 15px 0 1px;
}

.sidebar_catalog {
	padding: 15px 25px;
	background-color: #F6F6F6;
	border-radius: 5px;
	flex-grow: 0;
}
body .treeview li{
    padding-left: 10px;
}
body .treeview li li{
    padding-left: 25px;
}
.sidebar_catalog p {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	padding-bottom: 0;
	margin: 15px 25px 25px;
}

.reg_new_customer form .checkbox-wrap input {
	margin-bottom: 0;
}

.checkbox-wrap {
	background: #F3F3F3;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px;
}

.checkbox-wrap label{
    position: relative;  
    padding-left: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
}

.checkbox-wrap input[type="checkbox"] + label::before {
	background: #FFFFFF;
	border: 1px solid #EAE8E8;
	box-sizing: border-box;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -2px;
}

.checkbox-wrap input[type="checkbox"]:checked + label::after {
	content: url("/img/checkRed.svg");
	position: absolute;
	left: 6px;
	top: 0px;
        color:#82e135;
}

#UserRegisterForm_shop_id {
	display: block;
	width: 100%;
	height: 54px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	border-radius: 3px;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: rgba(63, 63, 63, 0.7);
        padding-left: 25px;
}

.checkbox-wrap input{
	display: none;
}

.reg_new_customer h3 {
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #424242;
	margin: 32px 0 24px;
}

.reg_new_customer form input{
    background: transparent;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: rgba(63, 63, 63, 0.8);
}
.iconInfo{
    position: relative;
}
.iconInfo div {
	display: none;
	position: absolute;
	right: 0;
	top: 36px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	width: 330px;
	padding: 20px;
}

.reg_new_customer form .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.iconInfo div.active {
	display: block;	
}
.reg_new_customer form .flex .iconInfo {
	position: relative;
	margin-top: 10px;
}

.radioWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.radioWrap input[type="radio"]{
    display: none;
}
.type-old-client{
    display: none;
}
.radioWrap label{
    position: relative;  
    padding-left: 40px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #363636;
}

.radioWrap input[type="radio"] + label::before {
	background: #FFFFFF;
	border: 1px solid #EAE8E8;
	box-sizing: border-box;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -3px;
        border-radius: 100%;
}

.radioWrap input[type="radio"]:checked + label::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 3px;
	background: #82e135;
	width: 13px;
	height: 13px;
	border-radius: 100%;
}

.radioWrap .form-group{
	padding: 20px 32px;
        border: 1px solid #EBEBEB;
        box-sizing: border-box;
        border-radius: 3px;
}

@media(max-width:1650px){.top_slider_container {min-height: 600px;}}
@media(max-width:1400px){.top_slider_container {min-height: 500px;}}
@media(max-width:1150px){.top_slider_container {min-height: 400px;}}
@media(max-width:950px){.top_slider_container {min-height: 350px;}}
@media(max-width:800px){.top_slider_container {min-height: 300px;}}
@media(max-width:680px){.top_slider_container {min-height: 250px;}}
@media(max-width:580px){.top_slider_container {min-height: 200px;}}




@media(max-width:1450px){
    .container {
        width: 1200px;
        margin: auto;
    }
    .footer_top {
            padding-right: 0;
    }
}

@media(max-width:1250px){
    .container {
        width: 1000px;
        margin: auto;
    }
}

@media(max-width:1050px){
    .container {
        width: 730px;
        margin: auto;
    }
    .categoriesList a {
            width: 50%;
    }
    .footer_top {
            justify-content: flex-start;
            flex-wrap: wrap;
    }
    .table_sidebar_right {
            margin-right: -426px;
            transition: margin-right 0.3s ease;
            height: 0;
    }
    .table_sidebar_right.active {
                margin-right: 0;
                height: auto;
        }
    .burgerMenu.filterButton {
                position: fixed;
                bottom: 20%;
                right: 0;
                display: flex;
        }
    .container {
            width: calc(100% - 30px);
            margin: 0 15px;
    }
}

@media(max-width:980px){
    body #search-category {
            max-width: 150px;
    }
    .main_text_seo {
        flex-direction: column;
    }
    .main_text_seo > div {
        width: 100%;
    }
    .main_text_seo .main_text_seo_right {
        padding: 100px 15px;
    }
    .footer_top {
        justify-content: flex-start;
    }
    .footer_top_list {
        margin-right: 60px;
        margin-bottom: 40px;
    }
    .footer_bottom {
        flex-direction: column;
    }
    .footer_bottom_right img {
        width: auto;
    }
    .emptyCartWrap {
        padding-right: 10px;
    }
    table th {
        padding: 30px 22px;
    } 
    }



@media(max-width:768px){
    .container {
        width: 100%;
        margin: auto;
        padding: 0 15px;
    }
    
   .middle_slider_wrapper {
            padding: 73px 26px;
            background-color: #F4F4F4;
    }
    .slider_button_next, .slider_button_prev {
            right: -10px;
    }
    .slider_button_prev {
            left: -10px;
    }
    .middle_slider_tile p:nth-of-type(2) {
            margin: 16px 0;
    }
    .categoriesList a {
            width: 100%;
    }
    .categoriesWrap.active {
            max-height: 700px;
    }
    .catName {
            display: none;
    }
}


.btn
{
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #000;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  text-decoration: none;
}

.btn:hover
{
  text-decoration: none;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.ui-menu-item img
{
  max-height: 100px;
  margin-right: 5px;
}

.forget
{
  text-align: center;
}

.field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
}

/* carousel indicators */
/*body .carousel-indicators{*/
/*    display: block !important;*/
/*}*/
/*.carousel-indicators li {*/
/*	display: inline-block;*/
/*	width: 12px;*/
/*	height: 12px;*/
/*	margin: 2px;*/
/*	border: 1px solid red;*/
/*	border-radius: 10px;*/
/*}*/
/*body .carousel-indicators .active {*/
/*	background-color: red;*/
/*        margin: 2px;*/
/*        width: 12px;*/
/*	height: 12px;*/
/*}*/
/* /carousel indicators */

.cart-comment
{
  margin-top: 15px;
}
.cart-comment label
{
  font-weight: bold;
  font-size: 16px;
}

.cart-comment textarea
{
  margin-top: 10px;
  width: 100%;
  height: 100px;
  border: 2px solid #ebebeb;
}

.fixed.sticky
{
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.fixed.sticky.black-menu-bar
{
  top: 45px;
}

.black-menu-bar.sticky .flex > div.search-block
{
  display: none;
}
.black-menu-bar.sticky .flex > div.cart_add_to
{
  display: none;
}
.black-menu-bar.sticky div.cart_add_to
{
  padding: 7px 14px;
  margin: 4px 20px 4px 0;
  display: none;
}
.black-menu-bar.sticky.fixed div.cart_add_to
{
  display: block;
}
.black-menu-bar.sticky.fixed .flex > div.search-block
{
  display: block;
}
.black-menu-bar.sticky.fixed .flex > div.search-block select
{
  display: block;
}

.total_price
{
  margin-top: 20px;
  font-size: 20px;
}

#products-list .mobile
{
  display: none;
}

#products-list .mobile .line
{
  display: flex;
  margin-top: 15px;
}

#products-list .mobile .line .prodActions
{
  width: 60%;
}
#products-list .mobile .line .prodActions input
{
  width: 60px;
}

#products-list .article
{
  font-weight: bold;
}

#products-list .mobile .price
{
  text-align: center;
  font-size: 16px;
  width: 40%;
  line-height: 36px;
}

#products-list .mobile .price
{
  text-align: center;
  font-size: 16px;
  width: 40%;
}

@media all and (max-width: 660px){
  #filterButton
  {
    display: none;
  }
}


@media all and (max-width: 820px){
  .header_top .item-menu
  {
    display: none;
  }
  header .header_logo form
  {
    display: none;
  }
  .black-menu-bar.sticky.fixed .flex > div.cart_add_to
  {
    display: none;
  }
  .black-menu-bar.sticky .flex > div.search-block
  {
    display: block;
  }
  .black-menu-bar.sticky .flex > div.search-block select
  {
    display: none;
  }
  .black-menu-bar.sticky.fixed .flex > div.search-block
  {
    display: block;
  }
  .black-menu-bar.sticky.fixed .flex > div.search-block select
  {
    display: none;
  }
  .black-menu-bar .search-block input[type="text"]
  {
    width: 80%;
  }

  .main_text_seo .main_text_seo_left
  {
    padding: 30px 15px 30px 15px;
  }

  footer
  {
    padding: 15px 0 0 15px;
  }

  .footer_top
  {
    display: block;
  }

  .footer_top_list
  {
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .footer_top_list p
  {
    padding-bottom: 20px;
  }

  .reg_new_customer form
  {
    width: 100%;
    padding: 0 15px;
  }

  .category_tile
  {
    padding: 20px;
  }
  .category_tile h2
  {
    font-size: 26px;
    padding-bottom: 20px;
  }
  .category_tile ul li
  {
    width: 100%;
    margin-right: 0;
  }
  .singleProduct td.prodID
  {
    display: none;
  }
  .singleProduct td.prodID,.singleProduct td.prodPrice,.singleProduct td.prodActions,
  .variableProduct td.prodID,.variableProduct td.prodPrice,.variableProduct td.prodActions,
  .productVariation td.prodID,.productVariation td.prodPrice,.productVariation td.prodActions,
  th.prodID, th.prodPrice, th.prodActions
  {
    display: none;
  }

  #products-list .mobile
  {
    display: block;
  }

  #products-list .mobile.article
  {
    display: inline-block;
  }
  .table_sidebar
  {
    display: block;
  }
  .table_sidebar_right
  {
    /*margin-left:0;*/
  }
  .catalogButton
  {
    display: none;
  }
  .black-menu-bar.sticky div.cart_add_to
  {
    margin-right: 0;
  }

  .order_place .order_place_right
  {
      margin-top: 40px;
      text-align: center;
  }
  .order_place .order_place_right p
  {
      width: 100%;
      margin-right: 0;
  }
  .order_place .order_place_right .type-submit
  {
    margin: 0 auto;
  }
  .order_place_right p::before
  {
    display: none;
  }
  header .header_top ul li:last-child::before
  {
    display: none;
  }
  header .header_top
  {
    padding-right: 20px;
  }
  .table_sidebar_left
  {
    margin-right: 0;
  }
  .ui-menu-item img
  {
    max-height: 30px;
    margin-right: 5px;
  }
  .ui-menu-item
  {
    max-width: 230px;
  }

  .table_sidebar_right form
  {
    display: none;
  }
  .table_sidebar_right
  {
    margin-right: auto;
    margin-top: 20px;
    height: auto;
  }
  .footer_bottom_left
  {
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.table-responsive
{
  display: block;
  width: 100%;
  overflow-x: auto;
}

.buttons-block
{
  display: flex;
  flex-wrap: wrap;
}
.buttons-block > .left
{
  flex: 1;
}
.buttons-block > .right
{
  flex: 1;
}

.buttons-block .catalog-buttons .row
{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.buttons-block .catalog-buttons .row + .row
{
  margin-top: 15px;
}

.buttons-block .catalog-buttons .item
{
  flex: 1;
  height: 155px;
  padding: 15px 20px;
  background: #e4e4e4;
  text-align: center;
}

.buttons-block .catalog-buttons .item .title
{
  overflow: hidden;
  height: 50px;
}

.buttons-block .catalog-buttons .item .icon
{
  height: 80px;
}

.buttons-block .catalog-buttons .item .icon img
{
  width: 70px;
}

.buttons-block .catalog-buttons .item + .item
{
  margin-left: 15px;
}

.buttons-block .catalog-buttons .item a
{
  color: #434343;
  font-size: 16px;
}

.owl-dots
{
  text-align: center;
  margin-top: 20px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot
{
  display: inline-block;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 22px;
  position: relative;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot span
{
  width: 5px;
  height: 5px;
  background: #222;
  content: ' ';
  display: inline-block;
  border-radius: 100%;
  position: absolute;
  left: 7px;
  top: 7px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot.active
{
  width: 22px;
  height: 22px;
  margin: 2px;
  border: 2px solid #222;
  border-radius: 22px;
  width: 22px;
  height: 22px;
}



.carousel-indicators li
{
  display: inline-block;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 22px;
  position: relative;
}

.carousel-indicators li:after{
    width: 5px;
    height: 5px;
    background: #222;
    content: ' ';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 7px;
}

.carousel-indicators li.active
{
  width: 22px;
  height: 22px;
  margin: 2px;
  border: 2px solid #222;
  border-radius: 22px;
}

.arrow-list
{
  display: flex;
  justify-content: center;
  margin-top: -35px;
  position: relative;
  z-index: 1;
}

.arrow-button
{
  background: #222222;
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 23px;
  cursor: pointer;
}

.arrow-button + .arrow-button
{
  margin-left: 5px;
}

.icon-arrow
{
  background: url('/images/arrow.png');
  width: 30px;
  height: 17px;
  display: inline-block;
}

.icon-close
{
  background: url('/images/close.png');
  width: 30px;
  height: 30px;
  display: inline-block;
}


.icon-arrow.rotate
{
  transform: rotateX(180deg);
}

/*scroll*/
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  float: left;
}

.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 0 0 0;
  position: relative;
  overflow-x: auto;
  overflow-y: scroll;
  box-sizing: border-box;
}

.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}

.ss-scroll {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  width: 8px;
  border-radius: 4px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.25s linear;
}

.ss-hidden {
  display: none;
}

.ss-container:hover .ss-scroll,
.ss-container:active .ss-scroll {
  opacity: 1;
}

.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/*end scroll*/

.news-container
{
  padding-right: 15px;
}

.news-container .news
{
  height: 685px;
  overflow: hidden;
}
.news-container .item + .item
{
  margin-top: 10px;
}

.news-container .news .item
{
  /*width: calc(100% - 18px);*/
}


.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 35px 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
  float: right;
  border: 0;
  background: none;
  font-size: 24px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.modal-top
{
  text-align: center;
}

.modal-top .arrow-button
{
  display: inline-block;
  margin-top: -35px;
}

#news-modal .title
{
  font-size: 30px;
  color: #222222;
  margin: 0 0 15px;
}

#news-modal .item + .item
{
  margin-top: 15px;
}

#news-modal .modal-body
{
  overflow: hidden;
  height: 500px;
  padding: 0;
}

#news-modal .modal-body .item-news
{
  padding: 0 15px;
  /*width: calc(100% - 18px);*/
}

#news-modal .modal-body .ss-scroll
{
  background: rgba(0, 0, 0, 0.1);
}

.partners
{
  margin: 55px 0;
}

@media all and (max-width: 820px){
  .buttons-block
  {
    display: block;
  }
  .buttons-block .arrow-list
  {
    display: none;
  }
  .buttons-block .news-container
  {
    padding-right: 0;
  }
  #news-modal .modal-body
  {
    height: 350px;
  }
  #news-modal .modal-body .item-news
  {
    width: calc(100% - 18px);
  }
  .news-container .news .item
  {
    width: calc(100% - 18px);
  }
}

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

.text-uppercase {
  text-transform: uppercase;
}

#toTop {
  bottom: 80px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  font-size: 45px;
}

#toTop:hover {
  opacity: 0.9;
}

.sale-badge
{
  background: url('/images/black-friday.png');
  width: 50px;
  height: 50px;
  display: inline-block;
  float: right;
}

@media all and (max-width: 440px){
  .news-container .news
  {
    height: 400px;
  }
  .buttons-block .catalog-buttons .row
  {
    display: block;
  }
  .buttons-block .catalog-buttons .item
  {
    width: 100%;
  }
  .buttons-block .catalog-buttons .item + .item
  {
    margin-left:0;
    margin-top: 15px;
  }
}