/*  =================================================== Р вЂ™Р  Р вЂўР СљР вЂўР СњР СњР С›Р вЂў ========================================================= */


.product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    border-radius: 20px;
    overflow: hidden;
}

.cols2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}


.product a{
    text-decoration: none;
	background-image: url("/_/images/image-blure.webp");
  display: block;
}

.product .element {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    background-size: cover;
}

.product .element.video {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
   /* background-color: #ddd;*/
}

.content H2 {
    font-size: 1.5rem;
    margin-top: 30px;
}

.content H2.h1 {
    margin-top: 0px;
}


.product .element h3 {
    font-size: 18px;
    width: 100%;
    padding: 20px;
    background: #0000004D;
    color: white;
    text-align: center;
	margin-top: 0;
}

.product a:hover .element h3{
    background: rgba(0, 0, 0, 0.5);

}

.text {
    margin: 30px 0;
}

.btn-danger {
  color: var(--white);
  background-color: green;
  border-color: green;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger:hover {
  color: var(--white);
  background-color: #0a0;
  border-color: #0a0;
}

.product-gallery-container {
	display: flex;
}

.imgBig {
    max-width: 600px;
    display: block;
    margin-bottom: 30px;
}

.imgSmall {
    max-height: 150px;
    display: inline-block;
}
.imgSmall img {
    height: 150px;
}



.reviws-list .gradient .text span {
    margin-right: 0;
}
.text-review-item .text {
    scrollbar-width: thin; 
	}
	


.reviws-list .text {
    max-height: 500px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 20;
	-webkit-box-orient: vertical;
	
}
.reviws-list .text.expanded {
    max-height: 10000px;
    -webkit-line-clamp: initial;
    display: block;
	overflow: hidden;
}
.reviws-list .gradient h3{
    font-size: 18px;
}

.reviws-list .gradient {
    transition: opacity 0.3s ease;
}


.reviws-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: inherit;
}


.gradient {
    padding: 20px;
    border: 1px solid #cccc;
    border-radius: 10px;
}

.gradient img {
    max-height: 155px;
    margin-left: 15px;
}

.gradient .video-fancy-container img {
  margin-left: 0px;
}

.bx-pagination  {
    margin: 40px 0 50px 0;
}


.gradient .text span {
    float: right;
    margin: 0 20px 20px 0;
}

.cols2 .imgSmall {
    margin-right: 10px;
}

.blog-row {
    display: grid;
    grid-template-columns: 24% 12% 24% 25% 12%;
    gap: 1%;
}

#ajax_next_page {
    display: block;
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 30px auto;
    text-align: center;
    width: 200px;
}

.bottom_text {
    margin: 50px auto;
    font-size: 1.25rem;
}

.product {
    margin-bottom: 30px;
}

.video .home-section {
    margin-bottom: 80px;
}

.video h2 {
    margin-bottom: 30px;
    margin-top: 0px;
}

.img-fluid {
    border: 1px solid #777;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
    height: 90% !important;
}
.has-iframe .fancybox__content{
    padding: 0;
}

.product .background h3,
.product .element h3 {
    font-size: 16px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}


textarea {
    height: 200px;
}


.content .btn {
    margin: 0 10px 10px 0;
}

@media screen and (max-width: 1370px) {
	.green-block .title {
	  font-size: 22px;
	  line-height: 120%;
	}
}

@media screen and (max-width: 991px) {

    .has-submenu ul {
        margin-left: 15px;
    }
    nav.main-menu  a {
        padding: 10px 10px!important;
    }
    nav.main-menu > ul ul li a {
        padding: 7px 10px !important;
    }
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}

.badge__link-to-map {
    z-index: 100;
}

.bd-example .figure {
  width: 100%;
}

.btn-container span {
	text-wrap: nowrap;
}

@media screen and (max-width: 991px) {
    .product {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .blog-row {
        grid-template-columns: 35% 20% 35%;
        gap: 2%;
    }
    .reviws-list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .product {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    .blog-row {
        grid-template-columns: 1fr 1fr;
        gap: 2%;
    }
    .reviws-list {
        display: grid;
        grid-template-columns:  1fr;
        gap: 10px;
    }
    .product .background h3,
    .product .element h3 {
        font-size: 16px;
        padding: 10px;
    }
    .content H2 {
        font-size: 1.5rem;
        margin-top: 40px;
    }

    .home-section {
        margin: 40px 0;
    }
    .aside-section-container {
        margin-bottom: 30px;
    }

    .mob-norow {
        display: block!important;
    }
    .mob-norow *{
        display: block!important;
        width: 100%;
        max-width: 100%;
    }
    .cols2 {
        display: block;
    }

    .dropdown-content li {
        margin-top: 3px;
    }

    .bd-example {
        margin: 10px 0;
    }
    .home-section .text {
        overflow-wrap: break-word;
    }

	.green-block {
	  background-color: #88E829;
	  margin: -15px -18px 35px;
	  padding: 39px 16px 1px;
	}
	.home-btns {
	  margin-bottom: 15px;
	}
	.home-section .btn-container {
		display: block;
		text-align: center;
	}
	
	.home-section .btn-container .btn {
		margin-bottom: 10px;
		min-width: 300px;
		margin-right: 0px;
		font-size: 15px;
		padding: 6px 10px;
	}
}

.custom-container .custom-container,
.container .container,
.custom-container .container {
	padding: 0;
}

.cookie-container {
  color: #555;
}

.bottom-footer span {
  color: #555;
}

.element.video {
    position: relative;
}

.element.video::before {
    background-image: url("/_/i/play-btn.svg");
    content: "";
    width: 47px;
    height: 47px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

/*.video-fancy-container img {*/
/*    width: auto;*/
/*    max-height: 400px;*/
/*}*/

#yareviews {
    width:330px;
    height:500px;
    overflow: hidden;
    position:relative;
    max-width: 100%;
}

.aside-list li a {
    display: inline-block;
}

.bordered {
	border: 1px #258DCD solid;
	border-radius: 15px;
	padding: 15px;
	margin-bottom: 50px;
}
#ajax-category-content .home-section { 
	margin: 10px 0 25px 0;
}
@media (min-width: 768px) {
	#list-category.collapse {
	  display: flex;
	}
}

@media (max-width: 1440px) {
  body .content .price {
    font-size: 25px;
    width: 100%;
  }
}

@media (max-width: 1200px) {
	.product-gallery {
	  margin-right: 22px;
	}
  body .content .price {
    font-size: 24px;
    width: 100%;
  }
}


@media (max-width: 768px) {
  .content .price {
    font-size: 22px;
    width: 100%;
  }
	.product-gallery-container {
	  display: block;
	}
	.product-gallery {
	  width: 100%;
	}
  body .content .price {
    font-size: 22px;
    width: 100%;
  }

}

@media screen and (max-width: 480px) {
    .product .element h3 {
        font-size: 14px;
        padding: 5px;
    }
    .blog-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .product H3 {
        margin-top: 0;
    }
    .content H2 {
        font-size: 1.3rem;
        margin-top: 40px;
		margin-bottom: 10px;
    }
    .product {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 10px;
    }
    .product .background h3,
    .product .element h3 {
        font-size: 14px;
    }

    .col-lg-7,
    .col-12 {
        padding: 0;
    }

    #yareviews {
        max-width: 100%;
        width: 100%;
    }

    .aside-section-container aside {
        display: block;
        width: 100%;
    }


    .home-btns .btn {
        min-width: 310px;
    }

    .textwidget {
        padding: 0!important;
        overflow: auto!important;
        width: 100%!important;
    }
	.gradient img {
		max-height: 140px;
		margin-left: 15px;
	}
}

.green-attention {
    padding: 10px 15px;
    border: 1px solid var(--green);
    border-radius:10px;
    color: var(--green);
}

.h1-container .link.white {
    color: white;
}

.product-gallery-slider img {
    aspect-ratio: 1;
}

aside a.actions {
	margin: 0px 0 30px 0;
}

@media screen and (min-width: 990px) {
	aside a.actions {
		margin: -20px 0 30px 0;
	}
}

@media screen and (max-width: 360px) {
    .content .btn {
        margin: 0 10px 10px 0;
        width: 100%;
    }
}


/*_rr*/
@media (max-width: 575.8px) {
    .my-xs-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xs-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xs-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xs-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xs-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mt-xs-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xs-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xs-3 {
        margin-top: 1rem !important;
    }
    .mt-xs-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xs-5 {
        margin-top: 3rem !important;
    }

    .mb-xs-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xs-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xs-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xs-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xs-5 {
        margin-bottom: 3rem !important;
    }

    .col-xs-0{
        display: none !important;
    }
	.actions_banner a {
		display: grid;
		grid-template-columns: 1fr;

	}
	.actions_banner a .added_pics {
		display: none;
	}

}
@media (min-width: 576px) and (max-width: 767.8px){
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .col-sm-0{
        display: none !important;
    }
}
/*_rr*/

.content-nav ul {
    display: block;
    margin: 0px 0px 50px 0;

}
.content-nav ul li{
    padding: 0;
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.content-nav ul li a{
    padding: 5px 10px;
    background-color: var(--header);
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: var(--header);
    color: #000;
}

main li .active {
    text-decoration: underline;
}

.materials {
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
    gap: 2%;
}
.materials .item img {
    max-width: 100%;
}

.description {
    margin: 30px 0 50px 0;
    font-size: 18px;
}

.squared .rounded {
    aspect-ratio: 1;
    overflow: hidden;
}

/* .reviews-slider-container .product {
    margin: 0 6px;
} */

html { scroll-behavior: smooth; }

.aside-section-container .category-item .figure {
	aspect-ratio: 1;
}

.aside-section-container .category-item .figure img {
	height: 100%;
	width: 100%;
}

.swiper-slide {
    position: relative;
}

.yandex-reviews_in {
	max-height: 140px;
  overflow: hidden;
  border-radius: 8px; 
}

.price_in_slide {
	position: absolute;
	bottom: 5px;
	right: 5px;
	background-color: #258DCDBB;
	color: white;
	font-size: 20px;
	padding: 10px 20px; 
}
.price_small {
    font-size: 18px;
    margin: 10px 0 0 10px;
}
.product a .element {
    background-size: 100%;
	background-position: center center;
    transition: .5s;
}

.product a:hover .element {
    background-size: 110%;
	background-position: center center;
    transition: 1s;
}

@media (max-width: 480px) {
	.price_in_slide {
		font-size: 15px;
		padding: 5px 10px; 
	}
	.price_small {
		font-size: 14px;
	}
}



@media (max-width: 1024px){
    .materials {
        display: grid;
        grid-template-columns: 31% 31% 31%;
        gap: 2%;
    }
}

@media screen and (max-width: 768px) {
    .product{
        border-radius: 10px;
    }
	  .footer-links {
		gap: 20px;
	  }

    .materials {
        display: grid;
        grid-template-columns: 46% 46%;
        gap: 7%;
    }
	/*main {*/
	/*  padding-top: 25px;*/
	/*  padding-bottom: 50px;*/
	/*}*/
	.video iframe {
	  width: 100% !important;
	  aspect-ratio: 4/3;
	  height: auto;
	}
	.bx-pagination .bx-pagination-container ul li {
	  margin: 0;
	}
	.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span {
	  padding: 0 7px;
	}
	pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	  padding: 0 7px;
	}
}

@media screen and (max-width: 448px) {
  header .contact-item {
    flex-direction: column;
  }
  .btns-header {
    flex-direction: column;
    gap: 13px;
    width: 100%;
  }
}