﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231);--project-map-green: #69AE24;--project-map-brown: #B75700;--project-map-red: #DA0000}.widget-tekroproductscontainer .products-container,.widget-tekroproductscontainerfilter .products-container{display:grid;column-gap:2rem;grid-template-columns:repeat(1, 1fr);overflow:hidden}@media(min-width: 575px){.widget-tekroproductscontainer .products-container,.widget-tekroproductscontainerfilter .products-container{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.widget-tekroproductscontainer .products-container,.widget-tekroproductscontainerfilter .products-container{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.widget-tekroproductscontainer .products-container,.widget-tekroproductscontainerfilter .products-container{column-gap:4.5rem;grid-template-columns:repeat(4, 1fr)}}.widget-tekroproductscontainer .products-container._empty,.widget-tekroproductscontainerfilter .products-container._empty{display:block}.products-container-no-products{width:100%;padding:5rem 0;text-align:center;color:var(--second-color, #E97F31)}.product-list-filters{display:grid;grid-template-columns:repeat(1, 1fr);gap:1.5rem}@media(min-width: 575px){.product-list-filters{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 768px){.product-list-filters{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1200px){.product-list-filters{grid-template-columns:repeat(5, 1fr)}}.product-list-filters .product-list-filters-item{display:flex;flex-direction:column;gap:.5rem}.product-list-filters .product-list-filters-item>label{font-size:1.4rem}.product-list-filters .react-select__control{border:1px solid #9fa9bf;border-radius:.4rem;background:#fff;box-shadow:none;cursor:pointer;outline:none}.product-list-filters .react-select__control:hover{border-color:gray}.product-list-filters .react-select__control--is-focused,.product-list-filters .react-select__control--is-focused:hover{border-color:var(--second-color, #E97F31)}.product-list-filters .react-select__control .react-select__value-container{padding:1.5rem 0 1.5rem 1.5rem}.product-list-filters .react-select__control .react-select__single-value{font-size:1.4rem;color:#6f7d9e;transition:100ms color ease-in-out}.product-list-filters .react-select__control:hover .react-select__single-value,.product-list-filters .react-select__control--is-focused .react-select__single-value{color:var(--text-color, #262626)}.product-list-filters .react-select__control .react-select__indicator-separator{display:none}.product-list-filters .react-select__control .react-select__indicator{padding-right:1.5rem}.product-list-filters .react-select__control .react-select__indicator svg{transition:150ms}.product-list-filters .react-select__control .react-select__indicator svg path{fill:var(--second-color, #E97F31)}.product-list-filters .react-select__control--menu-is-open .react-select__indicator svg{transform:rotate(180deg)}.product-list-filters .react-select__menu{z-index:12}.product-list-filters .react-select__menu .react-select__menu-list .react-select__option{padding:1rem 2rem;color:#6f7d9e;cursor:pointer}.product-list-filters .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected,.product-list-filters .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected:hover,.product-list-filters .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected:focus,.product-list-filters .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-selected:active{background:var(--second-color, #E97F31);color:#fff}.product-list-filters .react-select__menu .react-select__menu-list .react-select__option.react-select__option--is-focused:not(.react-select__option--is-selected){background:#efeeec}.tekroproduct-item{position:relative;display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0;text-decoration:none}@media(min-width: 1200px){.tekroproduct-item{padding:4rem 0}}@media(min-width: 575px)and (max-width: 767px){.tekroproduct-item:nth-child(2n+1){position:relative}.tekroproduct-item:nth-child(2n+1):before{position:absolute;bottom:0;left:0;width:100vw;border-top:1px solid #cfd4df;content:""}}@media(min-width: 768px)and (max-width: 1199px){.tekroproduct-item:nth-child(3n+1){position:relative}.tekroproduct-item:nth-child(3n+1):before{position:absolute;bottom:0;left:0;width:100vw;border-top:1px solid #cfd4df;content:""}}@media(min-width: 1200px){.tekroproduct-item:nth-child(4n+1){position:relative}.tekroproduct-item:nth-child(4n+1):before{position:absolute;bottom:0;left:0;width:100vw;border-top:1px solid #cfd4df;content:""}}.tekroproduct-item .tekroproduct-item-intented-for{position:absolute;top:5rem;left:0;z-index:2}.tekroproduct-item .tekroproduct-item-intented-for:before{font-size:3rem;color:var(--second-color, #E97F31)}.tekroproduct-item .tekroproduct-item-intented-for._icon-dog:before{content:""}.tekroproduct-item .tekroproduct-item-intented-for._icon-cat:before{content:""}.tekroproduct-item .tekroproduct-item-image{position:relative;z-index:1;flex-shrink:0;height:34rem}.tekroproduct-item .tekroproduct-item-image img{width:100%;height:100%;margin:0 auto;object-fit:contain;object-position:center;transition:.15s ease-in-out transform;transform:scale(0.9)}.tekroproduct-item .tekroproduct-item-content{flex-grow:1;display:flex;flex-direction:column;gap:1.5rem}.tekroproduct-item .tekroproduct-item-content>.tekroproduct-item-name{padding:0;margin:0;font-size:2rem;font-weight:700;color:var(--main-color, #0F275E);transition:.2s ease-in-out color}.tekroproduct-item .tekroproduct-item-content>.tekroproduct-item-description{flex-grow:1;line-height:1.35;font-size:1.7rem;color:var(--main-color, #0F275E)}.tekroproduct-item .tekroproduct-item-content>.tekroproduct-item-link{display:inline-flex;align-items:center;justify-content:flex-start;text-decoration:none;font-size:1.7rem;font-weight:700;color:var(--second-color, #E97F31);transition:.3s ease-in-out color}.tekroproduct-item .tekroproduct-item-content>.tekroproduct-item-link:after{transition:none;font-size:2rem;font-family:icomoon;content:""}.tekroproduct-item:hover,.tekroproduct-item:focus{text-decoration:none}.tekroproduct-item:hover .tekroproduct-item-image img,.tekroproduct-item:focus .tekroproduct-item-image img{transform:scale(1)}.tekroproduct-item:hover .tekroproduct-item-content>.tekroproduct-item-name,.tekroproduct-item:focus .tekroproduct-item-content>.tekroproduct-item-name{color:var(--second-color, #E97F31)}.tekroproduct-item:hover .tekroproduct-item-content>.tekroproduct-item-link,.tekroproduct-item:focus .tekroproduct-item-content>.tekroproduct-item-link{color:var(--main-color, #0F275E)}