:root {
    --brand-color: #013755;
}

 .cool-grid { /*background: #302d2a*/ background: linear-gradient(to right, #32392c 0%,#20251b 20%, #20251b 80%,  #32392c 100%); }

.navbar {
    background-color: var(--brand-color);
}

.btn-primary {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
}

.posr {position:relative}
.posa {position:absolute}

.BtnUniv {cursor: pointer}


.footer {font-size:20px; color:#fff; background: #0b2854; padding-top:25px; padding-bottom:25px;}
.footer a {font-size:20px; color:#fff}


.body-content {    display: grid;
    column-gap: 5vw;
    row-gap: 10px;
    grid-template-columns: 65% auto;
    align-items: start;}

.last-head {font-size: 16px; color:#2d6aa0; font-weight:500}

.last-title {line-height: 1.0}
.last-title a {font-size:14px; color: #000; line-height: 1.0; font-weight: 600}
.last-grid { column-gap: 10px;; row-gap: 20px;
    display: grid; grid-template-columns: 25% auto;
}

.last-title-video a {font-size:16px; color: #000; line-height: 1.0; font-weight: 400}

.path {color:#276da1; font-size: 13px; font-weight: 300}
.path a {color:#91c4ef; font-size: 13px; font-weight: 300}

.articles-grid {
    column-gap: 2vw; row-gap: 2vw;
    display: grid; grid-template-columns: repeat(3, 1fr);
}
.article-box-shaddow {-webkit-box-shadow: 0px 0px 13px -1px rgba(66, 68, 90, 1);
-moz-box-shadow: 0px 0px 13px -1px rgba(66, 68, 90, 1);
box-shadow: 0px 0px 13px -1px rgba(66, 68, 90, 1); }

.article-box h2 { font-size:25px; color:#2d6aa0; font-family: "Playfair Display"; line-height:1.2; }
.article-box h2 a { font-size:25px; color:#2d6aa0; font-family: "Playfair Display";  }
.article-box .article-line {    margin-top: 10px;
    margin-bottom: 14px;
    width: 60%;
    height: 2px;
    background: #ccc;
    line-height: 1;
    font-size: 1px;}


.article-first-grid {column-gap: 1.2vw; row-gap: 2vw;    display: grid; grid-template-columns:    1fr 2fr;}

.pag-page {background:#888; border:solid 1px; padding:3px;}

.nowrap {text-wrap: nowrap;}
.img-box { overflow:hidden;  border-radius: 0px; border:0 }

img.zoom {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

    .transition {
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}


.btn4 {
  display: inline-block;
  border:0;
  text-align:center;
  border-radius:  5px;
  padding: 7px;
  padding-left: 16px;
  padding-right:16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  background: #27322d;
  opacity:0.3
}
.btn4-active {
  display: inline-block;
  border:0;
  text-align:center;
  border-radius:  5px;
  padding: 7px;
  padding-left: 16px;
  padding-right:16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
  background: #27322d;
}


.loader {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  border: 4px solid #0000;
  border-radius: 50%;
  border-color: #ccc #0000;
  animation: l16 1s infinite linear;
}
.loader::before,
.loader::after {    
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.loader::before {
  border-color: #f03355 #0000;
  animation: inherit; 
  animation-duration: .5s;
  animation-direction: reverse;
}
.loader::after {
  margin: 8px;
}



.login-box { display:grid; justify-content: center;}
.login-form {   max-width:600px;}
.register-form {   max-width:600px;}
.form-input-login { padding:6px; height:46px; border-radius: 5px; border:solid 1px #00004a; width: 100%}
.form-input-login:focus {outline-color: #1d1d8f}



.form-input-user { padding:6px; color:#000; height:35px; background:#f5f5f5; border-radius: 0px; border:solid 1px #ddd; width: 100%}
.form-input-user:focus {outline: none; border:solid 1px #9caea7; border-radius: 0;  }
.form-legend {left:0; top:-23px; width:max-content; max-width:100%; min-height:23px; border:solid 1px #ddd; border-bottom:0; font-size:12px; color:#aaa; padding:3px; background: #ebebeb}

 .no-select {
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none;    /* Firefox */
            -ms-user-select: none;     /* Internet Explorer/Edge */
            user-select: none;         /* Standard syntax */
        }
    .product-disable {opacity:0.3}
    [amount] {font-weight:400;}
    label {font-weight:400;}
    .effect-layer {display:grid; grid-template-columns: 40px auto 200px; align-items: center}
    .performance {font-size:12px}
    #effect-foto {height:100%; min-height:150px; text-align: center}
    #effect-foto img {border:solid 4px #46504c;  }
    .layer-info {font-size:13px;}
    #effect-name {color:#d2d2d2}
    #effect-tags {color:#000; font-size:14px; text-transform: uppercase;}
    #effect-info-layer {color:#000; font-size:14px;}
    #effect-products {color:#000; font-size:14px;}
    .arrow-right { font-size:20px; line-height: 14px }
    .select-option-button { padding:3px; padding-left:6px; padding-right: 6px; background: #d3d7ce; font-size:14px;}
    .select-option-button:hover {background: #c5ccbd}
    .basket-grid-products {display:grid; column-gap:20px; row-gap:10px; grid-template-columns: auto max-content; align-items: center; padding-right:30px;}
    
    .product-grid-option-elem {  padding:7px; line-height: 15px; }
    .product-grid-option-head {background: #d3d7ce; line-height: 15px; padding:7px; border-top:solid 1px #c5c6c6; border-bottom:solid 1px #c5c6c6}
    .product-grid-option-head:nth-of-type(1),
    .product-grid-option-head:nth-of-type(2) {
            border-right: 1px solid #c5c6c6;
        }
    .input-product-quantity {width:100%; border-radius: 0; font-size:12px; outline: 0; height:23px; padding-left:2px; padding-right:6px; text-align: right;  background:#ebecec; border:solid 1px #c5c6c6}    

    .btn-close-effectcard {background:#d9dada; border:solid 1px #c9cbc9; text-align: center; padding:6px; padding-left:10px; padding-right:10px; font-size:14px;}
    
    .btn-add-to-basket {background:#5b5b5b; text-align: center; padding:6px; font-size:14px;}
    .btn-close-product {background:#d9dada; text-align: center; color:#5b5b5b; padding:6px; font-size:14px;}
    
    .effectcard-videos {font-size:13px; padding-right:30px; color:#000 }
    .effectcard-videos a {color:#000}
    .performance_product {font-size:13px; font-weight:600}
    .performance_product_info {color:#000; font-size:11px;font-weight:600}
    .product-variant-name {font-size:13px;}

@media (min-width: 100px)  and  (max-width: 726px) {
    .basket-grid-products { grid-template-columns: auto !important; font-size:12px; }
}




@keyframes l16 { 
  100%{transform: rotate(1turn)}
}



@media (min-width: 100px)  and  (max-width: 726px) {
    .body-content {grid-template-columns: auto;}
    .btn4, .btn4-active {font-size:12px;}
    #Body {padding-top:90px !important}
    .form-legend {width:auto !important}
}
