/*

TemplateMo zarad-ups.ru


---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. General
3. Nav
4. Hero Carousel
5. Accordion
6. Shop
7. Product
8. Carousel Hero
9. Carousel Brand
10. Services
11. Contact map
12. Footer
13. Small devices (landscape phones, 576px and up)
14. Medium devices (tablets, 768px and up)
15. Large devices (desktops, 992px and up)
16. Extra large devices (large desktops, 1200px and up)
--------------------------------------------- */




/* Typography */
body, ul, li, p, a, label, input, div {
  font-family: 'Roboto', sans-serif;
  font-size: 20px !important;
  font-weight: 300 !important;
}
.h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}
/* General */
.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #008C40 !important;}
.text-light { color: #cfd6e1 !important;}
.bg-dark { background-color: #212934 !important;}
.bg-light {background-color: #f5f5f587 !important;}
.bg-black { background-color: #1d242d !important;}
.bg-success { background-color: #59ab6e !important;}
.btn-success {
    background-color: #268b43 !important;
    border-color: #56ae6c !important;
    border-radius: 12px;
}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #008c40;
  color: #fff;
}
/* Nav */
#templatemo_nav_top { min-height: 40px;}
#templatemo_nav_top * { font-size: 16px !important;}
#templatemo_main_nav a { color: #212934;}
#templatemo_main_nav a:hover { color: #008c40;}
#templatemo_main_nav .navbar .nav-icon { margin-right: 20px;}

/* Hero Carousel */
#template-mo-zay-hero-carousel { background: #efefef !important;}
/* Accordion */
.templatemo-accordion a { color: #000;}
.templatemo-accordion a:hover { color: #333d4a;}
/* Shop */
.shop-top-menu a:hover { color: #008c40 !important;}
/* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}
.card.product-wap a { color: #000;}
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #008C40;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #008C40 !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #008c40;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}
.form-control { border: 1px solid #e8e8e8;}
/* Footer */
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #008c40;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: .5s;
}
#tempaltemo_footer .border-light { border-color: #2d343f !important;}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 { font-size: 1em !important;}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 920px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}



#template-mo-zay-hero-carousel.slide-black {
    background: #000000 !important;
}

.slide-black {
   background: #000000 !important;
}

.item-navbar {
    padding: 40px 0px;
}

.flex {
    display: flex;
    gap: 25px;
}

a.text-light {
    text-decoration: none;
}

/**Для Иконок**/

.certfooter {
    background: #222934;
    padding: 40px 0;
    color: #ffffff;
}

.certfooter__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.certfooter__item {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    min-width: 280px;
}

.certfooter__icon {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    color: #ffffff;
}

.certfooter__icon svg {
    width: 100%;
    height: 100%;
}

.certfooter__text {
    font-size: 14px!important;
    line-height: 1.5;
    color: #d0d6e0;
}

.container-slide {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 1400px) {
    .container-slide {
        max-width: 1620px;
    }
}

/*Стили для раздела docs*/

.docs {

    padding: 80px 00px;
    font-family: Arial, sans-serif;
}



.docs__title {
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #222;
}

.docs__card {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 40px;
    background: #ffffff;
    border-radius: 12px;
    padding: 35px 40px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    transition: 0.3s ease;
    background: #f4f6f5;
    border: 1px solid #e2e7e4;
}


.docs__section-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #008C40;
}

.docs__file {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    margin-bottom: 14px;
    font-size: 15px;
    transition: 0.2s ease;
}

.docs__file:hover {
    color: #008C40;
}

.docs__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #cf381e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    letter-spacing: 1px;
}

.docs__right p {
    margin-bottom: 14px;
    line-height: 1.6;
    color: #555;
    font-size: 15px;
}

/*Размер Шрифта*/

.docs__right p {
    font-size: 16px !important;
}


.docs__left a {
    font-size: 16px !important;
    color: #0000FF;
    text-decoration: underline;
}

.list-styled {
    list-style-type: circle;
    color: #5e5e5e;
    padding-left: 25px;
}

::marker {
    color: #008C40;
}

.partnerlist {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    row-gap: 4rem;
}

.partnerlist {
    &>img {
        height: 8rem;
        padding: 40px;
    }
}

/*Табы*/

.tbb_tabs {
    margin-top: 40px;
    width: 100%;
}

.tbb_nav {
    display: flex;
    gap: 5px;
    border-bottom: 1px solid #e5e5e5;
    overflow-x: auto;
    scrollbar-width: none;
}

.tbb_nav::-webkit-scrollbar {
    display: none;
}

.tbb_btn {
    padding: 14px 22px;
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #555;
    white-space: nowrap;
    transition: 0.3s ease;
    border-bottom: 3px solid transparent;
}

.tbb_btn:hover {
    color: #008C40;
}

.tbb_btn.tbb_active {
    color: #008C40;
    border-bottom: 3px solid #008C40;
}

.tbb_content {
    padding: 30px 0;
}

.tbb_panel {
    display: none;
    animation: tbb_fade 0.3s ease;
}

.tbb_panel.tbb_active {
    display: block;
}

@keyframes tbb_fade {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* характеристики */
.tbb_specs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tbb_specs li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.tbb_specs span {
    font-weight: 600;
    margin-right: 8px;
}

/* документация */
.tbb_docs {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tbb_docs li {
    margin-bottom: 10px;
}

.tbb_docs a {
    text-decoration: none;
    color: #008C40;
    font-weight: 500;
}

.tbb_docs a:hover {
    text-decoration: underline;
}

/* адаптив */
@media (max-width: 768px) {

    .tbb_btn {
        padding: 12px 16px;
        font-size: 14px;
    }

    .tbb_content {
        padding: 20px 0;
    }

}

.tbb_btn {
    outline: none;
}

.tbb_btn:focus {
    outline: none;
    box-shadow: none;
}


/*  Стили для баннеров серий ИБП   */

.abs_banner {
    position: relative;
    min-height: 681px;
    display: flex;
    align-items: center;

    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.abs_banner::before {
    content: "";
    position: absolute;
    inset: 0;

    background-image: var(--abs-bg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    transform: scale(1.05);
    transition: opacity 1.2s ease, transform 2s ease;
    z-index: 0;
}

.abs_banner.abs_banner--visible::before {
    opacity: 1;
    transform: scale(1);
}



/* текст */
.abs_banner__inner {
    max-width: 730px;
    color: #fff;
    text-align: left;

    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.abs_banner--visible .abs_banner__inner {
    opacity: 1;
    transform: translateY(0);
}

.abs_banner.abs_banner--visible .abs_banner__inner {
    opacity: 1;
    transform: translateY(0);
}

.abs_banner__content {
    display: flex;
    justify-content: flex-end;
    color: #fff;
}

.abs_banner__label {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 15px;
}

.abs_banner__title {
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.abs_banner__subtitle {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.abs_banner__text {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.abs_banner__subtitle {
    font-size: 32px !important;
}



@media (max-width: 768px) {

    .abs_banner {
        min-height: 450px;
        background-position: top center; /* ключевое */
    }

}


/*Баннер на главной*/

/* основной контейнер */
.abs_main_slider {
    position: relative;
    width: 100%;
    height: 681px;
    background: #000;
    overflow: hidden;
}

/* слайд */
.abs_main_slide {
    position: absolute;
    inset: 0;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    opacity: 0;
    transition: opacity 1.2s ease;
}

/* активный */
.abs_main_slide--active {
    opacity: 1;
    z-index: 2;
}

/* мобильная версия */
@media (max-width: 768px) {

    .abs_main_slider {
        height: 450px;
    }

    .abs_main_slide {
        background-position: top center;
    }
    
    body, ul, li, p, a, label, input, div {
    font-family: 'Roboto', sans-serif;
    font-size: 15px !important;
    font-weight: 300 !important;
    }
    
    .abs_banner__subtitle {
    font-size: 22px !important;
    }
    
    .abs_banner__title {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px 0;
    }
    
    .h1 {
    font-size: 27px !important;
    }

}