

/* Start:/local/templates/DoctorSmile_2022/components/bitrix/news.list/smm/style.css?17557649758476*/
.modal-wrapper-right-text::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background-color: #B1B1B1;
}

.modal-wrapper-right-text::-webkit-scrollbar-thumb {
	border-radius: 5px;
	height: 10px;
	background-color: #213570;
}

.modal-wrapper-right-text::-webkit-resizer {
	height: 8px;
}

.fancybox-close-small {
	-webkit-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.fancybox-close-small:hover {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.video-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-btn svg path,
.video-btn svg circle {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fancybox-active {
	overflow: hidden;
}

.wrapper {
	background: #F9F9F9;
}

.wrapper-smm {
	padding: 40px 0;
}

.wrapper-smm-title {
	font-family: Raleway;
	font-weight: 600;
	font-size: 36px;
	line-height: 42px;
	color: #1C1C1C;
}

.wrapper-smm-block {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wrapper-smm-block-item {
	max-width: 370px;
	width: 100%;
	min-height: 770px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 30px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-smm-block-item:hover {
	-webkit-filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.1));
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	text-decoration: none;
}

.wrapper-smm-block-item:hover .wrapper-smm-block-item-bottom-btn {
	color: #213570;
}

.wrapper-smm-block-item:hover .video-btn svg circle {
	fill: #009FE3;
}

.wrapper-smm-block-item:hover .video-btn svg path {
	fill: #fff;
}

.wrapper-smm-block-item-top {
	margin-bottom: 15px;
	overflow: hidden;
	height: 640px;
	position: relative;
}

.wrapper-smm-block-item-top::before {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	background: url(/local/templates/DoctorSmile_2022/components/bitrix/news.list/smm/img/fade.png) no-repeat center bottom/cover;
	width: 100%;
	height: 50%;
	z-index: 2;
	pointer-events: none;
}

.wrapper-smm-block-item-top-img {
	display: block;
	max-width: 310px;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.wrapper-smm-block-item-top-img img {
	width: 100%;
}

.wrapper-smm-block-item-top-title {
	font-weight: 600;
	font-size: 27px;
	line-height: 32px;
	color: #1C1C1C;
	margin: 30px 0;
}

.wrapper-smm-block-item-top p {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #5F656C;
	position: relative;
	z-index: 1;
}

.wrapper-smm-block-item-top p:not(:last-child) {
	margin-bottom: 20px;
}

.wrapper-smm-block-item-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 10px;
}

.wrapper-smm-block-item-bottom__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrapper-smm-block-item-bottom-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wrapper-smm-block-item-bottom-info-like,
.wrapper-smm-block-item-bottom-info-show {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 15px;
}

.wrapper-smm-block-item-bottom-info-like-number,
.wrapper-smm-block-item-bottom-info-show-number {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #5F656C;
	margin-left: 5px;
}

.wrapper-smm-block-item-bottom-date {
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #5F656C;
}

.wrapper-smm-block-item-bottom-btn {
	font-weight: normal;
	font-size: 16px;
	line-height: 15px;
	color: #B1B1B1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.smm-modal {
	max-width: 770px;
	width: 100%;
	height: 542px;
	-webkit-filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.1));
	border-radius: 20px;
	padding: 30px;
	overflow: hidden;
	display: none;
}

.smm-modal-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 480px;
}

.smm-modal-wrapper-left {
	width: 50%;
}

.smm-modal-wrapper-left-img {
	display: block;
	max-width: 340px;
	width: 100%;
	position: relative;
}

.smm-modal-wrapper-left-img img {
	width: 100%;
}

.smm-modal-wrapper-left-img:hover .video-btn svg circle {
	fill: #009FE3;
}

.smm-modal-wrapper-left-img:hover .video-btn svg path {
	fill: #fff;
}

.smm-modal-wrapper-right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.smm-modal-wrapper-right-info {
	height: 450px;
	overflow: hidden;
}

.smm-modal-wrapper-right-title {
	font-weight: 600;
	font-size: 27px;
	line-height: 32px;
	color: #213570;
}

.smm-modal-wrapper-right-text {
	margin: 30px 0 20px;
	font-weight: normal;
	font-size: 15px;
	line-height: 18px;
	color: #5F656C;
	overflow-y: auto;
	height: auto;
	max-height: 250px;
}

.smm-modal-wrapper-right-text p:not(:last-child) {
	margin-bottom: 20px;
}

.smm-modal .wrapper-smm-block-item-bottom-btn-img svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.smm-modal .wrapper-smm-block-item-bottom-btn-img svg path {
	fill: #213570;
}

.smm-modal .wrapper-smm-block-item-bottom-btn {
	color: #213570;
	background: transparent;
	border: none;
}

.fancybox-bg {
	background: rgba(235, 244, 247, 0.7);
}

@media screen and (max-width: 1440px) {
	.wrapper-smm-block-item {
		max-width: 350px;
	}
}

@media screen and (max-width: 991px) {
	.wrapper-smm-block-item {
		max-width: 330px;
		width: 100%;
		min-height: 740px;
		padding: 20px;
	}

	.wrapper-smm-block-item:hover {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.wrapper-smm-block-item-top-img {
		max-width: 290px;
	}

	.wrapper-smm-block-item-top-title {
		font-size: 22px;
		line-height: 26px;
		margin: 20px 0;
	}

	.wrapper-smm-block-item-top {
		height: 620px;
	}

	.smm-modal-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.smm-modal {
		height: auto;
		padding: 40px 15px 20px;
	}

	.smm-modal-wrapper-right,
	.smm-modal-wrapper-left {
		width: 100%;
	}

	.smm-modal-wrapper-left-img {
		margin: auto;
	}

	.smm-modal-wrapper-right-text {
		max-height: 200px;
	}

	.smm-modal-wrapper-right-info {
		padding-top: 10px;
	}

	.smm-modal-wrapper-right-info {
		height: 330px;
	}

	.smm-modal-wrapper-left-img {
		max-width: 290px;
	}

	.smm-modal-wrapper-right-title {
		font-size: 24px;
	}
}

.wrapper-smm-block-socials{
	display: flex;
	justify-content: end;
	column-gap: 10px;
	margin-top: 10px;
}

.wrapper-smm-block-socials__item{
	width: 20px;
    height: 20px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
}
/* End */
/* /local/templates/DoctorSmile_2022/components/bitrix/news.list/smm/style.css?17557649758476 */
