/*.logo_anim__blick .blick_box span.mask {
    background-image: url(../public/img/svg/logo_mask_tregubov2.svg);
}*/

.contacts-block a {
    color:#e3b46a;
}
.contacts-block p.label {
     color:#8d8d8d;
 }
 .homepage_contacts__map .map {
     height:100%;
 }
.catalog_item__prices.hasViberPrice .price,
.catalog_item__prices.hasViberPrice .currency {
    font-size: 22px;
}
.catalog_item__prices.hasViberPrice .prices_col p.label {
    font-size: 9px;
}
.catalog_item__prices.hasViberPrice .prices_col {
    width: 33.33%;
}
.hasViberPriceDetail .prices_col {
    float: left;
    padding: 0 10px;
    width: auto !important;
}
.hasViberPriceDetail .best_price__col {
    float: right;
    width: auto !important;
}

.info_popup__block {
    position:absolute;
    top:0;
    color: #ccc;
    left: 50%;
    width: 170px;
    padding: 15px;
    border-radius: 6px;
    background: #272d32;
    font-size:10px;
    display:none;
    transform:translateX(-50%) translateY(-110%);
}
.info_popup__block:after {
    content:"";
    position:absolute;
    bottom:-5px;
    left:50%;
    margin-left:-5px;
    width:10px;
    height:10px;
    background: #272d32;
    transform:rotate(45deg)
}
.price_viber__info {
    cursor:pointer;
    position:relative;
}
.price_viber__info:hover > .info_popup__block {
    display:block;
}
.info_icon {
    display:inline-block;
    width:16px;
    height:16px;
    border-radius:50%;
    background: #bfbfbf;
    color:#fff;
    line-height:16px;
    text-align:center;
    margin-left:2px;
    margin-top: -10px;
}

.logo_anim__blick .blick_box span.mask {
    background-image: url(../public/img/svg/logo_mask_tregubov3.svg);
}

.garantia {
    width:64px;
        height:64px;
        margin:0 3%;
        background: url(../public/img/svg/gara.svg) no-repeat center;
        background-size:contain;
        float:left;
}
.header .logo {
    width:auto;
}

@media only screen and (max-width: 992px) {
    
    .garantia {
        width: 100%;
        height: 55px;
        margin: -20px 0 10px 0;
    }
       .header .logo {
        width:100%;
    }
}

.logo_anim__blick .blick_box {
	height: 120px;
}
.page_content img{max-width:100%;height:auto;}
.intro_reasons__icon span.icon-crown {
	margin-top: -4px;
	display: inline-block;
}
.intro_reasons__icon {
	height: 70px;
	transition: all .3s ease;
}
.intro_reasons__item:hover > .intro_reasons__icon{
	color: #272d32;
}

.best_price {
	border: none;
	color: #fff;
	display: flex;
	align-items: center;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 22px;
}
.best_price img {
	display: block;
	width: 22px;
	height: auto;
	margin-right: 8px;
}
.best_price:hover {
	color: #fff;
}
.section_footer {
    margin-top: 5px;
}
@media only screen and (max-width: 768px) {
    .homepage_slider__item.slide-1 {
        -webkit-background-size: 220% 220%;
        background-size: 220%;
    }
}
.tabs_content .text ul li {
    list-style: disc;
    margin-bottom: 10px;
    margin-left: 15px;
}

a.viber_opt {
    padding: 8px;
    background: #e3b469;
    color: #fff;
    font-size: 8px;
    display: block;
    border-radius: 4px;
    margin: 0 8px;
}
a.link-fix-viber {
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px 10px;
    color: #000;
    background: #e3b66b;
    border-radius: 5px;
    line-height: 2;
    font-weight: bold;
    display:none;
}
.content_block h2, .content_block p.h2 {
    font-size: 50px;
    margin-bottom: 0.5em;
    margin-top: 1em;
}
@media only screen and (max-width: 998px) {a.link-fix-viber {display:block;}
}


.icon.iconchik svg {
    width:28px;
    height:auto;
}
.icon.iconchik svg path {
    fill:#e3b46a;
    transition:all .3s ease;
}
.main_nav__item a.nav_item__link:hover .icon.iconchik svg path {
    fill:#fff;
}
.cookies__popup {
  position: fixed;
  bottom: 3em;
  max-width: 670px;
  /* left: 0; */
  right: 15px;
  width: auto;
  display: flex;
  justify-content: space-between;
  z-index: 2000;
  opacity: 0;
  transition: all 0.3s;
}

.cookies__popup_content {
  border-radius: 8px;
  padding: 16px 16px;
  backdrop-filter: blur(26px);
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.2);
}
.cookies__popup_content button {
    width: auto;
    display: block;
    flex-shrink: 0;
}
.cookies__popup_content a {text-decoration: underline;}
.cookies__popup_content-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.cookies__popup_content h3 {
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .cookies__popup_content {
    font-size: 14px;
    /* padding: 20px 24px; */
  }

  .cookies__popup_content-row {
    /* flex-direction: column; */
  }
}
  @media screen and (max-width: 576px) {
    .cookies__popup_content-row {
      flex-direction: column;
      gap: 10px;
    }

    .cookies__popup {
      width: 100%;
      right: 0;
    }

    .cookies__popup_content .btn {
      width: 100%;
      font-size: 14px;
    }
  }
}