.home__baner{
	display: flex;
	margin:30px 0;
	gap:20px;
}
.home__left{
	width: 65%;
}
.home__right{
	width: 35%;	
}	
.home__right img{
	height: 100%;
}
.home__left h1{
	color:rgba(0, 0, 0, 1);
	font-size: 105px;
	font-weight: 800;
}
.home__dick-border{
	line-height: 80px;
	color:rgba(0, 0, 0, 1);
	font-weight: 400;
	font-size: 100px;
	max-width: 570px;
	width: 100%;
	height: 100px;
	border-top:solid 6px rgba(255, 207, 114, 1);
	border-right:solid 6px rgba(255, 207, 114, 1);
	border-bottom:solid 6px rgba(255, 207, 114, 1);
	border-top-right-radius: 135px;
	border-bottom-right-radius: 135px;
	margin:15px 0 30px 0;
	cursor:pointer;
}
.home__left span{
	color:rgba(0, 0, 0, 1);
	font-size: 31px;
	font-weight: 400;
}
.home__items{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
	margin-top:60px;
}
.home__item{
	background: #05828A;
	border-radius: 30px;
	padding:24px 20px;
	position:relative;
    height: 100%;
    box-sizing: border-box;
    min-height: 350px;
}
.home__item-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home__item-top img:first-child{
	/*width: 69px;
	height: 69px;*/
    max-width: 90px;
    position: absolute;
    left: 20px;
    bottom: 16px;
}
.home__item-top img:last-child{
	width: 64px;
	height: 64px;
    position: absolute;
    right: 24px;
    bottom: 22px;
}
.home__item-text{
	/*margin-top:35px;*/
}
.home__item-text strong{
	font-weight: 700;
}
.home__item-text p{
	font-size: 31px;
    line-height: 1.21;
	font-weight: 400;
	color:#fff;
}
.home__text{
	margin:150px 0;
	text-align: center;
}
.home__text p{
	color:rgba(0, 0, 0, 1);
	font-size: 28px;
	font-weight: 400;
}
.home__text strong{
	color:rgba(0, 0, 0, 1);
	font-weight: 800;
}
.home__reviews{
	display: grid;
	grid-template-columns: 515px 1fr;
	gap:15px;
	margin:25px 0 40px 0;
}
.home__reviews-right{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.home__reviews-right h2{
	color:rgba(5, 130, 138, 1);
	font-size: 45px;
	font-weight: 400;
	border-radius: 30px;
	background: rgba(255, 255, 255, 1);
	padding:25px 35px 100px 35px;
}
.home__reviews-right h2 strong{
	font-weight: 800;
}
.home__reviews-box{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:15px;
    margin: 120px 0 0;
}	
.home__reviews-item{
	background: rgba(10, 221, 196, 1);	
	border-radius: 30px;
	padding:16px;	
	height: 245px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
}
.home__reviews-item strong{
	color:rgba(255, 255, 255, 0.5);
	font-weight: 800;
	font-size: 74px;
}
.home__reviews-item p{
	color:rgba(255, 255, 255, 1);
	font-size: 22px;
	font-weight: 700;
	max-width:190px;
}
.home__blocks{
	display: flex;
	flex-wrap: wrap;
	gap:17px;
}
.home__blocks .home__block-item{
	border-radius: 30px;
	padding:25px 25px 40px 25px;	
	height: 460px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.home__blocks .home__block-item:nth-child(1){
	width: 100%;
	color:rgba(5, 130, 138, 1);
}
.home__blocks .home__block-item:nth-child(2){
	width: 69%;
	background: rgba(50, 156, 163, 1);
	color:rgba(255, 255, 255, 1); 
	background-image: none !important;
}
.home__blocks .home__block-item:nth-child(3){
	width: 29%;
}
.home__blocks .home__block-item:nth-child(4){
	width: 59%;
	color:rgba(255, 255, 255, 1);
}
.home__blocks .home__block-item:nth-child(5){
	width: 39%;
	background: rgba(5, 130, 138, 1);
	color:rgba(255, 255, 255, 1);
	 background-image: none !important;
}
.home__blocks .home__block-item:nth-child(6){
	width: 100%;
	color:rgba(5, 130, 138, 1);
}
.home__block-item span img{
	width: 120px;
}
.home__block-item h2{
	font-size: 65px;
	font-weight: 700;
}
.home__block-item span{
	font-size: 30px;
	font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: end;
    transition: all .3s;
}
.home__block-item span img{
	margin-left: 15px;
}
.home__block-item:hover span{
	text-decoration: underline;
}
.line{
	border-bottom:solid 4px rgba(255, 207, 114, 1);
}
.lin-border{
	border:solid 4px rgba(10, 221, 196, 1);
	border-radius: 50px;
	padding: 0 8px;
}
.line-circl{
	background: rgba(255, 207, 114, 1);
    color: #fff;
    max-width: 90px;
    border-radius: 90px;
}
.no-results {
	margin:100px 0px;
}
.page-title{
	font-size: 48px;
}
.page-header{
	background: transparent;
}
.page-content p{
	font-size: 18px;
}
.search-form{
	margin-top:30px;
}
.search-form .search-field{
	max-width: 320px;
	width: 100%;
	height: 60px;
	padding-left:30px;
	font-size: 20px;
	border-radius: 15px;
}
.search-submit{
	max-width: 150px;
	width: 100%;
	height: 60px;
	border-radius: 15px;
	font-size: 20px;
	background: #329ca3;
	color:#fff;
}
.search__box{
	margin:100px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:50px;
}
.search__title h2{
	font-size: 36px;
	margin-bottom:20px;
}
.search__link{
	color:rgba(0, 0, 0, 1);
}
.select__products-btns-1, .select__products-btns-2, .select__products-btns-3{
	display:none;
}
#banner {
    padding: 35px 0;
}

.banner__item {
    position: relative;
    width: 100%;
    height: 100%;
}

.banner__img--cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner__img--cover img.mob {
    display: none;
}

.banner__text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.banner__item span {
    color: rgba(246, 248, 250, 1);
    font-size: 50px;
    font-weight: 400;
}
#slide__two h2, #slide__two h5{
	color: black;
}
.banner__item h2 {
    color: rgba(246, 248, 250, 1);
    font-size: 80px;
    font-weight: 900;
}

.banner__item strong {
    color: rgba(246, 248, 250, 1);
    font-size: 30px;
    font-weight: 800;
}

.banner__item h5 {
    color: rgba(246, 248, 250, 1);
    font-size: 40px;
    font-weight: 500;
}

.banner__item p {
    color: rgba(246, 248, 250, 1);
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.banner__btns {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    gap: 15px;
}

#slide__one a:first-child{
	 color:#0ADDC4;
	border: 5px solid #0ADDC4;
}
#slide__one a:last-child{
	 background: #0ADDC4;
}

#slide__two a:first-child{
	 color:#05828A;
	border: 5px solid #05828A;
}
#slide__two a:last-child{
	 background: #05828A;
}
.banner__btns a {
    width: 190px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
	text-transform: uppercase;
    border-radius: 64px;
}

.banner__btns a:first-child {
    color: rgba(255, 207, 114, 1);
    border: 5px solid rgba(255, 207, 114, 1);
}

.banner__btns a:last-child {
    background: rgba(255, 207, 114, 1);
    color: rgba(255, 255, 255, 1);
}

.products_row { display: flex; justify-content: space-between; margin: 0 0 20px; }
.products_row:nth-child(2n) { flex-direction: row-reverse; }
.products_title { width: 347px; }
.products_carousel { position: relative; width: calc(100% - 370px); background: #fff; border-radius: 30px; box-sizing: border-box; padding: 17px; padding-right: 180px; }
.products_row:nth-child(2n) .products_carousel { padding-left: 180px; padding-right: 17px; }
.products_carousel .products__item { padding: 15px 13px; }
.products_carousel .products__img { height: 106px; width: 100%; }
.products_carousel .products__title { margin: 15px 0; min-height: 151px; }
.products_carousel .products__title h2 { font-size: 24px; }
.products_carousel .products__btn a:first-child { width: 111px; height: 37px; font-size: 12px; }
.products_carousel .products__btn a:last-child { margin-left: 6px; width: 111px; height: 37px; font-size: 12px; }
.products_carousel .swiper-button-next, .products_carousel .swiper-button-prev { width: 62px; height: 62px; background: url(../img/btn_next.svg) no-repeat center center; background-size: contain; border-radius: 50%; top: auto; left: auto; bottom: 17px; right: 17px; }
.products_carousel .swiper-button-prev { background: url(../img/btn_prev.svg) no-repeat center center; background-size: contain; right: 86px; }
.products_row:nth-child(2n) .products_carousel .swiper-button-next { right: auto; left: 86px; }
.products_row:nth-child(2n) .products_carousel .swiper-button-prev { right: auto; left: 17px; }
.products_carousel .swiper-button-next:after, .products_carousel .swiper-button-prev:after { content: none; display: none; }
.swiper-pagination-bullet { width: 12px; height: 12px; }
.swiper-pagination-bullet-active { background: #05828A; }
.products_carousel .swiper-pagination { display: none; font-size: 0; line-height: 0; }

.swiper-button-next-3, .swiper-button-prev-3 { display: none; }
    .home__reviews-right { background: #fff; border-radius: 30px; }

@media only screen and (max-width: 1670px) {
	.banner__item h2{
		font-size:60px;
	}
	.banner__item h5{
		font-size: 32px;
	}
	.home__right img{
		height:90%;
	}
	.home__left h1{
		font-size: 80px;
	}
	.home__dick-border{
		max-width: 480px;
		font-size: 85px;
	}
	.home__left span{
		font-size: 28px;
	}
	.home__item-text strong{
		font-size: 24px;
	}
	.home__item-text p{
		font-size: 20px;
	}
	/*.home__item-top img:first-child{
		width: 50px;
		height:50px;
	}
	.home__item-top img:last-child{
		width: 50px;
	}*/


   .home__reviews {
   		grid-template-columns: 420px 1fr;
   }
   .home__reviews-right h2{
   	font-size: 36px;
   }
   .home__reviews-item strong{
   	font-size: 64px;
   }


   .home__blocks .home__block-item{
   	height: 360px;
   }
   .home__block-item h2{
   	font-size: 48px;
   }
   .home__block-item span{
   	font-size: 24px;
   }

}
@media only screen and (max-width: 1200px) {
	.banner__item h2{
		font-size:48px;
	}
	.banner__item h5{
		font-size: 32px;
	}
	.home__left h1 {
	    font-size: 50px;
	}
	.home__dick-border {
	    max-width: 260px;
	    font-size: 36px;
	    height: 60px;
		line-height:50px;
	}
	.home__left span {
	    font-size: 24px;
	}
    .products_title { width: 230px; }
    .home__item-top img:first-child{
		max-width: 70px;
	}
	.home__item-top img:last-child{
		width: 50px;
        height: 50px;
	}
	/*.home__item-top img:first-child, .home__item-top img:last-child {
	    width: 30px;
		height:30px;
	}*/
	.home__item-text strong {
	    font-size: 20px;
	}
	.home__item-text p {
	    font-size: 16px;
	}
    .products_carousel { width: calc(100% - 250px); }
  	.home__reviews {
    	grid-template-columns:100%;
	}
	.home__reviews-left{
		max-width: 100%;
	}
	.home__reviews-box{
		margin-top:30px;
	}
	.home__text p{
		font-size: 30px;
	}
    .products_carousel { padding-right: 130px; }
    .products_row:nth-child(2n) .products_carousel { padding-left: 130px; }
    .products_carousel .swiper-button-next, .products_carousel .swiper-button-prev { width: 44px; height: 44px; }
    .products_carousel .swiper-button-prev { right: 68px; }
    .products_row:nth-child(2n) .products_carousel .swiper-button-next { left: 68px; }
    .products_carousel .products__title h2 { font-size: 18px; }
    .products__title span { font-size: 14px; }
    .products_carousel .products__title { min-height: 111px; }
    .home__reviews-item { height: 140px; }
    .home__reviews-item strong { font-size: 36px; }
    .home__reviews-item p { font-size: 13px; }
}
@media only screen and (max-width: 992px) {
	.banner__item h2{
		font-size:40px;
	}
	.banner__item h5{
		font-size: 28px;
	}
  .search__box{
  	grid-template-columns: 1fr 1fr 1fr;
  }
  .home__items{
  	grid-template-columns: 1fr;
  }
	.home__item{
		display:flex;
	}
  .home__blocks .home__block-item:nth-child(2){
  	width: 68%;
  }
  .home__blocks .home__block-item:nth-child(4){
  	width: 58%;
  }
  .home__reviews-item{
  	height: 130px;
  }
  .home__reviews-item strong {
	font-size: 36px;
  }
  .home__reviews-item p{
 	font-size: 15px;
  }
  .home__right img {
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
  }
    .home__baner { padding-bottom: 140px; position: relative; }
    .home__reviews-box { margin: 0; position: absolute; left: 0; right: 0; bottom: 0; }
    .products_carousel { padding-right: 17px; padding-bottom: 37px; }
    .products_row:nth-child(2n) .products_carousel { padding-left: 17px; }
    .products_carousel .swiper-button-next, .products_carousel .swiper-button-prev { display: none; }
    .products_carousel .swiper-pagination { display: block; bottom: 17px; }
}
@media only screen and (max-width: 768px) {

    .banner__item h2 {
        font-size: 28px;
    }

    .banner__item strong, .banner__item h5 {
        font-size: 18px;
    }

    .banner__btns a {
        width: 150px;
        height: 50px;
        font-size: 18px;
    }
	.home__blocks .home__block-item:nth-child(2){
		background-image: url(https://mifarmaciaandorra.com/wp-content/uploads/2024/03/Mask-group-15-1.png)!important;
		background-repeat: no-repeat;
   		 background-size: cover;
   		 background-position: bottom;
	}
	.home__blocks .home__block-item:nth-child(5){
		background-image: url(https://mifarmaciaandorra.com/wp-content/uploads/2024/03/bg3.png)!important;
		background-repeat: no-repeat;
   	    background-size: cover;
        background-position: bottom;
	}
	.home__blocks .home__block-item:nth-child(6){
		background-repeat: no-repeat;
   		 background-size: cover;
        background-position: left;
	}
	.home__blocks .home__block-item:nth-child(3), .home__blocks .home__block-item:nth-child(4){
		display:none;
	}
	.search__box{
	  	grid-template-columns: 1fr 1fr;
	  }
    .home__block-item h2 {
      font-size: 28px;
    }
    .home__block-item span {
	   font-size: 18px;
	}
	.home__block-item span img {
    	width: 60px;
	}
	.home__blocks .home__block-item{
		height: 230px;
	}
	.home__blocks .home__block-item:nth-child(1), .home__blocks .home__block-item:nth-child(2), 
	.home__blocks .home__block-item:nth-child(3), .home__blocks .home__block-item:nth-child(4), 
	.home__blocks .home__block-item:nth-child(5), .home__blocks .home__block-item:nth-child(6){
		width: 100%;
	}
    .products_row { display: block; }
    .products_title { width: 100%; margin: 0 0 10px; }
    .products_carousel { width: auto; margin: 0 -30px; border-radius: 0; padding: 17px 0 45px; }
    .swiper-pagination-bullet { width: 9px; height: 9px; background: #FFCF72; }
    .home__item { height: 118px; min-height: 0; display: flex; align-items: center; padding: 15px 86px; }
    .home__item-top img:first-child { max-width: 36px; left: 30px; top: 50%; transform: translate(0,-50%); }
    .home__item-top img:last-child { width: 44px; height: 44px; right: 12px; bottom: auto; top: 50%; margin: -22px 0 0; }
    .home__item-text p, .home__item-text strong { font-size: 16px; }
    #banner .container { padding: 0; }
    .banner__img { height: 650px; }
    .banner__img--cover img {
        display: none;
    }
    .banner__img--cover img.mob {
        display: block;
    }
    #slide__two h2, #slide__two h5 { color: #fff; }
    .banner__text { top: 10%; transform: translate(-50%, 0); }
}
@media only screen and (max-width: 576px) {
	#banner {
        padding: 15px 0;
    }

    .banner__item h2 {
        font-size: 24px;
    }

    .banner__item strong, .banner__item h5 {
        font-size: 12px;
    }

    .banner__btns a {
        width: 100px;
        height: 40px;
        font-size: 15px;
    }

    .banner__item p {
        font-size: 14px;
    }
	.home__blocks .home__block-item:nth-child(1){
		background-position:left;
	}
	.home__blocks .home__block-item:nth-child(4){
		background-position:right;
	}
	.home__left span{
		font-size:12px;
	}
	.home__item-text strong{
		font-size:18px;
	}
	.home__item-text p{
		font-size:15px;
	}
 .search__box{
  	grid-template-columns: 1fr;
  }
    .home__baner { padding-bottom: 106px; }
  .home__left{
  	width: 100%;
  }
    .home__reviews-box {
        gap: 10px;
    }
    .home__reviews-item { height: 96px; padding: 6px; border-radius: 12px; }
	.home__reviews-item strong {
		font-size: 22px;
	}
	.home__reviews-item p{
		max-width:170px;
        font-size: 9px;
	}
  .home__reviews-right h2{
  	font-size: 20px;
  }
  .home__blocks .home__block-item{
  	min-height: 320px;
  	height: auto;
  }
  .home__block-item h2 {
    font-size: 24px;
  }
  .home__block-item span {
    font-size: 14px;
    margin-top:20px;
  }
  .home__text p {
	    font-size: 20px;
	}
	.home__text {
	    margin: 100px 0;
	}
	.erection__products-btns{
		display:none!important;
	}
	.select__products-btns-1, .select__products-btns-2, .select__products-btns-3{
		display:block;
		width: 100%;
		max-width: 140px;
		margin: 0 auto;
		padding: 15px;
		border-radius: 140px;
		border: solid 2px rgba(0, 0, 0, 1);
	}
}

@media only screen and (max-width: 480px) {
    .home__item-text p, .home__item-text strong { font-size: 14px; }
}