/*
Theme Name: Rainman
Theme URI:
Description:
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body * {
	-webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
body {
	font-family: 'Inter', sans-serif;
	color: #252525;
}

html, body {
height: 100%;
margin: 0;
padding: 0;
}

* html .page-wrapper {
height: 100%;
}
h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
}
h1 {
	font-weight: 800;
    font-size: 54px;
	position:relative;
	z-index: 1;
	margin-top:0;
	margin-bottom:30px;
	line-height:65.83px;
}
.home h1 {
	margin-top: 210px;
	margin-bottom:20px;
	line-height: 60.95px;
	font-weight: 600;
    font-size: 50px;
}
.container-h1 {
	margin-top: 90px;
}
.container-h1-title {
	width: 57%;
}
.single-page .container-h1-title {
	width: 100%;
}
.container-h1-right {
	width: 43%;
	text-align: right;
}
.container-h1-right img {
	position: relative;
    z-index: -2;
}
h1:before {
	content:'';
	background:url(images/star-h1.svg) center no-repeat;
	background-size: cover;
	width:302px;
	height:315px;
	position: absolute;
    top: -130px;
    left: -189px;
	z-index: -1;
}
h1 span {
	color:#EA9A9E;
}
h2 {
	font-size:48px;
	font-weight:800;
	margin-top:0;
	position: relative;
	margin-bottom: 24px;
	z-index: 1;
}
h2:before {
	content:'';
	background:url(images/star-h2.svg) center no-repeat;
	background-size: cover;
	width:69px;
	height:73px;
	position: absolute;
    top: -22px;
    left: -29px;
	z-index: -1;
}
.entry.single h2 {
	margin-top:40px;
	margin-bottom: 20px;
	line-height:110%;
	display: inline-block;
    width: 100%;
}
.entry.single h2:before {
	content:unset;
}
.entry.single ul li:not(.entry.single .metaslider li, .slick-dots li), .block-license-border ul li {
	margin-bottom:10px;
	line-height:22px;
	list-style:none;
	padding-left:32px;
	background:url(https://rainmankids.ru/wp-content/uploads/2023/09/marker.svg) left top no-repeat;
}
.entry.single li:not(.entry.single .metaslider li, .slick-dots li) {
	margin-bottom:10px;
	line-height:22px;
}
.entry.single .metaslider {
	margin-top:23px;
}
img, iframe {
	max-width:100%;
}
.entry.single img, .cat-content img {
	border-radius:30px;
}

.roseborder {
	color: #72c3c9;
	border: 4px dashed #72c3c9;
    /*border-radius: 30px;*/
	width: fit-content;
	padding: 20px;
	margin: 30px 60px;
	font-size: 24px;
	background-color: #effeff;
	font-weight: bold;
}

@media (max-width: 560px) {
	.leroseborder {
	margin: 30px 10px;
}
}

p {
	margin-bottom: 10px;
    margin-top: 0;
	line-height: 22px;
}
.top-content p:last-child, .after-price p:last-child, .after-price {
	margin-bottom: 0px;
}
.after-price {
	margin-top:40px;
}
.entry ul:not(.slick-dots), .block-license-border ul {
	padding-left:0;
	display: flex;
    flex-direction: column;
}
.page-wrapper {
	min-height:100%;
	position: relative;
	padding-top: 166px;
}
.content-part {
    padding-bottom: 331px;
	overflow:hidden;
}
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	background: #0C111D;
    text-align: center;
    padding: 64px 0 48px;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignleft {
float: left;
margin-right:30px;
	margin-bottom:15px;
}

.alignright {
float: right;
margin-left:30px;
	margin-bottom:15px;
}
.tablet, .mobile, .show-all, span.wpcf7-not-valid-tip, .hidden, #hidden {
	display:none;
}
input[type="text"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid {
border:2px solid #ff5b00;
}

div.wpcf7-validation-errors {
font-size:13pt;
}

div.wpcf7-response-output {
margin:0;
padding:0;
}

.inform div.wpcf7-response-output, .inform div.wpcf7-validation-errors {
color:#fff;
}

#back-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 100;
}
#back-top div {
    width: 55px;
    height: 55px;
    display: block;
    opacity: 0.7;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
	background: #EA9A9E;
    cursor: pointer;
	border-radius: 6px;
	margin:0;
}
#back-top:hover div {
	opacity:1;
}
#back-top div:before {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 13px 10px;
	border-color: transparent transparent #fff transparent;
	display: inline-block;
}
.flex {
	display: flex;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
	align-items: flex-start;
}
.justify-content-space-between {
	justify-content: space-between;
}
.justify-content-center {
	justify-content:center;
}
.column {
	flex-direction: column;
}
.header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	z-index:999;
}
.header .header-menu-logo img {
	height:88px;
}
.header.scroll .header-top {
	padding:5px 0;
}
.header.scroll .header-menu-logo img {
	height:50px;
}
.header-top-location-icon {
	margin-right:8px;
}
.header-top-location-text {
	font-size: 14px;
    color: #555;
    line-height: 23px;
}
.header-top {
	background: #D0E8EA;
    padding: 16px 0;
}
.header-top-phones a {
	font-size: 14px;
    color: #555;
	text-decoration:none;
}
.header-top-phones a:hover {
	text-decoration:underline;
}
.header-top-phones {
	margin-right:24px;
}
.header-top-socials a:not(:last-child) {
	margin-right:20px;
}
.header-top-phones a:first-child {
	margin-bottom:4px;
}
.header-top-socials a svg g path:first-child, .header-top-socials a svg circle {
	fill:#000;
}
.header-top-socials a svg g path:not(:first-child) {
	fill:#fff;
}
.header-top-socials a:hover svg g path:first-child, .header-top-socials a:hover svg circle {
	fill:#EA9A9E;
}
.header-menu {
	background: #FCFCFC;
}
ul.top-menu {
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
}
.header ul.top-menu li:not(:last-child) {
	margin-right:56px;
}

ul.top-menu .sub-menu {
	list-style: none;
    margin: 0;
    padding: 15px 0;
	transition: 0.3s;
}
.footer ul.top-menu .sub-menu {
	display:none;
}
.menu-item-arrow{
	display: none;
}
.menu-item-arrow__inner{
	border: solid #252525;
	width: 8px; height: 8px;
  	border-width: 0 2px 2px 0;
/*   	display: inline-block; */
  	padding: 2px;
	transform: rotate(45deg);
  	transition: 0.3s;
}


ul.top-menu li.menu-item-has-children a{
	display: flex;
	align-items: center;
	gap: 10px;
}
ul.top-menu li.menu-item-has-children > a > .menu-item-arrow{
	display: flex;
}

ul.top-menu .sub-menu li a {
	margin: 0;
    padding: 12px 25px;
    text-transform: unset !important;
	display: block;
	transition: background-color 0.3s ease;
}
ul.top-menu .sub-menu li a:hover {
	background-color: rgba(0,0,0,0.03);
}
.header ul.top-menu .sub-menu li {
	margin:0;
}
.header ul.top-menu li a {
	color: #252525;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: 500;
}
ul.top-menu li a:hover, .footer ul.top-menu li a:hover, .footer a:hover {
	color:#EA9A9E;
}
.header-menu-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-header {
	background: #D0E8EA;
    padding: 5px 0;
}
.mobile-button-menu {
	cursor:pointer;
}
.mobile-button-menu .icon-bar {
	width: 27px;
    height: 2px;
    background: #292D32;
    display: block;
    border-radius: 10px;
	margin-bottom:7px;
}
.mobile-button-menu .icon-bar:last-child {
	margin-bottom:0;
}
.header-menu-close {
	padding: 30px 10px 20px 0;
    text-align: right;
}
.header-menu-close img {
	cursor:pointer;
}
.header-contacts-mobile .header-top-location-text {
	line-height: 16.94px;
}
.header-contacts-mobile .header-top-left {
	margin-bottom:10px;
}
.header-contacts-mobile {
	margin-top:8px;
	padding-bottom: 40px;
}
.header-contacts-mobile .header-phone-mobile {
	margin-top:6px;
}
.header-phone-mobile a {
	color: #252525;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
	display: flex;
    align-items: center;
}
.header-phone-mobile a img, .header-phone-mobile a svg {
	margin-right:16px;
}
.header-phone-mobile a svg circle {
	fill:#D0E8EA;
}
.header-phone-mobile a svg path {
	fill:#252525;
}
.header-phone-mobile a:hover {
	text-decoration:underline;
}
.header-phone-mobile a:hover svg circle {
	fill:#B6CED0;
}
.header-phone-mobile a:hover svg path {
	fill:#fff;
}
.header-contacts-mobile .header-top-socials {
	margin-top:34px;
}
.footer ul.top-menu {
	justify-content: center;
}
.footer ul.top-menu li a, .footer a {
	color:#fff;
	text-decoration:none;
	font-weight:500;
}
.footer ul.top-menu li:not(:last-child) {
	margin-right:32px;
}
.footer-logo {
	margin-bottom:32px;
}
.footer-top {
	padding-bottom: 24px;
    border-bottom: 1px solid #475467;
}
.footer-bottom {
	color: #D0D5DD;
    margin-top: 24px;
}
body.home {
	background:url(/wp-content/uploads/2024/10/bg-1-1.svg) top right no-repeat;
}
.button-default {
	font-size: 20px;
    font-weight: 700;
    background: #EA9A9E;
    border-radius: 60px;
    cursor: pointer;
	text-align:center;
}
.container-h1-contacts .button-default {
    padding: 20px 64px;
	margin-right:24px;
}
.container-h1-right .button-default {
	padding: 20px 50px;
	margin-top:22px;
}
.container-h1-contacts {
	margin-top:50px;
}
.front-page-block-2 {
	margin-top:176px;
	background:url(images/right-bg-1.png) right center no-repeat, url(images/left-bg-1.png) left bottom no-repeat;
}
.container-about-left {
	flex:none;
}
.container-about-right {
	margin-left:22px;
}
.container-advantages {
	margin-top:120px;
}
.center-title h2 {
	display:inline-block;
}
.center-title {
	text-align:center;
}
.advantages-item {
	border: 4px dashed #D0E8EA;
    border-radius: 30px;
    padding: 50px 21px 42px 30px;
    background: #fff;
    position: relative;
}
.advantages-item img {
	position: absolute;
    top: 36px;
    right: 21px;
}
.advantage-number {
	position: absolute;
    background: #fff;
    border: 4px dashed #D0E8EA;
    border-radius: 30px;
    font-size: 32px;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    padding: 8px 26px;
    left: 30px;
    top: -32px;
}
.advantage-title {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.advantage-text, .groups-info-text, .review-text {
	color: #555;
}
.advantages {
	margin-top:45px;
}
.advantages-item {
	width:300px;
	margin-bottom: 46px;
}
.container-groups {
	margin-top:95px;
}
.groups-item {
	background: #fff;
    border: 4px dashed #EA9A9E;
    border-radius: 30px;
    padding: 40px 22px;
	width: 300px;
	margin:0 15px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.groups, .prices {
	margin-top:16px;
}
.groups-title {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.groups-info-icon {
	margin-right:8px;
}
.groups-info-row {
	margin-bottom:16px;
}
.groups-item .button-default {
	padding:16px;
	font-weight:500;
	margin-top:16px;
}
.front-page-block-3 {
	margin-top:140px;
}
.prices-row .price-item {
	margin-right:30px;
	border: 4px dashed #EA9A9E;
    border-radius: 30px;
    padding: 30px 25px 109px;
	width:300px;
	height:300px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	background-color:#fff;
}
.prices-row .price-item:last-child {
	margin-right:0px;
}
.prices-row {
	margin-bottom:30px;
}
.price-title {
	font-size: 20px;
    font-weight: 600;
}
.price-price {
	color: #EA9A9E;
    font-size: 32px;
    font-weight: 700;
}
.price-item-1 {
	background-image:url(images/price-1-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-2 {
	background-image:url(images/price-2-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-3 {
	background-image:url(images/price-3-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-4 {
	background-image:url(images/price-4-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-5 {
	background-image:url(images/price-5-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-6 {
	background-image:url(images/price-6-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-7 {
	background-image:url(images/price-7-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-8 {
	background-image:url(images/price-8-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-9 {
	background-image:url(images/price-9-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-10 {
	background-image:url(images/price-10-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-11 {
	background-image:url(images/price-11-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.price-item-12 {
	background-image:url(images/price-1-min.png);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.footnote {
	text-align: center;
}
.front-page-block-4 {
	padding-top: 134px;
	/*background:url(images/bg-2.png) bottom 335px center no-repeat;*/
}
.content {
	/*background:url(images/bg-2.png) bottom 390px center no-repeat;*/
}
.services-page-block-4 {
	padding-top: 104px;
}
.footnote-icon, .pricelist-icon {
	margin-right:16px;
}
.footnote-icon, .footnote-text {
	display: inline-block;
    vertical-align: middle;
}
.footnote-text, .title {
	font-size:24px;
	font-weight:600;
}
.title {
	margin-top:20px;
}
.pricelist {
	display: inline-block;
    margin-top: 40px;
}
.pricelist-row {
	display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.pricelist .pricelist-row:last-child {
	margin-bottom: 0;
}
.pricelist-text {
	font-size: 48px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}
.color {
	color:#EA9A9E;
}
.out-pricelist {
	text-align:center;
}
.profi {
	margin-top:195px;
	position: relative;
}
.profi:before {
	content: '';
    background: url(/wp-content/uploads/2023/10/blob-2.svg) center no-repeat;
    position: absolute;
    top: -1650px;
    left: -1370px;
    width: 4165px;
    height: 3188px;
    z-index: -1;
}
.home .profi:before {
	background: url(/wp-content/uploads/2023/10/blob-home.svg) center no-repeat;
}
.profi-list {
	margin-top:16px;
}
.profi-list-item {
	text-align: center;
    margin-bottom: 32px;
}
.profi-name {
	font-size: 24px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 8px;
}
.profi-position {
	color:#555;
}
.profi-img img {
	margin:0 auto;
	border-radius:30px;
}
.slick-dots li button:before {
	content:'';
}
.slick-dots li button {
	width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 100%;
}
.slick-dots li {
	width: 10px;
    height: 10px;
}
.slick-dots li.slick-active button {
	background:#EA9A9E;
}
.slick-dots {
	bottom: 0px;
}
.diploms .slick-dots {
	bottom: -35px;
}
.show-all {
	font-size: 20px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 20px;
    border: 2px solid #EA9A9E;
    border-radius: 60px;
    margin-top: 72px;
}
.reviews {
	margin-top: 240px;
}
.reviews.specialists-page {
	margin-top: 100px;
}
.reviews .slick-track {
	display:flex;
}
.review-item {
	background: #fff;
    border: 4px dashed #D0E8EA;
    border-radius: 30px;
    padding: 118px 30px 38px;
	position:relative;
	margin: 60px 15px 0;
	height: inherit;
}
.review-img {
	position: absolute;
    background: #fff;
    border: 4px dashed #D0E8EA;
    border-radius: 30px;
    width: 141px;
    height: 120px;
    padding: 4px;
    top: -60px;
    left: 29px;
}
.review-img div {
	overflow: hidden;
	border-radius: 24px;
    height: 100%;
}
.review-name {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}
.reviews-block {
	margin-top:6px;
}
.reviews-block .slick-dots {
    bottom: -30px;
}
.review-star {
	position: absolute;
    right: 106px;
    top: 23px;
}
.front-page-block-5 {
	padding: 130px 0 100px;
}
.form-wrapper {
	background:url(images/opacity-bg.png), url(images/form-bg.png) center no-repeat;
	padding: 157px 148px 197px;
    border-radius: 40px;
}
.form-wrapper input, .call-modal input {
	border: 4px dashed #EA9A9E;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    padding: 22px 24px 23px;
	width: 33%;
}
.form-wrapper input[type="checkbox"] {
	width:auto;
}
.sogl {
	margin-top:10px;
}
.call-modal input {
	width: 90%;
	margin-bottom:19px;
}
.call-modal input[type="checkbox"] {
	width:auto;
	margin: 0 5px 0 0;
}
.sogl a {
	color:#EA9A9E;
}
.sogl {
	margin-bottom:10px;
}
input[type=submit] {
	cursor:pointer;
}
.form-wrapper input[type=text] {
	margin-right:16px;
}
.form-wrapper input[type=submit], .call-modal input[type=submit] {
	font-size: 20px;
    font-weight: 700;
    padding: 24px;
    border: 0;
    background: #EA9A9E;
    border-radius: 60px;
    width: 28%;
    margin-left: 24px;
}
.call-modal input[type=submit] {
	width:90%;
	margin: 0;
}
.form-wrapper .center-title {
	margin-bottom: 26px;
}
.wpcf7-spinner {
	right: 0;
    bottom: 0;
	position:absolute;
}
.wpcf7-form {
	position:relative;
}
.front-page-block-5 {
	background:url(images/bg-3-left.png) left center no-repeat, url(images/bg-3-right.png) right bottom no-repeat;
}
.front-page-block-6 {
	margin-top:60px;
	padding-bottom: 107px;
}
.map-container {
	width:995px;
	margin:7px auto 0;
}
.map-contacts {
	width: 352px;
    border: 3px dashed #D0E8EA;
    border-radius: 30px;
    padding: 32px;
    position: absolute;
    z-index: 100;
    background: #fff;
	top: 50%;
    margin-top: -203px;
}
.map-contacts .map-contacts-row:not(:last-child) {
	margin-bottom:32px;
}
.map-contacts-row-title, .contacts-block-title {
	font-size: 14px;
    margin-bottom: 9px;
}
.contacts-block-txt {
	font-size:20px;
	font-weight:700;
	margin-bottom:9px;
}
.map-contacts-row-info a, .contacts-block-txt a {
	color:#252525;
	text-decoration:none;
}
.map-contacts-social a:not(:last-child) {
	margin-right:10px;
}
.map-contacts-row-info a:hover, .contacts-block-txt a:hover {
	text-decoration:underline;
}
.map-contacts-wrapper {
	position:relative;
}
.front-page-block-6 {
	background:url(images/bg-4-left.png) left bottom no-repeat, url(images/bg-4-right.png) right bottom no-repeat;
}
#breadcrumbs {
	margin-bottom: 32px;
	font-size:14px;
	color:#252525;
	z-index: 2;
    position: relative;
}
#breadcrumbs a {
	text-decoration:none;
	color:#252525;
}
.about-page-block-2 {
	margin-bottom:107px;
}
.about-page-block-2 {
	background:url(images/bg-5.png) bottom 335px center no-repeat;
}
.services-page-block-2 {
	margin-top:33px;
}
.container-contacts {
	display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.contacts-map-container {
	padding-bottom:107px;
	background:url(images/bg-6-left.png) left bottom no-repeat, url(images/bg-6-right.png) right bottom no-repeat;
}
.services-page-wrapper {
	background:url(images/bg-7-left.png) left top no-repeat, url(images/bg-7-right.png) right top no-repeat;
}
.call-modal {
	padding:25px 25px 15px;
}
.prices a {
	text-decoration:none;
	color:#252525;
	box-shadow: 0 0 10px #EA9A9E00;
}

.prices a:hover {
	border-style: solid;
	transform: scale(1.03);
	box-shadow: 0 0 10px #EA9A9E99;
}

.content-wrapper {
	padding-bottom:100px;
}
.block-404 {
	font-size: 40px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}
.block-404 span {
	font-size: 94px;
}
.entry.single a {
	color: #EA9A9E;
	cursor:pointer;
	text-decoration:none;
}
.entry.single a:hover {
	text-decoration:underline;
}
.contacts-mobile .header-contacts-mobile {
    margin-top: 20px;
    padding-bottom: 0;
	font-weight:600;
}
blockquote {
	background:#f1f8f9;
	margin: 30px 0;
    border-radius: 40px;
    padding: 30px;
}
blockquote:before {
	content:url(https://rainmankids.ru/wp-content/uploads/2023/09/quote.svg);
	margin-bottom:10px;
}
body .metaslider .flexslider .flex-direction-nav {
	top: -30px;
    position: absolute;
    right: 0;
}
.metaslider .flexslider .flex-direction-nav li a {
	opacity:1 !important;
	right: 0 !important;
}
.metaslider .flex-direction-nav .flex-prev {
	left: -62px !important;
}
.price-form-block {
	margin-top:40px;
	display:flex;
}
.alt-title {
	font-size:32px;
	font-weight:900;
	line-height:39.01px;
}
.price-form-block .footnote {
	margin-top:10px;
	justify-content: flex-start;
}
.price-form-block .footnote-icon {
    margin-right: 10px;
}
.price-form-block .footnote-icon img {
	width:30px;
}
.price-form-block .footnote-text {
    font-size: 16px;
}
.price-form-block .out-pricelist {
    
}
.price-form-block .pricelist-text {
	font-size: 32px;
    font-weight: 900;
}
.price-form-block .pricelist-row {
	margin-bottom:24px;
}
.price-form-block .pricelist {
	margin-top:20px;
}
.page-price-block, .page-form-block {
	width:100%;
}
.page-form-content {
	background:#D0E8EA;
	border-radius:40px;
	text-align:center;
	padding:50px 52px;
	height:100%;
	position:relative;
}
.alt-title.with-star:before, h2.with-star:before {
	content: '' !important;
    background: url(images/star-h2.svg) center no-repeat;
    background-size: cover;
    width: 69px;
    height: 73px;
    position: absolute;
    top: -22px;
    left: -29px;
    z-index: -1;
}
.alt-title.with-star {
	position: relative;
	z-index:1;
}
.page-form-content .alt-title {
	display:inline-block;
}
.page-form-content .alt-title.with-star:before {
	left:0;
}
.page-price-block {
	margin-right:30px;
	text-align:center;
}
.page-form-text {
	line-height: 22px;
    width: 426px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 64px;
}
.page-form-content input {
    width:86%;
	border: 4px dashed #EA9A9E;
    border-radius: 20px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    padding: 18px 24px 19px;
	margin-bottom: 30px;
}
.top-30 {
	margin-top:30px;
}
.page-form-content input[type=submit] {
	
	font-size: 20px;
    font-weight: 700;
    padding: 24px;
    border: 0;
    background: #EA9A9E;
    border-radius: 60px;
    width: 86%;
	margin-bottom: 0;
}
.bottom-page-block {
	background: url(images/bg-5.png) bottom 240px center no-repeat;
}
.bottom-page-block .profi {
    margin-top: 50px;
}
.bottom-page-block .groups {
    margin-top: 20px;
}
.bottom-page-block .container-groups {
    margin-top: 70px;
}
.bottom-page-block .reviews {
    margin-top: 90px;
}
.bold-text {
	font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}
.video-block {
	margin:100px 0;
}
.video-block video {
	display:block;
	margin:16px auto 0;
	border-radius:30px;
}
.front-page-block-3-1 {
	margin-top:120px;
}
.special-offer-text {
	line-height: 22px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.special-offer-price {
	font-size: 24px;
    font-weight: 600;
}
.special-offer-img {
	border-radius:20px;
	height: 300px;
    overflow: hidden;
}
.special-offers-item {
	border: 4px dashed #EA9A9E;
    border-radius: 20px;
    padding: 20px;
    margin: 0 10px;
	height: auto;
}
.special-offers {
	margin-top:40px;
}
.special-offers .slick-track {
	display: flex;
}
.special-offers .slick-dots {
	margin-bottom:-40px;
}
.category-list-item {
	margin-bottom:50px;
	border-bottom: 2px dashed #EA9A9E;
    padding-bottom: 20px;
}
.category-list-item-title {
	font-size: 35px;
    font-weight: 800;
	margin-bottom:24px;
	color:#EA9A9E;
	text-decoration:none;
	display: inline-block;
}
.category-list-item-link {
	margin-top:10px;
	text-align:right;
}
.category-list-item-link a {
	color:#EA9A9E;
    font-weight: 500;
    text-decoration: none;
}
.category-list-item-link a:hover {
	text-decoration: underline;
}
.category-list-item-body {
	display: flex;
}
.category-list-item-pic {
	flex: none;
    margin-right: 20px;
}
.category-list-item-pic img {
	border-radius:20px;
}
.free-lesson {
	position: relative;
    line-height: 67.2px;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat';
}
.free-lesson:before {
	content:url(/wp-content/uploads/2023/10/line.svg);
	position:absolute;
	z-index: -1;
    left: -77px;
}
.banner-first-visit-title {
	line-height: 46.32px;
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner-first-visit-subtitle {
	font-size: 32px;
    line-height: 39.01px;
    font-weight: 900;
	margin-bottom:32px;
	position:relative;
	padding-top: 12px;
}
.banner-first-visit-subtitle:before {
	content:url(/wp-content/uploads/2023/10/line-2.svg);
	position:absolute;
	left: -28px;
    z-index: -1;
    top: 0;
}
.entry.single a.banner-first-visit-button {
	line-height: 24.2px;
    font-size: 20px;
    font-weight: 700;
    color: #252525;
    padding: 20px 64px;
    background: #EA9A9E;
    border-radius: 60px;
	display: inline-block;
}
.entry.single a.banner-first-visit-button:hover {
	text-decoration:none;
}
.banner-first-visit {
	border: 4px dashed #EA9A9E;
    border-radius: 30px;
    padding: 98px 66px 98px 57%;
    text-align: right;
	background:url(/wp-content/uploads/2023/10/first-visit.svg) left 30px bottom -4px no-repeat, url(/wp-content/uploads/2023/10/heap.svg) right -4px top -4px no-repeat;
	margin: 40px 0;
}
.block-license-border {
	border: 4px dashed #EA9A9E;
    border-radius: 30px;
    padding: 35px;
}
.specialist-pic {
	margin-right:30px;
	flex:none;
}
.specialist-card {
	display:flex;
}
.diploms {
	margin-top:50px;
}
.specialists-row {
	display: flex;
    flex-wrap: wrap;
}
.specialists-cell {
	width:23.2%;
	margin-bottom:50px;
	margin-right:30px;
}
.specialists-cell.four-cell {
	margin-right:0px;
}
.specialists-cell a {
	text-decoration:none;
}
.specialists-row .specialists-cell:last-child {
	margin-right:0px;
}
.specialist-name {
	margin-top: 16px;
    color: #252525;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.specialist-profil {
	line-height: 22px;
    color: #555555;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.footer_map {
    position: relative;
    cursor: help;
}
.for-parents {
	margin-top:40px;
}
.policy {
	color: #555555;
    margin-top: 10px;
    line-height: 22px;
    margin-left: 13px;
}
.policy a {
	color: #555555;
	text-decoration:underline;
}
.button-default:hover, .entry.single a.banner-first-visit-button:hover, .page-form-content input[type=submit]:hover, .form-wrapper input[type=submit]:hover, .call-modal input[type=submit]:hover {
	background: #D08084;
	color:#fff;
}
.recvisits {
	margin-bottom:50px;
}
.recvisits-row {
	padding: 5px 0;
    border-bottom: 1px solid #e9eaea;
}
.recvisits-row span {
	font-weight:700;
}
.banner-newyear-tab {
    display:none;
}
.fancybox-slide--image .fancybox-content {
transition-duration: 0s !important;
}
.video-gallery {
	display: flex;
    justify-content: center;
}
.video-gallery a {
	margin:12px;
}
.video-gallery img {
	width:300px;
}
.services-page-block-license {
	margin-top:130px;
}