@charset "UTF-8";

@font-face {
  font-family: 'RUBSN';
  src: url("/fonts/RUBSN.eot");
  src: local("☺"), url("/fonts/RUBSN.woff") format("woff"), url("/fonts/RUBSN.ttf") format("truetype"), url("/fonts/RUBSN.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus, :active {
  outline: none; }

a:focus, a:active {
  outline: none; }

aside, nav, footer, header, section {
  display: block; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000; }

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: "Roboto"; }
  body.lock {
    overflow: hidden; }

input, button, textarea {
  font-family: "Roboto"; 
  font-size:initial;
}

button {
  cursor: pointer; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

a, a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

center {
	font-weight:normal;
}

.clr {
  clear: both;
  display: block; }

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

.row:after {
  display: block;
  content: '';
  clear: both; }



.rub:after {
  font-family: 'RUBSN';
  content: 'ь';
  font-weight: 100; }

.container {
  max-width: 1230px;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1270px) {
  .container {
    //max-width: 970px; } }

@media (max-width: 992px) {
  .container {
    //max-width: 890px;
    padding: 0 20px; } }

@media (max-width: 767px) {
  .container {
    max-width: none; } }

@media (max-width: 479px) {
  .container {
    padding: 0 10px; } }


header {
  -webkit-box-shadow: 0 13px 51px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 51px rgba(0, 0, 0, 0.1); }

.header-table > .cell {
  vertical-align: middle;
  padding: 10px 0; }

.header__logo {
  display: inline-block;
  width: 270px; }
  .header__logo img {
    max-width: 100%; }

a.sdelka {
	color: darkolivegreen;
	font-weight: 900;
}

.logoplace {
	width:260px;
	padding:10px;
}
.header-table {
	font-size: 0;
	width: 100%;
	display: contents;
}
.header-body {
  padding: 0px 0px 0px 0px; 
  font-size:0;
  display: table;
  float:right;
   }
  .header-body > .cell {
    padding: 0px 0px 0px 15px;
     }
  .header-body > .empty {
	  width:150px;
}
.header-title{
	text-align:left;
	width:100%;
	color:darkolivegreen;
	vertical-align:middle;
	
	font-weight:bold;
	font-size:30px;
	font-family: initial;
	font-style: italic;
}
.header-search {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #ff9000; }
  .header-search > .cell {
    vertical-align: top; }

.header-search__input {
  height: 38px;
  width: 100%;
  padding: 0 20px;
  font-size: 14px;
  background-color: transparent;
  font-weight: 300; }

.header-search__btn.btn2 {
  width: 50px;
  height: 38px;
  margin: 0px -1px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: #fc8e00 url("/img/icons/search.svg") center no-repeat;
  background-size: 15px; }

.header-login {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #d8e0ec;
  background-color: #ffffff;
  display: block;
}

.header-login.profile{
	width:155px;
	padding: 0 10px;
}
.header-login.login{
	width:100px;
	padding: 0 15px;
}
.header-login.logout{
	width:100px;
	padding: 0 15px;
}
.header-login.registration {
	width:140px;
	padding: 0 15px;
}
.header-login span {
  color: #004586;
  font-size: 13px;
  display: block;
  padding: 0 0 0 28px;
  background-size: 17px; 
  line-height: 38px; 
}
.header-login__title {
  background: url("/img/icons/user.svg") left no-repeat;
}
.header-logout__title {
  background: url("/img/icons/logout.svg") left no-repeat;
}
.header-registration__title {
  background: url("/img/icons/registration.svg") left no-repeat;
}
.header-singin__title {
  background: url("/img/icons/user.svg") left no-repeat;
}


.header-menu {
  height: 20px;
  -webkit-box-shadow: 0 13px 51px rgba(0, 0, 0, 0.1);
  box-shadow: 0 13px 51px rgba(0, 0, 0, 0.1);
  background-color: #004688;
  position: relative; }
  .header-menu:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 0;
    background-color: rgba(8, 85, 157, 0.99); }

.header-menu-body {
  overflow: hidden;
  position: relative; }

.header-menu-list {
  background-color: #004688;
  position: relative;
  z-index: 2; }
  .header-menu-list li {
    position: relative;
    border-right: 1px solid #00417e;
    display: table-cell;
    vertical-align: middle; }
    .header-menu-list li:after {
      content: '';
      height: 100%;
      top: 0;
      right: 1px;
      width: 1px;
      position: absolute;
      background-color: #014b90; }
    .header-menu-list li:first-child .header-menu__item {
      padding: 0px 20px 0px 0px; }
    .header-menu-list li:last-child {
      border-right: none; }
      .header-menu-list li:last-child:after {
        display: none; }

.header-menu__item {
  display: table;
  width: 100%;
  padding: 0px 20px 0px 15px; }
  .header-menu__item span {
    display: table-cell;
    vertical-align: middle;
    height: 65px; }
    .header-menu__item span:first-child {
      width: 40px;
      padding: 0 15px 0 0px; }
      .header-menu__item span:first-child img {
        margin-bottom: -10px; }
    .header-menu__item span:last-child {
      color: #fff;
      font-size: 14px;
      line-height: 16px; }
  .header-menu__item:hover {
    background-color: #014b90; }

.header-menu__arrow {
  display: none; }

@media (max-width: 625px) {
  .header-menu__arrow {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 5;
    width: 50px;
    background: rgba(8, 85, 157, 0.99) url("/img/icons/arrow.svg") center no-repeat;
    background-size: 11px; }
  .header-menu-body {
    padding: 0px 50px 0px 0px; } }

@media (max-width: 992px) {
  .header-search {
    margin: 0px 0px 20px 0px; } }

@media (max-width: 700px) {
  .header-table > .cell {
    vertical-align: middle;
    padding: 10px 0 15px 0; }
  .header-body.table {
    padding: 0px 0px 0px 0px;
    width: auto; }
    .header-body.table > .cell {
      padding: 0px 15px 0px 0px; }
      .header-body.table > .cell:first-child {
        display: none; }
  .header__logo {
    display: block;
    margin: 0px auto 25px auto; } }

@media (max-width: 479px) {
	.header-content{
		display: flex;
	}
	.header-table  {
		display: block;
	}
	.header__logo {
		margin: auto;
	}
  .header-favorite {
    padding: 0; }
    .header-favorite span {
      width: 50px;
      padding: 0;
      height: 38px;
      background-position: center; }
    .header-favorite i {
      display: none; } }


footer {
  padding: 25px 0; }

.footer-table{
	padding-bottom:25px;
}
.footer-table > .cell {
  vertical-align: middle;
  text-align: center; }
  .footer-table > .cell:first-child {
    text-align: left; }
  .footer-table > .cell:last-child {
    text-align: right; }

.footer__copy {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px; 
  width: 272px;
  }

.footer__update {
  color: #fc8e00;
  font-size: 15px;
  line-height: 22px; }

.footer-menu-list li {
  display: inline-block;
  margin: 10px 0px 10px 15px; }

.footer-menu__link {
  color: #004688;
  font-size: 15px;
  font-weight: 500; }
  .footer-menu__link:hover {
    text-decoration: underline; }

@media (max-width: 1270px) {
  .footer__update {
    text-align: center;
    padding: 15px 0px 0px 0px; } }

@media (max-width: 992px) {
  footer {
    padding: 10px 0; }
  .footer-table > .cell {
    display: block; }
    .footer-table > .cell:first-child {
      text-align: center; }
    .footer-table > .cell:last-child {
      text-align: center; }
  .footer__update {
    text-align: center;
    padding: 15px 0px 0px 0px; }
  .footer-menu {
    padding: 20px 0px 0px 0px; } }

@media (max-width: 479px) {
  .footer-menu-list li {
    display: block;
    margin: 0px 0px 10px 0px; }
  .footer__update {
    text-align: center;
    padding: 0px 0px 0px 0px; }
  .footer-menu {
    padding: 15px 0px 0px 0px; } 
	
	.footer-table{
		padding-bottom:0px;}
	
	}

.mainpage-items {
  margin: 0 -5px; }

.mainpage-items-column {
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 10px 0px;
  padding: 0px 5px; }

.mainpage-items-column_1 {
  width: 50%; }

.mainpage-items-column_2 {
  width: 33.333%; }
  .mainpage-items-column_2 .mainpage-item.ibg {
    height: 221px; }

.mainpage-item {
  height: 275px;
  padding: 25px 10px 0px 10px;
  display: block;
  position: relative;
  border-radius: 5px;
  background-color: #f0f0f0;
  background-size: auto;
  text-align: center;
  background-position: bottom;
  border: 1px solid #f0f0f0; }
  .mainpage-item:hover {
    border: 1px solid #fc8e00; }

.mainpage-item__title {
  color: #004689;
  font-size: 18px;
  font-weight: 500; }

.mainpage-item__image {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }
  .mainpage-item__image span {
    display: block; }
  .mainpage-item__image img {
    max-width: 100%;
    max-height: 195px; }

@media (max-width: 1270px) {
  .mainpage-items-column_1 {
    width: 50%; }
    .mainpage-items-column_1:last-child {
      width: 100%; }
      .mainpage-items-column_1:last-child .mainpage-item {
        height: 275px; }
  .mainpage-items-column_2 {
    width: 50%; }
    .mainpage-items-column_2 .mainpage-item {
      height: 221px; }
  .mainpage-item {
    height: 221px; }
  .mainpage-item__image img {
    max-width: 80%;
    max-height: 170px; } }

@media (max-width: 992px) {
  .mainpage-item {
    height: 163px;
    padding: 15px 0px 0px 0px; }
  .mainpage-items-column_2 .mainpage-item {
    height: 163px; }
  .mainpage-items-column_1:last-child .mainpage-item {
    height: 205px; }
  .mainpage-item__image img {
    max-width: 75%;
    max-height: 150px; }
  .mainpage-item__title {
    font-size: 13px; } }

@media (max-width: 767px) {
  .mainpage-items-column {
    width: 100%; }
  .mainpage-item {
    height: 221px !important;
    padding: 15px 0px 0px 0px; } }


.contacts__title {
  margin: 0px 0px 20px 0px; }
  
.term__title{
  margin: 0px 0px 10px 0px; }
  
.contacts-form {
  padding: 30px;
  border-radius: 5px;
  background-color: #f0f0f1; }

.contacts-form-row {
  margin: 0px 0px 20px 0px; }
  .contacts-form-row.row {
    margin: 0px -25px 20px -25px; }
  .contacts-form-row:last-child {
    margin-bottom: 0; }

.contacts-form-column {
  float: left;
  width: 100%;
  padding: 0 25px; }

.contacts-form__label {
  font-size: 13px;
  margin: 0px 0px 10px 0px; }

.contacts-form-input {
  position: relative; }

.contacts-form__btn.btn_reg {
  width: 200px; 
  cursor: pointer; }
  
.contacts-form__btn.btn2 {
  width: 200px; 
  cursor: pointer; }

.form__error {
  color: #db1d1d;
  position: absolute;
  bottom: -20px;
  left: 0; }

.retrieve_password {
	width: 100%;
	text-align:right;
	top:50px;
	position:relative;
}
.retrieve_password a {
	color:#12517a;
}
.msg_err {
	padding-bottom:10px;
	color:#db1d1d;
}
.body_middle {
	width:500px;
	padding-bottom:50px;
}
.regtype_block {
	display: -webkit-box;
}
.regtype {
	padding: 20px;
	border-radius: 5px 5px 5px 0px;
	background-color: #fff;
	width:50%;
	text-align:center;
	color:#07559D;
	font-size:16px;
	font-weight:bold;
	border: 3px solid #f0f0f1;
}

.regtype.supplier {
	border-radius: 30px 30px 0px 0px;
}
.regtype.middleman {
	border-radius: 30px 30px 0px 0px;
}

.regtype span {
	padding:5px;
	cursor:pointer;
}
.goto {
	cursor:pointer;
}

.regtype.active {
	background-color: #f0f0f1;
	display:block;
}
.jc-bs3-container .contacts-form {
	padding:25px;
}
@media (max-width: 992px) {
  .contacts-form-column {
    width: 100%; }
    .contacts-form-column:first-child {
      margin: 0px 0px 30px 0px; } }

@media (max-width: 800px) {
    .contacts-form-row.row {
      margin: 0px -25px 0px -25px; }
}
@media (max-width: 479px) {
  .contacts-form {
    padding: 30px 20px; }
  .contacts-form-row {
    margin: 0px 0px 20px 0px; }
    .contacts-form-row.row {
      margin: 0px -25px 0px -25px; }
  .contacts-form-column:first-child {
    margin: 0px 0px 20px 0px; }
  .contacts-form__btn.btn2 {
    width: 55%; } }

	
.page404 {
  padding: 60px; }

.page404__title {
  font-size: 100px;
  margin: 0px 0px 35px 0px; 
  text-align:center}

.page404-message {
  margin: 0px 0px 40px 0px; }
  .page404-message > .cell {
    vertical-align: middle; }

.page404-message__icon {
  width: 100px; }
.page404-message__icon img {
  width: 100px; }
  
.page404-message__text {
  padding: 0px 0px 0px 25px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px; }

.page404__goto {
  font-size: 18px;
  font-weight: 700; 
  line-height:25px;}
  .page404__goto a {
    color: #fc8e00;
    text-decoration: underline; }
    .page404__goto a:hover {
      text-decoration: none; }

@media (max-width: 992px) {
  .page404 {
    padding: 30px; } }

@media (max-width: 767px) {
  .page404 {
    padding: 20px 0; }
  .page404-message > .cell {
    vertical-align: top; } }

.content {
  padding: 30px 0px; }

.content-leftside {
  float: left;
  width: 230px; 
  margin-left:5px;
}

.content-leftside__link {
  display: inline-block;
  margin: 15px 0px 0px 0px;
  color: #004688; }

.content-body {
  margin: 0px 0px 0px 0px; }
  .content-body ul {
    line-height: 16px;
    margin: 20px 0px 20px 0px; }
    .content-body ul li {
      margin: 0px 0px 5px 20px;
      list-style: disc; }
  .content-body ol {
    margin: 20px 0px 20px 0px;
    line-height: 16px; }
    .content-body ol li {
      margin: 0px 0px 5px 20px; }
  .content-body p {
    line-height: 16px;
    margin: 0px 0px 15px 0px; }
    .content-body p:last-child {
      margin: 0px 0px 0px 0px; }

	 
.content-body-o {
  margin: 0px 0px 0px 10px; }


.clear {
	clear:both;
	padding:0px;
}







.content-body-block {
  float: left;
  width: 100%; }
  
.a4doc {
	max-width:877px;
	text-align: left;
}

@media (max-width: 767px) {
  .content-leftside {
		float: none;
		width: 100%; 
	}
	.deal_leftside {
		float: none;
		width: 100%; 
	}
	.chat_menu {
		display:none;
	}
	
  .content-body {
    margin: 0px 0px 0px 0px; } }

.seotext {
  background-color: #fffdc8;
  padding: 15px 0; 
  margin-top:10px;}

.seotext-table .cell {
  vertical-align: middle; }

.seotext__icon {
  display: inline-block;
  width: 150px; 

  }
  .seotext__icon img {
  margin:-20px -20px -20px 0px;
  width: 150px; 
  }

.seotext-text {
  padding: 0px 0px 0px 35px; 
  }

.seotext-text__title {
  font-size: 22px;
  margin: 0px 0px 15px 0px; 
}
.seotext-text__title span {
	color:darkolivegreen;
	font-weight: 700; 
}
.seotext-text__value {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 767px) {
  .seotext-table .cell {
    vertical-align: top; } }

@media (max-width: 479px) {
  .seotext-table .cell {
    display: block; }
    .seotext-table .cell:first-child {
      text-align: center; }
	  
.seotext-text {
	padding: 5px 0px 0px 5px; 
}
.seotext-text__title {
  font-size: 18px;
  margin: 0px 0px 15px 0px;
  line-height:1.2;
}
.seotext-text__title span {
	color:darkolivegreen;
	font-weight: 700; 
}
.seotext-text__value {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.seotext__icon img {
	margin:-30px -20px -20px 0px;
	width: 150px; 
}


	}


.btn2, .btn_reg {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  height: 35px;
  -webkit-box-shadow: 0 5px 20px rgba(255, 90, 0, 0.45);
  box-shadow: 0 5px 20px rgba(255, 90, 0, 0.45);
  border-radius: 5px;
  background-color: #fc8e00;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 35px;
  padding: 0px 20px 0px 20px; }
  .btn2.fw {
    width: 100%; }
  .btn2:hover {
    -webkit-box-shadow: 0 5px 20px rgba(255, 90, 0, 0.75);
    box-shadow: 0 5px 20px rgba(255, 90, 0, 0.75); }

 .btn3 {
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 70, 136, 0.45);
  box-shadow: 0 5px 20px rgba(0, 70, 136, 0.45);
  border-radius: 5px;
  background-color: #004688;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor:pointer;
  margin:5px;
  }
  .btn3:hover {
    background-color: #0456a2; }



.input {
  width: 100%;
  display: block;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  padding: 0px 30px 0px 30px;
  color: #000000;
  font-size: 15px;
  font-weight: 300; }
  .input.focus {
    border: 1px solid #5e9edb; }
  .input.err {
    border: 1px solid #e78585; }
	
.input_inline {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #dadada;
  background-color: #ffffff;
  padding: 0px 30px 0px 30px;
  color: #000000;
  font-size: 15px;
  font-weight: 300; }
  .input_inline.focus {
    border: 1px solid #5e9edb; }
  .input_inline.err {
    border: 1px solid #e78585; }
	

textarea.input {
  resize: none;
  height: 125px;
  padding: 20px 30px 20px 30px; }

.check {
  position: relative;
  padding-left: 28px;
  line-height: 23px;
  color: #000000;
  font-size: 12px;
  cursor: pointer; }
  .check input {
    display: none; }
  .check:before {
    content: '';
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #fc8e00;
    position: absolute; }
  .check.active:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 2px;
    position: absolute;
    background-color: #fc8e00;
    left: 5px;
    top: 5px; }
  .check.mini {
    line-height: 20px;
    margin: 0px 0px 10px 0px; }
    .check.mini:before {
      width: 20px;
      height: 20px; }
    .check.mini.active:after {
      left: 5px;
      top: 5px; }
    .check.mini:last-child {
      margin: 0px 0px 0px 0px; }

.option {
  position: relative;
  cursor: pointer;
  padding-left: 25px;
  line-height: 16px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300; }
  .option:last-child {
    margin-bottom: 0px; }
  .option input {
    display: none; }
  .option:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    content: '';
    border: 1px solid #7f7f7f;
    border-radius: 50%; }
  .option.active:before {
    background: url("/img/icons/option.png") center no-repeat; }

.rating-block {
  display: table;
  font-size: 0; }

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .rating.edit .star {
    cursor: pointer; }
  .rating .star {
    width: 17px;
    height: 13px;
    display: inline-block;
    position: relative;
    z-index: 3; }

.rating__line {
  position: absolute;
  width: 80px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("/img/bg_rating.png") 0 0 no-repeat;
  z-index: 1; }

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 13px;
  top: 0;
  left: 0;
  background: url("/img/bg_rating_active.png") 0 0 no-repeat;
  z-index: 2; }

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle; }

.quantity {
  position: relative;
  width: 73px;
  height: 47px;
  border: 1px solid #cfcfcf;
  background-color: #ffffff; }

.quantity__input {
  height: 45px;
  width: 50px;
  text-align: center;
  color: #101010;
  font-weight: 300; }

.quantity__btn {
  position: absolute;
  top: 11px;
  right: 15px;
  cursor: pointer; }
  .quantity__btn:before {
    font-size: 25px;
    display: inline-block;
    line-height: 10px;
    color: #a9a9a9; }
  .quantity__btn:hover:before {
    color: #da0005; }
  .quantity__btn.dwn {
    top: 25px; }




.title {
  color: #000000;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold; }

.tip {
  background: url("/img/icons/info.svg") 0 0 no-repeat;
  width: 11px;
  height: 11px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle; }
  .tip.ask {
    background: url("/img/icons/tip.svg") 0 0 no-repeat;
    width: 11px;
    height: 11px;
    background-size: 100%; }
    .tip.ask.mini {
      width: 11px;
      height: 11px; }
    .tip.ask:hover {
      background: url("/img/icons/tip_h.svg") 0 0 no-repeat; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ellipsis, .header-register__title span {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.table {
  display: table;
  font-size: 0;
  width: 100%; 
  margin-bottom:0px;
}
.row {
	margin:0px;
}
.trow {
  display: table-row; }

.cell {
  display: table-cell; }
  .cell.full {
    width: 100%; }

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .ibg img {
    display: none; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .slick-slider .slick-list {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .slick-slider .slick-track {
    position: relative;
    width: 100%; }
  .slick-slider .slick-slide {
    overflow: hidden;
    float: left;
    position: relative; }

.tab__item {
  display: none; }
  .tab__item.active {
    display: block; }





.inl-el {
  display: inline-block;
}

.sl-but {
  width: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.sl-but-orange {

  background: #fd8e00;
      -webkit-box-shadow: 0 5px 20px rgba(253, 142, 0, 0.45);
    box-shadow: 0 5px 20px rgba(253, 142, 0, 0.45);
}
.sl-but-orange:hover {
  background: #FFA128;
}
.sl-item {
  margin: 10px 0px;
}

.sl-item a {
  font-weight: 600;
  color: #00377A;
  font-size: 12px;
}
 
.sl-item a:hover {
  color: #00A0EB;
}

.sl-count {
  background: #00377A;
  display: inline-block;
  border-radius: 4px;
  padding: 3px 5px;
  color: white;
  margin-left: 10px;
}

a:hover .sl-count {
  background: #00A0EB;

}



.blue-c {
  color: #0054FF;
}
.text-wrap {
  
  font-size: 14px;
  font-weight: 100;
}

.text-wrap * {
  line-height: 27px !important;
}

@media (min-width:1230px) {
 .container {
  width:1230px;
  padding:0px;
 }
}

.comment-block {
  text-align:center;
  width:100%
}

.comment {
  padding: 20px;
  margin-bottom: 30px;
  margin-left: 70px;
  background-color: #FC8E00;
  width:85%;
  text-align:center;
  border-radius: 20px 20px 20px 20px;
}

.comment textarea {
  border-radius: 20px 20px 20px 20px;
  padding:30px;
  width:80%;
  height:150px;
}

.comment-category {
  padding: 10px;
  margin-bottom: 5px;
  margin-left: 10px;
  background-color: #FC8E00;
  width:95%;
  text-align:center;
  border-radius: 20px 20px 20px 20px;
}

.comment-category textarea {
  border-radius: 20px 20px 20px 20px;
  padding:10px;
  width:95%;
  height:70px;
}

.comment-category  input , .comment input {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: .5em 2em;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #FDBE33 #000 #D77206;
  border-radius: 6px;
  background: linear-gradient(#F3AE0F, #E38916) #E38916;
  transition: 0.2s;
  //background-color: #228B22;
}

.comment-filed {
	
	padding:4px;
	background-color: #FC8E00;
	text-align:center;
	border-radius: 20px 20px 20px 20px;
	color:red;
	font-weight:bold;
	margin:4px;
}
.link {
	color: #0456a2;
	font-weight:bold;
}

.partner_id {
	padding:10px;
	border-radius: 15px 15px 15px 15px;
	background-color: #f0f0f1;
	margin-bottom:10px;
}
.partner_id span {
	padding:5px;
	display:block;
}
.partner_id a {
	color: #0456a2;
	font-weight:bold;
}
.partner_menu {
	padding: 10px 3px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	background-color: #f0f0f1;
	margin-bottom:10px;

}
.partner_menu span {
	padding:5px;
	display:block;
}

.partner_menu a {
	color: #0456a2;
	font-weight:bold;
}
.partner_menu a:hover {
	color:#000080;
}

.sidebar_menu {
	margin: 10px 10px 10px 15px;
}
.sidebar_menu li {
	color:#0456a2;
	list-style:disc;
	margin:5px 0px 0px 0px;
	line-height: 1.1;
}

.partner_tariffs  {
	padding:10px;
	font-size:16px;
}
.partner_tariff ul {
	margin:0px 15px 10px 30px;
}
.partner_tariff li {
	font-size:18px;
	padding:5px;
	line-height:32px;
}
.partner_tariffs p {
	line-height: 21px;
}
.partner_tariffs a {
	color: #0456a2;
	font-weight:bold;
}


.partner_body  {
	padding:5px;
	font-size:16px;
	clear:both;

}
.partner_body p {
	line-height: 21px;
}
.partner_body a {
	color: #0456a2;
	font-weight:bold;
}
.partner_body li {
	padding:3px;
}
.partner_body textarea.input {
	padding:15px 30px 10px 30px;
	margin-bottom:10px;
}
.partner_input {
	width:100%;
	line-height: 40px;
	margin:10px 10px 10px 30px;
	clear:both;
}
.partner_input span {
	float:left;
	padding-right:10px;
	font-size:14px;
}
.partner_input input {
	float:left;
	margin-left:10px;
	height:36px;
	padding:0px 15px 0px 15px;
	margin-bottom:5px;
}
.title_partner {
	color: #000000;
	font-size: 25px;
	line-height: 27px;
	font-weight: 400;
	display: inline-block;
    margin: 20px 0px 20px 20px;
}

.body_block {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	background-color: #f0f0f1;
	margin-bottom: 35px;
	max-width:980px;
}

.body_block_title {
	max-width:980px;
	text-align:center;
	font-size:18px;
	margin-bottom:30px;
}

.body_block li {
    padding: 3px;
}

.partner_btn {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 70, 136, 0.45);
  box-shadow: 0 5px 20px rgba(0, 70, 136, 0.45);
  border-radius: 5px;
  background-color: #004688;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor:pointer;
  padding-right:10px;
  padding-left:10px;

  margin:0px 5px 5px 15px;
  }
  .partner_btn:hover {
    background-color: #0456a2; }


.partner-table {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  margin: 30px 0px;
  overflow-x: auto;
}
.partner-table > table {
  width: 100%;
  border: 2px solid #ebf5ff;
  border-radius: 5px;  
  border-collapse: collapse;
}
.partner-table {
  color: #000;
}
.partner-table th {
  padding: 20px 15px;
  font-size: 12px;
  background: #ebf5ff;
  border-right: 2px solid #d9e3ec;
}
.partner-table td {
  border-right: 2px solid #d9e3ec;
  padding: 15px 5px;
  vertical-align: top;
  text-align: center;
}

.partner-table tr {
  border-bottom: 2px solid #02458b;
}

.partner-table tr:hover {
  background: #fff8ee;
  border-bottom: 2px solid #f78c00;
}

.partner-table tr:first-child {
  border: none;
}

.partner-table tr:first-child:hover {
  border: none;
  background: none;
}
.partner-table a {
  color: #014689;
}


.partner_link  {
	padding:5px;
	font-size:16px;
	clear:both;
}
.partner_link p {
	line-height: 18px;
	margin:25px 0px 10px 0px;
}
.partner_link a {
	color: #0456a2;
	font-weight:bold;
}
.partner_link .partner_input input {
	width:95%;
	max-width:500px;
}
.content-body-block .select__select{
	width:300px;
}
.title a {
	color:#0456a2;
}

.ticket-time {
	text-align:right;
	margin-right:5px;
}
.ticket-message {
	padding:30px;
}
.ticket-username{
	float:left;
	margin-left:10px;
}

.order_status {
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:10px;
	color:#FC8E00;
}

.partner_body ol li em b {
	border:1px solid #0456a2;
}




.banner_block {
	clear:both;
}
.banner_img {
	margin:5px 20px 20px 20px;
	float:left;
	display:grid;
}
.banner_code {
	margin:0px 0px 20px 20px;
}
.banner_code_label {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	display: inline-block;
}

.banner_code_label .partner_btn {
	margin: 5px 5px 5px 15px;
}

.banner_code_input {
	position: relative;
}
.banner_code_input textarea {
	width:490px;
	height:100px;
	padding:20px 0px 0px 30px;
}
.banner_size {
	margin:5px;
	font-weight:bold;
}

.partner_sale_price{
	font-size:14px;
}

.partner_id .partner_status {
	color: green;
    font-weight: bold;
    display: inline;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

@media (max-width: 479px) {
	
	.banner_code_input textarea {
		width:310px;
		height:150px;
		padding:20px 0px 0px 30px;
	}

	.partner_menu span {
		padding:10px;
		display:inline-block
	}
	.partner_id span {
		padding:10px;
		display:inline-block
	}
	.partner_input {
		margin:0px;
	}
	.partner_input input {
		width:90%;
	}

}


.terms_menu_title {
	width:100%;
	padding:8px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	color:darkgreen;
}
.terms_menu_title a {
	font-weight:bold;
	font-size:18px;
	color:darkgreen;
}
.terms_menu_title a:hover {
	color:darkgreen;
}
.terms_menu_add {
	display:inline-flex;
	margin-bottom:4px;
}
.terms_menu_add img {
	width:25px;
	margin-top:-5px;
}

.terms_menu span{
	padding:10px;
}
.terms_menu img {
	height:15px;
}
.terms_menu .on {
	height:18px;
	float:left;
	margin-top:7px;
	margin-right:4px;
	cursor:pointer;

}
.terms_menu .onff {
	height:18px;
	float:left;
	margin-top:7px;
	margin-right:4px;
	cursor:pointer;
}
.term_type_title {
	font-size: 18px;
	font-weight: 450;
	margin: 5px 0px 10px 25px;
}
.term_type_title a {
	color:#0456a2;
	font-weight:bold;
}
.term_supplier {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border:5px solid #f0f0f1;
	margin-bottom: 10px;
	max-width:980px;
	display: inline-block;
}
.term_supplier_domain {
	font-size:12px;
	white-space: nowrap;
}
.term_site {
	width:100%;
	text-align:right;
	padding-top:3px;
}
.term__title{
	color: #000000;
	line-height: 27px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.term__title a {
	color:#0456a2;
	font-weight:bold;
}
.term_supplier_name{
	font-size: 25px;
}
.offers_comment {
	padding-top:5px;
}
.requisites {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border:5px solid #f0f0f1;
	margin-bottom: 10px;
	max-width:980px;
	display: inline-block;
}
.body_block_white {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border:5px solid #f0f0f1;
	margin-bottom: 10px;
	display: inline-block;
}
.body_block_white a {
	color:#0456a2;
	font-weight:bold;
}
.profile_body {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border:5px solid #f0f0f1;
	margin-bottom: 10px;
	max-width:980px;
	width:80%;
	display: inline-block;
}
.deal_term_freeform {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border:2px solid #d0d0d0;
	margin: 20px 0px 10px 10px;
	max-width:980px;
	display: inline-block;
	width:90%;
}
.deal_term_freeform_text {
	margin:20px;
}
.deal_service_fee {
	font-size:14px;
}
.offer1 {
	max-width:700px;
}
.offer3 {
	max-width:760px;
}
.offer3_msg{
	font-size:18px;
	display: list-item;
	margin-left: 30px;
	//text-indent: -10px;
	padding:5px 0px 5px 5px;
}
.offer4 pre {
	margin:20px;
}
.offer5 {
	font-size:18px;
}
.offer_button_block {
	width:100%;
	text-align:right;
}
.offer_button_block2 {
	text-align:left;
}
.term_supplier_title {
	color: #000000;
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
	padding:10px;
	color: #004688;
}
.term_details{
	padding-top:7px;
}
.term_supplier_offer_title {
	
	padding:0px 0px 15px 30px;
	font-size:18px;
	font-weight:bold;
	color:#004688;
	line-height:21px;
	
}
.popup_reg_middleman {
	background-color: #f6faff;
}



.term_supplier input {
	width:85px;
	height:30px;
	border-radius: 5px;
	border: 1px solid #dadada;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
}
.term_supplier textarea {
  border-radius: 10px 10px 10px 10px;
  padding:10px;
  width:30%;
  overflow: auto;
  min-width:250px;
}
.term_supplier input.focus {
	border: 1px solid #5e9edb;
}
.term_supplier textarea.focus {
	border: 1px solid #5e9edb;
}
.term_positions {
	margin-top:-21px;
}
.term_position {
	padding:15px 15px 0px 15px;
	font-size:18px;
	width:100%;
	float:right;
}
.term_position textarea { 
	margin:-5px 10px 5px 10px;
	width:80%;
	height:40px;
    min-width:250px;
	overflow: hidden;
}
.term_position_data {
	text-align:right;
}

.term_position input { 
	//margin:-8px 10px 0px 10px;
	//height:30px;
}
.term_position_title {
	float:left;
	padding-bottom:7px;
	display: inline list-item;
}
.term_totalsales_title {
	display: inline list-item;
}
.term_totalsales_link {
	margin-top:10px;
}
.terms_position_addlink {
	white-space: nowrap;
	font-size:12px;
	color:#004688;
	margin: 10px 5px 10px 30px;
}
.terms_position_addlink span {
	cursor:pointer;
}
.terms_position_addlink input {
	width:85%;
}
.terms_position_addlink a {
	color:#004688;
}
.term_remove {
	font-size:12px;
	color:#0456a2;
	margin-bottom:-10px;
	padding-bottom:5px;
	text-align:right;
	cursor:pointer;
}
.term_position_add {
	padding-left:30px;
	margin-top:10px;
}
.term_option_add {
	padding-left:30px;
	margin-top:20px;
}
.term_total {
	font-size:18px;
	padding: 10px 15px 0px 15px;
}
.term_totalsales {
	font-size:18px;
	padding: 10px 15px 0px 15px;
}
.term_positions_offer_term {
	font-size:18px;
	padding: 10px 15px 15px 25px;
	max-width:800px;
}
.term_position_offer_title {
	padding:0px 5px 15px 5px;
	font-size:18px;
	font-weight:bold;
}
.term_position_offer{
	border-bottom: 1px solid grey;
	padding-bottom:5px;
	margin-bottom:5px;
}

.term_positions_offer{
	font-size:16px;
	padding: 15px;
}
.term_freeform {
	font-size:18px;
	padding: 15px;
}
.term_freeform textarea{
	width:80%;
}
.term_freeform_title {
	padding-bottom:7px;
}

input.total_sum_type {
	width:150px;
	margin-top:5px;
}
input.term_position_interest  {
	width:50px;
}
.term_total_interest {
	padding:5px;
}
input.total_interest {
	width:42px;
}

.example_middleman {
	cursor:pointer;
	color:#0456a2;
	font-weight:bold;
	margin: 10px 0px 10px 30px;
}
.term_middleman_form1 {
	margin:5px;
}
.term_middleman_form2 {
	width: 100%;
	height: 42px;
	border-radius: 5px;
	border: 1px solid #dadada;
	background-color: #ffffff;
	padding: 5px 20px 5px 20px;
	color:#000000;
	font-size: 15px;
	font-weight: 300;
	margin:7px 0px 5px 0px;
	display: table-cell;
	vertical-align: middle;
}
.term_middleman_form2 b {
	font-weight:600;
}
.term_middleman_form2 span {
   white-space: nowrap;
}
.term_middleman_note {
	font-size:12px;
	margin-bottom:7px;
	padding-left:10px;
}
.term_middleman_note_comm{
	
}
.term_company_tax  {
	padding:15px 0px 0px 10px;
	display:flex;
}
.term_company_tax select {
	padding: 5px;
	margin-top: -10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width:100px;
}
.term_company_tax input {
	width: 10px;
	height: 10px;
	margin: 10px;
}


.term_totalsales_option select {
	padding: 5px;
	margin-top: -10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width:100px;
	margin-bottom:3px;
}
.term_totalsales_option {
	margin-bottom:10px;
	max-width:700px;
}

.deal_supplier_tax {
	padding:5px 0px 0px 10px;
	display:flex;
}
.deal_supplier_tax select {
	padding: 5px;
	margin-top: -10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width:100px;
}
.deal_supplier_tax.select_option{
	
}
.deal_history{
	text-align:center;
	margin:80px 0px 20px 0px;
	font-size:20px;
	font-weight:500;
}
.deal_openterm {
	font-size:12px;
	text-align:right;
	margin: 5px 0px -5px 0px;
}
.deal_bottom {
	
}
.deal2top {
	float:right;
}
.deal2top:hover {
	color:#fff;
}
.deal_start_similary {
	color:#0456a2;
	font-weight:bold;
}

.tax_treatment_size {
	float: right;
	padding-left: 15px;
}
.term_comment textarea{
	margin-top:2px;
	border:1px solid #dadada;
	width:60%;
}
.term_save_note{
	font-size:12px;
	margin:5px 0px 5px 0px;
}
.term_save_note span {
	font-size:14px;
}
.term_save_block .checkbox {
	width: 10px;
	height: 10px;
	margin: 10px;
}
.term_save_active{
	white-space: nowrap;
	color:#004688;
	cursor:pointer;
	font-weight:bold;
}
.term_save_private span {
	font-size:12px;
}
.term_save_private b {
	white-space: nowrap;
	color:#004688;
	cursor:pointer;
}
.term_shop_id {
	margin-top:10px;
}
.middleman_active_block {
	margin:20px 0px 5px 0px;
}
.checkbox_lable_click span {
	font-size:12px;
}
.checkbox_lable_click b {
	white-space: nowrap;
	color:#004688;
	cursor:pointer;
}
.term_link {
	margin:10px 0px 25px 0px;
}
.term_link input {
	width:210px;
}
.term_name input {
	width:50%;
	margin:5px 0px 5px 0px;
}
 .term_button, .deal_button, .offer_button, .button {
  display: inline-block;
  width: 152px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 70, 136, 0.45);
  box-shadow: 0 5px 20px rgba(0, 70, 136, 0.45);
  border-radius: 5px;
  background-color: #004688;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor:pointer;
  margin:5px;
  }
  .term_button:hover,  .deal_button:hover, .offer_button:hover, .button:hover  {
    background-color: #0456a2; }

.btn_watch {
	width:110px;
}
.btn_enter {
	width:90px;
}
.btn_agree {
	width:110px;
}
.btn_cancel_several {
	width:110px;
}
.btn_pay_several {
	width:110px;
	height: 58px;
	line-height: 1.5;
	padding-top:8px;
}
.btn_pay {
	border-radius:15px;
}
.btn_confirm{
	height: 58px;
	width: 195px;
	border-radius: 25px;
	line-height: 20px;
	padding-top: 10px;
}
.btn100 {
	width:100%;
}
.deal_send {
	height: 65px;
}
.deal_sup_send {
	height: 65px;
	margin-top:18px;
}
.deal_button {

}
.deal_sup_send_agree {
	float:left;
	width:50%;
}
.deal_sup_send_edit {
	text-align:right;
}
.deal_sup_send_cancel {
	text-align:right;
	 display:none;
}
.deal_button.agree {
	width: 165px;
	height: 50px;
	vertical-align: middle;
	line-height:50px;
	margin-left:10px;
}
.deal_button.change {
	width:300px;
	height: 50px;
	vertical-align: middle;
	line-height:50px;
	margin-right:25px;
}
.deal_button.edit {
	 margin:15px 20px 0px 0px;
	 background-color:#063971;
}
.deal_button.cancel {
	 margin:15px 20px 0px 0px;
	 background-color:#ff4f00;
}
.deal_button.confirm {
	width:230px;
}

.deal_positions_list{
	padding-right:10px;
}
.deal_positions_title{
	margin:10px;
}
.deal_positions li {
	margin-left:20px;
	padding-left:5px;
}
.deal_position_add {
	margin:15px 0px 15px 10px;
}
.deal_position_sum {
	font-size:14px;
	padding-left:10px;
}
.deal_position_interest{
	font-size:14px;
	padding-left:25px;
}
.term_table {
	width:100%;
	border:3px solid #fff;
	border-radius: 5px;
	display:table;
}

.tablediv_s {
	 border:1px solid #d0d0d0;
	 border-radius: 5px;
	 display:table;
}
.tablediv_header_s {
	 display:table-row;
	 vertical-align:middle;
}
.tablediv_header_s div {
	display:table-cell;
	padding:7px;
	vertical-align:middle;
	text-align:center;
	font-size:15px;
	background-color:#ebf5ff;
	color:#000;
	font-weight:bold;
	border:1px solid #d9e3ec;
}
.tablediv_line_s {
	 display:table-row;
	 border-radius: 5px;
	 vertical-align:middle;
	 background-color:#f0f0f1;
}
.tablediv_line_s div {
	display:table-cell;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:14px;
	vertical-align:middle;
}
.tablediv_line_s div:last-child {
	border-right:0px;
}
.tablediv_line_s:last-child div {
	border-bottom:0px;
}
.tablediv_cell_s {
	padding: 5px;
}
.tablediv_line_s.active {
	background-color: #fff8ee;
}

.center {
	text-align:center;
}
.totalsales_table {
	margin:3px;
	text-align: -moz-center;
	width: 100%;
	display: block ruby;
}
.tablediv, .tablediv_m {
	 width:100%;
	 border:3px solid #fff;
	 border-radius: 5px;
	 display:table;
}
.overflow {
	width:100%;
	overflow-x: auto;
}
.tablediv_line, .tablediv_line_m {
	 display:table-row;
	 border:2px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
	 background-color:#f0f0f1;
}
.tablediv_line div, .tablediv_line_m div {
	 display:table-cell;
	 border:1px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
}
.tablediv_line:hover, .tablediv_line_m:hover, .tablediv_line_m.active {
  background-color: #fff8ee;
}

.tablediv_row {
	display: table-row;
}
.colspan {

  left: 0;
  width: 100%;
}

.dummycell {
  border-color: transparent;
}

.tablediv_cell {
	padding:10px;

}
.tablediv_cell.nocursor {
	cursor:auto;
}
.tdclick {
	cursor:pointer;
}

.tablediv_cell a {
	color:#0456a2;
	font-weight:500;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
	line-height:1.2;
}
.tablediv_cell a:hover {
  border-color: #004688;
}


.tablediv_header, .tablediv_header_m {
	 display:table-row;
	 border:2px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
}
.tablediv_header div, .tablediv_header_m div {
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	background-color:#ebf5ff;
	color:#000;
	font-weight:500;
	border:1px solid #d9e3ec;
	border-radius: 5px;
}
.tablediv_header_m div {
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	background-color:#ebf5ff;
	color:#000;
	font-weight:500;
	border:1px solid #d9e3ec;
	border-radius: 5px;
}
.tablediv_cell.left {
	text-align:left;
}
.tablediv_cell.center {
	text-align:center;
}
.table_label_m {
	display:none;
	padding-right:10px;
}
div.invoices_action {
	border:0px;
	color:#0456a2;
	font-weight: 500;
	display: block;
	text-align: left;
	margin-bottom: 8px;
}
.invoices_actions {
	cursor:auto;
	width:150px;
}




.term_table_deals {
	text-align:center;
	font-size:18px;
	font-weight:bold;
}

.offer_table {
	 border:3px solid #fff;
	 border-radius: 5px;
	 display:table;
}
.offer_table_line {
	 display:table-row;
	 border:2px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
}
.offer_table_line div {
	 border:2px solid #fff;
	 border-radius: 5px;
	 background-color:#f0f0f1;
	 vertical-align:middle;
}
.offer_position_data {
	max-width:430px;
	display:table-cell;
	padding:5px 5px 5px 5px;
}
.offer_position_data b {
	white-space: nowrap;
}
.offer_position_name {
	font-weight:400;
	display:table-cell;
	padding:5px 5px 5px 15px;
}

.term_table_line {
	 display:table-row;
	 border:2px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
	 background-color:#f0f0f1;
}
.deal_table_line {
	 display:table-row;
	 border:2px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
	 background-color:#f0f0f1;
}
.deal_table_cel {
	 display:table-cell;
	 border:1px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
}
.deal_table_cel div {
	padding-bottom:5px;
}
.term_table_line div {
	 display:table-cell;
	 border:1px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
 }
.term_table_link {
	 width:320px;
 }
.term_table_name {
		//min-width:200px;
		padding:10px;
		cursor:pointer;
}
.term_table_name a {
	color:#0456a2;
	font-weight:bold;
}
.term_table_link input {
	border-radius: 5px;
	border: 1px solid #dadada;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	height:30px;
	width:200px;
 }
.term_table_header {
	 display:table-row;
	 border:2px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
}
 .term_table_header div {
	 display:table-cell;
	 padding:10px;
	 vertical-align:middle;
	 text-align:center;
	 font-size:16px;
	 background-color:#ebf5ff;
	 color:#000;
	 font-weight:bold;
	 
	 border:1px solid #d9e3ec;
	 border-radius: 5px;
 }
 
.deal_table_update {
	text-align:center;
	font-size:14px;
	padding:10px;
}
.deal_table_action {
	text-align:center;
	font-size:14px;
	padding:10px;
	max-width:230px;
	line-height: 1.3;
}
.deal_table_select {
	text-align:center;
}
.deal_table_name {
		//min-width:200px;
		padding:10px;
		cursor:pointer;
}
.deal_table_name a {
	color:#0456a2;
	font-weight:bold;
}
.deal_table_name_client {
	padding:10px;
	line-height:1.4;
}
.deal_table_name_client.center {
	text-align:center;
}
.deal_table_name_client a {
	color:#0456a2;
	font-weight:bold;
}
.deal_table_header {
	 display:table-row;
	 border:2px solid #fff;
	 border-radius: 5px;
	 vertical-align:middle;
}
.deal_table_header div {
	 display:table-cell;
	 padding:10px;
	 vertical-align:middle;
	 text-align:center;
	 font-size:16px;
	 background-color:#ebf5ff;
	 color:#000;
	 font-weight:500;
	 
	 border:1px solid #d9e3ec;
	 border-radius: 5px;
}
.deal_table_header-update {
	width:106px;
}
.deal_table_header-action {
	width:227px;
}

 .onff_body {
	height:27px;
	cursor:pointer;
 }
 .button_refresh,.button_copy {
	 height:15px;
	 margin-top:6px;
	 margin-left:7px;
	 cursor:pointer;
 }
 .sidebar_button_goto {
	     margin: 0px 0px 0px 7px;
 }
.button_promo {
	height: 21px;
	margin-top: 3px;
	margin-left: 5px;
	cursor: pointer;
}
.button_copylink {
 height:16px;
 margin-top:6px;
 margin-left:7px;
 cursor:pointer;
}
.terms__title {
  margin: 0px 0px 20px 0px;

}
.clear {
	clear:both;
}
.height5 {
	height:5px;
}
#term_button_delete {
	background-color: #ff4f00;
	margin-left: 120px;
}
#term_button_add {
	margin: -5px 10px 0px 0px;
	float:left;
}

#deal_date input {
	width:181px;
}
#deal_date img {
	width:20px;
	padding-top:6px;
	margin-left:0px;
	padding-left:0px;
	cursor:pointer;
}


.offer_deal_button {
	width:180px;
}
.offer_reflink {
	width:240px;
}

.term_table_line:hover, .deal_table_line:hover {
  background-color: #fff8ee;
}

.deal_private_label {
	font-size:12px;
	line-height:2;
}
.deal_leftside {
	float: left;
	max-width:350px;
	min-width:300px;
	width:35%;
	margin-top:-15px;
}
.deal_body {
	//margin:0px 0px 0px 300px;
	display:grid;
}
.deal_body input {
	width: 85px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #dadada;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	margin:2px;
}
.deal_body textarea {
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	overflow: auto;
	min-width: 300px;
	border:2px solid #F0F0F1;
}
.deal_body textarea.focus {
	border:1px solid #5e9edb;
}

.right_body {
	//margin:0px 0px 0px 300px;
	display:grid;
}
.right_body input {
	height: 30px;
	border-radius: 5px;
	border: 1px solid #dadada;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	margin:2px;
}
.right_body textarea {
	border-radius: 10px 10px 10px 10px;
	padding: 10px;
	overflow: auto;
	//min-width: 300px;
	border:2px solid #F0F0F1;
}
.right_body textarea.focus {
	border:1px solid #5e9edb;
}

.purchase_text_from {
	padding:0px 10px 20px 0px;
}
.purchase_text_from span {
	display:block;
	margin:3px;
	font-size:16px;
	padding-top:10px;
}
.purchase_text_from textarea{
	width:100%;
}

.purchase_company {
	width:100%;
}
.purchase_company span {
	font-size:14px;
	padding-right:10px;
}
.purchase_company input {
	width:60%;
}
.dela_promocode_numblock {

}
.dela_promocode_numblock input {

}

.purchase_sum {
	padding:0px 0px 0px 30px;
}
.purchase_sum span {
	white-space: nowrap;
	font-weight:400;
}
.purchase_sum_totalsales {
	padding:0px 0px 0px 30px;
}
.purchase_sum_totalsales span {
	white-space: nowrap;
	font-weight:400;
}
.commission_terms {
	font-weight:500;
	font-size:16px;
	line-height: 1.2;
	margin:5px 0px 5px 5px;
}
.deal_commission span {
	white-space: nowrap;
}
.deal_sup_commission {
	
}
input.purchase_interest  {
	width: 50px;
}
.deal_term {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border: 5px solid #f0f0f1;
	margin-bottom: 10px;
	max-width: 980px;
	display: inline-block;
	width: 93%;
	font-size:18px;
}
.deal_ng {
	padding: 10px 0px 20px 10px;
	border-radius: 15px 15px 15px 15px;
	border: 5px solid #d0d0d0;
	margin-bottom: 30px;
	max-width: 980px;
	display: inline-block;
	width: 93%;
	font-size:18px;
	background-color:#F5F5F5;
}
.deal_ng.supplier{
	background-color:#EFEFEF;
}
.deal_ng.middleman{
	background-color:#F5F5F5;
}
input.readonly {
	background-color:antiquewhite;
}
select.readonly {
	background-color:antiquewhite;
}
textarea.readonly {
	background-color:antiquewhite;
	border: 1px solid #dadada;
}
input.disabled {
	background-color:antiquewhite;
}
textarea.disabled {
	background-color:antiquewhite;
	border: 1px solid #dadada;
}
.i_info {
	width:20px;
	cursor:pointer;
	margin:-4px 0px 0px 4px;
}
.i_guarantee, .i_middleman, .i_commission_hold {
	width:20px;
	cursor:pointer;
	margin:2px;
}
.i_deal_position  {
	width:20px;
	cursor:pointer;
	margin-left:8px;
}
.copy_promopage, .open_promopage {
	width:20px;
	cursor:pointer;
	margin: 12px 0px 0px 12px;
}
.i_service_fee {
	width:20px;
	cursor:pointer;
	margin:-4px 0px 0px 10px;
}
.i_supplier_tax, .i_middleman_deal {
	width:20px;
	cursor:pointer;
	margin:6px;
}
.i_reflink  {
	width:20px;
	cursor:pointer;
	margin:0px 2px 0px 0px;
}
.deal_checkbox div {
	float:left;
}
.deal_checkbox input {
	display:none;
}
.deal_checkbox img {
	width:20px;
	cursor:pointer;
}
.li_checkbox {
	display: flex;
}
.li_checkbox div {
	float:left;
}
.li_checkbox_input {
	margin: 0px 0px 0px 25px;
}
.li_checkbox .nodisplay {
	display:none;
}
.input_disabled {
	background-color:#dadada;
}

.hr {
	height: 1px;
	background-color: #8c8c8c;
	width: 90%;
	margin: 0px 0px 10px 20px;
}
.deal_checkbox_input {
	margin:5px 0px 0px 25px;
	vertical-align:middle;
}
.deal_checkbox_label {
	padding:5px 15px 5px 15px;
}
.deal_checkbox_input img {
	margin:0px 0px 0px 20px;
	padding:0px;
}
.deals_checkbox {
	margin: -25px 0px 0px 55px;
	vertical-align:middle;
	width:87px;
}
.checkbox_lable_img{
	padding:0px;
}
.checkbox_lable_img div {
	padding:0px;
}
.checkbox_lable_img img {
	width:20px;
	margin-left:25px;
	padding-top:0px;
}
.deal_guarantee_title {
	padding:15px 15px 5px 5px;
}
.info2 {
	padding:10px;
	font-size:16px;
	line-height:1.2;
}
.info2 a {
	color:#0456a2;
	font-weight: bold;
}
.info div {
	padding:10px;
	font-size:16px;
	line-height:1.2;
}

.info_popup_link {
	padding:10px;
	font-size:16px;
	line-height:1.2;
	text-align:center;
}
.info_popup_link a {
	color:#0456a2;
	font-weight: bold;
}
.emailORphone{
	margin: -10px 0px -2px 0px;
	text-align: center;
}

.chat {
	padding:15px;
	margin-right:5px;
	min-width: 150px;
	min-height:250px;
}
.chat_body {
	background-image:url('/img/chat-background.jpg');
	padding:15px 5px 15px 5px;
	flex-direction: column;
	display:flex;
	overflow:auto;
	scrollbar-color: rgba(0,0,0,.2) hsla(0,0%,100%,.1);
	scrollbar-width: thin;
	border:1px solid rgba(0,0,0,0.08);
	border-radius:10px 10px 0px 0px;
	min-height:250px;
	max-height:400px;
}
.chat_body .msg-line {
	width:100%;
	//line-height:38px;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.chat_body .msg-out {
	display: inline-block;
	padding:5px 10px 12px 10px;
	margin:3px;
	border:1px solid #AEE1F2;
	border-radius:10px 0px 10px 10px;
	background-color:#dcf8c6;
	min-width:70px;
}
.chat_body .msg-in {
	display: inline-block;
	padding: 5px 10px 12px 10px;
	margin:0px 3px 3px 3px;
	border:1px solid #AEE1F2;
	border-radius:0px 10px 10px 10px;
	background-color:#FFF;
	min-width: 40px;
}
.chat_body .msg-in-system {
	display: inline-block;
	padding: 5px 10px 12px 10px;
	margin:0px 3px 3px 3px;
	border:1px solid #AEE1F2;
	border-radius:0px 10px 10px 10px;
	background-color:#FFF;
	min-width: 40px;
	color:grey;
}
.tail-icon-in {
	margin:-5px 0px 0px -18px;
	height: 0px;
	line-height: 0px;
}
.tail-icon-out {
	margin:-5px -18px 0px 0px;
	height: 0px;
	line-height: 0px;
}
.msg-time {
	 display: inline-block;
	 vertical-align: top;
}
.msg-data{

	color:#8c8c8c;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	white-space: nowrap;
	z-index:9999;
	position: relative;

	float: right;
	margin: -17px 12px -5px 4px;
}
.msg-data-left {

	color:#8c8c8c;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	white-space: nowrap;
	z-index:9999;
	position: relative;

	margin: -18px 1px 2px 10px;
}

.msg-text {
	text-align: initial;
	padding-top:5px;
}
.msg-read {
	margin-right:-3px;
}

.chat_entry {
	border:1px solid rgba(0,0,0,0.08);
	height:48px;
	background-color:#F0F0F1;
	border-radius:0px 0px 10px 10px;
	display: inline-table;
	width: 100%;
}
.chat_entry .entry_field {

}
.chat_entry textarea {
    margin: 5px 10px 5px 10px;
	padding:10px;
	border-radius: 15px 15px 15px 15px;
    width: 83%;
    height: 38px;
    overflow: hidden;
	resize: none;
	color:#4a4a4a;
	font-weight:400;
	float:left;
}
.chat_send {
	color:#9a9a9a;
	cursor:pointer;
	padding-top: 13px;
	//width: 25px;
}
.chatday {
	text-align:center;
	color:#063971;
	margin:10px;
}
.chatday-title {
	background-color:#E2F7FA;
	border-radius: 15px 15px 15px 15px;
	display: inline;
	padding: 3px 10px 3px 10px;
	border:1px solid darkturquoise;
}
.nowrap {
	white-space: nowrap; 
}
.company_requisites {
	padding:10px 0px 5px 30px;
	font-size:14px;
}
.company_requisites_label {
	padding: 10px 10px 5px 0px;
	float:left;
}
.company_requisites input {
	width:250px;
}

.ng_id{
	font-size:12px;
	text-align:right;
	margin:-5px 0px 6px 0px;

}
.ng_id_title{
	background-color: #FFF;
	padding: 4px 10px 4px 10px;
	border-radius: 0px 10px 0px 15px;
	border: 1px solid #dadada;
	white-space: nowrap;
}
.ng_name{
	font-size:12px;
	text-align:left;
	margin:-11px 0px 7px -11px;
	float:left;
	line-height:34px;
}
.ng_name_title{
	background-color: #FFF;
	padding: 4px 10px 4px 10px;
	border-radius: 10px 0px 15px 0px;
	border: 1px solid #dadada;
}

.agreed_sup_block, .deal_info_block {
	margin:10px 10px 20px 5px;
	padding:10px 10px 15px 10px;
	border: 1px solid #dadada;
	background-color: #FFF;
	border-radius: 10px;
}
.agreed_label {
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	margin:5px;
	font-size:24px;
	font-weight:bold;
	color:#004586;
	display: inline;
}
.agreed_label img {
	margin:0px 10px 0px 10px;
	height: 50px;
}
.agreed_guarantee {
	margin:10px;
	line-height:24px;
}

.agreed_guarantee_add {

}
.agreed_invoice_buyer {
	margin:10px;
}
.copy_requisites {
	font-size:12px;
	color:#004586;
	cursor:pointer;
	margin:5px 10px 10px 30px;
}
.copy_textarea, .copy_input {
	font-size:14px;
	color:#004586;
	cursor:pointer;
	margin:5px 10px 10px 30px;
}
.copy_requisites textarea {
	display:none;
}
.copy_html {
	font-size:12px;
	color:#004586;
	cursor:pointer;
	margin:35px 10px 10px 30px;
}

.deals_term_comment {
	padding:10px 0px 0px 5px;
	font-size:12px;
	border:0px;
}
.deals_select_several {
	font-size:12px;
	white-space: nowrap;
	color:#0456a2;
}
div.deals_select_choose {
	font-size:12px;
	padding:5px;
	margin:4px 1px 0px 1px ;
	text-align:right;
	display:block;
	border:0px;
	cursor:pointer;
	white-space: nowrap;
	color:#0456a2;
}
.deals_select_choose:hover {
	text-decoration:underline;
}
.deals_select_several_underline:hover {
	text-decoration:underline;
	cursor:pointer;
}
.display-none {
	display:none;
}
div.display-none {
	display:none;
}



.referrals_term_body {
    padding:30px 5px 30px 30px;
    border-radius: 15px 15px 15px 15px;
    border: 5px solid #f0f0f1;
    margin-bottom: 10px;
    display: inline-block;
	font-size:18px;
	max-width:800px;
	line-height: 24px;
}
.referrals_term_body .reftext {
	margin:10px 0px 0px 0px;
}
.referrals_term_body .reftext_tech{
	margin:10px 0px 0px 0px;
	padding-top:10px;
	font-size:16px;
	line-height: 21px;
	padding-left:10px;
	clear: both;
}
.reftext input {
	width:95%;
	float:left;
}
.referrals_page_title {
	font-size:24px;
}



.pay_body {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border: 5px solid #f0f0f1;
	margin-bottom: 10px;
	max-width: 700px;
	display: inline-block;
}
.button_banks {
	width: 370px;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border-radius: 25px;
}
.button_cards, .button_intellectmoney {
	width: 300px;
	height: 60px;
	line-height: 59px;
	font-size: 16px;
	border-radius: 25px;
	margin-left:40px;
}
.pay_banks {
	font-size:16px;
}
.pay_banks_title{
	font-size:18px;
	padding:20px 20px 5px 20px;
}
.pay_banks_commission {
	font-size:12px;
	margin: -24px 0px 24px 210px;
	color: wheat;
}
.pay_cards_commission {
	font-size:12px;
	margin: -24px 0px 24px 155px;
	color: wheat;
}
.pay_cards {
	margin:10px 0px 30px 0px;
}
.payment_amount_acquiring {
	margin: 10px 0px 5px 20px;
	font-size: 16px;
}
.payment_form {
	margin-top:20px;
}
.payment_form_balance {
	margin-top:20px;
	text-align:center;
}
.pay_requisites {
	padding:25px;
	font-size:14px;
	border: 5px solid #f0f0f1;
	margin:20px;
	border-radius:10px;
	max-width:530px;
}
.additional_requisites{
	font-size:14px;
	text-align:center;
	color:#0456a2;
	margin-top:20px;
	font-weight:bold;
	cursor:pointer;
}
.pay_requisites_save {
	margin-top: 15px;
	text-align:right;
}
.service_fee {
	padding: 15px 0px 0px 10px;
	display: flex;
}
.service_fee select {
	padding: 5px;
	margin-top: -10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width:290px;
}
.service_fee_title {
	margin:0px 15px 0px 0px;
}
.pay_amount {
	font-size:18px;
	line-height:1.3;
	padding: 15px 0px 0px 25px;
}
.pay_amount_list {
	font-size:18px;
	line-height:1.3;
	padding: 15px 0px 0px 25px;
}
.pay_amount a {
	color:#0456a2;
	font-weight: bold;
}
.pay_amount_balance {
	float:left;
	margin-right: 15px;
}
.pay_amount_balance_min {
	line-height: 36px;
	font-size: 12px;
	display:initial;
}
.pay_amount_block {
	margin:-10px 0px 0px 130px
}
.pay_amount_block_deals {
	margin: 0px 0px 0px 50px;
}
.pay_amount_input {
	float:left;
}
.pay_amount_rub{
	padding-top:10px;
}
.invoice_body {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border:5px solid #f0f0f1;
	margin-bottom: 10px;
	max-width:840px;
	display: inline-block;
}
.payment_history {
	padding: 10px 10px 10px 10px;
	border-radius: 15px 15px 15px 15px;
	border:5px solid #f0f0f1;
	margin: 0px 10px 10px 10px;
	//max-width:800px;
	display: inline-block;
}
.invoice_body_title{
	font-size:18px;
	padding:15px;
}
.invoice_bottom {
	line-height: 1.2;
	padding: 25px;
}
.invoice_bottom a {
	color:#0456a2;
}
.invoice_body_fail {
	text-align: center;
	font-weight: 500;
	font-size: 21px;
	margin: 15px;
}
.invoice_body_fail a {
	color:#0456a2;
}
.invoice_body_fail_reason {
	
}
.invoice_body_fail_reason h3 {
	margin: 15px;
	font-weight: 500;
	font-size: 18px;
}
.invoice_body_fail_reason li {
	list-style: circle;
	line-height: 1.2;
	margin: 10px 0px 0px 20px;
}

.payment_method{
	padding:15px;
	font-size:16px;
}
.self_employed_instruction {
	color:#0456a2;
	font-weight: bold;
	cursor:pointer;
}
.withdrawal_self_employed p {
	font-size:14px;
	line-height:1.4;
	padding-bottom:10px;
}
.withdrawal_self_employed_howto {
	border:2px solid #f0f0f1;
	border-radius: 15px 15px 15px 15px;
	padding: 10px;
	margin: 0px 5px 10px 10px;
}
.withdrawal_self_employed_howto_text {
	font-size:16px;
	line-height:1.4;
}
.withdrawal_type_work {
	margin: 20px 0px 0px 15px;

}
.withdrawal_type_work p {
	font-size:16px;
	margin:10px 0px 10px 10px;
	line-height:1.4;
}
.withdrawal_type_work ul {
	margin:10px 0px 10px 20px;
	line-height:1.3;
}
.withdrawal_type_work li {
	list-style: inside;
}
.withdrawal_self_employed_removal {
	line-height: 1.3;
}
.withdrawal_add_payment_btn{
	color:#0456a2;
	font-weight: bold;
	cursor:pointer;
	margin:5px 5px 5px 160px;
}
.withdrawal_select {
	padding: 15px 0px 0px 10px;
}
.withdrawal_select select {
	padding: 5px;
	margin-top: -10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width:275px;
}
.withdrawal_select_title {
	margin:0px 15px 5px 0px;
	float:left;
}
.paymnet_name_select {
	padding: 15px 0px 0px 10px;

}
.paymnet_name_select select {
	padding: 5px;
	margin-top: -10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width:260px;
}
.paymnet_name_select_title {
	margin:0px 15px 5px 0px;
	float:left;
}
.shop_add_block_text {
	font-size: 16px;
	line-height: 1.2;
	margin: 20px 5px 10px 10px;
}
.shop_block_title {
	margin-top: 15px;
}
.sdelka_share {
	text-align:center;
	height:230px;
	border:1ps solid red;
}
.sdelka_share_block {
	font-size: 16px;
	line-height: 1.2;
	margin: 5px 0px 20px 0px;
}
.sdelka_share_title {
	margin:10px;
}
.sdelka_share_terms {
	margin-top: 20px;
}
.sdelka_share_terms a {
	color: #004586;
}

.shop_refcode_desc {
	margin-top:60px
}
.shop_add_tag {
	
}
.shop_add_tag input {
	width:100%;
	max-width:420px;
}
.shop_rules {
	margin:10px;
	width:100%;
	max-width:690px;
}
input.shop_rules {
	margin:10px;
	width:100%;
	max-width:690px;
}
.body_block_white input {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dadada;
    background-color: #ffffff;
    padding: 0px 10px 0px 10px;
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    width:100%;
}

.shop_off {
	font-size: 17px;
	color:red;
	text-shadow: red 0 0 10px;
	padding: 10px;
}
.shop_inprocess {
	font-size: 17px;
	color:yellowgreen;
	text-shadow: yellowgreen 0 0 10px;
	font-weight:bold;
	padding: 10px;
}
.shop_on{
	font-size: 17px;
	color:darkgreen;
	text-shadow: darkgreen 0 0 10px;
	font-weight:bold;
	padding: 10px;
}
.shop_admin textarea {
	width:100%;
	margin:5px;
}

.shop_partner_h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 15px;
}
.shop_partner_field_label {
	font-size: 14px;
	margin: 10px;
}
.shop_partner_name {
	width:100%;
	max-width:500px;
}
.shop_partner_filed {
	width:100%;
	max-width:300px;
}
.shop_partner_select_term {
	font-size: 14px;
	margin: 5px;
}
.shop_partner_select_term select {
	padding: 5px;
	margin: 10px 21px 10px 10px;
	font-size: 14px;
	border: 1px solid #dadada;

}
.shop_partenr_popup_body {
	text-align: center;
	font-size: 18px;
}
.shop_partner_reflink{
	margin: 15px;
}
.shop_partner_reflink input {
	width:100%;
	margin: 10px;
	max-width:450px;
}
.popup_retrieve_password {
	padding-top:10px;
	text-align:right;
}
.popup_retrieve_password a {
	color: #3498db;
}
.popup_retrieve_password2 {
	padding-top:10px;
	text-align:center;
	font-size:16px;
}
.popup_retrieve_password2 a {
	color: #0456a2;
	font-weight:bold;
}
#additional_requisites {
	margin-top:10px;
}
input.input_items {
	height: 20px;
	width: 55px;
	font-size: 14px;
}
input.input_item_price {
	height: 20px;
	width: 55px;
	font-size: 14px;
}
input[name="supplier_tax"]{
	width:75px;
}
input[name="total_sum"]{	
	width:95px;
}
textarea[name="term_title"]{
	width:100%;
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
	color: #004688;
	padding: 5px 5px 5px 10px;
	border:1px solid #5e9edb;
	height:40px;
	resize:none;
}
textarea[name="term_desc"], textarea[name="pc_term_desc"]{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color: #004688;
	padding: 5px 5px 5px 10px;
	border:1px solid #5e9edb;
	resize:none;
}
input.input_term_site {
	width:83%;
}
input[name="company_address"] {
	width:317px;
}
input[name="company_email"] {
	width:213px;
}
input[name="shop_url"] {
	width:100%;
	max-width:500px;
}
input[name="promo_link"] {
	width:200px;
}
.promo_link {
	
}
.promo_link a {
	color: #0456a2;
	font-weight:bold;
}
.pay_requisites input[name="company_name"] {
	width:250px;
}
.pay_requisites input[name="company_inn"] {
	width:250px;
}
.pay_requisites input[name="company_kpp"] {
	width:250px;
}
.pay_requisites input[name="supplier_contact"] {
	width:338px;
}
.pay_requisites input[name="supplier_phone"] {
	width:220px;
}

#payment_data_form input[name="method_data[name]"] {
	width:200px;
}
#payment_data_form input[name="method_data[family_name]"] {
	width:200px;
}
#payment_data_form input[name="method_data[inn]"] {
	width:125px;
}
#payment_data_form input[name="method_name"] {
	width:250px;
}
#payment_data_form input[name="method_data[wallet]"] {
	width:190px;
}
#self_employed_data input {
	width:250px;
}
#legal_person_block input {
	width:250px;
}



.body_text p {
	font-size: 18px;
	line-height:1.55;
	padding:0px 15px 15px 15px;
	font-weight:300;
}
.body_text ul {
	padding: 0px 0px 15px 30px;
}
.body_text li {
	font-size: 15px;
	line-height:1.45;
	font-weight:300;
}
.body_text_h1 {
	font-size: 28px;
	padding: 10px 30px 30px 30px;
	text-align:center;
	font-weight: 700;
}
.body_text_h2 {
	font-size: 26px;
	padding: 10px 25px 25px 25px;
	text-align:center;
	font-weight: 650;
}
.body_text_h3 {
	font-size: 22px;
	padding:10px 15px 15px 30px;
	font-weight: 600;
}

.op-title {
	font-size: 28px;
	padding: 10px 30px 10px 30px;
	text-align: left;
	font-weight: 700;
}
.op-title-small {
	font-size: 18px;
	padding: 0px 30px 20px 30px;
	text-align: left;
	font-weight: 700;
	line-height: 1.2;
}
.op-title-section {
	font-size: 22px;
	padding:20px 15px 30px 15px;
	font-weight: 600;
}
.op-item-section {
	margin-left: 50px;
}
.op-item {
	margin-left: 50px;
}

.oferta-partners li {
	font-size: 18px;
	line-height: 1.55;
	padding: 0px 15px 15px 15px;
	font-weight: 300;
	list-style: square;
	margin-left: 55px;
}
.oferta-partners li:last-child {
	font-size: 18px;
	line-height: 1.55;
	padding: 0px 15px 0px 15px;
	font-weight: 300;
}


.oferta-partners b {
	font-weight:500;
}
.oferta-partners i {
	font-style: normal;
	padding: 0px 20px 0px 0px;
}
.oferta-partners i {
	font-style: normal;
	padding: 0px 20px 0px 0px;
}
.oferta-partners h3 > i {
	font-style: normal;
	padding: 0px 28px 0px 0px;
}



.privacy_reg {
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}
.privacy_reg a {
	color: #263f3f;
	font-weight: 450;
}
.pay_oferta {
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
}
.pay_fizik {
    width: 179px;
    height: 72px;
    line-height: 24px;
	cursor: pointer;
	margin: 5px 5px 5px 5px;
	font-size: 18px;
	text-align: center;
	border: 5px solid #004688;
    padding: 7px;
    background-color: #FFF;
    color: #004688;
	font-weight:bold;
    border-radius: 5px;
}
.pay_fizik:hover, .pay_urik:hover , .pay_balance:hover {
	color:white;
}
.pay_urik {
    width: 179px;
    height: 72px;
    line-height: 24px;
	cursor: pointer;
	margin: 5px;
	font-size: 18px;
	text-align: center;
	border: 5px solid #004688;
    padding: 7px;
    background-color: #FFF;
    color: #004688;
	font-weight:bold;
    border-radius: 5px;
}
.pay_balance {
    width: 179px;
    height: 72px;
    line-height: 24px;
	cursor: pointer;
	margin: 5px;
	font-size: 18px;
	text-align: center;
	border: 5px solid #004688;
    padding: 7px;
    background-color: #FFF;
    color: #004688;
	font-weight:bold;
    border-radius: 5px;
}

.withdrawal_balance {
	font-size:16px;
	padding:10px 0px 10px 20px;
}
.withdrawal_button {
	width:390px;
	height: 60px;
	line-height: 59px;
	font-size: 16px;
	border-radius: 25px;
}
.withdrawal_button_commission {
	font-size:12px;
	margin: -24px 0px 24px 200px;
	color: wheat;
}


.paymnet_method_title {
	font-size: 22px;
	font-weight: bold;
	margin: 5px 0px 15px 15px;
}
.paymnet_method_title2 {
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0px 5px 15px
}
.find_inn {
	display: block ruby;
	font-size: 12px;
	font-weight: bold;
}
.find_inn a {
	color: #0456a2;	
}
.payment_data_value {
	font-weight:300;
	padding-left:5px;
}

.chat_menu {
	text-align: center;
	font-size: 18px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color:#004688;
}
.chat_mobile_head {
	top: 0px;
	left:0px;
    z-index: 9999;
    display: block;
    position: fixed;
	text-align:center;
	display:none;
	width:100%;
	height:48px;
	background-color:#07559D;
	max-width: 400px;
}
.chat_mobile_menu {
	margin-top:10px;
	z-index: 999999;
	font-size: 18px;
	color:#fff;
}
.chat_mobile_menu_close {
	z-index: 999999;
	font-size: 20px;
	color:#fff;
	right:10px;
	text-align: right;
	margin: -12px 12px 0px 0px;
}
.chat_mobile_menu_close span {
	padding:8px;
	cursor:pointer;
	color:#fff;
}

.chat_mobile_with {
	margin-top:-7px;
	z-index: 999999;
	font-size: 14px;
	color:#fff;
	width:88%;
	line-height: 16px;
}
.chat_mobile {
	bottom: 20px;
	right:10px;
    line-height: 0;
    font-size: 0;
    z-index: 9999;
    display: block;
    position: fixed;
	text-align:center;
	display:none;
}
.chat_mobile span {
	border-radius: 50%;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -7px;
	right: -7px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	-webkit-box-shadow: 0 5px 20px rgba(255, 90, 0, 0.45);
	box-shadow: 0 5px 20px rgba(255, 90, 0, 0.45);
	background-color: #fc8e00;
}
.chat_mobile_button {
	font-size: 15px;
	border:2px solid #004688;
	width:230px;
	text-align:center;
	line-height:30px;
	vertical-align:middle;
	padding:2px;
	border-radius:10px 10px 10px 10px;
	background-color:#07559D;
	color:#fff;
	font-weight:500;
	z-index: 999999;
	cursor: pointer;
}
.chat_mobile_button img {
	vertical-align:middle;
	margin-right:10px;
}

.reflinkget {
	margin: 20px;
}
.reflinkget_reg {
	text-align:center;
}
.reflinkget_button {
	width: 300px;
	height: 78px;
	line-height: 1.8;
	padding: 10px;
	font-size: 16px;
	border-radius: 21px;
}
.reflink_create {
	margin:10px 10px 10px 30px;
}
.reflink_create button {
	width:250px;
	margin:5px 0px 15px 30px;
}
.reflink_create input {
	width:100%;
	max-width:400px;
	margin-top:5px;
}
.contacts-form.choose {
	border-radius:0px 0px 5px 5px;
}
.data_empty {
	line-height: 1.5;
	font-size: 22px;
	text-align: center;
	margin-top: 90px;
}
.data_empty a{
	color: #0456a2;
	font-weight: bold;
}
.data_empty:last-child {
	margin-bottom: 60px;
}
.margin_b60 {
	margin-bottom: 60px;
}
.newterm1 {
	font-size:18px;
	margin:10px;
	line-height:1.3;
}
.newterm2 {
	font-size:16px;
	margin:10px;
	line-height:1.3;
}
.newterm2 a {
	color: #0456a2;
	font-weight:bold;
}
.copydata {
	 height:16px;
	 margin-top:3px;
	 margin-left:10px;
	 cursor:pointer;
}
.newterm_banner {

}
.newterm_banner img {
	max-width:220px;
	width:45%;
	float: left;
	margin-right: 10px;
	border-radius:20%;
}
.promo_banner_img {
	max-width:220px;
	width:45%;
	float: left;
	margin-right: 30px;
}
.promo_banner_name {
	padding:5px;
	cursor:pointer;
	color: #0456a2;
	font-weight:bold;
}
.promo_banner_name a {
	color: #0456a2;
	font-weight:bold;
}
.newterm_banner_code1 {
	font-size: 22px;
	padding-top: 5%;
}
.newterm_banner_code2 {
	font-size: 18px;
	padding-top: 3%;
}
.newterm_banner_code1 a, .newterm_banner_code2 a {
	color: #0456a2;
	font-weight:bold;
}
.promo_block {
    padding: 10px 10px 10px 10px;
    border-radius: 15px 15px 15px 15px;
    border: 5px solid #f0f0f1;
    margin-bottom: 10px;
    max-width: 980px;
    display: inline-block;
	width:100%;
}

.product-quantity {
    
}
.quantity-arrow-minus, .quantity-arrow-plus {
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    border: 1px solid #dadada;
    width: 1.85em;
}

.quantity-arrow-minus:hover, .quantity-arrow-plus:hover {
	border: 1px solid #5e9edb;
}


.quantity-num {
    font-size: 20px;
    padding: 5px 9px;
    border-radius: 6px;
    outline: none;
    width: 58px
}
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.banner_size_cust {
	display: inherit;
	margin: 0px 0px 5px 20px;
}
.banner_size_label {
	font-size: 18px;
	margin: 20px 0px 5px 35px;
}
.banner_size_cust_label {
	font-size: 16px;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.banner_color {
	width:85px;
}
.banner_color_select {
	margin: 10px;
}
.banner_color_select span {
	font-size:16px;
}
.banner_color_select select {
	padding: 5px;
	margin: -10px 0px 0px 10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width: 200px;
}

input[name="popup_title"] {
	width:100%;
	max-width:555px;
}
textarea[name="popup_text"] {
	width:100%;
	max-width:555px;
	border: 1px solid #dadada;
	margin:0px 0px 0px 0px;
	height: 41px;
}

.banner_code {
	font-size: 16px;
	margin: 15px 0px 10px 30px;
}



.delete_popup {
	background-color: #ff4f00;
}

.referrals__title {
	margin: 0px 5px 15px 5px;
}
.referrals__title span {
	font-size:22px;
}
.about {
    content: "";
    display: inline-block;
    height: 100%;

	margin:10px 5px 20px 30px;
}
.poster_shadow {
    -webkit-box-shadow: 0 2.76726px 2.21381px rgba(39,93,119,.0112458),0 6.6501px 5.32008px rgba(39,93,119,.0161557),0 12.5216px 10.0172px rgba(39,93,119,.02),0 22.3363px 17.869px rgba(39,93,119,.0238443),0 41.7776px 33.4221px rgba(39,93,119,.0287542),0 100px 80px rgba(39,93,119,.04);
    box-shadow: 0 2.76726px 2.21381px rgba(39,93,119,.0112458),0 6.6501px 5.32008px rgba(39,93,119,.0161557),0 12.5216px 10.0172px rgba(39,93,119,.02),0 22.3363px 17.869px rgba(39,93,119,.0238443),0 41.7776px 33.4221px rgba(39,93,119,.0287542),0 100px 80px rgba(39,93,119,.04);
	height: 50px;
	margin: -50px 30px auto;
}


.about_video_poster {
	max-width:800px;
	width:100%;
	border: 2px solid #E4EAED;
	border-radius: 15px;
}
.about_video_play {
	position:absolute;
	margin-top:-268px;
	margin-left:353px;

	width: 60px;
	height: 60px;
	background-color:black;
	border-radius: 100%;
	
	background-image: url('/img/icons/play.svg');
	background-position: 55%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: scale(.8) translateX(2px);
	transform: scale(.8) translateX(2px);
	-webkit-transition: opacity .15s,-webkit-transform .25s;
	transition: opacity .15s,-webkit-transform .25s;
	transition: transform .25s,opacity .15s;
	transition: transform .25s,opacity .15s,-webkit-transform .25s;
	background-size: 20px;
	
	cursor:pointer;
	
}
.about_video_play.animate {
	-webkit-transform: scale(1) translateX(2px);
	transform: scale(1) translateX(2px);
}
.about_video_play_icon {

	width: 20px;
	height: 20px;
	background-image: url('/img/icons/play.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: scale(.8) translateX(2px);
	transform: scale(.8) translateX(2px);
	-webkit-transition: opacity .15s,-webkit-transform .25s;
	transition: opacity .15s,-webkit-transform .25s;
	transition: transform .25s,opacity .15s;
	transition: transform .25s,opacity .15s,-webkit-transform .25s;

}
.video {
	display:none;
	border: 2px solid #E4EAED;
	border-radius: 15px;
}
.about_video_container {
	cursor:pointer;
}


.index_sdelka_title1 {
	font-size: 24px;
	text-align:center;
	margin: 0px 0px 5px 0px;
	color: darkolivegreen;
	font-weight: bold;
	display:none;
	line-height:1.15;
}
.index_sdelka_title2 {
	font-size: 18px;
	margin: 10px 0px 5px 0px;
	line-height: 1.3;
}
.index_sdelka_title3 {
	font-size: 18px;
	margin: 15px 0px 0px 0px;
	font-weight:bold;
}
.index_sdelka_name {
	font-size: 22px;
	text-align:center;
	line-height:1.3;
	font-weight:450;
}
.index_sdelka_name span {
	font-size: 26px;
	padding:5px;
	color: darkolivegreen;
}

.index_body_header {
	max-width:850px;
	margin-bottom:10px;
}
.index_tasks {
	text-align:center;
}
.index_task1 {
	max-width:310px;
	text-align:center;
	float:left;
	font-size:18px;
	margin: 15px 15px 10px 70px;
	line-height:1.2;
	padding:15px;
	
	height: 92px;
	border-radius: 50px;
	cursor:pointer;
}
.index_task2 {
	max-width:300px;
	text-align:center;
	float:right;
	font-size:18px;
	margin: 15px 70px 10px 0px;
	line-height:1.2;
	
	height: 92px;
	padding-top:14px;
	border-radius: 50px;
	cursor:pointer;
}
.index_details {
	font-size:18px;
	line-height:1.2;
	margin: 10px 10px 10px 30px;
	text-indent: 25px;
	max-width: 950px;
}
.index_task1_act {
	font-size: 18px;
	max-width: 800px;
	line-height: 1.2;
	border: 2px solid #004688;
	border-radius: 15px;
	padding: 10px;
	margin:0px 30px 0px 0px;
	display:table-cell;
}
.index_task2_act {
	font-size: 18px;
	max-width: 800px;
	line-height: 1.2;
	border: 2px solid #fc8e00;
	border-radius: 15px;
	padding: 10px;
	margin:0px 0px 0px 30px;
	display:table-cell;
}
.sdelka {
	font-weight: bold;
	color: darkgreen;
}
.index_reg {
	text-align:center;
	max-width: 500px;
}
.index_regbtn {
	width: 220px;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	border-radius: 30px;
}
.index_regbtn a {
	color:white;
}

.index_sdelka_help_title {
	font-size: 24px;
	margin:20px 10px 10px 5px;
}
.index_sdelka_help_title span {
	font-weight:bold;
	color:darkgreen;
}
.index_sdelka_help {
	margin:15px 10px 0px 25px;
	font-size: 18px;
	max-width: 1024px;
}
.index_sdelka_help span {
	font-size:24px;
}
.index_sdelka_help li {
	//list-style:disclosure-closed;
	margin: 0px 10px 10px 10px;
	line-height: 1.2;
	text-indent: -20px;
}
.index_sdelka_help a {
	color: #0456a2;
	font-weight:bold;
}
.index_sdelka_itis_title {
	font-size: 21px;
	margin:30px 10px 10px 5px;
}
.index_sdelka_itis_title span {
	font-size: 20px;
	font-weight:bold;
	color:darkgreen;
}
.index_sdelka_itis{
	margin:5px 10px 0px 25px;
	font-size: 16px;
}
.index_sdelka_itis li {
	list-style:disc;
	margin: 10px;
	line-height: 1.2;
}

.index_sdelka_howto_title {
	font-size: 20px;
	margin:20px 5px 20px 5px;
	font-weight:bold;
}
.index_sdelka_text {
	font-size: 16px;
	margin:10px 10px 20px 5px;
	line-height: 1.5;
}
.index_details_block {
	margin:20px 0px 0px 0px;
}
.sdelka_title {
	font-weight:bold;
	color:darkgreen;
	font-size: 20px;
}
.index_sdelka_text a {
	color: #0456a2;
	font-weight:bold;
}
.menu_folder {
	width:18px;
	margin-left:5px;
}

.tickets_select {
	padding: 15px 0px 0px 10px;
}
.tickets_select select {
	padding: 5px;
	margin-top: -10px;
	font-size: 14px;
	border: 1px solid #dadada;
	width:200px;
}
.tickets_select_title {
	margin:0px 15px 5px 0px;
	float:left;
	font-size:16px;
}
.tickets_subject {
	font-size:16px;
	padding:10px 0px 10px 0px;
}
.tickets_subject input {
	width:380px;
	margin-left:10px;
}
.tickets_message textarea {
	width:440px;
}
.ticket_msg {
	padding: 10px 0px 20px 10px;
	border-radius: 15px 15px 15px 15px;
	border: 5px solid #d0d0d0;
	margin: 0px 0px 15px 0px;
	display: inline-block;
	font-size: 18px;
	background-color: #F5F5F5;
	width: 100%;
	max-width: 800px;
}
.ticket_msg_data {
	height:30px;
}
.ticket_msg p {
	margin: 10px 0px 7px 0px;
	line-height: 1.1;
}
.ticket_line {
	cursor:pointer;
}
.cell_footer {
	padding:0px 10px 0px 15px;
}
.cell_footer img {
	margin-top:10px;
}

.cell_footer2 {
	padding:0px 10px 0px 15px;
	width:272px;
}
.cell_footer2 img {
	margin-top:10px;
}

.ul_square li {
	list-style: square;
}
.ul_disc li {
	list-style: disc;
}

.partner-promo-options {
	font-size: 18px;
	margin: 10px 5px 15px 5px;
}
.summary_export_csv {
	margin-top:-40px;
	text-align:right;
	margin-right: 50px;
}
.summary_export_csv img {
	cursor:pointer;
}
.summary_footnote {
	font-size: 14px;
	margin:10px;
}
.summary_option {
	float:left;
	margin:15px 25px 10px 15px;
}
.summary_option_label {
	margin: 0px 0px 10px 35px;
	font-weight: 500;
}
.summary_perionds {
	margin-top:17px;
}
.summary_option select {
    padding: 5px;
    margin:  -2px 0px 0px 10px;
    font-size: 14px;
    border: 1px solid #dadada;
    max-width:195px;
	min-width:150px;
}
.summary_btn_update {
	margin:18px 0px 0px 0px;
	width:100px;
}
.summary_option a {
	color: #0456a2;
	font-weight:500;
	font-size:14px;
}
.summary_option a:hover {
	text-decoration:underline;
}
.summary_data_empty {
	line-height: 1.5;
	font-size: 22px;
	text-align: center;
	margin: 70px 0px 30px 0px;
}

@media (max-width: 471px) {

	.pay_cards_commission {
		margin: -24px 0px 24px 120px;
	}
	.button_cards, .button_intellectmoney {
		margin-left:0px;
	}
	.summary_perionds {
		margin-top:0px;
	}
	.summary_btn_update {
		margin-top:10px;
	}
	.summary_option {
		float: initial;
		margin: 0px 15px 10px 15px;
	}
	.summary_options {
		text-align:center;
	}
	.summary_option_label {
		margin-left:0px;
	}
}



.input_date {
	height: 30px;
	border-radius: 5px;
	border: 1px solid #dadada;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	color: #000000;
	font-size: 15px;
	font-weight: 300;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.input_date.focus {
    border: 1px solid #5e9edb; }




.f16m5050 {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
.f16m15 {
	font-size: 16px;
	margin: 15px;
}
.w40 {
	width:40px;
}
.w50 {
	width:50px;
}
.w100 {
	width:100%;
	max-width:100%;
}





@media (max-width: 992px) {
	.term_position textarea {
		width:100%;
		padding: 6px;
		margin:3px 2px 3px 0px; 
	}
	input[name="purchaser"] {
		width:96%;
	}
	.content-body {
		margin: 0px 0px 0px 0px;
	}
	.deal_table_header {
		display: table-caption;
	}
	.deal_table_line {
	 display:grid;
	 border: 1px solid #5e9edb;
	 margin-bottom:4px;
	}
	.deal_table_cel {
		 border:1px solid #fff;
	}
	
}
@media (max-width: 895px) {
	.header-title {
		font-size:24px;
	}
}
@media (max-width: 855px) {
	.header-title {
		display:none;
	}
	.index_sdelka_title1 {
		display:block;
	}
	.term_comment textarea{
		width:100%;
		margin-top:5px;
	}
	.term_freeform textarea{
		width:100%;
	}
	.term_name input {
		width:100%;
	}
	.deal_table_header{
		display:none;
	}
	.tablediv_header_m {
		display: none;
	}
	.tablediv_line_m {
		 display:grid;
		 border: 1px solid #5e9edb;
		 margin-bottom:4px;
	}
	.tablediv_line_m div {
		border:1px solid #fff;
	}
	div.invoices_action {
		border:0px;
		color:#0456a2;
		font-weight: bold;
		display: block;
		text-align: left;
		white-space: nowrap;
		padding:5px;
	}
	.invoices_actions {
		display:block;
		width:100%;
	}
	
	.term_table_header {
		display: none;
	}
	.term_table_line {
		 display:grid;
		 border: 1px solid #5e9edb;
		 margin-bottom:4px;
	}
	.term_table_line div {
		border:1px solid #fff;
	}

	#term_button_add {
		margin: 10px 10px 0px 0px;
	}
	.term_table_deals:before {
		content:'Сделок: ';
		line-height: 26px;
	}
	.term_table_status:before {
		content:'Статус: ';
		line-height: 26px;
		font-size:16px;
		padding-left:15px;
	}
	.tablediv_cell.center {
		display: flex;
	}
	.table_label_m {
		display:block;
		font-weight:bold;
	}
}
@media (max-width: 767px) {
	.index_task1_act {
		display:none;
	}
	.index_task2_act {
		display:none;
	}
	.deal_leftside{
		//display:block;
	}
	.chat_mobile {
		display: block;
	}
	.chat_body {
		max-height:1024px;
		overflow-y: auto;
		-webkit-overflow-scrolling:touch;
		border-radius:0px;
	}
	.chat_body textarea {
		resize: none;
	}

	.deal_body {
		margin:0px;
	}
	.right_body {
		margin:0px;
	}
	
	.content-body {
		margin:0px;
	}
	.chat {
		position:fixed;
		width:100%;
		max-width:400px;
		z-index:999955;
		margin:0px;
		padding:0px;
		left:0px;
		top: 48px;
		display:none;
	}
	
	.fixed {
	   height: 100%;
	   width: 100%;
	   position: fixed;
	   overflow: hidden;
	}

	.deal_term {
		width:98%;
	}
	.deal_ng {
		width:100%;
		padding: 10px 0px 20px 10px;
	}
	.profile_body{
		width:98%;
	}
	
	.offer_table_line {
		display:grid;
		margin-bottom:2px;
	}
	.offer_table_line div {
		border-top: 1px #f0f0f1 solid;
	}
	.index_details {
		margin: 5px 5px 10px 10px;
		text-indent: 15px;
	}
}

@media (max-width: 600px) {
	.logoplace {
		padding:0px;
	}
	.body_middle {
		width:100%;
	}
	input.width100 {
		width:100%;
	}
}
@media (max-width: 471px) {
	.data_empty {
		margin-top: 70px;
	}

	.regtype {
		padding: 20px 20px 10px 20px;
	}
	.checkbox_lable_img {
		padding: 0px;
		margin: -40px 0px 0px 210px;
	}
	.checkbox_lable_img div {
		padding-top: 0px;
	}
	.checkbox_lable_img div {
		padding-top: 0px;
	}
	.purchase_sum {
		font-size:17px;
	}
	.purchase_sum_totalsales {
		font-size:17px;
		padding:0px;
	}
	.deal_sup_commission {
		font-size:17px;
		padding: 5px 0px 5px 0px;
	}
	.deal_button.agree {
		margin:0px;
	}
	.deal_button.edit {
		 margin:15px 10px 0px 0px;
	}
	.deal_button.cancel {
		 margin:15px 10px 0px 0px;
	}
	.deal_position_sum {
		padding:0px;
		margin-left:-24px;
	}
	.deal_position_interest {
		padding-left:10px;
	}
	.pay_requisites input[type="text"] {
		width:100%;
	}
	.term_company_tax_title {
		width:138px;
	}
	.tax_treatment_size {
		padding-left:8px;
	}
	.deal_table_action {
		max-width:410px;
	}
	.company_requisites{
		padding:5px 0px 5px 5px;
	}
	
	.withdrawal_button {
		width:332px;
		font-size: 14px;
	}
	.withdrawal_button_commission {
		margin: -24px 0px 24px 146px;
	}
	.withdrawal_select select {
		margin:0px;
	}
	.paymnet_name_select select {
		margin:0px;
	}
	 select:active, input:active,textarea:active{
		font-size: 16px;
	 }
	.paymnet_method_title {
		margin: 5px 0px 5px 15px;
	}
	.paymnet_method_title2 {
		margin: 15px 0px 0px 15px
	}
	.withdrawal_add_payment_btn{
		margin:5px 5px 10px 120px;
	}
	#payment_data_form input {
		width:60%;
	}
    .header__logo img {
		margin-top:5px;
	}
	.content {
		padding:15px 0px;
	}
	.withdrawal_select select {
		width:100%;
	}
	
	.tickets_subject input {
		width:100%;
	}
	.tickets_message textarea {
			width:100%;
	}
	.tablediv_header {
		display:none;
	}
	#term_button_delete {
		width: 110px;
		margin-left: 30px;
	}
	input[name="term_total_link"] {
		width:100%;
	}
	.offer_deal_button {
		width:175px;
	}
	.offer_ask {
		width:115px;
	}
	#deal_date {
		font-size:16px;
	}
	.deal_commission input {
		width:100px;
	}
	.deal_position_interest {
		margin-left:-15px;
		padding-left:0px;
	}
	.position_items_in_price {
		display:block;
		text-align:right;
	}
	.invoice_bottom {
		padding: 10px;
		text-align:center;
	}
	.chat_menu {
		display:none;
	}
	
	.banner_color_select {
		margin: 0px;
	}
	.banner_color_select span {
		font-size:14px;
	}
	.banner_color_select select {
		margin: -10px 0px 0px 5px;
		width: 175px;
	}
	textarea[name="banner_code"] {
		height: 170px;
	}
	.banner_color_comment {
		display:none;
	}

	.about {
		margin: 10px 5px 10px 5px;
	}
	.term_supplier {
		display:inherit;
		margin:-10px;
	}
	.term_supplier_title {
		padding:5px;
	}
	.term_supplier_offer_title {
		padding: 0px 0px 15px 25px;
	}
	.term_site {
		margin-left:-25px;
	}
	.offers_comment {
		padding-top:20px;
	}
	.content-body-o {
		margin:0px;
	}
	.index_sdelka_name {
		font-size: 20px;
	}
	.index_sdelka_name span {
		font-size: 20px;
		padding:0px;
	}
	.index_task1 {
		margin:5px;
		float: none;
	}
	.index_task2 {
		margin:5px;
		float: none;
	}
	
	.button_banks {
		width: 100%;
		height: 75px;
		line-height: 24px;
		font-size: 16px;
		border-radius: 25px;
		padding: 10px 55px 5px 55px;
	}
	.pay_banks_commission {
		margin: -24px 0px 24px 150px;
	}
	.pay_requisites {
		width:100%;
		margin:0px;
		padding: 15px;
	}
	.tablediv_s {
		width:330px;
	}
	.totalsales_table {
		margin:0px;
	}
	.tablediv_cell_s {
		font-size:14px;
	}
	.pay_fizik, .pay_urik, .pay_balance {
		margin-left:60px;
	}
	.right_body textarea {
		
	}
	.body_block_white {
		padding:0px;
	}
	.shop_rules {
		margin: 5px 0px 5px 0px;
	}
	#term_button_add {
		width: 70%;
		margin: 10px 30px 20px 30px;
	}
}


.tttttttt {
	
}

.ui-datepicker { 
  margin-left: -160px;
  left:0px;
}










































input[type=checkbox] {
  opacity: 0;
  float:left;
}

input[type=checkbox] + label {
  margin: 0 0 0 20px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-family: monospace;
  float: left;
}

input[type=checkbox] + label ~ label {
  margin: 0 0 0 40px;
}

input[type=checkbox] + label::before {
  content: ' ';
  position: absolute;
  left: -35px;
  top: -3px;
  width: 25px;
  height: 25px;
  display: block;
  background: white;
  border: 1px solid #A9A9A9;
}
input[type=checkbox] + label.readonly::before {
  background: antiquewhite;
}
input[type=checkbox] + label.disabled::before {
  background: antiquewhite;
}

input[type=checkbox] + label::after {
  content: ' ';
  position: absolute;
  left: -35px;
  top: -3px;
  width: 23px;
  height: 23px;
  display: block;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjE4MS4yIDI3MyAxNyAxNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAxODEuMiAyNzMgMTcgMTYiPjxwYXRoIGQ9Ik0tMzA2LjMgNTEuMmwtMTEzLTExM2MtOC42LTguNi0yNC04LjYtMzQuMyAwbC01MDYuOSA1MDYuOS0yMTIuNC0yMTIuNGMtOC42LTguNi0yNC04LjYtMzQuMyAwbC0xMTMgMTEzYy04LjYgOC42LTguNiAyNCAwIDM0LjNsMjMxLjIgMjMxLjIgMTEzIDExM2M4LjYgOC42IDI0IDguNiAzNC4zIDBsMTEzLTExMyA1MjQtNTI0YzctMTAuMyA3LTI1LjctMS42LTM2eiIvPjxwYXRoIGZpbGw9IiMzNzM3MzciIGQ9Ik0xOTcuNiAyNzcuMmwtMS42LTEuNmMtLjEtLjEtLjMtLjEtLjUgMGwtNy40IDcuNC0zLjEtMy4xYy0uMS0uMS0uMy0uMS0uNSAwbC0xLjYgMS42Yy0uMS4xLS4xLjMgMCAuNWwzLjMgMy4zIDEuNiAxLjZjLjEuMS4zLjEuNSAwbDEuNi0xLjYgNy42LTcuNmMuMy0uMS4zLS4zLjEtLjV6Ii8+PHBhdGggZD0iTTExODcuMSAxNDMuN2wtNTYuNS01Ni41Yy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTI1My41IDI1My41LTEwNi4yLTEwNi4yYy01LjEtNS4xLTEyLTUuMS0xNy4xIDBsLTU2LjUgNTYuNWMtNS4xIDUuMS01LjEgMTIgMCAxNy4xbDExNC43IDExNC43IDU2LjUgNTYuNWM1LjEgNS4xIDEyIDUuMSAxNy4xIDBsNTYuNS01Ni41IDI2Mi0yNjJjNS4yLTMuNCA1LjItMTIgLjEtMTcuMXpNMTYzNC4xIDE2OS40bC0zNy43LTM3LjdjLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0xNjkuNSAxNjkuNS03MC4yLTcxLjljLTMuNC0zLjQtOC42LTMuNC0xMiAwbC0zNy43IDM3LjdjLTMuNCAzLjQtMy40IDguNiAwIDEybDc3LjEgNzcuMSAzNy43IDM3LjdjMy40IDMuNCA4LjYgMy40IDEyIDBsMzcuNy0zNy43IDE3NC43LTE3Ni40YzEuNi0xLjcgMS42LTYuOS0uMS0xMC4zeiIvPjwvc3ZnPg==') no-repeat center center;
  -ms-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  transition: all .3s ease;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

input[type=checkbox]:checked + label::after {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}





.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
  width:100%;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    white-space: normal;
    width: 100%;
    word-wrap: break-word;
}


select[multiple], select[size] {
    height: auto;
}
.bootstrap-select .btn {
  /* enables multiline on selectpicker */
  white-space: normal !important;
  word-wrap: break-word;
} 


.dropdown-menu > li > a {
	white-space: normal;
}

.jconfirm-content{
	overflow: initial;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
    overflow: initial;
}




