@charset "UTF-8";
@import "iconfont.css";
@font-face {
  font-family: "stolzlmedium";
  src: url("fonts/stolzl_medium-webfont.woff2") format("woff2"), url("fonts/stolzl_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "stolzlregular";
  src: url("fonts/stolzl_regular-webfont.woff2") format("woff2"), url("fonts/stolzl_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html, body {
  height: 100%;
}

body {
  font-family: "stolzlregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  color: #192D4B;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

p {
  font-family: "stolzlregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 14px;
}
p:empty {
  display: none;
}

strong, .strong {
  font-weight: 400;
  font-family: "stolzlmedium", sans-serif;
}

.sm {
  font-size: 14px;
  line-height: 130%;
}

.xs {
  font-size: 12px;
}

.text-huge {
  font-size: 57px;
}

.text-big {
  font-size: 57px;
}

h1, .h1 {
  font-family: "stolzlmedium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  text-transform: none;
  line-height: 102%;
  margin: 0.8em 0 14px;
  letter-spacing: -0.4px;
}

h2, .h2 {
  font-family: "stolzlmedium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  text-transform: none;
  line-height: 102%;
  margin: 0.8em 0 14px;
  letter-spacing: -0.4px;
}

h3, .h3 {
  font-family: "stolzlmedium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  text-transform: none;
  line-height: 102%;
  margin: 0.8em 0 14px;
  letter-spacing: -0.4px;
}

h4, .h4 {
  font-family: "stolzlmedium", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  text-transform: none;
  line-height: 102%;
  margin: 0.8em 0 14px;
  letter-spacing: -0.4px;
}

a {
  color: #0B5CD5;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #F94B2F;
  text-decoration: underline;
}
a:hover.pc {
  text-decoration: none;
}

a.anchor {
  text-decoration: none;
}

ul {
  padding-left: 25px;
  text-align: left;
  margin: 0 0 16px;
}

li {
  margin: 0 0 5px;
}

input, textarea, select {
  color: #192D4B !important;
  background-color: #fff;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.nowrap {
  white-space: nowrap;
}

/* tic-range-control-01 begin */
/* tic-range-control-01 end */
.price-filter {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}
.price-filter .price-range-container {
  display: block;
  width: 100%;
}
.price-filter .price-range-container .irs {
  height: 76px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 42px;
  height: 4px;
  background-color: #0B5CD5;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 42px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 34px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #0B5CD5;
}
.price-filter .price-range-container .irs--flat .irs-from, .price-filter .price-range-container .irs--flat .irs-to, .price-filter .price-range-container .irs--flat .irs-single {
  color: white;
  font-size: 14px;
  text-shadow: none;
  padding: 4px 9px;
  background-color: #0B5CD5;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-from:before, .price-filter .price-range-container .irs--flat .irs-to:before, .price-filter .price-range-container .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #0B5CD5;
}
.price-filter .price-range-container .irs-grid {
  height: 28px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  padding: 0 3px;
  color: #192D4B;
}
.price-filter .price-range-container .irs--flat .irs-handle > i {
  display: none;
}
.price-filter .price-range-container .irs--flat .irs-min, .price-filter .price-range-container .irs--flat .irs-max {
  display: none;
}
.price-filter .button-container {
  padding-left: 2em;
  padding-top: 4px;
  /*margin-top: round($handle-label-height / 1.2);*/
}

.price-filter-container {
  background-color: transparent;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.price-filter-container h4 {
  margin-left: -9px;
  color: #0B5CD5;
}
/* tic-switch-01 begin */
/* tic-switch-01 end */
hr {
  border-top: 1px solid #E5E5E5;
}

.price-sorting {
  position: relative;
  min-height: 36px;
  margin: 30px 0 10px;
  width: 100%;
  max-width: 360px;
}
.price-sorting > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 14px;
  line-height: 102%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #0B5CD5;
}
.price-sorting > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 47px);
  text-align: left;
}
.price-sorting > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 47px);
  text-align: left;
}
.price-sorting:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: calc(50% - 32px);
  top: calc(50% - 8px);
  height: 16px;
  width: 64px;
  background: #C4C4C4;
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.price-sorting:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  height: 29px;
  width: 29px;
  border-radius: 29px;
  background: #0B5CD5;
  border: 3px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease-in;
}
.price-sorting.selected-right:after {
  left: calc(50% - -10px);
}
.price-sorting.selected-left:after {
  left: calc(50% - 39px);
}
.price-sorting > hr {
  display: block;
  position: absolute;
  z-index: 1;
  left: calc(50% - 1px);
  top: 0;
  bottom: 0;
  height: auto;
  width: 1px;
  margin: 0;
  border: none;
  background-color: #e5e5e5;
}

.products-with-filters {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .products-with-filters {
    display: block;
  }
}
.products-with-filters > .filters-container {
  flex-grow: 0;
  margin-bottom: 10px;
  min-width: 256px;
  max-width: 256px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .products-with-filters > .filters-container {
    max-width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 530px) {
  .products-with-filters > .filters-container {
    margin-top: 15px;
  }
}
.products-with-filters > .filters-container > .filters {
  border: 2px solid #ffffff;
}
.products-with-filters > .filters-container > .filters .price-filter .button-container {
  display: none;
}
.products-with-filters > .filters-container > .filters .params-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .params-filter-container .param-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 0 0;
}
.products-with-filters > .filters-container > .filters .params-filter-container h4 {
  margin: 8px 0 7px;
  font-size: 16px;
  color: #0B5CD5;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .params-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container {
  margin: 10px 0 13px;
  padding: 11px 20px 12px;
  background-color: #333;
}
.products-with-filters > .filters-container > .filters .brands-filter-container .brand-container {
  display: inline-block;
  vertical-align: top;
  padding: 0 24px 0 0;
}
.products-with-filters > .filters-container > .filters .brands-filter-container h4 {
  margin: 8px 0 10px;
  color: #0B5CD5;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 14px;
  margin-bottom: 4px;
}
.products-with-filters > .filters-container > .filters .brands-filter-container input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 3px;
}
.products-with-filters > .filters-container .button-container {
  text-align: center;
}
.products-with-filters > .filters-container .reset-filters {
  font-size: 14px;
  text-align: center;
  color: #0B5CD5;
  cursor: pointer;
  margin: 10px 0 20px;
}
.products-with-filters > .product-list {
  flex-grow: 1;
}

body.modal-open {
  overflow: hidden;
}

body.product-modal-open #page {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

input, select, textarea {
  border: none;
  outline: none;
  padding: 13px 27px;
  font-size: 16px;
  width: 300px;
  max-width: 100%;
  border-radius: 6px;
}

input[type=checkbox], input[type=radio] {
  width: 16px;
  height: 16px;
}

input.underline {
  border-color: transparent transparent #878787 transparent;
}

.form-group {
  position: relative;
}
.form-group + .form-group {
  margin-top: 30px;
}
.form-group .form-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: #999;
  font-weight: 300;
  font-size: 16px;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.form-group.focused .form-label {
  transform: translateY(-100%);
  font-size: 12px;
}
.form-group .form-input {
  position: relative;
  padding: 12px 0px 5px 0;
  width: 100%;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
}
.form-group .form-input.filled {
  box-shadow: 0 2px 0 0 lightgreen;
}
.form-group .form-input:focus {
  box-shadow: 0 2px 0 0 blue;
}

.form-group-simple {
  margin: 0px 0 12px;
}
.form-group-simple label {
  margin: 0px 0 0px !important;
}

label.with-note {
  padding-top: 5px;
  position: relative;
}

.table-container {
  position: relative;
  width: 100%;
  z-index: 1;
  margin: auto;
  overflow: auto;
  margin-bottom: 20px;
}

.table-container table {
  margin: 0 0px 5px 0;
}

.table-hover > tbody > tr:hover {
  background-color: #f0f0f3;
}

label.with-note span.note {
  display: block;
  position: absolute;
  left: 3px;
  top: -5px;
  font-size: 12px;
  color: #999;
  background-color: #fff;
  white-space: nowrap;
  padding: 0 3px;
}

label {
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 8px;
}
label.small {
  font-size: 14px;
}

label + button {
  margin-top: 10px !important;
}

label input[type=checkbox] {
  margin-top: 4px;
}
label input[type=checkbox] + span {
  margin-left: 0.5em;
  vertical-align: top;
}

.input-note {
  margin-left: 10px;
  color: #FF3E3E;
  font-size: 14px;
}

.input-comment {
  margin: 0px 0 10px;
  font-size: 14px;
}

#mobile-menu-button {
  display: none;
  color: #192D4B;
  width: 68px;
  height: 68px;
  max-width: 68px;
  border-radius: 100px;
  background-color: #0B5CD5;
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
  position: relative;
}
#mobile-menu-button:hover {
  opacity: 1;
}
#mobile-menu-button > div {
  position: absolute;
  left: 14px;
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}
#mobile-menu-button > div:nth-of-type(1) {
  top: 21px;
}
#mobile-menu-button > div:nth-of-type(2) {
  top: 32px;
}
#mobile-menu-button > div:nth-of-type(3) {
  top: 43px;
}

.pushy-content ul {
  padding: 0px 0 0px 0;
}

.mCSB_container {
  margin-right: 12px !important;
}

.container {
  margin: 0 auto;
  position: relative;
  width: calc(100% - 100px) !important;
  padding: 0;
  max-width: 1240px;
}
@media (max-width: 1060px) {
  .container {
    width: calc(100% - 36px) !important;
  }
}

#header .container {
  overflow: visible;
}

/* tic-button-01 begin */
/* tic-button-01 end */
button.button, a.button, .upload-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  border: 2px solid #0B5CD5;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "stolzlregular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-transform: none;
  color: #FFFFFF;
  background-color: #0B5CD5;
  border-radius: 6px;
  padding: 15px 48px;
  letter-spacing: 0;
  margin: 10px 0 20px;
  /*box-shadow: 0px 0px 19px 0px #D82454;*/
}
button.button:hover, a.button:hover, .upload-button:hover {
  background-color: #F94B2F !important;
  border-color: #F94B2F !important;
  color: #fff !important;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 12px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #0B5CD5;
  color: #0B5CD5;
  box-shadow: none;
}
button.button.red, a.button.red, .upload-button.red {
  background-color: #F94B2F;
  border-color: #F94B2F;
}
button.button:hover, a.button:hover, .upload-button:hover {
  /*box-shadow: 0px 0px 55px 0px #D82454;*/
}
button.button.waiting, a.button.waiting, .upload-button.waiting {
  position: relative;
  overflow: visible;
}
button.button.waiting:before, a.button.waiting:before, .upload-button.waiting:before {
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  background-color: #fff;
  opacity: 0.9;
  border-radius: 4px;
}
button.button.waiting:after, a.button.waiting:after, .upload-button.waiting:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 76px;
  top: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-image: url("../img/loading.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 640px) {
  button.button, a.button, .upload-button {
    padding: 10px 48px 9px;
    font-size: 16px;
    /*font-weight: 600;*/
  }
}

.upload-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

#page {
  position: relative;
  z-index: 110;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#page > div {
  flex-grow: 0;
}
#page > div.content {
  flex-grow: 1;
}
#page.main-page {
  overflow: hidden;
}

ul.no-style {
  list-style: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto !important;
}

/* tic-order-dialog-01 begin */
/* tic-order-dialog-01 end */
#call-back-dialog {
  max-width: 600px;
  text-align: left;
  padding: 0;
}
#call-back-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#call-back-dialog label {
  margin-bottom: 15px;
}
#call-back-dialog input {
  width: 100%;
}
#call-back-dialog textarea {
  width: 100%;
}
#question-dialog {
  max-width: 800px;
  text-align: left;
  padding: 0;
}
#question-dialog h3 {
  width: calc(100% - 32px);
  margin: 10px 0 32px;
}
#question-dialog label {
  margin-bottom: 15px;
}
#question-dialog input {
  width: 100%;
}
#question-dialog textarea {
  width: 100%;
}
#question-dialog textarea {
  height: 270px;
}

.modal-bg {
  position: fixed;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0px;
  top: 0px;
  z-index: 1000;
  overflow: auto;
}

.modal-panel {
  position: absolute;
  background: #ffffff;
  color: #192D4B;
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  z-index: 100;
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.5);
  padding: 32px 48px;
  max-width: 90%;
  min-width: 430px;
  cursor: default;
}
.modal-panel .modal-panel-header {
  display: none;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #E5E5E5;
}
.modal-panel .modal-panel-header:before {
  content: "";
  position: absolute;
  display: block;
  left: 17px;
  width: 220px;
  top: 18px;
  height: 50px;
  background-image: url(../img/logo.svg);
  background-size: 220px 22px;
  background-repeat: no-repeat;
}
.modal-panel h2 {
  margin-top: 10px;
}
@media (max-width: 430px) {
  .modal-panel {
    max-width: 100%;
    min-width: 100% !important;
    width: 100%;
    top: 0px !important;
    min-height: 100vh !important;
    padding: 100px 20px 30px;
    margin: 0 !important;
  }
  .modal-panel .modal-panel-header {
    display: block;
  }
  .modal-panel .button {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.modal-panel.alert {
  text-align: center;
}
.modal-panel.success, .modal-panel.warning {
  text-align: center;
  min-width: 400px;
  min-height: 200px !important;
  max-width: 600px;
  padding: 50px 20px 40px;
  top: 50% !important;
  transform: translate(-50%, -75%) !important;
}
.modal-panel.success .modal-panel-header, .modal-panel.warning .modal-panel-header {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.success, .modal-panel.warning {
    max-width: calc(100% - 20px) !important;
    min-width: calc(100% - 20px) !important;
    padding: 50px 20px 40px;
  }
}
.modal-panel.fullscreen {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  box-shadow: none;
  overflow: auto;
}
.modal-panel.fullscreen .close-button-container {
  position: fixed;
  top: 12px;
  bottom: auto;
  right: 30px;
}
@media (max-width: 791px) {
  .modal-panel.fullscreen {
    padding: 0px 0px;
  }
}
.modal-panel iframe {
  max-width: 100% !important;
  width: 100%;
}

.modal-panel.no-border {
  padding: 0px 0px;
}

.close-button {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  background-color: #ffffff;
  background-image: url("../img/close-button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45px 45px;
  cursor: pointer;
  transition: all ease-out 0.5s;
}

.modal-panel .close-button-container {
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 10px;
}

.modal-panel .close-button {
  position: sticky;
  top: 5px;
}

.modal-panel .close-button:hover {
  transform: rotate(-90deg);
}

.modal-panel .loading {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.modal-panel div.success-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/success-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel div.warning-icon {
  width: 64px;
  height: 64px;
  margin: -8px auto 12px;
  background-image: url("../img/warning-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px 64px;
}

.modal-panel input, .modal-panel select {
  border: 1px solid #c0c0c0;
}

#confidence {
  width: 600px;
  height: 400px;
  overflow: auto;
  background-color: #fff;
  color: #333 !important;
}

#credits {
  position: relative;
  height: 0px;
  top: -17px;
}

#credits > div {
  height: 16px;
  margin: 0 auto;
  text-align: left;
}

#credits a {
  color: #fff;
  text-decoration: none;
  transition: 0.2s linear;
  opacity: 0.3;
  font-size: 13px;
  line-height: 1;
  position: relative;
  left: calc(100% - 190px);
  top: -25px;
}

#credits a:hover {
  opacity: 0.7;
}

#credits a > img {
  position: relative;
  top: -1px;
}

.switch { /* Переключатель */
  position: relative;
  min-height: 34px;
}

.switch:before {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-bg.png");
  background-repeat: no-repeat;
  background-position: center;
}

.switch:after {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-image: url("../img/switch-button.png");
  background-repeat: no-repeat;
  background-position: center calc(50% + 2px);
  transition: all 0.25s ease-in;
}

.switch.switch-left:after {
  background-position: calc(50% - 20px) calc(50% + 2px);
}

.switch.switch-right:after {
  background-position: calc(50% + 20px) calc(50% + 2px);
}

.switch > div {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  line-height: 34px;
  cursor: pointer;
}

.switch > div:nth-of-type(1) {
  left: 0;
  right: calc(50% + 40px);
  text-align: right;
}

.switch > div:nth-of-type(2) {
  right: 0;
  left: calc(50% + 40px);
  text-align: left;
}

div.radio { /* Радио-кнопки */
  position: relative;
  text-align: left;
}

div.radio > div {
  display: inline-block;
  background-image: url("../img/radio-button-unchecked.png");
  background-repeat: no-repeat;
  background-size: 32px 32px;
  background-position: center top;
  padding-top: 34px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.25s ease-in;
}
div.radio > div:hover {
  background-image: url("../img/radio-button-checked.png");
}

div.radio > div + div {
  margin-left: 24px;
}

div.radio > div.selected {
  background-image: url("../img/radio-button-checked.png");
}

.checkbox { /* Чекбоксы */
  position: relative;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7px 0 0 44px;
  cursor: pointer;
  min-height: 32px;
  transition: all 0.25s ease-in;
  background-image: url("../img/checkbox-unchecked.png");
}
.checkbox.checked {
  background-image: url("../img/checkbox-checked.png");
}

/* Нумерация списков */
ol {
  padding-left: 0;
}

ol > li > ol {
  margin-top: 10px;
}

ol li {
  list-style-type: none;
}

ol {
  counter-reset: section;
  list-style-type: none;
}

ol > li:before {
  counter-increment: section;
  content: counter(section) ". ";
}

ol > li > ol {
  counter-reset: subsection;
}

ol > li > ol > li:before {
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
}

ol > li > ol > li > ol {
  counter-reset: subsubsection;
}

ol > li > ol > li > ol > li:before {
  counter-increment: subsubsection;
  content: counter(section) "." counter(subsection) "." counter(subsubsection) " ";
}

.contrast-setting {
  position: fixed;
  overflow: visibled;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  transform: translate3d(0, 0, 0);
  height: 50px;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
}

.contrast-setting .font-s {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-m {
  font-size: 20px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.contrast-setting .font-l {
  font-size: 24px;
  display: inline-block;
  margin: 0 8px 0 3px;
  cursor: pointer;
}

.contrast-setting .contrast-positive {
  display: inline-block;
  margin: 0 3px;
  padding: 0 4px;
  border: 1px solid #000;
  background-color: #fff !important;
  color: #000 !important;
  cursor: pointer;
}

.contrast-setting .contrast-negative {
  display: inline-block;
  margin: 0 3px;
  padding: 0 5px;
  border: 1px solid #fff;
  color: #fff !important;
  background-color: #000 !important;
  cursor: pointer;
}

ul.breadcrumbs {
  font-style: normal;
  font-size: 14px;
  color: #f8f8f8;
  margin: 26px 0 4px;
  list-style: none;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  color: inherit;
}
ul.breadcrumbs li > a {
  color: inherit;
}
ul.breadcrumbs li > a:hover {
  color: #0B5CD5;
  text-decoration: none;
}
ul.breadcrumbs li + li:before {
  content: "—";
  margin: 0 4px;
}
@media (max-width: 600px) {
  ul.breadcrumbs {
    display: none;
  }
}

.template1-page, .template2-page, .template3-page, .template4-page, .template5-page {
  padding-bottom: 20px;
  min-height: 700px;
}

.pagination a {
  display: inline-block;
  background-color: #0B5CD5;
  color: #fff;
  font-size: 14px;
  padding: 7px 8px;
  border-radius: 2px;
  min-width: 35px;
  margin-bottom: 10px;
}

.pagination a:hover {
  color: #fff;
  background-color: #ffffff;
  text-decoration: none;
}

.pagination a.current {
  background-color: #ffffff;
  cursor: default;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-moz-placeholder {
  color: transparent !important;
}

:focus:-moz-placeholder {
  color: transparent !important;
}

:focus:-ms-input-placeholder {
  color: transparent !important;
}

::-webkit-input-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 400;
}

::-moz-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 400;
}

:-moz-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #878787 !important;
  font-size: 16px;
  font-weight: 400;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

/* tic-proportion begin */
/* tic-proportion end */
/* tic-animated-underline begin */
/* tic-animated-underline end */
@media (max-width: 700px) {
  h1, .h1 {
    font-size: 42px;
  }
  h2, .h2 {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 28px;
  }
  h4, .h4 {
    font-size: 24px;
  }
}
/* tic-columns-card begin */
/* tic-columns-card end */
/* tic-columns begin */
/* tic-columns end */
#page {
  margin-top: 65px;
}
@media (max-width: 1120px) {
  #page {
    margin-top: 78px;
  }
}
@media (max-width: 460px) {
  #page {
    margin-top: 56px;
  }
}

/* tic-messengers-01 begin */
/* tic-messengers-01 end */
.pushy .lang .selected {
  background-image: url("../img/drop-down-dark.svg");
}

.button.cube > span {
  display: inline-block;
  background-image: url(../img/cube.svg);
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 38px;
}

.button.search > span {
  display: inline-block;
  background-image: url(../img/search.svg);
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 33px;
}

.button.phone > span {
  display: inline-block;
  background-image: url(../img/phone.svg);
  background-size: 16px 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 31px;
}

/* tic-header-top-05 begin */
/* tic-header-top-05 end */
ul.submenu {
  display: none;
  position: absolute;
  z-index: 0;
  left: -12px;
  top: 35px !important;
  list-style: none;
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}
ul.submenu > li {
  display: block;
  margin: 0px 0px -4px 0px;
  padding: 0px 12px 0px;
}
ul.submenu > li:first-child {
  margin-top: 10px;
}
ul.submenu > li:last-child {
  margin-bottom: 6px;
}
ul.submenu > li > a {
  display: inline-block;
  padding: 0px 0px 5px;
}
#header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  height: 101px;
  background-color: #fff;
  white-space: nowrap;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: all ease-out 0.5s;
  color: #192D4B;
  font-weight: 300;
  border-bottom: 1px solid #0B5CD5;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #192D4B;
  font-size: 16px;
  font-weight: 400;
}
#header-top a:hover {
  text-decoration: none;
}
#header-top > .scrolled {
  display: block;
  position: absolute;
  z-index: 10000;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}
#header-top > .scrolled .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header-top > .scrolled .content > div:last-child {
  width: 100px;
}
#header-top.scrolled, #header-top.for-product-page, #header-top.catalog-page {
  top: 0px;
  height: 100px;
}
#header-top.scrolled ul.menu, #header-top.for-product-page ul.menu, #header-top.catalog-page ul.menu {
  margin-top: 12px;
}
#header-top.scrolled ul.menu.left, #header-top.for-product-page ul.menu.left, #header-top.catalog-page ul.menu.left {
  display: none;
}
#header-top.scrolled ul.menu.right, #header-top.for-product-page ul.menu.right, #header-top.catalog-page ul.menu.right {
  width: auto;
}
#header-top.scrolled ul.menu.right > li, #header-top.for-product-page ul.menu.right > li, #header-top.catalog-page ul.menu.right > li {
  display: none;
}
#header-top.scrolled ul.menu.right > li.cabinet, #header-top.for-product-page ul.menu.right > li.cabinet, #header-top.catalog-page ul.menu.right > li.cabinet {
  display: block !important;
  margin: 0px;
}
#header-top.scrolled ul.menu.right > li.cabinet > a, #header-top.for-product-page ul.menu.right > li.cabinet > a, #header-top.catalog-page ul.menu.right > li.cabinet > a {
  background-color: #E6F0FF;
  border-radius: 100px;
  width: 68px;
  height: 68px;
  background-image: url("../img/cabinet.svg");
  background-size: 39px 39px;
}
#header-top.scrolled ul.menu.right > li.user, #header-top.for-product-page ul.menu.right > li.user, #header-top.catalog-page ul.menu.right > li.user {
  display: block !important;
  margin: 0px;
}
#header-top.scrolled ul.menu.right > li.user > button, #header-top.for-product-page ul.menu.right > li.user > button, #header-top.catalog-page ul.menu.right > li.user > button {
  background-color: #E6F0FF;
  border-radius: 100px;
  width: 68px;
  height: 68px;
  background-image: url("../img/cabinet.svg");
  background-size: 39px 39px;
  background-position: center;
  margin: 0px 6px 5px 0px !important;
}
#header-top.scrolled ul.menu.right > li.user > button > span, #header-top.for-product-page ul.menu.right > li.user > button > span, #header-top.catalog-page ul.menu.right > li.user > button > span {
  display: none;
}
#header-top.scrolled ul.menu.right > li.user > button:after, #header-top.for-product-page ul.menu.right > li.user > button:after, #header-top.catalog-page ul.menu.right > li.user > button:after {
  display: none;
}
#header-top.scrolled ul.menu.right > li.user .user-menu, #header-top.for-product-page ul.menu.right > li.user .user-menu, #header-top.catalog-page ul.menu.right > li.user .user-menu {
  top: 75px;
}
#header-top.scrolled .button, #header-top.for-product-page .button, #header-top.catalog-page .button {
  margin: 11px 60px 0 0 !important;
  padding: 3px 18px 4px 22px !important;
}
#header-top.scrolled .button > span, #header-top.for-product-page .button > span, #header-top.catalog-page .button > span {
  background-size: 20px 20px;
  padding-left: 26px;
  font-size: 14px;
}
#header-top.scrolled #mobile-menu-button, #header-top.for-product-page #mobile-menu-button, #header-top.catalog-page #mobile-menu-button {
  display: block;
  flex-grow: 0;
}
@media (max-width: 1122px) {
  #header-top {
    top: 0px;
    height: 100px;
  }
  #header-top ul.menu {
    margin-top: 12px;
  }
  #header-top ul.menu.left {
    display: none;
  }
  #header-top ul.menu.right {
    width: auto;
  }
  #header-top ul.menu.right > li {
    display: none;
  }
  #header-top ul.menu.right > li.cabinet {
    display: block !important;
    margin: 0px;
  }
  #header-top ul.menu.right > li.cabinet > a {
    background-color: #E6F0FF;
    border-radius: 100px;
    width: 68px;
    height: 68px;
    background-image: url("../img/cabinet.svg");
    background-size: 39px 39px;
  }
  #header-top ul.menu.right > li.user {
    display: block !important;
    margin: 0px;
  }
  #header-top ul.menu.right > li.user > button {
    background-color: #E6F0FF;
    border-radius: 100px;
    width: 68px;
    height: 68px;
    background-image: url("../img/cabinet.svg");
    background-size: 39px 39px;
    background-position: center;
    margin: 0px 6px 5px 0px !important;
  }
  #header-top ul.menu.right > li.user > button > span {
    display: none;
  }
  #header-top ul.menu.right > li.user > button:after {
    display: none;
  }
  #header-top ul.menu.right > li.user .user-menu {
    top: 75px;
  }
  #header-top .button {
    margin: 11px 60px 0 0 !important;
    padding: 3px 18px 4px 22px !important;
  }
  #header-top .button > span {
    background-size: 20px 20px;
    padding-left: 26px;
    font-size: 14px;
  }
  #header-top #mobile-menu-button {
    display: block;
    flex-grow: 0;
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header-top ul.menu {
  width: calc(50% - 150px);
  margin: 7px 0px 0px 0px;
  list-style: none;
  padding: 0px;
  display: flex;
  align-items: center;
}
#header-top ul.menu.left {
  order: 1;
  justify-content: flex-start;
}
#header-top ul.menu.left > li {
  margin: 0px 24px 0px 0px;
}
#header-top ul.menu.right {
  order: 3;
  justify-content: flex-end;
}
#header-top ul.menu.right > li {
  margin: 0px 0px 0px 24px;
}
#header-top ul.menu a {
  color: #0B5CD5;
  position: relative;
  overflow: hidden;
}
#header-top ul.menu a:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  width: 0;
  bottom: 5px;
  background: #0B5CD5;
  height: 1px;
  transition-property: width;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
#header-top ul.menu a:hover, #header-top ul.menu a:focus, #header-top ul.menu a:active {
  text-decoration: none;
}
#header-top ul.menu a:hover:after, #header-top ul.menu a:focus:after, #header-top ul.menu a:active:after {
  left: 0px;
  right: auto;
  width: calc(100% - 0px);
}
#header-top ul.menu > li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
#header-top ul.menu > li > a {
  padding: 12px 0;
  text-decoration: none !important;
  display: inline-block;
}
#header-top ul.menu > li > ul {
  display: none;
  top: 33px;
}
#header-top ul.menu > li.with-sub > a {
  transition: all 0.25s;
  padding-right: 20px;
  position: relative;
}
#header-top ul.menu > li.with-sub > a:after {
  display: none;
}
#header-top ul.menu > li.with-sub > a:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  right: 0px;
  top: 20px;
  width: 11px;
  height: 6px;
  background-image: url("../img/drop-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.4s;
}
#header-top ul.menu > li.expanded.with-sub > a:before, #header-top ul.menu > li:hover.with-sub > a:before {
  transform: rotateX(180deg);
}
#header-top ul.menu > li.expanded > ul, #header-top ul.menu > li:hover > ul {
  display: block;
}
#header-top ul.menu > li.cabinet > a {
  width: 28px;
  height: 28px;
  background-image: url("../img/cabinet.svg");
  background-size: 28px 28px;
  background-position: center;
  background-repeat: no-repeat;
}
#header-top ul.menu > li.cabinet > a:after {
  display: none;
}
#header-top ul.menu > li.reg {
  margin-left: 12px;
}
#header-top ul.menu > li.reg .button {
  margin: -6px 0px 0px 0px;
  color: #ffffff;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  padding: 9px 19px;
  border-radius: 6px;
  text-transform: none;
}
#header-top ul.menu > li.reg .button:after {
  display: none;
}
#header-top ul.menu > li.user {
  position: relative;
}
#header-top ul.menu > li.user .button {
  margin: -6px 0px 0px 0px;
  background-color: #E6F0FF !important;
  border-color: #E6F0FF !important;
  color: #0B5CD5 !important;
  text-shadow: none;
  font-weight: 400;
  font-size: 14px;
  padding: 9px 27px 9px 35px;
  border-radius: 6px;
  text-transform: none;
  background-image: url("../img/cabinet.svg");
  background-size: 28px 28px;
  background-position: 5px center;
  background-repeat: no-repeat;
  position: relative;
}
#header-top ul.menu > li.user .button:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  right: 7px;
  top: 16px;
  width: 11px;
  height: 6px;
  background-image: url(../img/drop-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.4s;
}
#header-top ul.menu > li.user .button span {
  max-width: 135px;
  display: inline-block;
}
#header-top ul.menu > li.user .button span.long {
  white-space: nowrap;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(270deg, transparent 5px, #0B5CD5 25px);
  mask-image: linear-gradient(270deg, transparent 5px, #0B5CD5 25px);
  /* 0deg = down, 90deg = left, 180deg = top, 270deg = right */
}
#header-top ul.menu > li.user .user-menu {
  display: none;
  position: absolute;
  right: 0px;
  top: -6px;
  background-color: #E6F0FF;
  border-radius: 6px;
  padding: 12px 27px 10px;
}
#header-top ul.menu > li.user .user-menu .user-name {
  font-family: "stolzlmedium", sans-serif;
  font-size: 14px;
  line-height: 110%;
  margin: 0px 0px 5px 0px;
}
#header-top ul.menu > li.user .user-menu .user-id {
  font-size: 12px;
  font-family: "stolzlmedium", sans-serif;
  line-height: 110%;
  margin: 0px 0px 2px 0px;
}
#header-top ul.menu > li.user .user-menu .user-money {
  font-size: 12px;
  font-family: "stolzlmedium", sans-serif;
  line-height: 110%;
  margin: 0px 0px 2px 0px;
}
#header-top ul.menu > li.user .user-menu ul.links {
  margin: 12px 0px 0px 0px;
  list-style: none;
}
#header-top ul.menu > li.user .user-menu ul.links li {
  text-align: right;
  margin: 0px 0px 6px 0px;
}
#header-top ul.menu > li.user .user-menu ul.links li a {
  padding: 0px 0px 4px;
}
#header-top ul.menu > li.user:hover .user-menu {
  display: block;
}
#header-top ul.menu > li.user:hover .button:after {
  content: "";
  transform: rotateX(180deg);
}
#header-top a.logo {
  order: 2;
  display: block;
  flex-grow: 0;
  min-width: 240px;
  width: 240px;
  height: 101px;
  min-height: 100%;
  margin-left: 0;
  z-index: 5;
  position: relative;
}
#header-top a.logo:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo.svg");
  background-position: center 38px;
  background-repeat: no-repeat;
  background-size: 240px 26px;
  transition: all ease-out 0.1s;
}
#header-top .button {
  margin: 7px 0px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 25px;
}
@media (max-width: 1290px) {
  #header-top a.logo {
    order: 2;
    display: block;
    flex-grow: 0;
    min-width: 72px;
    width: 72px;
    height: 101px;
    min-height: 100%;
    margin-left: 0;
    z-index: 5;
    position: relative;
  }
  #header-top a.logo:before {
    content: "";
    position: absolute;
    z-index: 3;
    display: block;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-image: url("../img/logo-mobile.svg");
    background-position: center 15px;
    background-repeat: no-repeat;
    background-size: 72px 71px;
    transition: all ease-out 0.1s;
  }
}
@media print {
  #header-top {
    display: none;
  }
}
#footer {
  position: relative;
  z-index: 0;
  background-color: #fff;
  color: #192D4B;
  padding: 0px 0 2px;
  margin-top: 78px;
  position: relative;
}
#footer a {
  color: #192D4B;
}
#footer a:hover {
  color: #F94B2F !important;
  text-decoration: none;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
#footer ul > li {
  margin: 0px 0px 0px 0px;
}
#footer ul > li:before {
  display: none;
}
#footer .top {
  border-top: 1px solid #192D4B;
  border-bottom: 1px solid #192D4B;
  padding: 68px 0px 51px;
}
#footer .top .content {
  display: grid;
  gap: 0px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "logo contacts button" "logo menu-left menu-right";
}
#footer .top .content .footer-logo {
  grid-area: logo;
  display: block;
  background-image: url("../img/logo2.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 202px 200px;
  width: 202px;
  height: 200px;
  margin: 0px 0px 0px 0px;
}
#footer .top .content .contacts {
  grid-area: contacts;
  display: grid;
  gap: 0px 15px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  grid-template-areas: "phone social" "email email";
}
#footer .top .content .contacts > .phone {
  grid-area: phone;
}
#footer .top .content .contacts > .phone a {
  font-family: "stolzlmedium", sans-serif;
  font-size: 36px;
  color: #0B5CD5;
  white-space: nowrap;
}
#footer .top .content .contacts > .phone a:hover {
  text-decoration: none;
}
#footer .top .content .contacts > .email {
  grid-area: email;
  margin: 3px 0px 0px 0px;
}
#footer .top .content .contacts > .email a {
  color: #0B5CD5;
}
#footer .top .content .contacts > .social {
  grid-area: social;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0px 0px 0px;
}
#footer .top .content .contacts > .social a {
  display: inline-block;
  width: 30px;
  height: 26px;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .top .content .contacts > .social a.telegram {
  background-image: url("../img/telegram.svg");
  background-size: 30px 26px;
}
#footer .top .content .contacts > .social a.telegram:before {
  opacity: 0;
  content: "";
  display: block;
  background-image: url("../img/telegram-hover.svg");
}
#footer .top .content .contacts > .social a.whatsapp {
  background-image: url("../img/whatsapp.svg");
  background-size: 26px 26px;
}
#footer .top .content .contacts > .social a.whatsapp:before {
  opacity: 0;
  content: "";
  display: block;
  background-image: url("../img/whatsapp-hover.svg");
}
#footer .top .content .contacts > .social a + a {
  margin-left: 10px;
}
#footer .top .content .contacts > .social a:hover.telegram {
  background-image: url("../img/telegram-hover.svg");
}
#footer .top .content .contacts > .social a:hover.whatsapp {
  background-image: url("../img/whatsapp-hover.svg");
}
#footer .top .content .button-container {
  grid-area: button;
}
#footer .top .content .button-container .button {
  margin: -2px 0px 0px 0px;
  font-size: 18px;
  padding: 11px 10px;
  width: 100%;
}
#footer .top .content .button-container .button span {
  background-image: url("../img/parcel-icon2.svg");
  background-size: 19px 20px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 25px;
}
#footer .top .content .menu-left {
  grid-area: menu-left;
}
#footer .top .content .menu-right {
  grid-area: menu-right;
}
#footer .top .content .menu-left ul, #footer .top .content .menu-right ul {
  margin: 38px 0px 0px 0px;
}
#footer .top .content .menu-left ul li, #footer .top .content .menu-right ul li {
  margin: 0px 0px 10px 0px;
}
#footer .bottom {
  margin: 30px 0px 45px 0px;
}
#footer .bottom .content {
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  grid-template-areas: "copywrite links partner";
}
#footer .bottom .content > .copywrite {
  grid-area: copywrite;
  text-transform: uppercase;
  line-height: 130%;
}
#footer .bottom .content > .links {
  grid-area: links;
  font-size: 14px;
  line-height: 130%;
}
#footer .bottom .content > .links a {
  margin-right: 19px;
  white-space: nowrap;
}
#footer .bottom .content > .partner {
  grid-area: partner;
  background-image: url("../img/logo-ems.png");
  background-size: 225px 53px;
  background-position: right 0px;
  background-repeat: no-repeat;
  min-height: 58px;
  padding: 8px 250px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 130%;
}
@media (max-width: 1320px) {
  #footer .top .content, #footer .bottom .content {
    grid-template-columns: 235px 1fr 1fr;
  }
}
@media (max-width: 1120px) {
  #footer .top .content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto 1fr;
    grid-template-areas: "logo ." "contacts button" "menu-left menu-right";
  }
  #footer .top .content .footer-logo {
    background-image: url("../img/logo.svg");
    background-size: 340px 37px;
    width: 340px;
    height: 37px;
    margin: 0px 0px 50px 0px;
  }
  #footer .top .content .contacts {
    gap: 12px 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr 1fr;
    grid-template-areas: "phone" "email" "social";
  }
  #footer .top .content .button-container .button {
    margin: 0px 0px 0px 0px;
  }
  #footer .bottom {
    margin: 30px 0px 30px 0px;
  }
  #footer .bottom .content {
    gap: 15px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "copywrite partner" "links partner";
  }
  #footer .bottom .content .partner {
    text-align: right;
    padding: 8px 184px 0px 0px;
    background-size: 180px 42px;
  }
}
@media (max-width: 780px) {
  #footer {
    margin-top: 39px;
  }
  #footer .top {
    border-top: 1px solid #0B5CD5;
    border-bottom: 1px solid #E6F0FF;
    padding: 40px 0px 35px;
  }
  #footer .top .content {
    display: grid;
    gap: 0px 20px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5, auto);
    grid-template-areas: "logo" "button" "contacts" "menu-left" "menu-right";
  }
  #footer .top .content .footer-logo {
    margin: 0px 0px 20px 0px;
  }
  #footer .top .content .contacts {
    grid-area: contacts;
    display: grid;
    gap: 0px 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "phone" "email" "social";
  }
  #footer .top .content .contacts > .phone {
    margin: 41px 0px 7px 0px;
  }
  #footer .top .content .contacts > .email {
    margin: 3px 0px 0px 0px;
  }
  #footer .top .content .contacts > .social {
    margin: 11px 0px 44px 0px;
  }
  #footer .top .content .contacts > .social a {
    width: 54px;
    height: 54px;
    border-radius: 100px;
    background-color: #E6F0FF;
  }
  #footer .top .content .contacts > .social a + a {
    margin-left: 8px;
  }
  #footer .top .content .button-container {
    grid-area: button;
  }
  #footer .top .content .button-container .button {
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    padding: 11px 10px;
  }
  #footer .top .content .menu-left ul, #footer .top .content .menu-right ul {
    margin: 0px 0px 0px 0px;
  }
  #footer .top .content .menu-left ul li, #footer .top .content .menu-right ul li {
    font-size: 14px;
    margin: 0px 0px 9px 0px;
    white-space: wrap;
  }
  #footer .bottom {
    margin: 30px 0px 45px 0px;
  }
  #footer .bottom .content {
    display: grid;
    gap: 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    align-items: center;
    grid-template-areas: "partner" "links" "copywrite";
  }
  #footer .bottom .content > .copywrite {
    margin: 16px 0px 0px 0px;
  }
  #footer .bottom .content > .links {
    margin: 0px 0px 0px 0px;
  }
  #footer .bottom .content > .partner {
    text-align: left;
    background-size: 180px 42px;
    background-position: left bottom;
    background-repeat: no-repeat;
    min-height: 42px;
    padding: 0px 0px 50px 0px;
    margin: 13px 0px 30px 0px;
    font-size: 14px;
    line-height: 130%;
  }
}
@media (max-width: 420px) {
  #footer .bottom .content > .links {
    font-size: 12px;
    line-height: 130%;
    margin: 0px 0px 0px 0px;
  }
  #footer .bottom .content > .links a {
    display: block;
    margin: 0px 0px 11px 0px;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 360px;
  overflow: hidden;
}
.pushy {
  background-color: #E6F0FF;
  color: #192D4B;
  text-align: left;
}
.pushy a {
  color: #192D4B;
}
.pushy .pushy-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pushy .pushy-close {
  position: absolute;
  color: #192D4B;
  width: 68px;
  height: 68px;
  max-width: 68px;
  border-radius: 100px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
  position: relative;
}
.pushy .pushy-close:hover {
  opacity: 1;
}
.pushy .pushy-close > div {
  position: absolute;
  left: 14px;
  width: 40px;
  height: 2px;
  border-radius: 1px;
  background-color: #0B5CD5;
}
.pushy .pushy-close > div:nth-of-type(1) {
  top: 21px;
}
.pushy .pushy-close > div:nth-of-type(2) {
  top: 32px;
}
.pushy .pushy-close > div:nth-of-type(3) {
  top: 43px;
}
.pushy a.cabinet {
  display: block !important;
  margin: 0px;
  background-color: #E6F0FF;
  border-radius: 100px;
  width: 43px;
  height: 68px;
  background-image: url("../img/cabinet.svg");
  background-size: 39px 39px;
  background-repeat: no-repeat;
  background-position: center;
}
.pushy a.logo {
  display: block;
  flex-grow: 0;
  min-width: 72px;
  width: 72px;
  height: 101px;
  min-height: 100%;
  margin-left: 0;
  z-index: 5;
  position: relative;
}
.pushy a.logo:before {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-image: url("../img/logo-mobile.svg");
  background-position: center 15px;
  background-repeat: no-repeat;
  background-size: 72px 71px;
  transition: all ease-out 0.1s;
}
.pushy ul.menu {
  list-style: none;
  padding: 0px 0px 0px;
  margin: 159px 0px 0px 12px;
  text-align: left;
}
.pushy ul.menu li {
  display: block !important;
  margin: 0px 0px 35px 0px !important;
  font-size: 27px;
}
.pushy ul.menu li a {
  color: #0B5CD5;
}
.pushy ul.menu li.register {
  margin: 106px 0px 0px 0px;
}
.pushy ul.menu li.register a {
  color: #fff;
  width: 100%;
  font-size: 21px;
  padding: 12px 10px;
}
.pushy hr {
  border-top: 2px solid #0B5CD5;
}
.pushy .pushy-content {
  padding: 1px 20px 30px 20px;
  text-align: left;
}
@media (max-width: 400px) {
  .pushy {
    max-width: 100%;
    width: 100%;
  }
}

body.pushy-open-left {
  overflow: hidden;
}
body.pushy-open-left .pushy .logo {
  opacity: 1;
}

.first-screen {
  background-color: #0B5CD5;
  color: #fff;
  height: 100vh;
  max-height: 675px;
  transition: all ease-out 0.5s;
  position: relative;
}
.first-screen .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  overflow: hidden;
}
.first-screen .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.first-screen h3 {
  font-size: 28px;
  margin: 0px auto 20px;
  z-index: 2;
  position: relative;
  width: 33em;
  max-width: 100%;
  text-align: center;
  line-height: 147%;
}
@media (max-width: 1080px) {
  .first-screen h3 {
    font-size: calc(16px + 12 * (100vw - 375px) / 705);
  }
}
.first-screen h1 {
  font-size: 54px;
  width: 100%;
  text-align: center;
  margin: 150px 0px 14px;
  z-index: 2;
  position: relative;
  letter-spacing: -0.4px;
}
@media (max-width: 1080px) {
  .first-screen h1 {
    font-size: calc(27px + 27 * (100vw - 375px) / 705);
  }
}
.first-screen:after {
  content: "";
  position: absolute;
  display: block;
  z-index: 0;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(25, 45, 75, 0) 0%, rgb(25, 45, 75) 100%);
}
@media (max-width: 580px) {
  .first-screen {
    background-color: #ffffff;
    color: #192D4B;
    height: auto;
    max-height: none;
  }
  .first-screen h3 {
    font-size: 16px;
    margin: 0px auto 28px;
    color: #192D4B;
    width: 100%;
    max-width: 100%;
  }
  .first-screen h1 {
    margin: 73px 0px 14px;
    color: #0B5CD5;
    line-height: 115%;
  }
  .first-screen .video-container {
    display: none;
  }
  .first-screen:after {
    display: none;
  }
}

.main-form {
  display: block;
  background-color: #0B5CD5;
  color: #fff;
  border-radius: 6px;
  padding: 48px 20px 69px;
  margin: 0px 0px 0px 0px;
  text-align: center;
}
.main-form h2 {
  font-family: "stolzlregular", sans-serif;
  margin: 0px 0px 14px 0px;
  font-size: 42px;
}
@media (max-width: 1080px) {
  .main-form h2 {
    font-size: calc(24px + 18 * (100vw - 375px) / 705);
  }
}
.main-form .row {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0px auto 25px;
  align-items: center;
  font-size: 21px;
}
.main-form .row:before, .main-form .row:after {
  display: none !important;
}
.main-form .row.subj-radios {
  margin-top: 28px;
}
.main-form .row.subj-radios input {
  display: none;
}
.main-form .row.subj-radios label {
  width: 400px;
  height: 46px;
  border-radius: 6px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 21px;
  font-size: 21px;
  margin-bottom: 0;
}
.main-form .row.subj-radios label > span {
  background-size: 32px 32px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 43px;
}
.main-form .row.subj-radios label.parcel > span {
  background-image: url("../img/parcel-icon.svg");
}
.main-form .row.subj-radios label.docs > span {
  background-image: url("../img/docs-icon.svg");
}
.main-form .row.subj-radios input:hover + label {
  outline: 1px solid blue;
}
.main-form .row.subj-radios input:checked + label {
  background-color: #F94B2F;
}
.main-form .row.subj-radios input:focus + label {
  outline: 1px solid red;
}
.main-form .row.parcel-param > div {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-form .row.parcel-param > div:nth-of-type(2) {
  justify-content: center;
}
.main-form .row.parcel-param > div:nth-last-of-type(1) {
  justify-content: flex-end;
}
.main-form .row.parcel-param > div .selector {
  position: relative;
  margin: 0px 0px 0px 10px;
  cursor: default;
}
.main-form .row.parcel-param > div .selector > div {
  display: inline-block;
  width: 330px;
  font-family: "stolzlmedium", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  color: #F94B2F;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px 10px 13px;
}
.main-form .row.parcel-param > div .selector.from:before, .main-form .row.parcel-param > div .selector.to:before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  right: 14px;
  height: 100%;
  bottom: 0px;
  background-image: url("../img/drop-down.svg");
  background-size: 11px 6px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-form .row.parcel-param > div .selector > ul {
  display: none;
  position: absolute;
  padding: 5px 0px;
  width: 100%;
  z-index: 2;
  left: 0px;
  top: calc(100% - 0px);
  list-style: none;
  border: 3px solid #0B5CD5;
  border-radius: 10px;
  background-color: #fff;
}
.main-form .row.parcel-param > div .selector > ul > li {
  width: 100%;
  text-align: center;
  color: #192D4B;
  padding: 5px 10px;
  text-transform: uppercase;
  margin: 5px 0px;
  font-family: "stolzlmedium", sans-serif;
  cursor: pointer;
}
.main-form .row.parcel-param > div .selector > ul > li:hover {
  color: #F94B2F;
}
.main-form .row.parcel-param > div .selector.expanded > ul {
  display: block;
}
.main-form .row.parcel-param > div .selector.expanded:before {
  transform: rotateX(180deg);
}
.main-form .row.parcel-param > div label.placeholders {
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
}
.main-form .row.parcel-param > div label.placeholders input.parcel-weight {
  width: 100px;
  margin-left: 10px;
  text-align: right;
  font-size: 14px;
  padding: 13px 35% 12px 2px;
}
.main-form .row.parcel-param > div label.placeholders > span.placeholder {
  position: absolute;
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
  top: 1px;
  bottom: 1px;
  font-size: 14px;
  padding: 12px 0px;
}
.main-form .row.parcel-param > div label.placeholders > span.placeholder.mobile {
  color: #717171;
  width: calc(100% - 24px);
  right: 12px;
  display: none;
}
.main-form .row.parcel-param > div label.placeholders > span.placeholder.desktop {
  color: #192D4B;
  width: calc(100% - 3em - 25px);
  left: calc(3em + 30% + 15px);
  width: auto;
}
.main-form .row.parcel-param > div label.placeholders input:focus + span {
  display: none;
}
.main-form .de, .main-form .ru, .main-form .ua, .main-form .kz, .main-form .uz, .main-form .kg, .main-form .lnr-dnr {
  /*&.de{
  	&>span{
  		background-image: url("../img/de.png");
  	}
  }
  &.ru{
  	&>span{
  		background-image: url("../img/ru.png");
  	}
  }
  &.ua{
  	&>span{
  		background-image: url("../img/ua.png");
  	}
  }
  &.kz{
  	&>span{
  		background-image: url("../img/kz.png");
  	}
  }
  &.uz{
  	&>span{
  		background-image: url("../img/uz.png");
  	}
  }
  &.kg{
  	&>span{
  		background-image: url("../img/kg.png");
  	}
  }
  &.lnr-dnr{
  	&>span{

  	}
  }*/
}
.main-form .de > span, .main-form .ru > span, .main-form .ua > span, .main-form .kz > span, .main-form .uz > span, .main-form .kg > span, .main-form .lnr-dnr > span {
  background-size: 24px 24px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
}
.main-form .button {
  margin: 6px 0px 0px 0px;
  padding: 13px 0px 11px;
  width: 485px;
  max-width: 100%;
  font-size: 27px;
  text-transform: uppercase;
}
@media (max-width: 980px) {
  .main-form .row {
    max-width: 100%;
    margin: 0px auto 25px;
    flex-wrap: wrap;
  }
  .main-form .row.subj-radios {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .main-form .row.subj-radios > div {
    width: 100%;
    margin: 0px 0px 10px;
  }
  .main-form .row.subj-radios label {
    width: calc(50% - 11px);
    height: 46px;
    margin: 0px 0px 0px 0px;
  }
  .main-form .row.subj-radios label > span {
    background-size: 32px 32px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 43px;
  }
  .main-form .row.parcel-param {
    display: block;
  }
  .main-form .row.parcel-param > div {
    display: block;
  }
  .main-form .row.parcel-param > div:nth-of-type(2) {
    justify-content: center;
  }
  .main-form .row.parcel-param > div:nth-of-type(2) .note {
    display: none;
  }
  .main-form .row.parcel-param > div:nth-last-of-type(1) {
    justify-content: flex-end;
  }
  .main-form .row.parcel-param > div .note {
    display: block;
    margin: 0px 0px 10px 0px;
    font-size: 18px;
    text-transform: capitalize;
  }
  .main-form .row.parcel-param > div .selector {
    margin: 0px 0px 0px 0px;
  }
  .main-form .row.parcel-param > div .selector > div {
    width: 100%;
  }
  .main-form .row.parcel-param > div .selector > div > span {
    width: auto;
    padding-left: 0px;
  }
  .main-form .row.parcel-param > div label.placeholders {
    margin: 12px 0px 11px 0px;
  }
  .main-form .row.parcel-param > div label.placeholders input.parcel-weight {
    width: 100%;
    padding-left: 1px;
    padding-right: 1px;
    text-align: center;
    margin: 0px 0px 0px 0px;
  }
  .main-form .row.parcel-param > div label.placeholders > span.placeholder.mobile {
    display: block;
  }
  .main-form .row.parcel-param > div label.placeholders > span.placeholder.desktop {
    display: none;
  }
  .main-form .row.parcel-param > div label.placeholders input:focus + span {
    display: none !important;
  }
  .main-form .button {
    margin: 9px 0px 0px 0px;
  }
}
@media (max-width: 580px) {
  .main-form {
    padding: 43px 32px 54px;
  }
  .main-form h2 {
    line-height: 115%;
  }
  .main-form h2 + p {
    display: none;
  }
  .main-form .row.subj-radios > div {
    font-size: 18px;
  }
  .main-form .row.subj-radios label {
    height: auto;
    padding: 14px 0px 13px;
    font-size: 16px;
  }
  .main-form .row.subj-radios label > span {
    background-size: 32px 32px;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 34px 0px 0px;
  }
}

.main-form-container {
  margin: -241px 0px 60px 0px;
}
@media (max-width: 750px) {
  .main-form-container {
    margin: -195px 0px 60px 0px;
  }
}
@media (max-width: 580px) {
  .main-form-container {
    margin: 0px 0px 41px 0px;
  }
}

.advantages {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.advantages > p {
  line-height: 120%;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  background-color: #0B5CD5;
  color: #fff;
  border-radius: 7px;
  padding: 118px 40px 32px;
  background-repeat: no-repeat;
}
.advantages > p > span {
  display: block;
  margin: 0px 0px 0px 0px;
  font-size: 16px;
}
.advantages > p:nth-of-type(1) {
  background-image: url("../img/adv-1.svg");
  background-size: 61px 68px;
  background-position: center 34px;
}
.advantages > p:nth-of-type(2) {
  background-image: url("../img/adv-2.svg");
  background-size: 58px 68px;
  background-position: center 34px;
}
.advantages > p:nth-of-type(3) {
  background-image: url("../img/adv-3.svg");
  background-size: 67px 67px;
  background-position: center 34px;
}
@media (max-width: 1220px) {
  .advantages {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .advantages > p {
    padding: 46px 40px 45px 185px;
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
  }
  .advantages > p:nth-of-type(1) {
    background-position: 60px center;
  }
  .advantages > p:nth-of-type(2) {
    background-position: 60px center;
  }
  .advantages > p:nth-of-type(3) {
    background-position: 60px center;
  }
}
@media (max-width: 520px) {
  .advantages {
    margin: 0px 0px 0px 0px;
    gap: 11px;
  }
  .advantages > p {
    line-height: 125%;
    font-size: 21px;
    padding: 113px 15px 50px;
    text-align: center;
  }
  .advantages > p:nth-of-type(1) {
    background-size: 62px 85px;
    background-position: center 23px;
  }
  .advantages > p:nth-of-type(2) {
    background-size: 58px 87px;
    background-position: center 24px;
  }
  .advantages > p:nth-of-type(3) {
    background-size: 65px 81px;
    background-position: center 23px;
  }
}

.directions {
  padding: 0px 0px 25px;
  margin: 54px 0px 0px 0px;
}
.directions .content {
  padding: 0px 0px;
}
.directions h2 {
  margin: 0px 0px 34px 0px;
  text-align: center;
  font-family: "stolzlregular", sans-serif;
  font-size: 36px;
}
@media (max-width: 1080px) {
  .directions h2 {
    font-size: calc(24px + 12 * (100vw - 375px) / 705);
  }
}
.directions .directions-items {
  display: grid;
  gap: 32px 27px;
  grid-template-columns: 1fr 1fr;
}
.directions .direction {
  text-align: left;
  position: relative;
  align-self: start;
  font-size: 16px;
  border-radius: 6px;
  background-color: #fff;
  padding: 44px 40px 26px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.directions .direction .title-container {
  margin: 0px 0px 0px 0px;
}
.directions .direction .options-container {
  margin: 0px 0px 0px 0px;
}
.directions .direction .price-container {
  margin: 0px 0px 0px 0px;
  transition: all 0.5s;
}
.directions .direction .price-container h4 {
  color: #0B5CD5;
  font-size: 18px;
  margin: 21px 0px 12px 0px;
}
.directions .direction .more-button {
  background-color: #0B5CD5;
  border-radius: 6px;
  border: 1px solid #0B5CD5;
  color: #fff;
  padding: 11px 5px 12px;
  width: 100%;
  margin: 16px 0px 14px 0px;
  text-transform: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 10;
}
.directions .direction .more-button > span {
  display: inline-block;
  font-size: 18px;
  position: relative;
  padding-left: 24px;
  white-space: nowrap;
}
.directions .direction .more-button > span:before {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  width: 18px;
  top: 4px;
  height: 18px;
  background-image: url("../img/price-button-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
@media (max-width: 420px) {
  .directions .direction .more-button > span {
    font-size: 16px;
    padding-left: 12px;
  }
  .directions .direction .more-button > span:before {
    left: -6px;
  }
}
.directions .direction .more-button.expanded {
  background-color: #E6F0FF;
  border-color: #E6F0FF;
  color: #0B5CD5;
}
.directions .direction .more-button.expanded > span:before {
  background-image: url("../img/price-button-up.svg");
}
.directions .direction .flag {
  display: none;
  position: absolute;
  top: 40px;
  right: 40px;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background-color: #E6F0FF;
}
.directions .direction .flag img {
  width: 24px !important;
  height: 24px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.directions .direction h3 {
  margin: 0px 0px 18px 0px;
  color: #0B5CD5;
  font-size: 24px;
}
.directions .direction ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.directions .direction ul li {
  font-size: 16px;
  position: relative;
}
.directions .direction .notes {
  margin: 9px 0px 0px 0px;
}
.directions .direction .notes p {
  font-size: 12px;
  text-shadow: 0px 0px 0px #192D4B;
  margin-bottom: 6px;
  line-height: 120%;
}
.directions .direction.collapsed .price-container {
  transition: all 0.1s;
  opacity: 0;
  height: 0;
  margin: 0px;
}
@media (max-width: 920px) {
  .directions {
    margin: 78px 0px 0px 0px;
  }
  .directions h2 {
    margin: 0px 25px 43px;
  }
  .directions .directions-items {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .directions .directions-items .direction {
    padding: 33px 31px 15px;
  }
  .directions .directions-items .direction .flag {
    top: 30px;
    right: 30px;
  }
}

.advantages-2 {
  padding: 47px 0 0px;
}
.advantages-2 h2 {
  margin: 0px 0px 34px 0px;
  text-align: center;
  color: #0B5CD5;
  font-size: 36px;
}
@media (max-width: 1080px) {
  .advantages-2 h2 {
    font-size: calc(24px + 12 * (100vw - 375px) / 705);
  }
}
.advantages-2 .items {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #0B5CD5;
}
.advantages-2 .items > div {
  background-color: #fff;
  padding: 120px 32px 0px;
  position: relative;
  background-size: 100px 100px;
  background-position: center 39px;
  background-repeat: no-repeat;
}
.advantages-2 .items > div.door {
  background-image: url("../img/door.svg");
}
.advantages-2 .items > div.baterias {
  background-image: url("../img/baterias.svg");
}
.advantages-2 .items > div.long {
  background-image: url("../img/long.svg");
}
.advantages-2 .items > div p {
  margin: 28px 0px 0px 0px;
  font-size: 24px;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
}
@media (max-width: 1080px) {
  .advantages-2 .items > div p {
    font-size: calc(21px + 3 * (100vw - 375px) / 705);
  }
}
@media (max-width: 900px) {
  .advantages-2 {
    padding: 27px 0px 0px;
  }
  .advantages-2 h2 {
    color: #192D4B;
    margin-bottom: 0px;
  }
  .advantages-2 .items {
    margin: 0px 0px 0px 0px;
    display: block;
    background-color: #ffffff;
  }
  .advantages-2 .items > div {
    padding: 108px 5px 0px;
    background-position: center 25px;
    margin-bottom: 52px;
  }
}

.main-reviews {
  margin: 30px 0px 0px 0px;
  text-align: center;
}
.main-reviews h2 {
  color: #0B5CD5;
  font-family: "stolzlregular", sans-serif;
  margin: 29px 0px 37px 0px;
  font-size: 36px;
}
@media (max-width: 1080px) {
  .main-reviews h2 {
    font-size: calc(24px + 12 * (100vw - 375px) / 705);
  }
}
@media (max-width: 420px) {
  .main-reviews h2 {
    color: #192D4B;
  }
}
.main-reviews > .button {
  margin: 36px auto 0px;
  padding: 11px 48px;
}
@media (max-width: 990px) {
  .main-reviews {
    margin: 29px 0px 0px 0px;
  }
  .main-reviews h2 {
    margin: 29px 0px 56px 0px;
  }
}

.about {
  margin: 0px 0px 0px 0px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.about .visual {
  border-radius: 20px 0 0 20px;
  background-image: url("../img/about.jpg");
  background-size: cover;
  background-position: center 42%;
  background-repeat: no-repeat;
}
.about .text {
  padding: 0px 0px 0px 0px;
}
.about .text p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
@media (max-width: 1320px) {
  .about .text {
    padding: 0px 0px 0px 47px;
  }
}
@media (max-width: 990px) {
  .about {
    gap: 31px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .about .visual {
    height: 200px;
    border-radius: 20px;
  }
  .about .text {
    padding: 0px;
    text-align: center;
  }
  .about .text P {
    font-size: 16px;
    line-height: 125%;
    margin: 0px 0px 18px 0px;
  }
}
@media (max-width: 460px) {
  .about .visual {
    background-size: 213%;
  }
}

.news {
  margin: 111px 0px 0px 0px;
}
.news h2 {
  color: #0B5CD5;
  font-family: "stolzlregular", sans-serif;
  margin: 29px 0px 37px 0px;
  font-size: 36px;
}
@media (max-width: 1080px) {
  .news h2 {
    font-size: calc(24px + 12 * (100vw - 375px) / 705);
  }
}
@media (max-width: 420px) {
  .news h2 {
    color: #192D4B;
  }
}
.news .news-items {
  margin: 0px 0px 20px;
  position: relative;
  overflow: visible;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.news .news-items .news-card {
  text-align: left;
  position: relative;
  padding: 0px 0px 0px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr auto;
  grid-template-areas: "preview" "title" "text" "button";
}
.news .news-items .news-card .preview {
  grid-area: preview;
  height: 241px;
  border-radius: 14px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 0px 16px 0px;
}
.news .news-items .news-card .news-title {
  grid-area: title;
  font-size: 21px;
  line-height: 140%;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.news .news-items .news-card .news-date {
  grid-area: date;
  display: none;
}
.news .news-items .news-card .news-text {
  grid-area: text;
  line-height: 185%;
}
.news .news-items .news-card .button-container {
  grid-area: button;
}
.news .news-items .news-card .button-container .button {
  margin-top: 10px;
}
@media (max-width: 530px) {
  .news .news-items .news-card {
    padding: 0px 0px 0px;
  }
  .news .news-items .news-card .preview {
    margin: 0px 0px 0px 0px;
  }
  .news .news-items .news-card .news-date {
    font-size: 16px;
  }
  .news .news-items .news-card .news-title {
    font-size: 24px;
    margin: 15px 0px 0px 0px;
  }
  .news .news-items .news-card .news-text {
    margin: 7px 0px 0px 0px;
    font-size: 16px;
    max-width: 100%;
  }
  .news .news-items .news-card .button-container .button {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .news .news-items {
    grid-template-columns: 1fr;
  }
}

.modal-panel.news-full h3 {
  margin: 0px 0px 16px 0px;
}
.modal-panel.news-full .preview {
  width: 580px;
  max-width: 100%;
  height: 180px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 0px 26px 0px;
}
.modal-panel.news-full .small-button-container {
  margin: 18px 0px 0px 0px;
}
.modal-panel.news-full .small-button-container .button {
  margin: 0px 0px 0px 0px;
}

.scroll-up {
  position: fixed;
  bottom: calc(10vh - 51px);
  right: 14px;
  width: 53px;
  height: 53px;
  background-image: url("../img/scroll-up.svg");
  background-size: 53px 53px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1s;
  transform: translateX(calc(3vw + 150%));
}
.scroll-up.visible {
  transform: translateX(0);
}
@media (max-width: 768px) {
  .scroll-up {
    transform: translateX(calc(3vw + 150%)) !important;
  }
}

.amo-button-holder {
  bottom: calc(10vh + 60px) !important;
  right: 6px !important;
}

.tracking-result {
  width: 800px;
  max-width: 100%;
  margin: 60px auto 0px;
  border: 2px solid #0B5CD5;
  border-radius: 6px;
  padding: 20px 25px 25px;
  text-align: left;
}
.tracking-result:empty {
  border: none;
}
.tracking-result.loading {
  background-image: url("../img/loading.gif");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tracking-result h4 {
  margin: 7px 10px 31px 0px;
  color: #0B5CD5;
}
@media (max-width: 430px) {
  .tracking-result h4 {
    margin: 7px 0px 31px 0px;
  }
}
.tracking-result .items {
  margin: 0px 0px 0px 0px;
  position: relative;
}
.tracking-result .items > div {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 150px;
  margin: 0px 0px 16px 40px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
}
.tracking-result .items > div strong {
  line-height: 110%;
}
.tracking-result .items > div span {
  display: block;
  margin: 0px 0px -4px 0px;
  font-size: 14px;
  font-weight: 400;
}
.tracking-result .items > div > div {
  position: absolute;
  display: block;
  left: -35px;
  width: 23px;
  height: 23px;
  top: -1px;
  border: 1px solid #fff;
  background-color: #0B5CD5;
  border-radius: 50px;
  transform: scale(0.5);
}
.tracking-result .items > div.ready > div {
  transform: scale(1);
}
.tracking-result .items > div:last-child:before {
  content: "";
  position: absolute;
  display: block;
  left: -27px;
  width: 10px;
  top: 10px;
  bottom: 0px;
  background-color: #fff;
}
@media (max-width: 880px) {
  .tracking-result .items > div {
    display: block;
  }
  .tracking-result .items > div > span {
    display: block;
    margin: 3px 0px 0px 0px;
  }
}
.tracking-result .items:before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  width: 3px;
  top: 10px;
  bottom: 10px;
  background-color: #0B5CD5;
}
.tracking-result .extra {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 22px 35px 15px;
  margin: 26px 0px 0px 0px;
  display: grid;
  gap: 0px 30px;
  grid-template-columns: 1fr auto;
}
@media (max-width: 880px) {
  .tracking-result .extra {
    display: block;
  }
  .tracking-result .extra p:nth-child(odd) {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 430px) {
  .tracking-result {
    margin-top: 30px;
  }
}

.tracking-note {
  text-align: left;
  border-radius: 6px;
  width: 800px;
  max-width: 100%;
  margin: 60px auto 0px;
  padding: 16px 41px 25px;
  background-color: #E6F0FF;
}
.tracking-note h4 {
  font-size: 21px;
}
.tracking-note ul {
  margin-bottom: 20px;
}
.tracking-note ul li {
  margin-bottom: 15px;
}
.tracking-note:empty {
  display: none;
}
@media (max-width: 430px) {
  .tracking-note {
    margin-top: 30px;
    padding: 16px 20px 25px;
  }
}

.faq-items {
  margin: 36px 0px 0px 0px;
  display: grid;
  gap: 17px 24px;
  grid-template-columns: 1fr 1fr;
}
.faq-items .item {
  text-align: left;
  align-self: start;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 28px 36px;
  border-radius: 6px;
  background-color: #E6F0FF;
  overflow: hidden;
}
.faq-items .item .question {
  font-size: 18px;
  margin: 1px 0px 0px 0px;
  padding: 0px 85px 0px 0px;
  min-height: 46px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.faq-items .item .question + .question {
  margin-top: 20px;
}
.faq-items .item .question:after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  right: 28px;
  width: 48px;
  top: -2px;
  height: 48px;
  border-radius: 48px;
  background-color: #0B5CD5;
}
.faq-items .item .question:before {
  transform: rotateX(180deg);
  content: "";
  position: absolute;
  z-index: 4;
  display: block;
  right: 28px;
  width: 48px;
  top: -2px;
  height: 48px;
  background-image: url("../img/expand2.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.faq-items .item .answer {
  margin: -20px 0 -20px;
  padding: 34px 29px 0px 0px;
  position: relative;
  z-index: 1;
}
.faq-items .item .answer li {
  font-size: 16px;
  margin-bottom: -3px;
}
.faq-items .item .answer p {
  font-size: 16px;
  margin-bottom: 19px;
}
.faq-items .item .answer + .question {
  margin-top: 26px;
}
.faq-items .item.collapsed .question:before {
  transform: rotateX(0deg);
}
.faq-items .item.collapsed .question + .answer {
  transition: all 0.1s;
  opacity: 0;
  height: 0;
  margin-bottom: -20px;
}
@media (max-width: 820px) {
  .faq-items {
    gap: 17px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .faq-items .item {
    padding: 15px 0px 24px 20px;
  }
  .faq-items .item .question {
    padding: 0px 56px 0px 0px;
  }
  .faq-items .item .question:before {
    right: 10px;
    top: 1px;
  }
  .faq-items .item .question:after {
    right: 16px;
    width: 36px;
    top: 7px;
    height: 36px;
  }
}

.faq-question-button {
  margin: 40px 0px 30px 0px !important;
  padding: 6px 50px 6px !important;
}
.faq-question-button > span {
  display: inline-block;
  background-image: url("../img/ask.svg");
  background-size: 29px 28px;
  background-position: left 2px;
  background-repeat: no-repeat;
  padding: 5px 0px 5px 37px;
}

#onload-tracking-number {
  display: none;
}

.iti__selected-dial-code {
  color: #192D4B !important;
}

.iti__country .iti__country-name {
  color: #192D4B !important;
}
.iti__country .iti__dial-code {
  color: #192D4B !important;
}

@media (max-width: 500px) {
  .iti__country-list {
    width: 300px;
  }
}
.reviews-list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 990px) {
  .reviews-list {
    grid-template-columns: 1fr;
  }
}
.reviews-list > div {
  text-align: center;
  border-radius: 6px;
  background-color: #fff;
  padding: 39px 45px 26px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.06);
}
@media (max-width: 420px) {
  .reviews-list > div {
    padding: 39px 30px 26px;
  }
}
.reviews-list > div .review-preview {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px auto 5px;
}
.reviews-list > div .name {
  font-size: 18px;
  font-family: "stolzlmedium", sans-serif;
  margin: 0px 0px 0px 0px;
}
.reviews-list > div .rating {
  margin: 5px auto 19px;
  background-image: url("../img/rating-stars.svg");
  background-size: 88px 16px;
  background-position: center;
  background-repeat: no-repeat;
  height: 16px;
}
.reviews-list > div .rating.stars-5 {
  width: 88px;
}
.reviews-list > div .rating.stars-4 {
  width: 70px;
}
.reviews-list > div .rating.stars-3 {
  width: 52px;
}
.reviews-list > div .rating.stars-2 {
  width: 34px;
}
.reviews-list > div .rating.stars-1 {
  width: 16px;
}
.reviews-list > div .text p {
  line-height: 161%;
}
.reviews-list > div .text .button {
  width: 100%;
  margin: 0px 0px 20px 0px;
}
.reviews-list > div .text .short {
  display: block;
}
.reviews-list > div .text .full {
  display: none;
}
.reviews-list > div .text.expanded .short {
  display: none;
}
.reviews-list > div .text.expanded .full {
  display: block;
}
.reviews-list > div .text.expanded .button.more-3 > span:before {
  transform: rotateX(180deg);
}

.breadcrumbs {
  text-align: right;
  margin: 29px 0px 36px 0px;
}
.breadcrumbs a {
  color: #192D4B;
  font-size: 14px;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #0B5CD5;
}
.breadcrumbs .main-page-link {
  font-size: 14px;
  background-image: url("../img/arrow-left.svg");
  background-size: 18px 19px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 0px 0px 22px;
}
.breadcrumbs .separator {
  background-image: url("../img/arrow-left2.svg");
  background-size: 18px 19px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 18px;
  height: 19px;
  vertical-align: middle;
}
@media (max-width: 520px) {
  .breadcrumbs {
    display: none;
  }
}

#template1-page, #template2-page, #template3-page {
  text-align: center;
  margin: 36px 0px 0px 0px;
}
#template1-page h1, #template2-page h1, #template3-page h1 {
  color: #0B5CD5;
  margin-bottom: 0.5em;
  font-size: 42px;
}
@media (max-width: 1080px) {
  #template1-page h1, #template2-page h1, #template3-page h1 {
    font-size: calc(27px + 15 * (100vw - 375px) / 705);
  }
}
#template1-page h2, #template2-page h2, #template3-page h2 {
  font-size: 36px;
}
@media (max-width: 1080px) {
  #template1-page h2, #template2-page h2, #template3-page h2 {
    font-size: calc(27px + 9 * (100vw - 375px) / 705);
  }
}
#template1-page .main-form h2, #template2-page .main-form h2, #template3-page .main-form h2 {
  font-size: 42px;
}
@media (max-width: 1080px) {
  #template1-page .main-form h2, #template2-page .main-form h2, #template3-page .main-form h2 {
    font-size: calc(24px + 18 * (100vw - 375px) / 705);
  }
}
#template1-page h3, #template2-page h3, #template3-page h3 {
  font-size: 30px;
}
@media (max-width: 1080px) {
  #template1-page h3, #template2-page h3, #template3-page h3 {
    font-size: calc(24px + 6 * (100vw - 375px) / 705);
  }
}
#template1-page .pages-form-container, #template2-page .pages-form-container, #template3-page .pages-form-container {
  margin: 43px 0px 0px 0px;
}
@media (max-width: 520px) {
  #template1-page, #template2-page, #template3-page {
    margin: 53px 0px 0px 0px;
  }
}

#template3-page {
  text-align: left;
}
#template3-page .pages-form-container {
  margin: -15px 0px 50px 0px;
}
#template3-page .columns-2 .columns {
  margin-left: -12px;
  margin-right: -12px;
  font-size: 0;
  text-align: center;
}
#template3-page .columns-2 .columns > div {
  display: inline-block;
  width: calc(50% - 23px);
  vertical-align: top;
  margin: 0 11px 23px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 700px) {
  #template3-page .columns-2 .columns > div {
    width: calc(100% - 23px);
  }
}
#template3-page .columns-3 .columns {
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0;
  text-align: center;
}
#template3-page .columns-3 .columns > div {
  display: inline-block;
  width: calc(33.3333333333% - 15px);
  vertical-align: top;
  margin: 0 7px 15px;
  font-size: 16px;
  position: relative;
}
@media (max-width: 700px) {
  #template3-page .columns-3 .columns > div {
    width: calc(100% - 15px);
  }
}
#template3-page h2 {
  margin-bottom: 22px;
}
#template3-page h3 {
  margin: 46px 0px 20px 0px;
}
#template3-page p {
  line-height: 175%;
}
#template3-page img {
  border-radius: 6px;
}
#template3-page iframe {
  border-radius: 6px;
  display: block;
  margin: 0px auto 0px;
  max-width: 100%;
}
@media (max-width: 460px) {
  #template3-page {
    margin: 100px 0px 0px 0px;
  }
}

.all-reviews {
  margin: 42px 0px 0px 0px;
}

.page-contacts {
  margin: 42px 0px 34px 0px;
  display: grid;
  gap: 17px 64px;
  grid-template-columns: 1fr 1fr;
}
.page-contacts > div {
  white-space: nowrap;
  background-color: #E6F0FF;
  color: #192D4B;
  border-radius: 6px;
  padding: 20px 36px 10px 36px;
  text-align: left;
}
.page-contacts > div a {
  display: inline-block;
  padding: 3px 0px;
  color: #0B5CD5;
  font-size: 36px;
}
.page-contacts > div a.email {
  display: inline-block;
  margin: 7px 0px 0px 0px;
}
.page-contacts > div a.telegram {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/telegram.svg");
  background-size: 30px 26px;
  background-position: center 0px;
  background-repeat: no-repeat;
}
.page-contacts > div.phones {
  background-color: #F94B2F;
  color: #ffffff;
}
.page-contacts > div.phones a {
  color: #ffffff;
}
.page-contacts > div.phones a.telegram {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/telegram2.svg");
  background-size: 30px 26px;
  background-position: center 7px;
  background-repeat: no-repeat;
  margin-left: 18px;
}
.page-contacts > div.phones a.whatsapp {
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url("../img/whatsapp2.svg");
  background-size: 27px 26px;
  background-position: center 7px;
  background-repeat: no-repeat;
  margin-left: 16px;
}
.page-contacts > div.instagram a {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 58px;
  background-image: url("../img/instagram.svg");
  background-size: 30px 30px;
  background-position: right 2px;
  background-repeat: no-repeat;
}
.page-contacts > div.telegram a {
  margin: 4px 0px 0px 0px;
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 49px;
  background-image: url("../img/telegram.svg");
  background-size: 30px 26px;
  background-position: right 5px;
  background-repeat: no-repeat;
}
.page-contacts > div > p {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
}
.page-contacts > div > div {
  margin: 4px 0px 12px 0px;
}
.page-contacts > div.phones > div {
  margin: 10px 0px 12px 0px;
}
@media (max-width: 1150px) {
  .page-contacts {
    gap: 19px;
    grid-template-columns: 1fr;
  }
  .page-contacts > div {
    text-align: center;
  }
  .page-contacts > div a {
    font-size: 24px;
    vertical-align: middle;
  }
  .page-contacts > div.phones a.telegram {
    width: 32px;
    height: 32px;
    background-size: 27px 22px;
    background-position: center 5px;
    margin-left: 2px;
  }
  .page-contacts > div.phones a.whatsapp {
    width: 32px;
    height: 32px;
    background-image: url("../img/whatsapp2.svg");
    background-size: 24px 25px;
    background-position: center 4px;
    margin-left: 7px;
  }
}
@media (max-width: 520px) {
  .page-contacts {
    margin: 34px 0px 0px 0px;
  }
  .page-contacts > div {
    padding: 16px 10px 10px;
  }
  .page-contacts > div > p {
    margin: 0px 0px 0px 0px;
  }
  .page-contacts > div > p > span {
    display: none;
  }
  .page-contacts > div.instagram a, .page-contacts > div.telegram a {
    padding-right: 0px;
    background-image: none;
  }
  .page-contacts > div.instagram a > span, .page-contacts > div.telegram a > span {
    display: none;
  }
}

.tracking-form {
  background-color: #0B5CD5;
  padding: 49px 8% 10px;
  border-radius: 7px;
  margin: 42px auto 20px;
  max-width: 1030px;
}
.tracking-form label {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tracking-form label input {
  width: 200px;
  padding: 13px 0px;
  text-align: center;
}
.tracking-form label span.icon {
  background-image: url("../img/search.svg");
  background-size: 29px 28px;
  background-position: center;
  background-repeat: no-repeat;
  width: 29px;
  height: 28px;
  display: inline-block;
  cursor: pointer;
}
.tracking-form .button {
  background-color: #F94B2F;
  border-color: #F94B2F;
  text-transform: uppercase;
}
@media (max-width: 430px) {
  .tracking-form .button {
    width: 100%;
    margin-top: 2px !important;
  }
}

.long-h1 {
  color: #192D4B !important;
  line-height: 125%;
}
.long-h1 + p {
  font-size: 18px;
}
@media (max-width: 520px) {
  .long-h1 {
    color: #0B5CD5 !important;
  }
}

#template1-page .advantages {
  margin: 83px 0px 20px 0px;
}
#template1-page .directions {
  margin: 39px 0px 0px 0px;
}
#template1-page .news {
  margin: 52px 0px 0px 0px;
}

.button.more > span {
  background-image: url("../img/arrow-right.svg");
  background-size: 19px 19px;
  background-position: left 0px;
  background-repeat: no-repeat;
  padding-left: 37px;
  display: inline-block;
}

.button.more-2 {
  background-color: #E6F0FF;
  color: #0B5CD5;
  padding: 3px 50px 3px;
  border-color: #E6F0FF;
  font-size: 14px;
  font-family: "stolzlregular", sans-serif;
}
.button.more-2 > span {
  background-image: url("../img/arrow-right2.svg");
  background-size: 19px 19px;
  background-position: right 0px;
  background-repeat: no-repeat;
  padding-right: 30px;
  display: inline-block;
}
.button.more-2:hover {
  background-color: #0B5CD5 !important;
  border-color: #0B5CD5 !important;
}
.button.more-2:hover > span {
  background-image: url("../img/arrow-right2-hover.svg");
}

.button.more-3 {
  background-color: #E6F0FF;
  color: #0B5CD5;
  padding: 3px 50px 3px;
  border-color: #E6F0FF;
  font-size: 14px;
  font-family: "stolzlregular", sans-serif;
}
.button.more-3 > span {
  padding-right: 19px;
  display: inline-block;
  position: relative;
}
.button.more-3 > span:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  right: 0px;
  top: 7px;
  width: 11px;
  height: 6px;
  background-image: url("../img/drop-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.4s;
}
.button.more-3:hover {
  background-color: #0B5CD5 !important;
  border-color: #0B5CD5 !important;
}
.button.more-3:hover > span:before {
  background-image: url("../img/drop-down-hover.svg");
}

.icon-note {
  background-color: #E6F0FF;
  border-radius: 6px;
  padding: 31px 60px 20px 127px;
  margin: 23px 0px 60px 0px;
  background-image: url("../img/de-circle.png");
  background-size: 64px 65px;
  background-position: 33px 40%;
  background-repeat: no-repeat;
}
.icon-note p {
  font-size: 18px;
  line-height: 165% !important;
}
@media (max-width: 940px) {
  .icon-note {
    background-position: 32px 19px;
    padding: 101px 34px 20px 34px;
    margin: -12px 0px 48px 0px;
  }
  .icon-note p {
    line-height: 150% !important;
  }
}

.long-read {
  text-align: left;
}
.long-read ul.context {
  background-color: #E6F0FF;
  border-radius: 6px;
  list-style: none;
  margin: 0px 9% 62px;
  padding: 41px 17px 18px 73px;
  background-image: url("../img/link.svg");
  background-size: 45px 46px;
  background-position: 20px center;
  background-repeat: no-repeat;
}
.long-read ul.context li {
  color: #0B5CD5;
  cursor: pointer;
  font-size: 18px;
  margin: 0px 0px 22px 0px;
}
.long-read ul.context li span {
  background-image: url("../img/arrow-down.svg");
  background-size: 19px 19px;
  background-position: right center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 0px 24px 0px;
}
.long-read h4 {
  margin-bottom: 20px;
}
.long-read p {
  line-height: 180%;
}
@media (max-width: 620px) {
  .long-read ul.context {
    background-size: 29px 29px;
    margin: 0px 0px 62px;
    padding: 65px 14px 31px 0px;
    background-position: 23px 19px;
  }
  .long-read ul.context li {
    font-size: 16px;
    margin: 0px 0px 16px 0px;
  }
}

.up-date {
  text-align: left;
  margin: 75px 0px 36px 0px;
  font-size: 14px;
}
@media (max-width: 620px) {
  .up-date {
    margin: 35px 0px 26px 0px;
  }
}

.long-read-2 {
  text-align: left;
}
.long-read-2 h5 {
  margin: 25px 0px 5px 0px;
  font-family: "stolzlmedium", sans-serif;
}
.long-read-2 > h4 {
  margin: 62px 0px 21px 0px;
}
.long-read-2 > h5 {
  font-size: 16px;
}
.long-read-2 > p {
  line-height: 180%;
  margin-bottom: 34px;
}
.long-read-2 .images-collage {
  margin: 61px 0px 27px 0px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row dense;
}
.long-read-2 .images-collage > img {
  height: 316px !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.long-read-2 .images-collage > img:nth-of-type(1), .long-read-2 .images-collage > img:nth-of-type(4) {
  grid-column: span 2;
}
@media (max-width: 1100px) {
  .long-read-2 .images-collage > img {
    height: 26vw !important;
  }
}
@media (max-width: 420px) {
  .long-read-2 .images-collage {
    display: block;
  }
  .long-read-2 .images-collage > img {
    width: 100% !important;
    height: 316px !important;
    margin: 7px 0px;
  }
}

#template1-page .advantages-3 {
  text-align: center;
  padding: 47px 0 26px;
}
#template1-page .advantages-3 h3 {
  margin: 0px 0px 34px 0px;
  text-align: center;
  color: #192D4B;
  font-size: 21px;
}
@media (max-width: 1080px) {
  #template1-page .advantages-3 h3 {
    font-size: calc(24px + -3 * (100vw - 375px) / 705);
  }
}
#template1-page .advantages-3 .items {
  display: grid;
  gap: 2px;
  grid-template-columns: 1fr 1fr 1fr;
  background-color: #0B5CD5;
}
#template1-page .advantages-3 .items > div {
  background-color: #fff;
  padding: 130px 32px 0px;
  position: relative;
  background-size: 100px 100px;
  background-position: center 47px;
  background-repeat: no-repeat;
}
#template1-page .advantages-3 .items > div.stamp {
  background-image: url("../img/stamp.svg");
}
#template1-page .advantages-3 .items > div.time {
  background-image: url("../img/time.svg");
}
#template1-page .advantages-3 .items > div.limits {
  background-image: url("../img/limits.svg");
}
#template1-page .advantages-3 .items > div.contract {
  background-image: url("../img/contract.svg");
}
#template1-page .advantages-3 .items > div.preparation {
  background-image: url("../img/preparation.svg");
}
#template1-page .advantages-3 .items > div.sending {
  background-image: url("../img/sending.svg");
}
#template1-page .advantages-3 .items > div h4 {
  margin: 28px 0px 11px 0px;
  font-size: 34px;
  line-height: 110%;
  text-align: center;
  color: #0B5CD5;
}
@media (max-width: 1080px) {
  #template1-page .advantages-3 .items > div h4 {
    font-size: calc(24px + 10 * (100vw - 375px) / 705);
  }
}
#template1-page .advantages-3 .items > div p {
  font-size: 16px;
  text-align: center;
  line-height: 145%;
}
@media (max-width: 900px) {
  #template1-page .advantages-3 {
    padding: 27px 0px 0px;
  }
  #template1-page .advantages-3 h2 {
    color: #192D4B;
    margin-bottom: 0px;
  }
  #template1-page .advantages-3 .items {
    margin: 0px 0px 0px 0px;
    display: block;
    background-color: #ffffff;
  }
  #template1-page .advantages-3 .items > div {
    padding: 108px 5px 0px;
    background-position: center 25px;
    margin-bottom: 52px;
  }
}

#template1-page .header-3 {
  margin: 71px 0px 34px 0px;
}
#template1-page .header-3 h3 {
  margin: 0px 0px 34px 0px;
  font-size: 34px;
}
@media (max-width: 1080px) {
  #template1-page .header-3 h3 {
    font-size: calc(24px + 10 * (100vw - 375px) / 705);
  }
}
#template1-page .header-3 p {
  padding: 35px 50px 35px;
  background-color: #192D4B;
  color: #ffffff;
  margin: 20px auto 20px;
  border-radius: 6px;
  max-width: 1030px;
  font-size: 18px;
}
#template1-page .header-3.red h3 {
  color: #FF2805;
}
#template1-page .header-3.red p {
  background-color: #FF2805;
  font-size: 21px;
}
@media (max-width: 480px) {
  #template1-page .header-3 {
    margin: 27px 0px 42px 0px;
  }
  #template1-page .header-3 p {
    padding: 27px 25px 29px;
    margin: 20px auto 20px;
    max-width: 100%;
  }
}

ul.wide {
  margin: 0px 0px 39px 0px;
  padding: 0px 0px 0px;
  display: grid;
  gap: 20px 65px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
}
ul.wide li {
  font-size: 16px;
  background-image: url("../img/check2.svg");
  background-size: 32px 32px;
  background-position: left top;
  background-repeat: no-repeat;
  margin: 0px 0px 12px 0px;
  padding: 44px 0px 0px;
  line-height: 150%;
}
ul.wide.stop li {
  background-image: url("../img/stop.svg");
}
@media (max-width: 780px) {
  ul.wide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  ul.wide {
    grid-template-columns: 1fr;
  }
  ul.wide li {
    margin: 0px 0px 4px 0px;
  }
}

p.big {
  font-size: 18px;
}

.long-text {
  text-align: left;
}
.long-text h4 {
  margin: 42px 0px 15px 0px;
}

#template4-page .content {
  margin: 65px 0px 0px 0px;
}
#template4-page h1 {
  color: #0B5CD5;
  margin: 0px 0px 23px 0px;
  text-align: center;
  font-size: 42px;
}
@media (max-width: 1080px) {
  #template4-page h1 {
    font-size: calc(27px + 15 * (100vw - 375px) / 705);
  }
}
#template4-page p.news-short {
  font-size: 18px;
  margin: 0px 0px 18px 0px;
  text-align: center;
}
#template4-page p.news-data {
  text-align: center;
  margin: 0px 0px 36px 0px;
}
#template4-page p.news-data > span {
  display: inline-block;
  font-size: 12px;
  border-radius: 6px;
  padding: 3px 15px 4px 32px;
  margin: 0px 6px 0px;
  background-color: #E6F0FF;
  background-size: 11px 11px;
  background-position: 14px center;
  background-repeat: no-repeat;
}
#template4-page p.news-data > span.date {
  background-image: url("../img/date.svg");
}
#template4-page p.news-data > span.time {
  background-image: url("../img/time2.svg");
}
#template4-page .news-text-container {
  margin: 0px 0px 77px 0px;
}
#template4-page .news-text-container p {
  line-height: 180%;
}
#template4-page .news-text-container h2 {
  margin: 62px 0px 21px 0px;
  font-size: 36px;
}
@media (max-width: 1080px) {
  #template4-page .news-text-container h2 {
    font-size: calc(27px + 9 * (100vw - 375px) / 705);
  }
}
#template4-page .news-text-container h4 {
  margin: 33px 0px 19px 0px;
  font-size: 30px;
}
@media (max-width: 1080px) {
  #template4-page .news-text-container h4 {
    font-size: calc(24px + 6 * (100vw - 375px) / 705);
  }
}
#template4-page p.image-1 {
  height: 460px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 0px 37px 0px;
}
#template4-page p.image-1 img {
  display: none;
}
@media (max-width: 420px) {
  #template4-page p.image-1 {
    height: 366px;
  }
}
#template4-page p.image-2-1 {
  display: grid;
  gap: 20px;
  grid-template-columns: 2fr 1fr;
  margin: 30px 0px 0px 0px;
}
#template4-page p.image-2-1 > div {
  height: 316px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
}
#template4-page p.image-1-2 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 2fr;
  margin: 30px 0px 0px 0px;
}
#template4-page p.image-1-2 > div {
  height: 316px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
}
@media (max-width: 950px) {
  #template4-page p.image-2-1 > div, #template4-page p.image-1-2 > div {
    height: 220px;
  }
}
@media (max-width: 730px) {
  #template4-page p.image-2-1 > div, #template4-page p.image-1-2 > div {
    height: 180px;
  }
}
@media (max-width: 630px) {
  #template4-page p.image-2-1, #template4-page p.image-1-2 {
    grid-template-columns: 1fr;
  }
  #template4-page p.image-2-1 > div, #template4-page p.image-1-2 > div {
    height: 316px;
  }
}

ul.menu-404 {
  margin: 67px 0px 150px 0px;
  padding: 0px 0px 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.menu-404 li {
  margin: 0px 10px 0px;
}
ul.menu-404 li .button {
  padding: 10px 30px 12px 30px;
  margin: 0px 0px 0px 0px;
}
ul.menu-404 li .button span {
  background-size: 18px 18px;
  background-position: left 1px;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 25px;
}
ul.menu-404 li .button.main span {
  background-image: url("../img/arrow-left3.svg");
}
ul.menu-404 li .button.parcel span {
  background-image: url("../img/parcel-icon2.svg");
}
ul.menu-404 li .button.docs span {
  background-image: url("../img/doc-icon.svg");
}
@media (max-width: 900px) {
  ul.menu-404 {
    margin: 30px 0px 30px 0px;
    flex-direction: column;
  }
  ul.menu-404 li {
    margin: 0px 0px 20px;
    display: block;
    width: 100%;
  }
  ul.menu-404 li .button {
    width: 100%;
  }
}

.reg-form-container {
  width: 1030px;
  max-width: 100%;
  margin: 0px auto 0px;
}
.reg-form-container .reg-form {
  margin: 42px auto 0px;
  background-color: #0B5CD5;
  border-radius: 7px;
  padding: 50px 30px 48px;
}
.reg-form-container .reg-form .content {
  width: 574px;
  margin: 0px auto 0px;
  display: grid;
  gap: 14px 10px;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
}
.reg-form-container .reg-form .content input {
  width: 100%;
  text-align: center;
}
.reg-form-container .reg-form .content .button {
  text-transform: uppercase;
  margin: 0px auto 0px;
}
.reg-form-container .reg-form .content .wide {
  grid-column: span 2;
}
.reg-form-container .exist-account-title {
  font-size: 18px;
  margin: 43px 0px 7px 0px;
}
.reg-form-container .button.cabinet {
  width: 100%;
  padding: 15px 48px 12px;
}
.reg-form-container .button.cabinet span {
  display: inline-block;
  min-height: 25px;
  background-image: url("../img/cabinet2.svg");
  background-size: 25px 25px;
  background-position: left -2px;
  background-repeat: no-repeat;
  padding-left: 28px;
}
.reg-form-container .reg-success {
  font-size: 21px;
  margin: 41px 0px 53px 0px;
  padding: 46px 0px 46px;
  border-radius: 6px;
  background-color: #E6F0FF;
}
@media (max-width: 1080px) {
  .reg-form-container .reg-success {
    font-size: calc(18px + 3 * (100vw - 375px) / 705);
  }
}
@media (max-width: 700px) {
  .reg-form-container .reg-form .content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .reg-form-container .reg-form .content {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .reg-form-container .reg-form .content .wide {
    grid-column: span 1;
  }
  .reg-form-container .reg-form .content .button {
    width: 100%;
  }
}

.login-form-container {
  width: 1030px;
  max-width: 100%;
  margin: 0px auto 0px;
}
.login-form-container h1 {
  margin: 84px 0px 23px 0px !important;
}
.login-form-container .login-form {
  margin: 42px auto 40px;
  background-color: #0B5CD5;
  border-radius: 7px;
  padding: 50px 30px 38px;
}
.login-form-container .login-form .content {
  width: 824px;
  max-width: 100%;
  margin: 0px auto 0px;
  display: grid;
  gap: 0px 22px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "email password button" "remember recovery .";
}
.login-form-container .login-form .content input {
  text-align: center;
  width: 100%;
}
.login-form-container .login-form .content .button {
  width: 100%;
}
.login-form-container .login-form .content .field-email {
  grid-area: email;
}
.login-form-container .login-form .content .field-password {
  grid-area: password;
}
.login-form-container .login-form .content .remember-container {
  grid-area: remember;
  color: #ffffff;
}
.login-form-container .login-form .content .remember-container label.checkbox {
  margin: 0px 0px 0px 0px;
  padding: 10px 0 0 23px;
}
.login-form-container .login-form .content .remember-container label.checkbox input {
  opacity: 0;
}
.login-form-container .login-form .content .remember-container label.checkbox input + span {
  position: relative;
}
.login-form-container .login-form .content .remember-container label.checkbox input + span:before {
  content: "";
  position: absolute;
  display: block;
  left: -27px;
  top: 0px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.login-form-container .login-form .content .remember-container label.checkbox input:checked + span:before {
  background-image: url("../img/check3.svg");
  background-size: 11px 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.login-form-container .login-form .content .recovery-container {
  grid-area: recovery;
  text-align: right;
}
.login-form-container .login-form .content .recovery-container a {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin: 9px 0px 0px 0px;
}
.login-form-container .login-form .content .button {
  grid-area: button;
  text-transform: uppercase;
  margin: 0px auto 0px;
}
.login-form-container .login-social {
  margin: -17px 0px 24px 0px;
}
.login-form-container .login-social p {
  font-size: 18px;
  margin: 40px 0px 7px 0px;
}
.login-form-container .login-social .social-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 18px -5px 39px;
}
.login-form-container .login-social .social-buttons .button {
  flex-grow: 1;
  margin: 0px 5px 0px;
  padding: 15px 10px;
}
.login-form-container .login-social .social-buttons .button > span {
  display: inline-block;
  background-size: 18px 18px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 27px;
}
.login-form-container .login-social .social-buttons .button.google > span {
  background-image: url("../img/google-login.svg");
}
.login-form-container .login-social .social-buttons .button.facebook > span {
  background-image: url("../img/fb-login.svg");
}
.login-form-container .login-social .social-buttons .button.yandex > span {
  background-image: url("../img/ya-login.svg");
}
.login-form-container .button.cabinet {
  width: 100%;
  padding: 15px 10px 12px;
}
.login-form-container .button.cabinet span {
  display: inline-block;
  min-height: 25px;
  background-image: url("../img/cabinet2.svg");
  background-size: 25px 25px;
  background-position: left -2px;
  background-repeat: no-repeat;
  padding-left: 28px;
}
@media (max-width: 900px) {
  .login-form-container .login-form {
    margin: 21px auto 40px;
    padding: 39px 30px 43px;
  }
  .login-form-container .login-form .content {
    width: 100%;
    margin: 0px auto 0px;
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    grid-template-areas: "email " "password" "button" "remember" "recovery";
  }
  .login-form-container .login-form .content .remember-container {
    text-align: center;
  }
  .login-form-container .login-form .content .remember-container label.checkbox {
    margin: 0px auto;
    text-align: center;
  }
  .login-form-container .login-form .content .remember-container label.checkbox input {
    width: auto;
  }
  .login-form-container .login-form .content .recovery-container {
    text-align: center;
  }
  .login-form-container .login-form .content .recovery-container .link-recovery {
    margin: 0px auto 0px;
  }
  .login-form-container .login-social {
    margin: 0px 0px 24px 0px;
  }
  .login-form-container .login-social p {
    font-size: 18px;
    margin: 40px 0px 7px 0px;
  }
  .login-form-container .login-social .social-buttons {
    flex-direction: column;
    margin: 18px 0px 31px;
  }
  .login-form-container .login-social .social-buttons .button {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
}

.recovery-form {
  margin: 42px auto 0px;
  background-color: #0B5CD5;
  border-radius: 7px;
  padding: 50px 30px 51px;
}
.recovery-form .content {
  width: 824px;
  max-width: 100%;
  margin: 0px auto 0px;
  display: grid;
  gap: 12px 16px;
  grid-template-columns: 1fr auto;
}
.recovery-form .content input {
  width: 100%;
  text-align: center;
}
.recovery-form .content .button {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 700px) {
  .recovery-form .content {
    gap: 12px 16px;
    grid-template-columns: 1fr;
  }
}

.accent {
  color: #F94B2F !important;
}

.user-data-form {
  border-radius: 7px;
  background-color: #0B5CD5;
  padding: 31px 32px 58px;
  text-align: left;
  color: #ffffff;
}
.user-data-form h3 {
  margin: 0px 0px 15px 0px;
  font-family: "stolzlregular", sans-serif;
  text-align: center;
}
.user-data-form h3 + p {
  text-align: center;
}
.user-data-form h4 {
  margin: 11px 0px 21px 0px;
  font-size: 21px;
  font-family: "stolzlregular", sans-serif;
}
.user-data-form .two-labels {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.user-data-form label {
  margin: 0px 0px 15px 0px;
  position: relative;
}
.user-data-form label input {
  display: block;
  width: 100%;
  text-align: center;
  margin: 11px 0px 0px 0px;
}
.user-data-form label select {
  display: block;
  width: 100%;
  text-align: center;
  margin: 11px 0px 0px 0px;
  padding: 10px 27px;
}
.user-data-form label div.iti {
  display: block !important;
  width: 100%;
  margin: 11px 0px 0px 0px;
}
.user-data-form label + h4 {
  margin-top: 49px;
}

.demand-container {
  width: 1030px;
  max-width: 100%;
  margin: 0px auto 0px;
}
.demand-container .login-form-container {
  background-color: #E6F0FF;
  border-radius: 6px;
  padding: 40px 33px 10px;
  margin: 0px 0px 30px 0px;
}
.demand-container .login-form-container .login-title {
  margin: 0px 0px 0px 0px;
}
.demand-container .login-form-container .login-title p {
  margin: 0px 0px 7px 0px;
  font-size: 18px;
}
.demand-container .login-form-container .login-form {
  background-color: #E6F0FF;
  padding: 0px 0px 0px;
  color: #192D4B;
  margin: 34px auto 0px;
}
.demand-container .login-form-container .login-form .content {
  width: 100%;
}
.demand-container .login-form-container .login-form .content .remember-container {
  color: #192D4B;
}
.demand-container .login-form-container .login-form .content .remember-container label.checkbox {
  padding: 10px 0 0 0px;
}
.demand-container .login-form-container .login-form .content .remember-container label.checkbox input + span:before {
  border: 1px solid #192D4B;
}
.demand-container .login-form-container .login-form .content .remember-container label.checkbox input:checked + span:before {
  background-image: url("../img/check4.svg");
}
.demand-container .login-form-container .login-form .content .recovery-container a {
  color: #192D4B;
}
.demand-container .login-form-container .login-social {
  margin: 41px 0px 24px 0px;
}
.demand-container .short-container {
  background-color: #E6F0FF;
  border-radius: 6px;
  padding: 25px 33px 22px;
  margin: 0px 0px 30px;
}
.demand-container ul.short {
  padding: 0px;
  list-style: none;
  margin: 0px -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.demand-container ul.short li {
  font-size: 18px;
  padding: 0px 0px 0px;
  margin: 0px 10px 3px;
}
.demand-container ul.short li.method {
  margin-top: 12px;
}
.demand-container div.short {
  background-color: #E6F0FF;
  border-radius: 6px;
  padding: 26px 33px 28px;
  margin: 0px 0px 29px 0px;
  text-align: left;
}
.demand-container div.short p {
  font-size: 18px;
  margin: 0px 0px 0px 0px;
}
.demand-container .price-items {
  margin: 0px 0px 0px 0px;
}
.demand-container .price-items .item {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 33% 25% 80px 20%;
  grid-template-areas: "title duration price button";
  text-align: left;
  border-radius: 6px;
  background-color: #0B5CD5;
  color: #fff;
  padding: 35px 31px 35px 38px;
  margin: 0px 0px 17px 0px;
}
.demand-container .price-items .item.docs {
  margin: 0px 0px 110px 0px;
}
.demand-container .price-items .item h4 {
  font-size: 24px;
}
.demand-container .price-items .item .title {
  grid-area: title;
  margin: 0px 0px 0px 0px;
  background-image: url("../img/logo-white.svg");
  background-size: 51px 51px;
  background-position: left 0px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 83px;
  min-height: 51px;
}
.demand-container .price-items .item .title h4 {
  margin: -3px 0px 0px 0px;
}
.demand-container .price-items .item .duration {
  grid-area: duration;
  margin: 0px 0px 0px 0px;
}
.demand-container .price-items .item .duration p {
  margin: 0px 0px 0px 0px;
  font-size: 18px;
}
.demand-container .price-items .item .duration p.note {
  font-size: 14px;
  margin: 7px 0px 0px 0px;
}
.demand-container .price-items .item .price {
  grid-area: price;
  margin: 0px 0px 0px 0px;
  line-height: 35%;
}
.demand-container .price-items .item .price h4 {
  margin: 13px 0px 0px 0px;
}
.demand-container .price-items .item .price span {
  font-size: 9px;
  line-height: 100%;
}
.demand-container .price-items .item .button {
  grid-area: button;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  padding: 15px 30px;
}
@media (max-width: 1110px) {
  .demand-container .price-items .item {
    grid-template-columns: 1fr 280px;
    grid-template-areas: "title price" "duration button";
  }
  .demand-container .price-items .item .duration {
    padding-left: 84px;
  }
}
@media (max-width: 730px) {
  .demand-container .price-items .item {
    padding: 21px 26px 26px 31px;
    grid-template-columns: 1fr;
    grid-template-areas: "price" "title" "duration" "button";
  }
  .demand-container .price-items .item .duration {
    padding-left: 0px;
  }
  .demand-container .price-items .item .price h4 {
    font-size: 36px;
    text-align: right;
    margin: 0px 0px 0px 0px;
  }
  .demand-container .price-items .item .title {
    background-position: left 0px;
    background-repeat: no-repeat;
    padding: 71px 0px 0px 0px;
    margin: -41px 0px 15px 0px;
  }
  .demand-container .price-items .item .button {
    margin: 15px 0px 0px 0px;
    width: 100%;
  }
}
.demand-container p.note {
  margin: 36px 0px 41px 0px;
}
.demand-container .alt-links {
  margin: 20px 0px 0px 0px;
  display: grid;
  gap: 15px 45px;
  grid-template-columns: 1fr 1fr;
}
.demand-container .alt-links .button {
  margin: 0px 0px 0px 0px;
  padding: 12px 10px;
}
@media (max-width: 920px) {
  .demand-container .alt-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.demand-container label.checkbox {
  margin: 0px 0px 17px 0px;
  padding: 0px 0px 0px;
}
.demand-container label.checkbox input {
  position: absolute;
  left: 0px;
  top: 0px;
  margin: 0px 0px 0px 0px;
}
.demand-container label.checkbox span {
  display: inline-block;
  font-size: 16px;
  margin: 0px 0px 0px 30px;
}
.demand-container .people-forms {
  margin: 0px 0px 25px 0px;
  display: grid;
  gap: 25px 25px;
  grid-template-columns: 1fr;
}
.demand-container .people-forms > div .columns {
  display: grid;
  gap: 44px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 730px) {
  .demand-container .people-forms > div .columns {
    display: block;
  }
  .demand-container .people-forms > div .columns .person-fields {
    margin-top: 41px;
  }
}
.demand-container .people-forms .target-select-container {
  margin: 30px 0px 26px 0px;
}
.demand-container .people-forms .target-select-container select {
  width: 100%;
  background-color: #F94B2F;
  color: #fff !important;
  font-size: 18px;
}
.demand-container .parcel-form {
  margin: 0px 0px 30px 0px;
  border-radius: 7px;
  background-color: #0B5CD5;
  padding: 31px 32px 13px;
  text-align: left;
  color: #ffffff;
}
.demand-container .parcel-form h3 {
  margin: 0px 0px 15px 0px;
  font-family: "stolzlregular", sans-serif;
  text-align: center;
}
.demand-container .parcel-form h3 + p {
  text-align: center;
}
.demand-container .parcel-form h4 {
  margin: 28px 0px 14px 0px;
  font-size: 21px;
  font-family: "stolzlregular", sans-serif;
}
.demand-container .parcel-form .subtitle-link {
  margin: 0px 0px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.demand-container .parcel-form .subtitle-link h4 {
  margin: 0px 0px 0px 0px;
}
.demand-container .parcel-form .subtitle-link .clear {
  cursor: pointer;
  font-size: 16px;
  margin: 0px 0px 6px 0px;
}
.demand-container .parcel-form .attachments {
  margin: 19px 0px 0px 0px;
}
.demand-container .parcel-form .attachments .attachment {
  margin: 0px 0px 35px 0px;
}
.demand-container .parcel-form .attachments .attachment h4 {
  margin: 0px 0px 12px 0px;
}
.demand-container .parcel-form .attachments .attachment textarea {
  height: 94px;
}
.demand-container .parcel-form label {
  margin: 0px 0px 15px 0px;
}
.demand-container .parcel-form label input {
  display: block;
  width: 100%;
  text-align: center;
  margin: 11px 0px 0px 0px;
  padding: 13px 1px;
}
.demand-container .parcel-form label select {
  display: block;
  width: 100%;
  text-align: left;
  margin: 11px 0px 0px 0px;
  padding: 10px 10px;
}
.demand-container .parcel-form label textarea {
  display: block;
  width: 100%;
  text-align: left;
  margin: 11px 0px 0px 0px;
  padding: 13px 2px;
}
.demand-container .parcel-form .f-2-1-1 {
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.demand-container .parcel-form .f-2-1-1 label.w2 {
  grid-column: span 2;
}
.demand-container .parcel-form .button-cost {
  margin: -13px 0px 0px 0px;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
}
.demand-container .parcel-form .button-cost .parcel-cost {
  margin: 0px 0px 0px 0px;
}
.demand-container .parcel-form .button-cost .parcel-cost .value {
  font-size: 27px;
  font-family: "stolzlmedium", sans-serif;
  margin: 7px 0px 6px 0px;
}
.demand-container .sending-method-form {
  margin: 0px 0px 25px 0px;
  border-radius: 7px;
  background-color: #0B5CD5;
  padding: 31px 32px 21px;
  text-align: left;
  color: #ffffff;
}
.demand-container .sending-method-form h3 {
  margin: 0px 0px 15px 0px;
  font-family: "stolzlregular", sans-serif;
  text-align: center;
}
.demand-container .sending-method-form h3 + p {
  text-align: center;
}
.demand-container .sending-method-form .self, .demand-container .sending-method-form .courier {
  display: grid;
  gap: 10px 32px;
  grid-template-columns: 30% 1fr 1fr;
}
.demand-container .sending-method-form .self label.radio, .demand-container .sending-method-form .courier label.radio {
  font-size: 18px;
}
.demand-container .sending-method-form .self label.radio input, .demand-container .sending-method-form .courier label.radio input {
  width: 24px;
  height: 24px;
  margin: 0px 0px 0px 0px;
}
.demand-container .sending-method-form .self label.radio span, .demand-container .sending-method-form .courier label.radio span {
  display: inline-block;
  margin: 0px 0px 0px 35px;
}
.demand-container .sending-method-form .self {
  padding: 22px 0px 21px;
  margin: 0px 0px 22px 0px;
  border-bottom: 1px solid #E6F0FF;
}
.demand-container .sending-method-form .self p {
  font-size: 14px;
  grid-column: span 2;
  width: 390px;
  max-width: 100%;
  margin: 4px 0px 0px 0px;
}
.demand-container .sending-method-form .courier {
  padding: 0px 0px 21px;
  margin: 0px 0px 0px 0px;
}
.demand-container .sending-method-form .courier p {
  font-size: 14px;
  width: 390px;
  max-width: 100%;
  margin: 22px 0px 0px 0px;
}
.demand-container .sending-method-form .courier label.radio {
  margin: 38px 0px 0px 0px;
}
.demand-container .sending-method-form .courier .courier-date {
  margin: 0px 0px 0px 0px;
  position: relative;
}
.demand-container .sending-method-form .courier .courier-date input {
  display: block;
  width: 100%;
  margin: 11px 0px 0px 0px;
}
.demand-container .sending-method-form .courier .courier-date > div {
  color: #192D4B;
}
@media (max-width: 1000px) {
  .demand-container .sending-method-form .self, .demand-container .sending-method-form .courier {
    gap: 10px 32px;
    grid-template-columns: 1fr 1fr;
  }
  .demand-container .sending-method-form .self p, .demand-container .sending-method-form .courier p {
    grid-column: span 1;
    width: 100%;
  }
  .demand-container .sending-method-form .courier {
    gap: 10px 32px;
    grid-template-areas: "radio date" ". note";
  }
  .demand-container .sending-method-form .courier label.radio {
    grid-area: radio;
  }
  .demand-container .sending-method-form .courier label.courier-date {
    grid-area: date;
  }
  .demand-container .sending-method-form .courier p {
    grid-area: note;
    margin-top: 2px;
  }
}
@media (max-width: 660px) {
  .demand-container .sending-method-form .self, .demand-container .sending-method-form .courier {
    display: block;
  }
  .demand-container .sending-method-form .self label.courier-date, .demand-container .sending-method-form .courier label.courier-date {
    margin: 12px 0px 22px 36px;
  }
  .demand-container .sending-method-form .self p, .demand-container .sending-method-form .courier p {
    margin: 0px 0px 0px 36px;
    width: calc(100% - 36px);
  }
}
.demand-container .delivery-method-form {
  margin: 0px 0px 25px 0px;
  border-radius: 7px;
  background-color: #0B5CD5;
  padding: 31px 32px 42px;
  text-align: left;
  color: #ffffff;
}
.demand-container .delivery-method-form h3 {
  margin: 0px 0px 15px 0px;
  font-family: "stolzlregular", sans-serif;
  text-align: center;
}
.demand-container .delivery-method-form h3 + p {
  text-align: center;
}
.demand-container .delivery-method-form .method-radios {
  margin: 37px 30px 0px;
  display: grid;
  gap: 36px;
}
.demand-container .delivery-method-form .method-radios.columns-2 {
  grid-template-columns: 1fr 1fr;
}
.demand-container .delivery-method-form .method-radios.columns-1 {
  grid-template-columns: 1fr;
}
.demand-container .delivery-method-form .method-radios input {
  display: none;
}
.demand-container .delivery-method-form .method-radios label {
  width: 100%;
  border-radius: 6px;
  border: 2px solid #fff;
  margin: 0px 0px 0px 0px;
  font-size: 21px;
  margin-bottom: 0;
  padding: 22px 23px 19px;
}
.demand-container .delivery-method-form .method-radios label .title h4 {
  font-size: 18px;
  margin: 0px 0px 0px 0px;
}
.demand-container .delivery-method-form .method-radios label .price h4 {
  font-size: 28px;
  margin: 13px 0px 9px 0px;
  font-family: "stolzlregular", sans-serif;
}
.demand-container .delivery-method-form .method-radios label .duration p {
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  line-height: 130%;
}
.demand-container .delivery-method-form .method-radios input:hover + label {
  outline: 1px solid blue;
}
.demand-container .delivery-method-form .method-radios input:checked + label {
  background-color: #F94B2F;
}
.demand-container .delivery-method-form .method-radios input:focus + label {
  outline: 1px solid red;
}
@media (max-width: 750px) {
  .demand-container .delivery-method-form .method-radios {
    display: block;
  }
  .demand-container .delivery-method-form .method-radios label {
    margin-bottom: 10px;
  }
}
@media (max-width: 440px) {
  .demand-container .delivery-method-form .method-radios {
    margin: 37px 0px 0px;
  }
}
.demand-container .insurance-form {
  margin: 0px 0px 25px 0px;
  border-radius: 7px;
  background-color: #0B5CD5;
  padding: 31px 32px 16px;
  text-align: left;
  color: #ffffff;
}
.demand-container .insurance-form h3 {
  margin: 0px 0px 15px 0px;
  font-family: "stolzlregular", sans-serif;
  text-align: center;
}
.demand-container .insurance-form h3 + p {
  text-align: center;
}
.demand-container .insurance-form .button-note {
  margin: 20px 0px 0px 0px;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
}
.demand-container .insurance-form .button-note .insurance-note {
  margin: 7px 0px 0px 0px;
}
.demand-container .insurance-form .button-note .insurance-note .button {
  margin: 0px 0px 0px 0px;
}
.demand-container .insurance-form .button-note .insurance-note .value {
  font-size: 27px;
  font-family: "stolzlmedium", sans-serif;
  margin: 0px 0px 7px 0px;
}
.demand-container .promocode-form {
  margin: 0px 0px 27px 0px;
  border-radius: 7px;
  background-color: #E6F0FF;
  padding: 26px 32px 26px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.demand-container .promocode-form h4 {
  margin: -3px 0px 0px 0px;
  font-size: 18px;
  text-align: left;
}
.demand-container .promocode-form h4 > span {
  font-size: 22px;
  font-family: "stolzlregular", sans-serif;
  display: inline-block;
  position: relative;
  padding-right: 37px;
  margin: 10px 0px 0px 0px;
}
.demand-container .promocode-form h4 > span .delete {
  position: absolute;
  top: -8px;
  right: 0px;
  display: inline-block;
  background-image: url("../img/delete.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 29px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}
.demand-container .promocode-form h4.form {
  flex-grow: 1;
}
.demand-container .promocode-form p.value {
  margin: 0px 20px 0px;
  font-size: 20px;
}
.demand-container .promocode-form input {
  margin: 0px 18px 0px;
  width: 265px;
}
.demand-container .promocode-form .button {
  margin: 0px 0px 0px 0px;
  padding: 13px 32px;
  text-transform: uppercase;
}
@media (max-width: 750px) {
  .demand-container .promocode-form {
    display: block;
    text-align: left;
  }
  .demand-container .promocode-form p.value {
    margin: 12px 0px 0px 0px;
    text-align: left;
  }
  .demand-container .promocode-form h4.form {
    margin: 0px 0px 20px 0px;
  }
  .demand-container .promocode-form input {
    margin: 0px 18px 0px 0px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 570px) {
  .demand-container .promocode-form input {
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
  .demand-container .promocode-form input + .button {
    width: 100%;
  }
}
.demand-container .summary {
  margin: 0px 0px 20px 0px;
  border-radius: 7px;
  background-color: #E6F0FF;
  padding: 31px 32px 23px;
  text-align: left;
  color: #192D4B;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
}
.demand-container .summary .title {
  margin: 31px 0px 31px 0px;
  font-size: 32px;
}
.demand-container .summary .summ {
  margin: 26px 0px 0px 0px;
  font-size: 42px;
}
.demand-container .next-step {
  margin: 31px 0px 20px 0px;
  text-align: left;
  display: grid;
  gap: 36px;
  grid-template-columns: 1fr 1fr;
}
.demand-container .next-step .checks {
  margin: 8px 0px 0px 0px;
}
.demand-container .next-step .button {
  width: 100%;
  margin: 9px 0px 0px 0px;
  text-transform: uppercase;
  font-family: "stolzlmedium", sans-serif;
  font-size: 21px;
  padding: 23px 10px;
}
.demand-container .parcel-short {
  margin: 0px 0px 25px 0px;
  border-radius: 7px;
  background-color: #0B5CD5;
  padding: 31px 32px 44px;
  text-align: left;
  color: #ffffff;
}
.demand-container .parcel-short h3 {
  font-size: 32px !important;
  margin: 7px 0px 49px 0px;
}
.demand-container .parcel-short .items {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(4, 1fr);
}
.demand-container .parcel-short .items > div h4 {
  font-size: 21px;
  font-family: "stolzlregular", sans-serif;
  margin: 0px 0px 21px 0px;
}
.demand-container .parcel-short .items > div p {
  margin: 0px 0px 3px 0px;
}
@media (max-width: 1040px) {
  .demand-container .parcel-short .items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
  }
  .demand-container .parcel-short .items > div {
    margin-bottom: 20px;
  }
  .demand-container .parcel-short .items > div h4 {
    margin: 0px 0px 15px 0px;
  }
}
@media (max-width: 640px) {
  .demand-container .parcel-short .items {
    display: block;
  }
  .demand-container .parcel-short .items > div {
    margin-bottom: 20px;
  }
  .demand-container .parcel-short .items > div h4 {
    margin: 0px 0px 15px 0px;
  }
}
.demand-container .parcel-short .short-bottom {
  margin: 21px 0px -17px 0px;
  padding: 16px 0px 0px;
  border-top: 1px solid #E6F0FF;
}
.demand-container .parcel-short .short-bottom p {
  font-size: 18px;
}
@media (max-width: 1040px) {
  .demand-container .parcel-short .short-bottom {
    margin: 7px 0px -17px 0px;
  }
}
@media (max-width: 730px) {
  .demand-container .short-container {
    margin: 0px 0px 49px 0px;
  }
  .demand-container .people-forms {
    margin: 0px 0px 0px 0px;
    display: block;
  }
  .demand-container .people-forms > div {
    margin-bottom: 25px;
  }
  .demand-container .parcel-form {
    margin: 0px 0px 30px 0px;
    padding: 31px 32px 22px;
  }
  .demand-container .parcel-form .attachments {
    margin: 48px 0px 0px 0px;
  }
  .demand-container .parcel-form .attachments .attachment .clear span {
    display: none;
  }
  .demand-container .parcel-form .f-2-1-1 {
    display: grid;
    gap: 36px;
    grid-template-columns: 1fr 1fr;
  }
  .demand-container .parcel-form .f-2-1-1 label.w2 {
    grid-column: span 2;
  }
  .demand-container .parcel-form .button-cost {
    margin: -13px 0px 0px 0px;
    display: block;
  }
  .demand-container .parcel-form .button-cost .button {
    width: 100%;
    margin: -10px 0px 20px 0px;
  }
  .demand-container .parcel-form .button-cost .parcel-cost {
    margin: 0px 0px 0px 0px;
  }
  .demand-container .parcel-form .button-cost .parcel-cost .value {
    margin: 29px 0px 17px 0px;
    font-size: 42px;
  }
  .demand-container .insurance-form {
    margin: 0px 0px 25px 0px;
  }
  .demand-container .insurance-form .button-note {
    margin: 29px 0px 0px 0px;
    display: block;
  }
  .demand-container .insurance-form .button-note .button {
    margin: 0px 0px 0px 0px;
    width: 100% !important;
  }
  .demand-container .insurance-form .button-note .insurance-note {
    margin: 7px 0px 0px 0px;
  }
  .demand-container .insurance-form .button-note .insurance-note .value {
    margin: 47px 0px 17px 0px;
    font-size: 42px;
  }
  .demand-container .summary {
    margin: 0px 0px 20px 0px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .demand-container .next-step {
    margin: 31px 0px 20px 0px;
    display: block;
  }
  .demand-container .next-step .checks {
    margin: 8px 0px 0px 0px;
  }
  .demand-container .next-step .button {
    width: 100%;
    margin: 15px 0px 0px 0px;
  }
}
@media (max-width: 520px) {
  .demand-container {
    margin: 27px auto 0px;
  }
  .demand-container .parcel-form .f-2-1-1 {
    display: block;
  }
  .demand-container .summary {
    margin: 0px 0px 20px 0px;
    padding: 31px 32px 14px;
    display: block;
  }
  .demand-container .summary .title {
    font-size: 24px;
    margin: 0px 0px 0px 0px;
  }
  .demand-container .summary .summ {
    font-size: 56px;
    margin: 0px 0px 0px 0px;
  }
}

h4.small {
  font-size: 21px;
}

.button.attachment {
  background-image: url("../img/attach.svg");
  background-size: 24px 24px;
  background-position: 20px center;
  background-repeat: no-repeat;
  padding: 11px 51px 11px 55px;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .button.attachment {
    font-size: 14px;
    padding: 11px 51px 11px 55px;
  }
}
.button.insurance {
  background-image: url("../img/guard.svg");
  background-size: 24px 24px;
  background-position: 20px center;
  background-repeat: no-repeat;
  padding: 11px 51px 11px 55px;
  text-transform: uppercase;
}
@media (max-width: 520px) {
  .button.insurance {
    font-size: 14px;
    padding: 11px 51px 11px 55px;
  }
}

.autocomplete-loader {
  display: none;
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  right: 5px;
  bottom: 7px;
  z-index: 10;
}

.cabinet-user-form {
  width: 1030px;
  max-width: 100%;
  margin: 0px auto 30px;
  background-color: #E6F0FF;
  border-radius: 7px;
  padding: 34px 40px 30px;
  text-align: left;
}
.cabinet-user-form .columns {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
}
.cabinet-user-form h4 {
  font-size: 21px;
  margin: 0px 0px 27px 0px;
}
.cabinet-user-form label {
  font-size: 16px;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.cabinet-user-form label .input-note {
  margin: 3px 0px -15px 0px;
  text-align: center;
  display: block;
}
.cabinet-user-form label .input-note:empty {
  display: none;
}
.cabinet-user-form label input {
  display: block;
  text-align: center;
  width: 100%;
  margin: 9px 0px 0px 0px;
}
.cabinet-user-form label select {
  display: block;
  text-align: center;
  width: 100%;
  margin: 9px 0px 0px 0px;
}
.cabinet-user-form label > div.iti {
  display: block;
  width: 100%;
  margin: 9px 0px 0px 0px;
}
.cabinet-user-form label.checkbox {
  padding: 0px 0px 0px;
  margin: 0px 0px 5px 0px;
}
.cabinet-user-form label.checkbox input {
  display: block;
  text-align: center;
  width: 21px;
  height: 21px;
  margin: 0px 0px 0px 0px;
  left: -11px;
}
.cabinet-user-form label.checkbox span {
  margin-left: 20px;
}
.cabinet-user-form .two-labels {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.cabinet-user-form .person-data {
  margin: 64px 0px 0px 0px;
}
.cabinet-user-form .notifications {
  margin: 74px 0px 0px 0px;
}
.cabinet-user-form + .button-container {
  width: 1030px;
  max-width: 100%;
  margin: 0px auto 0px;
  text-align: right;
}
.cabinet-user-form + .button-container .button {
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 23px 48px;
}
@media (max-width: 740px) {
  .cabinet-user-form {
    margin: 0px auto 20px;
  }
  .cabinet-user-form .columns {
    display: block;
  }
  .cabinet-user-form + .button-container {
    margin-bottom: 30px;
  }
  .cabinet-user-form + .button-container .button {
    width: 100%;
  }
  .cabinet-user-form h4 {
    margin: 0px 0px 20px 0px;
  }
  .cabinet-user-form label {
    margin: 0px 0px 11px 0px;
  }
  .cabinet-user-form .person-data {
    margin: 50px 0px 0px 0px;
  }
  .cabinet-user-form .address-data {
    margin: 50px 0px 0px 0px;
  }
  .cabinet-user-form .notifications {
    margin: 50px 0px 0px 0px;
  }
}

#template5-page {
  margin: 36px 0px 10px 0px;
  overflow: hidden;
}
@media (max-width: 1120px) {
  #template5-page {
    margin: 22px 0px 10px 0px;
  }
}
@media (max-width: 460px) {
  #template5-page {
    margin: 44px 0px 10px 0px;
  }
}

.cabinet-page .nav-tabs {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border: none;
  text-align: center;
}
.cabinet-page .nav-tabs:before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  width: 100vw;
  top: 0px;
  bottom: 0px;
  background-color: #E6F0FF;
  transform: translateX(-50%);
}
.cabinet-page .nav-tabs > li {
  float: none;
  border: none;
  border-radius: 0px;
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
}
.cabinet-page .nav-tabs > li a {
  border: none !important;
  border-radius: 0px;
  font-size: 18px;
  padding: 17px 17px 17px !important;
  margin: 0px 0px 0px 0px !important;
}
.cabinet-page .nav-tabs > li a:hover {
  background-color: transparent;
}
.cabinet-page .nav-tabs > li.active a {
  background-color: #0B5CD5;
  color: #fff;
}
@media (max-width: 1120px) {
  .cabinet-page .nav-tabs > li a {
    padding: 11px 15px !important;
  }
}
@media (max-width: 520px) {
  .cabinet-page .nav-tabs {
    justify-content: space-between;
  }
  .cabinet-page .nav-tabs > li {
    flex-grow: 1;
  }
  .cabinet-page .nav-tabs > li a {
    font-size: 16px;
  }
}
.cabinet-page h1 {
  margin: 30px 0px 46px 0px;
  color: #0B5CD5;
  text-align: center;
  font-size: 42px;
}
@media (max-width: 1080px) {
  .cabinet-page h1 {
    font-size: calc(27px + 15 * (100vw - 375px) / 705);
  }
}
@media (max-width: 740px) {
  .cabinet-page h1 {
    margin: 30px 0px 29px 0px;
  }
}

label.date {
  position: relative;
}

#parcels-tab .cabinet-parcels-form {
  margin: -19px 0px 53px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#parcels-tab .cabinet-parcels-form input, #parcels-tab .cabinet-parcels-form select {
  background-color: #E6F0FF;
}
#parcels-tab .cabinet-parcels-form > .dates {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#parcels-tab .cabinet-parcels-form > .dates > span:nth-of-type(1) {
  font-size: 14px;
}
@media (max-width: 1240px) {
  #parcels-tab .cabinet-parcels-form > .dates > span:nth-of-type(1) {
    display: none;
  }
}
#parcels-tab .cabinet-parcels-form > .dates label {
  margin: 0px 5px 0px 5px;
}
#parcels-tab .cabinet-parcels-form > .dates label input {
  width: 140px;
  padding: 13px 5px;
  text-align: center;
}
#parcels-tab .cabinet-parcels-form > .search {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px 25px 0px 30px;
}
#parcels-tab .cabinet-parcels-form > .search span {
  display: none;
  font-size: 14px;
}
#parcels-tab .cabinet-parcels-form > .search label {
  margin: 0px 0px 0px 5px;
  width: 100%;
}
#parcels-tab .cabinet-parcels-form > .search label input {
  width: 100%;
  background-image: url("../img/search.svg");
  background-size: 28px 28px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding: 13px 40px 13px 5px;
  text-align: center;
}
#parcels-tab .cabinet-parcels-form > .status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#parcels-tab .cabinet-parcels-form > .status span {
  font-size: 14px;
}
#parcels-tab .cabinet-parcels-form > .status label {
  margin: 0px 5px 0px 5px;
}
#parcels-tab .cabinet-parcels-form > .status label select {
  width: auto;
  padding: 11px 5px;
}
@media (max-width: 1080px) {
  #parcels-tab .cabinet-parcels-form {
    flex-wrap: wrap;
  }
  #parcels-tab .cabinet-parcels-form > .dates {
    order: 1;
  }
  #parcels-tab .cabinet-parcels-form > .dates > span:nth-of-type(1) {
    display: inline-block;
  }
  #parcels-tab .cabinet-parcels-form > .dates label input {
    padding: 9px 5px;
  }
  #parcels-tab .cabinet-parcels-form > .search {
    order: 3;
    width: 100%;
    margin: 7px 0px 0px 0px;
  }
  #parcels-tab .cabinet-parcels-form > .search label {
    margin: 0px 0px 0px 0px;
  }
  #parcels-tab .cabinet-parcels-form > .search label input {
    padding: 9px 5px;
  }
  #parcels-tab .cabinet-parcels-form > .status {
    order: 2;
  }
  #parcels-tab .cabinet-parcels-form > .status label {
    margin-right: 0px;
  }
  #parcels-tab .cabinet-parcels-form > .status label select {
    padding: 6px 5px;
  }
}
@media (max-width: 880px) {
  #parcels-tab .cabinet-parcels-form {
    margin: -2px 0px 24px 0px;
  }
  #parcels-tab .cabinet-parcels-form > .dates {
    order: 1;
    width: 100%;
    justify-content: space-between;
  }
  #parcels-tab .cabinet-parcels-form > .dates label {
    flex-grow: 1;
  }
  #parcels-tab .cabinet-parcels-form > .dates label input {
    width: 100%;
  }
  #parcels-tab .cabinet-parcels-form > .dates span:nth-of-type(1) {
    display: inline-block;
    width: 75px;
    min-width: 75px;
  }
  #parcels-tab .cabinet-parcels-form > .dates label:nth-of-type(1) {
    margin-left: 0px;
  }
  #parcels-tab .cabinet-parcels-form > .dates label:nth-of-type(2) {
    margin-right: 0px;
  }
  #parcels-tab .cabinet-parcels-form > .search {
    order: 3;
    width: 100%;
  }
  #parcels-tab .cabinet-parcels-form > .search label {
    width: calc(100% - 75px);
  }
  #parcels-tab .cabinet-parcels-form > .search span {
    display: inline-block;
    width: 75px;
    min-width: 75px;
  }
  #parcels-tab .cabinet-parcels-form > .status {
    order: 2;
    width: 100%;
    margin: 7px 0px 0px 0px;
  }
  #parcels-tab .cabinet-parcels-form > .status span {
    display: inline-block;
    width: 75px;
    min-width: 75px;
  }
  #parcels-tab .cabinet-parcels-form > .status label {
    margin-left: 0px;
    width: calc(100% - 75px);
  }
  #parcels-tab .cabinet-parcels-form > .status label select {
    width: 100%;
  }
}
#parcels-tab .demands-table {
  margin: 0px 0px 0px 0px;
  display: grid;
  gap: 15px 1px;
  grid-template-columns: 1fr 1fr auto 1fr 1fr 1fr 1fr 0px;
  grid-auto-flow: row dense;
}
#parcels-tab .demands-table > small {
  display: block;
  font-size: 18px;
  font-family: "stolzlmedium", sans-serif;
  color: #0B5CD5;
  padding: 0px 20px 7px 20px;
}
#parcels-tab .demands-table > small.not-found {
  display: none;
}
#parcels-tab .demands-table > small.mobile {
  display: none;
}
#parcels-tab .demands-table > small.first-row {
  display: block !important;
}
#parcels-tab .demands-table > div {
  position: relative;
  margin: 0px 0px 0px 0px;
  background-color: #E6F0FF;
  padding: 20px 15px 20px 20px;
}
#parcels-tab .demands-table > div:empty {
  display: block;
}
#parcels-tab .demands-table > div.not-found {
  display: none;
}
#parcels-tab .demands-table > div.first {
  border-radius: 6px 0px 0px 6px;
}
#parcels-tab .demands-table > div.last {
  border-radius: 0px 6px 6px 0px;
}
#parcels-tab .demands-table > div .small {
  font-size: 12px;
  display: block;
}
#parcels-tab .demands-table > div a.invoice {
  display: block;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 14px;
  font-family: "stolzlmedium", sans-serif;
}
#parcels-tab .demands-table > div.last {
  padding-right: 17px;
  position: relative;
}
#parcels-tab .demands-table > div.last:before {
  content: "";
  position: absolute;
  display: block;
  left: -2px;
  width: 5px;
  top: 0px;
  bottom: 0px;
  background-color: #E6F0FF;
}
#parcels-tab .demands-table > div .expand-link {
  display: none;
  margin: 22px 0px 32px 0px;
  color: #0B5CD5;
  font-family: "stolzlmedium", sans-serif;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-right: 18px;
}
#parcels-tab .demands-table > div .expand-link:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  right: 0px;
  top: 8px;
  width: 11px;
  height: 6px;
  background-image: url("../img/drop-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: all 0.8s;
}
#parcels-tab .demands-table > div .extra-info {
  display: none;
  margin: 3px 0px 0px 0px;
  padding: 16px 0px 0px;
  border-top: 1px solid #fff;
}
#parcels-tab .demands-table > div .extra-info .demand-header {
  display: none;
}
#parcels-tab .demands-table > div .extra-info .items {
  display: grid;
  gap: 18px 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 920px) {
  #parcels-tab .demands-table > div .extra-info .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  #parcels-tab .demands-table > div .extra-info .items {
    gap: 11px;
    grid-template-columns: 1fr;
  }
}
#parcels-tab .demands-table > div .extra-info .items > div span {
  font-size: 12px;
  display: block;
  margin: 0px 0px 0px 0px;
}
#parcels-tab .demands-table > div .extra-info .buttons {
  border-top: 1px solid #fff;
  margin: 24px 0px 0px 0px;
  padding: 20px 0px 0px;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr 1fr;
}
#parcels-tab .demands-table > div .extra-info .buttons .button {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 11px;
}
#parcels-tab .demands-table > div .extra-info .buttons:empty {
  display: none;
}
@media (max-width: 520px) {
  #parcels-tab .demands-table > div .extra-info .buttons {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  #parcels-tab .demands-table > div .extra-info {
    margin: 16px 0px 0px 0px;
  }
}
#parcels-tab .demands-table > div.with-extra .extra-info {
  display: block;
}
@media (min-width: 1271px) {
  #parcels-tab .demands-table > div.with-extra .extra-info {
    display: none;
  }
}
#parcels-tab .demands-table > div.with-extra .expand-link {
  margin: 15px 0px 32px 0px;
}
#parcels-tab .demands-table > div.with-extra .expand-link:before {
  transform: rotateX(180deg);
}
#parcels-tab .demands-table > div .more-button {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 36px;
  height: 36px;
  background-image: url("../img/i.svg");
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#parcels-tab .demands-table > div > span {
  display: none;
}
@media (max-width: 1270px) {
  #parcels-tab .demands-table {
    gap: 0px 0px;
    grid-template-columns: repeat(4, 1fr);
  }
  #parcels-tab .demands-table > small {
    display: none !important;
  }
  #parcels-tab .demands-table > div {
    margin: 0px 0px 0px 0px;
    padding: 20px 15px 1px 20px;
    /*&:nth-child(8n + 4), &:nth-child(8n + 5), &:nth-child(8n + 6), &:nth-child(8n + 7) {
    	margin-bottom: 20px;
    }*/
  }
  #parcels-tab .demands-table > div.first {
    border-radius: 0px 0px 0px 6px;
  }
  #parcels-tab .demands-table > div.last {
    border-radius: 0px 0px 6px 0px;
    grid-column: span 4;
    margin-bottom: 20px;
  }
  #parcels-tab .demands-table > div.target {
    grid-column: span 2;
  }
  #parcels-tab .demands-table > div .expand-link {
    display: inline-block;
  }
  #parcels-tab .demands-table > div .extra-info {
    display: none;
  }
  #parcels-tab .demands-table > div .more-button {
    display: none;
  }
  #parcels-tab .demands-table > div .sm {
    font-size: 16px;
  }
  #parcels-tab .demands-table > div > span {
    font-size: 12px;
    display: block;
    margin: 0px 0px 0px 0px;
  }
  #parcels-tab .demands-table > div > div {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 920px) {
  #parcels-tab .demands-table {
    gap: 0px 0px;
    grid-template-columns: repeat(2, 1fr);
  }
  #parcels-tab .demands-table > div {
    margin: 0px 0px 0px 0px;
    padding: 20px 15px 1px 20px;
    /*&:nth-child(7n + 4), &:nth-child(7n + 5) {
    	margin-bottom: 0px;
    }*/
  }
  #parcels-tab .demands-table > div.first {
    border-radius: 0px 0px 0px 6px;
  }
  #parcels-tab .demands-table > div.last {
    border-radius: 0px 0px 6px 0px;
    grid-column: span 2;
  }
}
@media (max-width: 540px) {
  #parcels-tab .demands-table {
    gap: 0px 0px;
    grid-template-columns: 1fr;
  }
  #parcels-tab .demands-table > div {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 1px 35px;
    /*&:nth-child(7n + 6){
    	margin-bottom: 0px;
    }*/
  }
  #parcels-tab .demands-table > div.first {
    border-radius: 0px 0px 0px 6px;
    padding-top: 24px;
  }
  #parcels-tab .demands-table > div.last {
    border-radius: 0px 0px 6px 0px;
    grid-column: span 1;
  }
  #parcels-tab .demands-table > div.target {
    grid-column: span 1;
  }
  #parcels-tab .demands-table > div > div {
    margin: 11px 0px 0px 0px;
  }
}
#parcels-tab .button-container {
  text-align: right;
  margin: 33px 0px 0px 0px;
}
#parcels-tab .button-container .button.new-demand {
  text-transform: uppercase;
  padding: 0px 10px;
  margin: 0px 0px 0px 0px;
  font-size: 21px;
  font-family: "stolzlmedium", sans-serif;
  width: 503px;
  max-width: 100%;
}
@media (max-width: 1080px) {
  #parcels-tab .button-container .button.new-demand {
    font-size: calc(18px + 3 * (100vw - 375px) / 705);
  }
}
#parcels-tab .button-container .button.new-demand span {
  background-image: url("../img/parcel-icon.svg");
  background-size: 30px 30px;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 23px 0px 23px 45px;
}
@media (max-width: 540px) {
  #parcels-tab .button-container {
    margin: 3px 0px 0px 0px;
  }
  #parcels-tab .button-container .button span {
    padding: 23px 0px 23px 36px;
  }
}

.address-list-container {
  display: block;
}
.address-list-container .cabinet-address-form {
  margin: -19px 0px 39px 0px;
  text-align: right;
}
@media (max-width: 740px) {
  .address-list-container .cabinet-address-form {
    margin: 5px 0px 24px 0px;
  }
}
.address-list-container .cabinet-address-form input {
  background-color: #E6F0FF;
}
.address-list-container .cabinet-address-form > .search {
  margin: 0px 0px 0px auto;
  width: 400px;
  max-width: 100%;
}
@media (max-width: 640px) {
  .address-list-container .cabinet-address-form > .search {
    width: 100%;
  }
}
.address-list-container .cabinet-address-form > .search label {
  margin: 0px 0px 0px 0px;
  width: 100%;
}
.address-list-container .cabinet-address-form > .search label input {
  width: 100%;
  background-image: url("../img/search.svg");
  background-size: 28px 28px;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  padding: 13px 40px 13px 5px;
  text-align: center;
}
.address-list-container .button-container {
  text-align: right;
}
.address-list-container .button-container .button {
  font-size: 21px;
  padding: 23px 60px;
  text-transform: uppercase;
  font-family: "stolzlmedium", sans-serif;
  margin: 33px 0px 0px 0px;
}
@media (max-width: 540px) {
  .address-list-container .button-container .button {
    width: 100%;
    margin: 0px 0px 24px 0px;
  }
}

.edit-address-container {
  display: none;
  margin: 55px auto 0px;
  width: 1035px;
  max-width: 100%;
  position: relative;
}
.edit-address-container .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 45px !important;
}
.edit-address-container .user-data-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 29px 34px 20px;
}
.edit-address-container .user-data-form > h2 {
  width: 100%;
  font-family: "stolzlregular", sans-serif;
  margin: 0px 0px 12px 0px;
  font-size: 32px;
}
@media (max-width: 1080px) {
  .edit-address-container .user-data-form > h2 {
    font-size: calc(24px + 8 * (100vw - 375px) / 705);
  }
}
.edit-address-container .user-data-form h4 {
  margin: 11px 0px 21px 0px;
}
.edit-address-container .user-data-form > p {
  width: 100%;
}
.edit-address-container .user-data-form > div {
  width: calc(50% - 16px);
}
.edit-address-container .user-data-form > div.address-fields {
  order: 2;
}
.edit-address-container .user-data-form > div.person-fields {
  order: 1;
}
.edit-address-container .button-container {
  text-align: right;
}
.edit-address-container .button-container .button {
  font-size: 21px;
  padding: 23px 10px;
  text-transform: uppercase;
  font-family: "stolzlmedium", sans-serif;
  margin: 52px 0px 0px 0px;
  width: calc(50% - 16px);
  max-width: 100%;
}
@media (max-width: 700px) {
  .edit-address-container .user-data-form {
    display: block;
  }
  .edit-address-container .user-data-form > div {
    width: 100%;
  }
  .edit-address-container .user-data-form > div.address-fields {
    margin: 30px 0px 50px 0px;
  }
  .edit-address-container .user-data-form > div.person-fields {
    margin: 0px 0px 0px 0px;
  }
  .edit-address-container .button-container .button {
    width: 100%;
    margin: 30px 0px;
  }
}

.address-list .targets-table {
  margin: 0px 0px 0px 0px;
  display: grid;
  gap: 15px 1px;
  grid-template-columns: 1fr auto 1fr 1fr;
  grid-auto-flow: row dense;
}
.address-list .targets-table > small {
  display: block;
  white-space: nowrap;
  font-size: 18px;
  font-family: "stolzlmedium", sans-serif;
  color: #0B5CD5;
  padding: 0px 20px 7px 20px;
}
.address-list .targets-table > small.not-found {
  display: none;
}
.address-list .targets-table > small.mobile {
  display: none;
}
.address-list .targets-table > small.first-row {
  display: block !important;
}
.address-list .targets-table > div {
  position: relative;
  margin: 0px 0px 0px 0px;
  background-color: #E6F0FF;
  padding: 20px 15px 20px 20px;
}
.address-list .targets-table > div:empty {
  display: block;
}
.address-list .targets-table > div.not-found {
  display: none;
}
.address-list .targets-table > div.first {
  border-radius: 6px 0px 0px 6px;
}
.address-list .targets-table > div.last {
  border-radius: 0px 6px 6px 0px;
}
.address-list .targets-table > div .small {
  font-size: 12px;
  display: block;
}
.address-list .targets-table > div.last {
  padding-right: 50px;
}
.address-list .targets-table > div > span {
  display: none;
}
.address-list .targets-table > div .button {
  font-size: 16px;
  padding: 9px 28px 10px;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1080px) {
  .address-list .targets-table {
    gap: 0px 0px;
    grid-template-columns: 1fr 1fr;
  }
  .address-list .targets-table > small {
    display: none !important;
  }
  .address-list .targets-table > div {
    margin: 0px 0px 0px 0px;
    padding: 20px 15px 1px 20px;
  }
  .address-list .targets-table > div.first {
    border-radius: 0px 0px 0px 6px;
  }
  .address-list .targets-table > div.last {
    border-radius: 0px 0px 6px 0px;
  }
  .address-list .targets-table > div:nth-child(4n+3), .address-list .targets-table > div:nth-child(4n+4) {
    margin-bottom: 20px;
  }
  .address-list .targets-table > div .sm {
    font-size: 16px;
  }
  .address-list .targets-table > div > span {
    font-size: 12px;
    display: block;
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 660px) {
  .address-list .targets-table {
    gap: 0px 0px;
    grid-template-columns: 1fr;
  }
  .address-list .targets-table > div {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 1px 35px;
  }
  .address-list .targets-table > div.first {
    border-radius: 0px 0px 0px 6px;
    padding-top: 24px;
  }
  .address-list .targets-table > div.last {
    border-radius: 0px 0px 6px 0px;
  }
  .address-list .targets-table > div:nth-child(4n+3) {
    margin-bottom: 0px;
  }
  .address-list .targets-table > div.target {
    grid-column: span 1;
  }
}

.modal-panel.demand-extra-info {
  background-color: #E6F0FF;
}
.modal-panel.demand-extra-info .close-button {
  background-color: #E6F0FF;
}
.modal-panel.demand-extra-info .demand-header {
  margin: -15px 0px 0px 0px;
  display: block;
}
.modal-panel.demand-extra-info .items {
  margin: 23px 0px 0px 0px;
}
.modal-panel.demand-extra-info .items > div {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  margin: 0px 0px 7px 0px;
}
.modal-panel.demand-extra-info .buttons {
  border-top: 1px solid #192D4B;
  margin: 24px 0px 0px 0px;
  padding: 20px 0px 0px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.modal-panel.demand-extra-info .buttons .button {
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 11px;
}
.modal-panel.demand-extra-info .buttons:empty {
  display: none;
}

.ui-autocomplete {
  z-index: 9999 !important;
}

.modal-bg.loading {
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.tracking-description {
  text-align: left;
}/*# sourceMappingURL=common.css.map */