:root {
    --primaryColor: #e82a2a;
}
* {
    font-family: Century Gothic, Arial !important;
}
html {
    overflow-y: auto !important
}
body p a {
    text-decoration: none;
    color: #226083;
}
.primary-color {
    color: var(--primaryColor);
}
.main-prod a {
    color: #fff;
    text-decoration: none;
}
.main-text {
    padding-top: 30%;
}
.background-white {
    background-color: #fff;
}
.font-calibri {
    font-family: Calibri, Arial !important;
}
.text-grey {
    color: #585858;
}
.bottom-border-red {
    border-bottom: 1px solid var(--primaryColor);
}
.block-hover-red button {
    /* background: transparent; */
}
.block-hover-red:hover,
.block-hover-red.active {
    cursor: pointer;
    background-color: var(--primaryColor);
    color: #fff;
}
.block-hover-red:hover button.arrows,
.block-hover-red.active button.arrows {
    background: #fff;
}
.about-products {
    background: #e0e0e0;
}
.red-button {
    background: var(--primaryColor);
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    text-transform: none;
}
.gallery-projects button {
    background: transparent;
}
.gallery-projects button .text-error,
.active .text-error {
    color: var(--primaryColor) !important;
}
.w-10 {
    width: 10% !important;
}
.product-date {
    color: #6b6b6b;
    text-transform: uppercase;
}
.product-site a {
    color: #0f62b5;
    text-decoration: none;
}
.product-text {
    opacity: 0;
}
.product-text.is-visible {
	opacity: 1;
	transition: opacity 2s;
}
.email-link {
    text-decoration: none;
    color: var(--primaryColor);
}
.black-opacity {
    background: rgb(0 0 0 / .7);
}
.title-main {
    position: absolute;
    left: 10rem;
    top: 3rem;
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 900;
    -webkit-text-stroke: .05rem #cfd6da;
    -webkit-text-fill-color: #fff;
}
.title-main.greyed {
    -webkit-text-stroke: .05rem #000000;
    -webkit-text-fill-color: #e0e0e0;
}
.title-main.top-indent {
    top: 0;
}
.menu-wrapper {
    background: #000;
}
.menu-item .v-list-item-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5;
}
.socials-title {
    color: var(--primaryColor);
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5;
}
.menu-item-socials .v-list-item-title {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.5;
}
.left-downloads-indent {
    padding-left: 26%;
}
.title-download {
    padding-left: 20%;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #4d4d4d;
}
.product-info-title {
    padding-left: 19%;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #4d4d4d;
    padding-top: 5%;
    padding-bottom: 5%;
}
.downloads-left-indent {
    padding-left: 20%;
}
.file-name {
    color: #324879;
    padding-left: 12px;
    padding-right: 12px;
}
.file-name-small {
    color: #324879;
    font-size: 0.775rem;
}
.pdf-image {
    width: 10%;
}
.pdf-small-image {
    width: 5%;
}
.carousel__item {
    width: 100%;
    background-color: #ffffff;
    color: #fff;
    font-size: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#thumbnails {
    margin-top: 10px;
}
.carousel__item img {
    width: 100%;
    object-fit: cover;
}
.carousel__prev,
.carousel__next {
    background: rgb(255 255 255 / .5);
    border-radius: 50%;
}
.carousel__icon {
    fill: var(--primaryColor);
}

.gallery-image {
    height: 85vh;
}
.thumbnail-image {
    height: 100px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}
.carousel__item.is-active .thumbnail-image,
.thumbnail-image:hover {
    opacity: 1;
}
/* CSS */
#slide-container .v-card__image .v-img img {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#slide-container .v-card__image .v-img img.hidden {
  opacity: 0;
}

@media (max-width: 960px) {
    .title-main {
        font-size: 4rem;
        line-height: 5rem;
        left: 4rem;
        top: 2rem;
    }
    .black-opacity-header {
        background: rgb(0 0 0 / .5);
    }
    .main-prod {
        border-right: 3px solid #fff;
        padding-right: 16px;
    }
    .background-products {
        background: #767676;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
    .block-hover-red.active .background-products {
        background-color: var(--primaryColor);
    }

    .block-hover-red.active .background-products button .v-btn__content {
        transform: rotate(90deg);
    }
    .menu-wrapper .logo-wrapper {
        display: none;
    }
    .menu-left-indent {
        padding-left: 24px;
    }
    .contacts-left-indent {
        padding-left: 40px;
    }
    .menu-item .v-list-item-title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1;
    }
    .socials-title {
        padding-left: 16px;
    }
    .menu-item-socials .v-list-item-title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1;
        padding-left: 16px;
    }
    .left-downloads-indent {
        padding-left: 12%;
    }
    .download-title {
        display: none;
    }
    .product-info-title {
        padding-left: 10%;
        font-size: 1rem;
    }
    .pdf-image {
        width: 15%;
    }
    .downloads-left-indent {
        padding-left: 12%;
    }
    .file-name {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
}

@media (max-width: 480px) {
    .title-main {
        font-size: 3rem;
        line-height: 5rem;
        left: 2rem;
        top: 2rem;
    }
    .menu-wrapper .logo-wrapper {
        display: none;
    }
    .menu-left-indent {
        padding-left: 24px;
    }
    .contacts-left-indent {
        padding-left: 40px;
    }
    .menu-item .v-list-item-title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1;
    }
    .socials-title {
        padding-left: 16px;
    }
    .menu-item-socials .v-list-item-title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1;
        padding-left: 16px;
    }
    .left-downloads-indent {
        padding-left: 12%;
    }
    .download-title {
        display: none;
    }
    .product-info-title {
        padding-left: 10%;
        font-size: 1rem;
    }
    .pdf-image {
        width: 15%;
    }
    .downloads-left-indent {
        padding-left: 12%;
    }
    .file-name {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
}

.language-switcher { 
	position: relative; 
	display: inline-block; 
	cursor: pointer; 
}
.language-switcher .lang-current { 
	color: #fff; 
	display: inline-flex; 
	align-items: center; 
	gap:6px; 
}
.language-switcher ul { 
	position: absolute; 
	right: 0; 
	top: calc(100% + 6px); 
	list-style: none; 
	margin: 0; 
	padding: 6px 0; 
	background: #000; 
	color: #fff; 
	min-width: 60px; 
	border-radius: 4px; 
	box-shadow: 0 4px 12px rgba(0,0,0,0.2); 
	z-index: 1000; 
}
.language-switcher ul li { 
	padding: 6px 12px; 
	white-space: nowrap; 
}
.language-switcher ul li:hover { 
	background: rgba(255,255,255,0.06); 
}