@charset "UTF-8";
/*ANIMATIONS*/
/*=======================START-MEDIA=====================*/
/*=======================END-MEDIA=====================*/
.select2-container {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: 100% !important;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.1rem 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  color: var(--Text, #1e2248) !important;
  padding-left: 5px;
}
.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: "Noto Sans", sans-serif !important;
  overflow: hidden;
  word-break: keep-all;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#select2_map_states .select2-selection__arrow {
  height: calc(1.5em + 0.75rem + 2px) !important;
}
#select2_map_states .select2-selection__arrow b {
  margin-left: -4px;
  margin-top: -2px;
}
div#select2_applications_company > span.select2-container,
div#select2_applications_truck > span.select2-container,
div#select2_applications_type > span.select2-container,
div#select2_applications_user > span.select2-container {
  width: 100% !important;
}

.select2-application {
  box-sizing: border-box;
  width: 100% !important;
  display: block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-application .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.1rem 0.4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-application .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 13px;
  color: var(--Text, #1e2248) !important;
  padding-left: 5px;
}
.select2-application .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-application .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.select2-application .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}
.select2-application .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}
.select2-application .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: "Noto Sans", sans-serif !important;
  overflow: hidden;
  word-break: keep-all;
}
.select2-application .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #c5d3d8;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single:focus {
  outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 23px;
  right: 35px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: 30px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}
.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--default .select2-results__option--disabled {
  color: #999;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 32px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: calc(1.5em + 0.75rem + 2px);
  position: absolute;
  top: 0px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option--group {
  padding: 0;
}
.select2-container--classic .select2-results__option--disabled {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

body.modal-open .header-nav {
  right: 87px;
}
@media only screen and (max-width: 1199px) {
  body.modal-open .header-nav {
    right: 0px;
  }
}

@media screen and (max-width: 500px) {
  .navbar-custom {
    padding: 0.5rem 0 !important;
  }
}

@media screen and (max-width: 500px) {
  .permit-button {
    padding: 4px 10px !important;
  }
}

.mobile-phone {
  display: none;
  margin: 0 auto;
}
.mobile-phone a {
  font-size: 22px !important;
}
@media screen and (max-width: 500px) {
  .mobile-phone {
    display: inline-block;
  }
}
@media screen and (max-width: 350px) {
  .mobile-phone {
    margin: 0;
  }
}

.main-btn {
  background: linear-gradient(90deg, #4F9DD9 0%, #1946A1 100%) !important;
}

.header-main-phone {
  color: #4F9DD9 !important;
  font-weight: bold;
  padding: 5px;
}
.header-main-phone img {
  margin-right: 10px;
}

nav.navbar.menu .navbar-collapse .mobilePhoneSupportWrap {
  display: none;
}
@media only screen and (max-width: 1199px) {
  nav.navbar.menu .navbar-collapse .mobilePhoneSupportWrap {
    display: flex;
  }
}

@media only screen and (max-width: 350px) {
  .navbar-toggler {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 320px) {
  .navbar-toggler {
    margin-right: 0px;
  }
}
.navbar-toggler .fas {
  color: #223F9B;
  text-align: center;
  width: 20px;
}
.navbar-toggler .fa-bars {
  display: none;
}
.navbar-toggler .fa-times {
  display: block;
}
.navbar-toggler.collapsed .fa-bars {
  display: block;
}
.navbar-toggler.collapsed .fa-times {
  display: none;
}

.page {
  padding-top: 78px;
}

li.locationWrapper {
  display: flex;
  align-items: center;
}

.locationWrap {
  position: relative;
}
.locationWrap .locationFlag {
  width: 20px;
  height: 13px;
  border-radius: 3px;
  overflow: hidden;
}
.locationWrap .locationFlag svg {
  display: block;
  width: 100%;
  height: 100%;
}
.locationWrap .locationArr {
  transition: 0.3s;
  transform: rotate(0);
  cursor: pointer;
  width: 16px;
  height: 22px;
}
.locationWrap .locationArr svg {
  display: block;
  width: 100%;
  height: 100%;
}
.locationWrap .item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
}
@media screen and (max-width: 1000px) {
  .locationWrap .item {
    gap: 8px;
  }
}
.locationWrap .item .text {
  font-size: 14px;
  white-space: nowrap;
}
.locationWrap .head {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 1000px) {
  .locationWrap .head {
    gap: 4px;
  }
}
.locationWrap .head .item {
  cursor: default;
}
.locationWrap .dropDown {
  position: absolute;
  background: #fff;
  display: none;
  flex-direction: column;
  padding: 8px 12px;
  left: -8px;
  top: 140%;
  min-width: 180px;
  border-radius: 8px;
  box-shadow: 0 0 20px 0 rgba(126, 129, 141, 0.25);
  width: 100%;
  z-index: 9999;
}
@media screen and (max-width: 1000px) {
  .locationWrap .dropDown {
    min-width: 180px;
    padding: 8px 12px;
    left: -12px;
    border-radius: 8px;
    box-shadow: 0 0 20px 0 rgba(126, 129, 141, 0.25);
  }
}
.locationWrap .dropDown .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 16px;
}
@media screen and (max-width: 1000px) {
  .locationWrap .dropDown .item {
    gap: 8px;
  }
}
.locationWrap .dropDown .item .text {
  flex: 2 0;
}
.locationWrap .dropDown .item .check {
  display: none;
  width: 24px;
  height: 16px;
}
.locationWrap .dropDown .item .check svg {
  display: block;
  width: 100%;
  height: 100%;
}
.locationWrap .dropDown .item:hover {
  border-radius: 8px;
  background: rgba(79, 157, 217, 0.2);
}
.locationWrap .dropDown .item.active {
  cursor: default;
}
.locationWrap .dropDown .item.active .check {
  display: block;
}
.locationWrap .dropDown .item.active:hover {
  border-radius: 8px;
  background: #fff;
}
.locationWrap.active .locationArr {
  transform: rotate(180deg);
}
.locationWrap.active .dropDown {
  display: flex;
}

.languagesMobMenu {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .languagesMobMenu {
    display: flex;
  }
}
.languagesMobMenu .item {
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.languagesMobMenu .item.active {
  cursor: default;
  font-weight: bold;
  background: #fff !important;
}
.languagesMobMenu .item:hover {
  text-decoration: none;
  background: rgba(79, 157, 217, 0.2);
  color: #333;
}
.languagesMobMenu .item .locationFlag {
  width: 24px;
  height: 16px;
  overflow: hidden;
  border-radius: 3px;
}
.languagesMobMenu .item .locationFlag svg {
  display: block;
  width: 100%;
  height: 100%;
}
.languagesMobMenu .item .text {
  font-size: 14px;
}

.phoneWrap {
  display: flex;
  align-items: center;
}
.phoneWrap a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4F9DD9;
  font-weight: bold;
  transition: 0.1s;
}
.phoneWrap a .iconsGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: rgba(0, 111, 255, 0.1);
  border: 1px solid rgba(34, 63, 155, 0.15);
  border-radius: 6px;
  padding: 3px 5px;
  transition: 0.1s;
}
@media screen and (max-width: 1199px) {
  .phoneWrap a .iconsGroup {
    padding: 3px;
  }
}
.phoneWrap a .iconsGroup .icoSvg {
  display: block;
  width: 20px;
  height: 20px;
}
.phoneWrap a .iconsGroup .icoSvg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.phoneWrap a .iconsGroup .locationFlag {
  width: 20px;
  height: 13px;
  overflow: hidden;
  border-radius: 3px;
}
.phoneWrap a:hover {
  text-decoration: none;
  color: #1a56a8;
}
.phoneWrap a:hover .iconsGroup {
  background: rgba(0, 111, 255, 0.2);
  border: 1px solid rgba(34, 63, 155, 0.25);
}

.headerPage {
  position: sticky;
  font-style: normal;
  top: 0;
  left: 70px;
  right: 70px;
  z-index: 999;
  padding: 0 5%;
  background: white;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .headerPage {
    font-size: 14px;
  }
}
.headerPage .icoSvg {
  display: block;
  width: 20px;
  height: 20px;
}
.headerPage .icoSvg svg {
  display: block;
  width: 100%;
  height: 100%;
}
.headerPage a:hover {
  text-decoration: none;
}
.headerPage .logo {
  flex: 2 0;
}
.headerPage .logo a {
  width: 170px;
  display: block;
}
@media screen and (max-width: 450px) {
  .headerPage .logo a {
    width: 100%;
  }
}
.headerPage .logo a img {
  display: block;
  height: auto;
  width: 100%;
}
.headerPage .supportWrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .headerPage .supportWrap {
    display: none;
  }
}
.headerPage .supportWrap a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  color: #1a56a8;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 1;
  transition: 0.1s;
}
@media screen and (max-width: 1199px) {
  .headerPage .supportWrap a {
    font-size: inherit;
  }
}
.headerPage .supportWrap a .text {
  display: block;
  padding-bottom: 2px;
}
.headerPage .supportWrap a:hover {
  color: #4F9DD9;
}
@media screen and (max-width: 768px) {
  .headerPage .phoneWrap {
    order: 2;
    width: calc(50% - 5px);
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .headerPage .phoneWrap a .iconsGroup .icon_phone {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .headerPage .btnOnlyWrap .btn-style {
    padding: 12px 14px;
  }
}
@media screen and (max-width: 1050px) {
  .headerPage .locationWrap {
    display: none;
  }
}
.headerPage .locationWrap .locationFlag {
  width: 20px;
  height: 13px;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 1050px) {
  .headerPage .loginWrap {
    display: none;
  }
}
.headerPage .loginWrap a {
  background: #4F9DD9;
  color: white !important;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.1s;
}
@media screen and (max-width: 1199px) {
  .headerPage .loginWrap a {
    width: 38px;
    height: 38px;
  }
}
.headerPage .loginWrap a:hover {
  background: #1a56a8;
}
.headerPage .btnMobileMain {
  cursor: pointer;
  display: none;
  padding: 5px 0;
}
@media screen and (max-width: 1199px) {
  .headerPage .btnMobileMain {
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .headerPage .btnMobileMain {
    margin-right: 0;
  }
}
.headerPage .btnMobileMain .icoSvg {
  width: 28px;
  height: 28px;
  color: #1a56a8;
  transition: 0.1s;
}
.headerPage .btnMobileMain .icoSvg:hover {
  color: #4F9DD9;
}
.headerPage .btnMobileMain .icoSvg.icon_burger {
  display: none;
}
.headerPage .btnMobileMain .icoSvg.icon_close {
  display: block;
}
.headerPage .btnMobileMain.collapsed .icoSvg.icon_burger {
  display: block;
}
.headerPage .btnMobileMain.collapsed .icoSvg.icon_close {
  display: none;
}
.headerPage .navbar-nav {
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .headerPage .navbar-nav {
    margin: 0;
  }
}
.headerPage .navbar-nav .collapse-icon {
  display: none;
}
@media screen and (max-width: 900px) {
  .headerPage .navbar-nav .collapse-icon {
    padding-left: 5px;
    display: inline-block;
  }
}
.headerPage .navbar-nav li.btnOnly {
  display: flex;
  align-items: center;
}
.headerPage .rowLinks {
  margin-left: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1199px) {
  .headerPage .rowLinks {
    margin-left: 0px;
    margin-bottom: 10px;
    display: none;
  }
}
.headerPage .rowLinks a {
  width: 24px;
  height: 24px;
  display: block;
  transition: 0.3s;
  transform: scale(1);
}
@media screen and (max-width: 1199px) {
  .headerPage .rowLinks a {
    width: 38px;
    height: 38px;
  }
}
.headerPage .rowLinks a:hover {
  transform: scale(1.2);
  text-decoration: none;
}
.headerPage .rowLinks a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.headerPage .navbar {
  padding: 0;
}
.headerPage .navbar .navbar-brand {
  max-width: 172px;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .headerPage .navbar .navbar-brand {
    max-width: 100px;
  }
}
.headerPage .navbar .navbar-brand img {
  display: block;
  width: 100%;
  height: auto;
}
.headerPage .navbar a.phone {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4F9DD9;
  font-weight: bold;
  padding: 0;
}
.headerPage .navbar a.phone img {
  display: block;
}
@media only screen and (max-width: 1400px) {
  .headerPage .navbar a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .headerPage .navbar a {
    font-size: 16px;
  }
}
.headerPage .navbar a:hover {
  color: #223F9B;
}
.headerPage .navbar a.active {
  color: #223F9B;
  cursor: default;
  font-weight: 700;
}
.headerPage .navbar a.social-links__link {
  color: #fff;
}
.headerPage .navbar a.social-links__link:hover {
  color: rgb(0, 132, 209);
}
.headerPage .navbar .home-link {
  display: block;
}
@media only screen and (max-width: 1600px) {
  .headerPage .navbar .home-link {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .headerPage .navbar .home-link {
    display: block;
  }
}
.headerPage .navbar .mobile-menu-item {
  display: none;
  margin-top: 0.9rem !important;
}
.headerPage .navbar .mobile-menu-item span {
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .headerPage .navbar .mobile-menu-item {
    display: block;
  }
}
.headerPage .navbar .social-links-mobile {
  display: none;
  padding: 20px 0;
}
@media screen and (max-width: 1199px) {
  .headerPage .navbar .social-links-mobile {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .headerPage .navbar .social-links-mobile .social-links__link {
    height: 34px;
    width: 34px;
  }
}
@media screen and (max-width: 500px) {
  .headerPage .navbar .social-links-mobile .social-links__link .iconSVG {
    width: 18px;
    height: 18px;
  }
}
.headerPage .dropdown-menu {
  background: #fff;
  border: #fff;
  padding: 3px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 5px 5px;
}
@media only screen and (max-width: 1199px) {
  .headerPage .dropdown-menu {
    background: none;
    border: none;
  }
}
.headerPage .dropdown-menu-right:after {
  right: 22px;
  left: inherit;
}
.headerPage .dropdown-menu.show {
  display: flex;
  flex-direction: column;
}
.headerPage .dropdown-item {
  color: #2a2930 !important;
  padding: 8px 30px;
  position: relative;
  transition: 0.3s;
  order: 3;
}
.headerPage .dropdown-item:after {
  content: "";
  width: 0%;
  height: 70%;
  display: block;
  position: absolute;
  left: 20px;
  top: 15%;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  background: linear-gradient(90deg, rgba(79, 157, 217, 0) 0%, rgba(79, 157, 217, 0) 79.88%);
}
.headerPage .dropdown-item:hover {
  background: transparent;
  color: #000;
}
.headerPage .dropdown-item:hover:after {
  transition: 0.3s;
  width: 92%;
  opacity: 1;
  visibility: visible;
  background: linear-gradient(90deg, rgba(79, 157, 217, 0.45) 0%, rgba(79, 157, 217, 0) 79.88%);
}
.headerPage .dropdown-item:nth-of-type(4) {
  display: none;
}
.headerPage .header2_head {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .headerPage .header2_head {
    flex-wrap: wrap;
  }
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu {
  display: flex;
  padding: 0;
  border-bottom: 2px solid #4F9DD9;
  margin-bottom: 20px;
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu .supportWrap {
  display: none;
}
@media screen and (max-width: 1050px) {
  .headerPage nav.header2_main.navbar.navbar-expand-xl.menu .supportWrap {
    display: flex;
    justify-content: center;
  }
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu .loginMobWrap {
  display: none;
}
@media screen and (max-width: 1050px) {
  .headerPage nav.header2_main.navbar.navbar-expand-xl.menu .loginMobWrap {
    display: block;
  }
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu .loginMobWrap a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu .nav-link {
  color: #000;
  transition: 0.1s;
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu .nav-link:hover {
  color: #223F9B;
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu .nav-link.active {
  color: #223F9B;
  cursor: default;
  font-weight: 700;
}
.headerPage nav.header2_main.navbar.navbar-expand-xl.menu .languagesMobMenu .item {
  color: #000;
}

footer {
  color: #fff;
  margin-top: 0;
}
footer .container {
  max-width: 1604px;
  margin: 0 auto;
}
footer .f-top {
  position: relative;
}
footer .f-top::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 240px;
  z-index: 1;
  background-color: #131217;
}
@media screen and (max-width: 996px) {
  footer .f-top::after {
    display: none;
  }
}
footer .f-top .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 996px) {
  footer .f-top .container {
    flex-direction: column;
    padding: 0;
  }
}
footer .f-top__left {
  letter-spacing: 1px;
  font-size: calc(0.0105263158 * 100vw + 20px);
  color: #131217;
  padding: 20px 0;
  text-transform: uppercase;
  padding-right: 15px;
}
@media screen and (max-width: 380px) {
  footer .f-top__left {
    font-size: 24px;
  }
}
@media screen and (min-width: 1900px) {
  footer .f-top__left {
    font-size: 40px;
  }
}
footer .f-top__left span {
  color: #005fa7;
}
@media screen and (max-width: 996px) {
  footer .f-top__left {
    padding: 15px 20px;
  }
}
footer .f-top__right {
  background-color: #131217;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 337px;
  flex-shrink: 0;
}
@media screen and (max-width: 1600px) {
  footer .f-top__right {
    justify-content: center;
    padding-left: 20px;
  }
}
@media screen and (max-width: 996px) {
  footer .f-top__right {
    flex-basis: auto;
    padding: 20px 0;
  }
}
footer .f-mid {
  background-color: #4F9DD9;
  padding: 3.8% 2rem 4% 2rem;
}
@media screen and (max-width: 900px) {
  footer .f-mid {
    padding: 3.8% 0 4% 0;
  }
}
footer .f-mid .container {
  grid-gap: 10px;
  display: grid;
  grid-template-areas: ". A C D E . ." ". A C D E . ." "B B C D E . ." "B B C D E . .";
}
footer .f-mid .container .item-1 {
  grid-area: A;
}
footer .f-mid .container .item-2 {
  grid-area: B;
}
footer .f-mid .container .item-3 {
  grid-area: C;
}
footer .f-mid .container .item-4 {
  grid-area: D;
}
footer .f-mid .container .item-5 {
  grid-area: E;
}
@media screen and (max-width: 870px) {
  footer .f-mid .container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  footer .f-mid .container {
    grid-template-areas: ". . A A A . . . . . . . . " ". . C C D D D E E E E E . " ". . C C D D D E E E E E . " ". . C C D D D E E E E E . " ". . C C D D D E E E E E . " ". . . . B B B B B . . . . ";
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer .f-mid .container {
    grid-template-areas: ". A A A A A A . . . . . " ". E E E E E E E E E E  ." ". D D D D D D D D D D D " ". C C C C C C C C C C C " ". B B B B B B B B B B . ";
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 380px) {
  footer .f-mid .container {
    grid-template-areas: " A A A A A A . . .   " " E E E E E E E E E   " " D D D D D D D D D  " " C C C C C C C C C   " " B B B B B B B B B   ";
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
footer .f-mid .column-item .footer-btn {
  background-color: white;
  display: flex;
  justify-content: space-between;
  padding: 20px 45px;
  border-radius: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #4F9DD9;
  box-shadow: 0px 4px 10px #1E4298;
}
footer .f-mid .column-item .footer-btn span {
  padding-top: 4px;
}
@media screen and (max-width: 1100px) {
  footer .f-mid .column-item .footer-btn {
    padding: 20px 10px;
    max-width: 310px;
    font-size: 14px !important;
  }
  footer .f-mid .column-item .footer-btn span {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px) {
  footer .f-mid .column-item .footer-btn {
    margin: 0 auto 2rem;
    width: 95%;
    max-width: 500px;
  }
}
@media screen and (max-width: 400px) {
  footer .f-mid .column-item .footer-btn {
    padding: 8px 15px;
    width: 100%;
  }
  footer .f-mid .column-item .footer-btn span {
    font-size: 12px;
  }
}
footer .f-mid .column-item .footer-btn:hover {
  text-decoration: none;
  transform: scale(1.05);
}
footer .f-mid .column-item__logo {
  margin-bottom: 30px;
}
footer .f-mid .column-item__logo img {
  max-width: 172px;
  width: 100%;
  height: auto;
  display: block;
  margin-right: 136px;
}
footer .f-mid .column-item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
footer .f-mid .column-item__content-list {
  display: flex;
  flex-direction: column;
}
footer .f-mid .column-item__content ul {
  padding: 0;
  margin: 0;
}
footer .f-mid .column-item__content ul li {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 5px;
  list-style: none;
}
footer .f-mid .column-item__content ul li:last-child {
  margin-bottom: 0;
}
footer .f-mid .column-item__content ul li .footer-contact-title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}
footer .f-mid .column-item__content ul li a {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  opacity: 0.7;
  font-size: calc(0.0013157895 * 100vw + 11.5px);
}
@media screen and (max-width: 380px) {
  footer .f-mid .column-item__content ul li a {
    font-size: 12px;
  }
}
@media screen and (min-width: 1900px) {
  footer .f-mid .column-item__content ul li a {
    font-size: 14px;
  }
}
footer .f-mid .column-item__content ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 720px) {
  footer .f-mid .column-item__content ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
  }
}
footer .f-mid .column-item__content ul li .phoneWrap {
  margin: 0;
}
footer .f-mid .column-item__content div {
  margin-bottom: 19px;
}
footer .f-mid .column-item__content div:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 400px) {
  footer .f-mid .column-item__content a.btn-style {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  footer .f-mid .column-item__content a.btn-style--transparent {
    width: 80%;
  }
}
footer .f-mid .column-item__content.footerServices ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .f-mid .column-item__content.footerServices ul li {
  margin-bottom: 0 !important;
  position: relative;
  order: 3;
}
footer .f-mid .column-item__content.footerServices ul li:nth-of-type(4) {
  display: none;
}
footer .f-mid .column-item__content.footerServices ul li:first-child {
  order: 1;
}
footer .f-mid .column-item__content.footerServices ul li:last-child {
  order: 2;
}
@media screen and (max-width: 870px) {
  footer .f-mid .column-item {
    flex-basis: 50%;
    margin-bottom: 40px;
  }
  footer .f-mid .column-item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 720px) {
  footer .f-mid .column-item {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  footer .f-mid .column-item.mobile-hidden {
    display: none;
  }
}
footer .f-bottom {
  background: #131217;
  padding: 1.85% 0;
}
@media screen and (max-width: 480px) {
  footer .f-bottom {
    padding: 15px 0;
  }
}
footer .f-bottom .container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 720px) {
  footer .f-bottom .container {
    justify-content: space-between;
  }
}
@media screen and (max-width: 540px) {
  footer .f-bottom .container {
    flex-direction: column;
  }
}
footer .f-bottom__center {
  /*margin-left: auto;
  margin-right: auto;*/
  text-align: center;
  max-width: 360px;
}
footer .f-bottom__center div {
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  color: #fff;
  mix-blend-mode: normal;
  opacity: 0.5;
  font-size: calc(0.0013157895 * 100vw + 9.5px);
}
@media screen and (max-width: 380px) {
  footer .f-bottom__center div {
    font-size: 10px;
  }
}
@media screen and (min-width: 1900px) {
  footer .f-bottom__center div {
    font-size: 12px;
  }
}
footer .f-bottom__center ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .f-bottom__center ul li {
  margin-right: 40px;
  position: relative;
}
footer .f-bottom__center ul li::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  right: -22.5px;
  top: 50%;
}
footer .f-bottom__center ul li:last-child {
  margin-right: 0;
}
footer .f-bottom__center ul li:last-child::after {
  display: none;
}
footer .f-bottom__center ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-size: calc(0.0026315789 * 100vw + 9px);
}
@media screen and (max-width: 380px) {
  footer .f-bottom__center ul li a {
    font-size: 10px;
  }
}
@media screen and (min-width: 1900px) {
  footer .f-bottom__center ul li a {
    font-size: 14px;
  }
}
footer .f-bottom__right {
  text-align: right;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 720px) {
  footer .f-bottom__right {
    position: static;
    right: auto;
  }
}
@media screen and (max-width: 540px) {
  footer .f-bottom__right {
    margin-top: 10px;
  }
  footer .f-bottom__right img {
    width: 40px;
  }
}
footer .f-bottom__right a {
  display: inline-flex;
  align-items: center;
  color: #979797;
  font-size: calc(0.0026315789 * 100vw + 9px);
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 380px) {
  footer .f-bottom__right a {
    font-size: 10px;
  }
}
@media screen and (min-width: 1900px) {
  footer .f-bottom__right a {
    font-size: 14px;
  }
}
footer .f-bottom__right a:hover {
  color: #fff;
}
footer .f-bottom__right a span:first-child {
  margin-right: 16px;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.social-links__link {
  background: rgb(0, 132, 209);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 3px solid rgb(0, 132, 209);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 0;
}
.social-links__link .iconSVG {
  width: 24px;
  height: 24px;
}
.social-links__link:hover {
  background: #fff;
  color: rgb(0, 132, 209);
}
.social-links__link:hover .iconSVG {
  transform: scale(1.1);
}

.btn-style {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  border: none;
  cursor: pointer;
  background: #4F9DD9;
  padding: 12px 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .btn-style {
    font-size: 14px;
  }
}
.btn-style span {
  margin: 0 3px;
  position: relative;
  z-index: 2;
  color: #fff;
  transition: all 0.55s linear;
}
.btn-style::after, .btn-style::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #003b6d;
  z-index: 1;
  transition: all 0.55s linear;
  transform: rotateZ(56deg) scale(5);
}
.btn-style::after {
  top: -91px;
  left: -154px;
}
.btn-style::before {
  bottom: -91px;
  right: -154px;
}
.btn-style:hover {
  text-decoration: none;
  color: #fff;
}
.btn-style:hover span {
  color: #fff !important;
}
.btn-style:hover::after, .btn-style:hover::before {
  transform: rotateZ(56deg) scale(11);
}
.btn-style--transparent {
  background-color: transparent;
  border: 3px solid #0f69b3;
  padding: 17px 34px;
}
.btn-style--transparent::after, .btn-style--transparent::before {
  display: none;
}
.btn-style--transparent:hover {
  background-color: #0f69b3;
}
.btn-style--black {
  background-color: #2a2930;
  letter-spacing: 3px;
}
.btn-style--black::after, .btn-style--black::before {
  background-color: #131217;
}
.btn-style--border {
  border: 1px solid #005fa7;
  background: #fff;
}
.btn-style--border span {
  color: #005fa7 !important;
}
.btn-style--border::after, .btn-style--border::before {
  background-color: #005fa7;
}
.btn-style--border:hover {
  text-decoration: none;
  color: #fff;
}
.btn-style--border:hover span {
  color: #fff !important;
}

.btn-icon {
  width: 38px;
  height: 38px;
  padding: 0;
  text-align: center;
}

.custom-modal .modal-content {
  border: none;
  border-radius: 0;
}
.custom-modal .modal-body {
  padding: 4rem 4rem 2rem;
}
@media only screen and (max-width: 991px) {
  .custom-modal .modal-body {
    padding: 3rem 3rem 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .custom-modal .modal-body {
    padding: 2rem 2rem 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .custom-modal .modal-body {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .custom-modal .modal-title {
    font-size: 20px;
  }
}
.custom-modal button.close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: black;
  width: 60px;
  height: 60px;
  opacity: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .custom-modal button.close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .custom-modal button.close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
  }
}
.custom-modal button.close span {
  font-size: 40px;
  font-weight: 400;
  text-shadow: none;
  opacity: 1;
  line-height: 32px;
  height: 40px;
  width: 40px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .custom-modal button.close span {
    color: #2a2930;
  }
}
.custom-modal button.close:not(:disabled):not(.disabled):focus, .custom-modal button.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}
.custom-modal.modal-dialog-scrollable button.close {
  position: absolute;
  background: #005092;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  opacity: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .custom-modal.modal-dialog-scrollable button.close {
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .custom-modal.modal-dialog-scrollable button.close {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
  }
}
.custom-modal.modal-dialog-scrollable button.close:hover {
  background: #003b6d;
}
@media only screen and (max-width: 575px) {
  .custom-modal.modal-dialog-scrollable button.close:hover {
    background: #fff;
  }
}
.custom-modal.modal-dialog-scrollable button.close span {
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  line-height: 32px;
  height: 40px;
  width: 40px;
  display: block;
}
@media only screen and (max-width: 575px) {
  .custom-modal.modal-dialog-scrollable button.close span {
    color: #2a2930;
  }
}
.custom-modal.modal-dialog-scrollable button.close:not(:disabled):not(.disabled):focus, .custom-modal.modal-dialog-scrollable button.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

#modal_login .link {
  cursor: pointer;
  color: #777;
  transition: all 0.2s ease;
}
#modal_login .link:hover {
  color: #005092;
}
#modal_login .forgot {
  text-align: center;
}

#modal_lk_form_cc_authorization .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif !important;
  color: #005092;
  font-weight: 700;
}
#modal_lk_form_cc_authorization .logo .name {
  padding-top: 3px;
  padding-left: 8px;
  font-size: 38px;
}
#modal_lk_form_cc_authorization .logo .motto {
  width: 100%;
  text-align: center;
}
#modal_lk_form_cc_authorization .wrap_cc .form_cc {
  display: flex;
  flex-wrap: wrap;
}
#modal_lk_form_cc_authorization .wrap_cc .form_cc .card_number {
  width: 289px;
}
#modal_lk_form_cc_authorization .wrap_cc .form_cc .card_exp_m,
#modal_lk_form_cc_authorization .wrap_cc .form_cc .card_exp_y,
#modal_lk_form_cc_authorization .wrap_cc .form_cc .card_zip {
  width: 100px;
  padding-left: 10px;
}

#modal_success .icon {
  width: 74px;
  height: 74px;
  display: block;
  margin: 30px auto 30px;
}
#modal_success .icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
#modal_success .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
}
#modal_success .text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.custom-alert {
  position: fixed;
  z-index: 9999;
  top: 20px;
  right: 20px;
  width: auto;
  min-width: 280px;
  overflow: hidden;
  padding: 0.75rem 50px calc(0.75rem + 3px) 1.25rem;
}
.custom-alert .custom-progress {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 30px;
  background-color: #fff;
}
.custom-alert .custom-progress .custom-progress-bar {
  height: 3px;
  border-radius: 30px;
  transition: 0.4s linear;
  transition-property: width, background-color;
  animation: progress 5s infinite;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.form_wrap {
  background: #fff;
}

form {
  position: relative;
}
form .load_mass {
  position: absolute;
  background: rgba(255, 255, 255, 0.8705882353);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.fa-asterisk {
  color: #ff5353;
  font-size: 10px;
}

.validStar {
  color: #ff5353;
}

.form-control {
  border: 1px solid #c5d3d8;
  border-radius: 4px;
  font-size: 13px;
  line-height: 13px;
  height: 38px;
}

.form-group .label,
.form-group label {
  font-size: 12px;
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  gap: 2px;
}
.form-group .label .validStar,
.form-group label .validStar {
  flex: 2 0;
}
.form-group .custom-file label {
  font-size: inherit;
  padding-right: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-group .custom-control.custom-switch label, .form-group .custom-control.custom-file label, .form-group .custom-control.custom-radio label, .form-group .custom-control.custom-checkbox label {
  font-size: inherit;
}

.login-input {
  margin: 2rem 0;
  height: 4rem !important;
  border: 1px solid #1946A1;
  border-radius: 5px;
}

.pass {
  flex-direction: row-reverse;
}
.pass .input-group-text {
  position: absolute;
  right: 10px;
  bottom: 1px;
  z-index: 999;
  height: 86%;
  background-color: white;
  border: none;
}

.login-send {
  font-size: 24px;
  line-height: 32px;
  padding: 15px;
}

.modal-title {
  font-size: 24px !important;
  line-height: 32px !important;
}

.input-group .input-group-prepend.js_show_pass {
  cursor: pointer;
}
.input-group .input-group-prepend.js_show_pass:hover .input-group-text {
  background-color: white;
}
.input-group .input-group-prepend .input-group-text {
  transition: all 0.2s ease;
}
.input-group .input-group-prepend .input-group-text .ico {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 1;
  font-size: 13px;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0;
}

.custom-file-label::after {
  background-color: rgba(0, 123, 255, 0.1);
}

.error .custom-file-label,
.error .select2-container--default .select2-selection--single {
  border-color: #ff5353;
}

.daterangepicker_wrap {
  position: relative;
}

.jsInputInfo {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.jsInputInfo .icon {
  display: block;
  width: 14px;
  height: 14px;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  color: #0056b2;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #0056b2;
  cursor: pointer;
}
.jsInputInfo .alertWrap {
  position: absolute;
  display: none;
  padding: 14px;
  background: #fff;
  box-shadow: 0px 4px 10px #1E4298;
  font-size: 12px;
  width: 180px;
  top: 110%;
  right: 0;
}
.jsInputInfo:hover .alertWrap {
  display: block;
}

textarea.form-control {
  min-height: 100px;
}

.card {
  border: 1px solid rgba(0, 123, 255, 0.25);
}

.card-header {
  background-color: rgba(0, 123, 255, 0.1);
  border-bottom: 1px solid rgba(0, 123, 255, 0.25);
}

.permit_axle_item_wrap .permit_axle_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.permit_axle_item_wrap .permit_axle_item .permit_axle_index {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 30px;
  height: 38px;
  line-height: 36px;
  display: block;
  margin-top: 15px;
}
.permit_axle_item_wrap .permit_axle_item .permit_axle_row {
  width: calc(100% - 60px);
}
.permit_axle_item_wrap .permit_axle_item .permit_axle_delete {
  display: block;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  color: #000;
  text-align: center;
  width: 30px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  margin-top: 13px;
  border-radius: 4px;
  content: "&times;";
}
.permit_axle_item_wrap .permit_axle_item:hover {
  z-index: 99;
}
.permit_axle_item_wrap .permit_axle_item:hover .permit_axle_delete {
  opacity: 0.8;
  visibility: visible;
}
.permit_axle_item_wrap .permit_axle_item:hover .permit_axle_delete:hover {
  opacity: 1;
}

.permit_state_item_wrap .permit_state_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.permit_state_item_wrap .permit_state_item .permit_state_index {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 30px;
  height: 38px;
  line-height: 36px;
  display: block;
  margin-top: 15px;
}
.permit_state_item_wrap .permit_state_item .permit_state_row {
  width: calc(100% - 60px);
}
.permit_state_item_wrap .permit_state_item .permit_state_delete {
  display: block;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  color: #000;
  text-align: center;
  width: 30px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  margin-top: 13px;
  border-radius: 4px;
  content: "&times;";
}
.permit_state_item_wrap .permit_state_item:hover {
  z-index: 99;
}
.permit_state_item_wrap .permit_state_item:hover .permit_state_delete {
  opacity: 0.8;
  visibility: visible;
}
.permit_state_item_wrap .permit_state_item:hover .permit_state_delete:hover {
  opacity: 1;
}

.fa_service_item_wrap .fa_service_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.fa_service_item_wrap .fa_service_item .fa_service_row {
  width: calc(100% - 30px);
}
.fa_service_item_wrap .fa_service_item .fa_service_delete {
  display: block;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  color: #ff5353;
  text-align: center;
  width: 30px;
  height: 38px;
  line-height: 38px;
  background: #daecff;
  margin-top: 30px;
}
.fa_service_item_wrap .fa_service_item:hover {
  z-index: 99;
}
.fa_service_item_wrap .fa_service_item:hover .fa_service_delete {
  opacity: 0.8;
  visibility: visible;
}
.fa_service_item_wrap .fa_service_item:hover .fa_service_delete:hover {
  opacity: 1;
}

.select2 select {
  display: none;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ddd;
  max-width: none;
  padding: 5px;
  margin-top: 0px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-size: 15px;
  line-height: 1em;
  width: 482px;
  /*  Larger Screen Styling */
}
.daterangepicker *, .daterangepicker ::after, .daterangepicker ::before {
  box-sizing: content-box;
}
.daterangepicker.single {
  width: 246px;
}
@media only screen and (max-width: 564px) {
  .daterangepicker {
    width: auto;
    direction: ltr;
    text-align: left;
  }
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
  display: none;
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
  margin: 5px;
}
.daterangepicker .drp-calendar.left {
  padding: 0;
}
.daterangepicker .drp-calendar.right {
  padding: 0;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th {
  color: #fff;
  background-color: #2a2930;
  border-color: #36343f;
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  border: none;
  white-space: nowrap;
  cursor: pointer;
  padding: 0;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker .calendar-table table tr {
  background: #fff;
  color: #003b6d;
}
.daterangepicker td.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker th.available:hover {
  background-color: #0084D1;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  box-sizing: border-box;
  margin: 3px;
}
.daterangepicker select.monthselect {
  width: calc(40% - 6px);
}
.daterangepicker select.yearselect {
  width: calc(60% - 6px);
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 0px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

.ourTeam {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .ourTeam {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.ourTeam .ourTeamSwiper {
  position: relative;
}
.ourTeam .slideWrap {
  margin: 5px;
  text-align: center;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  padding-bottom: 8px;
}
.ourTeam .slideWrap .photo {
  margin-bottom: 12px;
}
.ourTeam .slideWrap .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.ourTeam .slideWrap .name {
  padding: 0 4px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #1a56a8;
}
.ourTeam .slideWrap .pos {
  padding: 0 4px 10px;
}
.ourTeam .slideWrap .linkWrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.ourTeam .slideWrap .linkWrapper .link {
  color: #0f69b3;
  display: flex;
  gap: 5px;
  align-items: center;
}
.ourTeam .slideWrap .linkWrapper .link .icon {
  transition: 0.3s;
  transform: scale(1);
  width: 18px;
  height: 18px;
}
.ourTeam .slideWrap .linkWrapper .link .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.ourTeam .slideWrap .linkWrapper .link .text {
  font-size: 14px;
}
.ourTeam .slideWrap .linkWrapper .link:hover {
  text-decoration: none;
}
.ourTeam .slideWrap .linkWrapper .link:hover .icon {
  transform: scale(1.2);
}
.ourTeam .slideWrap .linkWrapper .copy {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.ourTeam .slideWrap .linkWrapper .copy svg {
  color: #0f69b3;
  transition: 0.3s;
  transform: scale(1);
  display: block;
  width: 100%;
  height: 100%;
}
.ourTeam .slideWrap .linkWrapper .copy:hover svg {
  transform: scale(1.2);
  color: #1a56a8;
}

.copy_ok {
  position: fixed;
  padding: 20px 40px;
  background: #1b48a3;
  color: #fff;
  bottom: 40px;
  left: 30px;
  z-index: 100;
  display: flex;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  gap: 5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .copy_ok {
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 20px;
  }
}
.copy_ok.active {
  visibility: visible;
  opacity: 1;
}
.copy_ok .value {
  font-weight: bold;
}

.gallery {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .gallery {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.gallery .gallerySwipers {
  position: relative;
}
.gallery .gallerySwipers .swiper-nav-button-prev,
.gallery .gallerySwipers .swiper-nav-button-next {
  cursor: pointer;
  background: #fff;
  padding: 5px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 40px);
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .gallery .gallerySwipers .swiper-nav-button-prev,
  .gallery .gallerySwipers .swiper-nav-button-next {
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }
}
.gallery .gallerySwipers .swiper-nav-button-prev .swiper-nav-wrap,
.gallery .gallerySwipers .swiper-nav-button-next .swiper-nav-wrap {
  transition: 0.3s;
  background: #4f9dd9;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.gallery .gallerySwipers .swiper-nav-button-prev .icoSvg.locationArr,
.gallery .gallerySwipers .swiper-nav-button-next .icoSvg.locationArr {
  color: #fff;
}
.gallery .gallerySwipers .swiper-nav-button-prev .icoSvg.locationArr svg,
.gallery .gallerySwipers .swiper-nav-button-next .icoSvg.locationArr svg {
  display: block;
  width: 24px;
  height: 14px;
}
.gallery .gallerySwipers .swiper-nav-button-prev:hover,
.gallery .gallerySwipers .swiper-nav-button-next:hover {
  padding: 2px;
}
.gallery .gallerySwipers .swiper-nav-button-prev:hover .swiper-nav-wrap,
.gallery .gallerySwipers .swiper-nav-button-next:hover .swiper-nav-wrap {
  background: #1a49a3;
}
.gallery .gallerySwipers .swiper-nav-button-next {
  right: 20px;
  transform: rotate(90deg);
}
.gallery .gallerySwipers .swiper-nav-button-prev {
  left: 20px;
  transform: rotate(-90deg);
}
.gallery .slideWrap {
  margin: 5px;
  text-align: center;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}
.gallery .slideWrap .photo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 450px) {
  .canadianProvinces {
    display: none;
  }
}
.canadianProvinces .title {
  margin-bottom: 30px;
  font-size: 2.5rem;
}
.canadianProvinces .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 18px 30px;
  margin: 80px auto;
}
@media screen and (max-width: 1000px) {
  .canadianProvinces .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .canadianProvinces .list {
    grid-template-columns: 1fr;
  }
}
.canadianProvinces .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  gap: 10px;
  color: #0b2e13;
  font-size: 16px;
  border: 1px solid rgba(34, 63, 155, 0);
  border-radius: 6px;
  padding: 3px 5px;
}
.canadianProvinces .item a .dots {
  border-bottom: 1px dashed #0f69b3;
  flex: 2 0;
}
.canadianProvinces .item a .code {
  font-weight: bold;
}
.canadianProvinces .item a:hover {
  color: #0f69b3;
  background: rgba(0, 111, 255, 0.1);
  border: 1px solid rgba(34, 63, 155, 0.15);
}

/** border-radius reset **/
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-file-label,
.card-header:first-child,
.card,
.input-group-text,
.custom-select {
  border-radius: 4px;
  font-size: 13px;
}

.tab-content > .active {
  border: 1px solid #dee2e6;
  border-top: none;
}

.nav-tabs .nav-link {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn {
  border-radius: 0;
}

.iconSVG {
  display: block;
}
.iconSVG svg {
  display: block;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

#modal_form_new_customer ol {
  counter-reset: item;
}
@media only screen and (max-width: 991px) {
  #modal_form_new_customer ol {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #modal_form_new_customer ol {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 575px) {
  #modal_form_new_customer ol {
    padding-left: 0;
  }
}
#modal_form_new_customer ol > li {
  display: block;
  margin-bottom: 1rem;
}
#modal_form_new_customer ol > li p {
  display: inline-block;
}
#modal_form_new_customer ol > li .title {
  margin-bottom: 1rem;
}
#modal_form_new_customer ol > li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  display: inline-block;
  margin-right: 5px;
  font-size: 1.5rem;
}
#modal_form_new_customer ol > li ol li:before {
  font-size: 14px;
}
#modal_form_new_customer ol > li ul {
  list-style: disc;
}

.permit-form {
  box-shadow: 0px 5px 5px 5px rgba(79, 157, 217, 0.5);
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 30px;
}

div.el > ul > li > a:hover {
  text-decoration: none !important;
  color: #007bff !important;
}

div.el > ul > li > a {
  text-decoration: none !important;
  color: black !important;
}

.question > p {
  margin: 0;
}

.question > p > a {
  color: white;
}

.fa-asterisk {
  color: #ff5353;
  font-size: 10px;
}

.input-group .input-group-text .ico {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0;
}

.form_in_text {
  margin-bottom: 1rem;
}
.form_in_text .group {
  margin: 3px;
  display: inline-block;
}

section {
  max-width: 90%;
  margin: 0 auto;
}
section h1 {
  padding-left: 20px;
  text-align: left !important;
}
@media screen and (max-width: 990px) {
  section {
    max-width: 100% !important;
    padding-left: 5rem;
  }
}
@media only screen and (max-width: 991px) {
  section {
    padding: 1rem 0;
  }
}
section.dark {
  background: #efefef;
}
section.borders {
  position: relative;
}
section.borders:after, section.borders:before {
  content: " ";
  display: block;
  height: 5px;
}
section .h2 {
  border-left: 5px solid #223F9B;
  padding-left: 20px;
  color: #223F9B;
}
section .title {
  font-size: 40px;
  font-weight: 700;
  margin: 2rem 0 2rem 0;
}
@media only screen and (max-width: 991px) {
  section .title {
    font-size: 28px;
    margin: 0 0 2rem;
  }
}
@media only screen and (max-width: 575px) {
  section .title {
    font-size: 24px;
    margin: 0 0 1rem;
  }
}

.our_process .title {
  margin-left: 5%;
}

@media screen and (max-width: 1200px) {
  .borders .title, .block_form_buttons .title, .hauling .title, .get_started .title, .map .title, .slider .title {
    margin-left: 16px;
  }
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.table-holidays-wrap {
  border: 1px rgba(79, 157, 217, 0.19) solid;
  box-shadow: 0px 4px 10px rgba(79, 157, 217, 0.33);
}
.table-holidays-wrap .strip-blue {
  background: rgba(79, 157, 217, 0.19);
}
.table-holidays-wrap .strip-white {
  background: white;
}

.our_process {
  max-width: 100vw;
}
@media screen and (max-width: 1200px) {
  .our_process {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 991px) {
  .our_process .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.our_process .step_wrap {
  width: 100%;
  margin: auto 0;
  height: 30rem;
  flex-direction: row;
  display: flex;
}
@media screen and (max-width: 700px) {
  .our_process .step_wrap {
    background: url("/images/process_vert.webp") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    height: 58rem !important;
    width: 80%;
    flex-direction: column;
    margin: 0 auto 30px !important;
  }
}
@media only screen and (max-width: 1100px) {
  .our_process .step_wrap {
    height: 21rem;
  }
}
.our_process .step_wrap .process-arrow {
  margin: auto;
  width: 8%;
}
@media screen and (max-width: 1400px) {
  .our_process .step_wrap .third {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 1100px) {
  .our_process .step_wrap .third {
    padding-left: 55px !important;
  }
}
.our_process .step_wrap .process {
  display: flex;
  width: 25%;
  margin: auto 0;
  padding: 70px;
}
@media only screen and (max-width: 1100px) {
  .our_process .step_wrap .process {
    padding: 25px;
  }
}
@media screen and (max-width: 1500px) {
  .our_process .step_wrap .process {
    padding-left: 40px;
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .our_process .step_wrap .process {
    padding-left: 40px;
  }
}
@media screen and (max-width: 700px) {
  .our_process .step_wrap .process {
    width: 100%;
  }
}
.our_process .step_wrap .process .number {
  font-weight: 700;
  font-size: 96px;
  line-height: 128px;
  color: #4F9DD9;
  margin: auto;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 991px) {
  .our_process .step_wrap .process .number {
    font-size: 30px;
    width: 50px;
  }
}
@media screen and (max-width: 700px) {
  .our_process .step_wrap .process .number {
    margin: 0;
  }
}
.our_process .step_wrap .process .text {
  margin: auto 0 auto 40px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  text-align: left;
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1100px) {
  .our_process .step_wrap .process .text {
    margin: auto 0 auto 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our_process .step_wrap .process .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .our_process .step_wrap .process .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .our_process .step_wrap .process .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  .our_process .step_wrap .process .text {
    font-size: 10px;
  }
}
@media screen and (max-width: 700px) {
  .our_process .step_wrap .process .text {
    font-size: 14px;
  }
}
.our_process .step {
  display: flex;
  align-items: center;
  margin: 0 0 0.5rem;
}
.our_process .step_number {
  color: #005092;
  font-size: 50px;
  font-weight: 500;
  margin-right: 12px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .our_process .step_number {
    font-size: 30px;
    width: 50px;
  }
}
.our_process .step_test {
  font-weight: 500;
  color: #2a2930;
  font-size: 18px;
  margin-left: 5%;
}
@media only screen and (max-width: 991px) {
  .our_process .step_test {
    font-size: 16px;
  }
}
.our_process .step_wrap {
  margin: 0 0 5rem;
}
@media only screen and (max-width: 991px) {
  .our_process .step_wrap {
    margin: 0 0 5rem;
  }
}

.no_time_wrap {
  justify-content: space-evenly;
  display: flex;
  align-items: center;
  gap: 15px;
  width: 60%;
  padding: 2.2rem;
  margin: 1rem auto 5rem auto;
  background: linear-gradient(89.96deg, #4F9DD9 -4.6%, #1946A1 76.34%);
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  .no_time_wrap {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 768px) {
  .no_time_wrap {
    width: calc(100% - 30px);
    flex-direction: column;
    padding: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  .no_time_wrap {
    margin: -1rem auto 0;
  }
}
.no_time_wrap .text {
  font-weight: 400;
  font-size: 32px;
  line-height: 43px;
  color: #FFFFFF;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .no_time_wrap .text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .no_time_wrap .text {
    font-size: 20px;
  }
}
.no_time_wrap .book {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  background: #4F9DD9;
  height: 60px;
}
.no_time_wrap.supportMy .textWrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
.no_time_wrap.supportMy .textWrap .ico {
  color: #fff;
  width: 55px;
}
.no_time_wrap.supportMy .textWrap .ico svg {
  display: block;
  width: 100%;
  height: 55px;
}
.no_time_wrap.supportMy .textWrap .text {
  cursor: default;
  font-weight: bold;
}
.no_time_wrap.supportMy .btn-style.book {
  display: flex;
  align-items: center;
  gap: 7px;
}
.no_time_wrap.supportMy .btn-style.book .iconSVG {
  width: 32px;
  position: relative;
  z-index: 2;
}

.hauling {
  margin-bottom: 5rem;
}
.hauling .hauling-title {
  margin-left: 0 !important;
}
.hauling .title {
  margin-top: 0;
}
.hauling .flex-column {
  display: flex;
  margin-bottom: 2rem;
}
.hauling .subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 990px) {
  .hauling .subtitle {
    font-size: 16px;
  }
}
.hauling p {
  width: 80%;
  margin: 0 auto 2rem;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 500px) {
  .hauling p {
    font-size: 16px;
  }
}
.hauling ul {
  margin-left: 10%;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400;
  font-size: 22px;
}
@media screen and (max-width: 500px) {
  .hauling ul {
    font-size: 16px;
  }
}

.get_started {
  margin-bottom: 5rem;
}
.get_started .wrapperFaq {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 1200px) {
  .get_started .wrapperFaq {
    grid-template-columns: 1fr;
  }
}
.get_started .faq-wrap {
  width: 80%;
  margin: 0 auto;
}
.get_started .faq-wrap .question-block {
  border-bottom: 2px solid #4F9DD9;
}
.get_started .faq-wrap .question-block .question-wrap {
  display: flex;
  justify-content: space-between;
}
.get_started .faq-wrap .question-block .question-wrap .question {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 20px !important;
  width: 100%;
  background-color: white;
  text-align: left;
  padding-top: 2rem;
}
.get_started .faq-wrap .question-block .plus {
  width: 2.3rem;
  font-size: 60px;
  color: #4F9DD9;
  cursor: pointer;
}
.get_started .faq-wrap .question-block .turn {
  transform: rotate(45deg);
  color: #000000;
  padding-left: 0.5rem;
}
.get_started .faq-wrap .question-block .active {
  color: #4F9DD9 !important;
}
.get_started .faq-wrap .answer .card {
  padding-left: 0;
  border: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: #000000;
}
.get_started .faq-wrap .active {
  color: #4F9DD9;
}

.slider {
  padding: 2rem 0;
}
.slider .container-fluid {
  padding: 0;
}
.slider .swiper-slide {
  text-align: center;
  opacity: 0.6;
  transition: all 0.2s ease;
}
.slider .swiper-slide .link {
  display: block;
}
.slider .swiper-slide img {
  max-width: 430px;
  max-height: 330px;
  display: block;
  margin: 0 auto;
}
.slider .swiper-slide .title {
  margin-top: 1rem;
  color: #2a2930;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
}
.slider .swiper-slide:hover {
  opacity: 1;
}
.slider .swiper-slide:hover .link {
  text-decoration: none;
}
.slider .swiper-slide.swiper-slide-prev, .slider .swiper-slide.swiper-slide-next, .slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .slider .swiper-pagination-custom, .slider .swiper-pagination-fraction {
    bottom: -3px;
  }
}

.map-wrapper .why_us_text {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .map-wrapper .why_us_text {
    width: 50%;
  }
}

.map .states-select {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .map .states-select {
    display: block !important;
  }
}
.map .states-select .text, .map .states-select span {
  font-family: "Noto Sans", sans-serif !important;
  width: 90%;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 22px !important;
  color: black !important;
}
.map #select2_map_states span {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: rgb(30, 66, 152) !important;
  text-align: left;
  padding-left: 10px;
  margin-top: 2px;
}
.map #select2_map_states .select2-results__option--selectable {
  color: black !important;
}
.map #select2_map_states select {
  display: none;
}
.map #select2_map_states .select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  margin-top: 0 !important;
  line-height: 36px !important;
}
@media screen and (max-width: 450px) {
  .map #map-container {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  .map .map-block-wrapper {
    flex-direction: column;
  }
}
.map .map-block-wrapper .listBenefitsWrap .button-wrapper {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .map .map-block-wrapper .why_us_text {
    margin: 0 5rem 5rem 2rem;
  }
}
@media screen and (max-width: 500px) {
  .map .map-block-wrapper .why_us_text {
    margin: 0 2rem 2rem 2rem;
    font-size: 16px;
    line-height: 22px;
    font-family: "Noto Sans", sans-serif !important;
    font-weight: 400;
  }
}
.map .map-block-wrapper .listBenefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 800px) {
  .map .map-block-wrapper .listBenefits {
    grid-template-columns: 1fr;
    grid-gap: 18px;
  }
}
.map .map-block-wrapper .listBenefits_item {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  .map .map-block-wrapper .listBenefits_item img {
    display: block;
    width: 40px;
    height: 40px;
  }
}
.map .map-block-wrapper .listBenefits_item .why_us_desc {
  margin: 0;
  font-family: "Noto Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  word-break: break-word;
  white-space: pre-wrap;
  text-align: left;
}
@media screen and (max-width: 800px) {
  .map .map-block-wrapper .listBenefits_item .why_us_desc {
    font-size: 16px;
  }
}
.map .map-block-wrapper .button-wrapper {
  margin: 0 auto;
  width: 15rem;
}
@media screen and (max-width: 1200px) {
  .map .map-block-wrapper .button-wrapper {
    margin: 0 auto;
    width: 15rem;
  }
}
@media screen and (max-width: 1200px) {
  .map .map-block-wrapper .button-wrapper .orderBtn {
    margin-top: 3rem;
    width: 100%;
  }
}
.map .orderBtn {
  margin-top: 3rem;
  background: #4F9DD9 !important;
}
.map .list {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .map .list {
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .map .list {
    width: 110%;
    margin-left: -20px !important;
  }
}
.map .list .col-4 {
  padding-right: 0 !important;
  padding-left: 10px !important;
}
.map .why_us_text {
  font-family: "Noto Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  margin: -20px 0 0 0;
  word-break: break-word;
  white-space: pre-wrap;
}
@media screen and (max-width: 500px) {
  .map .why_us_text {
    font-size: 14px;
    margin: 1rem auto !important;
    width: 90%;
  }
}
@media screen and (max-width: 350px) {
  .map .why_us_text {
    font-size: 14px;
  }
}
.map .why-choose {
  width: 90%;
  margin-top: 2rem;
  margin-left: 1rem;
}
.map .why-choose p, .map .why-choose ul {
  font-family: "Noto Sans", sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
}
@media screen and (max-width: 500px) {
  .map .why-choose p, .map .why-choose ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .map .why-choose {
    font-size: 14px;
  }
}
.map .why_us_text_left {
  margin: -20px 0 0 0rem !important;
}
@media screen and (max-width: 900px) {
  .map .why_us_text_left {
    font-size: 19px;
    margin: 1rem 0 0 3rem !important;
  }
}
@media screen and (max-width: 500px) {
  .map .why_us_text_left {
    font-size: 14px;
    margin: 1rem auto !important;
    display: none;
  }
}
.map #map-container {
  width: 100%;
  height: 500px;
  padding-top: 4rem;
  margin-left: -50px;
  margin-top: -50px;
}
@media screen and (max-width: 1500px) {
  .map #map-container {
    padding-top: 2rem;
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .map #map-container {
    padding-top: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .map #map-container {
    display: block;
    padding-bottom: 2rem !important;
    margin: -30px auto 0;
    right: 5%;
    height: 250px;
    transform: scale(1.2);
  }
}
.map .text {
  color: #005092;
  text-decoration: none;
  font-size: 42px;
  line-height: 2;
  font-weight: 700;
}
.map .text span {
  font-size: 46px;
}
@media only screen and (max-width: 1199px) {
  .map .text {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
  }
  .map .text span {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .map .text {
    font-size: 24px;
  }
  .map .text span {
    font-size: 26px;
  }
}

@media screen and (max-width: 500px) {
  .contact_page {
    width: 100% !important;
  }
}

.block__contact_as {
  margin-top: 4rem;
}
.block__contact_as .container {
  padding-left: 0;
  padding-right: 0;
}

.block_form_buttons .allCasesWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem auto 4rem;
}
.block_form_buttons .allCasesWrap .allCases {
  height: 4rem;
}
.block_form_buttons .allCasesWrap .allCases .allNews {
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: 21px;
  z-index: 1;
}
.block_form_buttons .allCasesWrap .allCases .allNews:hover {
  color: white;
  z-index: 1;
  text-decoration: none;
}
.block_form_buttons .article-desc {
  padding: 2rem 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .block_form_buttons .article-desc {
    padding: 20px 20px 25px;
  }
}
.block_form_buttons .service-wrap {
  box-shadow: 0 4px 10px rgba(79, 157, 217, 0.33);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
}
.block_form_buttons .service-wrap .image img {
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  display: block;
}
.block_form_buttons .service-wrap .article-footer {
  display: flex;
  justify-content: space-between;
  height: 1rem;
  float: bottom;
}
.block_form_buttons .service-wrap .moreWrap {
  margin: 15px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.block_form_buttons .service-wrap .more {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 1500px) {
  .block_form_buttons .service-wrap .more {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .block_form_buttons .service-wrap .more {
    font-size: 14px;
  }
}
.block_form_buttons .service-wrap .more .iconSVG {
  width: 21px;
  height: 16px;
}
@media only screen and (max-width: 991px) {
  .block_form_buttons .service-wrap .more .iconSVG {
    width: 16px;
    height: 14px;
  }
}
.block_form_buttons .service-wrap .more:hover {
  color: #223F9B;
  text-decoration: none;
}
.block_form_buttons .service-wrap .arrow {
  display: none;
}
.block_form_buttons .service-wrap h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #000000;
}
@media only screen and (max-width: 1500px) {
  .block_form_buttons .service-wrap h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .block_form_buttons .service-wrap h3 {
    font-size: 18px;
  }
}
.block_form_buttons .service-wrap .service-text {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color: #000000;
  flex: 1 0 auto;
}
@media only screen and (max-width: 1500px) {
  .block_form_buttons .service-wrap .service-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .block_form_buttons .service-wrap .service-text {
    font-size: 16px;
  }
}
.block_form_buttons .service-wrap:hover {
  transition: all 0.2s linear;
  transform: scale(1.03);
  box-shadow: 0px 4px 10px #4F9DD9;
}
.block_form_buttons .service-wrap:hover .more {
  color: #223F9B;
  text-decoration: none;
}
.block_form_buttons .service-wrap:hover .arrow {
  display: inline;
}
.block_form_buttons .service-wrap:hover .blackArrow {
  display: none;
}
.block_form_buttons .swiper-cards {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  display: none;
}
.block_form_buttons .swiper-cards .swiper-wrapper {
  height: calc(100% - 44px);
}
.block_form_buttons .swiper-cards .swiper-wrapper .swiper-slide {
  display: flex;
  height: auto;
}
.block_form_buttons .swiper-cards .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.block_form_buttons .swiper-cards .swiper-pagination-bullet-active {
  opacity: 0.8;
  transition: all 0.2s linear;
  background: #0084D1;
}
.block_form_buttons .swiper-cards .swiper-pagination-bullet-active:hover {
  opacity: 1;
}
.block_form_buttons .swiper-cards .prev,
.block_form_buttons .swiper-cards .next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #0084D1;
  box-shadow: 0px 4px 4px rgba(79, 157, 217, 0.65);
  color: #0084D1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .block_form_buttons .swiper-cards .prev,
  .block_form_buttons .swiper-cards .next {
    display: none !important;
  }
}
.block_form_buttons .swiper-cards .prev .iconSVG,
.block_form_buttons .swiper-cards .next .iconSVG {
  width: 10px;
  height: 20px;
}
.block_form_buttons .swiper-cards .prev:hover,
.block_form_buttons .swiper-cards .next:hover {
  opacity: 1;
  transform: scale(1.03);
}
.block_form_buttons .swiper-cards .next {
  position: absolute;
  top: 40%;
  right: 20%;
  z-index: 0;
}
.block_form_buttons .swiper-cards .next .iconSVG {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-right: -2px;
}
.block_form_buttons .swiper-cards .prev {
  position: absolute;
  top: 40%;
  left: 20%;
  z-index: 0;
}
.block_form_buttons .swiper-cards .prev .iconSVG {
  margin-left: -2px;
}
.block_form_buttons .swiper-cards .swiper-slide-active .service-wrap {
  box-shadow: 0px 4px 10px #4F9DD9;
}
.block_form_buttons .swiper-cards .swiper-slide-active .service-wrap .more {
  color: #223F9B;
  text-decoration: none;
}
@media only screen and (max-width: 1200px) {
  .block_form_buttons .swiper-cards {
    display: block;
  }
}
.block_form_buttons .services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media only screen and (max-width: 1200px) {
  .block_form_buttons .services {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .block_form_buttons .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.block_form_buttons .variant_item {
  cursor: pointer;
}
.block_form_buttons .variant_item:hover .variant_btn .btn-style::after, .block_form_buttons .variant_item:hover .variant_btn .btn-style::before {
  transform: rotateZ(56deg) scale(11);
}
.block_form_buttons .variant_item:hover .variant_text {
  background: #f2f8ff;
}
.block_form_buttons .variant_btn .btn-style {
  width: 100%;
  text-align: center;
  border-radius: 0;
  font-size: 26px;
  line-height: 1.3;
}
.block_form_buttons .variant_text {
  transition: all 0.2s ease;
  background: #fff;
  padding: 2rem;
  font-size: 18px;
  min-height: 180px;
}
@media only screen and (max-width: 768px) {
  .block_form_buttons .variant_text {
    min-height: 1px;
  }
}

.new-button {
  background: #4F9DD9 !important;
}

.about-us {
  max-width: 100%;
}

.about-us-wrapper {
  grid-template-areas: ". A A ." "B B C C ";
  display: grid;
  row-gap: 35px;
  -moz-column-gap: 35px;
       column-gap: 35px;
  margin-bottom: 50px;
}
.about-us-wrapper .safety {
  grid-area: A;
}
.about-us-wrapper .experts {
  grid-area: B;
}
.about-us-wrapper .all-inclusive {
  grid-area: C;
}
@media screen and (max-width: 450px) {
  .about-us-wrapper {
    grid-template-areas: "A" "B" "C";
    margin-top: 30px;
  }
}
.about-us-wrapper .about-item {
  min-width: 100%;
  padding: 35px 65px;
  box-shadow: 0px 4px 10px rgba(79, 157, 217, 0.33);
  border-radius: 8px;
}
@media screen and (max-width: 1200px) {
  .about-us-wrapper .about-item {
    padding: 35px 45px;
  }
}
@media screen and (max-width: 1000px) {
  .about-us-wrapper .about-item {
    padding: 20px 25px;
  }
}
.about-us-wrapper .about-item .icon {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  display: block;
}
.about-us-wrapper .about-item .title {
  text-align: center;
  font-family: "Noto Sans", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  color: #223F9B;
  margin-top: 1rem !important;
}
.about-us-wrapper .about-item .desc {
  font-family: "Noto Sans", sans-serif !important;
  font-size: 22px;
  line-height: 1.5;
  text-align: justify;
  color: #000000;
}

@media screen and (min-width: 1200px) {
  .swiper-container {
    display: none;
  }
}

.industries-swiper {
  position: relative;
  padding: 10px;
  display: none;
}
.industries-swiper #industries-button-next, .industries-swiper #industries-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #223F9B;
  box-shadow: 0px 4px 4px rgba(79, 157, 217, 0.65);
}
@media screen and (max-width: 500px) {
  .industries-swiper #industries-button-next, .industries-swiper #industries-button-prev {
    display: none !important;
  }
}
.industries-swiper #industries-button-next {
  position: absolute;
  top: 40%;
  right: 19%;
  z-index: 0;
}
.industries-swiper #industries-button-prev {
  position: absolute;
  top: 40%;
  left: 19%;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .industries-swiper {
    padding: 10px 0;
  }
}
.industries-swiper .swiper-slide-active {
  box-shadow: 0px 4px 10px #4F9DD9 !important;
  border-radius: 8px;
}
.industries-swiper .swiper-slide {
  box-shadow: 0px 4px 10px rgba(79, 157, 217, 0.33);
  border-radius: 8px;
  height: 18rem;
  z-index: 100;
}
@media screen and (max-width: 500px) {
  .industries-swiper .swiper-slide {
    margin-bottom: 20px;
    width: 100% !important;
  }
}
.industries-swiper .swiper-slide .industry-img {
  width: 90%;
}
.industries-swiper .more {
  position: relative;
  right: -20%;
  bottom: 15px;
  text-align: right;
  color: black;
}
.industries-swiper .more img {
  display: inline;
}
@media screen and (max-width: 1200px) {
  .industries-swiper {
    display: block;
  }
}
.industries-swiper .swiper-pagination {
  display: none;
}
@media screen and (max-width: 500px) {
  .industries-swiper .swiper-pagination {
    display: block;
  }
}

.news-wrapper {
  padding: 10px 0;
}
.news-wrapper .image {
  height: 200px;
  width: 100%;
}
.news-wrapper .swiper-slide {
  box-shadow: 0px 4px 10px rgba(79, 157, 217, 0.33);
  border-radius: 8px;
}
.news-wrapper .swiper-slide-active {
  box-shadow: 0px 2px 10px #4F9DD9;
  border-radius: 8px;
}
@media screen and (max-width: 500px) {
  .news-wrapper .article-footer {
    flex-direction: row-reverse;
  }
  .news-wrapper .article-footer .article-date {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .news-wrapper .article-footer .article-date {
    font-size: 13px !important;
  }
}

.blog_h1 {
  padding-left: 20px;
  margin: 4rem auto 2rem;
  font-size: 2.5rem;
  border-left: 5px solid #223F9B;
  color: #223F9B;
  max-width: 90%;
}
@media screen and (max-width: 450px) {
  .blog_h1 {
    margin-left: 2rem;
  }
}

.pageFaqSubTitle {
  margin: 2rem auto 2rem;
  font-size: 1.2rem;
  color: #000;
  max-width: 90%;
}
@media screen and (max-width: 450px) {
  .pageFaqSubTitle {
    margin-left: 1.2rem;
  }
}

.questionsList {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .questionsList {
    flex: 0 0 50%;
    max-width: calc(50% + 100px);
  }
}

a {
  color: #223F9B;
}

pre {
  background-color: #f4f4f4; /* Светло-серый фон */
  border: 1px solid #ddd; /* Тонкая серая рамка */
  padding: 1em; /* Внутренние отступы 1em */
  overflow-x: auto; /* Добавляем горизонтальную прокрутку, если нужно */
  font-family: "Courier New", Courier, monospace; /* Моноширинный шрифт */
  font-size: 0.9em; /* Размер шрифта */
}

.item_blog-list {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1200px) {
  .item_blog-list {
    box-shadow: 0 4px 10px rgba(79, 157, 217, 0.5);
    border-radius: 5px;
    padding: 25px 25px 25px 45px;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .item_blog-list {
    flex-direction: column-reverse !important;
    margin: 0 5% 40px;
    padding: 0 0 25px 0;
    border-radius: 5px;
  }
}
.item_blog-list .description__st {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  margin: 30px 0;
}
.item_blog-list .description__st .textInfo {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-family: "Noto Sans", sans-serif !important;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .item_blog-list .description__st .textInfo {
    font-size: 16px !important;
  }
}
.item_blog-list .description__st .textInfo * {
  font-size: 20px !important;
  line-height: 1.5 !important;
  font-family: "Noto Sans", sans-serif !important;
}
@media only screen and (max-width: 768px) {
  .item_blog-list .description__st .textInfo * {
    font-size: 16px !important;
  }
}
.item_blog-list .description__st * {
  font-family: "Noto Sans", sans-serif !important;
}
.item_blog-list .image {
  width: 52%;
  height: 60vh;
}
@media only screen and (max-width: 1200px) {
  .item_blog-list .image {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .item_blog-list .image {
    width: 100%;
    height: 25vh;
    margin-bottom: 30px;
    border-radius: 5px 5px 0 0;
  }
}
.item_blog-list .blog-text {
  width: 48%;
  padding: 0 30px;
}
@media only screen and (max-width: 1200px) {
  .item_blog-list .blog-text {
    width: 50%;
    height: 60vh;
  }
}
@media only screen and (max-width: 768px) {
  .item_blog-list .blog-text {
    width: 100%;
    height: auto;
    padding: 0 24px;
  }
}
.item_blog-list .blog-text .el {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .item_blog-list .blog-text .el {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .item_blog-list .blog-text .el {
    gap: 30px;
  }
}
.item_blog-list .blog-text .h1 {
  font-size: 24px;
  color: #223F9B;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .item_blog-list .blog-text .h1 {
    margin-bottom: 0 !important;
  }
}
.item_blog-list .blog-text .date {
  display: block;
  color: #969191;
  margin: 0;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .item_blog-list .blog-text .date {
    font-size: 14px;
  }
}
.item_blog-list .blog-text .article-button {
  background: #4F9DD9;
  border: none !important;
  height: 52px;
}
.item_blog-list .blog-text .article-button span {
  color: white !important;
}
@media only screen and (max-width: 1200px) {
  .item_blog-list .blog-text .article-button {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1200px) {
  .item_blog-list .blog-text .linkMoreInfo {
    text-align: center;
  }
}

.state_regulations_header .text {
  color: #005092;
  font-size: 20px;
  font-weight: 700;
}

.description__st {
  margin: 30px auto;
  font-size: 22px;
  color: #212529;
  line-height: 1.5;
  /*    ol {
          margin-left: 36px;
          list-style: decimal;
          li {
              padding-left: 14px;
              margin-bottom: 10px;
              position: relative;
              font-size: 18px;
              @include fluidFontSize(14px, 18px, 380px, 1900px);

              &:last-child {
                  margin-bottom: 0;
              }
          }
      }*/
}
@media screen and (max-width: 1000px) {
  .description__st {
    font-size: 18px;
  }
}
.description__st h1 {
  margin-bottom: 45px;
  margin-top: 0;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .description__st h1 {
    font-size: 28px;
  }
}
.description__st h1, .description__st h2, .description__st h3, .description__st h4, .description__st h5, .description__st h6 {
  letter-spacing: 1px;
  line-height: 1.18;
  font-weight: 500;
  padding: 0;
  margin-bottom: 15px;
  margin-top: 40px;
  font-size: calc(0.0039473684 * 100vw + 18.5px);
}
@media screen and (max-width: 380px) {
  .description__st h1, .description__st h2, .description__st h3, .description__st h4, .description__st h5, .description__st h6 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .description__st h1, .description__st h2, .description__st h3, .description__st h4, .description__st h5, .description__st h6 {
    font-size: 26px;
  }
}
.description__st p {
  font-size: 22px;
  color: #212529;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .description__st p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .description__st .permit-content__top {
    padding: 0 0 40px 0;
  }
}
.description__st img {
  margin: 10px 20px;
}
.description__st p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .description__st p {
    margin-bottom: 20px;
  }
}
.description__st p:last-child {
  margin-bottom: 0;
}
.description__st > * {
  margin-bottom: 15px;
}
.description__st ol li,
.description__st ul li {
  font-size: 22px;
  color: #212529;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .description__st ol li,
  .description__st ul li {
    font-size: 18px;
  }
}
.description__st b, .description__st strong {
  font-weight: bold;
}
.description__st i, .description__st em {
  font-style: italic;
}
.description__st blockquote {
  border-left: 3px solid #0084D1;
  color: #1a1a1a;
  font-family: "Noto Sans", sans-serif !important;
  font-size: 1.25em;
  font-style: italic;
  line-height: 1.8em;
  margin: 1.1em -4em;
  padding: 1em 2em;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
}
.description__st blockquote:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: 2em;
  background-color: #fff;
  width: 5px;
  margin-top: -1em;
}
.description__st blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}
@media (max-width: 1200px) {
  .description__st blockquote {
    font-size: 1.1em;
    margin: 1.1em -2em;
  }
}
@media (max-width: 1200px) {
  .description__st blockquote {
    border-top: 2px solid #0084D1;
    border-bottom: 2px solid #0084D1;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }
  .description__st blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1em;
    width: 2em;
  }
  .description__st blockquote:after {
    font-size: 0.75em;
    left: 50%;
    top: 0;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
  .description__st blockquote cite {
    text-align: right;
  }
}

.helpcrunch-iframe-wrapper iframe {
  bottom: 110px !important;
}
@media screen and (max-width: 768px) {
  .helpcrunch-iframe-wrapper iframe {
    bottom: 67px !important;
    right: 2px !important;
  }
}

.to-top-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  color: #fff;
  background: #339dda;
  bottom: 23px;
  right: 19px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 10;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.to-top-btn.active {
  visibility: visible;
  opacity: 1;
}
.to-top-btn:hover {
  background-color: #266ec6;
  opacity: 1;
}
.to-top-btn span {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  line-height: 1;
}
.to-top-btn span i {
  position: relative;
  top: -3px;
}
@media screen and (max-width: 996px) {
  .to-top-btn {
    width: 50px;
    height: 50px;
    bottom: 35px;
    right: 35px;
  }
  .to-top-btn span {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .to-top-btn {
    bottom: 10px;
    right: 10px;
  }
}

.back-path {
  position: fixed;
  top: 90px;
  left: 70px;
  background: rgba(255, 255, 255, 0.87);
  box-shadow: 0px 0px 41px 29px white;
  z-index: 99;
}
.back-path a {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: #005fa7;
}
.back-path a:hover {
  text-decoration: none;
  color: #003b6d;
}

.forms-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 450px) {
  .forms-wrapper {
    flex-direction: column;
  }
}
.forms-wrapper .new-member, .forms-wrapper .existing {
  width: 48%;
  z-index: 10;
}
.forms-wrapper .new-member .desc, .forms-wrapper .existing .desc {
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .forms-wrapper .new-member, .forms-wrapper .existing {
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 450px) {
  .forms-wrapper .new-member, .forms-wrapper .existing {
    margin: 0 auto;
    width: 90%;
  }
}
.forms-wrapper .new-member:hover, .forms-wrapper .existing:hover {
  transform: scale(1.02);
}
.forms-wrapper .new-member:hover .desc, .forms-wrapper .existing:hover .desc {
  box-shadow: 0px 4px 10px #4F9DD9;
}
.forms-wrapper .title {
  background: linear-gradient(90deg, #1946A1 0%, #4F9DD9 100%);
  border-radius: 8px 8px 0px 0px;
  text-align: center;
  color: white;
  width: 100%;
  display: block;
  padding: 25px 0 25px 0;
}
.forms-wrapper .desc {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(79, 157, 217, 0.33);
  border-radius: 0 0 8px 8px;
  color: black;
  width: 100%;
  display: block;
  padding: 40px 25px 40px 25px;
  height: 65%;
}

.permit-item {
  width: 100% !important;
}

.page {
  padding-top: 0 !important;
  width: 90%;
  margin: 0 auto;
}
.page .select2-selection__arrow {
  top: 0 !important;
}
.page h1.title {
  margin-top: 5rem;
}
.page .states-select {
  display: none !important;
}
@media screen and (max-width: 450px) {
  .page .states-select {
    display: block !important;
  }
}
.page .map-wrapper {
  display: flex;
  flex-direction: row-reverse;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .page .map-wrapper {
    flex-direction: column;
    height: 530px;
  }
}
@media screen and (max-width: 900px) {
  .page .map-wrapper {
    flex-direction: column;
    height: 650px;
  }
}
@media screen and (max-width: 450px) {
  .page .map-wrapper {
    display: none;
  }
}
.page .why_us_text {
  margin: auto 0;
  width: 40%;
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .page .why_us_text {
    width: 100%;
  }
}
.page #map-container {
  width: 60%;
}
@media screen and (max-width: 900px) {
  .page #map-container {
    margin-bottom: 100% !important;
    width: 100%;
  }
}

.ways-to-check {
  font-family: "Noto Sans", sans-serif !important;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  box-shadow: 0px 4px 10px #4F9DD9;
  margin: 2rem auto;
  padding: 2rem;
  text-align: center;
  border-right: 5px solid #223F9B;
  border-left: 5px solid #223F9B;
}
@media screen and (max-width: 768px) {
  .ways-to-check {
    font-size: 14px;
  }
}

.get-permit {
  text-align: center;
  background: linear-gradient(270deg, #1946A1 0%, #4F9DD9 100%);
  border-radius: 5px;
  color: white;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding: 2rem;
  margin: 2rem auto;
}
@media screen and (max-width: 500px) {
  .get-permit {
    width: 90%;
  }
}

.blog-item {
  width: 100% !important;
}
.blog-item .add_image {
  width: 100%;
  margin-bottom: 1rem;
}
.blog-item .question {
  width: 90%;
}
.blog-item--title {
  margin: 30px auto 3rem;
  border-left: 5px solid #223F9B;
  padding-left: 20px;
  color: #223F9B;
}
@media screen and (max-width: 500px) {
  .blog-item--title {
    margin-left: 20px;
  }
}
.blog-item--title h1 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .blog-item--title h1 {
    font-size: 1.7rem;
  }
}
.blog-item--image {
  margin: 0 auto;
}
.blog-item--image img {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 990px) {
  .blog-item--image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.blog-item--description {
  max-width: 90%;
  margin: 0 auto;
}
.blog-item--description .container {
  width: 90% !important;
  max-width: 90% !important;
}
.blog-item--description .container * {
  font-family: "Noto Sans", sans-serif !important;
}
.blog-item--description .container .blog-item__description_1,
.blog-item--description .container .blog-item__add_image,
.blog-item--description .container .blog-item__description_2,
.blog-item--description .container .blog-item__description_3 {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 480px) {
  .blog-item--description {
    max-width: 80%;
    margin: 0 auto;
  }
}

.holiday--title {
  margin-top: 5rem;
  max-width: 100% !important;
  border-left: 5px solid #223F9B;
  color: #223F9B;
}
@media screen and (max-width: 900px) {
  .holiday--title {
    margin-top: 1rem;
  }
}
.holiday--title h1 {
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .holiday--title h1 {
    font-size: 28px;
  }
}
.holiday--main {
  margin: 10px auto 15px;
  max-width: 84%;
}
.holiday--form {
  margin: 6rem auto;
}
.holiday--form .btn-style {
  background: #4F9DD9;
}
@media only screen and (max-width: 991px) {
  .holiday--main {
    margin: 10px auto 15px;
    max-width: 100%;
  }
}

.wrong-page .image-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 77%;
  margin: 3rem auto;
}
@media only screen and (max-width: 1500px) {
  .wrong-page .image-wrap {
    width: 85%;
  }
}
@media only screen and (max-width: 1100px) {
  .wrong-page .image-wrap {
    width: 100%;
  }
}
.wrong-page .image-wrap .image {
  height: 30rem;
  width: 55%;
  position: relative;
  top: 20%;
}
@media only screen and (max-width: 2000px) {
  .wrong-page .image-wrap .image {
    height: 15rem;
  }
}
@media only screen and (max-width: 900px) {
  .wrong-page .image-wrap .image {
    height: 10rem;
  }
}
@media only screen and (max-width: 500px) {
  .wrong-page .image-wrap .image {
    height: 6rem;
  }
}
@media only screen and (max-width: 350px) {
  .wrong-page .image-wrap .image {
    height: 5rem;
  }
}
.wrong-page .image-wrap .right {
  right: 0;
}
.wrong-page .image-wrap .left {
  left: 45%;
}
.wrong-page .image-wrap .image-big {
  height: 40rem;
}
@media only screen and (max-width: 2000px) {
  .wrong-page .image-wrap .image-big {
    height: 25rem;
  }
}
@media only screen and (max-width: 1100px) {
  .wrong-page .image-wrap .image-big {
    height: 22rem;
  }
}
@media only screen and (max-width: 900px) {
  .wrong-page .image-wrap .image-big {
    height: 16rem;
  }
}
@media only screen and (max-width: 500px) {
  .wrong-page .image-wrap .image-big {
    height: 9rem;
  }
}
@media only screen and (max-width: 400px) {
  .wrong-page .image-wrap .image-big {
    height: 8rem;
  }
}
@media only screen and (max-width: 350px) {
  .wrong-page .image-wrap .image-big {
    height: 7rem;
  }
}
.wrong-page .not-found, .wrong-page .not-found-desc {
  text-align: center;
  margin-top: 40px;
}
.wrong-page .not-found {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #1E4298;
}
.wrong-page .not-found-desc {
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  color: rgba(30, 66, 152, 0.5);
}
@media only screen and (max-width: 900px) {
  .wrong-page .not-found-desc {
    width: 70%;
    margin: 0 auto;
  }
}
.wrong-page a {
  text-decoration: none;
}
.wrong-page a:hover {
  text-decoration: none;
}
.wrong-page .btn-style {
  background: #4F9DD9 !important;
  padding: 8px 0;
  margin: 40px auto 80px;
  display: block;
  max-width: 150px;
  text-align: center;
}

@media only screen and (max-width: 420px) {
  .mobile-fsize {
    font-size: 0.65rem;
  }
}
body {
  font-family: "Noto Sans", sans-serif !important;
}

.contacts__item {
  margin: 30px 0;
}
.contacts__body {
  display: flex;
  gap: 10px;
}
.contacts__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.contacts .ico {
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #005fa7;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.contacts .link {
  color: #005fa7;
  transition: all 0.2s ease;
  font-size: 18px;
}
.contacts .link:hover {
  color: #2a2930;
  text-decoration: none;
}
.contacts .rowLinks {
  margin: 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.contacts .rowLinks a {
  display: block;
  transition: 0.3s;
  transform: scale(1);
  width: 54px;
  height: 54px;
}
.contacts .rowLinks a:hover {
  transform: scale(1.2);
  text-decoration: none;
}
.contacts .rowLinks a svg {
  display: block;
  width: 100%;
  height: 100%;
}

.contactas {
  padding: 2rem 3rem;
  box-shadow: 0px 5px 5px 5px rgba(79, 157, 217, 0.5);
  border-radius: 8px;
  margin-bottom: 2rem;
}

.table-custom table thead {
  background: #4F9DD9;
  color: #fff;
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.homeBanner {
  width: 90%;
  max-width: 100%;
  margin: 0 auto 30px;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .homeBanner {
    width: 100%;
    max-width: 100%;
  }
}
.homeBanner .photo {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 480px) {
  .homeBanner .photo {
    position: static;
    height: 230px;
  }
}
.homeBanner .descriptionWrapper {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  min-height: 700px;
  padding: 25px;
}
@media only screen and (max-width: 1200px) {
  .homeBanner .descriptionWrapper {
    padding: 25px 7%;
    min-height: 500px;
  }
}
@media only screen and (max-width: 480px) {
  .homeBanner .descriptionWrapper {
    min-height: 0;
    padding: 25px;
  }
}
.homeBanner .descriptionWrap {
  width: 38%;
  overflow: hidden;
  background: rgba(34, 63, 155, 0.81);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 5px;
  padding: 40px 45px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media only screen and (max-width: 1200px) {
  .homeBanner .descriptionWrap {
    width: 40%;
    padding: 25px 30px;
    min-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .homeBanner .descriptionWrap {
    width: 100%;
    min-width: 0;
    background: linear-gradient(89.61deg, #4F9DD9 -32.96%, #223F9B 98.95%);
  }
}
.homeBanner .descriptionWrap .title {
  color: #fff;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 1200px) {
  .homeBanner .descriptionWrap .title {
    font-size: 25px;
  }
}
.homeBanner .descriptionWrap .textInfo {
  color: #fff !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-family: "Noto Sans", sans-serif !important;
  overflow: hidden;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .homeBanner .descriptionWrap .textInfo {
    font-size: 16px !important;
  }
}
.homeBanner .descriptionWrap .textInfo * {
  font-size: 22px !important;
  line-height: 1.5 !important;
  font-family: "Noto Sans", sans-serif !important;
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .homeBanner .descriptionWrap .textInfo * {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .homeBanner .descriptionWrap .linkWrap {
    text-align: center;
  }
}
.homeBanner .descriptionWrap .linkWrap a .btn-style {
  width: 195px;
  height: 60px;
}
@media only screen and (max-width: 1200px) {
  .homeBanner .descriptionWrap .linkWrap a .btn-style {
    width: 76%;
  }
}
.homeBanner .descriptionWrap .linkWrap a:hover {
  text-decoration: none;
}

.supportHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4F9DD9;
  font-weight: bold;
  font-size: 22px;
  padding-right: 35px;
}

.phoneHeader {
  display: flex;
  align-items: center;
  justify-content: center;
}

.linksWrap {
  max-width: 280px;
  margin: 0 auto;
}
.linksWrap .supportFooterWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.linksWrap .supportFooterWrap .text {
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
}
.linksWrap .supportFooterWrap .supportLinks {
  display: flex;
  gap: 14px;
}
.linksWrap .social-links {
  justify-content: flex-end;
}
.linksWrap .social-links .telegram {
  display: none;
}
.linksWrap .social-links .wa {
  display: none;
}

.mobilePhoneSupportWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobilePhoneSupportWrap .mobilePhoneSupport {
  display: flex;
  align-items: center;
  gap: 14px;
}
.mobilePhoneSupportWrap .mobilePhoneSupport .ico {
  width: 20px;
  color: #223F9B;
}
.mobilePhoneSupportWrap .mobilePhoneSupport .h4 {
  font-size: 22px;
  color: #223F9B;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.TruckingIndustries .industries-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px;
}
@media screen and (max-width: 1200px) {
  .TruckingIndustries .industries-wrapper {
    display: none;
  }
}
.TruckingIndustries .industries-wrapper .industry-item {
  position: relative;
  box-shadow: 0px 4px 10px rgba(79, 157, 217, 0.33);
  border-radius: 8px;
  align-content: center;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 29px;
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.TruckingIndustries .industries-wrapper .industry-item h3 {
  text-align: center;
  padding: 20px;
}
.TruckingIndustries .industries-wrapper .industry-item img {
  height: 12vw;
}
.TruckingIndustries .industries-wrapper .industry-item .industries-show {
  display: block;
}
.TruckingIndustries .industries-wrapper .industry-item .industries-hidden {
  display: none;
}
.TruckingIndustries .industries-wrapper .industry-item:hover {
  transition: all 0.2s linear;
  transform: scale(1.03);
  box-shadow: 0px 4px 10px #4F9DD9;
}
.TruckingIndustries .industries-wrapper .industry-item:hover .industries-show {
  display: none;
}
.TruckingIndustries .industries-wrapper .industry-item:hover .industries-hidden {
  display: block;
}
