@charset "UTF-8";
@media screen and (min-width: 1px) and (max-width: 640px) {
  .caret {
    border-width: 0.3em 0.3em 0 0.3em; }
  .dropdown-menu {
    padding: 0.4em; }
    .dropdown-menu > li > a {
      padding-top: 0.25em;
      padding-bottom: 0.25em; } }

.hamburger-icon {
  width: 75px;
  height: 54px;
  position: relative;
  display: block;
  z-index: 1000;
  border-bottom: 0; }
  .hamburger-icon .line {
    display: block;
    background: #e5003d;
    width: 75px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 1.5px;
    -webkit-transition: opacity .2s, -webkit-transform 0.4s;
    transition: opacity .2s, -webkit-transform 0.4s;
    -o-transition: transform 0.4s, opacity .2s, -o-transform 0.4s;
    transition: transform 0.4s, opacity .2s;
    transition: transform 0.4s, opacity .2s, -webkit-transform 0.4s, -o-transform 0.4s; }
    .hamburger-icon .line.line-1 {
      top: 0; }
    .hamburger-icon .line.line-2 {
      top: 22px; }
    .hamburger-icon .line.line-3 {
      bottom: 0; }
  .hamburger-icon.active .line.line-1 {
    -webkit-transform: translateY(18px) translateX(0) rotate(45deg);
        -ms-transform: translateY(18px) translateX(0) rotate(45deg);
         -o-transform: translateY(18px) translateX(0) rotate(45deg);
            transform: translateY(18px) translateX(0) rotate(45deg); }
  .hamburger-icon.active .line.line-2 {
    opacity: 0; }
  .hamburger-icon.active .line.line-3 {
    -webkit-transform: translateY(-27px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-27px) translateX(0) rotate(-45deg);
         -o-transform: translateY(-27px) translateX(0) rotate(-45deg);
            transform: translateY(-27px) translateX(0) rotate(-45deg); }

.btn {
  padding: 9px 10px;
  font-size: 12px; }
  .btn:focus, .btn:active {
    outline: none !important; }
  .btn-primary {
    width: 100%;
    font-size: 35px;
    font-weight: bold; }
    .btn-primary:hover {
      background: #441b91; }
    .btn-primary:focus, .btn-primary:active {
      background: #291255; }
    @media screen and (min-width: 992px) {
      .btn-primary {
        width: auto;
        font-size: 12px; } }
  .btn-secondary {
    width: 100%;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    background: #e30046; }
    .btn-secondary:hover {
      color: #fff;
      background: #b3002b; }
    .btn-secondary:focus, .btn-secondary:active {
      color: #fff;
      background: #e30046; }
    @media screen and (min-width: 992px) {
      .btn-secondary {
        width: auto;
        font-size: 12px; } }
  .btn-ghost {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    border-width: 2px;
    border-color: #ffffff;
    border-style: solid; }
    .btn-ghost:hover {
      color: #212029;
      background: #fff; }
  .btn-service {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: bold;
    display: inline; }
    .btn-service:hover {
      color: #FFFFFF; }
  .btn-default {
    color: #1c1a25;
    font-weight: bold;
    border: 2px solid #cccccc; }
    .btn-default:hover {
      border-bottom-width: 2px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .btn.search-page-submit {
      margin-top: 30px; } }

.social {
  display: inline-block;
  background: #f2f2f2;
  font-family: "pek" !important;
  font-size: 40px;
  border-radius: 16px; }
  @media screen and (min-width: 992px) {
    .social {
      font-size: 14px;
      border-radius: 6px; } }
  .social.vk {
    color: #4a74a5; }
    .social.vk:hover {
      color: #678ebb; }
  .social.fb {
    color: #39579a; }
    .social.fb:hover {
      color: #4a6dbc; }
  .social.yt {
    color: #d1321e; }
    .social.yt:hover {
      color: #e3513f; }
  .social:hover {
    background: #d9d9d9; }

.info-link {
  display: inline-block;
  color: #212029;
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #e3e3e6;
  text-decoration: none;
  -webkit-transition: border-bottom-color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  -o-transition: border-bottom-color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  transition: border-bottom-color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  margin-bottom: 10px; }
  .info-link:hover, .info-link:focus, .info-link:active, .info-link.active {
    border-bottom: 1px solid transparent !important;
    text-decoration: none;
    color: inherit; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .info-link {
      font-size: 30px;
      margin-bottom: 70px;
      line-height: 1.5;
      display: inline; } }

.full-button {
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 -40px -50px -40px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #252526;
  -webkit-transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  -o-transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  border-top: 1px solid #ebebeb;
  text-transform: uppercase; }
  .full-button:hover, .full-button:focus, .full-button:active, .full-button.active {
    text-decoration: none;
    color: #FF0046;
    box-shadow: inset 3.5px 6.1px 15px rgba(0, 10, 8, 0.07); }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .full-button {
      font-size: 32px;
      height: 120px;
      line-height: 120px; } }

.print {
  color: #371a70;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 0; }
  .print:before {
    font-family: pek;
    content: 'G';
    padding-right: 10px;
    font-size: 22px;
    color: #cbcbc9;
    vertical-align: middle; }
  .print:hover, .print:focus, .print:active, .print.active {
    text-decoration: none; }

a.primary-c {
  color: #FF0046 !important;
  border-bottom: 1px solid #e3e3e3 !important;
  text-decoration: none !important; }
  a.primary-c:hover {
    color: #FF0046 !important;
    border-bottom: 1px solid transparent !important; }

@font-face {
  font-family: "pek";
  src: url("/fonts/pek.eot");
  src: url("/fonts/pek.eot?#iefix") format("embedded-opentype"), url("/fonts/pek.woff") format("woff"), url("/fonts/pek.ttf") format("truetype"), url("/fonts/pek.svg#pek") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "pek" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "pek" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-calc:before {
  content: "a"; }

.icon-calendar:before {
  content: "b"; }

.icon-checkbox:before {
  content: "c"; }

.icon-checklist:before {
  content: "g"; }

.icon-collapse:before {
  content: "E"; }

.icon-cross:before {
  content: "x"; }

.icon-expand:before {
  content: "e"; }

.icon-fb:before {
  content: "f"; }

.icon-mail:before {
  content: "m"; }

.icon-phone:before {
  content: "p"; }

.icon-preview:before {
  content: "S"; }

.icon-request:before {
  content: "6"; }

.icon-rub:before {
  content: "r"; }

.icon-search:before {
  content: "s"; }

.icon-sms:before {
  content: "7"; }

.icon-time:before {
  content: "h"; }

.icon-vk:before {
  content: "v"; }

.icon-youtube:before {
  content: "y"; }

.icon-right:before {
  content: "d"; }

.icon-left:before {
  content: "i"; }

.icon-assemble:before {
  content: "j"; }

.icon-auto:before {
  content: "k"; }

.icon-avia:before {
  content: "l"; }

.icon-full:before {
  content: "n"; }

.icon-hr:before {
  content: "o"; }

.icon-inner-control:before {
  content: "q"; }

.icon-take:before {
  content: "t"; }

.icon-insurance:before {
  content: "u"; }

.icon-train:before {
  content: "w"; }

.icon-cargo:before {
  content: "z"; }

.icon-pack:before {
  content: "A"; }

.icon-pallette:before {
  content: "B"; }

.icon-delivery:before {
  content: "C"; }

.icon-doc-return:before {
  content: "D"; }

.icon-pin:before {
  content: "F"; }

.icon-print:before {
  content: "G"; }

.icon-t-check:before {
  content: "H"; }

.icon-direction:before {
  content: "I"; }

.icon-house:before {
  content: "J"; }

.icon-take-1:before {
  content: "K"; }

.icon-pin-empty:before {
  content: "L"; }

.icon-avia:before {
  content: "M"; }

@font-face {
  font-family: 'ElektraLightPro';
  src: url("/fonts/new/elektra-bold.eot");
  src: url("/fonts/new/elektra-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/new/elektra-bold.woff") format("woff"), url("/fonts/new/elektra-bold.ttf") format("truetype"), url("/fonts/new/elektra-bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'ElektraLightPro';
  src: url("/fonts/new/elektra-italic.eot");
  src: url("/fonts/new/elektra-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/new/elektra-italic.woff") format("woff"), url("/fonts/new/elektra-italic.ttf") format("truetype"), url("/fonts/new/elektra-italic.svg#ElektraLightPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'ElektraLightPro';
  src: url("/fonts/new/elektra.eot");
  src: url("/fonts/new/elektra.eot?#iefix") format("embedded-opentype"), url("/fonts/new/elektra.woff") format("woff"), url("/fonts/new/elektra.ttf") format("truetype"), url("/fonts/new/elektra.svg#ElektraLightPro") format("svg");
  font-weight: normal;
  font-style: normal; }

@-webkit-keyframes addInput {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-o-keyframes addInput {
  0% {
    opacity: 0;
    -o-transform: translateY(-100%);
       transform: translateY(-100%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes addInput {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes delInput {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-o-keyframes delInput {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-100%);
       transform: translateY(-100%); } }

@keyframes delInput {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); } }

.material {
  position: relative;
  overflow: hidden;
  outline: none; }

.circle {
  display: block;
  position: absolute;
  opacity: 0.1;
  background: black;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0); }
  .circle.animate {
    -webkit-animation: effect 0.65s linear;
    -o-animation: effect 0.65s linear;
       animation: effect 0.65s linear; }

@-webkit-keyframes effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
            transform: scale(2.5); } }

@-o-keyframes effect {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
       transform: scale(2.5); } }

@keyframes effect {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
         -o-transform: scale(2.5);
            transform: scale(2.5); } }

.bootstrap-datetimepicker-widget {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Tahoma, Helvetica, sans-serif; }
  .bootstrap-datetimepicker-widget li:before {
    display: none; }
  .bootstrap-datetimepicker-widget .timepicker-picker {
    display: none; }
  .bootstrap-datetimepicker-widget .picker-switch {
    color: #FF0046; }
    .bootstrap-datetimepicker-widget .picker-switch.accordion-toggle {
      display: none; }
  .bootstrap-datetimepicker-widget .prev,
  .bootstrap-datetimepicker-widget .next {
    color: #FF0046; }
  .bootstrap-datetimepicker-widget .dow {
    border-top: 2px solid #FF0046;
    color: #FF0046;
    font-weight: normal;
    font-size: 10px;
    text-transform: capitalize;
    text-align: right; }
  .bootstrap-datetimepicker-widget .day {
    color: #250E62;
    font-size: 10px;
    border-radius: 0 !important;
    text-align: right;
    padding: 5px 12px; }
    .bootstrap-datetimepicker-widget .day:hover {
      background: #e6003d !important; }
  .bootstrap-datetimepicker-widget .weekend {
    color: #FF0046; }
  .bootstrap-datetimepicker-widget .active {
    background-color: #FF0D4D !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 1px 3px rgba(0, 0, 0, 0.5);
    color: #860427 !important;
    text-shadow: none !important;
    border-radius: 0 !important; }
  .bootstrap-datetimepicker-widget .old:hover,
  .bootstrap-datetimepicker-widget .new:hover {
    background-color: #ccc !important; }

.xdsoft_datetimepicker {
  font-family: Tahoma, Helvetica, sans-serif;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 5px 20px; }

.xdsoft_datetimepicker .xdsoft_mounthpicker {
  background: #fff; }

.xdsoft_datetimepicker .xdsoft_label {
  color: #FF0046;
  text-transform: none;
  display: inline-block;
  width: inherit;
  background: #fff; }
  .xdsoft_datetimepicker .xdsoft_label.xdsoft_month {
    margin-left: 30px; }
  .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    color: #393939; }
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
      background: #FF0D4D; }
      .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current:hover {
        background: #FF0D4D; }
    .xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
      background: #fff;
      color: #393939; }

.xdsoft_datetimepicker .xdsoft_today_button {
  display: none; }

.xdsoft_datetimepicker .xdsoft_datepicker {
  margin-left: 0; }

.xdsoft_datetimepicker .xdsoft_calendar {
  background: #fff;
  border-top: 2px solid #FF0046; }

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #fff;
  color: #FF0046;
  font-weight: normal;
  font-size: 10px;
  text-transform: capitalize;
  text-align: center;
  border: none; }

.xdsoft_datetimepicker .xdsoft_calendar td {
  background: none;
  font-size: 10px;
  border: none;
  color: #250E62;
  text-align: center; }
  .xdsoft_datetimepicker .xdsoft_calendar td:hover {
    background: #e6003d !important;
    color: #250E62 !important; }
  .xdsoft_datetimepicker .xdsoft_calendar td > div {
    padding-right: 0; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month {
  color: #393939;
  opacity: 1;
  background: #fff; }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: 1;
    color: #b5b5b5; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled {
  opacity: 1;
  color: #b5b5b5;
  background: #fff; }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover {
    font-family: inherit;
    opacity: 1 !important;
    color: #b5b5b5 !important;
    background: #fff !important; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  background: #999999;
  color: #4e4e4e; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  background: #FF0D4D;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #250E62;
  position: relative; }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:before {
    display: none; }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover {
    background: #FF0D4D !important;
    color: #250E62 !important; }
  .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled {
    opacity: 1;
    color: #b5b5b5;
    background: #fff;
    box-shadow: none;
    font-weight: normal; }
    .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover {
      opacity: 1 !important;
      color: #b5b5b5 !important;
      background: #fff !important; }

.modal.modal-select-country .form-group, .modal.modal-calc-from .form-group, .modal.modal-calc-to .form-group {
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0; }

.modal.modal-select-country .fbp-cc-popular-list, .modal.modal-calc-from .fbp-cc-popular-list, .modal.modal-calc-to .fbp-cc-popular-list {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  overflow: hidden; }
  .modal.modal-select-country .fbp-cc-popular-list li, .modal.modal-calc-from .fbp-cc-popular-list li, .modal.modal-calc-to .fbp-cc-popular-list li {
    display: block;
    float: left;
    width: 282px; }
    .modal.modal-select-country .fbp-cc-popular-list li a, .modal.modal-calc-from .fbp-cc-popular-list li a, .modal.modal-calc-to .fbp-cc-popular-list li a {
      font-size: 18px;
      color: #1b1a24;
      border-bottom: 2px solid #ffffff;
      text-decoration: none;
      -webkit-transition: border-color .4s ease-out;
      -o-transition: border-color .4s ease-out;
      transition: border-color .4s ease-out; }
      .modal.modal-select-country .fbp-cc-popular-list li a:hover, .modal.modal-select-country .fbp-cc-popular-list li a:focus, .modal.modal-select-country .fbp-cc-popular-list li a:active, .modal.modal-select-country .fbp-cc-popular-list li a.active, .modal.modal-calc-from .fbp-cc-popular-list li a:hover, .modal.modal-calc-from .fbp-cc-popular-list li a:focus, .modal.modal-calc-from .fbp-cc-popular-list li a:active, .modal.modal-calc-from .fbp-cc-popular-list li a.active, .modal.modal-calc-to .fbp-cc-popular-list li a:hover, .modal.modal-calc-to .fbp-cc-popular-list li a:focus, .modal.modal-calc-to .fbp-cc-popular-list li a:active, .modal.modal-calc-to .fbp-cc-popular-list li a.active {
        border-bottom: 2px solid #FF0046; }
    .modal.modal-select-country .fbp-cc-popular-list li:before, .modal.modal-calc-from .fbp-cc-popular-list li:before, .modal.modal-calc-to .fbp-cc-popular-list li:before {
      display: none; }

.modal p:first-child, .modal blockquote:first-child {
  margin-top: 0; }

.modal .label-wrapper {
  display: table;
  vertical-align: middle;
  min-height: 40px; }
  .modal .label-wrapper label {
    display: table-cell;
    vertical-align: middle; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .modal label {
    font-size: 30px;
    line-height: 1.5; } }

.header {
  background-image: -webkit-linear-gradient(bottom, rgba(222, 222, 222, 0) 0%, #FFF 100%);
  background-image: -o-linear-gradient(bottom, rgba(222, 222, 222, 0) 0%, #FFF 100%);
  background-image: linear-gradient(to top, rgba(222, 222, 222, 0) 0%, #FFF 100%);
  background-size: 100% 350px;
  background-repeat: no-repeat;
  position: relative;
  min-height: 350px; }
  @media screen and (min-width: 992px) {
    .header {
      min-height: 1px;
      background-size: 100%; } }
  .header .city {
    color: #1C1A25;
    font-size: 16px;
    font-weight: bold; }
    .header .city + .recall {
      margin-left: 0; }

.page-header {
  border-bottom: 0;
  margin-bottom: 6px; }

.top-nav {
  position: relative;
  z-index: 99; }
  @media screen and (min-width: 992px) {
    .top-nav {
      z-index: 101; } }

.main-btns {
  margin: 0 auto;
  text-align: right;
  display: inline-block;
  width: 100%;
  font-size: 0px; }
  .main-btns .btn-group {
    float: right;
    width: 47%; }
    .main-btns .btn-group .btn {
      font-size: 24px;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .main-btns .btn-group .btn {
          width: auto;
          text-align: right;
          font-size: 12px;
          padding-top: 10px;
          padding-bottom: 10px; } }
    @media screen and (min-width: 992px) {
      .main-btns .btn-group {
        float: none;
        width: auto; }
        .main-btns .btn-group + .btn-group {
          margin-left: 20px;
          margin-right: 20px; } }
  .main-btns .last-btn {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.logo {
  position: relative;
  margin-top: 50px;
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .logo {
      margin-top: 0;
      margin-left: 20px; } }

.logo-img {
  width: 394px;
  height: 54px;
  border-radius: 0; }
  @media screen and (min-width: 992px) {
    .logo-img {
      width: 300px;
      height: 42px;
      border-radius: 0; } }

.hamburger-icon {
  float: right;
  display: inline-block;
  margin-top: 50px; }

.tel {
  font-size: 35px;
  font-weight: bold;
  color: #212029;
  margin-top: 50px;
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .tel {
      font-size: 16px;
      font-weight: normal;
      color: #1b1a24;
      margin-top: 0; }
      .tel:hover {
        text-decoration: none;
        color: inherit; } }

.recall {
  color: #808080;
  font-size: 24px;
  font-weight: bold;
  text-decoration: underline;
  float: right;
  display: block;
  margin-top: 52px; }
  @media screen and (min-width: 992px) {
    .recall {
      display: inline-block;
      text-decoration: none;
      border-bottom-width: 1px;
      border-bottom-style: dotted;
      font-weight: normal;
      margin-top: 0;
      font-size: 12px;
      float: none;
      margin-left: 10px; }
      .recall:hover {
        color: #474747;
        text-decoration: none; }
      .recall:focus {
        color: #474747;
        text-decoration: none; } }

.filial-link {
  display: block;
  line-height: 16px;
  margin-top: 2px;
  float: none; }
  .filial-link a {
    color: #cc0033;
    text-decoration: underline; }

.header-city {
  display: block;
  margin-left: 37%; }

@media screen and (min-width: 992px) {
  .header-contacts {
    margin-bottom: -18px;
    margin-left: -15px;
    text-align: right;
    position: relative;
    right: -20px; } }

.header-filial {
  display: none;
  font-size: 12px;
  color: #000000;
  float: right;
  margin-bottom: 1px; }
  @media screen and (min-width: 992px) {
    .header-filial {
      display: block; } }
  .header-filial a {
    color: #cc0033;
    text-decoration: underline; }
    .header-filial a :hover {
      color: #cc0033;
      text-decoration: underline; }

.header-filial__address {
  color: #000000; }

.header-filial__email {
  color: #cc0033; }

.header-filial__count {
  color: #cc0033; }

@media (max-width: 992px) {
  .last-btn {
    display: none; } }

@media (max-width: 992px) {
  .main-btns .btn-group + .btn-group {
    margin-right: 6%; } }

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

.rounded-content {
  background: white;
  border-radius: 11px;
  overflow: hidden; }

.main {
  -webkit-transition: padding-top 0.4s;
  -o-transition: padding-top 0.4s;
  transition: padding-top 0.4s; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .main .content a {
      font-size: 30px;
      line-height: 1.2; } }
  .main .content-brs-b {
    border-bottom-left-radius: 11px !important;
    border-bottom-right-radius: 11px !important; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .main .content label {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 25px;
      line-height: 1.2;
      padding-top: 0; } }
  .main .contact-us {
    color: #212029;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    padding-left: 30px; }
    .main .contact-us small {
      font-size: 18px; }
    .main .contact-us:before {
      position: absolute;
      left: 0;
      display: inline-block;
      font-family: pek;
      color: #E40046; }
    .main .contact-us.tel:before {
      content: 'p'; }
    .main .contact-us.mail:before {
      content: 'm'; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .main .contact-us {
        font-size: 40px;
        display: inline-block;
        margin-bottom: 40px;
        padding-left: 50px;
        line-height: 1; }
        .main .contact-us small {
          display: block;
          font-size: 40px; } }
  .main.have-addons .btns-wrapper-top .calculate-it {
    margin-top: 0; }
    .main.have-addons .btns-wrapper-top .calculate-it a {
      background: #fff;
      -webkit-transition: box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      -o-transition: box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      transition: box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      color: #371a70; }
      .main.have-addons .btns-wrapper-top .calculate-it a:hover, .main.have-addons .btns-wrapper-top .calculate-it a:focus, .main.have-addons .btns-wrapper-top .calculate-it a:active, .main.have-addons .btns-wrapper-top .calculate-it a.active {
        background: #fff;
        color: #FF0046;
        text-decoration: none; }
      .main.have-addons .btns-wrapper-top .calculate-it a .icon {
        color: #cbcbc9 !important; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .main.have-addons .btns-wrapper-top {
      background: transparent;
      margin-top: 30px; }
      .main.have-addons .btns-wrapper-top .calculate-it {
        display: block; }
        .main.have-addons .btns-wrapper-top .calculate-it a {
          display: block;
          width: 100%;
          margin-bottom: 35px;
          border-radius: 6px;
          height: 90px;
          line-height: 90px;
          font-size: 35px;
          font-weight: bold; }
          .main.have-addons .btns-wrapper-top .calculate-it a .icon {
            display: none; } }
  .main.have-addons .way-to-poffit, .main.have-addons .calculate-it {
    display: table;
    table-layout: fixed;
    border-collapse: separate; }
    .main.have-addons .way-to-poffit .ico-wrapper, .main.have-addons .calculate-it .ico-wrapper {
      height: 100px;
      display: block;
      margin-bottom: 10px; }
      .main.have-addons .way-to-poffit .ico-wrapper:before, .main.have-addons .calculate-it .ico-wrapper:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: bottom; }
      .main.have-addons .way-to-poffit .ico-wrapper img, .main.have-addons .calculate-it .ico-wrapper img {
        width: auto;
        -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
             -o-transform: scale(0.7);
                transform: scale(0.7); }
      .main.have-addons .way-to-poffit .ico-wrapper .icon, .main.have-addons .calculate-it .ico-wrapper .icon {
        vertical-align: bottom;
        display: inline-block; }
    .main.have-addons .way-to-poffit a, .main.have-addons .calculate-it a {
      display: table-cell;
      float: none;
      width: 1%;
      height: 190px;
      background: #fff;
      text-align: center;
      vertical-align: top;
      position: relative;
      border-left: 1px solid #ebebeb;
      border-top: 1px solid #ebebeb;
      -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
      .main.have-addons .way-to-poffit a:after, .main.have-addons .calculate-it a:after {
        content: '';
        display: block;
        position: absolute;
        left: -1px;
        top: 50%;
        margin-top: -9px;
        width: 11px;
        height: 18px;
        background-image: url("data:image/png;base64,/9j/4AAQSkZJRgABAQEASABIAAD/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAALCAASAAoBAREA/8QAGAAAAgMAAAAAAAAAAAAAAAAAAgUDBAr/xAAjEAEBAAIBAwMFAAAAAAAAAAABAgMEEQAFEiExQRQ1QkRR/9oACAEBAAA/AN8kj2yqOF7dd1kEFdC8lNWUBz9FVrZX6lUlcavDrMxEERE5E9RH2R+R6pZc2TPlvV1aJcfBs7PBU6/kFGLFNDOTaqKKChx4JZyZpvyx4coz2rQmZkwckhIuTKqBx6vn6v8Aeo+y/bdevytzZLr5u7z5au6ferulqqeWlVVemnX/2Q=="); }
      .main.have-addons .way-to-poffit a:first-child, .main.have-addons .calculate-it a:first-child {
        border-left: 0; }
        .main.have-addons .way-to-poffit a:first-child:after, .main.have-addons .calculate-it a:first-child:after {
          display: none; }
      .main.have-addons .way-to-poffit a:hover, .main.have-addons .calculate-it a:hover, .main.have-addons .way-to-poffit a:focus, .main.have-addons .calculate-it a:focus, .main.have-addons .way-to-poffit a:active, .main.have-addons .calculate-it a:active, .main.have-addons .way-to-poffit a.active, .main.have-addons .calculate-it a.active {
        text-decoration: none;
        z-index: 2;
        color: #371a70; }
        .main.have-addons .way-to-poffit a:hover:after, .main.have-addons .calculate-it a:hover:after, .main.have-addons .way-to-poffit a:focus:after, .main.have-addons .calculate-it a:focus:after, .main.have-addons .way-to-poffit a:active:after, .main.have-addons .calculate-it a:active:after, .main.have-addons .way-to-poffit a.active:after, .main.have-addons .calculate-it a.active:after {
          display: none; }
        .main.have-addons .way-to-poffit a:hover img, .main.have-addons .calculate-it a:hover img, .main.have-addons .way-to-poffit a:focus img, .main.have-addons .calculate-it a:focus img, .main.have-addons .way-to-poffit a:active img, .main.have-addons .calculate-it a:active img, .main.have-addons .way-to-poffit a.active img, .main.have-addons .calculate-it a.active img {
          -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          transition: -webkit-transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          -o-transition: transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), -o-transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          transition: transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          transition: transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), -webkit-transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), -o-transform 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
               -o-transform: scale(1);
                  transform: scale(1); }
      .main.have-addons .way-to-poffit a .text, .main.have-addons .calculate-it a .text {
        width: 100%;
        padding-top: 20px;
        font-size: 17px; }
      .main.have-addons .way-to-poffit a .icon, .main.have-addons .calculate-it a .icon {
        font-size: 70px; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .main.have-addons .way-to-poffit, .main.have-addons .calculate-it {
        display: block;
        margin-top: 30px;
        border-radius: 0; }
        .main.have-addons .way-to-poffit a, .main.have-addons .calculate-it a {
          display: block;
          width: 100%;
          border-radius: 12px;
          margin-bottom: 30px;
          height: 230px;
          line-height: 230px; }
          .main.have-addons .way-to-poffit a:hover, .main.have-addons .calculate-it a:hover, .main.have-addons .way-to-poffit a:focus, .main.have-addons .calculate-it a:focus, .main.have-addons .way-to-poffit a:active, .main.have-addons .calculate-it a:active, .main.have-addons .way-to-poffit a.active, .main.have-addons .calculate-it a.active {
            box-shadow: inset 0 0 100px rgba(0, 10, 8, 0.07);
            text-decoration: none; }
          .main.have-addons .way-to-poffit a:after, .main.have-addons .calculate-it a:after {
            display: none; }
          .main.have-addons .way-to-poffit a .ico-wrapper, .main.have-addons .calculate-it a .ico-wrapper {
            float: left;
            padding-left: 50px; }
            .main.have-addons .way-to-poffit a .ico-wrapper img, .main.have-addons .calculate-it a .ico-wrapper img {
              -webkit-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                   -o-transform: scale(1.3);
                      transform: scale(1.3); }
            .main.have-addons .way-to-poffit a .ico-wrapper .icon:before, .main.have-addons .calculate-it a .ico-wrapper .icon:before {
              vertical-align: middle;
              font-size: 120px !important; }
          .main.have-addons .way-to-poffit a .text, .main.have-addons .calculate-it a .text {
            font-size: 42px;
            font-weight: bold;
            color: #1b1a24;
            display: block;
            line-height: 1;
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            padding-left: 150px; } }
  .main.have-addons .calculate-it {
    margin-top: 0; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .main.have-addons .calculate-it {
        display: block;
        margin-top: 30px; }
        .main.have-addons .calculate-it a {
          display: block;
          width: 100%;
          margin-bottom: 35px;
          border-radius: 6px;
          height: 90px;
          line-height: 90px;
          font-size: 35px;
          font-weight: bold; }
          .main.have-addons .calculate-it a .icon {
            display: none; } }
    .main.have-addons .calculate-it a {
      height: 90px;
      border: none;
      vertical-align: middle;
      background-color: #250E62;
      color: #fff;
      font-size: 20px;
      font-weight: normal; }
      .main.have-addons .calculate-it a:hover, .main.have-addons .calculate-it a:active, .main.have-addons .calculate-it a:focus {
        background-color: #2D117A;
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none; }
      .main.have-addons .calculate-it a:after {
        display: none; }
      .main.have-addons .calculate-it a .icon {
        padding-right: 30px;
        color: #fff !important;
        font-size: 36px;
        vertical-align: middle; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .main .content ul a {
    font-size: 30px; }
  .new-top-menu-sub-content .ntmsc-column {
    display: block;
    width: auto;
    margin-left: 40px;
    line-height: 30px;
    float: none; }
  .new-top-menu-sub-content .ntmsc-row {
    display: block;
    margin-bottom: 10px; }
    .new-top-menu-sub-content .ntmsc-row a {
      display: inline;
      font-family: Tahoma, Helvetica, Arial, sans-serif;
      color: #000;
      font-size: 24px;
      line-height: 30px;
      margin-left: 20px; }
      .new-top-menu-sub-content .ntmsc-row a.bold {
        font-size: 22px;
        line-height: 30px; }
      .new-top-menu-sub-content .ntmsc-row a:hover {
        color: #e40046; }
      .new-top-menu-sub-content .ntmsc-row a.active {
        color: #e40046; }
  .cmbt-text a {
    background: none; }
    .cmbt-text a:before {
      display: none; }
  .about .btns-group .plate-wrapper {
    margin-bottom: 0 !important; }
  .alert-warning small {
    font-size: 20px; } }

.section-paper {
  padding: 35px 30px;
  background: #fff; }

.change-directions-cnt {
  position: absolute;
  width: 20px;
  height: 36px;
  right: -27px;
  top: 5px; }
  .change-directions-cnt a {
    display: block;
    text-decoration: none;
    font-size: 24px; }
    .change-directions-cnt a:hover {
      color: #FF0046; }

.ml150 {
  margin-left: 150px; }

.select-country .selectize-control {
  line-height: 100px; }
  .select-country .selectize-control .selectize-input {
    vertical-align: middle; }

.alert p, .alert blockquote {
  margin-top: 0; }
  .alert p + p, .alert blockquote + p, .alert p + blockquote, .alert blockquote + blockquote {
    margin-top: 10px; }

.chosen-container.js-avia-weights .chosen-results,
.chosen-container.js-auto-weights .chosen-results {
  max-height: 170px; }

.inner-city-select .selectize-dropdown-content {
  max-height: 170px; }

.left-nav {
  position: absolute;
  top: 80px;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  width: 520px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.22);
  z-index: 100;
  -webkit-transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  transition: -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  -o-transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -o-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s;
  transition: transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -webkit-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s, -o-transform cubic-bezier(0.25, 0.8, 0.25, 1) 0.4s; }
  @media screen and (min-width: 992px) {
    .left-nav {
      position: static;
      width: 100%;
      border-radius: 6px;
      box-shadow: none;
      margin-top: 22px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); } }
  .left-nav.in {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  .left-nav-main {
    list-style-type: none;
    background: #e40046;
    margin: 0;
    padding: 0;
    font-size: 0; }
    @media screen and (min-width: 992px) {
      .left-nav-main {
        border-radius: 6px;
        height: 48px;
        text-align: justify;
        position: relative; }
        .left-nav-main.no-brd {
          border-radius: 6px 6px 0 0; } }
    .left-nav-main .nav-item {
      border-bottom: 2px solid #e6e6e6;
      padding-left: 20px;
      padding-right: 20px;
      margin-bottom: 0;
      position: static; }
      .left-nav-main .nav-item.active {
        background: #90022e; }
      .left-nav-main .nav-item:before {
        display: none; }
      @media screen and (min-width: 992px) {
        .left-nav-main .nav-item {
          vertical-align: middle;
          display: inline-block;
          padding: 0;
          line-height: 21px;
          border: 0; }
          .left-nav-main .nav-item:hover, .left-nav-main .nav-item:focus, .left-nav-main .nav-item:active, .left-nav-main .nav-item.active {
            background: #90022e; }
            .left-nav-main .nav-item:hover:nth-child(2), .left-nav-main .nav-item:focus:nth-child(2), .left-nav-main .nav-item:active:nth-child(2), .left-nav-main .nav-item.active:nth-child(2) {
              border-radius: 6px 0 0 4px !important; }
            .left-nav-main .nav-item:hover a, .left-nav-main .nav-item:focus a, .left-nav-main .nav-item:active a, .left-nav-main .nav-item.active a {
              text-decoration: none; } }
      .left-nav-main .nav-item-link {
        position: relative;
        font-family: Tahoma, Helvetica, Arial, sans-serif;
        color: white;
        font-size: 35px;
        font-weight: bold;
        display: block;
        line-height: 90px;
        border-bottom: 0; }
        @media screen and (min-width: 992px) {
          .left-nav-main .nav-item-link {
            font-size: 12px;
            font-weight: bold;
            line-height: 48px;
            padding: 0 15px;
            text-transform: uppercase; }
            .left-nav-main .nav-item-link.active {
              background: #FFFFFF;
              color: #000;
              text-decoration: none; }
              .left-nav-main .nav-item-link.active:hover {
                text-shadow: none;
                text-decoration: none; }
            .left-nav-main .nav-item-link:hover, .left-nav-main .nav-item-link:active, .left-nav-main .nav-item-link:focus {
              text-decoration: none; } }
      .left-nav-main .nav-item.city {
        padding-top: 44px;
        padding-bottom: 23px; }
        .left-nav-main .nav-item.city .city-name {
          color: #FFF;
          font-size: 40px;
          font-weight: bold;
          display: block;
          margin-bottom: 0;
          padding-bottom: 10px; }
        .left-nav-main .nav-item.city .city-change {
          color: #DDD;
          font-family: "Arial";
          font-size: 20px;
          font-weight: normal;
          border-bottom: 1px dashed #DDD; }
        .left-nav-main .nav-item.city + .nav-item {
          border-radius: 4px 0 0 0; }
          .left-nav-main .nav-item.city + .nav-item a {
            border-radius: 4px 0 0 0; }
      .left-nav-main .nav-item.search {
        padding: 35px 20px 75px;
        background: none !important; }
        @media screen and (min-width: 992px) {
          .left-nav-main .nav-item.search {
            padding: 0;
            width: 200px;
            position: relative;
            float: right;
            top: 9px;
            right: 20px; } }
        .left-nav-main .nav-item.search .form-control {
          height: 65px;
          background-color: transparent;
          border: 3px solid white;
          border-right: 0;
          border-radius: 12px 0 0 12px;
          color: #FFF;
          font-family: Tahoma, Helvetica, sans-serif;
          font-size: 25px; }
          .left-nav-main .nav-item.search .form-control::-webkit-input-placeholder {
            color: white; }
          .left-nav-main .nav-item.search .form-control:-moz-placeholder {
            color: white; }
          .left-nav-main .nav-item.search .form-control::-moz-placeholder {
            color: white; }
          .left-nav-main .nav-item.search .form-control:-ms-input-placeholder {
            color: white; }
          @media screen and (min-width: 992px) {
            .left-nav-main .nav-item.search .form-control {
              height: 30px;
              background-color: #fff;
              color: #80807e;
              font-size: 12px;
              border: 0; }
              .left-nav-main .nav-item.search .form-control::-webkit-input-placeholder {
                color: #80807e; }
              .left-nav-main .nav-item.search .form-control:-moz-placeholder {
                color: #80807e; }
              .left-nav-main .nav-item.search .form-control::-moz-placeholder {
                color: #80807e; }
              .left-nav-main .nav-item.search .form-control:-ms-input-placeholder {
                color: #80807e; } }
        .left-nav-main .nav-item.search .btn {
          background-color: transparent;
          color: white;
          border: 3px solid white;
          border-left: 0;
          border-radius: 0 12px 12px 0;
          padding-top: 16px;
          padding-bottom: 9px;
          padding-left: 20px;
          padding-right: 20px;
          position: relative;
          z-index: auto !important;
          height: 65px; }
          @media screen and (min-width: 992px) {
            .left-nav-main .nav-item.search .btn {
              padding: 5px 10px 4px;
              border: 0;
              background-color: #fff;
              height: 30px; } }
          .left-nav-main .nav-item.search .btn:before {
            content: '';
            position: absolute;
            left: 0;
            top: 20px;
            width: 3px;
            height: 15px;
            background: white; }
            @media screen and (min-width: 992px) {
              .left-nav-main .nav-item.search .btn:before {
                background: #80807e;
                top: 8px; } }
          .left-nav-main .nav-item.search .btn .icon {
            font-size: 21px;
            margin-top: 5px; }
            @media screen and (min-width: 992px) {
              .left-nav-main .nav-item.search .btn .icon {
                font-size: 12px;
                color: #80807e; } }
  .left-nav .sub-menu {
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    top: 0;
    background: white;
    width: 520px;
    z-index: 110;
    padding-bottom: 80px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.22);
    -webkit-transition: height 0.4s, -webkit-transform .4s;
    transition: height 0.4s, -webkit-transform .4s;
    -o-transition: transform .4s, height 0.4s, -o-transform .4s;
    transition: transform .4s, height 0.4s;
    transition: transform .4s, height 0.4s, -webkit-transform .4s, -o-transform .4s; }
    .left-nav .sub-menu .submenu-more-link {
      position: absolute;
      bottom: 20px;
      right: 20px; }
    .left-nav .sub-menu .link-image {
      opacity: .8;
      -webkit-transform: opacity 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          -ms-transform: opacity 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
           -o-transform: opacity 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
              transform: opacity 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      color: #212029;
      text-decoration: none;
      border-bottom: 0; }
      .left-nav .sub-menu .link-image:hover, .left-nav .sub-menu .link-image:focus, .left-nav .sub-menu .link-image:active, .left-nav .sub-menu .link-image.active {
        opacity: 1;
        text-decoration: none !important; }
      .left-nav .sub-menu .link-image.active {
        color: #FF0046; }
    .left-nav .sub-menu.in {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
      @media screen and (min-width: 992px) {
        .left-nav .sub-menu.in {
          border-radius: 0 0 6px 6px;
          visibility: visible; } }
    .left-nav .sub-menu.collapsed {
      height: 0 !important;
      margin: 0 !important;
      overflow: hidden; }
    @media screen and (min-width: 992px) {
      .left-nav .sub-menu {
        left: 0;
        top: 48px;
        box-shadow: none;
        border-radius: 6px 6px 6px 6px;
        width: 100%;
        padding: 0;
        visibility: hidden; } }
    .left-nav .sub-menu .back {
      display: block;
      padding: 40px 20px 30px 20px;
      border-bottom: 4px solid #e0e0e3;
      color: #212029;
      font-size: 45px;
      font-weight: bold; }
    @media screen and (min-width: 992px) {
      .left-nav .sub-menu .section {
        display: inline-block;
        vertical-align: top; }
      .left-nav .sub-menu .back {
        text-transform: uppercase; } }
    .left-nav .sub-menu .heading {
      margin-top: 55px;
      margin-bottom: 75px;
      color: #212029;
      font-size: 25px;
      font-weight: normal; }
      @media screen and (min-width: 992px) {
        .left-nav .sub-menu .heading {
          font-size: 12px;
          font-weight: bold;
          margin-top: 0;
          margin-bottom: 30px;
          text-transform: uppercase; } }
    .left-nav .sub-menu-block {
      padding: 40px; }
      @media screen and (min-width: 992px) {
        .left-nav .sub-menu-block {
          padding: 20px;
          opacity: 0;
          -webkit-transition: opacity 0.2s cubic-bezier(1, 0.01, 1, 0.69);
          -o-transition: opacity 0.2s cubic-bezier(1, 0.01, 1, 0.69);
          transition: opacity 0.2s cubic-bezier(1, 0.01, 1, 0.69);
          -webkit-transition-delay: .1s;
               -o-transition-delay: .1s;
                  transition-delay: .1s; }
          .left-nav .sub-menu-block.in {
            opacity: 1; } }
      .left-nav .sub-menu-block-categoty {
        margin: 0;
        padding: 0;
        list-style: none;
        padding-right: 60px; }
        @media screen and (min-width: 992px) {
          .left-nav .sub-menu-block-categoty {
            padding-right: 10px; } }
        .left-nav .sub-menu-block-categoty-item {
          margin: 45px 0; }
          @media screen and (min-width: 992px) {
            .left-nav .sub-menu-block-categoty-item {
              margin: 10px 0;
              line-height: 21px;
              text-align: left;
              padding-left: 20px; } }
          .left-nav .sub-menu-block-categoty-item:before {
            display: none; }
          .left-nav .sub-menu-block-categoty-item-link {
            font-family: Tahoma, Helvetica, Arial, sans-serif;
            color: #212029;
            font-size: 30px;
            font-weight: 700;
            border-bottom: 0; }
            @media screen and (min-width: 992px) {
              .left-nav .sub-menu-block-categoty-item-link {
                font-size: 12px;
                color: #212029; }
                .left-nav .sub-menu-block-categoty-item-link:hover, .left-nav .sub-menu-block-categoty-item-link:focus, .left-nav .sub-menu-block-categoty-item-link:active, .left-nav .sub-menu-block-categoty-item-link.active {
                  text-decoration: none;
                  color: #FF0046; } }
      .left-nav .sub-menu-block-img {
        width: 100%;
        min-height: 185px; }
  .left-nav .other-parent li {
    margin-top: 0 !important; }

.page-menu {
  background: #FFFFFF;
  border-radius: 11px;
  padding: 10px 0 0; }
  .page-menu .lvl-1 {
    padding: 0; }
    .page-menu .lvl-1 > .page-menu-item .page-menu-item-link {
      font-size: 20px;
      padding: 5px 15px; }
    .page-menu .lvl-1 .lvl-2 {
      padding: 0 0 10px; }
      .page-menu .lvl-1 .lvl-2 + .lvl-2 {
        border-top: 1px solid #ebebeb; }
      .page-menu .lvl-1 .lvl-2:first-child {
        border-top: 0; }
      .page-menu .lvl-1 .lvl-2 > .page-menu-item > .page-menu-item-link {
        font-size: 16px;
        line-height: 100%; }
        .page-menu .lvl-1 .lvl-2 > .page-menu-item > .page-menu-item-link .helper {
          line-height: 100%; }
      .page-menu .lvl-1 .lvl-2 .lvl-3 {
        padding: 0; }
        .page-menu .lvl-1 .lvl-2 .lvl-3 > .page-menu-item > .page-menu-item-link {
          font-size: 12px;
          padding-left: 40px;
          line-height: 100%;
          padding-bottom: 5px; }
      .page-menu .lvl-1 .lvl-2 .lvl-4 {
        padding: 0; }
        .page-menu .lvl-1 .lvl-2 .lvl-4 > .page-menu-item > .page-menu-item-link {
          font-size: 12px;
          padding-left: 55px;
          line-height: 100%; }
  .page-menu .helper {
    line-height: 120%; }
  .page-menu .active > a .helper {
    display: inline;
    padding-bottom: 3px;
    border-bottom: 2px solid #e40046; }
  .page-menu .active > a:hover {
    background: none; }
  .page-menu-item {
    margin-bottom: 0; }
    .page-menu-item:before {
      display: none; }
    .page-menu-item-link {
      display: block;
      color: #212029;
      font-size: 16px;
      line-height: 21px;
      padding: 10px 0; }
      .page-menu-item-link:hover {
        text-decoration: none;
        background: #ebebeb; }

.page-menu .select-country {
  display: none; }
  .page-menu .select-country.in {
    display: block;
    height: auto !important; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .page-menu.page-menu__news {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    overflow: hidden; }
    .page-menu.page-menu__news .side-heading {
      font-size: 35px;
      padding: 30px 40px 30px;
      margin-top: 0;
      margin-bottom: 0;
      margin-left: -20px;
      margin-right: -20px;
      position: relative; }
      .page-menu.page-menu__news .side-heading .collapse-news {
        color: rgba(33, 32, 41, 0.83);
        font-size: 20px;
        right: 40px;
        top: 35px;
        position: absolute; }
        .page-menu.page-menu__news .side-heading .collapse-news:hover, .page-menu.page-menu__news .side-heading .collapse-news:focus, .page-menu.page-menu__news .side-heading .collapse-news:active, .page-menu.page-menu__news .side-heading .collapse-news.active {
          text-decoration: none;
          color: #FF0046; }
    .page-menu.page-menu__news .collapsed-body {
      margin-left: -20px;
      margin-right: -20px;
      padding: 20px 40px;
      display: none;
      border-top: 1px solid #6e6e6e !important;
      opacity: 0;
      -webkit-transition: opacity .2s linear;
      -o-transition: opacity .2s linear;
      transition: opacity .2s linear; }
      .page-menu.page-menu__news .collapsed-body.in {
        display: block;
        opacity: 1; } }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .spec-bottom-menu {
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .spec-bottom-menu .page-menu {
      padding-left: 30px; }
    .spec-bottom-menu .lvl-1 .page-menu-item-link {
      font-size: 50px !important;
      margin: 15px 0; }
    .spec-bottom-menu .lvl-3 .page-menu-item-link {
      font-size: 30px !important;
      margin: 10px 0;
      padding-left: 15px !important; } }

h1 {
  margin-top: 0;
  color: #212029;
  font-size: 30px;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    h1 {
      font-size: 80px; } }

.inner-slider {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .inner-slider {
      margin-top: 40px; } }
  .inner-slider .owl-item img {
    border-radius: 9px;
    width: 100%; }
  .inner-slider .owl-controls {
    position: absolute;
    margin: 0;
    left: 40px;
    bottom: 20px;
    z-index: 99;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 0 10px; }
    .inner-slider .owl-controls .owl-dot {
      vertical-align: middle; }
      .inner-slider .owl-controls .owl-dot span {
        width: 7px;
        height: 7px;
        background: #c9c1d8;
        border: 0;
        margin-left: 5px;
        margin-right: 5px; }
        @media screen and (min-width: 1px) and (max-width: 640px) {
          .inner-slider .owl-controls .owl-dot span {
            width: 20px;
            height: 20px;
            background: transparent;
            border: 1px solid white;
            margin-left: 10px;
            margin-right: 10px; } }
      .inner-slider .owl-controls .owl-dot.active span {
        background: #260664; }
        @media screen and (min-width: 1px) and (max-width: 640px) {
          .inner-slider .owl-controls .owl-dot.active span {
            background: white;
            width: 9px;
            height: 9px; } }
  .inner-slider-text figure {
    position: relative; }
    .inner-slider-text figure img {
      width: 100%;
      border: 1px solid #b7b7b7; }
    .inner-slider-text figure figcaption {
      position: absolute;
      left: 40px;
      top: 40px;
      z-index: 10; }
    .inner-slider-text figure header {
      font-family: Tahoma, Helvetica, Arial, sans-serif;
      color: #371a70;
      font-size: 24px;
      font-weight: bold; }
    .inner-slider-text figure p, .inner-slider-text figure blockquote {
      font-size: 18px;
      color: #42414e !important; }

.adv-slider {
  border-radius: 10px;
  overflow: hidden; }
  .adv-slider-container {
    position: relative; }
    .adv-slider-container--with-margin {
      margin: 10px 0; }
  .adv-slider-item {
    display: block;
    position: relative;
    border: 0;
    height: 180px;
    background: #fff 50% 50% no-repeat;
    text-decoration: none;
    overflow: hidden; }
    .adv-slider-item:hover {
      border: 0;
      text-decoration: none; }
    .adv-slider-item .btn {
      padding-top: 3px;
      padding-bottom: 3px; }
  .adv-slider .owl-controls {
    position: absolute;
    margin: 0;
    left: 0;
    bottom: 31px;
    z-index: 99;
    width: 100%; }
    .adv-slider .owl-controls .owl-nav > [class*="owl-"] {
      display: block;
      position: absolute;
      top: -60px;
      z-index: 2;
      margin-top: -14px;
      width: 20px;
      height: 28px;
      background-color: transparent;
      background-image: url("/img/slider-sprite.png");
      background-repeat: no-repeat;
      cursor: pointer;
      text-indent: -9999px; }
      .adv-slider .owl-controls .owl-nav > [class*="owl-"]:hover {
        background-color: transparent;
        background-image: url("/img/slider-sprite.png");
        background-repeat: no-repeat; }
    .adv-slider .owl-controls .owl-nav .owl-prev {
      left: 16px;
      background-position: 0 0; }
      .adv-slider .owl-controls .owl-nav .owl-prev:hover {
        background-position: 0 0; }
    .adv-slider .owl-controls .owl-nav .owl-next {
      right: 16px;
      background-position: -20px 0; }
      .adv-slider .owl-controls .owl-nav .owl-next:hover {
        background-position: -20px 0; }
    .adv-slider .owl-controls .owl-dots {
      height: 0; }
      .adv-slider .owl-controls .owl-dots .owl-dot {
        vertical-align: middle; }
        .adv-slider .owl-controls .owl-dots .owl-dot span {
          width: 12px;
          height: 12px;
          background: url("/img/slider-sprite.png") -4px -29px no-repeat;
          border: 0;
          border-radius: 0;
          margin: 4px 6px; }
        .adv-slider .owl-controls .owl-dots .owl-dot.active span {
          background-position: -24px -29px; }

.content {
  background: white;
  padding: 20px 40px 50px;
  word-wrap: break-word; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .content {
      padding-top: 40px; } }
  .content p a, .content blockquote a, .content li a, .content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a {
    color: #E40046;
    border-bottom: 1px solid #e3e3e6; }
    .content p a:hover, .content blockquote a:hover, .content p a:focus, .content blockquote a:focus, .content p a:active, .content blockquote a:active, .content p a.active, .content blockquote a.active, .content li a:hover, .content li a:focus, .content li a:active, .content li a.active, .content h1 a:hover, .content h1 a:focus, .content h1 a:active, .content h1 a.active, .content h2 a:hover, .content h2 a:focus, .content h2 a:active, .content h2 a.active, .content h3 a:hover, .content h3 a:focus, .content h3 a:active, .content h3 a.active, .content h4 a:hover, .content h4 a:focus, .content h4 a:active, .content h4 a.active, .content h5 a:hover, .content h5 a:focus, .content h5 a:active, .content h5 a.active {
      text-decoration: none;
      color: #FF0046;
      border-bottom: none; }
    .content p a:visited, .content blockquote a:visited, .content li a:visited, .content h1 a:visited, .content h2 a:visited, .content h3 a:visited, .content h4 a:visited, .content h5 a:visited {
      color: #8b45bc; }
    .content p a[href^='#'], .content blockquote a[href^='#'], .content li a[href^='#'], .content h1 a[href^='#'], .content h2 a[href^='#'], .content h3 a[href^='#'], .content h4 a[href^='#'], .content h5 a[href^='#'] {
      border-bottom-style: dashed; }
      .content p a[href^='#']:hover, .content blockquote a[href^='#']:hover, .content p a[href^='#']:focus, .content blockquote a[href^='#']:focus, .content p a[href^='#']:active, .content blockquote a[href^='#']:active, .content p a[href^='#'].active, .content blockquote a[href^='#'].active, .content li a[href^='#']:hover, .content li a[href^='#']:focus, .content li a[href^='#']:active, .content li a[href^='#'].active, .content h1 a[href^='#']:hover, .content h1 a[href^='#']:focus, .content h1 a[href^='#']:active, .content h1 a[href^='#'].active, .content h2 a[href^='#']:hover, .content h2 a[href^='#']:focus, .content h2 a[href^='#']:active, .content h2 a[href^='#'].active, .content h3 a[href^='#']:hover, .content h3 a[href^='#']:focus, .content h3 a[href^='#']:active, .content h3 a[href^='#'].active, .content h4 a[href^='#']:hover, .content h4 a[href^='#']:focus, .content h4 a[href^='#']:active, .content h4 a[href^='#'].active, .content h5 a[href^='#']:hover, .content h5 a[href^='#']:focus, .content h5 a[href^='#']:active, .content h5 a[href^='#'].active {
        color: #8b8b8b;
        border-bottom: none; }
    .content p a.img-inside, .content blockquote a.img-inside, .content li a.img-inside, .content h1 a.img-inside, .content h2 a.img-inside, .content h3 a.img-inside, .content h4 a.img-inside, .content h5 a.img-inside {
      border-bottom: none; }
  .content .faq li a, .content .on-list li a {
    border-bottom: none; }

h2 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: normal;
  font-family: Tahoma, Helvetica, sans-serif;
  color: #250E62;
  text-transform: uppercase;
  line-height: 150%; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    h2 {
      font-size: 44px;
      font-weight: bold;
      margin-top: 60px;
      margin-bottom: 40px; } }

h3 {
  line-height: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-family: Tahoma, Helvetica, sans-serif;
  color: #250E62;
  font-weight: normal; }
  h3 small {
    color: inherit;
    font-size: 16px;
    font-weight: normal;
    display: block;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 10px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    h3 {
      font-size: 40px;
      line-height: 150%;
      margin-top: 60px;
      margin-bottom: 40px; } }

h4, .h4 {
  color: #250E62;
  font-size: 20px;
  line-height: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: normal; }
  h4 + ul, h4 + ol, .h4 + ul, .h4 + ol {
    margin-top: 25px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    h4, .h4 {
      font-size: 45px;
      line-height: 150%;
      margin-top: 60px;
      margin-bottom: 40px; } }

h5 {
  color: #1C1A25;
  font-size: 30px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 12px;
      margin-bottom: 10px;
      margin-top: 10px; } }

h6 {
  color: #250E62;
  font-size: 16px;
  font-weight: normal;
  line-height: 150%; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    h6 {
      font-size: 44px; } }

.heding {
  color: #250E62;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .heding {
      font-size: 40px; } }

.local-time p, .local-time blockquote {
  font-size: 12px !important; }
  .local-time p span, .local-time blockquote span {
    font-weight: bold; }

p, blockquote {
  color: #212029;
  font-size: 30px;
  font-weight: normal;
  line-height: 150%;
  margin-top: 35px;
  font-family: Tahoma, Helvetica, Arial, sans-serif; }
  @media screen and (min-width: 992px) {
    p, blockquote {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 10px; } }
  p.lead, blockquote.lead {
    color: #212029;
    font-size: 44px; }
    @media screen and (min-width: 992px) {
      p.lead, blockquote.lead {
        font-size: 20px;
        padding-left: 25px; } }
  p a, blockquote a {
    color: #E40046;
    border-bottom: 1px solid #e3e3e6; }
    p a:hover, blockquote a:hover, p a:focus, blockquote a:focus, p a:active, blockquote a:active, p a.active, blockquote a.active {
      text-decoration: none;
      color: #FF0046;
      border-bottom: none; }
    p a:visited, blockquote a:visited {
      color: #8b45bc; }
    p a[href^='#'], blockquote a[href^='#'] {
      color: inherit;
      border-bottom-style: dashed; }
      p a[href^='#']:hover, blockquote a[href^='#']:hover, p a[href^='#']:focus, blockquote a[href^='#']:focus, p a[href^='#']:active, blockquote a[href^='#']:active, p a[href^='#'].active, blockquote a[href^='#'].active {
        color: #8b8b8b;
        border-bottom: none; }
  p .time, blockquote .time {
    font-size: 12px;
    color: #8b8b8b;
    display: block;
    margin-top: 20px; }

a {
  font-family: Tahoma, Helvetica, Arial, sans-serif; }

.color-secondary {
  color: #250E62; }

ul {
  list-style: none; }
  @media screen and (min-width: 992px) {
    ul {
      padding-left: 20px; } }
  ul li {
    position: relative;
    font-size: 30px;
    font-weight: normal;
    line-height: 150%;
    margin-bottom: 40px;
    font-family: Tahoma, Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 992px) {
      ul li {
        font-size: 12px;
        margin-bottom: 10px; } }
    ul li:before {
      position: absolute;
      content: '';
      display: block;
      left: -40px;
      top: 11px;
      width: 19px;
      height: 19px;
      border: 2px solid #e40046;
      background: #e40046; }
      .marked ul li:before {
        display: block !important; }
      @media screen and (min-width: 992px) {
        ul li:before {
          width: 9px;
          height: 9px;
          left: -20px;
          top: 6px; } }

.linked-ul li a {
  text-decoration: none !important;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out; }
  .linked-ul li a:hover, .linked-ul li a:focus, .linked-ul li a:active, .linked-ul li a.active {
    border-bottom: 1px solid transparent; }

ol {
  counter-reset: myCounter;
  list-style-type: none; }
  @media screen and (min-width: 992px) {
    ol {
      padding-left: 20px; } }
  ol > li {
    counter-increment: myCounter;
    font-size: 30px;
    line-height: 150%;
    position: relative;
    margin-bottom: 40px;
    font-family: Tahoma, Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 992px) {
      ol > li {
        font-size: 12px;
        margin-bottom: 20px; } }
    ol > li:before {
      content: counter(myCounter) ". ";
      color: #E40046;
      position: absolute;
      top: 0;
      left: -40px;
      text-align: right; }
      @media screen and (min-width: 992px) {
        ol > li:before {
          left: -20px; } }
    ol > li > ol {
      margin-top: 50px;
      counter-reset: mySubCounter; }
      @media screen and (min-width: 992px) {
        ol > li > ol {
          margin-top: 20px; } }
      ol > li > ol li {
        counter-increment: mySubCounter; }
        ol > li > ol li:before {
          position: static;
          content: counter(myCounter) "." counter(mySubCounter) " ";
          color: #E40046; }

ul.short {
  color: #8b8b8b;
  margin-top: 40px; }
  @media screen and (min-width: 992px) {
    ul.short {
      margin-top: 10px;
      margin-bottom: 0; } }
  ul.short li {
    margin-bottom: 10px; }
    ul.short li:before {
      display: none; }

.dropdown-menu li {
  margin-bottom: 0; }
  .dropdown-menu li:before {
    content: none; }

blockquote small {
  color: #8B8B8B;
  font-size: 25px;
  margin-top: 25px;
  font-style: italic; }
  @media screen and (min-width: 992px) {
    blockquote small {
      font-size: 12px; } }

.accordion .panel {
  border: 0;
  margin-bottom: 15px;
  box-shadow: none; }
  .accordion .panel .panel-heading {
    border: 0;
    display: inline;
    background-color: transparent; }
    @media screen and (min-width: 992px) {
      .accordion .panel .panel-heading {
        margin-bottom: -25px;
        padding: 0; } }
    .accordion .panel .panel-heading .panel-title {
      color: #212029;
      font-size: 30px;
      font-weight: normal;
      text-decoration: none; }
      @media screen and (min-width: 992px) {
        .accordion .panel .panel-heading .panel-title {
          font-size: 14px; } }
      .accordion .panel .panel-heading .panel-title a {
        text-decoration: none;
        display: inline;
        border-bottom: 1px dashed #212029; }
        .accordion .panel .panel-heading .panel-title a .triangle-bottom {
          display: none;
          font-size: 16px; }
          @media screen and (min-width: 992px) {
            .accordion .panel .panel-heading .panel-title a .triangle-bottom {
              font-size: 10px; } }
        .accordion .panel .panel-heading .panel-title a .triangle-top {
          font-size: 16px; }
          @media screen and (min-width: 992px) {
            .accordion .panel .panel-heading .panel-title a .triangle-top {
              font-size: 10px; } }
        .accordion .panel .panel-heading .panel-title a:focus {
          text-decoration: none; }
        .accordion .panel .panel-heading .panel-title a.collapsed .triangle-top {
          display: none; }
        .accordion .panel .panel-heading .panel-title a.collapsed .triangle-bottom {
          display: inline; }

.accordion .panel-body {
  border: 0 !important;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .accordion .panel-body p, .accordion .panel-body blockquote {
      padding: 0; } }

.content ul.tabs {
  margin: 0;
  padding: 0;
  text-align: justify; }
  .content ul.tabs li.tabs-heading {
    display: inline-block;
    margin-right: 60px; }
    @media screen and (min-width: 992px) {
      .content ul.tabs li.tabs-heading {
        margin-right: 20px; } }
    .content ul.tabs li.tabs-heading:last-child {
      margin-right: 0; }
    .content ul.tabs li.tabs-heading:before {
      display: none; }
    .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"] {
      border-bottom: 5px solid transparent !important;
      text-decoration: none !important;
      color: #a2a6ad;
      font-size: 32px; }
      @media screen and (min-width: 992px) {
        .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"] {
          font-size: 16px !important;
          border-bottom: 2px solid transparent !important;
          text-decoration: none !important; } }
      .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"].active {
        border-bottom-color: #e40046 !important;
        color: #1b1a24; }
      .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"]:active, .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"]:focus, .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"]:hover {
        text-decoration: none;
        outline: none; }
        @media screen and (min-width: 992px) {
          .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"]:active, .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"]:focus, .content ul.tabs li.tabs-heading a.tabs-heading-link[href^="#"]:hover {
            border-color: #e40046; } }

.js-panes-control {
  list-style: none; }
  .js-panes-control .js-tab-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 30px; }
    .js-panes-control .js-tab-item:first-child {
      margin-left: 0; }

.js-pane-trigger {
  display: block;
  position: relative; }

.js-panes {
  position: relative; }
  .js-panes .js-pane {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none; }
    .js-panes .js-pane.active {
      display: block; }

img {
  width: 100%;
  border-radius: 6px; }
  img + small {
    color: #8b8b8b;
    font-size: 12px;
    font-style: italic;
    margin-top: 5px; }

.img-inside {
  position: relative;
  text-decoration: none;
  display: block;
  border-bottom: none; }
  .img-inside:hover {
    text-decoration: none; }
    .img-inside:hover:before {
      opacity: 1; }
  .img-inside:before {
    -webkit-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
    opacity: 0;
    position: absolute;
    content: 'S';
    font-family: 'pek' !important;
    font-size: 25px;
    bottom: 12px;
    right: 12px;
    color: #FFFFFF; }

.photo-galery-wrapper {
  position: relative;
  height: 354px; }
  @media screen and (min-width: 992px) {
    .photo-galery-wrapper {
      height: auto; } }

.photo-galery {
  position: absolute;
  right: -40px;
  left: -40px;
  white-space: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling-x: touch; }
  @media screen and (min-width: 992px) {
    .photo-galery {
      position: static;
      white-space: normal;
      text-align: justify;
      overflow-x: auto; }
      .photo-galery:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
        vertical-align: top; } }
  .photo-galery a {
    margin-left: 25px; }
    .photo-galery a:first-child {
      margin-left: 40px; }
    .photo-galery a:last-child {
      margin-right: 40px; }
    @media screen and (min-width: 992px) {
      .photo-galery a {
        margin: 0;
        margin-bottom: 20px;
        display: inline-block; }
        .photo-galery a:first-child {
          margin-left: 0; }
        .photo-galery a:last-child {
          margin-right: 0; } }
  .photo-galery img {
    width: 87%; }
    @media screen and (min-width: 992px) {
      .photo-galery img {
        width: 260px; } }

.video {
  position: relative;
  height: 354px; }
  @media screen and (min-width: 992px) {
    .video {
      height: auto;
      display: inline-block; } }
  .video-file {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    @media screen and (min-width: 992px) {
      .video-file {
        position: static;
        width: 511px; } }
  .video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 155px;
    height: 115px;
    margin-top: -57.5px;
    margin-left: -77.5px;
    background: url("/img/Play-Button.svg") no-repeat;
    background-size: contain; }

.table-responsive {
  border: 0; }
  .table-responsive.busy {
    position: relative; }
    .table-responsive.busy:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #fff;
      opacity: 0.6; }

.table, .calc .table_noJs {
  border: 0;
  border-bottom: 1px solid #dddddd; }
  .table thead td, .calc .table_noJs thead td {
    background: #252069 !important;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal; }
    .table thead td:first-child, .calc .table_noJs thead td:first-child {
      border-left: 1px solid #DDDDDD; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .table thead td, .calc .table_noJs thead td {
        font-size: 30px; } }
    .table thead td + td, .calc .table_noJs thead td + td {
      font-weight: normal;
      border-right: 1px solid #DDDDDD; }
  .table td, .calc .table_noJs td {
    font-size: 11px;
    color: #000;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    border-right: 1px solid #ddd;
    text-align: center; }
    .table td:first-child, .calc .table_noJs td:first-child {
      border-left: 1px solid #ddd; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .table td, .calc .table_noJs td {
        font-size: 30px; } }
  .table .hovered, .calc .table_noJs .hovered {
    background: rgba(221, 221, 221, 0.5); }
  .table.text-center td, .calc .text-center.table_noJs td {
    text-align: center !important; }
  .table.text-left td, .calc .text-left.table_noJs td {
    text-align: left !important; }

.table-transparent {
  width: 100%; }
  .table-transparent td {
    border: none;
    padding: 0; }

.number-table .pinned {
  width: 60px; }

.number-table .scrollable {
  margin-left: 60px !important; }

.form-group {
  margin-bottom: 50px;
  width: 100%;
  display: block;
  overflow: hidden; }
  @media screen and (min-width: 992px) {
    .form-group {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 20px; }
      .form-group:after {
        content: " ";
        display: table;
        clear: both; } }
  .form-group textarea {
    height: auto !important; }
  .form-group label,
  .form-group textarea {
    font-size: 30px;
    font-weight: bold;
    color: #212029;
    margin-bottom: 0;
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      .form-group label,
      .form-group textarea {
        font-size: 12px;
        margin-top: 0; } }
  .form-group textarea {
    font-weight: normal; }
    @media screen and (min-width: 992px) {
      .form-group textarea {
        font-size: 12px;
        margin-top: 0; } }
  .form-group select {
    vertical-align: middle;
    display: inline-block; }
  .form-group .form-control {
    height: 80px;
    width: 100%;
    background: #e9e9eb;
    font-size: 20px;
    color: #1b1a24;
    -webkit-transition: all 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
    -o-transition: all 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
    transition: all 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none; }
    .form-group .form-control::-webkit-input-placeholder {
      color: rgba(161, 160, 170, 0.5); }
    .form-group .form-control:-moz-placeholder {
      color: rgba(161, 160, 170, 0.5); }
    .form-group .form-control::-moz-placeholder {
      color: rgba(161, 160, 170, 0.5); }
    .form-group .form-control:-ms-input-placeholder {
      color: rgba(161, 160, 170, 0.5); }
    .form-group .form-control[disabled] {
      background: #a5a5a5; }
    .form-group .form-control:focus {
      border: 1px solid #b7b7b7;
      background: #e9e9eb;
      outline: none !important; }
    .form-group .form-control.has-error, .form-group .form-control.parsley-error {
      border: 1px solid #e50e50; }
    .form-group .form-control.select {
      border-radius: 0; }
      .form-group .form-control.select.chosen-container-active {
        border: 1px solid #b7b7b7; }
    @media screen and (min-width: 992px) {
      .form-group .form-control {
        font-size: 12px;
        height: 38px; }
        .form-group .form-control::-ms-clear {
          display: none; } }
  .form-group div.has-error, .form-group .parsley-required, .form-group .parsley-min, .form-group .parsley-type, .form-group .parsley-max, .form-group .parsley-length, .form-group .parsley-validinn, .form-group .parsley-validemail, .form-group .parsley-maxlength {
    padding-top: 20px;
    color: #e50e50;
    font-size: 30px;
    margin-bottom: 0; }
    .form-group div.has-error:before, .form-group .parsley-required:before, .form-group .parsley-min:before, .form-group .parsley-type:before, .form-group .parsley-max:before, .form-group .parsley-length:before, .form-group .parsley-validinn:before, .form-group .parsley-validemail:before, .form-group .parsley-maxlength:before {
      display: none !important; }
    @media screen and (min-width: 992px) {
      .form-group div.has-error, .form-group .parsley-required, .form-group .parsley-min, .form-group .parsley-type, .form-group .parsley-max, .form-group .parsley-length, .form-group .parsley-validinn, .form-group .parsley-validemail, .form-group .parsley-maxlength {
        padding-top: 5px;
        font-size: 12px;
        font-style: italic;
        margin-bottom: 0; } }

form .required:after {
  content: '*';
  color: #FF0046; }

form textarea {
  margin: 0; }

form small {
  font-size: 12px;
  color: #575759;
  line-height: 1;
  white-space: nowrap;
  font-family: Tahoma, Helvetica, Arial, sans-serif; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  select {
    font-size: 20px;
    width: 100%;
    height: 80px; } }

select:disabled {
  display: none; }

.with-select {
  overflow: visible; }

.checkbox {
  color: #212029;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px; }
  .checkbox-inline {
    padding-left: 15px; }
  .checkbox-inline .checkbox {
    display: block;
    width: auto; }
  @media screen and (min-width: 992px) {
    .checkbox {
      margin-bottom: 20px;
      font-size: 14px; }
      .checkbox-inline .checkbox {
        display: inline-block;
        width: 49%; } }
  .checkbox label {
    position: relative;
    font-weight: normal;
    display: inline-block;
    padding: 25px 0 20px 100px; }
    @media screen and (min-width: 992px) {
      .checkbox label {
        padding: 0;
        padding-left: 35px; } }
    .checkbox label input {
      display: none; }
    .checkbox label:before {
      content: '';
      display: block;
      width: 64px;
      height: 64px;
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #b7b7b7;
      border-radius: 2px; }
      @media screen and (min-width: 992px) {
        .checkbox label:before {
          width: 17px;
          height: 17px; } }
    .checkbox label:after {
      opacity: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      visibility: hidden;
      -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), visibility 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      -o-transition: opacity 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), visibility 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      transition: opacity 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), visibility 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      position: absolute;
      left: 10px;
      top: 10px;
      content: 'c';
      font-family: 'pek';
      color: #e50e50;
      font-size: 64px; }
      @media screen and (min-width: 992px) {
        .checkbox label:after {
          font-size: 17px;
          left: 3px;
          top: -5px; } }
    .checkbox label.in:after {
      opacity: 1;
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); }

.radio {
  color: #212029;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 50px;
  line-height: 150%; }
  @media screen and (min-width: 992px) {
    .radio {
      margin-bottom: 20px;
      font-size: 14px; } }
  .radio label {
    position: relative;
    display: inline-block;
    padding: 14px 0 20px 100px; }
    @media screen and (min-width: 992px) {
      .radio label {
        padding: 0;
        padding-left: 35px; } }
    .radio label input {
      display: none; }
    .radio label:before {
      content: '';
      width: 68px;
      height: 68px;
      border: 1px solid #b7b7b7;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 50%; }
      @media screen and (min-width: 992px) {
        .radio label:before {
          width: 20px;
          height: 20px; } }
    .radio label:after {
      content: '';
      background: #e50e50;
      width: 26px;
      height: 26px;
      position: absolute;
      top: 22px;
      left: 22px;
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      -o-transition: opacity 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      transition: opacity 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005); }
      @media screen and (min-width: 992px) {
        .radio label:after {
          width: 10px;
          height: 10px;
          left: 5px;
          top: 5px; } }
    .radio label.in:after {
      opacity: 1;
      visibility: visible; }

.pagination-block {
  border-top: 1px solid #eeeeee; }
  .pagination-block .pagination li {
    display: inline-block;
    margin-bottom: 0; }
    .pagination-block .pagination li a {
      border: none;
      color: #212029;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      text-decoration: none; }
      .pagination-block .pagination li a:hover {
        background: transparent;
        color: #e50e50;
        text-decoration: none; }
      .pagination-block .pagination li a.active {
        color: #e50e50;
        text-decoration: none; }
    .pagination-block .pagination li:before {
      display: none; }
  .pagination-block .pagination-text li a {
    display: inline-block; }
  .pagination-block .pagination-text li + li a {
    border-left: 1px solid #212029; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .pagination-block .pagination {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      display: block; }
      .pagination-block .pagination li a {
        font-size: 32px; }
    .pagination-block .pagination-text {
      position: relative; }
      .pagination-block .pagination-text li a {
        font-size: 23px; }
      .pagination-block .pagination-text__mobile li a {
        padding: 6px 30px; }
      .pagination-block .pagination-text__mobile li:nth-child(2n) {
        position: absolute !important;
        top: 40px !important;
        left: 0;
        display: block;
        width: 100%;
        text-align: center; }
        .pagination-block .pagination-text__mobile li:nth-child(2n) a {
          border-right: 0 !important;
          border-left: 0 !important;
          text-align: center;
          float: none; }
      .pagination-block .pagination-text__back {
        text-align: left; } }

.search-target {
  font-size: 45px;
  line-height: 150%;
  color: #212029;
  font-weight: normal;
  text-transform: lowercase;
  margin-bottom: 40px; }
  @media screen and (min-width: 992px) {
    .search-target {
      font-size: 20px;
      font-weight: bold; } }
  .search-target:before {
    content: '«'; }
  .search-target:after {
    content: '»'; }

.search .form-group {
  margin-bottom: 0; }
  .search .form-group .form-control {
    border: 1px solid #cccccc;
    border-radius: 12px;
    background: #FFFFFF;
    margin-bottom: 0; }

.search-result-item {
  margin-top: 70px; }
  @media screen and (min-width: 992px) {
    .search-result-item {
      margin-top: 20px; } }
  .search-result-item-header {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 150%;
    font-weight: bold; }
    @media screen and (min-width: 992px) {
      .search-result-item-header {
        font-size: 14px;
        margin-bottom: 10px; } }

.search .pagin {
  margin: 0;
  padding: 0;
  margin-top: 40px; }
  .search .pagin-item {
    display: inline-block;
    margin-right: 30px; }
    @media screen and (min-width: 992px) {
      .search .pagin-item {
        font-weight: bold; } }
    .search .pagin-item:before {
      display: none; }
    .search .pagin-item-link {
      text-decoration: none !important;
      font-size: 30px;
      color: #212029; }
      @media screen and (min-width: 992px) {
        .search .pagin-item-link {
          font-size: 14px;
          font-weight: normal; }
          .search .pagin-item-link:hover {
            color: #e61253;
            text-decoration: none; } }
      .search .pagin-item-link:focus {
        text-decoration: underline; }
    .search .pagin-item:last-child {
      margin-right: 0; }
    .search .pagin-item.active .pagin-item-link {
      text-decoration: underline;
      font-weight: bold; }
      @media screen and (min-width: 992px) {
        .search .pagin-item.active .pagin-item-link {
          font-weight: normal;
          color: #e61253;
          text-decoration: none; } }

.breadcrumbs {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
  background: none; }
  .breadcrumbs li {
    font-size: 12px;
    color: #999;
    font-family: Tahoma, Helvetica, sans-serif;
    padding: 0 3px;
    display: inline-block;
    margin-bottom: 0; }
    .breadcrumbs li:before {
      display: none; }
    .breadcrumbs li:after {
      display: none; }
    .breadcrumbs li:last-child:after {
      display: none; }
    .breadcrumbs li a {
      color: inherit; }
      .breadcrumbs li a:hover, .breadcrumbs li a:focus, .breadcrumbs li a:active, .breadcrumbs li a.active {
        color: #212029;
        text-decoration: none !important; }
    .breadcrumbs li + li:before {
      content: '\\';
      padding: 0;
      color: #999;
      margin-right: 6px;
      display: inline-block;
      position: static; }
  .breadcrumbs.hidden-md {
    display: none; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .breadcrumbs {
      display: none; }
      .breadcrumbs.hidden-md {
        display: block;
        margin-bottom: -30px;
        margin-top: 30px; }
        .breadcrumbs.hidden-md li {
          font-size: 24px; } }

.chosen-container {
  padding-left: 0;
  padding-right: 0; }

.hr {
  height: 1px;
  width: 100%;
  border-bottom: 1px solid rgba(70, 70, 70, 0.1);
  margin: 30px 0; }

.icons,
a[href$=".doc"],
a[href$=".docx"],
a[href$=".xls"],
a[href$=".pdf"],
a[href$=".xlsx"],
a[href$=".rar"],
a[href$=".zip"] {
  margin-bottom: 10px;
  background-image: url("/img/spritesheet.png");
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  font-family: Tahoma, Helvetica, Arial, sans-serif;
  color: #FF0046;
  padding-left: 40px;
  font-size: 12px;
  padding-top: 15px; }
  .icons .info,
  a[href$=".doc"] .info,
  a[href$=".docx"] .info,
  a[href$=".xls"] .info,
  a[href$=".pdf"] .info,
  a[href$=".xlsx"] .info,
  a[href$=".rar"] .info,
  a[href$=".zip"] .info {
    color: #a5a5a5;
    font-weight: normal !important; }
  .icons .helper,
  a[href$=".doc"] .helper,
  a[href$=".docx"] .helper,
  a[href$=".xls"] .helper,
  a[href$=".pdf"] .helper,
  a[href$=".xlsx"] .helper,
  a[href$=".rar"] .helper,
  a[href$=".zip"] .helper {
    border-bottom: 1px solid #a5a5a5;
    margin-right: 5px;
    vertical-align: baseline; }
  .icons:hover, .icons:focus, .icons:active, .icons.active,
  a[href$=".doc"]:hover,
  a[href$=".doc"]:focus,
  a[href$=".doc"]:active,
  a[href$=".doc"].active,
  a[href$=".docx"]:hover,
  a[href$=".docx"]:focus,
  a[href$=".docx"]:active,
  a[href$=".docx"].active,
  a[href$=".xls"]:hover,
  a[href$=".xls"]:focus,
  a[href$=".xls"]:active,
  a[href$=".xls"].active,
  a[href$=".pdf"]:hover,
  a[href$=".pdf"]:focus,
  a[href$=".pdf"]:active,
  a[href$=".pdf"].active,
  a[href$=".xlsx"]:hover,
  a[href$=".xlsx"]:focus,
  a[href$=".xlsx"]:active,
  a[href$=".xlsx"].active,
  a[href$=".rar"]:hover,
  a[href$=".rar"]:focus,
  a[href$=".rar"]:active,
  a[href$=".rar"].active,
  a[href$=".zip"]:hover,
  a[href$=".zip"]:focus,
  a[href$=".zip"]:active,
  a[href$=".zip"].active {
    text-decoration: none; }
    .icons:hover .helper, .icons:focus .helper, .icons:active .helper, .icons.active .helper,
    a[href$=".doc"]:hover .helper,
    a[href$=".doc"]:focus .helper,
    a[href$=".doc"]:active .helper,
    a[href$=".doc"].active .helper,
    a[href$=".docx"]:hover .helper,
    a[href$=".docx"]:focus .helper,
    a[href$=".docx"]:active .helper,
    a[href$=".docx"].active .helper,
    a[href$=".xls"]:hover .helper,
    a[href$=".xls"]:focus .helper,
    a[href$=".xls"]:active .helper,
    a[href$=".xls"].active .helper,
    a[href$=".pdf"]:hover .helper,
    a[href$=".pdf"]:focus .helper,
    a[href$=".pdf"]:active .helper,
    a[href$=".pdf"].active .helper,
    a[href$=".xlsx"]:hover .helper,
    a[href$=".xlsx"]:focus .helper,
    a[href$=".xlsx"]:active .helper,
    a[href$=".xlsx"].active .helper,
    a[href$=".rar"]:hover .helper,
    a[href$=".rar"]:focus .helper,
    a[href$=".rar"]:active .helper,
    a[href$=".rar"].active .helper,
    a[href$=".zip"]:hover .helper,
    a[href$=".zip"]:focus .helper,
    a[href$=".zip"]:active .helper,
    a[href$=".zip"].active .helper {
      border-bottom: none; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .icons,
    a[href$=".doc"],
    a[href$=".docx"],
    a[href$=".xls"],
    a[href$=".pdf"],
    a[href$=".xlsx"],
    a[href$=".rar"],
    a[href$=".zip"] {
      background-image: url("/img/spritesheet@m.png");
      height: 100px;
      font-size: 25px;
      padding-left: 90px; } }

a[href$=".doc"], a[href$=".docx"] {
  background-position: 0 0; }

a[href$=".pdf"] {
  background-position: 0 -40px; }

a[href$=".xls"], a[href$=".xlsx"] {
  background-position: 0 -120px; }

a[href$=".rar"] {
  background-position: 0 -80px; }

a[href$=".zip"] {
  background-position: 0 -160px; }

a.no-icon {
  display: inline !important;
  background: none !important;
  font-size: inherit !important;
  padding: 0 !important;
  color: #E40046 !important;
  border-bottom: 1px solid #e3e3e6;
  text-decoration: none !important; }
  a.no-icon:before {
    display: none; }
  a.no-icon:hover, a.no-icon:focus, a.no-icon:active, a.no-icon.active {
    text-decoration: none !important;
    color: #FF0046 !important;
    border-bottom: none !important; }
  a.no-icon:visited {
    color: #8b45bc !important; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  a[href$=".doc"], a[href$=".docx"], a[href$=".pdf"], a[href$=".xls"], a[href$=".rar"], a[href$=".zip"] {
    padding-left: 100px;
    height: auto;
    font-size: 20px;
    background: none;
    position: relative;
    margin-bottom: 30px; }
    a[href$=".doc"]:before, a[href$=".docx"]:before, a[href$=".pdf"]:before, a[href$=".xls"]:before, a[href$=".rar"]:before, a[href$=".zip"]:before {
      content: '';
      position: absolute;
      width: 90px;
      height: 100px;
      left: 0;
      top: 0;
      background-position: 0 0;
      background-image: url("/img/spritesheet@m.png");
      background-repeat: no-repeat; }
  a[href$=".pdf"]:before {
    background-position: 0 -100px; }
  a[href$=".xls"]:before {
    background-position: 0 -300px; }
  a[href$=".rar"]:before {
    background-position: 0 -200px; }
  a[href$=".zip"]:before {
    background-position: 0 -400px; } }

.parsley-required {
  color: #e50e50;
  margin-bottom: 0;
  font-size: 12px; }
  .parsley-required:before {
    display: none !important; }

.parsley-errors-list {
  margin: 0;
  padding: 0; }

.primary-c {
  color: #FF0046; }

.light-c {
  color: #8b8b8b; }

.capcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .capcha {
      margin-bottom: 20px; }
      .capcha img {
        height: 100%; } }

.modal-title {
  margin-top: 0 !important; }

.сhecking-cargo-modal .modal-dialog {
  width: 1000px !important; }

.nowrap {
  white-space: nowrap !important; }

.content a + h3 {
  margin-top: 30px; }

.label-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 38px; }
  .label-wrapper label {
    margin-bottom: 0; }

.uppercase {
  text-transform: uppercase; }

.content form .form-group {
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .block-welcome {
    width: 100%; }
    .block-welcome a {
      width: 100% !important;
      font-size: 30px;
      margin-bottom: 20px !important;
      display: block !important; }
      .block-welcome a div {
        overflow: visible !important; }
  .print-button {
    display: none; } }

.text-right {
  text-align: right !important; }

.footer {
  margin-top: 60px;
  background: #FFFFFF;
  padding: 60px 40px; }
  @media screen and (min-width: 992px) {
    .footer {
      padding: 20px 0 0; } }
  .footer .footer-light-menu {
    margin-bottom: 40px;
    padding: 0;
    margin-top: 5px; }
    @media screen and (min-width: 992px) {
      .footer .footer-light-menu {
        margin-bottom: 0; } }
    .footer .footer-light-menu .menu-item {
      margin-bottom: 20px; }
      .footer .footer-light-menu .menu-item:before {
        display: none; }
      @media screen and (min-width: 992px) {
        .footer .footer-light-menu .menu-item {
          display: inline-block;
          margin-right: 20px; } }
      .footer .footer-light-menu .menu-item.active .menu-link {
        text-decoration: none;
        color: #808080; }
    .footer .footer-light-menu .menu-link {
      display: inline-block;
      color: #250E62;
      text-decoration: underline;
      font-size: 24px;
      font-weight: bold; }
      .footer .footer-light-menu .menu-link:hover, .footer .footer-light-menu .menu-link:focus, .footer .footer-light-menu .menu-link:active, .footer .footer-light-menu .menu-link.active {
        text-decoration: none;
        color: #808080; }
      @media screen and (min-width: 992px) {
        .footer .footer-light-menu .menu-link {
          font-size: 12px;
          font-weight: 500; } }
  .footer .tel {
    font-size: 12px;
    color: #1b1a24;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px; }
    .footer .tel:hover, .footer .tel:focus {
      text-decoration: none; }
  @media screen and (min-width: 992px) {
    .footer .btn-group {
      margin-top: -7px; } }
  .footer .search {
    padding: 35px 0 75px; }
    @media screen and (min-width: 992px) {
      .footer .search {
        padding: 0; } }
    .footer .search .form-control {
      height: 65px;
      background-color: #f2f2f2;
      border: 0 solid white;
      border-radius: 12px 0 0 12px;
      color: #808080;
      font-family: Tahoma, Helvetica, Arial, sans-serif;
      font-size: 25px;
      box-shadow: none; }
      .footer .search .form-control::-webkit-input-placeholder {
        color: #808080; }
      .footer .search .form-control:-moz-placeholder {
        color: #808080; }
      .footer .search .form-control::-moz-placeholder {
        color: #808080; }
      .footer .search .form-control:-ms-input-placeholder {
        color: #808080; }
      @media screen and (min-width: 992px) {
        .footer .search .form-control {
          height: 30px;
          font-size: 12px; } }
    .footer .search .btn {
      background-color: #f2f2f2;
      color: #808080;
      border: 0 solid white;
      border-radius: 0 12px 12px 0;
      padding: 18px 20px 12px;
      position: relative; }
      @media screen and (min-width: 992px) {
        .footer .search .btn {
          height: 30px;
          font-size: 12px;
          padding: 0 10px; } }
      .footer .search .btn:before {
        content: '';
        position: absolute;
        left: 0;
        top: 16px;
        width: 3px;
        height: 35px;
        background: #808080; }
        @media screen and (min-width: 992px) {
          .footer .search .btn:before {
            top: 8px;
            width: 2px;
            height: 15px;
            font-size: 12px; } }
      .footer .search .btn .icon {
        font-size: 21px;
        margin-top: 5px; }
        @media screen and (min-width: 992px) {
          .footer .search .btn .icon {
            font-size: 12px; } }
  .footer .footer-main-menu {
    padding: 0;
    margin-top: 60px;
    margin-left: -55px;
    margin-right: -55px;
    margin-bottom: 40px; }
    .footer .footer-main-menu .menu-item {
      border-bottom: 2px solid #e6e6e6;
      margin-bottom: 0; }
      .footer .footer-main-menu .menu-item:first-child {
        border-top: 2px solid #e6e6e6; }
      .footer .footer-main-menu .menu-item.active {
        background: #f2f2f2; }
      .footer .footer-main-menu .menu-item:before {
        display: none; }
      .footer .footer-main-menu .menu-item .menu-link {
        color: #212029;
        font-size: 35px;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        line-height: 90px;
        padding-left: 55px; }
  .footer .copy {
    font-family: arial, sans-serif;
    font-size: 22px;
    color: #fff;
    line-height: 150%; }
    .footer .copy .copy-link {
      color: #fff;
      text-decoration: underline; }
    @media screen and (min-width: 992px) {
      .footer .copy {
        font-size: 12px;
        font-weight: 500;
        padding-top: 15px; }
        .footer .copy span {
          float: left; }
        .footer .copy .copy-link-second {
          float: right;
          text-align: right; } }
  .footer .footer-bot {
    display: none; }
    @media screen and (min-width: 992px) {
      .footer .footer-bot {
        width: 100%;
        height: 1px;
        border-top: 1px solid #e6e6e6;
        display: block; } }
  .footer .footer-second-menu {
    padding-bottom: 20px; }
  .footer .footer-sub-menu li {
    margin-bottom: 0;
    line-height: 150%; }
    .footer .footer-sub-menu li:before {
      display: none; }
  .footer .footer-sub-menu a {
    font-size: 12px;
    color: #888;
    font-weight: 500; }
    .footer .footer-sub-menu a:hover {
      color: #4a4a4a;
      text-decoration: none; }
    .footer .footer-sub-menu a.active {
      color: #4A4A4A;
      text-decoration: none; }
  .footer .heading {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    color: #212029;
    text-transform: uppercase; }
  .footer .bottom-footer {
    background: #e40046;
    color: #fff;
    overflow: hidden; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .footer {
      padding-bottom: 0; }
      .footer .bottom-footer {
        margin-left: -40px;
        margin-right: -40px; }
      .footer .copy {
        font-size: 30px;
        padding-top: 15px;
        padding-bottom: 15px; } }

.main-slider {
  position: relative;
  height: 500px;
  overflow-y: hidden; }
  .main-slider .item {
    padding: 60px 60px 40px 60px;
    height: 500px;
    position: relative; }
    .main-slider .item:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: url("/img/bg-index-owerlay-slider.png");
      border-radius: 6px; }
  .main-slider .bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    border-radius: 6px;
    height: 500px; }
  .main-slider h2 {
    width: 356px;
    display: block;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    z-index: 10; }
    .main-slider h2 a {
      color: #fff;
      font-size: 60px;
      line-height: 100%;
      font-weight: normal;
      text-transform: uppercase;
      text-decoration: none; }
      .main-slider h2 a:hover {
        color: #fff;
        text-decoration: none; }
  .main-slider p, .main-slider blockquote {
    color: #FFF;
    font-size: 20px;
    width: 356px;
    line-height: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 10; }
  .main-slider .bnts {
    position: relative;
    z-index: 10; }
  .main-slider .nav-btns {
    position: absolute;
    bottom: 60px;
    left: 60px;
    z-index: 10; }
    .main-slider .nav-btns .btn {
      width: 120px;
      height: 65px;
      text-align: left;
      white-space: normal;
      display: inline-block;
      color: white;
      line-height: 61px;
      padding-top: 0;
      padding-bottom: 0; }
      .main-slider .nav-btns .btn span {
        display: inline-block;
        vertical-align: middle;
        line-height: 17px; }
      .main-slider .nav-btns .btn.active {
        background: white;
        color: #212029;
        box-shadow: none; }
      .main-slider .nav-btns .btn:hover {
        background: white;
        color: #212029;
        box-shadow: none; }
  .main-slider .owl-controls {
    display: none; }

.calculate, .status-check, .transport-request {
  padding: 20px 30px;
  background: #fff;
  border-radius: 6px;
  height: 275px;
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .calculate, .status-check, .transport-request {
      padding-top: 60px;
      padding-bottom: 60px;
      height: auto;
      border: 1px solid #e6e6e5;
      margin-bottom: 30px; } }
  .calculate h3, .status-check h3, .transport-request h3 {
    margin: 0;
    color: #250e62;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 70px;
    line-height: 20px;
    text-transform: none; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate h3, .status-check h3, .transport-request h3 {
        font-size: 35px;
        padding-bottom: 30px; } }
  .calculate .country-switcher, .status-check .country-switcher, .transport-request .country-switcher {
    position: absolute;
    bottom: 185px; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate .country-switcher, .status-check .country-switcher, .transport-request .country-switcher {
        position: static;
        padding: 0 15px; } }
  .calculate .change-directions-cnt, .status-check .change-directions-cnt, .transport-request .change-directions-cnt {
    position: relative;
    display: inline-block;
    right: inherit;
    top: inherit;
    text-align: center;
    width: auto;
    height: auto;
    vertical-align: baseline;
    margin-left: -8px;
    margin-right: 5px; }
    .calculate .change-directions-cnt.dis a, .status-check .change-directions-cnt.dis a, .transport-request .change-directions-cnt.dis a {
      color: #aaa; }
      .calculate .change-directions-cnt.dis a:hover, .status-check .change-directions-cnt.dis a:hover, .transport-request .change-directions-cnt.dis a:hover {
        color: #aaa;
        cursor: default; }
    .calculate .change-directions-cnt a, .status-check .change-directions-cnt a, .transport-request .change-directions-cnt a {
      padding-left: 5px;
      padding-right: 5px;
      display: inline-block;
      vertical-align: sub; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate .change-directions-cnt, .status-check .change-directions-cnt, .transport-request .change-directions-cnt {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
             -o-transform: rotate(90deg);
                transform: rotate(90deg);
        margin-top: 25px;
        margin-bottom: 15px;
        margin-left: -15px; }
        .calculate .change-directions-cnt a, .status-check .change-directions-cnt a, .transport-request .change-directions-cnt a {
          font-size: 60px;
          vertical-align: inherit; } }
  .calculate .country, .status-check .country, .transport-request .country {
    display: inline-block; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate .country, .status-check .country, .transport-request .country {
        display: block; } }
    .calculate .country span, .status-check .country span, .transport-request .country span {
      color: #212029;
      font-size: 12px;
      text-decoration: none;
      border-bottom: 1px dashed #9f9ea8;
      line-height: 12px;
      font-weight: bold; }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .calculate .country span, .status-check .country span, .transport-request .country span {
          font-size: 35px;
          line-height: 150%; } }
    .calculate .country a:hover, .status-check .country a:hover, .transport-request .country a:hover, .calculate .country a:focus, .status-check .country a:focus, .transport-request .country a:focus, .calculate .country a:active, .status-check .country a:active, .transport-request .country a:active, .calculate .country a.active, .status-check .country a.active, .transport-request .country a.active {
      text-decoration: none;
      color: #383646; }
      .calculate .country a:hover span, .status-check .country a:hover span, .transport-request .country a:hover span, .calculate .country a:focus span, .status-check .country a:focus span, .transport-request .country a:focus span, .calculate .country a:active span, .status-check .country a:active span, .transport-request .country a:active span, .calculate .country a.active span, .status-check .country a.active span, .transport-request .country a.active span {
        border-bottom: 0; }
    .calculate .country.country-from, .status-check .country.country-from, .transport-request .country.country-from {
      position: relative; }
  .calculate .form-weight, .status-check .form-weight, .transport-request .form-weight,
  .calculate .form-capacity, .status-check .form-capacity, .transport-request .form-capacity {
    font-weight: bold; }
  .calculate .gabarits, .status-check .gabarits, .transport-request .gabarits {
    text-decoration: none;
    color: #bfbfbf;
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate .gabarits, .status-check .gabarits, .transport-request .gabarits {
        display: inline-block;
        margin-left: 25px; } }
    .calculate .gabarits.active, .status-check .gabarits.active, .transport-request .gabarits.active {
      color: #FF0046; }
  .calculate .info, .status-check .info, .transport-request .info {
    width: 10px;
    height: 10px;
    color: #fff;
    background: #bfbfbf;
    display: inline-block;
    text-align: center;
    line-height: 10px;
    border-radius: 50%;
    margin-right: -15px;
    margin-left: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate .info, .status-check .info, .transport-request .info {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px; } }
  .calculate form.row, .status-check form.row, .transport-request form.row {
    padding-left: 15px; }
  .calculate label, .status-check label, .transport-request label {
    font-weight: bold;
    font-size: 12px;
    color: #212029;
    line-height: 12px;
    font-family: Tahoma, Helvetica, Arial, sans-serif; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate label, .status-check label, .transport-request label {
        font-size: 24px;
        margin-top: 30px;
        line-height: 1.2;
        margin-bottom: 20px; } }
  .calculate .form-group, .status-check .form-group, .transport-request .form-group {
    margin-bottom: 10px;
    overflow: hidden; }
  .calculate .form-control, .status-check .form-control, .transport-request .form-control {
    width: 100px;
    border: 1px solid #b7b7b7; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .calculate .form-control, .status-check .form-control, .transport-request .form-control {
        width: 320px; } }
  .calculate .special-inputs, .status-check .special-inputs, .transport-request .special-inputs {
    text-align: left;
    position: relative; }
    .calculate .special-inputs:before, .status-check .special-inputs:before, .transport-request .special-inputs:before {
      position: absolute;
      content: 'x';
      font-family: 'pek';
      font-size: 8px;
      color: #d2d2d6;
      left: 50px;
      top: 10px; }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .calculate .special-inputs:before, .status-check .special-inputs:before, .transport-request .special-inputs:before {
          left: 33%;
          top: 30px;
          font-size: 12px; } }
    .calculate .special-inputs:after, .status-check .special-inputs:after, .transport-request .special-inputs:after {
      position: absolute;
      content: 'x';
      font-family: 'pek';
      font-size: 8px;
      color: #d2d2d6;
      left: 85px;
      top: 10px; }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .calculate .special-inputs:after, .status-check .special-inputs:after, .transport-request .special-inputs:after {
          left: 66%;
          font-size: 12px;
          top: 30px; } }
    .calculate .special-inputs .form-control, .status-check .special-inputs .form-control, .transport-request .special-inputs .form-control {
      text-align: center;
      width: 40px;
      display: inline-block;
      padding: 0;
      margin-right: -4px;
      font-weight: bold;
      -webkit-transition: none !important;
      -o-transition: none !important;
      transition: none !important; }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .calculate .special-inputs .form-control, .status-check .special-inputs .form-control, .transport-request .special-inputs .form-control {
          width: 33%; } }
      .calculate .special-inputs .form-control[name="h"], .status-check .special-inputs .form-control[name="h"], .transport-request .special-inputs .form-control[name="h"] {
        border-left: none;
        border-right: none; }
      .calculate .special-inputs .form-control[name="l"], .status-check .special-inputs .form-control[name="l"], .transport-request .special-inputs .form-control[name="l"] {
        border-left: none; }
  .calculate .parsley-errors-list, .status-check .parsley-errors-list, .transport-request .parsley-errors-list {
    display: none; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .calculate button, .status-check button, .transport-request button {
      margin-top: 30px; } }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .calculate .gabarits-width, .status-check .gabarits-width, .transport-request .gabarits-width {
      display: inline-block;
      margin-left: 0; } }

.status-check, .transport-request {
  height: 115px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 10px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .status-check, .transport-request {
      height: auto;
      padding-top: 60px;
      padding-bottom: 60px; } }
  .status-check h3, .transport-request h3 {
    padding-bottom: 15px; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .status-check h3, .transport-request h3 {
        padding-bottom: 30px; } }
  .status-check .form-control, .transport-request .form-control {
    display: inline-block;
    width: 190px; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .status-check .form-control, .transport-request .form-control {
        width: 100%;
        font-size: 24px;
        font-weight: bold; } }
  .status-check .form-group, .transport-request .form-group {
    margin-left: 0;
    margin-right: 0; }

.transport-request {
  height: 90px;
  margin-top: 10px;
  padding-top: 15px;
  overflow: visible; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .transport-request {
      height: auto;
      margin-bottom: 0;
      padding-top: 60px; } }
  .transport-request h3,
  .transport-request .h3 {
    padding-bottom: 0; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .transport-request h3,
      .transport-request .h3 {
        line-height: 150%; } }
  .transport-request .help {
    font-size: 12px;
    color: #9f9ea8;
    position: absolute;
    bottom: 10px;
    text-transform: uppercase;
    text-decoration: underline; }
    .transport-request .help:hover {
      color: #777684; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .transport-request .help {
        font-size: 24px;
        font-weight: bold;
        padding-left: 40px;
        bottom: 30px;
        text-transform: none; } }
  .transport-request .icon-link {
    float: right; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .transport-request .icon-link {
        float: none; } }
  .transport-request .icon {
    color: #d1d1d5;
    font-size: 53px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .transport-request .icon {
        font-size: 140px;
        float: right; } }
  .transport-request a:hover {
    text-decoration: none; }
    .transport-request a:hover .icon {
      color: #a9a9b0; }
  .transport-request__dropdown-container {
    position: relative; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .transport-request button {
      margin-top: 0; } }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .ie_fix_height > div {
    width: 100%; } }

.section-TC {
  margin-top: 20px; }
  .section-TC .inner-slider img {
    height: 180px; }

.transport-categories, .about .btns-group {
  border-radius: 6px;
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .transport-categories .plate-wrapper, .about .btns-group .plate-wrapper {
    display: table-cell;
    text-align: center;
    float: none;
    width: 1%;
    height: 180px;
    background: #fff;
    vertical-align: middle;
    position: relative; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .transport-categories .plate-wrapper, .about .btns-group .plate-wrapper {
        display: block;
        width: 100%;
        height: 230px;
        margin-bottom: 30px;
        border-radius: 12px; } }
    .transport-categories .plate-wrapper:first-child a, .about .btns-group .plate-wrapper:first-child a {
      border-left: 0; }
  .transport-categories a, .about .btns-group a {
    font-family: Tahoma, Helvetica, Arial, sans-serif;
    display: block;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #cacac8;
    z-index: 1; }
    .transport-categories a:after, .about .btns-group a:after {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .transport-categories a:before, .about .btns-group a:before {
      -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      -o-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      display: block;
      text-decoration: none;
      z-index: 2; }
    .transport-categories a:hover, .about .btns-group a:hover, .transport-categories a:focus, .about .btns-group a:focus, .transport-categories a:active, .about .btns-group a:active, .transport-categories a.active, .about .btns-group a.active {
      text-decoration: none;
      border-right: 0;
      z-index: 4; }
      .transport-categories a:hover:before, .about .btns-group a:hover:before, .transport-categories a:focus:before, .about .btns-group a:focus:before, .transport-categories a:active:before, .about .btns-group a:active:before, .transport-categories a.active:before, .about .btns-group a.active:before {
        border: 6px solid #fff;
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        text-decoration: none;
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
             -o-transform: scale(1.02);
                transform: scale(1.02);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
        z-index: 4; }
      .transport-categories a:hover .ico-wrapper img, .about .btns-group a:hover .ico-wrapper img, .transport-categories a:focus .ico-wrapper img, .about .btns-group a:focus .ico-wrapper img, .transport-categories a:active .ico-wrapper img, .about .btns-group a:active .ico-wrapper img, .transport-categories a.active .ico-wrapper img, .about .btns-group a.active .ico-wrapper img {
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        -o-transition: transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005), -o-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        transition: transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        transition: transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005), -webkit-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005), -o-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2); }
      .transport-categories a:hover .icon, .about .btns-group a:hover .icon, .transport-categories a:focus .icon, .about .btns-group a:focus .icon, .transport-categories a:active .icon, .about .btns-group a:active .icon, .transport-categories a.active .icon, .about .btns-group a.active .icon {
        -webkit-transform: scale(1.2);
            -ms-transform: scale(1.2);
             -o-transform: scale(1.2);
                transform: scale(1.2); }
    .transport-categories a .icon, .about .btns-group a .icon {
      color: #250e62;
      font-size: 80px;
      line-height: initial;
      -webkit-transition: all ease-in-out .2s;
      -o-transition: all ease-in-out .2s;
      transition: all ease-in-out .2s; }
    .transport-categories a .text, .about .btns-group a .text {
      color: #212029;
      font-weight: normal;
      font-size: 12px;
      display: inline-block;
      width: 70px;
      text-align: center;
      -webkit-transition: all ease-in-out .2s;
      -o-transition: all ease-in-out .2s;
      transition: all ease-in-out .2s;
      line-height: 1.2; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .transport-categories, .about .btns-group {
      display: block; }
      .transport-categories a, .about .btns-group a {
        display: block;
        width: 100%;
        margin-bottom: 30px;
        height: 230px;
        text-align: left;
        border: none; }
        .transport-categories a:before, .about .btns-group a:before {
          content: " ";
          display: inline-block;
          height: 100%;
          width: 1%;
          vertical-align: middle; }
        .transport-categories a .icon, .about .btns-group a .icon {
          font-size: 120px;
          display: inline-block;
          vertical-align: middle;
          margin-top: 0;
          margin-left: 45px; }
          .transport-categories a .icon:before, .about .btns-group a .icon:before {
            display: inline-block;
            margin-top: 25px; }
        .transport-categories a .text, .about .btns-group a .text {
          text-align: left;
          font-size: 45px;
          line-height: 150%;
          padding-left: 80px;
          vertical-align: middle; } }

.section-FAQ {
  padding: 35px 30px; }
  .section-FAQ h2 {
    text-align: center;
    text-transform: uppercase;
    color: #26323c;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 30px; }
    .section-FAQ h2 a {
      color: #e40046;
      text-decoration: underline; }
      .section-FAQ h2 a:hover, .section-FAQ h2 a:focus, .section-FAQ h2 a:active, .section-FAQ h2 a.active {
        text-decoration: none; }
  .section-FAQ ul {
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    overflow: hidden; }
  .section-FAQ li {
    width: 200px;
    display: block;
    list-style: none;
    float: left;
    line-height: 100%;
    margin-bottom: 0;
    margin-left: 20px; }
    .section-FAQ li:first-child {
      margin-left: 0; }
    .section-FAQ li:before {
      display: none; }
    .section-FAQ li .number {
      color: rgba(33, 32, 41, 0.4);
      font-size: 24px;
      padding-bottom: 15px;
      border-bottom: 4px solid #e40046;
      line-height: 20px; }
    .section-FAQ li p, .section-FAQ li blockquote {
      padding-top: 10px;
      font-size: 17px;
      font-weight: 500;
      line-height: 20px; }
      .section-FAQ li p b, .section-FAQ li blockquote b {
        display: block;
        position: relative;
        color: #250E62; }
        .section-FAQ li p b.plus:before, .section-FAQ li blockquote b.plus:before {
          content: '>';
          display: inline-block;
          position: absolute;
          left: -15px;
          color: #bdbcc7; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .section-FAQ h2 {
      font-size: 45px;
      font-weight: normal;
      text-transform: none;
      text-align: left; }
    .section-FAQ ul {
      overflow-x: scroll;
      white-space: nowrap;
      padding-bottom: 10px; }
      .section-FAQ ul li {
        width: 250px;
        margin-left: 0;
        margin-right: 30px; }
      .section-FAQ ul .number {
        font-size: 37px;
        line-height: 150%; }
      .section-FAQ ul p, .section-FAQ ul blockquote {
        font-size: 22px;
        line-height: 28px;
        padding-top: 0;
        white-space: normal; } }

.news, .about {
  border-radius: 6px;
  background: #FFFFFF;
  padding: 40px 40px;
  height: 680px;
  overflow: hidden; }
  .news h2, .about h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: normal; }
  .news article, .about article {
    margin-bottom: 10px; }
    .news article header, .about article header {
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 0; }
      .news article header a, .about article header a {
        color: #250E62;
        text-decoration: underline; }
        .news article header a:hover, .about article header a:hover, .news article header a:focus, .about article header a:focus, .news article header a:active, .about article header a:active, .news article header a.active, .about article header a.active {
          color: #FF0046;
          text-decoration: none; }
    .news article p, .about article p, .news article blockquote, .about article blockquote {
      font-size: 12px;
      margin-bottom: 0; }
    .news article .time, .about article .time {
      font-size: 9px;
      color: #b4b2c0; }
      .news article .time span, .about article .time span {
        text-transform: uppercase; }
        .news article .time span:before, .about article .time span:before {
          content: '|';
          padding-right: 5px;
          padding-left: 5px; }
        .news article .time span a, .about article .time span a {
          color: inherit; }
          .news article .time span a:hover, .about article .time span a:hover, .news article .time span a:focus, .about article .time span a:focus, .news article .time span a:active, .about article .time span a:active, .news article .time span a.active, .about article .time span a.active {
            color: #FF0046;
            text-decoration: none; }
  .news .all-news, .about .all-news {
    text-decoration: underline; }
    .news .all-news:hover, .about .all-news:hover, .news .all-news:focus, .about .all-news:focus, .news .all-news:active, .about .all-news:active, .news .all-news.active, .about .all-news.active {
      color: #FF0046;
      text-decoration: none; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .news, .about {
      margin-bottom: 30px;
      border-radius: 12px;
      height: auto; }
      .news .all-news, .about .all-news {
        font-size: 30px; }
      .news h2, .about h2 {
        font-size: 45px; }
      .news article, .about article {
        margin-bottom: 50px; }
        .news article header, .about article header {
          font-size: 30px;
          line-height: 1.5; }
        .news article p, .about article p, .news article blockquote, .about article blockquote {
          font-size: 30px;
          margin-top: 20px; }
        .news article .time, .about article .time {
          font-size: 24px;
          display: inline-block;
          margin-top: 20px;
          font-weight: bold; } }

.about {
  position: relative; }
  .about p, .about blockquote {
    margin-top: 0;
    line-height: 24px; }
  .about .btns-group {
    position: absolute;
    bottom: 0;
    width: 805px;
    left: 0;
    right: 0;
    border-top: 1px solid #cacac8;
    border-radius: 0;
    vertical-align: top; }
    .about .btns-group a:after {
      display: none; }
    .about .btns-group a .inline {
      padding-top: 20px; }
    .about .btns-group .ico-wrapper {
      height: 85px;
      display: block; }
      .about .btns-group .ico-wrapper img {
        width: auto; }
      .about .btns-group .ico-wrapper:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: bottom; }
      .about .btns-group .ico-wrapper .icon {
        vertical-align: bottom;
        display: inline-block; }
    .about .btns-group a {
      vertical-align: top; }
      .about .btns-group a .text {
        width: 100%;
        padding-top: 5px; }
      .about .btns-group a .icon-1 {
        font-size: 66px; }
      .about .btns-group a .icon-2 {
        font-size: 62px; }
      .about .btns-group a .icon-3 {
        font-size: 73.5px; }
      .about .btns-group a .icon-4 {
        font-size: 78px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .about {
      padding-bottom: 0; }
      .about .plate-wrapper {
        height: auto !important;
        margin-bottom: 0; }
      .about .btns-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        position: static;
        margin-left: -40px;
        margin-right: -40px;
        width: 610px; }
        .about .btns-group a {
          font-family: Tahoma, Helvetica, Arial, sans-serif !important;
          width: 100%;
          border-radius: 0;
          border-bottom: 1px solid #cacac8 !important;
          height: 300px;
          float: none;
          margin: 0; }
          .about .btns-group a:nth-child(3) {
            border-left: 0; }
          .about .btns-group a:before {
            display: none; }
          .about .btns-group a .text {
            padding: 0;
            font-size: 45px;
            color: #212029;
            text-align: left !important; }
          .about .btns-group a .ico-wrapper {
            height: auto;
            display: block;
            text-align: center;
            margin-bottom: 0;
            margin-left: 50px;
            padding-right: 60px; }
          .about .btns-group a .icon {
            padding: 0;
            margin: 0;
            float: none; }
          .about .btns-group a .icon-1 {
            font-size: 100px; }
          .about .btns-group a .icon-2 {
            font-size: 110px; }
          .about .btns-group a .icon-3 {
            font-size: 120px; }
          .about .btns-group a .icon-4 {
            font-size: 130px; }
        .about .btns-group .inline {
          padding-top: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 100%; }
      .about p, .about blockquote {
        line-height: 150%; } }

.tarif-calculator {
  padding: 35px 0;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .tarif-calculator h3 {
    margin-top: 0; }
  .tarif-calculator .col-3 {
    width: 33%;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    vertical-align: top; }
    .tarif-calculator .col-3.f-ch {
      padding-left: 0; }
    .tarif-calculator .col-3:last-child {
      padding-right: 0; }
  .tarif-calculator label {
    margin-top: 15px;
    margin-bottom: 10px; }
  .tarif-calculator .form-group {
    margin-left: 0;
    margin-right: 0; }
  .tarif-calculator .value {
    margin-top: 0;
    padding-left: 20px; }
    .tarif-calculator .value-key {
      position: relative;
      display: inline-block;
      color: #250E62;
      font-size: 40px;
      line-height: 40px;
      font-weight: bold; }
      .tarif-calculator .value-key small {
        font-size: 12px; }
      .tarif-calculator .value-key:before {
        position: absolute;
        top: -10px;
        left: -20px;
        font-family: pek;
        display: block;
        color: #9F9EA8;
        font-size: 12px; }
    .tarif-calculator .value.price .value-key:before {
      content: 'r'; }
    .tarif-calculator .value.time .value-key:before {
      content: 'h'; }
    .tarif-calculator .value.calendar .value-key:before {
      content: 'b'; }
    .tarif-calculator .value p, .tarif-calculator .value blockquote {
      margin-top: 0;
      margin-bottom: 0;
      color: #212029;
      font-size: 14px; }
  .tarif-calculator .filter-tariffs-result {
    padding-top: 10px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .tarif-calculator h3 small {
      display: block; }
    .tarif-calculator .col-3 {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 50px; }
      .tarif-calculator .col-3 label {
        margin-bottom: 20px; }
    .tarif-calculator .value {
      padding-left: 30px; }
      .tarif-calculator .value-key {
        font-size: 70px;
        line-height: 76px; }
        .tarif-calculator .value-key:before {
          font-size: 20px;
          top: -20px;
          left: -30px; } }
  .tarif-calculator.terms-calculator .change-directions-cnt {
    z-index: 1;
    right: -24px; }

.changeNumberOf .tab-head {
  padding: 0;
  text-align: center;
  position: relative; }
  .changeNumberOf .tab-head:before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #EBEBEB;
    top: 50%; }
  .changeNumberOf .tab-head li {
    margin-bottom: 0;
    margin-left: -5px; }
    .changeNumberOf .tab-head li:before {
      display: none;
      padding: 0; }
    .changeNumberOf .tab-head li:first-child a {
      border-radius: 3px 0 0 3px; }
    .changeNumberOf .tab-head li:last-child a {
      border-radius: 0 3px 3px 0; }
    .changeNumberOf .tab-head li a {
      display: inline-block;
      text-decoration: none !important;
      font-family: Tahoma, Helvetica, sans-serif;
      font-size: 12px;
      padding-top: 0;
      padding-bottom: 0;
      border: 1px solid #EBEBEB; }
      .changeNumberOf .tab-head li a:hover, .changeNumberOf .tab-head li a:focus, .changeNumberOf .tab-head li a:active, .changeNumberOf .tab-head li a.active {
        text-decoration: none; }
      .changeNumberOf .tab-head li a.active {
        background-color: #EBEBEB;
        color: #808080;
        box-shadow: none; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .changeNumberOf .tab-head {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
    .changeNumberOf .tab-head:before {
      display: none; }
    .changeNumberOf .tab-head li {
      display: table-cell;
      float: none;
      width: 1%; }
      .changeNumberOf .tab-head li a {
        width: 100%;
        font-size: 27px;
        padding: 30px 0; } }

.changeNumberOf .tab-body {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative; }
  .changeNumberOf .tab-body:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    background-color: #EBEBEB;
    bottom: 0;
    left: -40px;
    right: -40px; }
  .changeNumberOf .tab-body .form-group {
    position: relative;
    margin: 0;
    margin-bottom: 10px;
    -webkit-animation: addInput .2s;
         -o-animation: addInput .2s;
            animation: addInput .2s; }
    .changeNumberOf .tab-body .form-group.remInput {
      -webkit-animation: delInput .2s;
           -o-animation: delInput .2s;
              animation: delInput .2s; }
    .changeNumberOf .tab-body .form-group .add,
    .changeNumberOf .tab-body .form-group .del {
      position: absolute;
      top: 20px;
      margin-top: -9px;
      right: 10px;
      width: 18px;
      height: 18px;
      border: 1px solid #f93f72;
      border-radius: 50%;
      color: #f93f72;
      text-align: center;
      display: inline-block;
      line-height: 12px;
      white-space: nowrap;
      text-decoration: none;
      font-size: 18px; }
  .changeNumberOf .tab-body p, .changeNumberOf .tab-body blockquote {
    color: #404040;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .changeNumberOf .tab-body:after {
    width: 100%;
    left: 0; }
  .changeNumberOf .tab-body label {
    font-size: 30px;
    margin-bottom: 20px; }
  .changeNumberOf .tab-body .form-group {
    margin-bottom: 30px; }
    .changeNumberOf .tab-body .form-group .del, .changeNumberOf .tab-body .form-group .add {
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin-top: 0;
      font-size: 40px; }
  .changeNumberOf .tab-body p, .changeNumberOf .tab-body blockquote {
    margin-top: 20px;
    font-size: 25px; } }

.call-back .tabs-body .form-group {
  margin: 0;
  margin-bottom: 10px; }

.call-back .tabs-body .label-wrapper {
  height: 38px;
  line-height: 38px; }

.call-back .tabs-body .helper-text {
  line-height: 1.5;
  font-size: 15px;
  padding: 0;
  margin: 0;
  margin-bottom: -100px; }

.call-back .tabs-body label {
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0; }
  .call-back .tabs-body label.required:after {
    content: '*';
    color: #FF0046; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .call-back .tabs {
    margin-top: 30px;
    margin-bottom: 30px; }
    .call-back .tabs .tabs-heading {
      display: block; }
      .call-back .tabs .tabs-heading .tabs-heading-link {
        display: inline-block;
        font-size: 32px; }
  .call-back .tabs-body .label-wrapper {
    height: auto; }
  .call-back .tabs-body label {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 45px; }
  .call-back .tabs-body .form-group {
    margin-bottom: 30px; }
  .call-back .tabs-body .helper-text {
    margin-bottom: 0; } }

.modal .modal-header {
  height: 80px;
  overflow: hidden;
  white-space: nowrap;
  padding: 0;
  position: relative; }
  .modal .modal-header .modal-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px; }
  .modal .modal-header .close {
    opacity: 1;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 44px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: rgba(255, 0, 70, 0.8);
    border-left: 1px solid #e5e5e5; }
    .modal .modal-header .close:hover, .modal .modal-header .close:focus, .modal .modal-header .close:active {
      outline: none;
      color: #ff0046; }

.modal .modal-body .table-transparent td {
  color: #575759;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  vertical-align: top; }
  .modal .modal-body .table-transparent td + td {
    font-weight: bold; }

.modal .modal-body .filial td {
  font-size: 12px; }

.modal .modal-body p, .modal .modal-body blockquote {
  color: #575759;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .modal .modal-header {
    height: auto; }
    .modal .modal-header .modal-title {
      text-transform: none;
      white-space: normal;
      font-size: 40px;
      line-height: 150%;
      padding-right: 80px; }
    .modal .modal-header .close {
      height: 100%;
      margin-top: 0; }
  .modal .modal-body .table-transparent td {
    display: block;
    font-size: 35px;
    line-height: 150%; }
  .modal .modal-body .filial td {
    font-size: 35px; }
  .modal .modal-body h5 {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 20px; }
  .modal .modal-body p, .modal .modal-body blockquote {
    font-size: 30px; }
  .modal .modal-body .btn {
    margin-top: 20px; } }

.subscription-modal .form-group {
  margin: 0;
  margin-bottom: 10px;
  height: 38px;
  line-height: 38px; }
  .subscription-modal .form-group span {
    color: #575759;
    font-size: 18px;
    font-weight: normal;
    vertical-align: middle; }

.subscription-modal .label-wrapper {
  height: 38px;
  line-height: 38px; }

.subscription-modal label {
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .subscription-modal .label-wrapper {
    height: auto; }
  .subscription-modal label {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 45px; }
  .subscription-modal .form-group {
    margin-bottom: 30px;
    height: auto; } }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .directions {
    background: url("/img/noise.png") repeat; } }

.directions .content {
  padding: 0;
  background: none;
  border-radius: 0 0 11px 11px;
  width: 890px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .directions .content {
      width: 100%; } }

.directions .canvas-map {
  height: 535px;
  width: 890px;
  position: relative;
  background: #ccc;
  border-radius: 6px 6px 0 0; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .directions .canvas-map {
      width: 100%; } }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .directions .wrapper {
    background: #fff;
    padding: 60px 40px;
    border-radius: 11px; }
    .directions .wrapper .marked li {
      font-size: 20px; } }

.directions .section-FAQ {
  background: #fff; }

.directions .faq li {
  margin-right: 65px;
  margin-left: 0; }
  .directions .faq li a {
    text-decoration: none;
    display: block; }
    .directions .faq li a:hover b, .directions .faq li a:focus b, .directions .faq li a:active b, .directions .faq li a.active b {
      color: #FF0046;
      -webkit-transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      -o-transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005); }
    .directions .faq li a:hover .number, .directions .faq li a:focus .number, .directions .faq li a:active .number, .directions .faq li a.active .number {
      color: #FF0046;
      -webkit-transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      -o-transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      transition: color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005); }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .directions .faq li {
    margin-left: 0;
    margin-right: 25px; } }

.map-balloon-inner .map-point-name {
  font-family: "ElektraLightPro";
  font-size: 16px;
  color: #212029;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px; }
  .map-balloon-inner .map-point-name:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #e6e6e6;
    bottom: 0;
    left: 0; }

.map-balloon-inner .map-point-info {
  color: #212029;
  font-size: 14px; }

.map-balloon-inner .map-point-address {
  margin-bottom: 10px; }
  .map-balloon-inner .map-point-address:before {
    display: inline-block;
    vertical-align: middle;
    color: #ff0046;
    font-family: "pek" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'L';
    font-size: 16px;
    margin-right: 8px; }

.map-balloon-inner .map-point-phone {
  margin-bottom: 16px; }
  .map-balloon-inner .map-point-phone:before {
    color: #ff0046;
    display: inline-block;
    vertical-align: middle;
    font-family: "pek" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    margin-right: 8px;
    content: 'p'; }

.map-balloon-inner .map-point-link a {
  font-family: "ElektraLightPro";
  font-size: 14px;
  text-transform: uppercase;
  color: #ff0046;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9; }

.map-balloon-inner .map-point-link.outer-link a {
  color: #280f6b; }

.tooltipster-default {
  background: #fff;
  border: none; }
  .tooltipster-default .city {
    color: #212029;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .tooltipster-default .count {
    margin-top: 0;
    color: #212029;
    font-size: 14px; }
    .tooltipster-default .count a {
      color: #FF0046;
      border-bottom: 1px dashed #e3e3e6; }
      .tooltipster-default .count a:hover, .tooltipster-default .count a:focus, .tooltipster-default .count a:active, .tooltipster-default .count a.active {
        text-decoration: none;
        border-bottom: 0; }

.p404 img {
  width: 100%; }

.p404 p, .p404 blockquote {
  color: #010101;
  font-size: 25px;
  font-weight: bold;
  text-align: center; }

.p404 .pager li:before {
  display: none; }

.p404 .pager li:first-child {
  margin-right: 60px; }

.p404 .pager li a {
  color: #FF0046;
  text-decoration: none;
  border: none;
  border-bottom: 1px solid #e7e7ea;
  border-radius: 0;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  font-size: 14px; }
  .p404 .pager li a:hover, .p404 .pager li a:focus, .p404 .pager li a:active, .p404 .pager li a.active {
    background-color: transparent;
    color: #b30031; }

.p404 .pager li .icon {
  color: #FF0046;
  vertical-align: middle;
  padding: 0 15px;
  display: inline-block;
  margin-top: 7px; }

.about-page .text-img {
  float: right;
  width: 400px;
  padding-left: 30px;
  margin-top: 15px;
  margin-bottom: 10px; }

.about-page .heding {
  text-align: center; }

.about-page .services {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  margin-bottom: 20px; }
  .about-page .services .item {
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center; }
    .about-page .services .item a:hover, .about-page .services .item a:focus, .about-page .services .item a:active, .about-page .services .item a.active {
      text-decoration: none;
      color: #FF0046; }
    .about-page .services .item i {
      vertical-align: middle;
      display: block;
      width: 48px;
      height: 48px;
      border: 2px solid #e6e6e6;
      border-radius: 50%;
      margin: 20px auto;
      color: #371a70;
      font-size: 24px;
      line-height: 48px; }
      .about-page .services .item i:before {
        vertical-align: middle; }

.about-page .fact {
  background-position: 50% 50%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: auto;
  margin: 0 -40px; }
  .about-page .fact p, .about-page .fact blockquote {
    color: #FFF;
    font-size: 20px;
    font-weight: normal;
    text-align: justify;
    padding: 45px 60px 30px; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .about-page .text-img {
    float: none;
    width: 100%;
    padding-left: 0; }
  .about-page .heding {
    text-align: left; }
  .about-page .fact {
    height: auto;
    font-size: 44px;
    text-align: left; }
  .about-page .services {
    display: block;
    margin-bottom: 100px; }
    .about-page .services .item {
      display: block;
      width: 100%;
      font-size: 32px;
      font-weight: bold;
      line-height: 1;
      margin-top: 60px; }
      .about-page .services .item i {
        border: none;
        font-size: 160px;
        line-height: 1;
        height: auto;
        width: auto; } }

.about-page .partners {
  border-radius: 6px;
  background: #fff;
  font-size: 0; }
  .about-page .partners > span {
    height: 280px;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    height: 280px;
    border: 1px solid #ebebeb;
    border-top: 0;
    border-bottom: 1px solid #ebebeb;
    padding: 0;
    margin: 0;
    vertical-align: top;
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
    -o-transition: box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005);
    transition: box-shadow 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005), color 0.2s cubic-bezier(0.165, 0.775, 0.43, 1.005); }
  .about-page .partners .logo {
    display: block;
    margin: 0;
    text-align: center;
    height: 220px;
    line-height: 220px; }
    .about-page .partners .logo img {
      width: 100%;
      display: inline-block;
      max-width: 200px; }
  .about-page .partners .name {
    text-align: center;
    display: block;
    color: #404040;
    font-family: "Arial";
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .about-page .partners > span {
    width: 100%;
    height: 600px; }
    .about-page .partners > span:hover, .about-page .partners > span:focus, .about-page .partners > span:active, .about-page .partners > span.active {
      box-shadow: inset 0 0 30px rgba(0, 10, 8, 0.07); }
  .about-page .partners .logo {
    height: 430px;
    line-height: 430px; }
    .about-page .partners .logo img {
      max-width: 300px; }
  .about-page .partners .name {
    font-size: 30px;
    line-height: 1.5;
    text-transform: none; } }

.press-news h3 {
  margin: 0 -40px;
  padding: 0 40px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 30px;
  padding-bottom: 30px; }
  .press-news h3:first-child {
    border-top: 0;
    padding-top: 10px; }
  .press-news h3 a {
    font-family: arial, sans-serif;
    color: #7a7a7a;
    font-size: 12px;
    line-height: 11px;
    padding-bottom: 0;
    border-bottom: 1px solid #7a7a7a;
    margin-top: 7px;
    text-transform: none; }
    .press-news h3 a:hover, .press-news h3 a:focus, .press-news h3 a:active, .press-news h3 a.active {
      text-decoration: none;
      color: #545454;
      border-bottom: 1px solid #545454; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .press-news h3 a {
      font-size: 32px;
      line-height: 1;
      text-transform: none;
      margin-top: 12px; } }

.press-news .media {
  color: #252526;
  padding-top: 30px;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 30px;
  border-top: 1px dotted #e1e1e6; }
  .press-news .media:first-child {
    border-top: 0; }
  .press-news .media-left {
    padding-right: 20px; }
    .press-news .media-left .time {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 12px;
      line-height: 1.5;
      display: block;
      width: 100px;
      position: relative;
      margin-top: 10px; }
      .press-news .media-left .time:after {
        content: '';
        display: block;
        background-color: #e3e3e6;
        width: 40px;
        height: 2px;
        margin-top: 20px; }
  .press-news .media-object {
    width: 160px;
    border-radius: 6px; }
  .press-news .media-info {
    font-family: Arial;
    font-size: 12px; }
    .press-news .media-info .time {
      padding-right: 5px;
      display: inline-block; }
    .press-news .media-info .category {
      padding-left: 5px;
      border-left: 1px solid #252526; }
  .press-news .media-heading {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5; }
  .press-news .media .source {
    font-size: 12px; }
  .press-news .media .read-more {
    font-size: 12px;
    line-height: 11px;
    color: #7a7a7a;
    border-bottom: 1px solid #7a7a7a; }
    .press-news .media .read-more:hover, .press-news .media .read-more:focus, .press-news .media .read-more:active, .press-news .media .read-more.active {
      text-decoration: none;
      color: #FF0046;
      border-bottom: 1px solid #FF0046; }
  .press-news .media p, .press-news .media blockquote {
    font-size: 12px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .press-news .media {
      border-bottom: 2px dotted #000000;
      display: block; }
      .press-news .media:last-child {
        border-bottom: none; }
      .press-news .media-left {
        display: block; }
        .press-news .media-left .time {
          font-size: 25px;
          width: 100%; }
          .press-news .media-left .time:after {
            display: none; }
        .press-news .media-left .media-object {
          width: 100%; }
      .press-news .media-body {
        font-size: 30px;
        line-height: 1.2;
        width: auto;
        display: block; }
        .press-news .media-body + .media-left {
          margin-top: 30px; }
      .press-news .media-info {
        margin-top: 50px;
        font-size: 25px; }
      .press-news .media-heading {
        font-size: 45px; }
      .press-news .media .source {
        font-size: 30px; }
      .press-news .media .read-more {
        margin-top: 40px;
        font-size: 20px;
        display: inline-block;
        line-height: 1; }
      .press-news .media p, .press-news .media blockquote {
        font-size: 30px; } }

.press-news-solo p, .press-news-solo blockquote {
  font-size: 16px !important;
  line-height: 1.5; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .press-news-solo p, .press-news-solo blockquote {
      font-size: 35px !important; } }
  .press-news-solo p:first-child, .press-news-solo blockquote:first-child {
    font-size: 20px !important; }

.press-news .pagination {
  margin-bottom: 0; }

.downloads article {
  margin-top: 35px;
  margin-right: -50px; }

.downloads .item {
  width: 180px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
  vertical-align: top; }
  .downloads .item > a {
    margin-bottom: 10px;
    display: inline-block; }
    .downloads .item > a:before {
      -webkit-transition: opacity .1s ease-out;
      -o-transition: opacity .1s ease-out;
      transition: opacity .1s ease-out;
      opacity: 0;
      position: absolute;
      content: 'S';
      font-family: "pek" !important;
      font-size: 25px;
      bottom: 12px;
      right: 12px;
      color: #FFFFFF; }
    .downloads .item > a:hover:before {
      opacity: 1; }
  .downloads .item .modal-link {
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #e3e3e6;
    position: relative; }
    .downloads .item .modal-link:after {
      content: '';
      display: block;
      bottom: -3px;
      position: absolute;
      left: 1px;
      right: 1px;
      border: 1px solid #e3e3e6;
      border-top: 0;
      height: 3px;
      width: 100%; }
  .downloads .item img {
    border-radius: 0; }
  .downloads .item p, .downloads .item blockquote {
    font-size: 10px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0; }
    .downloads .item p a, .downloads .item blockquote a {
      text-decoration: none;
      border-bottom: 1px solid; }
      .downloads .item p a:hover, .downloads .item blockquote a:hover, .downloads .item p a:focus, .downloads .item blockquote a:focus, .downloads .item p a:active, .downloads .item blockquote a:active, .downloads .item p a.active, .downloads .item blockquote a.active {
        color: #FF0046; }
    .downloads .item p b, .downloads .item blockquote b {
      font-size: 12px; }
  .downloads .item.video .fancybox-media {
    position: relative;
    display: inline-block; }
    .downloads .item.video .fancybox-media:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 16px;
      height: 16px;
      background: url("/img/video.svg");
      background-size: 100%;
      opacity: 1; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .downloads article {
    margin-right: 0;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling-x: touch; }
    .downloads article .modal-link:after {
      height: 10px; }
  .downloads .item {
    width: 90%;
    margin-right: 30px; }
    .downloads .item:last-child {
      margin-right: 0; }
    .downloads .item a {
      width: 100%; }
    .downloads .item img {
      width: 100%; }
    .downloads .item p b, .downloads .item blockquote b {
      font-size: 30px; }
    .downloads .item.video {
      height: auto; }
      .downloads .item.video .fancybox-media:before {
        width: 64px;
        height: 64px; } }

.fancy-dl {
  padding-top: 110px;
  position: relative;
  text-align: center;
  background: #fff;
  width: 780px !important;
  height: 556px !important; }
  .fancy-dl:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #EBEBEB; }
  .fancy-dl:after {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 30px;
    right: 30px;
    height: 1px;
    background: #EBEBEB; }
  .fancy-dl img {
    border-radius: 0;
    display: inline-block !important;
    width: auto;
    max-width: 100%;
    max-height: 100%; }
  .fancy-dl .fancybox-inner {
    margin: auto; }
  .fancy-dl .fancybox-title {
    position: absolute;
    top: 15px;
    left: 30px !important;
    font-family: Arial;
    color: #212029;
    font-size: 20px;
    background: #fff;
    display: block; }
  .fancy-dl .fancybox-close {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-left: 1px solid #EBEBEB;
    background: none !important;
    right: 0 !important;
    top: 0 !important;
    content: 'x';
    font-weight: 100;
    text-align: center;
    font-size: 40px;
    color: #FF0046;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-transition: color .2s ease-out, box-shadow .2s ease-out;
    -o-transition: color .2s ease-out, box-shadow .2s ease-out;
    transition: color .2s ease-out, box-shadow .2s ease-out; }
    .fancy-dl .fancybox-close:hover, .fancy-dl .fancybox-close:focus, .fancy-dl .fancybox-close:active, .fancy-dl .fancybox-close.active {
      text-decoration: none;
      box-shadow: inset 3.5px 6.1px 15px rgba(0, 10, 8, 0.07);
      color: #371a70; }
  .fancy-dl .nav-next,
  .fancy-dl .nav-prev {
    font-family: Arial;
    color: #252526;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
    position: absolute;
    bottom: -10px; }
    .fancy-dl .nav-next:hover, .fancy-dl .nav-next:focus, .fancy-dl .nav-next:active, .fancy-dl .nav-next.active,
    .fancy-dl .nav-prev:hover,
    .fancy-dl .nav-prev:focus,
    .fancy-dl .nav-prev:active,
    .fancy-dl .nav-prev.active {
      color: #FF0046;
      text-decoration: none; }
  .fancy-dl .nav-next {
    right: 0; }
  .fancy-dl .nav-prev {
    left: 0; }
  .fancy-dl.fancy-dl-video:after {
    display: none; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .fancy-dl {
      width: 600px !important;
      height: 770px !important;
      margin: 30px auto !important;
      padding-top: 235px !important; }
      .fancy-dl:before {
        top: 190px; }
      .fancy-dl:after {
        bottom: 100px; }
      .fancy-dl .fancybox-title {
        font-size: 30px;
        right: 160px !important; }
      .fancy-dl .fancybox-close {
        height: 190px;
        width: 160px;
        line-height: 190px;
        font-size: 100px; }
      .fancy-dl .fancybox-inner {
        width: 515px !important;
        height: 367px !important; }
      .fancy-dl .nav-next,
      .fancy-dl .nav-prev {
        font-size: 25px;
        bottom: -120px; } }

.news-page .page-menu, .online-store .page-menu {
  padding-left: 15px;
  padding-right: 15px; }

.news-page .side-heading, .online-store .side-heading {
  font-size: 18px;
  text-transform: none; }

.news-page .form-group, .online-store .form-group {
  margin-left: 0;
  margin-right: 0; }

.news-page .full-width, .online-store .full-width {
  margin: -20px -40px 0 -40px;
  position: relative;
  max-height: 400px;
  overflow-y: hidden; }

.news-page .news-carusel img, .online-store .news-carusel img {
  border-radius: 0;
  width: 100%; }

.news-page .nav-btns, .online-store .nav-btns {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 100; }
  .news-page .nav-btns a, .online-store .nav-btns a {
    display: inline-block;
    border: 1px solid transparent;
    -webkit-transition: border .2s ease-out;
    -o-transition: border .2s ease-out;
    transition: border .2s ease-out; }
    .news-page .nav-btns a img, .online-store .nav-btns a img {
      width: 35px;
      height: 35px;
      border-radius: 0; }
    .news-page .nav-btns a.active, .online-store .nav-btns a.active {
      border: 1px solid #FF0046; }

.news-page .owl-controls, .online-store .owl-controls {
  display: none; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .news-page .full-width, .online-store .full-width {
    margin-left: 0;
    margin-right: 0; }
  .news-page .news-carusel, .online-store .news-carusel {
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling-x: touch; }
    .news-page .news-carusel img, .online-store .news-carusel img {
      width: 95%;
      border-radius: 10px; }
  .news-page .nav-btns, .online-store .nav-btns {
    display: none; }
  .news-page .time, .online-store .time {
    font-size: 25px; } }

.serv {
  overflow: hidden; }
  .serv h2 {
    font-weight: normal; }
  .serv article {
    font-size: 0;
    margin-left: -41px;
    margin-right: -41px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .serv article .item {
      width: 33.33333%;
      height: 190px;
      display: inline-block;
      background: #fff;
      text-align: center;
      vertical-align: middle;
      position: relative;
      z-index: 1; }
      .serv article .item:before {
        -webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        -o-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        display: block;
        text-decoration: none;
        border: 1px solid #cacac8;
        border-left: 1px solid transparent;
        z-index: 2; }
      .serv article .item:nth-child(n+4) {
        border-top: 0; }
      .serv article .item .ico-wrapper {
        display: block;
        height: 110px;
        text-align: center;
        vertical-align: bottom;
        margin-bottom: 10px; }
        .serv article .item .ico-wrapper:before {
          content: '';
          display: inline-block;
          height: 100%;
          width: 0; }
        .serv article .item .ico-wrapper img {
          width: auto;
          border-radius: 0;
          margin-bottom: 40px; }
        .serv article .item .ico-wrapper .icon {
          font-size: 80px;
          color: #371a70; }
          .serv article .item .ico-wrapper .icon:before {
            vertical-align: bottom; }
      .serv article .item .text {
        color: #212029;
        font-size: 12px;
        font-weight: bold;
        display: block;
        text-align: center;
        padding-top: 10px; }
      .serv article .item:hover, .serv article .item:focus, .serv article .item:active, .serv article .item.active {
        text-decoration: none;
        border: 1px solid transparent;
        z-index: 2; }
        .serv article .item:hover:before, .serv article .item:focus:before, .serv article .item:active:before, .serv article .item.active:before {
          border: 6px solid #fff;
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          display: block;
          text-decoration: none;
          -webkit-transform: scale(1.02);
              -ms-transform: scale(1.02);
               -o-transform: scale(1.02);
                  transform: scale(1.02);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
          z-index: 4; }
        .serv article .item:hover .ico-wrapper img, .serv article .item:focus .ico-wrapper img, .serv article .item:active .ico-wrapper img, .serv article .item.active .ico-wrapper img {
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          transition: -webkit-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          -o-transition: transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005), -o-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          transition: transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          transition: transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005), -webkit-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005), -o-transform 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
          -webkit-transform: scale(1.2);
              -ms-transform: scale(1.2);
               -o-transform: scale(1.2);
                  transform: scale(1.2); }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .serv {
      background: none;
      padding: 0; }
      .serv h2 {
        margin-top: 0;
        font-size: 40px; }
      .serv article {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0; }
        .serv article .item {
          width: 100%;
          margin-bottom: 40px;
          border: 1px solid #ebebeb;
          border-radius: 12px;
          height: 230px;
          line-height: 230px;
          position: relative;
          text-align: left; }
          .serv article .item .ico-wrapper {
            width: 250px;
            padding-top: 25px; }
            .serv article .item .ico-wrapper img {
              -webkit-transform: scale(1.3);
                  -ms-transform: scale(1.3);
                   -o-transform: scale(1.3);
                      transform: scale(1.3); }
          .serv article .item .icon-wrapper {
            height: 100%;
            width: 250px;
            position: absolute; }
            .serv article .item .icon-wrapper .icon {
              position: absolute;
              top: 50%;
              left: 75px;
              -webkit-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                   -o-transform: translateY(-50%);
                      transform: translateY(-50%);
              vertical-align: middle;
              font-size: 140px; }
              .serv article .item .icon-wrapper .icon:before {
                vertical-align: middle; }
          .serv article .item .text {
            padding-left: 250px;
            position: absolute;
            line-height: 1.5;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%);
            font-size: 42px;
            text-align: left; } }
  .serv + .serv {
    margin-top: 20px;
    background: #fff;
    padding-left: 60px;
    padding-right: 60px; }
    .serv + .serv p, .serv + .serv blockquote {
      line-height: 1.5; }

.main.have-addons.contacts .btns-wrapper-top .calculate-it a:hover, .main.have-addons.contacts .btns-wrapper-top .calculate-it a:focus, .main.have-addons.contacts .btns-wrapper-top .calculate-it a:active, .main.have-addons.contacts .btns-wrapper-top .calculate-it a.active {
  color: #371a70; }

.main.have-addons.contacts .btns-wrapper-top .calculate-it a .icon {
  color: #371a70 !important; }

.contacts .content {
  padding-top: 0; }

.contacts .contract-city {
  padding-top: 30px !important; }

.contacts header {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #e3e3e6;
  border-top: 1px solid #e3e3e6;
  margin: 0 -40px;
  padding: 0 40px; }

.contacts .select-country {
  float: right;
  width: 300px;
  display: inline-block; }
  .in .contacts .select-country {
    display: none; }
  .contacts .select-country label {
    line-height: 1;
    padding-top: 35px; }

.contacts article {
  border-bottom: 1px solid #e3e3e6;
  padding-bottom: 30px;
  margin-bottom: 20px; }
  .contacts article:last-child {
    border-bottom: none; }

.contacts p b, .contacts blockquote b {
  color: #212029;
  font-size: 16px;
  display: block; }

.contacts p a, .contacts blockquote a {
  color: #371a70; }
  .contacts p a b, .contacts blockquote a b {
    text-transform: uppercase;
    color: #212029;
    font-size: 16px; }

.contacts .small-text {
  font-size: 12px; }
  .contacts .small-text b {
    text-transform: uppercase; }

.contacts .table-block {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .contacts .table-block .col {
    display: table-cell;
    vertical-align: top; }
    .contacts .table-block .col-50 {
      width: 50%;
      vertical-align: middle; }

.contacts .day {
  background: #ebebeb;
  padding: 0 10px;
  font-family: Tahoma, Helvetica, sans-serif;
  color: #404040;
  font-size: 12px;
  font-weight: bold;
  border: 2px solid #ebebeb;
  width: 90%; }
  .contacts .day-free {
    background: transparent;
    border: 2px solid #ebebeb; }

.contacts .time {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding: 0 10px;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.5; }

.contacts .main-office {
  margin: 10px -40px;
  padding: 20px 40px 10px;
  border-top: 1px solid #e3e3e6; }
  .contacts .main-office h2 {
    text-align: center; }
  .contacts .main-office p, .contacts .main-office blockquote {
    font-size: 12px; }
    .contacts .main-office p b, .contacts .main-office blockquote b {
      line-height: 2; }

.contacts .map {
  width: 100%;
  height: 440px; }

.contacts .back-link {
  font-size: 15px;
  color: #FF0046;
  border-bottom: 3px solid #e3e3e6;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .contacts .back-link:hover, .contacts .back-link:focus, .contacts .back-link:active, .contacts .back-link.active {
    text-decoration: none; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .contacts header {
    position: relative;
    height: auto; }
    .contacts header .btn {
      margin-top: 180px;
      margin-bottom: 30px;
      width: 100%;
      font-size: 35px;
      padding: 15px 0; }
      .contacts header .btn.all-filials-btn {
        margin-top: 0;
        margin-left: 0; }
    .contacts header .select-country {
      position: absolute;
      top: 0;
      float: none;
      width: 100%;
      left: 0;
      padding-left: 40px;
      padding-right: 40px; }
      .contacts header .select-country .label-wrapper {
        height: 75px; }
      .contacts header .select-country label {
        margin-bottom: 0; }
  .contacts .map {
    margin-bottom: 50px;
    height: 500px; }
  .contacts p, .contacts blockquote {
    font-size: 30px; }
    .contacts p.small-text, .contacts blockquote.small-text {
      font-size: 30px; }
    .contacts p .small-text, .contacts blockquote .small-text {
      font-size: 30px; }
  .contacts .table-block {
    display: block;
    width: auto; }
    .contacts .table-block .col {
      display: inline-block;
      width: 25%;
      margin-bottom: 20px; }
      .contacts .table-block .col-50 {
        width: 100%;
        display: block; }
    .contacts .table-block-wrap {
      white-space: normal;
      overflow-x: visible; }
  .contacts .day,
  .contacts .time {
    font-size: 20px; }
  .contacts .main-office h2 {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px; }
  .contacts .main-office .col {
    display: block;
    width: 100%; }
  .contacts .main-office p, .contacts .main-office blockquote {
    font-size: 30px; }
    .contacts .main-office p b, .contacts .main-office blockquote b {
      font-size: inherit; }
  .contacts .back-link {
    font-size: 30px; } }

.contract-city td {
  font-size: 16px;
  line-height: 2; }

.contract-city p, .contract-city blockquote {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px; }
  .contract-city p.title, .contract-city blockquote.title {
    font-size: 14px;
    font-weight: bold; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .contract-city td {
    font-size: 35px;
    line-height: 1.2;
    display: block; }
    .contract-city td:first-child {
      font-weight: bold; }
    .contract-city td:last-child {
      margin-bottom: 30px; }
  .contract-city p, .contract-city blockquote {
    font-size: 30px; }
    .contract-city p.title, .contract-city blockquote.title {
      font-size: 30px;
      margin-bottom: -30px; } }

.contacts-print .icon_print {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("/img/icon_print2.png"); }

.contacts-print a.link_print {
  border-bottom-style: dashed; }

.on-map {
  display: block; }
  .in .on-map {
    display: none; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .on-map {
      padding-top: 50px; }
      .on-map a[href$=".doc"], .on-map a[href$=".docx"], .on-map a[href$=".pdf"], .on-map a[href$=".xls"], .on-map a[href$=".rar"], .on-map a[href$=".zip"] {
        font-size: 30px !important; }
        .on-map a[href$=".doc"]:before, .on-map a[href$=".docx"]:before, .on-map a[href$=".pdf"]:before, .on-map a[href$=".xls"]:before, .on-map a[href$=".rar"]:before, .on-map a[href$=".zip"]:before {
          display: none; } }

.on-list {
  display: block;
  margin-top: 20px; }
  .in .on-list {
    display: block; }
  .on-list ul {
    margin: 0;
    padding: 0;
    padding-left: 30px; }
    .on-list ul li {
      position: relative;
      margin-bottom: 0; }
      .on-list ul li:before {
        display: none;
        border: none; }
      .on-list ul li a {
        text-decoration: none !important;
        color: #212029;
        font-size: 16px;
        display: block;
        line-height: 2;
        padding-left: 10px; }
        .on-list ul li a:hover, .on-list ul li a:focus, .on-list ul li a:active, .on-list ul li a.active {
          background: #f0f0f0; }
      .on-list ul li span {
        text-transform: uppercase;
        display: inline-block;
        position: absolute;
        left: -30px;
        top: 50%;
        margin-top: -10px;
        color: #b3b3b3;
        font-size: 22px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .on-list {
      padding-top: 50px; }
      .main .on-list ul li a {
        font-size: 30px; }
      .on-list ul li span {
        font-size: 40px;
        margin-top: -20px; } }

@media print {
  .contacts {
    font-size: 10pt; }
    .contacts h1 {
      margin: 1.5em 0 0;
      font-size: 1.8em; }
    .contacts .content {
      padding-top: 0 !important; }
    .contacts p, .contacts blockquote {
      margin: 1em 0;
      font-size: 1em !important;
      line-height: 1.4; }
    .contacts article {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .contacts .day {
      font-weight: normal;
      font-size: 1em;
      text-align: center;
      text-transform: uppercase; }
    .contacts .time {
      font-size: 1em; }
    .contacts .contacts-map-static {
      width: auto;
      max-width: 100%; } }

.content.feedback {
  padding-top: 40px; }

.feedback .capcha img {
  height: 100%;
  width: 100%; }

.feedback .helper-text {
  margin-bottom: -400px;
  margin-top: -10px; }
  .feedback .helper-text p, .feedback .helper-text blockquote {
    font-size: 12px; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .feedback .helper-text {
    margin-bottom: 30px;
    margin-top: 0; }
    .feedback .helper-text p, .feedback .helper-text blockquote {
      margin-top: 0;
      font-size: 30px; }
  .feedback label {
    line-height: 1; }
    .feedback label.required:after {
      content: '*';
      color: #FF0046; }
  .feedback .capcha {
    width: 260px;
    height: 116px;
    margin-bottom: 20px;
    padding-left: 15px; } }

.online-store .full-width {
  border-radius: 0; }

.online-store .baner {
  position: relative;
  margin-bottom: 40px; }
  .online-store .baner-title {
    position: absolute;
    left: 35px;
    bottom: 50px;
    color: #ffffff;
    font-weight: normal;
    font-size: 35px;
    line-height: 1.5; }
  .online-store .baner-medium {
    margin-top: 0;
    margin-bottom: 0;
    height: 445px;
    overflow: hidden;
    position: static;
    text-align: center;
    background-size: cover !important; }
    .online-store .baner-medium:before {
      content: "";
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
    .online-store .baner-medium h2 {
      position: static;
      line-height: 1.5;
      text-align: center;
      display: inline-block;
      vertical-align: middle; }

.online-store .profit-block {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding-left: 50px; }
  .online-store .profit-block h3 {
    color: #FF0046; }
  .online-store .profit-block:first-child {
    border: 4px solid #00257a;
    width: 40%;
    padding: 20px 25px 0; }
    .online-store .profit-block:first-child h3 {
      color: inherit; }
  .online-store .profit-block-wrapper {
    display: table;
    margin-bottom: 80px; }

.online-store h4 {
  margin-top: 45px; }

.online-store .target-text {
  border: 0;
  width: 680px;
  padding-left: 50px;
  position: relative; }
  .online-store .target-text:before, .online-store .target-text::after {
    display: inline-block;
    position: absolute;
    content: '«';
    font-size: 53px;
    color: #00257a;
    left: 0px;
    top: 50%;
    margin-top: -10px; }
  .online-store .target-text:after {
    content: '»';
    left: auto;
    right: -15px; }

.online-store .dl-img {
  width: 300px;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0; }

.online-store .big-margin {
  margin-top: 40px; }

.online-store .normal-weight {
  font-weight: normal; }

.online-store .calc img {
  height: 260px;
  width: auto; }

.online-store code {
  display: block;
  padding: 15px 20px;
  color: #1b1a24;
  background: #e9e9eb;
  font-size: 14px; }

.online-store form textarea {
  margin-top: 0;
  margin-bottom: 0; }

.online-store form .required:after {
  content: '*';
  color: #FF0046; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .online-store .profit-block-wrapper {
    display: block; }
  .online-store .profit-block {
    width: 100% !important;
    display: block; }
  .online-store .target-text {
    width: 100%; }
  .online-store .capcha {
    margin-bottom: 30px; }
    .online-store .capcha img {
      height: 80px; } }

.send-comment form .radio {
  margin-top: 0; }
  .send-comment form .radio label {
    margin: 0; }

.send-comment form textarea {
  margin: 0; }

.send-comment form .capcha {
  padding-left: 0;
  height: 38px;
  margin-left: 15px; }
  .send-comment form .capcha img {
    height: 38px; }

.zayavka-transport .full-width, .calc .full-width {
  margin-left: -40px;
  margin-right: -40px; }

.zayavka-transport .steps, .calc .steps {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .zayavka-transport .steps li, .calc .steps li {
    border-bottom: 1px solid #e3e3e6;
    color: #bbb;
    display: table-cell;
    float: none;
    width: 1%;
    text-align: center;
    vertical-align: middle;
    height: 70px;
    font-size: 16px; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .zayavka-transport .steps li, .calc .steps li {
        font-size: 24px; } }
    .zayavka-transport .steps li a, .calc .steps li a {
      text-decoration: none;
      color: #000;
      border-bottom: none; }
    .zayavka-transport .steps li br, .calc .steps li br {
      display: none; }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .zayavka-transport .steps li br, .calc .steps li br {
          display: inline-block; } }
    .zayavka-transport .steps li.avail, .calc .steps li.avail {
      border-bottom-color: #000; }
    .zayavka-transport .steps li.active, .calc .steps li.active {
      color: #FF0046;
      border-bottom-color: #FF0046;
      font-weight: bold; }
    .zayavka-transport .steps li:before, .calc .steps li:before {
      display: none; }

.zayavka-transport .step-total-table, .calc .step-total-table {
  width: 100%; }
  .zayavka-transport .step-total-table td, .calc .step-total-table td {
    font-size: 14px; }
  .zayavka-transport .step-total-table .icon_edit, .calc .step-total-table .icon_edit, .zayavka-transport .step-total-table .icon_remove, .calc .step-total-table .icon_remove, .zayavka-transport .step-total-table .icon_tag, .calc .step-total-table .icon_tag, .zayavka-transport .step-total-table .icon_print, .calc .step-total-table .icon_print {
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .zayavka-transport .step-total-table .icon_edit, .calc .step-total-table .icon_edit {
    background-image: url("/img/icon_edit.png");
    margin-left: 20px; }
  .zayavka-transport .step-total-table .icon_remove, .calc .step-total-table .icon_remove {
    background-image: url("/img/icon_remove.png");
    margin-left: 20px; }
  .zayavka-transport .step-total-table .icon_tag, .calc .step-total-table .icon_tag {
    background-image: url("/img/icon_tag.png"); }
  .zayavka-transport .step-total-table .icon_print, .calc .step-total-table .icon_print {
    background-image: url("/img/icon_print.png"); }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .zayavka-transport .step-total-table td, .calc .step-total-table td {
      font-size: 24px;
      white-space: nowrap; } }

.zayavka-transport form, .calc form {
  /* ��� ��� ����, ����� ������ ������ ���� �� ������������� ��� ������ */ }
  .zayavka-transport form .form-group, .calc form .form-group {
    margin-right: 0;
    margin-left: 0; }
    .zayavka-transport form .form-group select.parsley-error + .selectize-control.single .selectize-input, .calc form .form-group select.parsley-error + .selectize-control.single .selectize-input {
      border: 1px solid #e50e50; }
  .zayavka-transport form .label-wrapper, .calc form .label-wrapper {
    display: table;
    vertical-align: middle;
    min-height: 38px; }
    .zayavka-transport form .label-wrapper span.helper-table, .calc form .label-wrapper span.helper-table {
      display: table-cell; }
    .zayavka-transport form .label-wrapper label, .calc form .label-wrapper label,
    .zayavka-transport form .label-wrapper a, .calc form .label-wrapper a {
      display: table-cell;
      vertical-align: middle; }
    .zayavka-transport form .label-wrapper .change-directions, .calc form .label-wrapper .change-directions {
      position: absolute;
      left: 15px;
      top: 45px;
      font-size: 9px;
      color: #333;
      line-height: 1.2; }
      .zayavka-transport form .label-wrapper .change-directions .icon, .calc form .label-wrapper .change-directions .icon {
        color: #FF0046;
        font-size: 16px;
        float: left;
        text-decoration: none; }
      .zayavka-transport form .label-wrapper .change-directions:hover, .calc form .label-wrapper .change-directions:hover, .zayavka-transport form .label-wrapper .change-directions:focus, .calc form .label-wrapper .change-directions:focus, .zayavka-transport form .label-wrapper .change-directions:active, .calc form .label-wrapper .change-directions:active, .zayavka-transport form .label-wrapper .change-directions.active, .calc form .label-wrapper .change-directions.active {
        text-decoration: none; }
  .zayavka-transport form .select-map, .calc form .select-map,
  .zayavka-transport form .how-to-calc, .calc form .how-to-calc {
    color: #212029;
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    line-height: 1.2; }
    .zayavka-transport form .select-map span, .calc form .select-map span,
    .zayavka-transport form .how-to-calc span, .calc form .how-to-calc span {
      display: inline;
      border-bottom: 1px dashed #212029; }
      .zayavka-transport form .select-map span.dotted, .calc form .select-map span.dotted,
      .zayavka-transport form .how-to-calc span.dotted, .calc form .how-to-calc span.dotted {
        border-bottom: 1px dotted #212029; }
    .zayavka-transport form .select-map:hover, .calc form .select-map:hover, .zayavka-transport form .select-map:focus, .calc form .select-map:focus, .zayavka-transport form .select-map:active, .calc form .select-map:active, .zayavka-transport form .select-map.active, .calc form .select-map.active,
    .zayavka-transport form .how-to-calc:hover, .calc form .how-to-calc:hover,
    .zayavka-transport form .how-to-calc:focus, .calc form .how-to-calc:focus,
    .zayavka-transport form .how-to-calc:active, .calc form .how-to-calc:active,
    .zayavka-transport form .how-to-calc.active, .calc form .how-to-calc.active {
      text-decoration: none; }
  .zayavka-transport form .info, .calc form .info {
    background: #d9d9d9;
    margin-left: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    display: inline-block;
    font-size: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 12px; }
    .zayavka-transport form .info.warn, .calc form .info.warn {
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 14px;
      background: #FF0046; }
  .zayavka-transport form .font-small, .calc form .font-small {
    font-size: 12px;
    font-family: Tahoma, Helvetica, sans-serif; }
    .zayavka-transport form .font-small .helper, .calc form .font-small .helper {
      color: #FF0046; }
  .zayavka-transport form .wrapper, .calc form .wrapper {
    margin-left: -40px; }
  .zayavka-transport form .checkbox-inline, .calc form .checkbox-inline {
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
    margin-top: 10px; }
    .zayavka-transport form .checkbox-inline label, .calc form .checkbox-inline label {
      padding-left: 25px; }
  .zayavka-transport form .noUi-target, .calc form .noUi-target {
    border: none;
    box-shadow: none;
    height: 1px;
    margin-top: 15px;
    background: #D3D3D3; }
  .zayavka-transport form .noUi-handle, .calc form .noUi-handle {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: relative;
    background: transparent;
    top: -8px; }
    .zayavka-transport form .noUi-handle:after, .calc form .noUi-handle:after {
      display: none; }
    .zayavka-transport form .noUi-handle:before, .calc form .noUi-handle:before {
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #FF0046;
      left: 50%;
      top: 50%;
      margin-top: -4px;
      margin-left: -4px; }
  .zayavka-transport form .table-variants, .calc form .table-variants {
    width: 600px;
    margin-bottom: 20px;
    position: relative; }
    .zayavka-transport form .table-variants.busy:after, .calc form .table-variants.busy:after {
      content: '';
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      z-index: 1;
      background: #fff url("/img/preloader2.gif") 50% 50% no-repeat;
      opacity: 0.6; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .zayavka-transport form .table-variants, .calc form .table-variants {
        width: 100%; } }
    .zayavka-transport form .table-variants thead, .calc form .table-variants thead {
      color: #371a70;
      font-weight: bold;
      vertical-align: top; }
      .zayavka-transport form .table-variants thead tr, .calc form .table-variants thead tr {
        cursor: auto; }
      .zayavka-transport form .table-variants thead td, .calc form .table-variants thead td {
        border: none !important;
        padding-bottom: 5px;
        text-align: center; }
        .zayavka-transport form .table-variants thead td:hover, .calc form .table-variants thead td:hover {
          background: none; }
      .zayavka-transport form .table-variants thead small, .calc form .table-variants thead small {
        color: #371a70;
        display: block;
        text-align: right; }
    .zayavka-transport form .table-variants tbody td, .calc form .table-variants tbody td {
      text-align: center;
      position: relative;
      border-top: 1px solid #ebebeb;
      -webkit-transition: border 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      -o-transition: border 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
      transition: border 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005); }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .zayavka-transport form .table-variants tbody td, .calc form .table-variants tbody td {
          font-size: 24px; } }
      .zayavka-transport form .table-variants tbody td:first-child, .calc form .table-variants tbody td:first-child {
        border-left: 1px solid transparent;
        padding-left: 10px; }
      .zayavka-transport form .table-variants tbody td:last-child, .calc form .table-variants tbody td:last-child {
        border-right: 1px solid transparent;
        padding-right: 10px; }
      .zayavka-transport form .table-variants tbody td.after:after, .calc form .table-variants tbody td.after:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        right: 0;
        top: 50%;
        margin-top: -5px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAMAAAC67D+PAAAAS1BMVEWhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6qhn6roWzleAAAAGXRSTlMACw0PEBIgISMkJScqLTQ2TU5QUVJTVFhZT9cUSAAAAD9JREFUeNpFy0kOgDAQxECzBxK2EKD//1JgNBJ18sV8lh5XX3fAdUUTrsmKsJkipT9nH3clTHsoYqpTI24deD2bxgLexUg0RAAAAABJRU5ErkJggg==) 50% 50% no-repeat; }
    .zayavka-transport form .table-variants tbody tr, .calc form .table-variants tbody tr {
      cursor: pointer; }
      .zayavka-transport form .table-variants tbody tr:hover, .calc form .table-variants tbody tr:hover {
        background: rgba(128, 128, 128, 0.1);
        -webkit-transition: background .1s ease-out;
        -o-transition: background .1s ease-out;
        transition: background .1s ease-out; }
      .zayavka-transport form .table-variants tbody tr:last-child td, .calc form .table-variants tbody tr:last-child td {
        border-bottom: 1px solid #ebebeb; }
      .zayavka-transport form .table-variants tbody tr.active td, .calc form .table-variants tbody tr.active td {
        border-top: 1px solid #371a70 !important;
        border-bottom: 1px solid #371a70; }
        .zayavka-transport form .table-variants tbody tr.active td:first-child, .calc form .table-variants tbody tr.active td:first-child {
          border-left: 1px solid #371a70; }
        .zayavka-transport form .table-variants tbody tr.active td:last-child, .calc form .table-variants tbody tr.active td:last-child {
          border-right: 1px solid #371a70; }
      .zayavka-transport form .table-variants tbody tr.active .fake-radio, .calc form .table-variants tbody tr.active .fake-radio {
        -webkit-transition: background 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        -o-transition: background 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        transition: background 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
        background: #FF0046;
        border: 1px solid #FF0046; }
    .zayavka-transport form .table-variants tbody tr.active + tr, .calc form .table-variants tbody tr.active + tr {
      border-top: 1px; }
    .zayavka-transport form .table-variants tbody .icon, .calc form .table-variants tbody .icon {
      color: #371a70; }
      .zayavka-transport form .table-variants tbody .icon.icon-take-1, .calc form .table-variants tbody .icon.icon-take-1 {
        font-size: 20px; }
      .zayavka-transport form .table-variants tbody .icon.icon-auto, .calc form .table-variants tbody .icon.icon-auto {
        font-size: 40px; }
      .zayavka-transport form .table-variants tbody .icon.icon-house, .calc form .table-variants tbody .icon.icon-house {
        font-size: 20px; }
      .zayavka-transport form .table-variants tbody .icon.icon-avia, .calc form .table-variants tbody .icon.icon-avia {
        font-size: 36px; }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .zayavka-transport form .table-variants tbody .icon.icon-take-1, .calc form .table-variants tbody .icon.icon-take-1 {
          font-size: 56px; }
        .zayavka-transport form .table-variants tbody .icon.icon-auto, .calc form .table-variants tbody .icon.icon-auto {
          font-size: 80px; }
        .zayavka-transport form .table-variants tbody .icon.icon-house, .calc form .table-variants tbody .icon.icon-house {
          font-size: 52px; }
        .zayavka-transport form .table-variants tbody .icon.icon-avia, .calc form .table-variants tbody .icon.icon-avia {
          font-size: 72px; } }
    .zayavka-transport form .table-variants tbody .fake-radio, .calc form .table-variants tbody .fake-radio {
      overflow: hidden;
      width: 18px;
      height: 18px;
      border: 1px solid #b7b7b7;
      border-radius: 50%;
      background: transparent;
      text-align: center;
      vertical-align: middle;
      padding-left: 2px; }
      .zayavka-transport form .table-variants tbody .fake-radio .icon, .calc form .table-variants tbody .fake-radio .icon {
        color: #fff;
        font-size: 14px; }
      @media screen and (min-width: 1px) and (max-width: 640px) {
        .zayavka-transport form .table-variants tbody .fake-radio, .calc form .table-variants tbody .fake-radio {
          width: 36px;
          height: 36px;
          padding-left: 4px; }
          .zayavka-transport form .table-variants tbody .fake-radio .icon, .calc form .table-variants tbody .fake-radio .icon {
            font-size: 20px; } }
  .zayavka-transport form .footnote, .calc form .footnote {
    font-family: Tahoma, Helvetica, sans-serif;
    width: 600px; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .zayavka-transport form .footnote, .calc form .footnote {
        width: auto; } }
  .zayavka-transport form .input-group-addon, .calc form .input-group-addon {
    border: 0;
    background: #e9e9eb;
    cursor: pointer; }
  .zayavka-transport form .date-pick + .parsley-errors-list, .calc form .date-pick + .parsley-errors-list {
    position: absolute;
    top: 100%; }

.zayavka-transport .dop-uslugi, .calc .dop-uslugi {
  -webkit-transition: height 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  -o-transition: height 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  transition: height 0.4s cubic-bezier(0.165, 0.775, 0.43, 1.005);
  position: relative; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .zayavka-transport .dop-uslugi, .calc .dop-uslugi {
      overflow: visible; } }
  .zayavka-transport .dop-uslugi.collapsed, .calc .dop-uslugi.collapsed {
    height: 0 !important; }
  .zayavka-transport .dop-uslugi .table-wrapper, .calc .dop-uslugi .table-wrapper {
    border-right: 0; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .zayavka-transport .dop-uslugi .table-wrapper, .calc .dop-uslugi .table-wrapper {
        margin-left: -40px;
        margin-right: -40px; } }
  .zayavka-transport .dop-uslugi .overlay, .calc .dop-uslugi .overlay {
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.zayavka-transport .map-select, .calc .map-select,
.zayavka-transport .map-select-to, .calc .map-select-to {
  display: inline-block;
  text-decoration: none; }
  .zayavka-transport .map-select .helper, .calc .map-select .helper,
  .zayavka-transport .map-select-to .helper, .calc .map-select-to .helper {
    color: #212029;
    text-decoration: none;
    border-bottom: 1px dotted #cbcbcb;
    display: inline-block; }
  .zayavka-transport .map-select i, .calc .map-select i,
  .zayavka-transport .map-select-to i, .calc .map-select-to i {
    color: #FF0046; }
  .zayavka-transport .map-select:hover .helper, .calc .map-select:hover .helper, .zayavka-transport .map-select:focus .helper, .calc .map-select:focus .helper, .zayavka-transport .map-select:active .helper, .calc .map-select:active .helper, .zayavka-transport .map-select.active .helper, .calc .map-select.active .helper,
  .zayavka-transport .map-select-to:hover .helper, .calc .map-select-to:hover .helper,
  .zayavka-transport .map-select-to:focus .helper, .calc .map-select-to:focus .helper,
  .zayavka-transport .map-select-to:active .helper, .calc .map-select-to:active .helper,
  .zayavka-transport .map-select-to.active .helper, .calc .map-select-to.active .helper {
    border-bottom: 0; }

.zayavka-transport .multisection .form-group, .calc .multisection .form-group {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  -webkit-animation: addInput .2s;
       -o-animation: addInput .2s;
          animation: addInput .2s; }
  .zayavka-transport .multisection .form-group.remInput, .calc .multisection .form-group.remInput {
    -webkit-animation: delInput .2s;
         -o-animation: delInput .2s;
            animation: delInput .2s; }
  .zayavka-transport .multisection .form-group .add, .calc .multisection .form-group .add,
  .zayavka-transport .multisection .form-group .del, .calc .multisection .form-group .del {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 18px;
    height: 18px;
    border: 1px solid #f93f72;
    border-radius: 50%;
    color: #f93f72;
    text-align: center;
    display: inline-block;
    line-height: 12px;
    white-space: nowrap;
    text-decoration: none;
    font-size: 18px; }
    @media screen and (min-width: 1px) and (max-width: 640px) {
      .zayavka-transport .multisection .form-group .add, .calc .multisection .form-group .add,
      .zayavka-transport .multisection .form-group .del, .calc .multisection .form-group .del {
        width: 36px;
        height: 36px;
        line-height: 30px;
        font-size: 30px;
        margin-top: -15px; } }

.zayavka-transport .zayavka-sucsess .table, .calc .zayavka-sucsess .table, .zayavka-transport .zayavka-sucsess .calc .table_noJs, .calc .zayavka-sucsess .table_noJs {
  width: 830px; }
  .zayavka-transport .zayavka-sucsess .table.step-total-table, .calc .zayavka-sucsess .table.step-total-table, .zayavka-transport .zayavka-sucsess .calc .step-total-table.table_noJs, .calc .zayavka-sucsess .step-total-table.table_noJs {
    width: 100%; }
  .zayavka-transport .zayavka-sucsess .table td, .calc .zayavka-sucsess .table td, .zayavka-transport .zayavka-sucsess .calc .table_noJs td, .calc .zayavka-sucsess .table_noJs td {
    text-align: left;
    font-size: 14px; }

.zayavka-transport .additionalThings, .calc .additionalThings {
  margin-bottom: -168px;
  background: #fff;
  position: relative;
  z-index: 2; }
  .zayavka-transport .additionalThings .form-group, .calc .additionalThings .form-group {
    margin-bottom: 5px; }

.zayavka-transport .progress, .calc .progress {
  margin: 20px 0; }

.zayavka-transport td.day, .calc td.day {
  cursor: pointer; }
  .zayavka-transport td.day.disabled, .calc td.day.disabled {
    cursor: not-allowed;
    opacity: .5;
    color: #808080; }

.tooltipster-default {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19); }
  .tooltipster-default .tooltipster-content {
    color: #212029; }

.deliv #deliv-from,
.deliv #deliv-to,
.deliv #sender,
.deliv #reciver {
  height: 400px;
  position: relative; }

#sklad-map {
  height: 400px;
  position: relative; }

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center; }

.bootstrap-datetimepicker-widget .prev,
.bootstrap-datetimepicker-widget .next {
  cursor: pointer; }
  .bootstrap-datetimepicker-widget .prev.disabled,
  .bootstrap-datetimepicker-widget .next.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    color: #808080; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .zayavka-transport .m-mt, .calc .m-mt {
    margin-top: 20px; }
  .zayavka-transport .from-input-wrapper, .calc .from-input-wrapper {
    margin-bottom: 130px; }
  .zayavka-transport form .info, .calc form .info {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 33px;
    background: #464646; }
  .zayavka-transport form .label-wrapper, .calc form .label-wrapper {
    margin-bottom: 20px; }
    .zayavka-transport form .label-wrapper .change-directions, .calc form .label-wrapper .change-directions {
      top: 200px;
      left: 50px;
      width: 250px;
      font-size: 25px;
      padding-left: 20px;
      line-height: 1.2; }
      .zayavka-transport form .label-wrapper .change-directions .icon, .calc form .label-wrapper .change-directions .icon {
        margin-left: -20px;
        font-size: 45px !important; }
  .zayavka-transport form .noUi-target, .calc form .noUi-target {
    height: 7px;
    margin-bottom: 30px; }
  .zayavka-transport form .noUi-handle, .calc form .noUi-handle {
    width: 40px;
    height: 40px;
    top: -17px; }
    .zayavka-transport form .noUi-handle:before, .calc form .noUi-handle:before {
      width: 15px;
      height: 15px;
      margin-top: -7px;
      margin-left: -7px; }
  .zayavka-transport form .checkbox label, .calc form .checkbox label {
    padding-top: 14px; }
    .zayavka-transport form .checkbox label:after, .calc form .checkbox label:after {
      top: 0; }
  .zayavka-transport form .font-small, .calc form .font-small {
    font-size: 30px;
    line-height: 1.2; }
  .zayavka-transport form .how-to-calc, .calc form .how-to-calc {
    font-size: 30px;
    text-decoration: none;
    border-bottom: 2px dotted #e3e3e3 !important;
    margin-bottom: 20px;
    display: inline-block; }
  .zayavka-transport form b, .calc form b {
    font-size: 30px; }
  .zayavka-transport form small, .calc form small {
    font-size: 25px;
    white-space: normal;
    margin-top: 15px; }
  .zayavka-transport form .wrapper, .calc form .wrapper {
    margin-left: 0; }
  .zayavka-transport form .checkbox-inline, .calc form .checkbox-inline {
    display: block; }
    .zayavka-transport form .checkbox-inline label, .calc form .checkbox-inline label {
      font-weight: normal;
      padding-left: 90px;
      padding-top: 22px; }
    .zayavka-transport form .checkbox-inline + .checkbox-inline, .calc form .checkbox-inline + .checkbox-inline {
      margin-left: 0; }
  .zayavka-transport form .table-wrapper, .calc form .table-wrapper {
    border: 0;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling-x: touch; }
    .zayavka-transport form .table-wrapper thead td, .calc form .table-wrapper thead td {
      font-size: 30px;
      line-height: 36px;
      padding-left: 10px;
      padding-right: 10px; }
  .zayavka-transport form .bootstrap-datetimepicker-widget.dropdown-menu, .calc form .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 26em; }
  .zayavka-transport form .picker-switch, .calc form .picker-switch {
    text-align: center; }
  .zayavka-transport form .map-select, .calc form .map-select,
  .zayavka-transport form .map-select-to, .calc form .map-select-to {
    font-size: 25px; }
  .zayavka-transport form .btn-default, .calc form .btn-default {
    width: 100%;
    margin-bottom: 20px;
    font-size: 35px; }
  .zayavka-transport form .btn, .calc form .btn {
    margin-bottom: 20px; }
  .zayavka-transport form .parsley-errors-list, .calc form .parsley-errors-list {
    display: none; }
    .zayavka-transport form .parsley-errors-list.filled, .calc form .parsley-errors-list.filled {
      display: block; }
  .zayavka-transport .info, .calc .info {
    width: 33px;
    height: 33px;
    line-height: 33px;
    font-size: 33px;
    background: #464646; }
  .zayavka-transport .additionalThings, .calc .additionalThings {
    margin-bottom: 0;
    margin-left: -15px; }
  .zayavka-transport .zayavka-sucsess table td, .calc .zayavka-sucsess table td {
    white-space: nowrap; }
  .zayavka-transport td.day, .calc td.day {
    font-size: 24px; } }

.cmb-tt-white {
  border: 1px solid #bbb;
  border-radius: 5px;
  background: #fff;
  color: #000; }
  .cmb-tt-white .tooltipster-content {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 10px; }
  .cmb-tt-white .tooltipster-arrow-right span {
    left: -8px; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .chosen-container-single a.chosen-single {
    height: 70px;
    line-height: 70px; } }

#textSelectedCityTo, #textSelectedCityFrom {
  margin-top: 15px;
  font-size: 18px;
  color: #FF0046; }

.request-filepick {
  margin-top: 10px; }
  .request-filepick iframe {
    display: none; }

.ie8 .request-filepick #file-object, .ie9 .request-filepick #file-object {
  display: none; }

.ie8 .request-filepick iframe, .ie9 .request-filepick iframe {
  display: block;
  border: none;
  height: 30px; }

#file-object {
  display: inline-block; }
  #file-object + .remove-file {
    display: inline-block;
    font-size: 16px;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s; }
    #file-object + .remove-file:hover {
      color: #262626;
      cursor: pointer; }

.main .site-map {
  padding-top: 60px; }
  .main .site-map ul li.heading {
    font-size: 24px;
    line-height: 1; }
    .main .site-map ul li.heading a {
      font-size: inherit; }
  .main .site-map ul li:before {
    display: none !important; }
  .main .site-map ul a {
    text-decoration: none;
    font-size: 16px; }
    .main .site-map ul a:hover, .main .site-map ul a:focus, .main .site-map ul a:active, .main .site-map ul a.active {
      text-decoration: underline; }
  .main .site-map .hidden-xs {
    display: block !important; }

body.calc {
  overflow-x: hidden; }

.calc p, .calc blockquote,
.calc .alert-danger,
.calc h2,
.calc h3,
.calc h4,
.calc .full-width,
.calc form {
  max-width: 1000px; }

.calc #autoResult,
.calc #avioResult {
  max-width: 540px; }

.calc .full-width {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e3e3e6; }

.calc .region {
  display: table-cell;
  color: #787878;
  vertical-align: middle;
  font-family: Tahoma, Helvetica, Arial, sans-serif; }

.calc .tooltips {
  border-bottom: 1px dashed #e3e3e3;
  cursor: pointer; }

.calc .radio-inline {
  padding-left: 0; }
  .calc .radio-inline .radio {
    margin-right: 20px;
    display: inline-block; }

.calc .table-wrapper {
  border-right: none;
  max-width: 1000px; }

.calc .table_noJs {
  width: 100%;
  margin-bottom: 30px; }
  .calc .table_noJs thead td {
    font-weight: bold !important;
    background: #fff;
    text-align: left; }
  .calc .table_noJs td {
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #e3e3e3;
    -webkit-animation: addInput;
         -o-animation: addInput;
            animation: addInput; }
    .calc .table_noJs td + td {
      text-align: center; }
    .calc .table_noJs td:last-child {
      text-align: left; }
  .calc .table_noJs .form-control {
    width: 80px;
    height: 25px;
    color: #371a70;
    padding-top: 0;
    padding-bottom: 0; }
  .calc .table_noJs .form-group,
  .calc .table_noJs .checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    .calc .table_noJs .form-group label,
    .calc .table_noJs .checkbox label {
      margin-top: 10px; }
  .calc .table_noJs .rower {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    color: #212029;
    vertical-align: middle; }
    .calc .table_noJs .rower:before {
      content: '';
      text-align: center;
      display: inline-block;
      width: 34px;
      height: 34px;
      line-height: 34px;
      border: 1px solid #b7b7b7;
      border-radius: 2px;
      margin-right: 10px;
      color: #FF0046; }
      @media screen and (min-width: 992px) {
        .calc .table_noJs .rower:before {
          width: 17px;
          height: 17px;
          line-height: 17px; } }
    .calc .table_noJs .rower.add:before {
      content: '+'; }
    .calc .table_noJs .rower.del:before {
      content: '\2212'; }

.calc .additional .checkbox,
.calc .additional .hider {
  display: inline-block; }

.calc .additional .form-group {
  display: inline-block;
  margin: 0;
  width: 80px;
  margin-bottom: -10px; }
  .calc .additional .form-group .form-control {
    height: 25px;
    width: 80px;
    padding-top: 0;
    padding-bottom: 0;
    color: #371a70; }

.calc .results {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #e3e3e3; }
  .calc .results h2 {
    font-size: 30px;
    text-transform: none;
    background: #371a70;
    color: #fff;
    text-align: center; }
  .calc .results small {
    font-family: 'Tahoma', "Helvetica Neue", Helvetica, sans-serif; }
  .calc .results .table-wrapper {
    border-right: 0; }
  .calc .results .table_noJs td {
    text-align: left; }
    .calc .results .table_noJs td sup {
      font-weight: normal;
      display: block;
      margin-top: 5px; }
    .calc .results .table_noJs td:last-child {
      text-align: right; }
  .calc .results .total {
    text-align: right;
    font-weight: bold;
    font-family: Tahoma, Helvetica, Arial, sans-serif; }
    .calc .results .total .num {
      width: 100px;
      display: inline-block; }
    .calc .results .total-spec {
      font-weight: normal;
      color: #FF0046; }
  .calc .results .brl {
    border-left: 1px solid #e3e3e3; }
  .calc .results .helper {
    font-size: 12px;
    color: #8b8b8b;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    padding-bottom: 40px; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .calc .region {
    font-size: 30px; }
  .calc .checkbox label {
    font-weight: normal;
    line-height: 1.5;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 30px; }
    .calc .checkbox label:after {
      top: -10px !important;
      left: 0; }
  .calc form .info {
    width: 33px;
    height: 33px;
    line-height: 37px;
    font-size: 20px;
    background: #464646; }
  .calc .radio-inline .radio {
    display: block; }
  .calc .table-wrapper {
    border: 0;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling-x: touch; }
  .calc .table_noJs thead td {
    text-align: center; }
  .calc .table_noJs .form-control {
    height: 50px; }
  .calc .table_noJs .checkbox label {
    padding: 0;
    margin-top: 0; }
    .calc .table_noJs .checkbox label:after, .calc .table_noJs .checkbox label:before {
      width: 50px;
      height: 50px; }
  .calc .table_noJs .rower {
    font-size: 20px;
    white-space: nowrap; }
  .calc .additional {
    margin-bottom: 30px; }
    .calc .additional span {
      font-size: 30px;
      vertical-align: middle; }
      .calc .additional span + .form-group .form-control {
        margin-left: 10px; }
    .calc .additional .hider {
      margin-left: 100px; }
      .calc .additional .hider span {
        display: inline-block;
        margin-bottom: 20px; }
    .calc .additional .form-group {
      margin: 0 20px 0 0;
      width: 160px;
      vertical-align: middle; }
      .calc .additional .form-group .form-control {
        height: 80px;
        width: 160px;
        text-align: center;
        vertical-align: middle; }
  .calc .desc {
    display: inline-block;
    text-align: center;
    margin: 20px auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 33px;
    line-height: 1.2; }
  .calc .results {
    border-bottom: 0; }
    .calc .results h2 {
      font-size: 40px;
      padding: 20px 0; }
    .calc .results h4 {
      margin-top: 0;
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0; }
    .calc .results small {
      font-size: 30px;
      display: block;
      margin-bottom: 20px;
      line-height: 1.5; }
    .calc .results td {
      line-height: 1.5; }
      .calc .results td label {
        margin-bottom: 0;
        padding-left: 80px !important; }
    .calc .results .total {
      text-align: left;
      font-size: 27px;
      display: table;
      width: 100%;
      margin-bottom: 20px; }
      .calc .results .total .name,
      .calc .results .total .num {
        display: table-cell; }
      .calc .results .total .num {
        text-align: right; }
    .calc .results .brl {
      border: 0; } }

.calc .posr {
  position: relative; }

.calc .js_weight-group,
.calc .js_length-group {
  position: absolute;
  right: -3px;
  top: 50%;
  margin-top: -10px; }
  .calc .js_weight-group span,
  .calc .js_length-group span {
    background: #f52323; }

.calc .errors {
  margin-top: 20px; }

.status-result .modal-content {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: none !important; }

.status-result .close {
  display: none !important; }

.status-result .progress {
  margin-top: 30px; }

.status-result .panel {
  margin-top: 30px; }

.nav-item-label {
  position: absolute;
  left: 88%;
  top: 4px;
  width: 2.5em;
  background: #fff;
  color: #e40046;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  cursor: pointer; }

.header-logo-label {
  position: absolute;
  left: 297px;
  top: -0.6em;
  width: 2.5em;
  background: #e40046;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  cursor: pointer; }

.lastNews-popup {
  position: absolute;
  z-index: 500;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 16px 24px;
  width: 360px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.33);
  font-size: 12px;
  -webkit-transform: translate(-50%, 32px);
      -ms-transform: translate(-50%, 32px);
       -o-transform: translate(-50%, 32px);
          transform: translate(-50%, 32px); }
  .lastNews-popup--hidden {
    display: none; }
  .lastNews-popup:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -14px;
    z-index: -1;
    margin: 0 0 0 -15px;
    border-width: 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent #fff; }
  .lastNews-popup__title {
    margin: 0 0 0.5em;
    font-size: 1.4em;
    color: #250E62; }
  .lastNews-popup-last {
    margin: 0 0 0.5em; }
    .lastNews-popup-last__title {
      margin: 0 0 0.2em; }
      .lastNews-popup-last__title a {
        color: #250E62;
        text-decoration: underline; }
    .lastNews-popup-last__preview-text {
      font-size: 1em; }
    .lastNews-popup-last__date {
      margin: 0.2em 0 0;
      font-size: 0.8em;
      color: #252526; }
  .lastNews-popup__more {
    color: #92908f; }
  .lastNews-popup-links {
    margin: 0.2em 0 0;
    overflow: hidden; }
    .lastNews-popup-links__all {
      float: left; }
      .lastNews-popup-links__all a {
        color: #e40046;
        text-decoration: underline; }
    .lastNews-popup-links__null {
      float: right; }
      .lastNews-popup-links__null a {
        border-bottom: 1px dashed #e40046;
        color: #e40046;
        text-decoration: none; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .nav-item-label {
    left: auto;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .header-logo-label {
    left: 100%;
    font-size: 2em; }
  .lastNews-popup {
    display: none !important; } }

body {
  -webkit-font-smoothing: antialiased;
  line-height: 150%;
  background: url("/img/noise.png") repeat;
  min-width: 1170px;
  font-size: 12px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    body {
      min-width: 640px; } }

.container {
  width: 1170px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .container {
      width: 100%; } }

html {
  display: block !important; }

.tablet * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

@media screen and (min-width: 1px) and (max-width: 640px) {
  .print {
    display: none; } }

@media print {
  .print-hide,
  .left-nav,
  .breadcrumbs,
  .footer,
  .main-btns,
  .city,
  .tel,
  .recall,
  .btns-wrapper,
  .content header,
  .main-office {
    display: none !important; }
  body {
    background: #fff;
    width: 100%;
    min-width: inherit; }
  .container {
    width: 100% !important;
    background: #fff; }
  .content {
    padding: 0;
    border-radius: 0; }
  .col-xs-14 {
    position: static; }
  .col-md-4 {
    width: 100%; }
  h1 {
    text-align: left;
    font-size: 3em;
    font-family: Tahoma, Helvetica, sans-serif;
    margin-bottom: 1em; }
  h4 {
    font-size: 2em;
    margin-bottom: 2em;
    margin-top: 0; }
  .logo {
    float: left;
    margin-top: 0;
    display: block; }
  .header,
  .page-header {
    height: 1px;
    margin-bottom: -100px;
    min-height: 1px; }
  .col-md-7 {
    width: 49% !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
  p, blockquote {
    font-size: 1.2em !important; }
  .zayavka-transport .zayavka-sucsess .table, .calc .zayavka-sucsess .table, .zayavka-transport .zayavka-sucsess .calc .table_noJs, .calc .zayavka-sucsess .table_noJs {
    width: 100%;
    max-width: initial; }
    .zayavka-transport .zayavka-sucsess .table td, .calc .zayavka-sucsess .table td, .zayavka-transport .zayavka-sucsess .calc .table_noJs td, .calc .zayavka-sucsess .table_noJs td {
      padding: 1em;
      font-size: 1.2em; }
    .zayavka-transport .zayavka-sucsess .table th, .calc .zayavka-sucsess .table th, .zayavka-transport .zayavka-sucsess .calc .table_noJs th, .calc .zayavka-sucsess .table_noJs th {
      padding: 1em;
      font-size: 1.2em; }
  .table-responsive {
    overflow-x: inherit; }
  .hidden-print {
    display: none !important; }
  .container {
    width: 100%; }
  ol > li {
    font-size: 1.2em; }
  .header,
  .page-header {
    min-height: inherit; } }

.print-page * {
  display: block; }

.print-page .left-nav,
.print-page .breadcrumbs,
.print-page .footer,
.print-page .main-btns,
.print-page .city,
.print-page .tel,
.print-page .recall,
.print-page .btns-wrapper,
.print-page .content header,
.print-page .main-office {
  display: none !important; }

.print-page body {
  background: #fff; }

.print-page .container {
  width: 100% !important;
  background: #fff; }

.print-page .col-xs-14 {
  position: static; }

.print-page h1 {
  text-align: right;
  padding-right: 40px; }

.print-page .logo {
  float: left;
  position: absolute;
  left: 0;
  top: 115px;
  right: 0; }

.print-page .col-md-7 {
  width: 49% !important;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top; }

.fancybox-inner {
  width: 100% !important;
  height: 100% !important; }

.fancybox-expand {
  display: none !important; }

.inline {
  display: inline-block;
  vertical-align: middle; }

.font-size-20 {
  font-size: 20px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .font-size-20 {
      font-size: 19px !important; } }

.desktop .fz20, .ipad .fz20 {
  font-size: 20px !important; }

.mt-20 {
  margin-top: 20px; }

.ovv {
  overflow: visible; }

.block-welcome a div:first-child {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .block-welcome a div:first-child img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%; }

.status-frame {
  height: 530px; }
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .status-frame {
      height: 950px; } }

.arrow_div{
  position: absolute;
  left: -4%;
  bottom: 120px;
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 640px) {
  .arrow_div{
    position: absolute;
    left: -4%;
    bottom: 120px;
    visibility: hidden;
  }
}

/* Разделение блоков с кнопками на главной странице: "Подать заявку" */
  .col-md-4.transport-request.separation-request
  {
    width: 50%;
  }
/* Разделение блоков с кнопками на главной странице: "Оплатить" */
  .col-md-4.transport-request.separation-pay
  {
    width: 46.5%;
    margin-left: 10px;
    padding-left: 45px;
  }
/* Изображение для кнопки: "Оплатить" */
  .img-responsive.separation-pay
  {
    display: block;
    max-width: 65%;
    height: auto;
    position: relative;
    left: 53px;
    top: 4px;
  }

/* АДАПТИВНАЯ ВЕРТСКА для раздельных блоков "Подать заявку" и "Оплатить" + картинка "Оплата картой" */
  @media screen and (min-width: 1px) and (max-width: 640px) {
    .col-md-4.transport-request.separation-request
    {
      width: 100%;
      height: 210px;
      padding-left: 45px;
    }
    .btn-separation-request
    {
      width: 100%;
    }
    .separation-request > .help
    {
      padding-left: 150px;
    }
    .col-md-4.transport-request.separation-pay
    {
      width: 100%;
      height: 190px;
      margin-left: 0px;
      margin-top: 30px;
      padding-left: 45px;
    }
    .img-responsive.separation-pay
    {
      display: block;
      max-width: 20%;
      position: relative;
      left: 415px;
      top: -80px;
    }
  }

/* Кнопка "ОПЛАТИТЬ" на странице "Статус груза / заявки" */
  .btn.btn-primary.pay
  {
    margin-left: 10px;
  }

/* Кнопка отображения всего списка городов */
  .view-all-city
  {
    color: #cc0033;
    text-decoration: underline;
  }