:root {
    /* CARBOGRILL */
    --cb-black: #000;
    --cb-white: #FFF;
    --cb-lightgray:#F3F3F3;
    --cb-orange: #EA7015;
}
/* 
Thin	   100
ExtraLight 200
Light	   300
Normal     400
Medium	   500
SemiBold   600
Bold	   700
ExtraBold  800
Black      900 */

@font-face {
    font-family: 'TTInterfaces';
    src: url(../fonts/TTInterfaces-Light.woff2) format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTInterfaces';
    src: url(../fonts/TTInterfaces-Regular.woff2) format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTInterfaces';
    src: url(../fonts/TTInterfaces-Medium.woff2) format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTInterfaces';
    src: url(../fonts/TTInterfaces-DemiBold.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TTInterfaces';
    src: url(../fonts/TTInterfaces-Bold.woff2) format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: 'TTInterfaces';
    font-weight: 400;
    background: var(--cb-white);
    height: auto;
}
.custom-not-available {
    color: #a4a4a4;
    font-size: 20px;
    font-weight: 500;
}
.cb-text,
.cb-text.about {
    color: var(--cb-black);
    font-weight: 500;
    margin: 12px 0;
    line-height: 1.5;
    font-size: 16px;
}
.cb-bg-white {
    background: var(--cb-white);
}

.cg-logo {
    width: 250px;
    height: 60px;
    object-fit: contain;
}
.cg-logo.v2 {
    width: fit-content;
    height: 24px;
    object-fit: contain;
}
.cb-nav .container {
    border-radius: 30px;
    padding: .6rem 1.5rem;
    background: var(--cb-white);
}
.cb-nav.fixed-top {
    width: 96%;
    margin: 0 auto;
    top: unset;
    padding: 0;
    transform: translateY(0);
    transition: transform 0.3s ease;
}
.cb-nav.fixed-top.scrolled {
    transform: translateY(16px);
}
.cb-header {
    top: 0px!important;
}
.cb-header .container {
    border-radius: 25px;
}

section.cb-home {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(../img/home-banner.png?v=1.0.1);
    background-size: cover;
    background-position: center center;
}
section.cb-home,
section.cb-home.contact,
section.cb-home.about,
section.cb-home.products {
    height: calc(100dvh - 124px);
}
section.cb-home.contact {
    background-image: url(../img/contact-banner.png?v=1.0.1);
}
section.cb-home.about {
    background-image: url(../img/about-banner.png?v=1.0.1);
}
section.cb-home.products {
    background-image: url(../img/products-banner.png?v=1.0.1);
}

section.cb-home.contact .cb-caption h1,
section.cb-home.about .cb-caption h1,
section.cb-home.products .cb-caption h1 {
    font-size: 32px;
    text-align: left;
}
.cb-mask {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.30);
}
/* background: linear-gradient(45deg, #6A11CB 0%, #2575FC 100%); */
/* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(255, 255, 255, 1) 100%); */

.cb-caption {
    position: absolute;
    z-index: 3;
    top: calc(50% + 40px);
    left: 50%;
    width: 100%;
    height: auto;
    color: var(--cb-white);
    transform: translate(-50%, -50%);
}
.cb-caption h1 {
    width: fit-content;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    text-align: center;
}
.cb-caption.contact,
.cb-caption.about {
    top: unset;
    bottom: 20%;
    left: 25%;
    transform: translate(-25%, 0);
}
.cb-links {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 40px auto 24px;
}
section {
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.cb-subtitle,
.cb-subtitle-txt {
    color: var(--cb-black);
    font-weight: 600;
    text-align: center;
    font-size: 34px;
}
.cb-subtitle {
    width: fit-content;
    text-align: center;
    margin: 12px auto 24px auto;
}
.cb-subtitle-txt {
    font-size: 26px;
    margin-bottom: 12px;
}
.cb-subtitle span {
    color: var(--cb-orange);
}
.cb-subtitle.about span {
    color: var(--cb-white);
    text-transform: uppercase;
}
.cb-subtitle.about span:nth-of-type(2) {
    margin: 0 40px;
}
section.cb-brands {
    height: 124px;
    background: var(--cb-white);
}
.cb-brand-title {
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 24px;
    background: var(--cb-orange);
    display: flex;
    align-items: center;
}
.cb-brand-title h2 {
    color: var(--cb-white);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
}
.cb-brand-list {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: var(--cb-white);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    height: 100%;
    overflow: hidden;
}
.cb-brand-item  {
    width: auto;
    height: 150px;
    text-align: center;
}
.cb-brand-item  img {
   width: 100%;
   height: 100%;
   object-fit: scale-down;
}
section.cb-categories {
    background: var(--cb-lightgray);
    padding: 60px 0 0 0;
}
.cb-categories-list {
    position: relative;
    background: var(--cb-lightgray);
    width: 100%;
    height: auto;
    padding: 24px 0 120px 0;
}
.cb-categories-list:after {
    position: absolute;
    content: '';
    background: var(--cb-orange);
    width: 100%;
    height: 38%;
    bottom: 0;
    z-index: 0;
}
.cb-categories-box {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    padding: 0 12px;
    background: var(--cb-white);
    border-radius: 24px;
}
.cb-categories-box div.cb-col {
    border-bottom: 1px solid rgba(231, 231, 231, 1);
    border-right: 1px solid rgba(231, 231, 231, 1);
}
.cb-categories-box .row > div.cb-col:nth-last-child(-n+4){
    border-bottom-color: transparent;
}
/* .cb-categories-box .row > div.cb-col:nth-of-type(-n+4) {
  border-bottom: none;
} */
.cb-categories-box .row > div.cb-col:nth-of-type(4n) {
  border-right: none;
}

.cb-categories-item {
    width: 100%;
    height: auto;
    margin: 12px auto;
    padding: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cb-categories-item img {
    width: fit-content;
    height: 120px;
    object-fit: contain;
    margin: 0 auto;
}
.cb-categories-item p {
    font-weight: 18px;
    font-weight: 600;
    text-align: center;
    margin: 24px auto 0;
    text-transform: uppercase;
}
.cb-numbers {
    width: 100%;
    height: 100%;
    background: var(--cb-orange);
    padding: 0;
}
.cb-numbers-item {
    text-align: center;
    color: var(--cb-white);
}
.cb-numbers-item span {
    font-size: 68px;
    font-weight: 600;
    text-align: center;
}
.cb-numbers-item p {
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}

section.cb-products-section {
    color: var(--cb-orange);
    background: var(--cb-white);
}
.cb-top-title-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px;
}
.cb-top-title-section h2 {
    color: var(--cb-orange);
    font-weight: 600;
    font-size: 32px;
    white-space: nowrap;
}
/* slick  */
.slick-initialized .slick-slide {
    margin: 0 12px;
}
/* slick  */
/* slider-custom  */
.cb-products-slick {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin: 0 auto;
    padding: 0;
    display: none;
}
.cb-products-slick.show {
    display: block;
}
.cb-products-box {
    padding: 12px;
}
.cb-products-item {
    box-sizing: border-box;
    width: 100%;
    height: 370px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background: var(--cb-white);
    border-radius: 18px;
    align-items: center;
    border: 1px solid rgba(211, 211, 211, .20);
}
.cb-products-item a {
    width: fit-content;
    height: auto;
    margin: 0 auto;
    cursor: pointer!important;
}
.cb-products-item img {
    width: 180px;
    height: 180px;
    max-height: unset;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    border: 1px solid rgba(211, 211, 211, .10);
}
.cb-products-item .btn.btn-primary {
    display: block;
    margin: 12px 0;
    font-size: 14px!important;
    cursor: pointer!important;
}
.cb-products-item:hover,
.slick-slide.slick-current.slick-active .cb-products-item {
    background: var(--cb-lightgray);
}
.cb-products-item:hover .btn.btn-primary,
.slick-slide.slick-current.slick-active .cb-products-item .btn.btn-primary {
    background: var(--cb-black);
    border-color: var(--cb-black);
    color: white;
}
.cb-products-item .content {
    width: 100%;
    max-width: unset;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.1;
    margin: 0;
    color: var(--cb-black);
    text-align: center;
}
.cb-products-item span {
    font-size: 14px;
    font-weight: 500;
    color: rgba(62, 62, 62, 0.6);
    line-height: 1.1;
    text-align: center;
    width: 100%;
    display: block;
}
.cb-products-item .content,
.cb-products-item span {
    max-width: unset;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
section.cb-full-banner-sec{
    padding: 60px 0;
}
.cb-full-banner {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 80dvh;
    margin-bottom: 40px;
}
.cb-full-banner .cb-mask {
    z-index: 1;
    background: rgba(0, 0, 0,.5);
}
.cb-full-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}
.cb-full-banner-title {
    color: var(--cb-orange);
    font-size: 32px;
    font-weight: 500;
    padding: 12px;
}
.cb-full-banner-txt {
    color: var(--cb-black);
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.cb-full-banner-link {
    margin-top: 40px;
    text-align: center;
}
section.cb-solutions {
    color: var(--cb-white);
    background: var(--cb-black);
}
section.cb-solutions .cb-title {
    margin-bottom: 34px;
}
.cb-solutions-item h3 {
    margin: 24px 0 12px 0;
    font-size: 24px;
    font-weight: 600;
}
.cb-solutions-item p {
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0 10px 0;
}
.cb-solutions-item img {
    width: 100%;
    height: 484px;
    object-fit: scale-down;
    border-radius: 24px;
}
section.cb-faqs {
    background: var(--cb-white);
}
section.cb-faqs .cb-title {
    font-weight: 600;
    font-size: 32px;
}
section.cb-faqs p{
    color: var(--cb-black);
    font-weight: 500;
}
section.cb-experience {
    color: var(--cb-white);
    background: var(--cb-orange);
}

.cb-experience-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.cb-experience-box .cb-banner {
    width: auto;
    height: 500px;
}
.cb-experience-box .cb-banner img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.cb-experience-box .cb-text {
    width: fit-content;
    height: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
}
.cb-experience-box .cb-sello  {
    grid-column: 2 / 3;
    grid-row: 1 / 1;
}
.cb-experience-box .cb-sello  img {
    width: 100%;
    height: 180px;
    object-fit: scale-down;
    transform: translate(-40px, -50px);
}

.cb-experience-box .cb-text h3{
    grid-column: 1/1;
    grid-row: 1 / 1;
   font-size: 36px;
    line-height: 1.1;
    margin: 0;
}
.cb-experience-box .cb-text .cb-link{
    grid-column: 1/3;
    grid-row: 2/3;
}

section.cb-contact-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--cb-lightgray);
}
.cb-contact-box-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid lightgray;
    margin-bottom: 45px;
}
.cb-contact-box-title h2 {
    color: var(--cb-orange);
    font-weight: 600;
    font-size: 40px;
}
.cb-contact-box-title p {
    color: var(--cb-black);
    font-weight: 400;
    text-align: right;
    line-height: 1.2;
    font-size: 18px;
}
.cb-contact-box-title span {
    font-weight: 600;
}
form.cb-contactus label {
    color: var(--cb-black);
    font-weight: 600;
    padding-left: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}
.cb-form-control {
    padding: 1rem!important;
}
textarea.cb-form-control {
    height: auto!important;
    min-height: 80px!important;
    max-height: auto;
    overflow: auto;
}
.cb-form-message-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* about::::::::::: */
.cb-support {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
div.cb-support:nth-child(even),
div.cb-support:nth-of-type(even) {
    flex-direction: column;
} 
.cb-support-banner {
    width: 100%;
    height: 230px;
}
.cb-support-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cb-support-title {
    text-align: center;
    margin: 0 auto;
}
.cb-support-title img {
    width: auto;
    height: 40px;
    object-fit: contain;
    margin: 24px 0 12px 0;
}
.cb-support-title h2,
.cb-group-title h2 {
    color: var(--cb-orange);
    font-size: 20px;
    font-weight: 600;
    padding: 12px;
}
section.cb-goals {
    color: var(--cb-white);
    background: var(--cb-black);
}
section.cb-goals .cb-subtitle {
    font-size: 28px;
    text-align: left;
    color: var(--cb-white);
    font-weight: 600;
    margin: 0 0 24px 0;
}
.cb-goals-item {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 0 24px 0;
}
.cb-goals-item img {
    width: fit-content;
    height: 32px;
    object-fit: contain;
}
.cb-goals-item h3 {
    color: var(--cb-white);
    font-weight: 600;
    font-size: 24px;
    margin: 12px 0;
}
.cb-goals-item p {
    color: var(--cb-white);
    text-align: left;
}
section.cb-values {
    background: var(--cb-lightgray);
}
section.cb-values .cb-section-title {
    font-size: 28px;
    margin:20px auto 50px auto;
    font-weight: 600;
}
.cb-corp-box {
    margin: 0 auto 24px auto;
}
.cb-corp-box .ma-icon {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 40px;
    background-color: var(--cb-white);
}
.cb-corp-box .ma-icon img {
    width: auto;
    height: 70px;
    object-fit: contain;
}
.cb-corp-box p {
    width: fit-content;
    font-weight: 700;
    text-align: left;
    margin: 12px auto 24px auto;
    text-transform: uppercase;
    color: var(--cb-black);
}
section.cb-group {
    background: var(--cb-white);
}
.cb-group-banners {
    width: 100%;
    height: auto;
    margin: 12px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.cb-group-banners img {
    width: fit-content;
    height: 70px;
    object-fit: scale-down;
}
/* products::::::::::::::  */
section.cb-products-filters {
    padding: 40px 0 20px 0;
    background: var(--cb-lightgray);
}
.cb-categories-group {
    margin: 40px auto 0 auto;
}
.cb-categories-group,
.cb-categories-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.cb-categories-filter {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: start;
    overflow: hidden;
    /* box-shadow: 6px 0 4px -4px #999, 0px 0 0px 0px transparent; */
}
.cb-category-go,
.cb-prev, 
.cb-next {
    width: 30px;
    height: 30px;
    display: inline-block;
    box-shadow: -7px 0 7px -5px rgba(0,0,0,0.5), 7px 0 7px -5px rgba(0,0,0,0.5);
}
.cb-category-go img,
.cb-prev img, 
.cb-next img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}
a.cb-prev.slick-arrow,
a.cb-next.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    box-shadow: unset;
}
a.cb-prev.slick-arrow {
    left: 0;
}
a.cb-next.slick-arrow {
    right: 0;
}
.form-check.cb-form-check {
    position: relative;
    white-space: normal;
    width: fit-content;
    padding: unset;
    margin: 0 auto;
    line-height: unset;
    text-align: center;
}
.form-check.cb-form-check  .form-check-label {
    position: relative;
    z-index: 0;
    width: auto;
    font-size: 14px;
    line-height: 1.1;
}
.form-check.cb-form-check input[type="radio"] {
    position: absolute;
    z-index: 1;
    margin: unset;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.input-group-text.cb-search-icon {
    --bs-body-color: var(--cb-white);
    background: var(--cb-orange);
}
.cb-search-icon img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

.form-select.cb-select {
    max-width: 260px;
    color: var(--cb-white);
    background: var(--cb-black);
    font-size: 16px;
    text-overflow: ellipsis;
}
.input-group-lg>.form-select.cb-select {
    padding: 1.25rem 1rem;
}
.cb-sorting-input-group {
    width: fit-content;
}
.cb-sorting-input-group .input-group-text,
.cb-sorting-input-group .form-select {
    font-weight: 600;
    --bs-body-color: var(--cb-black);
    --bs-tertiary-bg: var(--cb-white);
   --bs-border-color:  var(--cb-white);
}

section.cb-products-list {
    background: var(--cb-white);
}
section.cb-product-detail {
    width: 100%;
    background: var(--cb-lightgray);
}
.cb-product-detail-row {
    align-items: start;
    margin: 84px 0 0 0;
    height: auto;
    min-height: unset;
}
.cb-product-detail-slick {
    display: none;
    flex-wrap: nowrap;
    justify-content: start;
    align-items: center;
    overflow: hidden;
    padding: 0;
}
.cb-product-detail-slick.show {
    display: block;
}
.cb-product-detail-item {
    width: 100%;
    height: 250px;
    padding: 24px;
    border-radius: 18px;
    text-align: center;
    background: var(--cb-white);
    overflow: unset;
}
.cb-product-detail-item img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 24px;
}
.cb-product-detail-box {
    padding: 0;
}
.cb-product-detail-box h1 {
    width: 100%;
    max-width: unset;
    color: var(--cb-black);
    margin: 48px 0 4px 0;
}
.cb-product-detail-box span {
    display: inline-block;
    color: #3E3E3E99;
    font-weight: 500;
    margin: 0 0 24px 0;
}
.cb-product-detail-content,
.cb-product-detail-content *,
.cb-product-detail-box .cb-links {
    color: var(--cb-black);
    font-weight: 500;
}
.cb-product-detail-content > :first-child {
    width: 100%;
}
.cb-product-detail-box .cb-links {
    justify-content: space-between;
}
.cb-product-detail-content {
    width: 100%;
    height: auto;
    max-height: 400px;
    min-height: 160px;
    overflow: auto;
}
.cb-product-detail-slick a.cb-prev.slick-arrow {
    left: 0;
}
.cb-product-detail-slick a.cb-next.slick-arrow {
    right: 0;
}
/* footer::::::::::: */
footer {
    width: 100%;
    height: auto;
    background: var(--cb-black);
    padding: 12px;
}
.cb-logo-footer {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgb(62 62 62 / 50%);
    margin: 12px 0;
}
.cb-logo-footer img {
    width: 180px;
    height: 40px;
    object-fit: scale-down;
    margin: 0 auto;
}
.cb-foooter-menu a {
    color: var(--cb-white);
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin-bottom: 1px;
    line-height: 1;
}
.cb-foooter-menu a:hover,
.cb-foooter-menu a.active {
    color: #6D6D6D;
}
.cb-foooter-menu a.actived {
    font-weight: 600;
    color: var(--cb-lightgray);
    text-decoration: underline;
}
.cb-footer-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    color: var(--cb-orange);
}
.cb-foooter-address p {
    color: #F0F4F6;
    font-weight: 300;
}
.cb-footer-address-list {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}
.cb-footer-content {
    color: var(--cb-white);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0 0 12px 0;
}
.ma-icon-link,
.cb-footer-social-links a {
    width: fit-content;
    display: block;
    color: #F0F4F6;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 6px;
}
.cb-footer-social-links {
    width: 100%;
    display: inline-flex;
    align-items: baseline;
    gap: 16px;
    justify-content: space-between;
}
.ma-icon-link img, .cb-footer-social-links img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    display: inline-block;
}
.cb-foooter-menu {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
}
.cb-footer-subtitle {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 8px 0;
}
.ma-footer-metodika,
.ma-footer-metodika p,
.ma-footer-metodika a {
    color: rgb(128 128 128 / 50%);
}
.ma-footer-metodika a {
    text-decoration: none;
}
section.cb-map {
    position: relative;
    padding: 0;
    width: 100%;
    height: 300px;
    background: var(--cb-lightgray);
}
.cb-map-mask {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(234, 112, 21, .5);
}
.cb-map-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 20%;
    transform: translate(-20%, -50%);
}
section.cb-map h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1;
    margin: 12px 0 0 0;
    /* color: var(--cb-white); */
    color: var(--cb-black);
}
.cb-map-content p {
    /* color: var(--cb-white); */
    color: var(--cb-black);
}
.cd-map-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.cd-map-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    /* height: 100%; */
    height: 300px;
    object-fit: contain;
}
.mtk-link {
    font-weight: 700;
}

@media (min-width: 576px) { 
    .cb-subtitle {
        text-align: left;
    }
    .cb-group-banners img {
        width: 100%;
        height: 100px;
        object-fit: scale-down;
    }
}

@media (min-width: 768px) { 
    .cb-corp-box p {
        text-align: center;
        margin: 12px 6px 24px 6px;
    } 
    .cb-text.about {
        font-size: 18px;
        line-height: 1.7;
        margin: 60px 0;
    }
    .cb-full-banner-txt {
        line-height: 1.7;
        margin-bottom: 2rem;
    }
    
    section.cb-map h2 {
        font-size: 46px;
        color: var(--cb-black);;
        margin: 40px 0 0 0;
    }
    .cb-map-content p{
        color: var(--cb-black);
    }
    .cb-map-mask {
        background: transparent
    }
    .cd-map-icon {
        width: 60px;
        height: 60px;
    }
    .cb-nav.fixed-top {
        transform: translateY(24px);
    }
    .cb-caption h1 {
        font-size: 45px;
    }
    .cb-foooter-menu a {
        margin-bottom: 8px;
    }
    .cb-foooter-menu,
    .cb-footer-social-links {
        justify-content: space-evenly;
    }
    .cb-footer-address-list {
        gap: 24px;
        flex-direction: row;
    }
}

@media (min-width: 992px) { 
    footer {
        padding: unset;
    }
    .cb-group p.cb-text {
        font-size: 20px;
    }
    
    .cb-product-detail-item {
        height: 500px;
        overflow: hidden;
    }
    .cb-product-detail-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    section.cb-map {
        height: 600px;
    }
    .cd-map-banner {
        height: 100%;
    }
    .form-check.cb-form-check {
        margin: 0 auto;
        padding: 0 6px;
    }
    .cb-nav.fixed-top.scrolled {
        transform: translateY(8px);
    }
    section.cb-home.about {
        height: calc(100dvh - 60px);
    }
    section.cb-home.contact,
    section.cb-home.products {
        height: calc(100dvh - 124px);
    }
    .cb-caption.about,
    .cb-caption.contact {
        top: unset;
        bottom: 20%;
        left: 0;
        transform: unset;
    }
    .cb-caption.about h1,
    .cb-caption.contact h1 {
        font-size: 50px;
        text-align: left;
        margin: 0 0 0 120px;
    }
    .cb-products-item .content {
        max-width: 225px;
    }
    .cb-products-item .content,
    .cb-products-item span {
        text-align: left;
    }
    .cb-solutions-item p {
        font-size: 18px;
        line-height: 1.6;
        margin: 20px 0 10px 0;
    }
    /* .cb-categories-group {
        gap: 12px;
    } */
    .cb-categories-filter {
        gap: unset;
    }
    .cb-brand-list {
        overflow: unset;
    }
    .cb-caption h1 {
        font-size: 86px;
        margin: 0 auto;
    }
    .cb-header {
        top: 24px!important;
    }
    .cb-top-title-section {
        flex-direction: row;
    }
    .cb-footer-content {
        flex-direction: row;
    }
    .cb-footer-social-links {
        width: unset;
        gap: unset;
        flex-direction: column;
    }
    .cb-logo-footer {
        margin: 12px 0 24px 0;
    }
    .cb-logo-footer img {
        margin: 20px auto;
    }
    div.cb-support {
        flex-direction: row;
    }
    div.cb-support:nth-child(even),
    div.cb-support:nth-of-type(even) {
        flex-direction: row-reverse;
    } 
    .cb-support-banner {
        width: 580px;
        height: auto;
    }
    .cb-support-title img {
        height: 50px;
        object-fit: contain;
        margin: 0 0 12px 0;
    }
    section.cb-goals .cb-subtitle {
        font-size: 34px;
        margin: 0 0 100px 0;
    }
    .cb-goals-item {
        text-align: left;
    }
    .cb-goals-item img {
        height: 32px;
    }
    .cb-goals-item h3 {
        font-size: 24px;
        margin: 24px 0;
    }
    .cb-corp-box {
        margin: 0 auto;
    }
    section.cb-values .cb-section-title {
        font-size: 34px;
    }
    .cb-group-banners {
        width: 100%;
        height: 130px;
        flex-wrap: unset;
        flex-direction: row;
        margin: 50px auto 0 auto;
    }
    .cb-group-banners img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .cb-product-detail-row {
        height: auto;
        min-height: calc(100dvh - 168px);
    }
    .cb-product-detail-slick {
        padding: 0 12px 12px 0;
    }
    .cb-product-detail-box {
        padding: 0 0 12px 12px;
    }
    
    .cb-foooter-menu {
        flex-direction: column;
        width: fit-content;
        gap: 6px;
        margin: 0 0 12px 0;
    }
    .cb-footer-address-list {
        flex-direction: row;
    }
    .cb-foooter-menu {
        margin: 0;
        gap: 6px;
    }
    .cb-foooter-address p {
        margin: 0 0 6px;
        font-size: 15px;
    }
 }


@media (min-width: 1200px) { 
    .ma-footer-metodika p{
        font-size: 14px;
    }
    .cb-product-detail-box h1 {
        max-width: 580px;
        white-space: normal;
    }
    .cb-product-detail-content > div:first-child {
        width: fit-content;
    }
 }


@media (min-width: 1400px) { 
    section.cb-home {
        height: 100dvh;
    }
    section.cb-full-banner-sec{
        padding: 0 0 100px 0;
    }
    section.cb-products-filters {
        padding: 60px 0 20px 0;
    }
    .cb-categories-group {
        margin: 60px auto 0 auto;
    }
    section.cb-home.contact .cb-caption h1,
    section.cb-home.about .cb-caption h1,
    section.cb-home.products .cb-caption h1 {
        font-size: 50px;
        text-align: left;
    }
    section.cb-contact-box {
        height: calc(100dvh + 60px);
    }
    .cb-links {
        flex-direction: row;
        gap: 24px;
        margin: 80px auto 12px;
    }
    .cb-brand-title h2 {
        font-size: 22px;
    }
    .cb-top-title-section h2, 
    .cb-full-banner-title {
        font-size: 40px;
    }
    .cb-full-banner-link {
        text-align: right;
    }
    .cb-full-banner-title {
        padding: unset;
    }
    section.cb-faqs .cb-title {
        font-size: 48px;
    }
    .cb-experience-box {
        flex-direction: row;
        gap: 50px;
    }
    .cb-contact-box-title {
        flex-direction: row;
    }
    .cb-support-title h2,
    .cb-group-title h2 {
        font-size: 38px;
        padding: 0;
    }
    .cb-corp-box .ma-icon {
        width: 125px;
        height: 125px;
    }
    .cb-products-item .content,
    .cb-products-item span {
        max-width: 209px;
    }
    a.cb-prev.slick-arrow {
        left: -42px;
    }
    .cb-product-detail-slick a.cb-prev.slick-arrow {
        left: 30px;
    }
    .cb-product-detail-slick a.cb-next.slick-arrow {
        right: 42px;
    }
    .cb-full-banner {
        margin-bottom: 100px;
    }
    .cb-product-detail-content {
        max-height: unset;
    }
    
    .cb-product-detail-row {
        min-height: unset;
    }
 }

@media (min-width: 2000px) { 
    
    .cb-support-banner {
        width: 620px;
    }
 }