html,
body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: Stolzl;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #3b3b3b;
  overflow-x: hidden;
  overflow-y: auto;
  background: #f5f8fd;
}
body {
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
}
img {
  max-width: 100%;
}
svg use {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
input,
button,
textarea {
  -webkit-appearance: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
.textareaWrap {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 42px;
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  outline: none;
  padding: 5px 10px;
  padding-top: 5px;
  letter-spacing: 0px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
.textareaWrap::-webkit-input-placeholder {
  color: rgba(174, 174, 174, 0.6);
}
input::-moz-placeholder,
textarea::-moz-placeholder,
.textareaWrap::-moz-placeholder {
  color: rgba(174, 174, 174, 0.6);
}
input:-moz-placeholder,
textarea:-moz-placeholder,
.textareaWrap:-moz-placeholder {
  color: rgba(174, 174, 174, 0.6);
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
.textareaWrap:-ms-input-placeholder {
  color: rgba(174, 174, 174, 0.6);
}
textarea {
  padding-top: 14px;
  padding-bottom: 14px;
}
textarea.error,
input.error,
label.error {
  border-color: red!important;
}
input:disabled,
textarea:disabled {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #4f4f4f !important;
}
label.error input {
  border-color: red!important;
}
label.checkbox {
  color: #4f4f4f;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  display: table;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0!important;
}
label.checkbox:last-of-type {
  margin-bottom: 0;
}
label.checkbox .check {
  position: absolute;
  left: 0;
  top: 2px;
  background: transparent;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #aeaeae;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
label.checkbox span {
  margin: 0;
  color: #4f4f4f;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
}
label.checkbox .main {
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
label.checkbox input {
  display: none!important;
}
label.checkbox input + .check:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 7px;
  width: 7px;
  border-radius: 2px;
  background-color: #006ade;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  width: auto;
  height: auto;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-image: url(../img/checked.svg);
  background-position: center 49%;
  background-repeat: no-repeat;
}
label.checkbox input:checked + .check:after {
  opacity: 1;
}
label.checkbox:hover .check {
  border: 1px solid #006ade;
}
label.checkbox.error .check {
  border-color: RED;
}
label.checkbox.agree input + .check:after {
  width: 100%;
  height: 100%;
  background-image: url(../img/agree_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
label.checkbox.agree input:checked + .check {
  border-color: #006ade;
  background: #006ade;
}
label.with_line,
.with_line {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
label.with_line:after,
.with_line:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #ff0f21;
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
label.with_line.hover:after,
.with_line.hover:after {
  width: 100%;
}
label.with_line .fs-dropdown-item_placeholder,
.with_line .fs-dropdown-item_placeholder {
  display: none!important;
}
label.with_line .fs-dropdown:before,
.with_line .fs-dropdown:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0px;
  height: 2px;
  width: 0;
  background: #4a93bb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 7;
}
label.with_line .fs-dropdown-selected,
.with_line .fs-dropdown-selected {
  border-radius: 0;
  padding-left: 0;
}
label.with_line .fs-dropdown-open:before,
.with_line .fs-dropdown-open:before {
  width: 100%;
}
label.with_line .fs-dropdown-item,
.with_line .fs-dropdown-item {
  min-height: 37px;
}
label.with_line .fs-dropdown-options,
.with_line .fs-dropdown-options {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
label.with_line input,
.with_line input,
label.with_line .fs-dropdown-selected,
.with_line .fs-dropdown-selected {
  border: 1px solid transparent;
  border-bottom-color: #484848;
  font-size: 10px;
  width: 100%;
  color: #686868;
  text-transform: uppercase;
  height: auto;
  outline: none;
  background: none;
  font-weight: 600;
}
label.with_line input::-webkit-input-placeholder,
.with_line input::-webkit-input-placeholder,
label.with_line .fs-dropdown-selected::-webkit-input-placeholder,
.with_line .fs-dropdown-selected::-webkit-input-placeholder {
  opacity: 0.5;
  color: #333333;
  font-family: "Open Sans";
  font-weight: 400;
}
label.with_line input::-moz-placeholder,
.with_line input::-moz-placeholder,
label.with_line .fs-dropdown-selected::-moz-placeholder,
.with_line .fs-dropdown-selected::-moz-placeholder {
  opacity: 0.5;
  color: #333333;
  font-family: "Open Sans";
  font-weight: 400;
}
label.with_line input:-moz-placeholder,
.with_line input:-moz-placeholder,
label.with_line .fs-dropdown-selected:-moz-placeholder,
.with_line .fs-dropdown-selected:-moz-placeholder {
  opacity: 0.5;
  color: #333333;
  font-family: "Open Sans";
  font-weight: 400;
}
label.with_line input:-ms-input-placeholder,
.with_line input:-ms-input-placeholder,
label.with_line .fs-dropdown-selected:-ms-input-placeholder,
.with_line .fs-dropdown-selected:-ms-input-placeholder {
  opacity: 0.5;
  color: #333333;
  font-family: "Open Sans";
  font-weight: 400;
}
label.with_line.error input,
.with_line.error input {
  border-bottom-color: red!important;
}
label.with_line.error:after,
.with_line.error:after {
  background: red!important;
}
.with_line:hover:after {
  width: 100%;
}
.with_line:after {
  bottom: -2px;
}
button {
  outline: none;
}
.clear {
  clear: both;
  float: none;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
  float: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h5 {
  line-height: initial;
  margin-top: 0;
  font-family: Stolzl;
  font-weight: 700;
  letter-spacing: 0;
  color: #000000;
}
h1 {
  font-size: 36px;
  font-size: 30px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
  margin-bottom: 18px;
}
h5,
.h5 {
  font-size: 20px;
  font-weight: 400;
}
h6 {
  font-size: 16px;
}
.align_left {
  text-align: left!important;
  display: block;
}
.align_center {
  text-align: center!important;
}
.align_right {
  display: block;
  text-align: right!important;
}
a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #006ade;
}
a:hover {
  text-decoration: underline;
}
p {
  margin-top: 0;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.container {
  padding: 0 30px;
  max-width: 1262px;
  margin: auto;
  position: relative;
  width: 100%;
  padding-bottom: 38px;
  padding-top: 69px;
}
.container.no_padding_top {
  padding-top: 0;
}
.container.no_padding_bottom {
  padding-bottom: 0;
}
.container_without_padding {
  padding-top: 0;
  padding-bottom: 0;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
.wrapper {
  position: relative;
  z-index: 6;
  padding-top: 82px;
}
.wrapper > div {
  position: relative;
}
.wrapper > div:after {
  content: "";
  display: table;
  clear: both;
}
.popup_bg {
  position: fixed !important;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 160;
  display: none;
}
.popup_block .container {
  padding: 0;
}
.popup_block {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  right: 0px;
  left: 0px;
  margin: auto;
  z-index: 161;
  background: white;
  width: calc(100% - 30px);
  -webkit-box-shadow: 7px 23px 76px rgba(44, 83, 105, 0.1);
  box-shadow: 7px 23px 76px rgba(44, 83, 105, 0.1);
  min-width: 290px;
  padding: 10px 0 10px;
  max-width: 450px;
  background-color: #ffffff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  will-change: transform;
}
.popup_block.more_width {
  max-width: 900px;
}
.popup_block .content_wrap_inner {
  max-height: 100%;
}
.popup_block .content_wrap {
  padding: 30px 30px 20px;
  max-height: 100%;
  text-align: center;
}
.popup_block h2 {
  font-size: 27px;
  margin-bottom: 13px;
}
.popup_block p.title {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.23px;
}
.popup_block .content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.popup_block form {
  text-align: left;
  margin-top: 35px;
}
.popup_block form input {
  width: 100%;
  border: 2px solid #ededed;
}
.popup_block form label {
  width: 100%;
  margin-bottom: 18px;
  display: block;
}
.popup_block form button {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
  height: 44px;
  margin-top: 15px;
}
.popup_block .content,
.popup_block .content_wrap {
  position: relative;
  z-index: 1;
}
.popup_block .close {
  top: 14px;
  right: 13px;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 29px;
  width: 30px;
  z-index: 162;
  opacity: 0.3;
}
.popup_block .close:hover {
  opacity: 1;
  -webkit-transform: scale(1.05) rotate(90deg);
  transform: scale(1.05) rotate(90deg);
}
.popup_block.done img.done {
  margin-top: 16px;
  margin-bottom: 35px;
}
.popup_block.done p {
  font-size: 18px;
}
.main_btn {
  min-height: 42px;
  background-color: #df0000;
  border-radius: 3px;
  color: #ffffff;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 14px;
  text-transform: uppercase;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none!important;
  padding: 4px 31px;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_btn.no_bg {
  background: transparent;
  color: #006ade;
  border: 1px solid #006ade;
}
.main_btn.no_bg.red {
  color: #ff4b4b;
  border: 1px solid #ff4b4b;
}
.main_btn.no_bg.red:hover {
  background: #ff4b4b;
  color: white;
}
.main_btn.no_bg.red:focus {
  color: white!important;
}
.main_btn.no_bg:hover {
  background: #006ade;
  color: white;
}
.main_btn:hover {
  background: #ff6873;
  background-color: #ff4b4b;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.main_btn:focus {
  background-color: #ff4b4b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main_btn:disabled {
  background-color: #d4d4d4 !important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  cursor: default!important;
}
.main_btn.blue {
  background-color: #006ade;
  color: #ffffff;
}
.main_btn.blue:hover {
  background-color: #1581f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main_btn.blue:focus {
  background-color: #1581f8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main_btn.text_only {
  color: #aeaeae;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  background: none;
  border: 0;
  text-transform: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.main_btn.text_only span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
}
.main_btn.text_only:hover span {
  opacity: 1;
  color: #006ade;
}
.main_btn.text_only.red {
  color: #DF0000;
}
.main_btn.disabled {
  background: #B5B5B5;
  box-shadow: none!important;
}
.w228 {
  min-width: 228px;
}
.main_btn:active {
  -webkit-box-shadow: inset 3px 7px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 3px 7px 10px 2px rgba(0, 0, 0, 0.2);
}
.owl-carousel {
  -ms-touch-action: none;
  touch-action: none;
}
.owl-dots {
  text-align: center;
  margin-top: 3px;
}
.owl-dot {
  display: inline-block;
  margin-right: 13px;
}
.owl-dot:last-child {
  margin-right: 0;
}
.owl-dot span {
  border-radius: 50%;
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid #006ade;
  background-color: #ffffff;
  cursor: pointer;
}
.owl-dot.active span {
  background-color: #006ade;
}
.owl-prev,
.owl-next {
  width: 17px;
  height: 32px;
  float: left;
  background: red url(../img/vector-smart-object-copy.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-prev {
  margin-right: 46px;
}
.owl-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.owl-dot {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.seo {
  font-size: 16px;
  line-height: 24px;
  font-family: Stolzl;
  color: #505050;
}
.seo.container {
  padding-top: 53px;
  padding-bottom: 10px;
}
.seo p {
  margin-bottom: 24px;
}
.seo ul,
.seo ol {
  margin-bottom: 22px;
  padding-left: 0;
  list-style: none;
}
.seo ul li,
.seo ol li {
  position: relative;
  margin-bottom: 17px;
  padding-left: 26px;
  margin-bottom: 10px;
}
.seo ul li:last-child,
.seo ol li:last-child {
  margin-bottom: 0;
}
.seo ul li:before,
.seo ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #ff0f21;
}
.close-btn {
  display: none;
  width: 30px;
  height: 21px;
  position: absolute;
  right: 20px;
  top: 22px;
  bottom: 0;
  margin: auto;
}
.close-btn:before,
.close-btn:after {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 3px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.close-btn:before {
  -webkit-box-shadow: 0 9px 0 #ffffff;
  box-shadow: 0 9px 0 #ffffff;
  margin-bottom: 15px;
}
.close-btn.on:before {
  -webkit-box-shadow: 0 0 0 #ffffff;
  box-shadow: 0 0 0 #ffffff;
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.close-btn.on:after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}
.menu-btn {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.menu-btn svg {
  width: 20px;
  height: 15px;
  display: block;
}
.menu-btn.active svg path {
  fill: #006ade;
}
.search_icon {
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.search_icon.active svg path {
  fill: #006ade;
}
.fs-dropdown {
  width: 100%;
  font-size: 14px;
  outline: 0;
}
.fs-dropdown-selected {
  border-radius: 3px;
  height: 42px;
  padding-left: 11px;
  padding-right: 20px;
  outline: none;
  border: 0;
  padding-right: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.fs-dropdown-selected:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 18px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 7px;
  background: url(../img/dropdown_arrow.svg) no-repeat center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.5;
}
.fs-dropdown-open .fs-dropdown-selected:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fs-dropdown-open .fs-dropdown-selected {
  border-radius: 3px 3px 0 0!important;
}
.fs-dropdown-open .fs-dropdown-selected {
  border: 1px solid #aeaeae;
  border-bottom-color: transparent;
}
.fs-dropdown-options {
  border: 1px solid #aeaeae;
}
.fs-dropdown-options {
  -webkit-box-shadow: 0 23px 38px rgba(0, 0, 0, 0.13);
  box-shadow: 0 23px 38px rgba(0, 0, 0, 0.13);
  border: 1px solid #aeaeae;
  border-top: 0;
  top: calc(100% + 3px);
  top: 100%;
  border-radius: 0 0 6px 6px;
}
.fs-dropdown-options button {
  min-height: 34px;
  padding: 2px 11px;
  font-size: 14px;
  color: #5a676e;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fs-dropdown-options button:first-of-type {
  border-top: 0;
}
.fs-dropdown-options button:hover {
  background-color: rgba(196, 196, 196, 0.1);
}
#calculator .from .fs-dropdown-focus .fs-dropdown-selected,
#calculator .to .fs-dropdown-focus .fs-dropdown-selected {
  border-right-color: #aeaeae;
}
.fs-dropdown-item_selected {
  background-color: rgba(196, 196, 196, 0.1);
}
.fs-dropdown-item {
  font-family: 'Open Sans', sans-serif;
  min-height: 55px;
  height: auto;
  min-height: 34px;
  color: #333333 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.fs-dropdown-item:hover {
  background: #F5F8FD !important;
}
.tabs {
  padding-top: 49px;
  margin-bottom: 44px;
}
.tabs.swipe .main_tabs .wrap .main_tab {
  white-space: nowrap;
}
.tabs .main_tabs .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 3px;
}
.tabs .main_tab {
  display: inline-block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 48px;
  color: #333333;
  font-family: Muli;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 34.5px;
  border: 1px solid transparent;
  border-radius: 3px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.tabs .main_tab a {
  color: inherit;
  text-decoration: none;
}
.tabs .main_tab span {
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tabs .main_tab:last-child {
  margin-right: 0;
}
.tabs .main_tab:hover span {
  color: #2f80ed;
  opacity: 1;
}
.tabs .main_tab:last-child:after {
  display: none;
}
.tabs .main_tab.active {
  border-color: #2f80ed;
  padding: 5px 43.5px;
}
.tabs .main_tab.active:after {
  display: none;
}
.tabs .main_tab.active span {
  color: #2f80ed;
  opacity: 1;
  letter-spacing: 0.2px;
}
.tabs .main_tab:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 18px;
  width: 1px;
  background: #C4C4C4;
  right: -2px;
}
.tabs .tabs_content {
  margin-top: 9px;
}
.tabs .tabs_content .item {
  display: none;
}
.tabs .tabs_content .item:first-child {
  display: block;
}
@-webkit-keyframes popup_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.98);
    transform: translateY(30px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@keyframes popup_in {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.98);
    transform: translateY(30px) scale(0.98);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
}
@-webkit-keyframes popup_out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.98);
    transform: translateY(30px) scale(0.98);
  }
}
@keyframes popup_out {
  from {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(30px) scale(0.98);
    transform: translateY(30px) scale(0.98);
  }
}
.animation0s {
  -webkit-animation: none!important;
  animation: none!important;
  -webkit-animation-delay: 0s!important;
  animation-delay: 0s!important;
}
.animation0s * {
  -webkit-animation: none!important;
  animation: none!important;
  -webkit-animation-delay: 0s!important;
  animation-delay: 0s!important;
}
.transition0s {
  -webkit-transition: 0s!important;
  transition: 0s!important;
  -webkit-transition-delay: 0s!important;
  transition-delay: 0s!important;
}
.transition0s * {
  -webkit-transition: 0s!important;
  transition: 0s!important;
  -webkit-transition-delay: 0s!important;
  transition-delay: 0s!important;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.row.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row .w100,
.row .w67,
.row .w50,
.row .w33,
.row .w25,
.row .w20,
.row .w66,
.row .w67 {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.row .w100 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row .w67 {
  width: calc(100% - 33.333% - 24px);
}
.row .w50 {
  width: calc(50% - 24px);
}
.row .w33 {
  width: calc(33.333% - 24px);
}
.row .w25 {
  width: calc(25% - 24px);
}
.row .w20 {
  width: calc(20% - 24px);
}
.row.between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.row.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.row.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.margin0 {
  margin: 0;
}
.custom_dropdown {
  display: inline-block;
  position: relative;
  z-index: 15;
}
.custom_dropdown > a {
  position: relative;
}
.custom_dropdown .top {
  position: relative;
  z-index: 1;
  padding-right: 12px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-left: 0px !important;
}
.custom_dropdown .top:before {
  content: "";
  position: absolute;
  background: white;
  top: 8px;
  right: 0;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  border-radius: 15px 15px 0 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  background: url(../img/dropdown_arrow.svg) no-repeat center center;
}
.custom_dropdown .top button {
  background: none !important;
}
.custom_dropdown .top .arrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 0;
  margin: auto;
}
.custom_dropdown .top .arrow:after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 0;
  background: url(../img/arrow.png) no-repeat center center;
  width: 11px;
  height: 7px;
  margin: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.custom_dropdown .hidden .wrap {
  display: inline-table;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.custom_dropdown ul {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0px;
  right: 0px;
  background: white;
  z-index: 20;
  text-align: center;
  padding-left: 0;
  list-style: none;
  width: 100%;
  left: 0;
  padding-bottom: 10px;
}
.custom_dropdown ul li {
  margin: 0!important;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px solid #d8d8d8;
  height: 40px;
  opacity: 1;
}
.custom_dropdown ul li:last-child {
  margin-bottom: 0;
}
.custom_dropdown ul li a {
  padding: 5px 10px;
  width: 100%;
  min-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  text-decoration: none;
}
.custom_dropdown ul li a:hover {
  text-decoration: underline;
}
.custom_dropdown ul li:last-child {
  margin-bottom: 0;
  border: 0;
}
.custom_dropdown ul.slide_top {
  top: auto;
  bottom: calc(100% + 3px);
}
.custom_dropdown.open .arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom_dropdown.open .top:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.align_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header {
  min-width: 320px;
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
}
header .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
header .container:after {
  display: none!important;
}
header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
header .right {
  width: auto!important;
}
header .right,
header .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .main_btn {
  height: 40px;
}
header input {
  height: 40px;
}
header .main_logo {
  margin-right: 69px;
}
nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
nav ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
nav ol a {
  color: #111111;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Stolzl;
  line-height: 14px;
  letter-spacing: 1.2px;
}
nav ol a:hover {
  text-decoration: none;
  color: #006ade;
}
nav ol li {
  margin-right: 24px;
}
nav ol li:last-child {
  margin-right: 0;
}
nav.hover ol > li > a {
  color: #AEAEAE;
}
nav.hover .nav_dropdown .top:not(.active) a {
  color: #AEAEAE !important;
}
nav .dotted {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.nav_dropdown {
  position: relative;
  z-index: 50;
}
.nav_dropdown ul {
  min-width: 166px;
  padding-top: 10px;
  list-style: none;
  display: none;
  position: absolute;
  top: 15px;
  left: 44%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.nav_dropdown ul li {
  border: 0;
  height: auto;
  margin-right: 0;
  background-color: white;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.nav_dropdown ul li:first-child {
  padding-top: 13px;
  border-top: 1px solid #e8e8e8;
}
.nav_dropdown ul li:last-child {
  padding-bottom: 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.nav_dropdown ul li svg {
  vertical-align: middle;
  margin-right: 2px;
  display: inline-block;
}
.nav_dropdown ul a {
  text-align: left;
  display: block;
  color: #ffffff;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding: 11px 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #111111;
  white-space: nowrap;
}
.nav_dropdown ul a:hover {
  background: rgba(196, 196, 196, 0.1);
}
.nav_dropdown ul:after,
.nav_dropdown ul:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  border: 5px solid transparent;
  border-bottom: 5px solid #e8e8e8;
}
.nav_dropdown ul:after {
  border-bottom-color: white;
  top: 1px;
}
.nav_dropdown .multilevel {
  position: relative;
}
.nav_dropdown .multilevel > a:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  background: url(../img/hover_menu.svg) no-repeat center center;
  background-size: contain;
  width: 9px;
  height: 8px;
  opacity: 0.5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav_dropdown .multilevel a:hover:after {
  opacity: 1;
}
.nav_dropdown .multilevel.active > a {
  color: #ffffff;
  background: rgba(196, 196, 196, 0.1);
}
.nav_dropdown .multilevel.active a:after {
  opacity: 1;
}
.nav_dropdown .ul_level2 {
  position: absolute;
  width: 217px;
  top: 0;
  left: 100%;
  padding-top: 0;
}
.nav_dropdown .ul_level2:after {
  display: none;
}
.nav_dropdown .ul_level2 li:last-child {
  padding-bottom: 8px;
}
.nav_dropdown .ul_level2 li:first-child {
  border-radius: 0 4px 0 0;
  padding-top: 7px;
  padding-top: 0;
}
.nav_dropdown .ul_level2 li {
  background: #1473DB;
}
.nav_dropdown .ul_level2 a {
  padding-left: 22px;
  padding-right: 22px;
}
.search_block {
  width: 288px;
  position: relative;
}
.search_block input {
  width: 100%;
  padding-right: 90px;
}
.search_block .main_btn,
.search_block button {
  min-width: 174px!important;
  letter-spacing: 1.2px;
  padding: 4px 25px !important;
}
.search_block .buttons {
  text-align: right;
}
.search_block .buttons .main_btn {
  margin-right: 20px;
}
.search_block .buttons .main_btn:last-child {
  margin-right: 0;
}
.search_block form {
  display: none;
}
.search_block button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  min-height: initial;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  letter-spacing: 1.5px;
}
.search_block .close {
  display: none;
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  left: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px 29px;
}
.search_block .close svg,
.search_block .close img {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.account_block {
  width: 41px;
  height: 41px;
  border-radius: 2px;
  margin-left: 25px;
  background-color: rgba(196, 196, 196, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.account_block:hover {
  background-color: rgba(196, 196, 196, 0.5);
}
.account_block .main_btn {
  min-width: 88px;
}
.account_block .mobile_text {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 5px;
}
.lang_block {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 22px;
}
.lang_block span {
  opacity: 0.5;
  color: #000000;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
}
.lang_block .top span {
  opacity: 0.7;
  color: #1a1717;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 14px;
  text-transform: uppercase;
}
.lang_block .top {
  margin-bottom: 0!important;
}
.lang_block .custom_dropdown {
  padding-left: 0;
  margin-left: -2px;
}
.lang_block .custom_dropdown .top {
  padding-left: 8px !important;
}
.lang_block ul a {
  font-size: 12px;
}
.main_logo {
  padding-top: 1px;
}
.main_logo a,
.main_logo img {
  display: block;
}
.top_block_main_page {
  background-position: center center!important;
  background-size: cover!important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 94px;
  padding-bottom: 56px;
  padding-left: 15px;
  padding-right: 15px;
}
.top_block_main_page .bg {
  position: absolute;
  left: 49%;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.top_block_main_page .triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
  z-index: 5;
}
.top_block_main_page .container {
  padding-top: 0;
}
.top_block_main_page .block_decor {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  left: 49%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
.top_block_main_page .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.top_block_main_page .left,
.top_block_main_page .right {
  width: 50%;
  position: relative;
}
.top_block_main_page .left {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top_block_main_page .right {
  text-align: left;
  padding-left: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: center; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 13px;
}
.top_block_main_page h1 {
  color: #ffffff;
  font-size: 72px;
  font-size: 74px;
  line-height: 86px;
  font-family: Stolzl;
  font-weight: 300;
  margin-bottom: 30px;
}
.top_block_main_page h1 span {
  font-weight: 700;
  display: block;
}
.top_block_main_page h2 {
  color: #ffffff;
  font-size: 18px;
  opacity: 0.7;
  line-height: 21px;
  font-weight: 400;
  font-family: Stolzl;
}
#calculator {
  background-color: #ffffff;
  padding: 40px 49px 31px;
  padding-right: 53px;
  width: 100%;
  max-width: 588px;
  border-radius: 4px;
  /*form .row:first-child {
    position: relative;
    z-index: 90;
  }*/
}
#calculator .row > span {
  color: #aeaeae;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  display: block;
  margin-bottom: 7px;
}
#calculator .from,
#calculator .to {
  width: 50%;
}
#calculator .from label:first-child,
#calculator .to label:first-child {
  width: 100%;
}
#calculator .from .fs-dropdown-selected,
#calculator .to .fs-dropdown-selected {
  border-radius: 3px 0 0 3px;
  border-right-color: #e9e9e9;
}
#calculator .from input,
#calculator .to input {
  width: 68px;
  border-radius: 0 3px 3px 0;
  border-left-color: #e9e9e9;
}
#calculator .fs-dropdown-bottom .fs-dropdown-selected {
  border-radius: 0 0 0 3px!important;
}
#calculator .exchange {
  margin: 0 14px 12px;
  cursor: pointer;
}
#calculator .exchange svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: block;
}
#calculator .exchange svg:nth-child(2) {
  margin-top: 2px;
  margin-left: 5px;
}
#calculator .exchange:hover svg:nth-child(1) {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
#calculator .exchange:hover svg:nth-child(2) {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
#calculator .exchange:hover svg path {
  stroke: #000000;
}
#calculator .count_span {
  width: 18px;
  height: 19px;
  border-radius: 2px;
  background-color: #006ade;
  color: #f2f2f2;
  font-family: Stolzl;
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  text-align: center!important;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
#calculator label.count {
  position: relative;
  width: 66px;
  text-align: center;
}
#calculator label.count span {
  text-align: left;
}
#calculator label.count input {
  border: 0;
  padding: 0;
  width: 25px;
  margin: auto;
  text-align: center;
}
#calculator label.count .count_span {
  position: absolute;
  bottom: 10px;
}
#calculator label.count .minus {
  left: 0;
  line-height: 16px;
}
#calculator label.count .plus {
  right: 0;
  line-height: 19px;
}
#calculator .row.size label {
  margin-right: 15px;
}
#calculator .row.size label.count {
  margin-left: 5px;
  margin-right: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#calculator .row.size .wrap {
  margin: 0;
  text-align: center;
  position: relative;
  top: -2px;
}
#calculator .row.size span.wrap_input_prefix {
  margin-bottom: 0;
}
#calculator .row.bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#calculator .row.bottom .main_btn {
  min-width: 167px;
  font-size: 12px;
  width: 100%;
  -ms-flex-negative: 15;
  flex-shrink: 15;
  min-height: 42px;
  height: auto;
}
#calculator .row.bottom:after {
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e6e6;
  display: block;
  position: absolute;
}
#calculator .row.bottom .text {
  font-size: 14px;
  padding-top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-family: Stolzl;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  background: white;
  padding: 0 15px;
  z-index: 1;
  letter-spacing: 1px;
  letter-spacing: 1.5px;
}
#calculator .row.bottom .text span {
  margin-bottom: 4px;
  display: table;
}
#calculator .row.bottom .text a {
  color: #006ade;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
#calculator .row.bottom .text a:hover {
  color: #df0000;
}
#calculator .weight .with_image > svg {
  top: 46%;
}
#calculator .weight .label_wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 21px;
}
#calculator .weight .label_wrap input {
  width: 100%;
}
#calculator .weight .label_wrap span {
  width: 100%;
}
#calculator .weight .visual_weight {
  margin-right: -5px;
  padding-bottom: 5px;
}
#calculator .weight {
  font-size: 14px;
}
form .row {
  margin: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 23px;
  width: 100%;
}
form .row:last-child {
  margin-bottom: 0;
}
form label,
form .label {
  color: #aeaeae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  text-align: left;
}
form label input,
form .label input {
  width: 100%;
  font-size: 14px;
}
form label > span,
form .label > span {
  margin-bottom: 6px;
  display: block;
  font-family: "Open Sans";
  font-size: 11px;
  line-height: 13px;
  color: #888888;
}
form label > span svg,
form .label > span svg {
  vertical-align: middle;
  cursor: pointer;
  margin-bottom: -7px;
  position: relative;
  top: -6px;
  margin-left: 4px;
}
form label > span svg:hover circle,
form .label > span svg:hover circle {
  stroke: #006ade;
}
form label > span svg:hover path,
form .label > span svg:hover path {
  fill: #006ade;
}
form .label_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #aeaeae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  position: relative;
}
form .label_wrap > span {
  margin-bottom: 6px;
  display: block;
  text-align: left;
}
.visual_weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: px;
}
.visual_weight .icon {
  position: relative;
  margin-right: 14px;
}
.visual_weight .icon .box {
  width: 29px;
  height: 29px;
  border-radius: 2px;
  background-color: #006ade;
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.visual_weight .text {
  line-height: 17px;
  text-align: left;
  font-family: "Open Sans";
  font-size: 12px;
  width: 122px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
}
.visual_weight .text p,
.visual_weight .text span {
  color: #333333;
}
.visual_weight .text span {
  display: table;
  margin-bottom: 2px;
}
.visual_weight .text span:last-child {
  margin-bottom: 0;
}
.visual_weight svg.mobile {
  display: none;
}
.category_block {
  padding-bottom: 21px;
}
.category_block .top_row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.category_block .top_row a.link {
  letter-spacing: 1.6px;
  margin-bottom: 2px;
  margin-right: 17px;
  position: relative;
  top: -2px;
}
.category_block .top_row h1 {
  color: #000000;
  font-family: Muli;
  font-size: 30px;
  margin-bottom: 0px;
  font-family: Stolzl;
  font-weight: 500;
  line-height: 35px;
}
.category_block .top_row h2 {
  margin: 0;
  letter-spacing: 0;
  margin-bottom: -3px;
}
a.link {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.3px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-right: 10px;
  text-decoration: none;
  position: relative;
}
a.link * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.link:after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../img/arrow.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a.link:hover {
  color: #000000;
}
a.link.with_svg:after {
  display: none;
}
a.link.with_svg:hover svg path:nth-child(1) {
  fill: #000000;
}
a.link.with_svg:hover svg path:nth-child(2) {
  stroke: #000000;
}
.news_block {
  background-color: #f5f8fd;
  padding-bottom: 26px;
}
.news_block .cards {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.news_block .container {
  padding-top: 46px;
}
.news_block .triangle {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%) rotate(180deg);
  transform: translateY(50%) rotate(180deg);
  top: auto;
  right: 0;
  z-index: 5;
}
.date_news {
  color: #ffffff;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.3px;
  line-height: 14px;
  height: 21px;
  background-color: #006ade;
  padding: 4px 9.5px 3px 9.5px;
  border-radius: 3px;
  position: absolute;
  top: 18px;
  left: 205px;
  text-transform: uppercase;
}
.news_item {
  border-radius: 3px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 24px!important;
}
.news_item a.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
  padding-right: 12px;
}
.news_item img {
  display: block;
  width: 175px;
  height: 184px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.news_item .img {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.news_item .img:after {
  content: '';
  position: absolute;
  left: 0;
  right: -28px;
  top: 0;
  bottom: 0;
  background: url(../img/mask.svg) no-repeat right center;
  background-size: auto 100%;
}
.news_item h5 {
  margin-bottom: 10px;
  color: #333333;
  font-family: Stolzl;
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
  height: 23px;
  overflow: hidden;
}
.news_item .text_content {
  color: #000000;
  font-family: Stolzl;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  padding-top: 70px;
}
.news_item .text_content span {
  display: block;
  height: 62px;
  padding-right: 25px;
  overflow: hidden;
}
.news_item.big {
  height: 392px;
}
.news_item.big h5 {
  margin-bottom: 11px;
}
.news_item.big .img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  z-index: -1;
}
.news_item.big .img:after {
  display: none;
}
.news_item.big .img img {
  width: 100%;
  height: 100%;
}
.news_item.big .main {
  height: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  padding: 11px;
}
.news_item.big .text_content {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 27px 32px 14px;
}
.news_item.big .text_content span {
  height: 63px;
  display: block;
  overflow: hidden;
  letter-spacing: -0.05px;
}
.news_item.big .date_news {
  position: absolute;
  z-index: 1;
  left: auto;
  right: 18px;
  top: 17px;
}
.news_item:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
footer {
  background: white;
  position: relative;
  z-index: 5;
  padding-bottom: 19px;
}
footer .triangle {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
}
footer .lang_block {
  margin-bottom: 17px;
}
footer .container {
  padding-bottom: 16px;
  padding-top: 35px;
}
footer .main_logo {
  margin-bottom: 23px;
  margin-top: -4px;
}
footer .bottom {
  padding-top: 19px;
  margin-top: 18px;
  padding-right: 11px;
}
footer .copy {
  color: #aeaeae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}
footer .company {
  color: rgba(17, 17, 17, 0.5);
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: -0.3px;
  margin-top: 4px;
}
footer .company svg {
  margin-left: 2px;
}
footer .column {
  padding-top: 29px;
  width: auto;
  padding-left: 43px;
  margin-right: 0px;
  min-height: 180px;
  -webkit-box-flex: 1;
}
footer .column:nth-child(2) {
  padding-left: 9px;
}
footer .column:nth-child(4) {
  padding-left: 31px;
}
footer .column .text {
  opacity: 0.5;
  color: #000000;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 20px;
  min-height: 82px;
}
footer .column .top {
  position: relative;
  margin-bottom: 26px;
}
footer .column .top img {
  display: none;
}
footer .column:nth-child(5) {
  padding-right: 24px;
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}
footer .column.main {
  width: 224px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 0;
  padding-left: 0;
  padding-top: 22px;
  margin-left: 3px;
  padding-left: 4px;
}
footer .column.main .text {
  max-width: 190px;
  font-family: "Open Sans";
}
footer .column strong {
  opacity: 0.5;
  color: #1a1717;
  font-weight: 500;
  line-height: 14px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-family: Stolzl;
}
footer .column ul {
  list-style: none;
}
footer .column ul li {
  margin-bottom: 18px;
}
footer .column ul li:last-child {
  margin-bottom: 0;
}
footer .column ul a {
  line-height: 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans";
}
footer .contacts {
  width: 201px;
  margin-right: 6px;
  border-radius: 4px;
  padding-left: 23px;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
footer .contacts .top {
  margin-bottom: 21px;
}
footer .contacts a {
  font-family: "Open Sans";
  font-weight: 600;
}
footer .contacts a svg,
footer .contacts a span {
  display: inline;
}
footer .contacts a svg {
  margin-right: 11px;
}
footer .contacts > a {
  letter-spacing: -0.7px;
}
footer .contacts .tels {
  margin-bottom: 10px;
  margin-top: -3px;
  color: #006ade;
}
footer .contacts .tels svg {
  margin-right: 7px;
  position: relative;
  top: 2px;
}
footer .contacts .tels a,
footer .contacts .tels svg {
  display: inline;
}
footer .contacts .tels a {
  color: #006ade !important;
  margin: 0;
  letter-spacing: 0;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: 600;
}
footer .contacts span,
footer .contacts a {
  font-size: 14px;
  display: table;
  margin-bottom: 12px;
  margin-bottom: 9px;
  line-height: initial;
}
footer .contacts span:last-child,
footer .contacts a:last-child {
  margin-bottom: 0;
}
footer .contacts span a {
  display: inline!important;
  color: #006ade !important;
}
footer .contacts a {
  color: #4f4f4f;
}
footer .contacts a:hover {
  text-decoration: none;
  color: #006ade;
}
.social a {
  display: inline-block;
  margin-right: 25px;
}
.social a:last-child {
  margin-right: 0;
}
.social a svg circle {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.social a:hover svg path {
  fill: #333333;
}
.social a:hover svg circle {
  stroke: #333333;
}
.social svg {
  max-width: 19px;
  max-height: 19px;
  display: block;
}
svg path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.terminals_controll .terminal_list {
  width: 488px;
  background-color: #ffffff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.terminals_controll .left .line > .top_row {
  padding-left: 23px;
  border: 1px solid #f3f4fa;
  background-color: #ffffff;
  border-radius: 3px;
  height: 50px;
}
.terminals_controll .left .line > .top_row svg path {
  stroke: #ffffff;
}
.terminals_controll .left .line > .top_row input {
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 24px;
  font-weight: 400;
  font-family: Stolzl;
  padding-top: 13px;
}
.terminals_controll .left .line > .top_row h2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 24px;
  font-family: Stolzl;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding-right: 10px;
  margin-right: 0;
}
.terminals_controll .map {
  background: gray;
  width: 100%;
  margin-left: 24px;
  border-radius: 3px;
  position: relative;
}
.terminals_controll img.mumble {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.terminals_controll .left {
  width: 486px;
}
#google_map {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.order_courier {
  background-color: #f5f8fd;
  margin-top: 12px;
  padding: 18px 38px 19px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order_courier .text {
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  padding-right: 20px;
}
.order_courier .text a {
  text-decoration: none;
}
.order_courier .text .line {
  margin-bottom: 10px;
}
.order_courier .text .line a {
  margin-left: 16px;
}
.order_courier .text .line:last-child {
  margin-bottom: 0;
}
.order_courier .text span,
.order_courier .text a {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.order_courier .text a {
  color: #006ade;
}
.order_courier .line.bottom {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.order_courier .main_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 19px;
  letter-spacing: 1.5px;
}
.order_courier .icon {
  position: relative;
  padding-left: 25px;
  margin-left: 11px;
}
.order_courier .icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 20px;
  height: 19px;
  background: url(../img/tel.svg) no-repeat center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 1;
  background-size: 100% auto;
}
.map_controll_btns {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.map_controll_btns .btn {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.map_controll_btns .btn:hover {
  background: #d4d4d4;
}
.terminal_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  padding: 21px 23px 15px 20px;
  position: relative;
}
.terminal_list_item .column {
  width: 50%;
}
.terminal_list_item .column:nth-child(2) {
  padding-left: 47px;
  padding-bottom: 11px;
}
.terminal_list_item span {
  color: #111111;
}
.terminal_list_item .name,
.terminal_list_item .place {
  margin-right: 8px;
  color: #006ade;
  font-family: Stolzl;
  letter-spacing: 0.72px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1.82px;
  padding-right: 14px;
  background: white;
  position: relative;
  z-index: 1;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
}
.terminal_list_item .place {
  margin-right: 0;
  padding-right: 0;
  padding-left: 14px;
}
.terminal_list_item .address {
  position: relative;
}
.terminal_list_item .bottom_row {
  padding-left: 3px!important;
  padding-right: 36px!important;
}
.terminal_list_item .top_row {
  position: relative;
}
.terminal_list_item .top_row:after {
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e6e6;
  display: block;
  position: absolute;
}
.terminal_list_item .icon {
  position: relative;
  padding-left: 23px;
}
.terminal_list_item .icon:before,
.terminal_list_item .icon:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 3px;
  width: 12px;
  height: 15px;
  background: url(../img/ic_gps_empty.svg) no-repeat center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.terminal_list_item .icon:after {
  background-image: url(../img/ic_gps.svg);
  opacity: 0;
}
.terminal_list_item .icon:before {
  opacity: 0;
}
.terminal_list_item .icon:after {
  opacity: 1;
}
.terminal_list_item .tel:before,
.terminal_list_item .tel:after {
  width: 15px;
  height: 15px;
  left: -1px;
  background-image: url(../img/tel.svg);
  opacity: 0;
  top: 1px;
}
.terminal_list_item .time:after {
  background-image: url(../img/time.svg);
  left: 3px;
  top: 2px;
}
.terminal_list_item .check:after {
  background-image: url(../img/check.svg);
  left: 3px;
  top: -1px;
}
.terminal_list_item .tel:after {
  background-image: url(../img/tel.svg);
  opacity: 1;
}
.terminal_list_item .mail:before,
.terminal_list_item .mail:after {
  width: 18px;
  height: 16px;
  top: 0;
  left: -2px;
  background-image: url(../img/ic_mail_empty.svg);
}
.terminal_list_item .mail:after {
  background-image: url(../img/ic_mail.svg);
}
.terminal_list_item .contacts a {
  color: #090909;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 16px;
  display: table;
}
.terminal_list_item .contacts a:last-child {
  margin-bottom: 0;
}
.terminal_list_item.active .icon:before {
  opacity: 0;
}
.terminal_list_item.active .icon:after {
  opacity: 1;
}
.main_page .terminals_block {
  padding-bottom: 25px;
}
.main_page .terminals_block .top_row .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_page .terminals_block .top_row .left h2 {
  margin-right: 11px;
}
.main_page .parallax.el3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.parallax {
  position: absolute;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.search_block_interactive {
  position: relative;
  width: 204px;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  max-width: 100%;
  width: 100%;
}
.search_block_interactive input {
  width: 100%;
  height: 61px;
  border: 1px solid #f3f4fa;
  background-color: #ffffff;
  color: #006ade;
  font-family: Stolzl;
  font-weight: 600;
  line-height: 35px;
  font-size: 24px;
  padding-right: 52px;
  padding-left: 19px;
  padding-bottom: 11px;
  position: relative;
  padding-left: 13px;
  z-index: 11;
  font-size: 30px;
  letter-spacing: 0;
}
.search_block_interactive button.icon {
  border: 0;
  background: none;
  width: 30px;
  height: 100%;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  cursor: pointer;
  padding-top: 2px;
  z-index: 12;
}
.search_block_interactive button.icon:hover svg path {
  stroke: #333333;
}
.search_block_interactive .results {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 51px 0 0 13px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search_block_interactive .results ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none;
  padding-right: 13px;
  max-height: 190px;
}
.search_block_interactive .results li {
  font-family: Muli;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 20px;
  color: #3B3B3B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 6px;
  cursor: pointer;
}
.search_block_interactive .results li:last-child {
  margin: 0 0 15px;
}
.search_block_interactive .results li:hover {
  color: #006ade;
}
.search_block_interactive.active input {
  border-bottom-color: transparent;
}
.search_block_interactive.active .icon {
  right: 17px;
}
.search_block_interactive.active .results {
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.search_block_interactive .results {
  overflow: hidden;
}
.landing_content .img img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}
.price__range {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: auto;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.weight_calc_block .wrap {
  width: 100%;
}
.weight_calc_block:before {
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  bottom: 0;
  border-bottom: 1px solid #006ade;
  height: 1px;
  z-index: 3;
  pointer-events: none;
}
.weight_calc_block:after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  height: 42px;
  background: url(../img/range.svg) no-repeat center bottom;
  pointer-events: none;
}
.weight_calc_block .bg {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 0;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.weight_calc_block .bg .linesVer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../img/range_blue.svg) no-repeat center bottom;
}
.weight_calc_block .bg .lineHor {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid #006ade;
}
.weight_calc_block .with_image svg,
.weight_calc_block .with_image img {
  left: 8px!important;
}
.ui-slider-handle {
  width: 16px!important;
  height: 16px!important;
  background-color: #006ade !important;
  border-radius: 50%;
  border: 0!important;
  outline: none;
  cursor: pointer!important;
}
.ui-slider-handle:hover {
  background: #df0000 !important;
}
.ui-slider-handle:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
}
.ui-widget.ui-widget-content {
  border: 0;
}
.ui-widget.ui-widget-content {
  background: none;
}
.wrap_input_prefix {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.wrap_input_prefix:after {
  content: attr(data-prefix);
  position: absolute;
  right: 10px;
  top: 52%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
  color: #111111;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.7px;
  line-height: initial;
  text-transform: uppercase;
}
.wrap_input_prefix .up_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  color: #252525;
  font-family: Stolzl;
  font-size: inherit;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 12px;
}
.wrap_input_prefix .up_block span {
  width: auto!important;
  font-size: 14px;
}
.wrap_input_prefix .up_block .val {
  opacity: 0;
  margin-right: 4px;
  max-width: calc(100% - 20px);
}
.wrap_input_prefix input {
  padding-right: 31px;
}
.news_page .news_block {
  padding: 0;
}
.news_page .news_block .container {
  padding-top: 39px;
  padding-bottom: 0;
}
.news_item_simple {
  position: relative;
  border-bottom: 1px solid #d4d4d4;
  padding: 47px 22px 0 27px;
  margin-left: 0;
  margin-right: 0;
  width: 33.333%;
  padding-bottom: 53px;
}
.news_item_simple:nth-child(1),
.news_item_simple:nth-child(2),
.news_item_simple:nth-child(3) {
  padding-top: 0;
}
.news_item_simple:nth-child(3n + 1) {
  padding-left: 0;
  padding-right: 44px;
}
.news_item_simple:nth-child(3n + 3) {
  padding-right: 0;
  padding-left: 55px;
}
.news_item_simple .date_news {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 2px 10.5px;
  margin-bottom: 20px;
  display: table;
}
.news_item_simple h5 {
  color: #2f80ed;
  font-family: Muli;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  max-width: 265px;
  line-height: 25px;
  letter-spacing: 0.1px;
  margin-bottom: 18px;
  height: 50px;
  overflow: hidden;
}
.news_item_simple .text_content {
  color: #000000;
  font-family: Muli;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  height: 62px;
  overflow: hidden;
  margin-bottom: 33px;
}
.all_news {
  padding-bottom: 62px;
}
.all_news .bottom_row {
  text-align: center;
  margin-top: 38px;
}
.all_news .bottom_row a.link {
  margin-right: -4px;
}
.all_news a.link:hover {
  color: #df0000;
}
.all_news .container {
  padding-top: 48px;
}
.all_news h2 {
  font-size: 20px;
  margin: 0;
  letter-spacing: -0.5px;
}
.all_news h4 {
  color: #111111;
  font-family: "Sharp Sans";
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 0 34px;
}
.all_news .top_row {
  margin-bottom: 13px;
}
.right_sidebar {
  margin-left: 30px;
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.right_sidebar .share_block {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.right_sidebar h4 {
  color: #333333;
  font-family: Muli;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 14px;
}
.right_sidebar .news_item {
  width: 100%;
}
.right_sidebar .news_item h5 {
  font-size: 16px;
}
.right_sidebar .news_item .text_content span {
  font-size: 12px;
  line-height: 18px;
}
.right_sidebar .news_item .text_content {
  padding-top: 36px;
  padding-right: 15px;
}
.right_sidebar .news_item .img {
  margin-right: 21px;
}
.news_single {
  padding-bottom: 13px;
}
.news_single h1 {
  color: #010101;
  font-family: Muli;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 22px;
}
.article_content {
  width: 690px;
  margin-left: 103px;
}
.article_content .wrap {
  margin-right: 12px;
  width: 100%;
}
.article_content .date_news {
  color: white;
  position: static;
  display: table;
  text-decoration: none;
  margin-bottom: 13px;
}
.article_content .date_news:hover {
  color: white;
  text-decoration: underline;
}
.article_content .share_block {
  margin-top: 29px;
  padding-top: 19px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 53px;
}
.article_content img {
  margin-top: 35px;
}
.text * {
  color: #333333;
}
.text p,
.text ol,
.text li,
.text ul,
.text span {
  color: #888888;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.text h2,
.text h3,
.text h4,
.text h5 {
  font-family: Stolzl;
  font-weight: 400;
  margin-bottom: 17px;
  line-height: 28px;
  letter-spacing: 0;
}
.text a.date_news + * {
  margin-bottom: 0;
  letter-spacing: 0.35px;
}
.text img {
  max-width: 100%;
  height: auto;
  margin-top: 35px;
  margin-bottom: 43px;
}
.text table th *,
.text table th {
  color: #ffffff;
}
.text a {
  color: #006ade;
  text-decoration: underline;
}
.text a:hover {
  color: #df0000;
}
.share_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share_block span {
  margin-right: 28px;
  line-height: initial;
  opacity: 0.5;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.share_block a {
  margin-right: 9px;
}
.share_block a:last-child {
  margin-right: 0;
}
.share_block a svg,
.share_block a img {
  width: 37px;
  height: 37px;
  max-width: initial;
  max-height: initial;
}
.go_back_bottom {
  margin-top: 43px;
  margin-bottom: 10px;
}
.go_back_link a {
  color: #006ade;
  font-family: Muli;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.56px;
  line-height: 14px;
  margin-right: 0;
}
.go_back_link svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.go_back_link a:after {
  display: none;
}
.go_back_top {
  padding-top: 48px;
  padding-bottom: 0!important;
}
.go_back_top + div > .container {
  padding-top: 28px;
}
.service h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 30px;
}
.service .text p {
  line-height: 23px;
  max-width: 590px;
  margin-bottom: 21px;
}
.service .main_btn {
  font-size: 12px;
  min-width: 275px;
  margin-top: 23px;
}
.service table ~ p {
  padding-right: 19px;
  letter-spacing: 0.05px;
  line-height: 23px;
  max-width: 570px;
}
table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 688px;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 40px;
}
table th,
table td {
  vertical-align: middle!important;
}
table th {
  background-color: #006ade;
  height: 73px;
  padding: 5px 31px;
  color: #ffffff;
  font-family: Stolzl;
  font-weight: 400;
  line-height: 15px;
  font-size: 11px;
}
table th .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
table th b {
  display: block;
}
table th svg {
  margin-left: 1px;
  position: relative;
  top: 2px;
  margin-left: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
table td {
  height: 38px;
  padding: 5px 10px;
  color: #3b3b3b;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  border-right: 1px solid rgba(212, 212, 212, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
table td:last-child {
  border: 0;
}
table tr {
  background: #FFFFFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
table tr:nth-child(2n + 2) {
  background: #F9F9F9;
}
table.large:not(.fixed) {
  width: 878px;
}
table.large:not(.fixed) th {
  padding-left: 15px;
  padding-right: 15px;
}
table.terminals td:first-child {
  color: #006ade;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.simple_table td {
  border: 0;
}
.simple_table tr {
  background: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.simple_table label.checkbox {
  padding-left: 28px;
  display: inline-block;
}
.simple_table label.checkbox span {
  color: #2f80ed;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.simple_table label.checkbox .check {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #aeaeae;
  top: -1px;
}
.simple_table label.checkbox input + .check:after {
  width: auto;
  height: auto;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-image: url(../img/checked.svg);
  background-position: center 49%;
  background-repeat: no-repeat;
}
table:not(.account_table) tr:hover {
  border-radius: 3px;
}
table:not(.account_table) tr:hover td {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
}
table:not(.account_table) tr:hover td {
  border-color: transparent!important;
}
.special_table {
  padding-top: 6px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.special_table * {
  vertical-align: middle;
}
.special_table .top span {
  margin-right: 2px;
}
.special_table .top {
  text-align: left;
}
.special_table .bottom {
  color: #828282;
  font-family: Stolzl;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
}
.landing {
  position: relative;
  padding-bottom: 17px;
}
.landing .top_row h1 {
  margin-bottom: 17px;
  font-size: 30px;
  letter-spacing: -0.5px;
}
.landing .top_row p {
  color: #000000;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.landing_content {
  padding-bottom: 45px;
}
.landing_content .top_row .count {
  width: 50px;
  height: 50px;
  border: 5px solid rgba(0, 106, 222, 0.2);
  border-radius: 50%;
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.landing_content .top_row .count span {
  background: #006ade;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  font-family: "Open Sans";
}
.landing_content .top_row {
  margin-bottom: 26px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 35px;
}
.landing_content .text {
  width: 488px;
  margin-right: 50px;
  margin-bottom: 0;
  padding-bottom: 18px;
  font-size: 14px;
  padding-top: 13px;
}
.landing_content .text * {
  line-height: 25px;
  color: #000000;
}
.landing_content .text a {
  color: #006ade;
}
.landing_content .text p {
  margin-bottom: 24px;
  font-size: 14px;
}
.landing_content h2 {
  color: #000000;
  font-family: Stolzl;
  line-height: 35px;
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px!important;
}
.landing_content .content {
  padding-left: 66px;
}
.landing_content .img {
  margin-left: 50px;
  width: 488px;
  background: #F3F7F7;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  padding: 21px;
  margin-bottom: 0;
}
.landing_content .img img {
  display: block;
  width: 100%;
  max-width: 445px;
  margin: auto;
}
.landing_content > .row {
  margin-bottom: 23px;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.landing_content > .row:last-child {
  margin-bottom: 0;
}
.landing_content > .row:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 488px * 2  - 76px);
  height: 3px;
  background: url(../img/line_landing.svg) repeat-x center left;
  background-size: auto 3px;
  min-width: 50px;
}
.landing_content .row:nth-child(2n + 2) .text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 50px;
  margin-right: 5px;
}
.landing_content .row:nth-child(2n + 2) .img {
  margin-right: 50px;
  margin-left: 6px;
}
.landing_content .bottom_row {
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 109px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing_content .bottom_row:after {
  display: none;
}
.landing_content .bottom_row h5 {
  font-style: normal;
  line-height: normal;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  font-family: Stolzl;
  margin-bottom: 23px;
}
.landing_content .bottom_row .main_btn {
  min-width: 188px;
}
.parallax.el4 {
  top: 15%;
  left: 40%;
}
.parallax.el5 {
  right: 0;
  top: 26%;
}
.parallax.el6 {
  left: 52.5%;
  top: 37.5%;
}
.parallax.el7 {
  top: 61.5%;
  left: 0px;
}
.parallax.el8 {
  right: 0;
  bottom: 9.5%;
}
.parallax.el9 {
  left: 56.5%;
  top: -16px;
}
.parallax.el10 {
  right: calc((100% - 1248px) / 2 + 5px);
  top: 18%;
}
.parallax.el11 {
  left: 4px;
  top: 50.5%;
}
.parallax.el12 {
  bottom: 0;
  right: 0;
  -webkit-transform: none!important;
  transform: none!important;
}
.parallax.fixed {
  -webkit-transform: none!important;
  transform: none!important;
}
.brands {
  display: block;
  padding-bottom: 32px;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.brands ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.brands ul li {
  margin: 0 5px;
}
.brands ul li:first-child {
  margin-left: 0;
}
.brands ul li:last-child {
  margin-right: 0;
}
#brands_footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  padding: 0 10px;
}
#brands_footer img {
  width: auto;
  max-width: 100%;
  max-height: 45px;
}
.top_row_inner_page {
  padding-top: 43px;
  margin-bottom: -3px;
  padding-bottom: 31px;
}
.top_row_inner_page h1 {
  margin-bottom: 26px;
  font-size: 30px;
}
.top_row_inner_page h1 span {
  color: #B3B3B3;
}
.top_row_inner_page p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  max-width: 574px;
  font-family: "Open Sans";
}
.faq {
  padding-bottom: 96px;
}
.faq h2 {
  color: #333333;
  font-family: Stolzl;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 23px;
}
.accordion {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  max-width: 549px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion .top {
  color: #333333;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 55px 10px 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}
.accordion .top p {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  margin: 0;
  max-height: 57px;
  overflow: hidden;
}
.accordion .top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  height: 1px;
  border-top: 1px dashed #e0e0e0;
}
.accordion .top:hover circle {
  fill: #006ade;
}
.accordion .top:hover path {
  fill: white;
}
.accordion .top,
.accordion .content {
  padding-right: 16px;
}
.accordion .top {
  padding-right: 55px;
  padding-top: 27px;
  padding-bottom: 24px;
  height: auto;
}
.accordion .icon {
  position: absolute;
  right: 0;
  top: 33px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.accordion .text * {
  line-height: 20px;
}
.accordion .content {
  display: none;
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  padding-bottom: 17px;
}
.accordion .content * {
  max-width: 465px;
  line-height: 20px;
  color: #888888;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.accordion .content *:last-child {
  margin-bottom: 0;
}
.accordion.open .top .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion.open .top .icon circle {
  fill: #006ade;
}
.accordion.open .top .icon path {
  fill: white;
}
.contacts {
  padding-top: 14px;
}
.contacts .container {
  padding-bottom: 58px;
}
.contacts h1 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 32px;
}
.contacts .map {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 488px;
  height: 368px;
  margin-right: 112px;
  position: relative;
  margin-left: 6px;
}
.contacts div {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  line-height: 29px;
  font-size: 16px;
  color: black;
}
.contacts address {
  margin-top: 3px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 27px;
  font-size: 16px;
  margin-bottom: 32px;
}
.contacts .content {
  padding-right: 27px;
  padding-top: 18px;
  width: 100%;
}
.contacts .content a {
  display: table;
  color: #090909;
  text-decoration: none;
}
.contacts .content a:hover {
  color: #006ade;
}
.contacts .content a.tel {
  font-size: 18px;
  line-height: 25px;
}
.manager_item {
  width: 238px;
  border: 1px solid #f3f4fa;
  background: white;
  padding-top: 49px;
  margin-left: 0!important;
  margin-right: 0!important;
  width: 20%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.manager_item .top,
.manager_item .bottom {
  display: block;
  width: 100%;
}
.manager_item .top {
  padding: 0 20px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #d4d4d4;
}
.manager_item .top img {
  display: table;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 23px;
}
.manager_item .top span {
  display: block;
  text-align: center;
  color: #333333;
  font-family: Muli;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  height: 46px;
  overflow: hidden;
}
.manager_item .name {
  color: #333333;
  font-family: Muli;
  font-size: 16px;
  font-weight: 400;
  height: 34px;
  overflow: hidden;
  display: block;
  margin-bottom: 9px;
}
.manager_item .bottom {
  text-align: left;
  padding: 34px 28px 34px;
}
.manager_item .bottom a {
  display: table;
  color: #090909;
  font-family: Muli;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  padding-left: 23px;
  margin-bottom: 15px;
}
.manager_item .bottom a:last-child {
  margin-bottom: 0;
}
.manager_item .bottom a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 10px;
  background: url(../img/ic_mail.svg) no-repeat center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.manager_item .bottom a.mail {
  padding-left: 27px;
}
.manager_item .bottom a.tel:after {
  width: 13px;
  height: 13px;
  background-image: url(../img/tel_color.svg);
  left: 1px;
  top: 0px;
}
.manager_item:hover {
  background: #F9F9F9;
}
.contacts_page .parallax.el9 {
  left: 54.5%;
  top: 35%;
}
.contacts_page .parallax.el10 {
  right: 70px;
  top: 49.5%;
}
.contacts_page .parallax.el11 {
  left: -26px;
  top: 72.5%;
}
.terminals_page .parallax.el12 {
  bottom: 75px;
  right: calc((100% - 1248px) / 2 + 5px);
}
.terminals_page .parallax.el11 {
  left: -52px;
  top: 40.5%;
}
.terminals_page .parallax.el10 {
  right: calc((100% - 1248px) / 2 + 5px);
  top: 11.5%;
}
.terminals_page .parallax.el9 {
  left: 52.5%;
  top: -60px;
}
.terminals_page .top_row_inner_page h1 {
  letter-spacing: 0;
}
.terminals_top_row {
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.terminals_top_row:after {
  display: none!important;
}
.terminals_top_row .links {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ececec;
  background-color: #ffffff;
  border-radius: 3px;
  margin-right: 40px;
}
.terminals_top_row .links a {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 34.5px;
  border: 1px solid transparent;
  position: relative;
  text-decoration: none;
  opacity: 0.5;
  color: #333333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 3px;
  min-width: 111px;
  font-size: 14px;
}
.terminals_top_row .links a.active,
.terminals_top_row .links a:hover {
  color: #2f80ed;
  opacity: 1;
}
.terminals_top_row .links a.active {
  border: 1px solid #2f80ed;
}
.services_dropdown {
  width: 159px;
}
.services_dropdown span {
  color: #aeaeae;
  font-family: Stolzl;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 7px;
  display: block;
}
.services_dropdown .fs-dropdown-selected:after {
  width: 35px;
  top: 2px;
  background-image: url(../img/dropdown_arrow.svg);
}
.services_dropdown .fs-dropdown-item_placeholder {
  display: none;
}
.list_cities {
  padding-top: 50px;
  padding-bottom: 75px;
  -webkit-column-count: 2;
  column-count: 2;
  min-height: 100%;
}
.list_cities .item {
  display: inline-block;
  margin-bottom: 31px;
  width: 100%;
  position: relative;
  padding-left: 100px;
  padding-right: 43px;
  padding-top: 15px;
}
.list_cities .letter {
  color: #000000;
  font-family: Stolzl;
  font-size: 28px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
}
.list_cities .letter span {
  line-height: initial;
}
.list_cities .letter .count {
  opacity: 0.5;
  color: #000000;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  vertical-align: bottom;
  position: relative;
  top: -3px;
  left: 1px;
}
.list_cities ul {
  list-style: none;
  -webkit-column-count: 3;
  column-count: 3;
}
.list_cities ul li {
  padding-right: 5px;
  position: relative;
}
.list_cities ul a {
  color: #006ade;
  font-family: Stolzl;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}
.account_page .top_row_inner_page h1 {
  letter-spacing: 0;
  margin: 0;
}
.account_page .top_row_inner_page {
  padding-bottom: 0px;
}
.account_page .parallax.el9 {
  left: 56.5%;
  top: -65px;
}
.account_page .parallax.el10 {
  right: calc((100% - 1248px) / 2 - 57px);
  top: 109px;
}
.account_page .parallax.el11 {
  top: 52.5%;
}
.account_tabs {
  padding-top: 45px;
}
.account_tabs .main_tab {
  padding: 5px 26px;
}
.account_tabs .main_tab.active {
  padding: 5px 29px;
}
.account_tabs .tabs_content {
  margin-top: 23px;
}
.account_tabs .tabs_top_row {
  margin-bottom: 19px;
}
.account_tabs .search_block {
  margin-bottom: 2px;
}
.account_tabs .search_block input {
  height: 40px;
}
.account_tabs .search_block button {
  width: 40px;
  height: 40px;
  padding: 0;
}
.account_tabs .item {
  border-radius: 3px;
  background-color: #ffffff;
  padding: 21px 26px 23px 23px;
}
.account_tabs .item .tabs_top_row {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.account_tabs .fs-dropdown-selected,
.account_tabs .fs-dropdown-item {
  height: 40px;
  padding-left: 11px;
}
.account_tabs .search_block {
  width: 267px;
  max-width: 100%;
}
.account_tabs .search_block input {
  padding: 5px 12px;
  font-size: 14px;
}
.account_tabs .services_dropdown {
  width: 120px;
}
.account_tabs .services_dropdown .fs-dropdown-selected:after {
  width: 32px;
}
.account_tabs .bottom_btns .main_btn {
  margin-right: 28px;
  padding: 4px 38.5px;
}
.account_tabs .bottom_btns .main_btn:last-child {
  margin-right: 0;
}
.account_tabs .debit_card_content {
  max-width: 341px;
}
.select_date_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 100%;
  padding-right: 20px;
}
.services_dropdown {
  margin-right: 15px;
}
.services_dropdown:last-child {
  margin-right: 0;
}
.services_dropdown .fs-dropdown-item {
  font-size: 14px;
  font-family: Muli;
}
.services_dropdown .fs-dropdown-selected {
  font-family: Muli;
}
.account_table {
  table-layout: initial;
  width: 100%;
  max-width: initial;
  margin-bottom: 22px;
}
.account_table tr:first-child td {
  padding-top: 2px;
}
.account_table th {
  background: none;
  color: #333333;
  font-family: Muli;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  height: 35px;
  text-align: left;
}
.account_table th svg {
  top: 0;
  margin-left: 7px;
}
.account_table tr {
  background: white!important;
}
.account_table th,
.account_table td {
  padding-left: 10px;
  padding-right: 10px;
  padding: 2px 4px;
}
.account_table th {
  padding-left: 0;
}
.account_table td,
.account_table td:last-child {
  color: #000000;
  border: 1px solid #E5E5E5 !important;
}
.account_table td:first-child {
  width: 118px;
}
.account_table .wrap {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.account_table .number {
  color: #006ade;
  font-family: Muli;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}
.account_table .status.delivered {
  color: #37ab00;
}
.account_table .status.declined {
  color: #df0000;
}
.account_table .status.transit {
  color: #f4b000;
}
.account_table .mob_title,
.account_table .mob_address {
  display: none;
}
.account_table.with_checkbox td:first-child,
.account_table.with_checkbox th:first-child {
  width: 28px;
  padding-left: 0;
  border: 0!important;
}
.account_table.with_checkbox td:nth-child(2) {
  width: 120px;
}
.account_table.with_checkbox td:nth-child(3) {
  width: 148px;
}
.account_table.with_checkbox td:nth-child(4) {
  width: 122px;
}
.account_table.with_checkbox td:nth-child(5) {
  width: 101px;
}
.account_table.with_checkbox td:last-child {
  width: 147px;
}
.account_table label.checkbox .check {
  width: 16px;
  height: 16px;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.account_table.offers td:first-child,
.account_table.offers th:first-child {
  display: none;
}
.account_table.offers td:last-child {
  text-align: left;
  border: 0!important;
  padding: 2px 16px;
}
.account_table.offers td:nth-child(2) {
  width: 119px;
}
.account_table.offers td:nth-child(3) {
  width: 148px;
}
.account_table.offers td:nth-child(4) {
  width: 123px;
}
.account_table.offers td:nth-child(5) {
  width: 139px;
}
.account_table.offers td:last-child {
  width: 108px;
}
.account_table.offers td:nth-last-child(2) {
  width: 110px;
}
.account_table span.status {
  color: #006ade;
  letter-spacing: 0.1px;
  line-height: 14px;
  font-family: Muli;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.account_table span.status.true {
  color: #d4d4d4;
}
.account_table span.status b {
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 14px;
  text-transform: uppercase;
}
.order_block {
  padding-top: 8px;
  margin-bottom: 0;
  padding-bottom: 100px;
}
.order_block > .row {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.order_block .calc_wrap {
  padding: 0 39px;
}
.order_block .calc_wrap h5 {
  color: #333333;
  font-family: Stolzl;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
.order_block .calculator {
  max-width: 480px;
}
.order_block .line_hr {
  margin-bottom: 19px;
}
.order_block > .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.order_block .column.left {
  padding: 0 31px 29px;
  background-color: #ffffff;
}
.order_block .column.left .top_row {
  padding: 26px 31px 5px;
  padding: 23px 22px 5px;
  margin: 0 -31px 31px;
  margin-bottom: 40px;
}
.order_block .column.right {
  width: 488px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.order_block .column.right .top_row {
  padding-left: 24px;
  padding-right: 24px;
}
.order_block .column {
  border-radius: 3px;
}
.order_block .top_row {
  border-bottom: 1px solid #efefef;
  padding: 29px 26px 5px;
  height: 82px;
}
.order_block .calculator .radio span:after {
  background: #ffffff;
}
.order_block .radio_wrap {
  border: 1px solid #006ade;
  border-radius: 3px;
  overflow: hidden;
}
.order_block .calculator .radio span {
  min-height: 40px;
}
.order_block form > .row.payment_method {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
}
.order_block form > .row:last-child {
  margin-bottom: 0px!important;
}
.order_block .order_controll_btn {
  text-align: center;
}
.order_block.with_thanks_block .ship_order {
  margin-bottom: 0;
}

.calc_wrap #calculator .row {
  margin-bottom: 21px;
}
.ship_order input {
  color: #333333;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.navigation {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .main_btn {
  min-width: 231px;
}
.navigation .go_back_btn {
  margin-right: 18px;
}
.navigation.two_btn .main_btn {
  margin-right: 13px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.navigation.two_btn .main_btn:last-child {
  margin-right: 0;
}
.go_back_btn {
  height: 35px;
  background: none;
  border: 0;
  cursor: pointer;
}
.go_back_btn span {
  opacity: 0.3;
  color: #000000;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.go_back_btn svg {
  margin-right: 4px;
  width: 17px;
  height: 17px;
}
.go_back_btn circle {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.go_back_btn * {
  vertical-align: middle;
}
.go_back_btn:hover circle {
  fill: #006ade;
  opacity: 1;
}
.go_back_btn:hover span {
  opacity: 1;
  color: #006ade;
}
.ship_order,
.additional_service_business {
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}

.ship_order.loading,
.additional_service_business.loading {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ship_order.loading > div,
.additional_service_business.loading > div {
  opacity: 0.5;
}
.ship_order.loading + div,
.additional_service_business.loading + div {
  opacity: 0.5;
}
.ship_order .load_svg,
.additional_service_business .load_svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ship_order h5,
.additional_service_business h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  margin: 0;
  max-height: 46px;
  overflow: hidden;
}
.ship_order table td,
.additional_service_business table td {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.ship_order .data,
.additional_service_business .data {
  padding: 10px 26px 15px;
}
.ship_order .data .line_hr:last-child,
.additional_service_business .data .line_hr:last-child {
  margin-bottom: 0;
  margin-top: 19px;
}
.ship_order .data table,
.additional_service_business .data table {
  font-size: 16px;
  margin-bottom: 11px;
  table-layout: auto;
}
.ship_order .data table input,
.additional_service_business .data table input {
  width: 82px;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #d4d4d4;
}
.ship_order .data table td,
.additional_service_business .data table td {
  font-family: Stolzl;
  font-size: 16px;
}
.ship_order .data table td label,
.additional_service_business .data table td label {
  margin-right: 20px;
}
.ship_order .data table td:first-child,
.additional_service_business .data table td:first-child {
  text-align: left;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 0;
}
.ship_order .data table td:last-child,
.additional_service_business .data table td:last-child {
  text-align: right;
  padding-right: 0;
  color: black;
  line-height: 19px;
  text-transform: uppercase;
}
.ship_order .bottom,
.additional_service_business .bottom {
  padding: 2px 26px 14px;
}
.ship_order .bottom .left,
.additional_service_business .bottom .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ship_order .bottom .left > span,
.additional_service_business .bottom .left > span {
  margin-right: 6px;
  color: #333333;
  font-family: Stolzl;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.ship_order .bottom .left svg,
.additional_service_business .bottom .left svg {
  cursor: pointer;
}
.ship_order .bottom .left svg:hover circle,
.additional_service_business .bottom .left svg:hover circle {
  stroke: #006ade;
}
.ship_order .bottom .left svg:hover path,
.additional_service_business .bottom .left svg:hover path {
  fill: #006ade;
}
.ship_order .services_dropdown span,
.additional_service_business .services_dropdown span {
  font-size: 12px;
  margin-bottom: 4px;
}
.ship_order .services_dropdown input,
.additional_service_business .services_dropdown input {
  width: 100%;
}
.ship_order .services_dropdown,
.additional_service_business .services_dropdown {
  width: 162px;
}
.ship_order .price,
.additional_service_business .price {
  color: #333333;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
}
.line_hr {
  clear: both;
  fill: none;
  width: 100%;
  height: 1px;
  background: #efefef;
  pointer-events: none;
  position: relative;
}
.line_hr.dashed {
  background: transparent;
  border-top: 1px dashed #d4d4d4;
}
.line_hr.large:after {
  content: '';
  position: absolute;
  left: -70px;
  right: -54px;
  height: 1px;
  background: #d4d4d4;
}
.line_hr.medium:after {
  content: '';
  position: absolute;
  left: -47px;
  right: -56px;
  height: 1px;
  background: #d4d4d4;
}
.order_steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.order_steps:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px dashed #d4d4d4;
}
.order_steps .item {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 17px;
  color: #b2b2b2;
}
.order_steps .item:first-child {
  padding-left: 0;
}
.order_steps .item:last-child {
  padding-right: 0;
}
.order_steps .item span,
.order_steps .item a {
  color: #b2b2b2;
  font-family: Stolzl;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.order_steps .item.active .number {
  background-color: #006ade;
  border-color: #006ade;
  width: 36px;
  height: 36px;
}
.order_steps .item.active .number span {
  font: inherit;
  color: #ffffff;
}
.order_steps .item.active span {
  color: #333333;
}
.order_steps .item.checked .number {
  background-image: url(../img/checked_blue.svg);
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #006ade;
}
.order_steps .item.checked .number span {
  display: none;
}
.order_steps .item .number {
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border: 2px solid #b2b2b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
  color: #ffffff;
  font-family: Stolzl;
  font-size: 20px;
  font-weight: 400;
  line-height: 16px;
}
.order_steps .item .number span {
  font: inherit;
  color: #b2b2b2;
}
.order_steps .text a {
  margin-top: 4px;
  text-decoration: none;
  display: table;
  color: #333333;
}
.order_steps .text a svg {
  margin-right: 5px;
}
.order_steps .text a span {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font: inherit;
  color: inherit!important;
}
.order_steps .text a:hover {
  text-decoration: underline;
}
.order_steps .text a:hover svg path {
  fill: black;
}
.order_steps .text a:hover span {
  color: black!important;
}
.calc_wrap {
  margin-bottom: 20px;
}
.calc_wrap h5 {
  font-size: 18px;
  margin-bottom: 23px;
}
.calc_wrap #calculator {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  max-width: initial;
  padding: 0;
}
.calc_wrap #calculator .row {
  margin-bottom: 24px;
  z-index: initial;
}
.calc_wrap #calculator .exchange {
  margin: 0 25px 12px;
}
.calc_wrap #calculator .from input,
.calc_wrap #calculator .to input {
  width: 92px;
}
.calc_wrap #calculator .row.size label.count {
  margin-left: 29px;
  margin-right: 35px;
}
.calc_wrap #calculator .weight {
  font-size: 16px;
}
.calc_wrap .visual_weight .icon {
  margin-right: 6px;
}
.calc_wrap .visual_weight {
  width: 175px;
}
.order_controll_btn {
  margin-top: 41px;
  padding: 0 0px 25px;
  padding-top: 0;
  margin-top: -10px;
  padding-bottom: 14px;
}
.order_controll_btn div {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  margin-right: 29px;
  margin-bottom: 5px;
  color: #006ade;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.order_controll_btn div svg {
  vertical-align: middle;
  position: relative;
  left: -1px;
  top: -2px;
}
.order_controll_btn div:last-child {
  margin-right: 0;
}
.order_controll_btn div:hover {
  text-decoration: underline;
}
.order_controll_btn .line_hr {
  margin-bottom: 25px;
}
.order_form {
  margin: 0 39px;
  max-width: 480px;
  margin-bottom: 13px;
}
.order_form h5 {
  display: block;
  width: 100%;
  margin-bottom: 11px;
}
.order_form .row .row {
  margin-left: -12px;
  margin-right: -12px;
}
.order_form .row {
  width: auto!important;
}
.order_form > .row {
  padding-bottom: 18px!important;
}
.order_form > .row:last-child {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
  border: 0;
}
.order_form .row label,
.order_form .row .label {
  margin-bottom: 20px;
}
.order_form .row .row {
  max-width: 503px;
}
.order_form .describe_shipment {
  border-bottom: 1px solid #efefef;
  margin: 43px -33px 35px;
  padding: 0 33px 28px;
  width: auto;
  min-width: 100%;
}
.order_form .describe_shipment input {
  max-width: initial;
}
.order_form .describe_shipment label:first-child {
  width: 409px;
  margin-right: 20px;
}
.order_form .describe_shipment label:last-child {
  width: calc(100% - 409px - 25px);
  min-width: 126px;
}
.order_form input {
  max-width: 256px;
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.order_form label > span {
  margin-bottom: 7px;
}
.order_form .price {
  color: #2f80ed;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-right: 12px;
  min-width: 95px;
  display: inline-block;
}
.order_form .def3el {
  margin-bottom: 22px;
}
.order_form .def3el label:nth-child(1) {
  margin-right: 47px;
}
.order_form .def3el label:nth-child(2) {
  margin-right: 34px;
}
.order_form .def3el label:nth-child(3) {
  width: 87px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.order_form .def3el label {
  width: calc(100% / 2 - 50px);
}
.order_form .def3el label > span {
  font-size: 11px;
  margin-bottom: 6px;
}
.order_form .def3el label:last-child {
  margin-right: 0;
}
.order_form .fs-dropdown-selected:after {
  width: 18px;
  top: 2px;
  background-image: url(../img/dropdown_arrow.svg);
}
.order_form .fs-dropdown-item_placeholder {
  display: none;
}
.def3el.two_small label:nth-child(1) {
  margin-right: 25px;
  width: 150px;
}
.def3el.two_small label:nth-child(2) {
  margin-right: 25px;
  width: 150px;
}
.def3el.two_small label:nth-child(3) {
  width: calc(100% - 300px - 50px);
}
.select_row.w100 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 26px;
}
.select_row.w100:last-child {
  border: 0;
}
.select_row.w100 label {
  display: block;
  width: 100%;
}
i.arrow {
  display: inline-block;
  width: 20px;
  height: 7px;
  background: url('../img/arrow_i.svg') no-repeat center center;
  margin-left: 4px;
  margin-right: 5px;
}
.order_page {
  background: #edf2f7;
}
.order_page .top_row_inner_page {
  padding-bottom: 0;
}
.order_page .top_row_inner_page h1 {
  margin-bottom: 19px;
  letter-spacing: 0;
}
.order_created {
  margin-bottom: 35px;
}
.order_created h5 {
  font-size: 18px;
  margin-bottom: 13px;
}
.order_created .wrap {
  border-radius: 4px;
  background-color: #f5f8fd;
  padding: 22px 30px 32px;
}
.order_created .wrap h5 {
  font-size: 16px;
  margin-bottom: 27px;
}
.order_created .row {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-bottom: 38px;
  border: 0;
  padding: 0;
}
.order_created .row:last-child {
  margin-bottom: 0;
}
.order_created .row h5 {
  margin-bottom: 27px;
}
.order_created .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-right: 23px;
}
.order_created .column:first-child {
  padding-left: 0;
}
.order_created .column:first-child .info:first-child {
  padding-left: 0;
}
.order_created .column:last-child {
  padding-right: 0;
}
.order_created .column:last-child:after {
  display: none;
}
.order_created .column:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: rgba(0, 0, 0, 0.2);
}
.order_created .info {
  margin-right: 30px;
}
.order_created .item {
  position: relative;
  margin-bottom: 35px;
}
.order_created .item:last-child {
  margin-bottom: 0;
}
.order_created span {
  color: #aeaeae;
  font-family: Stolzl;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 10px;
  display: table;
}
.order_created p {
  margin: 0;
  color: #333333;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.order_created p span {
  display: inline;
  color: #333333;
  font-size: 16px;
}
.order_created .bottom_row .column {
  padding-right: 17px;
}
.order_created .bottom_row .column:nth-child(2) .info:first-child {
  padding-left: 0;
}
.order_created .bottom_row .column:nth-child(2) {
  padding-right: 13px;
}
.order_created .bottom_row .column:nth-child(2) .info:first-child {
  padding-left: 0;
}
.order_created .bottom_row .column:nth-child(2) .info:nth-child(2) {
  padding: 0 8px;
}
.edit_block_icons {
  position: absolute;
  top: -7px;
  right: -17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.edit_block_icons div {
  margin-left: 8px;
  cursor: pointer;
}
.edit_block_icons div svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 21px;
  height: 21px;
  display: block;
}
.edit_block_icons div:hover svg path {
  stroke: #006ade;
}
.order_created + .calc_wrap h5 {
  font-size: 16px;
  margin-bottom: 18px;
}
.discount {
  padding: 12px 26px 0px;
  width: 100%!important;
}
.discount .line_hr {
  margin-top: 11px;
}
.discount .select_date {
  width: 100%;
}
.discount .title {
  margin-bottom: 4px;
}
.discount input {
  width: 162px!important;
  color: #6d6d6d;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 14px;
}
.discount .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
}
.discount .item span {
  color: #272727;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-right: 20px;
  min-width: 117px;
  margin-bottom: 0;
}
.discount .item .edit_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discount .item .edit_block div {
  color: #aeaeae;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-right: 10px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.discount .item .edit_block div:hover {
  color: #000000;
}
.discount .item .edit_block .remove {
  color: #eb5757;
}
.input_grid {
  padding-bottom: 40px;
  margin-bottom: 30px!important;
  border-bottom: 1px dashed #d4d4d4;
}
.input_grid:last-child {
  padding-bottom: 4px;
  margin-bottom: 0;
  border: 0;
}
label.radio_btn {
  padding-left: 40px;
}
label.radio_btn .check {
  width: 14px;
  height: 14px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
}
label.radio_btn input + .check:after {
  width: 10px;
  height: 10px;
  background-color: #006ade;
  border-radius: 50%;
}
label.radio_btn span {
  color: #333333;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
label.radio_btn svg {
  margin-right: 3px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
}
label.radio_btn img {
  display: block;
  margin-right: 6px;
}
.accept {
  padding-left: 27px;
  padding-top: 3px;
  position: relative;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 27px;
  margin-bottom: 14px;
}
.accept .checkbox {
  position: absolute;
  left: 0;
  top: 0;
}
.accept a {
  letter-spacing: 0.25px;
  display: inline-block;
}
.accept .hiden {
  display: none;
}
.accept a.active span {
  display: none;
}
.accept a.active span.hiden {
  display: inline;
}
.payment_method {
  padding-bottom: 0!important;
  padding-top: 6px;
}
.payment_method .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%!important;
  margin: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -6px !important;
  margin-right: -6px !important;
  width: calc(100% + 12px) !important;
}
.payment_method .radio_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 42px;
  border: none!important;
  background-color: #ffffff;
  border-radius: 2px;
  padding: 5px;
  width: calc(33.333% - 6px);
  margin-left: 6px;
  margin-right: 6px;
  height: 98px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.payment_method .radio_btn .main {
  display: block;
  text-align: center;
}
.payment_method .radio_btn .main svg,
.payment_method .radio_btn .main img {
  display: inline-block;
  margin-bottom: 11px;
  margin-right: 0;
  max-height: 29px;
  -webkit-filter: grayscale(100%) brightness(150%);
  filter: grayscale(100%) brightness(150%);
}
.payment_method .radio_btn .main img {
  margin: 0;
  margin-bottom: 3px;
  margin-top: 5px;
  margin-left: 6px;
}
.payment_method .radio_btn .main span {
  display: block;
  text-align: center;
  opacity: 0.5;
  color: #333333;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.payment_method .radio_btn:last-child {
  margin-bottom: 15px;
}
.payment_method .radio_btn:hover {
  border-color: #006ade !important;
}
.payment_method .radio_btn:hover .check {
  border-color: #e6e6e6;
}
.payment_method .radio_btn:hover .main:before {
  border-color: #006ade;
}
.payment_method .radio_btn .check {
  margin: 0;
  top: 0;
  right: 0;
  left: auto;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 22px;
  height: 22px;
  position: absolute;
  background: #006ade url(../img/checked.svg) no-repeat center center;
  z-index: 1;
  border: 0!important;
  background-size: 10px auto;
  display: none;
}
.payment_method .radio_btn .check:after {
  display: none;
}
.payment_method .radio_btn .main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.payment_method .radio_btn input:checked ~ .main img,
.payment_method .radio_btn input:checked ~ .main svg {
  -webkit-filter: none;
  filter: none;
}
.payment_method .radio_btn input:checked ~ .main:before {
  border-color: #006ade;
}
.payment_method .radio_btn input:checked + .check {
  display: block;
}
.payment_method .radio_btn.disabled {
  cursor: default;
  background: #F5F5F5;
}
.payment_method .radio_btn.disabled .main > *,
.payment_method .radio_btn.disabled .check {
  opacity: 0.2;
}
.payment_method .radio_btn.disabled .main:before {
  border-color: #F5F5F5;
}
.debit_card_content {
  padding-bottom: 0!important;
}
.debit_card_content .row {
  max-width: 362px;
}
.debit_card_content .def3el label {
  margin-right: 14px!important;
  width: calc(100% / 3 - 9px) !important;
}
.debit_card_content .def3el label span {
  font-size: 11px;
}
.debit_card_content .def3el label:last-child {
  margin-right: 0!important;
}
.def1el label {
  width: 100%;
  margin: 0;
}
.def1el label input {
  max-width: initial;
}
.def2el {
  max-width: 505px;
}
.def2el label {
  width: 100%;
  margin-right: 47px;
}
.def2el label:last-child {
  margin-right: 0;
}
.select_row {
  padding-top: 5px;
  padding-bottom: 0;
  margin-bottom: -4px;
}
.select_row label {
  width: auto;
  margin-right: 29px;
}
.select_row .edit {
  color: #aeaeae;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: underline;
}
.select_row .edit:hover {
  color: #006ade;
}
.paypal_content {
  text-align: center;
}
.payment_link {
  text-align: center;
  margin: 13px auto 0;
}
.payment_link img {
  display: block;
}
.cryptocurrency_content {
  padding-top: 11px;
  margin-bottom: 48px!important;
}
.cryptocurrency_content .img {
  width: 165px;
  height: 165px;
  margin-left: -10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 21px;
  margin-top: -3px;
}
.cryptocurrency_content .img img {
  display: block;
  max-height: 100%;
  width: 100%;
}
.cryptocurrency_content .content {
  width: 100%;
}
.cryptocurrency_content .content .top {
  margin-bottom: 17px;
}
.cryptocurrency_content .content .top span {
  color: #4f4f4f;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.cryptocurrency_content .content .top .price {
  color: #333333;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: 16px;
  margin-right: 0;
}
.cryptocurrency_content .select_row {
  margin-bottom: 10px;
  padding-right: 26px;
}
.cryptocurrency_content .select_row label {
  width: 100%;
  margin-right: 20px;
}
.cryptocurrency_content .select_row label > span {
  font-size: 11px;
}
.cryptocurrency_content .select_row label input {
  max-width: initial;
  width: 100%;
}
.cryptocurrency_content .select_row .edit {
  margin-bottom: 11px;
}
.cryptocurrency_content .bottom_text {
  color: #aeaeae;
  font-family: Stolzl;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}
.track_number {
  color: #006ade;
  font-family: Stolzl;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}
.order_page.thanks .top_row_inner_page {
  margin-bottom: 3px;
}
.order_page.thanks .top_row_inner_page p {
  margin-bottom: 8px;
}
.order_page.thanks .column.left {
  padding: 0;
  background: none;
}
.order_page.thanks .column.left .row:nth-child(2n + 2) {
  position: relative;
}
.order_page.thanks .column.left .row:nth-child(2n + 2):after {
  content: "";
  position: absolute;
  background: white;
  left: 50%;
  top: 0;
  bottom: 12px;
  width: 25%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.order_page.thanks .column.right {
  width: 388px;
}
.order_page.thanks .bottom.row {
  border-top: 1px solid #efefef;
  padding-left: 30px;
}
.order_page.thanks .order_block .top_row {
  padding: 31px 30px 8px;
  height: auto;
  border: 0;
}
.order_page.thanks .ship_order .data,
.order_page.thanks .additional_service_business .data {
  margin-bottom: 48px;
  line-height: 20px;
  width: 162px;
  padding-left: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  word-break: break-word;
  font-family: Muli;
  font-size: 16px;
}
.info_item {
  padding: 26px 70px 46px;
  background: white;
  margin-bottom: 24px;
}
.info_item:last-child {
  margin-bottom: 0;
}
.info_item .main_btn {
  text-align: center;
}
.info_item .row {
  max-width: 504px;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 26px;
  position: relative;
}
.info_item .row:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  bottom: 0;
  border-bottom: 1px dashed #d4d4d4;
}
.info_item .row:last-child {
  border: 0;
  margin-bottom: 13px;
  padding-bottom: 0;
}
.info_item .row:last-child:after {
  display: none;
}
.info_item h5 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}
.info_item h6 {
  color: #333333;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 11px;
}
.info_item p {
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 15px;
  width: 100%;
}
.info_item .title {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 16px;
}
.info_item .title:after {
  content: "";
  position: absolute;
  left: -200px;
  right: -200px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #efefef;
}
.info_item ul {
  list-style: none;
}
.info_item ul li {
  margin-bottom: 8px;
  line-height: 19px;
}
.info_item ul li:last-child {
  margin-bottom: 0;
}
.info_item .data {
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  word-break: break-word;
}
.info_item .data b {
  font-weight: 600;
}
.info_item .info {
  margin-top: 8px;
  position: relative;
  max-width: 480px;
  padding-left: 28px;
  color: #666666;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.info_item .info.w100 {
  margin-left: 12px;
  margin-right: 12px;
}
.info_item .info p {
  font-size: 12px;
  line-height: 19px;
}
.info_item .info p:last-child {
  margin-bottom: 0;
}
.info_item .info svg {
  position: absolute;
  left: 0;
  top: 0;
}
.info_item .w50 .data {
  margin-bottom: 28px;
}
.info_item .w50 .data p:last-child {
  margin-bottom: 0;
}
.info_item .w50 .data:last-child {
  margin-bottom: 0;
}
.ship_from .data,
.ship_to .data {
  max-width: 162px;
}
.user_settings {
  margin-bottom: 51px;
}
.user_settings .def2el {
  max-width: initial;
}
.user_settings input {
  max-width: initial;
  max-width: 230px;
}
.user_settings label {
  max-width: 229px;
  display: table;
  margin-bottom: 16px;
}
.user_settings label:last-child {
  margin-bottom: 0;
}
.user_settings .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 625px;
  margin-bottom: 17px;
}
.user_settings label > span {
  font-size: 11px;
  margin-bottom: 5px;
}
.user_settings .order_controll_btn {
  margin-top: 19px;
  width: 100%;
  padding: 0 0px 40px;
}
.user_settings .input_grid .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.user_settings .input_grid .wrap .column {
  width: 229px;
  margin-right: 20px;
}
.user_settings .input_grid .wrap .column:last-child {
  margin-right: 0;
}
.user_settings .input_grid .wrap .row {
  display: inline-block;
}
.card_settings,
.user_settings .input_grid {
  max-width: initial;
  width: auto;
  border-bottom: 1px solid #efefef;
  margin-left: -29px;
  margin-right: -29px;
  padding-left: 29px;
  padding-right: 29px;
}
.card_settings .order_controll_btn {
  margin-top: 0;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 2px;
}
.card_settings .order_controll_btn .add {
  width: 169px;
}
.card_settings .order_controll_btn .text_only {
  letter-spacing: 0;
}
.card_settings h5 {
  margin-bottom: 32px;
}
.card_settings .order_form {
  padding-bottom: 14px;
}
.card_settings .debit_card_content {
  padding-top: 3px;
  margin-bottom: 0!important;
}
.card_settings .debit_card_content .row {
  margin-bottom: 21px;
}
.card_settings .debit_card_content label > span {
  font-size: 11px;
}
.card_settings .debit_card_content h5 {
  margin-bottom: 20px;
}
.card_settings .debit_card_content .def3el label {
  -ms-flex-negative: initial;
  flex-shrink: initial;
  margin-right: 25px!important;
  width: calc(100% / 3 - 16px) !important;
}
.card_settings .debit_card_content .def3el label:last-child {
  margin-right: 0!important;
}
.user_settings_page .account_tabs .item {
  max-width: 788px;
  padding: 30px 29px 2px;
}
.cards_list {
  width: 100%;
}
.card_item {
  width: 100%;
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 8px;
  position: relative;
  padding-left: 26px;
  margin-bottom: 26px;
  padding-right: 60px;
}
.card_item .number {
  color: #000000;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 0;
}
.card_item div {
  color: #000000;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.card_item .line {
  margin-bottom: 7px;
}
.card_item .line:last-child {
  margin-bottom: 0;
}
.card_item .line div,
.card_item .line img {
  display: inline-block;
  vertical-align: middle;
}
.card_item .line img {
  margin-right: 7px;
}
.card_item .bottom {
  opacity: 0.5;
}
.card_item .bottom div {
  margin-right: 22px;
  margin-bottom: 10px;
}
.card_item .key {
  padding-top: 4px;
}
.card_item .edit_block_icons {
  top: 14px;
  right: -3px;
}
.tab_text {
  margin-bottom: 53px;
  padding-top: 16px;
}
.tab_text p {
  max-width: 458px;
}
.tab_text * {
  font-family: "Open Sans" !important;
}
.tab_text h2,
.tab_text h3,
.tab_text h4,
.tab_text h5 {
  margin-bottom: 15px;
}
.single_map {
  height: 589px;
  max-height: 70vh;
  min-height: 170px;
}
.map_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
footer .contacts .content {
  padding-right: 0;
  padding-top: 0;
}
.mobile_block_wrap {
  padding: 10px 0 26px 0;
  max-height: calc(100vh - 60px);
  overflow: auto;
}
.header_mobile_block {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background: white;
  z-index: 90;
  display: none;
}
.header_mobile_block .wrap {
  background: #006ade;
  padding: 10px 0 0 0;
  position: relative;
  margin-top: 11px;
}
.header_mobile_block .wrap:before {
  content: "";
  position: absolute;
  left: 21px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #006ade;
}
.header_mobile_block nav ol a,
.header_mobile_block .nav_dropdown .top a {
  color: #ffffff;
}
.header_mobile_block nav ol {
  display: block;
  max-height: 100% !important;
}
.header_mobile_block nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 14px;
  position: relative;
  background: #006ade;
}
.header_mobile_block nav ol {
  overflow: auto;
}
.header_mobile_block nav ol li {
  margin-bottom: 5px;
  margin-right: 0;
}
.header_mobile_block nav ol li:last-child {
  margin-bottom: 0;
}
.header_mobile_block nav ol li a {
  padding-left: 20px;
  padding-right: 20px;
}
.header_mobile_block .ul_level1 > li {
  margin-bottom: -2px;
}
.header_mobile_block .multilevel > a:after,
.header_mobile_block .nav_dropdown .top a:after {
  right: 17px;
}
.header_mobile_block .multilevel.active > a {
  background-color: #1474dc !important;
}
.header_mobile_block .multilevel.active > a:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.header_mobile_block .nav_dropdown .ul_level2 {
  padding: 0;
}
.header_mobile_block .nav_dropdown .ul_level2 a {
  padding-left: 60px;
  padding-right: 60px;
}
.header_mobile_block .nav_dropdown .ul_level2 li {
  margin-bottom: 0.5px;
}
.header_mobile_block .ul_level1 {
  padding-top: 0;
}
.header_mobile_block .ul_level1 > li > a {
  padding-left: 40px;
  padding-right: 40px;
}
.header_mobile_block .ul_level1 > li:last-child {
  padding-bottom: 8px;
}
.header_mobile_block .ul_level2 {
  margin-bottom: -6px;
}
.header_mobile_block .account_block {
  margin: 27px 20px 0;
}
.header_mobile_block .account_block * {
  color: #ffffff;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  border: 0;
  height: auto;
  text-transform: none;
  min-width: initial;
  width: auto;
  letter-spacing: 0;
  padding: 0!important;
  min-width: initial!important;
  margin-bottom: 22px;
}
.header_mobile_block .account_block *:last-child {
  margin-bottom: 0;
}
.header_mobile_block .lang_block {
  position: absolute;
  margin: 0;
  top: 20px;
  right: 20px;
  color: #ffffff;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: none;
}
.header_mobile_block .nav_dropdown .top.active a:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.mobile_only {
  display: none;
}
.terminals_controll .terminal_list {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-bottom: 35px;
}
.terminals_controll .map {
  -ms-flex-negative: 8;
  flex-shrink: 8;
}
.managers_slider {
  height: 439px;
  overflow: hidden;
  opacity: 0;
}
.managers_slider .manager_item {
  width: 100%;
}
.managers_slider .manager_item .top img {
  width: 140px;
  height: 140px;
}
.managers_slider * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.right_sidebar .news_item .text_content span {
  height: 54px;
}
label.checkbox .main {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order_created .bottom_row .column:last-child {
  padding-right: 0;
}
label {
  position: relative;
}
label .error,
label .done {
  position: absolute;
  left: 0;
  right: 0;
  color: #eb5757;
  font-family: Stolzl;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  top: 100%;
  width: 100%;
  margin: 4px 0 0!important;
  display: none;
}
label .done {
  color: #019456 !important;
}
label.errow .error,
label.error .error {
  display: block;
}
label.errow input,
label.error input {
  border-color: #eb5757 !important;
}
label.done .done {
  display: block;
}
label.done input {
  border-color: #019456 !important;
}
.mobile_btn {
  display: none;
}
.select_date_block .checkbox {
  display: none;
  height: 30px;
  width: 16px;
  padding: 0;
  margin-left: 20px;
  margin-right: 11px;
}
.select_date_block .select_date:first-of-type {
  margin-left: 20px;
}
.fht-table-wrapper table {
  margin-bottom: 0;
  table-layout: auto;
  font-size: 14px;
  max-width: initial;
}
.fht-table-wrapper th,
.fht-table-wrapper tr {
  min-width: 145px;
  vertical-align: middle;
}
.fht-table-wrapper th {
  font-size: 11px!important;
}
.fht-table-wrapper .fht-fixed-column .fht-thead,
.fht-table-wrapper .fht-fixed-column .fht-tbody {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
}
.fht-fixed-column .fht-tbody {
  margin-top: 0!important;
}
.table_scroll_wrap {
  margin-top: 36px;
  margin-bottom: -11px;
  max-width: 688px;
}
.fht-table-wrapper {
  overflow: visible!important;
  max-width: 100%;
  width: 688px!important;
}
.fht-table-wrapper tr {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fht-table-wrapper .fht-fixed-body {
  width: 688px!important;
  max-width: 100%;
}
.fht-table-wrapper .fht-fixed-body .fixed.fht-table {
  width: 688px!important;
  max-width: 100%;
}
.fht-table-wrapper .fht-fixed-body {
  height: 100%;
}
.table_scroll_wrap {
  max-width: 100%;
}
.table_scroll_wrap .fht-table-wrapper .fht-fixed-body,
.table_scroll_wrap .fht-table-wrapper .fht-fixed-body .fixed.fht-table {
  width: 878px!important;
  max-width: 100%;
}
.table_scroll_wrap table.large {
  width: 100%;
}
.table_scroll_wrap .fht-table-wrapper {
  width: 878px!important;
  max-width: 100%;
}
.accordion.weight {
  background-color: #ffffff;
  border-radius: 0;
}
.accordion.weight:nth-child(2n + 2) {
  background-color: #f9f9f9;
}
.accordion.weight .title {
  color: #000000;
  font-family: Stolzl;
  font-size: 11px;
  font-weight: 700;
  line-height: 13px;
  padding-right: 20px;
  width: 66%;
  line-height: 15px;
}
.accordion.weight .value {
  color: #3b3b3b;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.accordion.weight .top {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 45px;
}
.accordion.weight .top:before {
  display: none;
}
.accordion.weight .icon {
  right: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.accordion.weight .top,
.accordion.weight .content {
  padding-left: 11px;
}
.accordion.weight .weight_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion.weight .content {
  padding-right: 55px;
  padding-bottom: 6px;
}
.accordion.weight .content .title {
  padding-right: 25%;
}
.accordion.weight .weight_item {
  margin-bottom: 30px;
}
.accordion.weight .weight_item:first-child {
  margin-top: 24px;
}
.accordion.weight .weight_item:last-child {
  margin-bottom: 0;
}
.accordion_wrap.weight {
  max-width: 588px;
  margin-bottom: 33px;
}
.accordion_wrap.weight .content * {
  max-width: initial;
}
.accordion_wrap.weight .icon {
  top: 55%;
}
.accordion_wrap.weight .special_table {
  width: 100%;
}
.accordion_wrap.weight .special_table .top span {
  line-height: 16px;
}
.accordion_wrap.weight .special_table .top {
  height: auto;
  min-height: initial;
  padding: 0;
  text-align: center;
  margin-bottom: 2px;
}
.accordion_wrap.weight .special_table .top,
.accordion_wrap.weight .special_table .bottom {
  display: table;
  margin: auto;
}
.accordion_wrap.weight .special_table .bottom {
  display: table!important;
}
.accordion_wrap.weight .special_table .top span {
  margin-right: 7px;
}
.lang_box .top {
  color: #3b3b3b;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.lang_box .ul {
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 79px;
  display: none;
}
.lang_box .ul:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  height: 20px;
}
.lang_box ul {
  display: block;
  margin-top: 21px;
  background-color: #006ade;
  border-radius: 4px;
  overflow: visible;
  padding-top: 20px;
  padding-bottom: 16px;
  position: relative;
  top: 0;
}
.lang_box ul:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom: 10px solid #006ade;
}
.lang_box ul li {
  height: auto;
  border: 0;
  margin-bottom: -3px;
}
.lang_box ul li a.active {
  background-color: rgba(196, 196, 196, 0.1);
}
.header_mobile_block .nav_dropdown ul:after {
  display: none;
}
.header_mobile_block .lang_box {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-left: 22px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 26px;
  margin-bottom: 15px;
}
.header_mobile_block .lang_box a,
.header_mobile_block .lang_box span {
  color: #ffffff;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-right: 26px;
}
.header_mobile_block .lang_box span {
  font-weight: 600;
}
.header_mobile_block .account_block .mobile_text {
  display: table;
}
.header_mobile_block nav ol a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news_block .cards {
  position: relative;
  z-index: 1;
}
.terminals_top_row .services_dropdown .fs-dropdown-selected {
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 600;
}
.main_tabs_dop_wrap {
  position: relative;
}
.main_tabs_dop_wrap:before {
  content: '';
  left: -20px;
  top: 0;
  bottom: 0;
  width: 60px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#f5f8fd), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #f5f8fd 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 5;
}
.main_tabs_dop_wrap:after {
  content: '';
  right: -20px;
  top: 0;
  bottom: 0;
  width: 60px;
  display: block;
  background: -webkit-gradient(linear, right top, left top, from(#f5f8fd), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to left, #f5f8fd 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 5;
}
.tabs.swipe .main_tabs {
  margin-left: -30px;
  overflow: hidden;
  width: calc(100% + 60px) !important;
  padding-top: 0;
}
.tabs.swipe .main_tabs .wrap {
  margin-left: 30px;
  margin-right: 30px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.terminals_single_page {
  z-index: 0;
}
.share_block .social path,
.share_block .social circle {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.share_block .social .facebook:hover path {
  fill: white;
}
.share_block .social .facebook:hover circle {
  stroke: #006ADE;
  fill: #006ADE;
}
.share_block .social .twitter:hover path {
  fill: white;
}
.share_block .social .twitter:hover circle {
  /*stroke: #00A7E6;*/
  /*fill: #00A7E6;*/
}
.share_block .social .google:hover path {
  fill: white;
}
.share_block .social .google:hover circle {
  stroke: #D64837;
  fill: #D64837;
}
.page404 {
  min-height: 498px;
  background: #f8fafe url(../img/404.png) no-repeat center center !important;
  background-size: cover !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 33px;
}
.page404 .error_text {
  color: #006ade;
  font-family: Stolzl;
  font-size: 203px;
  font-weight: 800;
  line-height: 238px;
  opacity: 1;
  margin-bottom: 17px;
  padding-left: 20px;
}
.page404 p {
  opacity: 0.5;
  color: #000000;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.page404 .content_404 {
  max-width: 488px;
  text-align: center;
}
.page404 .parallax.el10 {
  top: 22%;
}
.page404 .parallax.el11 {
  left: -31px;
  top: 64.5%;
}
.parallax.el12 {
  top: 10%;
  left: 12px;
}
.parallax.el13 {
  top: 24%;
  left: 68%;
}
.parallax.el14 {
  top: 11px;
  left: 46%;
}
.parallax {
  opacity: 0;
}
.parallax_wrap {
  position: absolute!important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tooltip {
  display: inline-block;
  position: relative;
  z-index: 10;
}
.tooltip .tooltip_content {
  position: absolute;
  padding-left: 5px;
  width: 190px;
  min-height: 73px;
  top: -6px;
  left: 100%;
  margin-left: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.tooltip .tooltip_content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 10px;
}
.tooltip .tooltip_content .wrap {
  border-radius: 3px;
  padding: 12px;
  width: 100%;
  height: 100%;
  min-height: 73px;
  font-size: 11px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  color: black;
}
.tooltip .tooltip_content .wrap:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 10px;
  border: 5px solid transparent;
  border-right: 5px solid #ffffff;
}
.tooltip:hover svg circle {
  stroke: #006ade;
}
.tooltip:hover svg path {
  fill: #006ade;
}
.tooltip:hover .tooltip_content {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
label .tooltip svg circle {
  stroke: rgba(79, 79, 79, 0.5);
}
label .tooltip svg path {
  fill: rgba(79, 79, 79, 0.5);
}
.special_table .tooltip .tooltip_content {
  display: none;
  margin-bottom: -10px;
  top: auto;
  bottom: 0;
}
.special_table .tooltip .tooltip_content .wrap:before {
  top: auto;
  bottom: 12px;
}
.special_table .tooltip:hover .tooltip_content {
  display: block;
}
.discount_block {
  width: 104px;
}
.discount_block span {
  color: #aeaeae;
  font-family: Stolzl;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  margin-bottom: 7px;
  display: block;
}
.discount_block input {
  width: 100%;
  font-size: 14px;
}
.ship_order .tooltip .tooltip_content .wrap {
  font-size: 12px;
}
.pp-section {
  position: absolute !important;
}
.page_slide_wrap {
  height: 100vh;
  overflow: hidden;
  opacity: 0;
  width: 100%;
}
.page_slide_wrap .section {
  padding-top: 0;
  background: #f5f8fd;
  min-height: 100vh;
  width: 100%;
}
.page_slide_wrap .section > div {
  padding-top: 100px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page_slide_wrap .section > div .container {
  padding-top: 0;
}
.page_slide_wrap .section.all_news {
  min-height: initial;
  margin-bottom: 27px;
}
.page_slide_wrap .section.with_footer > div {
  min-height: initial;
}
header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: none;
}
header .search_block {
  width: 419px;
}
header .search_block .main_btn {
  color: #ffffff;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  height: 42px;
  min-width: 102px;
}
header .search_block input {
  height: 42px;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  padding-left: 20px;
  padding-right: 40px;
  color: white;
}
header .search_block input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search_block input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search_block input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search_block input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search_block div {
  position: relative;
}
header .search_block svg {
  position: absolute;
  top: 50%;
  left: -35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
header .search_block svg:hover path {
  fill: #006ade;
}
header .search_block .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .search_block .wrap button {
  position: static;
  border-radius: 3px;
}
header.with_bg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: white;
}
header.with_bg .account_block {
  background: #e6efff;
}
header.with_bg .account_block svg path {
  fill: #006ade;
}
header.with_bg .search_block input {
  background-color: rgba(51, 51, 51, 0.05);
  color: #111111;
}
header.with_bg .search_block input::-webkit-input-placeholder {
  color: rgba(17, 17, 17, 0.5);
}
header.with_bg .search_block input::-moz-placeholder {
  color: rgba(17, 17, 17, 0.5);
}
header.with_bg .search_block input:-moz-placeholder {
  color: rgba(17, 17, 17, 0.5);
}
header.with_bg .search_block input:-ms-input-placeholder {
  color: rgba(17, 17, 17, 0.5);
}
.row_title {
  position: relative;
  color: rgba(17, 17, 17, 0.5);
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.72px;
  line-height: 14px;
  width: 100%;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.row_title span {
  display: table;
  background: white;
  padding: 2px 7px 2px 0;
  position: relative;
  z-index: 1;
  letter-spacing: 2px;
}
.row_title:after {
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #e6e6e6;
  display: block;
  position: absolute;
}
.calculator h5 {
  width: 100%;
  display: block;
}
.calculator .row {
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}
.calculator .row:nth-child(2) {
  z-index: 100;
  position: relative;
}
.calculator .row.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.calculator .with_image > svg,
.calculator .with_image > img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  pointer-events: none;
  z-index: 4;
}
.calculator .with_image input,
.calculator .with_image .fs-dropdown-selected {
  padding-left: 33px!important;
}
.calculator .row {
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.calculator .row.size {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.calculator .row.size .main_btn {
  font-size: 12px;
  font-family: Stolzl;
  letter-spacing: 1.56px;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 29px 2px;
}
.calculator .size .with_image img,
.calculator .size .with_image svg {
  left: 4px;
}
.calculator .radio_wrap {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.calculator .radio_wrap .w50 {
  margin-left: 0;
  margin-right: 0;
}
.calculator .radio_wrap .w50 input {
  margin: 0;
  width: 100%;
}
.calculator .radio {
  text-align: center;
  background: #fafafa;
  margin: 0;
  width: 50%;
  display: block;
  cursor: pointer;
}
.calculator .radio span {
  min-height: 42px;
  padding: 5px 10px;
  margin: 0;
  display: table;
  color: #111111;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  letter-spacing: 1.5px;
}
.calculator .radio span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F5F8FD;
  z-index: -1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.calculator .radio input {
  display: none;
}
.calculator .radio input:checked + span {
  color: white;
  letter-spacing: 1.2px;
  font-weight: 500;
}
.calculator .radio input:checked + span:after {
  background-color: #006ade !important;
}
.calculator .weight {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.calculator .tabs_el {
  display: none;
}
.calculator .tabs_el:first-of-type {
  display: block;
}
.calculator .tabs_el .row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.calculator .tabs_el .row label {
  margin-bottom: 0;
}
.calculator .tabs_el .fs-dropdown-selected {
  padding-left: 10px;
}
.calculator .tabs_el label:not(.with_image) input {
  padding-left: 12px;
}
label .tooltip {
  position: absolute;
  bottom: 13px;
  right: 12px;
}
label .tooltip svg {
  display: block;
}
.tabs_el_wrap {
  width: 100%;
  /*.with_image > svg {
    top: auto;
    bottom: 11px;
    -webkit-transform: none;
    transform: none;
  }*/
}
.tabs_el_wrap .row:last-child {
  margin-bottom: 0!important;
}
.tabs_el_wrap label {
  margin-right: 12px!important;
  display: block;
}
.tabs_el_wrap label:last-child {
  margin-right: 0!important;
}
.tabs_el_wrap .text {
  color: #666666;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: -9px;
}
.tabs_el_wrap .text a {
  text-decoration: none;
}
.tabs_el_wrap .text b {
  font-family: "Open Sans - Semibold";
}
#calculator .row.size label {
  margin-right: 15px;
}
#calculator .row.size label:last-child {
  margin-right: 0;
}
.section {
  padding-top: 43px;
  margin: 0;
}
.calculator .row.size label:nth-child(2) svg {
  left: 9px;
}
.calculator .row.size label:nth-child(3) svg {
  left: 11px;
}
.map_block {
  background: white;
}
.search_block_interactive {
  height: 50px;
}
.search_block_interactive form {
  height: 100%;
}
.search_block_interactive input {
  height: 100%;
  font-size: 24px;
  color: #111111;
  vertical-align: middle;
}
.search_block_interactive input::-webkit-input-placeholder {
  vertical-align: middle;
  padding: 3px 0 0 0;
}
.search_block_interactive input::-moz-placeholder {
  vertical-align: middle;
  padding: 3px 0 0 0;
}
.search_block_interactive input:-moz-placeholder {
  vertical-align: middle;
  padding: 3px 0 0 0;
}
.search_block_interactive input:-ms-input-placeholder {
  vertical-align: middle;
  padding: 3px 0 0 0;
}
.search_block_interactive button.icon {
  background-color: #006ade;
  width: 58px;
  height: 100%;
  right: 0!important;
}
.search_block_interactive .results {
  padding-top: 50px;
}
.terminal_list {
  padding-bottom: 30px;
}
.terminal_list .link {
  display: table;
  margin: 30px auto 0;
}
.terminal_list_item {
  display: block;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 20px;
  position: relative;
}
.terminal_list_item:after {
  content: "";
  bottom: 0;
  left: 58px;
  right: 58px;
  height: 1px;
  background: #e6e6e6;
  display: block;
  position: absolute;
}
.terminal_list_item.active {
  border-bottom-color: transparent;
}
.terminal_list_item .row {
  width: 100%;
  padding: 0;
}
.terminal_list_item .top_row {
  padding-right: 0!important;
  margin-right: 0!important;
  margin-left: 0!important;
  margin-bottom: 29px!important;
}
.terminal_list_item .bottom_row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.terminal_list_item .bottom_row a,
.terminal_list_item .bottom_row div {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
}
.terminal_list_item .bottom_row div {
  display: block;
  width: 160px;
  margin-bottom: 10px;
}
.terminal_list_item .bottom_row div:nth-child(2n + 2) {
  width: 151px;
}
.terminal_list_item .bottom_row div span {
  opacity: 0.5;
  text-transform: uppercase;
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1.52px;
  margin-bottom: 1px;
}
.terminal_list_item .bottom_row div span:last-child {
  margin-bottom: 0;
}
.terminal_list_item .bottom_row div {
  width: 50%;
}
.terminal_list_item .time {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Stolzl;
  font-weight: 500;
  line-height: 18px;
  color: rgba(17, 17, 17, 0.5);
}
.terminal_list_item .time li {
  margin-right: 8px;
}
.terminal_list_item .time li:last-child {
  margin-right: 0;
}
.terminal_list_item .time li:last-child span {
  margin-left: 4px;
}
.terminal_list_item .time span {
  display: inline;
  color: inherit;
  color: #111111;
  margin-left: 9px;
}
.news_item_simple.new {
  border: 0;
  padding-left: 0!important;
  padding-right: 0!important;
  padding-bottom: 9px;
  background: white;
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  margin-bottom: 26px;
  padding-top: 0;
}
.news_item_simple.new .img {
  display: block;
  overflow: hidden;
}
.news_item_simple.new .img img {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  border-radius: 0 0 3px 3px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.news_item_simple.new .date_news {
  line-height: 13px;
  background: none;
  padding: 0;
  text-transform: none;
  margin-bottom: 24px;
  color: #000000;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.news_item_simple.new h5 {
  margin-right: 0;
  max-width: initial;
  height: 25px;
  color: #333333;
  font-family: Stolzl;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 3px;
}
.news_item_simple.new a {
  color: #333333;
}
.news_item_simple.new .text_content {
  max-width: 270px;
  height: 72px;
  margin-bottom: 0;
  color: #888888;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}
.news_item_simple.new .content a {
  text-decoration: none;
}
.news_item_simple.new .content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 17px;
}
.news_item_simple.new .hover_block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  background-color: #006ade;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.news_item_simple.new .hover_block a.main {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 31px;
  padding-bottom: 21px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news_item_simple.new .hover_block .date_news {
  position: absolute;
  left: 31px;
  top: 31px;
  right: 31px;
  opacity: 0.5;
  color: #ffffff;
}
.news_item_simple.new .hover_block .title {
  color: #ffffff;
  font-family: Muli;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 31px;
  height: auto;
  max-width: 291px;
}
.news_item_simple.new .hover_block .text_content {
  opacity: 0.5;
  color: #ffffff;
  font-family: Muli;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  height: auto;
  max-width: 237px;
}
.news_item_simple.new .hover_block a.content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 31px;
  text-decoration: none;
}
.news_item_simple.new .hover_block a.content * {
  color: white;
}
.news_item_simple.new:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.map.fixed {
  position: absolute;
  left: calc(49% + 10px);
  top: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  display: none;
}
.top_section .map.fixed {
  left: 49%;
}
form label input {
  font-size: 13px;
}
.terminals_controll .left > .top_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.search_block_interactive .results {
  top: 1px;
  bottom: 1px;
}
.search_block_interactive .results {
  padding-top: 48px;
  bottom: auto;
}
.terminals_block .top_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.order_courier .text .line {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.page_slide_wrap .section > div .container {
  padding-bottom: 0;
}
.order_courier .main_btn {
  padding: 5px 19px 2px;
}
.section .terminals_block .top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  margin-bottom: 41px;
}
.section .terminals_block .terminals_controll .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section .terminals_block .terminals_controll > .row {
  min-height: 80vh;
}
.search_block_interactive svg path {
  stroke: white;
}
.search_block_interactive input {
  font-family: Stolzl;
  font-weight: 400;
}
.header_mobile_block nav ol {
  width: 100%;
}
.header_mobile_block nav ol .ul_level1 {
  -webkit-transform: none;
  transform: none;
  width: 100%;
}
.header_mobile_block nav ol .ul_level1:before,
.header_mobile_block nav ol .ul_level1:after {
  display: none;
}
.header_mobile_block nav ol .ul_level1 li {
  background: none;
  border: 0;
}
.init_slide .top_block_main_page {
  overflow: hidden;
}
.not_init_slide .section.top_section {
  overflow: visible!important;
}
.init_slide .page_slide_wrap {
  height: 100vh;
  opacity: 1;
}
.init_slide .terminals_block .parallax.el1 {
  top: 80px;
}
.init_slide .terminals_block .container {
  padding-top: 15px;
}
.init_slide .terminals_block .parallax.el2 {
  bottom: 0;
}
.init_slide .terminals_block .rectangle {
  bottom: 0;
}

.terminals_block .rectangle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  height: 53.5%;
  background: white;
  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 83%, 0% 100%);
  clip-path: polygon(0 11%, 100% 0%, 100% 83%, 0% 100%);
}
.default_page .page_slide_wrap {
  overflow: hidden;
  opacity: 1;
}
.default_page .section {
  height: auto;
  min-height: initial;
  display: block;
}
.default_page .section > div {
  padding-top: 25px;
  min-height: initial;
  display: block;
  height: auto;
}
.default_page .category_block.news_block {
  padding-top: 11px;
}
.default_page .page_slide_wrap .section:first-child > div {
  min-height: initial;
}
.main_page .terminals_block {
  padding-bottom: 60px;
}
.section .terminals_block .terminals_controll > .row {
  min-height: calc(88vh - 160px);
}
.page_slide_wrap .section:first-child > div {
  min-height: 100vh;
}
.order_page h1,
.order_page h2,
.order_page h3,
.order_page h4,
.order_page h5,
.order_page h6 {
  font-family: Stolzl;
  font-weight: 400;
}
.order_page h1 {
  font-weight: 500;
}
label.small {
  width: 82px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
label.small2 {
  width: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
label.middle {
  width: 142px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
form label input {
  color: #333333;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.calc_wrap #calculator .row {
  margin-bottom: 21px;
}
.calc_wrap #calculator .weight {
  font-size: 14px;
}
.parcel_repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.parcel_repeater h5 {
  width: auto;
  margin: 0;
  padding-right: 15px;
  margin-bottom: 0!important;
}
.parcel_repeater .delete {
  color: #006ade;
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.72px;
  line-height: 14px;
  text-transform: uppercase;
  cursor: pointer;
  display: none;
}
.parcel_repeater .delete:hover {
  text-decoration: underline;
}
.parcel_repeater.more .delete {
  display: block;
}
.parcel_repeater .row:last-child {
  margin-bottom: 0!important;
}
.parcel_repeater .row {
  margin-bottom: 12px!important;
}
.parcel_repeater .row.size {
  margin-bottom: 21px!important;
}
.parcel_repeater .row.size label {
  margin-right: 30px!important;
}
.parcel_repeater .row.size label:last-child {
  margin-right: 0px!important;
}
.parcel_repeater .item {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 17px;
  margin-bottom: 30px;
}
.parcel_repeater .item:last-child {
  margin-bottom: 0;
}
.order_controll_btn {
  max-width: 480px;
  margin-left: 39px;
  margin-top: 29px;
}
.order_controll_btn div {
  letter-spacing: 0.72px;
}
.required {
  position: relative;
  padding-right: 3px;
}
.required:after {
  content: '*';
  position: relative;
  top: -5px;
  font: inherit;
  color: red;
  top: 0;
  right: 0;
  display: inline;
  margin-left: 4px;
}
.calculator .with_image input,
.calculator .with_image .fs-dropdown-selected {
  line-height: 42px;
}
.order_block .calculator .radio span {
  color: #006ade;
}
/* Estilo iOS */
.switch__container {
  width: 37px;
  position: relative;
  display: block;
}
.switch__container label {
  margin: 0!important;
}
.switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}
.switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch--shadow + label {
  padding: 2px;
  width: 120px;
  height: 60px;
  background-color: #0dac3e;
  border-radius: 60px;
}
.switch--shadow + label:before,
.switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.switch--shadow + label:after {
  width: 62px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.switch--shadow:checked + label:before {
  background-color: #8ce196;
}
.switch--shadow:checked + label:after {
  -webkit-transform: translateX(60px);
  transform: translateX(60px);
}
/* Estilo Flat */
.switch--flat + label {
  padding: 2px;
  width: 37px;
  height: 20px;
  background-color: #E5E5E5;
  border-radius: 10px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.switch--flat + label:before,
.switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}
.switch--flat + label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 15px;
  background-color: white;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
  width: 16px;
  height: 16px;
}
.switch--flat:checked + label {
  background-color: #006ade;
}
.switch--flat:checked + label:after {
  margin-left: 17px;
}
.invoice {
  margin-bottom: 4px;
}
.invoice > div,
.invoice > span {
  display: inline-block;
  vertical-align: middle;
}
.invoice span {
  color: #333333;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.invoice .switch__container {
  margin-right: 5px;
}
.invoice .tooltip {
  margin-left: 3px;
}
.invoice_content {
  margin-left: 0!important;
  margin-right: 0!important;
  margin-bottom: -4px !important;
  display: none;
  padding-top: 25px;
}
.invoice_content .accept {
  margin-top: 4px;
  margin-bottom: 27px;
}
.invoice_content .accept a {
  text-decoration: underline;
  margin-left: 5px;
  font-weight: 600;
  letter-spacing: 0;
  letter-spacing: 0px;
  font-family: "Sharp Sans";
  font-size: 12px;
}
.no_margin_bottom {
  margin-bottom: 0!important;
}
.change_email {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -12px;
  display: none;
}
.change_email .main_btn {
  min-width: 130px;
}
.order_block .calculator {
  max-width: 480px!important;
}
.terminals_controll .left .line > .top_row input {
  font-family: Stolzl;
}
.terminal_list_item .name,
.terminal_list_item .place {
  font-family: Stolzl;
}
.terminals_controll .left .line > .top_row h2,
.order_courier .text span,
.order_courier .text a {
  font-family: Stolzl;
}
.order_courier .text p,
.order_courier .text ol,
.order_courier .text li,
.order_courier .text ul,
.order_courier .text span,
.order_courier .line.bottom {
  font-family: Stolzl;
}
.top_block_main_page h1,
.top_block_main_page h2 {
  font-family: Stolzl;
}
footer .company,
footer .copy {
  font-family: "Open Sans";
}
.news_item .text_content,
.news_item h5,
.date_news,
.category_block .top_row h2 {
  font-family: Stolzl;
}
.main_page .row_title {
  font-family: Stolzl;
  font-weight: 500;
}
.main_page .calculator .radio span {
  font-family: Stolzl;
  font-weight: 500;
}
.main_page .calculator input,
.main_page .calculator .fs-dropdown-selected {
  font-family: Stolzl;
  font-weight: 400;
  font-size: 13px;
}
.main_page #calculator .row.bottom .text {
  font-family: Stolzl;
  font-weight: 500;
  letter-spacing: 1.56px;
}
.ship_order .data table input,
.additional_service_business .data table input {
  display: none;
}
.ship_order .data table td:last-child,
.additional_service_business {
  white-space: nowrap;
  word-break: break-all;
  color: #333333;
  font-family: Stolzl;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
}
.ship_order .tooltip .tooltip_content .wrap {
  font-size: 11px;
  font-family: "Open Sans";
}
.footer .contacts a {
  font-family: "Open Sans";
  font-weight: 600;
}
.calculator .tabs_el .text ul {
  list-style: none;
}
.calculator .tabs_el .text ul li {
  color: #666666;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
#calculator form > .row:first-child {
  z-index: 101;
}
#calculator form > .row:nth-child(2) {
  z-index: 100;
}
.ship_order .data .final_table td:first-child {
  color: #4f4f4f;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.ship_order .data .final_table {
  margin: -6px 0;
}
.ship_order .data .final_table td {
  height: 39px;
}
.ship_order .order_bottom {
  padding: 0px 26px 14px;
}
.ship_order .order_bottom .line_hr {
  margin-bottom: 22px;
}
.ship_order .order_bottom a {
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.56px;
  line-height: 14px;
  text-transform: uppercase;
  margin-right: 23px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
}
.ship_order .order_bottom a:hover span {
  text-decoration: underline;
}
.ship_order .order_bottom a:last-child {
  margin-right: 0;
}
.ship_order .order_bottom a span,
.ship_order .order_bottom a svg,
.ship_order .order_bottom a img {
  vertical-align: middle;
}
.ship_order .order_bottom a svg,
.ship_order .order_bottom a img {
  margin-right: 1px;
}
.thanks_block {
  background: none!important;
  padding: 0 12px!important;
}
.thanks_block > .row.info_item:first-child .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.thanks_block > .row.info_item:first-child .row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.thanks_block > .row.info_item:first-child .row:last-child {
  margin-bottom: 0;
}
.pac-container:after {
  background-image: none !important;
  height: 0px;
}
.info_item .row_from .info p {
  line-height: 16px;
}
.all_news h2 {
  color: #000000;
  font-family: Stolzl;
  font-size: 30px;
  font-weight: 500;
  line-height: 35px;
}
.wrapper:not(.main_page) {
  background: #edf2f7;
}
.all_news .bottom_row {
  margin-top: 4px;
}
.all_news .bottom_row a {
  text-transform: uppercase;
  color: #006ade;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  line-height: 14px;
  margin: auto;
}
.show_hover_block .hover_block {
  opacity: 1!important;
  display: block;
}
.show_hover_block * {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.show_hover_block a {
  text-decoration: none;
}
.show_hover_block:hover .hover_block {
  background: white!important;
}
.show_hover_block:hover * {
  color: black!important;
}
.stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.stretch .news_item_simple {
  height: 100%;
}
.latest_news .column .news_item_simple:last-child,
.latest_news .news_item:last-child {
  margin-bottom: 0!important;
}
.news_item_latest .main {
  height: 201px;
}
.news_item_latest .main .img:after {
  display: none;
}
.news_item_latest .main img {
  width: 213px;
  height: 201px;
}
.news_item_latest .text_content {
  padding-top: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 19px;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.news_item_latest .text_content h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-bottom: 5px;
  font-family: Stolzl;
  letter-spacing: 0;
  height: auto;
  max-height: 38px;
}
.news_item_latest .text_content span {
  color: #888888;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  height: auto;
  max-height: 75px;
}
.news_item_latest .date_news {
  opacity: 0.5;
  color: #000000;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  padding: 0;
  background: none;
  height: auto;
  text-transform: none;
  left: 242px;
  top: 32px;
  letter-spacing: 0;
}
.search_block .close {
  z-index: 1;
}
.pagination.top {
  padding-top: 29px;
  padding-bottom: 0;
}
.pagination ul {
  list-style: none;
}
.pagination li:after {
  content: "/";
  margin-left: 6px;
  margin-right: 0px;
}
.pagination li:last-child:after {
  display: none;
}
.pagination a,
.pagination li {
  color: #000000;
  font-family: "Sharp Sans";
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  display: inline-block;
}
.pagination span {
  opacity: 0.5;
  color: #000000;
  font-family: "Sharp Sans";
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
}
.news_single .container {
  padding-top: 56px;
}
.news_single .top_block {
  margin-bottom: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.news_single .top_block h1 {
  color: #000000;
  font-family: "Sharp Sans";
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
  padding-right: 20px;
}
.news_single .top_block .date {
  margin-bottom: 7px;
  opacity: 0.5;
  color: #000000;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 600;
  line-height: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.article_baner {
  margin-bottom: 27px;
  position: relative;
}
.article_baner:after {
  content: "";
  display: block;
  padding-top: 49.4%;
}
.article_baner img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news_page_single .all_news .container {
  padding-top: 0;
}
.more_in_category {
  padding-bottom: 13px;
}
.more_in_category .news_item_simple.new {
  padding-bottom: 0;
  background: none;
}
.more_in_category .news_item_simple.new .content {
  padding: 14px 0 0;
}
.more_in_category .news_item_simple.new h5 {
  font-size: 20px;
  height: 23px;
  max-height: initial;
  line-height: 23px;
  margin-bottom: 9px;
  letter-spacing: -0.3px;
}
.more_in_category .news_item_simple.new .text_content {
  color: #000000;
  font-family: "Sharp Sans";
  font-size: 14px;
  max-width: initial;
  font-weight: 500;
  line-height: 21px;
  height: 63px;
  opacity: 0.5;
  padding-right: 30px;
}
.more_in_category .news_item_simple.new .date_news {
  font-size: 11px;
  margin-bottom: 15px;
}
.how_send_page .parallax.el4 {
  left: 45%;
}
.help_page .top_row_inner_page {
  padding-bottom: 0;
  margin-bottom: 1px;
}
.contacts.in_page {
  padding-top: 0;
  margin-left: 118px;
  margin-top: 5px;
}
.contacts.in_page p {
  color: #333333;
  font-family: "Sharp Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}
.contacts.in_page > a {
  color: #111111;
  font-family: "Sharp Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.contacts.in_page .tels {
  margin-bottom: 11px;
  color: #006ade;
}
.contacts.in_page .tels a {
  color: #006ade;
  font-family: "Sharp Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.contacts.in_page a svg {
  margin-right: 8px;
}
.faq .column > p {
  color: #888888;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 21px;
}
.parallax.el14 {
  right: 31%;
  left: auto;
  top: 76%;
}
.parallax.el15 {
  right: 9%;
  left: auto;
  top: 44%;
}
.parallax.el16 {
  right: 7%;
  left: auto;
  top: 70%;
}
.parallax.el17 {
  right: 34%;
  top: 52%;
}
.parallax.el18 {
  top: 52%;
  right: 21%;
}
.parallax.no_move {
  -webkit-transform: none!important;
  transform: none!important;
}
.no_result {
  padding: 23px 26px;
}
.no_result_notice {
  background: #FDFAEB;
  border-radius: 3px;
}
.no_result_title {
  position: relative;
  padding: 28px 24px 29px 24px;
  border-bottom: 1px solid #EBE8DA;
}
.no_result_title h3 {
  margin: 0;
  font-family: Stolzl;
  font-size: 20px;
  color: #333333;
}
.no_result_title h3 span {
  display: inline-block;
  padding: 0 4px 0 0;
}
.no_result_title h3 span svg {
  margin: 0 0 -2px 0;
}
.no_result_text {
  padding: 20px 24px;
}
.no_result_text p {
  margin: 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #272727;
}
.no_result_form {
  padding: 21px 0;
  border-bottom: 1px solid #EFEFEF;
}
.no_result_form p {
  margin: 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #333333;
}
.no_result_form form {
  padding: 21px 0 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.no_result_form form label {
  width: 59%;
  padding: 0 25px 0 0;
}
.no_result_form form label input {
  font-family: "Open Sans";
}
.no_result_form form button {
  width: 41%;
}
.no_result_table {
  padding: 22px 0 0 0;
}
.no_result_table table {
  margin-bottom: 0;
}
.no_result_table table td {
  padding: 2px 0;
  height: auto;
  border-right: none;
  font-family: Stolzl;
  font-size: 14px;
  line-height: normal;
  color: #333333;
}
.no_result_table table td:first-child {
  padding-right: 10px;
  text-align: left;
}
.no_result_table table td:last-child {
  text-align: right;
}
.no_result_table table td a {
  color: #006ADE;
}
.no_result_table table tr:nth-child(2n + 2) {
  background: #ffffff;
}
.payment_method_form {
  display: none;
}
.payment_method_form .accept {
  margin-bottom: 32px;
}
.active_payment_method {
  padding: 30px 0 0 0;
  border-top: 1px dashed #d4d4d4!important;
}
.pay_pal {
  width: 100%;
  text-align: center;
}
.pay_pal a {
  display: inline-block;
}
.payment_method_title {
  width: 100%;
  padding: 0 0 30px 0;
}
.payment_method_title p {
  margin: 0;
  font-family: Stolzl;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
}
.order_form .row .row.credit_card_content {
  max-width: 312px;
}
.order_form .row .row.credit_card_content input {
  max-width: 100%;
}
.credit_card_content .w100 {
  margin-left: 12px;
  margin-right: 12px;
}
.order_form .row .row.margin0 {
  margin-left: -6px;
  margin-right: -6px;
}
.calculator_border {
  border-bottom: 1px dashed #d4d4d4;
  padding-bottom: 17px;
  margin-bottom: 30px;
  position: relative;
  z-index: 50;
}
.calculator_border:first-child {
  z-index: 51;
}
.popup_block.payment_error {
  max-width: 690px;
  width: 100%;
}
.popup_block.payment_error .content_wrap {
  padding: 72px 30px 50px 30px;
}
.popup_block.success_message {
  max-width: 690px;
  width: 100%;
}
.popup_block.success_message .content_wrap {
  padding: 87px 30px 22px 30px;
}
.popup_block.success_message .payment_error_text {
  padding: 51px 0 52px 0;
  max-width: 450px;
  margin: 0 auto;
}
.popup_block.registration_message {
  max-width: 499px;
  width: 100%;
}
.popup_block.registration_message .content_wrap {
  padding: 87px 30px 22px 30px;
}
.popup_block.registration_message .payment_error_text {
  padding: 51px 0 52px 0;
  max-width: 450px;
  margin: 0 auto;
}
.popup_block.registration_login,
.popup_block.restore_password {
  max-width: 425px;
  width: 100%;
}
.popup_block.registration_login .content_wrap,
.popup_block.restore_password .content_wrap {
  padding: 45px 30px 20px 44px;
}
.popup_block.registration_login .content,
.popup_block.restore_password .content {
  margin-bottom: 0 !important;
}
.payment_error_text {
  padding: 46px 0 52px 0;
}
.payment_error_text h3 {
  margin: 0 auto;
  max-width: 550px;
  font-family: Stolzl;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #333333;
}
.payment_error_text p {
  margin: 17px 0 0 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #272727;
}
.payment_error_btn .main_btn {
  padding: 4px 22px;
}
.tracking_progress_top {
  margin: 0 -31px;
  padding: 17px 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #EFEFEF;
}
.tracking_progress_top h3 {
  width: 100%;
  margin: 0;
  font-family: Stolzl;
  font-size: 20px;
  color: #333333;
}
.tracking_progress {
  padding: 30px 0 0 0;
}
.progress_stages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0 38px;
  min-height: 86px;
}
.progress_stages:after {
  content: '';
  position: absolute;
  top: 46px;
  left: 57px;
  bottom: 8px;
  border-right: 1px dashed #D4D4D4;
}
.progress_stages:last-child {
  min-height: 75px;
}
.progress_stages:last-child:after {
  display: none;
}
.progress_stages p {
  min-height: 43px;
  padding-bottom: 10px !important;
}
.progress_stages.active .progress_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress_stages.active .progress_name span {
  background: url(../img/success-stage.svg) no-repeat center;
  background-size: contain;
}
.progress_stages.active .progress_name p {
  opacity: 1;
}
.progress_stages.active .progress_date p {
  opacity: 1;
}
.progress_stages.active .progress_city p {
  opacity: 1;
}
.progress_stages.passed:nth-child(1) span {
  background: url(../img/delivered.svg) no-repeat center;
  background-size: contain;
}
.progress_stages.passed:nth-child(2) span {
  background: url(../img/out-for-delivery.svg) no-repeat center;
  background-size: contain;
}
.progress_stages.passed:nth-child(3) span {
  background: url(../img/success-stage.svg) no-repeat center;
  background-size: contain;
}
.progress_stages.passed:nth-child(4) span {
  background: url(../img/success-stage.svg) no-repeat center;
  background-size: contain;
}
.progress_name {
  width: 42%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.progress_name span {
  width: 38px;
  height: 38px;
  display: block;
  background: url(../img/next-stage.svg) no-repeat center;
  background-size: contain;
}
.progress_name p {
  margin: 0;
  padding: 11px 0 0 10px;
  width: calc(100% - 38px);
  /* font-family: Stolzl; */
  font-size: 14px;
  color: #333333;
  opacity: 0.5;
}
.progress_name h3 {
  padding: 11px 0;
}
.progress_date {
  width: 33%;
}
.progress_date p {
  margin: 0;
  padding: 11px 8px 0 8px;
  /* font-family: 'Open Sans'; */
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #333333;
  opacity: 0.5;
}
.progress_date h3 {
  padding: 11px 8px;
}
.progress_date h5 {
  display: none;
  margin: 0;
  font-size: 14px;
}
.progress_city {
  width: 25%;
}
.progress_city p {
  margin: 0;
  padding: 11px 2px 0 0;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  text-align: right;
  color: #333333;
  opacity: 0.5;
}
.progress_city h3 {
  padding: 11px 2px 11px 0;
}
.progress_city h5 {
  display: none;
  margin: 0;
  font-size: 14px;
}
.ship_order .tracking_progress_top {
  margin: 0;
  padding: 17px 25px;
}
.ship_order .order_sidebar {
  width: 100%;
}
.ship_order .order_sidebar h3 {
  padding: 11px 0;
}
.tracking_data {
  padding: 35px 21px 35px 14px;
}
.tracking_table {
  margin: 0;
  text-align: left;
}
.tracking_table tr {
  background: transparent;
}
.tracking_table tr td {
  height: auto;
  font-family: Stolzl;
  font-size: 14px;
  line-height: normal;
  color: #333333;
  border-right: none;
  padding-bottom: 16px;
  vertical-align: top !important;
}
.tracking_table tr td span {
  color: #828282;
}
.tracking_table tr td:first-child {
  padding-top: 8px;
}
.tracking_table tr td:last-child {
  font-size: 16px;
  line-height: 23px;
}
.tracking_table tr:nth-child(2n + 2) {
  background: transparent;
}
.tracking_progress_btn.navigation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tracking_progress_btn.navigation .main_btn {
  min-width: auto;
  max-width: 231px;
  width: 100%;
  padding: 4px 20px;
}
.tracking_progress_btn button:first-child {
  margin-right: 5px;
}
.tracking_progress_btn button:last-child {
  margin-left: 5px;
}
.tracking_form.popup_block {
  width: 100%;
  max-width: 690px;
}
.tracking_form.popup_block .content_wrap {
  padding: 48px 68px 20px 68px;
}
.tracking_form .order_form {
  margin: 0 -12px;
  max-width: initial;
  margin-bottom: 13px;
}
.tracking_form .order_form .main_btn {
  width: 100%;
}
.popup_block .close {
  top: 22px;
  right: 22px;
  height: 17px;
  width: 17px;
  opacity: 1;
}
.tracking_form_table {
  padding: 12px 26px;
  background: #FDFAEB;
  border-radius: 3px;
  margin: 29px 0 30px 0;
}
.tracking_form_table .tracking_progress_top {
  margin: 0;
  padding: 19px 0;
}
.tracking_form_table table tr:hover td {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tracking_form_table .tracking_data {
  margin: 0 -9px;
  padding: 14px 0 4px 0;
}
.tracking_modal_title {
  padding: 20px 0 52px 0;
}
.tracking_modal_title h3 {
  margin: 0 auto;
  font-family: Stolzl;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: #333333;
}
.terminals_city_list {
  padding-top: 44px;
}
.terminals_city_list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #111111;
  opacity: 0.5;
  z-index: 1;
}
.terminals_city_list p span {
  display: block;
  position: relative;
  background: #edf2f7;
  z-index: 2;
}
.terminals_city_list p span:first-child {
  padding-right: 10px;
}
.terminals_city_list p span:last-child {
  padding-left: 10px;
}
.terminals_city_list p:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0.1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid #000000;
}
.terminals_city_list ol {
  padding: 4px 0 10px 0;
  margin: 0;
  list-style-type: none;
  -webkit-column-count: 3;
  column-count: 3;
  padding-right: 25%;
}
.terminals_city_list ol li {
  padding: 6px 0;
}
.terminals_city_list ol li a {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  color: #2F80ED;
}
.terminals_city_text {
  max-width: 599px;
  position: relative;
  z-index: 2;
}
.terminals_city_text p {
  margin-bottom: 25px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: rgba(26, 23, 23, 0.7);
}
.terminals_city_text p a {
  font-family: Stolzl;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006ADE;
}
.terminals_sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 5px;
  max-width: 249px;
  background: #FFFFFF;
  border-radius: 2px;
}
.terminals_sidebar a {
  display: block;
  padding: 19px 34px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #333333;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.terminals_sidebar a.active {
  opacity: 1;
  color: #2F80ED;
  border-bottom: 1px solid #006ADE;
}
.terminals_city_alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 31px;
  background: #FFFFFF;
  border-radius: 2px;
}
.terminals_city_alphabet p {
  margin: 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.terminals_city_alphabet p a {
  display: block;
  padding: 19px 9px;
  color: #333333;
  opacity: 0.5;
}
.terminals_city_alphabet p.active a {
  opacity: 1;
  color: #2F80ED;
  border-bottom: 1px solid #006ADE;
}
.terminals_city_alphabet ol {
  padding: 0 0 0 30px;
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.terminals_city_alphabet ol li {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.terminals_city_alphabet ol li a {
  display: block;
  padding: 19px 4px;
  color: #333333;
  opacity: 0.5;
}
.terminals_city_alphabet ol li.active a {
  color: #2F80ED;
  opacity: 1;
}
.terminals_map {
  margin: 44px 0 28px 0;
  position: relative;
  width: 100%;
  height: 599px;
}
.terminals_data .terminals_map {
  display: none;
}
.terminals_controll .terminal_page_list {
  margin-bottom: 0;
}
.terminal_page_list .terminal_list_item {
  border-bottom: none;
  margin-bottom: 0;
}
.terminal_page_list .terminal_list_item:after {
  display: none;
}
.terminal_order_courier {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  margin-top: 12px;
  padding: 18px 38px 19px 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.terminal_order_courier .text {
  padding: 5px 10px 5px 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #000000;
}
.terminal_order_courier .text p {
  margin: 0;
}
.terminal_order_courier .text p span {
  color: #006ADE;
}
.terminal_order_courier .main_btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 5px 19px 5px 19px;
  letter-spacing: 1.5px;
}
.terminal_page_wrap.container {
  padding-top: 28px;
}
.terminal_page_container .terminal_page a {
  margin-top: -7px;
}
.terminal_page_container .top_row_inner_page {
  padding-bottom: 0;
}
.terminal_page a {
  padding: 4px 0 2px 0;
  display: inline-block;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #006ADE;
  position: relative;
}
.terminal_page a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #006ADE;
}
.terminal_page a:hover {
  color: #000000;
  text-decoration: none;
}
.terminal_page a:hover:after {
  border-bottom-color: #000000;
}
.about_us_title h1 {
  margin-bottom: 28px;
  font-family: Stolzl;
  font-size: 74px;
  color: #000000;
}
.about_us_title p {
  max-width: 815px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 24px;
  line-height: 39px;
  color: #1A1717;
}
.about_us_title.container {
  padding-top: 51px;
  padding-bottom: 185px;
}
.about_us_text {
  padding-top: 0;
}
.about_us_text .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about_us_text h3 {
  max-width: 490px;
  margin-bottom: 27px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #FFFFFF;
}
.about_us_text p {
  max-width: 488px;
  margin-bottom: 23px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  opacity: 0.7;
}
.about_us_text p:last-child {
  margin-bottom: 0;
}
.about_us_text h4 {
  position: relative;
  margin: 0 18px 43px 0;
  font-family: Stolzl;
  font-size: 48px;
  line-height: normal;
  color: #FFFFFF;
  z-index: 2;
}
.about_us_text h4 span {
  color: #2F80ED;
}
.about_us_text h4:before {
  content: "";
  position: absolute;
  bottom: -37px;
  right: 4px;
  z-index: -1;
  background: url(../img/triangle_3.svg) no-repeat center;
  background-size: contain;
  width: 208px;
  height: 186px;
  opacity: 0.1;
}
.about_us_main {
  background: #1b212f;
}
.about_top_bg {
  padding: 0 0 132px 0;
  background-image: url(../img/about-us.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_bottom_bg {
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 97px;
}
.about_us_service {
  margin-top: -111px;
  padding-top: 17px;
}
.about_us_service_img {
  padding: 0 30px 0 0;
  /*margin-left: -11px;
  img {
    margin-left: -11px;
    position: relative;
    left: -11px;
  }*/
}
.about_us_service_text {
  padding: 161px 12px 0 0;
}
.about_us_service_text p {
  margin-right: -9px;
  margin-bottom: 24px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #1A1717;
  /* Black */
  opacity: 0.7;
}
.about_us_service_text h3 {
  margin: 73px 0 20px 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #1A1717;
}
.about_us_service_text ol {
  margin: 0 -15px;
  padding: 0 11px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_us_service_text ol li {
  position: relative;
  padding: 15px;
  font-family: Stolzl;
  font-size: 30px;
  line-height: normal;
  color: #006ADE;
  z-index: 2;
}
.about_us_service_text ol li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  background: url(../img/triangle_2.svg) no-repeat center;
  background-size: contain;
  width: 47px;
  height: 47px;
}
.about_us_service_text ol li span {
  margin-top: 8px;
  display: block;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: normal;
}
.service_description_wrap .container {
  padding-top: 0;
  padding-bottom: 67px;
}
.service_description_wrap .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_description_advantage p {
  position: relative;
  margin: 0;
  max-width: 486px;
  font-family: Stolzl;
  font-size: 30px;
  line-height: 43px;
  color: #006ADE;
}
.service_description_advantage p:after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: -77px;
  z-index: -1;
  background: url(../img/triangle_4.svg) no-repeat center;
  background-size: contain;
  width: 195px;
  height: 136px;
}
.service_description_text h3 {
  margin-bottom: 29px;
  font-family: Stolzl;
  font-size: 30px;
  line-height: normal;
  color: #000000;
}
.service_description_text h4 {
  margin-bottom: 29px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  color: #1A1717;
}
.service_description_text p {
  margin-bottom: 23px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #1A1717;
  opacity: 0.7;
}
.about_team .tabs {
  margin-bottom: 22px;
}
.about_team .manager_item {
  padding-top: 29px;
}
.about_team .manager_item .top {
  padding-bottom: 12px;
}
.about_team .manager_item .top img {
  margin-bottom: 20px;
}
.about_team .manager_item .bottom {
  padding: 23px 28px 31px 28px;
}
.about_team .manager_item .name {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
.about_team .manager_item .bottom a {
  font-family: "Open Sans";
  margin-bottom: 12px;
}
.about_team .tabs h2 {
  margin-bottom: 29px;
  font-family: Stolzl;
  font-size: 48px;
  line-height: normal;
  color: #1A1717;
}
.about_team .tabs .main_tabs .wrap {
  border: none;
  background-color: transparent;
}
.about_team .tabs .main_tab:after {
  display: none;
}
.about_team .tabs .main_tab {
  padding: 0 46px 0 0;
  font-family: Stolzl;
  font-size: 16px;
  line-height: normal;
  color: #333333;
  cursor: pointer;
}
.about_team .tabs .main_tab span {
  opacity: 1;
}
.about_team .tabs .main_tab.active {
  border-color: transparent;
  padding: 0 46px 0 0;
}
.about_team .tabs .main_tab.active span {
  letter-spacing: inherit;
}
.about_map {
  padding-top: 0;
  padding-bottom: 92px;
}
.about_map .map {
  height: 431px;
  position: relative;
}
.about_map h1 {
  margin-bottom: 70px;
  font-family: Stolzl;
  font-size: 48px;
  line-height: normal;
  color: #1A1717;
}
.about_map .content.content_text.w50 {
  width: calc(45% - 24px);
}
.about_map .content.map.w50 {
  width: calc(55% - 24px);
}
.about_map .content .content_bank p {
  margin-bottom: 36px;
}
.about_map .content .content_bank p span {
  margin-bottom: 8px;
}
.about_map .content.w50 .w50 {
  width: calc(45% - 24px);
}
.about_map .content h3 {
  padding-top: 4px;
  margin-bottom: 28px;
  color: #111111;
  opacity: 0.5;
  font-family: Stolzl;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about_map .content p {
  margin-bottom: 28px;
  position: relative;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #111111;
}
.about_map .content p b {
  padding-right: 14px;
  opacity: 0.5;
}
.about_map .content p span {
  display: block;
  margin-bottom: 15px;
}
.about_map .content p.icon {
  padding-left: 27px;
}
.about_map .content p.icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 15px;
  background: url(../img/ic_gps.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.about_map .content p.icon.clock:after {
  width: 14px;
  height: 14px;
  background: url(../img/ic_clock.svg) no-repeat center center;
  background-size: contain;
}
.about_map .content a {
  margin-bottom: 28px;
  display: block;
  position: relative;
  padding-left: 27px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #111111;
}
.about_map .content a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 10px;
  background: url(../img/ic_mail.svg) no-repeat center center;
  background-size: contain;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.about_map .content a.tel.icon:after {
  width: 13px;
  height: 13px;
  background-image: url(../img/tel_color.svg);
  left: 1px;
  top: 0px;
}
.services_additional_block {
  padding: 0 15px 45px 15px;
}
.services_additional_list {
  padding: 44px 0;
}
.services_additional_list .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.services_additional_list:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.services_additional_list:nth-child(even) .additional_list_text {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.additional_list_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.additional_list_text h3 {
  margin-bottom: 33px;
  font-family: Stolzl;
  font-size: 30px;
  line-height: normal;
  color: #000000;
}
.additional_list_text p {
  margin: 0;
  max-width: 490px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #1A1717;
}
.service_info_wrap {
  position: relative;
  z-index: 1;
}
.service_info_wrap .container {
  padding-bottom: 0;
}
.service_info_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 108px;
  background: #ffffff;
  z-index: -1;
}
.additional_list_img {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_info_img {
  margin-top: 12px;
  margin-left: -4%;
  padding: 0 4% 4% 4%;
  max-width: 540px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.service_info_img img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
  clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
}
.service_info_img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4%;
  bottom: 0;
  background: #006ADE;
  z-index: -1;
  -webkit-clip-path: polygon(8% 0, 100% 0, 100% 88%, 50% 100%, 8% 90.5%);
  clip-path: polygon(8% 0, 100% 0, 100% 88%, 50% 100%, 8% 90.5%);
}
.service_img_mask {
  margin-top: 12px;
  margin-left: -4%;
  padding: 0 4% 4% 4%;
  max-width: 555px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.service_img_mask img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
  clip-path: polygon(0 0, 100% 0, 100% 89%, 50% 100%, 0 89%);
}
.service_img_mask:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 4%;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 89% 0, 89% 90.5%, 50% 100%, 0 88%);
  clip-path: polygon(0 0, 89% 0, 89% 90.5%, 50% 100%, 0 88%);
}
.service_info_text {
  margin-bottom: 170px!important;
}
.service_info_text h1 {
  margin-bottom: 28px;
  font-family: Stolzl;
  font-size: 74px;
  color: #000000;
}
.service_info_text p {
  max-width: 585px;
  margin-bottom: 24px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: #1A1717;
  /* Black */
  opacity: 0.7;
}
.info_slider_item {
  width: 589px;
}
.info_slider_item a {
  display: block;
  width: 100%;
  height: 274px;
}
.info_slider_item a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service_info_slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.service_info_prev,
.service_info_next {
  cursor: pointer;
}
.service_info_prev svg circle,
.service_info_next svg circle {
  fill: #B3B3B3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.service_info_prev:hover svg circle,
.service_info_next:hover svg circle {
  fill: #006ADE;
}
.service_info_slider_wrap {
  padding: 0 0 62px 0;
}
.service_info_slider_wrap .container {
  padding-top: 0;
}
.service_info_slider_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 0 27px 0;
}
.slider_control_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service_info_dots {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.service_info_dots .owl-dot {
  margin-right: 10px;
}
.service_info_dots .owl-dot:last-child {
  margin-right: 0;
}
.service_info_dots .owl-dot span {
  width: 4px;
  height: 4px;
  border: 1px solid #B3B3B3;
  background-color: #B3B3B3;
}
.service_info_dots .owl-dot.active span {
  border: 1px solid #006ade;
  background-color: #006ade;
}
/*.top_block_video {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}
.top_block_main_page {
  
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}*/
#video_html {
  overflow: hidden;
}
#video_html:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: -50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top_block_main_page {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.top_block_main_page.active .fullscreen-bg__video {
  opacity: 1;
}
.top_block_main_page.active #video_html {
  opacity: 1;
}
.top_block_main_page .container {
  position: relative;
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top_block_main_page .container * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.top_block_main_page .triangle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pp-section {
  will-change: transform;
}
.fullscreen-bg__video {
  will-change: transform, auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-attachment: fixed;
}
#video_html {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#video_html video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service h1 {
  font-family: Stolzl;
  color: #000000;
}
.service .text p {
  font-style: normal;
  font-weight: normal;
  max-width: 487px;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 24px;
  color: #000000;
}
.service {
  padding: 0 0 62px 0;
}
.service .container {
  padding-top: 43px;
}
.service table th {
  font-family: "Open Sans";
  line-height: normal;
  text-align: center;
}
.service table td {
  height: 40px;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: normal;
  color: #3B3B3B;
}
.service .special_table .top {
  text-align: center;
}
.service .special_table .bottom {
  padding: 8px 0 0 0;
  color: #828282;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}
.service .special_table .top {
  text-align: center;
}
.service .special_table .top span {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
  color: #3B3B3B;
}
.table_scroll_wrap {
  margin-top: 53px;
  margin-bottom: -3px;
  font-family: "Open Sans";
}
.service .main_btn {
  font-size: 12px;
  min-width: 261px;
  margin-top: 2px;
  padding: 4px 20px;
}
.table_scroll_wrap .fht-table-wrapper .fht-fixed-body,
.table_scroll_wrap .fht-table-wrapper .fht-fixed-body .fixed.fht-table {
  width: 745px!important;
}
.table_scroll_wrap .fht-table-wrapper {
  width: 745px!important;
}
.table-wrap {
  overflow: auto;
  margin-bottom: 40px;
}
.table-wrap table {
  min-width: 700px;
  margin-bottom: 0;
}
.page404 .error_text {
  font-weight: normal;
  line-height: 203px;
  margin-bottom: 24px;
}
.page404 p {
  font-family: "Open Sans";
  font-weight: normal;
  line-height: normal;
  text-align: center;
}
.page404 a.main_btn {
  margin-top: 22px;
  padding: 4px 26px;
}
/*@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}*/
/*@media (min-width: 767px) {
  .top_block_main_page {
    background: rgba(0, 0, 0, 0.5) !important;
  }
}*/
.managers_slider .manager_item .top img {
  border-radius: 100%;
}
@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/top_block_img.jpg') center center / cover no-repeat;
  }
  /*.top_block_main_page {
    &:after {
      display: none;
    }
  }*/
}
.terminals_controll .order_courier .text.margin0 .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.order_courier .main_btn {
  padding: 5px 19px 5px;
}
.order_courier .main_btn {
  padding: 5px 19px 5px;
}
.manager_item .bottom a.mail {
  word-break: break-all;
}
.managers_slider.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.managers_slider.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pp-section {
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: none!important;
  will-change: top;
  top: -100%;
}
.pp-section.active {
  top: 0;
}
.chosen-container {
  width: 100% !important;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background: transparent;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #333333;
  text-decoration: none;
  font-family: Stolzl;
  font-weight: 400;
  font-size: 13px;
  line-height: 42px;
  padding-left: 33px!important;
  height: 42px;
  padding-right: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.chosen-container-single .chosen-single:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 18px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 7px;
  background: url(../img/dropdown_arrow.svg) no-repeat center center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 0.5;
}
.chosen-with-drop .chosen-single:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aeaeae;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-container .chosen-results {
  color: #444;
  margin: 0 0 5px 0;
  padding: 0;
}
.chosen-container-single .chosen-drop {
  border-radius: 0 0 3px 3px;
}
.chosen-container .chosen-drop {
  border: 1px solid #aeaeae;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border-top: none;
}
.chosen-container .chosen-results li:hover {
  background: #F5F8FD;
}
.chosen-container-single .chosen-search input[type=text] {
  height: 34px;
  border-radius: 3px;
}
.chosen-search:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 20px;
  height: 19px;
  top: 0;
  bottom: 0;
  right: 5px;
  background: url(chosen-sprite.png) no-repeat 100% -21px;
}
.chosen-container-single .chosen-search input[type=text] {
  background: none;
  height: 34px;
  border-radius: 3px;
}
.chosen-container .chosen-results li.result-selected {
  background: rgba(196, 196, 196, 0.1);
}
/*.chosen-container .chosen-results li.active-result {
  background: rgba(196, 196, 196, 0);
}*/
.chosen-container .chosen-results li.highlighted {
  color: #5a676e;
}
.chosen-container .chosen-results li {
  font-family: 'Open Sans', sans-serif;
  min-height: 34px;
  padding: 2px 11px;
  font-size: 14px;
  color: #5a676e;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.calculator .with_image .chosen-container-single .chosen-search input[type=text] {
  padding: 4px 25px 4px 5px !important;
}
.chosen-container-single .chosen-single div b {
  display: none;
}
.about_map .content p b {
  font-weight: normal;
}
.about_team .manager_item .bottom {
  padding: 23px 11px 22px 11px;
}
.about_team .tabs {
  margin-bottom: 8px;
}
.about_map .content p {
  margin-bottom: 17px;
}
.about_map .content a {
  margin-bottom: 17px;
}
footer .social {
  padding-top: 24px;
}
footer .social svg {
  max-width: 24px;
  max-height: 24px;
}
footer .column.main {
  width: 191px;
}
.footer-text {
  width: 200px;
  margin-top: -18px;
  padding: 0 5px 0 0;
}
.footer-text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 17px;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  line-height: 17px;
  text-align: right;
  color: #000000;
  opacity: 0.5;
}
.footer-text p span {
  display: inline-block;
  padding: 0 0 0 20px;
}
.footer-text p span:first-child {
  padding-top: 3px;
  padding-left: 0;
}
.contacts .content a {
  position: relative;
  padding: 2px 0 4px 26px;
}
footer .contacts a svg {
  position: absolute;
  top: 6px;
  left: -1px;
}
.big-column {
  width: calc(100% - 191px - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.big-column .column {
  padding-top: 27px;
  padding-left: 13px;
}
.big-column .column:first-child {
  width: 29%;
}
.big-column .column:nth-child(2) {
  width: 21%;
}
.big-column .column:nth-child(3) {
  width: 22%;
}
.big-column .column:nth-child(4) {
  width: 27%;
  margin-right: 0;
}
.terminals_empty {
  display: none;
}
.category_block.news_block {
  position: relative;
}
.chosen-results .no-results span {
  padding-left: 5px;
}
.chosen-container:not(.chosen-with-drop) input {
  display: none;
}
.default_page .category_block.news_block {
  padding-top: 60px;
}
.calculator .with_image input,
.calculator .with_image .fs-dropdown-selected {
  line-height: 1;
}
.search_block_interactive input {
  font-family: "Open Sans";
  line-height: 1;
}
.terminals_controll .left .line > .top_row input {
  padding-bottom: 13px;
}
footer .bottom {
  padding-top: 8px;
}
footer .copy {
  font-size: 12px;
  padding: 0 0 0 8px;
}
footer {
  padding-bottom: 14px;
}
.brands {
  display: block;
  padding-bottom: 29px;
  margin-bottom: 13px;
}
.brands ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#brands_footer .logo-bottom {
  padding-bottom: 9px;
}
.about_team .manager_item .bottom a {
  margin-bottom: 14px;
}
.managers_slider-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.managers_slider_control {
  padding: 2px 0 0 15px;
  position: relative;
}
.managers_slider_control .service_info_dots:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #edf2f7;
  pointer-events: none;
}
.managers_slider_control .service_info_dots.disabled:after {
  opacity: 1;
  pointer-events: auto;
}
.managers_slider_control .slider_control_wrap.disabled {
  opacity: 0;
  pointer-events: none;
}
.managers_slider_control .service_info_next.disabled,
.managers_slider_control .service_info_prev.disabled {
  opacity: 0;
  pointer-events: none;
}
.service_info_slider_control .slider_control_wrap {
  position: relative;
}
.service_info_slider_control .slider_control_wrap .service_info_dots:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #edf2f7;
  pointer-events: none;
}
.service_info_slider_control .slider_control_wrap .service_info_dots.disabled:after {
  opacity: 1;
  pointer-events: auto;
}
.service_info_slider_control .service_info_next.disabled,
.service_info_slider_control .service_info_prev.disabled {
  opacity: 0;
  pointer-events: none;
}
.tabs .managers_slider-tabs .main_tab {
  font-weight: 400;
}
.managers_slider.owl-carousel .owl-stage {
  display: block;
}
.input-wrap {
  display: block;
  position: relative;
}
.input-wrap svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  pointer-events: none;
  z-index: 4;
}
.wrap_input_prefix:after {
  right: 9px;
  top: 53%;
}
.weight_calc_block .wrap_input_prefix:after {
  right: 11px;
  top: 53%;
}
#calculator .weight .with_image > svg {
  top: 52%;
}
.calculator .size label input {
  text-align: center;
}
.list_text_wrap {
  max-width: 490px;
}
.main_page .calculator input,
.main_page .calculator .fs-dropdown-selected,
.chosen-container-single .chosen-single {
  font-family: "Open Sans";
  font-size: 14px;
}
#calculator .row.bottom .text a,
.main_page #calculator .row.bottom .text {
  font-weight: 400;
}
/*.main_page .row_title {
  font-weight: 400;
}*/
.order_courier .line.bottom {
  font-family: "Open Sans";
}
.terminals_controll .left .line > .top_row h2 {
  font-size: 20px;
}
.terminals_controll .left .line > .top_row input {
  font-family: "Open Sans";
  font-size: 14px;
}
.date_news {
  font-family: "Open Sans";
  font-size: 14px;
  text-transform: none;
}
.news_item .text_content span {
  font-family: "Open Sans";
  font-size: 14px;
  color: #333333;
  opacity: 0.5;
}
.terminal_order_courier .text p {
  font-size: 14px;
}
.category_block .top_row h2 {
  font-weight: 400;
}
.top_block_main_page .main_row .right {
  background-size: cover;
  background-position: center center;
}
.news_item .text_content {
  width: 100%;
}
.terminals_block .terminal_list_item {
  border-bottom: none;
  margin-bottom: 0;
}
.terminals_block .terminal_list_item::before,
.terminals_block .terminal_list_item:after {
  display: none;
}
.terminals_block .terminal_list .link {
  margin: 22px auto 0;
}
.terminal_list_change {
  padding: 0 29px 0 23px;
  margin: -4px 0 0 0;
}
.terminal_list_change p {
  margin: 0;
  padding: 0 0 18px 0;
  display: flex;
  align-items: center;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  color: #666666;
  border-bottom: 1px solid #e6e6e6;
}
.terminal_list_change p span {
  display: block;
  padding: 0 0 0 10px;
  width: calc(100% - 18px);
}
.terminal_list_change p svg {
  width: 18px;
  height: 100%;
  fill: #DCDEE3;
}
.header_mobile_block .nav_dropdown .top.active a:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.header_mobile_block .nav_dropdown .top.active a:after ul.ul_level2 {
  background: transparent;
}
.nav_dropdown ul.ul_level2 {
  transform: translateX(0);
}
.nav_dropdown ul.ul_level2:after,
.nav_dropdown ul.ul_level2:before {
  display: none;
}
.nav_dropdown ul.ul_level1 {
  padding-top: 4px;
}
.nav_dropdown ul.ul_level1 a {
  font-size: 12px;
  line-height: 14px;
}
.nav_dropdown ul.ul_level1 li.multilevel > a:after {
  display: none;
}
.nav_dropdown ul.ul_level1 li.multilevel span:not(.link_item) {
  position: relative;
  display: inline-block;
}
.nav_dropdown ul.ul_level1 li.multilevel span:not(.link_item):after {
  content: "";
  position: absolute;
  right: -25px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  background: url(../img/hover_menu.svg) no-repeat center center;
  background-size: contain;
  width: 9px;
  height: 8px;
  opacity: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  filter: brightness(0.5);
}
.nav_dropdown ul.ul_level1 li.multilevel.active span:not(.link_item):after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  filter: brightness(1);
}
.header_mobile_block nav ol a {
  font-size: 14px;
  line-height: 17px;
}
.header_mobile_block .nav_dropdown ul a {
  padding-left: 30px;
  height: 48px;
}
.link_item {
  width: 24px;
  padding-right: 5px;
  padding-bottom: 2px;
}
.header_mobile_block nav {
  width: 100%;
}
.nav_dropdown .ul_level2 li {
  background: #ffffff;
}
.top_mobile_block {
  padding: 11px 0 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_mobile_block .account_block {
  width: auto;
  height: auto;
  margin: 0 20px 0 !important;
  background: transparent !important;
}
.top_mobile_block .account_block svg path {
  fill: #FFFFFF !important;
}
.top_mobile_block .lang_box {
  border-bottom: none;
  padding-left: 22px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.account_panel_tabs {
  padding-bottom: 104px;
}
.account_panel_tabs .tabs {
  margin-bottom: 0;
  padding-bottom: 26px;
}
.account_panel_tabs .tabs .main_tab {
  height: 58px;
  font-family: Stolzl;
  font-size: 14px;
  font-weight: 700;
}
.account_panel_tabs .tabs .main_tab:after {
  display: none;
}
.account_panel_tabs .tabs.swipe .main_tabs .wrap {
  padding: 0 0 0 16px;
}
.account_panel_tabs .tabs .main_tab {
  border: none;
  position: relative;
}
.account_panel_tabs .tabs .main_tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  border-bottom: 1px solid #2f80ed;
  transform-origin: 0 50%;
  transform: scale(0, 1);
  left: 23px;
  right: 23px;
  transition: 0.2s;
}
.account_panel_tabs .tabs .main_tab.active,
.account_panel_tabs .tabs .main_tab:hover {
  border: none;
}
.account_panel_tabs .tabs .main_tab.active:before,
.account_panel_tabs .tabs .main_tab:hover:before {
  transform: scale(1, 1);
}
.account_panel_tabs .tabs .main_tab.active span,
.account_panel_tabs .tabs .main_tab:hover span {
  letter-spacing: normal;
}
.account_panel_tabs .tabs .main_tab {
  padding: 5px 38px;
  cursor: pointer;
}
.mobile_menu_btn {
  padding: 30px 20px 30px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.mobile_menu_btn .main_btn {
  width: 100%;
  background: #ffffff;
  color: #006ADE;
}
.account_panel_adresses {
  background: #ffffff;
  border-radius: 3px;
  padding: 20px 0;
  width: 100%;
}
.account_panel_adresses .account_panel_table table th:nth-child(1) {
  width: 22.4%;
}
.account_panel_adresses .account_panel_table table th:nth-child(2) {
  width: 16.3%;
  width: 192px;
}
.account_panel_adresses .account_panel_table table th:nth-child(3) {
  width: 18.5%;
}
.account_panel_adresses .account_panel_table table th:nth-child(4) {
  width: 18.6%;
}
.account_panel_adresses .account_panel_table table th:last-child {
  width: 150px;
  text-align: right;
}
.account_panel_orders_types {
  margin: 0;
  padding: 55px 58px 34px 17px;
  background: #ffffff;
}
.order_type_item {
  padding: 15px 19px 15px 43px;
}
.order_type_img {
  width: 74px;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  overflow: hidden;
  border-radius: 100%;
  background: #006ADE;
}
.order_type_text {
  padding: 32px 0 0 0;
}
.order_type_text h3 {
  font-family: Stolzl;
  font-size: 20px;
  color: #272727;
}
.order_type_text p {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
.order_type_link {
  padding: 21px 0 10px 0;
}
.order_type_link a {
  font-family: Stolzl;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #006ADE;
  font-weight: 500;
}
.order_type_link a span {
  display: inline-block;
  padding-left: 10px;
}
.account_panel_orders {
  margin: 30px 0 0 0;
  background: #ffffff;
}
.account_panel_orders .account_panel_table table {
  min-width: 990px;
  margin: 0;
}
.account_panel_orders .account_panel_table table th:nth-child(2) {
  width: 13.6%;
}
.account_panel_orders .account_panel_table table th:nth-child(3) {
  width: 12.9%;
}
.account_panel_orders .account_panel_table table th:nth-child(4) {
  width: 13.5%;
}
.account_panel_orders .account_panel_table table th:nth-child(5) {
  width: 13%;
}
.account_panel_orders .account_panel_table table th:nth-child(6) {
  width: 9.5%;
}
.account_panel_orders .account_panel_table table th:nth-child(7) {
  width: 8.3%;
}
.account_panel_orders .account_panel_table table th:nth-child(8) {
  width: 11%;
}

.account_panel_orders .account_panel_table table td:nth-child(1) {
 padding-left: 31px;
}

.panel_orders_btn {
  padding-bottom: 11px;
}
.panel_orders_btn a {
  vertical-align: middle;
  margin-right: 28px;
}
.adresses_panel_info {
  padding: 10px 30px 15px 30px;
  margin-bottom: 17px;
}
.adresses_panel_info .add_line_btn {
  padding: 0;
}
.adresses_panel_info .add_line_btn:before {
  display: none;
}
.adresses_panel_info .add_line_btn button:hover {
  text-decoration: underline;
}
.adresses_panel_info .table_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.table_title h3 {
  margin: 0;
  font-family: Stolzl;
  font-size: 20px;
  color: #333333;
}
.adresses_panel_edit {
  padding: 0 0 3px 0;
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.adresses_panel_edit.active {
  opacity: 1;
  pointer-events: initial;
}
.table_save {
  display: none;
}
.account_panel_table {
  overflow: hidden;
  overflow-x: auto;
}
.account_panel_table table {
  width: 100%;
  max-width: 100%;
  min-width: 680px;
  margin: 0 0 -5px 0;
}
.account_panel_table table th {
  background-color: #ffffff;
  height: 51px;
  padding: 17px 10px;
  text-align: left;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(17, 17, 17, 0.5);
}
.account_panel_table table th span.table_head {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
.account_panel_table table th span.table_head svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.account_panel_table table th:first-child {
  width: 167px;
  padding: 0 9px 0 32px;
}
.account_panel_table table tr:hover td {
  box-shadow: none;
}
.account_panel_table table tr:nth-child(2n + 2) {
  background: #ffffff;
}
.account_panel_table table tr:nth-child(odd) td {
  background: rgba(196, 196, 196, 0.1);
  color: #006ADE;
}
.account_panel_table table tr:nth-child(odd) td .table_data.tel {
  color: #006ADE;
}
.account_panel_table table tr.active .table_data p {
  display: none;
}
.account_panel_table table tr.active .table_data input {
  display: block;
}
.account_panel_table table td {
  height: 83px;
  border-right: none;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.account_panel_table table td p {
  margin: 0;
  padding: 2px 0;
}
.account_panel_table table td .table_data.tel {
  color: #000000;
}
.account_panel_table table td .table_data input {
  width: 100%;
  display: none;
  background: transparent;
}
.account_panel_table table td .table_data.parcel_number {
  color: #006ADE;
}
.account_panel_table table td .table_data.parcel_info {
  color: #000000;
}
.account_panel_table table td .table_data.status_delivered {
  color: #37AB00;
  position: relative;
  padding-left: 18px;
}
.account_panel_table table td .table_data.status_delivered:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #37AB00;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.account_panel_table table td .table_data.status_cancelled {
  color: #DF0000;
  position: relative;
  padding-left: 18px;
}
.account_panel_table table td .table_data.status_cancelled:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #DF0000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.account_panel_table table td .table_data.status_way {
  color: #B7912F;
  position: relative;
  padding-left: 18px;
}
.account_panel_table table td .table_data.status_way:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #B7912F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
/*.account_panel_table table td:first-child {
  padding: 0 9px 0 32px;
}*/
.table_checkbox {
  display: block;
  position: relative;
}
.table_checkbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.table_checkbox input:checked + span {
  background: #006ADE;
  border: 2px solid #006ADE;
}
.table_checkbox input:checked + span:after {
  opacity: 1;
}
.table_checkbox span {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 2px;
  cursor: pointer;
}
.table_checkbox span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: url(../img/checked.svg) no-repeat center;
  background-size: contain;
  transition: 0.3s;
}
.adresses_panel_edit {
  display: flex;
}
.adresses_panel_edit button {
  margin: 0 10px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.table_actions .edit_table_line {
  color: #006ADE;
}
.table_actions .delete_table_line {
  color: #DF0000;
}
.table_save button {
  color: #006ADE;
}
.account_panel_wrap {
  padding: 21px 0;
}
.add_line_btn {
  padding: 33px 20px 20px 59px;
  position: relative;
}
.add_line_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.add_line_btn button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: Stolzl;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #006ADE;
}
.account_panel_settings {
  max-width: 588px;
  background: #ffffff;
  padding: 12px 32px 12px 32px;
}
.settings_panel_item {
  margin-bottom: 27px;
}
.settings_panel_item:last-child {
  margin-bottom: 0;
  border-color: transparent;
}
.settings_panel_info {
  padding: 22px 0 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.settings_panel_title h3 {
  margin: 0;
  font-family: Stolzl;
  font-size: 20px;
  color: #333333;
}
.settings_panel_delete {
  padding: 30px 6px 24px 6px;
  border-top: 1px solid #D4D4D4;
}
.settings_panel_delete button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  color: #DF0000;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.settings_panel_btn button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  color: #006ADE;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.settings_panel_btn button.settings_panel_save {
  display: none;
}
.settings_panel_data {
  margin: 0 -15px;
}
.settings_panel_data label.w10 {
  width: calc(100% - 30px);
}
.settings_panel_data label.w53 {
  width: calc(53% - 30px);
}
.settings_panel_data label.w47 {
  width: calc(47% - 30px);
}
.settings_panel_data label.w100,
.settings_panel_data label.w53,
.settings_panel_data label.w47 {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 22px;
}
.settings_panel_data label.with_image {
  position: relative;
}
.settings_panel_data label.with_image svg {
  position: absolute;
  bottom: 10px;
  left: 12px;
  z-index: 1;
}
.settings_panel_data label.with_image input {
  padding-left: 35px;
}
.registration_page {
  background: #ffffff !important;
}
.registration_form_wrap {
  padding: 26px 0 0 0;
  flex-wrap: initial;
  display: flex;
  margin-left: 0;
  margin-right: 0;
}
.registration_form_row {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
form.registration_form {
  padding: 11px 0 0 0;
  margin: 0 -12px;
}
form.registration_form label.w50 {
  margin-bottom: 21px;
}
.registration_form_item.person_information {
  padding: 0 0 0 101px;
}
.registration_form_item.person_information .row {
  flex-direction: column;
  align-items: flex-start;
}
.registration_form_item.person_information .row .w50 {
  width: calc(59.6% - 24px);
}
.registration_form_submit a.main_btn {
  width: calc(59.6% - 24px);
  margin-left: 12px;
  margin-right: 12px;
}
.registration_form_agreement {
  margin-right: 12px;
  padding: 28px 0;
}
.registration_form_agreement label {
  display: block;
  position: relative;
}
.registration_form_agreement label input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.registration_form_agreement label input:checked + span:before {
  background: #006ADE;
  border: 2px solid #006ADE;
}
.registration_form_agreement label input:checked + span:after {
  opacity: 1;
}
.registration_form_agreement label span {
  display: block;
  position: relative;
  padding: 3px 0 3px 25px;
  font-family: Stolzl;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888888;
  cursor: pointer;
}
.registration_form_agreement label span a {
  color: #006ADE;
}
.registration_form_agreement label span:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #FFFFFF;
  border: 2px solid #D4D4D4;
  box-sizing: border-box;
  border-radius: 2px;
  z-index: 1;
}
.registration_form_agreement label span:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: -1px;
  left: 0;
  opacity: 0;
  background: url(../img/checked.svg) no-repeat center;
  background-size: 74%;
  transition: 0.3s;
  z-index: 2;
}
.popup_block form.login_form {
  margin-top: 24px;
}
.login_form {
  max-width: 266px;
}
.login_form .wrap {
  margin: 29px 0 0 0;
}
.login_form .wrap label.w100 {
  margin-bottom: 21px;
}
.login_form .wrap label.w100:last-child {
  margin-bottom: 0;
}
.registration_modal {
  text-align: left;
}
.registration_modal_title h3 {
  margin: 0;
  font-family: Stolzl;
  font-size: 30px;
  color: #000000;
  font-weight: 500;
}
.registration_modal_title p {
  margin: 14px 0 48px 0;
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #272727;
}
.registration_notice {
  padding: 9px 7px 7px 12px;
  display: flex;
  align-items: center;
  background: #F3F4FA;
  border-radius: 2px;
}
.registration_notice span {
  width: 12px;
}
.registration_notice p {
  margin: 0;
  padding: 0 0 0 10px;
  width: calc(100% - 12px);
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 12px;
  color: #666666;
}
.login_form_btn {
  margin: 9px 0 0 0;
}
.login_form_btn a {
  margin: 0 0 26px 0;
  display: block;
  font-family: Stolzl;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #006ADE;
}
.login_form_btn .main_btn.blue {
  margin: 0;
  min-width: 176px;
}
.no_account {
  margin-top: 69px;
}
.no_account p {
  margin: 0;
  font-family: Stolzl;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #888888;
}
.no_account p a {
  color: #006ADE;
}
.restore_password .login_form_btn {
  margin: 29px 0 25px 0;
}
.restore_password .login_form_btn .main_btn.blue {
  width: 100%;
}
header .right .account_block {
  position: relative;
}
header .right .account_block.logged_user {
  background: #006ADE;
}
header .right .account_block.logged_user > svg path {
  fill: #ffffff;
}
header .right .account_block.logged_user:hover .registration_dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
header .right .account_block .registration_dropdown {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 184px;
  position: absolute;
  top: calc(100% + 0px);
  right: 0;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
}
header .right .account_block .registration_dropdown ol {
  position: relative;
}
header .right .account_block .registration_dropdown ol:after {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  right: 16px;
  top: -4px;
  background: #FFFFFF;
  border-top: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
  transform: rotate(-45deg);
  z-index: 1;
}
.registration_dropdown ol {
  margin: 0;
  padding: 21px 15px 20px 32px;
}
.registration_dropdown ol li {
  padding: 9px 0;
  list-style-type: none;
}
.registration_dropdown ol li a {
  font-family: Stolzl;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #000000;
}
.registration_out {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 34px 17px 32px;
}
.registration_out a {
  display: block;
  position: relative;
  padding-right: 20px;
  font-family: Stolzl;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.3);
}
.registration_out a span {
  padding: 1px 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.registration_out a span svg path {
  fill: rgba(0, 0, 0, 0.3) !important;
}
.orders_panel_date {
  display: flex;
  padding: 23px 15px 8px 24px;
  margin-bottom: 16px;
  justify-content: space-between;
  align-items: flex-end;
}
.orders_panel_date label {
  max-width: 140px;
  padding-right: 18px;
  position: relative;
}
.orders_panel_date label:after {
  content: "";
  width: 18px;
  position: absolute;
  right: 0;
  bottom: 21px;
  border-top: 1px solid #E6E6E6;
  z-index: 1;
}
.orders_panel_date label:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #F5F8FD;
  border: 1px solid #C4C4C4;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  bottom: 18px;
  border-top: 1px solid #E6E6E6;
  z-index: 2;
}
.orders_panel_date label span {
  padding: 0 0 6px 0;
  display: block;
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  opacity: 0.5;
  border-radius: 2px;
}
.orders_panel_date label input {
  width: 100%;
  padding-right: 20px;
  background-image: url(../img/dropdown_arrow.svg);
  background-position: 96% 50%;
  background-repeat: no-repeat;
}
.orders_panel_date label:last-child:after,
.orders_panel_date label:last-child:before {
  display: none;
}
.ui-widget-header .ui-icon {
  background-image: url(../img/dropdown_arrow.svg);
  background-position: center;
}
.ui-datepicker-next.ui-corner-all .ui-icon {
  transform: rotate(-90deg);
}
.ui-datepicker-prev.ui-corner-all .ui-icon {
  transform: rotate(90deg);
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 27px;
  height: 27px;
}
.ui-datepicker .ui-datepicker-title {
  font-family: "Open Sans";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ui-datepicker th {
  padding: 4px 3px;
  height: auto;
}
.ui-datepicker td {
  height: auto;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  font-family: "Open Sans";
}
.ui-datepicker td {
  border: 0;
  padding: 1px !important;
}
.mobile_account_block.logged_user .mobile_account_menu {
  display: block;
}
.mobile_account_block.logged_user .mobile-out {
  display: block;
}
.mobile_account_block.logged_user .mobile-in {
  display: none;
}
.mobile_account_block .mobile_account_menu {
  display: none;
}
.mobile_account_block .mobile-out {
  display: none;
}
.mobile_account_block .mobile-in {
  display: block;
}
.mobile_account_menu ol {
  margin: 0;
  padding: 26px 20px 0 20px;
}
.mobile_account_menu ol li {
  padding: 13px 0;
  list-style-type: none;
}
.mobile_account_menu ol li a {
  font-family: Stolzl;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.account_control {
  padding: 27px 14px 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account_control .lang_box {
  padding: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.account_btn {
  padding-right: 10px;
}
.account_btn button {
  font-family: Stolzl;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: none;
  border: none;
  cursor: pointer;
}
.account_btn button span {
  display: inline-block;
  padding: 0 9px 0 0;
}
.popup_block .content_wrap_inner {
  overflow: auto;
}
.nav_dropdown ul.ul_level1 {
  padding-top: 10px;
}
.nav_dropdown svg path {
  fill: #888888;
}
.nav_dropdown ul a:hover {
  background: #006ade;
  color: white;
}
.nav_dropdown ul a:hover svg path {
  fill: #ffffff;
}
.nav_dropdown .multilevel.active > a {
  background: #006ade;
}
.nav_dropdown .multilevel.active > a svg path {
  fill: #ffffff;
}
.nav_dropdown ul.ul_level2 a {
  white-space: initial;
}
.terminals_controll .left .line > .top_row h2 {
  font-weight: 500;
  letter-spacing: 0px;
}
.terminal_list_item .bottom_row div span {
  font-family: Stolzl;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  color: #000000;
}
.order_courier .text span,
.order_courier .text .line a {
  font-family: Stolzl;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.order_courier .icon:before {
  left: 1px;
  top: 4px;
}
.order_courier .text .line a {
  margin-left: 9px;
}
.terminals_controll .order_courier .text.margin0 .line {
  margin-left: -3px;
}
.order_courier .main_btn {
  font-family: Stolzl;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 14px;
  min-width: 178px;
  padding-left: 10px;
  padding-right: 10px;
}
.mobile .wrapper {
  height: auto;
}
.page_slide_wrap,
.page_slide_wrap .section {
  opacity: 1;
}
.wrapper.main_page {
  padding-top: 0;
}
.calculator .tabs_el .text ul li {
  line-height: 17px;
}
.main_btn.manifest {
  min-width: 184px!important;
  padding-left: 15px;
  padding-right: 15px;
}
.exportData {
  width: 42px;
  height: 42px;
  padding: 0;
  margin-right: 16px!important;
}
.section .news_block {
  display: block!important;
}
/*.account_panel_table table th:first-child {
  width: 50px;
}*/
.orders-accordion {
  width: 100%;
  margin-bottom: 25px;
}
.orders-accordion__title {
  position: relative;
  color: #2F80ED;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  padding-right: 20px;
  cursor: pointer;
}
.orders-accordion__title.active .orders-accordion__arrow-down {
  border: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid black;
}
.orders-accordion__arrow-down {
  position: absolute;
  top: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid black;
}
.orders-accordion__body {
  padding-left: 30px;
  margin-bottom: 50px;
}
.corporate-order-left {
  position: relative;
}
.corporate-order-maska {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(237, 242, 247, 0.7);
  z-index: 3;
}



.time-table{
  margin-bottom: 25px;
  background: #FFFFFF;
}
.time-table_red {
  color: red;
}
.time-table__head{
  padding: 25px 25px 20px 25px;
  border-bottom: 1px solid rgba(237, 242, 247, 0.7);
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}
.time-table__table{
  padding: 15px 0;
  margin-bottom: 18px!important;
}
.time-table__table table{
  margin-bottom: 15px;
}
.time-table__table table thead{
  margin-bottom: 15px;
}
.time-table__table table thead td{
  vertical-align: top!important;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.time-table__table table thead tr:hover td{
  box-shadow:none;
}
.time-table__table table thead td:first-child{
  text-align: left;
  padding-left: 25px;
}
.time-table__table table thead td:last-child{
  text-align: right;
  padding-right: 25px;
}
.time-table__table table thead td p{
  color: #4f4f4f;
  font-size: 12px;
  margin-bottom:0;
}
.time-table__table thead td label{
  color: #4f4f4f;
  font-size: 11px;
}
.time-table__table td{
  height: auto;
  padding: 5px 25px;
  border:none;
}
.time-table__table tbody tr td:first-child{
  text-align: left;
}
.time-table__table tbody tr td:last-child{
  text-align: right;
}

.time-table__attention{
  padding: 15px 15px;
  background: #FDFAEB;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.time-table__attention svg{
  margin-right: 10px;
}
.time-table__attention p{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.time-table__info{
  padding: 15px 15px;
  /*background: #DFF6D9;*/
  background: #fce8e6;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
.time-table__info svg{
  margin-right: 10px;
}
.time-table__info p{
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.time-table__info p span{
  display: block;
  margin-bottom: 10px;
}

.time-table__table_red{
  color: #df0000;
  font-weight: 600;
}

.time-table_red td{
  color: #df0000;
}