/*
  LESS Variables
*/
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #ffffff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.error {
  color: red;
}
.hide {
  display: none;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
h1,
h2 {
  font-weight: normal;
}
h2 {
  margin-bottom: 15px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  /*min-width: 1200px;*/
}
body {
  /*margin-bottom: 500px;
  min-width: 1200px;*/
}
.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 480px;
  background-color: white;
  padding-top: 20px;
  border-top: 1px solid #eeefef;
}
.container .text-muted {
  margin: 20px 0;
}
.navbar-brand {
  padding: 6px 15px;
}
/* form insverse + orange btns */
select.form-inverse,
input.datepicker {
  border: 1px solid #eeefef;
  background: url(../img/selector.png) #eeefef right center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
input[type=radio] {
  width: 0px;
  height: 0px;
  border: 0px;
  position: absolute;
}
input[type=radio]:before {
  content: ' ';
  display: block;
  background: url('../img/form-sprite.png') top left no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
input[type=radio]:checked:before {
  content: ' ';
  display: block;
  background: url('../img/form-sprite.png') bottom left no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
input[type=checkbox] {
  width: 0px;
  height: 0px;
  border: 0px;
  position: absolute;
}
input[type=checkbox]:focus {
  outline: 0;
}
input[type=checkbox]:before {
  content: ' ';
  display: block;
  background: url('../img/form-sprite.png') top right no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
input[type=checkbox]:checked:before {
  content: ' ';
  display: block;
  background: url('../img/form-sprite.png') bottom right no-repeat;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
/* /form insverse */
#mainmenu {
  background: #364757;
}
#mainmenu a {
  color: white;
}
#mainmenu a:hover,
#mainmenu a:active,
#mainmenu a:focus,
#mainmenu a.active {
  color: #364757;
}

#mainmenu li.active {
	background: white;
}

#mainmenu li.active a {
	color: #555;
}

#mainmenu .dropdown ul a {
  color: #555;
}

.breadcrumb {
  background-color: transparent;
  margin-top: 20px;
  margin-bottom: 0px;
}

#mainmenu .glyphicon {
	margin-right: 10px;
}

#header {
  /*min-height: 120px;*/
  /*overflow: hidden;*/
  border-bottom: 1px solid #eeefef;
  margin-bottom: 20px;
  /*padding-top: 25px;*/
  padding-bottom: 28px;
  margin-top: 60px;
}
#header .topLogo,
footer .topLogo {
  font-size: 0.67em;
  text-align: center;
  /*width: 188px;*/
  color: #364757;
  line-height: 25px;
  display: block;
  padding-top: 3px;
}
#header #tracking-top {
  margin-left: 100px;
}
.noborder {
  border: 0px;
}
.noborder:focus {
  border: 0px !important;
  outline: 0;
}
.track-form {
  border: 1px solid #eeefef;
  border-radius: 5px;
  padding: 6px;
}
.track-form input[type=text] {
  width: 205px;
  font-size: 0.9em;
  padding-left: 5px;
}
#header {
  margin-bottom: 0px;
}
#header #right-contacts {
  /*width: 400px;*/
}
#header #right-contacts .phone {
  font-size: 1.5em;
  max-width: 240px;
  overflow: hidden;
  height: 45px;
  line-height: 35px;
  white-space: nowrap;
	text-overflow: ellipsis;
}

#header #right-contacts .phone .glyphicon {
	color: #555;
	margin-right: 5px;
}

#header #right-contacts .row {
  height: 35px;
  line-height: 35px;
  margin-bottom: 2px;
  font-size: 1.1em;
}
#header #right-contacts .cityChange {
  font-size: 1.2em;
  line-height: 1.6em;
}
#header #right-contacts .cityChange:hover,
#header #right-contacts .cityChange:active,
#header #right-contacts .cityChange:focus {
  text-decoration: none;
}
#header #right-contacts .cityChange .bottom-dotted {
  border-bottom: 1px dotted #f28f17;
}
#header #right-contacts .cityChange .glyphicon {
  font-size: 0.8em;
}
#header #right-contacts .glyphicon {
  color: #f28f17;
}
#mainblock {
  background: url(../img/background.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: calc(100vh - 470px);
}
.bg-gray {
  background: #f9f9f9;
}
.table.table-short {
  width: auto;
  min-width: 50%;
}
#header .top-slogan {
    height: 80px;
    overflow: hidden;
    /*margin-left: 20px;*/
    font-size: 1.2em;
    line-height: 1.6em;
    /*margin-top: 10px;*/
    /*width: 500px;*/
}
.footer-contacts {
  font-size: 1em;
}
footer .text-vertical {
  margin-top: 15px;
}
.collapse-title {
  font-size: 1.2em;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #E0E1E1;
  padding: 5px 10px;
  color: #777;
  border-radius: 4px;
  display: inline-block;
  background: #EEEFEF;
}
.collapse-title .caret {
  color: #F28F17;
}
.collapsing.serv,
.collapse.serv {
  margin-left: 20px;
}
/* ����������� */
.main-calc {
  margin-top: 50px;
  margin-bottom: 50px;
  /*	background: white;*/

  border: 1px solid #eeefef;
  background: rgba(255, 255, 255, 0.96);
  /*opacity: 0.94;*/

}
#calcbody h1 {
  font-size: 2.1em;
  border-bottom: 1px solid #eeefef;
  line-height: 2em;
}
#calcbody .calc_wrap {
  padding-right: 70px;
  padding-left: 70px;

  padding-bottom: 30px;
  padding-top: 30px;
}

#calcbody  .shortcalc {
  padding-top: 60px;;
}

#calcbody  .shortcalc .calc-result {
	font-size: 2em;
	color: #f39320;
}

#calcbody .calc_wrap.main-calc-block {
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px
}

input[type="number"] {
  text-align: center;
}
input.short {
  width: 110px !important;
  text-align: center;
}
input.short2 {
  width: 60px !important;
}
input.short3 {
  width: 70px !important;
}
input.big {
  font-size: 1.4em;
  height: 46px;
}
#calcbody .calc_wrap .mainoptions {
  padding-top: 23px;
}
label.calclabel {
  font-weight: normal;
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 20px;
}
label.calclabel input {
  margin: 0px 10px;
}
.super {
  vertical-align: super;
}
#calcbody .calc_wrap .pretitle {
  width: 60px;
  display: inline-block;
}
#calcbody .cityblock {
  line-height: 2em;
}
#calcbody .cityblock select {
  font-size: 1.2em;
  height: 46px;
  margin-bottom: 30px;
}
#calcbody .delivery-type-block {
  padding-top: 22px;
  font-size: 1.1em;
}
#calcbody .delivery-type-block .form-group {
  margin-bottom: 0px;
}
#calcbody .delivery-type-block label {
  font-weight: normal;
  cursor: pointer;
}
#calcbody .calc_wrap.btn-row {
  padding-top: 0px;
}
.btn-row .btn {
  border-radius: 0px;
  padding-left: 35px;
  padding-right: 35px;
}
.timehint {
  line-height: 1.8em;
}
.timehint .glyphicon {
  color: #f28f17;
  margin-right: 5px;
  font-size: 1.2em;
  position: relative;
  top: 4px;
}


/* /����������� */
.fullcalc label {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.fullcalc label.form-radio {
  font-size: 1em;
  line-height: 2em;
  margin-right: 20px;
}
.fullcalc label.form-radio span {
  padding-left: 25px;
}
.fullcalc .row + .row {
  padding-top: 10px;
}
.fullcalc:nth-child(odd) {
  background: #f9f9f9;
}
.terminal-data-block {
  display: none;
}
.hide + .terminal-data-block {
  display: block;
}
/*
.fullcalc.itog {
	background: white;
}
*/
.input-title {
  line-height: 2.45em;
}
.input-group-addon {
  background: #f9f9f9;
  font-size: 0.8em;
}
.input-group-addon + input {
  /* font-weight: bold;*/

}
/* results */
/*
.dotted-table tr  {
	border-bottom: 2px dotted @color-grey;
}

.dotted-table tr td {
	border-top: 0px !important;
}
*/
.fullcalc .result-price {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}
.btn-result {
  font-size: 2em;
  padding-left: 30px;
  padding-right: 30px;
}
/* animation calc */
.fullcalc {
  display: none;
}
#calc-price-dock {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  line-height: 2em;
  text-align: center;
  background: white;
  font-size: 2em;
  z-index: 999;
  border: 1px solid #eeefef;
}
/* �������� ������� */
.form-tariff {
  margin-top: 30px;
}
.form-tariff label {
  font-weight: normal;
  margin-right: 10px;
  font-size: 1.2em;
  height: 40px;
  line-height: 45px;
}
.form-tariff select {
  font-size: 1.2em;
  line-height: 1.2em;
  height: 40px;
  margin-right: 10px;
}
.tarif-switcher {
  padding: 20px 0px;
  padding-bottom: 0px;
}
.nav-triffbar {
  font-size: 1.8em !important;
  cursor: pointer;
  display: block;
}
.nav.nav-triffbar > li > a {
  display: inline;
  /*	border: 1px solid @color-grey;*/

  border-bottom: 1px solid #f28f17;
  margin-top: 20px;
  padding: 0px 0px;
  /*	border-radius: 5px;
	color: @color-black;
/*	background: @color-grey;*/

  font-weight: normal;
}
.nav.nav-triffbar .dropdown-toggle {
  border-bottom: 0px;
}
.nav.nav-triffbar .dropdown-toggle .dotted {
  border-bottom: 1px dotted #f28f17;
}
.nav.nav-triffbar .open > a,
.nav.nav-triffbar .open > a:hover,
.nav.nav-triffbar .open > a:focus {
  /* 	background: @color-grey; */

  /*	border: 1px solid @color-grey; */

}
.tariff-description {
  margin-bottom: 20px;
  line-height: 1.8em;
  font-size: 1em;
}
.tariff-description ul li {
  margin-bottom: 10px;
}
.nav.nav-triffbar .dropdown-menu > li > a {
  font-size: 1.6em;
}
.nav.nav-triffbar .caret {
  margin-left: 4px;
  vertical-align: middle;
  border-top-color: #f28f17;
  color: #f28f17;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.tariff-table {
  margin-bottom: 40px;
}
.tariff-table tr td {
  background: #fff;
  text-align: center;
  font-size: 13px;
  padding: 10px 7px !important;
  border: 1px solid #ddd;
}
.tariff-table tr td.nowrap {
  white-space: nowrap;
}

.tariff-table tr td:first-child {
  background: #e9e9e9;
  text-align: left;
  font-weight: bold;
}
.tariff-table tr td:nth-child(even) {
  background: #f9f9f9;
}
/*��������*/
.contacts-row {
  margin-bottom: 60px;
  line-height: 1.6em;
}
.contacts-map {
  height: 350px;
}
.docs-container {
  margin-bottom: 40px;
}
.docs-container .row .docs-block {
  margin-bottom: 20px;
}
.docs-pre {
  margin-top: 20px;
}
a.doc-link {
  color: #364757;
}
a.doc-link span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
a.doc-link:hover {
  color: #536e86;
}
/* doc icons */
a.doc-link:before {
  content: url(../img/icons/icon-default.png);
  display: table-cell;
  width: 42px;
  height: 42px;
}
a.doc-link[href$='.pdf']:before {
  content: url(../img/icons/icon-pdf.png);
}
a.doc-link[href$='.doc']:before,
a.doc-link[href$='.rtf']:before,
a.doc-link[href$='.odt']:before,
a.doc-link[href$='.docx']:before {
  content: url(../img/icons/icon-doc.png);
}
a.doc-link[href$='.xls']:before,
a.doc-link[href$='.xlsx']:before,
a.doc-link[href$='.csv']:before,
a.doc-link[href$='.ods']:before {
  content: url(../img/icons/icon-xls.png);
}
a.doc-link[href$='.zip']:before,
a.doc-link[href$='.rar']:before {
  content: url(../img/icons/icon-zip.png);
}
.lk-margin {
  padding-bottom: 30px;
}
.left-col {
  margin-top: 30px;
}
.nav-lk {
  background: #eeefef;
}
.nav-lk a {
  background: #eeefef;
  color: #555555;
  border-radius: 0px;
}
.nav-lk li:hover a,
.nav-lk li.active a,
.nav-lk li.active a:hover,
.nav-lk li.active a:focus {
  background: #eeefef !important;
  color: #555555;
}
.nav-lk li + li {
  border-top: 1px solid #d9d9d9;
}
.nav-lk li.active a {
  font-weight: bold;
}
.lk-manager-contacts {
  margin-top: 10px;
}
/* ����������� */
.lk-login-adv-buttons {
  margin-top: 20px;
}
.lk-login-adv-buttons a + a {
  margin-left: 20px;
}
.lk-body .breadcrumb {
  padding-left: 0px;
}
.lk-body h1 {
  margin-top: 5px;
}
.lk-hr {
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eeefef;
}
.lk-rlink {
  padding-top: 20px;
}
.lk-neworder-btn {
  position: absolute;
  right: 0px;
  top: 40px;
}
.order-table tr th {
  background: #eeefef;
  font-weight: normal;
}
#calcbody.lk-calc .calc_wrap {
  padding: 0px;
}
#calcbody.lk-calc .delivery-type-block {
  margin-top: 0px;
  padding-top: 0px;
}
#calcbody.lk-calc .cityblock .form-group {
  margin-bottom: 0px;
}
#calcbody.lk-calc .calc_wrap {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eeefef;
}
#calcbody.lk-calc .calc_wrap .row + .row {
  margin-top: 10px;
}
#calcbody.lk-calc .input-group .input-group-addon {
  font-size: 0.7em;
}
#calcbody.lk-calc .input-group .form-control {
  font-size: 0.7em;
}
.fullcalc.lk-calc {
  display: block;
  background: transparent;
}
#calcbody.lk-calc .calc_wrap .mainoptions {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #eeefef;
  height: 90px;
  margin-bottom: 20px;
}
#calcbody.lk-calc .calc_wrap .mainoptions .pretitle {
  margin-right: 10px;
}
#calcbody.lk-calc .delivery-type-block .row + .row {
  margin-top: 0px;
  padding-top: 0px;
}
.showur_2 {
  display: none;
}
.showfiz_1 {
  display: none;
}


.static_page p,
.static_page ol,
.static_page ul {
	line-height: 2em;
}


.footer-map {
	margin-top: 20px;
	height: 520px;
	background: white;
	/*border-top: 1px solid #eeefef;*/
}
.contact-block {
	background: white;
	height: 520px;
}

.footer-map-block {
	padding-left: 30px;
	padding-right: 0px;
}

#fmap {
	width: 100%;
	height: 520px;
}

.city-scroller {
	max-height: 430px;
	overflow-y: auto;
	margin-left: 0px;
}

.contact-block .terminal-row {
	margin-bottom: 10px;
}

.filterbox {
	padding: 10px 0px;
}



/* step bar */
.stepper {
	padding: 0px;
	display: table;
	width: 100%;
}
.stepper li {
	display: table-cell;
	text-align: center;
	font-size: 1.1em;
	line-height: 2em;
	height: 2em;
	/*border-bottom: 1px solid #364757;*/
	color: #d4c9c9;

}

.stepper li + li {
	border-left: 1px solid #364757;

}
.stepper li.past {
	background: #364757;
	color: white;
	border: 1px solid #364757;
}


.stepper li.past a {
	color: white;
}

.stepper li.past + li.past {
	border-left: 1px solid #d4c9c9;
}

.stepper li.current {
	background: #FF8300;
	border: 1px solid #FF8300;
	border-left: 1px solid #d4c9c9;
	color: white;
}


/* /step bar */

.calcform label {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.calcform label.form-radio {
  font-size: 1em;
  line-height: 2em;
  margin-right: 20px;
}
.calcform label.form-radio span {
  padding-left: 25px;
}

.calcform .row + .row {
  padding-top: 10px;
}

.calcform {
	padding-bottom: 30px;
}

.show_0 {
	display: none;
}

/* big footer */


/* big footer */

.footer-terminals .footer-terminal  {
	line-height: 1.7em;
}
.footer-terminals .footer-terminal + .footer-terminal {
	margin-top: 10px;
}

.footer-terminals .footer-terminal + h4 {
	margin-top: 20px;
}

.footer h4 {
	font-size: 20px;
}

.footer ul {
	list-style-type: none;
	padding-left: 0px;
}

.input-feature {
  border: 0!important;
  font-size: 0!important;
  height: 0!important;
  line-height: 0!important;
  opacity: 0!important;
  padding: 0!important;
  position: absolute!important;
  right: 0!important;
  top: 0!important;
  width: 0!important;
}


@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }

  #header #right-contacts .row {
    font-size: 1em;
  }

    #header #right-contacts .phone {
        font-size: 1.1em;
    }

    #header #right-contacts .cityChange {
      font-size: 1.2em;
      line-height: 1em;
    }

  #header #right-contacts .dropdown-menu {
    font-size: 1.2em;
  }

    #mainmenu .dropdown:not(.active) ul a {
        color: white;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

  #calcbody .calc_wrap .pretitle {
    width: 82px;
  }

  #calcbody .calc_wrap .mainoptions {
    padding-top: 0px;
  }

  #calcbody .delivery-type-block {
    padding-top: 0px;
  }

  #calcbody  .shortcalc {
    padding-top: 20px;
  }

  #header .top-slogan {
      height: auto;
      margin-top: 0px;
      margin-bottom: 10px;
      line-height: 1.1em;
      font-size: 1.1em;
  }

  #mainmenu a.navbar-brand {
    color: #f28f17;
    font-size: 30px;
    line-height: 0.5em;
    padding-top: 10px;
  }

  .navbar-brand span {
    color:  white;
    font-size: 14px;
  }

  .navbar-brand img {
    height: 30px;
  }

  #calcbody [type="submit"].btn-result {
    position: fixed;
    left: 50%;
    bottom: 5px;
    z-index: 9999;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.3em;
    padding-left: 15px;
    padding-right: 15px;
    line-height: inherit!important;
  }

  .table-scroll-notify {
    font-style: italic;
    font-size: 12px;
    color: #777;
  }

}

@media (max-width: 424px) {
  .form-start .mainoptions .calclabel {
    width: 49%;
  }

  #calcbody h1 {
    font-size: 1.5em;
    border-bottom: 1px solid #eeefef;
    line-height: 1.2em;
  }
}

.static_page img {
    max-width: 100%;
}

#mainmenu .navbar-toggle .icon-bar {
  transform-origin: 1px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#mainmenu .navbar-toggle .icon-bar:first-child {

}

#mainmenu .navbar-toggle .icon-bar:nth-last-child(2) {
  transform-origin: 50% 50%;
}

#mainmenu .navbar-toggle:not(.collapsed) .icon-bar {
  opacity: 1;
  transform: rotate(45deg) translate(1.5px, -0.5px);
}

#mainmenu .navbar-toggle:not(.collapsed) .icon-bar:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#mainmenu .navbar-toggle:not(.collapsed) .icon-bar:last-child {
  transform: rotate(-45deg) translate(0px, 0px);
}

#order-status-form button span {
  font-size:0.9em;
}

#order-status-form input::placeholder {
  font-size:0.9em;
}

#order-status-form input::placeholder {
  font-size:0.9em;
}

#header-block {
  background-color:#f39320;
  color:#ffffff;
  padding-top:10px;
  padding-bottom:10px;
}

#header-block a {
  color:#ffffff;
  text-decoration: underline;
}
/*** New styles 2024 ***/
.no-href-logo {
	font-size: 0.67em;
    text-align: center;
    color: #364757;
    line-height: 25px;
}
.like-h4 {
	margin-top: 10px;
    margin-bottom: 10px;
	font-size: 20px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.dropdown.open a {
	color: #555555 !important;
}
.dropdown-container {
	display: none;
}
@media (max-width: 767px) {
.dropdown-container {
	width: 50%;
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    height: 40px;
	display: block;
}
.dropdown-toggle.dropdown-container .caret {
	display: inline-block;
    width: 6px;
    height: 5px;
    margin-left: 2px;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #FFF;
    float: right;
    cursor: pointer;
    margin-top: 19px;
}
.dropdown-toggle .caret {
	display: none;
}
.dropdown.active .dropdown-toggle.dropdown-container .caret {
    color: #555;
}
}
.nav > li:hover {
    background-color: #fff;
}
.nav > li:hover * {
    color: black !important;
}

/** инфогарфика **/
.inf-order-wrap
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 107px;
}
.inf-order-wrap .inf-column
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inf-header
{
	color: #FF8C14;
	text-align: center;
	font-size: 18px;
	line-height: normal;
}
.inf-text
{
	color: #555;
	text-align: center;
	font-size: 15px;
	line-height: normal;
	margin-top: 4px;
}
.inf-img
{
	/*width: 160px;*/
    height: 136px;
}
.inf-img img 
{
    width: 100%;
    height: 100%;
}
.inf-text.text-bigger
{
	font-size: 17px;
}
.inf-main-header
{
  font-size: 30px;
  font-style: normal;
  text-align: center;
  margin-top: 64px;
}
.like-h1-calc {
    font-size: 2.1em;
    border-bottom: 1px solid #eeefef;
    line-height: 2em;
}
@media (max-width: 999px) 
{
.inf-order-wrap 
{
   justify-content: center !important;
   flex-direction: column;
   align-items: center;
   margin-bottom: 68px;
}
.inf-order-wrap .inf-column 
	{
    margin-bottom: 32px;
	}
}

/**footer**/
.footer-n
{
	display: flex;
	/*padding: 20px 375px 0px 375px;*/
	padding: 20px;
	justify-content: center;
	align-items: center;
	background: #F5F5F5;
	flex-direction: column;
   	width: 100%;
	margin-bottom: -33px;
}
.footer-content
{
	display: flex;
	padding: 40px 0px;
	justify-content: space-between;
	align-items: flex-start;
}
.right-block
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
}
.fotter-left-block
{
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
 }
.footer-column-left
{
	display: flex;
	flex-direction: row;
}
.footer-column-left .left-block:first-child 
{
	margin-right: 121px;
}
.footer-column-left .left-block
{
	margin-bottom: 28px;
	flex-direction: column;
	margin-right: 191px;
}
.footer-n .text-header
{
	color: #555;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.left-block ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.left-block ul li
{
	margin-bottom: 12px;
	color: #555;
	font-size: 16px;
}
.left-block ul li:last-child
{
	margin-bottom: 0px;
}
.left-content:not(:first-child)
{
	margin-top: 28px;
}
.left-content ul li a 
{
	color: #555;
}
.left-content ul li a:hover
{
	color: #bc6b0a;
    text-decoration: underline;
}
.right-content {
	margin-bottom: 28px;
}
.footer-icon-left
{
	margin-right: 8px;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
}
.footer-icon-left img
{
	width: 100%;
}

.footer-icon-right
{
	margin-left: 12px;
	width: 28px;
	height: 28px;
}
.footer-icon-left img
{
	width: 100%;
}
.right-content .footer-icon-text:not(:last-child) 
{
	margin-bottom: 12px;
}
.footer-icon-text
{
	display: flex;
	align-items: center;
}
.text-start 
{
	display: flex;
	align-items: flex-start;
}
.footer-text
{
	color: #555;
	font-size: 16px;
}
.footer-text-bold
{
	font-size: 18px;
	color: #555;
	font-weight: bold;
}
.footer-last-line {
	padding: 20px 0px;
}
@media (max-width: 1130px) 
{
.footer-content
{
   flex-direction: column;
}
.footer-n 
{
	width: 100% !important;
	padding: 20px 10px 0px 10px !important;
}
.footer-column-left 
{
    flex-direction: column;
}
.footer-last-line {
    width: 256px;
}
}

/** header **/
/*@media (min-width: 1200px) 
{
.container.top-container 
{
    width: 1216px;
}
}*/
@media (min-width: 760px) 
{
.top-n 
{
    display: flex !important;
	justify-content: space-between;
}
}
.navbar-collapse.collapse.top-n ul 
{
	float: none !important;
}
.head-second 
{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 80px;
	margin-right: 10px;
}
.head-second form
{
	margin-bottom: 0px;
}
.head-second button  {
	border-radius: 4px;
	height: 32px;
	border: 1px solid #FFF;
	display: inline-flex;
	padding: 8px 19px;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 14px;
	background-color: rgb(54, 71, 87, 0);
}
/** top-main **/
@media (min-width: 1002px) 
{
	.top-city .top-icon-left:first-child  
	{
	display: none;
	}
	.top-terminal-wrap .top-icon-left:first-child  
	{
	display: block;
	}
}
@media (max-width: 1200px) and (min-width: 767px)
{
    #header {
        margin-top: 102px !important;
    }
	
	#header.header-nmain 
	{
		margin-top: 143px !important;
	}
}
@media (max-width: 1001px) 
{
.main-head-wrap
{
	flex-direction: column;
	justify-content: center !important;
	align-items: center  !important;
	font-family: "'ROBOTO'";
}
.top-city .top-icon-left:first-child  
	{
	display: block;
	}
	.top-terminal-wrap .top-icon-left:first-child  
	{
	display: none;
	}
.top-palce-wrap 
{
	justify-content: center;
    flex-direction: row !important;
}
.top-palce-wrap div:not(:last-child) 
{
	margin-right: 12px;
}
.logo-wrap 
{
	display: none !important;
}

}

@media (min-width: 1001px) 
{
	#header
	{
		margin-top: 60px;
	}
	
	#header.header-nmain 
	{
		margin-top: 81px;
	}
}

@media (max-width: 1001px) 
{

#header .top-slogan 
{
	margin-bottom: 12px !important;
	text-align: center;
}

}


@media (max-width: 1200px) 
{
#header
{
	margin-top: 47px;
}
.margin-sun 
{
    margin-top: 80px !important;
}

}
.navbar-toggle .icon-bar {
    width: 18px !important;
    background-color: #fff !important;
}
.main-head-wrap 
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-family: 'Roboto' !important;
}
.top-text-wrap 
{
	display: flex;
	padding: 10px;
	justify-content: center;
	align-items: center;
	/*border-radius: 4px;
	border: 1px solid #FF8C14;*/
}
.top-icon-left
{
	margin-right: 8px;
	width: 24px;
	height: 24px;
}
.top-contact:not(:last-child) {
	margin-bottom: 16px;
}
.top-icon-wrap
{
	display: flex;
	align-items: stretch;
}
.top-icon-left img
{
	width: 100%;
}
.contact-tel a 
{
	color: #555;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.contact-email a
{
	color: #555;
	font-size: 16px;
	text-decoration: none;
}
.top-loc 
{
    color: #F39320;
	font-size: 20px;
	text-decoration-line: underline;
}
.top-terminal-wrap 
{
	margin-top: 13px;
}
.top-terminal-text 
{
	color: #555;
	font-size: 18px;
}
.top-terminal-text a
{
	color: #FF8C14;
	text-decoration-line: underline;
}
.top-palce-wrap 
{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.top-contacts-wrap 
{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.logo-wrap 
{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.logo-img img
{
	width: 201px;
	height: 59px;
	margin-bottom: 8px;
}
.logo-img img
{
	width: 100%;
}
.logo-text 
{
	font-size: 12px;
}
.dropdown-menu
{
	top: unset !important;
	left: unset !important;
}
.caret.caret-top {
	margin-left: 5px;
    border-top: 9px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
	margin-bottom: 4px;
}
/*service*/

@media (min-width: 1001px) and (max-width: 1200px)
{
	
.serv-table
{
	justify-content: center !important;
	width: 100% !important;
}

}

@media (max-width: 1001px)
{
	
.serv-table
{
	justify-content: center !important;
	width: 100% !important;
}
.serv-table>div:not(:last-child) 
{
	margin-bottom: 23px;
	margin-right: 0px !important;
}
.serv-wrap 
{
	width: 100% !important;
}

.serv-bt div {
	width: 298px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
}

@media (min-width: 1100px)
{
	
.serv-table
{
	justify-content: center !important;
}

}

.serv-wrap a 
{
	color: #fff;
}

.serv-table {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 103%;
	margin-bottom: 64px;
}

.serv-table.wide-tb {
	width: 108%;
	justify-content: flex-start !important;
	margin-top: 68px;
}
.serv-wrap.about-tb {
	justify-content: center;
    align-items: center;
}
.serv-table.wide-tb>div {
	margin-bottom: 24px;
}
.serv-table>div.serv-mid:not(:nth-child(3n)) 
{
	margin-right: 24px;
}

.serv-table>div:not(:last-child) 
{
	margin-right: 19px;
}

h2.serv-title {
    margin-bottom: 48px;
    text-align: center;
}
.serv-wrap {
	display: flex;
	flex-direction: column;
	width: 377px;
	padding: 24px;
	justify-content: space-between;
	align-items: flex-start;
	flex-shrink: 0;
	align-self: stretch;
	border-radius: 4px;
	height: 315px;
}

.serv-wrap.serv-mid 
{
	width: 381px;
    height: 239px;
}

.serv-wrap {
	color: #FFF;
}
.serv-bt {
	display: flex;
	flex-direction: row;
	align-self: stretch;
}
.serv-head {
	font-size: 26px;
	margin-bottom: 16px;
	align-self: stretch;
}
.serv-text {
	font-size: 16px;
	line-height: 20px;
}
.serv-price {
	font-size: 21px;
	margin-bottom: 24px;
}
.serv-bt div {
	width: 330px;
	padding: 12px;
	border-radius: 4px;
	text-align: center;
	height: 42px;
}
.text-area {
	display: flex;
	flex-direction: column;
}
.serv-bt div:first-child {
	margin-right: 12px;
}
.serv-bt-application {
	background: #FF8C14;
}
.serv-bt-more 
{
	border: 2px solid #FFF;
	background: rgba(255, 255, 255, 0.20);
}

.express 
{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/tran-msk.jpg") lightgray 50% / cover no-repeat;
}

.tran-msk 
{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/serv-1.jpg") lightgray 50% / cover no-repeat;
}

.cargo {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/serv-2.jpg") lightgray 50% / cover no-repeat;
}

.vacancy-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/vacancy.jpg") lightgray 50% / cover no-repeat;
}

.oplata-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/oplata.jpg") lightgray 50% / cover no-repeat;
}
.euro-f-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/euro-f.jpg") lightgray 50% / cover no-repeat;
}
.ford-trns-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/ford-trns.jpg") lightgray 50% / cover no-repeat;
}
.spb-msk-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/spb-msk.jpg") lightgray 50% / cover no-repeat;
}
.msk-spb-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/msk-spb.jpg") lightgray 50% / cover no-repeat;
}
.ill-spb-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/spbitm.jpeg") lightgray 50% / cover no-repeat;
}
.ill-spb-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/spbitm.jpeg") lightgray 50% / cover no-repeat;
}
.one-spb-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/spb-2.jpeg") lightgray 50% / cover no-repeat;
}
.krasnodar-spb-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/krasnodar.jpeg") lightgray 50% / cover no-repeat;
}
.rostov-spb-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/rostov.jpeg") lightgray 50% / cover no-repeat;
}
.medecina-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/medecina.jpg") lightgray 50% / cover no-repeat;
}
.bad-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/bad.jpg") lightgray 50% / cover no-repeat;
}
.tnp-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/tnp.jpg") lightgray 50% / cover no-repeat;
}
.odejda-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/odejda.jpg") lightgray 50% / cover no-repeat;
}
.stroitelny-material-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/stroitelny-material.jpg") lightgray 50% / cover no-repeat;
}
.hoz-tovary-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/hoz-tovary.jpg") lightgray 50% / cover no-repeat;
}

.igrushki-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/igrushki.jpg") lightgray 50% / cover no-repeat;
}
.rashod-mat-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/rashod-mat.jpg") lightgray 50% / cover no-repeat;
}
.byt-tech-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/byt-tech.jpg") lightgray 50% / cover no-repeat;
}
.avto-chasti-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/avto-chasti.jpg") lightgray 50% / cover no-repeat;
}
.santechnik-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/santechnik.jpg") lightgray 50% / cover no-repeat;
}
.banya-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/banya.jpg") lightgray 50% / cover no-repeat;
}
.tkani-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/tkani.jpg") lightgray 50% / cover no-repeat;
}
.mail-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/mail-bg.jpg") lightgray 50% / cover no-repeat;
}
.post-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/post-bg.jpg") lightgray 50% / cover no-repeat;
}
.doc-bg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/doc-bg.jpg") lightgray 50% / cover no-repeat;
}
.bank {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/bank.jpg") lightgray 50% / cover no-repeat;
}
.exib {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/exib.jpg") lightgray 50% / cover no-repeat;
}
.gas {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/gas.jpg") lightgray 50% / cover no-repeat;
}
.gas {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/gas.jpg") lightgray 50% / cover no-repeat;
}
.polyg {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/polyg.jpg") lightgray 50% / cover no-repeat;
}
.server {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/server.jpg") lightgray 50% / cover no-repeat;
}
.store {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/store.jpg") lightgray 50% / cover no-repeat;
}
.sales {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/sales.jpg") lightgray 50% / cover no-repeat;
}
.refrig {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/refrig.jpg") lightgray 50% / cover no-repeat;
}
.heating {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/heating-eq.jpeg") lightgray 50% / cover no-repeat;
}
.enging {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/motor-eq.jpeg") lightgray 50% / cover no-repeat;
}
.sovenr {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/sovenirs.jpeg") lightgray 50% / cover no-repeat;
}
.pvh-boat {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/pvh-boat.jpeg") lightgray 50% / cover no-repeat;
}
.per-books {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/per-books.jpeg") lightgray 50% / cover no-repeat;
}
.per-shkapys {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/shkapys.jpeg") lightgray 50% / cover no-repeat;
}
.per-obuv {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/obuv.jpeg") lightgray 50% / cover no-repeat;
}
.per-remni {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/remni.jpeg") lightgray 50% / cover no-repeat;
}
.per-sumki {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/sumki.jpeg") lightgray 50% / cover no-repeat;
}
.per-stufs {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/stuff.jpeg") lightgray 50% / cover no-repeat;
}
.per-vent {
	background: url("/img/Vent.jpg");
}
.per-tools {
	background: url("/img/Tools.jpg");
	background-position: center;
}
.per-office {
	background: url("/img/Office.jpg");
	background-position: center;
}
.per-moto {
	background: url("/img/moto.jpg");
	background-position: center;
}
.per-mach-tools {
	background: url("/img/Mach-tools.jpg");
}
.per-housitm {
	background: url("/img/housitm.jpg");
	background-position: center;
}
.per-furnit {
	background:  url("/img/furnit.jpg");
}
.per-foodsp {
	background: url("/img/Foodsp.jpg");
}
.per-cabels {
	background: url("/img/Cabels.jpg");
}
.per-metal-pack {
	background: url("/img/metal-pack.jpg");
}
.per-office-equ {
	background: url("/img/office-equ.jpg");
}
.per-sport-eq {
	background: url("/img/sport-eq.jpg");
}
.per-adertas-prod {
	background: url("/img/adertas-prod.jpg");
}
.per-emer-eq{
	background: url("/img/adertas-prod.jpg");
}
.per-chair-eq {
	background: url("/img/chairs.jpg");
}
.per-safe-eq {
	background: url("/img/safe.jpg");
}
.per-racks-eq {
	background: url("/img/racks.jpg");
}
.per-matras-eq {
	background: url("/img/matras.jpg");
}
.per-tennis-tabl-eq {
	background: url("/img/tennis-tabl.jpg");
}
.per-conditioner-eq {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/cond.jpg") lightgray 50% / cover no-repeat;
}
.per-dishwasher-eq {
	background: url("/img/dishwasher.jpg");
}
.per-oven-eq {
	background: url("/img/oven.jpg");
}
.per-washingmachine-eq {
	background: url("/img/washingmachine.jpg");
}
.per-waterheater-eq {
	background: url("/img/waterheater.jpg");
}
.per-other-eq {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url("/img/other-1.jpg") lightgray 50% / cover no-repeat;
}

.per-barrels-eq {
	background: url("/img/barrels.jpg");
}
.per-doors-eq {
	background: url("/img/doors.jpg");
}
.per-buggy-eq {
	background: url("/img/buggy.jpg");
}
.per-drys-eq {
	background: url("/img/drys.jpg");
}
.per-floors-eq {
	background: url("/img/floors.jpg");
}
.per-hydrocyck-eq {
	background: url("/img/hydrocyck.jpg");
}
.per-ladders-eq {
	background: url("/img/ladders.jpg");
}
.per-quadracyck-eq {
	background: url("/img/quadracyck.jpg");
}
.per-shkafy-eq {
	background: url("/img/shkafy.jpg");
}
.per-tumbs-eq {
	background: url("/img/tumbs.jpg");
}
@media (max-width: 1200px) and (min-width: 1001px)
{
.cargo 
{
	margin-right: 414px;
    margin-top: 20px;
}
}

/*form*/

.cta-form-cntainer
{
	height: 320px;
	display: inline-flex;
	align-items: center;
	background: #201C2B;
	width: 100%;
	justify-content: flex-end;
	margin-top: 80px;
}
.cta-image 
{
	background: url("/img/car-bn.jpg");
	height: 100%;
	width: 100%;
	align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
}

.cta-content 
{
	padding-top: 29px;
	display: inline-flex;
	width: 670px;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding-left: 33px;
}

.cta-form-text-area 
{
	margin-top: 16px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.cta-form-input-area 
{
	margin-bottom: 16px;
	display: flex;
	align-items: flex-start;
}

.cta-confidential-area 
{
	margin-bottom: 32px;
	color: #fff;
}
.cta-header 
{
font-size: 37px;
}
.cta-text 
{
margin-top: 46px;
}
.cta-text-line div:first-child {
    margin-right: 12px;
}
.cta-text-line {
    display: flex;
    margin-bottom: 28px;
	align-items: center;
	font-size: 16px;
}
.cta-content-wrap 
{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: flex-start;
	/*padding-right: 187px;*/
}

.cta-form-cntainer.banner-mob  
{
	display: none !important;
}

@media (min-width: 1500px) 
{
	.cta-form-cntainer 
	{
		justify-content: center !important;
	}
	.cta-image 
	{
		width: 1134px;
	}
}
@media (min-width: 504px) 
{
	.cta-form-cntainer.banner-mob 
	{
		height: 1000px !important;
	}
}
@media (max-width: 364px) 
{
	.cta-form-cntainer 
	{
		height: 555px !important;
	}
	.cta-form-cntainer.banner-mob 
	{
		height: 626px !important;
	}
}
@media (max-width: 1001px) 
{
	.header-main
	{
		text-align: center;
	}
}

@media (max-width: 1001px) 
{
	.cta-form-text-area 
	{
		margin-top: 0px !important;
	}
	
	.cta-form-cntainer:not(.banner-mob)
	{
		/*display: none;*/
	}
	.cta-text 
	{
		margin-top: 30px !important;
	}
	
	.cta-header 
	{
		font-size: 30px !important;
	}
	
	.cta-text-line 
	{
		margin-bottom: 23px !important;
	}
	
	.cta-image 
	{
		background: url(/img/mpb-bannder.png) !important;
		background-size: contain !important;
	}
	
	.cta-form-cntainer.banner-mob
	{
		display: none !important;
		flex-direction: column;
		justify-content: space-evenly;
	}
	
	.cta-image-mob
	{
		width: 100%;
		height: 330px;
	}
	.cta-image-mob img 
	{
		width: 100%;
	}
	.cta-header 
	{
		text-align: center;
	}
	.cta-confidential-area 
	{
		text-align: center;
		font-size: 14px;
	}
	.cta-form-cntainer 
	{
		height: 308px !important;
	}
	.cta-content 
	{
		padding-left: 0px !important;
		align-items: center;
		padding-right: 16px;
        padding-left: 16px !important;
		padding-top: 40px !important; 
	}
	.cta-form-text-area 
	{
		align-items: center !important;
	}
	.cta-content-wrap 
	{
		padding-right: 0px !important;
		justify-content: center !important;
	}
	.cta-form-input-area 
	{
		flex-direction: column;
		margin-bottom: 8px !important;
	}
	.cta-form-input-fieled:last-child 
	{
		margin-left: 0px !important;
	}
	.cta-form-input-area div:first-child 
	{
		margin-bottom: 8px;
	}
	.cta-form-input-area 
	{
		width: 100%;
	}
	.cta-form-input-fieled 
	{
		width: 100%;
	}
	.cta-image 
	{
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/form-img-1.jpg);
    background-size: cover;
    background-position: right;
	}
}

@media (max-width: 999)
{
	.serv-table
	{
		justify-content: center !important;
	}
}

.like-h3 {
	font-size: 24px;
	margin-top: 20px;
    margin-bottom: 10px;
	font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.inactive {
	display: none;
}
/* info */
.dg-big-orange {
	font-size: 72px;
	color: #F39320;
	line-height: 61px;
	font-weight: 400;
	font-family: Righteous;
}
.dg-top-text-wrap {
	display: flex;
    align-items: flex-end;
    gap: 12px;
}
.dg-sub-text {
	font-size: 17px;
	line-height: 20px;
	text-align: center;
}
.dg-text {
	font-size: 22px;
	line-height: 20px;
}
.dg-item {
	background-color: #5555550F;
	width: 332px;
	height: 156px;
	border-radius: 12px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.dg-wrap {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	flex-direction: column;
	margin-top: 44px;
	margin-bottom: 48px;
}
.dg-text-box {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
.dg-wrap-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.dg-wrap-col-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 96px;
}

@media (max-width: 1200px)
{
	.dg-wrap-col
	{
		gap: 40px;
		flex-direction: column;
		align-items: center;
	}
	.dg-wrap-col-center {
		gap: 40px;
		flex-direction: column;
		align-items: center;
}
}

.inactive {
	display: none;
}
.tel-header-container {
	background-color: #fff;
	width: 336px;
	height: 143px;
	border-radius: 8px;
	box-shadow: 0px 0px 8px #00000029;
	padding-top: 20px;
	padding-right: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
	gap: 20px;
    justify-content: space-between;
	position: absolute;
    top: 121.8px;
    left: 48vw;
	z-index: 99999;
}
.tel-line-cont {
    height: 21px;
}
span.tel-city {
    margin-right: 14px;
}
span.tel-phone {
    font-weight: bold;
}
span.drop-tel {
	color: #F39320;
	transform: rotate(0deg);
	margin-top: 6px;
}
span.drop-tel-down {
	transform: rotate(180deg);
}
.tel-act {
	display: flex;
}
.tel-hidden {
	display: none;
}
.drop-tel:hover {
	cursor: pointer;
}
.contact-tel.drop-tel {
    font-weight: 600;
}
.tel-phone > a {
    color: #555555;
}
@media (max-width: 500px)
{
.tel-header-container {
	top: 161.8px;
    left: 5vw;
}
}