/*
Theme Name: Dentist
Author: Dmitriy Honcharenko & Kirill Chulygin
Author URI: https://www.fl.ru/users/wp-master/
Description: Custom theme
Version: 2.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*@import url("custom.css");*/

body .wpml-ls-statics-footer{
	display:none!important;
}
.text-wrap figure:first-child img,
body.single-diseases img {
	max-width: 524px;
	border-radius: 20px;
	float: right;
	margin-bottom:20px;
}
.text-wrap .service-others{
	width:100%;
}
body .catalog-item-time{
	text-transform:uppercase;
	background-position:left 2px;
}
body .card-info-wrap .card-time{
	background-position:left 4px;
}
body .best-item-time .best-item-time-option{
	text-transform:lowercase;
}
body .card-docs-item a.card-docs-item-img img{
	max-width:100%;
	max-height:170px;
	width:100%;
	object-fit:cover;
}
body .service-main-img img{
	max-width:524px;
}
body .service-actions-items{
	position:relative;
}
body .service-actions-items .ya-share2{
	position:absolute;
	left:0;
	bottom:0;
	margin-bottom:-33px;
	display:none;
}
body .click_like.active{
	background-color:#0D8BCD;
	color:#fff;
}
body .click_like.active path {
	fill:#fff;
}
body .faq-item-text-more{
	display:block;
}
body .consultate-answers-themes-item.active{
	background-color:#0d8bcd;
	color:white;
}
body .service-bottom.custom{
	width:100%;
}
.text-subtitle {
    margin-top: 50px;
}
.service-main {
    justify-content: space-between;
}
.service-main-img {
	display: none;
}
.text-list li {
    font-size: 16px!important;
}
.text-list {
    margin: 15px 0px;
}
.map-info {
    padding-top: 50px!important;
}
.jq-selectbox__dropdown {
    max-width: 100%;
}
@media only screen and (max-width: 1023px) {
	body .wpml-ls-statics-footer,
body.single-services .text-wrap figure:first-child,
body.single-diseases .text-wrap figure:first-child
{
	display:none!important;
}
}
@media only screen and (max-width: 767px) {
    .best-item-address-wrapper {
        flex-direction: column;
    }
}
body .jq-selectbox__dropdown li{
	white-space:normal;
}