@import url('https://cdn.vizyt.com.ua/style.css');

:root {
  --main-color: #003366;
  --bg-color: #EBF3FC;
  --body-color: #1d1d1d;
}


.tel-form-btn.home{
    background: #00AEEF!important;
    padding: 15px 25px;
    font-size: 14px;
}
.customer__oriented{
    background: var(--bg-color);
    padding: 30px;
    margin-bottom: 20px;
    border: 1px solid var(--main-color);
}
.customer__oriented .sppb-icon-container i{
    font-size: 42px;
    color: var(--main-color);
    margin-bottom: 20px;
}
.customer__oriented .sppb-feature-box-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

/* Category Module Sub  */
.categories-module.mod-list{
    margin: 0px 80px 50px;
}
@media (max-width: 768px) {
.categories-module.mod-list {
    margin: 0px 0px 30px;
}
.categories-module.mod-list .col-md-3{
    padding: 0;
}
}
.categories-module.mod-list .sub{
    display: flex;
    background: #fff;
    border-radius: 6px;
    align-items: center;
    margin-bottom: 7px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
}
.categories-module.mod-list .active .sub{border: 1px solid var(--main-color);}
.categories-module.mod-list .active .sub .name h4{
    color: var(--main-color);
    font-weight: 600;
}
.categories-module.mod-list .sub .image{margin-right: 10px;}
.categories-module.mod-list .sub .image img{
    width: 60px;
    padding: 5px;
    max-width: none;
    border-radius: 10px;
}
.categories-module.mod-list .sub .name h4{
    font-size: 16px;
    margin: 0;
}
.categories-module.mod-list .sub:hover img{
    opacity: 0.9;
    transition: all .2s ease-in-out;
}
/* End Category Module Sub  */

/* Category Module Home  */
.categories-module.home.mod-list{
    margin: 0px;
}
.categories-module.home.mod-list .col-md-3:first-child{
    #padding-left: 0px;
}
.categories-module.home.mod-list .col-md-3:last-child{
    #padding-right: 0px;
}
.categories-module.home.mod-list .sub{
    flex-direction: column;
    margin-bottom: 25px;
}
.categories-module.home.mod-list .sub .image img {
    width: 100%;
    padding: 0px;
    border-radius: 6px 6px 0px 0px;
}
.categories-module.home.mod-list .sub .image {
    margin-right: 0px;
}
.categories-module.home.mod-list .sub .name{
    padding: 20px 18px;
}
.categories-module.home.mod-list .sub .name h4 {
    font-size: 22px;
    font-weight: 600;
}
/* End Category Module Home  */


/* Article Details  */
.section-1{
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%);
    background: #fff;
    border-radius: 6px;
}
.section-1 .left {
    width: 30%;
}
.section-1 .right {
    width: 70%;
    padding: 0px 20px 0px 80px;
}
.article-details .section-1 .article-full-image img {
    border-radius: 6px 0px 0px 6px;
}
.section-2{
    margin-top: 40px;
}

@media (max-width: 768px) {
  .section-1{
    flex-direction: column;
  }
  .section-1 .left, .section-1 .right{
    width: 100%;
  }
  .section-1 .right{
    padding: 15px;
  }
  .article-details .section-1 .article-full-image img {
    border-radius: 6px 6px 0px 0px;
  }
}

.glues-list .glue{
    margin-bottom: 20px;
    display: flex;
}
.glues-list .glue .name{
   display: block;
   font-weight: bold;
   font-size: 15px;
}
.glues-list .glue .description{
   font-size: 13px;
   line-height: 16px;
}
.glues-list .glue .image{
  margin-right: 10px;
  width: 10%;
}
.glues-list .glue .image img{
  margin-top: 5px;
}
.glues-list .glue .text{
  width: 90%;
}
/* End Article Details  */
