        .lg-outer.lg-thumb-open .lg-thumb-outer{display:none}

        .site-wrap {
            /*padding-top: 157px;*/
        }

        @media (max-width: 1050px) {
            .site-wrap {
                /*padding-top: 90px;*/
            }

            .title h1 {
                font-size: 28px;
            }

            .breadcrumbs {
                padding: 20px 0 10px;
            }
        }

        .price_pp_div {
            overflow: hidden;
        }

        .price_pp_price {
            width: auto;
            text-align: right;
            padding-right: 20px;
            box-sizing: border-box;
        }

        .btn.btn--price-desc {
            width: 66px;
            margin-left: auto;
            color: #3bc3f3;
            font-size: 11px;
            margin-top: 6px;
            border-bottom: 1px dashed;
            text-transform: uppercase;
            cursor: pointer;
        }

        .price_pp_price--desc {
            padding-top: 0;
        }

        .price_pp_div--no-hover:hover {
            background: none;
        }

        .price_pp_div {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
        }
        .price_pp_name {
            padding-right: 15px;
        }
        .price_pp_button {
            order: 2;
            padding: 10px 7px;
            width: auto;
            min-width: 150px;
        }
        .price_pp_price {
            margin-left: auto;
            flex-shrink: 0;
        }

        @media (max-width: 767px) {
            .price_pp_div {
                flex-wrap: wrap;
            }
            .price_pp_name {
                width: 100%;
            }
            .price_pp_price {
                margin: 0 auto;
            }
        }

        @media (max-width: 480px) {
            .price_pp_price {
                position: static;
                width: 100%;
                padding-bottom: 10px;
            }
            .price_pp_button {
                position: static;
            }
        }




        @media only screen and (min-width: 960px) {

            .section__container {
                display: flex;
            }

            .sticky {
                /*position: sticky;*/
                top: 185px;
            }

            .sticky .add_palitra {
                margin-bottom: 40px;
            }


            body, .site-wrap, .container, .listing .listing__container, .section {
                overflow: initial;
            }

        }

        .doctors-tabs {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            max-width: 860px;
            background: #F1F1F1;
            margin-top: 30px;
            border-radius: 65px;
            margin-left: 0;
        }

        @media (max-width: 1400px) {
            .doctors-tabs {
                max-width: 660px;
            }
        }

        @media (max-width: 959px) {
            .doctors-tabs {
                max-width: 530px;
            }
        }

        @media (max-width: 767px) {
            .doctors-tabs {
                flex-direction: column;
                background: none;
            }
        }

        .doctors-tabs__item {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .doctors-tabs__item:first-child {
            margin-right: -15px;
        }

        @media (max-width: 767px) {
            .doctors-tabs__item {
                width: 100%;
            }
        }

        .doctors-tabs__item-link {
            font-size: 18px;
            font-weight: bold;
            color: #000000;
            background: #F1F1F1;
            border-radius: 65px;
            padding: 24px 105px;
            box-sizing: border-box;
        }

        .doctors-tabs__item-link_active {
            color: #FFFFFF;
            background: #38C4F3;
            z-index: 10;
        }

        .doctors-tabs__item-link_active:hover {
            color: #fff;
        }

        @media (max-width: 1400px) {
            .doctors-tabs__item-link {
                font-size: 16px;
                padding: 15px 70px;
            }
        }

        @media (max-width: 959px) {
            .doctors-tabs__item-link {
                font-size: 14px;
                padding: 15px 50px;
            }
        }

        @media (max-width: 767px) {
            .doctors-tabs__item-link {
                width: 100%;
                text-align: center;
                padding: 15px 25px;
            }

            .doctors-tabs__item:not(:last-child) {
                margin-bottom: 15px;
            }
        }

        .payment-link {
            width: 100%;
            padding: 9px 20px;
            margin: 10px 0 40px;
            background: #39c4f3;
            font: 22px / 1 ProximaNovaBold;
            color: #FFF;
        }