@charset "UTF-8";
@import "iconfont.css";
html, body {
  height: 100%;
}

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

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

strong, .strong {
  font-weight: 800;
}

.sm {
  font-size: 16px;
}

.xs {
  font-size: 11px;
}

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

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

h1, .h1 {
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0.8em 0 14px;
}

h2, .h2 {
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0.8em 0 14px;
}

h3, .h3 {
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0.8em 0 14px;
}

h4, .h4 {
  font-family: "Geologica", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  text-transform: none;
  line-height: 120%;
  margin: 0.8em 0 14px;
}

a {
  color: #1E76FE;
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}

a:hover {
  color: #1E76FE;
  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: #4B4B4B !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: 84px;
}
.price-filter .price-range-container .irs--flat .irs-bar {
  top: 48px;
  height: 4px;
  background-color: #1E76FE;
}
.price-filter .price-range-container .irs--flat .irs-line {
  top: 48px;
  height: 4px;
  background-color: #ccc;
  border-radius: 4px;
}
.price-filter .price-range-container .irs--flat .irs-handle {
  top: 40px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: #1E76FE;
}
.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: 16px;
  text-shadow: none;
  padding: 4px 11px;
  background-color: #1E76FE;
  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: #1E76FE;
}
.price-filter .price-range-container .irs-grid {
  height: 32px;
}
.price-filter .price-range-container .irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 16px;
  padding: 0 3px;
  color: #4B4B4B;
}
.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: #1E76FE;
}
/* 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: 16px;
  line-height: 120%;
  /*white-space: nowrap;*/
  cursor: pointer;
}
.price-sorting > div:hover {
  color: #1E76FE;
}
.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: #1E76FE;
  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: 18px;
  color: #1E76FE;
}
.products-with-filters > .filters-container > .filters .params-filter-container label {
  font-size: 16px;
  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: #1E76FE;
}
.products-with-filters > .filters-container > .filters .brands-filter-container label {
  font-size: 16px;
  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: 16px;
  text-align: center;
  color: #1E76FE;
  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: 18px;
  width: 300px;
  max-width: 100%;
  border-radius: 6px;
}

input[type=checkbox], input[type=radio] {
  width: auto;
}

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: 18px;
  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: 11px;
}
.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: 16px;
  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;
  background-color: transparent;
  color: #4B4B4B;
  width: 30px !important;
  position: absolute;
  right: 0px;
  top: calc(50% - 7px);
  border: none;
  outline: none;
  font-size: 0;
  opacity: 1;
  z-index: 100;
  cursor: pointer;
  transition: all linear 0.5s;
}
@media (max-width: 600px) {
  #mobile-menu-button {
    right: 0px;
  }
}

#mobile-menu-button:hover {
  opacity: 1;
}

#mobile-menu-button > div {
  height: 3px;
  border-radius: 0px;
  background-color: #1E76FE;
}

#mobile-menu-button > div + div {
  margin-top: 10px;
}

.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: 1290px;
}
@media (max-width: 620px) {
  .container {
    width: calc(100% - 70px) !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 #1E76FE;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
  outline: none !important;
  font-family: "Geologica", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #1E76FE;
  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: #1E76FE !important;
  border-color: #1E76FE !important;
  color: #fff !important;
}
button.button.small-button, a.button.small-button, .upload-button.small-button {
  padding: 6px 19px 5px;
  font-size: 11px;
}
button.button.transparent, a.button.transparent, .upload-button.transparent {
  background-color: transparent;
  border: 2px solid #1E76FE;
  color: #1E76FE;
  box-shadow: none;
}
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: 76px;
  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: #4B4B4B;
  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: 16px;
  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: #1E76FE;
  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: #1E76FE;
  color: #fff;
  font-size: 16px;
  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: 18px;
  font-weight: 400;
}

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

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

:-ms-input-placeholder {
  color: #878787 !important;
  font-size: 18px;
  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: 46px;
  }
  h2, .h2 {
    font-size: 48px;
  }
  h3, .h3 {
    font-size: 36px;
  }
  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 */
#header-top {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000;
  height: 90px;
  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: #4B4B4B;
  font-weight: 300;
}
#header-top .container {
  height: 100%;
}
#header-top .content > a {
  color: #4B4B4B;
  font-size: 18px;
  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: 95px;
}
#header-top.scrolled .logo, #header-top.for-product-page .logo, #header-top.catalog-page .logo {
  min-width: 300px !important;
  max-width: 300px !important;
}
#header-top.scrolled .logo:before, #header-top.for-product-page .logo:before, #header-top.catalog-page .logo:before {
  background-size: 300px 33px !important;
  background-position: left 34px !important;
  height: 78px;
}
#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 > li, #header-top.for-product-page ul.menu > li, #header-top.catalog-page ul.menu > li {
  display: none;
}
#header-top.scrolled ul.menu > li:last-child, #header-top.for-product-page ul.menu > li:last-child, #header-top.catalog-page ul.menu > li:last-child {
  display: block;
}
#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;
  top: 35px;
}
@media (max-width: 1300px) {
  #header-top {
    top: 0px;
    height: 95px;
  }
  #header-top .logo {
    min-width: 300px !important;
    max-width: 300px !important;
  }
  #header-top .logo:before {
    background-size: 300px 33px !important;
    background-position: left 34px !important;
    height: 78px;
  }
  #header-top ul.menu {
    margin-top: 12px;
  }
  #header-top ul.menu > li {
    display: none;
  }
  #header-top ul.menu > li:last-child {
    display: block;
  }
  #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;
    top: 35px;
  }
}
#header-top .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#header-top ul {
  margin: 7px 0px 0px 0px;
  list-style: none;
  padding: 0px;
}
#header-top ul > li {
  margin: 0px 16px 0px 0px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
#header-top ul > li:last-child {
  margin-right: 0px;
}
#header-top ul > li.tracking {
  color: #1E76FE;
  font-weight: 700;
}
#header-top a.logo {
  display: block;
  flex-grow: 0;
  min-width: 355px;
  height: 90px;
  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: left 30px;
  background-repeat: no-repeat;
  background-size: 355px 38px;
  transition: all ease-out 0.1s;
}
#header-top .button {
  margin: 7px 0px 0px 0px;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 25px;
}
@media print {
  #header-top {
    display: none;
  }
}
@media (max-width: 830px) {
  #header-top ul {
    display: none;
  }
}
@media (max-width: 760px) {
  #header-top .button {
    display: none;
  }
}
@media (max-width: 460px) {
  #header-top {
    height: 84px;
    top: 0px;
  }
  #header-top .logo {
    min-width: 220px !important;
    max-width: 220px !important;
  }
  #header-top .logo:before {
    background-size: 220px 24px !important;
    background-position: left 36px !important;
  }
  #header-top #mobile-menu-button {
    top: calc(50% - 24px);
  }
}

#footer {
  display: grid;
  gap: 0px;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "logo services contacts" "partner services social";
  position: relative;
  z-index: 0;
  background-color: #fff;
  color: #4B4B4B;
  padding: 61px 0 2px;
  margin-top: 82px;
  position: relative;
}
#footer a {
  color: #4B4B4B;
}
#footer a:hover {
  color: #1E76FE;
}
#footer h4 {
  text-transform: uppercase;
  margin: 12px 0px 16px 0px;
  color: #1E76FE;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
#footer ul > li {
  margin: 0px 0px 0px 0px;
}
#footer ul > li > span {
  cursor: pointer;
}
#footer ul > li > span:hover {
  color: #1E76FE;
}
#footer ul > li:before {
  display: none;
}
#footer .footer-logo {
  grid-area: logo;
  display: block;
  background-image: url("../img/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 302px 33px;
  width: 302px;
  height: 33px;
  margin: 0px 0px 0px 0px;
}
#footer .partner {
  grid-area: partner;
  background-image: url("../img/logo-ems.png");
  background-size: 300px 58px;
  background-position: left 31px;
  background-repeat: no-repeat;
  min-height: 58px;
  padding: 0px 0px 79px;
  font-weight: 600;
  font-size: 14px;
  margin: -84px 0px 0px 0px;
}
#footer .services {
  grid-area: services;
}
#footer .services ul li {
  margin-bottom: 11px;
}
#footer .contacts {
  grid-area: contacts;
  width: 166px;
}
#footer .contacts h4 {
  margin-bottom: 21px;
}
#footer .contacts .contacts-list li {
  margin: 0px 0px 6px 0px;
}
#footer .contacts .contacts-list .phone, #footer .contacts .contacts-list .whatsapp {
  font-size: 42px;
  margin: 0px 0px 0px 0px;
  font-weight: 800;
  white-space: nowrap;
}
#footer .contacts .contacts-list .email {
  font-size: 21px;
  margin: 0px 0px 0px 0px;
  font-weight: 500;
  white-space: nowrap;
}
#footer .social {
  grid-area: social;
  margin: -5px 0px 0px 0px;
}
#footer .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-position: center;
  background-repeat: no-repeat;
}
#footer .social a.telegram {
  background-image: url("../img/telegram2.svg");
}
#footer .social a.whatsapp {
  background-image: url("../img/whatsapp2.svg");
}
#footer .social a.instagram {
  background-image: url("../img/instagram2.svg");
}
#footer .social a.telegram-channel {
  background-image: url("../img/telegram-channel.svg");
  width: 77px;
  background-size: 77px 40px;
}
#footer .social a + a {
  margin-left: 25px;
}
@media (max-width: 1360px) {
  #footer {
    gap: 0px 40px;
  }
  #footer .services ul li {
    font-size: 16px;
  }
  #footer .contacts {
    width: 100%;
  }
  #footer .contacts .phone {
    font-size: 34px;
  }
  #footer .contacts .email {
    font-size: 25px;
  }
}
@media (max-width: 1200px) {
  #footer {
    padding: 61px 0 2px;
    margin-top: 113px;
    gap: 0px 8vw;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "logo partner" "services contacts" "services social";
  }
  #footer .partner {
    margin: 31px 0px 0px 0px;
    background-position: left 27px;
  }
  #footer .footer-logo {
    margin: 0px 0px 38px 0px;
  }
  #footer .services h4 {
    margin: 11px 0px 11px 0px;
  }
  #footer .services ul {
    margin: 0px 0px 0px 0px;
  }
  #footer .services ul li {
    margin: 0px 0px 11px 0px;
  }
  #footer .contacts {
    margin: 10px 0px 0px 0px;
  }
  #footer .contacts h4 {
    margin: 0px 0px 16px 0px;
  }
  #footer .contacts .contacts-list li {
    margin: 0px 0px 12px 0px;
  }
  #footer .contacts .contacts-list .phone, #footer .contacts .contacts-list .whatsapp {
    font-size: 34px;
  }
  #footer .social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 16px 0px 0px 0px;
    padding-bottom: 12px;
  }
  #footer .social a {
    width: 50px;
    height: 50px;
    background-size: 60px 60px;
    border-radius: 7px;
  }
  #footer .social a.telegram-channel {
    width: 96px;
    background-size: 96px 50px;
  }
  #footer .social a + a {
    margin-left: 22px;
  }
}
@media (max-width: 730px) {
  #footer {
    padding: 61px 0 2px;
    margin: 97px 0 0px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "logo" "partner" "services" "contacts" "social";
  }
  #footer .footer-logo {
    margin: 0px 0px 5px 0px;
  }
  #footer .services {
    margin: 10px 0px 5px 0px;
  }
  #footer .services h4 {
    margin: 0px 0px 12px 0px;
  }
  #footer .services ul {
    margin: 0px 0px 0px 0px;
  }
  #footer .services ul li {
    margin: 0px 0px 11px 0px;
    font-size: 18px;
  }
  #footer .contacts {
    margin: 22px 0px 0px 0px;
  }
  #footer .contacts h4 {
    margin: 0px 0px 18px 0px;
  }
  #footer .contacts .contacts-list li {
    margin: 0px 0px 9px 0px;
  }
  #footer .contacts .contacts-list li .phone {
    font-size: 32px;
  }
  #footer .contacts .contacts-list li .email {
    font-size: 24px;
  }
  #footer .partner {
    background-position: left 26px;
  }
  #footer .social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 14px 0px 5px 0px;
    padding-bottom: 12px;
  }
  #footer .social a {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  #footer .social a + a {
    margin-left: 17px;
  }
}

.credits {
  font-size: 16px;
  margin: 26px 0px 71px 0px;
}
.credits .links {
  display: inline;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .credits {
    margin: 74px 0px 50px 0px;
  }
}
@media (max-width: 700px) {
  .credits {
    margin: 41px 0px 50px 0px;
  }
}

/* tic-pushy-01 begin */
/* tic-pushy-01 end */
.pushy {
  max-width: 360px;
  overflow: hidden;
}
.pushy {
  background-color: #fff;
  color: #4B4B4B;
  text-align: left;
}
.pushy a {
  color: #4B4B4B;
}
.pushy .pushy-close {
  position: absolute;
  background-image: url("../img/pushy-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 45px 45px;
  width: 45px;
  height: 45px;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.pushy a.logo {
  display: block;
  background-image: url(../img/logo.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 29px;
  margin: 28px 0px 52px 0px;
}
.pushy .button {
  margin: 0px 0px 50px 0px;
  padding: 11px 0;
  width: 100%;
  font-size: 16px;
}
.pushy ul {
  list-style: none;
  padding: 0;
  margin: 0px 0 0px;
}
.pushy ul > li {
  margin: 0px 0px 0px 0px;
  cursor: pointer;
}
.pushy ul > li:before {
  display: none;
}
.pushy .contacts {
  margin: 65px 0px 38px 0px;
}
.pushy .contacts h4 {
  margin-bottom: 30px;
  font-size: 22px;
}
.pushy .contacts .contacts-list li {
  margin: 0px 0px 19px 0px;
}
.pushy .contacts .contacts-list .phone {
  font-size: 28px;
  margin: 0px 0px 0px 0px;
  font-weight: 600;
  white-space: nowrap;
}
.pushy .contacts .contacts-list .email {
  font-size: 22px;
  margin: 0px 0px 0px 0px;
  font-weight: 600;
  white-space: nowrap;
}
.pushy ul.menu li {
  margin-bottom: 16px;
}
.pushy ul.menu li.tracking {
  color: #1E76FE;
  font-weight: 700;
}
.pushy .social {
  margin: 0px 0px 0px 0px;
}
.pushy .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-position: center;
  background-repeat: no-repeat;
}
.pushy .social a.telegram {
  background-image: url("../img/telegram2.svg");
}
.pushy .social a.whatsapp {
  background-image: url("../img/whatsapp2.svg");
}
.pushy .social a.instagram {
  background-image: url("../img/instagram2.svg");
}
.pushy .social a.telegram-channel {
  background-image: url("../img/telegram-channel.svg");
  width: 96px;
  background-size: 96px 50px;
}
.pushy .social a + a {
  margin-left: 15px;
}
.pushy a:hover {
  text-decoration: none;
}
.pushy a.logo > span {
  display: block;
}
.pushy hr {
  border-top: 2px solid #1E76FE;
}
.pushy .pushy-content {
  padding: 17px 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 {
  margin: 43px 0px 41px 0px;
  border-radius: 20px;
  padding: 62px 58px 255px;
  overflow: hidden;
  position: relative;
}
.first-screen h1 {
  color: #fff;
  margin: 0px 0px 0px 0px;
}
.first-screen:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 90%);
}
.first-screen:after {
  content: "";
  position: absolute;
  z-index: -2;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #555;
  background-image: url("../img/main-visual.jpg");
  background-size: 119%;
  background-position: 9% 37%;
  background-repeat: no-repeat;
}
@media (max-width: 1120px) {
  .first-screen {
    padding: 62px 58px 215px;
  }
  .first-screen h1 {
    font-size: 42px;
    margin: 0px 0px 0px 0px;
  }
  .first-screen:after {
    background-position: 9% 27%;
  }
}
@media (max-width: 950px) {
  .first-screen {
    padding: 44px 58px 146px;
  }
  .first-screen h1 {
    font-size: 32px;
    margin: 0px 0px 0px 0px;
    line-height: 131%;
  }
  .first-screen:after {
    background-size: 195%;
    background-position: 42% 38%;
  }
}
@media (max-width: 640px) {
  .first-screen {
    padding: 24px 33px 138px;
  }
  .first-screen h1 {
    font-size: 22px;
    margin: 0px 0px 0px 0px;
    line-height: 120%;
  }
  .first-screen:after {
    background-position: 47% calc(83% + 28vw);
  }
}
@media (max-width: 460px) {
  .first-screen:after {
    background-size: 329%;
    background-position: 47% calc(83% + 43vw);
  }
}

.advantages {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.advantages > p {
  line-height: 120%;
  font-size: 24px;
  font-weight: 400;
  background-color: #1E76FE;
  color: #fff;
  border-radius: 20px;
  padding: 136px 40px 42px;
  background-repeat: no-repeat;
}
.advantages > p:nth-of-type(1) {
  background-image: url("../img/adv-1.svg");
  background-size: 61px 68px;
  background-position: 39px 34px;
}
.advantages > p:nth-of-type(2) {
  background-image: url("../img/adv-2.svg");
  background-size: 58px 68px;
  background-position: 41px 34px;
}
.advantages > p:nth-of-type(3) {
  background-image: url("../img/adv-3.svg");
  background-size: 67px 67px;
  background-position: 39px 34px;
}
@media (max-width: 1220px) {
  .advantages {
    margin: 80px 0px 0px 0px;
    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;
  }
  .advantages > p {
    line-height: 143%;
    font-size: 14px;
    padding: 93px 40px 26px;
    text-align: center;
  }
  .advantages > p:nth-of-type(1) {
    background-size: 45px 50px;
    background-position: center 23px;
  }
  .advantages > p:nth-of-type(2) {
    background-size: 42px 50px;
    background-position: center 24px;
  }
  .advantages > p:nth-of-type(3) {
    background-size: 50px 50px;
    background-position: center 23px;
  }
}

.two-forms {
  margin: 106px 0px 0px 0px;
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.two-forms > div {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 44px 32px 54px;
}
.two-forms > div h3 {
  margin: 0px 0px 27px 0px;
  text-align: left;
}
.two-forms > div input, .two-forms > div select {
  width: 100%;
}
.two-forms > div .inputs {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr 1fr;
}
.two-forms > div .button {
  margin: 35px 0px 0px 0px;
}
.two-forms > div.lead-pre-form {
  text-align: right;
}
@media (max-width: 1220px) {
  .two-forms {
    margin: 67px 0px 0px 0px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .two-forms > div {
    padding: 44px 64px 52px;
  }
  .two-forms > div h3 {
    margin: 0px 0px 33px 0px;
    font-size: 32px;
  }
  .two-forms > div .inputs {
    gap: 48px;
  }
  .two-forms > div .button {
    margin: 35px 0px 0px 0px;
  }
  .two-forms > div.lead-pre-form {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .two-forms {
    margin: 30px 0px 0px 0px;
    gap: 22px;
  }
  .two-forms > div {
    padding: 32px 22px 55px;
  }
  .two-forms > div h3 {
    margin: 0px 0px 27px 0px;
    font-size: 26px;
  }
  .two-forms > div input {
    padding: 8px 27px;
  }
  .two-forms > div .inputs {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .two-forms > div .button {
    margin: 26px 0px 0px 0px;
    width: 100%;
  }
  .two-forms > div.lead-pre-form {
    text-align: left;
  }
}

.directions {
  background-color: #f8f8f8;
  padding: 0px 0px 82px;
  margin: 133px 0px 0px 0px;
}
@media (max-width: 640px) {
  .directions .container {
    margin: 0 !important;
    width: 100% !important;
  }
}
.directions .content {
  padding: 0px 0px;
}
.directions h2 {
  margin: 71px 0px 70px 0px;
}
@media (max-width: 640px) {
  .directions h2 {
    width: calc(100% - 70px) !important;
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
}
.directions .directions-items {
  display: grid;
  gap: 31px 30px;
  grid-template-columns: 1fr 1fr;
}
.directions .direction {
  align-self: start;
  font-size: 16px;
  border-radius: 20px;
  background-color: #fff;
  padding: 46px 50px 37px;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr 54px;
  grid-template-areas: "title flag" "options options" "more_button more_button" " price price" "button button";
}
.directions .direction .title-container {
  grid-area: title;
  margin: 0px 0px 0px 0px;
}
.directions .direction .options-container {
  grid-area: options;
  margin: 34px 0px 0px 0px;
}
.directions .direction .price-container {
  grid-area: price;
  margin: 0px 0px 0px 0px;
  transition: all 0.5s;
}
.directions .direction .price-container h4 {
  display: none;
}
.directions .direction .button-container {
  grid-area: button;
  margin: 0px 0px 0px 0px;
}
.directions .direction .button-container .button {
  grid-area: button_button;
}
.directions .direction .button-container .notes {
  grid-area: button_notes;
}
.directions .direction .prices-prices {
  grid-area: prices_prices;
}
.directions .direction .prices-notes {
  grid-area: prices_notes;
}
.directions .direction .more-button {
  grid-area: more_button;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #1E76FE;
  color: #1E76FE;
  padding: 7px 5px 5px;
  width: 100%;
  margin: 19px 0px 14px 0px;
  text-transform: uppercase;
  text-align: center;
  height: 40px;
  cursor: pointer;
}
.directions .direction .more-button > span {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  padding-right: 23px;
}
.directions .direction .more-button > span:before {
  content: "";
  position: absolute;
  display: block;
  right: -4px;
  width: 18px;
  top: 7px;
  height: 10px;
  background-image: url("../img/expand.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.directions .direction .more-button.expanded > span:before {
  transform: rotateX(180deg);
}
.directions .direction .flag {
  grid-area: flag;
  border-radius: 6px;
  width: 54px;
  height: 54px;
  background-color: #f8f8f8;
  position: relative;
}
.directions .direction .flag img {
  width: 36px !important;
  height: 43px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.directions .direction h3 {
  margin: 0px 0px 0px 0px;
  color: #1E76FE;
  font-size: 42px;
}
.directions .direction h3 strong {
  font-size: 62px;
  display: block;
  margin: 6px 0px 0px 0px;
}
.directions .direction h4 {
  margin: 0px 0px 10px 0px;
}
.directions .direction .prices {
  display: grid;
  gap: 80px;
  grid-template-columns: auto auto;
  grid-template-areas: "prices_prices prices_notes";
}
.directions .direction .prices .subheader {
  font-weight: 700;
  font-size: 16px;
}
.directions .direction ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.directions .direction ul.options {
  margin-top: 0px;
}
.directions .direction ul.options li {
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}
.directions .direction ul.options li:before {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 27px;
  top: -1px;
  height: 27px;
  background-image: url("../img/clock2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.directions .direction ul.options li.shield:before {
  background-image: url("../img/shield.svg");
}
.directions .direction ul.pr {
  margin-top: -11px;
}
.directions .direction ul.pr li {
  margin-bottom: 3px;
  white-space: nowrap;
}
.directions .direction .notes {
  margin: 0px 0px 0px 0px;
}
.directions .direction .notes p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 120%;
}
.directions .direction .button-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 15px;
}
.directions .direction .button-container .notes {
  margin: 16px 0px 0px 0px;
  font-size: 16px;
  transition: all 0.5s;
}
.directions .direction .button-container .button {
  margin: 34px 0px 0px 0px;
  font-size: 23px;
  transition: all 0.5s;
}
.directions .direction.type-2 .prices ul.pr {
  display: grid;
  gap: 0px 20px;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
}
.directions .direction.type-3 {
  display: grid;
  gap: 23px 20px;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "title flag" "note note" "soon soon";
}
.directions .direction.type-3 h3 {
  grid-area: title;
}
.directions .direction.type-3 h4 {
  grid-area: note;
  margin: 20px 0px 7px 0px;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}
.directions .direction.type-3 h4:before {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  width: 27px;
  top: -1px;
  height: 27px;
  background-image: url("../img/clock2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.directions .direction.type-3 .soon {
  grid-area: soon;
  align-self: end;
  font-size: 23px;
  line-height: 18px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  background-color: #f8f8f8;
  padding: 13px 6px;
  color: #1E76FE;
  border-radius: 6px;
}
.directions .direction.collapsed .price-container {
  transition: all 0.1s;
  opacity: 0;
  height: 0;
  margin: 0px;
}
.directions .direction.collapsed .button-container .notes {
  transition: all 0.1s;
  opacity: 0;
  height: 0px;
  margin: 0px !important;
}
.directions .direction.collapsed .button-container .button {
  transition: all 0.1s;
  margin-top: -21px !important;
}
@media (max-width: 300px) {
  .directions .direction {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "title title" "options options" "price price" "button button";
  }
  .directions .direction .button-container {
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "button_notes button_button";
  }
}
@media (max-width: 1060px) {
  .directions .direction {
    padding: 64px 50px 0px;
  }
  .directions .direction.type-2 {
    grid-template-rows: auto auto auto auto;
  }
  .directions .direction.type-2 .prices {
    gap: 42px;
    grid-template-areas: "prices_prices" "prices_notes";
  }
  .directions .direction.type-2 .prices ul.pr {
    gap: 0px 43px;
  }
  .directions .direction.type-2 .button-container {
    display: grid;
    gap: 42px;
    grid-template-columns: 1fr;
    grid-template-areas: "button_button";
  }
  .directions .direction.type-2 .button-container .button {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 1320px) {
  .directions .directions-items {
    gap: 38px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1060px) {
  .directions {
    padding: 0px 0px 65px;
    margin: 79px 0px 0px 0px;
  }
  .directions .content {
    padding: 0px 0px;
  }
  .directions h2 {
    font-size: 32px;
    line-height: 120%;
    margin: 47px 0px 32px 0px;
  }
  .directions .direction {
    font-size: 16px;
    border-radius: 20px;
    background-color: #fff;
    padding: 42px 50px 44px 65px;
  }
  .directions .direction h3 {
    font-size: 42px;
    margin: 3px 0px 36px 0px;
  }
  .directions .direction h3 strong {
    font-size: 62px;
    margin: 4px 0px 0px 0px;
  }
  .directions .direction h4 {
    font-size: 20px;
    margin: 22px 0px 12px 0px;
  }
  .directions .direction .prices {
    gap: 47px;
  }
  .directions .direction .prices .subheader {
    font-size: 16px;
  }
  .directions .direction .options-container {
    margin: 0px 0px 0px 0px;
  }
  .directions .direction .button-container {
    padding-bottom: 15px;
  }
  .directions .direction .button-container .notes {
    margin: 20px 0px 0px 0px;
  }
  .directions .direction .button-container .button {
    margin: 20px 0px 0px 0px;
  }
  .directions .direction.type-2 {
    padding: 42px 50px 28px 65px;
  }
  .directions .direction.type-2 .prices {
    gap: 0px 47px;
  }
  .directions .direction.type-2 .prices .prices-notes {
    margin: 20px 0px 0px 0px;
  }
  .directions .direction.type-2 .button-container .notes {
    margin: 20px 0px 0px 0px;
  }
  .directions .direction.type-2 .button-container .button {
    margin: 20px 0px 0px 0px;
  }
}
@media (max-width: 760px) {
  .directions {
    padding: 0px 0 60px;
    margin-top: 45px;
  }
  .directions h2 {
    font-size: 24px;
    margin: 37px 0px 36px 0px;
  }
  .directions .direction {
    padding: 23px 35px 44px 35px;
    grid-template-columns: 1fr 23px;
    border-radius: 0;
  }
  .directions .direction h3 {
    font-size: 24px;
    margin: 8px 0px 4px 0px;
  }
  .directions .direction h3 strong {
    font-size: 36px;
    margin-top: 0px;
  }
  .directions .direction h4 {
    font-size: 18px;
    margin: 13px 0px 6px 0px;
  }
  .directions .direction .flag {
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    width: 23px;
    height: 23px;
  }
  .directions .direction .flag img {
    width: 15px !important;
    height: 15px !important;
  }
  .directions .direction .more-button > span {
    font-size: 14px;
  }
  .directions .direction .more-button > span:before {
    top: 5px;
  }
  .directions .direction .prices {
    gap: 6px;
    grid-template-areas: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .directions .direction .prices .subheader {
    font-size: 16px;
    margin: 13px 0px 18px 0px;
  }
  .directions .direction .options-container {
    margin: 0px 0px 0px 0px;
  }
  .directions .direction .options-container .options li {
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 31px;
  }
  .directions .direction .options-container .options li:before {
    left: 4px;
    width: 21px;
    top: 1px;
    height: 21px;
  }
  .directions .direction ul.pr {
    display: block !important;
  }
  .directions .direction ul.pr li {
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 8px;
  }
  .directions .direction .more-button {
    margin: 0px 0px 0px 0px;
  }
  .directions .direction .button-container {
    gap: 10px;
    grid-template-areas: "button_notes button_notes" "button_button button_button";
    padding-bottom: 15px;
  }
  .directions .direction .button-container .notes {
    margin: 11px 0px 16px 0px;
  }
  .directions .direction .button-container .notes p {
    font-size: 16px;
  }
  .directions .direction .button-container .button {
    margin: 0px 0px 0px 0px;
    padding: 13px 20px;
    font-size: 16px;
  }
  .directions .direction.type-2 {
    padding: 16px 15px 27px 22px;
    margin-bottom: 32px;
  }
  .directions .direction.type-2 .prices {
    gap: 6px;
    grid-template-areas: "prices_prices" "prices_prices" "prices_notes";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .directions .direction.type-2 .prices .prices-notes {
    transform: translateY(0);
  }
  .directions .direction.type-2 .button-container .button {
    transform: translateY(0);
  }
  .directions .direction.type-2 .button-container {
    gap: 10px;
    grid-template-areas: "button_notes button_notes" "button_button button_button";
    padding-bottom: 15px;
  }
  .directions .direction.type-2 .button-container .notes {
    margin: 11px 0px 16px 0px;
  }
  .directions .direction.type-2 .button-container .notes p {
    font-size: 14px;
  }
  .directions .direction.type-2 .button-container .button {
    margin: 0px 0px 0px 0px;
  }
  .directions .direction.type-3 {
    padding: 16px 15px 42px 22px;
  }
  .directions .direction.type-3 h4 {
    font-size: 16px;
    margin: -11px 0px 61px 0px;
    padding-left: 31px;
  }
  .directions .direction.type-3 h4:before {
    left: 4px;
    width: 21px;
    top: 1px;
    height: 21px;
  }
  .directions .direction.type-3 .soon {
    font-size: 16px;
  }
}

.advantages-2 {
  padding: 84px 0 0px;
}
.advantages-2 h2 {
  margin: 0px 0px 52px 0px;
}
.advantages-2 .items {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
.advantages-2 .items > div {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 0px 30px 36px;
  position: relative;
}
.advantages-2 .items > div > .image {
  position: relative;
  top: 0px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  overflow: hidden;
}
.advantages-2 .items > div > .image:before {
  content: "";
  padding-top: 64%;
  float: left;
}
.advantages-2 .items > div > .image > div {
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  width: 100%;
  top: 24px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.advantages-2 .items > div > .image > div:before {
  content: "";
  padding-top: 64%;
  float: left;
}
.advantages-2 .items > div > .image:after {
  content: "";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}
.advantages-2 .items > div > .image.velo:after {
  transition: all 0.5s 0.1s;
  background-image: url("../img/velo.png");
  background-size: 112%;
  background-position: 179% -2%;
}
.advantages-2 .items > div > .image.electro:after {
  transition: all 0.5s;
  background-image: url("../img/electro.png");
  background-size: 68%;
  background-position: 48% -4%;
}
.advantages-2 .items > div > .image.parcel:after {
  transition: all 0.5s 0.2s;
  background-image: url("../img/parcel.png");
  background-size: 88%;
  background-position: 145% -26%;
}
.advantages-2 .items > div p {
  margin: 28px 0px 0px 0px;
  font-size: 16px;
  line-height: 110%;
}
@media (max-width: 1050px) {
  .advantages-2 {
    padding: 61px 0 0px;
  }
  .advantages-2 h2 {
    font-size: 32px;
    margin: 0px 0px 30px 0px;
  }
  .advantages-2 .items {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .advantages-2 .items > div {
    padding: 0px 30px 24px;
    display: grid;
    gap: 35px;
    grid-template-columns: 1fr 1fr;
  }
  .advantages-2 .items > div p {
    margin: 24px 0px 0px 0px;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 600px) {
  .advantages-2 {
    padding: 49px 0 0px;
  }
  .advantages-2 h2 {
    margin: 0px 0px 40px 0px;
    font-size: 20px;
    line-height: 120%;
  }
  .advantages-2 .items {
    display: grid;
    gap: 39px;
    grid-template-columns: 1fr;
  }
  .advantages-2 .items > div {
    display: block;
    padding: 0px 25px 25px;
  }
  .advantages-2 .items > div > .image {
    overflow: hidden;
  }
  .advantages-2 .items > div > .image:before {
    content: "";
    padding-top: 64%;
    float: left;
  }
  .advantages-2 .items > div > .image > div {
    top: 24px;
    overflow: hidden;
  }
  .advantages-2 .items > div > .image > div:before {
    content: "";
    padding-top: 64%;
    float: left;
  }
  .advantages-2 .items > div > .image.velo:after {
    transition: all 0.5s;
    background-size: 112%;
    background-position: 179% -2%;
  }
  .advantages-2 .items > div > .image.electro:after {
    transition: all 0.5s;
    background-size: 68%;
    background-position: 48% -4%;
  }
  .advantages-2 .items > div > .image.parcel:after {
    transition: all 0.5s;
    background-size: 88%;
    background-position: 145% -26%;
  }
  .advantages-2 .items > div p {
    margin: 21px 0px 0px 0px;
    font-size: 14px;
    line-height: 110%;
  }
}

.main-form {
  margin: 121px 0px 0px 0px;
  background-color: #1E76FE;
  border-radius: 30px;
  padding: 48px 48px 82px;
  color: #fff;
  display: grid;
  gap: 21px 48px;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "head social" "fields button";
}
.main-form h2 {
  margin: 0px 0px 5px 0px;
  white-space: nowrap;
  font-size: 67px;
}
.main-form h2 + p {
  font-weight: 500;
}
@media (max-width: 1360px) {
  .main-form h2 {
    font-size: 56px;
  }
}
@media (max-width: 1230px) {
  .main-form h2 {
    font-size: 48px;
  }
}
.main-form .head {
  grid-area: head;
}
.main-form .social {
  grid-area: social;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-align: right;
}
.main-form .social p {
  margin: 13px 0px 22px 0px;
  font-size: 22px;
  text-transform: uppercase;
}
.main-form .social .items {
  display: inline-grid;
  gap: 34px;
  grid-template-columns: 1fr 1fr 1fr;
}
.main-form .social .items > a {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.main-form .social .items > a.whatsapp {
  background-image: url("../img/whatsapp.svg");
}
.main-form .social .items > a.telegram {
  background-image: url("../img/telegram.svg");
}
.main-form .social .items > a.instagram {
  background-image: url("../img/instagram.svg");
}
.main-form .fields {
  grid-area: fields;
  margin: 0px 0px 0px 0px;
}
.main-form .fields h5 {
  font-size: 16px;
  margin: 0px 0px 29px 0px;
  font-weight: 400;
}
.main-form .fields .items {
  display: grid;
  gap: 30px 54px;
  grid-template-columns: 1fr 1fr;
}
.main-form .fields .items input {
  width: 100%;
  font-weight: 600;
}
.main-form .fields .items select {
  width: 100%;
}
.main-form .button-container {
  grid-area: button;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.main-form .button-container .button {
  background-color: #fff !important;
  color: #1E76FE !important;
  margin: 0px 0px -2px 0px;
  font-weight: 700;
  font-size: 35px;
  width: 100%;
  padding: 56px 48px;
}
@media (max-width: 1105px) {
  .main-form {
    margin: 81px 0px 0px 0px;
    padding: 52px 64px 67px;
    gap: 16px 48px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "head head" "fields fields" "social button";
  }
  .main-form .social {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .main-form .social .items {
    justify-content: space-between;
  }
  .main-form .social p {
    margin: 26px 0px 0px 0px;
    text-align: left;
    font-size: 18px;
  }
  .main-form h2 {
    font-size: 40px;
    margin: 0px 0px 7px 0px;
  }
  .main-form h2 + p {
    font-size: 16px;
    line-height: 120%;
  }
  .main-form .fields {
    margin: 0px 0px 19px 0px;
  }
  .main-form .fields h5 {
    font-size: 16px;
    margin: 0px 0px 19px 0px;
  }
  .main-form .fields .items {
    gap: 30px 48px;
  }
  .main-form .button-container {
    align-items: flex-start;
  }
  .main-form .button-container .button {
    font-size: 18px;
    padding: 15px 48px;
  }
}
@media (max-width: 680px) {
  .main-form {
    margin: 61px 0px 0px 0px;
    border-radius: 0px;
    padding: 39px 39px 73px;
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas: "head" "fields" "button" "social";
  }
  .main-form .social {
    align-items: center;
  }
  .main-form .social .items {
    justify-content: space-between;
    gap: 46px;
  }
  .main-form .social p {
    margin: 16px 0px 0px 0px;
    font-size: 16px;
  }
  .main-form h2 {
    font-size: 32px;
    white-space: wrap;
    line-height: 34px;
    margin: 0px 0px 12px 0px;
  }
  .main-form h2 + p {
    font-size: 14px;
    line-height: 120%;
    font-weight: 500;
  }
  .main-form .fields {
    margin: 5px 0px 4px 0px;
  }
  .main-form .fields h5 {
    margin: 0px 0px 16px 0px;
  }
  .main-form .fields .items {
    display: block;
  }
  .main-form .fields .items input {
    margin: 0px 0px 14px 0px;
  }
  .main-form .fields .items input:nth-of-type(1) {
    margin-top: 27px;
  }
  .main-form .fields .items select {
    margin: 0px 0px 14px 0px;
  }
  .main-form .button-container {
    margin: 0px 0px 31px 0px;
    align-items: flex-start;
  }
}

@media (max-width: 680px) {
  .container-main-form {
    margin: 0px !important;
    width: 100% !important;
  }
}

.slogan .h1 {
  text-align: center;
  font-weight: 800;
  color: #1E76FE;
  margin: 120px auto 48px auto;
  max-width: 1250px;
  line-height: 124%;
}
@media (max-width: 1120px) {
  .slogan .h1 {
    font-size: 4vw;
  }
}
@media (max-width: 800px) {
  .slogan .h1 {
    font-size: 28px;
    margin: 81px 0px 24px 0px;
  }
}
@media (max-width: 600px) {
  .slogan .h1 {
    font-size: 20px;
    margin: 61px 0px 33px;
  }
}

.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 {
  margin: 0px 0px 33px 0px;
}
.news .slider-container {
  margin: 0px 110px 0px;
  position: relative;
  overflow: visible;
}
.news .slider-container .news-slider {
  overflow: hidden;
}
.news .slider-container .news-card {
  cursor: pointer;
  position: relative;
  border-radius: 20px;
  background-color: #f8f8f8;
  padding: 24px 37px 54px;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "preview" "date" "title" "text";
  background-image: url("../img/arrow-more.svg");
  background-size: 72px 28px;
  background-position: 92% 93%;
  background-repeat: no-repeat;
}
.news .slider-container .news-card .preview {
  grid-area: preview;
  height: 180px;
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 0px 26px 0px;
}
.news .slider-container .news-card .news-title {
  grid-area: title;
  font-size: 24px;
  line-height: 91%;
  font-weight: 700;
  margin: 15px 0px 17px 0px;
}
.news .slider-container .news-card .news-date {
  grid-area: date;
}
.news .slider-container .news-card .news-text {
  grid-area: text;
  line-height: 105%;
  max-width: calc(100% - 75px);
}
.news .slider-container .news-swiper-button-prev, .news .slider-container .news-swiper-button-next {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  background-color: #f8f8f8;
  background-size: 33px 28px;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(50% - 30px);
  transition: all 0.5s;
}
.news .slider-container .news-swiper-button-prev.swiper-button-disabled, .news .slider-container .news-swiper-button-next.swiper-button-disabled {
  filter: grayscale(1);
}
.news .slider-container .news-swiper-button-prev.news-swiper-button-prev, .news .slider-container .news-swiper-button-next.news-swiper-button-prev {
  background-image: url("../img/slider-prev.svg");
  left: -110px;
}
.news .slider-container .news-swiper-button-prev.news-swiper-button-next, .news .slider-container .news-swiper-button-next.news-swiper-button-next {
  background-image: url("../img/slider-next.svg");
  right: -110px;
}
@media (max-width: 1200px) {
  .news .slider-container {
    margin: 0px;
  }
  .news .slider-container .news-slider {
    overflow: visible;
  }
  .news .news-swiper-button-prev, .news .news-swiper-button-next {
    z-index: 100;
    top: calc(100% + 35px) !important;
  }
  .news .news-swiper-button-prev.news-swiper-button-prev, .news .news-swiper-button-next.news-swiper-button-prev {
    left: auto !important;
    right: 123px !important;
  }
  .news .news-swiper-button-prev.news-swiper-button-next, .news .news-swiper-button-next.news-swiper-button-next {
    right: 5px !important;
  }
}
@media (max-width: 900px) {
  .news {
    margin: 100px 0px 0px 0px;
  }
  .news h2 {
    font-size: 32px;
    margin: 0px 0px 20px 0px;
  }
  .news .slider-container {
    margin: 0px 0px 0px;
  }
  .news .slider-container .news-card {
    padding: 24px 37px 35px;
    background-position: calc(100% - 38px) calc(100% - 24px);
    gap: 0px 10px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto auto auto auto;
    grid-template-areas: "preview preview" "title date" "text .";
  }
  .news .slider-container .news-card .news-title {
    font-size: 20px;
    line-height: 91%;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
  }
  .news .slider-container .news-card .preview {
    margin: 0px 0px 19px 0px;
  }
  .news .slider-container .news-card .news-date {
    font-size: 16px;
  }
  .news .slider-container .news-card .news-text {
    margin: 13px 0px 0px 0px;
    max-width: 100%;
  }
}
@media (max-width: 530px) {
  .news {
    margin: 80px 0px 0px 0px;
  }
  .news h2 {
    margin: 0px 0px 21px 0px;
    font-size: 20px;
    line-height: 120%;
  }
  .news .slider-container {
    margin: 0px 0px 0px;
  }
  .news .slider-container .news-card {
    padding: 16px 22px 75px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: "preview" "date" "title" "text";
    background-position: calc(100% - 25px) calc(100% - 25px);
  }
  .news .slider-container .news-card .preview {
    margin: 0px 0px 15px 0px;
  }
  .news .slider-container .news-card .news-date {
    font-size: 16px;
  }
  .news .slider-container .news-card .news-title {
    font-size: 18px;
    margin: 15px 0px 0px 0px;
  }
  .news .slider-container .news-card .news-text {
    margin: 7px 0px 0px 0px;
    font-size: 14px;
    max-width: 100%;
  }
  .news .slider-container .news-swiper-button-prev, .news .slider-container .news-swiper-button-next {
    top: calc(100% + 30px) !important;
  }
  .news .slider-container .news-swiper-button-prev.news-swiper-button-prev, .news .slider-container .news-swiper-button-next.news-swiper-button-prev {
    left: auto !important;
    right: 82px !important;
  }
  .news .slider-container .news-swiper-button-prev.news-swiper-button-next, .news .slider-container .news-swiper-button-next.news-swiper-button-next {
    right: 3px !important;
  }
}

.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;
}

.modal-panel.tracking-result {
  padding-bottom: 44px;
  width: 800px;
}
.modal-panel.tracking-result h4 {
  margin: 7px 10px 31px 0px;
  color: #1E76FE;
}
@media (max-width: 430px) {
  .modal-panel.tracking-result h4 {
    margin: 7px 0px 31px 0px;
  }
}
.modal-panel.tracking-result .items {
  margin: 0px 0px 0px 0px;
  position: relative;
}
.modal-panel.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;
}
.modal-panel.tracking-result .items > div strong {
  line-height: 110%;
}
.modal-panel.tracking-result .items > div span {
  display: block;
  margin: 0px 0px -4px 0px;
  font-size: 14px;
  font-weight: 400;
}
.modal-panel.tracking-result .items > div > div {
  position: absolute;
  display: block;
  left: -35px;
  width: 23px;
  height: 23px;
  top: -1px;
  border: 1px solid #fff;
  background-color: #1E76FE;
  border-radius: 50px;
  transform: scale(0.5);
}
.modal-panel.tracking-result .items > div.ready > div {
  transform: scale(1);
}
.modal-panel.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) {
  .modal-panel.tracking-result .items > div {
    display: block;
  }
  .modal-panel.tracking-result .items > div > span {
    display: block;
    margin: 3px 0px 0px 0px;
  }
}
.modal-panel.tracking-result .items:before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  width: 3px;
  top: 10px;
  bottom: 10px;
  background-color: #1E76FE;
}
.modal-panel.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) {
  .modal-panel.tracking-result .extra {
    display: block;
  }
  .modal-panel.tracking-result .extra p:nth-child(odd) {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.modal-panel.tracking-result .tracking-note {
  text-align: left;
  border-radius: 6px;
  margin: 60px 0px 0px;
  padding: 16px 41px 25px;
  background-color: #e9f2ff;
}
.modal-panel.tracking-result .tracking-note h4 {
  margin: 7px 10px 15px 0px;
  font-size: 21px;
  color: #4B4B4B;
}
.modal-panel.tracking-result .tracking-note ul {
  margin-bottom: 20px;
}
.modal-panel.tracking-result .tracking-note ul li {
  margin-bottom: 15px;
}
.modal-panel.tracking-result .tracking-note:empty {
  display: none;
}
@media (max-width: 430px) {
  .modal-panel.tracking-result .tracking-note {
    margin-top: 30px;
    padding: 16px 20px 25px;
  }
}

.faq {
  margin: 125px 0px 50px 0px;
  padding: 74px 10px 98px;
  background-color: #f8f8f8;
}
.faq h2 {
  margin: 0px 0px 71px 0px;
}
.faq .faq-items .question {
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #fff;
  margin: 22px 0px 0px 0px;
  padding: 22px 85px 21px 52px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
.faq .faq-items .question + .question {
  margin-top: 20px;
}
.faq .faq-items .question.collapsed:before {
  transform: rotateX(0deg);
}
.faq .faq-items .question.collapsed + .answer {
  transition: all 0.1s;
  opacity: 0;
  height: 0;
  margin-bottom: -20px;
}
.faq .faq-items .question:after {
  content: "";
  position: absolute;
  z-index: 3;
  display: block;
  right: 25px;
  width: 48px;
  top: 10px;
  height: 48px;
  border-radius: 6px;
  background-color: #1E76FE;
}
.faq .faq-items .question:before {
  transform: rotateX(180deg);
  content: "";
  position: absolute;
  z-index: 4;
  display: block;
  right: 25px;
  width: 48px;
  top: 10px;
  height: 48px;
  background-image: url("../img/expand2.svg");
  background-size: 16px 29px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.faq .faq-items .answer {
  margin: -20px 0 20px;
  padding: 20px 85px 15px 52px;
  border-radius: 0 0 20px 20px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.faq .faq-items .answer li {
  font-size: 16px;
  margin-bottom: -3px;
}
.faq .faq-items .answer p {
  font-size: 16px;
  margin-bottom: 19px;
}
.faq .faq-items .answer + .question {
  margin-top: 26px;
}
@media (max-width: 800px) {
  .faq {
    margin: 125px 0px 50px 0px;
    padding: 51px 10px 98px;
  }
  .faq h2 {
    font-size: 32px;
    margin: 0px 0px 38px 0px;
  }
  .faq .faq-items .question {
    margin: 22px 0px 0px 0px;
    padding: 34px 85px 30px 45px;
  }
  .faq .faq-items .question + .question {
    margin-top: 20px;
  }
  .faq .faq-items .question:before, .faq .faq-items .question:after {
    content: "";
    top: 21px;
    right: 21px;
  }
  .faq .faq-items .answer {
    margin: -20px 0 20px;
    padding: 20px 85px 15px 45px;
  }
  .faq .faq-items .answer + .question {
    margin-top: 24px;
  }
}
@media (max-width: 600px) {
  .faq {
    margin: 125px 0px 50px 0px;
    padding: 36px 10px 65px;
  }
  .faq h2 {
    font-size: 24px;
    margin: 0px 0px 25px 0px;
  }
  .faq .faq-items .question {
    margin: 22px 0px 0px 0px;
    padding: 15px 54px 15px 18px;
    font-size: 16px;
  }
  .faq .faq-items .question + .question {
    margin-top: 20px;
  }
  .faq .faq-items .question:before, .faq .faq-items .question:after {
    content: "";
    top: calc(50% - 17px);
    right: 9px;
    width: 35px;
    height: 35px;
  }
  .faq .faq-items .answer {
    margin: -20px 0 20px;
    padding: 20px 17px 15px 17px;
  }
  .faq .faq-items .answer + .question {
    margin-top: 20px;
  }
}

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

.iti__selected-dial-code {
  color: #4B4B4B !important;
}

.iti__country .iti__country-name {
  color: #4B4B4B !important;
}
.iti__country .iti__dial-code {
  color: #4B4B4B !important;
}

@media (max-width: 500px) {
  .iti__country-list {
    width: 300px;
  }
}/*# sourceMappingURL=common.css.map */