.doors_banner {
  position: relative;
  padding: 45px 0 128px;
  background-color: #eee;
}
@media (max-width: 1199px) {
  .doors_banner {
    padding: 60px 0;
  }
}
@media (max-width: 599px) {
  .doors_banner {
    padding-top: 30px;
  }
}
.doors_banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.02;
  z-index: 0;
  background-image: url(img/map_bg.gif);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.doors_banner .e__container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 750fr 830fr;
  gap: 100px;
  align-items: start;
}
@media (max-width: 1199px) {
  .doors_banner .e__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.doors_banner .img_wrapper {
  margin-top: 45px;
  width: 100%;
  max-width: 710px;
  justify-self: end;
}
@media (max-width: 1199px) {
  .doors_banner .img_wrapper {
    display: none;
  }
}
.doors_banner .img_wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.doors_banner .content_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 690px;
  justify-self: start;
}
@media (max-width: 1199px) {
  .doors_banner .content_wrapper {
    justify-self: center;
  }
}
.doors_banner .content_wrapper .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .doors_banner .content_wrapper .section_title {
    font-size: 32px;
    letter-spacing: 0.16em;
  }
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .section_title {
    font-size: 24px;
    letter-spacing: 0.21em;
  }
}
.doors_banner .content_wrapper .section_title strong {
  font-weight: 800;
  color: #d3641f;
}
.doors_banner .content_wrapper .desc {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #0a0a0a;
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .desc {
    font-size: 16px;
  }
}
.doors_banner .content_wrapper .img {
  display: none;
}
@media (max-width: 1199px) {
  .doors_banner .content_wrapper .img {
    display: block;
    width: 100%;
    max-width: 450px;
    align-self: center;
    margin: 30px 0;
  }
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .img {
    margin: 20px 0;
  }
}
.doors_banner .content_wrapper .form {
  width: 100%;
  background: #fff;
  padding: 20px;
}
.doors_banner .content_wrapper .form .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 20px 12px;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row {
  width: 100%;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row.row__1-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row.row__1-2 {
    grid-template-columns: 1fr;
  }
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row label {
  display: flex;
  flex-direction: column-reverse;
  gap: 6px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #0d1220;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row label .wpcf7-not-valid-tip {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.5;
  color: #a93040;
  text-transform: none;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]), .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea {
  padding: 16px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #0d1220;
  border: none;
  border-bottom: 2px solid #131426;
  border-radius: 0;
  transition: 0.35s;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit])::-moz-placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea::-moz-placeholder {
  color: #999;
  -moz-transition: 0.35s;
  transition: 0.35s;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit])::placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea::placeholder {
  color: #999;
  transition: 0.35s;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):hover, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:hover {
  color: #d3641f;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):hover::-moz-placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:hover::-moz-placeholder {
  color: #d3641f;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):hover::placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:hover::placeholder {
  color: #d3641f;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]):focus, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea:focus {
  border-color: #d3641f;
  color: #0d1220;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]).wpcf7-not-valid, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.wpcf7-not-valid {
  color: #a93040;
  border-color: #a93040;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]).wpcf7-not-valid::-moz-placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.wpcf7-not-valid::-moz-placeholder {
  color: #a93040;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row input:not([type=submit]).wpcf7-not-valid::placeholder, .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.wpcf7-not-valid::placeholder {
  color: #a93040;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea {
  height: 70px;
  transition: height 0.35s ease;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea.is-expanded {
  height: 140px;
}
@media (max-width: 1299px) and (min-width: 1025px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea[name=custom-message] + .wpcf7-not-valid-tip {
    max-width: 240px;
  }
}
@media (max-width: 767px) and (min-width: 600px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea[name=custom-message] + .wpcf7-not-valid-tip {
    max-width: 240px;
  }
}
@media (max-width: 599px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf__row textarea[name=custom-message] + .wpcf7-not-valid-tip {
    position: static;
  }
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row select {
  padding: 16px 0;
  font-weight: 300;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999;
  border: none;
  border-bottom: 2px solid #131426;
  border-radius: 0;
  transition: 0.35s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: center right/14px no-repeat url('data:image/svg+xml,<svg width="13" height="11" viewBox="0 0 13 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.0625 10.5L0.000322306 -1.88258e-07L12.1247 8.71687e-07L6.0625 10.5Z" fill="black" /></svg>');
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf__row select option {
  color: #131426;
  font-size: 18px;
}
@media (max-width: 369px) {
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf7-form-control-wrap.recaptcha {
    max-width: calc(100vw - 80px);
    overflow: hidden;
  }
  .doors_banner .content_wrapper .form .wpcf7-form .wpcf7-form-control-wrap.recaptcha iframe {
    transform: scale(0.9);
    transform-origin: left;
  }
}
.doors_banner .content_wrapper .form .wpcf7-form input[type=submit] {
  margin-top: 10px;
  width: 100%;
  padding: 20px;
  border-radius: 36px;
  height: 60px;
  background-color: #d3641f;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-image: url(./img/submit_icon.svg);
  background-repeat: no-repeat;
  background-size: 36px 36px;
  background-position: top 12px right 28px;
}
.doors_banner .content_wrapper .form .wpcf7-form input[type=submit]:hover {
  background-color: #0a0a0a;
  border-radius: 4px;
}
.doors_banner .content_wrapper .form .wpcf7-form .wpcf7-spinner {
  display: none !important;
}

.what-we-do {
  margin: 120px 0;
}
@media (max-width: 1199px) {
  .what-we-do {
    margin: 60px 0;
  }
}
.what-we-do__wrapper {
  display: grid;
  grid-template-columns: 690fr 850fr;
  gap: 140px;
  align-items: center;
}
@media (max-width: 1599px) {
  .what-we-do__wrapper {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .what-we-do__wrapper {
    grid-template-columns: 1fr;
    gap: 37px;
  }
}
.what-we-do .images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (max-width: 1199px) {
  .what-we-do .images {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
}
@media (max-width: 599px) {
  .what-we-do .images {
    grid-template-columns: repeat(2, 1fr);
  }
}
.what-we-do .images img {
  width: 100%;
  height: auto;
  aspect-ratio: 340/280;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .what-we-do .images img {
    aspect-ratio: 230/190;
  }
}
@media (max-width: 599px) {
  .what-we-do .images img {
    aspect-ratio: 164/135;
  }
}
.what-we-do .text-block {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.what-we-do .text-block__title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .what-we-do .text-block__title {
    display: none;
  }
}
.what-we-do .text-block__title--mobile {
  display: none;
}
@media (max-width: 1199px) {
  .what-we-do .text-block__title--mobile {
    display: block;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #0a0a0a;
  }
}
@media (max-width: 599px) {
  .what-we-do .text-block__title--mobile {
    font-size: 24px;
    letter-spacing: 0.21em;
  }
}
.what-we-do .text-block__content {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .what-we-do .text-block__content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
  }
}
.what-we-do .text-block__content > * {
  margin: 0 0 1em;
}
.what-we-do .text-block__content > *:last-child {
  margin-bottom: 0;
}
.what-we-do .text-block button {
  width: 100%;
  max-width: 354px;
  height: 60px;
  background: #D3641F;
  border: none;
  border-radius: 36px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .what-we-do .text-block button {
    max-width: 333px;
  }
}
.what-we-do .text-block button:hover {
  background: #0a0a0a;
  border-radius: 4px;
}

.cnc {
  margin: 120px 0;
}
@media (max-width: 1199px) {
  .cnc {
    margin: 60px 0;
  }
}
.cnc__wrapper {
  display: grid;
  grid-template-columns: 850fr 690fr;
  gap: 140px;
  align-items: center;
}
@media (max-width: 1599px) {
  .cnc__wrapper {
    gap: 60px;
  }
}
@media (max-width: 1199px) {
  .cnc__wrapper {
    grid-template-columns: 1fr;
    gap: 37px;
  }
}
.cnc__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
@media (max-width: 1199px) {
  .cnc__content {
    align-items: center;
  }
}
@media (max-width: 599px) {
  .cnc__content {
    align-items: start;
  }
}
.cnc__content .title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .cnc__content .title {
    font-size: 32px;
    letter-spacing: 0.16em;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .cnc__content .title {
    font-size: 24px;
    letter-spacing: 0.21em;
    text-align: left;
  }
}
.cnc__content .content {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .cnc__content .content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .cnc__content .content {
    text-align: left;
  }
}
.cnc__content .content > * {
  margin: 0 0 1em;
}
.cnc__content .content > *:last-child {
  margin-bottom: 0;
}
.cnc__content button {
  width: 100%;
  max-width: 354px;
  height: 60px;
  background: #D3641F;
  border: none;
  border-radius: 36px;
  color: white;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.35s;
}
@media (max-width: 1199px) {
  .cnc__content button {
    max-width: 333px;
    align-self: center;
  }
}
@media (max-width: 599px) {
  .cnc__content button {
    align-items: start;
  }
}
.cnc__content button:hover {
  background: #0a0a0a;
  border-radius: 4px;
}
.cnc__media-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .cnc__media-mobile {
    display: block;
  }
}
@media (max-width: 599px) {
  .cnc__media-mobile {
    margin: 17px 0;
  }
}
.cnc__media-mobile img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 500/340;
}
@media (max-width: 599px) {
  .cnc__media-mobile img {
    aspect-ratio: 335/220;
  }
}
@media (max-width: 1199px) {
  .cnc__media.desktop-only {
    display: none;
  }
}
.cnc__media img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 690/450;
}

.products_section {
  margin: 120px 0;
}
@media (max-width: 1199px) {
  .products_section {
    margin: 60px 0;
  }
}
.products_section .e__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .products_section .e__container {
    gap: 20px;
  }
}
.products_section .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .products_section .section_title {
    font-size: 24px;
  }
}
.products_section .list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 20px;
}
@media (max-width: 1599px) {
  .products_section .list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1399px) {
  .products_section .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1199px) {
  .products_section .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .products_section .list {
    gap: 30px;
  }
}
@media (max-width: 859px) {
  .products_section .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .products_section .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.products_section .list .item {
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Lato", sans-serif;
  transition: 0.35s;
}
@media (max-width: 1599px) {
  .products_section .list .item {
    max-width: 250px;
    justify-self: center;
  }
}
@media (max-width: 1024px) {
  .products_section .list .item {
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 499px) {
  .products_section .list .item {
    max-width: 220px;
    padding: 20px;
  }
}
.products_section .list .item .product__sale {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 27px;
  color: #fff;
  background-color: #ffa46b;
}
.products_section .list .item .product__img {
  width: 100%;
  height: auto;
  aspect-ratio: 180/390;
  max-width: 180px;
}
.products_section .list .item .product__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.products_section .list .item .product__cat {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: #828282;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 499px) {
  .products_section .list .item .product__cat {
    align-self: center;
  }
}
.products_section .list .item .product__title {
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products_section .list .item .product__price {
  font-weight: 800;
  font-size: 20px;
  line-height: 0.75;
  color: #828282;
}
.products_section .list .item .product__reviews {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 0.8;
  color: #828282;
}
@media (max-width: 499px) {
  .products_section .list .item .product__reviews {
    align-self: center;
  }
}
.products_section .list .item .product__reviews .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.products_section .list .item .product__reviews .stars svg {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products_section .list .item .product__color {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 499px) {
  .products_section .list .item .product__color {
    align-self: center;
  }
}
.products_section .list .item .product__color span {
  font-weight: 500;
  font-size: 14px;
  line-height: 0.8;
  color: #828282;
}
.products_section .list .item .product__color .color {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.products_section .list .item .product__color .color.prod-col {
  width: 18px;
  height: 18px;
  border: 3px solid #d3641f;
}
.products_section .list .item .product__color .color img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.products_section .list .item .button {
  padding: 5px;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3641f;
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 12px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
@media (max-width: 1024px) {
  .products_section .list .item .button {
    display: none;
  }
}
.products_section .list .item .button:hover {
  border-radius: 3px;
  background-color: #0a0a0a;
}
.products_section .list .item .added_to_cart {
  display: none;
}
.products_section .list .item .screen-reader-text {
  display: none;
}
.products_section .list .item:hover {
  background-color: #eeeeee;
}
@media (max-width: 1024px) {
  .products_section .list .item:hover {
    background-color: unset;
  }
}
.products_section .list .item:hover .button {
  opacity: 1;
  visibility: visible;
}

.config {
  margin: 215px 0 235px;
}
.config#pivot {
  margin: unset;
  background: rgb(238, 238, 238);
  padding: 60px 0 85px !important;
}
@media (max-width: 599px) {
  .config#pivot {
    padding: 60px 0 !important;
  }
}
@media (max-width: 1024px) {
  .config#pivot .config__title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .config {
    margin: 90px 0;
  }
}
@media (max-width: 599px) {
  .config {
    margin: 60px 0;
  }
}

@media (min-width: 1200px) {
  .why.process {
    padding: 40px 0;
  }
}
.why.process::before {
  display: block;
  background-image: url(img/map_bg.gif);
}

.availability {
  margin: 120px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .availability {
    margin: 60px 0;
  }
}
.availability .section_title {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .availability .section_title {
    font-size: 24px;
  }
}
.availability .section_desc {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .availability .section_desc {
    margin-top: 20px;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .availability .section_desc {
    margin-top: 10px;
    font-size: 16px;
  }
}
.availability .states_list {
  margin-top: 20px;
  width: 100%;
  padding: 20px;
  box-shadow: inset 0 4px 16px 3px rgba(0, 0, 0, 0.03);
  background: #eee;
}
@media (max-width: 599px) {
  .availability .states_list {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    padding: 16px;
  }
}
.availability .states_list_inner {
  border: 3px solid #d3641f;
  padding: 30px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .availability .states_list_inner {
    padding: 20px;
    gap: 16px;
  }
}
@media (max-width: 599px) {
  .availability .states_list_inner {
    padding: 16px;
  }
}
.availability .states_list a {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .availability .states_list a {
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .availability .states_list a {
    font-size: 14px;
  }
}
.availability .states_list a:after {
  content: "";
  width: 0;
  height: 3px;
  background: #d3641f;
  position: absolute;
  left: 0;
  bottom: -6px;
  transition: 0.35s;
}
.availability .states_list a:hover {
  color: #d3641f;
}
.availability .states_list a:hover::after {
  width: 100%;
}
.availability .text {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .availability .text {
    font-size: 16px;
  }
}
.availability .text blockquote {
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.31em;
  text-transform: uppercase;
  color: #0a0a0a;
}
@media (max-width: 1199px) {
  .availability .text blockquote {
    font-size: 14px;
  }
}
.availability .text blockquote::before, .availability .text blockquote::after {
  display: none;
}
.availability .text blockquote > * {
  margin: 0 0 1em;
}
.availability .text blockquote > *:last-child {
  margin-bottom: 0;
}
.availability .text > * {
  margin: 0 0 1em;
}
@media (max-width: 599px) {
  .availability .text > * {
    margin-bottom: 0.5em;
  }
}
.availability .text > *:last-child {
  margin-bottom: 0;
}