html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbmain-search_inputd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,pagination
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
    display: block;
}

select:focus,
input:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

main {
    width: 100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    /* height: 100vh;
    overflow: hidden; */
}

main .flex-header {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #262525;
    position: fixed;
    z-index: 99;
    padding: 5px 0;

}

.flex-wrapper {
       box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 50px;
    width: 100%;
    /*height: calc(100% - 50px);*/
    overflow: auto;
    /*position: fixed;
    top: 49px;*/
}

@media screen and (min-width: 980px) {
    .flex-wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 50px;
    width: 100%;
    /*height: calc(100% - 50px);*/
    height: 100vh;
    overflow: hidden;
    /*position: fixed;
    top: 49px;*/
}
}




.right-block .sort-filter {
    display: flex;
    flex-direction: row;
    max-width: 980px;
}

 .right-block .header {
    display: flex;
	margin: -15px 0 0 0;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

 .right-block .header .menu {
    max-width: 700px;
    width: 100%;
    margin-right: 115px;
    display: flex;
    align-items: center;
}

 .right-block .header .menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-right: 15px;
    flex-wrap: wrap;
}

.right-block .header .menu ul li {
    /* padding: 18px 0; */
}

.right-block .header .menu ul li a {
    color: #ffffff;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

 .right-block .header .menu ul li a.active,
 .right-block .header .menu ul li a:hover {
    color: #e21d2c;
}

 .right-block .header .btn-block {
    max-width: 55px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.right-block .header .btn-block .profile .profile_button {
    /* padding: 10px; */
    width: 22px;
    height: 22px;
    background: url('images/profile.png') no-repeat center;
	background-size:cover;
    display: block;
}

.right-block .header .btn-block .lang a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
}

 .right-block .header .help {
    position: absolute;
	display:none;
    right: 15px;
    text-align: center;
}

 .right-block .header .help p {
    color: #e31e2d;
    font-size: 11px;
    line-height: 14px;
}

.left-block {
    background-color: #262525;
    height: 100%;
    /* overflow: hidden; */
}


.left-block {
    width: 100%;
    padding: 0 15px;
    flex-shrink: 3;
}

@media screen and (min-width: 980px) {
    .left-block {
    max-width: 285px;
    min-width: 285px;
    }
}

.left-block .client-info {
    padding-top: 15px;
    padding-bottom: 5px;
}

@media screen and (min-width: 980px) {
   .left-block .client-info {
    padding-top: 65px;
}
}


 .left-block .client-info .client-info_row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
}

.left-block .client-info .client-info_row p {
    max-width: 125px;
    width: 100%;
    color: #b3b3b3;
    line-height: 18px;
}

 .left-block .client-info .client-info_row span {
    color: #ffffff;
    width: 100%;
}

@media screen and (max-width: 1380px) {
	.left-block .client-info .client-info_row p {
	max-width:200px}
	 .left-block .client-info .client-info_row span {
    width: auto;
}
}


 .left-block .client-info .refresh {
    color: #e21e2d;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 0;
}

 .left-block .client-info img {
    display: inline-block;
    vertical-align: text-top;
}

 .left-block .category-buttons {
    display: none;
	/*  display:flex; */
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;
}

 .left-block .category-buttons a {
    border: 1px solid rgba(167, 167, 167, 0.25);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #878787;
    font-size: 10px;
    height: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    flex: 1 3;
    margin: 0 3px;
}

/*   .left-block .category-buttons a.bearing{
    width: 102px;
}
  .left-block .category-buttons a.oils{
    width: 75px;
}
  .left-block .category-buttons a.battery{
    width: 89px;
} */
 .left-block .category-buttons a.active,
 .left-block .category-buttons a:hover {
    border: 1px solid #e21e2d;
}

.left-block .category-buttons img {
    margin-right: 7px;
}

.left-block .wrapper-filter {
    /* overflow-x: auto; */
    height: calc(100% - 300px);
}

.left-block .category-catalog,
.left-block .filter {
    width: 98%;
    border-radius: 8px;
    border: 1px solid rgba(154, 154, 154, 0.25);
    margin-bottom: 15px;
}

.left-block .category-catalog {
    height: 80%;
    overflow-x: auto;
}

@media screen and (min-width: 980px) {
    .left-block .category-catalog {
    height: 48%;
   
}
}


.left-block .filter {
    height: 48%;
   /*  overflow-x: auto; */
   overflow:hidden;
    max-height: 500px;
    padding: 0 0 20px 0
}

.left-block .category-catalog .title-catalog,
 .left-block .filter .title-filter {
    padding: 7px 0;
    text-align: center;
    width: 98%;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid rgba(154, 154, 154, 0.07);
    position: relative;
}

.left-block .category-catalog .title-catalog .close {
    position: absolute;
    right: 18px;
    top: 7px;
}

.left-block .category-catalog ul,
.left-block .filter ul {
    list-style: none;
    height: calc(100% - 62px);
    overflow: auto;
}

.left-block .category-catalog ul li,
.left-block .filter ul li {
    border-bottom: 1px solid rgba(154, 154, 154, 0.07);
}

.left-block .category-catalog ul li:last-child,
.left-block .filter ul li:last-child {
    border-bottom: none;
}

.left-block .category-catalog ul li.parent > a {
    background-image: url('images/down-arrow.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}

.left-block .category-catalog ul li a {
    color: #ffffff;
    padding: 10px 18px;
    display: block;
}

.left-block .filter ul li a {
    color: #262525;
    padding: 10px 18px;
    display: block;
    background-image: url('images/down-arrow.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}

 .left-block .category-catalog ul li a.active {
    color: #e21e2d;
}

.left-block .category-catalog ul li.active > ul {
    height: auto;
}

.left-block .category-catalog ul li > ul {
    padding-left: 15px;
    height: 0;
}

.left-block .category-catalog ul li > ul li a {
    background: none;
}

.open-filter_content {
    display: none;
    transition: .2s;
}

.open-filter.active ~ .open-filter_content {
    display: block;
}

.open-filter_content form .input-row {
   /* color: #ffffff; */
   color:#000;
    padding: 10px 18px;
    border-bottom: 1px solid rgba(154, 154, 154, 0.07);
}

  .left-block .filter .filter-buttons {
    border-top: 1px solid rgba(154, 154, 154, 0.07)
}

  .left-block .filter .filter-buttons a {
    width: 49%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    color: #ffffff;
    position: relative;
}

  .left-block .filter .filter-buttons a.reset-filter::before {
    content: '';
    width: 1px;
    height: 18px;
    background-color: rgba(154, 154, 154, 0.07);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

  .left-block .filter .filter-buttons a.reset-filter > img {
    margin-right: 8px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(154, 154, 154, 0.25);
    width: 90%;
    padding: 5px;
    background-color: #262525;
    color: #ffffff;
    background-image: url('images/down-arrow.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}

@media screen and (min-width: 980px) {
    select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(154, 154, 154, 0.25);
    width: 100%;
    padding: 5px;
    background-color: #262525;
    color: #ffffff;
    background-image: url('images/down-arrow.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}
}

select::-ms-expand {
    display: none;
}

/* ================= */

/* input style */

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }

    50% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
}

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

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
    border-color: #e21e2d;
    animation: ripple 0.2s linear forwards;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
    transform: scale(1);
}

label {
    display: inline-block;
    /* height: 20px; */
    position: relative;
    padding: 0 18px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: bottom;
}

label:before,
label:after {
    position: absolute;
    content: '';
    border-radius: 50%;
    transition: all .3s ease;
    transition-property: transform, border-color;
}

label:before {
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #9a9a9a;
}

label:after {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    transform: scale(0);
    background: #e21e2d;
}

/* ======================= */

  .right-block {
    max-width: 100%;
    padding-top: 5px;
    height: 100%;
    display: flex;
	overflow: auto;
    flex-direction: column;
}

@media screen and (min-width: 980px) {
    .right-block {
		margin: 0 10px 0 50px;
		padding-top: 15px;
		flex:1; 
		height: calc(100% - 15px);		
		}
}


@media screen and (min-width: 1350px) {
    .right-block {
		margin: 0 10px 0 325px;
		flex:1;    
		}
}


  /* .right-block */.catalog-group {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 10px;
}

  /* .right-block */.catalog-group .catalog-group_title {
    max-width: 150px;
    width: 100%;
}

   .right-block .catalog-group .catalog-group_list ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    /* flex-wrap: wrap; */
    width: 93%;
}

@media screen and (min-width: 980px) {
     .right-block .catalog-group .catalog-group_list ul {
   
    width: 100%;
}

}


  /* .right-block */.catalog-group .catalog-group_list .group_list_item {
    border: 1px solid #9a9a9a;
    border-top: 0;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}

  /* .right-block */.catalog-group .catalog-group_list .group_list_item label {
    padding-left: 20px;
}

  /* .right-block */.catalog-group .catalog-group_list ul li label {
    margin-bottom: 5px;
}

  /* .right-block */.main-search {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

  /* .right-block */.main-search .main-search_container {
    border-radius: 5px;
    /*border: 1px solid #9a9a9a;
    max-width: 703px;*/
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

  /* .right-block */.main-search .main-search_header {
    background-color: #e21e2d;
    color: #fff;
    padding: 5px 30px 5px 5px;
    border-radius: 5px 0 0 5px;
    background-image: url(images/down-arrow.png);
}

  /* .right-block */.main-search .main-search_header option {
    background-color: #fff;
    color: #000
}

@media screen and (max-width: 980px) {
  
.main-search .main-search_container {
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    flex-direction: column;
}

.category-buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

}




/*.flex-wrapper .right-block .main-search .main-search_header{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
}
.flex-wrapper .right-block .main-search .main-search_header a{
    padding: 10px 41px;
    color: #292929;
    position: relative;
}
.flex-wrapper .right-block .main-search .main-search_header a:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: rgba(154, 154, 154, 0.57);
}
.flex-wrapper .right-block .main-search .main-search_header a:last-child:before{
    content: none;
}
.flex-wrapper .right-block .main-search .main-search_header a.active,
.flex-wrapper .right-block .main-search .main-search_header a:hover{
    background: #e21d2c;
    color: #fff;
}*/


.category-buttons {
	display: flex;
    justify-content: center;
}

.main-search .filter {
	display:none;
    position: absolute;
    background: white;
    flex-direction: column;
    width: 43%;
	max-height: 500px;
    overflow: auto;
    top: 165px;
    box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.2);
    left: 56%;
    align-items: center;
    z-index: 2000;
	}
	
	.main-search .closeopenfilter {
		display: flex
	}
	
#blockcontentfilters .open-filter::after {
	content: "\25BE"; /* Код для стрелочки вниз */
	font-size:22px;
  position: absolute;
  margin: 8px 0 0 0;
  transform: translateY(-50%);
	
}
#blockcontentfilters  {
	background: #fff url(../sv2/images/item_image22314.png) no-repeat left center;
    background-size: 85px;
	animation-name: rotateIn;
}

@media screen and (min-width: 980px) {
	#blockcontentfilters  {
    background-size: 220px;
	
}
}


    /* CSS animation for rotate-in */
    @keyframes rotateIn {
      from { opacity: 0; transform: rotateY(-180deg); }
      to { opacity: 1; transform: rotateY(0deg); }
    }

    /* CSS animation for rotate-out */
    @keyframes rotateOut {
      from { opacity: 1; transform: rotateY(0deg); }
      to { opacity: 0; transform: rotateY(-180deg); }
    }
	
	

#blockcontentfilters .active::after {
	content: "\25B4"; /* Код для стрелочки вниз */
	font-size:22px;
  position: absolute;
  margin: 8px 0 0 0;
  transform: translateY(-50%);
	
}

#blockcontentfilters .title-filter {
	border-bottom: 2px solid red;
    margin: 20px 0 15px 0;
    font-size: 16px;
    text-transform: uppercase;
	
}

#blockcontentfilters ul {
	padding: 0 15px;
	background: #fff
}

#blockcontentfilters li {
	padding: 10px 0
	
}

.filter-buttons {
	margin: 0px 0 4px 0;
    display: flex;
    bottom: 0;
    height: 70px;
	min-width: 300px;
    z-index: 3000;
    background: #fff;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
    align-items: center;
}

.filter-container {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .filter-label {
      min-width: 145px;
    }

    .filter-input {
      padding: 5px;
	  margin: 10px 10px 0 0;
      border: 1px solid #ccc;
      border-radius: 5px;
      width: 100px;
	  
    }

    .filter-input:focus, .filter-input:active {
      border: 1px solid #ed0000;
    }


.filter-buttons a {
	width: 49%;
    display: inline-block;
    text-align: center;
	margin: 0 5px;
    padding: 8px 0;
    color: #000;
	border: 1px solid #e21e2d;
	border-radius: 4px;
    position: relative;
	transition: all 0.3s;
}

.filter-buttons a:hover {
	background:  #e21e2d;
	border: 1px solid #e21e2d;
	color: #fff
  
}

.close-filter-blockcontentfilters {
	top: 10px;
    right: 10px;
    position: absolute;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 20px 10px 10px;
    border: 1px solid red;
}

.close-filter-blockcontentfilters img {
	margin: 0 10px 0 0
}

.reset-filter img {
	margin: 0px 5px 0 0
}

.buttons-filters_right {
	
	border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    height: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
     padding: 5px 20px;
      margin: 0 5px;
      cursor: pointer;
      background-color: #262525;
      border: 1px solid #ccc;
    }
	
.buttons-filters_right:hover {
	border: 1px solid #e21e2d;
	background-color: #585858;
    }
	
.buttons-filters_right img {
    margin-right: 7px;
	height: 15px
	}



 .main-search_input {
    margin: 30px 0 0 0
} 


@media screen and (max-width: 980px) {
  
.main-search .filter {
	width: 90%;
    max-height: 500px;
    overflow: auto;
    top: 100px;
    box-shadow: -3px 4px 11px 20px rgb(0 0 0 / 62%);
    left: 8%;
}

}


@media screen and (min-width: 980px) {
   .main-search_input {
    width: 69%;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    margin-right: 10px;
} 
}


.main-search_input input {
    width: 100%;
    border: none;
    background-color: #f1f1f1;
    padding: 5px;
    font-size: 12px;
}

.main-search_input input:before {}


.main-search_input button {
    border: none;
    border-radius: 5px;
    background: #e21e2d;
    padding: 5px 0;
    width: 150px;
    cursor: pointer;
    margin: 0 25% 20px 25%;
    color: #ffffff;
}

@media screen and (min-width: 980px) {
.main-search_input button {
    border: none;
    border-radius: 0 5px 5px 0;
    background: #e21e2d;
    padding: 5px 0;
	 margin: 0;
    width: 150px;
    cursor: pointer;
    color: #ffffff;
}

}

.main-search_input button:disabled {
    opacity: .2;
    cursor: not-allowed;
}

.main-search_filter {
    /*max-width: 112px;*/
    width: 70%;
    margin-left: 20px;
}

.main-search_filter ul {
    display: flex;
    /*flex-direction: column;
    justify-content: flex-start;*/
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    height: 100%;
}

.main-search_filter ul li {
    margin-bottom: 10px;
}

.main-search_filter ul li a {
    color: #000;
}

.main-search_filter ul li label {
    padding-left: 0;
    width: 100%;
}

.main-search_filter ul li label::before {
    left: auto;
    right: 0;
	margin: 0 10px
}

.main-search_filter ul li label::after {
    right: 13px;
    left: inherit;
}

.main-search_filter ul li.sort-wrapper {
    margin-bottom: 0;
}

.main-search_filter ul li.sort-wrapper select {
    background-color: #fff;
    color: #000;
    padding: 5px;
    border: 1px solid #9a9a9a;
    width: 240px;
    background-image: url(images/down-arrow_grey.png);
}

/* .main-search_view{
    display: flex;
    align-items: flex-end;
    max-width: 50px;
    width: 100%;
    justify-content: space-between;
} */
.catalog-table {
    border-radius: 8px;
    border: 1px solid rgba(154, 154, 154, 0.5);
    margin-bottom: 3px;
     height: 100vh;
    overflow-y: scroll;
    /*padding-bottom: 60px;*/
    position: relative;
}

.pagination {
    display: flex;
    padding: 19px 10px 15px 10px;
}

.pagination .item {
    height: 20px;
    width: 20px;
    margin: 0 1px;
    border: 1px solid #fff;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
}

.pagination .item.active,
.pagination .item:hover {
    border-color: #e21e2d;
    cursor: default;
}

.pagination .item:hover:not(.active) {
    cursor: pointer;
}

.pagination .item.start,
.pagination .item.end {
    width: auto;
    border-radius: 10px;
    padding: 0 5px;
}


.catalog-table div.header-table {
    /* position: fixed;
    width: calc(100% - 351px); */
	min-width:925px;
    background: white;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* table style */

.fixed_headers {
    width: 100%;
    min-width:925px;
    border-collapse: collapse;
}

.fixed_headers th,
.fixed_headers td {
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    width: 6.5%;
    word-break: break-word;
    border-right: 1px solid rgba(154, 154, 154, 0.5);
}

.fixed_headers td {
    width: 6.5%;
}
.fixed_headers td.item-img {
    position: relative;
}
.fixed_headers td.item-img .bestseller{
    position: absolute;
    text-align: left;
    top: 3px;
    left: 10px;
}
.fixed_headers td.item-img .bestseller img{
    width: 30%;
}
.fixed_headers td.item-img img {
    width: 50%;
    /*padding: 10px;*/
    box-sizing: border-box;
}

.fixed_headers th:last-child,
.fixed_headers td:last-child {
    border: none;
}

/* .fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
    min-width: 50px;
}
.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
    min-width: 47px;
}
.fixed_headers td:nth-child(3),
.fixed_headers th:nth-child(3) {
    min-width: 58px;
} */
.fixed_headers td:nth-child(4),
.fixed_headers th:nth-child(4) {
    width: 23.5%;
}

.fixed_headers .name {
	text-align: left;
    padding: 10px;
}

/* .fixed_headers td:nth-child(5),
.fixed_headers th:nth-child(5){
    min-width: 84px;
}
.fixed_headers td:nth-child(6),
.fixed_headers th:nth-child(6){
    min-width: 52px;
}
.fixed_headers td:nth-child(7),
.fixed_headers th:nth-child(7){
    min-width: 71px;
}
.fixed_headers td:nth-child(8),
.fixed_headers th:nth-child(8){
    min-width: 59px;
}
.fixed_headers td:nth-child(9),
.fixed_headers th:nth-child(9){
    min-width: 45px;
}
.fixed_headers td:nth-child(10),
.fixed_headers th:nth-child(10),
.fixed_headers td:nth-child(11),
.fixed_headers th:nth-child(11){
    min-width: 46px;
}
.fixed_headers td:nth-child(12),
.fixed_headers th:nth-child(12){
    min-width: 55px;
} */

/*
.fixed_headers.table-body {
    margin-top: 24px;
}
*/
.fixed_headers thead tr {
    /* display: block; */
    position: relative;
}

.fixed_headers tbody {
    /* display: block; */
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.stock-podvorki {
	color: #00b738;
    font-weight: 600;
}

.fixed_headers tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}

.fixed_headers tbody tr {
    height: 40px;
}

/* ================= */

/* scrollbar style */

.catalog-table::-webkit-scrollbar-track,
  .left-block .wrapper-filters::-webkit-scrollbar-track,
.wrapper-filter > div.filter > ul::-webkit-scrollbar-track,
div.wrapper-filter > div.category-catalog > ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    background-color: #F5F5F5;
}

.catalog-table::-webkit-scrollbar,
  .left-block .wrapper-filter::-webkit-scrollbar,
.wrapper-filter > div.filter > ul::-webkit-scrollbar,
div.wrapper-filter > div.category-catalog > ul::-webkit-scrollbar {

    width: 5px;
    background-color: #F5F5F5;
}

.catalog-table::-webkit-scrollbar-thumb,
  .left-block .wrapper-filter::-webkit-scrollbar-thumb,
.wrapper-filter > div.filter > ul::-webkit-scrollbar-thumb,
div.wrapper-filter > div.category-catalog > ul::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #262525;
}

/* ================= */

.downoload-list {
    display: block;
    width: 12%;
    float: left;
}

.downoload-list input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.downoload-list_button {
    border-radius: 4px;
    /*border: 1px solid #30303050;*/
    float: right;
    padding: 2px 0;
    color: #353535;
    font-size: 11px;
}

.downoload-list_button img {
    vertical-align: middle;
}

.cart-result {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-result .order-summ {
    display: flex;
    color: #e21e2d;
}

.cart-result .order-summ p {
    margin-right: 5px;
}

.cart-result .cart-result_buttons {
    display: flex;
    align-items: center;
}

.cart-result .cart-result_buttons a {
    padding: 8px 20px;
    color: #353535;
}

.cart-result .cart-result_buttons .remove-order {
    border-radius: 6px 0 0px 6px;
    border: 1px solid rgba(154, 154, 154, 0.5);
    border-right: 0;
}

.cart-result .cart-result_buttons .reserv-order,
.cart-result .cart-result_buttons .pre-order{
    border-radius: 0 6px 6px 0px;
    border: 1px solid #e21e2d;
}

.cart-table_cantainer {
    display: none;
}

.right-block.show-basket .catalog-table {
    display: none;
}

.right-block.show-basket .cart-table_cantainer {
    display: block;
}

.right-block.show-basket .cart_header {
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.right-block.show-basket .cart_button a {
    transform: rotate(180deg)
}

.cart_button {
    display: block;
    margin: 0 auto;
    width: 100px;
    border: 1px solid rgba(154, 154, 154, 0.5);
    border-radius: 8px 8px 0 0;
    text-align: center;
    position: relative;
    top: 1px;
}

.cart_button a {
    padding: 5px 0;
    display: block;
}

.cart_header {
    display: block;
    position: relative;
    border: none;
}

.cart_header .orders {
    display: block;
    width: 95%;
    overflow-x: hidden;

}

.cart_header .processError {
    display: block;
    overflow-x: hidden;
	width:120px;
}

.cart_header .orders a {
    color: #353535;
    position: relative;
    padding: 8px 2%;
    white-space: nowrap;
    float: left;
}

.cart_header .processError a {
    color: #353535;
    position: relative;
    padding: 8px 10px;
    white-space: nowrap;
    float: left;
	animation: glowing 1300ms infinite;
}


@keyframes glowing {
      0% { background-color: #e21e2d; box-shadow: 0 0 5px #e21e2d; }
      50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; }
      100% { background-color: #e21e2d; box-shadow: 0 0 5px #e21e2d; }
      }


.cart_header .orders a:before,
.cart_header .processError a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: rgba(154, 154, 154, 0.57)
}

.cart_header .orders a.active,
.cart_header .processError a.active,
.cart_header .orders a:hover,
.cart_header .processError a:hover {
    background: #e21e2d;
    color: #fff;
}

.cart_header .items-in-cart {
    width: 5%;
    text-align: center;
    position: relative;
}

.cart_header .items-in-cart span {
    color: #e21e2d;
    position: absolute;
    top: -3px;
    right: 5px;
}

.cart-table_cantainer {
    border: 1px solid rgba(154, 154, 154, 0.5);
    border-radius: 0 0 8px 8px;
}

@media screen and (max-width: 1260px) {
    /* .right-block */.header {
        justify-content: space-between;
    }
}

.loader {
    display: none;
    top: 0;
    left: 0;
    height: 30px;
    width: 100%;
    position: fixed;
    overflow: hidden;
    background-color: #464646;
    z-index: 999;
}

.loader:before {
    display: block;
    position: absolute;
    content: "Loading...";
    padding-top: 5px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    left: -200px;
    width: 200px;
    height: 30px;
    background-color: #e21e2d;
    animation: loading 1.5s linear infinite;
}

.loader.loading {
    display: block;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }

    50% {
        width: 30%;
    }

    70% {
        width: 70%;
    }

    80% {
        left: 50%;
    }

    95% {
        left: 120%;
    }

    to {
        left: 100%;
    }
}

.disabled {
    opacity: .2;
    cursor: not-allowed;
}

/* ORDER CSS */

.cart_header {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 0;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid rgba(154, 154, 154, 0.5);
    border-top: none;
    border-right: none;
}

.order-table {
    max-height: calc(100% - 455px);
    height: auto;
}

.order-table .header-table .fixed_headers thead tr {
    height: 35px;
}

.catalog-table.order-table div.header-table {
    width: calc(100% - 351px);
}

.fixed_headers.cart-body {
    margin-top: 65px;
}

.fixed_headers.cart-body tr {
    height: 30px;
}

.cart_button {
    display: block;
    margin: 0 auto;
    width: 100px;
    border: 1px solid rgba(154, 154, 154, 0.5);
    border-radius: 8px 8px 0 0;
    text-align: center;
    position: relative;
    top: 1px;
}

.cart_button a {
    padding: 5px 0;
    display: block;
}

.cart_header .orders a {
    color: #353535;
    position: relative;
    padding: 8px 2%;
    /* display: block;
    margin: 0 auto; */
}

.cart_header .orders a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 18px;
    background-color: rgba(154, 154, 154, 0.57)
}

.cart_header .orders a.active,
.cart_header .orders a:hover {
    background: #e21e2d;
    color: #fff;
}

.cart_header .items-in-cart {
    width: 5%;
    text-align: center;
    position: relative;
}

.cart_header .items-in-cart span {
    color: #e21e2d;
    position: absolute;
    top: -3px;
    right: 15px;
}

.cart-table_cantainer {
    border: 1px solid rgba(154, 154, 154, 0.5);
    border-radius: 0 0 8px 8px;
}

.cart-block-top {
    display: flex;
    margin-bottom: 10px;
}

.cart-block-top a {
    font-weight: 400;
    line-height: 18px;
    color: #7b7b7b;
    font-size: 12px;
}

.cart-block-top p {
    align-self: center;
    font-size: 14px;
    margin: auto;
}

.shipping-info_title {
    color: #1f1f1f;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.about-shipping-top,
.proxy {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.about-shipping-top select,
.about-shipping-bot .pay select {
    min-width: 227px;
    max-width: 24%;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #9a9a9a;
    background-color: white;
    color: #000;
    height: 35px;
    padding-left: 17px;
    background-image: url('images/down-arrow_2.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 95%;
}

.about-shipping-bot .pay select {
    max-width: 100%;
}

.about-shipping-top select:active,
.about-shipping-bot .pay select:active,
.about-shipping-top select:focus,
.about-shipping-bot .pay select:focus {
    color: #e21e2d;
    border-bottom: none;
}

.about-shipping-top select:active option,
.about-shipping-bot .pay select:active option,
.about-shipping-top select:focus option,
.about-shipping-bot .pay select:focus option {
    color: #000;
}

.about-shipping-top select option,
.about-shipping-bot .pay select option {
    padding: 15px 20px;
    color: #353535;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.about-shipping-top .error,
.about-shipping-bot .error {
    border-color: #e21d2c !important;
}

.add-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.add-info div {
    margin-right: 20px;
}

.proxy {
    margin-bottom: 10px;
}

.about-shipping-mid .new-person,
.proxy {
    width: 100%;
    min-width: 698px;
    max-width: 75%;
}

.about-shipping-mid .new-person input[type="text"],
.about-shipping-top .react-datepicker-wrapper input[type="text"],
.proxy input[type="text"] {
    border-radius: 6px;
    min-width: 221px;
    max-width: 24%;
    border: 1px solid #9a9a9a;
    background-color: white;
    color: #000;
    height: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 17px;
    box-sizing: border-box;
}

.about-shipping-bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 10px;
}

.about-shipping-mid {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 10px;
}

.about-shipping-bot .comment {
    width: 100%;
    min-width: 698px;
    max-width: 75%;
}

.about-shipping-bot .comment input[type="text"] {
    border-radius: 6px;
    width: 100%;
    border: 1px solid #9a9a9a;
    background-color: white;
    color: #000;
    height: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 17px;
    box-sizing: border-box;
}

.about-shipping-bot .comment input[type="text"]::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

.about-shipping-top .recipient {
    width: 100%;
}

.about-shipping-top .recipient input[type="text"] {
    border-radius: 6px;
    max-width: 33%;
    width: 100%;
    border: 1px solid #9a9a9a;
    background-color: white;
    color: #000;
    height: 35px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 17px;
    box-sizing: border-box;
}

.about-shipping-top .recipient input[type="text"]::-webkit-input-placeholder {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    color: #000;
}

.about-shipping-bot .pay {
    min-width: 227px;
    width: 100%;
    max-width: 24%;
}

.cart-result {
    flex-wrap: wrap;
}

.limit {
    width: 100%;
}

.limit p {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.right-block.show-basket .cart {
    height: calc(100% - 230px);
}

.right-block.show-basket .cart-table {
    height: calc(100% - 54px);
    border: 1px solid #434343;
    border-radius: 8px;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.right-block.show-basket .cart-table_cantainer,
    /* .right-block.show-basket table {
                height: 100%;
            } */
.right-block.show-basket table tbody tr {
    height: 35px;
}

.cart .cart-table {
    border: 1px solid #434343;
    border-radius: 8px;
    overflow-x: hidden;
    height: 138px;
}

@media only screen and (max-width: 1400px) {
    .cart .cart-table {
        height: 65px;
    }
}

.small-basket tbody tr {
    height: 35px;
}

.quantity-reduce,
.quantity-increase {
    width: 10px;
    line-height: 15px;
    display: block;
    border-radius: 100%;
    /*border: 1px solid #e21d2c;*/
    text-align: center;
    color: #e21e2d;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 3px;
}

.quantity-reduce.disabled,
.quantity-increase.disabled {
    color: #8e8e8e;
    /*border-color: #8e8e8e;*/
    cursor: not-allowed;
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.quantity-wrapper:first-of-type {
    margin-bottom: 7px;
}

.quntity-value,
.brand-discount {
    width: 40%;
    border: 1px solid #e21e2d;
    border-radius: 3px;
    -moz-appearance: textfield;
}

.quntity-value::-webkit-outer-spin-button,
.quntity-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* AUTH  */

.auth-header-bg {
    height: 80px;
    width: 100%;
    position: fixed;
    background: #000
}


.bg-auth {
    width: 100%;
    height: 100%;
    background: url(../img/cars.jpg) no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: auto;
}

.auth-form-wrapper {
    width: 900px;
    height: 550px;
    margin: 190px auto;
}


.form-auth-ul {
    width: 550px;
    margin: 0 auto
}

.form-auth-ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.29);
    display: flex;
    align-items: flex-end;
    height: 80px;
}


.form-auth-ul li img {
    height: 30px;
    padding: 0 40px 15px 55px;
    opacity: 0.6
}


.auth-form-wrapper > input {
    display: none
}

.auth-form-wrapper > label {
    display: block;
    float: left;
    padding: 30px 27px;
    width: 393px;
    cursor: pointer;
    color: #ffffff;
    font-family: "Roboto-Black";
    font-size: 35px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.4px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.label-form-left {
    text-align: right;
    border-right: 6px solid #9f0000
}

.form-auth-ul li input {

    font-size: 20px;

}

.auth-form-wrapper > label:hover,
.auth-form-wrapper > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
}

.tabs > div {
    background: rgba(0, 0, 0, 0.6);
}


.text-vost-pass {
    color: #fff;
    padding: 50px 200px;
    opacity: .5;
    line-height: 24px;
    font-size: 14px
}


.auth-button-style {
    border: 1px solid #9f0000;
    background: rgba(18, 18, 18, 0);
    color: #fff;
    font-family: "Roboto-Light";
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.22px;
    width: 400px;
    padding: 10px 80px;
    cursor: pointer
}

.target form {
    height: 550px;
    display: flex;
    flex-direction: column
}

/* AUTH */

.modal_window__wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.modal_window__content {
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    z-index: 99999;
    position: relative;
    border-top: 5px solid #e31e2d;
}

.modal_window__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.465);
}

.modal_window__clouse {
    position: absolute;
    z-index: 99999;
    top: -30px;
    right: -30px;
    /* background: #fff; */
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}

/* PHOTO SLIDER */
.photo_slider__wrapper {
    display: flex;
	flex-direction: column-reverse
}

@media screen and (min-width: 980px) {
    .photo_slider__wrapper {
    display: flex;
	flex-direction: row
}
}


.photo_slider_thumbnail_wrapper {
    width: 150px;
    height: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .3);
    overflow: hidden;
    margin-bottom: 25px;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

@media screen and (min-width: 980px) {
    .photo_slider_thumbnail_wrapper {
    height: 130px;
}
}


.photo_slider__thumbnails {
	display: flex;
	margin: 50px 0;
}

@media screen and (min-width: 980px) {
    .photo_slider__thumbnails {
	display: block;
	margin: 0;
}

}


.photo_slider_thumbnail {
    width: 100%;
    height: 100%;
    margin: auto;
}

.photo_slider_wrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0;
	margin: 20px 0;
    box-sizing: border-box;
}

@media screen and (min-width: 980px) {
    .photo_slider_wrapper {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 20px;
	margin: 0;
    box-sizing: border-box;
}
}

.photo_slider_wrapper .navigation {
    position: absolute;
    top: 11px;
    list-style: none;
    margin: 0px;
    padding: 0;
    overflow: hidden;
}

.photo_slider_wrapper li {
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .3);
    background: #fff;
    float: left;
    height: 30px;
    width: 40px;
    cursor: pointer;
}

.photo_slider_wrapper .navigation li {
    margin: 5px;
}

.photo_slider_wrapper .navigation li:hover {
    background: #ddd;
}

.photo_slider_wrapper .navigation li:before,
.photo_slider_wrapper .navigation li:after {
    content: "";
    position: absolute;
    border: 0 solid transparent;
}

.photo_slider_wrapper .navigation li.prev:before {
    top: 8px;
    left: 10px;
    border-right-color: #aaa;
    border-width: 7px 10px 7px 0px;
}

.photo_slider_wrapper .navigation li.prev:after {
    top: 8px;
    left: 20px;
    border-right-color: #aaa;
    border-width: 7px 10px 7px 0px;
}

.photo_slider_wrapper .navigation li.play:before {
    top: 5px;
    left: 15px;
    border-left-color: #aaa;
    border-width: 10px 0 10px 15px;
}

.photo_slider_wrapper .navigation li.next:before {
    top: 8px;
    left: 10px;
    border-left-color: #aaa;
    border-width: 7px 0 7px 10px;
}

.photo_slider_wrapper .navigation li.next:after {
    top: 8px;
    left: 20px;
    border-left-color: #aaa;
    border-width: 7px 0 7px 10px;
}

.photo_slider_wrapper .navigation li.stop:before {
    top: 8px;
    left: 10px;
    height: 15px;
    border-left: 7px solid #aaa;
}

.photo_slider_wrapper .navigation li.stop:after {
    top: 8px;
    left: 23px;
    height: 15px;
    border-left: 7px solid #aaa;
}

.photo_slider_wrapper .img-box {
    margin-top: 30px;
}

.photo_slider_detail {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}

@media screen and (min-width: 980px) {
    .photo_slider_detail {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
}
}


.create-order {
    float: left;
    line-height: 28px;
	 font-size:12px;
    padding: 0 10px;
    color: #e21e2d;
    cursor: pointer;
}

@media screen and (min-width: 980px) {
   .create-order {
    font-size:14px;
} 
}


.create-order:hover {
    background: #e21e2d;
    color: #fff;
}

.product-quntity {
    width: 80%;
    border: none;
    border-bottom: 1px solid #c2c2c2;
    line-height: 34px;
    background: none;
}

.result-wrapper,
.success-wrapper,
.error-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
    flex-basis: 400px;
}

.result-wrapper {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 0;
    flex-basis: 55%;
    align-items: baseline;
}

.success-wrapper h3,
.error-wrapper h3 {
    text-transform: uppercase;
    color: #e31e2d;
    padding-bottom: 10px;
    font-weight: bold;
}

.success-wrapper p,
.error-wrapper p {
    text-align: justify;
    line-height: 1.5;
}

.change-contract {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.change-contract select {
    width: 200px;
    margin: 0 10px;
    background-color: #fff;
    color: #000;
    padding: 2px 2px 2px 0;
    border: 1px solid #9a9a9a;
    background-image: url(images/down-arrow_grey.png);
}

.react-datepicker-wrapper {
    margin-right: 10px;
}

.retails-wrapper,
.upload-excel-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.retails-wrapper h3, .headermodal-new {
	display:flex;
	justify-content:center;
	padding:10px 35px 10px 0;
	text-transform: uppercase;
	font-size:18px;
	font-weight:600
}

.retails-wrapper .items-list,
.upload-excel-wrapper .upload-input-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    padding: 5px;
}

.items-list .item {
	padding: 7px 0
}

.upload-excel-wrapper .upload-input-wrapper input {
    min-width: 250px;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid rgba(154, 154, 154, 0.5);
    padding: 5px;
}

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

.button-wrapper .none-change,
.button-wrapper .change,
.button-wrapper .current-list-orders,
.button-wrapper .redirect-list-orders {
    display: block;
    padding: 10px;
	margin:0 15px;
    text-align: center;
    border: 1px solid rgba(154, 154, 154, 0.5);
	color: #000;
}

.button-wrapper .none-change,
.button-wrapper .current-list-orders {
    border-radius: 6px;

}

.button-wrapper .change,
.button-wrapper .redirect-list-orders {
    border-radius: 6px;
}

.button-wrapper .none-change:hover,
.button-wrapper .change:hover,
.button-wrapper .current-list-orders:hover,
.button-wrapper .redirect-list-orders:hover {
    color: #e31e2d;
    border-color: #e31e2d;
}

.catalog-group_list ul li {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    width: inherit;
}

.select-box {
    background-color: #fff;
    color: #000;
    padding: 5px;
    border: 1px solid #9a9a9a;
    border-radius: 5px;
    min-width: 220px;
    width: 100%;
}

@media screen and (min-width: 980px) {
    .select-box {
   
    min-width: 265px;
}
}


.select-box li {
    justify-content: space-between;
    padding-right: 5px;
}

.select-box li img.warning-img {
    width: 14px;
}

.lang_button {
    border: none;
    background-image: none;
}

.brand-info-button {
    color: #e31e2d;
}

.brands-info-wrapper {
    display: block;
    min-height: 200px;
    height: 100%;
}

.brands-info-wrapper > .logo {
    display: block;
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
}

.brands-info-wrapper > h2 {
  margin: 0 20px;
    padding: 0;
}

.brands-info-wrapper > .description {
    padding: 20px;
font-size:15px;
    line-height: 22px;
}

.has-border {
    border-top: 3px solid #e31e2d;
    padding: 40px;
    line-height: 1.5;
    width: 928px;
}

.news-wrap {
    display: flex;
}

.description-wrap {
    display: flex;
    flex-basis: 50%;
    flex-direction: column;
}

.description-wrap .description {
    padding-bottom: 15px;
    border-bottom: 2px solid #e31e2d;
}

.description-wrap .description h2,
.description-wrap .other-news b {
    font-weight: 600;
}

.description-wrap .description h2 {
    font-size: 1.5em;
}

.description-wrap .other-news-title {
    padding-top: 15px;
    color: #e31e2d;
    font-weight: 600;
}

.description-wrap .other-news {
    padding-top: 15px;
}

.description-wrap .other-news img {
    padding: 0 10px 10px 0;
}

.img-wrap {
    flex-basis: 50%;
}

.img-wrap .all-news-link {
    text-align: right;
}

.img-wrap .all-news-link a {
    color: #000;
    text-decoration: underline;
}

.img-wrap img {
    width: 100%;
}

#search_user {
    appearance: none;
    border-radius: 5px;
    border: 1px solid rgba(154, 154, 154, 0.25);
    width: 92%;
    padding: 5px;
    background-color: #262525;
    color: #ffffff;
}

#search_user::placeholder {
    color: #bdbdbd;
}

@-moz-document url-prefix() {
	/*
    .catalog-table div.header-table {
        width: calc(100% - 361px);
    }
	*/

    .fixed_headers.table-body {
        margin-top: 22px;
    }
}

/*igors style*/
/* .right-block */{
    overflow: auto
}

.news-ticker {
	display:none !important;
    height: 150px;
    width: 100%;
    display: block
}

.news-ticker img {
    min-width: 100%;
    height: 150px;
    object-fit: cover;
}

.ticker-content {
    /* padding: 20px 20px 0; */
    font-size: 14px;
    line-height: 15px;
	/* max-width:250px; */
    display: block;
    overflow: auto;
	color:#000
}

.filter {
    background: #fff;

}

.back-search {
    background: #e21d2c;
    border-radius: 4px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    color: #878787;
    font-size: 10px;
    height: 28px;
    margin: 0 0 15px 0;
    cursor: pointer;
    width: 98%
}

.back-search:hover {
    background: #a0121d;
}

.back-search img {
    height: 20px;
    padding: 0 10px 0 0
}

.back-search a {
    color: #fff;
    font-size: 14px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.wrapper-block-right {
    padding: 0px 5px 0 5px;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    box-sizing: border-box;
	text-align:center
}

@media screen and (min-width: 980px) {
    .wrapper-block-right {
    padding: 50px 50px 0 30px;
	text-align:left
}
}


h2 {
    font-weight: 600;
    background: url(images/red-line.png) no-repeat;
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 0 35px 35px 0
}

/* form search */

.zakazy-title-block {
    padding: 0 0 25px 0;
    font-size: 14px;
    font-weight: 600
}

@media screen and (min-width: 980px) {
    .zakazy-title-block {
    
    font-size: 18px;
    
}

}


.zakazy-search {
    background: #939597;
    border-radius: 3px
}

.form-wrapper-search {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
	flex-direction: column;
}

.form-search-choose {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
}

.zakazy-form-input {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 5px 0;
    width: 100%
}

.zakazy-form-input p {
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    width: 30%
}

.zakazy-input-text {
    padding: 10px;
    margin: 0 10px 0 0;
    border-radius: 3px;
    border-style: none;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
}


.zakazy-form-input hr {
    height: 2px;
    background-color: #fff;
    width: 10px;
    margin: 0 5px
}

.form-wrapper-search button {
    background: #e21d2c;
    margin: 5% auto;
    width: 100px;
    border-style: none;
    border-radius: 3px;
    cursor: pointer;
}

.form-wrapper-search button:hover {
    background: #a0121d;
}

.form-wrapper-search button img {
    height: 20px
}

/* end form search */

/* zakazy-order-list */

.zakazy-order-list {
    padding: 30px 0 0 0;
    flex: 1 0 auto;
    box-sizing: border-box;
}

.zakazy-table {
    display: flex;
    flex-direction: column;
}

.zakazy-table-tr {
    display: flex;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    flex-wrap: wrap;
}

.zakazy-table-pcheader {
    display: none;
}

.zakazy-table-tr div,
.zakazy-table-pcheader div {
    padding: 0.8em 0.2em;
    word-wrap: break-word;
    box-sizing: border-box;
    text-align: center;
    flex: 0 0 48%;
    border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 510px) {
    .zakazy-table-tr div,
.zakazy-table-pcheader div {
    flex: 0 0 25%;
}
}


.mobtable-header {
    display: block;
    font-weight: 600
}

.zakazy-table-info a {
    display: block;
    padding: 0 0 5px 0;
    box-sizing: border-box;
    color: #000;
}

.zakazy-table-info a:hover {
    text-decoration: underline
}

/* end zakazy-order-list */

.table-title {
    font-size: 13px;
    font-weight: 600;
}

/* Р  Р Р‹Р  РЎвЂњР  Р Р‹Р Р†Р вЂљРЎв„ўР   Р вЂ™Р’В°Р  Р Р‹Р Р†Р вЂљРЎв„ўР  Р Р‹Р РЋРІР‚СљР  Р Р‹Р  РЎвЂњР  Р Р‹Р Р†Р вЂљРІвЂћвЂ“ Р   Р вЂ™Р’В·Р   Р вЂ™Р’В°Р   Р РЋРІР‚СњР   Р вЂ™Р’В°Р   Р вЂ™Р’В·Р   Р РЋРІР‚СћР   Р  РІР‚  */

.status-naproverke,
.status-naproverke a {
    background: #B199C3;
    color: #fff
}

.status-naproverke .mobtable-header {
    background: #B199C3;
}

.status-gotov-k-otgruzke,
.status-gotov-k-otgruzke {
    background: #8EC38D;
    color: #000
}

.status-gotov-k-otgruzke .mobtable-header {
    background: #8EC38D;

}

.status-v-rezerve,
.status-v-rezerve a {
    background: #F5DA7A;
    color: #000
}

.status-v-rezerve .mobtable-header {
    background: #F5DA7A;

}

.status-otklonen,
.status-otklonen a {
    background: #DD757D;
    color: #fff
}

.status-otklonen .mobtable-header {
    background: #DD757D;

}

.status-noviy,
.status-noviy a {
    background: #5A8EB9;
    color: #fff
}

.status-noviy .mobtable-header {
    background: #5A8EB9;

}

.status-snyat-s-rezerva,
.status-snyat-s-rezerva a {
    background: #EEB785;
    color: #000
}

.status-snyat-s-rezerva .mobtable-header {
    background: #EEB785;

}

.status-icons {
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap
}

.status-icons div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px 0 0;
    flex: 1
}

.status-icons div img {
    padding: 0 15px 0 0
}

/* detalka prosmotra zakaza */
.detalka-zakaza-wrapper {
    padding: 10px 5px;
	text-align: center
}

@media screen and (min-width: 980px) {
    
.detalka-zakaza-wrapper {
    padding: 50px 30px 0;
	text-align: left
}
}




.header-detalka-zakaza {
    color: #E21E2D;
    font-size: 14px;
	padding: 20px 0 10px
}

@media screen and (min-width: 980px) {
    .header-detalka-zakaza {
    color: #E21E2D;
    font-size: 20px
}
}


.header-detalka-zakaza span {
    font-weight: 600;
    padding: 0 15px
}

.modal-flex-table {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.modal-flex-table:nth-child(2n) {
    background: #f0f0f0;
    /* Р  Р’В¦Р  Р вЂ Р  Р’ВµР РЋРІР‚С™ Р РЋРІР‚С›Р  РЎвЂўР  Р вЂ¦Р  Р’В° */
}

.modal-flex-table-td {
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.modal-flex-table-td input {
    display: inline
}



.modal-header-pctable {
    display: none
}

.modal-itog-td {
    display: flex;
    padding: 0 5%;
    justify-content: flex-end;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

.modal-itog-td p {
    padding: 1em;
    font-weight: bold
}

.modal-footer-table {
    display: flex;
    padding: 25px 0;
    position: sticky;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    bottom: 0;
    box-sizing: border-box
}


.modal-footer-table a {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 10px 15px;
    text-decoration: none;
    color: #E21E2D;
    border-radius: 3px;
    display: flex;
    align-items: center
}

.modal-footer-table a:nth-child(2) {
    align-items: flex-end;
    box-shadow: none;
}

.modal-footer-table a img {
    padding: 0 10px
}


.modal-flex-table-td {
    flex: 0 0 50%;
    padding: 0.8em 0.2em;
    word-break: break-all;
    text-align: center;
    box-sizing: border-box
}

@media screen and (min-width: 600px) {
   .modal-flex-table-td {
    flex: 0 0 25%;
} 
}

.modal-td-double {
    flex: 0 0 50%;
}

@media screen and (min-width: 600px) {
    .modal-td-double {
    flex: 0 0 25%;
}

}



/* modal */

.modal {
    display: none;
}

.modal--show,
.modal--hide {
    display: flex;
}

.modal--align {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.modal__container {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 10px 5px 0 5px;
    margin: 0;
    background: #fff;
    border-top: 5px solid #E21D2C
}

@media screen and (min-width: 980px) {
    .modal__container {
    position: relative;
    overflow: auto;
    width: 100%;
    padding: 20px 20px 0 20px;
    margin: 70px;
    background: #fff;
    border-top: 5px solid #E21D2C
}
}


.modal__close--x {
    font-size: 30px;
    position: fixed;
    color: #E21D2C;
    top: 12px;
    right: 12px;
}

@media screen and (min-width: 980px) {
    .modal__close--x {
	position: sticky;
    top: 15px;
    right: 0px;
    margin-left: auto;
    display: block;
    width: max-content;
    z-index: 10;
    font-size: 30px;
    color: #E21D2C;
}

}


.modal__close--x:hover {
    cursor: pointer;
}


.mobile-product-info-wrapper div{
	font-size: 16px;
	padding: 10px 0
}

/* Animations */
/* Open */
.modal.modal--show {
    animation: modal-open 0.3s;
}

@keyframes modal-open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Close */
.modal.modal--hide {
    animation: modal-close 0.3s;
}

@keyframes modal-close {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/* end detalka prosmotra zakaza */

/* start page dokumenty */

.menu-doc {
    margin: 0 0 50px 0;
    display: flex;
	flex-direction: column;
}

@media screen and (min-width: 980px) {
    .menu-doc {
    margin: 0 0 50px 0;
    display: flex;
	flex-direction: row
}
}

.menu-doc a {
    font-size: 16px;
    padding: 10px 15px 10px 40px;
    margin: 0 0 0 0;
}

@media screen and (min-width: 980px) {
    .menu-doc a {
    font-size: 18px;
    padding: 10px 25px 10px 50px;
    margin: 0 20px 0 0;
}
}


.table-doc:nth-child(2n) {
    background: #f0f0f0;
    /* Р  Р’В¦Р  Р вЂ Р  Р’ВµР РЋРІР‚С™ Р РЋРІР‚С›Р  РЎвЂўР  Р вЂ¦Р  Р’В° */
}

.doc-download {
    background: url(images/download-2.png) no-repeat center left;
    padding: 25px
}

.menu-doc .active {
    color: #E21E2D;
    border-right: 2px solid #E21E2D;
    background-color: transparent;
    background-position: 0 5px;
}

.icon-nakladnie {
    color: #1F1F1F;
    border-right: 2px solid #1F1F1F;
    background: url(images/file-4.png) no-repeat;
    background-position: 0 -30px;
}

.icon-nakladnie:hover {
    color: #E21E2D;
    border-right: 2px solid #E21E2D;
    background-color: transparent;
    background-position: 0 5px;
}

.icon-akty {
    background: url(images/file-acti.png) no-repeat;
    border-right: 2px solid #1F1F1F;
    color: #1F1F1F;
    background-position: 0 -30px;
}

.icon-akty:hover {
    background-position: 0 5px;
    color: #E21E2D;
    border-right: 2px solid #E21E2D
}

.icon-skachatdok {
    background: url(images/reglamenty-icon.png) no-repeat;
    background-position: 0 -30px;
    border-right: 2px solid #1F1F1F;
    color: #1F1F1F;
}

.icon-skachatdok:hover {
    background-position: 0 5px;
    color: #E21E2D;
    border-right: 2px solid #E21E2D;
}

.icon-ttn {
    background: url(images/icon-ttn.png) no-repeat;
    background-position: 0 -30px;
    border-right: 2px solid #1F1F1F;
    color: #1F1F1F;
}

.icon-ttn:hover {
    background-position: 0 5px;
    color: #E21E2D;
    border-right: 2px solid #E21E2D;
}

.ttn-view {
    display: block;
    color: #1F1F1F;
}

.ttn-view:hover {
    color: #E21E2D;
}


.detalka-akty-p {
    padding: 30px 0
}

.detalka-akty-p b {
    padding: 0 40px 0 0
}

/* end page dokumenty */
/* start page akty */

.akti-table-td {
    flex: 0 0 50%;
    padding: 0.8em 0.2em;
    word-break: break-all;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 600px) {
    .akti-table-td {
    flex: 0 0 25%;
   
}
}

.modal-td-acti-thrice {
    flex: 0 0 100%;
    order: -1;
    background: #e6f2ff
}

@media screen and (min-width: 600px) {
   .modal-td-acti-thrice {
    flex: 0 0 50%;
    order: -1;
    background: #e6f2ff
} 
}


.modal-td-thrice {
    flex: 0 0 100%;
    order: -1;
    background: #e6f2ff
}

@media screen and (min-width: 600px) {
    .modal-td-thrice {
    flex: 0 0 50%;
    order: -1;
    background: #e6f2ff
}
}


.akti-table-td-namecontragent {
    flex: 0 0 100%;
    padding: 0.8em 1.2em;
    order: -1;
    background: #e6f2ff
}

/* end page akty */

.skachat-doownload-doc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.button-doownload-doc {
    display: flex;
    align-items: center;
    border: 1px solid #353535;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
    color: #353535;
    font-size: 18px;
    margin: 5px 10px 5px 10px;
	flex:1
}

@media screen and (min-width: 980px) {
    .button-doownload-doc {
    display: flex;
    align-items: center;
    border: 1px solid #353535;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 15px;
    color: #353535;
    font-size: 18px;
    margin: 20px 50px 50px 0;
	flex: 0 0 360px
}
}

.button-doownload-doc:hover {
    border: 1px solid #E21E2D;
    color: #E21E2D
}

.button-doownload-doc img {
    padding: 0 0 0 15px;

}

/* akcii */

.akcii-wrapper {
    padding: 0 0px 0 0;
    flex: 1
}

@media screen and (min-width: 980px) {
    .akcii-wrapper {
    padding: 0 50px 0 0;

}
}


.akcii {
    display: flex;
	flex-direction: column;
    padding: 0 0 50px 0
}

@media screen and (min-width: 980px) {
    .akcii {
    flex-direction: row;
}

}


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

@media screen and (min-width: 980px) {
    .akcii img {
    height: 300px;
    width: 420px;
}
}


.akcii-title {
    font-weight: 500;
    font-size: 25px;
    line-height: 59px;
}

.akcii-percent {
    color: #E21E2D
}

.akcii-prew {
    font-size: 15px;
    line-height: 22px;
}

.akcii-link {
    display: flex;
    justify-content: flex-end;
    font-size: 13px;
    line-height: 59px;
    color: rgba(226, 30, 45, 0.6);
    text-decoration: underline
}

.akcii-date-next {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.akcii-date {
    display: flex;
    align-items: flex-end
}

.akcii-pagination {
    font-size: 24px;
    display: flex
}

.akcii-pagination-2 {
    font-size: 18px;
    display: flex;
    align-items: flex-end
}

.prew-pagination-akcii {
    width: 20px;
    height: 20px;
    padding: 0 20px;
    background: url(images/arrow8.png) no-repeat bottom;
}

.next-pagination-akcii {
    width: 20px;
    height: 20px;
    background: url(images/arrow99.png) no-repeat bottom;
}

.novinki-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

@media screen and (min-width: 980px) {
    .novinki-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
}

.novinki-prew {
    margin: 0 0 20px 0;
    width: 270px;
    height: 160px;
    overflow: hidden;
}

.novinki-prew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE */
    image-rendering: crisp-edges;
}

.novinki-prew-link {
    position: relative
}

.novinki-prew-title {
    position: absolute;
    width: 100%;
    height: 40px;
    text-align: center;
    top: -30px;
    background: rgba(53, 53, 53, 0.7);
    color: white;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.novinki-prew:hover .novinki-prew-title {
    -webkit-transform: translate3d(0, 0, 0) translate3d(0, -120px, 0);
    transform: translate3d(0, 0, 0) translate3d(0, -120px, 0);
    height: 160px;
    padding: 30px 0
}

.novinki-prew-date {
    opacity: 0;
    color: white;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: .4s ease-in;
    -moz-transition: .4s ease-in;
    -o-transition: .4s ease-in;
    transition: .4s ease-in;

}

.novinki-prew:hover .novinki-prew-date {
    -webkit-transform: translate3d(0, 0, 0) translate3d(0, -150px, 0);
    transform: translate3d(0, 0, 0) translate3d(0, -150px, 0);
    opacity: 1;
    margin: 0;


}


.novinki-prew-text {
    opacity: 0;
    color: white;
    font-size: 13px;
    padding: 10px;
    text-transform: uppercase;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.novinki-prew:hover .novinki-prew-text {
    -webkit-transform: translate3d(0, 0, 0) translate3d(0, -150px, 0);
    transform: translate3d(0, 0, 0) translate3d(0, -150px, 0);
    opacity: 1;
    margin: 20px 0 0 0;


}

.akcii-news-date {
    padding: 20px 0;
}


/* Р  Р Р‹Р  Р’В»Р  Р’В°Р  РІвЂћвЂ“Р  РўвЂР  Р’ВµР РЋР вЂљ */
.slick-slider {
    min-width: 0;
}

/* Р  РЎвЂєР  РЎвЂ“Р РЋР вЂљР  Р’В°Р  Р вЂ¦Р  РЎвЂР РЋРІР‚РЋР  РЎвЂР  Р вЂ Р  Р’В°Р РЋР вЂ№Р РЋРІР‚В°Р  Р’В°Р РЋР РЏ Р  РЎвЂўР  Р’В±Р  РЎвЂўР  Р’В»Р  РЎвЂўР РЋРІР‚РЋР  РЎвЂќР  Р’В° */
.slick-list {
    overflow: hidden;
}

/* Р  РІР‚С”Р  Р’ВµР  Р вЂ¦Р РЋРІР‚С™Р  Р’В° Р РЋР С“Р  Р’В»Р  Р’В°Р  РІвЂћвЂ“Р  РўвЂР  РЎвЂўР  Р вЂ  */
.slick-track {
    display: flex;
    align-items: flex-start;
}

/* Р  РЎв„ўР  РЎвЂўР  Р вЂ¦Р  РЎвЂќР РЋР вЂљР  Р’ВµР РЋРІР‚С™Р  Р вЂ¦Р РЋРІР‚в„–Р  РІвЂћвЂ“ Р РЋР С“Р  Р’В»Р  Р’В°Р  РІвЂћвЂ“Р  РўвЂР  Р’ВµР РЋР вЂљ */
.slider {
    position: relative;
    padding: 0px 60px;
}

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

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -30px 0px 0px 0px;
    z-index: 10;
    font-size: 0;
    width: 30px;
    height: 60px;
    border: none;
}

.slider .slick-arrow.slick-prev {
    left: 0;
    background: url('images/arrow-left.png') 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-next {
    right: 0;
    background: url('images/arrow-right.png') 0 0 / 100% no-repeat;
}

.slider .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.slider .slick-dots li {
    list-style: none;
    margin: 0px 10px;
}

.slider .slick-dots button {
    font-size: 0;
    width: 6px;
    height: 6px;
    background-color: #C4C4C4;
    border: none;
    padding: 0;
}

.slider .slick-dots li.slick-active button {
    background-color: rgba(53, 53, 53, 0.78)
}

.slider__item {
    padding: 10px 15px;
}

.slider__item-wrapper {
    width: 190px;
    height: 250px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center
}

.slider__item-name {
    padding: 15px 20px;
    text-align: center;
    color: #1F1F1F;
    font-size: 13px;
    line-height: 20px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-line-clamp: 2;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    display: -webkit-box;
    display: box;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
}

.slider__item img {
    width: 90px;
    height: 80px;
    object-fit: cover;
}

.slider__item-price {
    font-size: 18px;
    align-items: center;
    color: #E21D2C;
    padding: 15px
}

.slider__item-price span {
    font-size: 13px;
    padding: 15px 15px 15px 0;
    text-decoration-line: line-through;
}

.slider__item-wrapper a {
    background: #E21E2D;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    cursor: pointer;
    border: none;
}

.link-akcii-news-footer {
	background-image: url("images/back-link.png");
	background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    font-size: 13px;
    line-height: 59px;
    text-decoration-line: underline;
	padding:15px 25px;
    color: rgba(226, 30, 45, 0.6);
}

.link-akcii-news-footer:hover {
    color: rgba(226, 30, 45, 1);
}

/* vozvraty */

.vozvraty-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;

}

.vozvraty-link {
    border-bottom: 1px solid #353535;
    display: flex;
    font-size: 16px;
    padding: 15px 0;
        justify-content: center;
    flex-direction: column;
    align-items: center;
}

.vozvraty-link-elements {
    display: flex;
    align-items: flex-end;
	padding: 10px 0
}

@media screen and (min-width: 980px) {
    .vozvraty-link {
    border-bottom: 1px solid #353535;
    display: flex;
    font-size: 18px;
    padding: 15px 0;
	flex-direction: row;
    justify-content: space-between
}
.link-akcii-news-footer {
    font-size: 13px;
    line-height: 59px;
	padding:0 0 0 25px; 
    text-decoration-line: underline;
    color: rgba(226, 30, 45, 0.6);
}

.vozvraty-link-elements {
    display: flex;
    align-items: flex-end;
	padding: 0
}

}



.vozvraty-link-span {
    color: #E21D2C;
    padding: 0 10px;
}

.block-forma-vozvraty {
    height: 420px;
    max-height: 420px;
    margin: 0;
    flex: 1 0 auto;
    background: url(images/fonvozvraty.png) no-repeat;
    background-size: cover;
}

@media screen and (min-width: 980px) {
    .block-forma-vozvraty {
    height: 420px;
    max-height: 420px;
    margin: 15px -65px 0 -45px;
    flex: 1 0 auto;
    background: url(images/fonvozvraty.png) no-repeat;
    background-size: cover;
}

}

.block-vozvraty-fon {
    background: rgba(53, 53, 53, 0.85);
    height: 100%;
}

.form-vozvraty {
   
    margin: 0 auto;
}

@media screen and (min-width: 980px) {
    .form-vozvraty {
    width: 525px;
    margin: 0 auto;
}

}

.form-vozvraty-p {
    font-size: 15px;
    line-height: 23px;
    padding: 20px 20px;
    color: #fff;
}

@media screen and (min-width: 980px) {
    .form-vozvraty-p {
    font-size: 25px;
    line-height: 29px;
    padding: 50px 0;
    color: #fff;
    width: 100%
}
}

.form-vozvraty-input {
    width: 90%;
    margin: 0 0 20px 0;
    padding: 0;
    height: 35px;
    border-radius: 3px;
    border: none
}

.form-vozvraty-input::placeholder {
    padding: 0 20px;
}

.form-vozvraty-textarea {
    width: 90%;
    padding: 0;
    height: 135px;
    overflow: auto;
    margin: 0 0 20px 0;
    border-radius: 3px;
    border: none
}


@media screen and (min-width: 980px) {
    .form-vozvraty-input {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    height: 35px;
    border-radius: 3px;
    border: none
}

.form-vozvraty-textarea {
    width: 100%;
    padding: 0;
    height: 135px;
    overflow: auto;
    margin: 0 0 20px 0;
    border-radius: 3px;
    border: none
}

}


.form-vozvraty-textarea::placeholder {
    padding: 10px 20px;
}

.form-vozvraty-button {
    padding: 10px 25px;
    margin: 0 5%;
	width:90%;
    display: block;
    text-align: center;
    background: #E21D2C;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;

}

@media screen and (min-width: 980px) {
    .form-vozvraty-button {
    padding: 10px 25px;
    margin: 0 25%;
    display: block;
    text-align: center;
    background: #E21D2C;
    color: #fff;
    border-radius: 3px;
    font-size: 14px;

}
}


.form-vozvraty-button:hover {
    background: #ad1420;
}

/** contacts **/
.block-contact {
    display: block;
    margin: 0;
}

.contact-foto-img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border-radius: 3px;
    object-fit: cover;
}


.block-contact-manager {
    padding: 10px 5px
}

.contact-name {
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 5px 0;
    text-transform: capitalize;

}

@media screen and (min-width: 980px) {
    .contact-foto-img {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 3px;
    object-fit: cover;
}

.contact-name {
    font-weight: 600;
    font-size: 18px;
    padding: 0 0 5px 0;
    text-transform: capitalize;

}
}

.contact-phone,
.contact-email {
    font-size: 15px;
    min-height: 30px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 0 30px;
    margin: 10px 0 0 0;
    background-size: 20px
}

.contact-phone {
    background: url(images/phone2.png) no-repeat left bottom;
}

.contact-email {
    background: url(images/message2.png) no-repeat left bottom;
}

.contact-social {
    font-size: 15px;
    min-height: 30px;
    display: flex;
    align-items: flex-end;
    margin: 10px 0 0 0;
    background-size: 20px
}

.contact-social-link {
    display: flex;
    align-items: flex-end;
    margin: 0 0 0 20px
}

.contact-social-link img {
    height: 20px;

}

.name-map-contakt {
    font-weight: 600;
    font-size: 16px;
    margin: 35px 0
}

.block-contakt-map {
    min-height: 325px;
    background: url(images/map-contakt-1360.png) no-repeat 0% 0%;

}


@media screen and (min-width: 980px) {
    .name-map-contakt {
    font-weight: 600;
    font-size: 25px;
    margin: 35px 0
}

.block-contakt-map {
    min-height: 325px;
    background: url(images/map-contakt-1360.png) no-repeat 0% 0%;

}
}



.cc-selector {
    position: relative
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selector input:checked + .adresstown-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.cc-selector input:checked + .adresstown-cc .adress-body-label {
    opacity: 1
}

.adresstown-cc:before,
.adresstown-cc:after {
    display: none
}

.adresstown-cc {
    cursor: pointer;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 45px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

.adresstown-cc:hover {
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
    filter: brightness(1.2) grayscale(.5) opacity(.9);
}


.map-selector-kharkiv {
    background-image: url(images/map-pointer-red.png);
    position: absolute;
    top: 40px;
    left: 255px;
}

.map-selector-dnepr {
    background-image: url(images/map-pointer-red.png);
    position: absolute;
    top: 200px;
    left: 173px;
}


.adress-body-label {
    opacity: 0;
    position: absolute;
    z-index: 200;
    width: 420px;
    height: 250px;
    background: #fff url(images/map-town-background.png) no-repeat
}

.body-position-kharkiv {
    top: -10px;
    left: 200px;
}

.body-position-dnepr {
    top: -170px;
    left: 282px;
}

.name-city-contakt {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 25px 30px
}

.city-contakt-wrapper {
    display: flex;
}

.wrapper-city-contakt {
    padding: 0 0 0 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;

}

.title-city-contakt {
    font-weight: 600;
    font-size: 16px;
    padding: 0 0 20px 0;
    display: block;
}

.title-city-content {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}

/* lichniy kabinet */
.kabinet-contakt {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
	padding: 20px 0 0 0;

}

.kabinet-name-kontragent {
    font-weight: 600;
    font-size: 16px;
    padding: 0;
	margin: 0 0 0 30px
}

.kabinet-email-kontragent,
.kabinet-phone-kontragent,
.kabinet-exit {
    margin: 0 0 0 30px;
    padding: 10px 0 10px 30px;
    font-size: 15px;

}

@media screen and (min-width: 980px) {
    .kabinet-name-kontragent {
    font-weight: 600;
    font-size: 25px;
    padding: 0 35px 0 0;
	margin:0
}

.kabinet-contakt {
    display: flex;
	flex-direction: row;
    align-items: center;
	padding: 0
}

.kabinet-email-kontragent,
.kabinet-phone-kontragent,
.kabinet-exit {
    margin: 0 0 0 30px;
    padding: 5px 0 5px 30px;
    font-size: 15px;

}

}

.kabinet-email-kontragent {
    background: url(images/message2.png) no-repeat left center;
    background-size: 20px
}

.kabinet-phone-kontragent {
    background: url(images/phone2.png) no-repeat left center;
    background-size: 20px
}

.kabinet-exit {
    background: url(images/logout-2.png) no-repeat left center;
    background-size: 20px
}

.kabinet-exit a {
    color: #1f1f1f
}

.kabinet-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.kabinet-menu-linkblock {
    width: 270px;
    height: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F1F1F1;
    margin: 15px 0
}

.kabinet-menu-linkblock img{
    max-height:110px
}

@media screen and (min-width: 980px) {
    .kabinet-menu-linkblock {
    width: 270px;
    height: 150px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #F1F1F1;
    margin: 45px 40px 0 0
}
}

.kabinet-linkblock-span {
    color: #353535;
    padding: 10px;
    font-size: 18px;
    font-weight: 600
}

.name-block-price {
    font-size: 18px;
    padding: 40px 0
}

.block-choose-price {
    display: flex;
    justify-content: space-around;
	flex-direction: column
}

@media screen and (min-width: 980px) {
    .block-choose-price {
    display: flex;
    justify-content: space-around;
	flex-direction: row
}

}

.price-block-button {
    display: flex;
    flex-direction: column
}

.price-button {
    color: #353535;
    min-width: 240px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #E21E2D;
    border-radius: 3px;
    font-size: 15px;
    padding: 15px;
    margin: 0 0 15px 0
}

@media screen and (min-width: 980px) {
    .price-button {
    color: #353535;
    min-width: 270px;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #E21E2D;
    border-radius: 3px;
    font-size: 15px;
    padding: 15px;
    margin: 0 0 15px 0
}

}


.price-button:hover,
.price-block-button .active {
    color: #fff;

    background: #E21E2D;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size: 15px;
    padding: 15px;
    margin: 0 0 15px 0
}

.price-download-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
	order: 1
}

.price-download-p {
    font-size: 15px;

}

.price-download-link {
    display: flex;
    padding: 25px 0;
    font-size: 15px;
    color: #353535;
    align-items: center;
	flex-direction: column
}

.price-download-link img {
    padding: 0 0 20px 0
}

.skidka-po-predoplate {
    font-weight: 600;
    padding: 20px 0 0px 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


.skidka-po-predoplate span {
    padding: 5px 0 5px 0px
}

@media screen and (min-width: 980px) {
    .skidka-po-predoplate {
    font-weight: 600;
    padding: 50px 0 35px 0;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
	flex-direction: row;
	justify-content: flex-start;
}

.skidka-po-predoplate span {
    padding: 5px 0 5px 15px
}

.price-download-link {
    display: flex;
    padding: 25px 0;
    font-size: 15px;
    color: #353535;
    align-items: center;
	flex-direction: row
}

.price-download-link img {
    padding: 0 20px 0 0
}

.price-download-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
	order: 0
}



}


.sales-predoplata {
    color: #E21E2D;
    font-size: 24px;
}

.block-skidka-brend {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.skidka-brend {
    width: 270px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: #F1F1F1;
    margin: 20px 0px 0 0
}

@media screen and (min-width: 980px) {
   .skidka-brend {
    width: 270px;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: #F1F1F1;
    margin: 45px 40px 0 0
} 
}

.skidka-brend img {
    width: 100px;
    max-height: 100px
}

.skidka-brend-detail {
    display: flex;
    flex-direction: column;
    align-items: center
}

.skidka-brend-discount {
    font-weight: 600;
    font-size: 25px;
    line-height: 45px;
    color: #E21E2D;
}

.skidka-brend-data {
    font-size: 15px;
    padding: 25px 0 0 0;
    color: #E21E2D;
}

.name-svyazdirektor {
    padding: 50px 0 0 0;
    font-size: 18px
}

.form-svyazdirektor {
    display: flex;
    flex-flow: column;
    height: 230px;
    margin: 30px 0 0 0;
}

@media screen and (min-width: 980px) {
    .form-svyazdirektor {
    display: flex;
    flex-flow: column wrap;
    height: 230px;
    margin: 30px 0 0 0;
}

}


.form-svyazdirektor-input {
    width: 100%;
    height: 40px;
    margin-bottom: 1%;
    padding: 0 10px;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 3px;

}

.prichinasoob {
    height: 100px;
    padding: 10px
}

.form-svyazdirektor-textarea {
    width: 100%;
    height: 150px;
    padding: 10px 10px;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 3px;

}

@media screen and (min-width: 980px) {
    
.form-svyazdirektor-input {
    width: 40%;
    height: 40px;
    margin-bottom: 1%;
    padding: 0 10px;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 3px;

}

.form-svyazdirektor-textarea {
    width: 45%;
    height: 150px;
    padding: 10px 10px;
    border: 1px solid #9A9A9A;
    box-sizing: border-box;
    border-radius: 3px;

}
}

.button-download-director {
    display: flex;
    margin: 1% 0;
    max-width: 100%;
    justify-content: space-between;
    outline: none;
}

@media screen and (min-width: 980px) {
    .button-download-director {
    display: flex;
    margin: 1% 0;
    max-width: 45%;
    justify-content: space-between;
    outline: none;
}
}

.form-group-director {
    width: 180px
}


.button-download-director .btn-tertiary {
    color: #555;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 15px;
}
.button-download-director .btn-tertiary:before {
    display: none
}


.button-download-director .input-file {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.btn-tertiary-fileName {
    padding: 0 10px 0 0
}

.button-download-director .input-file  {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
    cursor: pointer
}

.form-svyazdirektor-button {
    width: 180px;
    padding: 10px;
	margin: 0 0 0 35px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #E21E2D;
    background: #E21E2D;
    border-radius: 3px;
}

@media screen and (min-width: 980px) {
    .form-svyazdirektor-button {
    width: 180px;
    padding: 10px;
	margin: 0;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #E21E2D;
    background: #E21E2D;
    border-radius: 3px;
}
}

/** nastroyka **/

.wrapper-nastroyka-info {
    display: flex;
    flex-wrap: wrap;
}

.nastroyka-info {
    width: 100%;
    margin: 10px 0;
    border-bottom: 1px solid #9A9A9A;
}

@media screen and (min-width: 980px) {
    .nastroyka-info {
    width: 40%;
    margin: 0 10% 10px 0;
    border-bottom: 1px solid #9A9A9A;
}
}

.nastroyka-info.lang-button {
    border-bottom: none;
}

.nastroyka-info-lable {
    font-size: 13px;
    padding: 10px 0;
    color: #9A9A9A;
}

.nastroyka-info-text {
    font-size: 15px;
    display: flex;
	flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 10px 0;
    color: #353535;
}
.nastroyka-info-text img{
    width: 20px;
	padding: 0 20px 0 0
}

.nastroyka-info-input {
    border: none
}

.nastroyka-info-select {
    border: none
}

.nastroyka-info-select select{
    width: 100%;
}

.nastroyka-info-blockbutton {
    width: 100%
}

.nastroyka-info-button {
    display: block;
    margin: 0 auto;
    padding: 10px 60px;
    font-size: 18px;
    color: #fff;
    background: #E21E2D;
    border-radius: 3px;
    border: 1px solid #E21E2D

}

   .skidka-brend-title {
    min-width: 100%;
    text-align: center;
    font-size: 14px;
    color: #353535;
    text-transform: uppercase
} 

.modal-brend-foto {
    margin: 0
}

@media screen and (min-width: 980px) {
    .modal-brend-foto {
    margin: 70px 20%
}

.nastroyka-info-text {
    font-size: 15px;
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    padding: 10px 0;
    color: #353535;
}
.nastroyka-info-text img{
    width: 20px;
	padding: 0
}

.nastroyka-info-button {
    display: block;
    float: right;
	margin: 0;
    padding: 10px 60px;
    font-size: 18px;
    color: #fff;
    background: #E21E2D;
    border-radius: 3px;
    border: 1px solid #E21E2D

}

.nastroyka-info-blockbutton {
    width: 90%
}


}



.modal-close-fotobrend {
   //* margin: 0 *//
}
   
   
@media screen and (min-width: 980px) {
    .modal-close-fotobrend {
   //* margin: 0 0; *//
}
  
}

   
   

@media all and (min-width: 980px) {

    .form-wrapper-search {
        flex-direction: row;
        flex-wrap: nowrap
    }

    .zakazy-form-input {
        width: auto;
    }

    .form-search-choose {
        display: flex
    }

    .zakazy-form-input p {
        padding: 0 10px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        width: auto
    }

    .zakazy-input-text {
        padding: 10px;
        margin: 0 10px;
        border-radius: 3px;
        border-style: none;
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: 100%;
    }

    .form-wrapper-search button {
        order: 999;
        margin: 0 0 0 auto;
        background: #e21d2c;
        width: 10%;
        border-style: none;
        border-radius: 3px;
        cursor: pointer;
    }

    .line-form {
        border-left: 1px solid #fff;
    }

    .form-input-1440 {
        display: none
    }

    .zakazy-table {
        border-radius: 3px;
        border-left: 1px solid #d6d6d6;
        border-top: 1px solid #d6d6d6;
        box-sizing: border-box;

    }

    .zakazy-table-pcheader {
        display: flex;
        position: sticky;
        top: -15px;
        box-sizing: border-box;
        background: #e6f2ff;
        word-break: break-all
    }

    .zakazy-table-tr {
        margin: 0;
        box-shadow: none
    }

    .mobtable-header {
        display: none
    }

    .zakazy-table-tr div,
    .zakazy-table-pcheader div {
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
        flex: 1
    }


    .zakazy-table-order {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%
    }

    .zakazy-table-date {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .zakazy-table-contract {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: 100%;
        word-wrap: break-word;
        word-break: break-all
    }

    .zakazy-table-sum {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .zakazy-table-currency {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }


    .zakazy-table-status {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 12%;
        flex: 0 0 12%;
    }

    .zakazy-table-treatment {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        width: 100%;
    }

    .zakazy-table-info {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14%;
        flex: 0 0 14%;
    }

    .modal-table-wrapper {
        border-top: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
        box-sizing: border-box;
        border-radius: 3px;
        margin: 25px 0
    }

    .modal-header-pctable {
        display: flex;
        position: sticky;
        top: -20px;
        background: #e6f2ff
    }

    .modal-flex-table {
        margin: 0;
        box-shadow: none;
    }


    .akti-table-td {
        flex: 0 0 13%;
        padding: 0.8em 0.2em;
        word-break: break-all;
        text-align: center;
        box-sizing: border-box;
        border-right: 1px solid #d6d6d6;
        border-bottom: 1px solid #d6d6d6;
    }

    .akti-table-td-namecontragent {
        flex: 4 0 0;
        padding: 0.8em 1.2em;
        order: 0;
        text-align: left;
        background: none
    }


    .modal-flex-table-td {
        flex: 1;

    }

    .modal-td-double {
        flex: 2 0 0;
    }

    .modal-td-acti-thrice {
        flex: 4 0 0;
        order: 0;
        background: none
    }

    .modal-td-thrice {
        flex: 4 0 0;
        order: 0;
        background: none
    }

    .block-contact {
        display: flex;
        margin: 30px 0 0 0;
        justify-content: space-between;
    }

    .contact-foto-img {
        width: 135px;
        height: 135px;
    }

    .block-contact-manager {
        padding: 20px 0 0 35px;
    }


}

@media all and (min-width: 1440px) {
    .form-input-1440 {
        display: block
    }

    .zakazy-table-order {
        width: 8%
    }

    .zakazy-table-date {
        width: 10%
    }

    .modal-itog-td {
        padding: 0 7%;
    }

    .novinki-prew {
        margin: 0 0 50px 0;
        width: 400px;
        height: 250px;
        overflow: hidden;
    }


    .novinki-prew:hover .novinki-prew-title {
        -webkit-transform: translate3d(0, 0, 0) translate3d(0, -220px, 0);
        transform: translate3d(0, 0, 0) translate3d(0, -220px, 0);
        height: 260px;
        padding: 60px 0
    }

    .novinki-prew:hover .novinki-prew-date {
        -webkit-transform: translate3d(0, 0, 0) translate3d(0, -250px, 0);
        transform: translate3d(0, 0, 0) translate3d(0, -250px, 0);
        opacity: 1;
        margin: 20px 0 0 0;
    }

    .novinki-prew:hover .novinki-prew-text {
        -webkit-transform: translate3d(0, 0, 0) translate3d(0, -250px, 0);
        transform: translate3d(0, 0, 0) translate3d(0, -250px, 0);
        opacity: 1;
        margin: 50px 0 0 0;
    }

    .block-contact {
        display: flex;
        margin: 50px 0 0 0;
    }


    .contact-foto-img {
        width: 250px;
        height: 250px;
    }


}


@media all and (min-width: 1550px) {
    .block-contakt-map {
        min-height: 325px;
        background: url(images/map-contakt.png) no-repeat 0% 0%;

    }


    .map-selector-kharkiv {
        background-image: url(images/map-pointer-red.png);
        position: absolute;
        top: 40px;
        left: 530px;
    }

    .map-selector-dnepr {
        background-image: url(images/map-pointer-red.png);
        position: absolute;
        top: 205px;
        left: 448px;
    }

    .body-position-kharkiv {
        top: -10px;
        left: 175px;
    }

    .body-position-dnepr {
        top: -175px;
        left: 257px;
    }
}


/* noAuth */ 

.exit-page-head {
		display:flex;
		justify-content: space-between;
		height:80px;
		padding:0 20px;
		background: #000
	}
	.exit-page-head a{
		display:flex;
		align-items: center;
		justify-content: center;
	}
	
	.exit-page-body {
		display:flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding:0 20px
	}
	.exit-page-body p{
		max-width:740px;
		padding:10px 0;
		text-align:center;
		font-family: 'Helvetica';
		font-size: 16px;
		line-height: 20px;
	}
	
	.exit-page-a {
		background-color: #BF0000;
		color:#fff;
		font-size:25px;
		margin:20px 0 0 0;
		padding:15px 200px;
		text-decoration:none;
		text-transform: uppercase;
		
	}
	
	
	
	/* new */

body._lock {
   overflow: hidden
}


.mobile-wrapper {
    display: flex
}

.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.mobile-header-container {
    display: flex;
    padding: 0 10px;
    min-height: 45px;
    align-items: center;
    justify-content: flex-end;
}

.back-to-index {
	margin: 0px 0 0 40px;
    background: url(https://autoshop2.autotrend.ua/local/templates/sv2/images/close-zakaz.png) no-repeat center left;
    background-size: 20px;
    display: flex;
    /* width: 100px; */
	color: #000;
    padding: 0 30px;
    height: 30px;
    align-items: center;
}


.mobile-header__lang {
   margin: 0 15px; 
}
.mobile-header__menu {
    
}

.mobile-header__menu-icon {
   position: relative;
    z-index: 30;
    width: 30px;
    height: 18px;
    cursor: pointer
}


.mobile-header__menu-icon._active span{
  transform: scale(0) translate(0px, -50%);
  background-color: #fff;
  height: 10%;
}

.mobile-header__menu-icon._active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
	background-color: #fff;
	height: 10%;
}

.mobile-header__menu-icon._active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
	background-color: #fff;
	height: 10%;
}


.mobile-header__menu-icon span,
.mobile-header__menu-icon::before,
.mobile-header__menu-icon::after {
    position: absolute;
    left: 0;
    height: 13%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background-color: #767272
}

.mobile-header__menu-icon::before,
.mobile-header__menu-icon::after {
    content: "";
}

.mobile-header__menu-icon::before {
    top: 0
}

.mobile-header__menu-icon::after {
    bottom: 0
}

.mobile-header__menu-icon span {
    top: 50%;
    transform: scale(1) translate(0px, -50%);
}

.mobile-header__menu-body {
    position: fixed;
    box-sizing: border-box;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 30px 30px 30px;
    background: #000;
    transition: left 0.3s ease 0s;
    overflow: auto;
}

.mobile-header__menu-body._active {
    left: 0
    
}


.mobile-header__menu-list {
  margin: 0 auto;
    width: 250px
}

.mobile-header__menu-list li {
    margin: 0 0 30px 0
}

.mobile-header__menu-list li:last-child {
    margin-bottom: 0
}

.mobile-header__menu-link {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

/******************* left *************/

.mobile-left-block {
    height: 100%;
    z-index: 8
}

.mobile-left-block__content {
     display: none; 
   
    color: #fff
}

.mobile-left {
     position: fixed;
     display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    top: 0;
    width: 30px;
    height: 100%;
    padding: 0;
    background: #262525;
    transition: width 0.3s ease 0s;
    overflow: auto;
}

@media screen and (min-width: 1350px) {
    .mobile-left {
     position: fixed;
     display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    top: 0;
    width: 315px;
    height: 100%;
    padding: 0;
    background: #262525;
    transition: width 0.3s ease 0s;
    overflow: auto;
}

.mobile-left-block__content {
	display:block
}

}


.mobile-left._active {
    width: 100%;
    padding: 50px 10px 10px 10px;
}

@media screen and (min-width: 980px) {
    .mobile-left._active {
    width: 365px;
    padding: 50px 10px 10px 10px;
}
}



.mobile-left._active .mobile-left-block__content {
    display: flex
}

.mobile-left-block__open-container {
    display: flex;
    flex: 0 0 25px;
    align-items: center;
}

@media screen and (min-width: 1350px) {

	.mobile-left-block__open-container {
		display:none
	}
}


.mobile-left-block__open {
    position: absolute;
    cursor: pointer;
    color: #fff;
    width: 25px;
   
}

.open__button-left {
    transform: rotate(270deg);
    display: flex;
    justify-content: center;
    align-items: center;
} 

.mobile-left-block__open img {
    width: 25px
}
.mobile-left-block__open span {
    padding: 0 10px
}

.mobile-left._active .open__button-left {
    display: none
}

.close__button-left {
   display: none
}

.mobile-left._active .close__button-left {
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    align-items: center;
}














/************** right ********************/

.header-mob-bg {
    position: fixed;
    z-index: 5;
    top:0;
    width: 100%;
    height: 45px;
    background: #fff
}

.mobile-right-block {
    margin: 40px 0 0 30px;
    box-sizing: border-box;
	width: 90%
}

.mobile-right-block .wrapper-block-right h2 {
	font-size: 16px;
	background: none;
	line-height: 26px;
	padding: 0 10px 10px 0;
}

.mobile-right-block .sort-filter {
    flex-direction: column;
    
}
.mobile-right-block .catalog-group {
    margin: 0 0 10px 20px
    
}
.mobile-right-block .main-search {
    margin: 0 0 10px 20px
    
}

.mobile-right-block .main-search .main-search_input input{
    margin: 10px 0;
    padding: 10px 15px;
	width:90%;
    border: 1px solid red;
    border-radius: 3px;
}
.mobile-right-block .main-search .main-search_input input::placeholder {
    
    padding: 0 10px;
    font-size: 16px;
    color: #000
}

.mobile-right-block .main-search_filter ul {
    flex-direction: column;
    margin: 10px 0
}

.mob-tovary {
   margin: 10px 0 70px 0;
}
.mob-tovary__items {
   display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mob-tovary__item {
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 10px;
    width: 280px;
    margin: 10px;
    padding: 5px 10px;
    box-sizing: border-box
}

.item-mob-name {
    display: flex;
        align-items: center;
    justify-content: space-between;
}

.item-mob-content {
    display: flex;
    justify-content: space-around;
}

.item-mob-content__foto {
    width: 65px;
    height: 65px;
}
.item-mob-content__foto img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.item-mob-content-photo {
    width: 20px;
    height: 20px;
}

.item-mob-content__info {
    padding: 10px 0 0 20px;
}
.item-mob-content__info p{
    font-size: 12px;
    padding: 0 0 10px 0;
}

.item-mob-content__cena {
    display: flex;
    justify-content: space-between
}

.item-mob-content__cena .info-mob-price {
    font-size: 16px;
    font-weight: 600
}

.item-mob-content__cena .info-mob-link {
    font-size: 12px;
    text-decoration: none;
    color: #e11d2d;
    padding: 3px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px
}

.item-mob-content__variant-3 {
   display: flex;
    padding: 10px 0;
    flex-direction: column; 
    align-items: center;
}

.item-mob-content__variant-3 img {
    width: 20px;
    height: 20px
}

.item-mob-content__variant-3 p {
    font-size: 16px;
    color: #000;
    padding: 15px 0;
    font-weight: 600
}

.item-mob-content__variant-3 a {
    font-size: 12px;
    text-decoration: none;
    color: #e11d2d;
    padding: 3px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}

.item-mob-content__info .info-mob-price {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0 15px 0
}

.item-mob-content__info .info-mob-link {
    font-size: 12px;
    text-decoration: none;
    color: #e11d2d;
    padding: 3px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px
}

.item-mob-content__foto .bestseller {
	margin-left: -50px;
    position: absolute;
}

.item-mob-content__foto .bestseller img{
	object-fit: contain;
    width: 50px;
}



.item-mob-buy {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0
}

.item-mob-buy__link {
    background: #7c7c7c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px
}

.available-product {
    background: #e11d2d;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px
}



.item-mob-buy__link img{
   width: 15px;
    height: 15px;
    padding: 0 5px;
    object-fit: cover
}

.item-mob-buy .quantity-wrapper {
    display: flex;
    flex: 0 0 105px
}


.item-mob-buy .quantity-wrapper span {
    border: 1px solid #cfcfcf;
    opacity: 1;
    width: 24px;
    line-height: 24px;
    border-radius: 50%
}

.mob-tovary .pagination {
    padding: 10px 0;
    justify-content: center
}

.mob-tovary__cart {
    position: fixed;
    bottom: 0;
    z-index: 6;
    width: 92%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: #fff;
}
.mob-tovary__cart .cart_header .orders {
   display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    transition: all 0.3s ease 0s;
    justify-content: center;
}

/*** zakaz ***/

.zakaz-mob-item {
    width: auto
}

.delete-mob-item {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #e11d2d;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
}

.mob-zakaz-item {
    min-height: 100px
}

.mob-price-zakaz {
    font-size: 16px;
    margin: 50px 0 0 0
}

.mob-zakaz-summa {
    color: #e11d2d;
    font-size: 16px;
    padding: 5px 0;
}

.mobile-right-block .cart-result {
    flex-direction: column;
    align-items: center;
     margin: 20px 10px;
}

.mobile-right-block .result-wrapper {
    flex-direction: column;
    margin: 10px
}

.mobile-right-block .change-contract {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
}
.mobile-right-block .change-contract p {
    
    padding: 10px 0;
}
.mobile-right-block .change-contract select {
    margin: 0
}

.mobile-right-block .proxy {
   flex-direction: column;
    min-width: 100px;
    width: auto;
    max-width: 100%
        
}
.mobile-right-block .react-datepicker-wrapper {
   margin: 0 0 15px 0
        
}
.mobile-right-block .about-shipping-top {
   flex-direction: column
        
}
.mobile-right-block .about-shipping-bot {
   flex-direction: column;
    margin: 20px 0 0 0;    
}

.mobile-right-block .about-shipping-bot .comment {
   width: 69%;
    margin: 20px 0 0 0;
    min-width: 100px
}


.orders__open-zakaz {
   display: flex;
    align-items: center;
    padding: 5px 0;
    box-sizing: border-box
}

.orders__header-bottom img {
    height: 40px;
    padding: 0 0 0 10px;
}

.orders__active-zakaz {
    display: none
}

.orders._active {
    height: 250px;
    transition: all 0.3s ease 0s;
}

.orders._active .orders__open-zakaz{
   display: none
}

.orders__close-zakaz {
    display: none
}

.orders._active .orders__close-zakaz{
    display: block
}


.orders._active .orders__active-zakaz {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    margin:  0 0 0 -30px
}

.mobile-right-block .add-info {
    justify-content: center;
    margin-top: 30px
}

.mobile-right-block .shipping-info_title {
   font-size: 15px;
    font-weight: 600;
        margin: 30px 0 10px 0;
}

.mobile-right-block .cart-result .cart-result_buttons  {
   justify-content: space-around;
    width: 100%
}
.mobile-right-block .cart-result .cart-result_buttons .remove-order {
    border-radius: 6px;
    border-right: 1px solid rgba(154, 154, 154, 0.5);
}

.mobile-right-block .cart-result .cart-result_buttons .reserv-order, .mobile-right-block .cart-result .cart-result_buttons .pre-order {
    border-radius: 6px
}


.body__open-mob-zakaz {
    display: none
}

.orders__open-mob-zakaz._active {
   display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    background: #fff;
    height: 100%;
    width: 100%;
    z-index: 8
}
.orders__open-mob-zakaz._active .open-mob-zakaz {
  padding: 50px 0 10px 0
}

.orders__open-mob-zakaz._active .body__open-mob-zakaz {
    display: flex;
    flex-direction: column;
    overflow: auto
}


.body-detail__open-mob-zakaz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.open-mob-zakaz__title-on {
    background: #e21e2d;
    color: #fff;
    margin: 0 0 0 30px;
    padding: 20px;
}

.open-mob-zakaz._active .open-mob-zakaz__title-on {
    display: none
}

.open-mob-zakaz__title-off {
    display: none
}

.open-mob-zakaz__title-off img {
    width: 20px;
    height: 20px;
    padding: 0 10px
}
.open-mob-zakaz__title-off span {
    padding: 0 0 0 30px;
    color: #e21e2d
}

.open-mob-zakaz._active .open-mob-zakaz__title-off {
    display: flex;
    align-items: center;
    justify-content: center;
}

.orders__open-mob-zakaz._active .active {
    background: #fff;
    color: #000
}

/*** personal ***/
.limit-products {
    align-items: center;
    display: flex;
    width: 100%;
    padding: 0 0 20px 10px;
}

@media screen and (min-width: 980px) {
    .limit-products {
        padding-left: 0;
    }
}

.limit-products-select {
    margin-left: 5px;
    width: 10%;
}
/*** end personal ***/

/*** ttn ***/
.ttn-link {

}

.ttn-link.new-ttn {
    background: url(images/pochta.gif) no-repeat;
    background-size: contain;
    display: block;
    width: 70px;
    height: 40px;
}
/*** end ttn ***/




/* ****/


.kabinet-menu__prom {
    padding: 50px 0 0 0
}

.prom-settings {
    display: flex;
    padding: 25px 0 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.prom-settings h3 {
    font-size: 20px;
    padding: 0 0 10px 0
}

.prom-settings__typedock,
.prom-settings__brands,
.prom-settings__price {
    display: flex;
    flex-direction: column;
    padding: 0 100px 0 0
}

.prom-settings label {
    margin: 10px 0;
    padding: 0 0 0 20px
}







/* Стили для контейнера с таблицей */
.price__prom-markup {
    display: none;
    margin: 20px 0 0 0;
    border: 1px solid #ccc;
}

.prom-markup__tr-header {
    display: flex;
    background: #e21e2d;
    color: #fff;
    font-size: 16px
}

.prom-markup-table-th {
    width: 200px;
    text-align: center;
    padding: 5px
}

.prom-markup__tr-body {
    display: flex;
    align-items: center;
    font-weight: 600
}

.prom-markup__tr-body:nth-child(even) {
    background-color: #f0f0f0;
}

.prom-markup__tr-body input {
    width: 100%;
    padding: 5px;
    font-size: 16px;
}

.prom-markup__tr-body input {
    width: 80px;
    height: 30px;
    padding: 0 5px;
    font-size: 16px;
    border: 2px solid #ccc;
    border-radius: 5px;
}

.prom-markup__tr-body input:focus {
    border-color: #e21e2d;
    outline: none;
}

.prom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
}

.prom-button button {
	background: #fff;
	cursor: pointer
}


/* Показывать таблицу, если выбрана вторая радиокнопка */
input[type="radio"]:checked + .radio-label + .price__prom-markup {
    display: block;
}



@media screen and (max-width: 980px) {
    .prom-settings {
   
		flex-direction: column;
	}
	
	.wrapper-block-right {
		text-align: left;
	}
	
	.prom-settings__typedock, 
	.prom-settings__brands, 
	.prom-settings__price {
    padding: 0 15px 15px 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
	}
}
/*** end ttn ***/
