header .container {
  max-width: 1140px;
}
body header .logo {
  width: 30.851%;
}
body header .address {
  display: block;
}
body header .personal {
  display: block;
}
body header .personal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
body header .personal .lk {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body header .form {
  margin-top: 6px;
  margin-left: auto;
  display: inline-block;
}
@media (min-width: 1200px) {
  header .info {
    width: 60.15%;
  }
}
@media (max-width: 1199px) {
  .container {
    width: 960px;
  }
  body.short-width header .menu {
    width: 615px;
  }
  body header .menu {
    width: 615px;
  }
  header .info {
    width: 66.15%;
  }
  .calc.homepage {
    width: 610px;
  }
  .calc.homepage .calc-tabs-container .tab-content select {
    margin-left: 29px;
  }
  .calc.homepage .calc-tabs-container .tab-content .weight {
    margin-right: 15px;
  }
  .calc.homepage .calc-tabs-container .tab-content .volume {
    margin-right: 14px;
  }
  .calc.homepage .calc-tabs-container .tab-content .checkbox.mail {
    margin-right: 23px;
  }
  .rating-list .item {
    padding: 40px 35px;
  }
  .sort-th a {
    display: block;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  body.short-width header .address {
    display: none;
  }
  body header .address {
    display: none;
  }
  body.short-width header .menu {
    display: none;
  }
  body header .menu {
    display: none;
  }
  body.short-width header .form {
    display: none;
  }
  body header .form {
    display: none;
  }
  body:not(.short-width) header .personal .personal-links {
    margin-left: 0;
  }
  html.lock {
    overflow-y: hidden !important;
    -ms-touch-action: none;
        touch-action: none;
  }
  header.homepage {
    padding-bottom: 30px;
  }
  header .mobile-menu-icon {
    position: relative;
    display: block;
    width: 24px;
    height: 15px;
    border-bottom: none;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  header .mobile-menu-icon span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: #0355BC;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  header .mobile-menu-icon span:nth-child(1) {
    top: 0px;
  }
  header .mobile-menu-icon span:nth-child(2),
  header .mobile-menu-icon span:nth-child(3) {
    top: 6px;
  }
  header .mobile-menu-icon span:nth-child(4) {
    top: 12px;
  }
  header .mobile-menu-icon.open span:nth-child(1) {
    top: 6px;
    left: 50%;
    width: 0%;
  }
  header .mobile-menu-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header .mobile-menu-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  header .mobile-menu-icon.open span:nth-child(4) {
    top: 6px;
    left: 50%;
    width: 0%;
  }
  header .top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .login {
    margin-left: 0;
  }
  header .personal .lk {
    margin-left: 0;
    min-width: 80px;
    text-align: left;
  }
  .notice-lamp {
    display: none;
  }
  .main-banner {
    padding-bottom: 7%;
  }
  .calc.homepage {
    position: static;
    width: 100%;
  }
  .calc.homepage .calc-tabs-container .tab-content .price {
    margin-right: 10px;
  }
  .calc.homepage .calc-tabs-container .tab-content select {
    margin-left: 0;
    margin-right: 14px;
  }
  .calc.homepage .calc-tabs-container .tab-content .checkbox.mail {
    margin-right: 20px;
  }
  .calc .calc-tabs-container .tab-content .size {
    margin-right: 34px;
  }
  .mobile-sidebar {
    position: fixed;
    top: 0;
    right: -260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    height: 100%;
    padding: 17px 0;
    background-color: #0355bc;
    box-sizing: border-box;
    z-index: 20;
  }
  .mobile-sidebar .tel {
    display: block;
    margin: 0 0 10px 15px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    border-bottom: none;
  }
  .mobile-sidebar .form {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .mobile-sidebar .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mobile-sidebar .form label {
    width: 100%;
    font-size: 10px;
    color: #fff;
  }
  .mobile-sidebar .form input[type="text"] {
    width: 142px;
    padding: 0 7px;
    height: 24px;
    font-size: 10px;
    border: none;
    border-right: 3px solid #0355bc;
    box-sizing: border-box;
  }
  .mobile-sidebar .form button[type="submit"] {
    width: auto;
    height: 24px;
    padding: 0 10px;
    font-size: 11px;
    color: #0355bc;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    border: none;
  }
  .mobile-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
    overflow: auto;
  }
  .mobile-menu .item:after {
    content: '';
    width: 230px;
    height: 1px;
    background-color: #3780cd;
    display: block;
    margin-left: 15px;
  }
  .mobile-menu .item a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-bottom: none;
  }
  .mobile-menu .item.has-sub {
    display: none;
  }
  .wrapper,
  .mobile-sidebar {
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
  }
  .mobile-menu-open .wrapper,
  .mobile-menu-open .mobile-sidebar {
    -webkit-transform: translateX(-260px);
            transform: translateX(-260px);
  }
  .mobile-menu-open .mobile-sidebar {
    box-shadow: 0 0 4px 0 #242424;
  }
  .main-banner .content {
    width: 100%;
    padding: 7.5% 0 6%;
    text-align: center;
  }
  .main-banner .content .btn {
    margin: 4% auto 0;
  }
  .result-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .partners-list .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-list .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    margin-top: 10px;
  }
  .partners-list .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-top: 10px;
  }
  .contact-form .form {
    margin-top: 10px;
  }
  .contact-form .form.col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .contact-form .form .col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .tariffs-list .item {
    margin-bottom: 20px;
  }
  .rating-chart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rating-chart .sidebar {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .rating-chart .sidebar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rating-chart .sidebar .menu a {
    margin-right: 23px;
  }
  .rating-chart .chart .results .result {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .rating-chart .chart .results .columns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .rating-total {
    padding-left: 0;
  }
  .table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .rating-list .item {
    width: 100%;
  }
  footer .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .subscribe .content {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .subscribe .desc {
    margin-top: 5px;
    font-size: 13px;
  }
  footer .bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .bottom .menu {
    width: 100%;
    margin-bottom: 30px;
  }
  footer .bottom .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .bottom .copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .mobile-menu-open .wrapper,
  .mobile-menu-open footer {
    opacity: 0.5;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  header .logo {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  header .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .tel-container {
    display: none;
  }
  header .top {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 6px;
  }
  header .personal {
    margin-right: auto;
  }
  .promo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promo .item > .content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .calc .destination {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .calc .city {
    width: 100%;
  }
  .calc .city:first-of-type {
    position: relative;
    margin-right: 0px;
    margin-bottom: 36px;
  }
  .calc .city:first-of-type::after {
    top: 100%;
    left: 50%;
    right: inherit;
    margin: 6px 0 0 -11px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .calc .city:last-of-type {
    margin-left: 0px;
  }
  .calc .calc-tabs-container .tab-content .weight,
  .calc .calc-tabs-container .tab-content .volume,
  .calc .calc-tabs-container .tab-content .price,
  .calc .calc-tabs-container .tab-content .size,
  .calc .calc-tabs-container .tab-content select,
  .calc .calc-tabs-container .tab-content .checkbox,
  .calc .calc-tabs-container .tab-content .checkbox.mail {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .calc .calc-tabs-container .tab-content .size .input input {
    width: 100%;
  }
  .calc .accordion .accordion-content .checkbox {
    width: 100%;
  }
  .form-documentsrequest .btn {
    margin-top: 15px;
  }
  .partners-list .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-list .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .partners-list .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-page .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 504px;
    height: 85vh;
    max-height: 605px;
  }
  .contact-page .map .contact-box {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .contact-page .contact-form {
    margin-top: 10px;
  }
  .contact-page .contact-form .btn {
    margin-top: 15px;
  }
  .tariffs-list .item {
    max-width: 100%;
    margin-right: 0;
  }
  .form-layout .row.mg-b-20 {
    width: 100%;
  }
  .nav-item .btn.fl-rgt {
    float: none;
    margin-top: 0;
  }
  footer .bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .bottom .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  footer .bottom .copyright {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.short-width header .logo {
    width: 66.851%;
  }
  body header .logo {
    width: 66.851%;
  }
  body.short-width header .personal-links {
    margin-top: 10px;
  }
  body header .personal-links {
    margin-top: 10px;
  }
  header .info {
    width: 100%;
  }
  header .personal .lk {
    margin-left: 0px;
  }
  header .mobile-menu-icon {
    top: -35px;
  }
  header .tel-container .tel {
    font-size: 18px;
  }
  .main-banner .content {
    width: 100%;
  }
  .main-banner .content .title {
    font-size: 24px;
  }
  .main-banner .content .btn {
    width: 189px;
  }
  .promo .item .content {
    width: 320px;
  }
  .calc.homepage {
    padding: 18px 18px 22px;
  }
  .calc .btn {
    margin: 12px auto 0;
  }
  .calc .accordion .accordion-content .checkbox .tip {
    display: none;
  }
  .promo .item > .content {
    margin-left: 0;
  }
  .promo .item {
    min-height: 150px;
  }
  .promo .item .content {
    padding-top: 10px;
  }
  .promo .item:nth-child(odd) .content {
    padding-top: 20px;
  }
  .promo .item .title {
    font-size: 17px;
  }
  .promo .item .desc {
    font-size: 14px;
  }
  .promo .item .img {
    display: none;
  }
  .news-section .preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-section.tabs-container .preview .img {
    margin-bottom: 15px;
  }
  .slim-mainpanel > .container {
    padding: 24px 0px;
  }
  .form-authorize {
    padding: 15px;
  }
  .form-authorize .form-title {
    font-size: 1.5rem;
    text-align: center;
  }
  .form-authorize .col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .form-authorize .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .form-authorize .col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form-authorize .g-recaptcha {
    -webkit-transform: scale(0.6) !important;
            transform: scale(0.6) !important;
    -webkit-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important;
  }
  .form-documentsrequest .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .form-documentsrequest .col {
    -ms-flex-preferred-size: 84%;
        flex-basis: 84%;
  }
  .form-documentsrequest .col-auto {
    max-width: 100%;
  }
  .form-documentsrequest .g-recaptcha {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important;
    margin-top: 10px;
  }
  .deliveries-row-list .item {
    width: 100%;
  }
  .rating-chart .legend,
  .partners-list .chart .legend {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .rating-chart .legend span,
  .partners-list .chart .legend span {
    margin-top: 5px;
  }
  .partners-list .item .chart .results .columns .column {
    width: 30px;
  }
  .tabs-links {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .partners-list .item .box.stats {
    padding: 20px;
  }
  .contact-page .map {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .contact-page .contact-form .g-recaptcha {
    -webkit-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important;
  }
  .contact-form .director {
    width: 100%;
  }
  .contact-page .contact-form .form {
    padding: 16px 25px;
  }
  .contact-page .contact-form .form .col-auto {
    max-width: 100%;
  }
  .tariffs-list .item {
    padding: 20px;
    margin-right: 0;
  }
  .rating-chart .legend {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rating-total span {
    margin: 0 auto;
  }
  .rating-list .item {
    padding: 30px 20px;
    margin-bottom: 10px;
  }
  .rating-list .item .criterion {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .rating-list .item .criterion .title {
    margin-bottom: 5px;
  }
  .rating-list .item.full .col {
    padding-left: 0;
    padding-right: 0;
  }
  .rating-chart .sidebar .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .rating-chart .sidebar .menu a {
    margin-right: 0;
  }
  .rating-chart .chart-container {
    display: none;
  }
  .rating-total {
    display: none;
  }
  .form-layout .col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .form-layout .col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .form-layout .col-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .nav-item .btn.fl-rgt {
    float: none;
    margin-top: 0;
  }
  .form-layout-footer .btn.pull-right {
    float: none;
    margin-top: 15px;
  }
  .table-list {
    padding: 20px 0;
  }
  .slim-pageheader > .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .select2-container {
    width: 100% !important;
  }
  .form-layout-footer .btn[value="new_actsreconc"] {
    margin-top: 10px;
  }
  footer {
    margin-top: 0;
    padding-bottom: 6%;
  }
  footer .subscribe {
    padding-top: 3.5%;
  }
  footer .subscribe .form {
    width: 290px;
    margin-left: 0;
  }
  footer .subscribe .form button[type="submit"] {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  footer .bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .bottom .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .bottom .menu {
    display: none;
  }
  footer .bottom .copyright {
    margin-top: 15px;
    text-align: center;
  }
  footer .subscribe .form .checkbox {
    margin-left: 1px;
  }
  .popup .popup-content {
    width: 300px;
    padding: 20px;
  }
  .popup .popup-header .close-popup-icon {
    top: -10px;
    right: -10px;
  }
  .section-wrapper .section-wrapper {
    padding: 0;
  }
}
