/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "GothamPro";
  font-style: regular;
  font-weight: 400;
  src: url(fonts/gothampro-regular.woff2?460cb8267b246d377621c99bd2d2e666) format("woff2");
}

@font-face {
  font-family: "GothamPro";
  font-style: medium;
  font-weight: 500;
  src: url(fonts/gothampro-medium.woff2?8fae34463e8c3432c3d8f0139a491509) format("woff2");
}

@font-face {
  font-family: "GothamPro";
  font-style: bold;
  font-weight: 700;
  src: url(fonts/gothampro-bold.woff2?30bf56530a899090a84293c914a6c505) format("woff2");
}

@font-face {
  font-family: "GothamPro";
  font-style: black;
  font-weight: 900;
  src: url(fonts/gothampro-black.woff2?27fb0b4426ebdaeccf4db46b39820e11) format("woff2");
}

* {
  box-sizing: border-box;
  transition: 0.3s ease;
}

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

::-moz-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

::-moz-selection {
  background-color: #000;
  color: #fff;
}

::selection {
  background-color: #000;
  color: #fff;
}

input,
textarea {
  outline: none;
}

input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}

input:required:valid,
textarea:required:valid {
  border-color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  font-family: "GothamPro", sans-serif;
  overflow-x: hidden;
  color: #212529;
  background-color: #ebecf0;
  margin: 0;
}

body.loud-overflow {
  overflow: hidden;
}

h1,
p,
a,
button {
  margin: 0;
  padding: 0;
  font-family: "GothamPro", sans-serif;
}

section {
  position: relative;
}

img {
  width: 100%;
  pointer-events: none;
  cursor: default;
}

img::-moz-selection {
  background-color: transparent;
  color: #fff;
}

img::selection {
  background-color: transparent;
  color: #fff;
}

ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
}

ul li::before {
  position: absolute;
  font-family: "GothamPro", sans-serif;
}

.right-part-of-info-package {
  position: relative;
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: default;
}

.right-part-of-info-package .stadies-info {
  display: flex;
  align-items: center;
}

.right-part-of-info-package .stadies-info li {
  font-size: 12px;
  padding-right: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

.right-part-of-info-package .stadies-info li.active {
  font-weight: bold;
}

.right-part-of-info-package .stadies-info li::before {
  width: 5px;
  height: 2px;
  background-color: #000;
  content: "";
  right: 5px;
  top: 5px;
}

.right-part-of-info-package .stadies-info li:last-child {
  padding-right: 0;
}

.right-part-of-info-package .stadies-info li:last-child::before {
  display: none;
}

.right-part-of-info-package .type-of-waybill {
  display: flex;
  position: relative;
  font-size: 14px;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 18px;
  margin-top: 5px;
}

.right-part-of-info-package .type-of-waybill .signature-of-type-of-waybill {
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.right-part-of-info-package .type-of-waybill .value-signature-of-type-of-waybill {
  font-weight: bold;
  color: #07990e;
  background-color: #fff;
  padding: 10px;
  border-radius: 4px;
}

.right-part-of-info-package .type-of-waybill .value-signature-of-type-of-waybill .signature-of-type-of-waybill {
  font-weight: 400;
  color: #212529;
  font-size: 12px;
  line-height: 1;
  position: relative;
  margin-top: 5px;
  display: flex;
}

.right-part-of-info-package .type-of-waybill .value-signature-of-type-of-waybill .signature-of-type-of-waybill .-circle {
  margin-top: 0;
}

.header-site-part {
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.header-site-part .up-part-of-site {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

.header-site-part .up-part-of-site .logo-part {
  max-width: 270px;
}

.icon-div {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}

.safe-header {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  cursor: default;
}

.safe-header .icon-div {
  background-image: url("img/approved.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.first-data-part,
.action-data-filling {
  padding: 40px 0;
}

.inner-wrap-data-filling {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

.inner-wrap-data-filling .right-part-of-info-package {
  align-items: flex-start;
}

.info-of-package {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  cursor: default;
}

.info-of-package .signature-of-package-number {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}

.info-of-package .value-of-package-number {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.wrap-of-main-data-of-package {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wrap-of-main-data-of-package .left-part,
.wrap-of-main-data-of-package .right-part {
  position: relative;
  width: calc(50% - 15px);
}

.green-alert {
  position: relative;
  width: 100%;
  padding: 5px 10px;
  line-height: 18px;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  margin-bottom: 20px;
  color: #07990e;
  background-color: #cff1d4;
}

.block-for-items {
  position: relative;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-for-items.-with-photo .photo-of-product {
  width: 180px;
  min-width: 180px;
  height: 180px;
  border-radius: 4px;
  background-color: #ebecf0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.block-for-items.-with-photo .photo-of-product img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.block-for-items.-with-photo .inner-right-part {
  width: calc(100% - 180px);
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.block-for-items.-accent-block {
  padding-top: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}

.block-for-items .signature-with-value {
  width: calc(50% - 10px);
}

.block-for-items .dynamic-block {
  padding: 15px 0;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.text-signature-info {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  cursor: default;
  color: rgba(33, 37, 41, 0.8);
}

.add-info-for-enter-cards {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  margin-top: 10px;
}

.add-info-for-enter-cards .add-signature-for-input {
  color: rgba(255, 255, 255, 0.8);
}

.add-info-for-enter-cards .add-signature-for-input:first-child {
  width: calc(180px - 10px);
  color: rgba(33, 37, 41, 0.6);
}

.add-info-for-enter-cards .add-signature-for-input:last-child {
  width: calc(110px - 10px);
  text-align: right;
}

.add-signature-for-input {
  font-size: 12px;
  line-height: 16px;
  margin-top: 5px;
  color: rgba(33, 37, 41, 0.8);
  cursor: default;
}

.input-wrap {
  position: relative;
  margin-top: 25px;
}

.input-wrap .signature-of-wrap {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 18px;
}

.input-wrap .signature-of-wrap span {
  color: #d83418;
  font-size: 16px;
  font-weight: bold;
}

.input-wrap input {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  margin-top: 10px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-family: "GothamPro", sans-serif;
}

.input-wrap input:focus {
  border: 1px solid black;
}

.input-wrap input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.input-wrap input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.input-wrap input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.input-wrap input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.input-wrap input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.error-input {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #d83418;
  margin-top: 5px;
  border-radius: 4px;
  padding: 5px;
  background-color: #fddede;
  padding-left: 25px;
  position: relative;
}

.error-input::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  background-image: url("img/static/alert-red.png");
  left: 5px;
  top: 6px;
}

.error-input.-orange-alert {
  background-color: #ffe9d2;
  color: #eb8602;
}

.error-input.-orange-alert::before {
  background-image: url("img/static/alert-orange.png");
}

.error-input.-green-alert {
  background-color: #cff1d4;
  color: #07990e;
}

.error-input.-green-alert::before {
  background-image: url("img/static/alert-green.png");
}

.error-input.-fz16 {
  line-height: 22px;
  font-size: 16px;
}

.admin_message {
  margin-top: 30px;
}

.admin_message .error-input {
  padding: 10px;
  padding-left: 30px;
}

.admin_message .error-input::before {
  top: 14px;
  left: 10px;
}

.admin_message .error-input p {
  font-size: 16px;
  line-height: 22px;
}

.admin_message .error-input .alert-header-admin-messege {
  margin-bottom: 5px;
  font-weight: bold;
}

.-circle {
  width: 5px;
  height: 5px;
  min-width: 5px;
  border-radius: 50%;
  background-color: #eb8602;
  position: relative;
  display: inline-block;
  margin-top: 5px;
  margin-left: 2px;
}

.signature-with-value {
  cursor: default;
  position: relative;
  margin-top: 25px;
}

.signature-with-value.time-data {
  display: flex;
  align-items: flex-start;
}

.signature-with-value.time-data .icon-div {
  margin-top: 5px;
}

.signature-with-value.time-data .icon-div.-time {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-image: url("img/static/clock.png");
}

.signature-with-value.time-data .icon-div.-scan {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-image: url("img/static/fingerprint-scan.png");
}

.signature-with-value.time-data .icon-div.-wait {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-repeat: no-repeat;
  background-image: url("img/static/deadline.png");
  -webkit-animation: wait-animation 2s linear infinite;
          animation: wait-animation 2s linear infinite;
}

.signature-with-value.-full-width {
  width: 100% !important;
}

.signature-with-value .signature {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: rgba(33, 37, 41, 0.6);
}

.signature-with-value .signature.-orange-second-info {
  margin-top: 5px;
  color: rgba(33, 37, 41, 0.8);
  line-height: 18px;
}

.signature-with-value .signature.-fw500 {
  font-weight: bold;
  color: #212529;
}

.signature-with-value .value {
  font-size: 16px;
  line-height: 22px;
}

.signature-with-value .value.-need-correct {
  display: flex;
  align-items: flex-start;
}

.signature-with-value .value.-accent-done {
  font-weight: bold;
  color: #07990e;
}

.signature-with-value .value.-accent {
  font-weight: bold;
}

.signature-with-value .value.-fz20 {
  font-size: 20px;
}

.signature-with-value ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.signature-with-value ul li {
  font-size: 12px;
  padding-left: 10px;
  line-height: 1;
  margin-top: 10px;
  padding-right: 20px;
}

.signature-with-value ul li.active {
  font-weight: bold;
}

.signature-with-value ul li::before {
  width: 5px;
  height: 5px;
  background-color: #000;
  content: "";
  left: 0px;
  border-radius: 50%;
  top: 3px;
}

@-webkit-keyframes wait-animation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wait-animation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.data-header {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: default;
}

.data-header.-faq-information {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.data-header.-faq-information .signature-for-r-part-header {
  margin: 0;
}

.data-header.-faq-information .text-signature-info {
  margin-top: 10px;
}

.data-header.-nonepaddingtop {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.data-header.-accent-header span {
  font-size: 22px;
  line-height: 28px;
}

.data-header.-accent-header .icon-div {
  min-width: 36px;
  height: 36px;
  width: 36px;
}

.data-header.-with-info-header {
  align-items: flex-start;
}

.data-header.-with-info-header .right-part-of-header {
  position: relative;
  width: 100%;
  padding-top: 2px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.data-header.-with-info-header.-low-deactivate-opacity .icon-div,
.data-header.-with-info-header.-low-deactivate-opacity span,
.data-header.-with-info-header.-low-deactivate-opacity .value,
.data-header.-with-info-header.-low-deactivate-opacity .additional-info-for-r-part-header {
  opacity: 0.6;
}

.data-header .icon-div {
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.data-header .icon-div.-info-icon {
  background-image: url("img/box.png");
}

.data-header .icon-div.-data-resurs {
  background-image: url("img/form.png");
}

.data-header .icon-div.-enter-data {
  background-image: url("img/to-do-list.png");
}

.data-header .icon-div.-requisites-card {
  background-image: url("img/valid-red.png");
}

.data-header .icon-div.-enter-data-action {
  background-image: url("img/upload.png");
  background-size: 28px;
}

.data-header .icon-div.-faq-info {
  background-image: url("img/information-button.png");
}

.data-header span {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.data-header .signature-for-r-part-header {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  background-color: #eb8602;
  padding: 5px;
  border-radius: 4px;
  margin: 5px 0;
}

.data-header .additional-info-for-r-part-header {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-top: 2px;
  max-width: 360px;
  width: 100%;
}

.method-of-payment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.method-of-payment.-solo-method-of-payment {
  flex-direction: column;
}

.method-of-payment.-solo-method-of-payment button {
  width: 100%;
}

.method-of-payment button {
  width: calc(50% - 10px);
  min-height: 50px;
  position: relative;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  text-align: left;
  padding: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  background-color: rgba(218, 41, 28, 0.1);
  border: 1px solid rgba(218, 41, 28, 0.25);
  border-radius: 4px;
  cursor: pointer;
  color: #000;
}

.method-of-payment button .icon-div {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  margin-right: 10px;
  position: relative;
  border-radius: 2px;
  display: flex;
  background-repeat: no-repeat;
  background-position: center;
}

.method-of-payment button .icon-div.to-card {
  background-image: url("img/credit-card.png");
  background-size: 20px;
}

.method-of-payment button .icon-div.to-bank {
  background-image: url("img/bank.png");
  background-size: 22px;
}

.method-of-payment button.active {
  background-color: #da291c;
  color: #fff;
}

.method-of-payment button:hover {
  border: 1px solid rgba(218, 41, 28, 0.6);
}

.paragraph-of-rules {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}

.paragraph-of-rules .img-wrap {
  position: relative;
  min-width: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 15px;
  background-color: rgba(218, 41, 28, 0.8);
  padding-left: 4px;
}

.paragraph-of-rules .info-of-paragraph {
  font-size: 14px;
  line-height: 18px;
  padding-top: 10px;
  cursor: default;
}

.other-info-of-rules {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  cursor: default;
}

.footer-part {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 60px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-part .copyright {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-part p {
  font-size: 12px;
  line-height: 16px;
  color: rgba(33, 37, 41, 0.6);
}

.footer-part a {
  color: rgba(218, 41, 28, 0.8);
  text-decoration: underline;
}

.safe-connection {
  margin-top: 20px;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
}

.safe-connection .icon-div {
  background-image: url("img/static/lock.png");
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  background-size: 100%;
  margin-right: 5px;
}

.-payment-method-value {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.-payment-method-value .icon-payment-method {
  width: 50px;
  height: 20px;
  margin-right: 10px;
  background-image: url("img/static/payment-sus.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.-payment-method-value .payment-method {
  line-height: 1;
  font-size: 16px;
}

.btn-wrap-block {
  position: relative;
  display: flex;
}

.btn-s {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  border: 0;
  outline: 0;
  cursor: pointer;
  background-color: #da291c;
  border-radius: 4px;
  margin-top: 25px;
  color: #fff;
  min-height: 44px;
  text-decoration: none;
}

.btn-s.low-btn {
  padding: 6px 10px;
  font-size: 14px;
  min-height: auto;
  border-radius: 2px;
}

.btn-s.-back-btn {
  color: #da291c;
  background-color: #fff;
}

.btn-s.-action-btn {
  background-color: #fff !important;
  color: #da291c !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  border-radius: 2px;
  width: 100%;
  justify-content: flex-start;
}

.btn-s.-action-btn:hover {
  border: 1px solid #da291c;
}

.btn-s:hover {
  background-color: #db3934;
  color: #fff;
}

.btn-s .-give-money {
  background-image: url("img/valid.png");
  width: 20px;
  height: 20px;
  background-size: 100%;
  margin-right: 10px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.rules-of-safe-delivery.-dnblock-block {
  display: none;
}

.enter-card-wrap {
  position: relative;
  background-color: #f4f4f4;
  margin: 40px auto;
  margin-bottom: 10px;
  padding: 15px;
  padding-bottom: 25px;
  padding-top: 10px;
  border-radius: 5px;
  background: url("img/card-decor/card-bg.png");
  background: #ebecf0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 15px;
  width: 100%;
  max-width: 460px;
  overflow: hidden;
}

.enter-card-wrap .decor-for-up-part {
  position: absolute;
  width: 100%;
  height: 65px;
  top: 0;
  left: 0;
  background: url("img/card-decor/card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.enter-card-wrap .up-part-of-card {
  display: flex;
  align-items: flex-start;
  width: 100%;
  position: relative;
  justify-content: space-between;
  padding-top: 10px;
}

.enter-card-wrap .up-part-of-card .icons-of-card-type {
  width: 120px;
}

.enter-card-wrap .up-part-of-card .add-signature-for-input {
  color: rgba(255, 255, 255, 0.9);
  max-width: 180px;
  text-align: right;
  font-weight: 400;
  margin-top: 0;
}

.enter-card-wrap .two-inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enter-card-wrap .two-inputs .input-wrap:first-child {
  width: 180px;
}

.enter-card-wrap .two-inputs .input-wrap:last-child {
  width: 100px;
}

.enter-card-wrap .input-wrap {
  margin-top: 25px;
}

.enter-bank-data {
  margin-top: 40px;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  padding: 20px;
  padding-right: 100px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}

.enter-bank-data .decor-banks-image {
  width: 80px;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  background-image: url("img/card-decor/card-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.filling-data-wrap .send-data-inner {
  width: 100%;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}

.for-card-decor-add-secure {
  position: relative;
  max-width: 210px;
  width: 100%;
  margin-top: 40px;
}

.for-card-decor-add-secure img {
  width: 100%;
}

.select-bank {
  position: relative;
  margin: 40px 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}

.select-bank .item-of-bank {
  position: relative;
  width: calc(50% - 10px);
  height: 70px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  border: 2px solid transparent;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.select-bank .item-of-bank:hover {
  border: 2px solid #da291c;
  box-shadow: none;
}

.select-bank .item-of-bank img {
  width: 100%;
}

/*==========  Desktop First  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
  /**/

  .block-for-items.-with-photo .inner-right-part .signature-with-value {
    width: 100%;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 991px) {
  /**/

  .info-of-package,
  .wrap-of-main-data-of-package {
    max-width: 550px;
    margin: 0 auto;
    flex-direction: column;
  }

  .wrap-of-main-data-of-package .left-part,
  .wrap-of-main-data-of-package .right-part {
    width: 100%;
  }

  .info-of-package {
    margin-bottom: 30px;
  }

  .info-of-package .right-part-of-info-package {
    margin-top: 20px;
    align-items: flex-start;
  }

  .rules-of-safe-delivery.-dnnone-block {
    display: none;
  }

  .rules-of-safe-delivery.-dnblock-block {
    display: block;
  }

  .block-for-items.-accent-block {
    margin-bottom: 80px;
  }

  .action-data-filling .block-for-items.-accent-block {
    margin-bottom: 40px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 768px) {
  /**/

  .right-part-of-info-package .stadies-info {
    align-items: flex-start;
  }

  .block-for-items.-with-photo .photo-of-product,
  .block-for-items.-with-photo .inner-right-part {
    width: 50%;
    min-width: auto;
  }

  .header-site-part .up-part-of-site {
    flex-direction: column;
  }

  .header-site-part .up-part-of-site .safe-header {
    margin-top: 10px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 600px) {
  /**/

  .btn-wrap-block {
    width: 100%;
  }

  .btn-s.-action-btn {
    width: 100%;
    justify-content: flex-start;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 480px) {
  /**/

  .enter-card-wrap {
    padding-top: 10px;
  }

  .select-bank {
    margin-top: 20px;
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 420px) {
  /**/

  .enter-card-wrap,
  .enter-bank-data {
    min-width: 360px;
    width: 100%;
    left: calc(50% - 180px);
  }
}

/* Large Devices, Wide Screens */

@media only screen and (max-width: 370px) {
  /**/

  .block-for-items .signature-with-value {
    width: 100%;
  }

  .method-of-payment {
    flex-direction: column;
  }

  .method-of-payment button {
    width: 100%;
    margin-bottom: 15px;
  }

  .method-of-payment button:last-child {
    margin-bottom: 0;
  }

  .enter-card-wrap,
  .enter-bank-data {
    min-width: 340px;
    left: calc(50% - 170px);
  }

  .select-bank .item-of-bank {
    width: 100%;
  }
}

/*==========  Mobile First  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
  /**/
}

/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {
  /**/
}

/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  /**/
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  /**/
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  /**/
}

