@charset "UTF-8";
@import url("reset.css");

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/fa-light-300.eot");
  src:
    url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-light-300.woff2") format("woff2"),
    url("../fonts/fa-light-300.woff") format("woff"),
    url("../fonts/fa-light-300.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src:
    url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/fa-regular-400.woff2") format("woff2"),
    url("../fonts/fa-regular-400.woff") format("woff"),
    url("../fonts/fa-regular-400.ttf") format("truetype");
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/brands/fa-brands-400.eot");
  src:
    url("../fonts/brands/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("../fonts/brands/fa-brands-400.woff2") format("woff2"),
    url("../fonts/brands/fa-brands-400.woff") format("woff"),
    url("../fonts/brands/fa-brands-400.ttf") format("truetype");
}

/*@font-face {
  font-family: 'Proxima Nova';
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/proxima/ProximaNova-Light.ttf");
  src: url("../fonts/proxima/ProximaNova-Light.ttf") format("truetype"); 
}*/

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 300;
  font-display: block;
  src: url("../fonts/proxima/ProximaNova-LightIt.ttf");
  src: url("../fonts/proxima/ProximaNova-LightIt.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/proxima/ProximaNova-Regular.ttf");
  src: url("../fonts/proxima/ProximaNova-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/proxima/ProximaNova-RegularIt.ttf");
  src: url("../fonts/proxima/ProximaNova-RegularIt.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("../fonts/proxima/ProximaNova-Semibold.ttf");
  src: url("../fonts/proxima/ProximaNova-Semibold.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("../fonts/proxima/ProximaNova-Bold.ttf");
  src: url("../fonts/proxima/ProximaNova-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Proxima Nova";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("../fonts/proxima/ProximaNova-Extrabld.ttf");
  src: url("../fonts/proxima/ProximaNova-Extrabld.ttf") format("truetype");
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family:
    "Proxima Nova",
    -apple-system,
    BlinkMacSystemFont,
    Helvetica Neue,
    Arial,
    sans-serif;
  font-size: 22px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 64px;
  -webkit-font-smoothing: antialiased;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  -webkit-font-smoothing: antialiased;
}

a {
  color: rgb(40, 85, 175);
  text-decoration: none;
  transition-property: color, border-color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

a:hover {
  color: #cc0000;
  transition: 0s;
}

p {
  line-height: 30px;
}

ul {
  list-style: none;
}

p,
span,
div,
input,
select,
textarea,
a,
img,
ul,
li,
h1,
h2,
h3,
header,
footer,
main,
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

b {
  -webkit-font-smoothing: antialiased;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.wrap {
  width: 1180px;
  margin: 0 auto;
}

.clear:before,
.clear:after {
  content: "";
  clear: both;
  display: table;
}

#debugger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  display: none;
  height: 1500vh;
  background-image: linear-gradient(to bottom, grey 0.5px, transparent 0.5px);
  background-image: linear-gradient(to bottom, grey 0.5px, transparent 0.5px),
    linear-gradient(to left, #ccc 0.5px, transparent 0.5px),
    linear-gradient(to right, #ccc 0.5px, transparent 0.5px);
  background-size: 8px 8px;
  background-size: 200px 8px;
  pointer-events: none;
  background-position-x: 130px, 110px;
}

/*Красный*/
/*#debugger {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  display: none;
  height: 1000vh;
  background-image: linear-gradient(to bottom, rgba(200,0,0,0.1) 8px, transparent 8px), linear-gradient(to left, rgba(200,0,0,0.1) 80px, transparent 80px);
  background-size: 100px 16px;
  pointer-events: none;
    background-position-x: 110px;
}*/

#debugger.active {
  display: block;
}

.fal:before,
.fal:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.far:before,
.far:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fab:before,
.fab:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* index */

.index_header {
  padding: 39px 0 0 0;
}

.index_logo {
  display: inline-block;
  height: 41px;
  border: 0;
}

.index_logo img {
  width: 144px;
  height: 28px;
}

.index_logo2 {
  display: inline-block;
  margin-top: -1px;
  height: 34px;
  border: 0;
}

.index_logo2 img {
  width: 225px;
  height: 34px;
}

.index_main {
  padding: 103px 0 0 0;
}

.index_hero {
  position: relative;
  margin: 0 0 163px 0;
}

.index_hero h1 {
  width: 500px;
}

.index_lead {
  position: relative;
  width: 500px;
  margin: 7px 0 28px 0;
  font-size: 28px;
  line-height: 38px;
  z-index: 1;
}

.index_hero-tag {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 4px 8px 3px 8px;
  background-color: rgb(50, 205, 255);
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
}

.button {
  display: inline-block;
  height: 64px;
  padding: 0 40px;
  background-color: rgb(35, 90, 175);
  color: white;
  font-weight: 600;
  line-height: 64px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(35, 90, 175, 0.3);
  -webkit-font-smoothing: antialiased;
}

.button:hover {
  color: white;
  background-color: rgb(40, 100, 190);
  cursor: default;
}

.index_menu {
  display: flex;
  float: right;
  margin: 5px 0 0 0;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.index_menu li {
  margin: 0 0 0 60px;
}

.index_menu .telegram {
  margin-left: -4px;
  border-radius: 6px;
}

.index_menu .telegram:before {
  content: "\f3fe";
  margin: 0 8px 0 0;
  vertical-align: -1px;
}

.index_menu .youtube {
  margin-left: -4px;
  border-radius: 6px;
}

.index_menu .youtube:before {
  content: "\f167";
  color: #ff0000;
  margin: 0 8px 0 0;
  vertical-align: -1px;
}

.index_menu .login {
  background-color: hsl(220 60% 95% / 1);
  padding: 6px 12px;
  border-radius: 6px;
}

.index_menu .login:hover {
  background-color: hsl(0 100% 95% / 1);
}

.index_menu .login:active {
  background-color: hsl(0 100% 90% / 1);
}

.index_hero-image {
  position: absolute;
  top: -90px;
  transform: translateX(525px);
  width: 832px;
  height: 574px;
  background-image: url("../images/oval.png");
  background-size: 832px 574px;
}

.index_hero-image .browser {
  position: absolute;
  width: 580px;
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.15),
    0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.index_hero-image .ozon {
  top: 100px;
  left: 135px;
}

.index_hero-image .moysklad {
  top: 100px;
  left: 75px;
}

.index_hero-image .oval-top {
  position: absolute;
  top: -17px;
  right: -9px;
  width: 350px;
  height: 451px;
  z-index: 10;
}

.pop {
  display: inline-block;
  animation: pop 1.2s 1;
  animation-timing-function: ease-in-out;
  z-index: 10;
  /*image-rendering: smooth;*/
  -webkit-transform: translate3d(0, 0, 0);
}

.pop2 {
  display: inline-block;
  animation: pop2 1.2s 1;
  animation-timing-function: ease-in-out;
  z-index: 10;
  border-radius: 3px;
  /*image-rendering: smooth;*/
  -webkit-transform: translate3d(0, 0, 0);
}

@keyframes pop {
  from {
    transform: scale(1);
  }
  35% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}

@keyframes pop2 {
  from {
    transform: scale(1);
  }
  35% {
    transform: scale(1.1);
    background-color: rgb(255 255 0 / 30%);
    box-shadow: 0 0 0 5px rgba(255, 255, 0, 0.3);
  }
  75% {
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
  }
}

.float {
  animation: float 15s 12;
  animation-timing-function: ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

.float2 {
  animation: float2 15s 12;
  animation-timing-function: ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
}

@keyframes float {
  from {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(5px, -3px);
  }
  75% {
    transform: translate(6px, 3px);
  }
  to {
    transform: translate(0px, 0px);
  }
}

@keyframes float2 {
  from {
    transform: translate(0px, 0px);
  }
  35% {
    transform: translate(-3px, 5px);
  }
  /*75% { transform: translate(-7px,10px); }*/
  to {
    transform: translate(0px, 0px);
  }
}

.index_orders {
  margin: 0 0 75px 0;
}

.index_orders h2 + p {
  margin-top: 8px;
  margin-bottom: 20px;
}

.index_orders h2 + table {
  margin-top: 24px;
}

.index_orders p {
  max-width: 740px;
  line-height: 28px;
}

.index_order-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 39px 0 0 0;
}

.index_order-list li {
  width: 380px;
  margin: 0 0 24px 0;
  line-height: 30px;
}

.index_orders table {
  width: 100%;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  cursor: default;
  background-color: white;
  /*box-shadow: 0 30px 50px rgba(0,0,0,0.1);*/
  border-radius: 3px;
}

.index_orders table .pseudolink {
  color: #186999;
  text-decoration: underline;
}

.index_orders table tr {
  border-bottom: 1px solid #ddd;
  height: 32px;
}

.index_orders table tbody tr:hover {
  background-color: rgba(255, 251, 140, 0.3);
}

.index_orders table th {
  font-weight: normal;
  text-align: left;
  padding: 0 10px 0 0;
}

.index_orders table td {
  position: relative;
  text-align: left;
  padding: 0 10px 0 0;
  max-width: 400px;
  white-space: nowrap;
  /*overflow-x: hidden;*/
}

.index_orders table th:last-child,
.index_orders table td:last-child {
  /*  padding-right: 0px;*/
}

.index_orders table thead {
  color: #186999;
  border-bottom: 2px solid #186999;
}

.index_orders table thead .black {
  color: #000;
}

.index_orders table .tar {
  text-align: right;
}

.index_orders table .status {
  padding: 2px 10px 3px 10px;
  background-color: #e68116;
  color: white;
  border-radius: 2px;
  transition: ease background-color 0.4s;
}

.index_orders table .awaiting_packaging {
  background-color: #e68116;
}

.index_orders table .awaiting_deliver {
  background-color: #85c6de;
}

.index_orders table .delivering {
  background-color: #a466bd;
}

.index_orders table .delivered {
  background-color: #86aa60;
}

.index_orders table .cancelled,
.index_orders table .return {
  background-color: #e92919;
}

.index_orders table .demand:after,
.index_orders table .paymentin:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  content: "";
  height: 4px;
  width: 50%;
  background-color: #e68116;
}

.index_orders table .demand:after {
  width: calc(100% - 10px);
  background-color: #86aa60;
}

.index_orders table td:first-child,
.index_orders table th:first-child {
  padding-left: 10px;
}

.index_orders table tr:last-child {
  /*border: 0;*/
}

.index_orders.stocks img {
  display: block;
  max-height: 26px;
  max-width: 26px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.index_orders.stocks tr {
  height: 36px;
}

.index_products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 111px 0;
}

.index_products h2 {
  margin: 0 0 7px 0;
}

.index_products-text {
  margin-right: 20px;
}

.index_products-text p {
  width: 480px;
  margin: 0 0 12px 0;
}

.index_products-table {
  margin: -10px 0 0 0;
  width: 680px;
  overflow: hidden;
}

.index_products table {
  width: 680px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  cursor: default;
  overflow: hidden;
  background-color: white;
  /*box-shadow: 0 30px 50px rgba(0,0,0,0.1);*/
  border-radius: 3px;
}

.index_products table tr {
  border-bottom: 1px solid #ddd;
  height: 36px;
}

.index_products table tbody tr:hover {
  background-color: rgba(255, 251, 140, 0.2);
}

.index_products table td {
  position: relative;
  text-align: left;
  padding: 0 10px 0 0;
  max-width: 400px;
  white-space: nowrap;
  overflow-x: hidden;
}

.index_products table thead {
  color: #186999;
  border-bottom: 2px solid #186999;
}

.index_products table th {
  font-weight: normal;
  text-align: left;
  padding: 0 10px 0 0;
}

.index_products table thead tr {
  height: 32px;
}

.index_products table img {
  display: block;
  max-height: 26px;
  max-width: 26px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.index_products table .tar {
  text-align: right;
}

.index_products table td:first-child {
  width: 40px;
  padding: 0 5px 0 10px;
  text-align: center;
  margin: 0 auto;
}

.index_products table tr:last-child {
  /*border: 0;*/
}

.index_products table .pseudolink {
  color: #186999;
  text-decoration: underline;
}

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

.index_prices h2 {
  margin: 0 0 7px 0;
}

.index_prices-table {
  margin: 4px 30px 0 0;
}

.index_prices-text {
  width: 470px;
}

.index_prices-text p {
  width: 470px;
  margin: 0 0 12px 0;
}

.index_prices table {
  width: 680px;
  font-family: "Inter", sans-serif;
  text-align: left;
  cursor: default;
  background-color: white;
  /*box-shadow: 0 30px 50px rgba(0,0,0,0.1);*/
  border-radius: 3px;
  /*overflow: hidden;*/
}

.index_prices table thead {
  font-size: 12px;
  background-color: #f5f7fa;
  border-top: 1px solid #d4d9e2;
  border-bottom: 1px solid #d4d9e2;
}

.index_prices table thead tr {
  height: 50px;
}

.index_prices table tbody tr:hover {
  background-color: #f5f7fa;
}

.index_prices table th {
  padding: 8px 0 0 0;
  font-weight: normal;
  color: #8d95a5;
  vertical-align: top;
  line-height: 16px;
}

.index_prices table th i {
  font-style: normal;
}

.index_prices table tbody tr {
  height: 82px;
  border-bottom: 1px solid #d4d9e2;
}

.index_prices table tr:last-child {
  /*border: 0;*/
}

.index_prices table td {
  font-size: 15px;
}

.index_prices table td,
.index_prices table th {
  padding-right: 10px;
}

.index_prices table td p {
  font-size: 15px;
  line-height: 20px;
}

.index_prices table .pseudolink {
  color: #216bff;
  -webkit-font-smoothing: antialiased;
}

.index_prices table .category {
  color: #8d95a5;
  font-size: 12px;
}

.index_prices table .code {
  color: #48556e;
  font-size: 14px;
}

.index_prices table .name {
  max-width: 280px;
}

.index_prices table .head-photo {
  /*position: relative;*/
}

.index_prices table .head-photo:before {
  display: inline-block;
  margin: 0 8px 0 0;
  width: 19px;
  height: 14px;
  background-image: url("../images/ozon-eye.png");
  background-size: 19px 14px;
  content: "";
  vertical-align: -3px;
  mix-blend-mode: multiply;
}

.index_prices table .head-name:after {
  display: inline-block;
  margin: 0 0 0 8px;
  width: 14px;
  height: 14px;
  background-image: url("../images/ozon-arrow.png");
  background-size: 14px 14px;
  content: "";
  vertical-align: -3px;
  mix-blend-mode: multiply;
}

.index_prices table img {
  display: block;
  height: 48px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.index_prices table td:first-child,
.index_prices table th:first-child {
  padding-left: 15px;
}

.index_prices table td:last-child,
.index_prices table th:last-child {
  padding-right: 20px;
}

.index_prices table th:nth-child(2) {
}

.index_prices table .tar {
  text-align: right;
}

i.rub {
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "PT Sans",
    "Roboto", "Segoe UI";
}

.index_tariffs {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 82px 0 0 0;
}

.index_tariffs h2 {
  width: 100%;
  margin: 0 0 13px 0;
}

.index_tariff {
  position: relative;
  padding: 24px 30px 30px 30px;
  border-radius: 20px;
}

.index_tariffs-standart {
  width: 380px;
  background-color: rgba(40, 85, 175, 0.1);
}

.index_tariffs-pro {
  width: 780px;
  background-color: rgba(110, 175, 40, 0.1);
}

.index_tariffs-lists {
}

.index_tariff ul {
  width: 350px;
  margin: 18px 0 0 0;
  line-height: 30px;
}

.index_tariffs-pro ul:last-child {
  position: absolute;
  left: 400px;
  top: 57px;
}

.index_tariff ul li span:first-child {
  display: inline-block;
  width: 130px;
}

.index_tariffs-pro input[type="email"] {
  width: 350px;
  height: 56px;
  padding: 0 56px 0 0;
  border: 1px solid rgba(110, 175, 40, 0.4);
  border-radius: 6px;
  text-indent: 15px;
  font-size: inherit;
  outline: none;
}

.index_tariffs-pro input[type="email"]:focus {
  border: 1px solid rgba(110, 175, 40, 0.8);
}

.index_tariffs-pro input[type="submit"] {
  width: 48px;
  height: 48px;
  padding: 0;
  background-color: rgb(110, 175, 40);
  border: 0;
  color: white;
  font-size: 42px;
  line-height: 42px;
  border-radius: 6px;
  vertical-align: -6px;
  -webkit-appearance: none;
  appearance: none;
  transition: ease all 0.2s;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
}

.index_tariffs-pro .submit {
  position: absolute;
  top: 4px;
  left: 298px;
  z-index: 10;
}

.index_tariffs-pro .submit.success {
  pointer-events: none;
}

.index_tariffs-pro .submit:after {
  position: absolute;
  top: 13px;
  left: 16px;
  content: "\f061";
  color: white;
  pointer-events: none;
}

.index_tariffs-pro .submit.success:after {
  position: absolute;
  top: 13px;
  left: 14px;
  content: "\f00c" !important;
  color: white;
  pointer-events: none;
}

.index_tariffs-pro input[type="submit"]:hover,
.index_tariffs-pro input[type="submit"]:focus {
  background-color: rgba(110, 175, 40, 0.9);
  cursor: pointer;
  transition: 0s;
}

.index_tariffs-action form {
  position: relative;
  float: left;
}

.index_tariffs-email-tip {
  float: left;
  margin: 0 0 0 20px;
  width: 350px;
  line-height: 28px;
  display: none;
}

.index_tariffs-email-tip.active {
  display: block;
}

.index_tariffs h3 {
  display: inline-block;
  height: 32px;
  margin: 0 0 0 -10px;
  padding: 4px 10px 1px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background-color: inherit;
  border-radius: 6px;
}

.index_tariffs-pro-badge {
  position: absolute;
  top: -13px;
  right: 30px;
  font-style: italic;
  font-weight: 300;
  color: #cc0000;
}

.index_tariffs-action {
  margin: 29px 0 0 0;
  padding: 19px 0 0 0;
}

.index_tariffs-standart .index_tariffs-action {
  border-top: 1px solid rgba(40, 85, 175, 0.2);
}

.index_tariffs-pro .index_tariffs-action {
  border-top: 1px solid rgba(110, 175, 40, 0.2);
}

.index_tariffs .button {
  width: 320px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  box-shadow: none;
}

.index_tariffs-price {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}

.index_tariffs-asterix {
  font-style: normal;
  /*color: #999;*/
}

.index_tariffs-tip {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-top: 14px;
}

footer {
  height: 80px;
  margin: 80px auto 0 auto !important;
  padding: 18px 0 0 0;
  /*border-top: 1px solid #ddd;*/
}

footer p {
  float: left;
}

footer a {
  float: right;
  margin: 0 0 0 50px;
  color: #000;
}

footer a:hover {
  color: rgb(40, 85, 175);
}

footer .email:before {
  content: "\f0e0";
  margin: 0 7px 0 0;
  vertical-align: -2px;
}

footer .telegram:before {
  content: "\f3fe";
  margin: 0 7px 0 0;
  color: #2995d0;
  vertical-align: -1px;
}

footer .lamoda:before {
  content: "\f553";
  margin: 0 7px 0 0;
  font-size: 20px;
  /*vertical-align: -2px;*/
}

.index_pnl {
  margin: 82px 0 75px 0;
}

.index_pnl h2 + p {
  margin-top: 8px;
  margin-bottom: 20px;
}

.index_pnl h2 + table {
  margin-top: 24px;
}

.index_pnl p {
  max-width: 740px;
  line-height: 28px;
}

.index_pnl table {
  width: 100%;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  cursor: default;
  background-color: white;
  /*box-shadow: 0 30px 50px rgba(0,0,0,0.1);*/
  border-radius: 3px;
}

.index_pnl table .pseudolink {
  color: #186999;
  text-decoration: underline;
}

.index_pnl table tr {
  border-bottom: 1px solid #ddd;
  height: 36px;
}

.index_pnl table thead tr {
  height: 32px;
}

.index_pnl table tbody tr:hover {
  background-color: rgba(255, 251, 140, 0.2);
}

.index_pnl table th {
  font-weight: normal;
  text-align: left;
  padding: 0 10px 0 0;
}

.index_pnl table td {
  position: relative;
  text-align: left;
  padding: 0 10px 0 0;
  max-width: 400px;
  white-space: nowrap;
  /*overflow-x: hidden;*/
}

.index_pnl table thead {
  color: #186999;
  border-bottom: 2px solid #186999;
}

.index_pnl table .tar {
  text-align: right;
}

.index_pnl table .status {
  padding: 2px 10px 3px 10px;
  background-color: #e68116;
  color: white;
  border-radius: 2px;
  transition: ease background-color 0.4s;
}

.index_pnl table .awaiting_packaging {
  background-color: #e68116;
}

.index_pnl table .awaiting_deliver {
  background-color: #85c6de;
}

.index_pnl table .delivering {
  background-color: #a466bd;
}

.index_pnl table .delivered {
  background-color: #86aa60;
}

.index_pnl table .cancelled {
  background-color: #e92919;
}

.index_pnl table .demand:after,
.index_pnl table .paymentin:after {
  position: absolute;
  right: 10px;
  bottom: 0;
  content: "";
  height: 4px;
  width: 50%;
  background-color: #e68116;
}

.index_pnl table .paymentin:after {
  width: calc(100% - 10px);
  background-color: #86aa60;
}

.index_pnl table td:first-child,
.index_pnl table th:first-child {
  padding-left: 10px;
}

.index_pnl table tr:last-child {
  /*border: 0;*/
}

.index_pnl table img {
  display: block;
  max-height: 26px;
  max-width: 26px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.index_pnl table tfoot tr {
  height: 32px;
}

.index_pnl table tfoot td {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  border-top: 1px solid #1a6999;
  border-bottom: 1px solid #fff;
}

.index_features_wrap {
  margin: 82px 0 75px 0;
}

.index_features {
  display: flex;
  flex-wrap: wrap;
  margin: 28px 0 0 0;
}

.index_features li {
  width: 25%;
  margin: 0 0 25px 0;
  padding: 0 20px 0 0;
}

.index_features li p {
  margin: 5px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}

.index_features i {
  display: block;
  height: 18px;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  font-weight: 400;
  color: #06a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}

.index_features i.burger:after {
  content: "\f858";
}
