@charset "UTF-8";
/* ----------------------------------- *\
      icons
\* ----------------------------------- */
.i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
/* ----------------------------------- *\
      main styles
\* ----------------------------------- */
body {
  color: #6A8BA3;
  background: #fff;
  font-size: 15px;
  line-height: 1.7;
}
p,
ul,
ol,
li,
table {
  margin-bottom: 1.7em;
}
p img,
ul img,
ol img,
li img {
  max-width: 100%;
}
p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
table:last-child {
  margin-bottom: 0;
}
b {
  font-weight: 500;
}
a {
  text-decoration: none;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color: #E31E24;
  transition-timing-function: cubic-bezier(.67, .01, .31, .99);
}
a:hover {
  text-decoration: underline;
  color: #F42B31;
}
p a,
label a,
*.link-ltr a,
a.link-ltr {
  position: relative;
}
p a:hover,
label a:hover,
*.link-ltr a:hover,
a.link-ltr:hover {
  text-decoration: none;
}
p a:after,
label a:after,
*.link-ltr a:after,
a.link-ltr:after {
  border-radius: 1px;
  border-top: 1px solid #E31E24;
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  left: 0;
  transition: right .5s cubic-bezier(.67, .01, .31, .99);
}
p a:hover:after,
label a:hover:after,
*.link-ltr a:hover:after,
a.link-ltr:hover:after {
  right: 0;
  border-top-color: #F42B31;
}
a.link-title {
  border-bottom: 2px dashed;
  padding: 0 18px 0 0;
  background: url(../img/icons/a11.svg) right center no-repeat;
  background-size: 10px auto;
}
a.link-title:hover {
  text-decoration: none;
}
h1,
.main-title,
h2,
.second-title,
h3,
.small-title {
  font-size: 26px;
  line-height: 1.1538;
  font-weight: 500;
  margin-bottom: 0.7em;
  color: #161E26;
  margin-top: 80px;
}
h1:first-child,
.main-title:first-child,
h2:first-child,
.second-title:first-child,
h3:first-child,
.small-title:first-child {
  margin-top: 0;
}
h2,
.second-title {
  font-size: 20px;
  margin-top: 65px;
  font-weight: 400;
}
h3,
.small-title {
  font-size: 15px;
  margin-top: 50px;
}
th > h2,
th > h3 {
  margin: 0;
}
h1 .ui-selectmenu-button,
.main-title .ui-selectmenu-button {
  width: auto !important;
  padding: 0;
  outline: none;
  display: inline-block;
  background: none;
  border: none;
  border-bottom: 2px dashed #E31E24;
  padding: 0 18px 0 0;
  height: 25px;
  line-height: 24px;
  color: #E31E24;
  font-size: 1em;
  font-weight: 500;
}
h1 .ui-selectmenu-button:before,
.main-title .ui-selectmenu-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 12px;
  margin: auto;
  background: url(../img/icons/a11.svg) right center no-repeat;
  background-size: 100% auto;
}
h1 .ui-selectmenu-button:hover,
.main-title .ui-selectmenu-button:hover {
  text-decoration: none;
}
h1 .ui-selectmenu-button span.ui-selectmenu-text,
.main-title .ui-selectmenu-button span.ui-selectmenu-text {
  outline: none;
  margin: 0;
}
h1 .ui-selectmenu-button span.ui-icon,
.main-title .ui-selectmenu-button span.ui-icon {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
h1 .ui-selectmenu-button.ui-corner-top span.ui-icon,
.main-title .ui-selectmenu-button.ui-corner-top span.ui-icon {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-title {
  font-size: 26px;
  line-height: 30px;
  margin: 70px 0 30px 0;
}
ul li {
  padding-left: 15px;
  position: relative;
}
ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #E31E24;
  position: absolute;
  top: 12px;
  left: 0;
  margin-top: -4px;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.t-alphabet-filter ul li:before {
  display: none;
}
.title-menu {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.4;
}
.text-title-att {
  display: inline;
  background: #E31E24;
  color: #fff;
  padding: 0 10px;
  -webkit-box-shadow: 0 6px 0 #E31E24, 0 -6px 0 #E31E24;
  box-shadow: 0 6px 0 #E31E24, 0 -6px 0 #E31E24;
}
.text-att {
  color: #E31E24;
}
.text-center {
  text-align: center;
}
.text-small,
small {
  font-size: 12px;
  line-height: 1.3;
}
.text-small p,
small p,
.text-small ul,
small ul,
.text-small ol,
small ol,
.text-small li,
small li,
.text-small table,
small table {
  margin-bottom: 1.3em;
}
.text-small p:last-child,
small p:last-child,
.text-small ul:last-child,
small ul:last-child,
.text-small ol:last-child,
small ol:last-child,
.text-small li:last-child,
small li:last-child,
.text-small table:last-child,
small table:last-child {
  margin-bottom: 0;
}
.text-ssmall {
  font-size: 10px;
  line-height: 1.4;
}
.text-ssmall p,
.text-ssmall ul,
.text-ssmall ol,
.text-ssmall li,
.text-ssmall table {
  margin-bottom: 1.4em;
}
.text-ssmall p:last-child,
.text-ssmall ul:last-child,
.text-ssmall ol:last-child,
.text-ssmall li:last-child,
.text-ssmall table:last-child {
  margin-bottom: 0;
}
.clear-right {
  clear: right;
}
.clear-left {
  clear: left;
}
table {
  width: 100%;
  min-width: 800px;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  font-weight: 500;
  border-spacing: 4px;
  color: #161E26;
  border-collapse: inherit;
  margin-bottom: 30px;
}
table + .tbl-info {
  margin-top: -25px;
}
table.tbl-price {
  white-space: nowrap;
}
table.tbl-inverse td {
  background: #F5F9FC;
}
table.tbl-inverse tbody tr:nth-child(2n) td {
  background: #fff;
}
table tbody tr:nth-child(2n) td {
  background: #F5F9FC;
}
table thead .tr-second th {
  background: #F5F9FC;
  font-size: 12px;
  line-height: 15px;
  color: #6A8BA3;
  font-weight: 400;
}
table th {
  background: #E31E24;
  font-weight: 500;
  text-align: left;
  height: 45px;
  padding: 2px 25px;
  vertical-align: middle;
  color: #fff;
}
table td {
  padding: 15px 25px;
  vertical-align: middle;
}
table tr.tr-empty th,
table tr.tr-empty td {
  height: 26px;
  padding: 0 !important;
}
.tbl-info {
  font-size: 10px;
  line-height: 13px;
  margin-bottom: 26px;
}
.tbl-info p {
  margin-bottom: 13px;
}
.tbl-info p:last-child {
  margin-bottom: 0;
}
.tbl-info b,
.tbl-info strong {
  font-weight: 500;
  color: #E31E24;
}
.tbl-info a {
  font-weight: 500;
}
.tbl-price-info {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.tbl-wrap {
  margin-bottom: 30px;
}
.tbl-wrap + .tbl-info {
  margin-top: -25px;
}
.tbl-wrap table {
  margin-left: -4px;
}
.bg-box {
  position: relative;
  background: #F5F9FC;
}
.bg-box:before,
.bg-box:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #F5F9FC;
}
.bg-box:before {
  left: auto;
  right: 100%;
}
.tbl-inner-wrap {
  overflow: auto;
}

.TariffsTable {
  margin-bottom: 30px;
}

.TariffsTable .table {
  display: block;
  overflow-x: auto;
}

@media (max-width: 1300px) {
  .TariffsTable .table th, .TariffsTable .table td {
    font-size: 12px;
    padding: 10px;
  }
}

@media (max-width: 1199px) {
  .tbl-wrap {
    padding-top: 26px;
    position: relative;
    margin: 0 -20px 30px 0;
    overflow: hidden;
  }
  .tbl-wrap:before {
    content: "";
    display: block;
    width: 42px;
    height: 15px;
    background: url(../img/icons/ico-touch.svg) 0 0 no-repeat;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .tbl-inner-wrap {
    margin: 0 0 0 -4px;
    position: relative;
  }
  .tbl-inner-wrap table {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .text-title-att {
    -webkit-box-shadow: 0 3px 0 #E31E24, 0 -3px 0 #E31E24;
    box-shadow: 0 3px 0 #E31E24, 0 -3px 0 #E31E24;
  }
}
@media (min-width: 1024px) {
  h1,
  .main-title {
    font-size: 36px;
    margin-top: 100px;
  }
  h2,
  .second-title {
    font-size: 26px;
    margin-top: 70px;
  }
  h3,
  .small-title {
    margin-bottom: 1.7em;
  }

  h1.title-fix-size,
  .main-title.title-fix-size,
  h2.title-fix-size,
  .second-title.title-fix-size {
    font-size: 26px;
    line-height: 30px;
  }
  h1 .ui-selectmenu-button,
  .main-title .ui-selectmenu-button {
    height: 34px;
    line-height: 32px;
  }
  .page-title {
    margin-top: 80px;
  }
  .tbl-wrap {
    margin-top: 65px;
  }
  table {
    min-width: 100%;
  }
}
@media (min-width: 1200px) {
  table {
    min-width: 100%;
    width: 100%;
  }
  table.tbl-price {
    white-space: normal;
  }
}
@media (min-width: 1600px) {
  h3,
  .small-title {
    font-size: 18px;
  }
  .text-title-att {
    -webkit-box-shadow: 0 2px 0 #E31E24, 0 -2px 0 #E31E24;
    box-shadow: 0 2px 0 #E31E24, 0 -2px 0 #E31E24;
  }
}
/* ----------------------------------- *\
      structura
\* ----------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.inner-wrap,
.page {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1800px;
  width: 100%;
}
.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 2;
}
.page > *:first-child {
  margin-top: 0 !important;
}
.page.page-error {
  min-height: 100%;
  height: 100%;
  height: 100vh;
}
.page.page-map {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.page.page-map .inner-wrap {
  z-index: 2;
}
.page-inner {
  max-width: 1100px;
}
.page-inner > *:first-child {
  margin-top: 0 !important;
}
.page-inner > p,
.page-inner > ul,
.page-inner > ol {
  max-width: 760px;
}
.wrap,
.header,
.nav,
.footer,
.header-error,
.cnt-section {
  position: relative;
  clear: both;
  width: 100%;
}
.header,
.footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.wrap {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.wrap > .cnt-section {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}
.wrap.footer-clear .footer:before {
  display: none;
}
.wrap-main .header:not(.header-fixed-top) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: none;
}
.wrap-main .header:not(.header-fixed-top) .btn-action-select:before {
  background-image: url(../img/icons/a15.svg);
}
.wrap-main .header {
  margin: 0;
}
.wrap-main .header.header-fixed-top {
  background: #fff;
}
.header .js-lk-wrap {
  position: relative;
}
.header .js-lk-wrap .js-lk-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  background: #fff;
  width: 240px;
  padding: 15px 0;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 15px rgba(98, 132, 182, 0.15);
  box-shadow: 0px 0px 15px rgba(98, 132, 182, 0.15);
  font-size: 14px;
  line-height: 20px;
}
.header .js-lk-wrap .js-lk-block a {
  display: block;
  padding: 5px 20px;
  color: #161E26;
  text-decoration: none;
}
.header .js-lk-wrap .js-lk-block a:hover,
.header .js-lk-wrap .js-lk-block a.active {
  color: #E31E24;
}
.header .js-lk-wrap .js-lk-button.active:after,
.header .js-lk-wrap .js-lk-button.active:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #161E26;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: -1px 0 0 -10px;
}
.header .js-lk-wrap .js-lk-button.active:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .js-lk-wrap .js-lk-button.active ~ .js-lk-block {
  display: block;
}
.header-error {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header-error .logo-wrap {
  padding: 30px 0 0 0;
  line-height: 1;
  width: 105px;
}
.header-fixed .header ~ .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.header-fixed .main-box {
  margin-bottom: 66px;
}
.header {
  z-index: 90;
  margin-bottom: 20px;
}
.header .button-wrap .btn-header {
  margin: 0;
}
.header .location-wrap.active .location-select {
  display: inline-block;
}
.header .location-wrap.active .location-title,
.header .location-wrap.active .btn-action-select {
  display: none;
}
.header .location-wrap .location-select {
  display: none;
  max-width: 140px;
  position: relative;
}
.header .location-wrap .btn-location-select {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background: url(../img/icons/a03.svg) center no-repeat;
  background-size: 14px auto;
}
.header .location-wrap input {
  display: block;
  height: 20px;
  padding: 0 20px 0 0;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 1px dashed #fff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.header .inner-wrap {
  height: 66px;
}
.header .inner-wrap > .actions-wrap .btn-action-ico.location:before {
  background-image: url(../img/icons/ico-location-light.svg);
}
.header .inner-wrap > .actions-wrap .btn-action-ico.calc:before {
  background-image: url(../img/icons/ico-calc-light.svg);
}
.header .inner-wrap > .actions-wrap .btn-action-ico.user:before {
  background-image: url(../img/icons/ico-user-light.svg);
}
.header .logo-wrap {
  height: 66px;
  line-height: 74px;
  float: left;
  width: 105px;
}
.header .actions-wrap {
  float: right;
  padding-top: 19px;
  padding-right: 38px;
}
.header .actions-wrap .action-wrap {
  float: left;
  margin: 0 0 0 7px;
}
.header .btn-action-ico {
  width: 28px;
  height: 28px;
}
.header .btn-action-ico .button-title {
  display: none;
}
.header .btn-action-ico.location,
.header .btn-action-ico.calc,
.header .btn-action-ico.user {
  background: #161E26;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.header ul,
.header li {
  margin: 0;
  padding: 0;
}
.header ul:before,
.header li:before {
  display: none;
}
.header li a {
  display: block;
  text-decoration: none;
  position: relative;
}
.header li a:hover {
  text-decoration: none;
}
.header p {
  margin: 0;
}
.header .btn-header {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  border: 1px solid #161E26;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6A8BA3;
  text-decoration: none;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  background: none !important;
}
.header .btn-header:hover {
  background: #F42B31;
  border-color: #F42B31;
  color: #fff;
  text-decoration: none;
}
.header.header-grid.header-fixed-top {
  z-index: 999;
}
.footer {
  background: #161E26;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.footer .footer-popup {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  position: absolute;
  bottom: 100%;
  right: 100%;
  padding: 38px 20px 35px 20px;
  width: 243px;
  background: #fff;
  z-index: 10;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #161E26;
  margin-right: -130px;
  margin-bottom: -145px;
}
.footer .footer-popup .popup-title {
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.footer .footer-popup .popup-link {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.footer .footer-popup .popup-link a {
  color: #E31E24;
}
.footer .footer-popup:before {
  content: "";
  display: block;
  width: 144px;
  height: 117px;
  position: absolute;
  top: 100%;
  left: 100%;
  margin: -40px 0 0 -66px;
  background: url(../img/icons/a13.svg) center no-repeat;
  background-size: 100% 100%;
}
.footer .footer-popup p {
  margin: 0;
}
.footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 1000px;
  background: url(../img/main/city.svg) center bottom no-repeat;
  background-size: auto 340px;
  margin-bottom: -1px;
  z-index: -1;
}
.footer .inner-wrap {
  padding-top: 65px;
  padding-bottom: 20px;
  overflow: hidden;
}
.footer .footer-pic {
  display: block;
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 220px;
  height: 300px;
  background: url(../img/main/footer.svg) center bottom no-repeat;
  background-size: 100% auto;
}
.footer .footer-pic.active .footer-popup {
  display: block;
}
.footer .info-wrap {
  margin-bottom: 42px;
}
.footer .footer-info-wrap {
  font-size: 10px;
  line-height: 13px;
  color: #7c98a8;
  padding-right: 130px;
}
.footer .footer-info-wrap a {
  color: #AFCBDB;
}
.footer .menu-wrap {
  margin-bottom: 45px;
  font-size: 0;
  overflow: hidden;
}
.footer .menu-wrap > ul > li {
  margin-bottom: 42px;
}
.footer .menu-wrap > ul > li.menu-second {
  margin-bottom: 5px;
}
.footer .menu-wrap > ul > li.menu-second > a {
  font-size: 12px;
  line-height: 15px;
  padding: 7px 0;
}
.footer .menu-wrap > ul > li > a,
.footer .menu-wrap > ul > li > span {
  font-size: 20px;
  line-height: 25px;
  padding: 5px 0;
  display: inline-block;
}
.footer .menu-wrap > ul > li ul {
  padding-top: 0px;
}
.footer .menu-wrap > ul > li li a,
.footer .menu-wrap > ul > li li span {
  font-size: 12px;
  line-height: 15px;
  padding: 7px 0 7px 0;
  display: inline-block;
}
.footer .menu-wrap a {
  display: inline-block;
  position: relative;
}
.footer .link-wrap {
  margin-bottom: 25px;
}
.footer .copy-wrap {
  margin-bottom: 25px;
}
.footer .soc-wrap {
  font-size: 0;
}
.footer .btn-action-soc {
  margin: 0 9px 10px 0;
}
.footer .email {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 14px;
}
.footer .phone {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
}
.footer .phone a {
  text-decoration: none;
}
.footer .phone a:hover {
  text-decoration: none;
}
.footer .studio-wrap {
  overflow: hidden;
}
.footer .studio-wrap a {
  float: left;
}
.footer .studio-wrap a:last-child {
  display: none;
  margin-left: 120px;
}
.footer a {
  color: #fff;
}
.footer ul {
  margin: 0;
}
.footer li {
  margin: 0;
  padding: 0;
}
.footer li:before {
  display: none;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 10px;
}
.logo img {
  display: block;
  width: 100%;
}
.logo:hover {
  text-decoration: none;
}
.main-menu-wrap .page-menu-wrap {
  position: relative;
  top: 100px;
}
.control-wrap a {
  display: block;
  margin-top: 26px;
  margin-left: 20px;
  float: left;
  color: #000;
  font-size: 14px;
  position: relative;
  z-index: 999;
}
header:not(.header-fixed-top) .control-wrap a {
  color: #fff;
}
@media (max-width: 1350px) {
  .control-wrap {
    display: none;
  }
}
@media (min-width: 1600px) {
  .control-wrap {
    margin-left: 23%;
  }
}
@media (max-width: 1023px) {
  .wrap-main .header:not(.header-fixed-top) .inner-wrap > .actions-wrap .action-wrap {
    display: none;
  }
  .wrap-main .header:not(.header-fixed-top) .inner-wrap > .actions-wrap .action-wrap:last-child {
    display: block;
  }
  .wrap-main .header:not(.header-fixed-top) .inner-wrap > .actions-wrap .action-wrap .btn-action-ico.user {
    background: none;
  }
  .wrap-main .header:not(.header-fixed-top) .btn-action-menu:after,
  .wrap-main .header:not(.header-fixed-top) .btn-action-menu:before {
    background: #fff;
  }
  .main-menu-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 1;
    z-index: 10;
  }
  .main-menu-wrap .btn-action-menu {
    position: absolute;
    top: 19px;
    right: 20px;
    z-index: 20;
  }
  .main-menu-wrap .btn-action-menu.active {
    position: fixed;
    top: 19px;
    right: 20px;
  }
  .main-menu-wrap .main-actions-wrap {
    position: fixed;
    top: 19px;
    right: 58px;
  }
  .main-menu-wrap .main-actions-wrap .action-wrap {
    float: left;
    margin: 0 0 0 10px;
  }
  .main-menu-wrap .menu-block {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 19;
    background: #161E26;
    overflow: auto;
    padding: 86px 20px 38px 20px;
  }
  .main-menu-wrap .logo-wrap {
    position: fixed;
    top: 0;
    left: 20px;
  }
  .main-menu-wrap .actions-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
    float: none;
  }
  .main-menu-wrap .actions-wrap .action-wrap {
    float: left;
    margin: 0 7px 0 0;
  }
  .main-menu-wrap .page-menu-wrap {
    display: none;
  }
  .main-menu-wrap .menu-wrap {
    margin-bottom: 25px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
  }
  .main-menu-wrap .menu-wrap a {
    padding: 7px 0 6px 0;
    color: #fff;
  }
  .main-menu-wrap .menu-wrap a:hover,
  .main-menu-wrap .menu-wrap a.active {
    color: #F42B31;
  }
  .main-menu-wrap .menu-wrap .menu-separate {
    display: none;
  }
  .main-menu-wrap .location-wrap {
    margin-bottom: 38px;
  }
  .main-menu-wrap .phone-title,
  .main-menu-wrap .location-title {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 3px 0;
    color: #E31E24;
  }
  .main-menu-wrap .phone {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
  }
  .main-menu-wrap .phone a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
  }
  .main-menu-wrap .phone a:hover {
    text-decoration: none;
  }
  .main-menu-wrap .button-wrap {
    margin-top: 32px;
    display: block;
    line-height: 1;
    max-width: 335px;
  }
  .main-menu-wrap .btn-action-select {
    color: #fff;
    border-bottom-color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-right: 15px;
  }
  .main-menu-wrap .btn-action-select:before {
    width: 8px;
    background-image: url(../img/icons/a03.svg);
    background-size: 100% auto;
  }
  .main-menu-wrap .btn-action-select:hover {
    color: #F42B31;
  }
  .main-menu-wrap .btn-action-ico.search:before {
    background-image: url(../img/icons/ico-search-light.svg);
    background-size: 20px auto;
  }
  .main-menu-wrap .btn-action-ico.lk:before {
    background-image: url(../img/icons/ico-lk-light.svg);
    background-size: 14px auto;
  }
  .main-menu-wrap .btn-action-ico.view:before {
    background-image: url(../img/icons/ico-view-light.svg);
    background-size: 23px auto;
  }
  .main-menu-wrap .btn-action-ico.location,
  .main-menu-wrap .btn-action-ico.calc,
  .main-menu-wrap .btn-action-ico.user {
    background: #E31E24;
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
  }
  .main-menu-wrap .btn-action-ico.location:hover,
  .main-menu-wrap .btn-action-ico.calc:hover,
  .main-menu-wrap .btn-action-ico.user:hover {
    background: #F42B31;
  }
  .main-menu-wrap .btn-action-ico.location:before {
    background-image: url(../img/icons/ico-location-light.svg);
  }
  .main-menu-wrap .btn-action-ico.calc:before {
    background-image: url(../img/icons/ico-calc-light.svg);
  }
  .main-menu-wrap .btn-action-ico.user:before {
    background-image: url(../img/icons/ico-user-light.svg);
  }
  .main-menu-wrap .btn-header {
    border-color: #fff;
    color: #fff;
    height: 50px;
    line-height: 52px;
  }
  .footer .footer-pic.active .footer-popup {
    display: none;
  }
  .header .js-lk-wrap .js-lk-button.active:after,
  .header .js-lk-wrap .js-lk-button.active:before {
    background: #fff;
  }
}
@media (min-width: 640px) {
  .footer:before {
    background-size: 100% auto;
  }
  .footer .menu-wrap > ul {
    margin: 0 -20px 0 0;
  }
  .footer .menu-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 33.32%;
    padding: 0 20px 0 0;
  }
  .footer .menu-wrap > ul > li.menu-second {
    margin-bottom: 25px;
  }
  .footer .menu-wrap > ul > li.menu-second > a {
    font-size: 20px;
    line-height: 25px;
    padding: 5px 0;
  }
}
.header-fixed .main-box {
  margin-bottom: 86px;
}
.header-fixed:not(.wrap-main) {
  padding-top: 86px;
}
.header-fixed:not(.wrap-main) .header {
  position: fixed;
  background: #fff;
  top: 0;
}
@media (min-width: 1024px) {
  .header-fixed .main-box {
    margin-bottom: 75px;
  }
  .header-fixed:not(.wrap-main) {
    padding-top: 100px;
  }
  .header-fixed:not(.wrap-main) .header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 99;
  }
  .wrap-main .header .contacts-wrap .button-wrap .btn-header:hover {
    border-color: #F42B31 !important;
  }
  .wrap-main .header .location-wrap input {
    color: #fff;
    border-bottom-color: #fff;
  }
  .wrap-main .header .location-wrap .btn-location-select {
    background-image: url(../img/icons/a03.svg);
  }
  .wrap-main .header:not(.header-fixed-top) .js-lk-wrap .js-lk-button.active:after,
  .wrap-main .header:not(.header-fixed-top) .js-lk-wrap .js-lk-button.active:before {
    background: #fff;
  }
  .wrap-main .header:not(.header-fixed-top) .actions-wrap {
    display: none;
  }
  .wrap-main .header:not(.header-fixed-top) .btn-header {
    border-color: #fff;
    color: #fff;
  }
  .wrap-main .header:not(.header-fixed-top) .btn-header:hover {
    background: #fff;
    color: #161E26;
  }
  .wrap-main .header:not(.header-fixed-top) .phone {
    color: #fff;
  }
  .wrap-main .header:not(.header-fixed-top) .phone a {
    color: #fff;
  }
  .wrap-main .header:not(.header-fixed-top) .main-menu-wrap .menu-wrap {
    color: #fff;
  }
  .wrap-main .header:not(.header-fixed-top) .main-menu-wrap .menu-wrap a {
    color: #fff;
  }
  .wrap-main .header:not(.header-fixed-top) .main-menu-wrap .menu-wrap > ul > li:not(.menu-separate) > a:after {
    background-image: url(../img/icons/a07.svg);
    -webkit-transform: -webkit-rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .wrap-main .header:not(.header-fixed-top) .main-menu-wrap .menu-wrap li.menu-separate > a:before {
    background-image: url(../img/icons/a03.svg);
  }
  .wrap-main .header:not(.header-fixed-top) .btn-action-select {
    color: #fff;
    border-bottom-color: #fff;
  }
  .wrap-main .header:not(.header-fixed-top) .btn-action-ico.view:before {
    background-image: url(../img/icons/ico-view-light.svg);
  }
  .wrap-main .header:not(.header-fixed-top) .btn-action-ico.search:before {
    background-image: url(../img/icons/ico-search-light.svg);
  }
  .wrap-main .header:not(.header-fixed-top) .btn-action-ico.lk:before {
    background-image: url(../img/icons/ico-lk-light.svg);
  }
  .inner-wrap,
  .page {
    padding-left: 40px;
    padding-right: 40px;
  }
  .footer .inner-wrap {
    padding-top: 52px;
    padding-bottom: 40px;
  }
  .footer .footer-pic {
    width: 437px;
    height: 400px;
    right: 40px;
  }
  .footer .footer-info-wrap {
    width: 76%;
    padding-right: 0;
    clear: both;
    padding-top: 32px;
    max-width: 1170px;
  }
  .footer .menu-wrap {
    width: 76%;
    float: left;
    margin-bottom: 0;
    max-width: 1170px;
  }
  .footer .menu-wrap > ul > li {
    margin-bottom: 30px;
    width: 36%;
    padding-left: 5px;
  }
  .footer .menu-wrap > ul > li:nth-child(3n+1) {
    width: 25%;
    padding-left: 0;
  }
  .footer .menu-wrap > ul > li:nth-child(3n+2) {
    width: 38%;
    padding-left: 0;
  }
  .footer .menu-wrap > ul > li > ul {
    padding-top: 20px;
  }
  .footer .menu-wrap > ul > li > ul > li > ul {
    margin-left: 15px;
    padding-top: 0;
  }
  .footer .info-wrap {
    width: 24%;
    float: right;
    padding-left: 5px;
    margin-bottom: 0;
  }
  .footer .copy-wrap {
    margin-bottom: 15px;
  }
  .footer .phone {
    font-size: 20px;
    padding-top: 4px;
    margin-bottom: 25px;
  }
  .footer .link-wrap {
    display: none;
  }
  .footer .studio-wrap a:first-child {
    width: 25%;
    margin: 0;
  }
  .footer .studio-wrap a:last-child {
    display: block;
    margin: 0;
  }
  .page,
  .cnt-section .inner-wrap {
    padding-right: 300px;
  }
  .page-error {
    padding-right: 40px;
  }
  .header {
    margin-bottom: 25px;
  }
  .header .inner-wrap {
    height: 75px;
  }
  .header .logo-wrap {
    height: 75px;
    line-height: 78px;
  }
  .header .actions-wrap {
    float: left;
    padding: 21px 0 0 30px;
  }
  .header .actions-wrap .action-wrap {
    margin-left: 10px;
  }
  .header .btn-action-ico.location,
  .header .btn-action-ico.search,
  .header .btn-action-ico.calc,
  .header .btn-action-ico.user,
  .header .btn-action-ico.lk,
  .header .btn-action-ico.view {
    width: 31px;
    height: 31px;
  }
  .header .location-wrap input {
    color: #161E26;
    border-bottom-color: #161E26;
  }
  .header .location-wrap .btn-location-select {
    background-image: url(../img/icons/a02.svg);
  }
  .main-menu-wrap {
    position: absolute;
    top: 0;
    left: 420px;
    right: 40px;
  }
  .main-menu-wrap .btn-action-menu,
  .main-menu-wrap .logo-wrap,
  .main-menu-wrap .actions-wrap,
  .main-menu-wrap .phone-title,
  .main-menu-wrap .location-title {
    display: none;
  }
  .main-menu-wrap .menu-wrap {
    width: 250px;
    position: absolute;
    top: 130px;
    right: 0;
    text-align: right;
    font-size: 10px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 100;
  }
  .main-menu-wrap .menu-wrap > ul > li:not(.menu-separate) > a {
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
  }
  .main-menu-wrap .menu-wrap > ul > li:not(.menu-separate) > a:after {
    content: "";
    vertical-align: middle;
    position: relative;
    width: 0;
    height: 0;
    background: url(../img/icons/a12.svg) center no-repeat;
    background-size: auto 12px;
    -webkit-transform: -webkit-rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: width ease 0.2s;
    -o-transition: width ease 0.2s;
    transition: width ease 0.2s;
    overflow: hidden;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
  }
  .main-menu-wrap .menu-wrap > ul > li:not(.menu-separate) > a:hover {
    color: #E31E24;
    padding-right: 24px;
  }
  .main-menu-wrap .menu-wrap > ul > li:not(.menu-separate) > a:hover:after {
    height: 12px;
    width: 20px;
    background-image: url(../img/icons/a14.svg);
  }
  .main-menu-wrap .menu-wrap li {
    -webkit-animation: fadein ease 0.2s;
    animation: fadein ease 0.2s;
  }
  .main-menu-wrap .menu-wrap li.menu-separate > a {
    padding-right: 16px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .main-menu-wrap .menu-wrap li.menu-separate > a:before {
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 20px;
    margin: auto;
    background: url(../img/icons/a02.svg) center no-repeat;
    background-size: 12px auto;
  }
  .main-menu-wrap .menu-wrap li.menu-separate > a:after {
    content: attr(data-show);
  }
  .main-menu-wrap .menu-wrap li.menu-separate > a:hover:before {
    background-image: url(../img/icons/a10.svg);
  }
  .main-menu-wrap .menu-wrap li.menu-separate ~ li {
    display: none;
  }
  .main-menu-wrap .menu-wrap li.menu-separate.active > a:before {
    -webkit-transform: -webkit-rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .main-menu-wrap .menu-wrap li.menu-separate.active > a:after {
    content: attr(data-hide);
  }
  .main-menu-wrap .menu-wrap li.menu-separate.active ~ li {
    display: block;
  }
  .main-menu-wrap .menu-wrap a {
    display: block;
    padding: 3px 0 4px 0;
    color: #161E26;
    text-decoration: none;
  }
  .main-menu-wrap .menu-wrap a:hover,
  .main-menu-wrap .menu-wrap a.active {
    color: #F42B31;
  }
  .main-menu-wrap .page-mneu-wrap {
    display: block;
  }
  .main-menu-wrap .location-wrap {
    padding: 25px 0 0 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 400px;
    padding-left: 120px;
  }
  .main-menu-wrap .btn-action-select {
    line-height: 14px;
  }
  .main-menu-wrap .main-actions-wrap {
    padding: 22px 0 0 0;
    position: absolute;
    top: 0;
    right: 300px;
    float: left;
  }
  .main-menu-wrap .main-actions-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .main-menu-wrap .main-actions-wrap .action-wrap {
    float: left;
    margin: 0 0 0 0px;
  }
  .main-menu-wrap .main-actions-wrap .btn-action-ico {
    width: 26px;
  }
  .main-menu-wrap .contacts-wrap {
    position: absolute;
    top: 0;
    right: 0;
    float: left;
    white-space: nowrap;
    padding: 22px 188px 0 0;
    width: 300px;
  }
  .main-menu-wrap .phone-wrap {
    width: 100%;
  }
  .main-menu-wrap .button-wrap {
    width: 168px;
    position: absolute;
    top: 22px;
    right: 0;
  }
  .main-menu-wrap .phone {
    text-align: right;
    font-size: 10px;
    font-weight: 500;
    line-height: 17px;
  }
  .main-menu-wrap .phone a {
    color: #161E26;
    text-decoration: none;
  }
  .main-menu-wrap .phone a:hover {
    text-decoration: none;
  }
  .main-menu-wrap .btn-header {
    color: #161E26;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .header .main-menu-wrap {
    left: 320px;
  }
  .header .location-wrap {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .page,
  .cnt-section .inner-wrap {
    padding-right: 330px;
  }
  .page-error {
    padding-right: 40px;
  }
  .header .btn-action-ico.location {
    padding: 0 14px 0 32px;
    width: auto;
  }
  .header .btn-action-ico.location .button-title {
    display: block;
    font-size: 10px;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
  }
  .header .btn-action-ico.location:before {
    width: 31px;
    right: auto;
  }
}
@media (min-width: 1600px) {
  .header-fixed:not(.wrap-main) {
    padding-top: 115px;
  }
  .header {
    margin-bottom: 40px;
  }
  .main-menu-wrap .location-wrap {
    text-align: right;
  }
  .main-menu-wrap .menu-wrap {
    padding-top: 25px;
    font-size: 12px;
  }

  .main-menu-wrap .menu-wrap a {
    padding-top: 4px;
  }
}
@media (min-width: 1800px) {
  .footer .info-wrap {
    width: 520px;
  }
  .footer .footer-pic {
    right: 120px;
  }
}
/* ----------------------------------- *\
      fonts
\* ----------------------------------- */
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProBol.eot');
  src: url('../fonts/GothaProBol.eot') format('embedded-opentype'), url('../fonts/GothaProBol.woff2') format('woff2'), url('../fonts/GothaProBol.woff') format('woff'), url('../fonts/GothaProBol.ttf') format('truetype'), url('../fonts/GothaProBol.svg#GothaProBol') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProBla.eot');
  src: url('../fonts/GothaProBla.eot') format('embedded-opentype'), url('../fonts/GothaProBla.woff2') format('woff2'), url('../fonts/GothaProBla.woff') format('woff'), url('../fonts/GothaProBla.ttf') format('truetype'), url('../fonts/GothaProBla.svg#GothaProBla') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProMed.eot');
  src: url('../fonts/GothaProMed.eot') format('embedded-opentype'), url('../fonts/GothaProMed.woff2') format('woff2'), url('../fonts/GothaProMed.woff') format('woff'), url('../fonts/GothaProMed.ttf') format('truetype'), url('../fonts/GothaProMed.svg#GothaProMed') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProReg.eot');
  src: url('../fonts/GothaProReg.eot') format('embedded-opentype'), url('../fonts/GothaProReg.woff2') format('woff2'), url('../fonts/GothaProReg.woff') format('woff'), url('../fonts/GothaProReg.ttf') format('truetype'), url('../fonts/GothaProReg.svg#GothaProReg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothaProLig.eot');
  src: url('../fonts/GothaProLig.eot') format('embedded-opentype'), url('../fonts/GothaProLig.woff2') format('woff2'), url('../fonts/GothaProLig.woff') format('woff'), url('../fonts/GothaProLig.ttf') format('truetype'), url('../fonts/GothaProLig.svg#GothaProLig') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'als_rublregular';
  src: url('../fonts/rouble-webfont.eot');
  src: url('../fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/rouble-webfont.woff') format('woff'), url('../fonts/rouble-webfont.ttf') format('truetype'), url('../fonts/rouble-webfont.svg#als_rublregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.r {
  font-family: 'als_rublregular' !important;
  text-transform: none !important;
}
.r:after {
  content: "a";
}
/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<i class="icon-home"></i>
```
*/
.i-blank {
  background-image: url(../img/spr.png);
  background-position: 0px 0px;
  width: 1px;
  height: 1px;
}
/* ----------------------------------- *\
      forms elements styles
\* ----------------------------------- */
body #pozvonim-mobile-button-20h53qei3duj3kem.pozvonim-mobile .pozvonim-mobile-control,
body #pozvonim-mobile-button-20h53qei3duj3kem.pozvonim-mobile .pozvonim-mobile-button-left,
body #pozvonim-mobile-button-20h53qei3duj3kem.pozvonim-mobile .pozvonim-mobile-button-right,
body #pozvonim-mobile-button-20h53qei3duj3kem.pozvonim-mobile .pozvonim-mobile-button-wide {
  height: 50px;
}
[placeholder]::-webkit-input-placeholder {
  color: #7DA8C7;
}
[placeholder]:-moz-placeholder {
  color: #7DA8C7;
}
[placeholder]::-moz-placeholder {
  color: #7DA8C7;
}
[placeholder]:-ms-input-placeholder {
  color: #7DA8C7;
}
select {
  display: block;
  width: 100%;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/main/select.svg);
  background-position: right center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  outline: none;
}
select.link-title {
  display: inline-block;
  width: auto;
  background: none;
  border: none;
  border-bottom: 2px dashed #E31E24;
  padding: 0 18px 0 0;
  background: url(../img/icons/a11.svg) right center no-repeat;
  background-size: 10px auto;
  height: 25px;
  line-height: 24px;
  color: #E31E24;
  font-size: 1em;
  font-weight: 500;
}
select.link-title:hover {
  text-decoration: none;
}
select::-ms-expand {
  display: none;
}
.btn,
button,
input[type="submit"] {
  min-width: 280px;
  height: 45px;
  padding: 0 30px;
  background: #E31E24;
  border: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  line-height: 46px;
}
.btn:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #F42B31;
}
.btn[disabled],
button[disabled],
input[type="submit"][disabled],
.btn.disabled,
button.disabled,
input[type="submit"].disabled {
  background: #1C3C8D !important;
  pointer-events: none;
  cursor: default;
}
.btn.print-invoice[disabled] {
  background: #f9d5d5 !important;
}
.btn.btn-arr:after,
button.btn-arr:after,
input[type="submit"].btn-arr:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
  width: 12px;
  height: 12px;
  background: url(../img/icons/a01.svg) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.btn.btn-arr:hover:after,
button.btn-arr:hover:after,
input[type="submit"].btn-arr:hover:after {
  -webkit-transform: -webkit-translate(5px, 0);
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
.btn.btn-border,
button.btn-border,
input[type="submit"].btn-border {
  border: 1px solid #E31E24;
  color: #E31E24;
  background: none;
}
.btn.btn-border:hover,
button.btn-border:hover,
input[type="submit"].btn-border:hover {
  background: #E31E24;
  color: #fff;
}
.btn.button-loader:before,
button.button-loader:before,
input[type="submit"].button-loader:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.8) url(../img/loader.gif) center no-repeat;
  background-size: 30px auto;
}
.btn-action-next,
.btn-action-prev {
  display: block;
  width: 80px;
  height: 150px;
  background: rgba(106, 139, 163, 0.5);
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
  border-radius: 0;
  position: relative;
}
.btn-action-next:hover,
.btn-action-prev:hover {
  background: rgba(106, 139, 163, 0.8);
}
.btn-action-next:before,
.btn-action-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../img/icons/a07.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.btn-action-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-action-discount {
  position: relative;
  z-index: 10;
  min-height: 32px;
  line-height: 32px;
  padding: 0 42px 0 0;
  float: left;
}
.btn-action-discount .elm-discount {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-action-discount .button-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: right;
  color: white;
}
.btn-action-discount.black .button-title {
  color: #161E26;
}

.btn-action-discount.red .button-title {
  color: #E31E24;
}

.btn-action-del,
.btn-action-close,
.btn-action-add {
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
}
.btn-action-del:after,
.btn-action-close:after,
.btn-action-add:after,
.btn-action-del:before,
.btn-action-close:before,
.btn-action-add:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  background: #161E26;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-action-del:before,
.btn-action-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-action-add:after {
  -webkit-transform: -webkit-rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.btn-action-add:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn-action-ico {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  display: block;
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
}
.btn-action-ico:before,
.btn-action-ico:after,
.btn-action-ico .i,
.btn-action-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-ico:before,
.btn-action-ico:after {
  content: "";
}
.btn-action-ico:hover {
  text-decoration: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-action-ico.location {
  width: 28px;
  height: 28px;
}
.btn-action-ico.location:before {
  background: url(../img/icons/ico-location.svg) center no-repeat;
  background-size: 15px auto;
}
.btn-action-ico.user {
  width: 28px;
  height: 28px;
}
.btn-action-ico.user:before {
  background: url(../img/icons/ico-user.svg) center no-repeat;
  background-size: 19px auto;
}
.btn-action-ico.calc {
  width: 28px;
  height: 28px;
}
.btn-action-ico.calc:before {
  background: url(../img/icons/ico-calc.svg) center no-repeat;
  background-size: 28px auto;
}
.btn-action-ico.search:before {
  background: url(../img/icons/ico-search.svg) center no-repeat;
  background-size: 17px auto;
}
.btn-action-ico.view:before {
  background: url(../img/icons/ico-view.svg) center no-repeat;
  background-size: 21px auto;
}
.btn-action-ico.lk:before {
  background: url(../img/icons/ico-lk.svg) center no-repeat;
  background-size: 12px auto;
}
.btn-action-soc {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../img/icons/ico-soc01.svg) center no-repeat;
  background-size: 16px auto;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  text-decoration: none;
}
.btn-action-soc:hover {
  text-decoration: none;
  opacity: 0.85;
}
.btn-action-soc.soc02 {
  background-image: url(../img/icons/ico-soc02.svg);
  background-size: 7px auto;
}
.btn-action-soc.soc03 {
  background-image: url(../img/icons/ico-soc03.svg);
  background-size: 15px auto;
}
.btn-action-soc.soc04 {
  background-image: url(../img/icons/ico-soc04.svg);
  background-size: 15px auto;
}
.btn-action-soc.hover {
  border: none;
  background: none;
}
.btn-action-soc.hover img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.btn-action-soc.hover img.img-hover {
  opacity: 0;
}
.btn-action-soc.hover:hover img {
  opacity: 0;
}
.btn-action-soc.hover:hover img.img-hover {
  opacity: 1;
}
.btn-action-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  color: #161E26;
  line-height: 18px;
  border-bottom: 1px dashed #161E26;
  text-decoration: none;
  padding: 0 10px 0 0;
}
.btn-action-select:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 2px;
  right: 0;
  margin: auto;
  width: 8px;
  height: 10px;
  background: url(../img/icons/a02.svg) center no-repeat;
  background-size: 100% auto;
}
.btn-action-select:hover {
  text-decoration: none;
}
.btn-action-menu {
  display: block;
  position: relative;
  overflow: hidden;
  width: 28px;
  height: 28px;
}
.btn-action-menu:after,
.btn-action-menu:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #161E26;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -10px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.btn-action-menu:before {
  margin-top: 2px;
  width: 12px;
  margin-left: -6px;
}
.btn-action-menu.active:after {
  background: #fff;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -1px;
}
.btn-action-menu.active:before {
  width: 20px;
  background: #fff;
  margin-left: -10px;
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}
.owl-prev,
.owl-next,
.owl-dot {
  background: none;
  border: none;
  border-radius: 0;
  min-width: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
}
.owl-prev:hover,
.owl-next:hover,
.owl-dot:hover {
  background: none;
}
.owl-prev,
.owl-next {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  overflow: hidden;
  text-indent: -999px;
}
.owl-prev:before,
.owl-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/a04.svg) center no-repeat;
  background-size: 8px auto;
}
.owl-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-dots .owl-dot {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.slider-dots .owl-dot:hover,
.slider-dots .owl-dot.active {
  background: #6A8BA3;
}
.slider-dots .owl-dot:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #6A8BA3;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  border-radius: 50%;
}
.frm-field-value {
  font-size: 12px;
  line-height: 16px;
  display: block;
  position: relative;
  text-align: left;
}
.frm-field-value .f-text-title {
  margin-bottom: 3px;
  color: #6A8BA3;
}
.frm-field-value .f-text-val {
  font-size: 15px;
  line-height: 20px;
  color: #161E26;
}
.frm-check-value {
  display: block;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  padding-left: 20px;
  color: #161E26;
}
.frm-check-value:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #161E26;
  position: absolute;
  top: 4px;
  left: 0;
}
.frm-check-value:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #161E26;
  position: absolute;
  top: 6px;
  left: 2px;
}
.frm-select-value {
  height: 31px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 31px;
  padding: 0 15px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  background: #161E26;
  font-size: 10px;
  text-align: center;
  color: #fff;
}
.frm-select-value .elm-help {
  background-image: url(../img/icons/ico-help-light.svg);
  vertical-align: middle;
  margin: -2px 0 0 5px;
}
.frm-map-search {
  line-height: 1;
  position: relative;
  height: 50px;
  -webkit-box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
}
.frm-map-search input[type="text"],
.frm-map-search input[type="search"] {
  display: block;
  height: 50px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: #fff;
  padding: 0 20px 0 45px;
  font-size: 12px;
  color: #161E26;
  text-align: left;
}
.frm-map-search [placeholder]::-webkit-input-placeholder {
  color: #6A8BA3;
}
.frm-map-search [placeholder]:-moz-placeholder {
  color: #6A8BA3;
}
.frm-map-search [placeholder]::-moz-placeholder {
  color: #6A8BA3;
}
.frm-map-search [placeholder]:-ms-input-placeholder {
  color: #6A8BA3;
}
.frm-map-search:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45px;
  z-index: 2;
  background: url(../img/icons/ico-search-base.svg) center no-repeat;
  background-size: 20px auto;
}
.frm-map-search button,
.frm-map-search input[type="submit"] {
  opacity: 0;
  width: 0;
  height: 0;
  min-width: 0;
  min-height: 0;
  border-spacing: one;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  limin-height: 0;
  font-size: 0;
  position: absolute;
  top: 100%;
  left: 100%;
}
.frm-select-button {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.frm-select-button input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-button input[type="checkbox"][disabled] + label {
  color: #c8d6e0;
}
.frm-select-button input:checked ~ .sel-info {
  display: block;
}
.frm-select-button input ~ .sel-info .error,
.frm-select-button input ~ .sel-info .sel-data {
  display: none;
}
.frm-select-button input:checked ~ label {
  background: #161E26;
  color: #fff;
}
.frm-select-button input:checked ~ label .elm-help {
  background-image: url(../img/icons/ico-help-light.svg);
}
.frm-select-button label {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #F5F9FC;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #6A8BA3;
  cursor: pointer;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.frm-select-button .sel-info {
  display: none;
  font-size: 12px;
  line-height: 14px;
  text-align: left;
  color: #161E26;
  padding-top: 6px;
}
.frm-select-button .elm-help {
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
  background-image: url(../img/icons/ico-help-text.svg);
}
.frm-select-ico {
  display: block;
  position: static;
  width: 35px;
  height: 35px;
  font-size: 12px;
  line-height: 15px;
  color: #E31E24;
  text-align: center;
}
.frm-select-ico label {
  display: block;
  position: relative;
  overflow: visible;
  width: 100%;
  height: 35px;
  cursor: pointer;
}
.frm-select-ico label img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 36px;
  max-height: 26px;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-select-ico label img.active {
  opacity: 0;
}
.frm-select-ico label:before {
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
  width: 19px;
  height: 19px;
  background: url(../img/icons/ico-check.svg) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}
.frm-select-ico input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select-ico input:checked ~ label:before {
  opacity: 1;
}
.frm-select-ico input:checked ~ label img {
  opacity: 0;
}
.frm-select-ico input:checked ~ label img.active {
  opacity: 1;
}
.frm-select-ico input:checked ~ .frm-select-info {
  opacity: 1;
  display: block;
}
.frm-select-ico .frm-select-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  height: 30px;
  overflow: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.frm-select {
  font-size: 15px;
  line-height: 24px;
  position: relative;
  display: block;
  overflow: hidden;
  color: #161E26;
}
.frm-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.frm-select input:checked ~ label:after {
  opacity: 1;
}
.frm-select label {
  display: block;
  min-height: 24px;
  position: relative;
  overflow: hidden;
  padding-left: 26px;
}
.frm-select label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #161E26;
  position: absolute;
  top: 6px;
  left: 3px;
  opacity: 0;
}
.frm-select label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  border: 1px solid #161E26;
}
.lbl-desc {
  font-size: 12px;
  line-height: 15px;
  display: block;
  margin-top: 10px;
}
.frm-row,
.frm-field,
.frm-row-submit {
  position: relative;
  line-height: 1;
}
.frm-row:after,
.frm-field:after,
.frm-row-submit:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.frm-row .frm-field-input-label {
  line-height: 38px;
}
.frm-row-checks .frm-select {
  float: left;
  margin: 0 45px 0 0;
}
.frm-row-checks .frm-field {
  margin-bottom: 40px;
}
.frm-section {
  margin-bottom: 50px;
}
.frm-field {
  margin-bottom: 23px;
}
.frm-field > div[id^="ya"] {
  max-width: 100%;
}
.frm-field > div[id^="ya"] > ymaps {
  max-width: 100%;
}
.frm-field + .frm-field .frm-field-link:first-child {
  padding-top: 0;
}
.frm-field > label {
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
}
.frm-field .frm-field-checkbox {
  padding-top: 15px;
}
.frm-field-file {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #6A8BA3;
  border: 1px dashed #7DA8C7;
}
.frm-field-file.file-cnt {
  margin: 60px 0;
  width: 55%;
}
.frm-field-file .ui.teal {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.frm-field-file.upload .file-wrap {
  display: none;
}
.frm-field-file.upload .upload-wrap {
  display: block;
}
.frm-field-file .file-wrap {
  position: relative;
  padding: 40px 20px;
}
.frm-field-file .file-wrap input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  height: 1000%;
  font-size: 1000px;
  opacity: 0;
  z-index: 2;
}
.frm-field-file .file-wrap .file-icons {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 0;
}
.frm-field-file .file-wrap .file-att {
  display: inline;
  color: #E31E24;
  font-weight: 500;
}
.frm-field-file .file-wrap .m-hide {
  display: none;
}
.frm-field-file .file-wrap .elm-file {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.frm-field-file .upload-wrap {
  display: none;
  padding: 25px 25px 20px 25px;
  min-height: 99px;
}
.frm-field-file .upload-wrap .elm-file {
  display: block;
  margin: 0 auto 5px auto;
}
.frm-field-file .upload-wrap .file-title {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #E31E24;
  margin-bottom: 16px;
}
.frm-text-info {
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding-top: 3px;
  color: #161E26;
}
.frm-text-danger,
.frm-text-error {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #E31E24;
}
.frm-field-link {
  font-size: 12px;
  line-height: 15px;
  color: #6A8BA3;
  padding-top: 8px;
  margin: 0 -8px 0 0;
}
.frm-field-link a {
  color: #6A8BA3;
  text-decoration: none;
  border-bottom: 1px dashed;
  margin-right: 7px;
}
.frm-field-text {
  font-size: 12px;
  line-height: 14px;
  color: #161E26;
  margin: 0 -20px 0 0;
}
.frm-submit-info {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding-top: 12px;
  max-width: 400px;
}
.frm-field-input {
  display: block;
  position: relative;
  line-height: 1;
  padding-top: 12px;
}
.frm-field-input .frm-field-info {
  font-size: 12px;
  line-height: 14px;
  color: #161E26;
  display: block;
  margin-top: 27px;
  background: #fff;
  z-index: 5;
  position: absolute;
  padding: 5px;
  transform: translateX(-4px);
}
.frm-field-input .frm-text-error {
  display: none;
  position: absolute;
  padding-top: 3px;
  top: 100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.frm-field-input:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -8px;
  width: 26px;
  height: 26px;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icons/ico-del.svg);
  background-size: 20px auto;
}
.frm-field-input.error:after {
  opacity: 1;
}
.frm-field-input.error input,
.frm-field-input.error textarea,
.frm-field-input.error select {
  border-bottom-color: #E31E24 !important;
}
.frm-field-input.error .frm-text-error {
  display: block;
}
.frm-field-input.valid:after {
  background-image: url(../img/icons/ico-valid.svg);
  background-size: 12px auto;
  opacity: 1;
}
.frm-field-input.location:before {
  content: "";
  display: block;
  width: 15px;
  height: 18px;
  position: absolute;
  bottom: 8px;
  right: 9px;
  background: url(../img/icons/ico-location.svg) center no-repeat;
  background-size: 100% 100%;
}
.frm-field-input.date:before, .frm-field-input.date-ico:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  bottom: 8px;
  right: 6px;
  background: url(../img/icons/ico-date.svg) center no-repeat;
  background-size: 100% 100%;
}
.frm-field-input label {
  display: block;
  height: 25px;
  line-height: 16px;
  font-size: 12px;
  color: #6A8BA3;
  position: absolute;
  bottom: 30px;
  top: -10px;
  left: 0;
  right: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.frm-field-input select,
.frm-field-input textarea,
.frm-field-input input[type="text"],
.frm-field-input input[type="password"],
.frm-field-input input[type="email"],
.frm-field-input input[type="number"],
.frm-field-input input[type="range"],
.frm-field-input input[type="search"],
.frm-field-input input[type="tel"],
.frm-field-input input[type="url"] {
  height: 26px;
  font-size: 15px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #7DA8C7;
  padding: 0;
  text-align: left;
  color: #161E26;
  position: relative;
  z-index: 2;
}
.frm-field-input select[disabled],
.frm-field-input textarea[disabled],
.frm-field-input input[type="text"][disabled],
.frm-field-input input[type="password"][disabled],
.frm-field-input input[type="email"][disabled],
.frm-field-input input[type="number"][disabled],
.frm-field-input input[type="range"][disabled],
.frm-field-input input[type="search"][disabled],
.frm-field-input input[type="tel"][disabled],
.frm-field-input input[type="url"][disabled],
.frm-field-input input[type="text"][readonly] {
  color: #7DA8C7;
  background-color: rgba(255, 255, 255, 0.6);
}
.frm-field-input select:focus,
.frm-field-input textarea:focus,
.frm-field-input input[type="text"]:focus,
.frm-field-input input[type="password"]:focus,
.frm-field-input input[type="email"]:focus,
.frm-field-input input[type="number"]:focus,
.frm-field-input input[type="range"]:focus,
.frm-field-input input[type="search"]:focus,
.frm-field-input input[type="tel"]:focus,
.frm-field-input input[type="url"]:focus {
  border-bottom-color: #161E26;
}
.frm-field-input select {
  color: #7DA8C7;
  background-image: url(../img/main/select-inactive.svg);
}
.frm-field-input select:focus {
  background-image: url(../img/main/select.svg);
  border-bottom-color: #161E26;
  color: #161E26;
}

body ul.ui-menu {
  margin: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding: 8px 0 !important;
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  max-height: 300px;
}
body ul.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
}
body ul.ui-menu .ui-menu-item:before {
  display: none;
}
body ul.ui-menu .ui-menu-item:hover,
body ul.ui-menu .ui-menu-item.ui-state-focus {
  margin: 0;
  padding: 0;
}
body ul.ui-menu .ui-menu-item:hover div,
body ul.ui-menu .ui-menu-item.ui-state-focus div {
  padding: 8px 20px;
  margin: 0;
  color: #E31E24;
}
body ul.ui-menu .ui-menu-item div {
  padding: 8px 20px;
  margin: 0;
}
body .ui-tooltip {
  background: #161E26;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  max-width: 260px;
  padding: 17px 20px;
  border-radius: 0;
  -webkit-box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
}
body .ui-datepicker {
  background: #fff;
  border: none;
  -webkit-box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  min-width: 267px;
}
body .ui-datepicker .ui-datepicker-header {
  padding: 5px 0 0 0;
  border-bottom: 1px solid #AFCBDB;
}
body .ui-datepicker .ui-datepicker-title {
  font-size: 15px;
  line-height: 40px;
  height: 40px;
  color: #161E26;
  font-weight: 500;
}
body .ui-datepicker table {
  min-width: 0;
  border-spacing: 0;
  table-layout: fixed;
}
body .ui-datepicker table th {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  text-transform: uppercase;
  color: #E31E24;
  background: none;
  border: none;
  padding: 12px 0 5px 0;
  text-align: center;
  height: auto;
}
body .ui-datepicker table td {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  background: none !important;
  padding: 0 !important;
}
body .ui-datepicker table .ui-state-default {
  display: block;
  height: 24px;
  line-height: 26px;
  text-align: center;
  color: #444C63;
  width: 100%;
  padding: 0;
  width: 24px;
  margin: 0 auto;
}
body .ui-datepicker table .ui-state-default.ui-state-active {
  background: #E31E24;
  color: #fff;
}
body .ui-datepicker table .ui-datepicker-other-month .ui-state-default {
  color: #AFCBDB;
}
body .ui-datepicker .ui-datepicker-next,
body .ui-datepicker .ui-datepicker-prev {
  display: block;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
}
body .ui-datepicker .ui-datepicker-next:hover,
body .ui-datepicker .ui-datepicker-prev:hover {
  padding: 0;
  margin: 0;
  top: 5px;
  right: 0;
}
body .ui-datepicker .ui-datepicker-next:before,
body .ui-datepicker .ui-datepicker-prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/a16.svg) center no-repeat;
  background-size: 13px auto;
}
body .ui-datepicker .ui-datepicker-next *,
body .ui-datepicker .ui-datepicker-prev * {
  display: none;
}
body .ui-datepicker .ui-datepicker-prev {
  right: auto;
  left: 0;
}
body .ui-datepicker .ui-datepicker-prev:hover {
  right: auto;
  left: 0;
}
body .ui-datepicker .ui-datepicker-prev:before {
  -webkit-transform: -webkit-rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body .ui-datepicker .ui-state-active {
  background: #eee;
}
body .frm-rate-wrap.main .ui-slider {
  background: rgba(175, 203, 219, 0.3);
}
body .frm-rate-wrap.main .ui-slider .ui-slider-range {
  background: #AFCBDB;
}
body .frm-rate-wrap.main .ui-slider .ui-slider-handle:before {
  background: #AFCBDB;
}
body .frm-rate-wrap.main .ui-slider .ui-slider-handle:after {
  color: #AFCBDB;
}
body .ui-slider {
  height: 4px;
  background: #AFCBDB;
}
body .ui-slider .ui-slider-range {
  background: #161E26;
}
body .ui-slider .ui-slider-handle {
  top: 0;
  display: block;
  outline: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: -8px 0 0 -10px;
}
body .ui-slider .ui-slider-handle:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #161E26;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -7px;
}
body .ui-slider .ui-slider-handle:after {
  content: attr(data-value);
  width: 50px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: #161E26;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-left: -25px;
}
body .ui.teal {
  height: 3px;
  position: relative;
  margin-bottom: 30px;
  background: #F5F9FC;
}
body .ui.teal .bar {
  background: #6A8BA3;
  height: 3px;
}
body .ui.teal .label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #6A8BA3;
  padding-top: 10px;
  overflow: hidden;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .btn,
  button,
  input[type="submit"] {
    height: 50px;
    line-height: 54px;
    width: 100%;
  }
  .frm-field-file.file-cnt {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body .ui-slider {
    height: 2px;
  }
  body .ui-slider .ui-slider-handle {
    margin-top: -9px;
  }
  body .ui-slider .ui-slider-handle:before {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px;
  }
  body .ui-slider .ui-slider-handle:after {
    font-size: 12px;
    line-height: 15px;
    height: 15px;
  }
  .frm-select-button label {
    height: 31px;
    line-height: 31px;
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  select.link-title {
    height: 34px;
    line-height: 32px;
  }
  .frm-text-value {
    font-size: 12px;
    line-height: 15px;
  }
  .frm-text-value .f-text-title {
    margin-bottom: 5px;
  }
  .frm-text-value .f-text-val {
    font-size: 15px;
    line-height: 20px;
  }
  .frm-select-value {
    padding: 0 30px;
    min-width: 150px;
  }
  .frm-map-search input[type="text"],
  .frm-map-search input[type="search"] {
    padding-left: 65px;
    font-size: 15px;
  }
  .frm-map-search:before {
    width: 65px;
  }
  .frm-field-file .file-wrap {
    padding: 55px 30px 50px 30px;
  }
  .frm-field-file .file-wrap .m-hide {
    display: block;
  }
  .frm-field-file .file-wrap .file-icons {
    margin-bottom: 15px;
  }
  .frm-field-file .upload-wrap {
    min-height: 179px;
    padding: 40px;
  }
  .frm-field-input label {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .frm-field-input {
    height: 46px;
    padding-top: 12px;
  }
  .frm-field-input label {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
    bottom: 30px;
  }
  .frm-field-input select,
  .frm-field-input textarea,
  .frm-field-input input[type="text"],
  .frm-field-input input[type="password"],
  .frm-field-input input[type="email"],
  .frm-field-input input[type="number"],
  .frm-field-input input[type="range"],
  .frm-field-input input[type="search"],
  .frm-field-input input[type="tel"],
  .frm-field-input input[type="url"] {
    height: 34px;
  }
}
/* ----------------------------------- *\
    form popups styles
\* ----------------------------------- */
.btn-action-soc.soc05 {
  background-image: url(../img/icons/ico-soc05.svg);
  background-size: 13px auto;
}
.btn-action-soc.soc06 {
  background-image: url(../img/icons/ico-soc06.svg);
  background-size: 13px auto;
}
.btn-action-soc.inner {
  border-color: #6A8BA3;
}
.btn-action-soc.inner.soc01 {
  background-image: url(../img/icons/ico-soc01-inner.svg);
}
.btn-action-soc.inner.soc02 {
  background-image: url(../img/icons/ico-soc02-inner.svg);
}
.btn-action-soc.inner.soc03 {
  background-image: url(../img/icons/ico-soc03-inner.svg);
}
.btn-action-soc.inner.soc04 {
  background-image: url(../img/icons/ico-soc04-inner.svg);
}
.btn-action-soc.inner.soc05 {
  background-image: url(../img/icons/ico-soc05-inner.svg);
}
.btn-action-soc.inner.soc06 {
  background-image: url(../img/icons/ico-soc06-inner.svg);
}
.btn-button-ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  height: 31px;
  line-height: 31px;
  background: #161E26;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  padding: 0 15px 0 32px;
  font-size: 10px;
  font-weight: 500;
}
.btn-button-ico:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 18px;
  margin: -15px 0 0 -15px;
  background-position: center;
  background-repeat: no-repeat;
}
.btn-button-ico.courier:before {
  background-image: url(../img/icons/ico-cour.svg);
  background-size: 19px auto;
}
.btn-button-ico.location:before {
  background-image: url(../img/icons/ico-location02.svg);
  background-size: 15px auto;
}
a.btn-button-ico:hover {
  color: #fff;
  text-decoration: none;
  background: #272f37;
}
.frm-field-password {
  position: relative;
}
.frm-field-password .btn-action-ico.view {
  width: 30px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
body.full-popup-open .ui-widget-overlay {
  background: rgba(239, 239, 239, 0.95);
}
body .ui-menu.ui-autocomplete {
  background: #fff;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #161E26;
  margin: 0;
  padding: 10px 10px;
  max-height: 130px;
  overflow: auto;
  min-width: 210px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
body .ui-menu.ui-autocomplete li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #F5F9FC;
  position: static;
}
body .ui-menu.ui-autocomplete li:before {
  display: none;
}
body .ui-menu.ui-autocomplete li:hover {
  margin: 0;
}
body .ui-menu.ui-autocomplete li .ui-menu-item-wrapper,
body .ui-menu.ui-autocomplete li .ui-menu-item-wrapper:hover,
body .ui-menu.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
  display: block;
  padding: 7px 5px;
  margin: 0;
}
body .ui-menu.ui-autocomplete li .ui-menu-item-wrapper:hover,
body .ui-menu.ui-autocomplete li .ui-menu-item-wrapper.ui-state-active {
  color: #E31E24;
}
body .ui-widget-overlay {
  background: rgba(239, 239, 239, 0.7);
}
body .ui-dialog {
  padding: 0;
  background: #fff;
}
body .ui-dialog.popup-bottom {
  width: 100% !important;
  left: 0 !important;
  margin: 0;
}
body .ui-dialog.popup-bottom .ui-dialog-titlebar .ui-dialog-titlebar-close:after,
body .ui-dialog.popup-bottom .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  background: #161E26;
}
body .ui-dialog.popup-search {
  width: 100% !important;
  left: 0% !important;
  margin: 0;
  background: none;
}
body .ui-dialog.no-close .ui-dialog-titlebar {
  display: none;
}
body .ui-dialog.corner {
  overflow: visible;
}
body .ui-dialog.corner:before,
body .ui-dialog.corner-left:before,
body .ui-dialog.corner-bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
}
body .ui-dialog.corner:before {
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
}
body .ui-dialog.corner-left:before {
  bottom: 50%;
  left: 0;
  margin-bottom: -4px;
  margin-left: -8px;
  transform: rotate(-90deg);
}
body .ui-dialog.corner-bottom:before {
  bottom: -8px;
  left: 50%;
  margin-left: -4px;
  transform: rotate(-180deg);
}
body .ui-dialog .ui-dialog-titlebar {
  padding: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  position: absolute;
  z-index: 99;
  min-width: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
  min-height: 0 !important;
}
.popup-tabs-wrap {
  overflow: hidden;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
.popup-tabs-wrap ul {
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0;
}
.popup-tabs-wrap ul:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #AFCBDB;
}
.popup-tabs-wrap li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
.popup-tabs-wrap li:last-child {
  margin-right: 0;
}
.popup-tabs-wrap li:before {
  display: none;
}
.popup-tabs-wrap a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #6A8BA3;
  text-decoration: none;
  position: relative;
  text-transform: none;
}
.popup-tabs-wrap a:hover,
.popup-tabs-wrap a.active {
  color: #E31E24;
  text-decoration: none;
}
.popup-tabs-wrap a.active {
  font-weight: 500;
}
.popup-tabs-wrap a.active:before {
  opacity: 1;
}
.popup-tabs-wrap a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #E31E24;
  opacity: 0;
}
.popup-form-box {
  padding: 30px 20px;
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
}
.popup-form-box .form-wrap.socials p {
  margin: 0;
}
.popup-form-box .form-wrap.socials .soc-wrap {
  font-size: 0;
  margin-top: 35px;
}
.popup-form-box .form-wrap.socials .soc-wrap:first-child {
  margin-top: 0;
}
.popup-form-box .form-wrap.socials .btn-action-soc {
  margin: 0 10px 0 0;
}
.popup-form-box .track-list {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #161E26;
  min-width: 700px;
}
.popup-form-box .track-list ul {
  display: table;
  margin: 0 0 20px;
  max-width: 700px;
}

@media (max-width: 750px) {
  .popup-form-box .track-list {
    overflow-x: scroll;
  }

  .popup-form-box .track-list ul {
    min-width: 700px;
  }
}

.popup-form-box .track-list li {
  display: table-row;
  margin: 0 0 12px 0;
  padding: 0;
}
.popup-form-box .track-list li:before {
  display: none;
}
.popup-form-box .track-list .track-cell {
  display: table-cell;
  padding: 10px;
  border: 2px solid #fff;
}
.popup-form-box .track-list .track-number .track-cell {
  width: 200px;
}
.popup-form-box .track-list li.track-header .track-cell {
  background-color: #E31E24;
  color: #fff;
  font-weight: 500;
}
.popup-form-box .track-list li.track-body .track-cell {
  background: #F5F9FC;
}

.popup-form-box .track-list li.track-body.inner {
  transform: translate(40px, 0);
}

.popup-form-box .track-list .txt-error,
.popup-form-box .track-list .txt-date {
  color: #E31E24;
  min-width: 85px;
  padding-right: 5px;
}
.popup-form-box .track-list p {
  margin: 0;
}
.popup-form-box .btn-button-ico {
  position: absolute;
  top: 20px;
  left: 20px;
}
.popup-form-box .btn-button-ico + .form-wrap.text {
  padding-top: 60px;
}
.popup-form-box.calling,
.popup-form-box.tracking,
.popup-form-box.change-invoice-status,
.popup-form-box.quality-control {
  padding-top: 95px;
}
.popup-form-box.calling .frm-row-submit,
.popup-form-box.tracking .frm-row-submit {
  margin-top: 0;
}
.popup-form-box h1,
.popup-form-box .main-title {
  margin: 0 0 25px 0;
  font-size: 26px;
}
.popup-form-box .btn,
.popup-form-box button,
.popup-form-box input[type="submit"] {
  display: block;
  width: 100%;
  padding: 0 10px;
  min-width: 0;
}
.popup-form-box .frm-field-inner {
  width: 50%;
  padding-right: 30px;
  max-width: 120px;
  float: left;
  margin-top: 5px;
}
.popup-form-box .frm-row-links .frm-field {
  margin-bottom: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  min-height: 10px;
}
.popup-form-box .frm-row-submit {
  margin-top: 30px;
}
.popup-form-box .frm-row-submit .frm-select {
  margin-bottom: 35px;
}
.popup-form-box .frm-row-submit .frm-field {
  padding: 0;
  width: 100%;
  float: none;
  margin: 0;
}
.popup-form-box .frm-row-submit .frm-field .btn,
.popup-form-box .frm-row-submit .frm-field button,
.popup-form-box .frm-row-submit .frm-field input[type="submit"] {
  padding: 0 10px;
  display: block;
  width: 100%;
  min-width: 100%;
}
.popup-form-box .frm-row-size {
  padding-top: 25px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.popup-form-box .frm-row-size:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.popup-form-box .frm-row-size > label {
  font-size: 12px;
  line-height: 15px;
  display: block;
  clear: both;
  margin-bottom: 8px;
}
.popup-form-box .frm-row-size .frm-select-ico {
  float: left;
  margin: 0 13px 15px 0;
}
.popup-form-box .frm-row-size .frm-select-ico .frm-select-info {
  text-align: left;
}
.popup-form-box .total-wrap {
  text-align: center;
  line-height: 20px;
  padding: 10px 0 15px 0;
  font-size: 12px;
  color: #161E26;
}
.popup-form-box .total-wrap .title {
  display: inline;
  margin-right: 10px;
}
.popup-form-box .total-wrap .total {
  display: inline;
  font-size: 18px;
  font-weight: 500;
}
.popup-city-conform-box,
.popup-old-confirm-box {
  display: block;
  font-size: 12px;
  line-height: 1.2;
  padding: 30px 28px 30px 28px;
  color: #161E26;
}
.popup-city-conform-box .actions-wrap,
.popup-old-confirm-box .actions-wrap {
  overflow: hidden;
  margin-top: 20px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.popup-city-conform-box .actions-wrap a,
.popup-old-confirm-box .actions-wrap a {
  float: left;
}
.popup-city-conform-box .actions-wrap a + a,
.popup-old-confirm-box .actions-wrap a + a {
  float: right;
}
.popup-city-conform-box p,
.popup-old-confirm-box p {
  margin: 0;
}
.popup-search-box {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1800px;
}
.popup-search-box .frm-popup-search {
  max-width: 500px;
}
.popup-search-box .popup-menu-box {
  max-width: 460px;
  margin: 20px 0 0 0;
}
.popup-menu-box {
  font-size: 12px;
  line-height: 15px;
}
.popup-menu-box ul {
  margin: 0;
}
.popup-menu-box li {
  margin: 0;
  padding: 0 0 10px 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.popup-menu-box li:before {
  display: none;
}
.popup-menu-box li a {
  color: #161E26;
  text-decoration: none;
}
.popup-menu-box li a:hover {
  text-decoration: underline;
}
.frm-popup-search {
  line-height: 1;
  position: relative;
}
.frm-popup-search input[type="text"],
.frm-popup-search input[type="search"] {
  background: none;
  border: none;
  height: 40px;
  font-weight: 500;
  border-bottom: 1px solid #7DA8C7;
  font-size: 26px;
  color: #161E26;
  text-align: left;
  padding: 0 60px 0 0;
  font-weight: 400;
}
.frm-popup-search [placeholder]::-webkit-input-placeholder {
  color: #161E26;
}
.frm-popup-search [placeholder]:-moz-placeholder {
  color: #161E26;
}
.frm-popup-search [placeholder]::-moz-placeholder {
  color: #161E26;
}
.frm-popup-search [placeholder]:-ms-input-placeholder {
  color: #161E26;
}
.frm-popup-search .btn-action-ico.search {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.frm-popup-search .btn-action-ico.search:before {
  background-size: 20px auto;
}
.frm-popup-search .frm-search-info {
  font-size: 12px;
  line-height: 15px;
  color: #E31E24;
  margin-top: 10px;
  font-weight: 500;
}
.frm-popup-search .frm-search-info p {
  margin: 0;
}
@media (max-width: 1023px) {
  body .ui-dialog.popup-calling .ui-dialog-titlebar .ui-dialog-titlebar-close,
  body .ui-dialog.popup-tracking .ui-dialog-titlebar .ui-dialog-titlebar-close {
    top: 20px;
    right: 15px;
  }
}
@media (min-width: 480px) {
  .popup-menu-box ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .popup-form-box {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .popup-form-box .track-list {
    margin-left: 0;
  }
  .popup-form-box .frm-field-inner {
    margin-top: 0;
    width: 50%;
    max-width: 50%;
    padding: 0 15px 0 0;
  }
  .popup-form-box .frm-field-inner + .frm-field-inner {
    padding: 0 0 0 15px;
  }
  .popup-form-box .form-wrap {
    max-width: 440px;
    margin: 0;
    position: relative;
  }
  .popup-form-box .form-wrap.text {
    max-width: 720px;
  }
  .popup-form-box .frm-field {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .popup-form-box .frm-field.full {
    width: 100%;
  }
  .popup-form-box .frm-row {
    margin: 0 -15px;
  }
  .popup-form-box .frm-row-links .frm-field {
    width: auto;
  }
  .popup-form-box .frm-row-submit .frm-field {
    padding: 0 15px 0 0;
    width: 50%;
    max-width: 220px;
  }
}
@media (min-width: 640px) {
  .popup-form-box.calling .frm-row-submit,
  .popup-form-box.tracking .frm-row-submit {
    padding-top: 15px;
  }
  .popup-form-box .frm-row-submit .button-wrap {
    width: 50%;
    float: left;
    padding-right: 15px;
  }
  .popup-form-box .frm-row-submit .button-wrap .btn,
  .popup-form-box .frm-row-submit .button-wrap button,
  .popup-form-box .frm-row-submit .button-wrap input[type="submit"] {
    padding: 0 10px;
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
  }
  .popup-form-box .frm-row-submit .total-wrap {
    padding: 0 0 0 15px;
    float: right;
    text-align: left;
    padding-top: 30px;
    clear: none;
    width: 50%;
    position: relative;
  }
  .popup-form-box .frm-row-submit .total-wrap .total {
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 5px;
    left: 15px;
    font-size: 24px;
  }
  .popup-form-box .frm-row-links {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 20px;
    padding-top: 9px;
    margin: 0;
  }
  .popup-form-box .frm-row-links .frm-field {
    width: 100%;
    min-width: 65px;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .popup-form-box .frm-row-submit {
    margin-top: 37px;
  }
  .popup-form-box .frm-row-submit .btn,
  .popup-form-box .frm-row-submit button,
  .popup-form-box .frm-row-submit input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0 40px;
    min-width: 205px;
  }
}
@media (min-width: 768px) {
  .popup-form-box.calling .frm-row-size,
  .popup-form-box.tracking .frm-row-size {
    padding-top: 0;
    width: 280px;
    position: absolute;
    top: -10px;
    left: 100%;
    margin-left: 20px;
  }
  .popup-form-box .frm-row-links {
    padding-left: 155px;
  }
  .popup-search-box .popup-menu-box {
    margin-top: 75px;
  }
  .frm-popup-search {
    position: relative;
  }
  .frm-popup-search .frm-search-info {
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0;
    padding-left: 50px;
    padding-top: 10px;
    float: left;
    width: 240px;
  }
  .popup-menu-box li {
    padding-bottom: 22px;
  }
}
@media (min-width: 1024px) {
  body .ui-dialog.popup-bottom {
    margin-bottom: -500px;
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
    -webkit-transition: margin-bottom ease 0.3s;
    -o-transition: margin-bottom ease 0.3s;
    transition: margin-bottom ease 0.3s;
    max-height: 100%;
    overflow-y: scroll;
  }
  body .ui-dialog.popup-bottom.active {
    margin-bottom: 0;
  }
  body .ui-dialog.popup-bottom .ui-dialog-titlebar .ui-dialog-titlebar-close {
    right: auto;
    left: 40px;
    top: 30px;
  }
  body .ui-dialog.popup-bottom .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
    display: none;
  }
  body .ui-dialog.popup-bottom .ui-dialog-titlebar .ui-dialog-titlebar-close:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: -webkit-rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    background: url(../img/icons/a12.svg) center no-repeat;
    background-size: 14px auto;
  }
  .popup-tabs-wrap {
    margin-bottom: 40px;
    font-size: 15px;
  }
  .popup-tabs-wrap li {
    margin-right: 60px;
  }
  .popup-form-box {
    min-height: 390px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .popup-form-box .track-list {
    font-size: 15px;
    padding-top: 5px;
  }
  .popup-form-box .btn-button-ico {
    left: 100px;
    top: 38px;
  }
  .popup-form-box .btn-button-ico + .form-wrap.text {
    padding-top: 30px;
  }
  .popup-form-box.calling,
  .popup-form-box.tracking {
    padding-top: 85px;
    max-height: 500px;
  }
  .popup-form-box.change-invoice-status,
  .popup-form-box.consolidation-confirm {
    padding-bottom: 0;
  }
  .popup-form-box.calling .frm-row-submit,
  .popup-form-box.tracking .frm-row-submit,
  .popup-form-box.change-invoice-status .frm-row-submit {
    padding-top: 20px;
    margin-right: 0;
  }
  .popup-form-box.calling .frm-row-size,
  .popup-form-box.tracking .frm-row-size {
    margin-left: 80px;
  }
  .popup-form-box.calling .frm-row-size > label,
  .popup-form-box.tracking .frm-row-size > label {
    margin-bottom: 2px;
  }
  .popup-form-box.calling .frm-row-size .frm-select-ico,
  .popup-form-box.tracking .frm-row-size .frm-select-ico {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .popup-form-box.calling .frm-field,
  .popup-form-box.tracking .frm-field,
  .popup-form-box.change-invoice-status .frm-field {
    margin-bottom: 20px;
  }
  .popup-form-box h1,
  .popup-form-box .main-title {
    padding-top: 25px;
  }
  .popup-form-box .frm-field {
    margin-bottom: 45px;
  }
  .popup-form-box .frm-row-submit {
    margin-top: 10px;
    margin-left: 0;
    margin-right: -300px;
  }
  .popup-form-box .form-wrap.text p {
    margin-bottom: 10px;
  }
  .popup-form-box .form-wrap.text p:last-child {
    margin-bottom: 0;
  }
  .popup-search-box {
    padding: 0 40px;
  }
  .frm-popup-search .frm-search-info {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .popup-form-box {
    min-height: 477px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .popup-form-box .track-list {
    padding-top: 0;
    margin-top: 0;
  }
  .popup-form-box.calling,
  .popup-form-box.tracking {
    padding-top: 130px;
  }
  .popup-form-box.calling .frm-field,
  .popup-form-box.tracking .frm-field {
    margin-bottom: 55px;
  }
  .popup-form-box.calling .frm-row-size,
  .popup-form-box.tracking .frm-row-size {
    margin-left: 40px;
    top: 5px;
  }
  .popup-form-box.calling .frm-row-submit,
  .popup-form-box.tracking .frm-row-submit {
    padding-top: 10px;
  }
  .popup-form-box.calling .frm-row-submit .btn,
  .popup-form-box.tracking .frm-row-submit .btn,
  .popup-form-box.calling .frm-row-submit button,
  .popup-form-box.tracking .frm-row-submit button,
  .popup-form-box.calling .frm-row-submit input[type="submit"],
  .popup-form-box.tracking .frm-row-submit input[type="submit"] {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .popup-form-box.calling .frm-row-submit .total-wrap,
  .popup-form-box.tracking .frm-row-submit .total-wrap {
    padding-top: 35px;
    padding-left: 20px;
  }
  .popup-form-box.calling .frm-row-submit .total,
  .popup-form-box.tracking .frm-row-submit .total {
    font-size: 30px;
  }
  .popup-form-box.calling .frm-row-submit .button-wrap,
  .popup-form-box.tracking .frm-row-submit .button-wrap {
    padding-right: 20px;
  }
  .popup-form-box .form-wrap {
    max-width: 560px;
  }
  .popup-form-box .frm-row {
    margin: 0 -20px;
  }
  .popup-form-box .frm-field {
    padding: 0 20px;
    margin-bottom: 55px;
  }
  .popup-form-box .frm-row-links {
    padding-top: 20px;
  }
  .popup-form-box .frm-row-submit .frm-field {
    padding: 0 20px 0 0;
    max-width: 280px;
  }
  .popup-form-box .frm-row-submit .btn,
  .popup-form-box .frm-row-submit button,
  .popup-form-box .frm-row-submit input[type="submit"] {
    height: 50px;
    line-height: 50px;
    min-width: 260px;
    font-size: 16px;
  }
  .popup-form-box .frm-row-submit .btn.btn-arr:after,
  .popup-form-box .frm-row-submit button.btn-arr:after,
  .popup-form-box .frm-row-submit input[type="submit"].btn-arr:after {
    margin-left: 25px;
  }
}
@media (min-width: 1880px) {
  .popup-form-box .btn-button-ico {
    left: 40px;
  }
  .popup-form-box .popup-tabs-wrap {
    margin-left: 0;
  }
  .popup-form-box .tab-block {
    padding-left: 0;
  }
}
/* ----------------------------------- *\
      address popup
\* ----------------------------------- */
.popup-address-box {
  padding: 30px;
  overflow: hidden;
}
.popup-address-box .popup-table-wrap {
  margin-bottom: 30px;
  overflow: auto;
  margin-left: -4px;
  margin-right: -4px;
}
.popup-address-box .tbl-body-wrap,
.popup-address-box .tbl-head-wrap {
  width: 940px;
}
.popup-address-box .tbl-body-wrap {
  overflow: auto;
  max-height: 800px;
}
.popup-address-box table {
  width: 100%;
  table-layout: fixed;
  margin: 0;
}
.popup-address-box table .col06 {
  width: 40px;
}
.popup-address-box table .col04 {
  width: 25%;
}
.popup-address-box table.col05 {
  width: 150px;
}
.popup-address-box table th,
.popup-address-box table td {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 8px 15px;
  vertical-align: middle;
  font-weight: 400;
}
.popup-address-box table th:last-child,
.popup-address-box table td:last-child {
  padding-left: 0;
  padding-right: 0;
}
.popup-address-box table thead th,
.popup-address-box table thead td {
  height: auto;
}
.popup-address-box table .td-phone {
  white-space: nowrap;
}
.popup-address-box .addr-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
.popup-address-box .addr-actions-wrap {
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}
.popup-address-box .link-wrap {
  float: left;
}
.popup-address-box .link-wrap + .link-wrap {
  float: right;
}
.popup-address-box .addr-pages-wrap {
  overflow: hidden;
  margin-top: 20px;
}
.popup-address-box .total-wrap {
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: #000;
}
.popup-address-box .pages-wrap {
  float: right;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}
.popup-address-box .pages-wrap a,
.popup-address-box .pages-wrap span {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  min-width: 40px;
  padding: 0 10px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.popup-address-box .pages-wrap a:hover,
.popup-address-box .pages-wrap span:hover {
  color: #E31E24;
  text-decoration: none;
}
.popup-address-box .pages-wrap a.active,
.popup-address-box .pages-wrap span.active {
  color: #fff;
  text-decoration: none;
  background: #E31E24;
}
.popup-address-box .pages-wrap a.disabled,
.popup-address-box .pages-wrap span.disabled {
  color: #6A8BA3;
  pointer-events: none;
  text-decoration: none;
}
.popup-address-box .pages-wrap .pages-inner-wrap {
  display: inline-block;
  vertical-align: top;
}
.popup-address-box .view-wrap {
  font-size: 16px;
  color: #000;
  line-height: 40px;
  float: left;
}
.popup-address-box .view-wrap select {
  width: 100px;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.popup-address-box .search-wrap {
  font-size: 16px;
  line-height: 40px;
  position: relative;
  overflow: hidden;
  color: #000;
  float: right;
}
.popup-address-box .search-wrap input {
  width: 140px;
  float: left;
}
.popup-address-box .search-wrap label {
  float: left;
  margin-right: 10px;
}
.popup-address-box p {
  margin: 0;
}
.popup-address-box select,
.popup-address-box input[type="text"],
.popup-address-box input[type="search"] {
  display: block;
  height: 40px;
  border-radius: 0;
  padding: 0 14px;
  font-size: 16px;
  background: #fcfcfc;
  color: #000;
  border: 1px solid #333;
}
.popup-address-box select {
  display: block;
  width: 100%;
  padding-right: 0;
  background-color: #fff;
  background-image: url(../img/main/select.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none!important;
  line-height: 1em;
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  outline: none;
}
.popup-address-box select::-ms-expand {
  display: none;
}
body .ui-dialog {
  background: #fff;
}
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:after,
body .ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
  background: #E31E24;
}
body .ui-dialog .ui-dialog-content {
  padding: 0;
}
body .ui-dialog.popup-address {
  left: 50% !important;
  width: 1000px !important;
  margin: 0 0 0 -500px !important;
}
@media (max-width: 1023px) {
  body .ui-dialog.popup-address {
    width: 700px !important;
    margin: 0 0 0 -350px !important;
  }
}
@media (max-width: 767px) {
  .popup-address-box .search-wrap {
    float: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .popup-address-box .search-wrap input {
    width: 200px;
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .popup-address-box .search-wrap label {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .popup-address-box .view-wrap {
    text-align: center;
    margin-bottom: 20px;
    float: none;
    width: 100%;
  }
  .popup-address-box .total-wrap {
    float: none;
    width: 100%;
    text-align: center;
  }
  .popup-address-box .addr-pages-wrap {
    width: 100%;
    float: none;
  }
  .popup-address-box .pages-wrap {
    text-align: center;
    height: 30px;
    width: 100%;
    line-height: 30px;
  }
  .popup-address-box .pages-wrap a,
  .popup-address-box .pages-wrap span {
    font-size: 14px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .popup-address-box .pages-wrap .btn-prev,
  .popup-address-box .pages-wrap .btn-next {
    padding: 0;
    width: 30px;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
  }
  .popup-address-box .pages-wrap .btn-prev:before,
  .popup-address-box .pages-wrap .btn-next:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/icons/a12.svg) center no-repeat;
    background-size: 10px auto;
  }
  .popup-address-box .pages-wrap .btn-prev.disabled,
  .popup-address-box .pages-wrap .btn-next.disabled {
    opacity: 0.3;
  }
  .popup-address-box .pages-wrap .btn-prev:before {
    -webkit-transform: -webkit-rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .popup-address-box .pages-wrap .btn-next:before {
    -webkit-transform: -webkit-rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  body .ui-dialog.popup-address {
    width: 440px !important;
    margin: 0 0 0 -220px !important;
  }
}
@media (max-width: 479px) {
  body .ui-dialog.popup-address {
    width: 300px !important;
    margin: 0 0 0 -150px !important;
  }
  .popup-address-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-tab-block {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.js-tab-block.active {
  display: block;
}
.js-bg-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.js-bg-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.js-btn-toggle.active + .js-popup-block {
  display: block !important;
}
.js-popup-block {
  -webkit-animation: fadein ease 0.3s;
  animation: fadein ease 0.3s;
}
.ico-block {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 2px;
  text-decoration: none;
}
.ico-block img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.center-image {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
}
.center-image img,
.center-image svg,
.center-image .i,
.center-image:before {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.owl-stage-outer,
.owl-stage {
  overflow: hidden;
}
.owl-carousel {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
/* ----------------------------------- *\
      items styles
\* ----------------------------------- */
.item-gallery {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  line-height: 1;
  height: 100px;
}
.item-team {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  line-height: 15px;
  color: #6A8BA3;
  text-decoration: none;
}
.item-team:hover {
  text-decoration: none;
  color: #6A8BA3;
}
.item-team .team-name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #161E26;
}
.item-team .team-photo {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.item-team .team-photo:before {
  content: "";
  display: block;
  padding-top: 125%;
}
.item-team .team-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-team p {
  margin: 0;
}
.item-partner {
  display: block;
  position: relative;
  overflow: hidden;
  background: #F5F9FC;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  border: none;
  text-decoration: none;
}
.item-partner:hover {
  text-decoration: none;
}
.item-partner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.item-partner img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 68%;
  max-height: 68%;
}
.elm-card {
  width: 335px;
  height: 202px;
  background: #F5F9FC;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px rgba(98, 132, 182, 0.15);
  box-shadow: 2px 2px 5px rgba(98, 132, 182, 0.15);
  padding: 30px 10px 20px 17px;
  text-align: left;
}
.elm-card .card-row {
  margin-bottom: 30px;
  margin-right: -30px;
  margin-left: 0;
  position: relative;
  overflow: hidden;
}
.elm-card .card-row:last-child {
  margin-bottom: 0;
}
.elm-card .card-field {
  overflow: hidden;
}
.elm-card .date {
  width: 170px;
  float: left;
}
.elm-card .date .row-field {
  width: auto;
}
.elm-card .date .row-field + .row-field:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  margin: 0 5px 0 4px;
  background: #AFCBDB;
  -webkit-transform: -webkit-rotate(10deg);
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  position: relative;
  top: 2px;
}
.elm-card .row-title {
  font-size: 15px;
  line-height: 20px;
  color: #161E26;
  font-weight: 500;
  margin-bottom: 8px;
}
.elm-card .row-field {
  float: left;
  margin: 0 0px 0 0;
  white-space: nowrap;
  font-size: 20px;
  color: #161E26;
  line-height: 30px;
  width: 78px;
  color: #AFCBDB;
}
.elm-card .row-field:after {
  content: attr(data-placeholder);
}
.elm-card .row-field.active {
  color: #161E26;
}
.elm-card .row-field.active:after {
  display: none;
}
.item-office-main {
  padding: 250px 0 0 0;
}
.item-office-main.type-light {
  color: #fff;
}
.item-office-main.type-light h1,
.item-office-main.type-light .main-title {
  color: #fff;
}
.item-office-main.type-light .text-outer-wrap:before {
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), #000000);
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
.item-office-main .text-outer-wrap {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1800px;
  position: relative;
}
.item-office-main .text-outer-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}
.item-office-main .text-wrap {
  max-width: 640px;
  padding: 50px 0 50px 0;
  position: relative;
  z-index: 2;
}
.item-office {
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.6;
  background: #F5F9FC;
}
.item-office .office-photo-wrap {
  line-height: 1;
  position: relative;
  max-height: 500px;
  overflow: hidden;
}
.item-office .office-photo-wrap:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.item-office .office-text-wrap {
  padding: 35px 20px;
}
.item-office .page-title {
  margin-bottom: 1.9em;
  margin-top: 0;
  font-size: 20px;
}
.item-office .small-title {
  margin-bottom: 0.6em;
  margin-top: 0;
}
.item-office p {
  margin-bottom: 24px;
}
.item-office p:last-child {
  margin-bottom: 0;
}
.elm-price {
  display: inline-block;
  position: relative;
  height: 45px;
  line-height: 45px;
  background: #E31E24;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  padding: 0 35px;
  white-space: nowrap;
}
.elm-price .elm-help {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 8px;
  white-space: normal;
  background-image: url(../img/icons/ico-help-light.svg);
}
.elm-price:hover {
  text-decoration: none;
}
.elm-rate-total {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  line-height: 20px;
  background: #E31E24;
  padding: 0 5px;
  min-width: 38px;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.item-employee {
  display: block;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #AFCBDB;
  border-bottom: 1px solid #AFCBDB;
  height: 142px;
  line-height: 140px;
  padding: 0 0 0 107px;
}
.item-employee .em-photo {
  display: block;
  width: 107px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  line-height: 1;
}
.item-employee .em-photo img {
  display: block;
  position: absolute;
  top: -10%;
  left: 50%;
  -webkit-transform: -webkit-translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  height: auto;
}
.item-employee .em-name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #161E26;
  margin-bottom: 14px;
}
.item-employee .em-total {
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}
.item-employee .em-rate-text {
  font-size: 12px;
  line-height: 15px;
  margin-top: 12px;
  display: block;
}
.item-employee .elm-rate-total {
  vertical-align: top;
  margin: 0 8px 0 0;
}
.item-employee .em-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  padding-left: 32px;
  width: 100%;
}
.item-new {
  display: block;
  position: relative;
  color: #6A8BA3;
  text-decoration: none;
  font-weight: 400;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
  padding: 25px 0;
}
.item-new:hover {
  text-decoration: none;
  color: #6A8BA3;
  color: #E31E24;
}
.item-new:hover .new-title {
  color: #E31E24;
}
.item-new .new-title {
  display: block;
  color: #161E26;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  -webkit-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.item-new .new-text {
  display: block;
}
.item-new .new-date {
  display: block;
  font-size: 10px;
  line-height: 13px;
  margin-top: 25px;
}
.item-new p {
  margin: 0;
}
.item-speaking {
  display: block;
  font-size: 15px;
  line-height: 24px;
}
.item-speaking .sp-name {
  display: block;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #161E26;
  margin-top: 10px;
}
.item-speaking p {
  margin: 0;
}
.item-total {
  font-size: 12px;
  line-height: 15px;
  color: #161E26;
  text-align: left;
}
.item-total .total-title {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: -5px;
}
.item-total .total-title span {
  display: inline-block;
  margin-top: 8px;
  vertical-align: top;
  font-size: 10px;
}
.item-total.main .total-title span {
  font-size: 34px;
  font-weight: 400;
  margin-top: -5px;
  margin-left: 5px;
}
.elm-discount {
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
  overflow: hidden;
  background: #E31E24;
}
.elm-discount:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/icons/ico-percent.svg) center no-repeat;
  background-size: 16px auto;
}
.elm-document {
  display: block;
  position: relative;
  padding: 0 0 0 35px;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  min-height: 30px;
}
.elm-document .elm-file {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.elm-document .doc-title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 15px;
}
.elm-map-popup {
  display: block;
  position: relative;
  background: #161E26;
  font-size: 15px;
  line-height: 20px;
  width: 230px;
  color: #fff;
  text-align: left;
  padding: 20px 18px 20px 18px;
}
.elm-map-popup:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 1;
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #161E26;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2px;
}
.elm-map-popup .map-button {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-right: 22px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.elm-map-popup .map-button:first-child {
  margin-top: 0;
}
.elm-map-popup .map-button:last-child {
  margin-bottom: 0;
}
.elm-map-popup .map-button:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/icons/a01.svg) center no-repeat;
  background-size: 100% auto;
}
.elm-map-popup p {
  margin: 8px 0 0 0;
  font-size: 12px;
  line-height: 12px;
}
.elm-location {
  display: block;
  width: 25px;
  height: 35px;
  position: relative;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.elm-location.logo {
  background-image: url(../img/icons/ico-location-logo.svg);
}
.elm-location.people {
  background-image: url(../img/icons/ico-location-people.svg);
}
.elm-location.car {
  background-image: url(../img/icons/ico-location-car.svg);
}
.elm-location-logo {
  display: block;
  width: 30px;
  height: 36px;
  background: url(../img/icons/ico-location-logo.svg) center no-repeat;
  background-size: auto 100%;
}
.item-contact {
  display: block;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.item-contact h3,
.item-contact .small-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.item-contact p {
  margin: 0;
}
.item-contact .contact-shedule {
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
  display: block;
}
.item-contact a[href^="tel"] {
  color: #6A8BA3;
  text-decoration: none;
}
.item-contact a[href^="tel"]:after {
  border-color: #6A8BA3;
}
.item-contact .text-small {
  font-size: 15px;
  margin-top: 6px;
}
.elm-pack {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-decoration: none;
  color: #161E26;
  display: block;
  position: relative;
}
.elm-pack .pack-ico {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 8px auto;
  position: relative;
  overflow: hidden;
}
.elm-pack .pack-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
.item-pack {
  display: block;
  position: relative;
  line-height: 1.6;
  max-width: 760px;
}
.item-pack .pack-pic {
  height: 230px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #F5F9FC;
  margin-bottom: 28px;
}
.item-pack .pack-pic img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 75%;
}
.item-pack h3,
.item-pack .small-title {
  margin: 0 0 20px 0;
}
.item-pack p {
  margin-bottom: 20px;
}
.item-pack p:last-child {
  margin-bottom: 0;
}
.item-pack .icons-wrap {
  font-size: 0;
  margin: 0 -5px -15px -5px;
  text-align: left;
}
.item-pack .elm-pack {
  display: inline-block;
  vertical-align: top;
  width: 33.32%;
  padding: 0 5px;
  max-width: 120px;
  margin-bottom: 20px;
}
.elm-attach {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 20px;
  padding: 0 24px 0 25px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  color: #E31E24;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
}
.elm-attach .btn-action-del {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
}
.elm-attach .attach-ico {
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.elm-attach .attach-ico img {
  display: block;
  width: 100%;
}
.elm-attach.doc .attach-ico {
  background-image: url(../img/icons/ico-file-doc.svg);
}
.elm-attach.pdf .attach-ico {
  background-image: url(../img/icons/ico-file-pdf.svg);
}
.elm-attach.xls .attach-ico {
  background-image: url(../img/icons/ico-file-xls.svg);
}
.elm-attach.txt .attach-ico {
  background-image: url(../img/icons/ico-file-txt.svg);
}
.elm-attach.zip .attach-ico {
  background-image: url(../img/icons/ico-file-zip.svg);
}
.elm-attach.jpg .attach-ico {
  background-image: url(../img/icons/ico-file-jpg.svg);
}
.elm-attach.png .attach-ico {
  background-image: url(../img/icons/ico-file-png.svg);
}
.elm-file {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 29px;
  height: 29px;
  line-height: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.elm-file.doc {
  background-image: url(../img/icons/ico-file-doc.svg);
}
.elm-file.pdf {
  background-image: url(../img/icons/ico-file-pdf.svg);
}
.elm-file.xls {
  background-image: url(../img/icons/ico-file-xls.svg);
}
.elm-file.txt {
  background-image: url(../img/icons/ico-file-txt.svg);
}
.elm-file.zip {
  background-image: url(../img/icons/ico-file-zip.svg);
}
.elm-file.jpg {
  background-image: url(../img/icons/ico-file-jpg.svg);
}
.elm-file.png {
  background-image: url(../img/icons/ico-file-png.svg);
}
.elm-file img {
  display: block;
  width: 100%;
}
.item-text-toggle {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 24px;
}
.item-text-toggle .btn-text-toggle {
  border-bottom: 1px solid #CBDCE8;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  color: #161E26;
  text-decoration: none;
  text-align: left;
  padding: 16px 40px 16px 20px;
  font-weight: 500;
}
.item-text-toggle .btn-text-toggle:after,
.item-text-toggle .btn-text-toggle:before {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  right: 28px;
  width: 16px;
  height: 2px;
  background: #161E26;
  margin: -1px -8px 0 0;
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s;
}
.item-text-toggle .btn-text-toggle:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.item-text-toggle .btn-text-toggle:hover {
  text-decoration: none;
  color: #161E26;
}
.item-text-toggle .btn-text-toggle.active:after {
  -webkit-transform: -webkit-rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.item-text-toggle .btn-text-toggle.active:before {
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.item-text-toggle .text-toggle-block {
  border-bottom: 1px solid #CBDCE8;
  padding: 35px 15px 35px 20px;
  display: none;
}
.item-text-toggle p {
  margin: 0 0 24px 0;
}
.item-text-toggle p:last-child {
  margin-bottom: 0;
}
.item-departure {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #161E26;
  text-decoration: none;
  max-width: 140px;
  margin: 0 auto;
  font-weight: 500;
}
.item-departure .d-ico {
  display: block;
  position: relative;
  overflow: hidden;
  height: 140px;
}
.item-departure .d-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 114px;
}
.item-departure .d-title {
  display: block;
  border-top: 1px solid #7DA8C7;
  padding-top: 10px;
}
.item-departure:hover {
  text-decoration: none;
}
.item-courier {
  display: block;
  position: relative;
  border: 1px solid #ECF3F8;
  height: 120px;
  line-height: 118px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #161E26;
  text-decoration: none;
  padding: 0 0 0 104px;
}
.item-courier .c-ico {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 104px;
  height: 100%;
}
.item-courier .c-ico img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.couriers-box-raritet .item-courier .c-ico img {
  width: auto;
}
.item-courier .c-title {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 20px;
  padding: 0 10px 0 35px;
}
.item-courier:hover {
  text-decoration: none;
}
.elm-help {
  display: inline-block;
  vertical-align: baseline;
  width: 14px;
  height: 14px;
  background: url(../img/icons/ico-help.svg) center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  text-decoration: none;
}
.elm-help .js-tooltip-content {
  display: none;
}
.js-tooltip-content ul li {
  padding-left: 0;
}
.js-tooltip-content ul li:before {
  display: none;
}
.item-feature {
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 0 106px;
  position: relative;
  overflow: hidden;
  border: 1px solid #F5F9FC;
}
.item-feature .f-ico {
  display: block;
  width: 106px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #F5F9FC;
  overflow: hidden;
}
.item-feature .f-ico img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.item-feature .f-text-wrap {
  min-height: 120px;
  line-height: 90px;
  padding: 15px 15px 15px 35px;
}
.item-feature .f-text-inner {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  line-height: 15px;
}
.item-feature .f-text-inner .f-title {
  display: block;
}
.item-feature .f-title,
.features-box .item-wrap>.f-title-design {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #161E26;
  margin: 0 0 2px 0;
  display: none;
}
.features-box .item-wrap>.f-title-design {
  min-width: 210px;
}
.item-feature .elm-help {
  margin-left: 5px;
}
.item-feature p {
  margin: 0;
}
.elm-photo {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.elm-photo:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.elm-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .item-feature.type-second .f-text-wrap {
    line-height: 130px;
  }
  .item-feature.type-second .f-title {
    margin-bottom: 12px;
  }
  .item-feature.type-second .f-text {
    font-size: 10px;
    line-height: 13px;
  }
}
@media (min-width: 768px) {
  .item-office {
    position: relative;
  }
  .item-office .office-text-wrap {
    margin: 0 auto;
    max-width: 1800px;
    padding: 0px;
  }
  .item-office .text-outer-wrap {
    width: 50%;
    margin: 0;
    padding: 44px 30px 44px 20px;
    min-height: 788px;
    line-height: 700px;
  }
  .item-office .text-inner-wrap {
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
  .item-office .office-photo-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    max-height: inherit;
  }
  .item-office .office-photo-wrap:before {
    display: none;
  }
  .elm-rate-total {
    height: 24px;
    line-height: 24px;
    min-width: 42px;
    font-size: 12px;
  }
  .item-employee {
    border-top: none;
    border-bottom: none;
    height: 180px;
    line-height: 160px;
    padding: 0 220px 0 180px;
  }
  .item-employee .em-photo {
    width: 180px;
    height: 180px;
  }
  .item-employee .em-name {
    font-size: 26px;
    line-height: 30px;
  }
  .item-employee .em-total {
    font-size: 12px;
    line-height: 24px;
  }
  .item-employee .em-rate-text {
    display: none;
  }
  .item-employee .em-info {
    padding-left: 55px;
  }
  .item-pack {
    padding: 0 0 10px 236px;
    position: relative;
    overflow: hidden;
  }
  .item-pack .pack-pic {
    width: 200px;
    height: auto;
    line-height: 1;
    position: relative;
    float: left;
    background: none;
    margin: 0 0 0 -236px;
  }
  .item-pack .pack-pic img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    margin: auto 0 auto 0;
  }
  .item-pack .pack-pic.center img {
    margin: auto;
  }
  .item-pack .elm-pack {
    width: auto;
    white-space: nowrap;
    margin-right: 28px;
    max-width: 100%;
  }
  .item-pack h3,
  .item-pack .small-title {
    margin-bottom: 28px;
  }
  .item-pack p {
    margin-bottom: 15px;
  }
  .item-courier {
    border: none;
    height: auto;
    line-height: 1;
    padding: 0;
  }
  .item-courier .c-ico {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  .item-courier .c-ico:before {
    content: "";
    display: block;
    padding-top: 114%;
  }
  .couriers-box-raritet .item-courier .c-ico:before {
    padding-top: 50%;
  }
  .item-courier .c-title {
    display: block;
    padding: 0;
    margin: 15px 0 0 0;
  }
  .item-feature {
    display: block;
    position: relative;
    font-size: 10px;
    line-height: 13px;
    padding: 0;
    border: none;
  }
  .item-feature:hover .f-text-wrap {
    max-height: 100%;
    opacity: 1;
  }
  .item-feature.type-second .f-text {
    font-size: 10px;
    line-height: 13px;
  }
  .item-feature .f-inner {
    position: relative;
    background: #F5F9FC;
  }
  .item-feature .f-inner .f-title {
    display: none;
  }
  .item-feature .f-ico {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
    height: auto;
    line-height: 1;
  }
  .item-feature .f-ico:before {
    content: "";
    display: block;
    padding-top: 113%;
  }
  .item-feature .f-text-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 0;
    line-height: 1;
    padding: 0;
    background: rgba(234, 241, 245, 0.98);
    max-height: 0;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    overflow: hidden;
  }
  .item-feature .f-text-inner {
    display: block;
    padding: 16px 13px;
    min-height: 105px;
  }
  .item-feature .f-title,
  .features-box .item-wrap>.f-title-design{
    display: block;
    margin: 18px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .elm-document {
    font-size: 15px;
    padding-left: 40px;
  }
  .elm-document .doc-title {
    line-height: 20px;
  }
  .item-office-main {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }
  .item-office-main:before {
    content: "";
    display: block;
    padding-top: 57%;
  }
  .item-office-main .text-outer-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .item-office-main .text-wrap {
    padding-bottom: 95px;
  }
  .item-office .text-outer-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .item-office .page-title {
    font-size: 26px;
    line-height: 30px;
  }
  .item-total {
    font-size: 15px;
    line-height: 17px;
  }
  .item-total .total-title {
    margin-bottom: 5px;
  }
  .item-total.main {
    font-size: 18px;
    line-height: 21px;
  }
  .item-total.main .total-title {
    white-space: nowrap;
    font-size: 150px;
    margin-bottom: -15px;
  }
  .item-total.main .total-title span {
    font-size: 50px;
  }
  .elm-map-popup {
    width: 250px;
    padding: 35px 30px 25px 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .elm-map-popup .map-button {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
  }
}
@media (min-width: 1200px) {
  .item-partner:before {
    padding-top: 112%;
  }
  .item-office .text-outer-wrap {
    width: 39%;
  }
  .item-office .office-photo-wrap {
    left: 39%;
  }
  .item-new {
    padding: 25px 0;
  }
  .item-new .new-title {
    margin-bottom: 10px;
  }
  .item-new .new-date {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px;
  }
  .item-new.main {
    margin-bottom: 15px;
  }
  .item-new.main .new-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .item-new.main .new-date {
    margin-top: 45px;
  }
  .item-new.main.border {
    padding-bottom: 15px;
  }
  .item-new.border {
    border-bottom: 1px solid #CBDCE8;
    padding-bottom: 35px;
  }
}
@media (min-width: 1400px) {
  .item-office .text-outer-wrap {
    padding-right: 60px;
  }
}
@media (min-width: 1600px) {
  .item-office-main .text-wrap {
    max-width: 1000px;
    padding-bottom: 120px;
  }
}
@media (min-width: 1800px) {
  .item-office .office-photo-wrap {
    left: 50%;
    margin-left: -195px;
  }
  .item-office .text-outer-wrap {
    min-height: 1000px;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 800px;
  }
}
/* ----------------------------------- *\
      content styles
\* ----------------------------------- */
.wrap.footer-clear .form-representative-box:last-child {
  margin-bottom: 80px;
}
.wrap:not(.footer-clear) .details-box:last-child,
.wrap:not(.footer-clear) .documents-box:last-child,
.wrap:not(.footer-clear) .faq-box:last-child {
  margin-bottom: 150px;
}
.wrap:not(.footer-clear) .article-box:last-child {
  margin-bottom: 250px;
}
.gallery-box {
  margin-bottom: 70px;
}
.gallery-box .inner-items-wrap:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.gallery-box h1,
.gallery-box .main-title {
  margin-bottom: 2em;
}
.gallery-box .items-wrap {
  margin: 0 -5px;
}
.gallery-box .item-wrap {
  padding: 0 5px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.gallery-box .item-wrap.item04 {
  display: none;
}
.gallery-box .item-wrap.item01 .item-gallery,
.gallery-box .item-wrap.item02 .item-gallery {
  height: 190px;
}
.gallery-box .item-wrap.item03 .item-gallery,
.gallery-box .item-wrap.item05 .item-gallery {
  height: 110px;
}
.gallery-box .item-wrap.item01 {
  width: 42%;
}
.gallery-box .item-wrap.item02 {
  width: 58%;
}
.partners-box {
  margin-bottom: 90px;
}
.partners-box .items-wrap {
  margin: 0 -5px;
}
.partners-box .item-wrap {
  width: 50%;
  padding: 0 5px;
  float: left;
  margin: 0 0 10px 0;
}
.partners-box h1,
.partners-box .main-title {
  margin-bottom: 2em;
}
.teams-box {
  margin-bottom: 40px;
}
.teams-box .items-wrap {
  margin: 0 -5px;
  font-size: 0;
}
.teams-box .item-wrap {
  width: 49.99%;
  padding: 0 5px;
  float: left;
  margin: 0 0 55px 0;
}
.teams-box h1,
.teams-box .main-title {
  margin-bottom: 2em;
}
.form-page-box {
  margin-bottom: 120px;
}
.form-page-box:last-child {
  margin-bottom: 256px;
}
.card-box {
  margin-bottom: 90px;
  margin-top: 50px;
}
.card-box .elm-card {
  margin-bottom: 55px;
}
.card-box .frm-row-submit {
  margin-top: 58px;
  width: 335px;
}
.card-box .button-info {
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #161E26;
  padding-top: 12px;
}
.card-box .btn,
.card-box button,
.card-box input[type="submit"] {
  width: 100%;
}
.text-box:last-child {
  margin-bottom: 200px;
}
.text-box + .couriers-box {
  margin-top: 85px;
}
.links-box {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 25px;
}
.links-box:last-child {
  margin-bottom: 100px;
}
.links-box ul {
  margin: 0;
}
.links-box li {
  margin: 0 0 10px 0;
  padding: 0;
}
.links-box li:before {
  display: none;
}
.main-offices-box .owl-nav {
  display: none;
}
.main-offices-box .owl-dots {
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 32px;
  left: 22px;
  right: auto;
  float: left;
  white-space: nowrap;
  text-align: left;
}
.main-offices-box .slider-wrap {
  position: relative;
  background: #F5F9FC;
  padding-bottom: 60px;
}
.main-offices-box .slider-wrap:before {
  content: "";
  display: block;
  width: 42px;
  height: 20px;
  position: absolute;
  bottom: 37px;
  right: 20px;
  background: url(../img/icons/ico-touch.svg) center no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.main-offices-box .sl-item {
  position: relative;
  overflow: hidden;
}
.page + .main-pic-box {
  margin-top: 50px;
}
.main-pic-box {
  line-height: 1;
  position: relative;
  margin: 0px 0 0 0;
}
.main-pic-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.main-pic-box:first-child {
  margin-top: 0;
}
.main-pic-box + .page {
  margin-top: 95px;
}
.main-lead-box {
  padding: 100px 0;
}
.main-lead-box.small {
  padding: 50px 0;
}
.main-lead-box h1,
.main-lead-box h2,
.main-lead-box .main-title {
  line-height: 1.4444;
  margin-top: 0;
  margin-bottom: 0.3em;
}
.main-lead-box h1:last-child,
.main-lead-box h2:last-child,
.main-lead-box .main-title:last-child {
  margin-bottom: 0;
}
.main-lead-box .text-wrap {
  max-width: 650px;
}
.main-lead-box p:last-child {
  margin-bottom: 0;
}
.order-box {
  margin-bottom: 140px;
  margin-top: 80px;
}
.order-box:first-child {
  margin-top: 0;
}
.order-box .order-title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #161E26;
  font-weight: 500;
  margin-bottom: 25px;
}
.order-box .order-section {
  margin-bottom: 30px;
}
.order-box .order-row {
  margin: 0 -10px 20px -10px;
  line-height: 1;
  position: relative;
}
.order-box .order-row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
.order-box .order-field {
  padding: 0 10px;
  margin-bottom: 15px;
  position: relative;
  line-height: 1;
  float: left;
}
.order-box .order-field.select {
  padding-top: 9px;
}
.order-box .order-fields-wrap {
  width: 190px;
  padding: 0 10px;
  overflow: hidden;
}
.order-box .order-fields-wrap .frm-select-value {
  min-width: 80px;
}
.order-box .order-fields-wrap .order-field {
  width: 50%;
  padding: 0 5px 0 0;
}
.order-box .order-fields-wrap .order-field + .order-field {
  padding: 0 0 0 5px;
}
.order-box .order-fields-values {
  padding-top: 10px;
}
.order-box .order-fields-values .order-field {
  width: 100%;
}
.order-box .order-row-total {
  background: #F5F9FC;
  padding: 20px 20px 10px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #161E26;
  margin: 0 -20px 26px -20px;
}
.order-box .price-wrap .elm-price {
  padding-left: 0;
  padding-right: 0;
  background: none;
  font-size: 16px;
  color: #161E26;
}
.order-box .price-wrap .elm-price .elm-help {
  background-image: url(../img/icons/ico-help.svg);
  margin-left: 5px;
}
.order-box .price-wrap .price-block {
  display: none !important;
}
.order-box .order-row-actions {
  overflow: hidden;
}
.order-box .order-button {
  margin-bottom: 10px;
}
.order-box p {
  margin: 0;
}

.frm-row.row-phone .btn {
  padding: 0;
  min-width: 180px;
  margin-top: -14px;
}
.frm-row.row-phone .btn-action-add,
.frm-row.row-phone .btn-action-del {
  cursor: pointer;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
.frm-row.row-phone .btn-action-add:after,
.frm-row.row-phone .btn-action-add:before,
.frm-row.row-phone .btn-action-del:after,
.frm-row.row-phone .btn-action-del:before {
  background: #fff;
}

.form-calc-box {
  margin: 48px 0 80px 0;
  max-width: 440px;
}
.form-calc-box .frm-row-total {
  background: #F5F9FC;
  padding: 20px 20px 10px 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #161E26;
  margin: 0 -20px 26px -20px;
}
.form-calc-box .frm-row-submit .frm-select {
  margin-bottom: 55px;
}
.form-calc-box .field-hidden {
  display: none !important;
}
.form-calc-box .field-hidden.active {
  display: none !important;
}
.form-calc-box .field-hidden.field-active {
  display: block !important;
}
.form-calc-box .price-wrap.price-fixed {
  position: fixed;
  bottom: 20px;
  z-index: 999;
  float: left;
}
.form-calc-box .price-wrap.price-fixed .elm-price {
  padding: 0 20px;
  background: #E31E24;
  text-align: center;
  min-width: 160px;
  color: #fff;
}
.form-calc-box .price-wrap.price-fixed .elm-price .elm-help {
  background-image: url(../img/icons/ico-help-light.svg);
}
.form-calc-box .price-wrap .elm-price {
  padding-left: 0;
  padding-right: 0;
  background: none;
  font-size: 16px;
  color: #E31E24;
}
.form-calc-box .price-wrap .elm-price .elm-help {
  background-image: url(../img/icons/ico-help-att.svg);
  margin-left: 5px;
}
.form-calc-box .price-wrap .price-block {
  display: none !important;
}
.form-calc-box .frm-section.section-notify {
  margin-bottom: 60px;
}
.form-calc-box .frm-section.section-notify .frm-select-button {
  float: left;
  margin: 0 13px 10px 0;
  height: auto;
}
.form-calc-box .frm-section.section-notify .frm-select-button label {
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  min-width: 110px;
  font-size: 10px;
}
.form-calc-box .frm-section.section-notify .btn .btn-action-del {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 10px;
}
.form-calc-box .frm-section.section-notify .btn .btn-action-del:after,
.form-calc-box .frm-section.section-notify .btn .btn-action-del:before {
  background: #fff;
  -webkit-transform: -webkit-rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.form-calc-box .frm-section.section-notify .btn .btn-action-del:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-calc-box .frm-section.section-pay {
  margin-bottom: 35px;
}
.form-calc-box .frm-section.section-pay .frm-field-inline {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-calc-box .frm-section.section-pay .frm-row-select {
  margin-bottom: 45px;
}
.form-calc-box input[data-container] {
  display: block !important;
}
.form-calc-box [data-container]:not(.active) {
  display: none;
}
.form-calc-box .frm-section.section-delivery {
  margin-bottom: 70px;
}
.form-calc-box .frm-section.section-delivery.section-destination {
  margin-bottom: 30px;
}
.form-calc-box .frm-section.section-delivery.section-urgency {
  margin-bottom: 30px;
}
.form-calc-box .frm-section.section-delivery .frm-row.frm-row-select {
  margin-bottom: 35px;
}
.form-calc-box .frm-section.section-delivery .frm-row.frm-row-select .frm-field-inline {
  width: 100%;
  margin-bottom: 22px;
  margin-top: 22px;
}
.form-calc-box .frm-section.section-delivery .field-price {
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  color: #161E26;
  margin-top: -20px;
  margin-bottom: 80px;
}
.form-calc-box .frm-section.section-delivery .field-point-desc {
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  margin-top: -20px;
  color: #161E26;
}
.form-calc-box .frm-title {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #161E26;
}
.form-calc-box .frm-title .elm-help {
  vertical-align: middle;
}
.form-calc-box .frm-title .title-price,
.form-calc-box .frm-title .text-att {
  font-size: 12px;
  font-weight: 500;
  display: inline;
}
.form-calc-box .frm-field {
  padding: 0 15px;
  margin-bottom: 25px;
  width: 100%;
  float: left;
}
.form-calc-box .frm-section {
  margin-bottom: 110px;
}
.form-calc-box .frm-section:last-child {
  margin-bottom: 0;
}
.form-calc-box .frm-rows-wrap .frm-row {
  margin-bottom: 70px;
}
.form-calc-box .frm-rows-wrap .frm-row:last-child {
  margin-bottom: 0;
}
.form-calc-box .frm-rows-wrap.rows-full .frm-field-inline.field-button {
  display: block;
}
.form-calc-box .frm-row {
  margin: 0 -15px;
}
.form-calc-box .frm-row-delivery {
  margin-bottom: 50px;
}
.form-calc-box .section-urgency .frm-row-delivery {
  margin-bottom: 0px;
}
.form-calc-box .frm-row.js-row-add {
  margin: 0;
}
.form-calc-box .frm-row.js-row-add .js-row {
  display: none;
}
.form-calc-box .frm-row.js-row-add .btn .btn-action-del,
.form-calc-box .frm-row.js-row-add button .btn-action-del,
.form-calc-box .frm-row.js-row-add input[type="submit"] .btn-action-del {
  display: inline-block;
  vertical-align: middle;
  margin: -2px 0 0 10px;
  width: 12px;
  height: 12px;
}
.form-calc-box .frm-row.js-row-add .btn .btn-action-del:after,
.form-calc-box .frm-row.js-row-add button .btn-action-del:after,
.form-calc-box .frm-row.js-row-add input[type="submit"] .btn-action-del:after,
.form-calc-box .frm-row.js-row-add .btn .btn-action-del:before,
.form-calc-box .frm-row.js-row-add button .btn-action-del:before,
.form-calc-box .frm-row.js-row-add input[type="submit"] .btn-action-del:before {
  background: #fff;
  -webkit-transform: -webkit-rotate(0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.form-calc-box .frm-row.js-row-add .btn .btn-action-del:before,
.form-calc-box .frm-row.js-row-add button .btn-action-del:before,
.form-calc-box .frm-row.js-row-add input[type="submit"] .btn-action-del:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.form-calc-box .frm-row.js-row-add .button-wrap {
  position: relative;
  line-height: 1;
}
.form-calc-box .frm-row.js-row-add .button-info {
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  padding-top: 12px;
  color: #161E26;
}
.form-calc-box .frm-field-inline {
  display: block;
  position: relative;
  line-height: 1;
  padding: 0 15px;
  margin-bottom: 30px;
  margin-top: 30px;
  float: left;
  width: 33.333%;
}
.form-calc-box .frm-field-inline.field-large {
  width: 100%;
}
.form-calc-box .frm-field-inline.field-select {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}
.form-calc-box .frm-field-inline.field-button {
  margin-bottom: 30px;
  margin-top: 30px;
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.form-calc-box .js-btn-row-delete .btn-action-del {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 4px;
  width: 12px;
  height: 12px;
}
.form-calc-box .js-btn-row-delete .btn-action-del:before,
.form-calc-box .js-btn-row-delete .btn-action-del:after {
  background: #E31E24;
  -webkit-transition: background ease 0.2s;
  -o-transition: background ease 0.2s;
  transition: background ease 0.2s;
}
.form-calc-box .js-btn-row-delete:hover .btn-action-del:after,
.form-calc-box .js-btn-row-delete:hover .btn-action-del:before {
  background: #fff;
}
.form-calc-box .frm-select-button .sel-price {
  font-weight: 500;
}
.form-calc-box .btn,
.form-calc-box button,
.form-calc-box input[type="submit"] {
  width: 100%;
}
.form-calc-box .frm-row-pack:last-child {
  margin-bottom: -16px;
}
.form-calc-box .frm-row-pack .field-checks {
  margin-bottom: 30px;
}
.form-calc-box .frm-row-pack .field-pack {
  margin-bottom: 0;
}
.form-calc-box .frm-row-pack .field-buttons {
  margin-bottom: 0;
}
.form-calc-box .frm-row-pack .frm-select {
  display: block;
  margin-bottom: 25px;
}
.form-calc-box .frm-row-pack .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.form-calc-box .frm-row-pack .button-wrap {
  padding: 0 5px;
  margin-bottom: 10px;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.form-calc-box .frm-row-pack .link-wrap {
  font-size: 12px;
  line-height: 15px;
  padding-top: 8px;
  text-align: center;
  font-weight: 500;
}
.form-calc-box .frm-row-pack .frm-select-button {
  height: 45px;
}
.form-calc-box .frm-row-pack .frm-select-button label {
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0 10px;
  font-size: 10px;
}
.form-calc-box .frm-row-pack .pack-info {
  font-size: 12px;
  line-height: 14px;
  color: #161E26;
  text-align: left;
  padding: 23px 0 0 23px;
  background: url(../img/icons/ico-info.svg) 0 0 no-repeat;
  background-size: 38px auto;
  margin-bottom: 30px;
}
.full-page-map-box {
  display: none;
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 0;
  right: 0;
}
.form-calc-distance h1,
.form-calc-distance .main-title {
  margin-bottom: 55px;
}
.form-calc-distance .frm-row {
  max-width: 400px;
}
.form-calc-distance:first-child {
  margin-top: 0;
}
.form-calc-distance .frm-row-submit {
  margin-top: 35px;
}
.form-calc-distance .frm-row-submit .btn,
.form-calc-distance .frm-row-submit button,
.form-calc-distance .frm-row-submit input[type="submit"] {
  width: 100%;
  padding: 0 10px;
}
.form-calc-distance .result-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  white-space: nowrap;
  font-size: 12px;
  line-height: 15px;
  color: #161E26;
  text-align: left;
  padding: 5px 0 0 20px;
}
.form-calc-distance .result-wrap span,
.form-calc-distance .result-wrap b {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}
.form-calc-distance .frm-result-wrap {
  margin-top: 60px;
  background: #F5F9FC;
  position: relative;
  padding: 60px 0 60px 0;
}
.form-calc-distance .frm-result-wrap:before,
.form-calc-distance .frm-result-wrap:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #F5F9FC;
}
.form-calc-distance .frm-result-wrap:before {
  left: auto;
  right: 100%;
}
.form-calc-distance .r-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px 0;
  color: #161E26;
}
.form-calc-distance .r-val {
  font-size: 16px;
  line-height: 20px;
  color: #E31E24;
  margin-bottom: 33px;
  font-weight: 500;
}
.form-calc-distance .r-val:last-child {
  margin-bottom: 0;
}
.orbit-box {
  height: 600px;
  padding-top: 100px;
}
.orbit-box:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -400px;
  right: 0;
  background: url(../img/main/orbit.png) center 300px no-repeat;
  background-size: 1400px auto;
}
.orbit-box h1,
.orbit-box .main-title {
  margin-bottom: 70px;
  max-width: 400px;
  position: relative;
  z-index: 2;
}
.orbit-box .btn,
.orbit-box button,
.orbit-box input[type="submit"] {
  position: relative;
  z-index: 2;
}
.error-box {
  position: relative;
  min-height: 100%;
  height: 100%;
  height: 100vh;
  padding: 0 0 0 0;
  max-width: 1800px;
  margin: 0 auto;
}
.error-box .text-wrap {
  height: 186px;
  max-width: 760px;
}
.error-box .inner-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 130px;
  z-index: 2;
}
.error-box .links-wrap ul {
  margin: 0;
  overflow: hidden;
}
.error-box .links-wrap li {
  margin: 0 34px 10px 0;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  float: left;
}
.error-box .links-wrap li:before {
  display: none;
}
.error-box .links-wrap a {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}
.error-box .map-wrap {
  position: relative;
  line-height: 1;
  width: 1400px;
}
.error-box .map-wrap img {
  display: block;
  width: 100%;
  margin-left: -100px;
}
.main-article-box {
  margin-bottom: 100px;
}
.track-result-box {
  margin-bottom: 140px;
}
.track-result-box table {
  table-layout: fixed;
  min-width: 100%;
  margin-left: -4px;
}
.track-result-box table .col01 {
  width: 235px;
}
.track-result-box table .col02 {
  width: 124px;
}
.track-result-box table .col03 {
  width: 148px;
}
.track-result-box table .col04 {
  width: 220px;
}
.track-result-box table .col05 {
  width: 225px;
}
.track-result-box table th {
  font-size: 15px;
  line-height: 20px;
  vertical-align: middle;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
}
.track-result-box table td {
  font-size: 12px;
  line-height: 15px;
  text-align: left;
  font-weight: 400;
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
}
.track-result-box table td:first-child {
  font-size: 15px;
  line-height: 20px;
}
.track-result-box table td.td-price {
  font-size: 15px;
  line-height: 20px;
  color: #E31E24;
  font-weight: 500;
}
.rate-employees-box .item-wrap {
  margin-bottom: 60px;
}
.rate-employees-box .item-wrap:last-child {
  margin-bottom: 0;
}
.rate-employees-box .button-info {
  display: none;
  font-size: 12px;
  line-height: 15px;
  padding-top: 15px;
  color: #6A8BA3;
  position: absolute;
  top: 97px;
  right: 0;
  width: 205px;
}
.rate-employees-box .btn-employees {
  display: block;
  height: 50px;
  line-height: 52px;
  background: #E31E24;
  border: 1px solid #E31E24;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.rate-employees-box .btn-employees:hover {
  background: #F42B31;
  border-color: #F42B31;
  text-decoration: none;
}
.rate-employees-box .btn-employees:before {
  content: attr(data-open);
}
.rate-employees-box .btn-employees .button-icon {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  margin: -6px 0 0 70px;
}
.rate-employees-box .btn-employees .button-icon:after,
.rate-employees-box .btn-employees .button-icon:before {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.rate-employees-box .btn-employees .button-icon:before {
  -webkit-transform: -webkit-rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rate-employees-box .btn-employees.active {
  background: none;
  color: #E31E24;
}
.rate-employees-box .btn-employees.active:before {
  content: attr(data-close);
}
.rate-employees-box .btn-employees.active .button-icon:after {
  -webkit-transform: -webkit-rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #E31E24;
}
.rate-employees-box .btn-employees.active .button-icon:before {
  -webkit-transform: -webkit-rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  background: #E31E24;
}
.rate-employees-box .item-employee {
  margin-bottom: 8px;
}
.rate-employees-box .employees-block {
  display: none;
}
.rate-employees-box .form-representative-box {
  max-width: 594px;
  margin: 35px 0 0 0;
}
.rate-employees-box .form-representative-box .frm-row {
  max-width: 440px;
  margin-bottom: 10px;
}
.rate-employees-box .form-representative-box .frm-row-submit {
  margin-top: 0px;
}
.rate-employees-box .form-representative-box .small-title {
  margin-bottom: 25px;
}
.rate-employees-box .form-representative-box .frm-section.rates {
  margin-bottom: 50px;
}
.rate-employees-box .frm-rate-wrap {
  margin-bottom: 38px;
}
.rate-employees-box .frm-rate-wrap.main {
  margin-bottom: 25px;
}
.rate-employees-box .frm-rate-wrap.main .small-title {
  margin-bottom: 38px;
  color: #AFCBDB;
}
.rate-employees-box .frm-rate-wrap:last-child {
  margin-bottom: 0;
}
.rate-employees-box .frm-rate-wrap .small-title {
  margin: 0 0 32px 0;
}
.rate-employees-box .btn-rate {
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 12px 0 0;
}
.rate-employees-box .btn-rate:before {
  content: "";
  display: block;
  width: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(../img/icons/a09.svg) center no-repeat;
  background-size: 100% auto;
}
.rate-employees-box .btn-rate.active ~ .rates-wrap {
  display: block;
}
.rate-employees-box .frm-rates-wrap .rates-wrap {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
  padding-top: 50px;
  padding-bottom: 80px;
}
.rate-wrap-box {
  max-width: 893px;
  position: relative;
  margin-bottom: 80px;
}
.tabs-select-box {
  margin: 55px 0 60px 0;
  max-width: 440px;
}
.tabs-select-box ul,
.tabs-select-box li {
  margin: 0;
  padding: 0;
  position: relative;
}
.tabs-select-box ul:before,
.tabs-select-box li:before {
  display: none;
}
.tabs-select-box a {
  display: block;
  position: relative;
}
.tabs-select-box a.btn-tab {
  font-size: 15px;
  color: #161E26;
  text-decoration: none;
  padding: 16px 20px 0 0;
  height: 40px;
  line-height: 24px;
  border-bottom: 1px solid #7DA8C7;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tabs-select-box a.btn-tab:before {
  content: attr(data-title);
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #6A8BA3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.tabs-select-box a.btn-tab:after {
  content: "";
  display: block;
  width: 12px;
  height: 24px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/icons/a08.svg) center no-repeat;
  background-size: 100% auto;
}
.news-box {
  margin: 40px 0 80px 0;
}
.news-box .small-title {
  font-size: 15px;
  line-height: 20px;
  margin: 95px 0 15px 0;
}
.news-box .small-title:first-child {
  margin-top: 0;
}
.news-box .items-wrap {
  border-top: 1px solid #CBDCE8;
}
.news-box .item-wrap {
  border-bottom: 1px solid #CBDCE8;
}
.page-actions-box {
  background: #F5F9FC;
  padding: 75px 0 70px 0;
}
.page-actions-box .buttons-wrap {
  overflow: hidden;
  margin: 35px -25px 0 -25px;
}
.page-actions-box .button-wrap {
  margin: 0 0 20px 0;
  padding: 0 25px;
}
.speaking-slider-box {
  margin: 90px 0 110px 0;
  position: relative;
  clear: both;
}
.speaking-slider-box h2,
.speaking-slider-box .main-title {
  margin-bottom: 55px;
}
.speaking-slider-box .slider-wrap {
  position: relative;
  background: #F5F9FC;
  padding: 55px 22px;
}
.speaking-slider-box .slider-wrap:before {
  content: "";
  display: block;
  width: 42px;
  height: 20px;
  position: absolute;
  bottom: 55px;
  right: 20px;
  background: url(../img/icons/ico-touch.svg) center no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.speaking-slider-box .owl-nav {
  display: none;
}
.speaking-slider-box .owl-dots {
  line-height: 1;
  padding-top: 30px;
}
.speaking-slider-box .btn-action-next {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -75px;
  z-index: 9999;
}
.main-text-box + .footer {
  margin-top: 126px;
}
.main-text-box .text-att-wrap {
  position: relative;
  background: #F5F9FC;
  padding: 70px 0 85px 0;
  margin-bottom: 100px;
}
.main-text-box .text-att-wrap:before,
.main-text-box .text-att-wrap:after {
  content: "";
  display: block;
  width: 9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #F5F9FC;
}
.main-text-box .text-att-wrap:before {
  left: auto;
  right: 100%;
}
.main-text-box li {
  margin-bottom: 10px;
}
.fr-profit-box .sl-photo-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  max-height: 400px;
}
.fr-profit-box .sl-photo-wrap:before {
  content: "";
  display: block;
  padding-top: 68%;
}
.fr-profit-box .sl-text-wrap {
  height: 392px;
  padding: 25px 20px 20px 22px;
  font-size: 15px;
  line-height: 24px;
}
.fr-profit-box .sl-text-wrap .page-title {
  display: none;
  color: #161E26;
}
.fr-profit-box .sl-text {
  display: block;
  height: 246px;
  position: relative;
  overflow: hidden;
}
.fr-profit-box .sl-name {
  font-weight: 500;
  color: #161E26;
  margin-bottom: 18px;
}
.fr-profit-box p {
  margin-bottom: 12px;
}
.fr-profit-box p:last-child {
  margin-bottom: 0;
}
.fr-profit-box .page-title {
  margin: 0 0 30px 0;
}
.fr-profit-box .owl-nav {
  display: none;
}
.fr-profit-box .owl-dots {
  height: 20px;
  line-height: 20px;
  position: absolute;
  bottom: 32px;
  left: 22px;
  right: auto;
  float: left;
  white-space: nowrap;
  text-align: left;
}
.fr-profit-box .slider-wrap {
  position: relative;
  background: #F5F9FC;
}
.fr-profit-box .slider-wrap:before {
  content: "";
  display: block;
  width: 42px;
  height: 20px;
  position: absolute;
  bottom: 37px;
  right: 20px;
  background: url(../img/icons/ico-touch.svg) center no-repeat;
  background-size: 100% auto;
  z-index: 3;
}
.fr-profit-box .sl-item {
  position: relative;
  overflow: hidden;
}
.variants-box {
  margin-bottom: 95px;
}
.variants-box h1,
.variants-box .main-title,
.variants-box .page-title {
  margin-bottom: 53px;
}
.variants-box .items-wrap {
  border-top: 1px solid #CBDCE8;
  max-width: 593px;
}
.variants-box .button-wrap {
  margin-left: -20px;
  margin-right: -20px;
}
.variants-box .item-text-toggle .text-toggle-block {
  padding: 25px 20px 50px 20px;
}
.variants-box h3,
.variants-box .small-title {
  margin-top: 20px;
  margin-bottom: 30px;
}
.variants-box li {
  margin-bottom: 12px;
}
.wrap-main .main-scheme-box {
  min-height: 100vh;
}
.main-scheme-box {
  padding: 50px 0 20px 0;
  background: url(../img/main/map.svg) right center no-repeat;
  background-size: auto 90%;
}
.main-scheme-box + .page {
  margin-top: 100px;
}
.main-scheme-box h1,
.main-scheme-box .main-title {
  margin-bottom: 0;
}
.main-scheme-box h1 + p,
.main-scheme-box .main-title + p {
  margin-top: 20px;
}
.main-scheme-box .items-wrap {
  margin-top: 50px;
}
.main-scheme-box .item-wrap {
  margin-bottom: 36px;
}
.discount-box {
  display: block;
  position: relative;
  background: #F5F9FC;
  padding: 35px 20px 35px 66px;
  overflow: hidden;
  font-size: 12px;
  line-height: 32px;
  min-height: 102px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #161E26;
}
.discount-box .discount-title {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  width: 100%;
}
.discount-box .elm-discount {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -18px;
}
.wrap-main .main-delivery-box {
  min-height: 100vh;
}
.main-delivery-box {
  padding: 85px 0 65px 0;
}
.main-delivery-box .couriers-box {
  margin-bottom: 0;
}
.main-delivery-box .discount-box {
  margin: 65px -20px -65px -20px;
}
.page-map-box {
  height: 667px;
  min-height: calc(100vh - 66px);
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-bottom: 50px;
}
.page-map-box .frm-map-search {
  position: absolute;
  z-index: 5;
  top: 22px;
  left: 20px;
  right: 20px;
}
.page-map-box .elm-map-popup {
  position: absolute;
  top: 250px;
  left: 50%;
  margin-left: -115px;
  z-index: 4;
}
.page-map-box .locations-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 2;
}
.page-map-box .locations-wrap .elm-location {
  margin: 30px;
}
.page-map-box .locations-wrap .elm-location:first-child {
  margin-top: 100px;
}
.main-popup-box {
  width: 798px;
  background: #fff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 40px;
  -webkit-box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  font-size: 12px;
  line-height: 15px;
  color: #6A8BA3;
  text-align: left;
  padding: 22px 170px 22px 142px;
  min-height: 90px;
}
.main-popup-box .popup-ico {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 45px;
  left: 40px;
  margin-top: -35px;
}
.main-popup-box .popup-ico img {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.main-popup-box .popup-button {
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -18px;
  line-height: 1;
  width: 106px;
}
.main-popup-box .popup-button .btn,
.main-popup-box .popup-button button,
.main-popup-box .popup-button input[type="submit"] {
  width: 100%;
  padding: 0 5px;
  height: 35px;
  line-height: 38px;
  font-size: 10px;
  text-transform: uppercase;
  min-width: 0;
}
.main-popup-box .popup-button .btn.btn-border,
.main-popup-box .popup-button button.btn-border,
.main-popup-box .popup-button input[type="submit"].btn-border {
  line-height: 36px;
}
.main-popup-box p {
  margin: 0;
}
.main-box {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  z-index: 2;
  color: #fff;
}
.main-box .btn-action-discount {
  position: absolute;
  bottom: 80px;
  right: 40px;
}
.main-box.active:before {
  -webkit-transform: scale(1.05) rotate(2deg);
  -ms-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
}
.main-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.main-box:before {
  position: absolute;
  top: -200px;
  bottom: -200px;
  left: -200px;
  right: -200px;
  content: "";
  display: block;
  -webkit-transition: -webkit-transform ease 8s;
  transition: -webkit-transform ease 8s;
  -o-transition: transform ease 8s;
  transition: transform ease 8s;
  transition: transform ease 8s, -webkit-transform ease 8s;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-box.bg01:before {
  background-image: url(../img/main/main-bg01.jpg);
}
.main-box.bg02:before {
  background-image: url(../img/main/main-bg02.jpg);
}
.main-box.bg03:before {
  background-image: url(../img/main/main-bg03.jpg);
}
.main-box.bg04:before {
  background-image: url(../img/main/main-bg04.jpg);
}
.main-box.bg05:before {
  background-image: url(../img/main/main-bg05.jpg);
}
.main-box.bg06:before {
  background-image: url(../img/main/main-bg06.jpg);
}
.main-box.bg07:before {
  background-image: url(../img/main/main-bg07.jpg);
}
.main-box.bg08:before {
  background-image: url(../img/main/main-bg08.jpg);
}
.main-box.bg09:before {
  background-image: url(../img/main/main-bg09.jpg);
}
.main-box.bg10:before {
  background-image: url(../img/main/main-bg10.jpg);
}
.main-box.inner {
  min-height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.main-box.inner .inner-wrap {
  padding-top: 100px;
  padding-bottom: 800px;
  min-height: 0;
}
.main-box.dark-text {
  color: #161E26;
}
.main-box.dark-text .main-box-title {
  color: #161E26;
}
.main-box.dark-text .total-wrap {
  color: #161E26;
}
.main-box .map-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-box .main-tabs-wrap {
  width: 335px;
  margin-top: 32px;
}
.main-box .main-box-title {
  display: block;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 7px;
  font-weight: 500;
  margin-top: 0;
  text-align: left;
  color: #fff;
}
.main-box .form-step-wrap {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.main-box .form-step-wrap.active {
  display: block;
}
.main-box .inner-wrap {
  padding-top: 82px;
  padding-bottom: 80px;
  min-height: 100vh;
  z-index: 2;
}
.main-box .form-wrap {
  background: #fff;
  -webkit-box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  padding: 20px 20px 8px 20px;
  position: relative;
  z-index: 2;
}
.main-box .frm-row-submit {
  margin: 0;
  overflow: hidden;
}
.main-box .frm-row {
  margin: 0 -15px;
}
.main-box .frm-field {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.main-box .frm-field.full {
  width: 100%;
}
.main-box .frm-row-size {
  margin-top: -5px;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  font-size: 0;
}
.main-box .frm-row-size > label {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  color: #6A8BA3;
}
.main-box .frm-row-size {
  clear: both;
}
.main-box .frm-select-ico {
  display: inline-block;
  vertical-align: top;
  width: 19.99%;
  margin-bottom: 15px;
}
.main-box .frm-field {
  margin-bottom: 23px;
  margin-top: 23px;
}
.main-box .frm-field > label {
  display: block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
  color: #6A8BA3;
}
.main-box .text-wrap {
  max-width: 500px;
}
.main-box .total-wrap {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
}
.main-box .total-wrap .title {
  display: inline;
  margin-right: 20px;
}
.main-box .total-wrap .total {
  display: inline;
  font-size: 18px;
  font-weight: 500;
}
.main-box p {
  margin: 0;
}
.main-box .btn-action-ico.location {
  display: none;
  float: left;
  height: 30px;
  line-height: 30px;
  padding: 0 12px 0 33px;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  background: #161E26;
  white-space: nowrap;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: auto;
}
.main-box .btn-action-ico.location:hover {
  background: #384048;
  text-decoration: none;
}
.main-box .btn-action-ico.location:before {
  width: 30px;
  height: 30px;
  left: 0;
  right: auto;
  background-image: url(../img/icons/ico-location-light.svg);
}
.main-box .btn,
.main-box button,
.main-box input[type="submit"] {
  width: 100%;
}
.main-tabs-box {
  margin: 0 0 0 0;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
  box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
}
.main-tabs-box ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.main-tabs-box li {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
}
.main-tabs-box li:before {
  display: none;
}
.main-tabs-box a {
  display: block;
  height: 45px;
  background: #F1F5F8;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #161E26;
  text-decoration: none;
  line-height: 45px;
  position: relative;
  overflow: hidden;
}
.main-tabs-box a:hover,
.main-tabs-box a.active {
  text-decoration: none;
  background: #fff;
}
.details-box {
  margin: 35px 0 90px 0;
  max-width: 593px;
}
.details-box p {
  margin-bottom: 5px;
}
.details-box p:last-child {
  margin-bottom: 0;
}
.details-box .items-wrap {
  border-top: 1px solid #CBDCE8;
}
.documents-box {
  margin-bottom: 80px;
  max-width: 593px;
}
.documents-box .document-wrap {
  margin-bottom: 30px;
  padding-left: 20px;
}
.documents-box .item-wrap .document-wrap {
  margin-bottom: 18px;
  padding-left: 0;
}
.documents-box .item-wrap .document-wrap:last-child {
  margin-bottom: 0;
}
.documents-box h3,
.documents-box .small-title {
  margin-top: 35px;
  margin-bottom: 20px;
}
.documents-box .items-wrap {
  border-top: 1px solid #CBDCE8;
}
.main-map-box {
  position: relative;
  height: 667px;
  margin-bottom: 95px;
  overflow: hidden;
  background: #ccc;
}
.main-map-box .elm-location-logo {
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: -15px;
}
.main-map-box .map-popup {
  display: block;
  width: 290px;
  background: #161E26;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  padding: 25px 28px 28px 28px;
  margin: 0 auto;
  position: absolute;
  top: 258px;
  left: 0;
  right: 0;
}
.main-map-box .map-popup:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  line-height: 1;
  border: 2px solid rgba(0, 0, 0, 0);
  border-top-color: #161E26;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -2px;
}
.main-map-box .map-popup p {
  margin-bottom: 4px;
}
.main-map-box .map-popup p:last-child {
  margin-bottom: 0;
}
.main-map-box .map-popup .map-popup-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
  color: #fff;
}
.wrap:not(.footer-clear) .page ~ .page .contacts-box:last-child {
  margin-bottom: 260px;
}
.contacts-box {
  margin: 50px 0 75px 0;
}
.contacts-box.last {
  margin-bottom: 150px;
}
.contacts-box:first-child {
  margin-bottom: 0;
}
.contacts-box .items-wrap {
  font-size: 0;
  margin: 0 -15px;
}
.contacts-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 23px;
  width: 100%;
}
.packs-box {
  margin: 70px 0 20px 0;
}
.packs-box:first-child {
  margin-top: 0;
}
.packs-box .item-wrap {
  margin-bottom: 130px;
}
.packs-box + h1,
.packs-box + .main-title {
  margin-top: 0;
}
.form-representative-box {
  margin: 55px 0 90px 0;
}
.form-representative-box:last-child {
  margin-bottom: 256px;
}
.form-representative-box .frm-row-submit {
  margin-top: 30px;
}
.form-representative-box .frm-row-submit .frm-select {
  margin-bottom: 35px;
}
.form-representative-box .btn,
.form-representative-box button,
.form-representative-box input[type="submit"] {
  width: 100%;
  padding: 0 20px;
}
.form-representative-box .small-title {
  margin: 0 0 30px 0;
}
.form-help-box {
  max-width: 293px;
  margin: 55px 0 90px 0;
}
.form-help-box:last-child {
  margin-bottom: 260px;
}
.form-help-box .btn,
.form-help-box button,
.form-help-box input[type="submit"] {
  min-width: 100%;
  width: 100%;
  padding: 0 10px;
}
.form-help-box .frm-row-submit {
  margin-top: 17px;
}
.form-vacantion-box {
  margin: 55px 0 90px 0;
}
.form-vacantion-box:last-child {
  margin-bottom: 256px;
}
.form-vacantion-box .frm-row-file {
  padding-top: 5px;
  margin-bottom: 20px;
}
.form-vacantion-box .frm-row-submit {
  margin-top: 30px;
}
.form-vacantion-box .frm-row-submit .frm-select {
  margin-bottom: 35px;
}
.form-vacantion-box .frm-row-attach {
  margin-top: -13px;
  margin-bottom: 22px;
}
.form-vacantion-box .btn,
.form-vacantion-box button,
.form-vacantion-box input[type="submit"] {
  width: 100%;
  padding: 0 20px;
}
.att-box {
  margin: 40px 0;
  background: #F5F9FC;
  padding: 20px;
}
.vacantions-box {
  margin: 75px 0 80px 0;
  max-width: 593px;
}
.vacantions-box .items-wrap {
  border-top: 1px solid #CBDCE8;
}
.vacantions-box .item-text-toggle .text-toggle-block {
  padding-left: 20px;
  padding-bottom: 60px;
}
.vacantions-box li {
  margin-bottom: 12px;
}
.vacantions-box li:last-child {
  margin-bottom: 0;
}
.vacantions-box h3,
.vacantions-box .small-title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.vacantions-box h3:first-child,
.vacantions-box .small-title:first-child {
  margin-top: 0;
}
.vacantions-box .button-wrap {
  margin-top: 40px;
  margin-left: -20px;
}
.vacantions-box .att-box {
  font-weight: bold;
  color: #161E26;
  margin-top: 32px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 35px;
}
.vacantions-box .att-box ul {
  margin: 0;
}
.vacantions-box .att-box li {
  margin-bottom: 10px;
}
.vacantions-box .att-box li:last-child {
  margin-bottom: 0;
}
.faq-box {
  margin: 50px 0 80px 0;
  max-width: 593px;
}
.faq-box .items-wrap {
  border-top: 1px solid #CBDCE8;
}
.departures-box {
  display: none;
  padding: 0 0 0 235px;
  overflow: hidden;
  width: 1050px;
  margin: 40px 0 90px 0;
}
.departures-box .departures-wrap {
  display: none;
  -webkit-animation: fadein ease 0.2s;
  animation: fadein ease 0.2s;
}
.departures-box .departures-wrap.active {
  display: block;
}
.departures-box .items-wrap {
  float: right;
  width: 100%;
  font-size: 0;
}
.departures-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  width: 24.99%;
  margin-bottom: 40px;
}
.departures-box .slider-wrap {
  width: 125px;
  float: left;
  margin: 0 0 0 -235px;
  position: relative;
}
.departures-box .sl-item {
  height: 140px;
  line-height: 160px;
  position: relative;
  overflow: hidden;
  text-align: center;
  font-size: 90px;
  font-weight: 500;
  color: #161E26;
}
.departures-box .slider-title {
  font-size: 15px;
  line-height: 20px;
  display: block;
  border-top: 1px solid #7DA8C7;
  padding-top: 10px;
  text-align: center;
  color: #161E26;
  font-weight: 500;
}
.departures-box .slider-title span {
  display: block;
  margin: 0 -10px;
}
.departures-box .owl-prev,
.departures-box .owl-next {
  display: block;
  position: absolute;
  top: 72px;
  left: -16px;
  margin-top: -20px;
}
.departures-box .owl-next {
  left: auto;
  right: -16px;
}
.departures-box .owl-dots {
  display: none;
}
.departures-box .item-departure {
  margin: 0;
}
.departures-box h1,
.departures-box h2,
.departures-box .main-title {
  margin: 0 0 40px -235px;
}
.couriers-box .items-wrap {
  font-size: 0;
  margin: 0 -12px;
  margin-top: 55px;
}
.couriers-box .items-wrap:first-child {
  margin-top: 0;
}
.couriers-box .item-wrap {
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  width: 100%;
  margin-top: -1px;
}
.couriers-box .item-wrap:first-child {
  margin-top: 0;
}
.breadcrumbs-box {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 13px;
  color: #8EA8D0;
  overflow: hidden;
  position: relative;
}
.breadcrumbs-box + h1,
.breadcrumbs-box + h2,
.breadcrumbs-box + .main-title {
  margin-top: 0;
}
.breadcrumbs-box a {
  color: #6A8BA3;
}
.article-box {
  margin-bottom: 80px;
}
.send-box {
  padding: 65px 0 67px 0;
  margin: 100px 0 95px 0;
}
.send-box h1,
.send-box .main-title,
.send-box h2,
.send-box .second-title {
  margin-bottom: 8px;
}
.send-box .btn,
.send-box button,
.send-box input[type="submit"] {
  margin-top: 30px;
}
.send-box p {
  margin: 0;
}
.features-box {
  margin: 50px 0 100px 0;
}
.features-box .items-wrap {
  font-size: 0;
  margin: 0 -11px;
}
.features-box .item-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  width: 100%;
  line-height: 1;
}
.insurance-box {
  margin: 55px 0;
  margin-top: 55px;
  margin-bottom: 55px;
  max-width: 650px;
}
.insurance-box table {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-left: -4px;
}
.insurance-box table th {
  font-size: 15px;
  line-height: 20px;
  white-space: nowrap;
}
.insurance-box table td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: top;
}
.insurance-box table tbody td {
  background: #F5F9FC;
}
.insurance-box table tbody tr:nth-child(2n) td {
  background: #fff;
}
.insurance-box .ins-title,
.insurance-box .ins-price {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  min-height: 20px;
}
.insurance-box .ins-title:last-child,
.insurance-box .ins-price:last-child {
  margin-bottom: 0;
}
.insurance-box .ins-info {
  display: block;
  min-height: 30px;
  margin-bottom: 10px;
}
.insurance-box .ins-info:last-child {
  margin-bottom: 0;
}
.insurance-box .ins-info-total {
  display: none;
  padding-top: 5px;
  color: #E31E24;
  font-weight: 500;
}
.insurance-box .ins-price {
  line-height: 30px;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #E31E24;
}
.shedule-box {
  margin-top: 55px;
  margin-bottom: 55px;
}
.shedule-box table {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-left: -4px;
}
.shedule-box table th {
  font-size: 15px;
  line-height: 20px;
}
.shedule-box table td {
  padding-top: 35px;
  padding-bottom: 35px;
}
.shedule-box table tbody td {
  background: #F5F9FC;
}
.shedule-box table tbody tr:nth-child(2n) td {
  background: #fff;
}
.shedule-box .sh-title {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.shedule-box .sh-title:last-child {
  margin-bottom: 0;
}
.simple-tipsy {
  z-index: 999;
  position:absolute;
  left:-2000px;
  background:#FFF;
  padding:5px;
  border:1px solid #E31E24;
  width:auto;
  max-width: 320px;
  opacity: 1 !important;
}
.simple-tipsy p {
  margin:0;
  color:#000;
  padding:2px 7px;
  font-size: 12px;
}
@media (max-width: 767px) {
  h2.GetSigKey__key,
  .GetSigKey__key {
    font-size: 16px;
  }
  .card-box .form-wrap {
    width: 335px;
  }
  .card-box .form-wrap .date {
    width: 115px;
    float: left;
    margin: 0 82px 0 0;
    position: relative;
  }
  .card-box .form-wrap .date:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #7DA8C7;
    opacity: 0.85;
    position: absolute;
    bottom: 6px;
    left: 35px;
    -webkit-transform: -webkit-rotate(10deg);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-left: -8px;
  }
  .card-box .form-wrap .date input[type="text"],
  .card-box .form-wrap .date input[type="number"] {
    width: 35px;
    margin-right: 0;
  }
  .card-box .form-wrap .cvc {
    float: left;
    width: 50px;
  }
  .card-box .form-wrap .cvc input[type="text"],
  .card-box .form-wrap .cvc input[type="number"] {
    width: 100%;
    margin: 0;
  }
  .card-box .frm-row {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .card-box .frm-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .card-box .frm-field {
    width: 100%;
    padding: 0 0 4px 0;
    margin: 0;
    border-bottom: 1px solid #7DA8C7;
  }
  .card-box .frm-field > label {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #6A8BA3;
    margin-bottom: 2px;
  }
  .card-box .frm-field input[type="text"],
  .card-box .frm-field input[type="number"] {
    width: 50px;
    float: left;
    display: block;
    height: 20px;
    border: none;
    padding: 0;
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    color: #161E26;
    margin: 0 5px 0 0;
  }
  .card-box .frm-field [placeholder]::-webkit-input-placeholder {
    color: #AFCBDB;
  }
  .card-box .frm-field [placeholder]:-moz-placeholder {
    color: #AFCBDB;
  }
  .card-box .frm-field [placeholder]::-moz-placeholder {
    color: #AFCBDB;
  }
  .card-box .frm-field [placeholder]:-ms-input-placeholder {
    color: #AFCBDB;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .shedule-box {
    margin-top: 50px;
  }
  .shedule-box table {
    min-width: 100%;
    margin-left: 0;
  }
  .shedule-box table thead {
    white-space: nowrap;
  }
  .insurance-box {
    margin-top: 50px;
  }
  .insurance-box table {
    min-width: 100%;
    margin-left: 0;
  }
  .insurance-box table thead {
    white-space: nowrap;
  }
}
@media (max-width: 1023px) {
  .main-popup-box {
    width: auto;
    left: 40px;
  }
  .form-calc-box .frm-select-button label {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .tabs-select-box {
    position: relative;
  }
  .tabs-select-box .select-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
    -webkit-box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
    box-shadow: 4px 4px 20px rgba(185, 194, 217, 0.2);
    font-size: 15px;
    line-height: 24px;
    padding: 0 7px;
  }
  .tabs-select-box .select-block a {
    display: block;
    color: #6A8BA3;
    text-decoration: none;
    padding: 8px 0;
    color: #161E26;
  }
  .tabs-select-box .select-block a:hover,
  .tabs-select-box .select-block a.active {
    color: #E31E24;
  }
  .tabs-select-box li {
    border-bottom: 1px solid #F5F9FC;
  }
  .tabs-select-box li:last-child {
    border-bottom: none;
  }
  .insurance-box table {
    min-width: 100%;
  }
  .shedule-box {
    margin-top: 50px;
    margin-bottom: 130px;
  }
  .shedule-box table {
    min-width: 100%;
  }
  .shedule-box table thead {
    display: none;
  }
  .shedule-box table tbody,
  .shedule-box table tr,
  .shedule-box table td,
  .shedule-box table th {
    display: block;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    width: 100%\9;
    float: left\9;
    position: relative;
    overflow: hidden;
  }
  .shedule-box table td {
    padding: 12px 16px 7px 16px;
  }
  .shedule-box table td:first-child {
    padding-top: 35px;
  }
  .shedule-box table td:last-child {
    padding-bottom: 35px;
  }
  .shedule-box table td[data-title]:before {
    content: attr(data-title);
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #E31E24;
  }
  .shedule-box table tr.tr-empty td {
    display: none;
  }
  .shedule-box table tr.tr-empty td:first-child {
    display: block;
    height: 22px;
  }
}
@media (max-width: 639px) {
  .main-popup-box {
    padding: 20px;
    left: 0;
    right: 0;
    min-height: 0;
  }
  .main-popup-box .popup-ico {
    display: none;
  }
  .main-popup-box .popup-button {
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 0 0;
    position: static;
  }
  .insurance-box table th {
    white-space: normal;
  }
  .insurance-box table th,
  .insurance-box table td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .insurance-box table th:last-child,
  .insurance-box table td:last-child {
    width: 0;
    display: none;
    padding: 0;
    height: 0;
    min-width: 0;
  }
  .insurance-box table th:last-child *,
  .insurance-box table td:last-child * {
    display: none;
  }
  .insurance-box .ins-info-total {
    display: block;
  }
}
@media (max-width: 479px) {
  h2.GetSigKey__key,
  .GetSigKey__key {
    font-size: 12px;
  }
}
@media (min-width: 480px) {
  .rate-employees-box .form-representative-box {
    max-width: 563px;
  }
  .rate-employees-box .form-representative-box .frm-row {
    margin-left: 0;
    margin-right: -10px;
    max-width: inherit;
  }
  .rate-employees-box .form-representative-box .frm-row.buttons {
    max-width: 450px;
  }
  .rate-employees-box .form-representative-box .frm-field {
    padding: 0 10px 0 0;
  }
  .rate-employees-box .form-representative-box .frm-field.third {
    width: 33.33%;
  }
  .rate-employees-box .form-representative-box .frm-row-submit .btn,
  .rate-employees-box .form-representative-box .frm-row-submit button,
  .rate-employees-box .form-representative-box .frm-row-submit input[type="submit"] {
    width: auto;
    padding: 0 50px;
  }
  .form-help-box {
    margin-bottom: 140px;
  }
  .form-representative-box {
    max-width: 440px;
    margin-bottom: 140px;
  }
  .form-representative-box + .track-result-box {
    margin-top: -30px;
  }
  .form-representative-box .frm-field {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .form-representative-box .frm-field.full {
    width: 100%;
  }
  .form-representative-box .frm-row {
    margin: 0 -15px;
  }
  .form-representative-box .frm-row.main-buttons .frm-field {
    width: 100%;
  }
  .form-representative-box .frm-field-text {
    padding-top: 25px;
  }
  .form-representative-box .frm-field + .frm-field .frm-field-link:first-child {
    padding-top: 20px;
  }
  .form-vacantion-box {
    max-width: 440px;
    margin-bottom: 140px;
  }
  .form-vacantion-box .frm-field {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .form-vacantion-box .frm-field.full {
    width: 100%;
  }
  .form-vacantion-box .frm-row-attach {
    margin-top: 0;
    position: relative;
    top: -15px;
    margin-bottom: -10px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
  }
  .form-vacantion-box .frm-row {
    margin: 0 -15px;
  }
  .contacts-box .item-wrap {
    width: 49.99%;
  }
}
@media (min-width: 640px) {
  .gallery-box .item-wrap.item01 .item-gallery,
  .gallery-box .item-wrap.item02 .item-gallery {
    height: 300px;
  }
  .gallery-box .item-wrap.item03 .item-gallery,
  .gallery-box .item-wrap.item05 .item-gallery {
    height: 220px;
  }
  .form-representative-box .frm-row-checks {
    margin-right: -180px;
  }
  .contacts-box .item-wrap {
    width: 33.32%;
  }
  .partners-box .items-wrap {
    margin: 0 -12px;
  }
  .partners-box .item-wrap {
    padding: 0 12px;
    margin-bottom: 40px;
    width: 33.333%;
  }
  .teams-box .items-wrap {
    margin: 0 -12px;
  }
  .teams-box .item-wrap {
    padding: 0 12px;
    margin-bottom: 40px;
    width: 33.32%;
  }
}
@media (min-width: 768px) {
  .gallery-box {
    margin-bottom: 120px;
  }
  .gallery-box .items-wrap {
    margin: 0 -10px;
  }
  .gallery-box .inner-items-wrap {
    width: 62%;
    float: left;
  }
  .gallery-box .item-wrap {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .gallery-box .item-wrap.item04 {
    width: 38%;
    display: block;
  }
  .gallery-box .item-wrap.item04 .item-gallery {
    height: 494px;
  }
  .gallery-box .item-wrap.item01 .item-gallery {
    height: 292px;
  }
  .gallery-box .item-wrap .item02 .item-gallery {
    height: 292px;
  }
  .gallery-box .item-wrap.item03 .item-gallery {
    height: 174px;
  }
  .gallery-box .item-wrap.item05 .item-gallery {
    height: 316px;
  }
  .gallery-box .item-wrap.item01 {
    width: 42%;
  }
  .gallery-box .item-wrap.item02 {
    width: 58%;
  }
  .form-page-box {
    margin-bottom: 240px;
  }
  .card-box {
    margin-top: 65px;
  }
  .card-box .elm-card {
    display: none;
  }
  .card-box .form-wrap {
    width: 467px;
    border-radius: 5px;
    background: #F5F9FC;
    -webkit-box-shadow: 2px 2px 5px rgba(98, 132, 182, 0.15);
    box-shadow: 2px 2px 5px rgba(98, 132, 182, 0.15);
    padding: 45px 20px 30px 52px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #161E26;
  }
  .card-box .frm-row {
    margin-bottom: 55px;
    overflow: hidden;
  }
  .card-box .frm-row:last-child {
    margin-bottom: 0;
  }
  .card-box .frm-row-submit {
    width: 240px;
  }
  .card-box .frm-row-submit .btn,
  .card-box .frm-row-submit button,
  .card-box .frm-row-submit input[type="submit"] {
    padding: 0 10px;
    min-width: 100%;
  }
  .card-box .button-info {
    font-size: 10px;
    line-height: 13px;
    padding-top: 8px;
    text-align: left;
  }
  .card-box .frm-field {
    width: 100%;
    float: left;
    margin: 0;
  }
  .card-box .frm-field > label {
    display: block;
    margin: 0 0 7px 0;
  }
  .card-box .date {
    width: 140px;
    margin: 0 50px 0 0;
    position: relative;
  }
  .card-box .date:before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    opacity: 0.85;
    position: absolute;
    bottom: 0;
    left: 50px;
    background: #7DA8C7;
    -webkit-transform: -webkit-rotate(10deg);
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  .card-box .date .frm-field-input-card input,
  .card-box .date .frm-field-input-card textarea {
    width: 35px;
    margin-right: 32px;
    float: left;
  }
  .card-box .cvc {
    width: 55px;
    margin: 0 0 0 0;
  }
  .card-box .cvc .frm-field-input-card input,
  .card-box .cvc .frm-field-input-card textarea {
    width: 55px;
    margin-right: 0;
    float: left;
  }
  .card-box .frm-field-input-card {
    overflow: hidden;
  }
  .card-box .frm-field-input-card input,
  .card-box .frm-field-input-card textarea {
    width: 75px;
    float: left;
    margin: 0 20px 0 0;
    font-size: 26px;
    height: 32px;
    background: none;
    padding: 0;
    text-align: left;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    font-weight: 300;
    border-bottom: 1px solid #7DA8C7;
  }
  .card-box .frm-field-input-card [placeholder]::-webkit-input-placeholder {
    color: #AFCBDB;
  }
  .card-box .frm-field-input-card [placeholder]:-moz-placeholder {
    color: #AFCBDB;
  }
  .card-box .frm-field-input-card [placeholder]::-moz-placeholder {
    color: #AFCBDB;
  }
  .card-box .frm-field-input-card [placeholder]:-ms-input-placeholder {
    color: #AFCBDB;
  }
  .text-box:last-child {
    margin-bottom: 200px;
  }
  .main-pic-box {
    background: none;
  }
  .main-pic-box img {
    display: block;
    position: static;
    display: block !important;
    width: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .main-pic-box:before {
    display: none;
  }
  .rate-employees-box {
    padding-top: 20px;
  }
  .rate-employees-box .item-wrap {
    border-bottom: 1px solid #AFCBDB;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .rate-employees-box .employees-block {
    padding-bottom: 40px;
  }
  .rate-employees-box .btn-employees {
    height: 45px;
    line-height: 47px;
    font-size: 14px;
    position: absolute;
    z-index: 3;
    top: 52px;
    right: 0;
    width: 205px;
    cursor: pointer;
  }
  .rate-employees-box .item-employee {
    margin-bottom: 0;
  }
  .rate-employees-box .button-info {
    display: block;
  }
  .rate-employees-box .form-representative-box {
    margin-top: 55px;
  }
  .rate-employees-box .form-representative-box .frm-row.buttons {
    padding-top: 8px;
  }
  .rate-employees-box .form-representative-box .frm-section {
    margin-bottom: 15px;
  }
  .rate-employees-box .form-representative-box .frm-section.rates {
    width: 594px;
  }
  .rate-employees-box .frm-rate-wrap .small-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .rate-employees-box .frm-rate-wrap.main {
    margin-bottom: 35px;
  }
  .rate-employees-box .frm-rate-wrap.main .small-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .rate-employees-box .frm-rates-wrap .rates-wrap {
    padding-top: 32px;
    padding-bottom: 35px;
  }
  .rate-employees-box .frm-rates-wrap .frm-rate-wrap {
    margin-bottom: 40px;
  }
  .rate-employees-box .frm-rates-wrap .frm-rate-wrap:last-child {
    margin-bottom: 0;
  }
  .rate-employees-box .btn-rate {
    font-size: 10px;
  }
  .rate-employees-box .btn-rate:before {
    top: -4px;
  }
  .rate-wrap-box {
    margin-bottom: 140px;
  }
  .rate-company-box {
    padding-top: 55px;
  }
  .tabs-select-box {
    margin-bottom: 0;
    margin-top: 65px;
    max-width: 893px;
    height: 40px;
    overflow: hidden;
  }
  .tabs-select-box ul {
    border-bottom: 1px solid #AFCBDB;
    height: 40px;
  }
  .tabs-select-box li {
    float: left;
  }
  .tabs-select-box li:first-child a {
    padding-left: 0;
  }
  .tabs-select-box a {
    padding: 0 35px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #6A8BA3;
    text-decoration: none;
  }
  .tabs-select-box a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #E31E24;
    opacity: 0;
    -webkit-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
  }
  .tabs-select-box a.btn-tab {
    display: none;
  }
  .tabs-select-box a:hover,
  .tabs-select-box a.active {
    color: #E31E24;
    text-decoration: none;
  }
  .tabs-select-box a.active {
    font-weight: 500;
  }
  .tabs-select-box a.active:before {
    opacity: 1;
  }
  .tabs-select-box a .text-mobile {
    display: none;
  }
  .page-actions-box .button-wrap {
    float: left;
  }
  .main-offices-box .slider-wrap {
    padding-bottom: 0;
  }
  .main-offices-box .slider-wrap:before {
    display: none;
  }
  .main-offices-box .slider-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    background: #F5F9FC;
  }
  .main-offices-box .owl-dots {
    display: none;
  }
  .main-offices-box .owl-nav {
    display: block;
  }
  .main-offices-box .owl-prev {
    display: none;
  }
  .main-offices-box .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -75px;
    width: 80px;
    height: 150px;
    background: rgba(106, 139, 163, 0.5);
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border-radius: 0;
  }
  .main-offices-box .owl-next:hover {
    background: rgba(106, 139, 163, 0.8);
  }
  .main-offices-box .owl-next:before {
    background-image: url(../img/icons/a07.svg);
    background-size: 20px auto;
  }
  .fr-profit-box {
    margin-bottom: 40px;
  }
  .fr-profit-box .page-title {
    display: none;
  }
  .fr-profit-box .slider-wrap:before {
    display: none;
  }
  .fr-profit-box .slider-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 9999px;
    background: #F5F9FC;
  }
  .fr-profit-box .sl-item {
    position: relative;
  }
  .fr-profit-box .sl-text-wrap {
    width: 400px;
    margin: 0;
    height: 600px;
    padding: 40px 20px;
  }
  .fr-profit-box .sl-text-wrap .page-title {
    display: block;
    font-weight: 500;
  }
  .fr-profit-box .sl-photo-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 400px;
    max-height: 100%;
  }
  .fr-profit-box .sl-name {
    margin-bottom: 28px;
  }
  .fr-profit-box .owl-nav {
    display: block;
  }
  .fr-profit-box .owl-prev {
    display: none;
  }
  .fr-profit-box .owl-next {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -75px;
    width: 80px;
    height: 150px;
    background: rgba(106, 139, 163, 0.5);
    -webkit-transition: background ease 0.2s;
    -o-transition: background ease 0.2s;
    transition: background ease 0.2s;
    border-radius: 0;
  }
  .fr-profit-box .owl-next:hover {
    background: rgba(106, 139, 163, 0.8);
  }
  .fr-profit-box .owl-next:before {
    background-image: url(../img/icons/a07.svg);
    background-size: 20px auto;
  }
  .main-scheme-box .items-wrap {
    padding-left: 300px;
    position: relative;
  }
  .main-scheme-box .item-wrap.main {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
  }
  .main-box.inner .inner-wrap {
    padding-top: 180px;
    padding-bottom: 198px;
  }
  .main-box.dark-text .main-tabs-box a {
    color: #161E26;
  }
  .main-box .main-tabs-wrap {
    position: relative;
  }
  .main-box .main-tabs-box {
    position: absolute;
    width: 300px;
    float: left;
    top: 0;
    left: 100%;
    height: auto;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .main-box .main-tabs-box ul {
    width: 100%;
    padding-top: 42px;
  }
  .main-box .main-tabs-box li {
    width: 100%;
    float: none;
    overflow: hidden;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
  }
  .main-box .main-tabs-box a {
    display: block;
    height: auto;
    background: none;
    padding: 4px 20px 4px 15px;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    float: left;
    color: #fff;
  }
  .main-box .main-tabs-box a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 1;
    border: 4px solid rgba(0, 0, 0, 0);
    border-left-color: #fff;
    position: absolute;
    top: 14px;
    left: 0;
    margin-top: -5px;
    opacity: 0;
  }
  .main-box .main-tabs-box a.active {
    background: none;
    font-weight: 500;
  }
  .main-box .main-tabs-box a.active:before {
    opacity: 1;
  }
  .main-box .main-tabs-box a.active:hover {
    text-decoration: none;
  }
  .main-box .main-tabs-box a:hover {
    text-decoration: underline;
  }
  .main-box .frm-row-submit {
    position: relative;
    overflow: visible;
    margin-top: 20px;
  }
  .main-box .total-wrap {
    width: 300px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 30px 0 0 0;
    margin: 0 0 0 20px;
    text-align: left;
  }
  .main-box .total-wrap .total {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin: 0;
  }
  .main-box .total-wrap .title {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
  }
  .att-box {
    padding: 35px 20px;
  }
  .features-box .item-wrap {
    width: 33.33%;
    margin-bottom: 30px;
  }
  .couriers-box .item-wrap {
    width: 33.33%;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .couriers-box .items-wrap {
    margin-bottom: -35px;
  }
  .form-representative-box .frm-row.main-buttons {
    margin-bottom: 20px;
  }
  .form-representative-box .frm-row.main-buttons .frm-field {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .wrap:not(.wrap-main) p + .couriers-box {
    margin-top: 40px;
  }
  .shedule-box {
    margin-bottom: 130px;
  }
  .wrap:not(.footer-clear) .details-box:last-child,
  .wrap:not(.footer-clear) .documents-box:last-child,
  .wrap:not(.footer-clear) .faq-box:last-child {
    margin-bottom: 250px;
  }
  .card-box {
    margin-bottom: 140px;
  }
  .page + .main-pic-box {
    margin-top: 120px;
  }
  .main-pic-box + .page {
    margin-top: 150px;
  }
  .main-lead-box {
    padding: 225px 0 245px 0;
  }
  .main-lead-box.large {
    padding: 300px 0 320px 0;
  }
  .main-lead-box.small {
    padding: 85px 0 70px 0;
  }
  .order-box .order-fields-wrap {
    margin-right: 45px;
    float: left;
    padding-top: 25px;
  }
  .order-box .order-fields-wrap .frm-select-value {
    min-width: 0;
    padding: 0 10px;
  }
  .order-box .order-fields-values {
    float: left;
    padding-top: 20px;
  }
  .order-box .order-fields-values .order-field {
    margin-bottom: 20px;
  }
  .order-box .order-fields-values .order-field:last-child {
    margin-bottom: 0;
  }
  .order-box .order-title {
    margin-bottom: 20px;
  }
  .order-box .order-section {
    margin-bottom: 55px;
  }
  .order-box .order-button {
    margin: 0 50px 0 0;
    padding: 0;
    float: left;
  }
  .order-box .order-row-total {
    position: relative;
    padding: 8px 20px 8px 0;
    margin-left: 0;
    margin-right: -40px;
    margin-bottom: 55px;
    margin-top: 75px;
  }
  .order-box .order-row-total:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .order-box .order-row-total:before {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #F5F9FC;
  }
  .order-box .order-row-total .row-title {
    float: left;
    line-height: 45px;
  }
  .order-box .order-row-total .row-price {
    float: right;
  }
  .order-box .order-row-total .price-wrap {
    position: relative;
  }
  .order-box .order-row-total .price-wrap .elm-price {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    font-size: 16px;
  }
  .order-box .order-row-total .price-wrap .elm-price.active {
    background: #E31E24;
    color: #fff;
  }
  .order-box .order-row-total .price-wrap .elm-price.active .elm-help {
    background-image: url(../img/icons/ico-help-light.svg);
  }
  .order-box .order-row-total .price-wrap .elm-price.active ~ .price-block {
    display: block !important;
  }
  .order-box .order-row-total .price-wrap .price-block {
    width: 240px;
    z-index: 10;
    background: #F5F9FC;
    padding: 35px 22px;
    min-height: 217px;
    position: absolute;
    bottom: 100%;
    left: -20px;
    margin-bottom: -5px;
  }
  .order-box .order-row-total .price-wrap .price-block:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #F5F9FC;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 10px;
  }
  .order-box .order-row-total .price-wrap .price-block ul {
    margin: 0;
  }
  .order-box .order-row-total .price-wrap .price-block li {
    margin: 0 0 8px 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  .order-box .order-row-total .price-wrap .price-block li:before {
    display: none;
  }
  .order-box .order-row-total .price-wrap .price-block .pr-title {
    float: left;
  }
  .order-box .order-row-total .price-wrap .price-block .pr-val {
    float: right;
    font-weight: 500;
  }
  .form-calc-box {
    max-width: 970px;
    margin-bottom: 140px;
  }
  .form-calc-box .frm-section.section-notify {
    margin-bottom: 10px;
    min-height: 150px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields {
    padding-left: 235px;
    padding-top: 0px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .frm-field.full {
    width: 235px;
    float: left;
    margin: 0 0 0 -245px;
  }
  .form-calc-box .frm-section.section-notify .frm-field-row {
    margin-bottom: 30px;
  }
  .form-calc-box .frm-section.section-notify .frm-field-row:last-child {
    margin-bottom: 0;
  }
  .form-calc-box .frm-section.section-notify .frm-field-row:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .form-calc-box .frm-section.section-notify .frm-select-button {
    margin: 5px 10px 10px 0;
  }
  .form-calc-box .frm-section.section-notify .frm-select-button label {
    height: 31px;
    line-height: 31px;
    min-width: 80px;
    font-size: 10px;
  }
  .form-calc-box .frm-section.section-notify .frm-fields-wrap {
    position: relative;
    width: 800px;
  }
  .form-calc-box .frm-section.section-notify .frm-fields-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .form-calc-box .frm-section.section-notify .frm-fields-wrap .frm-field-inline {
    float: left;
    margin-right: 120px;
  }
  .form-calc-box .frm-section.section-notify .field-button-active.active {
    float: left;
    position: absolute;
    top: 0;
    left: 369px;
    width: 204px;
    padding: 0;
  }
  .form-calc-box .frm-section.section-notify .field-button-active.active + .field-button-active.active {
    top: 83px;
  }
  .form-calc-box .frm-section.section-notify .field-button-active.active .btn {
    min-width: 0;
    width: 100%;
    padding: 0 10px;
  }
  .form-calc-box .frm-row-submit .frm-select {
    margin-bottom: 35px;
  }
  .form-calc-box .frm-row-submit .btn,
  .form-calc-box .frm-row-submit button,
  .form-calc-box .frm-row-submit input[type="submit"] {
    width: auto;
    min-width: 280px;
  }
  .form-calc-box .frm-row-total {
    position: relative;
    padding: 8px 20px 8px 0;
    margin-left: 0;
    margin-right: -40px;
    margin-bottom: 55px;
  }
  .form-calc-box .frm-row-total:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .form-calc-box .frm-row-total:before {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    background: #F5F9FC;
  }
  .form-calc-box .frm-row-total .row-title {
    float: left;
    line-height: 45px;
  }
  .form-calc-box .frm-row-total .row-price {
    float: right;
  }
  .form-calc-box .frm-row-total .row-info {
    clear: both;
    font-weight: normal;
  }
  .form-calc-box .frm-row-total .price-wrap {
    position: relative;
  }
  .form-calc-box .frm-row-total .price-wrap.price-fixed {
    position: fixed;
  }
  .form-calc-box .frm-row-total .price-wrap .elm-price {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    font-size: 16px;
  }
  .form-calc-box .frm-row-total .price-wrap .elm-price.active {
    background: #E31E24;
    color: #fff;
  }
  .form-calc-box .frm-row-total .price-wrap .elm-price.active .elm-help {
    background-image: url(../img/icons/ico-help-light.svg);
  }
  .form-calc-box .frm-row-total .price-wrap .elm-price.active ~ .price-block {
    display: block !important;
  }
  .form-calc-box .frm-row-total .price-wrap .price-block {
    width: 240px;
    z-index: 10;
    background: #F5F9FC;
    padding: 35px 22px;
    min-height: 217px;
    position: absolute;
    bottom: 100%;
    left: -20px;
    margin-bottom: -5px;
  }
  .form-calc-box .frm-row-total .price-wrap .price-block:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #F5F9FC;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: 10px;
  }
  .form-calc-box .frm-row-total .price-wrap .price-block ul {
    margin: 0;
  }
  .form-calc-box .frm-row-total .price-wrap .price-block li {
    margin: 0 0 8px 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
  }
  .form-calc-box .frm-row-total .price-wrap .price-block li:before {
    display: none;
  }
  .form-calc-box .frm-row-total .price-wrap .price-block .pr-title {
    float: left;
  }
  .form-calc-box .frm-row-total .price-wrap .price-block .pr-val {
    float: right;
    font-weight: 500;
  }
  .form-calc-box .frm-section.section-pay {
    margin-bottom: 120px;
  }
  .form-calc-box .frm-section.section-pay .frm-select-button {
    width: 205px;
    margin-bottom: 15px;
  }
  .form-calc-box .frm-section.section-pay .frm-field-inline {
    display: inline-block;
    vertical-align: top;
    margin-right: 85px;
    padding-right: 20px;
    width: auto;
  }
  .form-calc-box .frm-section.section-pay .frm-row-select {
    margin-right: -100px;
    margin-bottom: 15px;
  }
  .form-calc-box .frm-section.section-pay .frm-field.full {
    width: 235px;
  }
  .form-calc-box .frm-section.section-pay .frm-field.field-comment {
    width: 470px;
  }
  .form-calc-box .frm-section.section-delivery {
    margin-bottom: 90px;
  }
  .form-calc-box .frm-section.section-delivery .frm-row {
    margin-bottom: 30px;
  }
  .form-calc-box .frm-section.section-delivery .frm-row.frm-row-select {
    margin-bottom: 15px;
  }
  .form-calc-box .frm-section.section-delivery .frm-row.frm-row-select .frm-field-inline {
    min-width: 235px;
    width: auto;
  }
  .form-calc-box .frm-section.section-delivery .field-del-button .frm-select-button {
    height: auto;
  }
  .form-calc-box .frm-section.section-delivery .field-del-button .frm-select-button input:checked ~ label {
    margin-bottom: 20px;
  }
  .form-calc-box .frm-section.section-delivery .field-price {
    width: 190px;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 14px;
    padding-top: 28px;
    margin-bottom: 0;
  }
  .form-calc-box .frm-section.section-delivery .field-point-desc {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    width: 234px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-calc-box .frm-section.section-delivery .sel-info {
    text-align: center;
  }
  .form-calc-box .frm-section.section-delivery .frm-select-button {
    margin-top: 7px;
    margin-bottom: 0px;
  }
  .form-calc-box .frm-section.section-delivery.section-destination {
    margin-bottom: 0;
  }
  .form-calc-box .frm-section.section-delivery.section-urgency {
    margin-bottom: 0;
  }
  .form-calc-box .frm-row-pack {
    padding: 0 390px 0 0;
  }
  .form-calc-box .frm-row-pack:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
  }
  .form-calc-box .frm-row-pack .elm-price {
    float: right;
  }
  .form-calc-box .frm-row-pack .pack-info {
    margin-left: -10px;
    margin-top: -15px;
    margin-bottom: 12px;
    width: 240px;
  }
  .form-calc-box .frm-row-pack:last-child {
    margin-bottom: -95px;
  }
  .form-calc-box .frm-row-pack .field-checks {
    margin: 0;
    float: left;
    width: 100%;
    padding-right: 20px;
  }
  .form-calc-box .frm-row-pack .field-buttons,
  .form-calc-box .frm-row-pack .field-pack {
    width: 390px;
    float: right;
    margin: 0 -390px 0 0;
    padding: 0;
  }
  .form-calc-box .frm-row-pack .field-buttons {
    padding-left: 13px;
  }
  .form-calc-box .frm-row-pack .frm-select {
    float: left;
    margin: 0 20px 20px 0;
  }
  .form-calc-box .frm-row-pack .frm-select-button {
    height: 31px;
  }
  .form-calc-box .frm-row-pack .frm-select-button label {
    height: 31px;
    line-height: 31px;
  }
  .form-calc-box .frm-row-pack .link-wrap {
    text-align: right;
  }
  .form-calc-box .frm-section {
    margin-bottom: 135px;
  }
  .form-calc-box .frm-rows-wrap {
    margin-top: 10px;
  }
  .form-calc-box .frm-rows-wrap:first-child {
    margin-top: 0;
  }
  .form-calc-box .frm-rows-wrap .frm-row {
    font-size: 0;
    margin-bottom: 30px;
    position: relative;
  }
  .form-calc-box .frm-rows-wrap .btn.js-btn-row-delete {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background: none;
    min-width: 0;
    padding: 0;
    text-indent: -999px;
    font-size: 0;
  }
  .form-calc-box .frm-rows-wrap .btn.js-btn-row-delete .btn-action-del {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    margin: 0;
  }
  .form-calc-box .frm-rows-wrap .btn.js-btn-row-delete .btn-action-del:after,
  .form-calc-box .frm-rows-wrap .btn.js-btn-row-delete .btn-action-del:before {
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #161E26;
  }
  .form-calc-box .frm-field-inline {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 118px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .form-calc-box .frm-field-inline.field-large {
    width: 234px;
  }
  .form-calc-box .frm-field-inline.field-select {
    width: 165px;
    padding-top: 7px;
    padding-right: 0;
  }
  .form-calc-box .frm-field-inline.field-button {
    display: block;
    position: absolute;
    right: -10px;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0;
    top: 0;
    left: 100%;
  }
  .form-calc-box .frm-select-button {
    overflow: visible;
  }
  .form-calc-box .frm-select-button .sel-info {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .form-calc-box .frm-select-button .elm-help {
    margin-top: -1px;
    width: 10px;
    height: 10px;
    background-image: url(../img/icons/ico-help-text.svg);
  }
  .form-calc-box .frm-row.js-row-add {
    padding-top: 35px;
  }
  .form-calc-box .frm-row.js-row-add .button-info {
    float: left;
    padding: 9px 0 0 30px;
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
  }
  .form-calc-box .frm-row.js-row-add .button-wrap {
    width: 250px;
    position: relative;
  }
  .form-calc-box .frm-row.js-row-add .button-wrap .btn,
  .form-calc-box .frm-row.js-row-add .button-wrap button,
  .form-calc-box .frm-row.js-row-add .button-wrap input[type="submit"] {
    padding: 0 10px;
    min-width: 100%;
  }
  .form-calc-box .frm-row.frm-location {
    margin-right: -100px;
  }
  .full-page-map-box {
    display: block;
  }
  .form-calc-distance {
    margin-bottom: 240px;
    width: 286px;
  }
  .form-calc-distance .frm-wrap {
    background: #fff;
    padding: 35px 20px 10px 20px;
  }
  .form-calc-distance h1,
  .form-calc-distance .main-title {
    width: 760px;
    margin: 0 0 155px 0;
  }
  .form-calc-distance .frm-row-submit {
    margin-top: 20px;
  }
  .form-calc-distance .frm-row-submit .result-wrap {
    display: block;
  }
  .form-calc-distance .frm-result-wrap {
    display: none;
  }
  .orbit-box {
    height: 450px;
    padding-top: 190px;
  }
  .orbit-box:before {
    background-position: center bottom;
    left: -720px;
    right: -1000px;
  }
  .orbit-box h1,
  .orbit-box .main-title {
    max-width: 700px;
    margin-bottom: 50px;
  }
  .main-article-box {
    margin-bottom: 240px;
  }
  .main-article-box li {
    margin-bottom: 12px;
  }
  .main-article-box ul {
    margin-bottom: 45px;
  }
  .rate-employees-box .form-representative-box .frm-row {
    margin-bottom: 0;
  }
  .rate-employees-box .form-representative-box .frm-row .frm-field {
    margin-bottom: 25px;
  }
  .main-text-box .text-att-wrap {
    margin-bottom: 140px;
    padding: 110px 0 100px 0;
  }
  .main-text-box h1,
  .main-text-box .main-title {
    margin-bottom: 40px;
    margin-top: 130px;
  }
  .main-text-box h1:first-child,
  .main-text-box .main-title:first-child {
    margin-top: 0;
  }
  .main-text-box .btn,
  .main-text-box button,
  .main-text-box input[type="submit"] {
    margin: 10px 0 0 15px;
  }
  .fr-profit-box .sl-text-wrap {
    padding: 40px;
    width: 50%;
  }
  .fr-profit-box .sl-photo-wrap {
    left: auto;
    width: 50%;
  }
  .fr-profit-box .owl-dots {
    left: 40px;
  }
  .variants-box {
    margin-bottom: 140px;
  }
  .variants-box .item-text-toggle .text-toggle-block {
    padding-top: 35px;
    padding-bottom: 60px;
  }
  .variants-box .button-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .variants-box h3,
  .variants-box .small-title {
    margin-top: 25px;
  }
  .main-scheme-box {
    padding: 130px 0 140px 0;
  }
  .main-scheme-box .title-wrap {
    max-width: 670px;
  }
  .main-scheme-box .items-wrap {
    padding-left: 600px;
    margin-top: 40px;
    width: 1000px;
  }
  .main-scheme-box .item-wrap {
    margin-bottom: 55px;
  }
  .main-scheme-box .item-wrap.main {
    width: 600px;
  }
  .main-scheme-box h1 + p,
  .main-scheme-box .main-title + p {
    margin-top: 25px;
  }
  .main-delivery-box {
    padding: 120px 0 100px 0;
  }
  .main-delivery-box .discount-box {
    display: none;
  }
  .page-map-box {
    min-height: calc(100vh - 75px);
  }
  .page-map-box .frm-map-search {
    top: 65px;
    left: 40px;
    right: auto;
    width: 405px;
  }
  .main-box .inner-wrap {
    padding-top: 124px;
  }
  .main-box .main-tabs-wrap {
    width: 286px;
  }
  .main-box .main-box-title {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 25px;
  }
  .main-box .text-wrap {
    max-width: 570px;
  }
  .main-box .btn-action-ico.location {
    display: block;
  }
  .main-box .form-wrap {
    padding: 30px 20px 22px 20px;
  }
  .main-box .frm-row-size {
    margin-top: 5px;
  }
  .main-box .frm-select-ico .frm-select-info {
    margin-bottom: -5px;
  }
  .documents-box {
    margin-bottom: 100px;
    margin-top: 0;
  }
  .documents-box .document-wrap {
    margin-bottom: 40px;
  }
  .details-box {
    margin-bottom: 140px;
  }
  .details-box p {
    margin-bottom: 12px;
  }
  .main-map-box {
    height: 800px;
    margin-bottom: 120px;
  }
  .contacts-box {
    margin: 45px 0 100px 0;
    max-width: 880px;
  }
  .contacts-box.last {
    margin-bottom: 250px;
  }
  .contacts-box .item-wrap {
    margin-bottom: 50px;
  }
  .track-result-box h1,
  .track-result-box .main-title {
    max-width: 700px;
  }
  .track-result-box .tbl-wrap {
    margin-top: 45px;
  }
  .form-representative-box {
    margin: 60px 0 256px 0;
  }
  .form-representative-box + .track-result-box {
    margin-top: -120px;
  }
  .form-representative-box .frm-row-submit {
    margin-top: 15px;
  }
  .form-representative-box .frm-field {
    margin-bottom: 36px;
  }
  .form-representative-box .frm-row.sep {
    padding-bottom: 25px;
  }
  .form-representative-box .frm-section {
    margin-bottom: 36px;
  }
  .form-representative-box .frm-row-checks {
    margin-right: -280px;
  }
  .form-representative-box .frm-row-submit {
    margin: -20px -260px 0 0;
  }
  .form-representative-box .lbl-desc {
    margin-top: 0;
    padding-bottom: 6px;
  }
  .form-representative-box .btn,
  .form-representative-box button,
  .form-representative-box input[type="submit"] {
    width: auto;
    min-width: 280px;
  }
  .form-help-box {
    margin: 80px 0 256px 0;
  }
  .form-vacantion-box {
    position: relative;
    margin: 75px 0 180px 0;
  }
  .form-vacantion-box .frm-row-file {
    position: absolute;
    top: 0;
    left: 100%;
    margin: -8px 0 0 103px;
    width: 377px;
  }
  .form-vacantion-box .frm-row-submit {
    margin-top: 15px;
  }
  .form-vacantion-box .btn,
  .form-vacantion-box button,
  .form-vacantion-box input[type="submit"] {
    width: auto;
    min-width: 280px;
  }
  .vacantions-box {
    margin-bottom: 135px;
  }
  .faq-box {
    margin: 45px 0 140px 0;
  }
  .faq-box .page-title {
    margin-bottom: 30px;
  }
  .departures-box {
    display: block;
  }
  .breadcrumbs-box {
    font-size: 12px;
  }
  .article-box {
    margin-bottom: 130px;
    max-width: 760px;
  }
  .send-box {
    padding: 55px 0 60px 0;
    margin: 160px 0 135px 0;
  }
  .send-box h1,
  .send-box .main-title,
  .send-box h2,
  .send-box .second-title {
    margin-bottom: 0;
  }
  .send-box .btn,
  .send-box button,
  .send-box input[type="submit"] {
    margin-top: 35px;
  }
  .features-box {
    margin: 50px 0 160px 0;
  }
  .features-box.type-second {
    margin-bottom: 200px;
  }
  .features-box .item-wrap {
    width: 24.99%;
  }
  .couriers-box {
    margin: 70px 0 130px 0;
  }
  .insurance-box {
    margin: 70px 0 135px 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399px) {
  .send-box {
    width: 950px;
  }
}
@media (min-width: 1120px) {
  .orbit-box:before {
    left: 50%;
    right: auto;
    width: 1600px;
    margin-left: -800px;
    background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
  .gallery-box h1,
  .gallery-box .main-title {
    margin-bottom: 1.3em;
  }
  .partners-box {
    width: 778px;
    margin-bottom: 100px;
  }
  .partners-box .item-wrap {
    width: 25%;
  }
  .partners-box h1,
  .partners-box .main-title {
    margin-bottom: 1.3em;
  }
  .teams-box {
    width: 778px;
    margin-bottom: 100px;
  }
  .teams-box .item-wrap {
    width: 24.99%;
  }
  .teams-box h1,
  .teams-box .main-title {
    margin-bottom: 1.3em;
  }
  .text-box:last-child {
    margin-bottom: 300px;
  }
  .news-box {
    margin-top: 65px;
  }
  .news-box .items-wrap {
    padding-top: 15px;
    border-bottom: 1px solid #CBDCE8;
    padding-bottom: 10px;
  }
  .news-box .item-wrap {
    border-bottom: none;
  }
  .news-box .items-column {
    width: 54%;
    float: left;
  }
  .news-box .items-column + .items-column {
    width: 46%;
    float: right;
    max-width: 400px;
    padding-left: 23px;
  }
  .news-box .small-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 140px;
  }
  .news-box .small-title:first-child {
    margin-top: 0;
  }
  .speaking-slider-box {
    background: #F5F9FC;
    position: relative;
    margin: 0 0 140px 0;
    padding: 100px 0 100px 0;
  }
  .speaking-slider-box.type-second .slider-wrap {
    max-width: inherit;
    margin: 0 -410px 0 -40px;
  }
  .speaking-slider-box.type-second .slider-wrap:after {
    left: auto;
    right: 10%;
    top: 0;
    background-color: #F5F9FC;
  }
  .speaking-slider-box.type-second .item-speaking {
    max-width: 550px;
  }
  .speaking-slider-box.type-second .sl-item {
    padding-left: 40px;
  }
  .speaking-slider-box.type-second .owl-dots {
    padding-left: 40px;
  }
  .speaking-slider-box.type-second .owl-next {
    display: block;
    z-index: 9999;
  }
  .speaking-slider-box.type-second .owl-prev {
    display: none;
  }
  .speaking-slider-box.type-second .owl-nav {
    display: block;
  }
  .speaking-slider-box.type-second h1,
  .speaking-slider-box.type-second .main-title {
    padding-left: 40px;
  }
  .speaking-slider-box .slider-wrap {
    max-width: 550px;
    padding: 0 0 60px 0;
    min-height: 325px;
  }
  .speaking-slider-box .slider-wrap:before {
    display: none;
  }
  .speaking-slider-box .slider-wrap:after {
    content: "";
    display: block;
    width: 440px;
    position: absolute;
    top: -55px;
    left: 100%;
    bottom: 0;
    margin-left: 130px;
    background: url(../img/icons/ico-speaking.svg) center top no-repeat;
    background-size: 100% auto;
    z-index: 2;
  }
  .speaking-slider-box:before,
  .speaking-slider-box:after {
    content: "";
    display: block;
    width: 9999px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #F5F9FC;
  }
  .speaking-slider-box:before {
    left: auto;
    right: 100%;
  }
  .speaking-slider-box h1,
  .speaking-slider-box .main-title {
    margin-bottom: 40px;
  }
  .speaking-slider-box .owl-dots {
    padding-top: 55px;
  }
  .speaking-slider-box .owl-nav {
    display: block;
  }
  .speaking-slider-box .owl-prev,
  .speaking-slider-box .owl-next {
    display: none;
  }
  .speaking-slider-box .btn-action-next {
    display: block;
  }
  .fr-profit-box {
    margin-bottom: 60px;
  }
  .fr-profit-box .sl-text-wrap {
    padding: 125px 40px 40px 40px;
    height: 704px;
  }
  .fr-profit-box .sl-text-wrap .page-title {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 70px;
  }
  .fr-profit-box .owl-dots {
    bottom: 150px;
  }
  .form-vacantion-box .frm-row-file {
    margin-left: 153px;
  }
  .features-box {
    width: 978px;
  }
  .features-box .item-wrap {
    width: 19.99%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .features-box .items-wrap {
    margin-left: -12px;
    margin-right: -12px;
  }
  .couriers-box {
    width: 778px;
  }
  .couriers-box .item-wrap {
    width: 24.99%;
  }
  .main-pic-box + .page {
    margin-top: 140px;
  }
  .text-box + .couriers-box {
    margin-top: 120px;
  }
}
@media (min-width: 1280px) {
  .contacts-box .item-wrap {
    width: 36%;
  }
  .contacts-box .item-wrap:nth-child(3n+2) {
    width: 33%;
  }
  .contacts-box .item-wrap:nth-child(3n+3) {
    width: 31%;
  }
  h1 + .contacts-box,
  .main-title + .contacts-box {
    margin-top: 0px;
  }
}
@media (min-width: 1400px) {
  .speaking-slider-box .slider-wrap:after {
    margin-left: 200px;
  }
  .speaking-slider-box.type-second .slider-wrap:after {
    right: 20%;
  }
  .wrap:not(.footer-clear) .details-box:last-child {
    margin-bottom: 350px;
  }
}
@media (min-width: 1600px) {
  .wrap:not(.footer-clear) .article-box:last-child {
    margin-bottom: 340px;
  }
  .gallery-box {
    width: 970px;
  }
  .variants-box .items-wrap {
    max-width: 760px;
  }
  .form-vacantion-box {
    max-width: 560px;
  }
  .form-vacantion-box .frm-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .form-vacantion-box .frm-field {
    padding-left: 20px;
    padding-right: 20px;
  }
  .vacantions-box {
    max-width: 760px;
  }
  .form-representative-box {
    max-width: 560px;
  }
  .form-representative-box .frm-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .form-representative-box .frm-field {
    width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-lead-box .text-wrap {
    max-width: 800px;
  }
  .main-lead-box.small {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .form-calc-box {
    max-width: 1200px;
    width: 1200px;
    margin-top: 60px;
  }
  .form-calc-box .frm-section.section-notify {
    min-height: 150px;
    margin-bottom: 90px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields {
    padding-top: 20px;
    padding-left: 300px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .frm-field.full {
    width: 300px;
    padding-top: 5px;
    margin-left: -300px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .frm-select-button {
    margin: 0px 10px 0 0;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .frm-select-button label {
    height: 35px;
    line-height: 35px;
    min-width: 100px;
    font-size: 12px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .frm-fields-wrap {
    width: 1000px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .frm-fields-wrap .frm-field-inline {
    width: 300px;
    margin-right: 160px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .frm-field-row {
    margin-bottom: 40px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .field-button-active.active {
    width: 260px;
    left: 480px;
  }
  .form-calc-box .frm-section.section-notify .frm-row-fields .field-button-active.active + .field-button-active.active {
    top: 106px;
  }
  .form-calc-box .frm-row-submit .frm-select {
    font-size: 15px;
  }
  .form-calc-box .frm-row-total {
    margin-right: 210px;
  }
  .form-calc-box .frm-section.section-pay .frm-select-button {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .form-calc-box .frm-section.section-pay .frm-row {
    margin-bottom: 30px;
  }
  .form-calc-box .frm-section.section-pay .frm-row:first-child {
    margin-bottom: 0;
  }
  .form-calc-box .frm-section.section-pay .frm-row-select {
    margin-bottom: 35px;
  }
  .form-calc-box .frm-section.section-pay .frm-field.full {
    width: 300px;
  }
  .form-calc-box .frm-section.section-pay .frm-field.field-comment {
    width: 600px;
  }
  .form-calc-box .frm-section.section-delivery {
    margin-bottom: 115px;
  }
  .form-calc-box .frm-section.section-delivery .frm-row {
    margin-bottom: 42px;
  }
  .form-calc-box .frm-section.section-delivery .frm-row.frm-row-select {
    margin-bottom: 30px;
  }
  .form-calc-box .frm-section.section-delivery .frm-select-button {
    height: 35px;
    margin-bottom: 0;
    margin-top: 11px;
  }
  .form-calc-box .frm-section.section-delivery .frm-select-button label {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .form-calc-box .frm-section.section-delivery .field-point-desc {
    width: 260px;
    padding-top: 15px;
  }
  .form-calc-box .frm-section.section-delivery.section-destination {
    margin-bottom: 0;
  }
  .form-calc-box .frm-section.section-delivery.section-urgency {
    margin-bottom: 0;
  }
  .form-calc-box .frm-rows-wrap {
    margin-top: 30px;
  }
  .form-calc-box .frm-rows-wrap .frm-row {
    margin-bottom: 15px;
  }
  .form-calc-box .frm-row.js-row-add .button-wrap {
    width: 280px;
  }
  .form-calc-box .frm-row.js-row-add .button-wrap .btn,
  .form-calc-box .frm-row.js-row-add .button-wrap button,
  .form-calc-box .frm-row.js-row-add .button-wrap input[type="submit"] {
    font-size: 16px;
  }
  .form-calc-box .frm-row.js-row-add .button-info {
    padding-left: 42px;
  }
  .form-calc-box .frm-field-inline {
    width: 150px;
    padding: 0 20px;
  }
  .form-calc-box .frm-field-inline.field-large {
    width: 300px;
  }
  .form-calc-box .frm-field-inline.field-select {
    width: 167px;
    padding-top: 11px;
  }
  .form-calc-box .frm-field-inline.field-button {
    top: 8px;
  }
  .form-calc-box .frm-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .form-calc-box .frm-field {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-calc-box .frm-select-button {
    height: 35px;
  }
  .form-calc-box .frm-select-button label {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
  .form-calc-box .frm-row-pack {
    padding-right: 485px;
  }
  .form-calc-box .frm-row-pack:last-child {
    margin-bottom: -75px;
  }
  .form-calc-box .frm-row-pack .field-buttons {
    width: 485px;
    margin-right: -485px;
  }
  .form-calc-box .frm-row-pack .frm-select-button {
    height: 35px;
  }
  .form-calc-box .frm-row-pack .frm-select-button label {
    font-size: 12px;
    line-height: 35px;
    height: 35px;
  }
  .form-calc-box .frm-row-pack .link-wrap {
    padding-top: 0;
  }
  .form-calc-distance {
    width: 400px;
    padding-top: 45px;
    padding-bottom: 20px;
  }
  .orbit-box {
    height: 600px;
  }
  .orbit-box h1,
  .orbit-box .main-title {
    max-width: 800px;
  }
  .orbit-box:before {
    width: 2000px;
    margin-left: -1000px;
  }
  .error-box .map-wrap {
    width: 1800px;
  }
  .error-box .text-wrap {
    height: 240px;
    max-width: 1000px;
  }
  .error-box .links-wrap {
    margin-top: 50px;
    padding-left: 30px;
  }
  .error-box .links-wrap li {
    margin-right: 70px;
  }
  .tabs-select-box {
    margin-top: 80px;
  }
  .news-box {
    margin-top: 80px;
  }
  .speaking-slider-box .slider-wrap:after {
    margin-left: 400px;
    top: 0;
  }
  .main-scheme-box {
    padding-bottom: 180px;
    background-position: center;
  }
  .main-scheme-box .title-wrap {
    max-width: 850px;
  }
  .main-scheme-box .items-wrap {
    margin-top: 140px;
    width: 1300px;
    padding-left: 760px;
  }
  .main-scheme-box .item-wrap.main {
    width: 700px;
  }
  .main-delivery-box {
    padding: 150px 0 190px 0;
  }
  .main-box .text-wrap {
    max-width: 800px;
  }
  .main-box .inner-wrap {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .main-box .main-box-title {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 17px;
  }
  .main-box .main-tabs-wrap {
    margin-top: 50px;
    width: 322px;
  }
  .main-box .form-wrap {
    padding: 40px 37px 30px 37px;
  }
  .main-box .frm-row-size {
    margin-top: 15px;
  }
  .main-box .frm-row-submit {
    margin-top: 40px;
  }
  .main-box .frm-row-submit .btn,
  .main-box .frm-row-submit button,
  .main-box .frm-row-submit input[type="submit"] {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .main-box .total-wrap {
    padding-top: 35px;
  }
  .main-box .total-wrap .total {
    font-size: 30px;
    line-height: 36px;
  }
  .faq-box {
    max-width: 760px;
    margin-top: 80px;
  }
  .documents-box,
  .details-box {
    max-width: 760px;
  }
  .departures-box {
    margin: 150px 0 150px 0;
    padding-left: 300px;
    width: 1115px;
  }
  .departures-box h1,
  .departures-box h2,
  .departures-box .main-title {
    margin-bottom: 55px;
    margin-left: -300px;
  }
  .departures-box .slider-wrap {
    margin-left: -300px;
  }
  .partners-box,
  .teams-box {
    width: 975px;
  }
  .partners-box .items-wrap,
  .teams-box .items-wrap {
    margin: 0 -17px;
  }
  .partners-box .item-wrap,
  .teams-box .item-wrap {
    padding: 0 17px;
  }
  .wrap:not(.wrap-main) p + .couriers-box {
    margin-top: 40px;
  }
  .couriers-box {
    width: 975px;
    margin: 125px 0 190px 0;
  }
  .couriers-box .items-wrap {
    margin: 0 -17px -50px -17px;
  }
  .couriers-box .item-wrap {
    margin-bottom: 50px;
    padding: 0 17px;
  }
  .features-box {
    width: 1226px;
  }
  .features-box .items-wrap {
    margin-left: -17px;
    margin-right: -17px;
  }
  .features-box .item-wrap {
    padding-left: 17px;
    padding-right: 17px;
  }
  .form-help-box:last-child {
    margin-bottom: 340px;
  }
  .wrap:not(.footer-clear) .page ~ .page .contacts-box:last-child {
    margin-bottom: 340px;
  }
}
@media (min-width: 1800px) {
  .page-map-box .frm-map-search {
    left: 50%;
    margin-left: -860px;
  }
  .fr-profit-box .owl-dots {
    width: 860px;
    left: 50%;
    margin-left: -860px;
  }
  .fr-profit-box .sl-text-wrap {
    width: 900px;
    position: relative;
    left: 50%;
    margin-left: -900px;
  }
}
/* ----------------------------------- *\
      header grid
\* ----------------------------------- */
@media (min-width: 1024px) {
  .contacts-box {
    max-width: 890px;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .header.header-grid .main-menu-wrap {
    left: 0;
    padding-right: 410px;
    padding-left: 40px;
    height: 0;
  }
  .header.header-grid .main-menu-wrap .location-wrap {
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 -15px;
    max-width: 860px;
    text-align: left;
    height: 0;
  }
  .header.header-grid .main-menu-wrap .location-wrap:before {
    content: "";
    display: block;
    float: left;
    width: 66.6%;
    height: 40px;
    z-index: -9;
    position: relative;
  }
  .header.header-grid .main-menu-wrap .location-wrap .btn-action-select {
    margin-top: 30px;
    margin-left: 15px;
    float: left;
  }
  .features-box .item-wrap,
  .couriers-box .item-wrap {
    max-width: 198px;
  }
}
@media (min-width: 1280px) and (max-width: 1599px) {
  .header.header-grid .main-menu-wrap .location-wrap:before {
    width: 69%;
  }
}
.table {
  display: table;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  padding: 5px;
}
.very-long-info {
  display: none;
}
.very-long-info .label {
  font-size: 12px;
  line-height: 26px;
  color: #F42B31;
  padding-right: 5px;
  display: inline-block;
  vertical-align: top;
}
.very-long-info .elm-help {
  height: 26px;
  vertical-align: top;
}

/* ----------------------------------- *\
        header control link
\* ----------------------------------- */

/* ----------------------------------- *\
        header control link
\* ----------------------------------- */
.header .phone-wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.header .control-wrap {
    display: block;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    margin-bottom: 38px;
}
.header .control-wrap a {
    display: block;
    position: relative;
    margin: 0;
    float: none;
    color: #fff;
    text-decoration: none;
    z-index: inherit;
}
@media (min-width: 1024px) {
    .header .control-wrap a {
        color: #000;
    }
    .header .logo {
        z-index: 2;
    }
    .header .actions-wrap {
        z-index: 2;
        position: relative;
    }
    .header .actions-wrap .btn-action-ico {
        z-index: 3;
    }
}
@media (min-width: 1024px) and (max-width: 1199px) {
    .header .location-wrap {
        padding-left: 150px;
    }
    .header .control-wrap {
        width: 150px;
        position: absolute;
        top: 0;
        left: -10px;
        padding: 25px 10px 0 0;
        line-height: 25px;
        font-weight: 500;
        text-decoration: underline;
        margin: 0;
        min-height: 50px;
    }
    .header .control-wrap a {
        display: inline-block;
        vertical-align: middle;
        font-size: 10px;
        text-transform: uppercase;
    }
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .header .control-wrap {
        padding: 0;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 -15px;
        max-width: 860px;
        text-align: left;
        height: 0;
        clear: both;
        overflow: visible;
    }
    .header .control-wrap a {
        line-height: 1.1;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 500;
        float: none;
        display: block;
        position: absolute;
        top: -18px;
        left: 410px;
        right: 33.33%;
        width: 80px;
        margin: 0;
    }
}
@media (min-width: 1280px) and (max-width: 1599px) {
    .header .control-wrap a {
        width: auto;
        top: -12px;
    }
}
@media (min-width: 1600px) {
    .header .control-wrap {
        float: left;
        position: absolute;
        top: 28px;
        left: 0px;
        right: 400px;
        margin: 0;
        text-align: center;
    }
    .header .control-wrap a {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 10px;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }
    .header .location-wrap a {
        z-index: 4;
    }
}

#delivery-sunday[disabled] + label {
  opacity: .3;
}

.city-table .row-search {
  padding-top: 30px !important;
}

.frm-row.address-block {
  margin-top: 54px;
}

@media (max-width: 1599px) {
  .frm-row.address-block {
    margin-top: 58px;
  }
}

@media (max-width: 1023px) {
  .frm-row.address-block {
    margin-top: 42px;
  }
}

ul.ui-autocomplete {
  max-width: calc(100vw - 40px);
}

ul.ui-autocomplete.search-message:after {
  content: 'не найден? введите название вместе с областью';
  display: block;
  text-align: center;
  width: 100%;
  height: 20px;
  padding-top: 7px;
  color: #E31E24;
  font-size: 12px;
}
