/*  =================================================== Р’Р Р•РњР•РќРќРћР• ========================================================= */


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

.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: 2rem;
    margin-top: 80px;
}

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

.product a:hover .element h3{
    background: #0037;
}

.text {
    margin: 30px 0;
}

.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;
}

.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;
}

.btn-transparent {
    background: #D41D50;
}

textarea {
    height: 200px;
}

.btn-transparent:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.content .btn {
    margin: 0 10px 10px 0;
}
@media screen and (min-width: 992px) {
    nav.main-menu > ul li.active {
        background: #D41D50;
    }
}

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

@media screen and (max-width: 991px) {
    nav.main-menu > ul li.active > a {
        background: #D41D50;
    }
    .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%;
}

.home-slider-text h3 {
    text-shadow: 2px 2px 11px #000;
}
.home-slider-text p {
        text-shadow: 2px 2px 11px #000;
}

@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;
    }
    .container {
        padding: 0;
    }
    .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;
	}

}

.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;
}

@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: 50px;
    }
    .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;
}

@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;
    }
}
@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%;
}



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

@media screen and (max-width: 768px) {
	  .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;
	}
}