/**
 * Theme Name:  Vetola
 * Version:     1.0
*/
body {
   font-family: "Nunito"!important;
    position: relative;
}

/* "Nunito"
/* "Comfortaa" */
/* WordPress базовые стили
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}





.single__dscr h4 {
    font-weight: 600;
    font-size: 18px;
}

.single__content-blog {
		display:flex;
		flex-direction: column;
		gap:15px;
		margin-bottom: 40px;
	}
	.single__content-blog h2 {
		font-family: PP Pangram Sans Rounded;
		font-size:20px;
		font-weight:700;
		line-height:26px;
		color: #032940;
	}
	.single__content-blog p {
     	font-family: PP Pangram Sans Rounded;
		font-size:16px;
		line-height:22px;
	}
.single__content-blog img {
width:auto;
}
    .single__content-blog ul{
		margin-left:20px;
list-style-type: disc;
	}
    .single__content-blog li{
		line-height:22px;
		list-style: disc;
	}




/*Категория блога */
	.category-news__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 20px;
	}
	.category-news__item-img img {
		border-radius:15px;
	}
	.category-news__item-title {
font-family: PP Pangram Sans Rounded;
font-weight: 500;
font-size: 18px;
		color:#032940;
		margin-top:15px;
		margin-bottom:15px;
	}
	.category-news__item-date {
    background: #F1F1F1;
    border-radius: 15px;
    padding: 5px 10px 7px 10px;
    font-size: 14px;
    max-width: 90px;
	margin-top: 10px;
    margin-bottom: 10px;
    line-height: 0.8;
    font-weight: 500;
}





/*Категория товаров */
.category-product__content {
    display: grid;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    gap: 20px;
	margin-bottom: 20px;
	}
	.category-product__item-img img {
		border-radius:15px;
	}
	.category-product__item-title {
font-family: PP Pangram Sans Rounded;
font-weight: 500;
font-size: 18px;
		color:#032940;
		margin-top:15px;
		margin-bottom:15px;
	}
	.category-product__item-date {
    background: #F1F1F1;
    border-radius: 15px;
    padding: 5px 10px 7px 10px;
    font-size: 14px;
    line-height: 0.8;
    font-weight: 500;
    width: fit-content;
}
.category-product__item {
	border: 1px solid #A5A5A5;
	border-radius: 15px;
	padding: 10px;
}



/*Форма*/
input.input-wrapper-icon-name  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
    border-radius: 135px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.input-wrapper-icon-name::before {
    content: "";
    position: absolute;
    z-index: 20;
    width: 37px;
    aspect-ratio: 4 / 4;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.input-wrapper-icon-name::before {
    background-image: url(images/icons/name.svg);
}

input.input-wrapper-icon-phone  {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: none;
    border-radius: 0px;
    background: #fff;
    border-radius: 135px;
    padding: 20px 20px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.input-wrapper-icon-phone::before {
    content: "";
    position: absolute;
    z-index: 20;
    width: 37px;
    aspect-ratio: 4 / 4;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.input-wrapper-icon-phone::before {
    background-image: url(images/icons/name.svg);
}






/*Фильтр производителей*/

.catalog-type_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 5px;
    margin-bottom: 20px;
}
.catalog-type_block a img {
    min-width: 80px;
    height: 45px;
}

.catalog-type_text {
    font-size: 16px;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 45px;
    margin-right: 10px;
}

.catalog-type_block a img:first-child {

}
.catalog-type_block a img:nth-child(2n) {

}
.catalog-type_block a img:nth-child(3n) {

}

/*Категория товара*/

.category-product {
    padding-top: 60px
}

.category-product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px
}

.category-product__nav {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.category-product__nav .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

.category-product__nav .menu-list>li.active>a {
    background: #0e293e;
    color: #fff
}

.category-product__nav .menu-list>li.active>a::before {
    background-image: url("../images/icons/arrow-sub-menu-white.svg")
}

.category-product__nav .menu-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border-radius: 30px;
    background: #005b94;
    color: #0e293e;
    font-size: 20px;
    font-weight: 500
}

.category-product__nav .menu-list>li>a::before {
    content: "";
    width: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 4/4;
    background-image: url("../images/icons/arrow-sub-menu.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.category-product__nav .menu-list>li .sub-menu {
    display: none
}

.category-product__nav .menu-list>li .sub-menu li a {
    width: 100%;
    padding: 12px 0;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid #d9d9d9
}

.category-product__body {
    width: 100%
}

.category-product__body .breadcrumbs__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: -50px
}

.category-product__body .title-section {
    margin-bottom: 20px
}




/*.blog__add {
    line-height: 0.8!important;
    padding: 10px 10px 13px 10px!important;
}
.blog__add::after {
    margin-top: 5px!important;
}
.single__nav .menu-list>li>a::before {
    margin-top: 8px!important;
}
.single__nav .menu-list>li>a {
    line-height: 0.4!important;
    padding: 3px 10px 10px 10px!important;
}*/



/* Мобильная версия */
@media (max-width: 600px) {

    .category-product__content {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 20px;
    margin-bottom: 20px;
}
.catalog-type_block a img {
    width: 45%;
}
.catalog-type_block {
        flex-direction: row;
        display: flex;
}
.catalog-type_block a img {
        width: auto;
        height: 36px;
}
.catalog-type_text {
	display:none;
}
.breadcrumbs {
	display:none;
}
.single {
    padding-top: 30px!important;
}
.category-news__content {
    display: grid;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 20px;
}

	.footer__nav-col {
		width:50%;
	}


}


@media (max-width: 600px) {
    .header__marketplaces a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header__marketplaces a img {
        max-width:150px;
    }
    .header__marketplaces {
        width: 100%;
    }
}


.header__marketplaces a img {
   height:40px;
	width:auto;
}

.footer__addres::before {
    width: 60px!important;
}
/*стили после переноса*/

/*Кнопка в шапке*/
.btn__header{
  background: #0E293E;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 30px;
  line-height: 1;
}

/*блок партнеров*/
  .partners-section {
    width: 100%;
    margin: 30px 0;
  }

  .partners-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
  }

  .partners-item {
    flex: 1;
    min-width: 180px;
    max-width: 250px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .partners-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .partners-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .partners-item img {
    max-width: 100%;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
  }

  /* Адаптивность для мобильных устройств */
  @media (max-width: 768px) {
    .partners-list {
      flex-direction: column;
      max-width: 80%;
      margin: 0 auto;
    }

    .partners-item {
      width: 100%;
      max-width: 100%;
      margin-bottom: 15px;
    }
    .partners__img {
      padding: 10px 10px ;
      border-radius: 10px;
    }
  }



