/*
Theme Name: Mental
Author: ZooInSpace
Author URI: https://zooin.space/
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media (max-width: 767.98px) {
	.contacts__contact {
		width: 100%;
	}
}

.content.wp-content table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
	overflow-x: auto;
}
.content.wp-content table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.content.wp-content table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.content.wp-content table tbody tr:nth-child(odd){
	background: #fff;
}
.content.wp-content table tbody tr:nth-child(even){
	background: #F7F7F7;
}


.list__wrapper {
	margin-bottom: 140px !important;
}

.wp-content {
    margin-bottom: 70px;
}

.content h1:not(:last-child) {
    margin-bottom: 40px;
}

.content h2:not(:last-child) {
    margin-bottom: 20px;
}

.content p:not(:last-child) {
    margin-bottom: 20px;
}

.content ul {
    list-style-type: disc;
    padding-left: 30px;
}

.content li:not(:last-child) {
    margin-bottom: 15px;
}

.content a {
    color: #EC6A64FF;
    position: relative;
    overflow: hidden;
}

.content a::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 1px;
    background-color: #EC6A64FF;
    transition: left 0.2s ease;
}

.content a:hover::before {
    left: -100%;
}

@media (max-width: 800px) {
    html {
        margin-top: 0 !important;
        overflow-x: hidden;
    }

    .content a {
        text-decoration: underline;
        -webkit-text-decoration-color: #ec6a64;
        text-decoration-color: #ec6a64;
        text-underline-offset: 4px;
    }

    .content a:hover {
        text-decoration: none;
    }

    .content a::before {
        content: none;
    }
	
	.about-hospital .about-hospital__wrapper:before{
		content: none;
	}
	
	.about-hospital .about-hospital__wrapper {
		padding-bottom: 0;
	}
	
	.info-hospital {
		margin-top: -40px;
	}
}

.pop-up-form__input-radio-img {
    box-sizing: initial !important;
}

.map {
	height: 100%;
    min-height: 450px;
    width: 100%;
}

.list-mobile__item--single:before, .list-mobile__item--single:after {
	content: none !important;
}

.list-mobile__item--single a {
	font-size: 24px;
    font-size: calc(13.18681px + .87912vw);
    font-weight: 700;
    line-height: 32px;
    line-height: calc(18.48352px + 1.0989vw);
}

.list-mobile__item--single:not(:first-child) {
    margin-top: 30px;
}

.pop-up-form__input-textarea-small {
    grid-column-end: 3;
    grid-column-start: 1;
	font-size: 12px;
	line-height: 1;
}

.pop-up-form__input-textarea--min {
	min-height: 60px !important;
}