html {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.4rem;
  font-weight: 400;
  font-size: 16px;
}

:root {
  --main--font-color: #3f3f3f;
  --dark: #158be0;
  --middle: #51acec;
  --light: #95cdf3;
  --accentOnDark: #ffffff;
  --second: #8b8c89;
  --third: #e7ecef;
  --markered: #fb3640;
  --darklink: #919191;
  --hover: #4c763b;
  --main-gradient-color: linear-gradient(90deg, #4c763b 0%, #b0ce88 95.45%);
  --second-gradient-color: linear-gradient(270deg, #6425d0 0%, #d82424 95.45%);
}
input {
    border: 1px solid #cccccc;
}

.link {
  text-decoration: none;
  color: var(--main--font-color);
}
h2 {
  font-size: 2rem;
  font-weight: 700;
  padding: 10px 0;
      line-height: 1;
}
h3 {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 0;
}
p {
  margin: 8px 0;
}

.btn {
  background: var(--dark);
    white-space: nowrap;
  align-items: center;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 9px 25px;
  border: 0;
  color: var(--accentOnDark);
  text-align: center;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
}

#breadcrumbs a {
  color: #1d3557;
}
#breadcrumbs > span > span > a {
  font-weight: bold;
}

.container {
  max-width: 1140px;
}

.wp-block-heading {
  font-weight: bold;
}

th {
  font-weight: normal;
  color: #039;
  padding: 10px 15px;
}
td {
  /* color: #669; */
  border-top: 1px solid #e8edff;
  padding: 10px 15px;
}

td:first-child {
  /* width: 100%; */
}

tr:last-child td {
  /* color: #669; */
  /* border-bottom: 1px solid #69c; */
  padding: 10px 15px;
}

tr:first-child td {
  /* color: #669; */
  /* border-top: 1px solid #69c; */
  padding: 10px 15px;
}

tr:hover td {
  /* background: #e8edff; */
}

table {
  border: 1px solid #69c;
  width: 100%;
  /* width: 80vw;*/
  overflow-x: scroll;
  overflow-y: auto;
}

.bold,
b,
strong {
  font-weight: 900;
}

.page ul {
  list-style-image: url("img/icon/check.png");
  padding-left: 30px;
  margin: 15px 0;
}

ul {
  list-style: none;
}

.logo {
  max-width: 65px;
}

ol {
  list-style-type: decimal;
  padding-left: 30px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.page-section {
  display: flex;
}

.widget {
  border: 3px solid #345c75;
  list-style: none;
  padding: 10px 20px;
  margin: 25px 15px;
}

.slider {
}

.slider__item {
  position: relative;
  /* max-height: 570px; */
  overflow: hidden;
}

.slider__meta {
  z-index: 1;
  position: absolute;
  top: 100px;
  padding: 45px 15px;
}

.slider__title {
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 1;
}

.slider__description {
  margin: 20px 0;
  font-size: 1.5rem;
}

.slider__button {
  width: 33.33%;
  min-width: 300px;
  margin-top: 35px;
}

.slider__wrapper {
  width: 45%;
}

.slider__bg {
  position: relative;
  opacity: 1;
}

.slider__gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  /* background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 20%,
    rgba(0, 212, 255, 0) 100%
  ); */
}

.slider__img {
  width: 100%;
}

.header__top {
  display: flex;
  background: #457b9d;
}

.header__container {
  background: var(--dark);
}

.header__logo {
flex-grow: 2;
}

.header__logoline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px auto;
  margin: 15px auto;
  
}
.header__info {
  display: flex;
  flex-wrap: wrap;

}

.header__additionalmeta {
  display: flex;
  align-items: center;
}

.header__section {
  width: 33%;
  box-sizing: border-box;
}

.header__section_cart {
  display: flex;
    margin: 15px 5px;
    padding: 15px 5px;
    border-left: 0;
}

.contact-info {
  display: flex;
  align-items: center;
  flex: 1;
  border-left: 1px solid #eeeeee;
  padding: 5px;
  min-width: 200px;
  justify-content: center;
}

.contact-info_btn {

}

.contact-info:first-child {
  border-left: none;
}

.contact-info__icon {
  padding-right: 10px;
}

.contact-info__desc {
  display: flex;
  flex-direction: column;
}

.contact-info__data {
  font-weight: 700;
}

.contact-info__title {
  text-transform: uppercase;
}

.callback__button {
  text-decoration: none;
}

.trigger {
  display: flex;
  flex-wrap: wrap;
  color: #ccc;
}

.trigger__coll {
  width: 33.33333%;
  min-width: 300px;

  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;

  background: #1d1a37;
}

.trigger__coll_center {
  justify-content: center;
  padding: 30px;
  text-align: center;

  background: #14112c;
}

.trigger__coll_slider {
}

.subslider {
  display: flex;
  flex-direction: column;
}

.subslider__meta {
  display: flex;
  display: flex;
  flex-direction: column;
  padding: 30px;
}

.subslider__title {
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

.subslider__img img {
  width: 100%;
}

.trigger_coll_img {
  /* background: url(img/girl.jpg); */
  padding: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  object-fit: cover;
}


.trigger_coll_img img {
width: 100%;
height: 100%;
  object-fit: cover;
}

.trigger__title {
  color: #ffffff;
  position: relative;
}
.trigger__header {
  border-color: var(--middle);
}

.trigger__header::after {
  content: "";
  width: 5rem;
  border-top-width: 10px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: inline-block;
  border-top-style: solid;
  border-color: inherit;
}

.trigger__pretitle {
  color: var(--middle);
  font-weight: 700;
  padding-bottom: 1.5rem;
  text-transform: uppercase;
}

.goods {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
}
.goods__item {
  margin: 20px 0;
}

.goods__icon {
  text-align: center;
  margin-bottom: 20px;
}
.goods__desc {
  text-align: center;
  color: #565151;
  font-size: 22px;
}

.about {
    padding: 15px 0;
}

.about_block {
  /* display: flex; */
  justify-content: space-between;
}
.about__title {
  width: 100%;
  color: #565151;
  font-size: 28px;
  font-weight: 300;
}


.about__paragraph {
  margin-bottom: 10px;
}

.about__title_small {
  font-size: 24px;
}
.about__text {
  width: 50%;
  padding: 15px;
  font-size: 15px;
  line-height: 1.5;
}

.about__img {
  width: 50%;
  padding: 15px;
}

.about__goods {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 15px;
}

.about__get-price {
}

.about__item {
  width: 95px;
}
.about__get-price {
  background-color: #1d3557;
  padding: 15px 80px;
  color: #fff;
}

.about__get-price:hover {
  background-color: #e5383b;
  padding: 15px 80px;
  color: #fff;
}

.footer {
  background-color: var(--dark);
  color: #ffffff;
  padding: 15px 0;
}
.footer__sections {
  display: flex;
  justify-content: space-between;
  align-items: center;
      width: 100%;
      flex-wrap: wrap;
}

.footer__coll {
  width: 33%;
  min-width: 300px;
      box-sizing: border-box;
  padding: 15px;
  display: flex;
  flex: 1;
  justify-content: center;
}

.social {
  display: flex;
}

.social__item {
  padding: 5px;
}

.copyright {
  margin: 20px 0;
}
.copyright__link {
  color: #002389;
  font-weight: 300;
  text-decoration: none;
  padding: 15px;
}
.copyright__link:hover {
  color: #e5383b;
  font-weight: 300;
}
.about_ceh {
  width: 100%;
}

.copyrating {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.page { 
  width: 100%;
  padding: 15px 0;
}

.page__title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--main--font-color);
}

.page h2 {
  color: var(--dark);
}

.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  display: flex;
  flex-wrap: wrap;
}

.woocommerce ul.products li {
  align-content: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce .products ul {
  display: flex;
  align-items: stretch;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  font-size: 1rem;
  text-align: center;
}

.woocommerce table.shop_attributes th {
    width: auto;   
    text-align: left;
}

.woocommerce span.onsale {
    min-height: 2rem;
    min-width: auto;
    padding: 5px;   
    line-height: 2rem;
    top: -.5em;
    left: -.5em;    
    border-radius: 0;
    background-color:var(--dark);   
}

.woocommerce div.product form.cart .button {
    background: var(--dark);
}

del .woocommerce-Price-amount {
  padding-right: 5px;
    font-size: 0.8rem;
    color: var(--second);
  
}

ins .woocommerce-Price-amount {
  padding-right: 5px;
    font-size: 1rem;
    color: var(--main--font-color);
    font-weight: 700;
}

.woocommerce ul.products li.product .price ins {  
    text-decoration: none;
}
.woocommerce ul.products li.product .price del {
 text-decoration: none;
}

.woocommerce del {
    position: relative;
    text-decoration: none;
}

.woocommerce ul.products li.product .price {
color: black;
     font-size: 1rem; 
     text-align: center;
}

.woocommerce del::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
}


.woocommerce .related h2 {
margin-bottom: 30px;
}

.woocommerce-cart-form__contents .coupon {
display: flex;
gap: 15px;
}
.woocommerce-message {
    border-top-color:var(--dark);
}

.wp-block-query-pagination a {
  color: var(--main--font-color);
}
.wp-block-query-pagination a:hover {
  color: var(--second);
}

.cart-collaterals h2{
  font-size: 1.5rem;
}

.products .type-product, .wc-block-product-template__responsive .type-product {
  border: 1px solid #f2f2f2;
    padding: 15px !important;
    box-sizing: border-box;
    border-radius: 3px;
}

.products .custom-price bdi {
font-size: 1rem;
}

.product .custom-price del bdi {
font-size: 1rem;
}

.products .custom-price {
  text-align: center;
}


.wp-block-query-pagination-numbers .current {
    background: var(--dark);
    padding: 5px;
    /* aspect-ratio: 1; */
    aspect-ratio: 1 / 1;
    min-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* box-sizing: border-box; */
    margin: 5px;
}
 



.wp-block-button__link, .woocommerce a.button {
      background: var(--dark);
    white-space: nowrap;
    align-items: center;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 9px 25px;
    border: 0;
    color: var(--third);
    text-align: center;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
}

.wp-block-post-title a {
  color: var(--main--font-color);
}


.header-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.cart-icon {
    font-size: 24px;
}

.cart-count {
    position: absolute;
    top: -6px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #ff3b3b;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.summary .cart {
    display: flex; /* Делает форму Flex-контейнером */
    align-items: stretch; /* Это ключевое свойство: оно заставляет дочерние элементы растягиваться на всю высоту контейнера */
    /* Выравнивание по вертикали, если элементы ниже по высоте, чем контейнер (но stretch это отменяет) */
    /* align-items: center; */ 
}

/* Дополнительно, чтобы внутренний input растянулся в div.quantity */
.summary .cart .quantity {
    display: flex; /* Делает div.quantity Flex-контейнером */
}

.summary .cart .quantity .input-text.qty.text {
    flex-grow: 1; /* Заставляет поле ввода занять все доступное пространство в .quantity */
}

/* Сброс стандартных стилей, которые могут мешать */
.summary .cart .quantity,
.summary .cart .single_add_to_cart_button {
    margin: 0; /* Удаляем внешние отступы, которые могут различаться по умолчанию */
}


/* .flex-viewport {
    height: 500px !important;
    overflow: hidden;
} */

.woocommerce div.product div.images .flex-control-thumbs li {  
    padding: 5px;
    box-sizing: border-box;
}

.woocommerce-cart-form__cart-item td:first-child {
  width: auto !important;
}


.woocommerce-cart-form__cart-item .product-thumbnail {
  max-width: 250px;
}


.priceOnPage {
  font-size: 2rem;
}

.custom-price bdi {
  font-size: 1.5rem;
}

.posted_in a {
  text-decoration: none;
  color: #457b9d;
}

.page p {
  line-height: 1.4;
  margin: 15px 0;
}

.page .woocommerce div.product div.images {
  float: left;
  width: 38%;
}
.page .woocommerce div.product div.summary {
  float: right;
  width: 58%;
  clear: none;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: white !important;
}

.slick-dots li button:before {

    color: rgb(211, 211, 211)!important;

}

.slider_ul {
     list-style: disc;
}

@media (max-width: 1440px) {
  .slider__meta {
    top: 15%;
    padding: 1% 15px;
  }
}

@media (max-width: 1200px) {

  .slider__wrapper {
    width: 100%;
  }
  .header__section_cart {
border-left: 0;
}
}

@media (max-width: 992px) {

  .slider__title {
    font-size: 28px;
  }
  .slider__description {
    margin: 10px 0;
    font-size: 16px;
  }

  .slider__button {
    margin-top: 25px;
  }


  .about__text,
  .about__img,
  .about__item {
    width: 100%;
  }

  .about__goods {
    padding: 0;
  }

  .about__item {
    padding: 15px;
  }
  .header__sumbenu-item {
    line-height: 2;
  }

  .about {
    padding: 15px;
  }

  .header__section_cart {
  display: flex;
    margin: 15px 5px;
    padding: 15px 5px;
    border-left: 0;
}
}

@media (max-width: 830px) {
  .header__logo {
    text-align: center;
  }

}

@media (max-width: 768px) {
  .container {
  }
  .slider__wrapper {
    width: 100%;
  }

  .slider__button {
    margin: 15px auto;
  }

  .table-responsive {
    overflow-x: auto;
    font-size: 16px;
    margin: 0 auto;
  }

  .page table {
    width: 100%;
  }
  .page .woocommerce div.product div.images {
    float: none;
    width: 100%;
  }
  .page .woocommerce div.product div.summary {
    float: none;
    width: 100%;
    clear: none;
  }

  td {
    padding: 5px 2px;
  }

  .qe-testimonial-wrapper {
    width: 100% !important;
  }

  .page .woocommerce ul.products[class*="columns-"] li.product {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 15px 2.992em;
  }

  .slider__title {
    font-size: 28px;
  }
  .slider__description {
    margin: 10px 0;
    font-size: 16px;
  }
  .about__title {
          margin-bottom: 5px;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 1;
  }
  .about__description p {
    margin: 7px 0;
    line-height: 1.2;
  }

}

#breadcrumbs a {
  text-decoration: none;
  color: #1d3557;
  transition-duration: 0.5s;
}

.qe-testimonial-wrapper {
  display: inline-block;
  width: 50%;
  float: left;
  background-color: #fff6e6;
  padding: 15px;
  box-sizing: border-box;
  border: 10px solid #ffffff;
}
.qe-testimonial-meta {
  text-align: center;
}

.qe-testimonial-name {
  margin: 1em;
}

.qe-testimonial-img {
  margin: 1em 0 0.1em !important;
}

.qe-testimonial-text {
  height: 200px;
  text-align: center;
}

.blocks-gallery-grid {
  padding-left: 0 !important;
}

.qe-testimonial-wrapper:nth-child(2n) {
  background-color: #fef9f0;
}

.qe-testimonial-wrapper {
  margin-bottom: 0 !important;
}

.blocks-gallery-item__caption {
  padding: 5px 0 !important;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.5) !important;
}

.product_meta {
  margin: 15px 30px;
}

@media (max-width: 525px) {
  .slider__wrapper {
    width: 100%;
  }
  .slider__title {
    font-size: 14px;
  }

  .slider__description {
    margin: 4px 0;
    font-size: 12px;
  }
  .slider__img {
    width: 100%;
  }
  .slider {
    max-height: 300px;
  }
  .slider__bg {
    max-height: 300px;
  }
  .slider__button {
    margin-top: 25px;
  }
}

@media (max-width: 425px) {
  .slider__wrapper {
    width: 100%;
  }
  .slider__title {
    font-size: 16px;
  }

  .slider__description {
    margin: 5px 0;
    font-size: 14px;
  }
}
