/* после встраивания в блок, нужно будет отцентровать .content */
.content {
    max-width: 1502px;
    margin-left: 278px;
    margin-top: 215px;
    padding-right: 15px;
}
a {
    text-decoration: none;
}
.breadcrumbs a{
    color:#258F67;
}
.line-brcr{
    display: block;
    width: 80px;
    border-bottom: solid 2px #258F67;
    margin-top: 20px;
	transition: width 0.5s ease;
}
.breadcrumbs a:hover ~ .line-brcr, .breadcrumbs:hover > .line-brcr {
	width: 20%;}
.breadcrumbs:hover + .line-brcr {
    width: 20%;
}

.block1{
	max-width:1363px;
}
.block1 p{
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: #03412A;
}
.block2 {
    margin-top: 70px;
    margin-bottom: 123px;
}
/*.bl2-green{
	padding-left: 58px;
}*/

.head-h1-page-title {
	font-family: Nunito Sans;
font-size: 40px;
font-weight: 900;
line-height: 40px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:var(--h1-y);
}
/*  ----- START accordion -----  */

.accordion {
    width: 100%;
    max-width: 1363px;
	margin: 0 auto;
}
.accordion-main {
    max-width: unset;
}

.accordion-item {
    border-bottom: 2px solid rgba(117, 151, 138, 0.2);
    margin-bottom: 13px;
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-header {
    font-family: 'Nunito Sans', sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: 900;
    font-size: 32px;
    line-height: 40px;
    color: rgba(3, 65, 42, 0.55);
    background: none;
    border: 0;
    cursor: pointer;
	padding: unset;
	    padding: 10px 0;
}
.accordion-header img {
    left: -21px;
    position: relative;
}

.accordion-content ul {
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: rgba(3, 65, 42, 1);
	padding-left: 32px;
}

.accordion-header::after {
    content: "";
    font-size: 0.8rem;
    transition: transform 0.2s ease;
    background: url(https://cannabis-deal.com/wp-content/uploads/2024/10/cross.png) 0 0 / contain no-repeat;
    transition: transform 0.2s ease;
    width: 32px; 
    height: 32px;
}

.accordion-header.active::after {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px 5px 0;
}
.accordion-content ul li {
    list-style-type: none;
}

.accordion-content p {
    padding: 15px 0;
}
button {
    border: none;
}

/*  ----- END accordion NEW -----  */

/* -----  FaQ-page  ----- */
.content-faq{
    margin: 0 auto;
    margin-top: 185px;
	max-width: unset;
	padding-right:unset;
	width: 80%;
}

.greenh2{
    color: rgba(3, 65, 42, 1);
}
.faqpage {
    text-align: center;
    max-width: 615px;
    margin: 0 auto;
    margin-top: 40px;
    line-height: 47px;
	font-size: 40px;
	color: #EFC368;
	font-weight: 900;
}
.faq-item{
    width: 894px;
    border-radius: 16px;
    background: rgba(233, 255, 247, 1);
    box-shadow: 0px 0px 15px 0px rgba(37, 143, 103, 0.1);
    padding: 14px 30px;
    border: none;
	margin: 0 auto;
    margin-bottom: 30px;
}
.faq-item-main{
	background: rgba(255, 255, 255, 1);
}
.faq-item-main span{
	color: #214842;
}
.acc-header-faq {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    color: rgba(37, 143, 103, 1);

}
.acc-header-faq:after{
    background: url(https://cannabis-deal.com/wp-content/uploads/2024/10/arrow-dwn-green.png) 0 0 / contain no-repeat;
    transform: rotate(180deg);
	transition: unset;
	width: 14px;
	height: 27px;
	position: relative;
    top: -10px;
}
.faq-item-main .acc-header-faq:after{
	background: url(https://cannabis-deal.com/wp-content/uploads/2024/10/arrow-dwn.png) 0 0 / contain no-repeat;
	transform: rotate(0deg);
	top: 8px;
}
.acc-header-faq.active::after {
    transform: rotate(0deg);
	top: 10px;
}
.faq-item-main .acc-header-faq.active::after {
    transform: rotate(180deg);
	top:-8px;
}
.faq-item .accordion-content ul{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color:rgba(85, 98, 96, 1);
	padding-left: 23px;
}
.faq-item .accordion-content ul li a{
    font-weight: 600;
    color: rgba(239, 195, 104, 1);
    text-decoration: underline;
}
.bl2-green p{
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    color: rgba(3, 65, 42, 1);
	text-align: center;
    margin-top: 46px;
}

/* ----- subscribe block ----- */
.subscribe-section {
    width: 874px;
    background-color: #13302B;
    border-radius: 24px;
    padding: 58px 106px 66px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    gap: 28px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .subscribe-text h2 {
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
  }
  
  .subscribe-text span {
    color: #EFC368;
    font-weight: 700;
  }
  
  .subscribe-text p {
    font-family: 'Montserrat', sans-serif;
    line-height: 22px;
    margin: 11px 0 0;
    font-size: 17px;
    color: #ffffff;
  }
  
  .subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .email-input {
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 22px;
    font-weight: 300;
    line-height: 31px;
    width: 100%;
    border-radius: 25px;
    border: none;
    padding: 15px 38px;
    outline: none;
    color: #556260;
  }

  .button-group {
    display: flex;
    gap: 22px;
  }
  
  .btn {
    font-family: 'Nunito Sans', sans-serif;
    padding: 13px 25px;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    border-radius: 24px;
    border: 2px solid #d6b35e;
    cursor: pointer;
    transition: transform 0.3s ease, background-color 0.3s ease;
  }
  
  .btn.primary {
    background-color: #EFC368;
    color: #214842;
    ;
    border: none;
  }
  
  .btn.secondary {
    background-color: transparent;
    color: #EFC368;
  }
  .btn:hover {
    transform: scale(1.05);
  }


  /* ----- mobile ----- */
@media (max-width: 1440px){
	.content{
		width: 80%;
        margin: 0 auto;
        margin-top: 215px;
	}
}
@media (max-width: 1280px){
	.content-faq{
		padding-right: 0px;
        margin: 0 auto;
		margin-top: 215px;
	}
}
@media (max-width: 1024px){
	.content{
		max-width: unset;
    	margin: 0 auto;
    	margin-top: 150px;
	}
	.content-faq{
		width: 80%;
	}
	.accordion-item{
		width: unset;
	}
}
  @media (max-width: 800px){
    .content {
         /*width: 330px;   100%; */
         margin: 0 auto;
		 margin-top: 233px;
		 padding: 0;
    }
    .breadcrumbs, .line-brcr{
        display: none;
    }
    .accordion-item{
        margin: 0 auto 20px;
    }
    .faqpage{
        font-size: 24px;
        line-height: 25px;
        font-weight: 800;
        width: 331px;
    }
    .greenh2 {
        width: 305px;
        display: block;
        margin: 0 auto;
    }
    .acc-header-faq{
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
    .faq-item{
        padding: 9px 19px 12px 22px;
        width: 90%;
    }
    .acc-header-faq:after {
            background: url(https://cannabis-deal.com/wp-content/uploads/2024/10/arrow-mob.png) 0 0 / contain no-repeat;
            transform: rotate(0deg);
            position: relative;
            top: 2px;
            width: 16px;
            height: 8px;
    }
	  .acc-header-faq.active::after {
    	  transform: rotate(180deg);
		  top: unset;
}
    .acc-header-faq span{
        max-width: 220px;
    }
    .faq-item .accordion-content ul{
        font-size: 13px;
        line-height: 20px;
		padding: unset;
    }
    .bl2-green p{
        /*width: 330px;*/
        line-height: 25px;
        text-align: center;
        margin: 0 auto;
        margin-top: 36px;
    }
    .subscribe-section{
        width: 100%;
        flex-direction: column;
        padding: 39px 0 30px;
        border-radius: unset;
        margin-bottom: unset;
    }
    .subscribe-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .subscribe-text p{
        font-size: 14px;
        line-height: 20px;
    }
    .email-input{
        font-size: 21px;
        width: 254px;
        border-radius: 72px;
    }
    .btn{
        font-size: 14px;
        line-height: 18px;
        padding: 10px 19px;
    }
    .button-group{
        gap: 18px;
    }
    .subscribe-text{
        margin-left: -79px;
    }

    /* --- Terms & Conditions page --- */
    .head-h1-page-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 20px;
        width: 190px;
    }
    .block1 p{
        font-size: 18px;
        line-height: 24px;
    }
    .block2{
        margin-top: 55px;
        margin-bottom: 50px;
    }
    .bl2-green{
        margin-bottom: 36px;
		padding-left: unset;
    }
    .accordion-header{
        padding: unset;
        font-size: 28px;
    }
    .accordion-item span{
        width: 278px;
    }
    .accordion-content{
        padding: 10px 0;
    }
	  .whole-faq .accordion-content,
	  .faq-item .accordion-content{
		  padding: unset;
	  }
    .accordion-content ul{
        line-height: 30px;
		padding: unset;
    }
	  
	.acc-header-faq{
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
    }
  }
@media (max-width: 400px){
	.content{
		margin-top:180px;
	}
}
  