@charset "UTF-8";
@font-face {
  font-family: "Basier-Circle";
  src: url("../fonts/BasierCircle-Regular.woff2") format("woff2"), url("../fonts/BasierCircle-Regular.woff") format("woff"), url("../fonts/BasierCircle-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier-Circle-M";
  src: url("../fonts/BasierCircle-Medium.woff2") format("woff2"), url("../fonts/BasierCircle-Medium.woff") format("woff"), url("../fonts/BasierCircle-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Basier-Circle-B";
  src: url("../fonts/BasierCircle-Bold.woff2") format("woff2"), url("../fonts/BasierCircle-Bold.woff") format("woff"), url("../fonts/BasierCircle-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.white-space {
  width: 100%;
  height: 90px;
  background-color: transparent;
}

.taxonomies-heading {
  text-align: center;
  font-size: 48px;
  font-family: "Basier-Circle-B";
  color: #fff;
  line-height: 64px;
}

.taxonomies-top-inner {
  width: 100%;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.introduction {
  background-color: #fff;
  border-bottom: 2px solid #ea6b06;
}

.introduction-inner {
  padding: 40px 0 60px 0;
  position: relative;
}
.introduction-inner:after {
  content: "";
  width: 32px;
  height: 49px;
  display: block;
  background-image: url(../img/Vector-dec.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -49px;
  left: 0;
}

.introduction-heading {
  font-family: "Basier-Circle-B";
  color: #243d4c;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
}

.introduction-description {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.25px;
  word-wrap: normal;
}

@media screen and (max-width: 769px) {
  .introduction-inner {
    padding: 30px 0 25px 0;
  }
  .introduction-inner:before {
    display: none;
  }
  .introduction-description {
    max-width: 100%;
  }
}
@media screen and (max-width: 426px) {
  .taxonomies-top-inner {
    min-height: 180px;
  }
  .taxonomies-heading {
    font-size: 30px;
  }
  .introduction-heading {
    font-size: 20px;
  }
  .introduction-description {
    font-size: 14px;
    line-height: 24px;
  }
}
.support {
  background-color: #a6ccc4;
}

.support-inner {
  padding: 30px 0 82px 0;
}

.support-inner-header {
  font-family: "Basier-Circle-B";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 3px;
  letter-spacing: -0.5px;
  color: #243d4c;
}

.support-inner-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
}

.support-cards-wrapper {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
}

.support-card {
  width: 23.5%;
  border-radius: 8px;
  border: 1px solid #a7b1b7;
  background-color: #f1f1ef;
  padding: 38px 0 30px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.support-card-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.support-card-image {
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.support-card-heading {
  font-family: "Basier-Circle-B";
  color: #243d4c;
  font-size: 24px;
  margin-top: 23px;
  margin-bottom: 12px;
}

.support-card-text {
  font-size: 16px;
  max-width: 75%;
  margin-bottom: 18px;
}

.support-cart-btn {
  width: 74%;
  height: 50px;
  border: 1px solid #243d4c;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-family: "Basier-Circle-M";
  color: #243d4c;
}

@media screen and (max-width: 769px) {
  .support-cards-wrapper {
    flex-wrap: wrap;
  }
  .support-card {
    padding: 15px 0 15px 0;
    width: 165px;
    margin-bottom: 20px;
  }
  .support-card-heading {
    font-size: 16px;
  }
  .support-card-text {
    font-size: 14px;
  }
  .support-inner-header {
    font-size: 24px;
  }
  .support-inner-description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 426px) {
  .support-inner {
    padding: 20px 0 26px 0;
  }
  .support-cards-wrapper {
    padding-top: 18px;
  }
  .support-card {
    width: 48%;
    margin-bottom: 16px;
  }
  .support-card-image {
    display: none;
  }
  .support-card-heading {
    margin-top: 0;
  }
  .support-card-text {
    max-width: 90%;
    margin-bottom: 10px;
  }
  .support-card {
    padding: 15px 0 25px 0;
  }
  .support-cart-btn {
    width: 124px;
    height: 42px;
  }
}
.locations {
  background-color: #6aaa9c;
}

.locations-inner {
  padding: 29px 0 41px 0;
}

.locations-heading {
  font-family: "Basier-Circle-B";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 3px;
  letter-spacing: -0.5px;
  color: #243d4c;
  letter-spacing: -1px;
}

.locations-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
  color: #243d4c;
  letter-spacing: -0.25px;
}

.location-map {
  margin-top: 26px;
  width: 100%;
  min-height: 564px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/Earth.svg);
  position: relative;
}

.location-popup {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #ea6b06;
  border: 2px solid #fff;
  position: relative;
}

.open-popup {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: transparent;
  z-index: 10;
  position: absolute;
  top: -2px;
  left: -2px;
  cursor: pointer;
}

.first {
  position: absolute;
  top: 226px;
  left: 140px;
}

.second {
  position: absolute;
  top: 198px;
  left: 302px;
}

.third {
  position: absolute;
  top: 219px;
  left: 287px;
}

.four {
  position: absolute;
  top: 150px;
  left: 521px;
}

.five {
  position: absolute;
  top: 173px;
  left: 524px;
}

.six {
  position: absolute;
  top: 184px;
  left: 544px;
}

.seven {
  position: absolute;
  top: 163px;
  left: 553px;
}

.eight {
  position: absolute;
  top: 165px;
  left: 578px;
}

.nine {
  position: absolute;
  top: 245px;
  right: 218px;
}

.popup-map-wrapper {
  width: 300px;
  min-height: 150px;
  background-color: #fff;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 18px 0 15px 0;
  position: relative;
}
.popup-map-wrapper:after {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  margin-left: -9.5px;
}

.close-btn {
  display: block;
  position: absolute;
  z-index: 10;
  cursor: pointer;
  background-color: #243d4c;
  width: 1px;
  height: 9px;
  top: 10px;
  right: 12px;
  transform: rotate(45deg);
}
.close-btn:before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #243d4c;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: -4px;
}

.popup-map-wrapper-active {
  display: flex;
  position: absolute;
  z-index: 5;
  left: -142px;
  bottom: 25px;
}

.country {
  font-family: "Basier-Circle-B";
  font-size: 24px;
  line-height: 32px;
  margin: 0 auto;
  color: #243d4c;
  letter-spacing: -0.5px;
}

.service {
  font-family: "Basier-Circle-B";
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto;
  color: #bf430e;
  letter-spacing: -0.3px;
  position: relative;
  margin-bottom: 25px;
}
.service:after {
  content: "";
  display: block;
  width: 260px;
  height: 1px;
  background-color: #7c8b94;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -130px;
}

.popup-info-wrapper {
  display: flex;
  align-items: flex-start;
  padding: 0 0 10px 30px;
}

.popup-info-heading {
  font-family: "Basier-Circle-B";
  font-size: 16px;
  line-height: 24px;
  color: #243d4c;
  letter-spacing: -0.4px;
}

.address {
  max-width: 180px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  padding-left: 17px;
}

.address-map-link {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
}

.phone-link {
  padding-left: 30px;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  color: #333;
}

.locations-mobile-wrapper {
  display: none;
}

@media screen and (max-width: 1136px) {
  .popup-map-wrapper-active {
    left: -144px;
  }
  .location-popup {
    width: 16px;
    height: 16px;
  }
  .location-map {
    width: 725px;
    margin: 0 auto;
  }
  .first {
    top: 244px;
    left: 88px;
  }
  .second {
    top: 224px;
    left: 189px;
  }
  .third {
    top: 244px;
    left: 180px;
  }
  .four {
    top: 197px;
    left: 329px;
  }
  .five {
    top: 213px;
    left: 332px;
  }
  .six {
    top: 218px;
    left: 347px;
  }
  .seven {
    top: 202px;
    left: 352px;
  }
  .eight {
    top: 207px;
    left: 370px;
  }
  .nine {
    top: 259px;
    right: 139px;
  }
}
@media screen and (max-width: 769px) {
  .popup-info-wrapper {
    padding-left: 10px;
  }
  .popup-map-wrapper {
    width: 225px;
  }
  .service:after {
    width: 180px;
    margin-left: -90px;
  }
  .popup-map-wrapper-active {
    left: -107px;
  }
}
@media screen and (max-width: 725px) {
  .location-map {
    display: none;
  }
  .locations-mobile-wrapper {
    padding-top: 17px;
    display: block;
  }
  .locations-mobile-wrapper .country {
    text-align: center;
    font-family: "Basier-Circle-M";
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 426px) {
  .locations-inner {
    padding: 29px 0 25px 0;
  }
  .locations-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 7px;
  }
  .locations-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.main {
  background-color: #f1f1ef;
}

.main-inner {
  padding: 27px 0 15px 0;
}

.main-header {
  font-family: "Basier-Circle-B";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  letter-spacing: -0.7px;
  color: #243d4c;
  margin-bottom: 3px;
  text-align: center;
}

.main-description {
  font-size: 18px;
  line-height: 32px;
  color: #243d4c;
  letter-spacing: -0.25px;
  text-align: center;
}

.main-info-text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.25px;
  margin-bottom: 37px;
}

@media screen and (max-width: 426px) {
  .main-header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .main-description {
    font-size: 16px;
    line-height: 24px;
  }
}
.explanation {
  font-size: 14px;
  color: #666666;
  margin-top: -20px;
  font-style: italic;
}
.explanation span {
  color: #c02b0a;
}

.gform_wrapper div.validation_error {
  color: #000 !important;
  font-size: 100% !important;
  font-weight: normal !important;
  border: 1px solid #65a9cc !important;
  padding: 1em 0px 1em 20px !important;
}

.gform_wrapper .gform_validation_errors {
  border-radius: 6px;
  border: none !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

#contact-form {
  max-width: 756px;
  margin: 0 auto;
  padding: 26px 0 56px 0;
}
#contact-form .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 4px !important;
}
#contact-form .gform_heading {
  margin: 0 0 18px 0;
}
#contact-form .gform_heading .gform_title {
  display: none;
}
#contact-form .gform_heading .gform_required_legend {
  display: none;
}
#contact-form .gfield_error label {
  color: #df0000;
}
#contact-form .gfield_error .validation_message {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  font-size: 12px;
  line-height: 16px;
  color: #df0000;
  margin-top: 4px;
}
#contact-form .gfield_error div input {
  border: 1px solid #df0000 !important;
}
#contact-form .gfield_error div select {
  border: 1px solid #df0000 !important;
}
#contact-form div #gform_6 #input_6_19 {
  display: inherit !important;
}
#contact-form div #gform_6 input {
  height: 46px;
  border-radius: 6px;
  border: 1px solid #a7b1b7;
  padding-left: 11px !important;
  outline: none;
}
#contact-form div #gform_6 input:disabled {
  background-color: #f8f8f7;
}
#contact-form div #gform_6 input::-moz-placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_6 input::placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_6 #input_6_36::-moz-placeholder {
  font-size: 13px;
}
#contact-form div #gform_6 #input_6_36::placeholder {
  font-size: 13px;
}
#contact-form div #gform_6 select {
  height: 46px;
  border-radius: 6px;
  border: 1px solid #a7b1b7;
  padding-left: 11px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/form-select-icon.png);
  background-repeat: no-repeat;
  background-position-x: 97.7%;
  background-position-y: center;
  background-size: 10px;
  z-index: 10;
}
#contact-form div #gform_6 select:disabled {
  background-color: #f8f8f7;
}
#contact-form div #gform_6 select::-moz-placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_6 select::placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_6 .ginput_container_textarea textarea {
  min-height: 99px;
  height: 99px;
  border-radius: 6px;
  border: 1px solid #a7b1b7;
  padding-left: 11px !important;
  outline: none;
  resize: none;
  margin-bottom: 2px !important;
}
#contact-form div #gform_6 .ginput_container_textarea textarea::-moz-placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_6 .ginput_container_textarea textarea::placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_6 .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#contact-form div #gform_6 .ginput_container_consent label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.55px;
  padding-left: 14px;
  color: #666;
  position: relative;
}
#contact-form div #gform_6 .ginput_container_consent label:before {
  content: "✔";
  font-size: 0;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #a7b1b7;
  position: absolute;
  top: 2px;
  left: -13px;
  transition: 0.2s;
}
#contact-form div #gform_6 .ginput_container_consent input {
  opacity: 0 !important;
  height: auto;
}
#contact-form div #gform_6 .ginput_container_consent input:checked + label:before {
  font-size: 13px;
}
#contact-form div #gform_6 #gform_submit_button_6 {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Basier-Circle-M";
  color: #fff;
  background: rgb(191, 67, 14);
  background: linear-gradient(90deg, rgb(191, 67, 14) 0%, rgb(191, 67, 14) 100%);
  cursor: pointer;
}
#contact-form div #gform_18 #input_6_19 {
  display: inherit !important;
}
#contact-form div #gform_18 input {
  height: 46px;
  border-radius: 6px;
  border: 1px solid #a7b1b7;
  padding-left: 11px;
  outline: none;
}
#contact-form div #gform_18 input:disabled {
  background-color: #f8f8f7;
}
#contact-form div #gform_18 input::-moz-placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_18 input::placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_18 #input_6_36::-moz-placeholder {
  font-size: 13px;
}
#contact-form div #gform_18 #input_6_36::placeholder {
  font-size: 13px;
}
#contact-form div #gform_18 select {
  height: 46px;
  border-radius: 6px;
  border: 1px solid #a7b1b7;
  padding-left: 11px !important;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/form-select-icon.png);
  background-repeat: no-repeat;
  background-position-x: 97.7%;
  background-position-y: center;
  background-size: 10px;
  z-index: 10;
}
#contact-form div #gform_18 select:disabled {
  background-color: #f8f8f7;
}
#contact-form div #gform_18 select::-moz-placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_18 select::placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_18 .ginput_container_textarea textarea {
  min-height: 99px;
  height: 99px;
  border-radius: 6px;
  border: 1px solid #a7b1b7;
  padding-left: 11px !important;
  outline: none;
  resize: none;
  margin-bottom: 2px !important;
}
#contact-form div #gform_18 .ginput_container_textarea textarea::-moz-placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_18 .ginput_container_textarea textarea::placeholder {
  font-size: 16px;
  color: #666;
  font-family: "Basier-Circle";
}
#contact-form div #gform_18 .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#contact-form div #gform_18 .ginput_container_consent label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.55px;
  padding-left: 14px;
  color: #666;
  position: relative;
}
#contact-form div #gform_18 .ginput_container_consent label:before {
  content: "✔";
  font-size: 0;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #a7b1b7;
  position: absolute;
  top: 2px;
  left: -13px;
  transition: 0.2s;
}
#contact-form div #gform_18 .ginput_container_consent input {
  opacity: 0 !important;
  height: auto;
}
#contact-form div #gform_18 .ginput_container_consent input:checked + label:before {
  font-size: 13px;
}
#contact-form div #gform_18 #gform_submit_button_18 {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-family: "Basier-Circle-M";
  color: #fff;
  background: rgb(191, 67, 14);
  background: linear-gradient(90deg, rgb(191, 67, 14) 0%, rgb(191, 67, 14) 100%);
  cursor: pointer;
}
#contact-form div #gform_18 .ginput_container_fileupload input {
  padding-top: 12px;
}
#contact-form div #gform_18 #gform_browse_button_18_35 {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #a7b1b7;
  outline: none;
  padding: 5px 10px;
  font-family: "Basier-Circle";
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  cursor: pointer;
}
#contact-form div #field_3_39 {
  margin-top: 10px;
}
#contact-form div div {
  grid-row-gap: 22px !important;
}
#contact-form .ginput_preview_list {
  font-family: "Basier-Circle";
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
}
#contact-form #contact-form-second div div.ginput_preview_list {
  grid-row-gap: 5px !important;
}
#contact-form .ginput_preview_list .ginput_preview {
  display: flex;
  width: auto;
  background: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  color: #243d4c;
  margin: 5px 5px 5px 5px !important;
}
#contact-form .ginput_preview_list .ginput_preview:empty {
  display: none;
}
#contact-form .ginput_preview_list .ginput_preview .dashicons-trash {
  font-size: 18px;
}
#contact-form #contact-form-second div #field_3_39 {
  margin-top: 10px;
}
#contact-form #contact-form-second div div {
  grid-row-gap: 22px !important;
}
#contact-form .gform_wrapper.gravity-theme .gfield input.medium,
#contact-form .gform_wrapper.gravity-theme .gfield select.medium {
  width: 100%;
}
#contact-form .gform_wrapper.gravity-theme .ginput_container_address span#input_18_14_6_container {
  flex: 0 0 100%;
}

@media screen and (max-width: 641px) {
  #field_3_3 {
    grid-column: span 12;
  }
  #field_3_18 {
    grid-column: span 12;
  }
}
@media screen and (max-width: 426px) {
  .main-info-inner {
    padding: 88px 0 15px 0;
  }
  #contact-form {
    padding: 26px 0 2px 0;
  }
  #contact-form div #gform_6 #gform_submit_button_6 {
    width: 90%;
    height: 42px;
    margin: 0 auto;
  }
}
.service-type-inner {
  padding: 27px 0 25px 0;
}

.service-type-heading {
  font-family: "Basier-Circle-B";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 3px;
  letter-spacing: -0.5px;
  color: #243d4c;
  letter-spacing: -1px;
}

.service-type-tabs-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1136px;
  margin: 0 auto;
  padding: 21px 0 30px 0;
}

.service-type-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 31%;
  flex-shrink: 0;
}

.service-type-tab {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.3px;
  cursor: pointer;
  position: relative;
  padding-left: 23px;
}
.service-type-tab:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../img/descr-p-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}

.service-type-tab-active {
  font-family: "Basier-Circle-B";
}

.service-type-content {
  position: relative;
  width: 67.7%;
  height: auto;
  border-left: 1px solid #e4e3df;
  padding-left: 19px;
  padding-top: 2px;
  padding-bottom: 10px;
}

.service-type-tab-content {
  display: none;
  width: 100%;
  height: 100%;
}
.service-type-tab-content p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.18px;
  margin-bottom: 18px;
}

.service-type-tab-content-active {
  display: block;
}

.service-type-tabs-wrapper-mobile {
  display: none;
}

@media screen and (max-width: 769px) {
  .service-type-tabs {
    width: 185px;
  }
  .service-type-content {
    width: 71.7%;
  }
}
@media screen and (max-width: 541px) {
  .service-type-tabs-wrapper {
    display: none;
  }
  .service-type-tabs {
    width: 100%;
  }
  .service-type-tabs-wrapper-mobile {
    display: flex;
    flex-direction: column;
  }
  .service-type-tab-mobile {
    font-family: "Basier-Circle-B";
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.3px;
    cursor: pointer;
    position: relative;
    padding-left: 20px;
  }
  .service-type-tab-mobile:before {
    display: none;
  }
  .service-type-tab-mobile:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../img/support-tab-mobile.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 7px;
    left: 0;
    transition: 0.3s;
  }
  .service-type-tab-mob-active:after {
    transform: rotate(180deg);
  }
  .service-type-tab-content-mobile {
    display: none;
    width: 100%;
    height: 100%;
  }
  .service-type-tab-content-mobile p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.18px;
    margin-bottom: 18px;
  }
  .service-type-tab-content-mob-active {
    display: block;
    padding-top: 2px;
  }
}
@media screen and (max-width: 426px) {
  .service-type-inner {
    padding: 23px 0 25px 0;
  }
  .service-type-heading {
    font-size: 24px;
    line-height: 32px;
  }
  .service-type-tabs-wrapper-mobile {
    padding-top: 6px;
  }
  .service-type-tab-mobile {
    line-height: 24px;
  }
  .service-type-tab-content-mobile p {
    font-size: 14px;
  }
  .service-type-tab-content-mobile p:last-child {
    margin-bottom: 8px;
  }
}
.standarts {
  background-color: #243d4c;
}

.standarts-inner {
  padding: 27px 0 55px 0;
}

.standarts-heading {
  font-family: "Basier-Circle-B";
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 3px;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 17px;
}

.standarts-description {
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.25px;
  font-size: 18px;
  color: #dddcd7;
  margin-bottom: 33px;
}

.find-out-more-btn {
  width: 174px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.25px;
  background-color: #ea6b06;
  border-radius: 6px;
}

@media screen and (max-width: 426px) {
  .standarts-inner {
    padding: 23px 0 34px 0;
  }
  .standarts-heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
  }
  .standarts-description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 17px;
  }
  .find-out-more-btn {
    width: 188px;
    height: 42px;
  }
}/*# sourceMappingURL=support-page.css.map */