.space_1 {
    padding-bottom: calc(var(--grid-gutter)* 1);
}
.pdf_doc {
    align-items: center;
    margin-top: 12px;
}
.pdf_doc b{
    display: contents;
}
.pdf_doc b::before {
    content: url('/wa-data/public/shop/themes/marketplace/pdf.png');
    width: 30px;
    height: 30px;
    display: block;
    scale: 80%;
    
}

.home-slider__text {
    color: #2d5d7e !important;
}

.topline__menu ul {
width: 250px!important;
    
}

.product_flex_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_flex_2 > div{
    max-width: 370px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.product_flex_2 ul
{
     padding-left: 15px;
}

.tinkoff_button{
    height: 100%;
    width: 100%;
    background: #ffe262;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
@media screen and (max-width: 900px){
    
.product__tabs-video p iframe
{
        height: 230px;
}

.wa-form .wa-field { width: 300px !important; }


}