:root {
  --n-main: #50A520;
  --n-red:  #FA0F71;
  color-scheme: only light;
  background-color: #ffffff;
  color: #000000;
}


body{
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	font-family: "Geologica";
}

.container{
	width:1860px;
	margin:0 auto;
}


.container-inner{
	margin:0 15px;
}



.breadcrumbs{
	margin:20px 0 0;
}

.breadcrumbs ul{
	display: flex;
	padding:0;
	margin:15px 0 0;
	column-gap: 10px;
}

.breadcrumbs ul li{
	list-style: none;
}

.breadcrumbs ul li:after{
	content: '/';
    color: #ebebeb;
    display: inline-block;
    margin: 0 0 0 10px;
}

.breadcrumbs ul li:last-child:after{
	display: none;
}

.breadcrumbs ul li a{
	font-size: 14px;
    color: #5f5f5f;
    text-decoration: none;
}

.breadcrumbs ul li span{
	font-size: 14px;
    color: #2f2f2f
}


.btn{
	padding: 12px 20px 12px 140px;
    background: var(--btn-color);
    border-radius: 3px;
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Nunito';
    position: relative;
}

.btn--menu:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 16px;
    background: url(menu22.svg);
    display: block;
    z-index: 5;
    background-size: 100%;
    filter: invert(1);
}



.baskerville-promo{
	/*background: #f7f8fa;*/
	background: url('bg_01.jpg');
    height: 800px;
    position: relative;
    overflow: hidden;
    margin:100px 0;
}

.c1{
	width: 600px;
	height: 600px;
	clip-path: path("M1436,1363s27.73,5.41,39-27c5.56-11.25,17.7-52.19,33-54,24.63-7.08,33.96,11.97,38,14,0.91,3.16,27.59,19.46,59,13,32.79-5.17,59.35-42.55,53-78-0.51-5.66-4.7-25.49-24-44-15.5-29.38,12.89-44.2,28-47,15.89-4.7,45.57-13.74,44-45-4.62-19.78-19-24-19-24L1377,953s-38.51-9.409-65,22c-26.57,28.59-11,71-11,71l112,298s5.59,18.66,23,19");
	background-size: 100%;
	background: url('sp1.jpg');
}

#clipped {
  margin-bottom: 20px;
  clip-path: url(#cross);
  width:120%;
}

#clipped2 {
  margin-bottom: 20px;
  clip-path: url(#cross2);
  width:120%;
}

#clipped3 {
  margin-bottom: 20px;
  clip-path: url(#cross3);
  width:148%;
}

#clipped4 {
  margin-bottom: 20px;
  clip-path: url(#cross4);
  width:133%;
}

#clipped5 {
  margin-bottom: 20px;
  clip-path: url(#cross5);
  width:133%;
}

.paw-dog{
    width: 600px;
    height: 600px;
    position: absolute;
    left: 280px;
    top: 278px;
}

.paw-cat{
	    width: 330px;
    height: 330px;
    position: absolute;
    overflow: hidden;
    top: 80px;
    right: -110px;
}

.paw-lizard{
	    width: 330px;
    height: 330px;
    position: absolute;
    overflow: hidden;
    top: 1px;
    right: 200px;
}

.paw-bird{
width: 330px;
    height: 330px;
    position: absolute;
    overflow: hidden;
    top: 124px;
    right: 344px;

}

.paw-fish{
        width: 330px;
    height: 330px;
    position: absolute;
    overflow: hidden;
    top: 426px;
    right: 289px;
}


.baskerville-paw {
    position: absolute;
    right: 22%;
    top: 50px;
    overflow: hidden;
    height: 700px;
    z-index: 10;
}

.baskerville-paw-inner{
	position: relative;
	overflow: hidden;
	width: 690px;
	height: 700px;
}

#c1{
	width: 1200px;
    height: 1200px;
    border-radius: 1000px;
    border: 3px solid rgb(228 231 237 / 57%);
    position: absolute;
    z-index: 10;
    right: -190px;
    top: -180px;
}

#c2{
    width: 2000px;
    height: 2000px;
    border-radius: 1000px;
    border: 3px solid rgb(228 231 237 / 57%);
    position: absolute;
    z-index: 10;
    right: -980px;
    top: -165px;
}

.baskerville-circles{
	position: relative;
	z-index: 5;
}


.promo-text{
	width: 700px;
}

.promo-text h2{
	font-family: "Nunito Sans";
    font-weight: 300;
    font-size: 65px;
    letter-spacing: -2.8px;
    display: block;
    line-height: 60px;
    color:#3f3f3f;
    margin: 0 0 40px;
}
.promo-text h2 span{
	font-family: "Nunito";
	font-weight: 600;
}

.promo-content{
	position: absolute;
    left: 180px;
    top: 90px;
}

.col1{

        color: var(--n-main);
    border-bottom: 3px solid var(--n-main);
    display: inline-block;}

    .col2{
	
    color: #000; }


.ptb-one__title{
	font-family: "Nunito";
	font-size:26px;
	font-weight: 600;
}

.ptb-one__text{
	font-size: 18px;
	color:#5f5f5f;
}

.ptb-one{
	margin-bottom: 30px;
	padding-left: 76px;
	position: relative;
}

.ptb-one:before{
	content: '';
	width:46px;
	height: 46px;
	background: url('paws-icon.svg');
	background-size: 100%;
	display: block;
	position: absolute;
	left: 10px;
	top:5px;
}



@media(min-width:1920px){
	.promo-content {
    position: absolute;
    left: 180px;
    top: 90px;
	}

	.baskerville-paw{
		right: 10%;
	}
}

@media(max-width:1920px){
	.promo-content {
	    position: absolute;
	    left: 10%;
	    top: 90px;
	}

	.baskerville-paw{
		right: 8%;
	}
}


@media(max-width:1680px){
	.promo-text h2{
		font-size:54px;
	}

	.promo-text {
    width: 610px;
		}		

	.baskerville-paw {
    right: 8%;
    transform: scale(0.85);
		}
}



@media(max-width:1420px){
	.promo-text h2{
		font-size:54px;
	}

	.promo-text {
    width: 610px;
		}		

	.baskerville-paw {
    right: 4%;
    transform: scale(0.7);
    top:0;
		}

	.ptb-one__text{
		width: 400px;
	}

	.promo-text h2 {
    font-size: 46px;
    line-height: 46px;
		}
	.ptb-one__title{
		font-size:22px;
	}
	.baskerville-promo{height: 700px;}
	.ptb-one{padding-left: 90px;}
	.promo-content {
    position: absolute;
    left: 10%;
    top: 70px;
		}
}


@media(max-width: 1320px){
	.baskerville-paw{
		right: 0;
	}

	.promo-content{
		left: 8%;
	}

	.promo-text {
    width: 500px;
		}
}


@media(max-width:1180px){
	.baskerville-paw{
		transform: scale(.6);
		top:-50px;
		right: -50px;
	}
	.promo-text h2 {
    font-size: 40px;
    line-height: 40px;
			}
	.promo-text{
		width:400px;
	}

	.ptb-one__text {
    font-size: 16px;
    color: #5f5f5f;
	}		

	.ptb-one__text {
    font-size: 16px;
    color: #5f5f5f;
    width: 278px;
    line-height: 16px;
	}

	.ptb-one{
		margin-bottom: 20px;
	}

	.baskerville-promo {
    height: 600px;
		}

	.promo-content {
    left: 12%;
    top: 48px;
	}		

}

@media(max-width:1080px){
	.promo-content {
    left: 7%;
    top: 48px;
	}	

	.baskerville-paw {
    transform: scale(.6);
    top: -50px;
    right: -50px;
	}
}

@media(max-width:980px){
	.promo-content {
    left: 0;
    top: 410px;
	}	

	.promo-text-blocks{
		width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}

	.promo-text {
    width: 100%;
	}



	.baskerville-paw {
    transform: scale(0.4);
    top: -140px;
    right: auto;
    left: auto;
    margin-left: 0;
    width: 100%;
	}

	.promo-text h2 {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
	}

	.baskerville-promo {
    height: 800px;
	}

	.promo-text-blocks {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
	}

	.ptb-one__title {
    font-size: 18px;
    margin-bottom: 5px;
	}

	.baskerville-paw-inner{
		margin:0 auto;
	}
}

@media(max-width: 860px){
	.baskerville-paw {
	    transform: scale(0.4);
	    top: -140px;
	}
	.ptb-one__text {
    font-size: 16px;
    color: #5f5f5f;
    width: 230px;
    line-height: 16px;
	}

	.promo-text-blocks {
    width: 86%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    column-gap: 30px;
	}

	.ptb-one {
    margin-bottom: 40px;
	}

	.promo-text {
    width: 60%;
    margin: 0 auto;
	}

	.baskerville-promo {
    height: 850px;
	}
}


@media(max-width: 780px){
	.baskerville-paw {
	    transform: scale(0.4);
	    top: -140px;
	}
	.baskerville-promo {
    height: 1065px;
	}
}

@media(max-width:700px){
	.baskerville-paw {
	    transform: scale(0.35);
	    top: -140px;
	    width: 100%;
	    overflow: initial;

	}
}

@media(max-width:500px){
	.baskerville-paw {
	    transform: scale(.35);
	    top: -140px;
	    width: 400px;
	    left:0;
	    overflow: initial;
	}

	.promo-text h2 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1.2px;
	}

	.ptb-one {
    padding-left: 0;
    text-align: center;
    padding-top: 70px;
	}

	.ptb-one:before{
		left: 86px;
	}


	.baskerville-promo {
    height: 1380px;
	}
}


@media(max-width:460px){
	.baskerville-paw {
   		width: 320px;
	}

	
}


@media(max-width:400px){
	.baskerville-paw {
   		width: 240px;
	}
}


@media(max-width:320px){
	.baskerville-paw {
		transform: scale(.25);
   		width: 200px;
   		top: -180px;
	}

	.promo-content {
    left: 0;
    top: 320px;
	}
}


/*

.stories{
	margin:60px 0;
}

.stories-inner{
	display: flex;
	column-gap: 30px;
	justify-content: space-between;
}

.story{
	width: 220px;
}

.story img{
	width: 100%;
	border-radius: 3px;
	margin-bottom: 10px;
}

.story a {
	text-decoration: none;
	color:#3f3f3f;
	font-size:16px;
	font-weight: 600;
	font-family: 'Nunito';
	line-height: 16px;
}

.stories-header{
	display: flex;
	justify-content: space-between;
	align-content: center;
	margin:0 0 60px;
}

.btn{
	padding:12px 38px;
	border-radius: 3px;
	text-decoration: none;
	color:white;
	font-size:18px;
	background: #8bc34a;
}

.sh-left{
	font-size:30px;
	color:#3f3f3f;
}

.logo{
	text-align: center;
}

.main-proposal img{
	width: 100%;
}

.logo img{
	width:300px;
}
*/

.catalog .product-one{
	width: 14.9%;
}

.catalog-container{
	align-items: flex-start;
}

.filter-item {
	    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 5px;
    column-gap: 10px;
    font-family: 'Nunito Sans';
}

.filter-item input{
	width: 18px;
	height: 18px;
}

.pagination {
	width: 100%;
	margin: 50px 0 100px;
}

.pagination ul {
	display: flex;
	column-gap: 10px;
	justify-content: center;
	width: 100%;
}
.pagination ul li{
	list-style: none;
}

.pagination ul li a{
text-decoration: none;
    font-size: 22px;
    color: #555555;
    width: 42px;
    height: 42px;
    background: #ffffff;
    border-radius: 4px;
    display: block;
    text-align: center;
    font-family: "Geologica" !important;
    line-height: 42px;
    border: 2px solid #f1f1f1;
}

.pagination ul li a:hover{
	background: #a8df68;
	border: 2px solid #a8df68;
	color: white;
}

.filter-list{
	overflow-y: scroll;
	height: 180px;
}

.filter-inner{
	padding:25px;
}

.brand-filter-title{
	    font-weight: 500;
    font-size: 20px;
    color: #3f3f3f;
    line-height: 17px;
}

.filter-list::-webkit-scrollbar {
  width: 10px;
}

.filter-list::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 4px;
}

.filter-list::-webkit-scrollbar-thumb {
   background: #9ec320;
    border-radius: 8px;
}

.filter-item {
    padding-right: 0px;
    width: 246px;
}

.filter-item label{
	display: flex;
	column-gap: 10px;
}


.filter-item input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.filter-item label {
  position: relative;
  cursor: pointer;
}

.filter-item label:before {
content: '';
    -webkit-appearance: none;
    background-color: #ffffff;
    border: none;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
    padding: 8px;
    display: block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    width: 2px;
    height: 2px;
}

.filter-item input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
    left: 7px;
    width: 5px;
    height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.filter-item input:checked + label{
	font-weight: 600;
	color:#3f3f3f;
}

.brand-items-search input{
	background: white;
    border: 1px solid #f1f1f1;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    margin: 15px 0 30px;
    padding: 0 15px;
    display: block;
    font-family: 'Nunito Sans';
    font-size: 15px;
}

.filter-item input:checked + label:before{
	background: var(--btn-color);
	border:1px solid var(--btn-color);
}

.brand-items-search{
	position: relative;
}

.search-icon-filter{
	display: block;
	width: 20px;
	height: 20px;
	background: url(/assets/img/searcj.svg);
	background-size: 100%;
	position: absolute;
	right: 10px;
    top: 9px;
}

.filter-item label{
	font-size: 15px;
}

.filter-element{
	margin-bottom: 20px;
}


.product-one .product-id{
	position: absolute;
	left: 20px;
	top: 20px;
	background: var(--newpink);
	border-radius: 4px;
	color:white;
	text-align: center;
	padding:2px 5px;
}


.catalog.price{
	flex-direction: column;
}




.catalog.price .product-one__image {
    display: block;
    width: 120px;
}

.catalog.price .product-one {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog.price .product-one__manufacturer{
	display: none;
}

.seo-description ul li{
	list-style: none;
	position: relative;
	padding-left: 40px;
}

.seo-description ul li:before{
	content: "";
    width: 22px;
    height: 3px;
    background: #7fc331;
    position: absolute;
    left: 0;
    top: 10px;
}

.seo-description h2{
	color:#3a3a3a;
	font-size: 20px;
}