@charset "UTF-8";
:root {
  --header-h: 170px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  scroll-padding-top: var(--header-h);
  scroll-behavior: smooth;
}
html [id] {
  scroll-margin-top: -56px;
}
html [id^=services-category-] {
  scroll-margin-top: 0;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input, button {
  -webkit-appearance: none;
  border-radius: 0;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #020A0A;
  background: #ffffff;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body h2 {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  body h2 {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
body h3 {
  font-size: 36px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  body h3 {
    font-size: 24px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
body h4 {
  font-size: 32px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body h4 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  body h4 {
    font-size: 22px;
    color: #020A0A;
    font-weight: 500;
    margin: 0px 0 20px;
    text-align: left;
  }
}
body .h2 {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .h2 {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  body .h2 {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
body .h3 {
  font-size: 36px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .h3 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  body .h3 {
    font-size: 24px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
body .h4 {
  font-size: 32px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  body .h4 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  body .h4 {
    font-size: 22px;
    color: #020A0A;
    font-weight: 500;
    margin: 0px 0 20px;
    text-align: left;
  }
}
body main {
  margin-bottom: 75px;
}
body main .container p, body main .container ul, body main .container ol, body main .container h1, body main .container h2, body main .container h3, body main .container h4, body main .container h5, body main .container h6 {
  width: auto;
  max-width: 80%;
}
@media (max-width: 767px) {
  body main .container p, body main .container ul, body main .container ol, body main .container h1, body main .container h2, body main .container h3, body main .container h4, body main .container h5, body main .container h6 {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  body main .container:first-child.mt-5 {
    margin-top: 5rem !important;
  }
}

.modal .form-check .form-check-label {
  font-size: 16px;
}
.modal .form-check .form-check-label a {
  font-size: 16px;
}

form input {
  font-weight: 500 !important;
}
form textarea {
  font-weight: 500 !important;
}

.form-check .form-check-label a.color-white {
  color: #ffffff;
}
.form-check .form-check-label a:hover {
  color: #E85011;
}

.block80 {
  width: 80%;
}
@media (max-width: 767px) {
  .block80 {
    width: 100%;
  }
}

.head-block {
  margin-bottom: 32px;
}
.head-block .page-content p:not(:last-child) {
  margin-bottom: 16px;
}

/*Списки*/
ul {
  list-style: disc;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul li::marker {
  background-color: #E85011;
  color: #E85011;
  font-size: 1rem;
  vertical-align: middle;
}

ol {
  list-style: decimal;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ol li::marker {
  background-color: #E85011;
  color: #E85011;
  font-size: 1rem;
  vertical-align: middle;
  font-weight: 700;
}

ul.big-circle {
  list-style: none;
  padding-left: 38px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul.big-circle li {
  padding: 0;
  padding-bottom: 20px;
  position: relative;
}
ul.big-circle li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-circle li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-circle li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #E85011;
  border-radius: 50%;
}
ul.big-circle.blue li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-circle.blue li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-circle.blue li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #242F5D;
  border-radius: 50%;
}
ul.big-ring {
  list-style: none;
  padding-left: 38px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul.big-ring li {
  padding: 0;
  padding-bottom: 20px;
  position: relative;
}
ul.big-ring li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-ring li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-ring li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #E85011;
}
ul.big-ring.grey li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-ring.grey li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-ring.grey li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #C3C5C9;
}
ul.big-ring.blue li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-ring.blue li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-ring.blue li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #242F5D;
}
ul.big-square {
  list-style: none;
  padding-left: 38px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul.big-square li {
  padding: 0;
  padding-bottom: 20px;
  position: relative;
}
ul.big-square li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -36px;
  width: 22px;
  height: 22px;
  background: #E85011;
  border-radius: 4px;
  transform: rotate(45deg);
}
ul.big-square.blue li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square.blue li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square.blue li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -36px;
  width: 22px;
  height: 22px;
  background: #242F5D;
  border-radius: 4px;
  transform: rotate(45deg);
}
ul.big-square-border {
  list-style: none;
  padding-left: 38px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul.big-square-border li {
  padding: 0;
  padding-bottom: 20px;
  position: relative;
}
ul.big-square-border li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square-border li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square-border li .title {
  font-weight: 600 !important;
  font-size: 18px;
}
ul.big-square-border li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -36px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: #ffffff;
  border: 3px solid #E85011;
  transform: rotate(45deg);
}
ul.big-square-border.blue li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square-border.blue li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.big-square-border.blue li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -36px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
  border: 3px solid #242F5D;
  transform: rotate(45deg);
}
ul.small-square-border {
  list-style: none;
  padding-left: 38px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ul.small-square-border li {
  padding: 0;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
ul.small-square-border li .title {
  font-weight: 600;
}
ul.small-square-border li strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.small-square-border li b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
ul.small-square-border li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -27px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: transparent;
  border: 3px solid #E85011;
  transform: rotate(45deg);
}

ol.big-num {
  list-style: none;
  padding-left: 38px;
  counter-reset: num;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
ol.big-num > li {
  padding: 0;
  padding-bottom: 20px;
  position: relative;
}
ol.big-num > li .title {
  font-weight: 600 !important;
  font-size: 18px;
}
ol.big-num > li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -50px;
  width: 50px;
  color: #E85011;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
ol.big-num.blue > li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -50px;
  width: 50px;
  color: #242F5D;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
ol.ol-circle {
  list-style: none;
  padding-left: 38px;
  counter-reset: num;
  margin-left: 20px;
}
ol.ol-circle > li {
  padding: 0;
  padding-bottom: 20px;
  position: relative;
}
ol.ol-circle > li .title {
  font-weight: 600 !important;
  font-size: 18px;
}
ol.ol-circle > li:before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: #020A0A;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  border: 2px solid #E85011;
}
ol.ol-circle.grey > li:before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: #020A0A;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  border: 2px solid #C3C5C9;
}
ol.ol-circle.blue > li:before {
  content: counter(num);
  counter-increment: num;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  color: #020A0A;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  border: 2px solid #242F5D;
}

/*Таблицы*/
.container-table.beige table.mytable tbody tr:nth-child(odd) td {
  background-color: #FFEFC9;
}
@media (max-width: 576px) {
  .container-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 1px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .container-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 1px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .container-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 1px;
  }
}

table.mytable {
  text-align: center;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 17px;
}
@media (max-width: 576px) {
  table.mytable {
    overflow: scroll;
  }
}
table.mytable thead tr {
  background-color: #ffffff;
}
table.mytable thead tr th {
  background-color: transparent;
  color: #020A0A;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 15px 10px;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}
table.mytable tbody {
  position: relative;
  overflow: hidden;
}
table.mytable tbody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  box-shadow: 0 0 0 1px #C3C5C9; /* граница */
  pointer-events: none;
}
table.mytable tbody tr td {
  padding: 15px 10px;
  color: #020A0A;
  font-weight: 500;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  font-size: 14px;
}
table.mytable tbody tr td:first-child {
  color: #020A0A;
  font-weight: 600;
  font-size: 16px;
}
table.mytable tbody tr:nth-child(odd) td {
  background-color: RGBA(98, 197, 237, 0.2);
}
table.mytable tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
table.mytable tbody tr:first-child td:first-child {
  border-top-left-radius: 6px;
}
table.mytable tbody tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}
table.mytable tbody tr:first-child td:last-child {
  border-top-right-radius: 6px;
}
table.mytable tbody tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}

input[type=number] {
  /* Чуть крупнее текст, чтобы попадать легче */
  font-size: 16px;
}
input[type=number]::-webkit-inner-spin-button {
  /* Увеличим «стрелочки» у number-инпутов (WebKit/Blink) */
  -webkit-appearance: inner-spin-button;
  transform: scale(1.35);
  margin: 0 2px;
}
input[type=number]::-webkit-outer-spin-button {
  /* Увеличим «стрелочки» у number-инпутов (WebKit/Blink) */
  -webkit-appearance: inner-spin-button;
  transform: scale(1.35);
  margin: 0 2px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}

header.desktop {
  background: #ffffff;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  header.desktop {
    display: none;
  }
}
header.desktop #tool-nav {
  padding: 16px 0px;
}
header.desktop #tool-nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.desktop #tool-nav .wrapper #language select {
  outline: none !important;
  cursor: pointer !important;
  box-shadow: none;
}
header.desktop #tool-nav .wrapper #language select.selected {
  background-color: #f00;
}
header.desktop #tool-nav .wrapper #language option {
  cursor: pointer;
  background-color: #f1f1f1 !important;
}
header.desktop #tool-nav .wrapper #language .content div {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #242F5D;
  text-transform: uppercase;
  text-align: center;
  border-color: transparent;
  border-radius: 6px;
  display: none;
}
header.desktop #tool-nav .wrapper #language .content div.active {
  display: block;
  padding: 12px 9px;
  border: 1px solid;
  max-width: 40px;
  max-height: 40px;
  border-color: #242F5D;
}
header.desktop #tool-nav .wrapper #language .content div:hover {
  background-color: #dbdfe9;
  cursor: pointer;
}
header.desktop #tool-nav .wrapper .office {
  color: #020A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  padding-left: 32px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.desktop #tool-nav .wrapper .office {
    display: none;
  }
}
header.desktop #tool-nav .wrapper .office .dopinfo {
  margin: 6px 0px 0px;
  color: #242F5D;
  cursor: pointer;
}
header.desktop #tool-nav .wrapper .office .dopinfo:before {
  content: "";
  display: block;
  background-image: url(../img/arrowbluedarkoffice.svg);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 28px;
  left: 64px;
  -webkit-transform: translate(-45%, 0);
  transform: translate(-45%, 0);
}
header.desktop #tool-nav .wrapper .office .dopinfo:hover {
  color: #E85011;
}
header.desktop #tool-nav .wrapper .office .popup-dopoffice {
  background-color: rgb(255, 255, 255);
  padding: 0px 0px;
  color: #020A0A;
  position: absolute;
  display: none;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  width: max-content;
}
header.desktop #tool-nav .wrapper .office .popup-dopoffice.open {
  display: block;
}
header.desktop #tool-nav .wrapper .office .popup-dopoffice .item {
  padding: 10px 15px;
  text-align: left;
  line-height: 20px;
}
header.desktop #tool-nav .wrapper .office .popup-dopoffice .item:hover {
  background-color: #f1f1f1;
}
header.desktop #tool-nav .wrapper .office .popup-dopoffice a {
  text-decoration: none;
  color: #020A0A;
}
header.desktop #tool-nav .wrapper .office:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/adr-h-ico.svg);
}
header.desktop #tool-nav .wrapper .emails {
  color: #242F5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1200px) {
  header.desktop #tool-nav .wrapper .emails {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.desktop #tool-nav .wrapper .emails {
    display: none;
  }
}
header.desktop #tool-nav .wrapper .emails:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -32px;
  background-image: url(../img/sendmail-h-icosvg.svg);
}
header.desktop #tool-nav .wrapper .emails a {
  text-decoration: none;
  color: #242F5D;
}
header.desktop #tool-nav .wrapper .emails a:hover {
  color: #E85011;
}
header.desktop #tool-nav .wrapper .emails .dopinfo {
  margin: 6px 0px 0px;
  color: #242F5D;
}
header.desktop #tool-nav .wrapper .emails .dopinfo a {
  text-decoration: none;
  color: #242F5D;
}
header.desktop #tool-nav .wrapper .emails .dopinfo a:hover {
  color: #E85011;
}
header.desktop #tool-nav .wrapper .phones {
  color: #242F5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}
header.desktop #tool-nav .wrapper .phones a {
  text-decoration: none;
  color: #242F5D;
}
header.desktop #tool-nav .wrapper .phones a:hover {
  color: #E85011;
}
header.desktop #tool-nav .wrapper .phones:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: -32px;
  background-image: url(../img/phone-h-ico.svg);
}
header.desktop #tool-nav .wrapper .phones .dopinfo {
  margin: 6px 0px 0px;
  color: #020A0A;
}
header.desktop #tool-nav .wrapper .wrapper-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.desktop #tool-nav .wrapper .wrapper-tools .callback-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 10.5px 12px;
  margin: 0px 16px 0px 0px;
  text-align: center;
  color: #242F5D;
  background-color: transparent;
  border: solid 1px #242F5D;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.desktop #tool-nav .wrapper .wrapper-tools .callback-button:hover {
  background-color: #62C5ED;
  border: solid 1px #62C5ED;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
header.desktop #tool-nav .wrapper .wrapper-tools .calc-button {
  text-decoration: none;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 10.5px 12px;
  margin: 0px 16px 0px 0px;
  text-align: center;
  color: #242F5D;
  background-color: transparent;
  border: solid 1px #242F5D;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header.desktop #tool-nav .wrapper .wrapper-tools .calc-button:hover {
  background-color: #62C5ED;
  border: solid 1px #62C5ED;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
header.desktop #tool-nav .wrapper .wrapper-tools .lc {
  position: relative;
}
header.desktop #tool-nav .wrapper .wrapper-tools .lc a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: transparent;
  background-color: #242F5D;
  border-radius: 6px;
  position: relative;
}
header.desktop #tool-nav .wrapper .wrapper-tools .lc a:before {
  width: 20px;
  height: 21px;
  background-image: url(../img/lc-ico.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.desktop #tool-nav .wrapper .wrapper-tools .lc :hover {
  background-color: #62C5ED;
  transition: 0.3s;
}
header.desktop #tool-nav .wrapper .wrapper-tools .lc :hover a {
  background-color: #62C5ED;
  transition: 0.3s;
}
header.desktop #main-nav {
  background: #242F5D;
  padding: 0px 0px;
  height: auto;
  width: 100%;
  position: relative;
}
header.desktop #main-nav .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header.desktop #main-nav #logo {
  margin: 15px 0 15px 0px;
}
@media (min-width: 577px) and (max-width: 767px) {
  header.desktop #main-nav #logo {
    margin: 15px 15px 15px 0px;
  }
}
header.desktop #main-nav .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1201px) {
  header.desktop #main-nav .wrapper {
    gap: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.desktop #main-nav .wrapper {
    justify-content: space-between;
  }
}
header.desktop #main-nav .wrapper #main-menu {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  header.desktop #main-nav .wrapper #main-menu {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header.desktop #main-nav .wrapper #main-menu {
    display: none;
  }
}
header.desktop #main-nav .wrapper #main-menu ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  gap: 10px;
}
header.desktop #main-nav .wrapper #main-menu ul li {
  list-style: none;
  display: block;
  position: relative;
}
header.desktop #main-nav .wrapper #main-menu ul li:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  height: 28px;
  width: 1px;
  top: 21px;
  right: -3px;
  background-color: #78829D;
  overflow: hidden;
}
@media (max-width: 1440px) {
  header.desktop #main-nav .wrapper #main-menu ul li:nth-child(3):after {
    display: none;
  }
}
header.desktop #main-nav .wrapper #main-menu ul li.dropdown-twolvl:nth-child(3):after {
  display: none;
}
header.desktop #main-nav .wrapper #main-menu ul li .submenu-twolvl :nth-child(3):after {
  display: none;
}
header.desktop #main-nav .wrapper #main-menu ul li .submenu-twolvl ul li a {
  padding: 8.5px 26px 8.5px 26px;
}
header.desktop #main-nav .wrapper #main-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  display: block;
  padding: 25px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 1440px) {
  header.desktop #main-nav .wrapper #main-menu ul li a {
    font-size: 0.85em;
  }
}
header.desktop #main-nav .wrapper #main-menu ul li a b {
  font-weight: 600;
}
header.desktop #main-nav .wrapper #main-menu ul li:hover:before {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: #E85011;
}
header.desktop #main-nav .wrapper #main-menu ul li.dropdown {
  padding-right: 24px;
}
header.desktop #main-nav .wrapper #main-menu ul li.dropdown:hover:before {
  content: "";
  height: 6px;
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0px;
  background: #E85011;
}
header.desktop #main-nav .wrapper #main-menu ul li.dropdown a:after {
  content: "";
  display: block;
  background-image: url(../img/medidropdown-arrow.svg);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translate(-45%, 0);
  transform: translate(-45%, 0);
}
header.desktop #main-nav .wrapper #main-menu ul li.dropdown.open::before {
  content: "";
  height: 6px;
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0px;
  background: #E85011;
}
header.desktop #main-nav .wrapper #main-menu ul li.dropdown.open .submenu {
  display: block;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 9;
  right: 0;
  top: 100%;
  padding: 24px 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li a {
  color: #000;
  font-size: 14px;
  padding: 8.5px 42px 8.5px 42px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li a:before {
  display: none;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li a:after {
  display: none;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li a:hover {
  background-color: #E85011;
  color: #ffffff;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li:before {
  display: none;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li:after {
  display: none;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.droparrow:after {
  content: "";
  display: block;
  background-image: url(../img/submenu-dropdown-arrownp.svg);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 18px;
  right: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.droparrow:hover {
  background-color: #E85011;
  color: #ffffff;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.droparrow:hover:after {
  background-image: url(../img/submenu-dropdown-arrown.svg);
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.droparrow:hover > a {
  color: #ffffff;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li .droparrow:hover {
  color: #ffffff;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:hover .submenu-twolvl {
  display: flex;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:first-child .submenu-twolvl {
  top: -24px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(2) .submenu-twolvl {
  top: -63px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(3) .submenu-twolvl {
  top: -102px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(4) .submenu-twolvl {
  top: -141px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(5) .submenu-twolvl {
  top: -180px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(6) .submenu-twolvl {
  top: -219px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(7) .submenu-twolvl {
  top: -258px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(8) .submenu-twolvl {
  top: -297px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(9) .submenu-twolvl {
  top: -336px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(10) .submenu-twolvl {
  top: -375px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(11) .submenu-twolvl {
  top: -414px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(12) .submenu-twolvl {
  top: -453px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(13) .submenu-twolvl {
  top: -492px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(14) .submenu-twolvl {
  top: -531px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li.dropdown-twolvl:nth-child(15) .submenu-twolvl {
  top: -570px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li .submenu-twolvl {
  position: absolute;
  display: none;
  left: 100%;
  top: -24px;
  margin: 0px 0px;
  padding: 24px 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 593px;
  width: max-content;
  background-color: #ffffff;
  -webkit-box-shadow: 9px 7px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 9px 7px 15px 0px rgba(0, 0, 0, 0.25);
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li .submenu-twolvl .submenu-twolvl__title {
  color: #242F5D;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  padding: 17px 24px;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li .submenu-twolvl ul {
  display: block;
}
header.desktop #main-nav .wrapper #main-menu ul.submenu li .submenu-twolvl a:hover {
  color: #E85011;
  color: #ffffff;
}
header.desktop #main-nav .wrapper #main-menu .submenu:after {
  display: none !important;
}
header.desktop #main-nav .wrapper #main-menu .submenu .dropdown-twolvl:after {
  content: "";
  display: block;
  position: absolute;
  height: 28px;
  width: 1px;
  top: 21px;
  right: -34px;
  background-color: transparent;
  overflow: hidden;
}
header.desktop #main-nav .wrapper .wrapper-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0px 16px 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  header.desktop #main-nav .wrapper .wrapper-tools {
    margin: 16px 0px 16px auto;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  header.desktop #main-nav .wrapper .wrapper-tools {
    margin: 16px 0px 16px 8px;
  }
}
header.desktop #main-nav .wrapper .wrapper-tools .search-button {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  background: #242F5D;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
header.desktop #main-nav .wrapper .wrapper-tools .search-button:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/search-ico.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header.desktop #main-nav .wrapper .wrapper-tools .search-button:hover {
  background: #62C5ED;
}
header.desktop #main-nav .wrapper .wrapper-tools .calc-button {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 0px 0px 0px 16px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}
header.desktop #main-nav .wrapper .wrapper-tools .calc-button:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
header.desktop #main-nav .wrapper .wrapper-tools .callback-button {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 0px 0px 0px 16px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}
header.desktop #main-nav .wrapper .wrapper-tools .callback-button:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
header.desktop #main-nav .wrapper .wrapper-tools .wrap {
  position: relative;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box {
  display: none;
  position: absolute;
  z-index: 5;
  width: 100%;
  background: #ffffff;
  height: auto;
  overflow: hidden;
  left: 0;
  top: 72px;
  padding: 24px 0px;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box.active {
  display: block;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box input {
  background: #f8f8f8;
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
  border-radius: 6px;
  padding: 13px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box input::-webkit-input-placeholder {
  color: #020A0A;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box input::-moz-placeholder {
  color: #020A0A;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box input:-ms-input-placeholder {
  color: #020A0A;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box input::-ms-input-placeholder {
  color: #020A0A;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box input::placeholder {
  color: #020A0A;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box button {
  border-radius: 6px;
  background-color: #242F5D;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 12.5px 12px;
  border: none;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box button:hover {
  transition: 0.3s;
  background-color: #00184D;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box #close-serachmenu {
  width: 40px;
  height: 40px;
  position: relative;
}
header.desktop #main-nav .wrapper .wrapper-tools #search-box #close-serachmenu:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../img/close.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
header #table-burger {
  display: none;
  width: 24px;
  height: 24px;
  left: -40px;
  top: 10px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1200px) {
  header #table-burger {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  header #table-burger {
    display: block;
    right: 250px;
  }
}
@media (max-width: 576px) {
  header #table-burger {
    display: none;
  }
}
header #table-burger span {
  background-color: #ffffff;
  transition: 0.2s;
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}
header #table-burger span:before {
  content: "";
  background-color: #ffffff;
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 5px;
  position: absolute;
  margin-top: -6px;
  right: 0;
}
header #table-burger span:after {
  transition: 0.2s;
  content: "";
  background-color: #ffffff;
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 5px;
  position: absolute;
  margin-top: 6px;
  right: 0;
}
header #table-burger.open span {
  transform: rotate(45deg);
  width: 22px;
  transition: 0.2s;
}
header #table-burger.open span:before {
  display: none;
}
header #table-burger.open span:after {
  transform: rotate(90deg);
  top: -6px;
  transition: 0.2s;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

main #reviews-list .kss-row {
  display: grid;
  gap: 48px 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  main #reviews-list .kss-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  main #reviews-list .kss-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
main #reviews-list .kss-row .review-item {
  background-color: #f1f1f4;
  border-radius: 6px;
  padding: 12px;
}
main #reviews-list .kss-row .review-item .review-image {
  height: 280px;
}
main #reviews-list .kss-row .review-item .review-image img {
  max-height: 100%;
  height: auto;
  width: auto;
  max-width: 100%;
  object-fit: cover;
}
main #reviews-list .kss-row .review-header {
  margin-top: 24px;
  olor: #0d6efd;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 22px;
  text-decoration: underline;
}
main #reviews-list .kss-row .review-header:hover {
  color: #E85011;
}
main #reviews-list .kss-row .review-header span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
main #reviews-list .kss-row .review-content {
  margin-top: 24px;
  color: #020A0A;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
@media (max-width: 576px) {
  main {
    margin-top: 56px;
  }
}
main .button-link-popup {
  scroll-margin-top: -56px;
  margin: 32px auto;
  width: 100%;
}
main .button-link-popup .kss-btn.kss-left {
  text-align: left;
}
main .button-link-popup .kss-btn.kss-center {
  text-align: center;
}
main .button-link-popup .kss-btn.kss-right {
  text-align: right;
}
main .button-link-popup .kss-btn.blue a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  background-color: #242F5D;
  text-decoration: none;
}
main .button-link-popup .kss-btn.blue a:hover {
  background-color: #62C5ED;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main .button-link-popup .kss-btn.orange a {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid #E85011;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #E85011;
  text-decoration: none;
}
main .button-link-popup .kss-btn.orange a:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main #slideshow {
  height: 466px;
  width: 100%;
  overflow: hidden;
  margin: 1px auto 75px;
  position: relative;
  -webkit-border-bottom-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (max-width: 576px) {
  main #slideshow {
    height: 550px;
  }
}
main #slideshow .swiper-navigation-icon {
  display: none !important;
}
main #slideshow:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(35.98%, #242F5D), color-stop(80.8%, rgba(1, 33, 105, 0)));
  background: linear-gradient(90deg, #242F5D 35.98%, rgba(1, 33, 105, 0) 80.8%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  main #slideshow:after {
    background: rgba(36, 47, 93, 0.7);
  }
}
main #slideshow video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
main #slideshow .swiper-container {
  width: 100%;
  height: 100%;
}
main #slideshow .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  position: relative;
  z-index: 3 !important;
}
main #slideshow .swiper-slide .swiper-slider-content {
  position: absolute;
  width: 100%;
  z-index: 3;
}
main #slideshow .swiper-slide .swiper-slider-content .container {
  position: relative;
}
main #slideshow .swiper-slide .swiper-slider-content .container .content {
  padding: 30px 0;
}
@media (max-width: 768px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content {
    padding: 30px 0px 40px 0px;
    position: relative;
    z-index: 8;
  }
}
main #slideshow .swiper-slide .swiper-slider-content .container .content h1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  left: 0;
  margin: 0px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
main #slideshow .swiper-slide .swiper-slider-content .container .content .h1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  left: 0;
  margin: 0px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  display: block;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet {
    max-width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet span {
  color: #FFEFC9;
  font-weight: 600;
}
main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet p {
    font-size: 16px;
    line-height: 20px;
  }
}
main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet ul {
  list-style: none;
}
main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  main #slideshow .swiper-slide .swiper-slider-content .container .content .shor-snippet ul li {
    font-size: 15px;
    line-height: 18px;
  }
}
main #slideshow .swiper-slide .swiper-slider-content a {
  display: block;
}
main #slideshow .swiper-slide .swiper-slider-content a.morelink {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #E85011;
  padding: 11.5px 12px;
  margin: 30px 0px 0px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
main #slideshow .swiper-slide .swiper-slider-content a.morelink:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main #slideshow .video {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
main #slideshow .wrapper {
  width: 100px;
  position: absolute;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #slideshow .wrapper {
    right: 5%;
  }
}
@media (max-width: 576px) {
  main #slideshow .wrapper {
    left: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #slideshow .wrapper {
    right: 5%;
  }
}
main #slideshow .slideshow-nav {
  position: relative;
  width: 100%;
  margin: -108px auto 0;
  max-width: 1320px;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #slideshow .slideshow-nav {
    max-width: 960px;
  }
}
@media (max-width: 576px) {
  main #slideshow .slideshow-nav {
    width: 100%;
    margin: -35px auto 0;
  }
}
main #slideshow .slideshow-nav .swiper-button-next {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #slideshow .slideshow-nav .swiper-button-next:after {
  display: none;
}
main #slideshow .slideshow-nav .swiper-button-next:before {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main #slideshow .slideshow-nav .swiper-button-next:hover {
  background-color: #dbdfe9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #slideshow .slideshow-nav .swiper-button-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  left: 0;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #slideshow .slideshow-nav .swiper-button-prev:after {
  display: none;
}
main #slideshow .slideshow-nav .swiper-button-prev:before {
  content: "";
  width: 10px;
  height: 12px;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main #slideshow .slideshow-nav .swiper-button-prev:hover {
  background-color: #dbdfe9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #calc {
  margin: 0px auto 75px;
}
main #calc .calc_leftsidebar .calc_title-block {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #calc .calc_leftsidebar .calc_title-block {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main #calc .calc_leftsidebar .calc_title-block {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
main #calc .calc_leftsidebar .calc_content p {
  margin: 6px auto 6px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #020A0A;
}
main #calc .calc_leftsidebar .calc_content a {
  color: #242F5D;
}
main #calc .calc_leftsidebar .calc_content .open_modal {
  color: #E85011 !important;
}
main #calc .calc_leftsidebar .calc_result {
  background-color: #f1f1f4;
  height: 300px;
  padding: 32px 75px;
  margin: 60px auto 0;
  position: relative;
  border-radius: 6px;
}
main #calc .calc_leftsidebar .calc_result .desc span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
main #calc .calc_leftsidebar .calc_result .desc span:first-child {
  right: 45px;
  top: 120px;
  font-weight: 500;
  padding: 2px 6px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  background-color: #00184d;
  text-align: center;
}
main #calc .calc_leftsidebar .calc_result .desc span:nth-child(2) {
  right: 45px;
  top: 150px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #242F5D;
  text-align: center;
}
main #calc .calc_rightsidebar .button {
  width: 100%;
  padding: 17px 0;
  color: #020A0A;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  background-color: #f1f1f4;
  border-radius: 6px;
  overflow: hidden;
}
main #calc .calc_rightsidebar .button.action {
  background-color: #dbdfe9;
}
main #calc .calc_rightsidebar .title-box {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #020A0A;
  min-height: 22px;
  margin: 0px auto 16px;
}
main #calc .calc_rightsidebar .form-check-input:checked {
  color: #E85011;
  background-color: #E85011;
  border-color: #E85011;
}
main #calc .calc_rightsidebar button {
  margin: 24px 20px 0px 0px;
  border-radius: 6px;
}
@media (max-width: 576px) {
  main #calc .calc_rightsidebar button {
    margin: 24px auto 0px;
  }
}
@media (max-width: 576px) {
  main #calc .calc_rightsidebar button {
    width: 100%;
  }
}
main #calc .calc_rightsidebar button:first-child {
  padding: 17px 32px;
  background-color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  border: 1px;
  border-color: transparent;
}
main #calc .calc_rightsidebar button:first-child:hover {
  background-color: #e04903;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #calc .calc_rightsidebar button:nth-child(2) {
  color: #00184d;
  border: 1px solid #242F5D;
  padding: 17px 32px;
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #calc .calc_rightsidebar button:nth-child(2):hover {
  background-color: #dbdfe9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #calc .calc_rightsidebar .desc {
  margin: 24px auto 0px;
  color: #020A0A;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
}
main #calc .calc_rightsidebar select {
  background-color: #f8f8f8;
}
main #calc .calc_rightsidebar .form-switch .form-check-input {
  width: 34px;
  height: 22px;
}
main #calc .calc_rightsidebar .form-switch label {
  margin: 2px;
}
main .transport-calc {
  margin: 65px auto;
}
main .kss-transport-calc {
  margin: 65px auto;
}
main .kss-transport-calc h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main .kss-transport-calc h1 {
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .kss-transport-calc h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  main .kss-transport-calc h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  main .kss-transport-calc .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
main .kss-transport-calc h4 {
  margin-top: 0px;
}
main .kss-transport-calc .calc_title-block {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .kss-transport-calc .calc_title-block {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main .kss-transport-calc .calc_title-block {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
main .kss-transport-calc .calc_desk-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}
main #transport-calc {
  margin-bottom: 65px;
}
main #transport-calc h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #transport-calc h1 {
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #transport-calc h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  main #transport-calc h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  main #transport-calc .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
main #transport-calc h4 {
  margin-top: 0px;
}
main #transport-calc .input-group-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
main #transport-calc .form-select {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  padding: 6px 36px 6px 6px;
}
main #transport-calc .form-select option {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
}
main #transport-calc .form-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
main #transport-calc .form-check-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
}
main #transport-calc .calc_title-block {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #transport-calc .calc_title-block {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main #transport-calc .calc_title-block {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
main #transport-calc .calc_desk-block {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 32px;
}
main #transport-calc #calcresult {
  background-color: #FFEFC9;
  padding: 10px 20px;
  border-radius: 6px;
  height: auto;
}
main #transport-calc #calcresult.step-1 {
  height: 100%;
  background-color: transparent;
  border: 2px solid #242F5D;
  display: flex;
  justify-content: center;
  align-items: center;
}
main #transport-calc #calcresult .calc-result-title {
  color: #020A0A;
  font-size: 24px;
  font-weight: 500;
}
main #transport-calc #calcresult .result-row {
  display: flex;
  gap: 12px;
}
main #transport-calc #calcresult .result-row .calc-route {
  width: 230px;
}
main #transport-calc #calcresult .result-row .calc-price {
  width: calc(100% - 242px);
  padding-left: 12px;
}
@media (max-width: 767px) {
  main #transport-calc #calcresult .result-row {
    flex-wrap: wrap;
  }
  main #transport-calc #calcresult .result-row .calc-route {
    width: 100%;
  }
  main #transport-calc #calcresult .result-row .calc-price {
    width: 100%;
  }
}
main #transport-calc #calcresult .calc-result-sub {
  margin: 6px auto 24px;
  color: #020A0A;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}
main #transport-calc #calcresult #calc-start-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border-color: #242F5D;
  background: #242F5D;
  padding: 11.5px 12px;
  margin: 0px 0px 0px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #transport-calc #calcresult #calc-start-btn:hover {
  background-color: #62C5ED;
  border-color: #62C5ED;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main #transport-calc #calcresult #calc-lead-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border-color: #E85011;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 20px 0px 0px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #transport-calc #calcresult #calc-lead-btn:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main #transport-calc #calcresult .calc-disclaimer {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
main #transport-calc #calcresult .route-label {
  display: block;
  color: #020A0A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
main #transport-calc #calcresult .route-point {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
main #transport-calc #calcresult .route-point .point-number {
  background-color: #242F5D;
  color: #ffffff;
  position: relative;
  z-index: 1;
  font-size: 14px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  z-index: 1;
  height: 20px;
  margin: 0px 10px 12px 0px;
  flex-shrink: 0;
}
main #transport-calc #calcresult .route-point::after {
  content: "";
  height: 100%;
  width: 0px;
  border: 1px dashed #242F5D;
  position: absolute;
  z-index: 0;
  margin: 0px 9px;
}
main #transport-calc #calcresult .route-point:last-child::after {
  display: none;
}
main #transport-calc #calcresult .calc-price {
  border-left: 1px solid #242F5D;
}
main #transport-calc #calcresult .calc-price .price-label {
  display: block;
  color: #020A0A;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
main #transport-calc #calcresult .calc-price .value strong {
  margin-left: 3px;
  font-weight: 600;
  color: #E85011;
}
main #transport-calc #calcresult .calc-price .row-item {
  font-size: 17px;
}
main #transport-calc #calcresult .calc-price .row-item .label {
  color: #242F5D;
  font-weight: 600;
}
main #transport-calc #calcresult .doptext {
  font-size: 15px;
  line-height: 18px;
  margin: 20px 0 0px;
  text-align: left;
}
main #transport-calc #direction svg {
  fill: #242F5D;
  width: 20px;
  height: 20px;
  margin: 0px 3px 0px 0px;
}
main #transport-calc .calc-col-wrap {
  display: grid;
  gap: 12px 24px;
  grid-template-columns: 2.8fr 2.2fr;
}
@media (max-width: 1200px) {
  main #transport-calc .calc-col-wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 24px;
  }
}
main #transport-calc .calc-col-wrap .calc-col-res {
  width: 100%;
}
main #transport-calc .calc-row-bottom {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}
@media (max-width: 1200px) {
  main #transport-calc .calc-row-bottom {
    flex-wrap: wrap;
  }
}
main #transport-calc .calc-row-bottom .calc-col {
  width: 100%;
}
main #transport-calc .calc-row-direction {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 1200px) {
  main #transport-calc .calc-row-direction {
    flex-wrap: wrap;
  }
}
@media (max-width: 1200px) {
  main #transport-calc .calc-row-direction .input-group {
    width: 100%;
  }
}
main #transport-calc .calc-row-direction .input-group .input-group-text {
  padding: 6px;
}
@media (max-width: 1200px) {
  main #transport-calc .calc-row-direction .input-group .input-group-text {
    width: 90px;
  }
}
main #transport-calc .calc-row-tpa-controls {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 552px;
  gap: 12px 24px;
}
@media (max-width: 767px) {
  main #transport-calc .calc-row-tpa-controls {
    flex-wrap: wrap;
  }
}
main #transport-calc .calc-row-tpa-controls .calc-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main #transport-calc .calc-row-ftl-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px 24px;
  max-width: 552px;
}
@media (max-width: 767px) {
  main #transport-calc .calc-row-ftl-controls {
    flex-wrap: wrap;
  }
}
main #transport-calc .calc-row-ftl-controls .calc-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
main #transport-calc .calc-row-container-block {
  display: flex;
  justify-content: space-between;
  gap: 12px 24px;
  max-width: 552px;
}
@media (max-width: 767px) {
  main #transport-calc .calc-row-container-block {
    flex-wrap: wrap;
  }
}
main #transport-calc .cacl-row-extra-block {
  display: flex;
  justify-content: space-between;
  gap: 12px 24px;
  max-width: 552px;
}
@media (max-width: 767px) {
  main #transport-calc .cacl-row-extra-block {
    flex-wrap: wrap;
  }
}
main #transport-calc .calc-row-type {
  display: grid;
  gap: 12px 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  main #transport-calc .calc-row-type {
    grid-template-columns: repeat(1, 1fr);
  }
}
main #transport-calc .calc-row-type .button {
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 10px 0;
  color: #020A0A;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  border-radius: 4px;
  border: 2px solid #020A0A;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  main #transport-calc .calc-row-type .button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  main #transport-calc .calc-row-type .button {
    margin: 3px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #transport-calc .calc-row-type .button {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  main #transport-calc .calc-row-type .button {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #transport-calc .calc-row-type .button {
    font-size: 14px;
  }
}
main #transport-calc .calc-row-type .button:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  transform: translate(-50%, 0%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #242F5D;
  z-index: -1;
}
main #transport-calc .calc-row-type .button:hover {
  border: 2px solid #242F5D;
  color: #E85011;
}
main #transport-calc .calc-row-type .button.action {
  background-color: #242F5D;
  color: #ffffff;
  border: 2px solid #242F5D;
}
main #transport-calc .calc-row-type .button.action:after {
  display: block;
}
main #transport-calc .calc-row-type .buttonmore {
  flex-shrink: 0;
  text-decoration: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  width: 100%;
  padding: 10px 0;
  color: #020A0A;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  border-radius: 4px;
  border: 2px solid #020A0A;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  main #transport-calc .calc-row-type .buttonmore {
    width: 100%;
  }
}
@media (max-width: 576px) {
  main #transport-calc .calc-row-type .buttonmore {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #transport-calc .calc-row-type .buttonmore {
    font-size: 14px;
  }
}
main #transport-calc .calc-row-type .buttonmore:hover {
  border: 2px solid #242F5D;
  color: #E85011;
}
main #transport-calc .calc-row-air-controls {
  display: flex;
  gap: 12px 24px;
  width: 100%;
  max-width: 552px;
  flex-wrap: wrap;
}
main #transport-calc .calc-row-air-controls .calc-col {
  width: 120px;
}
main #transport-calc .calc-row-method {
  display: grid;
  gap: 12px 24px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 48px;
}
main #transport-calc .calc-row-method .kss-btn-wrap {
  position: relative;
}
main #transport-calc .calc-row-method .button {
  background-color: #ffffff;
  width: 100%;
  /*                @media (max-width: 767px) {
                      width: 70px;
                  }*/
  flex-shrink: 0;
  cursor: pointer;
  /*background-color: transparent;*/
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 10px 0;
  color: #020A0A;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  border-radius: 4px;
  border: 2px solid #020A0A;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  main #transport-calc .calc-row-method .button {
    margin: 3px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #transport-calc .calc-row-method .button {
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
  main #transport-calc .calc-row-method .button {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #transport-calc .calc-row-method .button {
    font-size: 14px;
  }
}
main #transport-calc .calc-row-method .button:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  transform: translate(-50%, 0%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #242F5D;
  z-index: -1;
}
main #transport-calc .calc-row-method .button:hover {
  border: 2px solid #242F5D;
  color: #E85011;
}
main #transport-calc .calc-row-method .button.action {
  background-color: #242F5D;
  color: #ffffff;
  border: 2px solid #242F5D;
}
main #transport-calc .calc-row-method .button.action:after {
  display: block;
}
main #transport-calc .calc-row-method .button.disabled {
  cursor: pointer;
  color: RGBA(2, 10, 10, 0.4);
  border: 2px solid RGBA(2, 10, 10, 0.4);
}
main #transport-calc .calc-row-method .button.disabled:hover {
  border: 2px solid RGBA(36, 47, 93, 0.4);
  color: RGBA(232, 80, 17, 0.4);
}
main #transport-calc .calc-row-method .button.disabled + .in-progress {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 10px;
  right: 0;
  z-index: 1;
}
main #transport-calc .calc-row-method .button.disabled + .in-progress img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}
main #transport-calc .calc-row-method .button + .in-progress {
  display: none;
}
main #transport-calc .form-switch .form-check-input {
  width: 34px;
  height: 22px;
  vertical-align: middle;
}
@media (max-width: 440px) {
  main #transport-calc .form-switch .form-check-input {
    margin-bottom: 7px;
  }
}
main #transport-calc .form-switch .form-check-label {
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
}
main #transport-calc .form-check-input:checked {
  color: #E85011;
  background-color: #E85011;
  border-color: #E85011;
}
main #transport-calc #calcbtn #calc-start-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border-color: #E85011;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 0px 0px 0px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #transport-calc #calcbtn #calc-start-btn:hover {
  background-color: #ffffff;
  border-color: #E85011;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main #transport-calc #calcbtn .clb-button {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 20px;
  flex-wrap: wrap;
}
main #transport-calc #calcbtn .clb-button .zaprosit {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
main #transport-calc #calcbtn #calc-lead-btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  border-color: #E85011;
  background: #E85011;
  padding: 11.5px 12px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #transport-calc #calcbtn #calc-lead-btn:hover {
  background-color: #ffffff;
  border-color: #E85011;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main .mission {
  background: #242F5D;
  margin: 0px auto 75px;
  padding: 80px 80px;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomright: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  position: relative;
}
@media (max-width: 576px) {
  main .mission {
    padding: 12px;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
main .mission .animbox1 {
  position: absolute;
  top: -50px;
  transform: translateY(75px);
  transition: transform 0.5s ease-out;
}
main .mission .title-section {
  font-size: 40px;
  color: #ffffff;
  font-weight: 600;
  margin: 0px auto 24px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .mission .title-section {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main .mission .title-section {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    margin: 0px auto 24px;
    text-align: left;
  }
}
main .mission .description-section {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  margin: 0px auto 32px;
}
main .mission .kss-block-row {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  main .mission .kss-block-row {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
main .mission .kss-block-row .kss-block-col.kss-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .mission .mission_callback {
  text-decoration: none;
  background-color: #E85011;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main .mission .mission_callback {
    width: 100%;
  }
}
main .mission .mission_callback:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .mission img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  main .mission img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }
}
main .services {
  margin: 0px auto 75px;
}
main .services .title-section {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 0px auto 24px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .services .title-section {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main .services .title-section {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 0px auto 24px;
    text-align: left;
  }
}
main .services .item {
  background: #f1f1f4;
  padding: 0px 0px 40px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: manipulation;
}
@media (hover: hover) {
  main .services .item .services_more {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E85011;
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: none;
  }
  main .services .item .services_more:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/solutions-arroww.svg);
    margin: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main .services .item:hover {
    background: #dbdfe9;
  }
  main .services .item:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  main .services .item:hover .services_more {
    display: block;
  }
}
@media (hover: none) and (pointer: coarse) {
  main .services .item {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  main .services .item .services_more {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E85011;
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
  main .services .item .services_more:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img/solutions-arroww.svg);
    margin: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  main .services .item:active {
    background: #dbdfe9;
    transition: 0.2s;
  }
  main .services .item:active .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
main .services .item a {
  text-decoration: none !important;
}
main .services .item .img {
  overflow: hidden;
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-bottom-left-radius: 170px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-bottomleft: 170px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 170px;
}
main .services .item .img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
main .services .item .ico {
  width: 64px;
  height: 64px;
  background: #242F5D;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  position: absolute;
  top: 135px;
  left: 24px;
}
main .services .item .ico img {
  margin: 50% auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 440px) {
  main .services .item .ico {
    top: 27%;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  main .services .item .ico {
    top: 25%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .services .item .ico {
    top: 20%;
  }
}
main .services .item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 15px 24px 0px;
}
@media (max-width: 576px) {
  main .services .item .info {
    margin: 5px 0px 5px 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    display: block;
  }
}
main .services .item .info div {
  background: #ffffff;
  color: #E85011;
  border: 1px solid #E85011;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  margin: 0px 6px;
  border-radius: 6px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main .services .item .info div {
    padding: 5px 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .services .item .info div {
    padding: 5px 5px;
  }
}
@media (max-width: 576px) {
  main .services .item .info div {
    margin: 5px 0px 5px 0px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
  }
}
main .services .item .info div:first-child {
  margin-left: 0px;
}
main .services .item .info div:last-child {
  margin-right: 0px;
}
main .services .item .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #020A0A;
  text-align: left;
  padding: 15px 24px 0px;
  min-height: 60px;
}
main .services .item .short-desc {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-align: left;
  color: #020A0A;
  padding: 20px 24px 0px;
}
main .services .mb {
  margin-bottom: 20px;
}
main .services .mb:nth-child(10) {
  margin-bottom: 20px;
}
main .services .mb:nth-child(11) {
  margin-bottom: 20px;
}
main .services .mb:nth-child(12) {
  margin-bottom: 20px;
}
main .numbabout {
  margin-bottom: 75px;
  position: relative;
}
main .numbabout .title-section {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .numbabout .title-section {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main .numbabout .title-section {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 0px auto 24px;
    text-align: left;
  }
}
main .numbabout .item {
  text-align: center;
}
main .numbabout .item .compare {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #020A0A;
}
main .numbabout .item .numb {
  font-size: 74px;
  font-weight: 700;
  line-height: 60px;
  color: #E85011;
  margin: 12px 0px;
}
main .numbabout .item .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #020A0A;
}
main .numbabout .owl-numb {
  position: relative;
  margin: 0px auto 75px;
  width: 90%;
}
main .numbabout .owl-numb .owl-stage-outer {
  width: 100%;
  margin: 0px auto;
}
main .numbabout .owl-numb .owl-nav {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: -5%;
  width: 110%;
}
main .numbabout .owl-numb .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #dbdfe9;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  overflow: hidden;
}
main .numbabout .owl-numb .owl-nav .owl-prev span {
  background-image: url(../img/arrow-left.svg);
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main .numbabout .owl-numb .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #dbdfe9;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  overflow: hidden;
}
main .numbabout .owl-numb .owl-nav .owl-next span {
  background-image: url(../img/arrow-right.svg);
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
main .transportation {
  margin-bottom: 75px;
  background: transparent;
}
@media (max-width: 576px) {
  main .transportation {
    background-color: #ffffff;
    margin-bottom: 35px;
  }
}
main .transportation .section {
  overflow: hidden;
  background: #242F5D;
  margin: 0px auto 0px;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomright: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  height: 470px;
  padding: 80px 0px;
  position: relative;
}
@media (max-width: 576px) {
  main .transportation .section {
    height: auto;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .transportation .section {
    height: auto;
  }
}
main .transportation .section h2 {
  color: #ffffff;
}
main .transportation .section .animate-wrapper {
  position: relative;
}
main .transportation .section .animate-item1 {
  background-color: #FE5000;
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  position: absolute;
  bottom: 0%;
  left: 10%;
  animation: moveanimone 2s ease-in-out forwards;
}
main .transportation .section .animate-item2 {
  background-color: #FE5000;
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  position: absolute;
  bottom: 0%;
  left: 10%;
  animation: moveanimsecond 2s ease-in-out forwards;
}
main .transportation .section .animate-item3 {
  background-color: #FE5000;
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  position: absolute;
  bottom: 0%;
  left: 10%;
  animation: moveanimthree 2s ease-in-out forwards;
}
main .transportation .section .animate-item4 {
  background-color: #FE5000;
  width: 46px;
  height: 46px;
  border-radius: 50% !important;
  position: absolute;
  bottom: 0%;
  left: 10%;
  animation: moveanimfore 2s ease-in-out forwards;
}
main .transportation .section .title-section {
  color: #ffffff;
  font-weight: 500;
  line-height: 48px;
  font-size: 40px;
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  main .transportation .section .title-section {
    font-size: 24px;
    line-height: 30px;
  }
}
main .transportation .section .desc {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main .transportation .transport-anim-map {
  position: relative;
  width: min(560px, 92%);
  aspect-ratio: 16/10;
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 576px) {
  main .transportation .transport-anim-map {
    width: 100%;
    margin: 30px auto 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .transportation .transport-anim-map {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  main .transportation .transport-anim-map {
    border-radius: 18px;
  }
}
main .transportation .transport-anim-map .map-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .transportation .transport-anim-map .pin {
  --size: 28px;
  position: absolute;
  top: var(--ty);
  left: -12%;
  width: var(--size);
  height: var(--size);
  margin-left: calc(var(--size) / -2);
  margin-top: calc(var(--size) / -2);
  border-radius: 50%;
  background: #E85011;
  opacity: 0;
  animation: pin-cycle 6s cubic-bezier(0.25, 0.8, 0.25, 1) var(--delay) infinite;
}
@media (max-width: 440px) {
  main .transportation .transport-anim-map .pin {
    --size: 16px;
  }
}
@media (max-width: 576px) {
  main .transportation .transport-anim-map .pin {
    --size: 20px;
  }
}
main .transportation .transport-anim-map .pin svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .transportation .transport-anim-map .pin1 {
  width: 150px;
  height: 150px;
  /* Индивидуальные базовые размеры и доля иконки */
}
@media (max-width: 440px) {
  main .transportation .transport-anim-map .pin1 {
    --size:30px;
    --icon-scale:.72;
    width: 100px;
    height: 100px;
  }
}
main .transportation .transport-anim-map .pin1 .icon {
  display: none;
}
main .transportation .transport-anim-map .pin1 .icon.is-active {
  display: block;
}
main .transportation .transport-anim-map .pin1 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .transportation .transport-anim-map .pin2 {
  width: 46px;
  height: 46px;
}
main .transportation .transport-anim-map .pin2 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .transportation .transport-anim-map .pin3 {
  width: 28px;
  height: 28px;
}
main .transportation .transport-anim-map .pin3 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .transportation .transport-anim-map .pin4 {
  width: 42px;
  height: 42px;
}
main .transportation .transport-anim-map .pin4 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .transportation .transport-anim-map .pin5 {
  width: 42px;
  height: 42px;
}
main .transportation .transport-anim-map .pin5 svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .solutions {
  padding: 75px 0px 75px;
  margin: 0px auto;
  background: #f1f1f4;
}
@media (max-width: 576px) {
  main .solutions {
    padding: 40px 0px;
  }
}
main .solutions .item {
  margin: 0px auto 60px;
}
@media (max-width: 576px) {
  main .solutions .item {
    margin: 20px auto;
  }
}
main .solutions .item .title-section {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 0px auto 24px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .solutions .item .title-section {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main .solutions .item .title-section {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 0px auto 24px;
    text-align: left;
  }
}
main .solutions .item .description-section {
  color: #020A0A;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
main .solutions .item.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin: 0px auto;
}
@media (max-width: 576px) {
  main .solutions .item.list {
    display: block;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
main .solutions .item.list a.more-item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: wrap;
  text-decoration: none !important;
}
@media (max-width: 576px) {
  main .solutions .item.list a.more-item {
    width: 100%;
  }
}
main .solutions .item.list .list_item {
  margin: 0px auto 20px;
  width: 100%;
  white-space: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 12px;
  align-items: center;
}
@media (max-width: 576px) {
  main .solutions .item.list .list_item {
    margin: 0px auto 2px;
  }
}
main .solutions .item.list .list_item:nth-child(7) {
  margin-bottom: 0px;
}
main .solutions .item.list .list_item:nth-child(8) {
  margin-bottom: 0px;
}
main .solutions .item.list .list_item .icon {
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-color: #ffffff;
  border-radius: 6px;
  position: relative;
}
main .solutions .item.list .list_item .icon span {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
main .solutions .item.list .list_item .title-list {
  color: #020A0A;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  padding: 6px 45px 6px 15px;
  position: relative;
  min-width: 243px;
}
@media (max-width: 576px) {
  main .solutions .item.list .list_item .title-list {
    width: 100%;
  }
}
main .solutions .item.list .list_item .title-list:after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/solutions-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main .solutions .item.list .list_item .title-list:after {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  main .solutions .item.list .list_item .title-list:after {
    display: none;
  }
}
main .solutions .item.list .list_item:hover {
  background-color: #ffffff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.035);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.035);
  cursor: pointer;
}
main .solutions .item.list .list_item:hover .title-list:after {
  background-color: #E85011;
  padding: 16px;
  background-image: url(../img/solutions-arroww.svg);
  border-radius: 50%;
}
main .becomeclient {
  background: #242F5D;
  margin: 0px auto 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomright: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  height: 400px;
  overflow: hidden;
}
@media (max-width: 576px) {
  main .becomeclient {
    display: block;
    height: auto;
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
main .becomeclient .becomeclient_img {
  background-repeat: no-repeat;
  height: 400px;
  width: 50%;
}
@media (max-width: 576px) {
  main .becomeclient .becomeclient_img {
    width: 100%;
    height: 160px;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  main .becomeclient .becomeclient_img {
    background-position: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .becomeclient .becomeclient_img {
    background-position: center;
  }
}
main .becomeclient .becomeclient_description {
  width: 50%;
  padding: 80px;
}
@media (max-width: 576px) {
  main .becomeclient .becomeclient_description {
    width: 100%;
    padding: 24px 24px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  main .becomeclient .becomeclient_description {
    width: 53%;
    padding: 35px;
  }
}
main .becomeclient .becomeclient_description .title-section {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .becomeclient .becomeclient_description .title-section {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  main .becomeclient .becomeclient_description .title-section {
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    text-align: left;
  }
}
main .becomeclient .becomeclient_description .description-section {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin: 24px auto 32px;
  width: 100%;
}
main .becomeclient .becomeclient_description .becomeclient_callback {
  text-decoration: none;
  background-color: #E85011;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main .becomeclient .becomeclient_description .becomeclient_callback {
    width: 100%;
  }
}
main .becomeclient .becomeclient_description .becomeclient_callback:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .additionalinfo {
  margin: 0px auto 75px;
}
@media (max-width: 576px) {
  main .additionalinfo {
    margin: 0px auto 30px;
  }
}
main .additionalinfo .item {
  background: #f1f1f4;
  min-height: 270px;
  height: auto;
  padding: 40px 40px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main .additionalinfo .item {
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main .additionalinfo .item {
    margin-bottom: 15px;
  }
}
main .additionalinfo .item .title-section {
  color: #020A0A;
  font-weight: 500;
  font-size: 32px;
  line-height: 39px;
  margin: 0px auto 24px;
}
main .additionalinfo .item .desc-section {
  color: #020A0A;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 0px auto 40px;
}
main .additionalinfo .item a {
  padding: 17px 32px;
  text-align: center;
  background-color: #242F5D;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
main .additionalinfo .item a:hover {
  background-color: #62C5ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .additionalinfo .item:hover {
  background-color: #dbdfe9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main .additionalinfo .item button {
    width: 100%;
  }
}
main .whyneed {
  margin: 0px auto 75px;
}
main .whyneed .kss-block-row {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  main .whyneed .kss-block-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .whyneed .kss-block-row .kss-block-col.kss-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .whyneed .title-section {
  color: #020A0A;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin: 0px auto 24px;
  text-align: left;
}
@media (max-width: 576px) {
  main .whyneed .title-section {
    font-size: 24px;
    line-height: 30px;
    margin: 24px auto;
  }
}
main .whyneed .description-section {
  color: #020A0A;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main .whyneed img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  main .whyneed img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }
}
main .whyneed .becomeclient_callback {
  text-decoration: none;
  background-color: #242F5D;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  margin: 32px auto 0;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main .whyneed .becomeclient_callback {
    width: 100%;
  }
}
main .whyneed .becomeclient_callback:hover {
  background-color: #62C5ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .fastrelease {
  margin: 0px auto 0px;
  padding: 75px 0px;
  background-color: #f1f1f4;
}
main .fastrelease .item {
  text-align: center;
}
main .fastrelease .item .title-section {
  color: #020A0A;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin: 0px auto 24px;
  text-align: left;
}
@media (max-width: 576px) {
  main .fastrelease .item .title-section {
    font-size: 24px;
    line-height: 30px;
  }
}
main .fastrelease .item .description-section {
  color: #020A0A;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main .fastrelease .item img {
  width: auto;
  max-width: 100%;
  text-align: center;
  margin: 0px auto;
}
@media (max-width: 576px) {
  main .fastrelease .item img {
    margin: 20px auto 0px;
    display: none;
  }
}
main .fastrelease .item .becomeclient_callback {
  text-decoration: none;
  background-color: #242F5D;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  margin: 32px auto 0;
  float: left;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main .fastrelease .item .becomeclient_callback {
    width: 100%;
  }
}
main .fastrelease .item .becomeclient_callback:hover {
  background-color: #62C5ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .monitoring {
  margin: 0px auto 75px;
  padding: 75px 0px;
  background-color: #242F5D;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomright: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 576px) {
  main .monitoring {
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}
main .monitoring .kss-block-row {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1200px) {
  main .monitoring .kss-block-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
main .monitoring .kss-block-row .kss-block-col.kss-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .monitoring .item .title-section {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin: 0px auto 24px;
  text-align: left;
}
@media (max-width: 576px) {
  main .monitoring .item .title-section {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  main .monitoring .item .becomeclient_callback {
    width: 100%;
  }
}
main .monitoring .item .description-section {
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main .monitoring .item img {
  width: auto;
  max-width: 210px;
  height: auto;
}
@media (max-width: 1200px) {
  main .monitoring .item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 250px;
  }
}
main .monitoring .item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main .monitoring .item .list {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin: 0px 0px 0px 72px;
}
@media (max-width: 576px) {
  main .monitoring .item .list {
    margin: 20px 0px 0px 30px;
  }
}
@media (max-width: 1200px) {
  main .monitoring .item .list {
    margin: 0px 0px 0px 0px;
  }
}
main .monitoring .becomeclient_callback {
  text-decoration: none;
  background-color: #E85011;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  margin: 32px auto 0;
  float: left;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main .monitoring .becomeclient_callback {
    width: 100%;
  }
}
main .monitoring .becomeclient_callback:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #requestprice {
  scroll-margin-top: -56px;
}
main #requestprice.blue {
  background: #242F5D;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomright: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
main #requestprice.blue #requestprice-box {
  background-color: transparent;
  padding: 75px 40px;
  margin: 40px auto 75px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media (max-width: 576px) {
  main #requestprice.blue #requestprice-box {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin: 0px auto 25px;
  }
}
main #requestprice.blue #requestprice-box .kss-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  main #requestprice.blue #requestprice-box .kss-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
main #requestprice.blue #requestprice-box .kss-row-in {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  main #requestprice.blue #requestprice-box .kss-row-in {
    grid-template-columns: repeat(1, 1fr);
  }
}
main #requestprice.blue #requestprice-box .form-label {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main #requestprice.blue #requestprice-box .title-section {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  color: #ffffff;
  margin-top: 0px;
}
@media (max-width: 576px) {
  main #requestprice.blue #requestprice-box .title-section {
    font-size: 24px;
    line-height: 30px;
  }
}
main #requestprice.blue #requestprice-box .description-section {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main #requestprice.blue #requestprice-box .description-section p {
  text-align: left;
}
main #requestprice.blue #requestprice-box .img {
  position: absolute;
  margin: 10px 0px 0px 0px;
}
@media (max-width: 576px) {
  main #requestprice.blue #requestprice-box .img {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  main #requestprice.blue #requestprice-box .img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #requestprice.blue #requestprice-box .img {
    display: none;
  }
}
@media (max-width: 576px) {
  main #requestprice.blue #requestprice-box textarea {
    max-height: 150px;
  }
}
main #requestprice.blue .form-check .form-check-label {
  color: #ffffff;
  font-weight: 500;
}
main #requestprice.blue .form-check .form-check-label a {
  color: #ffffff;
}
main #requestprice.blue .form-check .form-check-label a:hover {
  color: #E85011;
}
main #requestprice.blue button {
  background-color: #E85011;
  border: 1px solid #E85011;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  margin: 32px 0 0;
  float: left;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main #requestprice.blue button {
    width: 100%;
  }
}
main #requestprice.blue button:hover {
  background-color: #ffffff;
  color: #E85011;
  border: 1px solid #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #requestprice.blue .popup-wrap .popup-text {
  color: #ffffff;
}
main #requestprice.blue .popup-wrap .popup-text:hover {
  color: #E85011;
}
main #requestprice #requestprice-box {
  background-color: #f1f1f4;
  padding: 75px 40px;
  margin: 40px auto 75px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media (max-width: 576px) {
  main #requestprice #requestprice-box {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin: 0px auto 25px;
  }
}
main #requestprice #requestprice-box .kss-row {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  main #requestprice #requestprice-box .kss-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
main #requestprice #requestprice-box .kss-row-in {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1199px) {
  main #requestprice #requestprice-box .kss-row-in {
    grid-template-columns: repeat(1, 1fr);
  }
}
main #requestprice #requestprice-box .form-label {
  color: #020A0A;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main #requestprice #requestprice-box .title-section {
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  text-align: left;
  color: #020A0A;
  margin-top: 0px;
}
@media (max-width: 576px) {
  main #requestprice #requestprice-box .title-section {
    font-size: 24px;
    line-height: 30px;
  }
}
main #requestprice #requestprice-box .description-section {
  color: #020A0A;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main #requestprice #requestprice-box .description-section p {
  text-align: left;
}
main #requestprice #requestprice-box .img {
  position: absolute;
  margin: 10px 0px 0px 0px;
}
@media (max-width: 576px) {
  main #requestprice #requestprice-box .img {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  main #requestprice #requestprice-box .img {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #requestprice #requestprice-box .img {
    display: none;
  }
}
@media (max-width: 576px) {
  main #requestprice #requestprice-box textarea {
    max-height: 150px;
  }
}
main #requestprice .form-check .form-check-label {
  color: #020A0A;
  font-weight: 500;
}
main #requestprice .form-check .form-check-label a {
  color: #0d6efd;
}
main #requestprice .form-check .form-check-label a:hover {
  color: #E85011;
}
main #requestprice button {
  background-color: #E85011;
  border: 1px solid #E85011;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  margin: 32px 0 0;
  float: left;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main #requestprice button {
    width: 100%;
  }
}
main #requestprice button:hover {
  background-color: #ffffff;
  color: #E85011;
  border: 1px solid #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #requestprice .popup-wrap .popup-text {
  color: #0d6efd;
}
main #requestprice .popup-wrap .popup-text:hover {
  color: #E85011;
}
main #news {
  margin: 0px auto 75px;
}
@media (max-width: 576px) {
  main #news .col-xl-3 {
    margin-bottom: 15px;
  }
}
main #news .title-section {
  color: #020A0A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  text-align: left;
  margin: 0px auto 24px;
}
main #news a {
  text-decoration: none !important;
}
main #news .item {
  overflow: hidden;
  border-radius: 6px;
}
main #news .item .img {
  border-radius: 6px;
  overflow: hidden;
  max-height: 240px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #news .item .img {
    width: 100%;
    height: auto;
  }
}
main #news .item .img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (min-width: 768px) and (max-width: 1200px) {
  main #news .item .img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 576px) {
  main #news .item .img img {
    width: 100%;
  }
}
main #news .item .img:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
main #news .item .img:hover + .title {
  color: #E85011;
}
main #news .item .title {
  color: #0d6efd;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 22px;
  padding: 24px 0 0px;
  margin: 0px auto;
  text-decoration: underline;
  height: 100px;
}
main #news .item .title:hover {
  color: #E85011;
}
main #news .item .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}
main #news .item .date {
  color: #020A0A;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  main #news .item .date {
    margin-bottom: 25px;
    margin-top: 10px;
  }
}
main #news .more {
  width: 100%;
  margin: 32px auto 0px;
}
main #news .more a {
  color: #ffffff;
  background-color: #E85011;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  padding: 17px 22px;
  border: 1px solid #E85011;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px auto;
  display: block;
}
@media (max-width: 576px) {
  main #news .more a {
    width: 100%;
  }
}
main #news .more a:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #subscription {
  margin: 0px auto 75px;
  background-color: #242F5D;
  width: 100%;
  -webkit-border-bottom-right-radius: 80px;
  -webkit-border-bottom-left-radius: 80px;
  -moz-border-radius-bottomright: 80px;
  -moz-border-radius-bottomleft: 80px;
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
@media (max-width: 576px) {
  main #subscription {
    -webkit-border-bottom-right-radius: 40px;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    -moz-border-radius-bottomleft: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin: 0px auto 35px;
    padding-bottom: 22px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #subscription {
    margin: 0px auto 35px;
    padding-bottom: 22px;
  }
}
main #subscription .item {
  padding: 75px 0px;
}
@media (max-width: 576px) {
  main #subscription .item {
    padding: 20px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  main #subscription .item {
    padding: 25px 0px;
  }
}
main #subscription .item .title-section {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
  margin: 0px auto 24px;
  text-align: left;
}
@media (max-width: 576px) {
  main #subscription .item .title-section {
    font-size: 24px;
    line-height: 30px;
  }
}
main #subscription .item .description-section {
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
main #subscription .item button {
  background-color: #E85011;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  margin: 10px 0 0;
  float: left;
  display: inline-block;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  main #subscription .item button {
    width: 100%;
  }
}
main #subscription .item button:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .howitwork {
  margin-bottom: 75px;
}
main .howitwork .title-section {
  margin: 0px 0 32px;
  text-align: left;
}
main .howitwork .title-section h4 {
  color: #020A0A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
main .howitwork .desc-section {
  color: #020A0A;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 40px 0px;
}
main .howitwork .items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  main .howitwork .items-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  main .howitwork .items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  main .howitwork .items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
  }
}
@media (max-width: 576px) {
  main .howitwork .items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
  }
}
main .howitwork .items-wrap .item-wrap {
  min-width: 0;
}
main .howitwork .items-wrap .item .item-content {
  background-color: transparent;
  padding: 0px;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
}
main .howitwork .items-wrap .item .icon {
  width: 98px;
  height: 138px;
  overflow: hidden;
  background-color: transparent;
  margin: 0;
  text-align: center;
  position: relative;
  padding-top: 10px;
}
main .howitwork .items-wrap .item .icon img {
  margin: 0px auto;
  width: 100%;
}
main .howitwork .items-wrap .item .step {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #242F5D;
  margin: 0px auto 16px 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
main .howitwork .items-wrap .item .step:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #E85011;
}
main .howitwork .items-wrap .item .title {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #020A0A;
}
main .howitwork .items-wrap .item .title:not(:last-child) {
  margin-bottom: 12px;
}
main .howitwork .items-wrap .item .desc {
  text-align: left;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  color: #020A0A;
}
main .howitwork .items-wrap .item:after {
  width: 49px;
  height: 49px;
  background-color: transparent;
  content: "";
  display: none;
  right: -8px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  z-index: -1;
}
@media (max-width: 576px) {
  main .howitwork .items-wrap .item:after {
    display: none;
  }
}
main .freeedit-box {
  color: #020A0A;
  text-align: left;
  margin: 65px 0;
}
main .freeedit-box a:hover {
  color: #E85011;
}
main .freeedit-box p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
main .freeedit-box div {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
main .freeedit-box ul {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
main .freeedit-box ul p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
main .freeedit-box ol {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
main .freeedit-box ol p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
main .freeedit-box .btnfree {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 0px 0px 0px 16px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main .freeedit-box .btnfree:hover {
  background-color: #e04903;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
main .freeedit-box h4 {
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}

footer .footer-tools {
  padding: 16px 0px;
}
footer .footer-tools .container {
  border-bottom: 1px solid #dbdfe9;
  padding-bottom: 24px;
}
footer .footer-tools .kss-row {
  display: flex;
  gap: 20px 40px;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer .footer-tools .kss-row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px 16px;
}
@media (max-width: 576px) {
  footer .footer-tools .kss-row .kss-btn .wrapper-tools {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-tools .kss-row .kss-btn .wrapper-tools {
    margin: 0 0 20px 0;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .callback-button {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 10.5px 12px;
  text-align: center;
  color: #242F5D;
  background-color: transparent;
  border: solid 1px #242F5D;
  border-radius: 6px;
  overflow: hidden;
  min-width: 180px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  footer .footer-tools .kss-row .kss-btn .wrapper-tools .callback-button {
    margin: 0px;
  }
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .callback-button:hover {
  background-color: #62C5ED;
  border: solid 1px #62C5ED;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .telegram {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 10.5px 0px 10.5px 15px;
  text-align: center;
  color: #242F5D;
  background-color: transparent;
  border: solid 1px #242F5D;
  border-radius: 6px;
  overflow: hidden;
  min-width: 130px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  footer .footer-tools .kss-row .kss-btn .wrapper-tools .telegram {
    margin: 0px;
  }
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .telegram a {
  display: block;
  overflow: hidden;
  background-color: transparent;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  color: #242F5D;
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .telegram a:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0.5668L15.1528 15.3339C15.1528 15.3339 14.7544 16.3578 13.66 15.8667L7.09065 10.6848L7.06019 10.6695C7.94756 9.84978 14.8286 3.48486 15.1293 3.19635C15.5949 2.74952 15.3059 2.48351 14.7653 2.82104L4.60117 9.46162L0.679868 8.10425C0.679868 8.10425 0.0627701 7.87843 0.00340374 7.38739C-0.0567437 6.89556 0.700177 6.62955 0.700177 6.62955L16.6861 0.177833C16.6861 0.177833 18 -0.416066 18 0.5668Z' fill='%23242F5D'/%3E%3C/svg%3E");
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .telegram:hover {
  background-color: #62C5ED;
  border: solid 1px #62C5ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .telegram:hover a {
  color: #ffffff;
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .telegram:hover a:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='16' viewBox='0 0 18 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 0.5668L15.1528 15.3339C15.1528 15.3339 14.7544 16.3578 13.66 15.8667L7.09065 10.6848L7.06019 10.6695C7.94756 9.84978 14.8286 3.48486 15.1293 3.19635C15.5949 2.74952 15.3059 2.48351 14.7653 2.82104L4.60117 9.46162L0.679868 8.10425C0.679868 8.10425 0.0627701 7.87843 0.00340374 7.38739C-0.0567437 6.89556 0.700177 6.62955 0.700177 6.62955L16.6861 0.177833C16.6861 0.177833 18 -0.416066 18 0.5668Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .max {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  padding: 10.5px 0px 10.5px 15px;
  text-align: center;
  color: #242F5D;
  background-color: transparent;
  border: solid 1px #242F5D;
  border-radius: 6px;
  min-width: 97px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 576px) {
  footer .footer-tools .kss-row .kss-btn .wrapper-tools .max {
    margin: 0px;
  }
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .max a {
  display: block;
  background-color: transparent;
  border-radius: 6px;
  position: relative;
  text-decoration: none;
  color: #242F5D;
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .max a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 720'%3E%3Cpath fill='%23242F5D' d='M350.4,9.6C141.8,20.5,4.1,184.1,12.8,390.4c3.8,90.3,40.1,168,48.7,253.7,2.2,22.2-4.2,49.6,21.4,59.3,31.5,11.9,79.8-8.1,106.2-26.4,9-6.1,17.6-13.2,24.2-22,27.3,18.1,53.2,35.6,85.7,43.4,143.1,34.3,299.9-44.2,369.6-170.3C799.6,291.2,622.5-4.6,350.4,9.6h0ZM269.4,504c-11.3,8.8-22.2,20.8-34.7,27.7-18.1,9.7-23.7-.4-30.5-16.4-21.4-50.9-24-137.6-11.5-190.9,16.8-72.5,72.9-136.3,150-143.1,78-6.9,150.4,32.7,183.1,104.2,72.4,159.1-112.9,316.2-256.4,218.6h0Z'/%3E%3C/svg%3E");
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .max:hover {
  background-color: #62C5ED;
  border: solid 1px #62C5ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .max:hover a {
  color: #ffffff;
}
footer .footer-tools .kss-row .kss-btn .wrapper-tools .max:hover a:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 720'%3E%3Cpath fill='%23ffffff' d='M350.4,9.6C141.8,20.5,4.1,184.1,12.8,390.4c3.8,90.3,40.1,168,48.7,253.7,2.2,22.2-4.2,49.6,21.4,59.3,31.5,11.9,79.8-8.1,106.2-26.4,9-6.1,17.6-13.2,24.2-22,27.3,18.1,53.2,35.6,85.7,43.4,143.1,34.3,299.9-44.2,369.6-170.3C799.6,291.2,622.5-4.6,350.4,9.6h0ZM269.4,504c-11.3,8.8-22.2,20.8-34.7,27.7-18.1,9.7-23.7-.4-30.5-16.4-21.4-50.9-24-137.6-11.5-190.9,16.8-72.5,72.9-136.3,150-143.1,78-6.9,150.4,32.7,183.1,104.2,72.4,159.1-112.9,316.2-256.4,218.6h0Z'/%3E%3C/svg%3E");
}
footer .footer-tools .kss-row .kss-office .office {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #020A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  text-align: left;
  justify-content: center;
}
footer .footer-tools .kss-row .kss-office .office:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/adr-h-ico.svg);
}
footer .footer-tools .kss-row .kss-emails .emails {
  color: #242F5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
footer .footer-tools .kss-row .kss-emails .emails a {
  color: #242F5D;
  text-decoration: none;
}
footer .footer-tools .kss-row .kss-emails .emails a:hover {
  color: #E85011;
}
footer .footer-tools .kss-row .kss-emails .emails:before {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/sendmail-h-icosvg.svg);
}
footer .footer-nav {
  padding: 6px 0px;
}
@media (max-width: 576px) {
  footer .footer-nav {
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-nav {
    text-align: center;
  }
}
footer .footer-nav .kss-row {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  footer .footer-nav .kss-row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  footer .footer-nav .kss-row .kss-col {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  footer .footer-nav .kss-row .kss-col {
    margin: 0 auto;
    flex-wrap: wrap;
  }
}
footer .footer-nav .kss-row .kss-col.politika {
  display: flex;
  gap: 20px 40px;
  order: 1;
}
footer .footer-nav .kss-row .kss-col.kss-lang {
  order: 2;
}
@media (max-width: 767.98px) {
  footer .footer-nav .kss-row .kss-col.kss-lang {
    order: 4;
  }
}
footer .footer-nav .kss-row .kss-col.kss-doc {
  order: 3;
}
@media (max-width: 767.98px) {
  footer .footer-nav .kss-row .kss-col.kss-doc {
    order: 2;
  }
}
footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px 40px;
}
@media (max-width: 576px) {
  footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav .nav-item {
  display: block;
  padding: 0px 0px 0px 34px;
  position: relative;
  text-align: left;
}
footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav .nav-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  background-image: url('data:image/svg+xml,%3Csvg width="31" height="38" viewBox="0 0 31 38" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg filter="url(%23filter0_d_1_1164)"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.5 5C6.567 5 5 6.567 5 8.5V29.5C5 31.433 6.567 33 8.5 33H22.5C24.433 33 26 31.433 26 29.5V12.5833L18.4167 12.5833L18.4167 5H8.5Z" fill="%23242F5D"/%3E%3Cpath d="M8.67545 22.9116H9.71862C9.87253 22.9116 10.0207 22.9007 10.1632 22.8789C10.3058 22.8571 10.4312 22.8163 10.5395 22.7564C10.6478 22.691 10.7333 22.6011 10.796 22.4868C10.8644 22.3724 10.8986 22.2226 10.8986 22.0374C10.8986 21.8522 10.8644 21.7025 10.796 21.5881C10.7333 21.4737 10.6478 21.3865 10.5395 21.3266C10.4312 21.2613 10.3058 21.2177 10.1632 21.1959C10.0207 21.1741 9.87253 21.1632 9.71862 21.1632H8.67545V22.9116ZM7.33301 20.1665H10.0863C10.4682 20.1665 10.7931 20.221 11.0611 20.3299C11.329 20.4334 11.5456 20.5723 11.7109 20.7466C11.8819 20.9209 12.0045 21.1197 12.0786 21.343C12.1584 21.5663 12.1983 21.7978 12.1983 22.0374C12.1983 22.2716 12.1584 22.5031 12.0786 22.7319C12.0045 22.9552 11.8819 23.154 11.7109 23.3283C11.5456 23.5026 11.329 23.6442 11.0611 23.7531C10.7931 23.8566 10.4682 23.9083 10.0863 23.9083H8.67545V25.9998H7.33301V20.1665Z" fill="white"/%3E%3Cpath d="M14.3786 24.9214H15.5757C15.7695 24.9214 15.9576 24.8915 16.14 24.8315C16.3224 24.7716 16.4849 24.6736 16.6274 24.5374C16.7699 24.3958 16.8839 24.2133 16.9694 23.99C17.0549 23.7667 17.0977 23.4944 17.0977 23.173C17.0977 22.8789 17.0663 22.6148 17.0036 22.3806C16.9466 22.1409 16.8497 21.9367 16.7129 21.7678C16.5761 21.599 16.3937 21.471 16.1657 21.3838C15.9434 21.2912 15.6669 21.2449 15.3363 21.2449H14.3786V24.9214ZM13.0362 20.1665H15.6698C16.0631 20.1665 16.4279 20.2264 16.7642 20.3462C17.1062 20.4661 17.3998 20.6458 17.6449 20.8855C17.8958 21.1251 18.0896 21.4247 18.2264 21.7842C18.3689 22.1436 18.4401 22.5657 18.4401 23.0505C18.4401 23.4753 18.3831 23.8675 18.2691 24.227C18.1551 24.5864 17.9813 24.8969 17.7475 25.1583C17.5195 25.4198 17.2317 25.6267 16.8839 25.7792C16.5419 25.9263 16.1372 25.9998 15.6698 25.9998H13.0362V20.1665Z" fill="white"/%3E%3Cpath d="M19.374 20.1665H23.6663V21.2449H20.7164V22.593H23.273V23.5897H20.7164V25.9998H19.374V20.1665Z" fill="white"/%3E%3Cpath d="M18.417 5L26.0003 12.5833H18.417V5Z" fill="%23242F5D"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_d_1_1164" x="0.333333" y="0.333333" width="30.3333" height="37.3333" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/%3E%3CfeOffset/%3E%3CfeGaussianBlur stdDeviation="2.33333"/%3E%3CfeComposite in2="hardAlpha" operator="out"/%3E%3CfeColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/%3E%3CfeBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1_1164"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1_1164" result="shape"/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E');
  width: 28px;
  height: 34px;
}
footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav .nav-item a {
  text-align: left;
  color: #242F5D;
}
footer .footer-nav .kss-row .kss-col.kss-doc .doc-nav .nav-item a:hover {
  color: #E85011;
}
footer .footer-nav .kss-row .kss-col.requisites {
  order: 4;
  font-size: 14px;
  font-weight: 400;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  footer .footer-nav .kss-row .kss-col.requisites {
    order: 3;
  }
}
footer .footer-nav .kss-row .kss-col.requisites p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 576px) {
  footer .footer-nav .mb-es-3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-nav .mb-es-3 {
    margin-bottom: 20px;
  }
}
footer .footer-nav a {
  display: block;
  color: #242F5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: underline;
}
footer .footer-nav a:hover {
  color: #E85011;
}
footer .footer-nav #rollup-top {
  display: block;
  padding: 12px 9px;
  border: 1px solid;
  max-width: 40px;
  max-height: 40px;
  width: 40px;
  height: 40px;
  border-color: #242F5D;
  border-radius: 6px;
  position: relative;
}
@media (max-width: 576px) {
  footer .footer-nav #rollup-top {
    display: none;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  footer .footer-nav #rollup-top {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .footer-nav #rollup-top {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  footer .footer-nav #rollup-top {
    display: none;
  }
}
footer .footer-nav #rollup-top:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21144 8.86501H11.1516V21.1459C11.1516 21.3724 11.2415 21.5897 11.4017 21.7498C11.5619 21.91 11.7791 22 12.0056 22C12.2321 22 12.4494 21.91 12.6096 21.7498C12.7697 21.5897 12.8597 21.3724 12.8597 21.1459V8.86501H16.7884C16.8959 8.86628 17.0012 8.83517 17.0908 8.77573C17.1803 8.7163 17.2499 8.63129 17.2904 8.53177C17.3309 8.43225 17.3406 8.32283 17.3181 8.21775C17.2956 8.11267 17.242 8.0168 17.1642 7.94262L12.3814 2.15981C12.3316 2.1092 12.2722 2.06901 12.2067 2.04157C12.1412 2.01413 12.0709 2 11.9999 2C11.9289 2 11.8586 2.01413 11.7931 2.04157C11.7276 2.06901 11.6683 2.1092 11.6185 2.15981L6.83565 7.94262C6.75791 8.0168 6.70429 8.11267 6.68179 8.21775C6.65929 8.32283 6.66893 8.43225 6.70948 8.53177C6.75002 8.63129 6.81959 8.7163 6.90911 8.77573C6.99864 8.83517 7.10399 8.86628 7.21144 8.86501Z' fill='%23242F5D'/%3E%3C/svg%3E");
}
footer .footer-nav #rollup-top:hover {
  background-color: #62C5ED;
  border-color: #62C5ED;
  cursor: pointer;
}
footer .footer-nav #rollup-top:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.21144 8.86501H11.1516V21.1459C11.1516 21.3724 11.2415 21.5897 11.4017 21.7498C11.5619 21.91 11.7791 22 12.0056 22C12.2321 22 12.4494 21.91 12.6096 21.7498C12.7697 21.5897 12.8597 21.3724 12.8597 21.1459V8.86501H16.7884C16.8959 8.86628 17.0012 8.83517 17.0908 8.77573C17.1803 8.7163 17.2499 8.63129 17.2904 8.53177C17.3309 8.43225 17.3406 8.32283 17.3181 8.21775C17.2956 8.11267 17.242 8.0168 17.1642 7.94262L12.3814 2.15981C12.3316 2.1092 12.2722 2.06901 12.2067 2.04157C12.1412 2.01413 12.0709 2 11.9999 2C11.9289 2 11.8586 2.01413 11.7931 2.04157C11.7276 2.06901 11.6683 2.1092 11.6185 2.15981L6.83565 7.94262C6.75791 8.0168 6.70429 8.11267 6.68179 8.21775C6.65929 8.32283 6.66893 8.43225 6.70948 8.53177C6.75002 8.63129 6.81959 8.7163 6.90911 8.77573C6.99864 8.83517 7.10399 8.86628 7.21144 8.86501Z' fill='%23ffffff'/%3E%3C/svg%3E");
}
footer .copyright {
  padding: 16px 0px 40px 0px;
  color: #020A0A;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
@media (max-width: 576px) {
  footer .copyright {
    text-align: center;
    padding: 20px 0px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .copyright {
    text-align: center;
    padding: 20px 0px 40px;
  }
}
@media (max-width: 576px) {
  footer .copyright .mb-es-3 {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  footer .copyright .mb-es-3 {
    margin-bottom: 20px;
  }
}

#fixhead {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgb(255, 255, 255);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  -webkit-backdrop-filter: saturate(180%) blur(24px);
  backdrop-filter: saturate(180%) blur(24px);
  -webkit-box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 7px 15px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 576px) {
  #fixhead {
    display: none !important;
  }
}
#fixhead.active {
  display: block;
}
#fixhead #flogo {
  margin: 20px 0 20px 0px;
}
@media (min-width: 1201px) and (max-width: 1440px) {
  #fixhead #flogo {
    width: 200px;
    flex-shrink: 0;
  }
  #fixhead #flogo img {
    max-width: 100%;
    height: auto;
  }
}
#fixhead .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fixhead .wrapper {
    justify-content: space-between;
  }
}
#fixhead .wrapper #fmain-menu {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #fixhead .wrapper #fmain-menu {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fixhead .wrapper #fmain-menu {
    display: none;
  }
}
#fixhead .wrapper #fmain-menu ul {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  gap: 10px;
}
#fixhead .wrapper #fmain-menu ul li {
  list-style: none;
  display: block;
  position: relative;
}
#fixhead .wrapper #fmain-menu ul li.dropdown {
  padding-right: 20px;
}
#fixhead .wrapper #fmain-menu ul li:nth-child(3):after {
  content: "";
  display: block;
  position: absolute;
  height: 28px;
  width: 1px;
  top: 21px;
  right: -3px;
  overflow: hidden;
  background-color: #78829D;
}
@media (max-width: 1440px) {
  #fixhead .wrapper #fmain-menu ul li:nth-child(3):after {
    display: none;
  }
}
#fixhead .wrapper #fmain-menu ul li a {
  text-decoration: none;
  color: #020A0A;
  display: block;
  padding: 25px 0px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 1440px) {
  #fixhead .wrapper #fmain-menu ul li a {
    font-size: 0.85em;
  }
}
#fixhead .wrapper #fmain-menu ul li:hover:before {
  content: "";
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: #E85011;
}
#fixhead .wrapper #fmain-menu ul li.dropdown:hover:before {
  content: "";
  height: 6px;
  width: calc(100% - 24px);
  position: absolute;
  bottom: 0px;
  background: #E85011;
}
#fixhead .wrapper #fmain-menu ul li.dropdown a:after {
  content: "";
  display: block;
  background-image: url(../img/medidropdown-arrow.svg);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 45%;
  right: 0;
  -webkit-transform: translate(-45%, 0);
  transform: translate(-45%, 0);
}
#fixhead .wrapper #fmain-menu ul li.dropdown.open .submenu {
  display: block;
}
#fixhead .wrapper #fmain-menu ul.submenu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 5;
  right: 0;
  top: 100%;
  padding: 24px 0px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-shadow: 9px 7px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 9px 7px 15px 0px rgba(0, 0, 0, 0.25);
}
#fixhead .wrapper #fmain-menu ul.submenu li {
  padding-right: 0;
}
#fixhead .wrapper #fmain-menu ul.submenu li a {
  color: #000;
  padding: 10.5px 42px 10.5px 42px;
}
#fixhead .wrapper #fmain-menu ul.submenu li a:before {
  display: none;
}
#fixhead .wrapper #fmain-menu ul.submenu li a:after {
  display: none;
}
#fixhead .wrapper #fmain-menu ul.submenu li a:hover {
  background-color: #E85011;
  color: #ffffff;
}
#fixhead .wrapper #fmain-menu ul.submenu li a b {
  font-weight: 600;
}
#fixhead .wrapper #fmain-menu ul.submenu li:before {
  display: none;
}
#fixhead .wrapper #fmain-menu ul.submenu li:after {
  display: none;
}
#fixhead .wrapper #fmain-menu ul.submenu li.droparrow:after {
  content: "";
  display: block;
  background-image: url(../img/medidropdown-arrow.svg);
  width: 12px;
  height: 8px;
  position: absolute;
  top: 18px;
  right: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-color: transparent;
}
#fixhead .wrapper #fmain-menu ul.submenu li.droparrow:hover > a {
  color: #ffffff;
  background-color: #E85011;
}
#fixhead .wrapper #fmain-menu ul.submenu li.droparrow:hover:after {
  background-image: url(../img/submenu-dropdown-arrown.svg);
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl .submenu-twolvl__title {
  color: #242F5D;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: left;
  padding: 17px 24px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:hover .submenu-twolvl {
  display: flex;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:first-child .submenu-twolvl {
  top: -24px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(2) .submenu-twolvl {
  top: -67px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(3) .submenu-twolvl {
  top: -110px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(4) .submenu-twolvl {
  top: -153px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(5) .submenu-twolvl {
  top: -196px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(6) .submenu-twolvl {
  top: -239px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(7) .submenu-twolvl {
  top: -282px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(8) .submenu-twolvl {
  top: -325px;
}
#fixhead .wrapper #fmain-menu ul.submenu li.dropdown-twolvl:nth-child(9) .submenu-twolvl {
  top: -368px;
}
#fixhead .wrapper #fmain-menu ul.submenu li .submenu-twolvl {
  position: absolute;
  display: none;
  left: 100%;
  top: -24px;
  margin: 0px 0px;
  padding: 24px 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 593px;
  width: max-content;
  background-color: #ffffff;
  -webkit-box-shadow: 9px 7px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 9px 7px 15px 0px rgba(0, 0, 0, 0.25);
}
#fixhead .wrapper #fmain-menu ul.submenu li .submenu-twolvl:nth-child(3):after {
  display: none;
}
#fixhead .wrapper #fmain-menu ul.submenu li .submenu-twolvl ul {
  display: block;
}
#fixhead .wrapper #fmain-menu ul.submenu li .submenu-twolvl ul li a {
  padding: 8.5px 26px 8.5px 26px;
}
#fixhead .wrapper #fmain-menu ul.submenu li .submenu-twolvl a:hover {
  color: #ffffff;
}
#fixhead .wrapper #ftools-box {
  width: 530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0px 16px 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fixhead .wrapper #ftools-box {
    width: auto;
  }
}
#fixhead .wrapper #ftools-box .wrapper-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 144px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #fixhead .wrapper #ftools-box .wrapper-tools {
    width: 160px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fixhead .wrapper #ftools-box .wrapper-tools {
    width: 160px;
  }
}
#fixhead .wrapper #ftools-box .phones {
  color: #242F5D;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #fixhead .wrapper #ftools-box .phones {
    display: none;
  }
}
#fixhead .wrapper #ftools-box .phones a {
  text-decoration: none;
  color: #242F5D;
}
#fixhead .wrapper #ftools-box .phones a:hover {
  color: #E85011;
}
#fixhead .wrapper #ftools-box .phones .dopinfo {
  margin: 6px 0px 0px;
  color: #020A0A;
}
#fixhead .wrapper #ftools-box .open_lc {
  position: relative;
}
#fixhead .wrapper #ftools-box .open_lc a {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: transparent;
  background-color: #242F5D;
  border-radius: 6px;
  position: relative;
}
#fixhead .wrapper #ftools-box .open_lc a:before {
  width: 20px;
  height: 21px;
  background-image: url(../img/lc-ico.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fixhead .wrapper #ftools-box .open_lc :hover {
  background-color: #62C5ED;
  transition: 0.3s;
}
#fixhead .wrapper #ftools-box .open_lc :hover a {
  background-color: #62C5ED;
  transition: 0.3s;
}
#fixhead .wrapper #ftools-box .open_tel {
  position: relative;
  width: 40px;
  height: 40px;
}
#fixhead .wrapper #ftools-box .open_tel a {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #E85011;
  border: 1px solid #E85011;
  border-radius: 6px;
  position: relative;
}
#fixhead .wrapper #ftools-box .open_tel a:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.2453 21.7572H6.75465C5.42734 21.7572 4.15438 21.2299 3.21583 20.2914C2.27727 19.3528 1.75 18.0799 1.75 16.7526V7.25465C1.75 5.92734 2.27727 4.65438 3.21583 3.71583C4.15438 2.77727 5.42734 2.25 6.75465 2.25H18.2453C19.5727 2.25 20.8456 2.77727 21.7842 3.71583C22.7227 4.65438 23.25 5.92734 23.25 7.25465V16.7425C23.2513 17.4006 23.1228 18.0525 22.8719 18.6608C22.621 19.2692 22.2526 19.8221 21.7877 20.2878C21.3228 20.7536 20.7707 21.1232 20.1628 21.3753C19.555 21.6274 18.9034 21.7572 18.2453 21.7572ZM6.75465 3.74139C5.82288 3.74139 4.92926 4.11153 4.2704 4.7704C3.61153 5.42926 3.24139 6.32288 3.24139 7.25465V16.7425C3.24139 17.6743 3.61153 18.5679 4.2704 19.2268C4.92926 19.8857 5.82288 20.2558 6.75465 20.2558H18.2453C19.1771 20.2558 20.0707 19.8857 20.7296 19.2268C21.3885 18.5679 21.7586 17.6743 21.7586 16.7425V7.25465C21.7586 6.32288 21.3885 5.42926 20.7296 4.7704C20.0707 4.11153 19.1771 3.74139 18.2453 3.74139H6.75465ZM14.692 11.6888L17.9851 8.89618C18.1337 8.76489 18.226 8.58135 18.2428 8.38374C18.2596 8.18614 18.1996 7.98967 18.0752 7.83519C17.9439 7.6858 17.7593 7.59377 17.561 7.5788C17.3627 7.56383 17.1664 7.62713 17.0142 7.75512L13.7211 10.5477C13.3765 10.8378 12.9405 10.9969 12.49 10.9969C12.0395 10.9969 11.6035 10.8378 11.2588 10.5477L7.8757 7.74511C7.72305 7.61238 7.52394 7.54572 7.32215 7.5598C7.12036 7.57388 6.93243 7.66754 6.7997 7.82018C6.66696 7.97282 6.60031 8.17194 6.61438 8.37373C6.62846 8.57552 6.72212 8.76345 6.87476 8.89618L10.2979 11.7088C10.9105 12.2319 11.6895 12.5193 12.495 12.5193C13.3005 12.5193 14.0795 12.2319 14.692 11.7088V11.6888Z' fill='%23ffffff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fixhead .wrapper #ftools-box .open_tel:hover a {
  background-color: #ffffff;
  transition: 0.3s;
}
#fixhead .wrapper #ftools-box .open_tel:hover a:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.2453 21.7572H6.75465C5.42734 21.7572 4.15438 21.2299 3.21583 20.2914C2.27727 19.3528 1.75 18.0799 1.75 16.7526V7.25465C1.75 5.92734 2.27727 4.65438 3.21583 3.71583C4.15438 2.77727 5.42734 2.25 6.75465 2.25H18.2453C19.5727 2.25 20.8456 2.77727 21.7842 3.71583C22.7227 4.65438 23.25 5.92734 23.25 7.25465V16.7425C23.2513 17.4006 23.1228 18.0525 22.8719 18.6608C22.621 19.2692 22.2526 19.8221 21.7877 20.2878C21.3228 20.7536 20.7707 21.1232 20.1628 21.3753C19.555 21.6274 18.9034 21.7572 18.2453 21.7572ZM6.75465 3.74139C5.82288 3.74139 4.92926 4.11153 4.2704 4.7704C3.61153 5.42926 3.24139 6.32288 3.24139 7.25465V16.7425C3.24139 17.6743 3.61153 18.5679 4.2704 19.2268C4.92926 19.8857 5.82288 20.2558 6.75465 20.2558H18.2453C19.1771 20.2558 20.0707 19.8857 20.7296 19.2268C21.3885 18.5679 21.7586 17.6743 21.7586 16.7425V7.25465C21.7586 6.32288 21.3885 5.42926 20.7296 4.7704C20.0707 4.11153 19.1771 3.74139 18.2453 3.74139H6.75465ZM14.692 11.6888L17.9851 8.89618C18.1337 8.76489 18.226 8.58135 18.2428 8.38374C18.2596 8.18614 18.1996 7.98967 18.0752 7.83519C17.9439 7.6858 17.7593 7.59377 17.561 7.5788C17.3627 7.56383 17.1664 7.62713 17.0142 7.75512L13.7211 10.5477C13.3765 10.8378 12.9405 10.9969 12.49 10.9969C12.0395 10.9969 11.6035 10.8378 11.2588 10.5477L7.8757 7.74511C7.72305 7.61238 7.52394 7.54572 7.32215 7.5598C7.12036 7.57388 6.93243 7.66754 6.7997 7.82018C6.66696 7.97282 6.60031 8.17194 6.61438 8.37373C6.62846 8.57552 6.72212 8.76345 6.87476 8.89618L10.2979 11.7088C10.9105 12.2319 11.6895 12.5193 12.495 12.5193C13.3005 12.5193 14.0795 12.2319 14.692 11.7088V11.6888Z' fill='%23E85011'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fixhead .wrapper #ftools-box .open_calc {
  position: relative;
}
#fixhead .wrapper #ftools-box .open_calc a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #242F5D;
  position: relative;
}
#fixhead .wrapper #ftools-box .open_calc a:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 2.5H7C4.51472 2.5 2.5 4.51472 2.5 7V17C2.5 19.4853 4.51472 21.5 7 21.5H12.5L14 23H7C3.68629 23 1 20.3137 1 17V7C1 3.68629 3.68629 1 7 1H17C20.3137 1 23 3.68629 23 7V14L21.5 12.3752V7C21.5 4.51472 19.4853 2.5 17 2.5Z' fill='%23242F5D'/%3e%3crect x='5.75' y='5.75' width='12.5' height='3.5' rx='1.75' stroke='%23242F5D' stroke-width='1.5'/%3e%3ccircle cx='6' cy='13' r='1' fill='%23242F5D'/%3e%3ccircle cx='6' cy='17' r='1' fill='%23242F5D'/%3e%3ccircle cx='9' cy='13' r='1' fill='%23242F5D'/%3e%3ccircle cx='9' cy='17' r='1' fill='%23242F5D'/%3e%3ccircle cx='17.5' cy='17.5' r='5.75' stroke='%23242F5D' stroke-width='1.5'/%3e%3cpath d='M18.553 18.3647H15V17.3223H18.5265C18.8113 17.3223 19.0453 17.2756 19.2285 17.1821C19.4139 17.0887 19.5508 16.9588 19.6391 16.7925C19.7296 16.6261 19.7737 16.4313 19.7715 16.208C19.7737 15.9893 19.7296 15.7933 19.6391 15.6201C19.5508 15.4447 19.4161 15.3068 19.2351 15.2065C19.0563 15.104 18.8289 15.0527 18.553 15.0527H17.2219V21H15.9967V14H18.553C19.0784 14 19.5232 14.098 19.8874 14.2939C20.2517 14.4876 20.5276 14.7508 20.7152 15.0835C20.9051 15.4139 21 15.7853 21 16.1978C21 16.6261 20.904 17.0033 20.7119 17.3291C20.5199 17.6527 20.2417 17.9067 19.8775 18.0913C19.5132 18.2736 19.0717 18.3647 18.553 18.3647ZM18.7086 18.8843V19.9268H15V18.8843H18.7086Z' fill='%23242F5D'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#fixhead .wrapper #ftools-box .open_calc:hover a {
  background-color: #62C5ED;
  border: 1px solid #62C5ED;
  transition: 0.3s;
}
#fixhead .wrapper #ftools-box .open_calc:hover a:before {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17 2.5H7C4.51472 2.5 2.5 4.51472 2.5 7V17C2.5 19.4853 4.51472 21.5 7 21.5H12.5L14 23H7C3.68629 23 1 20.3137 1 17V7C1 3.68629 3.68629 1 7 1H17C20.3137 1 23 3.68629 23 7V14L21.5 12.3752V7C21.5 4.51472 19.4853 2.5 17 2.5Z' fill='%23ffffff'/%3e%3crect x='5.75' y='5.75' width='12.5' height='3.5' rx='1.75' stroke='%23ffffff' stroke-width='1.5'/%3e%3ccircle cx='6' cy='13' r='1' fill='%23ffffff'/%3e%3ccircle cx='6' cy='17' r='1' fill='%23ffffff'/%3e%3ccircle cx='9' cy='13' r='1' fill='%23ffffff'/%3e%3ccircle cx='9' cy='17' r='1' fill='%23ffffff'/%3e%3ccircle cx='17.5' cy='17.5' r='5.75' stroke='%23ffffff' stroke-width='1.5'/%3e%3cpath d='M18.553 18.3647H15V17.3223H18.5265C18.8113 17.3223 19.0453 17.2756 19.2285 17.1821C19.4139 17.0887 19.5508 16.9588 19.6391 16.7925C19.7296 16.6261 19.7737 16.4313 19.7715 16.208C19.7737 15.9893 19.7296 15.7933 19.6391 15.6201C19.5508 15.4447 19.4161 15.3068 19.2351 15.2065C19.0563 15.104 18.8289 15.0527 18.553 15.0527H17.2219V21H15.9967V14H18.553C19.0784 14 19.5232 14.098 19.8874 14.2939C20.2517 14.4876 20.5276 14.7508 20.7152 15.0835C20.9051 15.4139 21 15.7853 21 16.1978C21 16.6261 20.904 17.0033 20.7119 17.3291C20.5199 17.6527 20.2417 17.9067 19.8775 18.0913C19.5132 18.2736 19.0717 18.3647 18.553 18.3647ZM18.7086 18.8843V19.9268H15V18.8843H18.7086Z' fill='%23ffffff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: 50% 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#speednav {
  margin: 40px auto 20px;
}
#speednav nav ol {
  padding: 0px;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
#speednav nav ol li {
  list-style: none;
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: rgba(19, 23, 30, 0.5019607843);
}
#speednav nav ol li a {
  color: #020A0A;
  text-decoration: none;
}
#speednav nav ol li:after {
  content: "/";
  margin: 0px 3px;
}
#speednav nav ol li:last-child:after {
  display: none;
}

.page label {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.page .checbox label {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.page .page-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.page #pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0px auto;
}
.page #pagination .page-link {
  height: 40px;
  width: 40px;
  text-align: center;
  color: #020A0A;
  border-color: #dbdfe9;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page #pagination .page-link.active {
  color: #E85011;
  background-color: transparent;
  border-color: #dbdfe9;
}
.page #pagination .page-item.active .page-link {
  background-color: #242F5D;
  color: #ffffff;
  border-color: #dbdfe9;
}
.page #pagination .prev .page-link {
  background-color: #dbdfe9;
}
.page #pagination .next .page-link {
  background-color: #dbdfe9;
}
@media (max-width: 576px) {
  .page #speednav {
    margin: 75px auto 20px;
  }
}

.news-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .news-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .news-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .news-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .news-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}

.articles-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .articles-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .articles-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .articles-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .articles-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.articles-page .page-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.articles-page #kss-article {
  margin-bottom: 100px;
}
.articles-page .kss-row ol {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-left: 0;
}
.articles-page .kss-row ol li a {
  color: #0d6efd;
}
.articles-page .kss-row ol li a:hover {
  color: #E85011;
}
.articles-page .kss-row-list {
  margin-top: 40px;
  padding-left: 40px;
}
@media (max-width: 576px) {
  .articles-page .kss-row-list {
    padding-left: 0;
  }
}
.articles-page .kss-row-list .wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.articles-page .kss-row-list .wrap .pagetitle {
  font-size: 32px;
  color: #020A0A;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .articles-page .kss-row-list .wrap .pagetitle {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .articles-page .kss-row-list .wrap .pagetitle {
    font-size: 22px;
    color: #020A0A;
    font-weight: 500;
    margin: 0px 0 20px;
    text-align: left;
  }
}
.articles-page .kss-row-list .wrap .page-content {
  font-weight: 500;
}
.articles-page .kss-row-list .wrap .page-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.articles-page .kss-row-list .wrap .num {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.articles-page .kss-row-list .wrap .num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  background: #242F5D;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  z-index: -1;
}
.articles-page .kss-row-list div[id^=cat] {
  margin-bottom: 40px;
  scroll-margin-top: -56px;
}
.articles-page .kss-row-list .article {
  margin: 0 0 0 76px;
  padding-bottom: 40px;
}
.articles-page .kss-row-list .article .pagetitle {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #0d6efd;
  text-align: left;
  position: relative;
}
.articles-page .kss-row-list .article .pagetitle:hover {
  color: #E85011;
}
.articles-page .kss-row-list .article .pagetitle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #E85011;
}
.articles-page .kss-row-list .article .page-content {
  color: #020A0A;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.articles-page .kss-row-list .article .page-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.law-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .law-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .law-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .law-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .law-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.law-page .page-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.law-page #law {
  margin-bottom: 100px;
}
.law-page .kss-row ol {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-left: 0;
}
.law-page .kss-row ol li a {
  color: #0d6efd;
}
.law-page .kss-row ol li a:hover {
  color: #E85011;
}
.law-page .kss-row-list {
  margin-top: 40px;
  padding-left: 40px;
}
@media (max-width: 576px) {
  .law-page .kss-row-list {
    padding-left: 0;
  }
}
.law-page .kss-row-list .wrap {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.law-page .kss-row-list .wrap .pagetitle {
  font-size: 32px;
  color: #020A0A;
  font-weight: 500;
  margin: 0 0 20px 0;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .law-page .kss-row-list .wrap .pagetitle {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .law-page .kss-row-list .wrap .pagetitle {
    font-size: 22px;
    color: #020A0A;
    font-weight: 500;
    margin: 0px 0 20px;
    text-align: left;
  }
}
.law-page .kss-row-list .wrap .page-content {
  font-weight: 500;
}
.law-page .kss-row-list .wrap .page-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.law-page .kss-row-list .wrap .num {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.law-page .kss-row-list .wrap .num:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  background: #242F5D;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
  z-index: -1;
}
.law-page .kss-row-list div[id^=cat] {
  margin-bottom: 40px;
  scroll-margin-top: -56px;
}
.law-page .kss-row-list .article {
  margin: 0 0 0 76px;
  padding-bottom: 40px;
}
.law-page .kss-row-list .article .pagetitle {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #0d6efd;
  text-align: left;
  position: relative;
}
.law-page .kss-row-list .article .pagetitle:hover {
  color: #E85011;
}
.law-page .kss-row-list .article .pagetitle:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  left: -38px;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #E85011;
}
.law-page .kss-row-list .article .page-content {
  color: #020A0A;
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.law-page .kss-row-list .article .page-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.vacancies-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .vacancies-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vacancies-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .vacancies-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .vacancies-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.vacancies-page .kss-mt-5 p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.vacancies-page #vacancies {
  margin-bottom: 75px;
}
.vacancies-page #vacancies .vac-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 576px) {
  .vacancies-page #vacancies .vac-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.vacancies-page #vacancies .item {
  background-color: #f1f1f4;
  padding: 35px 40px 102px 40px;
  border-radius: 6px;
  height: 100%;
  transition: 0.2s;
  position: relative;
}
.vacancies-page #vacancies .item:hover {
  cursor: pointer;
  background-color: #dbdfe9;
  transition: 0.2s;
}
.vacancies-page #vacancies .item .title {
  color: #020A0A;
  font-size: 32px;
  min-height: 76px;
  font-weight: 500;
  line-height: 38px;
  margin: 0px auto 16px;
}
.vacancies-page #vacancies .item .desc {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.vacancies-page #vacancies .item .salary {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.vacancies-page #vacancies .item .salary span {
  display: inline-block;
  background: #ffffff;
  color: #E85011;
  border: 1px solid #E85011;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  border-radius: 6px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .vacancies-page #vacancies .item .salary span {
    padding: 5px 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vacancies-page #vacancies .item .salary span {
    padding: 5px 5px;
  }
}
.vacancies-page #vacancies .item .city {
  margin: 12px auto;
}
.vacancies-page #vacancies .item .city span {
  display: inline-block;
  background: #ffffff;
  color: #E85011;
  border: 1px solid #E85011;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  border-radius: 6px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .vacancies-page #vacancies .item .city span {
    padding: 5px 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vacancies-page #vacancies .item .city span {
    padding: 5px 5px;
  }
}
.vacancies-page #vacancies .item .more {
  position: absolute;
  bottom: 35px;
}
.vacancies-page #vacancies .item .more a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  border: 1px solid #E85011;
  padding: 11.5px 12px;
  margin: 0;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.vacancies-page #vacancies .item .more a:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.actions-page {
  margin-bottom: 75px;
}
.actions-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .actions-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .actions-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .actions-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .actions-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.actions-page .kss-mt-5 p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.actions-page #actions-page {
  margin-bottom: 75px;
}
.actions-page #actions-page .pr-0 {
  padding-right: 0;
}
.actions-page #actions-page .item {
  background-color: #f1f1f4;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .actions-page #actions-page .item {
    overflow: hidden;
  }
}
.actions-page #actions-page .item .time {
  margin: 30px 0px 15px 65px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 12px;
  background-color: #ffffff;
  border: 1px solid #E85011;
  color: #E85011;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 576px) {
  .actions-page #actions-page .item .time {
    margin: 30px 0px 15px 35px;
  }
}
.actions-page #actions-page .item .title {
  margin: 0px 0px 25px 65px;
  color: #020A0A;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 576px) {
  .actions-page #actions-page .item .title {
    margin: 0px 0px 25px 35px;
  }
}
.actions-page #actions-page .item .desc {
  margin: 0px 0px 15px 65px;
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .actions-page #actions-page .item .desc {
    margin: 0px 12px 15px 35px;
  }
}
.actions-page #actions-page .item .img {
  overflow: hidden;
  border-top-left-radius: 138px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .actions-page #actions-page .item .img {
    height: 30vh;
  }
}
.actions-page #actions-page .item .img img {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  object-fit: cover;
}
.actions-page #actions-page .item .more {
  margin: 0px 0px 30px 65px;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  border: 1px solid #E85011;
  padding: 11.5px 12px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
@media (max-width: 576px) {
  .actions-page #actions-page .item .more {
    margin: 0px 0px 30px 35px;
  }
}
.actions-page #actions-page .item .more:hover {
  background: #ffffff;
  border: 1px solid #E85011;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.page404 .bg404 {
  background-image: url(../img/404bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  max-width: 848px;
  width: 100%;
  height: 0;
  padding: 450px 0 311px;
  margin: -144px auto 60px;
  position: relative;
  z-index: 1;
}
.page404 .bg404 .title {
  font-size: 70px;
  line-height: 1.5;
  font-weight: 900;
  color: #ffffff;
}
@media (min-width: 577px) and (max-width: 1200px) {
  .page404 .bg404 .title {
    font-size: 60px;
    line-height: 1.5;
    font-weight: 900;
  }
}
@media (max-width: 576px) {
  .page404 .bg404 .title {
    font-size: 50px;
    line-height: 1.5;
    font-weight: 900;
  }
}
.page404 .bg404 .desc {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: #ffffff;
  mix-blend-mode: soft-light;
}
.page404 .bg404 .gotoindex {
  margin: 25px auto 0px;
}
.page404 .bg404 .gotoindex a {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 0px 0px 0px 16px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  text-decoration: none;
}
.page404 .bg404 .gotoindex a:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media (max-width: 576px) {
  .contacts-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.contacts-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contacts-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .contacts-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
.contacts-page #contacts-page {
  margin-bottom: 75px;
}
.contacts-page #contacts-page .nav-tabs {
  margin: 45px 0;
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  display: flex;
  gap: 10px;
}
@media (max-width: 576px) {
  .contacts-page #contacts-page .nav-tabs {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-bottom: 5px;
  }
}
.contacts-page #contacts-page .nav-link {
  cursor: pointer;
  width: max-content;
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 10px;
  color: #020A0A;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  min-width: 169px;
  width: auto;
  border-radius: 4px;
  border: 2px solid #020A0A;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .contacts-page #contacts-page .nav-link {
    margin: 2px 2px;
    flex: 1;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-page #contacts-page .nav-link {
    margin: 2px 2px;
    flex: 1;
    width: auto;
  }
}
@media (max-width: 576px) {
  .contacts-page #contacts-page .nav-link {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .contacts-page #contacts-page .nav-link {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
}
.contacts-page #contacts-page .nav-link:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  transform: translate(-50%, 0%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #242F5D;
  z-index: -1;
}
.contacts-page #contacts-page .nav-link:hover {
  border: 2px solid #242F5D;
  color: #E85011;
}
.contacts-page #contacts-page .nav-link.active {
  background-color: #242F5D;
  color: #ffffff;
  border: 2px solid #242F5D;
}
.contacts-page #contacts-page .nav-link.active:after {
  display: block;
}
.contacts-page #contacts-page .nav-link .ico {
  width: 18px;
  height: 18px;
}
.contacts-page #contacts-page .nav-link.city-one .ico {
  background-image: url(../img/twemoji_flag-russia.svg);
}
.contacts-page #contacts-page .nav-link.city-two .ico {
  background-image: url(../img/twemoji_flag-belarus.svg);
}
.contacts-page #contacts-page #map {
  overflow: hidden;
  height: 300px;
  width: 100%;
  border-radius: 17px;
}
.contacts-page #contacts-page #map ymaps {
  font-family: "Montserrat", sans-serif;
}
.contacts-page #contacts-page #map ymaps h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.contacts-page #contacts-page #map ymaps div {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.contacts-page #contacts-page #map ymaps div strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.contacts-page #contacts-page #map-belarus {
  overflow: hidden;
  height: 300px;
  width: 100%;
  border-radius: 17px;
}
.contacts-page #contacts-page #map-belarus ymaps {
  font-family: "Montserrat", sans-serif;
}
.contacts-page #contacts-page #map-belarus ymaps h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.contacts-page #contacts-page #map-belarus ymaps div {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.contacts-page #contacts-page #map-belarus ymaps div strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.contacts-page #contacts-page .kss-row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1.5fr 3.5fr;
}
@media (max-width: 576px) {
  .contacts-page #contacts-page .kss-row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts-page #contacts-page .wrapper {
  display: block;
}
@media (max-width: 440px) {
  .contacts-page #contacts-page .wrapper {
    display: block;
  }
}
.contacts-page #contacts-page .wrapper .adr-office div {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  margin: 0px auto 25px;
}
.contacts-page #contacts-page .wrapper .adr-office div.time-work {
  position: relative;
  padding-left: 32px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.contacts-page #contacts-page .wrapper .adr-office div.time-work:before {
  width: 23px;
  height: 23px;
  background-image: url(../img/carbon_time.svg);
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.contacts-page #contacts-page .wrapper .online-contacts div.phone-contacts {
  position: relative;
  padding-left: 32px;
}
.contacts-page #contacts-page .wrapper .online-contacts div.phone-contacts:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/phone-h-ico.svg);
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.contacts-page #contacts-page .wrapper .online-contacts div.phone-contacts a {
  color: #0d6efd;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.contacts-page #contacts-page .wrapper .online-contacts div.phone-contacts a:hover {
  color: #E85011;
}
.contacts-page #contacts-page .wrapper .online-contacts div.mail-contacts {
  margin: 25px auto 0;
  position: relative;
  padding-left: 32px;
}
.contacts-page #contacts-page .wrapper .online-contacts div.mail-contacts:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/sendmail-h-icosvg.svg);
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.contacts-page #contacts-page .wrapper .online-contacts div.mail-contacts a {
  color: #0d6efd;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.contacts-page #contacts-page .wrapper .online-contacts div.mail-contacts a:hover {
  color: #E85011;
}
.contacts-page #contacts-page .action-barsbut {
  margin: 130px auto 0px;
  display: flex;
}
@media (max-width: 440px) {
  .contacts-page #contacts-page .action-barsbut {
    margin: 50px auto 25px;
    display: block;
  }
}
.contacts-page #contacts-page .action-barsbut button {
  border: 1px solid #242F5D;
  text-align: center;
  width: 256px;
  border-radius: 6px;
  background-color: #ffffff;
  color: #242F5D;
}
@media (max-width: 440px) {
  .contacts-page #contacts-page .action-barsbut button {
    margin: 10px auto;
    width: 100%;
  }
}
.contacts-page #contacts-page .action-barsbut button:last-child {
  margin-left: 15px;
  padding: 25px 40px;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contacts-page #contacts-page .action-barsbut button:last-child {
    width: 200px;
    padding: 25px 10px;
  }
}
@media (max-width: 440px) {
  .contacts-page #contacts-page .action-barsbut button:last-child {
    margin-left: 0;
  }
}
.contacts-page #contacts-page .action-barsbut button:last-child:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-image: url(../img/hugeicons_calculate.svg);
  position: absolute;
}
.contacts-page #contacts-page .action-barsbut button:hover {
  background-color: #dbdfe9;
}
.contacts-page #contacts-page .action-barsbut button:first-child {
  padding: 25px 30px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .contacts-page #contacts-page .action-barsbut button:first-child {
    width: 200px;
    padding: 25px 10px;
  }
}
@media (max-width: 440px) {
  .contacts-page #contacts-page .action-barsbut button:first-child {
    margin-left: 0;
  }
}
.contacts-page #contacts-page .action-barsbut button:first-child:before {
  width: 24px;
  height: 24px;
  content: "";
  display: block;
  background-image: url(../img/mdi_phone-outline.svg);
  position: absolute;
}
.contacts-page #contacts-page .tabs-box {
  margin: 65px auto 0px;
}
.contacts-page #contacts-page .tabs-box .nav-item {
  margin: 0px 10px;
}
@media (max-width: 576px) {
  .contacts-page #contacts-page .tabs-box .nav-item {
    margin: 0px;
    width: 50%;
  }
}
.contacts-page #contacts-page .tabs-box .nav-item .nav-link {
  background-color: transparent;
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  padding: 17px 50px;
  color: #242F5D;
  border-bottom: 0px;
}
@media (max-width: 576px) {
  .contacts-page #contacts-page .tabs-box .nav-item .nav-link {
    padding: 17px 35px;
    font-size: 18px;
  }
}
.contacts-page #contacts-page .tabs-box .nav-item .nav-link.active {
  background-color: #f1f1f4;
  color: #020A0A;
}
.contacts-page #contacts-page .tabs-box .nav-item:first-child {
  margin: 0px 0px 0px 0px;
}
@media (max-width: 576px) {
  .contacts-page #contacts-page .tabs-box .nav-item:first-child {
    margin: 0px;
  }
}
.contacts-page #contacts-page #requestprice #requestprice-box {
  margin: 75px auto 75px;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#attention-box {
  background-color: #f1f1f4;
  padding: 60px 0px;
  position: relative;
  overflow: hidden;
}
#attention-box .title {
  color: #020A0A;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
  margin: 0px auto 20px;
}
#attention-box .desc {
  margin: 8px auto 0;
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}
#attention-box .container:after {
  background-image: url(../img/cuida_warning-outline.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 200px;
  height: 320px;
  z-index: 0;
  display: none;
}

.is-invalid {
  border-color: #dc3545 !important;
}

.invalid-feedback {
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}

.block-attention {
  width: 80%;
  min-height: 104px;
  padding: 20px 20px 20px 104px;
  background-color: #FFEFC9;
  background-image: url('data:image/svg+xml,%3Csvg width="612" height="612" viewBox="0 0 612 612" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M605.217 501.568L350.217 59.568C341.394 44.302 324.887 34 306 34C287.113 34 270.606 44.302 261.783 59.568L6.783 501.568C2.482 509.048 0 517.735 0 527C0 555.152 22.848 578 51 578H561C589.152 578 612 555.152 612 527C612 517.735 609.535 509.048 605.217 501.568ZM50.966 527.051L305.949 85H306L306.034 85.051L561 527L50.966 527.051ZM306 408C287.232 408 272 423.232 272 442C272 460.785 287.215 476 306 476C324.785 476 340 460.768 340 442C340 423.232 324.785 408 306 408ZM272 255C272 256.938 272.17 258.859 272.476 260.712L289.221 359.857C290.598 367.897 297.585 374 306 374C314.415 374 321.402 367.897 322.762 359.856L339.507 260.711C339.83 258.859 340 256.938 340 255C340 236.232 324.785 221 306 221C287.232 221 272 236.232 272 255Z" fill="%23E85011"/%3E%3C/svg%3E');
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  font-style: italic;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .block-attention {
    width: 100%;
  }
}
.block-attention p {
  width: 100% !important;
  max-width: 100% !important;
}
.block-attention h1 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-attention h2 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-attention h3 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-attention h4 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-attention .item {
  font-weight: 600;
}
.block-attention .title {
  font-weight: 700;
  margin-bottom: 10px;
}
.block-attention .desc {
  font-weight: 500;
}
.block-attention.bborder {
  min-height: auto;
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
  font-style: normal;
  background-image: none;
  border-left-width: 3px;
  border-left-color: #E85011;
  border-left-style: solid;
}

.block-info {
  width: 80%;
  min-height: 104px;
  padding: 20px 20px 20px 104px;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3Csvg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg clip-path="url(%23clip0_1719_1485)"%3E%3Cpath d="M64 0C28.656 0 0 28.656 0 64C0 99.344 28.656 128 64 128C99.344 128 128 99.344 128 64C128 28.656 99.344 0 64 0ZM64 120C33.125 120 8 94.875 8 64C8 33.125 33.125 8 64 8C94.875 8 120 33.125 120 64C120 94.875 94.875 120 64 120ZM64 48C59.586 48 56 51.586 56 56V96C56 100.414 59.586 104 64 104C68.414 104 72 100.414 72 96V56C72 51.586 68.414 48 64 48ZM64 24C59.586 24 56 27.586 56 32C56 36.414 59.586 40 64 40C68.414 40 72 36.414 72 32C72 27.586 68.414 24 64 24Z" fill="%23242F5D"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_1719_1485"%3E%3Crect width="128" height="128" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
  background-size: 64px 64px;
  background-repeat: no-repeat;
  background-position: left 20px center;
  font-style: italic;
  margin: 20px 0;
  display: flex;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 0px;
}
@media (max-width: 767px) {
  .block-info {
    width: 100%;
  }
}
.block-info p {
  width: 100% !important;
  max-width: 100% !important;
}
.block-info h1 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-info h2 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-info h3 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-info h4 {
  margin-top: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.block-info .item {
  font-weight: 600;
}
.block-info.bborder {
  min-height: auto;
  padding: 10px 20px 10px 20px;
  background-color: #ffffff;
  background-image: none;
  font-style: normal;
  box-shadow: none;
  border-left-width: 3px;
  border-left-color: #242F5D;
  border-left-style: solid;
}
.block-info.bborder .item {
  font-weight: 600;
}

.quote {
  padding: 10px 50px 10px 70px;
  border-left: 4px solid #C3C5C9;
  position: relative;
  display: inline-block;
}
.quote:before {
  content: "“";
  left: 20px;
  top: -10px;
  position: absolute;
  font-size: 100px;
  font-family: Times, sans-serif;
  line-height: 100px;
}
.quote:after {
  content: "”";
  right: 0px;
  bottom: -10px;
  position: absolute;
  font-size: 100px;
  font-family: Times, sans-serif;
  line-height: 100px;
}
.quote p {
  width: 100% !important;
  max-width: 100% !important;
  font-style: normal;
  font-weight: normal;
  color: #020A0A;
}
.quote cite {
  font-style: italic;
  font-weight: normal;
  color: RGBA(2, 10, 10, 0.7);
  display: block;
  text-align: right;
}

@media (max-width: 576px) {
  .action-page .speednav {
    display: none;
  }
}
.action-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .action-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .action-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .action-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .action-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1440px) {
  .action-page .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.action-page #action {
  margin-bottom: 65px;
}
.action-page #action .action-content {
  max-width: 80%;
  width: 80%;
}
@media (max-width: 576px) {
  .action-page #action .action-content {
    width: 100%;
    max-width: 100%;
  }
}
.action-page #action .action-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.action-page #action .action-content a {
  color: #0d6efd;
}
.action-page #action .action-content a:hover {
  color: #E85011;
}
.action-page .owl-new .owl-nav {
  height: 40px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.action-page .owl-new .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  left: 24px;
}
.action-page .owl-new .owl-nav .owl-prev span {
  width: 10px;
  height: 12px;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.action-page .owl-new .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  right: 24px;
}
.action-page .owl-new .owl-nav .owl-next span {
  width: 10px;
  height: 12px;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.action-page .owl-new .owl-nav button:hover {
  background-color: #dbdfe9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.action-page blockquote {
  padding: 25px 35px;
  border-radius: 6px;
  background-color: #f1f1f4;
  position: relative;
}
.action-page blockquote:after {
  content: '"';
  font-size: 65px;
  color: #242F5D;
  position: absolute;
  left: 10px;
  top: -15px;
}
.action-page blockquote:before {
  content: '"';
  font-size: 65px;
  color: #242F5D;
  position: absolute;
  right: 10px;
  bottom: -25px;
}

.new-page .other-news #news {
  margin: 0px auto;
}
.new-page .other-news .title-block {
  font-size: 40px;
  color: #020A0A;
  font-weight: 500;
  margin: 40px 0 20px;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-page .other-news .title-block {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  .new-page .other-news .title-block {
    font-size: 26px;
    color: #020A0A;
    font-weight: 500;
    margin: 40px 0 20px;
    text-align: left;
  }
}
@media (max-width: 576px) {
  .new-page .speednav {
    display: none;
  }
}
.new-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .new-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .new-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .new-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .new-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
@media (max-width: 1440px) {
  .new-page .container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.new-page #new .new-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.new-page #new .new-content a {
  color: #0d6efd;
}
.new-page #new .new-content a:hover {
  color: #E85011;
}
.new-page .owl-new {
  margin-bottom: 65px;
}
.new-page .owl-new .owl-nav {
  height: 40px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.new-page .owl-new .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  left: 24px;
}
.new-page .owl-new .owl-nav .owl-prev span {
  width: 10px;
  height: 12px;
  background-image: url(../img/arrow-left.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-page .owl-new .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  right: 24px;
}
.new-page .owl-new .owl-nav .owl-next span {
  width: 10px;
  height: 12px;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-page .owl-new .owl-nav button:hover {
  background-color: #dbdfe9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new-page blockquote {
  padding: 25px 35px;
  border-radius: 6px;
  background-color: #f1f1f4;
  position: relative;
}
.new-page blockquote:after {
  content: '"';
  font-size: 65px;
  color: #242F5D;
  position: absolute;
  left: 10px;
  top: -15px;
}
.new-page blockquote:before {
  content: '"';
  font-size: 65px;
  color: #242F5D;
  position: absolute;
  right: 10px;
  bottom: -25px;
}

.static-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .static-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .static-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .static-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .static-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.static-page p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.static-page a {
  color: #0d6efd;
}
.static-page a:hover {
  color: #E85011;
}

.vacancie-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .vacancie-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vacancie-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .vacancie-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .vacancie-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.vacancie-page #vacancie {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #020A0A;
}
.vacancie-page #vacancie a {
  color: #0d6efd;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: underline;
}
.vacancie-page #vacancie a:hover {
  color: #E85011;
}
.vacancie-page #vacancie strong {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #020A0A;
}
.vacancie-page #vacancie b {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #020A0A;
}
.vacancie-page #vacancie h1 span {
  background-color: #f1f1f4;
  text-align: center;
  color: #020A0A;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  padding: 8px 12px;
  border-radius: 5px;
  margin: 0px 0px 0px 20px;
}
.vacancie-page #vacancie .img {
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 45px;
}
.vacancie-page #vacancie .img img {
  width: 100%;
  height: auto;
}
.vacancie-page #vacancie .about-vacancie {
  margin: 0px auto 35px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.vacancie-page #vacancie .about-vacancie div {
  display: inline-block;
  background: #ffffff;
  color: #E85011;
  border: 1px solid #E85011;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 17px;
  padding: 8px 10px;
  border-radius: 6px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .vacancie-page #vacancie .about-vacancie div {
    padding: 5px 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .vacancie-page #vacancie .about-vacancie div {
    padding: 5px 5px;
  }
}
.vacancie-page #vacancie .title-box {
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #020A0A;
  margin: 0px auto 15px;
}
.vacancie-page #vacancie .contact-vacancie {
  margin: 0px auto 35px;
}
.vacancie-page #vacancie .desc-vacancie {
  margin: 0px auto 35px;
}
.vacancie-page #vacancie .responsibilities-vacancie {
  margin: 0px auto 35px;
}
.vacancie-page #vacancie .requirements-vacancie {
  margin: 0px auto 35px;
}
.vacancie-page #vacancie .offer-vacancie {
  margin: 0px auto 35px;
}
.vacancie-page #vacancie .callback-vacancie {
  margin: 0px auto 35px;
}
.vacancie-page #vacancie .adr-vacancie {
  margin: 0px auto 35px;
}
.vacancie-page #vacancie .vacan-form {
  margin: 0px auto 0;
  background-color: #f1f1f4;
  padding: 35px 40px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
@media (max-width: 576px) {
  .vacancie-page #vacancie .vacan-form {
    margin: 0px auto 25px;
  }
}
.vacancie-page #vacancie .vacan-form button {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 0px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #E85011;
}
.vacancie-page #vacancie .vacan-form button:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.vacancie-page #vacancie .vacan-form .titleform {
  color: #020A0A;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0px auto 30px;
}

.about-page #becomeclient-in {
  height: auto;
  min-height: 409px;
  width: 100%;
  margin: 1px auto 45px;
  overflow: hidden;
  position: relative;
  -webkit-border-bottom-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (min-width: 1920px) {
  .about-page #becomeclient-in {
    max-width: 1920px;
  }
}
.about-page #becomeclient-in:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50.98%, #242F5D), color-stop(80.8%, rgba(1, 33, 105, 0)));
  background: linear-gradient(90deg, #242F5D 50.98%, rgba(1, 33, 105, 0) 80.8%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .about-page #becomeclient-in:after {
    background: rgba(36, 47, 93, 0.7);
  }
}
.about-page #becomeclient-in .becomeclient-content {
  height: auto;
  min-height: 409px;
  width: 100%;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.about-page #becomeclient-in .becomeclient-content .container {
  position: relative;
}
.about-page #becomeclient-in .becomeclient-content .container .content {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .about-page #becomeclient-in .becomeclient-content .container .content {
    padding: 30px 0px 40px 0px;
    position: relative;
    z-index: 8;
  }
}
.about-page #becomeclient-in .becomeclient-content .container .content h1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  left: 0;
  margin: 0px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about-page #becomeclient-in .becomeclient-content .container .content h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about-page #becomeclient-in .becomeclient-content .container .content h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .about-page #becomeclient-in .becomeclient-content .container .content h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
.about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  display: block;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet {
    max-width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet span {
  color: #FFEFC9;
  font-weight: 600;
}
.about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet p {
    font-size: 16px;
    line-height: 20px;
  }
}
.about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet ul {
  list-style: none;
}
.about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .about-page #becomeclient-in .becomeclient-content .container .content .shor-snippet ul li {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .about-page main #becomeclient .becomeclient_description {
    padding: 25px;
  }
}
.about-page h1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  left: 0;
  margin: 0px 0px 25px 0px;
  font-size: 3rem;
  font-weight: 700;
}
.about-page #about-utp {
  margin: 65px auto 65px;
}
@media (max-width: 576px) {
  .about-page #about-utp {
    margin-top: 36px;
    margin-bottom: 36px;
  }
}
.about-page #about-utp .wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .about-page #about-utp .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-page #about-utp .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .about-page #about-utp .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .about-page #about-utp .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
}
.about-page #about-utp .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.about-page #about-utp .item .icon {
  background-color: #ffffff;
  width: 72px;
  height: 72px;
}
.about-page #about-utp .item .icon img {
  background-color: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
.about-page #about-utp .item .title {
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.about-page #about-utp .item .title:not(:last-child) {
  margin-bottom: 8px;
}
.about-page #about-utp .item .desc {
  color: #020A0A;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.partner-page #header-partners {
  height: auto;
  min-height: 409px;
  width: 100%;
  margin: 1px auto 45px;
  overflow: hidden;
  position: relative;
  -webkit-border-bottom-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (min-width: 1920px) {
  .partner-page #header-partners {
    max-width: 1920px;
  }
}
.partner-page #header-partners:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50.98%, #242F5D), color-stop(80.8%, rgba(1, 33, 105, 0)));
  background: linear-gradient(90deg, #242F5D 50.98%, rgba(1, 33, 105, 0) 80.8%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .partner-page #header-partners:after {
    background: rgba(36, 47, 93, 0.7);
  }
}
.partner-page #header-partners .header-partners-content {
  height: auto;
  min-height: 409px;
  width: 100%;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.partner-page #header-partners .header-partners-content .container {
  position: relative;
}
.partner-page #header-partners .header-partners-content .container .content {
  padding: 30px 0;
}
@media (max-width: 768px) {
  .partner-page #header-partners .header-partners-content .container .content {
    padding: 30px 0px 40px 0px;
    position: relative;
    z-index: 8;
  }
}
.partner-page #header-partners .header-partners-content .container .content h1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  left: 0;
  margin: 0px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .partner-page #header-partners .header-partners-content .container .content h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .partner-page #header-partners .header-partners-content .container .content h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .partner-page #header-partners .header-partners-content .container .content h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
.partner-page #header-partners .header-partners-content .container .content .shor-snippet {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  display: block;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .partner-page #header-partners .header-partners-content .container .content .shor-snippet {
    max-width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .partner-page #header-partners .header-partners-content .container .content .shor-snippet {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .partner-page #header-partners .header-partners-content .container .content .shor-snippet {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.partner-page #header-partners .header-partners-content .container .content .shor-snippet span {
  color: #FFEFC9;
  font-weight: 600;
}
.partner-page #header-partners .header-partners-content .container .content .shor-snippet p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .partner-page #header-partners .header-partners-content .container .content .shor-snippet p {
    font-size: 16px;
    line-height: 20px;
  }
}
.partner-page #header-partners .header-partners-content .container .content .shor-snippet ul {
  list-style: none;
}
.partner-page #header-partners .header-partners-content .container .content .shor-snippet ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .partner-page #header-partners .header-partners-content .container .content .shor-snippet ul li {
    font-size: 15px;
    line-height: 18px;
  }
}
.partner-page #patnerwelcome {
  margin-bottom: 75px;
}
.partner-page #patnerwelcome .title-section {
  margin: 0px auto 24px;
  color: #242F5D;
  font-size: 35px;
  font-weight: 800;
  line-height: 44px;
}
.partner-page #patnerwelcome .title-section h2 {
  width: 100%;
}
.partner-page #patnerwelcome ul, .partner-page #patnerwelcome ol {
  width: 100%;
}
.partner-page #patnerwelcome p {
  color: #020A0A;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  width: 100%;
}
.partner-page #patnerwelcome .form-title {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0px auto 30px;
}
.partner-page #patnerwelcome #form-parnerinvite {
  background-color: #f1f1f4;
  padding: 50px;
  border-radius: 17px;
  margin: -150px auto 0px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .partner-page #patnerwelcome #form-parnerinvite {
    margin: 25px auto 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .partner-page #patnerwelcome #form-parnerinvite {
    margin: 25px 0 auto;
  }
}
@media (max-width: 576px) {
  .partner-page #patnerwelcome #form-parnerinvite {
    margin: 20px auto 0px;
  }
}
.partner-page #patnerwelcome #form-parnerinvite button {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  border: 1px solid #E85011;
  padding: 11.5px 12px;
  margin: 10px 0px 10px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.partner-page #patnerwelcome #form-parnerinvite button:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.partner-page #howpartner {
  margin: 65px auto;
  position: relative;
}
.partner-page #howpartner .wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .partner-page #howpartner .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .partner-page #howpartner .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .partner-page #howpartner .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .partner-page #howpartner .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
}
.partner-page #howpartner .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.partner-page #howpartner .item .icon {
  background-color: #ffffff;
  width: 72px;
  height: 72px;
}
.partner-page #howpartner .item .icon img {
  background-color: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
.partner-page #howpartner .item .title {
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.partner-page #howpartner .item .title:not(:last-child) {
  margin-bottom: 8px;
}
.partner-page #howpartner .item .desc {
  color: #020A0A;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.services-page h1 {
  position: relative;
  z-index: 1;
  color: #020A0A;
  max-width: 80%;
  left: 0;
  margin: 30px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .services-page h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .services-page h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .services-page h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .services-page .kss-mt-5 {
    margin-top: 5rem !important;
  }
}
.services-page .page-content p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.services-page .subtitle-cat {
  margin: 60px auto 25px;
  color: #020A0A;
  font-size: 24px;
}
@media (max-width: 576px) {
  .services-page .subtitle-cat {
    margin: 45px auto 25px;
  }
}
.services-page .services .load-more {
  background-color: #242F5D;
  color: #ffffff;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  padding: 17px 22px;
  border: none;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px auto;
  display: block;
}
.services-page .services .load-more:hover {
  background-color: #62C5ED;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#theses {
  margin-bottom: 75px;
}
#theses .plitka-wrap {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 992px) and (max-width: 1200px) {
  #theses .plitka-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  #theses .plitka-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  #theses .plitka-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
#theses .item {
  min-width: 0;
  background-color: transparent;
  padding: 25px;
  border-radius: 6px;
  border: 1px solid #dbdfe9;
}
@media (max-width: 576px) {
  #theses .item {
    margin-bottom: 24px;
  }
}
#theses .item .title {
  color: #020A0A;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0px auto 15px;
}
#theses .item .desc {
  color: #020A0A;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.whywebest {
  margin-bottom: 75px;
  background-color: #ffffff;
  padding: 0px 0px;
}
.whywebest .title-section {
  margin: 0px 0 25px;
  text-align: left;
}
.whywebest .title-section h4 {
  color: #020A0A;
}
.whywebest .whywebest-description {
  margin: 0px 0 25px;
  text-align: left;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  width: 80%;
}
@media (max-width: 576px) {
  .whywebest .whywebest-description {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .whywebest .whywebest-description {
    width: 100%;
  }
}
.whywebest .wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  padding-top: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .whywebest .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .whywebest .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .whywebest .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
  }
}
@media (max-width: 576px) {
  .whywebest .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
  }
}
.whywebest .wrapper.list-center {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-top: 20px;
  flex-wrap: wrap;
}
.whywebest .wrapper.list-center .item {
  width: calc((100% - 120px) / 4);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .whywebest .wrapper.list-center .item {
    width: calc((100% - 80px) / 3);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .whywebest .wrapper.list-center .item {
    width: calc((100% - 40px) / 2);
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .whywebest .wrapper.list-center .item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 576px) {
  .whywebest .wrapper.list-center .item {
    width: 100%;
  }
}
.whywebest .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.whywebest .item .icon {
  background-color: #ffffff;
  width: 72px;
  height: 72px;
}
.whywebest .item .icon img {
  background-color: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
.whywebest .item .title {
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
}
.whywebest .item .title:not(:last-child) {
  margin-bottom: 8px;
}
.whywebest .item .desc {
  color: #020A0A;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

#faq {
  padding: 40px 0px 40px;
}
#faq .title-section {
  margin: 0px 0 40px;
  text-align: left;
  width: 70%;
}
#faq .title-section h4 {
  color: #020A0A;
}
#faq .accordion-item {
  border: none;
  border-bottom: 1px solid #8b8b8b;
}
#faq .accordion-item .accordion-header {
  color: #0b0b0b;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  text-align: left;
  width: 100%;
}
#faq .accordion-item .accordion-header button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#faq .accordion-item .accordion-header button:after {
  background-color: #f1f1f4;
  padding: 16px;
  background-position: center center;
  border-radius: 6px;
  stroke: #f00;
}
#faq .accordion-item .accordion-header button.collapsed {
  background-color: transparent;
}
#faq .accordion-item .accordion-header button.collapsed:after {
  background-color: #dbdfe9;
  padding: 16px;
  background-position: center center;
  border-radius: 6px;
}
#faq .accordion-item .accordion-header h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
#faq .accordion-item .accordion-body {
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
#faq .accordion-item .accordion-body a {
  margin: 10px auto 0px;
  color: #E85011;
  display: block;
  text-align: left;
  font-weight: 500;
}

#free-block {
  padding: 75px 0px;
}
#free-block .title-section {
  margin: 0px 0 20px;
  text-align: left;
  width: 70%;
}
#free-block .title-section h4 {
  color: #020A0A;
}
#free-block .description {
  color: #020A0A;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
#free-block .description p {
  padding: 10px 0px;
}

.sample-documents {
  background-color: #ffffff;
  padding: 0px 0px 40px 0px;
}
.sample-documents .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  gap: 20px 10px;
}
@media (max-width: 992px) {
  .sample-documents .wrapper.same {
    display: grid;
    gap: 20px 10px;
    grid-template-columns: repeat(2, auto);
  }
}
@media (max-width: 576px) {
  .sample-documents .wrapper.same {
    display: grid;
    gap: 20px 10px;
    grid-template-columns: repeat(1, auto);
  }
}
.sample-documents .item {
  background-color: #ffffff;
  padding: 5px 0px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-preferred-size: center;
  flex-basis: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sample-documents .item .icon {
  overflow: hidden;
  text-align: center;
  width: 45px;
  height: 47px;
  margin: 0px 20px 0px 0px;
}
.sample-documents .item .icon.xls {
  background-image: url(../img/xls-fill.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.sample-documents .item .icon.doc {
  background-image: url(../img/doc-fill.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.sample-documents .item .icon.pdf {
  background-image: url(../img/pdf-fill.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.sample-documents .item .icon.txt {
  background-image: url(../img/txt-fill.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.sample-documents .item .file-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
  font-size: 14px;
  line-height: normal;
}
.sample-documents .item .file-info .name {
  font-size: 14px;
  line-height: normal;
  color: #020A0A;
  font-weight: 600;
  text-decoration: none;
}
.sample-documents .item .file-info .f-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  line-height: normal;
  color: rgba(2, 10, 10, 0.5);
}
.sample-documents .item .file-info .f-row .f-type-size {
  text-transform: uppercase;
}
.sample-documents .item .file-info .f-row .download {
  color: #0d6efd;
  text-decoration: underline;
  font-weight: 500;
}
.sample-documents a {
  text-decoration: none;
  border-radius: 6px;
  display: block;
  border: 1px solid rgba(2, 10, 10, 0.1);
  padding: 0 10px;
}
.sample-documents a:hover {
  text-decoration: none;
  border: 1px solid #242F5D;
}
.sample-documents a:hover .item .file-info .f-row .download {
  color: #E85011;
}

.service-page .subtitle-cat {
  margin: 60px auto 25px;
  color: #020A0A;
  font-size: 24px;
}
.service-page .services .load-more {
  background-color: transparent;
  color: #00184d;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  padding: 17px 22px;
  border: 1px solid #00184d;
  border-radius: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0px auto;
  display: block;
}
.service-page .services .load-more:hover {
  background-color: #dbdfe9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page #header-service {
  height: auto;
  min-height: 409px;
  width: 100%;
  margin: 1px auto 0px;
  overflow: hidden;
  position: relative;
  -webkit-border-bottom-right-radius: 60px;
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}
@media (min-width: 1920px) {
  .service-page #header-service {
    max-width: 1920px;
  }
}
.service-page #header-service .img {
  position: relative;
  text-align: center;
}
.service-page #header-service .img img {
  width: 100%;
  background-size: cover;
}
.service-page #header-service .header-service-content {
  height: auto;
  width: 100%;
  min-height: 409px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.service-page #header-service .header-service-content .content {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .service-page #header-service .header-service-content .content {
    padding: 30px 0px 40px 0px;
    position: relative;
    z-index: 8;
  }
}
.service-page #header-service .header-service-content nav {
  position: absolute;
  z-index: 1000;
  right: 0;
  top: 30px;
}
.service-page #header-service .header-service-content nav .kss-breadcrumb {
  max-width: 100%;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: RGBA(255, 255, 255, 0.8);
  padding: 5px 10px;
  border-radius: 6px;
}
.service-page #header-service .header-service-content nav .kss-breadcrumb .kss-breadcrumb-item {
  font-size: 13px;
  line-height: 13px;
  color: #020A0A;
  font-weight: 500;
}
.service-page #header-service .header-service-content nav .kss-breadcrumb .kss-breadcrumb-item a {
  display: inline;
  font-size: 13px;
  line-height: 13px;
  color: #242F5D;
  font-weight: 500;
}
.service-page #header-service .header-service-content nav .kss-breadcrumb .kss-breadcrumb-item a:hover {
  color: #E85011;
}
.service-page #header-service .header-service-content nav .kss-breadcrumb .kss-breadcrumb-item + .kss-breadcrumb-item::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  margin-right: 10px;
  transform: translateY(2px);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M10.3536 7.35355C10.5488 7.15829 10.5488 6.84171 10.3536 6.64645L7.17157 3.46447C6.97631 3.2692 6.65973 3.2692 6.46447 3.46447C6.2692 3.65973 6.2692 3.97631 6.46447 4.17157L9.29289 7L6.46447 9.82843C6.2692 10.0237 6.2692 10.3403 6.46447 10.5355C6.65973 10.7308 6.97631 10.7308 7.17157 10.5355L10.3536 7.35355ZM2 7V7.5H10V7V6.5H2V7Z' fill='%23020A0A'/%3E%3C/svg%3E");
}
.service-page #header-service h1 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  left: 0;
  margin: 0px 0px 25px 0px;
  font-size: 44px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .service-page #header-service h1 {
    width: 90%;
    font-size: 42px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page #header-service h1 {
    width: 90%;
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .service-page #header-service h1 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}
.service-page #header-service button {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #E85011;
  padding: 11.5px 12px;
  margin: 30px 0px 0px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 3 !important;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.service-page #header-service button:hover {
  background-color: #e04903;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.service-page #header-service a {
  display: block;
}
.service-page #header-service a.morelink {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background-color: #E85011;
  padding: 11.5px 12px;
  margin: 30px 0px 0px 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: 154px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
}
.service-page #header-service a.morelink:hover {
  background-color: #ffffff;
  color: #E85011;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.service-page #header-service .shor-snippet {
  position: relative;
  z-index: 1;
  color: #ffffff;
  max-width: 80%;
  display: block;
  margin-bottom: 35px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .service-page #header-service .shor-snippet {
    max-width: 90%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page #header-service .shor-snippet {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .service-page #header-service .shor-snippet {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.service-page #header-service .shor-snippet span {
  color: #FFEFC9;
  font-weight: 600;
}
.service-page #header-service .shor-snippet p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .service-page #header-service .shor-snippet p {
    font-size: 16px;
    line-height: 20px;
  }
}
.service-page #header-service .shor-snippet ul {
  list-style: none;
}
.service-page #header-service .shor-snippet ul li {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .service-page #header-service .shor-snippet ul li {
    font-size: 15px;
    line-height: 18px;
  }
}
.service-page #header-service #speednav {
  position: relative;
  z-index: 1;
}
.service-page #header-service #speednav li {
  color: #ffffff;
}
.service-page #header-service #speednav li a {
  color: #ffffff;
}
.service-page #header-service:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50.98%, #242F5D), color-stop(80.8%, rgba(1, 33, 105, 0)));
  background: linear-gradient(90deg, #242F5D 50.98%, rgba(1, 33, 105, 0) 80.8%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .service-page #header-service:after {
    background: rgba(36, 47, 93, 0.7);
  }
}
.service-page #types-cargo {
  margin: 45px auto 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .service-page #types-cargo {
    margin: 25px auto;
  }
}
.service-page #types-cargo .types-cargo-content {
  background-color: #ffffff;
  display: grid;
  gap: 20px 10px;
  grid-template-columns: repeat(5, 1fr);
}
@media (min-width: 992px) and (max-width: 1200px) {
  .service-page #types-cargo .types-cargo-content {
    background-color: #ffffff;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-page #types-cargo .types-cargo-content {
    background-color: #ffffff;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .service-page #types-cargo .types-cargo-content {
    background-color: #ffffff;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .service-page #types-cargo .types-cargo-content {
    padding: 0px;
    background-color: #ffffff;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-page #types-cargo .owl-typecargo {
  background-color: #f1f1f4;
  padding: 35px 50px;
  border-radius: 16px;
}
.service-page #types-cargo .owl-typecargo .owl-dots {
  display: none;
}
.service-page #types-cargo .owl-typecargo .owl-nav {
  position: absolute;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  left: -1%;
  width: 102%;
}
.service-page #types-cargo .owl-typecargo .owl-nav .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #E85011;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  overflow: hidden;
}
.service-page #types-cargo .owl-typecargo .owl-nav .owl-prev span {
  background-image: url(../img/arrow-leftwhite.svg);
  fill: #ffffff !important;
  color: #ffffff !important;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-page #types-cargo .owl-typecargo .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  background-color: #E85011;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  overflow: hidden;
}
.service-page #types-cargo .owl-typecargo .owl-nav .owl-next span {
  background-image: url(../img/arrow-rightwhite.svg);
  fill: #ffffff !important;
  color: #ffffff !important;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.service-page #types-cargo .item {
  background: #ffffff;
  border-radius: 6px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid rgba(2, 10, 10, 0.1);
}
.service-page #types-cargo .item:hover {
  border: 1px solid #242F5D;
}
.service-page #types-cargo .item:hover a {
  color: #E85011;
}
.service-page #types-cargo .item img {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0px auto 5px;
}
.service-page #types-cargo .item a {
  color: #0d6efd;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  padding: 5px;
  display: block;
}
.service-page .price-factors {
  padding: 0px 0px;
  padding-bottom: 40px;
  background-color: #ffffff;
  position: relative;
}
.service-page .price-factors .wrapper {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
@media (min-width: 768px) and (max-width: 1200px) {
  .service-page .price-factors .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .service-page .price-factors .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .service-page .price-factors .wrapper {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-page .price-factors .wrapper .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-page .price-factors .wrapper .item .icon {
  background-color: #ffffff;
  width: 72px;
  height: 72px;
}
.service-page .price-factors .wrapper .item .icon img {
  background-color: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
.service-page .price-factors .wrapper .item .content .title {
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}
.service-page .price-factors .wrapper .item .content .title:not(:last-child) {
  margin-bottom: 8px;
}
.service-page .price-factors .wrapper .item .content .desc {
  color: #020A0A;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}
.service-page .price-factors .title-section {
  margin: 0px 0 20px;
  text-align: left;
  max-width: 50%;
}
.service-page .price-factors .title-section h4 {
  color: #020A0A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
.service-page .price-factors-horizontal {
  padding: 0px 0px;
  padding-bottom: 40px;
  background-color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.service-page .price-factors-horizontal .wrapper {
  display: grid;
  gap: 80px 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 577px) and (max-width: 767px) {
  .service-page .price-factors-horizontal .wrapper {
    display: grid;
    gap: 80px 60px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  .service-page .price-factors-horizontal .wrapper {
    display: grid;
    gap: 80px 60px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-page .price-factors-horizontal .wrapper.only-title .item {
  align-items: center;
}
.service-page .price-factors-horizontal .wrapper.only-title .item .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-page .price-factors-horizontal .item {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.service-page .price-factors-horizontal .item .icon {
  background-color: #ffffff;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}
.service-page .price-factors-horizontal .item .icon img {
  background-color: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
.service-page .price-factors-horizontal .item .content .title {
  color: #020A0A;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  text-align: left;
}
.service-page .price-factors-horizontal .item .content .title:not(:last-child) {
  margin-bottom: 8px;
}
.service-page .price-factors-horizontal .item .content .desc {
  color: #020A0A;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}
.service-page #calculation-example {
  padding: 40px 0 0;
}
.service-page #calculation-example .title-section {
  margin: 0px 0 32px;
  text-align: left;
}
.service-page #calculation-example .title-section h4 {
  color: #020A0A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
.service-page #calculation-example .description-section {
  margin: 35px auto 65px;
  text-align: center;
  color: #dbdfe9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.service-page #calculation-example .table-spacing-wrapper {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.service-page #calculation-example table {
  text-align: center;
  border-spacing: 15px;
  border-collapse: separate;
  width: 100%;
  font-size: 16px;
  line-height: 17px;
}
.service-page #calculation-example table thead th {
  background-color: #242F5D;
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 30px 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #calculation-example table thead th:first-child {
  background-color: #f1f1f4;
}
.service-page #calculation-example table tbody th {
  background-color: #f1f1f4;
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 30px 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #calculation-example table tbody th[scope=row] {
  background-color: #242F5D;
}
.service-page #calculation-example table tbody td {
  padding: 30px 0;
  border-radius: 6px;
  background-color: #f1f1f4;
  color: #242F5D;
  font-weight: 500;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #calculation-example table tbody td:first-child {
  padding-left: 0px;
}
.service-page #send-receive {
  margin: 45px auto;
}
@media (max-width: 576px) {
  .service-page #send-receive {
    margin: 25px auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page #send-receive {
    margin: 25px auto;
  }
}
.service-page #send-receive .title-section {
  margin: 0px 0 32px;
  text-align: left;
}
.service-page #send-receive .title-section h4 {
  color: #020A0A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
.service-page #send-receive .desc-section {
  color: #020A0A;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0px 0px 40px 0px;
}
.service-page #send-receive .tabs-box .nav.nav-tabs {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  display: flex;
  gap: 10px;
}
@media (max-width: 576px) {
  .service-page #send-receive .nav-tabs {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-bottom: 5px;
  }
}
.service-page #send-receive .nav-item {
  width: max-content;
}
@media (max-width: 576px) {
  .service-page #send-receive .nav-item {
    margin: 2px 2px;
    flex: 1;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page #send-receive .nav-item {
    margin: 2px 2px;
    flex: 1;
    width: auto;
  }
}
.service-page #send-receive .nav-item .nav-link {
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 10px;
  color: #020A0A;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  min-width: 169px;
  width: auto;
  border-radius: 4px;
  border: 2px solid #020A0A;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 576px) {
  .service-page #send-receive .nav-item .nav-link {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    white-space: nowrap;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page #send-receive .nav-item .nav-link {
    width: 100%;
    padding: 15px;
    font-size: 14px;
  }
}
.service-page #send-receive .nav-item .nav-link:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  transform: translate(-50%, 0%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #242F5D;
  z-index: -1;
}
.service-page #send-receive .nav-item .nav-link:hover {
  border: 2px solid #242F5D;
  color: #E85011;
}
.service-page #send-receive .nav-item .nav-link:hover span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M34.8908 18.3483V14.655C34.8929 13.7684 34.6577 12.8975 34.2096 12.1326C33.7615 11.3677 33.1168 10.7366 32.3424 10.305L22.4141 4.7933C21.6755 4.38232 20.8443 4.16663 19.9991 4.16663C19.1539 4.16663 18.3227 4.38232 17.5841 4.7933L7.65577 10.3033C6.88119 10.7351 6.23635 11.3664 5.78822 12.1316C5.34009 12.8969 5.10503 13.7682 5.10744 14.655V25.345C5.10532 26.2315 5.34053 27.1024 5.78864 27.8673C6.23676 28.6323 6.88144 29.2633 7.65577 29.695L17.5841 35.2066C18.3227 35.6176 19.1539 35.8333 19.9991 35.8333C20.8443 35.8333 21.6755 35.6176 22.4141 35.2066L26.6174 32.8733" stroke="%23E85011" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M33.8839 11.6599L20.0005 19.9999M20.0005 19.9999L6.11719 11.6599M20.0005 19.9999V35.8166" stroke="%23E85011" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M33.2812 32.075V23.7416" stroke="%23E85011" stroke-width="2.5" stroke-miterlimit="10" stroke-linecap="round"/%3E%3Cpath d="M37.1023 28.5666L33.824 31.8449C33.7527 31.9165 33.6681 31.9732 33.5748 32.012C33.4816 32.0507 33.3816 32.0707 33.2807 32.0707C33.1797 32.0707 33.0797 32.0507 32.9865 32.012C32.8932 31.9732 32.8086 31.9165 32.7373 31.8449L29.459 28.5666" stroke="%23E85011" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: 24px 24px;
}
.service-page #send-receive .nav-item .nav-link span {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,%3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M34.8908 18.3483V14.655C34.8929 13.7684 34.6577 12.8975 34.2096 12.1326C33.7615 11.3677 33.1168 10.7366 32.3424 10.305L22.4141 4.7933C21.6755 4.38232 20.8443 4.16663 19.9991 4.16663C19.1539 4.16663 18.3227 4.38232 17.5841 4.7933L7.65577 10.3033C6.88119 10.7351 6.23635 11.3664 5.78822 12.1316C5.34009 12.8969 5.10503 13.7682 5.10744 14.655V25.345C5.10532 26.2315 5.34053 27.1024 5.78864 27.8673C6.23676 28.6323 6.88144 29.2633 7.65577 29.695L17.5841 35.2066C18.3227 35.6176 19.1539 35.8333 19.9991 35.8333C20.8443 35.8333 21.6755 35.6176 22.4141 35.2066L26.6174 32.8733" stroke="%23020A0A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M33.8839 11.6599L20.0005 19.9999M20.0005 19.9999L6.11719 11.6599M20.0005 19.9999V35.8166" stroke="%23020A0A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M33.2812 32.075V23.7416" stroke="%23020A0A" stroke-width="2.5" stroke-miterlimit="10" stroke-linecap="round"/%3E%3Cpath d="M37.1023 28.5666L33.824 31.8449C33.7527 31.9165 33.6681 31.9732 33.5748 32.012C33.4816 32.0507 33.3816 32.0707 33.2807 32.0707C33.1797 32.0707 33.0797 32.0507 32.9865 32.012C32.8932 31.9732 32.8086 31.9165 32.7373 31.8449L29.459 28.5666" stroke="%23020A0A" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: 24px 24px;
}
.service-page #send-receive .nav-item .nav-link.active {
  background-color: #242F5D;
  color: #ffffff;
  border: 2px solid #242F5D;
}
.service-page #send-receive .nav-item .nav-link.active span {
  background-image: url('data:image/svg+xml,%3Csvg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M34.8908 18.3483V14.655C34.8929 13.7684 34.6577 12.8975 34.2096 12.1326C33.7615 11.3677 33.1168 10.7366 32.3424 10.305L22.4141 4.7933C21.6755 4.38232 20.8443 4.16663 19.9991 4.16663C19.1539 4.16663 18.3227 4.38232 17.5841 4.7933L7.65577 10.3033C6.88119 10.7351 6.23635 11.3664 5.78822 12.1316C5.34009 12.8969 5.10503 13.7682 5.10744 14.655V25.345C5.10532 26.2315 5.34053 27.1024 5.78864 27.8673C6.23676 28.6323 6.88144 29.2633 7.65577 29.695L17.5841 35.2066C18.3227 35.6176 19.1539 35.8333 19.9991 35.8333C20.8443 35.8333 21.6755 35.6176 22.4141 35.2066L26.6174 32.8733" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M33.8839 11.6599L20.0005 19.9999M20.0005 19.9999L6.11719 11.6599M20.0005 19.9999V35.8166" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3Cpath d="M33.2812 23.7416V32.0749" stroke="white" stroke-width="2.5" stroke-miterlimit="10" stroke-linecap="round"/%3E%3Cpath d="M37.1023 27.25L33.824 23.9716C33.7527 23.9001 33.6681 23.8433 33.5748 23.8045C33.4816 23.7658 33.3816 23.7458 33.2807 23.7458C33.1797 23.7458 33.0797 23.7658 32.9865 23.8045C32.8932 23.8433 32.8086 23.9001 32.7373 23.9716L29.459 27.25" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
  background-size: 24px 24px;
}
.service-page #send-receive .nav-item .nav-link.active:after {
  display: block;
}
.service-page #send-receive .items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 60px 30px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .service-page #send-receive .items-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-page #send-receive .items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .service-page #send-receive .items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
  }
}
@media (max-width: 576px) {
  .service-page #send-receive .items-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 60px 30px;
  }
}
.service-page #send-receive .items-wrap .item-wrap {
  min-width: 0;
}
.service-page #send-receive .items-wrap.tab-content .item .step {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #E85011;
  margin: 0px auto 16px 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.service-page #send-receive .items-wrap.tab-content .item .step:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #242F5D;
}
.service-page #send-receive .tab-content {
  background-color: #ffffff;
  padding: 45px 0;
}
@media (max-width: 576px) {
  .service-page #send-receive .tab-content {
    padding-bottom: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .service-page #send-receive .tab-content {
    padding-bottom: 0px;
  }
}
.service-page #send-receive .tab-content .step-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.service-page #send-receive .tab-content .item .item-content {
  background-color: transparent;
  padding: 0px;
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: hidden;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
}
.service-page #send-receive .tab-content .item .icon {
  width: 98px;
  height: 138px;
  overflow: hidden;
  background-color: transparent;
  margin: 0;
  text-align: center;
  position: relative;
  padding-top: 10px;
}
.service-page #send-receive .tab-content .item .icon img {
  margin: 0px auto;
  width: 100%;
}
.service-page #send-receive .tab-content .item .step {
  font-family: "Montserrat Alternates", sans-serif;
  font-style: normal;
  text-align: left;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #242F5D;
  margin: 0px auto 16px 0;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.service-page #send-receive .tab-content .item .step:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #E85011;
}
.service-page #send-receive .tab-content .item .title {
  text-align: left;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #020A0A;
  min-height: 32px;
}
.service-page #send-receive .tab-content .item .desc {
  text-align: left;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
  color: #020A0A;
}
.service-page #send-receive .tab-content .item:after {
  width: 49px;
  height: 49px;
  background-color: transparent;
  content: "";
  display: none;
  right: -8px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  position: absolute;
  z-index: -1;
}
@media (max-width: 576px) {
  .service-page #send-receive .tab-content .item:after {
    display: none;
  }
}
.service-page .freetabs {
  margin: 75px auto;
}
@media (max-width: 576px) {
  .service-page .freetabs {
    margin: 25px auto;
  }
}
.service-page .freetabs .nav-tabs {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (max-width: 576px) {
  .service-page .freetabs .nav-tabs {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .service-page .freetabs .nav-item {
    flex: 1;
    width: auto;
    height: 40px;
  }
}
.service-page .freetabs .nav-item .nav-link {
  background-color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  padding: 10px;
  color: #020A0A;
  position: relative;
  z-index: 1;
  -webkit-transition: none;
  transition: none;
  min-width: 169px;
  width: auto;
  border-radius: 4px;
  border: 2px solid #020A0A;
  white-space: nowrap;
}
.service-page .freetabs .nav-item .nav-link:hover {
  border: 2px solid #242F5D;
  color: #E85011;
}
@media (max-width: 576px) {
  .service-page .freetabs .nav-item .nav-link {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-color: #dee2e6;
    height: 40px;
    white-space: nowrap;
  }
}
.service-page .freetabs .nav-item .nav-link:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
  transform: translate(-50%, 0%) rotate(-45deg);
  width: 10px;
  height: 10px;
  background-color: #242F5D;
  z-index: -1;
}
.service-page .freetabs .nav-item .nav-link.active {
  background-color: #242F5D;
  color: #ffffff;
  border: 2px solid #242F5D;
}
.service-page .freetabs .nav-item .nav-link.active:after {
  display: block;
}
.service-page .freetabs .tab-pane {
  padding: 25px 0px 0px;
}
.service-page #delivery-time .title-section {
  margin: 0px 0 32px;
  text-align: left;
}
.service-page #delivery-time .title-section h4 {
  color: #020A0A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
.service-page #delivery-time .description-section {
  margin: 35px auto 65px;
  text-align: center;
  color: #dbdfe9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.service-page #delivery-time .table-spacing-wrapper {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.service-page #delivery-time table {
  text-align: center;
  border-spacing: 15px;
  border-collapse: separate;
  width: 100%;
  font-size: 16px;
  line-height: 17px;
}
.service-page #delivery-time table thead th {
  background-color: #242F5D;
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 30px 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #delivery-time table thead th:first-child {
  background-color: #f1f1f4;
}
.service-page #delivery-time table tbody th {
  background-color: #f1f1f4;
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 30px 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #delivery-time table tbody th[scope=row] {
  background-color: #242F5D;
}
.service-page #delivery-time table tbody td {
  padding: 30px 0;
  border-radius: 6px;
  background-color: #f1f1f4;
  color: #242F5D;
  font-weight: 500;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #delivery-time table tbody td:first-child {
  padding-left: 0px;
}
.service-page #chooses-hipping-method .title-section {
  margin: 0px 0 32px;
  text-align: left;
}
.service-page #chooses-hipping-method .title-section h4 {
  color: #020A0A;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
}
.service-page #chooses-hipping-method .description-section {
  margin: 35px auto 65px;
  text-align: center;
  color: #dbdfe9;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}
.service-page #chooses-hipping-method .description-section button {
  background-color: #E85011;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #ffffff;
  padding: 17px 32px;
  margin: 32px 0 0;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  inline-size: -webkit-max-content;
  inline-size: -moz-max-content;
  inline-size: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  block-size: -webkit-max-content;
  block-size: -moz-max-content;
  block-size: max-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page #chooses-hipping-method .description-section button:hover {
  background-color: #e04903;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-page #chooses-hipping-method .table-spacing-wrapper {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.service-page #chooses-hipping-method table {
  text-align: center;
  border-spacing: 15px;
  border-collapse: separate;
  width: 100%;
  font-size: 16px;
  line-height: 17px;
}
.service-page #chooses-hipping-method table thead th {
  background-color: #242F5D;
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 30px 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #chooses-hipping-method table thead th:first-child {
  background-color: #f1f1f4;
}
.service-page #chooses-hipping-method table tbody th {
  background-color: #f1f1f4;
  color: #ffffff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 30px 0;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #chooses-hipping-method table tbody th[scope=row] {
  background-color: #242F5D;
}
.service-page #chooses-hipping-method table tbody td {
  padding: 30px 0;
  border-radius: 6px;
  background-color: #f1f1f4;
  color: #242F5D;
  font-weight: 500;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.service-page #chooses-hipping-method table tbody td:first-child {
  padding-left: 0px;
}

.modal .modal-header {
  border-bottom: none;
}
.modal .modal-header .modal-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  color: #020A0A;
}
.modal .modal-body .popup-wrap .popup-text {
  font-size: 16px;
  color: #0d6efd;
}
.modal .modal-body .popup-wrap .popup-text:hover {
  color: #E85011;
}
.modal .modal-body .utp-form {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #020A0A;
  margin: 0px auto 24px;
}
.modal .modal-body label {
  font-size: 16px;
}
.modal .modal-body label.form-check-label a {
  color: #0d6efd;
}
.modal .modal-body label.form-check-label a:hover {
  color: #E85011;
}
.modal .modal-body input {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-body input .data-input {
  background-color: #fcfcfc;
  border-color: #dbdfe9;
}
.modal .modal-body textarea {
  background-color: #fcfcfc;
  border-color: #dbdfe9;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-body button.submit {
  margin: 24px auto 0px;
  background-color: #E85011;
  border: 1px solid #E85011;
  padding: 18px 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.modal .modal-body button.submit:hover {
  background-color: #ffffff;
  color: #E85011;
}
.modal .modal-footer {
  border-top: none;
}
.modal .modal-footer button[type=submit] {
  margin: 0px 0 0px;
  background-color: #E85011;
  padding: 18px 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid #E85011;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.modal .modal-footer button[type=submit]:hover {
  background-color: #ffffff;
  color: #E85011;
}

#mobile-header {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header {
    display: none;
    padding: 12px 14px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header {
    display: none;
    padding: 12px 14px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 576px) {
  #mobile-header {
    display: block;
    padding: 12px 14px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header.active {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header.active {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper .wrapper-content {
    width: 30%;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper .wrapper-content {
    width: 30%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper .wrapper-content {
    width: 30%;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #logo-mobile {
    width: 100%;
    max-width: 185px;
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #logo-mobile {
    width: 100%;
    max-width: 185px;
    left: 0;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #logo-mobile {
    width: 100%;
    max-width: 185px;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #logo-mobile img {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #logo-mobile img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #logo-mobile img {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #maccount {
    width: 20px;
    height: 24px;
    margin: 4px 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10.5583C9.05749 10.5583 8.1362 10.2784 7.35299 9.75404C6.56978 9.2297 5.95993 8.48458 5.60078 7.61316C5.24164 6.74174 5.14937 5.7833 5.33569 4.85937C5.52201 3.93545 5.97852 3.08767 6.64732 2.42355C7.31613 1.75943 8.1671 1.3089 9.09231 1.12908C10.0175 0.949256 10.9753 1.04826 11.8442 1.41352C12.713 1.77878 13.4539 2.39386 13.9727 3.18073C14.4915 3.96761 14.7649 4.89084 14.7583 5.83334C14.7495 7.08954 14.2443 8.2913 13.3529 9.17646C12.4615 10.0616 11.2562 10.5584 10 10.5583ZM10 2.29167C9.30755 2.29171 8.63059 2.49665 8.05439 2.8807C7.4782 3.26475 7.02853 3.81072 6.76204 4.44984C6.49555 5.08896 6.42416 5.79266 6.55685 6.47228C6.68954 7.15191 7.02038 7.77707 7.5077 8.26902C7.99502 8.76097 8.61702 9.0977 9.29536 9.23682C9.9737 9.37593 10.678 9.31119 11.3197 9.05075C11.9613 8.79032 12.5115 8.34584 12.9009 7.7733C13.2904 7.20076 13.5018 6.52577 13.5083 5.83334C13.5116 5.37013 13.4234 4.91083 13.2487 4.48182C13.0739 4.05281 12.8162 3.66255 12.4902 3.33346C12.1642 3.00436 11.7764 2.74292 11.349 2.56413C10.9217 2.38535 10.4632 2.29276 10 2.29167ZM16.4167 18.9583H3.58334C3.3398 18.9608 3.09869 18.9098 2.87697 18.809C2.65525 18.7083 2.45831 18.5601 2.30001 18.375C2.16232 18.2152 2.06117 18.0273 2.00359 17.8243C1.94602 17.6214 1.93342 17.4083 1.96668 17.2C2.55001 13.7417 6.00834 11.1333 10 11.1333C13.9917 11.1333 17.45 13.7417 18.0333 17.2C18.0666 17.4083 18.054 17.6214 17.9964 17.8243C17.9389 18.0273 17.8377 18.2152 17.7 18.375C17.5417 18.5601 17.3448 18.7083 17.1231 18.809C16.9013 18.9098 16.6602 18.9608 16.4167 18.9583ZM10 12.3833C6.60834 12.3833 3.68334 14.5417 3.20001 17.3833C3.19652 17.4118 3.19918 17.4406 3.2078 17.4679C3.21643 17.4953 3.23082 17.5204 3.25001 17.5417C3.29171 17.5884 3.34321 17.6253 3.40083 17.6498C3.45845 17.6743 3.52078 17.6857 3.58334 17.6833H16.4167C16.4792 17.6857 16.5416 17.6743 16.5992 17.6498C16.6568 17.6253 16.7083 17.5884 16.75 17.5417C16.7692 17.5204 16.7836 17.4953 16.7922 17.4679C16.8008 17.4406 16.8035 17.4118 16.8 17.3833C16.3167 14.5417 13.3917 12.3833 10 12.3833Z' fill='%23242F5D'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
  }
  #mobile-header .mobile-header-wrapper #maccount:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 10.5583C9.05749 10.5583 8.1362 10.2784 7.35299 9.75404C6.56978 9.2297 5.95993 8.48458 5.60078 7.61316C5.24164 6.74174 5.14937 5.7833 5.33569 4.85937C5.52201 3.93545 5.97852 3.08767 6.64732 2.42355C7.31613 1.75943 8.1671 1.3089 9.09231 1.12908C10.0175 0.949256 10.9753 1.04826 11.8442 1.41352C12.713 1.77878 13.4539 2.39386 13.9727 3.18073C14.4915 3.96761 14.7649 4.89084 14.7583 5.83334C14.7495 7.08954 14.2443 8.2913 13.3529 9.17646C12.4615 10.0616 11.2562 10.5584 10 10.5583ZM10 2.29167C9.30755 2.29171 8.63059 2.49665 8.05439 2.8807C7.4782 3.26475 7.02853 3.81072 6.76204 4.44984C6.49555 5.08896 6.42416 5.79266 6.55685 6.47228C6.68954 7.15191 7.02038 7.77707 7.5077 8.26902C7.99502 8.76097 8.61702 9.0977 9.29536 9.23682C9.9737 9.37593 10.678 9.31119 11.3197 9.05075C11.9613 8.79032 12.5115 8.34584 12.9009 7.7733C13.2904 7.20076 13.5018 6.52577 13.5083 5.83334C13.5116 5.37013 13.4234 4.91083 13.2487 4.48182C13.0739 4.05281 12.8162 3.66255 12.4902 3.33346C12.1642 3.00436 11.7764 2.74292 11.349 2.56413C10.9217 2.38535 10.4632 2.29276 10 2.29167ZM16.4167 18.9583H3.58334C3.3398 18.9608 3.09869 18.9098 2.87697 18.809C2.65525 18.7083 2.45831 18.5601 2.30001 18.375C2.16232 18.2152 2.06117 18.0273 2.00359 17.8243C1.94602 17.6214 1.93342 17.4083 1.96668 17.2C2.55001 13.7417 6.00834 11.1333 10 11.1333C13.9917 11.1333 17.45 13.7417 18.0333 17.2C18.0666 17.4083 18.054 17.6214 17.9964 17.8243C17.9389 18.0273 17.8377 18.2152 17.7 18.375C17.5417 18.5601 17.3448 18.7083 17.1231 18.809C16.9013 18.9098 16.6602 18.9608 16.4167 18.9583ZM10 12.3833C6.60834 12.3833 3.68334 14.5417 3.20001 17.3833C3.19652 17.4118 3.19918 17.4406 3.2078 17.4679C3.21643 17.4953 3.23082 17.5204 3.25001 17.5417C3.29171 17.5884 3.34321 17.6253 3.40083 17.6498C3.45845 17.6743 3.52078 17.6857 3.58334 17.6833H16.4167C16.4792 17.6857 16.5416 17.6743 16.5992 17.6498C16.6568 17.6253 16.7083 17.5884 16.75 17.5417C16.7692 17.5204 16.7836 17.4953 16.7922 17.4679C16.8008 17.4406 16.8035 17.4118 16.8 17.3833C16.3167 14.5417 13.3917 12.3833 10 12.3833Z' fill='%2362C5ED'/%3E%3C/svg%3E");
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #callback {
    width: 24px;
    height: 24px;
    position: relative;
    right: 0;
    margin: 4px 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.2453 21.7572H6.75465C5.42734 21.7572 4.15438 21.2299 3.21583 20.2914C2.27727 19.3528 1.75 18.0799 1.75 16.7526V7.25465C1.75 5.92734 2.27727 4.65438 3.21583 3.71583C4.15438 2.77727 5.42734 2.25 6.75465 2.25H18.2453C19.5727 2.25 20.8456 2.77727 21.7842 3.71583C22.7227 4.65438 23.25 5.92734 23.25 7.25465V16.7425C23.2513 17.4006 23.1228 18.0525 22.8719 18.6608C22.621 19.2692 22.2526 19.8221 21.7877 20.2878C21.3228 20.7536 20.7707 21.1232 20.1628 21.3753C19.555 21.6274 18.9034 21.7572 18.2453 21.7572ZM6.75465 3.74139C5.82288 3.74139 4.92926 4.11153 4.2704 4.7704C3.61153 5.42926 3.24139 6.32288 3.24139 7.25465V16.7425C3.24139 17.6743 3.61153 18.5679 4.2704 19.2268C4.92926 19.8857 5.82288 20.2558 6.75465 20.2558H18.2453C19.1771 20.2558 20.0707 19.8857 20.7296 19.2268C21.3885 18.5679 21.7586 17.6743 21.7586 16.7425V7.25465C21.7586 6.32288 21.3885 5.42926 20.7296 4.7704C20.0707 4.11153 19.1771 3.74139 18.2453 3.74139H6.75465ZM14.692 11.6888L17.9851 8.89618C18.1337 8.76489 18.226 8.58135 18.2428 8.38374C18.2596 8.18614 18.1996 7.98967 18.0752 7.83519C17.9439 7.6858 17.7593 7.59377 17.561 7.5788C17.3627 7.56383 17.1664 7.62713 17.0142 7.75512L13.7211 10.5477C13.3765 10.8378 12.9405 10.9969 12.49 10.9969C12.0395 10.9969 11.6035 10.8378 11.2588 10.5477L7.8757 7.74511C7.72305 7.61238 7.52394 7.54572 7.32215 7.5598C7.12036 7.57388 6.93243 7.66754 6.7997 7.82018C6.66696 7.97282 6.60031 8.17194 6.61438 8.37373C6.62846 8.57552 6.72212 8.76345 6.87476 8.89618L10.2979 11.7088C10.9105 12.2319 11.6895 12.5193 12.495 12.5193C13.3005 12.5193 14.0795 12.2319 14.692 11.7088V11.6888Z' fill='%23E85011'/%3e%3c/svg%3e");
  }
  #mobile-header .mobile-header-wrapper #callback:hover {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.2453 21.7572H6.75465C5.42734 21.7572 4.15438 21.2299 3.21583 20.2914C2.27727 19.3528 1.75 18.0799 1.75 16.7526V7.25465C1.75 5.92734 2.27727 4.65438 3.21583 3.71583C4.15438 2.77727 5.42734 2.25 6.75465 2.25H18.2453C19.5727 2.25 20.8456 2.77727 21.7842 3.71583C22.7227 4.65438 23.25 5.92734 23.25 7.25465V16.7425C23.2513 17.4006 23.1228 18.0525 22.8719 18.6608C22.621 19.2692 22.2526 19.8221 21.7877 20.2878C21.3228 20.7536 20.7707 21.1232 20.1628 21.3753C19.555 21.6274 18.9034 21.7572 18.2453 21.7572ZM6.75465 3.74139C5.82288 3.74139 4.92926 4.11153 4.2704 4.7704C3.61153 5.42926 3.24139 6.32288 3.24139 7.25465V16.7425C3.24139 17.6743 3.61153 18.5679 4.2704 19.2268C4.92926 19.8857 5.82288 20.2558 6.75465 20.2558H18.2453C19.1771 20.2558 20.0707 19.8857 20.7296 19.2268C21.3885 18.5679 21.7586 17.6743 21.7586 16.7425V7.25465C21.7586 6.32288 21.3885 5.42926 20.7296 4.7704C20.0707 4.11153 19.1771 3.74139 18.2453 3.74139H6.75465ZM14.692 11.6888L17.9851 8.89618C18.1337 8.76489 18.226 8.58135 18.2428 8.38374C18.2596 8.18614 18.1996 7.98967 18.0752 7.83519C17.9439 7.6858 17.7593 7.59377 17.561 7.5788C17.3627 7.56383 17.1664 7.62713 17.0142 7.75512L13.7211 10.5477C13.3765 10.8378 12.9405 10.9969 12.49 10.9969C12.0395 10.9969 11.6035 10.8378 11.2588 10.5477L7.8757 7.74511C7.72305 7.61238 7.52394 7.54572 7.32215 7.5598C7.12036 7.57388 6.93243 7.66754 6.7997 7.82018C6.66696 7.97282 6.60031 8.17194 6.61438 8.37373C6.62846 8.57552 6.72212 8.76345 6.87476 8.89618L10.2979 11.7088C10.9105 12.2319 11.6895 12.5193 12.495 12.5193C13.3005 12.5193 14.0795 12.2319 14.692 11.7088V11.6888Z' fill='%2362C5ED'/%3e%3c/svg%3e");
  }
}
@media (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #calch {
    width: 24px;
    height: 24px;
    right: 0;
    margin: 4px 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2.5H7C4.51472 2.5 2.5 4.51472 2.5 7V17C2.5 19.4853 4.51472 21.5 7 21.5H12.5L14 23H7C3.68629 23 1 20.3137 1 17V7C1 3.68629 3.68629 1 7 1H17C20.3137 1 23 3.68629 23 7V14L21.5 12.3752V7C21.5 4.51472 19.4853 2.5 17 2.5Z' fill='%23E85011'/%3E%3Crect x='5.75' y='5.75' width='12.5' height='3.5' rx='1.75' stroke='%23E85011' stroke-width='1.5'/%3E%3Ccircle cx='6' cy='13' r='1' fill='%23E85011'/%3E%3Ccircle cx='6' cy='17' r='1' fill='%23E85011'/%3E%3Ccircle cx='9' cy='13' r='1' fill='%23E85011'/%3E%3Ccircle cx='9' cy='17' r='1' fill='%23E85011'/%3E%3Ccircle cx='17.5' cy='17.5' r='5.75' stroke='%23E85011' stroke-width='1.5'/%3E%3Cpath d='M18.553 18.3647H15V17.3223H18.5265C18.8113 17.3223 19.0453 17.2756 19.2285 17.1821C19.4139 17.0887 19.5508 16.9588 19.6391 16.7925C19.7296 16.6261 19.7737 16.4313 19.7715 16.208C19.7737 15.9893 19.7296 15.7933 19.6391 15.6201C19.5508 15.4447 19.4161 15.3068 19.2351 15.2065C19.0563 15.104 18.8289 15.0527 18.553 15.0527H17.2219V21H15.9967V14H18.553C19.0784 14 19.5232 14.098 19.8874 14.2939C20.2517 14.4876 20.5276 14.7508 20.7152 15.0835C20.9051 15.4139 21 15.7853 21 16.1978C21 16.6261 20.904 17.0033 20.7119 17.3291C20.5199 17.6527 20.2417 17.9067 19.8775 18.0913C19.5132 18.2736 19.0717 18.3647 18.553 18.3647ZM18.7086 18.8843V19.9268H15V18.8843H18.7086Z' fill='%23E85011'/%3E%3C/svg%3E");
  }
  #mobile-header .mobile-header-wrapper #calch:hover {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 2.5H7C4.51472 2.5 2.5 4.51472 2.5 7V17C2.5 19.4853 4.51472 21.5 7 21.5H12.5L14 23H7C3.68629 23 1 20.3137 1 17V7C1 3.68629 3.68629 1 7 1H17C20.3137 1 23 3.68629 23 7V14L21.5 12.3752V7C21.5 4.51472 19.4853 2.5 17 2.5Z' fill='%2362C5ED'/%3E%3Crect x='5.75' y='5.75' width='12.5' height='3.5' rx='1.75' stroke='%2362C5ED' stroke-width='1.5'/%3E%3Ccircle cx='6' cy='13' r='1' fill='%2362C5ED'/%3E%3Ccircle cx='6' cy='17' r='1' fill='%2362C5ED'/%3E%3Ccircle cx='9' cy='13' r='1' fill='%2362C5ED'/%3E%3Ccircle cx='9' cy='17' r='1' fill='%2362C5ED'/%3E%3Ccircle cx='17.5' cy='17.5' r='5.75' stroke='%2362C5ED' stroke-width='1.5'/%3E%3Cpath d='M18.553 18.3647H15V17.3223H18.5265C18.8113 17.3223 19.0453 17.2756 19.2285 17.1821C19.4139 17.0887 19.5508 16.9588 19.6391 16.7925C19.7296 16.6261 19.7737 16.4313 19.7715 16.208C19.7737 15.9893 19.7296 15.7933 19.6391 15.6201C19.5508 15.4447 19.4161 15.3068 19.2351 15.2065C19.0563 15.104 18.8289 15.0527 18.553 15.0527H17.2219V21H15.9967V14H18.553C19.0784 14 19.5232 14.098 19.8874 14.2939C20.2517 14.4876 20.5276 14.7508 20.7152 15.0835C20.9051 15.4139 21 15.7853 21 16.1978C21 16.6261 20.904 17.0033 20.7119 17.3291C20.5199 17.6527 20.2417 17.9067 19.8775 18.0913C19.5132 18.2736 19.0717 18.3647 18.553 18.3647ZM18.7086 18.8843V19.9268H15V18.8843H18.7086Z' fill='%2362C5ED'/%3E%3C/svg%3E");
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #burger-menu {
    width: 24px;
    height: 24px;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #burger-menu {
    width: 24px;
    height: 24px;
    right: 0;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #burger-menu {
    width: 24px;
    height: 24px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #burger-menu span {
    background-color: #020A0A;
    transition: 0.2s;
    display: block;
    height: 2px;
    width: 16px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #burger-menu span {
    background-color: #020A0A;
    transition: 0.2s;
    display: block;
    height: 2px;
    width: 16px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #burger-menu span {
    background-color: #020A0A;
    transition: 0.2s;
    display: block;
    height: 2px;
    width: 16px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #burger-menu span:before {
    content: "";
    background-color: #020A0A;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 5px;
    position: absolute;
    margin-top: -6px;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #burger-menu span:before {
    content: "";
    background-color: #020A0A;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 5px;
    position: absolute;
    margin-top: -6px;
    right: 0;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #burger-menu span:before {
    content: "";
    background-color: #020A0A;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 5px;
    position: absolute;
    margin-top: -6px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #burger-menu span:after {
    transition: 0.2s;
    content: "";
    background-color: #020A0A;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 5px;
    position: absolute;
    margin-top: 6px;
    right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #burger-menu span:after {
    transition: 0.2s;
    content: "";
    background-color: #020A0A;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 5px;
    position: absolute;
    margin-top: 6px;
    right: 0;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #burger-menu span:after {
    transition: 0.2s;
    content: "";
    background-color: #020A0A;
    display: block;
    height: 2px;
    width: 22px;
    border-radius: 5px;
    position: absolute;
    margin-top: 6px;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span {
    transform: rotate(45deg);
    width: 22px;
    transition: 0.2s;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span {
    transform: rotate(45deg);
    width: 22px;
    transition: 0.2s;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span {
    transform: rotate(45deg);
    width: 22px;
    transition: 0.2s;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span:before {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span:before {
    display: none;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span:after {
    transform: rotate(90deg);
    top: -6px;
    transition: 0.2s;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span:after {
    transform: rotate(90deg);
    top: -6px;
    transition: 0.2s;
  }
}
@media (max-width: 576px) {
  #mobile-header .mobile-header-wrapper #burger-menu.open span:after {
    transform: rotate(90deg);
    top: -6px;
    transition: 0.2s;
  }
}

#mobile-menu {
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu {
    display: none;
  }
}
@media (max-width: 576px) {
  #mobile-menu {
    display: none;
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 8;
    overflow: hidden;
    padding: 76px 14px 20px;
    top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .submenu.hidden {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .submenu.hidden {
    display: none;
  }
}
@media (max-width: 576px) {
  #mobile-menu .submenu.hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .submenu.open {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .submenu.open {
    display: block;
  }
}
@media (max-width: 576px) {
  #mobile-menu .submenu.open {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-footer {
    padding: 40px 0px 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-footer {
    padding: 40px 0px 20px;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-footer {
    padding: 40px 0px 20px;
  }
}
@media (max-width: 1200px) {
  #mobile-menu .mobile-menu-footer .callback-button {
    width: 100%;
    padding: 17px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: #E85011;
    color: #ffffff;
    border: 1px solid #E85011;
    margin-bottom: 14px;
  }
  #mobile-menu .mobile-menu-footer .callback-button:hover {
    background-color: #ffffff;
    color: #E85011;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media (max-width: 1200px) {
  #mobile-menu .mobile-menu-footer .callback-calc {
    width: 100%;
    padding: 17px 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #242F5D;
    border: solid 1px #242F5D;
    text-decoration: none !important;
    display: block;
  }
  #mobile-menu .mobile-menu-footer .callback-calc:hover {
    background-color: #62C5ED;
    border: solid 1px #62C5ED;
    color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .submenu-toggle {
    display: block;
    background-image: url(../img/arrowbluedarkoffice.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 14px;
    padding: 10px;
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
    background-position: center;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .submenu-toggle {
    display: block;
    background-image: url(../img/arrowbluedarkoffice.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 14px;
    padding: 10px;
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
    background-position: center;
  }
}
@media (max-width: 576px) {
  #mobile-menu .submenu-toggle {
    display: block;
    background-image: url(../img/arrowbluedarkoffice.svg);
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 14px;
    padding: 10px;
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
    background-position: center;
  }
}
@media (max-width: 576px) {
  #mobile-menu .submenu-toggle.toggle-active {
    transform: translate(-45%, 0) rotate(180deg);
    transition: 0.2s;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .menu-level-2 .submenu-toggle {
    top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .menu-level-2 .submenu-toggle {
    top: 4px;
  }
}
@media (max-width: 576px) {
  #mobile-menu .menu-level-2 .submenu-toggle {
    top: 4px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu.open {
    display: block;
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 8;
    overflow: hidden;
    padding: 76px 14px 20px;
    top: 0;
    overflow: scroll;
  }
}
@media (max-width: 576px) {
  #mobile-menu.open {
    display: block;
    overflow: scroll;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu.open {
    display: block;
    background-color: #ffffff;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 8;
    overflow: hidden;
    padding: 76px 14px 20px;
    top: 0;
    overflow: scroll;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content .submenu-col-title {
    font-size: 15px;
    padding: 8px 0px 8px 20px;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul {
    padding: 0px;
    margin: 0px;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul {
    padding: 0px;
    margin: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul {
    padding: 0px;
    margin: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li {
    border-bottom: 1px solid #F1F1F4;
    list-style: none;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li {
    border-bottom: 1px solid #F1F1F4;
    list-style: none;
    position: relative;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li {
    border-bottom: 1px solid #F1F1F4;
    list-style: none;
    position: relative;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.menu-level-2 a {
    font-size: 15px;
    padding: 12px 0px 12px 20px;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.menu-level-3 a {
    font-size: 13px;
    padding: 8px 0px 8px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li a {
    color: #020A0A;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding: 17px 0px 17px 5px;
    text-decoration: none;
    display: block;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li a {
    color: #020A0A;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding: 17px 0px 17px 5px;
    text-decoration: none;
    display: block;
    position: relative;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li a {
    color: #020A0A;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
    text-align: left;
    padding: 16px 0px 16px 5px;
    text-decoration: none;
    display: block;
    position: relative;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li .link-active {
    color: #E85011;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li.dropdown:after {
    content: "";
    display: block;
    background-image: url(../img/medidropdown-arrow.svg);
    width: 12px;
    height: 8px;
    position: absolute;
    top: 27px;
    right: 0px;
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li.dropdown:after {
    content: "";
    display: block;
    background-image: url(../img/medidropdown-arrow.svg);
    width: 12px;
    height: 8px;
    position: absolute;
    top: 27px;
    right: 0px;
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.dropdown:after {
    content: "";
    display: block;
    background-image: url(../img/medidropdown-arrow.svg);
    width: 12px;
    height: 8px;
    position: absolute;
    top: 27px;
    right: 0px;
    -webkit-transform: translate(-45%, 0);
    transform: translate(-45%, 0);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu {
    display: none;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu a {
    color: #020A0A;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding: 17px 12px;
    text-decoration: none;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu a {
    color: #020A0A;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding: 17px 12px;
    text-decoration: none;
    display: block;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu a {
    color: #020A0A;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    padding: 17px 12px;
    text-decoration: none;
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu li.dropdown-twolvl.open .submenu-twolvl {
    display: block;
    max-height: 350px;
    overflow-y: scroll;
    background-color: rgba(219, 223, 233, 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu li.dropdown-twolvl.open .submenu-twolvl {
    display: block;
    max-height: 350px;
    overflow-y: scroll;
    background-color: rgba(219, 223, 233, 0.25);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu .submenu-twolvl {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu .submenu-twolvl {
    display: none;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu .submenu-twolvl {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu .submenu-twolvl .submenu-twolvl__title {
    color: #242F5D;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    padding: 12px 0px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu .submenu-twolvl .submenu-twolvl__title {
    color: #242F5D;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    padding: 12px 0px;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.dropdown ul.submenu .submenu-twolvl .submenu-twolvl__title {
    color: #242F5D;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    text-align: left;
    padding: 12px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul li.dropdown.open .submenu {
    display: block;
    max-height: 350px;
    overflow-y: scroll;
    background-color: rgba(219, 223, 233, 0.25);
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul li.dropdown.open .submenu {
    display: block;
    max-height: 350px;
    overflow-y: scroll;
    background-color: rgba(219, 223, 233, 0.25);
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul li.dropdown.open .submenu {
    display: block;
    max-height: 350px;
    overflow-y: scroll;
    background-color: rgba(219, 223, 233, 0.25);
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #mobile-menu .mobile-menu-content ul.submenu .submenu {
    height: auto;
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #mobile-menu .mobile-menu-content ul.submenu .submenu {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 576px) {
  #mobile-menu .mobile-menu-content ul.submenu .submenu {
    height: auto;
    min-height: auto;
  }
}

#calcModal .modal-footer {
  align-items: start;
  justify-content: flex-start !important;
  padding: 16px 0;
}

#thanksModal .modal-footer button {
  margin: 0px 0 0px;
  background-color: #E85011;
  border: 1px solid #E85011;
  padding: 18px 32px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
#thanksModal .modal-footer button:hover {
  background-color: #ffffff;
  color: #E85011;
}

#table-burger-fix {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  left: -20px;
  top: 10px;
  position: absolute;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #table-burger-fix {
    display: block;
    position: relative;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #table-burger-fix {
    display: block;
    position: relative;
  }
}
@media (max-width: 576px) {
  #table-burger-fix {
    display: none;
    position: relative;
  }
}
#table-burger-fix span {
  background-color: #020A0A;
  transition: 0.2s;
  display: block;
  height: 2px;
  width: 16px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3px;
}
#table-burger-fix span:before {
  content: "";
  background-color: #020A0A;
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 5px;
  position: absolute;
  margin-top: -6px;
  right: 0;
}
#table-burger-fix span:after {
  transition: 0.2s;
  content: "";
  background-color: #020A0A;
  display: block;
  height: 2px;
  width: 22px;
  border-radius: 5px;
  position: absolute;
  margin-top: 6px;
  right: 0;
}
#table-burger-fix.open span {
  transform: rotate(45deg);
  width: 22px;
  transition: 0.2s;
}
#table-burger-fix.open span:before {
  display: none;
}
#table-burger-fix.open span:after {
  transform: rotate(90deg);
  top: -6px;
  transition: 0.2s;
}

/* Ключевые кадры: числа в процентах — доли цикла */
@keyframes pin-cycle {
  /* Въезд слева и появление */
  0% {
    left: -12%;
    opacity: 0;
    transform: scale(0.8);
  }
  18% {
    left: var(--tx);
    opacity: 1;
    transform: scale(1);
  }
  /* Небольшая пауза на целевой позиции */
  55% {
    left: var(--tx);
    opacity: 1;
    transform: scale(1.02);
  }
  /* Уходим вправо и гаснем */
  100% {
    left: 112%;
    opacity: 0;
    transform: scale(0.85);
  }
}
@keyframes moveanimone {
  0% {
    bottom: 5%;
    left: 10%;
    opacity: 0;
  }
  100% {
    bottom: 15%;
    left: 60%;
    opacity: 1;
  }
}
@keyframes moveanimsecond {
  0% {
    bottom: 5%;
    left: 10%;
    opacity: 0;
  }
  100% {
    bottom: 25%;
    left: 40%;
    opacity: 1;
  }
}
@keyframes moveanimthree {
  0% {
    bottom: 5%;
    left: 10%;
    opacity: 0;
  }
  100% {
    bottom: 35%;
    left: 30%;
    opacity: 1;
  }
}
@keyframes moveanimfore {
  0% {
    bottom: 5%;
    left: 10%;
    opacity: 0;
  }
  100% {
    bottom: 55%;
    left: 20%;
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .transport-anim-map .pin {
    animation: none;
    opacity: 0.9;
    left: var(--tx);
  }
}
.popup-wrap {
  position: relative;
  cursor: pointer;
  width: 240px;
  margin-left: auto;
  order: 2;
}
@media screen and (max-width: 767px) {
  .popup-wrap {
    order: 1;
  }
}
.popup-wrap .popup-text {
  display: flex;
  align-items: center;
  gap: 5px;
  text-align: right;
  justify-content: flex-end;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.popup-wrap .popup {
  position: absolute;
  bottom: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 30% bottom;
  -ms-transform-origin: 30% bottom;
  transform-origin: 30% bottom;
  width: 400px;
  right: 0;
}
@media (max-width: 576px) {
  .popup-wrap .popup {
    width: 300px;
  }
}
.popup-wrap .popup .title {
  font-weight: 600;
  color: #020A0A;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  mix-blend-mode: normal;
}
.popup-wrap .popup ul {
  color: #020A0A;
  list-style: none;
  padding-left: 33px;
}
.popup-wrap .popup ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 0;
  position: relative;
}
.popup-wrap .popup ul li:not(:last-child) {
  padding-bottom: 10px;
}
.popup-wrap .popup ul li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: -22px;
  width: 12px;
  height: 12px;
  border-radius: 4px;
  background: transparent;
  border: 3px solid #E85011;
  transform: rotate(45deg);
}
.popup-wrap:hover .popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

form .optional-field {
  opacity: 0.01;
  height: 1px;
  overflow: hidden;
  position: relative;
  z-index: -1;
  margin: 0 !important;
  padding: 0 !important;
}

.akcent-block {
  background: #f1f1f4;
  border-radius: 6px;
  padding: 20px 20px 10px 20px;
  margin: 1px 1px 10px 1px;
}
.akcent-block h3 {
  margin-top: 0;
}

.cookie-info {
  width: 656px;
  max-width: 100%;
  height: auto;
  background: transparent;
  position: fixed;
  bottom: 0;
  left: 85px;
  z-index: 2147483647;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .cookie-info {
    left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .cookie-info {
    max-width: 100%;
  }
}
.cookie-info .cookie-info-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  padding: 8px 20px;
  color: #020A0A;
  background: #ffffff;
  border: 1px solid #242F5D;
  border-radius: 6px;
}
@media screen and (max-width: 576px) {
  .cookie-info .cookie-info-content {
    padding: 8px 10px;
  }
}
.cookie-info .cookie-info-content .cookies-panel__text {
  font-size: 14px;
  margin-bottom: 24px;
}
.cookie-info .cookie-info-content .cookies-panel__text p {
  font-size: 14px;
  margin-bottom: 16px;
}
.cookie-info .cookie-info-content .cookies-panel__text p:last-child {
  margin-bottom: 0;
}
.cookie-info .cookie-info-content .cookies-panel__text a:hover {
  color: #E85011;
}
.cookie-info .cookie-info-content .cookie-info-buttons {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.cookie-info .cookie-info-content .cookie-info-buttons .support__form-submit {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  background: #242F5D;
  padding: 12px;
  margin: 0px;
  border-radius: 6px;
  overflow: hidden;
  min-width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 3;
  text-decoration: none;
}
.cookie-info .cookie-info-content .cookie-info-buttons .support__form-submit:hover {
  background-color: #62C5ED;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.kss-wrap-flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .kss-wrap-flex {
    flex-wrap: wrap;
  }
}

.form-file {
  line-height: 16px;
  order: 1;
  /* Контейнер строки (для правильного расположения крестика) */
  /* Кнопка удаления */
  /* Скрываем стандартный текст "Прикрепить файлы", если есть список */
}
@media screen and (max-width: 767px) {
  .form-file {
    order: 2;
  }
}
.form-file .file-list-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.form-file .file-item-name {
  max-width: 160px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #020A0A;
}
.form-file .file-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.form-file .remove-file-btn {
  cursor: pointer;
  color: #E85011;
  font-weight: bold;
  flex-shrink: 0; /* Чтобы крестик никогда не сжимался */
}
.form-file .remove-file-btn:hover {
  opacity: 0.7;
}
.form-file .file-list-container.has-files {
  color: inherit;
}
.form-file .user-file {
  cursor: pointer;
  transition: all 0.2s;
  padding-left: 20px;
  position: relative;
}
.form-file .user-file img {
  width: 12px;
  height: 27px;
  pointer-events: none;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: -5px;
}
.form-file .user-file--online-request {
  min-width: 200px;
  max-width: 100%;
  /* Стили для descriptionElement */
}
.form-file .user-file--online-request .user-file-online-request-descr-js {
  margin: 0;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #0d6efd;
  white-space: normal;
  transition: all 0.2s;
}
.form-file .user-file--online-request .user-file-online-request-descr-js:hover {
  color: #E85011;
}
.form-file .inputfile {
  display: none;
}

.language {
  display: flex;
  gap: 10px;
  height: 17px;
  align-items: center;
}
.language a {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #242F5D;
}
.language span {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #020A0A;
}

.breadcrumbs-block {
  margin: 20px auto -25px auto;
}
.breadcrumbs-block nav .kss-breadcrumb {
  max-width: 100%;
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px 10px;
  border-radius: 6px;
}
.breadcrumbs-block nav .kss-breadcrumb .kss-breadcrumb-item {
  font-size: 13px;
  line-height: 13px;
  color: #020A0A;
  font-weight: 500;
}
.breadcrumbs-block nav .kss-breadcrumb .kss-breadcrumb-item a {
  display: inline;
  font-size: 13px;
  line-height: 13px;
  color: #242F5D;
  font-weight: 500;
}
.breadcrumbs-block nav .kss-breadcrumb .kss-breadcrumb-item a:hover {
  color: #E85011;
}
.breadcrumbs-block nav .kss-breadcrumb .kss-breadcrumb-item + .kss-breadcrumb-item::before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 20px;
  margin-right: 10px;
  transform: translateY(2px);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M18.3536 6.35355C18.5488 6.15829 18.5488 5.84171 18.3536 5.64645L15.1716 2.46447C14.9763 2.2692 14.6597 2.2692 14.4645 2.46447C14.2692 2.65973 14.2692 2.97631 14.4645 3.17157L17.2929 6L14.4645 8.82843C14.2692 9.02369 14.2692 9.34027 14.4645 9.53553C14.6597 9.7308 14.9763 9.7308 15.1716 9.53553L18.3536 6.35355ZM2 6V6.5H18V6V5.5H2V6Z' fill='%23020A0A'/%3E%3C/svg%3E");
}

/*# sourceMappingURL=style.css.map */
