/* 	можно использовать updates.css для подключения своих дополнительных стилей */
@charset "UTF-8";
@font-face {
  font-family: 'fontello2icons';
  src: url('../font/fontellotwoicons/fontello.eot?74712512');
  src: url('../font/fontellotwoicons/fontello.eot?74712512#iefix') format('embedded-opentype'),
	   url('../font/fontellotwoicons/fontello.woff?74712512') format('woff'),
	   url('../font/fontellotwoicons/fontello.ttf?74712512') format('truetype'),
	   url('../font/fontellotwoicons/fontello.svg?74712512#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
.visible_products-icon
{
      font-family: "fontello2icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      text-decoration: inherit;
      text-align: center;
     font-variant: normal;
      text-transform: none;
	 font-size: 14px;
     -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}
.icon-th-list:before { content: '\e802'; }
.icon-th:before { content: '\e803'; }
.gridBlock .product.lists_view {        padding: 0px;}
.lists_view .card {
height: 4rem;
    min-width: 100%;
    max-width: 100%;
    display: block;
    border-bottom: 1px dotted #dfdfdf;
}

.lists_view .card-title a {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    color: #1a1a1a;
    font-weight: normal;
    font-size: 0.95rem;
}
	
.lists_view .image {    height: 4rem;
    display: inline-block;
    margin: 0px !important;
    padding: 0px;
    line-height: 4rem;
    text-align: center;}
.lists_view .image img{}
.lists_view .card-title{overflow: hidden;
    line-height: 4rem;
    height: auto;}
	
.phones {padding-top: 0px;}
#footer ul.list-inline li {    position: relative;}
#footer ul.list-inline li > a {        padding-left: 16px;    display: inline-block;}
.f-right-open:before, .ico-btn_link:before { position: absolute;    top: 2px;    left: 0px;}
.clickviewcomp {    font-size: 14px;
    background: #519aed;
    width: 200px;
    display: block;
    text-align: center;
    float: right;
        color: #fff !important;
    padding: 4px 11px;
    border-radius: 3px;
    font-weight: normal;
    cursor: pointer;}
.clickviewcomp:hover {background: #41a932;}
#viewcomp{}
@media (max-width: 1280px){

   .visible_mob {display:none !important;}
}

.variants_box {
    margin-top: 20px;padding-right: 37px;}
.variants_box label {
display: block;
    vertical-align: top;
   margin-bottom: 10px;
    border: 2px solid  #cccccc;
    width: 100%;
    height: auto;
    -webkit-background-size: contain;
    background-size: contain;
    font-size: 14px;
    cursor: pointer;
    color: #000;
    line-height: 30px;
    background: #ffffff;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    min-height: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.variants_box label:hover {
    border: 2px solid #519aed;
}

.variants_box input:checked + label {
    border: 2px solid #519aed;
}

.checkbox-span-active {
    color :#519aed;
}

.in-stock-label {
padding: 0 0.4rem 0 2rem;
min-width: 2rem;
font-size: 1em;
line-height: 2.2em;
background-color: #f7f7f7;
color: #787878;display: block;
transition: all 0.3s;
}

.in-stock-label:hover {
    background-color: #519aed;
}

.in-stock-label:hover span:last-of-type {
    text-decoration: underline;
    color: #fff;
}

.in-stock-indicator {
    transform: translate(50%,-50%); top: 50%;
}

.cookie-banner{
    display: none;
    bottom: 40px;
    position: fixed;
    right: 24px;
    width: 282px;
    z-index: 100;
    background-color: rgb(5, 6, 6);
    color: #ffffff;
    border-radius: 20px;
    padding: 20px;
    width: 282px;
}

.cookie-banner__title{
    font-size: 20px;
    line-height: 24px;
}

.cookie-banner__text{
    font-size: 12px;
    line-height: 16px;
}


.cookie-banner__text:not(:last-child) {
    margin: 0px 0px 5px 0px;
}

.cookie-banner__button{
    display: block;
    width: 100%;
    border: 0;
    font-weight: 600;
    background-color: #005bff;
    color: #fff;
    padding: 10px 16px;
    border-radius: 8px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    transition: all 0.2s ease 0s;
}

.cookie-banner__button:hover {
    background-color: #0059ffdb;
}

.cookie-banner__text a:hover,
.cookie-banner__text a:focus {
    color: #c1c1c1;
}

.info-good-block {
    gap: 29px;
    padding-left: 20px;
    margin-top: 6px;
}
.info-good-block__paragraph {
    margin-bottom: 4px;
    font-size: 12px;
    color: #939497;
}

.faq-button {
    border-radius: 3px;
    max-width: 200px;
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 1px 5px 4px 7px;
    border: 1px solid #5D95D0;
    background: #F3F7F8;
}

@media (min-width: 370px) {
    .info-good-block {
        display: flex;
    }
}

@media (max-width: 370px) {
    .info-good-block__buttons {
        max-width: 160px;
        margin: 0 auto;
    }
}

.faq-button__label {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -3px;
    font-family: Arial, Helvetica, sans-serif;
    color: #5D95D0;
}

.faq-button:hover .faq-button__label {
    color: #5D95D0;
}

.faq-button:hover {
    color: #5D95D0;
}

.faq-button__text {
    color: #000;
    font-size: 10px;
    margin-top: 2px;
    font-family: "Segoe UI", Roboto, "PT Sans", "Helvetica Neue", Arial, sans-serif;
    line-height: 1;
}

.info-good-block__buttons>*:first-child {
    margin-top: 20px;
}

.ya_form {
    margin-bottom: 10px;
    max-width: 200px;
    border-radius: 3px;
}

.ya_form a {
    border: 1px solid #5D95D0;
    background: #F3F7F8;
    color: #000;
    text-shadow: none;
    font-size: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    overflow: hidden;
    text-align: left;
}

.ya_form__icon {
    padding: 5px 15px;
    background: #5D95D0;
}
.ya_form__text {
    margin-right: 2px;
    font-size: 10px;
}

.footer-menu {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 4px;
}

.footer-menu>li:not(:last-child)::after {
    content: '|';
    margin: 0px 8px 0px 10px;
}