@charset "UTF-8";
.ass__block {
  gap: 8px;
  display: grid;
  grid-template-columns: repeat(16, 1fr);
}
@media (max-width: 992px) {
  .ass__block {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 710px) {
  .ass__block {
    flex-direction: column;
  }
}
.ass__one {
  background-color: rgba(255, 255, 255, 0.4);
  background-blend-mode: overlay;
  padding: 36px 36px 126px 36px;
  height:250px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  grid-column: span 5;
  background-size: cover;
  background-position: center;
  transition: box-shadow 0.3s;
}
@media (max-width: 992px) {
  .ass__one {
    flex: 1;
  }
}
@media (max-width: 710px) {
  .ass__one {
    padding: 16px 16px 64px 16px;
    font-size: 24px;
  }
}
.ass__one:nth-of-type(2), .ass__one:nth-of-type(6) {
  
}
.ass__one:nth-of-type(2):hover, .ass__one:nth-of-type(2):focus, .ass__one:nth-of-type(6):hover, .ass__one:nth-of-type(6):focus {
  color: #000000;
}
.ass__one:hover {
  box-shadow: 2px 2px 6px 0px rgba(144, 106, 108, 0.1607843137);
  color: #ffffff;
}
.ass__one:focus {
  color: #ffffff;
}
.ass__one span {
  display: block;
  width: 285px;

  background-color: rgba(14, 161, 150, 0.7);
  padding: 10px;
}
.ass__one:nth-last-child(4):first-child, .ass__one:nth-last-child(4):first-child ~ .ass__one {
  grid-column: span 6;
}
.ass__one:nth-last-child(4):first-child:nth-child(2), .ass__one:nth-last-child(4):first-child ~ .ass__one:nth-child(2) {
  grid-column: span 10;
}
.ass__one:nth-last-child(4):first-child:nth-child(3), .ass__one:nth-last-child(4):first-child:nth-child(4), .ass__one:nth-last-child(4):first-child ~ .ass__one:nth-child(3), .ass__one:nth-last-child(4):first-child ~ .ass__one:nth-child(4) {
  grid-column: span 8;
}
.ass__one:nth-last-child(5):first-child, .ass__one:nth-last-child(5):first-child ~ .ass__one {
  grid-column: span 4;
}
.ass__one:nth-last-child(5):first-child:nth-child(2), .ass__one:nth-last-child(5):first-child:nth-child(3), .ass__one:nth-last-child(5):first-child ~ .ass__one:nth-child(2), .ass__one:nth-last-child(5):first-child ~ .ass__one:nth-child(3) {
  grid-column: span 6;
}
.ass__one:nth-last-child(5):first-child:nth-child(4), .ass__one:nth-last-child(5):first-child:nth-child(5), .ass__one:nth-last-child(5):first-child ~ .ass__one:nth-child(4), .ass__one:nth-last-child(5):first-child ~ .ass__one:nth-child(5) {
  grid-column: span 8;
}
.ass__one:nth-last-child(6):first-child, .ass__one:nth-last-child(6):first-child ~ .ass__one {
  grid-column: span 4;
}
.ass__one:nth-last-child(6):first-child:nth-child(2), .ass__one:nth-last-child(6):first-child:nth-child(3), .ass__one:nth-last-child(6):first-child:nth-child(4), .ass__one:nth-last-child(6):first-child ~ .ass__one:nth-child(2), .ass__one:nth-last-child(6):first-child ~ .ass__one:nth-child(3), .ass__one:nth-last-child(6):first-child ~ .ass__one:nth-child(4) {
  grid-column: span 6;
}
.ass__one:nth-last-child(6):first-child:nth-child(5), .ass__one:nth-last-child(6):first-child:nth-child(6), .ass__one:nth-last-child(6):first-child ~ .ass__one:nth-child(5), .ass__one:nth-last-child(6):first-child ~ .ass__one:nth-child(6) {
  grid-column: span 5;
}

.feedback__block {
  background-image: url("/wp-content/uploads/cons.jpg");
  background-size: contain;
  background-color: #000000;
}
@media (max-width: 710px) {
  .feedback__block {
    padding-top: 287px;
    background-repeat: no-repeat;
  }
}
.feedback__form {
  width: 50%;
  margin-left: auto;
  background: #27a29a;
  padding: 60px 36px 28px;
  color: #ffffff;
  font-size: 14px;
  scroll-margin-top: 120px;
}
@media (max-width: 992px) {
  .feedback__form {
    width: 60%;
    padding: 36px 16px 16px;
  }
}
@media (max-width: 710px) {
  .feedback__form {
    width: 100%;
  }
}
.feedback__form h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .feedback__form h3 {
    margin-bottom: 24px;
  }
}
.feedback__form input {
  border-style: solid !important;
  background: transparent !important;
  color: #FFFFFF !important;
}
.feedback__form input:-webkit-autofill, .feedback__form input:-webkit-autofill:hover, .feedback__form input:-webkit-autofill:focus {
  background: transparent !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 174, 255, 0.04) 50%, rgba(255, 255, 255, 0) 51%, rgba(0, 174, 255, 0.03) 100%);
}
.feedback__form input[type=submit] {
  text-transform: uppercase;
  background-color: #000 !important;
  color: #FFFFFF !important;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.feedback__form input[type=submit]:disabled, .feedback__form input[type=submit][disabled] {
  background-color: #DADADA !important;
  color: #7E8183 !important;
}
.feedback__form textarea {
  border-style: solid !important;
  background: transparent !important;
  color: #FFFFFF !important;
  min-width: 100%;
  resize: vertical;
  max-height: 105px;
}
.feedback__form textarea::-webkit-scrollbar {
  width: 4px;
  padding-right: 2px;
  margin-right: 4px;
}
.feedback__form textarea::-webkit-scrollbar-track {
  background: #595B62;
  cursor: pointer;
  border-radius: 0.5rem;
}
.feedback__form textarea::-webkit-scrollbar-thumb {
  background-color: #F2F2F2;
  border-radius: 0.5rem;
}
.feedback__form textarea::-webkit-scrollbar-corner {
  background-color: #595B62;
  border: none;
}
.feedback__form p {
  margin-bottom: 8px !important;
}
.feedback__form .wpcf7-acceptance {
  font-size: 18px;
  display: block;
  margin: 16px 0 28px;
  line-height: 1.4;
}
.feedback__form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 16px;
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  opacity: 0;
  pointer-events: none;
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] ~ span::before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #000000;
  border: 1px solid #ADB6BE;
  display: block;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}
@media (max-width: 710px) {
  .feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] ~ span {
    font-size: 14px;
  }
}
.feedback__form .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked ~ span::after {
  content: "✓";
  left: 3px;
  top: calc(50% - 12px);
  position: absolute;
  color: #ffffff;
  font-size: 18px;
}

.news-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-card__date {
  font-size: 18px;
  line-height: 24px;
  display: block;
  margin-bottom: 8px;
}
.news-card__title {
  font-size: 20px !important;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: auto !important;
  line-height: 110%;
}
.news-card__title a {
  color: #0ea196;
}
.news-card__title a:hover,
.news-card__title a:focus-visible {
  color: #D7121C;
}
.news-card__link {
  position: relative;
  max-width: min-content;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-top: 16px;
  transition: transition 0.2s;
}
.news-card__link:hover, .news-card__link:focus-visible {
  color: #D7121C;
}
.news-card__link:hover span, .news-card__link:focus-visible span {
  fill: #D7121C;
}
.news-card__link:hover, .news-card__link:focus {
  fill: #D7121C;
}
.news-card__link:hover::after, .news-card__link:focus::after {
  background: #D7121C;
}
.news-card__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.news-card__link span {
  position: absolute;
  bottom: -3px;
  right: -20px;
}
.news-card img {
  margin-bottom: 24px;
}

.news__row {
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .news__row {
    flex-direction: column;
    gap: 36px;
  }
}
.news__row img {
  height: 282px;
  object-fit: cover;
}
@media (max-width: 710px) {
  .news__row img {
    height: auto;
    object-fit: contain;
  }
}

#filter-form select {
  border-color: #888B95;
  border-radius: 0;
  color: #000;
  text-overflow: ellipsis;
  padding: 12px 42px 12px 10px;
  font-size: 18px;
  max-width: 100%;
}

.filter-products__selects {
  display: flex;
  gap: 16px;
}
@media (max-width: 992px) {
  .filter-products__selects {
    flex-direction: column;
  }
}
.filter-products__selects > * {
  width: calc((100% - 48px) / 4);
}
@media (max-width: 992px) {
  .filter-products__selects > * {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 544px) {
  .filter-products__selects > * {
    width: 100%;
  }
}

.errorBlock {
  color: #FF0D19;
  margin-top: 10px;
}

.podbor__submit[disabled] {
  background-color: #F2F2F2;
  color: #888B95;
}

.bbmmy_hsc select {
  border-color: #888B95 !important;
  border-radius: 0 !important;
  color: #000;
  text-overflow: ellipsis;
  padding: 12px 42px 12px 10px !important;
  font-size: 18px;
  max-width: 100%;
  height: auto;
  background: white;
  text-decoration: none !important;
  background-image: url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%23334155' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E") !important;
  background-size: 0.8em;
  background-repeat: no-repeat;
  appearance: none;
  background-position: 98% 50%;
  width: 100%;
}
.bbmmy_hsc select > div {
  opacity: 0;
}

.podbor__filter {
  display: flex;
  gap: 16px;
  position: relative;
}
@media (max-width: 992px) {
  .podbor__filter {
    flex-direction: column;
  }
}
.podbor__filter > * {
  width: calc((100% - 48px) / 4) !important;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .podbor__filter > * {
    width: 60% !important;
    margin: 0 auto !important;
  }
}
@media (max-width: 544px) {
  .podbor__filter > * {
    width: 100% !important;
  }
}
.podbor__filter .woo-vpf-clearfix {
  display: none;
}

.errorBlock {
  color: #FF0D19;
  margin-top: 10px;
}

.bbmmy_hsc input {
  display: block;
  color: #FFFFFF;
  background-color: #FF0D19;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  padding: 14px 32px !important;
  line-height: 1;
  transition: color 0.3s, background 0.3s;
  height: max-content;
  width: 100%;
  margin: 0;
  border: 1px solid #FF0D19 !important;
}
.bbmmy_hsc input[disabled] {
  background-color: #F2F2F2;
  color: #888B95;
}
.bbmmy_hsc input:hover {
  background-color: #D7121C;
  color: #FFFFFF;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #FF0D19;
  background-image: none;
  color: #fff;
}

#bbymmLoader_sc {
  width: 100% !important;
  height: 100%;
  background: rgba(255, 255, 255, 0.6705882353);
  text-align: center;
  padding: 10px;
}

.filter-main .link-reset {
  display: none;
}
.filter-main h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.bbmmy_hsc:not(.selected) select {
  pointer-events: none;
  opacity: 0.6;
}
.bbmmy_hsc:not(.selected) input {
  background-color: #DADADA;
  border-color: #DADADA !important;
  color: #7E8183;
  pointer-events: none;
}

.bbmmy_hsc.selected ~ .bbmmy_hsc select {
  pointer-events: none;
  opacity: 0.6;
}
.bbmmy_hsc.selected ~ .bbmmy_hsc input {
  background-color: #FF0D19;
  border-color: #FF0D19;
  color: #fff;
  pointer-events: all;
}
.bbmmy_hsc.selected + .bbmmy_hsc select {
  pointer-events: all;
  opacity: 1;
}

.bbmmy_hsc:first-of-type select {
  pointer-events: all;
  opacity: 1;
}

.where__block {
  display: flex;
  gap: 16px;
}
@media (max-width: 710px) {
  .where__block {
    flex-direction: column;
  }
}
.where__one {
  background-color: #F2F2F2;
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: calc(50% - 8px);
  font-size: 24px;
}
@media (max-width: 992px) {
  .where__one {
    padding: 16px;
  }
}
@media (max-width: 710px) {
  .where__one {
    padding: 36px;
    width: 100%;
  }
}
@media (max-width: 544px) {
  .where__one {
    padding: 16px;
  }
}
.where__one h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 115px;
}
@media (max-width: 992px) {
  .where__one h3 {
    margin-bottom: 80px;
  }
}
.where__one span {
  color: #FF0D19;
  font-weight: 700;
  color: #FF0D19;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.where__info {
  display: flex;
  gap: 80px;
}
@media (max-width: 710px) {
  .where__info {
    justify-content: space-between;
  }
}
.where__info p {
  margin-bottom: 0;
}

#content .ast-container {
  flex-direction: column;
}
#content .ast-container > div {
  margin-bottom: 120px;
}
@media (max-width: 1200px) {
  #content .ast-container > div {
    margin-bottom: 80px;
  }
}

h2.single-h2 {
  margin-bottom: 36px !important;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 700;
}

@media (max-width: 480px) {
  h2 {
    font-size: 25px !important;
  }
}

@media (max-width: 710px) {
  .feedback__section h2 {
    display: none;
  }
}

@media (max-width: 710px) {
  .where__section .thansparent-button {
    color: #FFFFFF;
    background-color: #FF0D19;
  }
  .where__section .thansparent-button:hover {
    background-color: #D7121C;
    color: #FFFFFF;
  }
}

.filter-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.filter-main .spec-filter {
  color: #000;
  font-size: 18px;
  padding: 12px 10px;
  border-radius: 0;
  border-color: #888B95;
}
.filter-main .spec-search {
  border: 1px solid #FF0D19;
  width: 100%;
  text-align: center;
}
.filter-main .spec-search[href=""] {
  background-color: #DADADA;
  border-color: #DADADA !important;
  color: #7E8183;
  pointer-events: none;
}

div #n2-ss-4 {
  display: none;
}

@media (max-width: 480px) {
  div #n2-ss-3 {
    display: none;
  }
  div #n2-ss-4 {
    display: block;
  }
}
.h2-with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}
@media (max-width: 710px) {
  .h2-with-button {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.h2-with-button h2 {
  margin-bottom: 0 !important;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .h2-with-button .thansparent-button {
    width: 100%;
    text-align: center;
  }
}