:root {
    --light-green: #7EBC94;
    --green: #2D6141;
    --main-green: #4ca56e;
    --light-grey: #F1F1F1;
    --lighter-grey: #e3e3e3;
    --grey: #D7D7D7;
    --light-red: #A17C83;
    --light-blue: #7B91B2;
    --light-brown: #928D8E;
    --boloto: #929F98;
    --bordo: #3d0d0d;
    --lighter-bordo: #851818;
}



h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.7rem;
}

.bg-boloto {
    background-color: var(--boloto) !important;
}
.bg-light-green {
    background-color: var(--light-green) !important;
}
.bg-green {
    background-color: var(--green) !important;
}

.bg-main-green {
    background-color: var(--main-green) !important;
    
}
.bg-light-grey {
    background-color: var(--light-grey) !important;
}
.bg-grey {
    background-color: var(--grey) !important;
}
.bg-light-red {
    background-color: var(--light-red) !important;
}
.bg-light-blue {
    background-color: var(--light-blue) !important;
}
.bg-light-brown {
    background-color: var(--light-brown) !important;
}
@font-face {
    font-family: "Rubik";
    font-weight: 400;
    font-family: Rubik;
    src: url("../fonts/Rubik-Regular.ttf");
}
@font-face {
    font-weight: 700; 
    font-family: Rubik;
    src: url("../fonts/Rubik-Bold.ttf");
}
body {
    font-family: 'Rubik' !important;
    background-color: #fafafa !important;
}


.brand_banner {
    display: block;
    max-width: 1320px;
    padding-top: 57px;
}

@media (min-width: 992px) {
    .brand_banner {
    height: 310px;
    }
    .brand_banner img {
    display:none;
    }
}


.breadcrumb-item a {
   color: #000;
   text-decoration: none; 
}

.block_one {
    z-index: -1;
    background-image: url(../images/background.jpg);
    height: 100vh;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.btn-image {
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-border {
    border: 0.5px solid var(--light-green);
    width: 100%;
}


.menu-text {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.71);
}

.menu-text:hover, .nav li.active a {
    color: black;
}

.text-slide-1 a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #FFFFFF;
    text-decoration: none;
}

.text-slide-1 a:hover {
   color: #d3d3d3; 
}


.text-slide-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
}
.text-slide-21 a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.text-slide-21 a:hover {
   color: #d3d3d3; 
}

.text-slide-22 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 110%;
    text-align: center;
    color: #FDFDFD;
}
.text-slide-23 {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: #C1C1C1;
}

.sidenav li{
    list-style:square;
}

.sidenav li a {
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
}

.sidenav li.active a {
    text-decoration: underline;
}

.sidenav li a:hover {
    text-decoration: none;
    color: #3f3f3f;
} 

.carousel-control-prev-icon {
    background-image: url(../images/arrow-left.svg) !important;
}
.carousel-control-next-icon {
    background-image: url(../images/arrow-right.svg) !important;
}
.calendar-title {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
}

.calendar-text-left {
    font-style: normal;
    font-size: 14px;
    line-height: 120%;
    text-align: right;
    color: rgba(0, 0, 0, 0.71);
}

@media (min-width: 768px) {
.calendar-text-left {
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: rgba(0, 0, 0, 0.71);
}
}
.calendar-card {
    background-color: var(--grey);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    border-radius: 5px;
    padding: 6px 10px;
    display: block;
    text-decoration: none;
}

.calendar-card.markblock {
    background-color: #dc3545;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    border-radius: 5px;
    padding: 6px 10px;
    display: block;
    text-decoration: none;
}

.calendar-card:hover {
    background-color: var(--lighter-grey);
}

.calendar-card.markblock:hover {
    background-color: #b02a37;
}


.calendar-left-block::before {
    content: '';
    background-color: black;
    height: 88px;
    width: 2px;
    position: absolute;
    right: 50%;
    z-index: 2;
}
.calendar-left-block::after {
    content: '';
    background-color: #4DA66F;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: flex;
    position: relative;
    left: 103.5%;
    top: -30px;
    z-index: 3;
}
.underline {
    text-decoration: none !important;
}
.card-title-custom {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    color: white;
}
.card-text-custom {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: white;
}
.custom-card-img {
    filter: brightness(0.5);
    border-radius: 10px !important;
}
.text-muted {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 110%;
    color: #000 !important;
}
.news-text {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 110% !important;
    color: #6c6c6c !important;
}
.news-title {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 120% !important;
    color: #000000 !important;
    text-align: left !important;
}

.news-title-400 {
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 10px !important;
    line-height: 120% !important;
    color: #000000 !important;
    text-align: left !important;
    border-top: 1px solid #b3dfc4;
}

.badge {
    width: fit-content;
    height: fit-content;
    background: #919090; 
}

.tag_junwex {
    background-color: var(--light-green) !important;
}


.tag_business {
    background-color: var(--light-red) !important;
}

.tag_company {
    background-color: var(--light-brown) !important;
}

.tag_novelties {
    background-color: var(--light-blue) !important;
}

.img-2carousel {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid #313131;
}

.content a {
    color:var(--lighter-bordo) ;
    text-decoration: none;
}

.content a:hover {
    color:var(--bordo) ;
    text-decoration: underline;
}

.content a:visited {
    color:var(--bordo) ;
}

.content a.btn-danger {
    color: #fff ;
    text-decoration: none;
}

@media screen and (min-width: 1921px) {
    .content-body {
        background-color: white;
        border-radius: 10px;
        margin-top: 170px;
    }
}
@media screen and (max-width: 1920px) {
    .content-body {
        background-color: white;
        border-radius: 10px;
        /*margin-top: 150px;*/
    }
}
@media screen and (max-width: 700px) {
    .carousel-control-prev {
        left: 0% !important;
        right: 0% !important;
    }
    .carousel-control-next {
        left: 85% !important;
        right: 0% !important;
    }
}
@media screen and (min-width: 701px) and (max-width: 1199px) {
    .carousel-control-prev {
        left: -4% !important;
        right: 0% !important;
    }
    .carousel-control-next {
        left: 88% !important;
        right: 0% !important;
    }
}
@media screen and (min-width: 1200px) {
    .carousel-control-prev, .carousel-control-next {
        width: fit-content !important;
    }
    .carousel-control-next {
        right: 20px !important;
    }
    .carousel-control-prev {
        left: 20px !important;
    }
}

/***/
@media (max-width: 767px) {
.carousel-inner .carousel-item > div {
	display: none;
}
.carousel-inner .carousel-item > div:first-child {
	display: block;
}
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

.carousel-inner .carousel-item-end.active,
.carousel-inner .carousel-item-next {
	transform: translateX(33%);
}

.carousel-inner .carousel-item-start.active, 
.carousel-inner .carousel-item-prev {
	transform: translateX(-33%);
}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
transform: translateX(0);
}

/***********

.owl-carousel {
	max-width: 700px;
	margin: 0 auto;
	padding: 30px 0;
}
.owl-carousel .item {
	font-size: 30px;
	text-align: center;
	padding: 40px 20px;
	line-height: 2;
	font-weight: 700;
	background-color: #eee;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #ccc;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.owl-nav button span {
	font-size: 30px;
	height: 100%;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}
*/


.circle-image{
    display: inline-block;
    overflow: hidden;
    width: 33%;
    padding-bottom: 33%;
    height: 0;
    position: relative;
}
.circle-image img{
  width:100%;
  height:100%;
  position: absolute;
  border-radius: 50%;
  object-fit: cover;
}

.content img {
max-width: calc(100%);
  height: auto;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--green);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: var(--light-green);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--light-green);
    border-color: var(--light-green);
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a54c58;
    --bs-btn-border-color: #a54c58;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a54c58;
    --bs-btn-hover-border-color: #a54c58;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a54c58;
    --bs-btn-active-border-color: #a54c58;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #a54c58;
    --bs-btn-disabled-border-color: #a54c58;
}

@media (min-width: 1024px) {

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4ca56e;
    --bs-btn-border-color: #4ca56e;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2d6141;
    --bs-btn-hover-border-color: #2d6141;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2d6141;
    --bs-btn-active-border-color: #2d6141;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4ca56e;
    --bs-btn-disabled-border-color: #4ca56e;
}
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.owl-wrap .owl-theme .custom-nav {
    display: none;
}

@media (min-width: 992px) {
.owl-wrap {
  position: relative;
}
.owl-wrap .owl-theme .custom-nav {
  display: block;
  position: absolute;
  top: 0%;
  margin-top:0;
  left: 0;
  right: 0;
}
.owl-wrap .owl-theme .custom-nav .owl-prev, .owl-wrap .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.owl-wrap .owl-theme .custom-nav .owl-prev i, .owl-wrap .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.owl-wrap .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.owl-wrap  .owl-theme .custom-nav .owl-next {
  right: 0;
}
}



.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.custom-toggler.navbar-toggler {
    border-color: var(--main-green) !important;
}    

.custom-toggler.navbar-toggler:focus {
    box-shadow: none !important;
} 

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

.scroll-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.pagination {
    --bs-pagination-font-size: 0.7rem !important;
}

#cookie-notification {
            position: fixed;
            bottom: 0;
            left: 0;
            right: 0;
            background:rgba(51, 51, 51, 0.63);
            color: white;
            padding: 15px;
            text-align: center;
            box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
            z-index: 1000;
            display: none;
        }

        #cookie-notification p {
            margin: 0 0 10px;
            font-size: 14px;
        }

        #accept-cookies {
            background: #4CAF50;
            color: white;
            border: none;
            padding: 8px 20px;
            cursor: pointer;
            border-radius: 4px;
            font-size: 14px;
        }

        #accept-cookies:hover {
            background: #45a049;
        }