@charset "UTF-8";
/*
	Пачка для новых страниц
*/
/* Pre */
[data-fancybox] {
  cursor: pointer;
}

.swiper-pagination {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 0;
  margin-top: 60px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.swiper-pagination-bullet {
  position: relative;
  width: 65px !important;
  height: 3px !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: all 0.2s !important;
  background: #b8b8b8 !important;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  width: 100% !important;
  height: 40px;
  opacity: 0;
}
.swiper-pagination-bullet:hover {
  background: #4d4d4d !important;
}
.swiper-pagination-bullet-active {
  background: #dbb967 !important;
}
@media (max-width: 1000px) {
  .swiper-pagination {
    display: block !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@media (min-width: 650px) {
  .thisOnlyMobile {
    display: none !important;
  }
}

/* Elems */
.sTitle {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
  text-transform: uppercase;
}
.sTitle span {
  display: inline;
  color: #dbb967;
}
.sTitle[data-styles*=cw] {
  color: #ffffff;
}
.sTitle[data-styles*=half] {
  max-width: 50%;
}
.sTitle:not([data-styles*=nomargin]) + * {
  margin-top: 40px;
}
@media (max-width: 1200px) {
  .sTitle[data-styles*=half] {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .sTitle {
    font-size: 20px;
  }
}

.sDoubleTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.sDoubleTitle__content {
  display: -webkit-flex;
  display: flex;
  gap: 8px;
}
.sDoubleTitle .sArrow {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
}
@media (max-width: 650px) {
  .sDoubleTitle .sArrow {
    display: none !important;
  }
}
.sDoubleTitle + * {
  margin-top: 40px;
}

.sLink {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #2b2a2d;
  font-size: 15px;
  font-weight: 500;
  color: #2b2a2d;
  transition: all 0.2s;
}
.sLink[data-styles*=cw] {
  color: #ffffff;
  border-color: #ffffff;
}
.sLink:hover {
  border-color: transparent !important;
}
@media (max-width: 650px) {
  .sLink {
    font-size: 13px;
  }
}

.sVideo {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.sVideo__video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  transition: all 0.2s;
}
.sVideo__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sVideo__play {
  content: "";
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 72px;
  height: 72px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0.75;
  transition: all 0.2s;
  background: url("../img/svg/play.svg") no-repeat center center/cover;
}
.sVideo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sVideo:hover::before {
  opacity: 0.25;
}
@media (max-width: 1200px) {
  .sVideo::before {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 650px) {
  .sVideo {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
  .sVideo::before {
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sVideo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 450px) {
  .sVideo::before {
    width: 40px;
    height: 40px;
  }
}

.sBadge {
  z-index: 1;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 124px;
  height: 124px;
  background: url("../img/svg/badge.svg") no-repeat center center/contain;
}
.sBadge img {
  z-index: 3;
  position: relative;
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 650px) {
  .sBadge {
    width: 96px;
    height: 96px;
  }
  .sBadge img {
    width: 42px;
    height: 42px;
  }
}

.sArrow {
  z-index: 2;
  position: absolute;
  top: 35%;
  width: 44px;
  height: 44px;
  background-color: #4d4d4d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px;
  box-shadow: 0 0 5px 0 rgba(21, 21, 21, 0.1);
  transition: all 0.2s;
  background-blend-mode: normal;
}
.sArrow.thisPrev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.sArrow.thisNext {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath fill='%23ffffff' d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}
.sArrow:hover {
  background-color: #2b2a2d;
}
.sArrow.swiper-button-disabled {
  opacity: 0 !important;
}

/* Blocks */
/* Sections */
.sMain {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.sMain a {
  text-decoration: none !important;
}
.sMain__section {
  width: 100%;
  padding: 72px 0;
  max-width: 100%;
}
.sMain__section .container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.sMain__section:first-child {
  padding-top: 40px;
}
.sMain__section[data-styles*=short] .container {
  width: 1150px;
  max-width: 100% !important;
}
.sMain__section[data-styles*=overflow] {
  overflow: hidden;
}
.sMain__section[data-styles*=colored-grey] {
  background: #f3f3f4;
}
.sMain__section[data-styles*=colored-black] {
  background: #2b2a2d;
}
.sMain__section[data-styles*=border-bottom] {
  padding-bottom: 0;
}
.sMain__section[data-styles*=border-bottom] .container {
  padding-bottom: 72px;
  border-bottom: 2px solid #f3f3f4;
}
@media (max-width: 650px) {
  .sMain__section {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .sMain__section:first-child {
    padding-top: 32px;
  }
  .sMain__section[data-styles*=border-bottom] .container {
    padding-bottom: 58px;
  }
}

.sContactsHead {
  display: grid;
  -webkit-align-items: start;
          align-items: start;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "title title" "list image" "badge director";
  grid-gap: 32px 80px;
}
.sContactsHead__title {
  grid-area: title;
  padding-left: 40px;
}
.sContactsHead__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  grid-area: list;
}
.sContactsHead__list-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.sContactsHead__list-item.thisHidden {
  display: none;
}
.sContactsHead__list-name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 10px;
}
.sContactsHead__list-name picture {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  min-width: 34px;
  min-height: 34px;
  background: #dbb967;
}
.sContactsHead__list-name picture img {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sContactsHead__list-name span {
  display: block;
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.6;
  color: #2b2a2d;
}
.sContactsHead__list-value {
  display: block;
  width: 100%;
  max-width: calc(100% - 244px);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.6;
  color: #2b2a2d;
  text-align: left;
  word-break: break-word;
}
.sContactsHead__list-value p {
  text-align: left;
}
.sContactsHead__list-value a {
  border-bottom: 1px solid transparent;
  font-weight: 700;
  color: #dbb967;
  white-space: nowrap;
  transition: all 0.2s;
}
.sContactsHead__list-value a[href*="tel:"] {
  white-space: nowrap !important;
}
.sContactsHead__list-value a:hover {
  color: #2b2a2d;
  border-color: #2b2a2d;
}
.sContactsHead__list-value strong {
  font-weight: 700;
}
.sContactsHead__list-value.thisSingle {
  width: calc(100% - 244px);
  margin-left: auto;
}
.sContactsHead__list-thinlink {
  border-bottom: 1px solid transparent;
  font-weight: 400 !important;
  color: #2b2a2d !important;
  transition: all 0.2s;
}
.sContactsHead__list-thinlink:hover {
  border-color: #2b2a2d;
}
.sContactsHead__list-routelink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 14px 20px;
  line-height: 1.2;
  color: #dbb967;
  text-align: center;
  white-space: normal !important;
  transition: all 0.2s;
  background: #4d4d4d;
}
.sContactsHead__list-routelink:hover {
  color: #ffffff !important;
  background: #2b2a2d !important;
}
.sContactsHead__map {
  position: relative;
  display: -webkit-flex;
  display: flex;
  grid-area: image;
  height: 0;
  padding-bottom: 70% !important;
  overflow: hidden;
}
.sContactsHead__map-yandex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sContactsHead__map img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
.sContactsHead__map:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sContactsHead__badge {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  grid-area: badge;
  gap: 16px;
}
.sContactsHead__badge-name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sContactsHead__director {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  grid-area: director;
  height: 64px;
  margin-left: auto;
  padding: 0 41px;
  max-width: 100%;
  font-size: 18px;
  color: #2b2a2d;
  transition: all 0.2s;
  background: #dbb967;
  align-self: center;
}
.sContactsHead__director::after {
  content: "";
  display: -webkit-flex;
  display: flex;
  width: 42px;
  height: 24px;
  margin-left: 16px;
  background: url("../img/svg/arrow-right-cb.svg") no-repeat center center/contain;
}
.sContactsHead__director:hover {
  color: #ffffff;
  background: #2b2a2d;
}
.sContactsHead__director:hover::after {
  background: url("../img/svg/arrow-right-cw.svg") no-repeat center center/contain;
}
@media (max-width: 1300px) {
  .sContactsHead {
    grid-gap: 32px 40px;
  }
}
@media (max-width: 1200px) {
  .sContactsHead {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "list" "director" "image" "badge";
  }
  .sContactsHead__title {
    padding-left: 0;
  }
  .sContactsHead__list {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
  }
  .sContactsHead__list-value.thisSingle {
    width: auto;
    margin-top: 8px;
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: 0;
    max-width: none;
  }
  .sContactsHead__list-routelink {
    padding-right: 24px;
    padding-left: 24px;
    white-space: nowrap;
  }
  .sContactsHead__map {
    width: 100%;
    height: 440px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0 !important;
  }
  .sContactsHead__badge {
    margin-right: auto;
  }
  .sContactsHead__director {
    height: 52px;
    margin-right: auto;
    margin-left: 0 !important;
    -webkit-align-self: start;
            align-self: start;
  }
}
@media (max-width: 650px) {
  .sContactsHead__list {
    gap: 22px;
  }
  .sContactsHead__list-item {
    -webkit-align-items: center;
            align-items: center;
    grid-template-columns: 144px 1fr;
    gap: 32px;
  }
  .sContactsHead__list-name span {
    width: 100px;
    font-size: 13px;
    line-height: 1.5;
  }
  .sContactsHead__list-value {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sContactsHead__list-value p {
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }
  .sContactsHead__list-value a {
    white-space: normal;
  }
  .sContactsHead__list-value.thisSingle {
    width: auto !important;
    max-width: auto !important;
  }
  .sContactsHead__list-routelink {
    height: 46px;
    margin-right: auto !important;
    font-size: 13px;
  }
  .sContactsHead__director {
    height: 46px;
    font-size: 13px;
  }
  .sContactsHead__director::after {
    width: 26px;
    margin-left: 8px;
  }
  .sContactsHead__badge-name {
    font-size: 13px;
  }
  .sContactsHead__map {
    height: 360px;
  }
}

.sContactsCols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.sContactsCols__item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.sContactsCols__item-image {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.sContactsCols__item-image img {
  width: 100%;
  height: auto;
  transition: all 0.2s;
}
.sContactsCols__item-image:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sContactsCols__item-content {
  position: relative;
  padding-top: 28px;
}
.sContactsCols__item-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #2b2a2d;
}
.sContactsCols__item-text p a {
  border-bottom: 1px solid transparent;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.2s;
}
.sContactsCols__item-text p a:hover {
  border-color: #2b2a2d;
}
.sContactsCols__item-text p strong {
  font-weight: 700;
}
.sContactsCols__item-text > * + * {
  margin-top: 16px;
}
.sContactsCols__item .sBadge {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.sContactsCols__item:nth-child(1) .sBadge {
  display: -webkit-flex;
  display: flex;
}
.sContactsCols__item:nth-child(1) .sContactsCols__item-text {
  padding-left: 60px;
}
.sContactsCols + .sLink {
  margin-top: 40px;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
@media (max-width: 1300px) {
  .sContactsCols[data-styles*=badged] {
    grid-template-columns: 1fr;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .sContactsCols {
    grid-template-columns: 1fr;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .sContactsCols + .sLink {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 850px) {
  .sContactsCols[data-styles*=badged] .sBadge {
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate(-20px, -40%);
            transform: translate(-20px, -40%);
  }
  .sContactsCols[data-styles*=badged] .sContactsCols__item-content {
    padding-top: 16px;
  }
  .sContactsCols[data-styles*=badged] .sContactsCols__item-text {
    padding-left: 120px;
  }
  .sContactsCols[data-styles*=badged] .sContactsCols__item-text p {
    font-size: 13px !important;
  }
  .sContactsCols[data-styles*=badged] .sContactsCols__item-text p a {
    font-size: 13px !important;
  }
}
@media (max-width: 650px) {
  .sContactsCols + .sLink {
    margin-top: 24px;
  }
  .sContactsCols[data-styles*=badged] .sBadge {
    display: -webkit-flex;
    display: flex;
    -webkit-transform: translate(-18px, -40%);
            transform: translate(-18px, -40%);
  }
  .sContactsCols[data-styles*=badged] .sContactsCols__item-content {
    padding-top: 12px;
  }
  .sContactsCols[data-styles*=badged] .sContactsCols__item-text {
    padding-left: 90px;
  }
}

.sContactsGallery {
  position: relative;
}
.sContactsGallery .swiper-slide {
  width: 100%;
  width: 440px;
}
.sContactsGallery__item {
  position: relative;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 0;
  padding-bottom: 66%;
}
.sContactsGallery__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
	Старая задача с табами
*/
[data-fx-toggle-block] {
  display: none;
}

[data-fx-toggle*=default] [data-fx-toggle-button].thisActive {
  cursor: default;
}

.sNewTabs {
  width: 100%;
}
.sNewTabs__togglers {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6px;
}
.sNewTabs__togglers button {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 42px;
  padding-bottom: 3px;
  border-radius: 7px 7px 0 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  transition: all 0.2s;
  background: #000;
}
.sNewTabs__togglers button.thisActive {
  color: #2b2a2d;
  background: #e4c063;
}
.sNewTabs__block {
  z-index: 2;
  position: relative;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: -7px;
  padding: 16px;
  border-radius: 7px 7px 0 0;
  background: #e4c063;
  gap: 16px;
}
.sNewTabs__caption {
  display: block;
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 700;
  color: #2b2a2d;
}
.sNewTabs__action {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  height: 52px;
  padding: 0 40px;
  border-radius: 7px 7px 0 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #2b2a2d;
}
.sNewTabs__params {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.sNewTabs__params-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 20px;
}
.sNewTabs__params-item img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
.sNewTabs__params-item span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #000;
}
.sNewTabs__texting {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  border-radius: 7px 7px 0 0;
  background: #fff;
  gap: 10px;
}
.sNewTabs__texting-p {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #000;
}
.sNewTabs__texting-i {
  width: 100%;
  margin-top: -6px;
  padding: 0 16px;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.sNewTabs__texting[data-styles*=transparent] {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 1024px) {
  .sNewTabs__action {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .sNewTabs {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.sMain .text-container * + *:not(.fr) {
  margin-top: auto;
}
.sMain h1,
.sMain h2,
.sMain h3,
.sMain h4,
.sMain h5,
.sMain h6 .h1,
.sMain .h2,
.sMain .h3,
.sMain .h4,
.sMain .h5,
.sMain .h6 {
  margin-bottom: 0;
}

.sCustomHeader {
  position: relative;
  padding-top: 32px;
  padding-bottom: 20px;
  color: #fff;
  overflow: hidden;
  background: #2B2A2D;
}
.sCustomHeader::before, .sCustomHeader::after {
  content: "";
  z-index: 1;
  position: absolute;
  display: block;
  width: 35%;
  height: 70%;
}
.sCustomHeader::before {
  top: 0;
  left: 0;
  display: block;
  background: url("../img/customsvg/customheaderbg.svg") no-repeat right center;
}
.sCustomHeader::after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  background: url("../img/customsvg/customheaderbg.svg") no-repeat left center;
}
.sCustomHeader .container {
  z-index: 2;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  max-width: 860px;
}
.sCustomHeader .container > * + * {
  margin-top: 24px;
}
.sCustomHeader__separator {
  width: 100px;
  height: 1px;
  margin-top: 32px !important;
  background: #b8b8b8;
}
.sCustomHeader__separator + * {
  margin-top: 32px !important;
}
.sCustomHeader__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #dbb967;
  text-align: center;
  text-transform: uppercase;
}
.sCustomHeader__text1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  color: #b8b8b8;
  text-align: center;
}
.sCustomHeader__text2 {
  padding: 0 32px;
  font-size: 24px;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
  text-align: center;
}
.sCustomHeader__text2 b {
  font-weight: 700;
}
.sCustomHeader__help {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  gap: 30px;
}
.sCustomHeader__help-comment {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #dbb967;
  text-align: left;
  text-transform: uppercase;
}
.sCustomHeader__help-phone {
  display: block;
  cursor: pointer;
  font-size: 47px;
  font-weight: 700;
  line-height: 135%;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: all 0.1s;
}
.sCustomHeader__help-phone:hover {
  opacity: 0.7;
}
.sCustomHeader__badge {
  display: block;
  padding: 6px 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  color: #010101;
  text-align: center;
  text-transform: uppercase;
  background: #dbb967;
}
.sCustomHeader__badge b {
  color: #fff;
}

.sCustomList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.sCustomList__item {
  display: grid;
  -webkit-align-items: center;
          align-items: center;
  grid-template-columns: 124px 1fr;
  grid-gap: 20px;
}
.sCustomList__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sCustomList__item-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.sCustomList__item-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
  text-transform: uppercase;
}
.sCustomList__item-title + * {
  margin-top: 4px;
}
.sCustomList__item-text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomList__item-text b {
  font-weight: 700;
}
.sCustomList__item-link {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 49px;
  margin-top: 40px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  color: #000;
  background: #dbb967;
}
.sCustomList__item-link::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin-left: 32px;
  background: url("../img/customsvg/arrow.svg") no-repeat center center/contain;
}
.sCustomList__item a {
  transition: all 0.1s;
}
.sCustomList__item a:hover {
  opacity: 0.7;
}
.sCustomList__item-template {
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  color: #fff;
}
.sCustomList__item-template b {
  font-weight: 700;
}
.sCustomList__item-template b a {
  border-bottom: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.1s;
}
.sCustomList__item-template b a:hover {
  opacity: 1 !important;
  border-color: transparent !important;
}
.sCustomList__item-template ul {
  display: block !important;
  padding-left: 20px !important;
  list-style: circle !important;
  list-style-type: disc !important;
}
.sCustomList__item-template ul li::marker {
  content: normal;
}
.sCustomList__item-template > * + * {
  margin-top: 24px;
}
.sCustomList__item-highlight {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 14px 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
  text-transform: uppercase;
  background: #dbb967;
}
.sCustomList__item-highlight a {
  border-bottom: 1px solid #fff;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.1s;
}
.sCustomList__item-highlight a:hover {
  border-bottom: transparent;
}
.sCustomList__item.thisSingle .sCustomList__item-content {
  grid-column-start: 2;
  grid-column-end: 3;
}
.sCustomList__item .thisAlert {
  font-weight: 700 !important;
  line-height: 2;
  color: #2b2a2d !important;
  text-transform: uppercase !important;
}
.sCustomList__item .thisAlert span {
  color: #dbb967 !important;
}
.sCustomList__item .thisRed {
  font-weight: 700 !important;
  line-height: 2;
  color: #2b2a2d !important;
  text-transform: none !important;
}
.sCustomList__item .thisRed span {
  color: #f00 !important;
}
.sCustomList__item.thisBottomAppend .sCustomList__item-text {
  font-size: 20px;
  font-size: 18px;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomList__item.thisBottomAppend .sCustomList__item-text i {
  font-style: normal;
  font-weight: bold;
  color: #dbb967;
}
.sCustomList__item.thisBottomAppend .sCustomList__item-text i::before {
  content: "* ";
  font-weight: bold;
}
.sCustomList__item[data-styles*=cw] .sCustomList__item-title {
  color: #fff;
}
.sCustomList__item[data-styles*=cw] .sCustomList__item-text {
  color: #fff;
}
.sCustomList__item[data-styles*=cw] .sCustomList__item-template {
  color: #fff;
}

.sCustomWelcome {
  position: relative;
}
.sCustomWelcome__content {
  z-index: 2;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sCustomWelcome__content-title {
  max-width: 50%;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  color: #fff;
  text-transform: uppercase;
}
.sCustomWelcome__content-title span {
  color: #dbb967;
}
.sCustomWelcome__content-template {
  max-width: 37%;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  color: #fff;
}
.sCustomWelcome__content-template ul {
  display: block !important;
  padding-left: 20px !important;
  list-style: circle !important;
  list-style-type: disc !important;
}
.sCustomWelcome__content-template ul li::marker {
  content: normal;
}
.sCustomWelcome__content-template b {
  font-weight: 700;
}
.sCustomWelcome__content-template > * + * {
  margin-top: 24px;
}
.sCustomWelcome__content > * + * {
  margin-top: 45px;
}
.sCustomWelcome__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #2b2a2d;
}
.sCustomWelcome__image-img {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  width: 53%;
  height: 100%;
  overflow: hidden;
}
.sCustomWelcome__image-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, #2b2a2d 0%, rgba(77, 77, 77, 0) 100%);
}
.sCustomWelcome__image-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sCustomWelcome.thisType2 .sCustomWelcome__content-title {
  color: #2b2a2d;
}
.sCustomWelcome.thisType2 .sCustomWelcome__content-title span {
  color: #dbb967;
}
.sCustomWelcome.thisType2 .sCustomWelcome__content-template {
  max-width: 48%;
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomWelcome.thisType2 .sCustomWelcome__content .sCustomList__item {
  max-width: 50% !important;
}
.sCustomWelcome.thisType2 .sCustomWelcome__content .sCustomList__item-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomWelcome.thisType2 .sCustomWelcome__content .sCustomList__item-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomWelcome.thisType2 .sCustomWelcome__image {
  background: #F3F3F4;
}
.sCustomWelcome.thisType2 .sCustomWelcome__image-img {
  width: 53%;
}
.sCustomWelcome.thisType2 .sCustomWelcome__image-img::before {
  width: 50%;
  background: linear-gradient(90deg, #f3f3f4 0%, rgba(243, 243, 244, 0.8901960784) 25%, rgba(237, 237, 237, 0) 100%) !important;
}
.sCustomWelcome.thisType3 .sCustomWelcome__content-title {
  max-width: 65%;
}
.sCustomWelcome.thisType3 .sCustomWelcome__content-template {
  max-width: 60%;
}
.sCustomWelcome.thisType3 .sCustomWelcome__content-template ~ .sCustomWelcome__content-template {
  max-width: 40% !important;
}
.sCustomWelcome.thisType3 .sCustomWelcome__image-img {
  width: 48%;
}

.sCustomGrid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 90px 24px;
}
.sCustomGrid[data-styles*=fixforlastlink] {
  padding-bottom: 80px !important;
}
.sCustomGrid__item {
  display: grid;
  -webkit-align-items: center;
          align-items: center;
  grid-template-columns: 200px 1fr;
  width: calc(50% - 12px);
  grid-gap: 24px;
}
.sCustomGrid__item-image {
  width: 100%;
}
.sCustomGrid__item-image img {
  width: 100%;
}
.sCustomGrid__item-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.sCustomGrid__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  color: #dbb967;
  text-transform: uppercase;
}
.sCustomGrid__item-text {
  display: block;
  margin-top: 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 135%;
  color: #fffefe;
}
.sCustomGrid__item-comment {
  width: 100%;
  max-width: 290px;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
  color: #fff;
  text-transform: none !important;
}
.sCustomGrid__item-link {
  position: absolute;
  top: calc(100% + 32px);
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  height: 49px;
  padding: 0 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
  transition: all 0.1s;
  background: #4d4d4d;
}
.sCustomGrid__item-link::after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  margin-left: 32px;
  background: url("../img/customsvg/arrow-cw.svg") no-repeat center center/contain;
}
.sCustomGrid__item-link:hover {
  opacity: 0.7;
}
.sCustomGrid__item[data-styles*=cb] .sCustomGrid__item-text {
  color: #000 !important;
}
.sCustomGrid__item[data-styles*=shorttext] .sCustomGrid__item-content {
  max-width: 80%;
}
.sCustomGrid[data-styles*=welist] {
  gap: 32px 24px;
}

.sCustomIconic {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.sCustomIconic__item {
  display: grid;
  -webkit-align-items: center;
          align-items: center;
  grid-template-columns: 80px 1fr;
  grid-gap: 40px;
}
.sCustomIconic__item-image {
  position: relative;
  width: 100%;
}
.sCustomIconic__item-image img {
  width: 100%;
}
.sCustomIconic__item-image span {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-transform: translate(35%, -15%);
          transform: translate(35%, -15%);
  font-size: 15px;
  font-weight: 700;
  line-height: 135%;
  color: #dbb967;
  background: #2b2a2d;
}
.sCustomIconic__item-content {
  font-size: 15px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomIconic__item-content b {
  padding-left: 16px;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomIconic__item-content i {
  padding-left: 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  color: #dbb967;
}
.sCustomIconic__item-content i::before {
  content: "* ";
  font-size: 30px;
  font-weight: bold;
}

.sCustomNumeric {
  counter-reset: itemCounter;
}
.sCustomNumeric__subtitle {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomNumeric__item {
  counter-increment: itemCounter;
}
.sCustomNumeric__item[data-styles*=cw] .sCustomNumeric__item-content {
  color: #fff;
}
.sCustomNumeric__item-content {
  position: relative;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustomNumeric__item-content::before {
  content: counter(itemCounter) "/";
  top: 0;
  left: 0;
  display: block;
  width: 120px;
  padding-top: 6px;
  padding-left: 16px;
  min-width: 120px;
  font-size: 24px;
  font-weight: 700;
  color: #dbb967;
  text-align: left;
  text-transform: uppercase;
}
.sCustomNumeric > * + * {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #DDDDDD;
}

.sCustomAlert {
  display: grid;
  -webkit-align-items: center;
          align-items: center;
  grid-template-columns: 170px 1fr;
  padding: 25px 32px;
  grid-gap: 32px;
  background: #dbb967;
}
.sCustomAlert__image {
  width: 100%;
}
.sCustomAlert__image img {
  width: 100%;
}
.sCustomAlert__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.sCustomAlert__content p {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 135%;
  color: #2b2a2d;
  font-weight: 400;
}
.sCustomAlert__content p b {
  font-weight: 700;
}
.sCustomAlert__content > * + * {
  margin-top: 16px;
}

.sCustom {
  position: relative;
  padding-top: 44px;
  padding-bottom: 44px;
}
.sCustom__fixedbadge {
  position: absolute;
  top: 0;
  left: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 16px;
  padding-left: 60px;
  background-color: #dbb967;
  background-image: url("../img/customsvg/rocket-cb.svg");
  background-repeat: no-repeat;
  background-position: left 8px center;
  background-size: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 26px;
  font-weight: 700;
  line-height: 135%;
  color: #010101;
  text-transform: uppercase;
  white-space: nowrap;
  background-blend-mode: normal;
}
.sCustom__fixedbadge + * {
  margin-top: 50px !important;
}
.sCustom__title {
  display: block;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
  text-align: center;
  text-transform: none;
}
.sCustom__title[data-styles*=c1] {
  color: #dbb967;
}
.sCustom__title[data-styles*=upper] {
  text-transform: uppercase;
}
.sCustom__title[data-styles*=small] {
  font-size: 20px;
  text-transform: none;
}
.sCustom__title[data-styles*=medium] {
  font-size: 24px;
}
.sCustom__title[data-styles*=inline] span {
  display: inline;
  width: auto;
}
.sCustom__title[data-styles*=cw] {
  color: #ffffff;
}
.sCustom__title[data-styles*=left] {
  text-align: left;
}
.sCustom__title[data-styles*=left] span {
  text-align: left;
}
.sCustom__title span {
  display: block;
  width: 100%;
  color: #dbb967;
  text-align: center;
}
.sCustom__title + * {
  margin-top: 30px;
}
.sCustom__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  color: #b8b8b8;
}
.sCustom__subtitle + * {
  margin-top: 40px;
}
.sCustom__texting-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #000;
  text-transform: uppercase;
}
.sCustom__texting-text {
  display: block;
  margin-top: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
  color: #000;
}
.sCustom__texting-small {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  color: #767676;
}
.sCustom__texting-small b {
  font-weight: 700;
}
.sCustom__separator {
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 40px !important;
  background: #b8b8b8;
}
.sCustom__separator + * {
  margin-top: 40px !important;
}
.sCustom__template {
  font-size: 20px;
  font-weight: 700;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustom__template > * + * {
  margin-top: 24px;
}
.sCustom__template ul {
  display: block !important;
  padding-left: 20px !important;
  list-style: circle !important;
  list-style-type: disc !important;
}
.sCustom__template ul li::marker {
  content: normal;
}
.sCustom__template p mark {
  padding: 16px 16px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  background: #dbb967;
}
.sCustom__template a {
  color: #2b2a2d;
  text-decoration: none !important;
  transition: all 0.1s;
}
.sCustom__template a:hover {
  opacity: 0.7;
}
.sCustom__template .thisRed {
  color: #f00 !important;
}
.sCustom__specmarkup1 {
  margin-top: 16px;
  padding-top: 80px;
  border-top: 1px solid #b8b8b8;
}
.sCustom__specmarkup2 .sCustomList__item-text {
  width: 100%;
  max-width: 800px;
  line-height: 1.3 !important;
}
.sCustom__specmarkup2 .sCustomList__item-text span:first-child {
  display: block;
  margin-bottom: 0px !important;
}
.sCustom__specmarkup3 {
  margin-top: 40px;
}
.sCustom__specmarkup4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  color: #fff;
}
.sCustom__specmarkup4-line2 {
  font-size: 36px;
  font-weight: 700;
}
.sCustom__specmarkup4-line3 {
  font-weight: 700;
}
.sCustom__specmarkup4-line3 span {
  display: block;
  font-weight: 700;
  color: #fd0000;
}
.sCustom__specmarkup4-line4 {
  font-size: 16px;
  font-weight: 700;
}
.sCustom__specmarkup4-line4 a {
  display: block;
  margin-top: 8px;
  font-size: 36px;
  font-weight: 700;
  color: #dbb967;
}
.sCustom__specmarkup4 > * + * {
  margin-top: 16px;
}
.sCustom__specmarkup5 .sCustomList__item {
  grid-template-columns: 100px 1fr;
  grid-gap: 20px !important;
}
.sCustom__specmarkup5 .sCustomList__item-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  color: #2b2a2d;
}
.sCustom__specmarkup5 .sCustomList__item-text b {
  font-weight: 700;
}
.sCustom__specmarkup5 > * + * {
  margin-top: 30px;
}
.sCustom__specmarkup6 .sCustomAlert {
  margin-top: 70px;
}
.sCustom[data-styles*=doublepadding] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.sCustom[data-styles*=nopadding] {
  padding-top: 16px;
  padding-bottom: 16px;
}
.sCustom[data-styles*=custombottom] {
  background-color: #2b2a2d;
  background-image: url("../img/customsvg/customheaderbg.svg");
  background-repeat: no-repeat;
  background-position: left 6vw bottom 12px;
  background-size: 98vw;
  background-blend-mode: normal;
}
.sCustom[data-styles*=cb] {
  background: #000;
}
.sCustom[data-styles*=cbg] {
  background: #2b2a2d;
}
.sCustom[data-styles*=cg] {
  background: #f3f3f4;
}
.sCustom[data-styles*=mobilefixdeliveryend] {
  background: #fff;
}

.sCustomFeatures {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 32px 40px;
}
.sCustomFeatures__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  gap: 18px;
}
.sCustomFeatures__item.thisSingleCol {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  margin-top: 50px;
  gap: 0;
}
.sCustomFeatures__item.thisSingleCol > * + * {
  margin-top: 40px;
}
.sCustomFeatures__item.thisSingleCol .sCustomFeatures__item-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  color: #000;
  text-transform: none;
}
.sCustomFeatures__item-image {
  display: -webkit-flex;
  display: flex;
  width: 88px;
  height: 88px;
  min-width: 88px;
  min-height: 88px;
}
.sCustomFeatures__item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sCustomFeatures__item-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 275%;
  letter-spacing: -0.03em;
  color: #dbb967;
  text-transform: uppercase;
}

.sCustomHalfy {
  display: grid;
  -webkit-align-items: start;
          align-items: start;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  grid-gap: 40px;
}
.sCustomHalfy__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  width: 100%;
  color: #fff;
}
.sCustomHalfy__content-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
}
.sCustomHalfy__content-text b {
  font-weight: 700;
}
.sCustomHalfy__content-text + .sCustomHalfy__content-text {
  font-size: 18px;
}
.sCustomHalfy__content .sCustomList__item {
  grid-template-columns: 76px 1fr;
  grid-gap: 24px;
}
.sCustomHalfy__content .sCustomList__item-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 135%;
  color: #fff;
}
.sCustomHalfy__content > * + * {
  margin-top: 32px;
}
.sCustomHalfy.thisFixHalfyText .sCustomHalfy__content-text {
  font-size: 18px !important;
}
.sCustomHalfy.thisFixHalfyText .sCustomHalfy__content-text + .sCustomHalfy__content-text {
  margin-top: 44px !important;
}

@media (max-width: 1200px) {
  .sCustom__template p mark {
    padding: 4px 16px;
  }
  .sCustom__template p mark ~ br {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .sCustomWelcome .sCustomWelcome__image-img {
    width: 100%;
  }
  .sCustomWelcome .sCustomWelcome__content {
    width: 100%;
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
    background: linear-gradient(121deg, #2b2a2d 0%, rgba(77, 77, 77, 0) 100%);
  }
  .sCustomWelcome .sCustomWelcome__content > * {
    max-width: 100% !important;
  }
  .sCustomWelcome .container {
    width: 100% !important;
    margin: 0;
    max-width: 100% !important;
  }
  .sCustomWelcome.thisType2 {
    background: #F3F3F4 !important;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__image {
    display: none !important;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__content {
    padding-top: 32px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background: transparent !important;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__content .sCustomList__item {
    max-width: 100% !important;
  }
  .sCustomWelcome.thisType3 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    background: #2b2a2d;
  }
  .sCustomWelcome.thisType3 .sCustomWelcome__image {
    -webkit-order: -1;
            order: -1;
    position: relative;
    width: 100%;
    height: 480px;
  }
  .sCustomWelcome.thisType3 .sCustomWelcome__image-img {
    position: relative;
    width: 100%;
  }
  .sCustomWelcome.thisType3 .sCustomWelcome__image-img::before {
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(360deg, #2b2a2d 0%, rgba(77, 77, 77, 0) 100%);
  }
  .sCustomWelcome.thisType3 .sCustomWelcome__content-template ~ .sCustomWelcome__content-template {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sCustomGrid {
    -webkit-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
  .sCustomGrid__item {
    width: 100%;
  }
  .sCustomGrid__item-link {
    position: static;
    margin-top: 24px;
  }
  .sCustomGrid[data-styles*=fixforlastlink] {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 900px) {
  .sCustomHeader {
    padding-right: 16px;
    padding-left: 16px;
  }
  .sCustomHeader__help {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
    gap: 0;
  }
  .sCustomHeader__help br {
    display: none !important;
  }
  .sCustomHeader__help * {
    text-align: center;
  }
  .sCustomHalfy {
    grid-template-columns: 1fr;
  }
  .sCustomFeatures__item.thisSingleCol {
    display: grid;
    -webkit-align-items: center;
            align-items: center;
    grid-template-columns: 80px 1fr;
    grid-gap: 16px;
  }
  .sCustomFeatures__item.thisSingleCol .sCustomFeatures__item-image {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
  }
  .sCustomFeatures__item.thisSingleCol .sCustomFeatures__item-text {
    margin-top: 0 !important;
  }
}
@media (max-width: 700px) {
  .sCustomFeatures__item.thisSingleCol .sCustomFeatures__item-text {
    font-size: 14px;
  }
  .sCustomHeader__title {
    font-size: 22px;
  }
  .sCustomHeader__text1, .sCustomHeader__text2 {
    padding: 0 !important;
    font-size: 15px;
  }
  .sCustomHeader__separator {
    margin-top: 20px !important;
  }
  .sCustomHeader__separator + * {
    margin-top: 20px !important;
  }
  .sCustomHeader__help-comment {
    font-size: 22px;
  }
  .sCustomHeader__help-phone {
    font-size: 22px;
  }
  .sCustomHeader__badge {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
  }
  .sCustom__texting {
    font-size: 20px;
  }
  .sCustom__texting-title, .sCustom__texting-text {
    font-size: 20px;
    font-weight: 700;
  }
  .sCustom__texting-small {
    font-size: 13px;
  }
  .sCustom__separator {
    margin-top: 20px !important;
  }
  .sCustom__separator + * {
    margin-top: 20px !important;
  }
  .sCustom__title {
    font-size: 22px;
  }
  .sCustom__title.thisMakeMobileCenter {
    text-align: center !important;
  }
  .sCustom__title.thisMakeMobileCenter * {
    text-align: center !important;
  }
  .sCustom__title[data-styles*=small] {
    font-size: 15px;
  }
  .sCustom__title[data-styles*=medium] {
    font-size: 16px;
  }
  .sCustom__title + * {
    margin-top: 16px;
  }
  .sCustom__template p {
    font-size: 16px;
  }
  .sCustom__template ul li {
    font-size: 16px;
    line-height: 135%;
  }
  .sCustom__specmarkup1 {
    margin-top: 32px;
    padding-top: 16px;
  }
  .sCustom__specmarkup1 br:first-of-type {
    display: none;
  }
  .sCustom__fixedbadge {
    padding-left: 52px;
    background-size: 32px;
    font-size: 11px;
  }
  .sCustom__specmarkup2 .sCustomList__item-text {
    font-size: 16px;
  }
  .sCustom[data-styles*=doublepadding] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .sCustom[data-styles*=mobilevideofix] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sCustom[data-styles*=mobilevideofix] .container {
    width: 100% !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 100% !important;
  }
  .sCustom[data-styles*=mobilevideofix] .container .sVideo {
    width: 100%;
  }
  .sCustom[data-styles*=mobilefixdeliveryend] {
    padding-top: 28px !important;
    padding-bottom: 0 !important;
    background: #EDEDED !important;
  }
  .sCustom__specmarkup4-line1 {
    font-size: 14px;
    line-height: 1.2;
  }
  .sCustom__specmarkup4-line2 {
    font-size: 20px;
    line-height: 1.2;
  }
  .sCustom__specmarkup4-line3 {
    font-size: 20px;
    line-height: 1.2;
  }
  .sCustom__specmarkup4-line3 span {
    font-size: 16px;
    line-height: 1.2;
  }
  .sCustom__specmarkup4-line4 a {
    font-size: 20px;
    line-height: 1.2;
  }
  .sCustom__specmarkup5 .sCustomList__item {
    -webkit-align-items: start;
            align-items: start;
    grid-template-columns: 70px 1fr;
  }
  .sCustom__specmarkup6 .sCustomList__item {
    display: grid;
    -webkit-align-items: start;
            align-items: start;
    grid-template-columns: 70px 1fr;
    grid-gap: 16px;
  }
  .sCustom__specmarkup6 .sCustomAlert {
    -webkit-align-items: start;
            align-items: start;
    grid-template-columns: 70px 1fr;
    width: calc(100% + 40px);
    margin-top: 32px !important;
    margin-left: -20px;
    padding: 28px 16px;
    grid-gap: 16px;
  }
  .sCustom__specmarkup6 .sCustomAlert__content p {
    font-size: 13px;
  }
  .sCustomList__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .sCustomList__item > * + * {
    margin-top: 12px;
  }
  .sCustomList__item-image {
    width: 70px;
    height: 70px;
  }
  .sCustomList__item-title {
    font-size: 22px;
  }
  .sCustomList__item-text {
    font-size: 13px;
  }
  .sCustomList__item-highlight {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    width: calc(100% + 40px);
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: -20px;
    padding: 20px 20px;
    font-size: 13px;
    text-align: left;
  }
  .sCustomList__item-highlight a {
    display: block;
    margin: 24px 0;
    font-size: 20px;
  }
  .sCustomList__item-highlight a ~ * {
    font-size: 18px;
    line-height: 115%;
  }
  .sCustomList__item.thisBottomAppend {
    display: grid;
    grid-template-columns: 70px 1fr;
    width: 100% !important;
    max-width: 100% !important;
    grid-gap: 20px;
  }
  .sCustomList__item.thisBottomAppend .sCustomList__item-text {
    font-size: 13px !important;
  }
  .sCustomList__item.thisBottomAppend .sCustomList__item-text i,
  .sCustomList__item.thisBottomAppend .sCustomList__item-text b {
    font-size: 13px !important;
  }
  .sCustomList__item.thisBottomAppend .sCustomList__item-title {
    font-size: 20px;
  }
  .sCustomWelcome__content {
    padding-top: 32px;
    padding-right: 16px !important;
    padding-bottom: 32px;
    padding-left: 16px !important;
  }
  .sCustomWelcome__content-title {
    font-size: 20px;
  }
  .sCustomWelcome__content-template {
    font-size: 15px;
  }
  .sCustomWelcome__content-template > * + * {
    margin-top: 16px;
  }
  .sCustomWelcome__content > * + * {
    margin-top: 16px;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__image {
    display: none !important;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__content {
    padding-right: 0 !important;
    padding-left: 0 !important;
    background: #F3F3F4 !important;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__content-template {
    font-size: 14px !important;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__content .sCustomList__item {
    display: grid;
    grid-template-columns: 70px 1fr;
    width: 100% !important;
    max-width: 100% !important;
    grid-gap: 20px;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__content .sCustomList__item-text {
    font-size: 14px;
  }
  .sCustomWelcome.thisType2 .sCustomWelcome__content .sCustomList__item-title {
    font-size: 20px;
  }
  .sCustomWelcome.thisType3 .sCustomWelcome__content-template {
    font-size: 14px;
  }
  .sCustomWelcome.thisType3 .sCustomWelcome__content-template ~ .sCustomWelcome__content-template {
    font-size: 14px;
  }
  .sCustomWelcome.thisType3 .sCustomWelcome__image {
    height: 320px;
  }
  .sCustomGrid {
    gap: 24px;
  }
  .sCustomGrid__item {
    grid-template-columns: 80px 1fr;
    grid-gap: 24px;
  }
  .sCustomGrid__item-content {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sCustomGrid__item-title {
    font-size: 14px;
  }
  .sCustomGrid__item-text {
    margin-top: 4px;
    font-size: 14px;
  }
  .sCustomIconic__item {
    grid-gap: 16px;
  }
  .sCustomIconic__item-image span {
    width: 24px;
    height: 24px;
    -webkit-transform: translate(0%, 30%);
            transform: translate(0%, 30%);
    font-size: 9px;
  }
  .sCustomIconic__item-content {
    font-size: 13px;
  }
  .sCustomIconic__item-content b {
    display: block;
    margin-top: 2px;
    padding-left: 0;
    font-size: 20px;
  }
  .sCustomIconic__item-content i {
    display: block;
    margin-top: 2px;
    padding-left: 0;
    font-size: 13px;
  }
  .sCustomIconic__item-content i::before {
    font-size: 16px;
  }
  .sCustomNumeric__subtitle + * {
    margin-top: 6px;
  }
  .sCustomNumeric__item-content {
    font-size: 13px;
  }
  .sCustomNumeric__item-content::before {
    width: 40px;
    padding-top: 2px;
    padding-left: 0;
    min-width: 40px;
    font-size: 14px;
    text-align: center;
  }
  .sCustomHalfy__content > * + * {
    margin-top: 16px !important;
  }
  .sCustomHalfy__content-text {
    margin-top: 0 !important;
    font-size: 14px;
  }
  .sCustomHalfy__content-text + .sCustomHalfy__content-title {
    margin-top: 16px !important;
  }
  .sCustomHalfy + .sCustom__title {
    margin-top: 52px;
  }
  .sCustomHalfy.thisFixHalfyText .sCustomHalfy__content-text {
    font-size: 14px !important;
  }
  .sCustomHalfy.thisFixHalfyText .sCustomHalfy__content-text + .sCustomHalfy__content-text {
    margin-top: 24px !important;
  }
  .sCustomHalfy.thisFixHalfyText .sCustomList__item {
    grid-gap: 16px;
  }
}
@media (max-width: 550px) {
  .sCustomList__item {
    position: relative;
  }
  .sCustomList__item.thisFixMobileAbsolute {
    position: relative;
    padding-bottom: 80px;
  }
  .sCustomList__item.thisFixMobileAbsolute .sCustomList__item-content {
    position: static;
  }
  .sCustomList__item.thisFixMobileAbsolute .sCustomList__item-link {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    width: 90%;
    padding-right: 12px !important;
    padding-left: 20px !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 16px;
  }
  .sCustomList__item.thisFixMobileAbsolute .sCustomList__item-link::after {
    width: 32px;
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .sCustomGrid__item-link {
    -webkit-justify-content: space-around;
            justify-content: space-around;
    height: 44px;
    margin-top: 12px !important;
    padding: 0 24px;
    font-size: 13px;
  }
  .sCustomGrid__item-link::after {
    width: 32px;
    margin-left: 12px;
  }
}