.dropdown-menu {
  top: 44px !important;
  left: -1px !important;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html {
  overflow-x: hidden;
}
h4,
li,
p {
  font-size: 16px;
  font-family: "Exo 2", sans-serif !important;
}
.caps,
h1,
h2,
h3 {
  font-family: "Montserrat Alternates", sans-serif !important;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background-color: #ffff;
  max-width: 2100px !important;
}
.caps {
  text-transform: uppercase;
}
a:active,
a:checked,
a:hover {
  text-decoration: none !important;
}
.copyright hr {
  text-align: center;
  width: 30%;
  height: 3px;
  color: #005093;
  margin-top: 30px !important;
}
main .breadcrumb {
  background: 0 0;
}
@media screen and (max-device-width: 530px) {
  #tabs {
    display: none !important;
  }
}
#tabs {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 560px;
}
#tabs label {
  cursor: pointer;
  float: left;
  margin-right: 5px;
  display: block;
  padding: 10px 30px;
  background-color: #83877e;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0 !important;
  color: #fff;
}
#tabs input {
  display: none;
}
#tabs input:checked + label {
  background-color: #d25463;
  color: #fff;
}
#tabs input[id="tab-1"]:checked ~ .content .tab-1 {
  display: block;
}
#tabs input[id="tab-2"]:checked ~ .content .tab-2 {
  display: block;
}
#tabs input[id="tab-3"]:checked ~ .content .tab-3 {
  display: block;
}
#tabs input[id="tab-4"]:checked ~ .content .tab-4 {
  display: block;
}
#tabs input ~ p {
  margin: 0;
}
#tabs .content {
  clear: both;
  position: relative;
}
#tabs article {
  margin-top: 0;
  width: 100%;
  padding: 50px 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
  display: none;
  min-height: 200px;
  border-top: 5px solid #d25463;
  border-radius: 0 10px 10px 10px;
}
#tabs article p {
  border: 1px solid #0101;
  border-radius: 5px;
  padding: 10px !important;
}
#tabs article h5 {
  margin-bottom: 20px;
}
.header-unit {
  height: auto;
  margin-top: 10px;
}
.header-unit .logo img {
  width: 90%;
}
.header-unit .description h4,
.header-unit .description div {
  text-align: justify;
  font-size: 1.2rem;
  margin-top: 15px;
  font-weight: 400;
}
.header-unit .contacts {
  margin-top: 25px;
  text-align: center;
}
.header-unit .contacts img {
  width: 30px;
  height: 30px;
}
.header-unit .contacts p {
  text-align: left;
}
.head-menu-unit {
  margin-bottom: 50px;
}
.header-unit .mail img {
  width: 30px;
  height: 25px;
}
.button-header {
  width: 60%;
  height: 40px;
  background-color: #005093;
  margin-top: 20px;
}
.phone-header p {
  font-size: 1.2rem;
  color: #005093;
}
.mail-header p {
  font-size: 1.2rem;
}
.mail-header p a {
  color: #005093;
}
.mail-header p a:hover {
  color: #d25463;
}
.button-header:hover {
  background-color: #d25463;
}
.button-header p {
  color: #fff;
  padding-top: 8px;
  height: 40px;
}
.head-1 {
  text-align: center;
}
.head-1 img {
  margin-top: 32px;
  width: 25px;
  height: 20px;
}
.head-1 .row p {
  margin-top: 28px;
  text-align: left;
}
.head-1 .row .col-lg-4 {
  text-align: right;
}
.head-video {
  height: 600px;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.logo-video {
  padding-top: 55px;
}
.head-video h1 {
  color: #fff;
  font-size: 32px;
}
.element-with-video-bg {
  background-image: url(img/video-pic.png);
}
.my-background-video {
  width: 100% !important;
}
.bg {
  height: auto;
  width: 100%;
  position: absolute;
}
#video_background {
  width: 100% !important;
  height: 650px !important;
}
.description h1 {
  text-shadow: 1px 1px 1px #000;
}
.description img {
  width: 30px;
  height: 30px;
  margin-top: 30px;
}
.description img:hover {
  width: 35px;
  height: 35px;
  border: 2px solid #005093;
  border-radius: 50%;
}
.head-menu .head-menu-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.head-menu-col .navbar {
  background-color: #005093 !important;
}
.head-menu-col .nav-item {
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 10px 0 10px;
  font-size: 15px !important;
  padding-top: 5px;
}
.head-menu-col .nav-item a {
  color: #fff;
}
.head-menu-col .nav-item:hover {
  background-color: #d25463;
}
.head-menu-col .active {
  background-color: #d25463;
}
.head-menu-col .collapse {
  margin: -8px 0 -8px 0;
}
.head-menu-col .dropdown {
  text-align: center;
}
.head-menu-col .dropdown a {
  height: 42px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.collapse .dropdown-item {
  color: #005093 !important;
  font-size: 13px;
}
.dropdown-item {
  padding-top: 8px !important;
  height: 32px !important;
}
.dropdown-item:hover {
  background-color: #d25463 !important;
  color: #fff !important;
}
.headline {
  text-align: center;
  margin: 50px 0 50px 0 !important;
}
.three-in-row {
  text-align: center;
  margin-bottom: 30px;
}
.three-in-row img {
  width: 50px;
  height: 50px;
  margin-bottom: 30px;
}
.plane img {
  width: 80px;
  height: 50px;
}
.button-page {
  text-align: center;
}
.ved-number {
  width: 100%;
  text-align: center;
  font-size: 64px;
  color: #d25463;
}
.ved-main p {
  text-align: center;
}
.home_btn {
  font-weight: bolder;
  color: #fff;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat Alternates", sans-serif !important;
  text-transform: uppercase;
}
.home_btn:hover {
  color: #fff;
}
.flag {
  text-align: center;
  margin-bottom: 30px;
}
.flag img {
  width: 100px;
  height: 60px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
}
.flag p {
  text-align: justify;
  margin-top: 20px;
  width: 80%;
  margin-left: 10%;
}
.solution_list {
  text-align: center;
}
.solution_list img {
  width: 50px;
  height: 50px;
}
.special-img img {
  height: 50px;
  width: 40px;
}
.solution_list h3 {
  margin: 20px 0 20px 0;
}
.solution_list h3 a {
  color: #005093;
  margin: 20px 0 20px 0;
  font-size: 22px;
}
.solution_list h3 a:hover {
  color: #d25463;
}
.solution_list .box {
  padding: 20px 0;
}
.other {
  text-align: center;
}
.other .row {
  margin-bottom: 40px;
}
.other img {
  width: 100px;
  height: 100px;
  margin-top: 30px;
}
.other p {
  text-align: justify;
}
.other h3 {
  text-align: left;
}
.other h3 {
  color: #005093;
  margin: 0 0 15px 0;
}
.other h3:hover {
  color: #d25463;
}
.utp-container {
  height: initial;
  background-color: #005093;
  margin: 50px 0 50px 0;
  padding: 30px 0;
}
.utp-row h2 {
  color: #fff;
  text-align: center;
  padding-top: 11.5%;
  width: 70%;
  margin-left: 15%;
}
.form-main-utp form {
  width: 70%;
  margin-left: 10%;
  padding-top: 15%;
  text-align: center;
}
.form-main-utp .form-group {
  margin-bottom: 30px;
}
.form-main-utp button {
  width: 50%;
  margin-left: 25%;
  background-color: #d25463;
  border: none;
  border: 2px solid #d25463;
}
.form-main-utp button:hover {
  border: 2px solid #fff;
  background-color: #de6b79;
}
.footer {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px 0 0;
}
.footer img {
  width: 20px;
  height: 20px;
}
.footer h4 {
  font-size: 1.2rem;
}
.footer .cell-phone img {
  width: 15px;
  margin-left: 2.5px;
  height: 20px;
}
.social-footer img {
  width: 40px;
  height: 40px;
  margin: 20px 0 20px 0;
}
.social-footer img:hover {
  border: 2px solid #005093;
  border-radius: 20%;
}
.social-footer:first-child {
  text-align: right;
}
.footer-menu ul li {
  list-style-type: none;
  font-size: 1.2rem;
}
.footer-menu ul li a {
  color: #005093 !important;
}
.footer-menu ul li a:hover {
  color: #d25463 !important;
}
.footer-menu {
  margin-left: -15px;
}
.map-footer {
  text-align: center;
}
.right-menu {
  padding: 0 !important;
}
.right-menu .right-menu-list {
  border: 1px solid grey;
  margin-top: 30px;
  padding: 0 15px 0 15px;
  background-color: #fff;
}
.right-menu a {
  list-style-type: none;
  margin: 10px 0;
  font-size: 15px !important;
}
.item-fix {
  color: #fff !important;
  width: 100%;
  height: 34px !important;
  background-color: #d25463;
}
.item-var a {
  color: #3a3a3a;
}
main .first-headline-page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.img-middle-mini img {
  margin: 30px 0 20px 0;
  width: 50px;
  height: 50px;
}
.img-middle-mini {
  text-align: center;
}
.plane-2 {
  text-align: center;
  margin: 30px 0 20px 0;
}
.button-page-2 {
  text-align: center;
  width: 20% !important;
  height: 40px;
  margin-left: 40%;
  background-color: #005093;
}
.button-page:hover {
  background-color: #d25463;
}
.headline-middle {
  text-align: center;
}
.marshruty .text-page {
  margin-bottom: 30px;
}
.button-page-3 {
  width: 35% !important;
  margin-bottom: 30px !important;
}
.kontakty {
  margin-top: 30px !important;
}
.contact-info a h4:hover {
  color: #005093 !important;
}
.block-uslugi img {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: block;
}
.block-uslugi p {
  padding: 0 10px 0 10px;
}
.headline-vidi {
  margin: 20px 0 30px 0;
}
.plusi img {
  width: 80px;
  height: 80px;
}
.poryadok img {
  width: 40px;
  height: 40px;
}
.vidi-avia img {
  width: 90%;
}
.content-page p {
  text-align: justify;
}
.content-page {
  padding-left: 0 !important;
}
#orderForm {
  margin: 30px 0 50px 20px;
}
#type {
  width: auto;
}
#sys {
  width: auto;
}
#data-result {
  margin: 0 0 50px 0;
}
#form-feed {
  margin-bottom: 30px;
}
@media (min-width: 1202px) {
  .cards_row {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .cards_row:last-child {
    margin-bottom: 0;
  }
  .card_item {
    margin: 0 1%;
    border: 1px solid gray;
    border-radius: 10px;
    display: flex;
  }
  .card_item:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  }
  .card_img img {
    width: 50%;
    margin-left: 25%;
  }
  .card_name {
    text-align: center;
  }
  .card_name h3 {
    text-decoration: none;
    color: #212529;
    padding: 10px 0;
  }
  .dropdown-menu {
    display: none;
  }
  header .container {
    max-width: 100%;
  }
  header .head-1 {
    padding: 0 20px;
  }
  .head-video {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .head-video video {
    width: 100%;
  }
  .logo-video {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-video img {
    width: 500px;
    height: auto;
    display: flex;
    height: auto;
  }
  .description {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 50%;
    align-items: bottom;
    justify-content: center;
  }
  .description h1 {
    text-align: center;
    width: 70%;
    font-size: 36px;
    color: #fff;
    height: auto;
    display: flex;
  }
  .head-menu-col .navbar-nav {
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 992px) and (max-width: 1201px) {
  .cards_row {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .cards_row:last-child {
    margin-bottom: 0;
  }
  .card_item {
    margin: 0 1%;
    border: 1px solid gray;
    border-radius: 10px;
    display: flex;
  }
  .card_item:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  }
  .card_img img {
    width: 50%;
    margin-left: 25%;
  }
  .card_name {
    text-align: center;
  }
  .card_name h3 {
    text-decoration: none;
    color: #212529;
    padding: 10px 0;
  }
  .container-head-menu {
    padding: 0 !important;
  }
  .main-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .head-video {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .head-video video {
    width: 100%;
  }
  .logo-video {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-video img {
    width: 400px;
    height: auto;
    display: flex;
    height: auto;
  }
  .description {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 50%;
    align-items: bottom;
    justify-content: center;
  }
  .description h1 {
    text-align: center;
    width: 70%;
    font-size: 36px;
    color: #fff;
    height: auto;
    display: flex;
  }
  .cont {
    height: 50px;
    width: 100%;
    background-color: red;
  }
  .main-page .button-header p {
    font-size: 12px;
    padding-top: 12px;
  }
  .phone-header p {
    font-size: 16px;
  }
  .mail-header p {
    font-size: 16px;
  }
  .logo-video img {
    width: 40%;
    padding-top: 20px;
  }
  .description h1 {
    font-size: 24px;
  }
  .head-video {
    margin: 10px 0 10px 0;
    height: 550px;
  }
  .hide {
    display: none;
  }
  .nav-item {
    margin: 0 !important;
    padding-right: 0 !important;
  }
  .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .solution_list h3 {
    font-size: 21px;
  }
  .utp-container {
    height: inherit !important;
    padding-bottom: 20px;
  }
  .utp-row h2 {
    font-size: 28px;
  }
  .header-unit .description h4 {
    font-size: 1rem !important;
  }
  .button-page-2 p {
    text-align: center !important;
  }
  .dropdown-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cards_row {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .cards_row:last-child {
    margin-bottom: 0;
  }
  .card_item {
    margin: 0 1%;
    border: 1px solid gray;
    border-radius: 10px;
    display: flex;
  }
  .card_item:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  }
  .card_img img {
    width: 50%;
    margin-left: 25%;
  }
  .card_name {
    text-align: center;
  }
  .card_name h3 {
    text-decoration: none;
    color: #212529;
    padding: 10px 0;
  }
  .img-plane {
    width: 20% !important;
    margin-bottom: 20px;
  }
  .img-auto,
  .img-boat {
    width: 15% !important;
    margin-bottom: 20px;
  }
  .main-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .head-video {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .head-video video {
    width: 100%;
  }
  .logo-video {
    position: absolute;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .logo-video img {
    width: 400px;
    height: auto;
    display: flex;
    height: auto;
  }
  .description {
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 50%;
    align-items: bottom;
    justify-content: center;
  }
  .description h1 {
    text-align: center;
    width: 70%;
    font-size: 36px;
    color: #fff;
    height: auto;
    display: flex;
  }
  .button-header p {
    font-size: 12px;
    padding-top: 12px;
  }
  .two-stroke p {
    padding-top: 4px;
  }
  .phone-header p {
    font-size: 16px;
  }
  .mail-header p {
    font-size: 16px;
  }
  .logo-video img {
    width: 30%;
  }
  .description h1 {
    font-size: 24px;
  }
  .head-video {
    margin: 10px 0 10px 0;
    height: 410px;
  }
  .hide {
    display: none;
  }
  .nav-item {
    margin: 0 !important;
    padding-right: 0 !important;
  }
  .navbar-nav {
    margin: 0 0 0 5% !important;
    width: 90%;
  }
  .solution_list h3 {
    font-size: 21px;
  }
  .other img {
    margin-bottom: 20px;
  }
  .other h3 {
    text-align: center;
  }
  .utp-container {
    height: inherit !important;
    padding-bottom: 20px;
  }
  .utp-row h2 {
    font-size: 28px;
    padding: 40px 0 40px 0;
  }
  .form-main-utp form {
    width: 70%;
    margin-left: 15%;
    padding-top: 0;
  }
  .footer-menu li a {
    font-size: 18px;
  }
  .map-footer iframe {
    width: 100% !important;
  }
  .footer-date h4 {
    font-size: 18px;
  }
  .header-unit .description h4 {
    font-size: 1rem !important;
  }
  .button-page-2 p {
    text-align: center !important;
  }
  .hide-md {
    display: none;
  }
  .vibiraut img {
    width: 10% !important;
    margin-bottom: 20px;
  }
  .right-menu {
    display: none;
  }
  .head-menu .head-menu-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .head-menu-col .navbar {
    background-color: #005093 !important;
  }
  .head-menu-col .nav-item {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 10px 0 10px;
    font-size: 15px !important;
    display: flex;
    padding-top: 5px;
  }
  .head-menu-col .nav-item a {
    color: #fff;
  }
  .head-menu-col .nav-item:hover {
    background-color: #005093;
  }
  .nth-1 {
    display: block;
  }
  .head-menu-col .active {
    width: 60% !important;
    margin-left: 20% !important;
    background-color: #005093;
    text-align: center;
  }
  .nth-4 {
    text-align: center;
  }
  .head-menu-col .collapse {
    margin: -8px 0 -8px 0;
  }
  .head-menu-col .dropdown {
    text-align: center;
  }
  .head-menu-col .dropdown a {
    height: 42px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .collapse .dropdown-item {
    color: #005093 !important;
    font-size: 13px;
  }
  .dropdown-item {
    padding-top: 8px !important;
    height: 32px !important;
  }
  .dropdown-item:hover {
    background-color: #d25463 !important;
    color: #fff !important;
  }
  .dropdown-menu .dropdown-item {
    display: block !important;
  }
  .marshruty img {
    width: auto;
  }
  .marshruty .button-page {
    margin-left: 32.5%;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .cards_row {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
  }
  .cards_row:last-child {
    margin-bottom: 0;
  }
  .card_item {
    margin: 0 1%;
    border: 1px solid gray;
    border-radius: 10px;
    display: flex;
  }
  .card_item:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  }
  .card_img img {
    width: 80%;
    margin-left: 10%;
  }
  .card_name {
    text-align: center;
  }
  .card_name h3 {
    text-decoration: none;
    color: #212529;
    padding: 10px 0;
    font-size: 18px;
  }
  .marshruty .button-page {
    margin-left: 32.5%;
  }
  .button-header p {
    font-size: 12px;
    padding-top: 12px;
  }
  .two-stroke p {
    padding-top: 12px;
  }
  .phone-header p {
    font-size: 18px;
  }
  .mail-header p {
    font-size: 18px;
  }
  .hide-sm {
    display: none;
  }
  .nav-item {
    margin: 0 !important;
    padding-right: 0 !important;
  }
  .navbar-nav {
    margin: 0 0 0 5% !important;
    width: 90%;
  }
  .solution_list h3 {
    font-size: 21px;
  }
  .other img {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
  }
  .other h3 {
    text-align: center;
    font-size: 24px;
  }
  .utp-container {
    height: inherit !important;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .utp-row h2 {
    font-size: 28px;
    padding: 40px 0 40px 0;
  }
  .form-main-utp form {
    width: 70%;
    margin-left: 15%;
    padding-top: 0;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li a {
    font-size: 18px;
  }
  .map-footer iframe {
    width: 60% !important;
    margin-bottom: 20px;
  }
  .footer-date h4 {
    font-size: 18px;
  }
  .header-unit .description h4 {
    font-size: 1.2rem !important;
  }
  .button-page-2 p {
    text-align: center !important;
  }
  .header-unit .logo {
    text-align: center;
  }
  .right-menu {
    display: none;
  }
  .vibiraut img {
    width: 15% !important;
    margin-bottom: 20px;
  }
  .head-menu {
    margin-top: 10px;
  }
  .head-menu .head-menu-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .head-menu-col .navbar {
    background-color: #005093 !important;
  }
  .head-menu-col .nav-item {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 10px 0 10px;
    font-size: 15px !important;
    padding-top: 5px;
  }
  .head-menu-col .nav-item a {
    color: #fff;
  }
  .head-menu-col .nav-item:hover {
    background-color: #005093;
  }
  .nth-4 {
    text-align: center;
  }
  .head-menu-col .collapse {
    margin: -8px 0 -8px 0;
  }
  .head-menu-col .dropdown {
    text-align: center;
  }
  .head-menu-col .dropdown a {
    height: 42px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .collapse .dropdown-item {
    color: #005093 !important;
    font-size: 13px;
  }
  .dropdown-item {
    padding-top: 8px !important;
    height: 32px !important;
  }
  .dropdown-item:hover {
    background-color: #d25463 !important;
    color: #fff !important;
  }
  .dropdown-menu {
    display: block;
  }
  .head-menu-col .active {
    width: 60% !important;
    margin-left: 20% !important;
    background-color: #005093;
    text-align: center;
  }
  .marshruty img {
    width: auto;
  }
}
@media (max-width: 575px) {
  .cards_row {
    width: 80%;
    margin-left: 10%;
    display: flex;
    margin-bottom: 20px;
    flex-flow: column;
  }
  .card_item {
    margin: 10px 1%;
    border: 1px solid gray;
    border-radius: 10px;
    display: flex;
  }
  .card_item:hover {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  }
  .card_img img {
    width: 80%;
    margin-left: 10%;
  }
  .card_name {
    text-align: center;
  }
  .card_name h3 {
    text-decoration: none;
    color: #212529;
    padding: 10px 0;
    font-size: 24px;
  }
  .social-footer {
    display: block;
  }
  .container {
    margin: 0 10px 0 10px !important;
    padding: 0 10px 0 10px !important;
  }
  .button-header p {
    font-size: 12px;
    padding-top: 12px;
  }
  .button-page {
    width: 70% !important;
    margin-left: 15%;
  }
  .two-stroke p {
    padding-top: 12px;
  }
  .phone-header p {
    font-size: 18px;
  }
  .mail-header p {
    font-size: 18px;
  }
  .hide-sm {
    display: none;
  }
  .nav-item {
    margin: 0 !important;
    padding-right: 0 !important;
  }
  .navbar-nav {
    margin: 0 0 0 5% !important;
    width: 90%;
  }
  .solution_list h3 {
    font-size: 21px;
  }
  .other img {
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
  }
  .other h3 {
    text-align: center;
    font-size: 24px;
  }
  .utp-container {
    height: inherit !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .marshruty img {
    width: auto;
  }
  .utp-row h2 {
    font-size: 28px;
    padding: 40px 0 40px 0;
  }
  .form-main-utp form {
    width: 70%;
    margin-left: 15%;
    padding-top: 0;
  }
  .footer-menu {
    text-align: center;
  }
  .footer-menu li a {
    font-size: 18px;
  }
  .map-footer iframe {
    width: 60% !important;
    margin-bottom: 20px;
  }
  .footer-date h4 {
    font-size: 18px;
    text-align: center;
  }
  .hided img {
    display: none;
  }
  .header-unit .description h4 {
    font-size: 1.2rem !important;
  }
  .header-unit .logo {
    text-align: center;
  }
  .button-page-2 p {
    text-align: center !important;
  }
  .right-menu {
    margin: 0 10px 0 10px;
  }
  .right-menu {
    display: none;
  }
  .vibiraut img {
    width: 15% !important;
    margin-bottom: 20px;
  }
  .head-menu {
    margin-top: 10px;
  }
  .head-menu .head-menu-col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .head-menu-col .navbar {
    background-color: #005093 !important;
  }
  .head-menu-col .nav-item {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 10px 0 10px;
    font-size: 15px !important;
    padding-top: 5px;
  }
  .head-menu-col .nav-item a {
    color: #fff;
  }
  .head-menu-col .nav-item:hover {
    background-color: #005093;
  }
  .head-menu-col .active {
    width: 60%;
    margin-left: 20% !important;
    background-color: #005093;
    text-align: center;
  }
  .nth-4 {
    text-align: center;
  }
  .nth-1 {
    text-align: center;
  }
  .head-menu-col .collapse {
    margin: -8px 0 -8px 0;
  }
  .head-menu-col .dropdown {
    text-align: center;
  }
  .head-menu-col .dropdown a {
    height: 42px;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .collapse .dropdown-item {
    color: #005093 !important;
    font-size: 13px;
  }
  .dropdown-item {
    padding-top: 8px !important;
    height: 32px !important;
  }
  .dropdown-item:hover {
    background-color: #d25463 !important;
    color: #fff !important;
  }
  .dropdown-menu {
    display: block;
  }
  .poryadok p {
    text-align: center;
  }
  .vidi-perevozok img {
    width: 15% !important;
    margin-bottom: 20px;
  }
}
ul.tracking {
  margin: 40px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: auto;
}
ul.tracking > li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.tracking > li > img {
  width: 45px;
  height: 45px;
}
ul.tracking > li > img.inactive {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
ul.tracking > li > span {
  width: 80%;
  display: inline-block;
  border-top: 4px solid #ef91a7;
}
.not-active-my {
  width: 80%;
  display: inline-block;
  border-top: 4px solid gray;
}
ul.tracking > li > span.inactive {
  border-top-color: #cecece;
  color: #898989;
}
ul.tracking > li > span.attention {
  border-top-color: #f7941d;
}
ul.tracking-info {
  margin: 0;
  padding: 15px 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cecece;
}
ul.tracking-info:hover {
  background-color: #fafafa;
}
ul.tracking-info > li {
  width: 33%;
  float: left;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul.tracking-info > li:first-child {
  padding-left: 20px;
}
form.tracking {
  width: 100%;
  height: 100px;
  padding-top: 20px;
}
form.tracking > input[type="text"] {
  font-size: 16px;
  width: 272px;
  height: 48px;
  padding: 0 0 0 16px;
  margin: 0;
  background-color: #ebebeb;
  border: 1px solid #d7d7d7;
}
form.tracking > input[type="text"]:focus {
  border-color: #727272;
}
form.tracking > input[type="submit"] {
  font-size: 14px;
  height: 14px;
  color: #0080c4;
  font-weight: 500;
  border: 1px solid #0080c4;
  padding: 16px 32px 32px 32px;
  background-color: #fff;
  margin: 0 0 0 30px;
}
form.tracking > input[type="submit"]:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0080c4;
}
form.tracking > span {
  display: block;
  font-size: 13px;
  margin: 10px 0 0 5px;
}
form.tracking > span > a {
  color: #645f5f;
  font-style: italic;
  border-bottom: 1px dashed #636363;
}
@media (max-width: 778px) {
  aside {
    display: none;
  }
  aside.visibility-xs {
    display: block !important;
    float: none;
    width: auto;
    margin-top: 30px;
  }
  .background_map {
    display: none;
  }
  .feedback,
  .order,
  .parcelcalc,
  .v-calc {
    width: auto;
    padding: 15px 0 0 0;
    text-align: center;
  }
  .v-calc > select {
    width: 188px;
    margin-bottom: 14px;
  }
  .v-calc > input[type="text"] {
    display: block;
    width: 175px;
    margin: 0 auto;
  }
  .v-calc > select {
    display: block;
    width: 186px;
    margin: 0 auto;
    margin-bottom: 14px;
  }
  nav > ul > li:last-child > img {
    left: 4px;
  }
  nav > ul > li:last-child > a {
    display: inline-block;
    width: auto;
    padding-left: 10px;
  }
  div.index-features p {
    display: none;
  }
  div.index-features p:first-child {
    display: block !important;
    width: auto;
  }
  form.tracking > input[type="submit"] {
    margin: 10px 0 0 0;
    width: 290px;
  }
  form.tracking {
    height: auto;
    text-align: center;
  }
  ul.tracking {
    margin: 10px 0;
  }
  ul.tracking > li {
    float: none;
    width: 58%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  ul.tracking > li > span {
    font-size: 17px;
    line-height: 1.2;
  }
}
@media (max-width: 1148px) {
  .reviews > ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  article ul.reviews {
    flex-wrap: wrap;
    justify-content: end;
  }
  article ul.reviews > li {
    margin: 0 10px 20px;
  }
  .reviews > ul > li:last-child {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
  article ul.reviews > li:last-child {
    padding-top: 0;
    width: auto;
    text-align: center;
  }
  article ul.reviews > li.all-reviews {
    height: 86px;
  }
}
@media (min-width: 778px) {
  nav > ul > li:hover > ul {
    display: block;
  }
}
.feedback,
.order,
.parcelcalc,
.v-calc {
  width: 835px;
  height: auto;
  border: 1px solid #000102;
  margin: 25px 0;
  border-radius: 2px;
  padding: 10px 20px;
  box-sizing: border-box;
  position: relative;
}
.feedback,
.v-calc {
  padding-top: 30px;
}
.parcelcalc {
  text-align: center;
}
.order > span {
  display: block;
  font-size: 17px;
  margin: 25px 10px 15px 10px;
  padding: 0;
  font-weight: 500;
  color: #353535;
  text-transform: uppercase;
  border: none;
}
.order > h2:first-child {
  margin: 0 0 15px 0;
}
.feedback > input[type="text"],
.order > input[type="text"],
.order > select {
  font-size: 14px;
  width: 220px;
  height: 40px;
  padding: 0 0 0 16px;
  margin: 0 10px;
  background-color: #ebebeb;
  border: 1px solid #d7d7d7;
}
.order > input[type="text"].short {
  width: 85px;
}
.feedback > input[type="text"].long {
  margin: 30px 0 0 10px;
  width: 743px;
}
.order > select {
  height: 41px;
  vertical-align: middle;
  margin-right: 0;
  position: relative;
  top: -1px;
}
.order > select.short {
  width: 100px;
  top: -1px;
}
.feedback > textarea,
.order > textarea {
  width: 743px;
  font-size: 14px;
  height: 44px;
  padding: 16px 0 0 16px;
  margin: 30px 10px 0 10px;
  background-color: #ebebeb;
  border: 1px solid #d7d7d7;
}
.order > textarea:focus {
  border-color: #727272;
  outline: 0;
}
.feedback > input[type="text"]:focus,
.order > input[type="text"]:focus,
.order > select:focus,
.parcelcalc > input[type="text"]:focus,
.parcelcalc > select:focus,
.v-calc > input[type="text"]:focus,
.v-calc > select:focus {
  border-color: #727272;
  outline: 0;
}
.feedback > input[type="submit"],
.order > input[type="submit"],
.parcelcalc > input[type="button"],
.v-calc > input[type="submit"] {
  width: auto;
  height: 40px;
  display: block;
  margin: 25px auto 15px auto;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  background-color: #005093;
}
.track > input[type="submit"] {
  width: auto;
  height: 32px;
  color: #fff;
  background-color: #005093 !important;
}
.track > input[type="submit"]:hover {
  cursor: pointer;
  color: #fff;
  background-color: #d25463 !important;
}
.feedback > input[type="submit"]:hover,
.order > input[type="submit"]:hover,
.parcelcalc > input[type="button"]:hover,
.v-calc > input[type="submit"]:hover {
  cursor: pointer;
  color: #fff;
  background-color: #d25463;
}
article {
  width: 70%;
  max-width: 900px;
  margin-top: 15px;
  padding: 0 0 0 15px;
}
article img {
  max-width: 100%;
  height: auto;
}
.feedback,
.order,
.parcelcalc,
.volumeW {
  width: 100%;
}
.order > select {
  width: 242px;
}
.b-reviews {
  float: left;
  width: 100%;
  margin-left: -8px;
}
.b-reviews__title {
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  margin: 0 0 25px 0;
  text-align: center;
  text-transform: uppercase;
  color: #363636;
}
.b-reviews__title--left {
  margin-top: 50px;
  margin-left: 8px;
  text-align: left;
}
.b-reviews__item {
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  float: left;
  width: 24%;
}
.b-reviews__inner {
  position: relative;
  height: 111px;
  margin: 7px;
  padding: 15px;
  border: 1px solid #cecece;
  border-radius: 2px;
}
.b-reviews__inner:after {
  position: absolute;
  top: 141px;
  left: 30px;
  content: "";
  border: 7px solid transparent;
  border-top: 7px solid #cecece;
}
.b-reviews__link {
  position: absolute;
  right: 14px;
  bottom: 11px;
  text-align: right;
}
.b-reviews__author {
  font-weight: 500;
  margin-bottom: 21px;
  padding-top: 12px;
  padding-left: 15px;
}
.b-reviews__more {
  float: left;
  width: 4%;
  padding-top: 55px;
  text-align: right;
}
.b-reviews__more a {
  text-decoration: none;
  border: none;
}
.b-reviews__more img {
  max-width: 100%;
  height: auto;
}
.b-reviews__item--inner {
  width: 32%;
}
.g-recaptcha {
  width: 304px;
  margin: 15px auto 0;
}
.order > h2:first-child {
  margin: 30px 0 15px 0;
}
.feedback,
.order,
.parcelcalc,
.volumeW {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.feedback {
  padding-top: 30px;
}
.feedback > input[type="text"],
.order > input[type="text"],
.order > select {
  width: 90%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px;
  font-size: 18px !important;
}
.order > select {
  top: 0;
  width: 93%;
}
.order > input[type="text"].short {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.feedback > textarea,
.order > textarea {
  width: 90%;
  height: 100px;
  margin: 30px auto;
  resize: none;
  font-size: 18px;
}
.order > select.short {
  width: 93.5%;
  margin: 26px 0 0 0;
}
.feedback > input[type="text"].longer {
  width: 90%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px;
}
.volumeW {
  padding-top: 36px;
}
.volumeW > select {
  display: block;
  width: 83%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.volumeW > input[type="text"] {
  display: block;
  width: 80%;
  margin: 8px auto;
}
.order > h2:first-child {
  margin: 30px 0 15px 0;
}
.feedback,
.order,
.parcelcalc,
.volumeW {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}
.feedback {
  padding-top: 30px;
}
.feedback > input[type="text"],
.order > input[type="text"],
.order > select {
  width: 90%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px;
  font-size: 18px !important;
}
.order > select {
  top: 0;
  width: 93%;
}
.order > input[type="text"].short {
  display: block;
  width: 90%;
  margin: 0 auto;
}
.feedback > textarea,
.order > textarea {
  width: 90%;
  height: 100px;
  margin: 30px auto;
  resize: none;
  font-size: 18px;
}
.order > select.short {
  width: 93.5%;
  margin: 26px 0 0 0;
}
.feedback > input[type="text"].longer {
  width: 90%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-left: 10px;
}
.volumeW {
  padding-top: 36px;
}
.volumeW > select {
  display: block;
  width: 83%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.volumeW > input[type="text"] {
  display: block;
  width: 80%;
  margin: 8px auto;
}
.b-reviews {
  margin-left: 0;
}
.b-reviews__item {
  float: none;
  width: 100%;
}
.b-reviews__inner {
  height: auto;
}
.b-reviews__inner:after {
  position: relative;
  top: 39px;
}
.b-reviews__more {
  float: none;
  display: none;
  width: 100%;
  padding-top: 6px;
  text-align: center;
}
.docs > p {
  float: left;
  width: 95%;
  height: auto;
  margin: 0 0 20px;
  padding: 0 0 0 12px;
}
.docs p span {
  display: block;
  overflow: hidden;
}
.pagereview > p {
  width: 95%;
  min-height: auto;
  margin: 0 0 17px;
  padding: 12px;
}
.pagereview > p > a > img {
  margin-right: 10px;
}
.pagereview > i {
  display: block;
  margin-bottom: 30px;
  margin-left: 8px;
}
.pagereview > p > span > img {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  margin: 1px 0 16px;
}
article > ul.columns > li {
  float: none;
  width: 100%;
}
.reviews > ul > li {
  float: none;
  margin: 0 auto 20px auto;
}
.reviews > ul > li > div {
  width: 100%;
}
.reviews > ul > li:last-child {
  padding-top: 14px;
}
article div.get-quote input[type="text"] {
  margin: 0 auto 32px auto;
  font-size: 18px;
}
article div.get-quote textarea {
  width: 272px;
  height: 100px;
  resize: none;
  margin: 0 auto;
  font-size: 18px;
}
article div.get-quote {
  padding: 15px;
}
.feedback > input[type="text"].long {
  margin: 30px auto 0 auto;
  width: 90%;
}
.background_miles {
  margin-top: 30px;
  display: none;
  visibility: hidden;
}
article > ul {
  width: 100%;
  margin: 0;
}
article ul.icons > li {
  float: none;
  width: 100%;
  padding: 0;
  display: flex;
  margin-bottom: 22px;
}
article ul.icons > li > img {
  display: block;
  width: 36px;
  height: 36px;
  padding-left: 0;
  padding-right: 10px;
}
article ul.double > li {
  width: 100%;
  margin: 0;
  margin-bottom: 15px;
  padding: 0 10px 0 0;
}
.feedback,
.order,
.parcelcalc,
.v-calc {
  width: auto;
  padding: 15px 0 0 0;
  text-align: center;
}
.v-calc > select {
  width: 188px;
  margin-bottom: 14px;
}
.v-calc > input[type="text"] {
  display: block;
  width: 175px;
  margin: 0 auto;
}
.v-calc > select {
  display: block;
  width: 186px;
  margin: 0 auto;
  margin-bottom: 14px;
}
nav > ul > li:last-child > img {
  left: 4px;
}
nav > ul > li:last-child > a {
  display: inline-block;
  width: auto;
  padding-left: 10px;
}
div.index-features p {
  display: none;
}
div.index-features p:first-child {
  display: block !important;
  width: auto;
}
header > ul li > span.us-phone {
  display: block;
  width: 90px;
  margin: 0 auto;
  margin-top: 8px;
  white-space: nowrap;
}
article ul.reviews {
  justify-content: center !important;
  flex-direction: column;
}
article ul.reviews > li {
  margin-left: auto !important;
  margin-right: auto !important;
}
.background_order {
  display: none;
}
.click {
  display: block;
}
form.tracking > input[type="submit"] {
  margin: 10px 0 0 0;
  width: 290px;
}
form.tracking {
  height: auto;
  text-align: center;
}
ul.tracking {
  margin: 10px 0;
}
ul.tracking > li {
  float: none;
  width: 58%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 24px;
}
ul.tracking > li > span {
  font-size: 17px;
  line-height: 1.2;
}
.mainb-reviews > li {
  width: 18.5%;
  height: 140px;
}
.mainb-reviews > li > a {
  top: 147px;
}
.mainb-reviews > li::after {
  display: none;
}
.outer-btn {
  display: none;
}
nav {
  display: block !important;
}
.instagallery {
  text-align: center;
}
aside {
  float: right;
  width: 30%;
}
aside li a {
  width: auto;
  padding: 18px 0 0 25px;
}
article {
  width: 70%;
  max-width: 900px;
  margin-top: 15px;
  padding: 0 0 0 15px;
}
article ul.contact {
  top: 0;
  padding: 0 0 0 300px;
}
.feedback,
.order,
.parcelcalc,
.volumeW {
  width: 100%;
}
.feedback > textarea,
.order > textarea {
  height: 125px;
  resize: none;
}
.order > select {
  width: 242px;
}
.order > select.short {
  width: 100px;
  margin: 20px 8px 0;
}
.feedback > input[type="text"],
.order > input[type="text"],
.order > select {
  margin-bottom: 22px;
}
.feedback > input[type="text"].longer {
  width: 430px;
  margin: 7px 8px 0 8px;
}
.b-reviews {
  margin-left: 0;
}
.b-reviews__inner {
  height: 173px;
}
.b-reviews__inner:after {
  top: 204px;
}
.b-reviews__more {
  padding-top: 84px;
}
.docs > p {
  height: 220px;
}
.outer-btn {
  display: none;
}
.order > select {
  width: 242px;
}
.feedback > input[type="text"],
.order > input[type="text"],
.order > select {
  margin-bottom: 22px;
}
.b-reviews {
  margin-left: 0;
}
.b-reviews__inner {
  height: 125px;
}
.b-reviews__inner:after {
  top: 156px;
}
.outer-btn {
  display: none;
}
.order > select {
  width: 242px;
}
article ul.reviews {
  flex-wrap: wrap;
  justify-content: end;
}
article ul.reviews > li {
  margin: 0 10px 20px;
}
.reviews > ul > li:last-child {
  padding-top: 0;
  width: 100%;
  text-align: center;
}
article ul.reviews > li:last-child {
  padding-top: 0;
  width: auto;
  text-align: center;
}
article ul.reviews > li.all-reviews {
  height: 86px;
}
.list-material {
  background-color: #005093;
}
.list-material li {
  padding: 10px 0 10px 10px;
  list-style-type: none;
  color: #fff;
  border-bottom: 10px solid #fff;
}
.list-material li :last-child {
  border: none;
}
main.novosti {
  background-image: url(../img/news2.jpg);
  background-size: 100%;
}
.news-column a {
  color: #5c5c5c;
  font-size: 21px;
}
.news-column a:hover {
  color: #005093;
}
.news-item {
  border-bottom: 1px solid #005093;
  padding-bottom: 10px;
  overflow: hidden;
  padding: 10px;
}
.news-img {
  float: left;
  max-width: 150px;
  height: auto;
  margin: 10px;
}
.card-term:hover {
  box-shadow: 0 0 10px 5px rgba(0, 80, 147, 0.5) !important;
}
.card-term {
  border: 1px solid gray;
  border-radius: 10px;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.text {
  color: #d25463;
  font-size: 18px;
  margin: 5px 15px !important;
}
.number {
  font-size: 18px;
  color: #d25463;
}
main img {
  max-width: 100%;
}
main ul {
  list-style: none;
}
.preim-ved {
  margin-top: 30px;
}
.preim-ved .krug {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  background-color: #d25463;
}
.preim-ved p {
  text-align: center !important;
  margin-top: 20px;
}
.preim-ved img {
  width: 70%;
  height: 70%;
  margin: 15% 0 0 15%;
}
.spisok-ved p {
  font-weight: 700;
}
.spisok-ved li {
  list-style-type: none;
}
.spisok-ved li:before {
  color: #005093;
  content: "●";
  padding-right: 10px;
}
.square img {
  width: 30%;
  height: auto;
  margin: 20px 35%;
}
.square p b {
  color: #d25463;
}
.padd {
  border: 2px solid #d25463;
  width: 100% !important;
  min-height: 100px;
  padding: 0 10px;
  background-color: red;
}
.button-page-prochie {
  margin: 10px auto 25px;
  display: block;
}
.vidy-oborud img {
  width: 64px;
  height: auto;
  margin: 20px 0;
}
.vidy-oborud {
  text-align: center;
}
.vidy-oborud p {
  text-align: center;
}
