header .info .cont.flex
{
    flex-wrap: nowrap;
}


header .logo
{
    margin-right: 0;
    width: 100%;
}

header .logo a,
.mob_header .logo a
{
    display: block;
    text-decoration: none;
}

header .logo a:hover .title,
.mob_header .logo a:hover .title
{
    text-decoration: underline;
}

header .logo span,
.mob_header .logo span
{
    display: block;
}

header .logo .title,
.mob_header .logo .title
{
    font-size: 18px;
    font-weight: 700;
    color: #ff9511;
}

header .logo .desc,
.mob_header .logo .desc
{
    font-size: 16px;
    color: #787878;

    margin-top: 5px;
}


header .contacts
{
    margin-top: 0;
}


header .search,
header.fixed .info .search
{
    width: 550px;
    max-width: none;
    min-width: auto;
}



.mob_header .logo
{
    width: calc(100% - 205px);
    min-width: 245px;
}

.mob_header .logo .desc
{
    font-size: 12px;
}


.mob_header .contacts .email
{
    color: var(--text_color);
    font-size: 12px;
    font-family: var(--font_family);

    position: relative;

    display: block;
    margin-top: 0;

    cursor: pointer;

    border: none;
    background: none;
}

.mob_header .contacts .email:hover
{
    text-decoration: underline;
}

.mob_header .contacts .email .icon
{
    display: inline-block;

    width: 13px;
    height: 14px;

    fill: #818181;

    position: relative;
    top: 1px;
}

.mob_header .contacts .email.copied .text span,
.mob_header .contacts .email .text span + span
{
    display: none;
}

.mob_header .contacts .email.copied .text span + span
{
    display: block;
}




.mob_header .search
{
    margin-top: 15px;
}



header.fixed
{
    background: #fff;
    box-shadow: 0px 0px 3px #ddd;
}

header.fixed .info
{
    padding: 11px;
}


header.fixed .contacts .phone
{
    color: var(--color_black);
}

header.fixed .contacts .email
{
   color: var(--text_color); 
}

header.fixed .contacts .email .icon
{
    fill: #818181;
}

header.fixed .contacts .messengers .whatsapp .icon
{
    fill: #0fc731;
}

header.fixed .contacts .messengers .telegram .icon
{
    fill: #00abdf
}



footer .col_left
{
    width: 100%;
    max-width: 550px;
}

footer .logo
{
    width: auto;
}

footer .contacts
{
    margin-left: 40px;
}

footer .price_list
{
    margin-top: 0;
}

footer .bottom
{
    padding-bottom: 17px;
}



.pdf_site .data
{
    padding: 30px;

    background: #fff;
}



.pdf_site .pdf_catalog ul
{
    padding-left: 0;
}

.pdf_site .pdf_catalog ul li:before
{
    display: none;
}

.pdf_site .pdf_catalog ul a,
.pdf_site .pdf_catalog ul span
{
    display: block;
}


.pdf_site .pdf_catalog > ul > h2
{
    margin-bottom: 10px;
}

.pdf_site .pdf_catalog > ul > ul > li > span
{
    font-size: 18px;
    padding: 10px 0;
}

.pdf_site .pdf_catalog > ul > ul > li > ul li span
{
    font-size: 16px;
    padding: 10px 0;
}





.pdf_site .pdf_product .prod_wrap .item1
{
    width: calc(100% - 350px);
    margin-right: auto;
}

.pdf_site .pdf_product .prod_wrap .item2
{
    width: 326px;
}


.pdf_site .pdf_product .prod_info
{
    margin-bottom: -40px;
    margin-left: -40px;
}

.pdf_site .pdf_product .prod_info .col
{
    width: 460px;
    max-width: calc(50% - 40px);
    margin-left: 40px;
}


.pdf_site .pdf_product .prod_info .order_setting
{
    color: var(--color_white);
    font-family: var(--font_family);
    font-size: 18px;
    font-weight: 300;
    line-height: 100%;

    position: relative;

    display: block;

    width: 220px;
    max-width: 100%;
    height: 44px;
    padding: 0 16px;
    margin-top: 20px;

    cursor: pointer;
    text-align: left;

    border: none;
    border-radius: 5px;
    background: rgb(255, 134, 17);

    text-align: center;
}

.pdf_site .pdf_product .prod_info .order_setting:hover
{
    background: rgb(0, 171, 223);
}


.pdf_site .pdf_product .prod_info .manager .photo .text
{
    top: 100%;
    bottom: auto;

    border-radius: 5px 0 5px 5px;
}

.pdf_site .pdf_product .prod_info .manager .photo.tooltip:hover .text,
.pdf_site .pdf_product .prod_info .manager .photo.tooltip .text.active,
.pdf_site .pdf_product .prod_info .manager .photo.tooltip .text:hover
{
    top: calc(100% - 20px);
    bottom: auto;
    
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.pdf_site .pdf_product .prod_info .manager .photo .text:before
{
    left: auto;
    top: -10px;
    bottom: auto;
    border: 10px solid transparent;
    border-bottom: 0;
    border-right: 15px solid rgba(0, 35, 69, 0.87);
    height: auto;
    width: auto;
    transform: none;
    background: none;
    box-shadow: none;
}

.pdf_site .pdf_product .prod_info .manager .photo .text .line ul li::before
{
    top: 0;

    background: none;
}



.pdf_site .pdf_product .widget_telegram .block_title
{
    color: var(--color_black);
    font-size: var(--font_size_title);
    font-weight: 700;

    margin-bottom: 30px;

    text-align: center;
}

.pdf_site .pdf_product .widget_telegram iframe
{
    height: 600px;

    display: block;

    margin: auto;
}



.pdf_site .pdf_product .prod_files .list > * + *
{
    margin-top: 5px;
}

.pdf_site .pdf_product .prod_files .list > div > a,
.pdf_site .pdf_product .prod_files .list > div > button
{
    background: none;
    padding-left: 0;
}



.pdf_site .pdf_product .pdf_parser
{

}

.pdf_site .pdf_product .pdf_parser .pdf_convertio
{
    overflow: auto;
}



@media (max-width: 1409px)
{
    .pdf_site .pdf_product .prod_info .col
    {
        width: calc(50% - 30px);
        margin-left: 30px;
    }

    .pdf_site .pdf_product .prod_wrap .item1
    {
        width: 100%;
    }

    .pdf_site .pdf_product .prod_wrap .item2
    {
        width: 100%;
        margin-top: 50px;
    }
}



@media (max-width: 1279px)
{

}



@media (max-width: 1023px)
{
    .mob_header .search
    {
        width: 100%;
    }



    .pdf_site .pdf_product .prod_info
    {
        margin: 0;
    }

    .pdf_site .pdf_product .prod_info .col
    {
        width: 100%;
        max-width: 100%;
        margin-left: 0;

        display: flex;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }


    .pdf_site .pdf_product .prod_files
    {
        margin-top: 50px;
    }
}



@media (max-width: 767px)
{
    .mob_header
    {
        padding: 15px 0;
    }

    .mob_header .search
    {
        border-left: none;
    }



    footer .col_left
    {
        max-width: 100%;
    }

    footer .contacts
    {
        margin-left: 0;
    }

    footer .price_list
    {
        margin-top: 30px;
    }
}



@media (max-width: 479px)
{
    .mob_header .logo
    {
        width: 100%;
    }


    .mob_header .contacts
    {
        width: 100%;
        margin-top: 15px;
    }

    .mob_header .contacts .flex
    {
        justify-content: center;
    }
}