

.nvc-sub-item {
    width: 374px;
    height: 61px;
    background: #ede5d8;
    border: none;
    border-radius: 500px;
    /* margin-top: 7px; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 30px;
}

.nvc-left-menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* margin-left: 25px; */
    /* margin-top: 10px; */
    gap: 7px;
    font-family: FreeSerif;
    font-size: 22px;
}

.nvc-left-menu a {
    text-decoration: none;
}

.nvc-sub-item:hover, .nvc-sub-item.active {
    background: #6e000d;
    color: #ffffff;
}

.nvc-sub-item::before {
    content: url('../images/s1.svg'); 
    margin-right: 10px; 
}

.nvc-sub-item:hover::before, .nvc-sub-item.active::before {
    content: url('../images/s2.svg'); 
    margin-right: 10px; 
}

.nvc-wrapper {
    display: flex;
    margin-top: 40px;
    gap: 22px;
}

.nvc-heading {
    font-size: 35px;
    margin-left: 30px;
}

.nvc-text {
    margin-left: 27px;
    margin-right: 45px;
    text-align: left;
    max-width: 800px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
}

.nvc-text p {
    margin-bottom: 12px;
}

.nvc-text a{
    color: #730011;
    text-decoration: none;
    border-bottom: 1px #730011 solid;
}

.nvc-text a:hover {
    opacity: 0.5;
    transition:1s;
}

.nvc-text h3{
    color: #730011; 
    font-family: FreeSerif;
    font-weight: normal;
    font-size: 28px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.nvc-text h2{
    font-size: 35px; 
    color: #000000; 
    font-family: FreeSerif;
    font-weight: normal;
    line-height: 90%;
}

.nvc-video {
   /*  margin-top: 20px; */
}

.nvc-text ol{
    list-style-type: none;
    counter-reset: num;
	margin: -20px 0 0 37px;
	padding: 15px 0 5px 0;
	font-size: 20px;
}

.nvc-text ol li {
	position: relative;	
	margin: 0 0 0 0;
	padding: 0 0 10px 17px;
	line-height: 1.4;
}

.nvc-text ol li::before{
    padding-left: 1px;
    padding-top: 2px;
    content: counter(num);
    counter-increment: num;
    position: absolute;
    display: flex;
    left: -35px;
    width: 30px;
    height: 29px;
    border-radius: 100px;
    background: #730011;
    color: #ffffff;
    font-size: 19px;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
    font-family: FreeSerif;
}

.nvc-text hr {
    height: 1px;
    display: block;
    background-color: #E9E4DB;
    border: 0;
    margin-bottom: 18px;
    margin-top: 18px;
    
}

.nvc-text ul li{
    margin-left: 13px;
    list-style-image: url(../images/point.svg);
    padding-left: 15px;
    font-size: 20px;
}

.nvc-pop-up{
/*     background-color: #EDE5D9;
width: 300px;
height: 80px;
position: relative; 
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 50px; */

    color: #000;
    
    text-align: center;
    font-family: Involve;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-align: center;
}

.nvc-button-ok{
    display: inline-flex;
    height: 47px;
    padding: 15px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #DFD2BE;
    color: #252525;
    font-family: Involve;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border: 0;
    margin-top: 19px;
    cursor: pointer;
}

.nvc-button-ok:hover {
    background: #CAB79A;
}

.nvc-pop-up a{
    color: #a30013;
    text-decoration: underline;
}

.nvc-line1 {
    width: 25px;
    height: 1px;
    background: black;
    z-index: 1;
    transform: rotate(45deg);
    border-radius: 10px;
    position: absolute;
  }
  
.nvc-line2 {
    width: 25px;
    height: 1px;
    border-radius: 500px;
    background: black;
    z-index: 2;
    transform: rotate(-45deg);
    border-radius: 10px;
}

.cookie-box {
    display: none;
    width: 502px;
    height: 192px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #EDE5D9;
    /* -webkit-box-shadow: 0 4px 40px rgb(0 0 0 / 21%); */
    /* box-shadow: 0 4px 40px rgb(0 0 0 / 21%); */
    /* border-radius: 8px; */
    z-index: 33;
    padding: 40px;
/*     -webkit-box-shadow: 0px 4px 20px rgb(0 0 0 / 20%);
box-shadow: 0px 4px 20px rgb(0 0 0 / 20%); */
}

.cookie-box .close {
    position: absolute;
    right: 6px;
    top: 10px;
    width: 25px;
    height: 25px;
    padding-top: 10px;
    cursor: pointer;
}

.nvc-text code{
    display: block;
    width: 100%;
    height: 100%;
    background: #ede2de;
    color: #730011;
    border-left: 5px solid;
    font-family: 'Involve';
    font-size:19px;
    padding: 20px;
    text-align: start;
}
