/*!
Theme Name: hellodoc
Theme URI: https://panchenko-studio.ru
Author: panchenko_dev
Author URI: https://panchenko-studio.ru
Description: theme for hellodoc by panchenko-studio.ru
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hellodoc

*/


@media (min-width: 992px) {
    .doctor-list .item .info {
        width: calc(80% - 50px);
    }
}

@media (min-width: 992px) {
    .hero.uzi-page, .hero.drop-page, .hero.checkup-page {
        min-height: auto !important;
        padding-bottom: 180px;
/*         padding-top: 70px; */
    }
	
	.hero.drop-page, .hero.checkup-page {
        padding-top: 40px;
    }

    .hero.doctor-page {
        /* min-height: auto !important; */
		margin-top: -40px;
    }

    .hero.uzi-page .col-xl-5, .hero.drop-page .col-xl-5, .hero.checkup-page .col-xl-5 {
        height: auto;
    }
}


@media (max-width: 992px) {
	.checkup-list .checkup-list_wrapper .checkup-list_item .image_wrapper {
		overflow: hidden;
	}
	.uzi-page.hero .hero_title {
		/* margin-top: 70px !important; */
	}
}

body, html {
    background: #f3eadb !important;
}

.phonelink {
	opacity: 0 !important;
	pointer-events: none;
}
