.snow_wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 1;
	perspective: 100px;
	perspective-origin: 50% 50%;
	opacity: 1;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.snow {
	position: absolute;
	z-index: 1;
	padding: 500px 500px 0 0;
	left: -1000px;
	top: -500px;
	right: -500px;
	bottom: -2000px;
}

.snow:nth-child(3n + 1) {
	background-image: url("../img/s7.png");
	animation: snow 2s linear infinite;
	opacity: 0.7;
}

.snow:nth-child(3n + 2) {
	background-image: url("../img/s7.png");
	animation: snow-far 3s linear infinite;
	opacity: 0.2;
}

.snow:nth-child(3n + 3) {
	background-image: url("../img/s7.png");
	animation: snow-far-far 5s linear infinite;
}

.snow:nth-child(6n + 1) {
	left: -700px;
	top: -700px;
	animation-delay: -1s;
	animation-duration: 5s;
	opacity: 0.5;
}

.snow:nth-child(6n + 2) {
	left: -700px;
	top: -700px;
	animation-delay: -5s;
	animation-duration: 10s;
	opacity: 0.4;
}

@keyframes snow {
	0% {
		transform: translate3d(0px, 0px, 0);
	}

	20% {
		transform: translate3d(20px, 110px, 0);
	}

	40% {
		transform: translate3d(10px, 200px, 0);
	}

	60% {
		transform: translate3d(0px, 300px, 0);
	}

	80% {
		transform: translate3d(-10px, 410px, 0);
	}

	100% {
		transform: translate3d(0px, 500px, 0);
	}
}

@keyframes snow-far {
	0% {
		transform: translate3d(0px, 0px, -20px);
	}

	20% {
		transform: translate3d(20px, 110px, -20px);
	}

	40% {
		transform: translate3d(50px, 200px, -20px);
	}

	60% {
		transform: translate3d(30px, 300px, -20px);
	}

	80% {
		transform: translate3d(20px, 400px, -20px);
	}

	100% {
		transform: translate3d(0px, 500px, -20px);
	}
}

@keyframes snow-far-far {
	0% {
		transform: translate3d(0px, 0px, -100px);
	}

	20% {
		transform: translate3d(20px, 110px, -100px);
	}

	40% {
		transform: translate3d(50px, 200px, -100px);
	}

	60% {
		transform: translate3d(30px, 300px, -100px);
	}

	80% {
		transform: translate3d(20px, 400px, -100px);
	}

	100% {
		transform: translate3d(0px, 500px, -100px);
	}
}

@media screen and (max-width: 650px) {
	.snow:nth-child(3n + 1) {
		background-image: url("../img/s8-m.png");
	}

	.snow:nth-child(3n + 2) {
		background-image: url("../img/s8-m.png");
	}

	.snow:nth-child(3n + 3) {
		background-image: url("../img/s8-m.png");
	}
}

/* body.home .header .container{
    padding-left: 330px;
} */
/* body.home .header .container .header__logo{
    position: absolute;
    left: 0;
    top: -15px;
} */
/* @media screen and (max-width: 1200px){
    body.home .header .container{
        padding-left: 285px;
    }
}
@media screen and (max-width: 991px){
    body.home .header .container{
        padding-left: 200px;
    }
} */
/* @media screen and (max-width: 767px){
    .header{
        padding: 30px 0 15px;
    }
    .header > .container{
        justify-content: flex-end;
    }
    body.home .header .container{
        padding-left: 0;
    }
    body.home .header .container .header__logo{
        left: 15px;
    }
    .header__logo img{
        max-height: 90px;
    }
    .frontpage__main__text{
        padding-top: 35%;
    }
} */
.hidden_132 {
	height: 108px;
	overflow: hidden;
}

.reviews__item__more {
	float: right;
	cursor: pointer;
	text-decoration: underline;
}

.specialists__item__info {
	width: 170px;
	margin: 0 auto 20px;
}

.reviews__carousel__items .slick-slide {
	height: 182px;
}

.frontpage__specialists__items .slick-slide {
	height: 340px;
}

.frontpage__specialists__items .slick-slide.hidden_182,
.reviews__carousel__items .slick-slide.hidden_182 {
	height: 100%;
}

.frontpage__specialists__carousel .slick-slider .slick-list {
	height: 340px !important;
}

.reviews__carousel .slick-slider .slick-list {
	height: 182px !important;
}

.frontpage__specialists__carousel .slick-slider .slick-list.hidden_182,
.reviews__carousel .slick-slider .slick-list.hidden_182 {
	height: auto !important;
}

@media (max-width: 1024px) {
	.hidden_132 {
		height: 132px;
	}

	/*.frontpage__specialists__items .slick-slide{
        height: 320px;
    }*/
	.reviews__carousel__items .slick-slide {
		height: 240px;
	}

	/*.frontpage__specialists__carousel .slick-slider .slick-list{
        height: 320px !important;
    }*/
	.reviews__carousel .slick-slider .slick-list {
		height: 240px !important;
	}
}

@media (max-width: 767px) {
	.service__technologies__image {
		overflow: hidden;
	}

	.hidden_132 {
		height: 310px;
	}

	/*.frontpage__specialists__items .slick-slide{
        height: 320px;
    }*/
	.reviews__carousel__items .slick-slide {
		height: 470px;
	}

	/*.frontpage__specialists__carousel .slick-slider .slick-list{
        height: 320px !important;
    }*/
	.reviews__carousel .slick-slider .slick-list {
		height: 300px !important;
	}
}

.service__nav__cat.service__nav a {
	color: #1d383e;
	text-decoration: none;
}

.service__nav__item--current .service__nav__cat {
	color: #3167a5;
	text-decoration: underline;
}

.service__nav__child a {
	text-decoration: none;
}

.service__nav__item--current .service__nav__child--current a {
	font-weight: 600;
	text-decoration: underline;
}

/*menu*/
.white-menu a {
	color: #fff;
}

.sub-menu a {
	color: #3167a5;
}

.menu-item-8129 a,
.menu-item-8130 a,
.menu-item-8131 a,
.menu-item-8171 a,
.menu-item-8172 a,
.menu-item-8173 a {
	color: #000000 !important;
	text-transform: none !important;
}

.link-black a {
	color: #000000 !important;
}

.iksm-term__toggle {
	color: rgba(133, 133, 133, 1);
	font-size: 22px;
	align-self: stretch;
	height: unset;
	width: 40px;
	transition: all 400ms;
}

.iksm-term__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1 !important;
}

/* .iks-icon-chevron-1:before {
    content: '\E806';
}
[class^="iks-icon-"]:before, [class*=" iks-icon-"]:before {
    font-family: "IksIcons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
} */
#menu-glavnoe-menyu-mobile li.menu-item:before {
	content: unset;
}

#menu-glavnoe-menyu-mobile li.menu-item {
	padding-left: 0px;
}

#menu-glavnoe-menyu-mobile div.term__inner {
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 1);
	min-height: 34px;
	transition: all 400ms;
	box-sizing: border-box;
	outline: none;
}

#menu-glavnoe-menyu-mobile div.term__inner a {
	color: rgba(0, 0, 0, 1);
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	transition: all 400ms;
	flex: 1;
	display: flex;
	align-items: center;
	align-self: stretch;
	box-shadow: none;
	outline: none;
}

#menu-glavnoe-menyu-mobile ul.sub-menu li.menu-item {
	border: none;
	box-shadow: none;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 1);
	/* min-height: 44px; */
	transition: all 400ms;
	display: flex;
	align-items: center;
}

#menu-glavnoe-menyu-mobile ul.sub-menu li.menu-item a {
	color: rgba(0, 0, 0, 1) !important;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	transition: all 400ms;
	flex: 1;
	display: flex;
	align-items: center;
	align-self: stretch;
	box-shadow: none;
	outline: none;
}

#menu-glavnoe-menyu-mobile li.menu-item-4773 a {
	color: rgba(0, 0, 0, 1) !important;
}

#menu-glavnoe-menyu-mobile ul.sub-menu {
	display: none;
}

.iksm-term__toggle:hover {
	color: rgba(0, 0, 0, 1);
	cursor: pointer;
}

.iksm-term__toggle.open {
	transform: rotate(180deg);
}

.open ul.sub-menu {
	display: block !important;
}

#menu-glavnoe-menyu-mobile div.accord-body {
	padding-left: 15px;
}

.overlay-blur {
	z-index: 1050;
}

.modal-open .modal {
	background: rgba(0, 0, 0, 0.5);
	overflow-y: auto !important;
}

body.modal-open {
	overflow: hidden !important;
}

.service__main p .img-50 {
	width: 50%;
}

.service__main p.img-row {
	display: flex;
}

.footer__links {
	margin-bottom: 20px;
}

.message-error {
	color: rgba(255, 0, 0, 0.67);
}

table tr {
	height: 70px !important;
}

/*Prioritet. Task №102551 start*/
#menu-glavnoe-menyu-desktop li.active>a {
	color: #d23929;
	pointer-events: none;
	cursor: default;
}

.return_up {
	margin-top: 60px;
}

.return_up-btn {
	color: white;
	font-weight: 700;
	text-decoration: none;
	padding: 8px 10px;
	background-color: #d23929;
}

.return_up-btn:hover {
	color: white;
	background-color: #cf7267;
}

.red-star,
.form-error-message {
	color: red;
}

#name-error {
	color: red;
	font-weight: 400;
	font-size: 0.8rem;
}

@media (max-width: 800px) {
	.header__logo {
		max-width: 25%;
	}

	.header__phones,
	.header__addresses {
		font-weight: 700;
		font-size: 0.6rem;
		line-height: 1.7;
	}

	.header__search {
		font-size: 0;
	}

	.header__search a .fa {
		color: #4a4949;
	}

	.header__vision {
		display: none;
	}

	.header__menu a .bars .bar {
		background: #4a4949;
	}
}

.slider__new {
	position: relative;
	margin: auto;
	height: auto;
	width: 100%;
}

.slider__new .item-img {
	object-fit: cover;
	max-width: fit-content;
	height: 100%;
	overflow: hidden;
	min-width: 100%;
	width: 100%;
	min-height: 720px;
}

.slider__new .previous,
.slider__new .next {
	cursor: pointer;
	position: absolute;
	bottom: 5%;
	width: auto;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	z-index: 2;
}

.slider__new .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

.slider__new .previous:hover,
.slider__new .next:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.slider__new .slider__new__item {
	animation-name: fade;
	animation-duration: 1.5s;
	position: relative;
}

@keyframes fade {
	from {
		opacity: 0.4
	}

	to {
		opacity: 1
	}
}

.slider__new__content {
	position: absolute;
	padding-top: 270px;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1100px;
	z-index: 1;
}

.slider__new__wrapper .slider__new__content {
	position: absolute;
	padding-top: 270px;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 1100px;
	z-index: 1;
	align-items: flex-start;
	flex-wrap: wrap;
}



.slider__new__title {
	font-size: 32px;
	font-family: Merriweather, serif;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
	margin-bottom: 15px;
}

.slider__new__title-small {
	font-size: 18px;
	color: white;
	font-weight: 400;
	margin-bottom: 30px;
}

.slider__new__param {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.slider__new__param-img {
	margin-right: 15px;
}

.slider__new__param-text {
	font-family: Merriweather, serif;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
}

.slider__new__content-img {
	position: absolute;
	right: -6%;
	bottom: 0;
}

.slider__new__buttons {
	display: flex;
	position: absolute;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	bottom: 7%;
	max-width: 180px;
	width: 100%;
	right: 20%;
	z-index: 2;
}

.slider__new__num {
	position: absolute;
	bottom: 7%;
	left: 21%;
	font-size: 32px;
	font-weight: 600;
	color: white;
}

.slider__new__wrapper {
	width: 100%;
	position: relative;
	margin-bottom: -5px;
}

@media (max-width: 1000px) {
	.slider__new__content-img {
		display: none !important;
	}


}

@media (max-width: 1280px) {
	.slider__new__wrapper .container {
		max-width: 100% !important;
	}
}



@media (max-width: 768px) {
	.slider__new__content {
		padding-top: 30%;
		width: auto;
	}

	.slider__new__wrapper .slider__new__content {
		padding-top: 140px;
		width: auto;
		max-width: 462px;
	}

	.slider__new__buttons {
		right: 53%;
		max-width: 150px;
		bottom: 10%;
	}

	.slider__new__num {
		bottom: 12%;
		left: 14.7%;
	}

	.slider__new__title {
		font-size: 1.5rem;
	}

	.slider__new {
		max-height: 720px;
	}

	.slider__new .item-img {
		max-height: 740px;
	}

	.frontpage__main__scroll__new::before {
		display: none !important;
	}

	.frontpage__main__scroll__new {
		bottom: 0 !important;
	}
}

@media (max-width: 580px) {
	.slider__new__wrapper .slider__new__content {
		padding-top: 100px;
		width: 100%;
		max-width: 345px;
	}


}

.frontpage__main__scroll__new {
	position: absolute;
	z-index: 1;
	bottom: 60px;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}

.frontpage__main__scroll__new::before {
	content: url(https://www.stomatolog3.ru/wp-content/themes/stomatologia/img/mouse.png);
	display: block;
	margin: 0 auto 25px;
	font-size: .875rem;
	text-transform: uppercase;
}

.frontpage__main__scroll__new:hover {
	animation: bounce 1s linear infinite;
	cursor: pointer;
}

/*Prioritet. Task №102551 end*/

.sp-easy-accordion div.sp-ea-single h3.ea-header a {
	font-size: 18px;
	font-weight: 400;
	text-transform: none
}

@media (max-width: 1199px) {
	.floating-buttons {
		position: fixed;
		z-index: 10;
		right: 0;
		bottom: 0;
		top: auto;
		text-align: center;
		transform: none;
		display: block !important;
		width: 100%;
	}

	.floating-buttons a {
		width: 48%;
	}
}

@media (max-width: 700px) {
	.floating-buttons a {
		width: 100%;
	}
}

.owerlay {
	opacity: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	position: absolute;
	z-index: 999;
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	background: rgba(255, 255, 255, 0.6);
}

.owerlay::after {
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 4px solid rgba(0, 0, 14, 0.84);
	border-left: 4px solid transparent;
	animation: rotate 1.2s ease infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.overlay-blur {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	filter: blur(0px);
	filter: initial;
}