@font-face {
	font-family: DIN Round Pro; 
	src: url(../../fonts/dinroundpro_black.otf); 
}
@font-face {
	font-family: DIN Round Bold; 
	src: url(../../fonts/dinroundpro_bold.otf); 
}
@font-face {
	font-family: DIN Round Medium; 
	src: url(../../fonts/dinroundpro_medi.otf); 
}
@font-face {
	font-family: DIN Round Light; 
	src: url(../../fonts/dinroundpro_light.otf); 
}
* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif !important;

}
.about_baby_cont {
    width: auto !important;
    margin-top: 20px;
    /* text-align: center; */
}
div#faq h1 {
    background: #ff9500;
    width: 100%;
    color: white;
}
.brand {
    padding-bottom: 50px;
    width: 100%;
    height: auto;
}
.container1 {
    width: 100%;
    height: auto;
}
.container1 h1 {
}
.slide-desc {
	text-transform:uppercase;
}
.swiper-button-next:after, .swiper-button-prev:after {
    color: #ff9500;
}
.swiper{
	width: 100%;
	height: 100%;
}
.swiper-slide{
	text-align: center;
	font-size: 18px;
	background-color: aliceblue;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img{
	position:relative;
	width: 100%;
	height:600px;
	object-fit: cover;
	filter: brightness(40%);

}
.slide-text {
	position:absolute;

	display:flex;
	flex-direction:column;
	align-items:center;
	color:white;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: 140px !important; 
	left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: 140px !important; 
	right: auto;
}
.langs {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.two-buttons-button {
    display: inline-block;
    border-radius: 4px;
    background-color: #ff9500;
    border: none;
    color: white;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}
.two-buttons-button:hover {
    background: #ff5900;
}

.two-buttons-button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
	color: white;
}

.two-buttons-button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
}

.two-buttons-button:hover span {
	padding-right: 25px;
}

.two-buttons-button:hover span:after {
	opacity: 1;
	right: 0;
}
.about_baby_img {
	width: 50%;
}
.about_baby_img img {
	width:100%;
	object-fit:cover;
}
.about_baby_cont {
    width: 45% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
}
.about_baby_silk {
	flex-wrap:wrap;
	justify-content:space-between;
}
.our_works ul.slick-dots {
	bottom: 20px; 
}
.our_works .slick-dots li button:before
{
	font-size: 10px;
	line-height: 20px;
}

.our_works .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
}

.our_works .slick-dots li {
	width: 10px;
	height: 10px;
	background: none;
	border:  2px solid #fff;
	border-radius: 50%;
}

.our_works .slick-dots li button::before {
	display: none;
}

.our_works .slick-dots li.slick-active {
	width: 10px;
	height: 10px;
	background: #CFAB61;
	border-color: #CFAB61;
}
.sea {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-family:  DIN Round Medium,Roboto,Arial,sans-serif;

}
.podberem {
	width:100%;
	display:flex;
	justify-content:space-between;
}
.xo {
	display:none !important;
}
.comment_txt a {
    color: #ff5900;
	transition: color 0.3s;
}
.comment_txt a:hover {
    color: #ff9500;
}
.social_wrapperz {
	right:0;
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	display:none;
	position: fixed;
	top:50%;
	transform: translateY(-100%);
	z-index: 50;
}
.social_wrapperz {
	right:30px;
	bottom: 0;
	width: auto;
	display: flex;
	/* flex-direction: column; */
	/* align-items: flex-end; */
	top:  unset;
	transform: none;
}
.social_wrapperz {
	position: fixed;
	/* transform: translateY(80%); */
	z-index: 100;
}
.social_wrapperz a {
	margin-bottom: 20px;
}
.social_wrapperz img {
	width: 56px;
	z-index: 100;
}
.social_wrapperz a::before {
	box-sizing: content-box;
	/* border: 2px solid #007C39; */
	width: 95px;
	height: 95px;
	top: -20px;
	left: -20px;
	position: absolute;
	border-radius: 100%;
	opacity: 0.5;
	transition: all 0.5s ease 0s;
	content: "";
	animation: 2.4s ease-in-out 0s infinite normal none running circle-anim !important;
	width: 55px;
	height: 55px;
	top: -5.5px;
	left: -6px;
}
.social_wrapperz a::after {
	content: "";
	box-sizing: content-box;
	background-color: #007C39;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	animation: 2.3s ease-in-out 0s infinite normal none running circle-fill-anim;
	transition: all 0.5s ease 0s;
	z-index: 1;
	width: 65px;
	height: 65px;
	top: -10.5px;
	left: -9.5px;
}

.mobhometel {
	font-size: 0px;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 9;
	border-radius: 50%;
	display: block;
	width: 40px;
	height: 40px;
	background: #007C39;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobhometel::before {
	box-sizing: content-box;
	border: 2px solid #007C39;
	width: 95px;
	height: 95px;
	top: -20px;
	left: -20px;
	position: absolute;
	border-radius: 100%;
	opacity: 0.5;
	transition: all 0.5s ease 0s;
	content: "";
	animation: 2.4s ease-in-out 0s infinite normal none running circle-anim !important;
	width: 55px;
	height: 55px;
	top: -9.5px;
	left: -9.5px;
}
.mobhometel::after {
	content: "";
	box-sizing: content-box;
	background-color: #007C39;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	animation: 2.3s ease-in-out 0s infinite normal none running circle-fill-anim;
	transition: all 0.5s ease 0s;
	z-index: 1;
	width: 65px;
	height: 65px;
	top: -14.5px;
	left: -14.5px;
}


@keyframes pulse { 
	0% { transform: scale(0.9); opacity: 1; }
	50% { transform: scale(1); opacity: 1; }
	100% { transform: scale(0.9); opacity: 1; }
}
@-webkit-keyframes pulse { 
	0% { transform: scale(0.95); opacity: 1; }
	50% { transform: scale(1); opacity: 1; }
	100% { transform: scale(0.95); opacity: 1; }
}
@keyframes tossing { 
	0% { transform: rotate(-8deg); }
	50% { transform: rotate(8deg); }
	100% { transform: rotate(-8deg); }
}
@-webkit-keyframes tossing { 
	0% { transform: rotate(-8deg); }
	50% { transform: rotate(8deg); }
	100% { transform: rotate(-8deg); }
}
@-webkit-keyframes circle-anim { 
	0% { transform: rotate(0deg) scale(0.5) skew(1deg); opacity: 0.1; }
	30% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: 0.5; }
	100% { transform: rotate(0deg) scale(1) skew(1deg); opacity: 0.1; }
}
@keyframes circle-anim { 
	0% { transform: rotate(0deg) scale(0.5) skew(1deg); opacity: 0.1; }
	30% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: 0.5; }
	100% { transform: rotate(0deg) scale(1) skew(1deg); opacity: 0.1; }
}
@-webkit-keyframes circle-fill-anim { 
	0% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: 0.2; }
	50% { transform: rotate(0deg) scale(1) skew(1deg); opacity: 0.2; }
	100% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: 0.2; }
}
@keyframes circle-fill-anim { 
	0% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: 0.2; }
	50% { transform: rotate(0deg) scale(1) skew(1deg); opacity: 0.2; }
	100% { transform: rotate(0deg) scale(0.7) skew(1deg); opacity: 0.2; }
}


.social_wrapperz a.social_wrapperz_tel::before {/* border-color: #7dade1; */}

.social_wrapperz a.social_wrapperz_tel::after {
	background: #ff9500;
}

.social_wrapperz a {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
}

.social_wrapperz a.social_wrapperz_tel {
	background: #ff5900;
}

body {
	background:white;
}


@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');
.burger-menu_button {
    position: fixed;
    top: 74px;
    right: 17px;
    z-index: 30;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background-color: #ff9500;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
/* .burger-menu_button:hover .burger-menu_lines {
filter: brightness(0.7);
} */

.burger-menu_button:hover {
	background-color: #ff9500;
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
	position: absolute;
	width: 32px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.burger-menu_lines {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	columns: #fff;
}
.burger-menu_lines::before {
	content: '';
	top: -12px;
}
.burger-menu_lines::after {
	content: '';
	top: 12px;
}


.burger-menu_active .burger-menu_lines {
	background-color: transparent;
}
.burger-menu_active .burger-menu_lines::before {
	top: 0;
	transform: rotate(45deg);
	background-color:black;
}
.burger-menu_active .burger-menu_lines::after{
	top: 0;
	transform: rotate(-45deg);
	background-color:black;
}

.burger-menu_nav {
	padding-top: 120px;
	position: fixed;
	top: -23px;
	z-index: 20;
	display: flex;
	flex-flow: column;
	height: 100%;
	background-color: #CFAB61;  /*цвет меню фона*/
	overflow-y: auto;
	right: -100%;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	transition: 0.8s;
}
.burger-menu_active .burger-menu_nav {
	right: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.burger-menu_link {
	padding: 18px 35px;
	font-family:  DIN Round Medium,Roboto,Arial,sans-serif;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	color: black;
	border-bottom: 1px solid #fff;
}
.burger-menu_link:first-child {
	border-top: 1px solid #fff;
}
/* .burger-menu_link:hover {
filter: brightness(0.9);
} */
.burger-menu_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 10;
}
.burger-menu_active .burger-menu_overlay {
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
}
.companies-slider {
	display: block;
}
.burger-menu {
	display: none;
}
.d1 {
	display: flex; 
	justify-content: center;

}	
.border {
	border-top: 10px dotted black; 
	width: 400px; 
	height: 1px;
}
.end {
	justify-content:flex-end !important;
}
.end p {
	margin-right:10px !important;
}
.ques {
	overflow-x:hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

	padding-bottom:100px;
}

.ques .simple_title {
	color: black;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 1.25;
}
.ques_inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ques_img {
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ques_img img{
	width: 200px;
}
.ques_img span {
	background: #5f6569;
	padding: 10px;
	color: white;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
}
.ques_about {
	display: flex;
	flex-direction: column;
	margin-left: 50px;
}
.ques_text {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.ques_text span {
	width: 150px;
	text-align: center;
	background: #5f6569;
	padding: 10px;
	color:white;
	background: #5f6569;
	padding: 10px;
	color: white;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
}
.ques_text p {
	margin-left: 10px;
	margin-top: 10px;
	color: #5f6569;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.25;
}
.fig_img {
	position: relative;
	right: -18%;
}
.fig_img img {
	width: 300px;

}


.footer-center span {
	font-size: 13px;
	color: hsla(0,0%,100%,.7);
	font-family: Roboto,Arial,sans-serif;
	font-weight: 500;
	text-decoration: none;
}
.container {
	max-width: 1254px;
	margin: 0 auto;

}
.about_baby .buttons {
	width:332px;
}
.photo {
	width:30%;
}
.photo img {
	width:100%;
}
.tras {
	opacity:0;
}
.mt_30 {
	margin-top: 30px;
}
.sit_photo{
	width: 60%;
}
.sit_photo img {
	width: 100%;
}
.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}
.flex-column {
	flex-direction:column;
}
.sit_txt span{
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	color: #173a4f;
	color: #444;
}
.sit_txt p{
	font-family: DIN Round Light,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 28px;
	color: #173a4f;
	color: #444;
}
.sit_baby {
	padding-bottom: 100px;
}
.blog_photo {
	position: relative;
}
.block1 {
	padding-top: 10px;
	background: white;
}
.test {
	text-decoration:none;
}
.peres {
	width:100%;
	height:300px;
	object-fit:cover;
}

.fifty {
	top:45% !important;
}
.menu li{
	list-style-type:none;
}
header {
	position: relative;
	bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.langs a {
	color: #000;
	/*font-family: Roboto,Arial,sans-serif;*/
	font-family: DIN Round Bold, Roboto, Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	text-decoration: none;
	line-height: 1.2;
	color: #173a4f;
	cursor: pointer;
}
.langs a.sel {
	color: #c00;
}
.widget-advan {
	width:100%;
	display:flex;
	align-items:center;
	justify-content:space-between;
} 
.lang {
	display: flex;
	align-items: center;
}
.lang p {
	margin-left: 10px;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #173a4f;
	cursor: pointer;
}
.social {
	display: flex;
	align-items: flex-start;
}

.Button_Button__9YWy4 {
	display: inline-flex;
	background: #fff;
	border: 2px solid #fff;
	position: relative;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	cursor: pointer;
	font-family: DIN Round Pro, Roboto, Arial, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	transition: border-color 0.2s ease;
}
.Button_Button__9YWy4:before {
	content: "";
	width: 98.4%;
	height: 95.2%;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 1;
	background: #fff;
	position: absolute;
	transition: background 0.2s ease;
}
.Button_Button__label__31N8y {
	position: relative;
	z-index: 5;
	color: #fff;
	text-align: center;
	transition: color 0.2s ease;
}
.Button_Button__icon__1YOsB {
	position: relative;
	z-index: 3;
}
.Button_Button__preloader__njLhk {
	z-index: 3;
}
.Button_Button_size_md__Hh0LE {
	min-height: 62px;
	padding: 10px 40px;
	font-size: 20px;
}
.Button_Button_size_sm__n7KCe {
	min-height: 50px;
	padding: 1px 30px;
	font-size: 15px;
}
.Button_Button_size_xs__BZS2Y {
	min-height: 25px;
	border-width: 1px;
	font-size: 12px;
	padding: 5px 10px;
}
.logo a {
	text-decoration:none;
	color: black;
	text-transform: uppercase;
	font-family: DIN Round Bold, Roboto, Arial, sans-serif;
	font-weight: 900;
	font-size:20px;
}
.buttons .Button_Button_color_orange__n8S5I {
	border-color: #5f6569;
}
.buttons .Button_Button_color_orange__n8S5I:before {
	background: #5f6569;
}
.buttons .Button_Button_color_orange__n8S5I .Button_Button__label__31N8y {
	color: #fff;
}
.buttons .Button_Button_color_yellow__klphx {
	border-color: #5f6569;
}
.buttons .Button_Button_color_yellow__klphx:before {
	background: #5f6569;
}
.buttons .Button_Button_color_yellow__klphx .Button_Button__label__31N8y {
	color: #fff;
}
.Button_Button_color_blue__rFaEA {
	border-color:#5f6569;

}
.Button_Button_color_blue__rFaEA:before {
	background: #5f6569;
}
.Button_Button_color_blue__rFaEA .Button_Button__label__31N8y {
	color: #fff;
}
.Button_Button_color_white__2VXg6 {
	border-color: #aad8f1;
}
.Button_Button_color_white__2VXg6:before {
	background: #fff;
}
.Button_Button_color_white__2VXg6 .Button_Button__label__31N8y {
	color: #173a4f;
}
.Button_Button_theme_blue__31dAk:active,
.Button_Button_theme_blue__31dAk:hover {
	border-color: #48bbff;
}
.Button_Button_theme_blue__31dAk:active:before,
.Button_Button_theme_blue__31dAk:hover:before {
	background: #48bbff;
}
.Button_Button_theme_blue__31dAk:active .Button_Button__label__31N8y,
.Button_Button_theme_blue__31dAk:hover .Button_Button__label__31N8y {
	color: #fff;
}
.Button_Button_outlined__CovUw:before {
	border-radius: 0;
	width: 100%;
	height: 100%;
	left: 0;
	transform: none;
}
.Button_Button_uppercase__pSIFj .Button_Button__label__31N8y {
	text-transform: uppercase;
}
.Button_Button_link__TmksV {
	display: flex;
	background: transparent;
	border: none;
	border-radius: unset;
}
.Button_Button_link__TmksV .Button_Button__icon__1YOsB,
.Button_Button_link__TmksV .Button_Button__label__31N8y {
	color: #48bbff;
}
.Button_Button_link__TmksV:before {
	content: none;
}
.Button_Button_fsize_md__7OzJR {
	font-size: 16px;
}
.Button_Button_relative__xAl2s {
	width: 100%;
}
.Button_Button_icon-pos_left__Zk8wu .Button_Button__icon__1YOsB {
	order: 1;
}
.Button_Button_icon-pos_left__Zk8wu .Button_Button__label__31N8y {
	order: 2;
}
.Button_Button_label-overflow__l9QHz {
	justify-content: flex-start;
}
.Button_Button_label-overflow__l9QHz .Button_Button__label__31N8y {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block1 nav {
    background: #ff9500;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}
header nav ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
header nav ul li {
	list-style-type: none;
}
.menu a {
	text-decoration:none;
	color: black;
	text-transform: uppercase;
	font-family: DIN Round Bold, Roboto, Arial, sans-serif;
	font-weight: 900;
}
.menu a:hover {
	text-decoration: underline;
	transition: 0.7s all ease;
}


.intro {
	/*height: 60vh;*/
	height: 730px;
	min-height: 730px;
	position: relative;
	background: rgba(192,192,192,0.6);
}
.intro:after {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.intro_title {
	position: absolute;
	top:60%;
	z-index: 3;
	display:flex;
	align-items: center;
	justify-content: center;
}
.video {
	position: relative;
}

video {
	z-index:100;
	width: 100%;
	/*height:60vh;*/
	height: 730px;
	min-height: 730px;
	object-fit:cover;
}




.buttons {
	margin-top: 100px;
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.scroll {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.scroll h1 {
	position: absolute;
	left:50px;
}
.block3 {
	margin-top: 20px;
}
.blocks {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.advan {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.advan span{
	font-family: DIN Round Pro,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.2;
	color: #173a4f;
	padding: 10px 20px;
}
.advan p {
	width:250px;
	text-align: center;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	margin-top: 15px;
	text-align: center;
}
.clouds img{
	width: 100%;
}
.clouds {
	position: relative;
	bottom:100px;
}
.block4 {
	background: white;
	padding-top: 50px;
}
.school {
	margin-top: 0;
}
.simple_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
div#advantages em {
    color: white;
}
.simple_title h1 {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 36px;
	line-height: 1.3;
	text-align: center;
}
.baby_flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about_baby_sitter {
	display: flex;
	flex-direction: column;
}
.about_baby {
	display: flex;
	justify-content:space-between;
	/*align-items: center;*/
	margin-top: 20px;
}
.about_baby p {
    font-family: DIN Round Medium,Roboto,Arial,sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.25;
    /* margin-left: 20px; */
    /* width: 450px; */
}
span {
    color: black;
	transition: color 0.3s;
}
span:hover {
	color: white;
}
.about_baby ul {
	display: flex;
	flex-direction: column;
	margin-left: 40px;
}
.about_baby ul li {
	margin-top: 15px;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.67;
}
.center {
	justify-content: center;
	margin-top: 30px;
}
.block5 {
	padding-bottom: 40px;
}

.study_sitter {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-top: 50px;
}
.photo img {
	border-radius: 50%;
}
.quotes_title {
	width:50%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 80px;
}
.quotes {
	position: relative;
	display: flex;
	flex-direction: column;

}

.logo-inner {
    width: 300px;
}
.quotes p {
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	margin-bottom: 32px;
	font-size: 24px;
	line-height: 1.3;
	color: #173a4f;
	margin-top: 20px;
}
.first {
	transform: scale(-1);
	position: absolute;
	left:-8%;
	bottom:70%;
	width: 25px;
}
.second {
	width: 25px;
	position: absolute;
	top:60%;
	right: -5%;
}

.quotes_text p {
	font-family: DIN Round Light,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.2;
	color: #173a4f;
}
.quote_button {
	margin-top: 40px;
}
.block6 {
	padding: 70px 0 90px;
	background:#ff9500;
	display: flex;
}
.comments_block {
	margin-top: 40px;
	display: grid;
	grid-gap: 14px 18px;
	grid-template-columns: repeat(3,1fr);
	grid-auto-flow: row;
	min-height: 518px;
	grid-template-areas:
		"a c c"
		"a d f"
		"a d g"
		"b d g"
		"b e g";
}
.comment {
	background: white;
	height: 100%;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comment_txt {
	padding:10px 10px;
	position: relative;
}
.comment_txt p{
	line-height: 1.33;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 23px;
}
.comment_txt img {
	position: relative;
	top:35px;
	width: 105px;
}
.firstl {
	transform: scale(-1);
	position: absolute;
}
.secondl {
	position: absolute;
	top:60%;
	left:80%;
}
.a {
	grid-area: a; 
}
.a .firstl{
	top:30px;
}
.a p {
	margin-top: 50px;
}
.c {
	grid-area: c;
}
.c .firstl {
	bottom:60px;
	left:-15%;
}
.c .secondl {
	left: 100%;
}
.b {
	grid-area: b;
}
.d {
	grid-area: d;
}
.f {
	grid-area: f;
}
.e {
	grid-area: e;
}
.g {
	grid-area: g;
}
.g .firstl {
	bottom:120px;
}
.g .secondl {
	top:100px;
}
.block7 {
	padding: 70px 0;
	background: white;
}
.block7, .block8 .simple_title h1 {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
}
.simple_title p {
    font-size: 24px;
    font-family: DIN Round Medium,Roboto,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.3;
    color: black;
    text-align: center;
    margin-top: 15px;
}

.sitter .Button_Button_color_orange__n8S5I {
	border-color: #5f6569;
}
.sitter .Button_Button_color_orange__n8S5I:before {
	background: #5f6569;
}
.sitter .Button_Button_color_orange__n8S5I .Button_Button__label__31N8y {
	color: #fff;
}

.baby_sitter{
	display: flex;
	flex-wrap:wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 60px;
}
.sitter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 301px;
	background: #fff;
	border-radius: 15px;
	padding-bottom: 30px;
	margin-top:50px;
}
.sitter_photo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #ff9500;/*#fff7d9;*/
	padding-top: 10px;
	max-height:103px;
	padding-bottom: 10px;
	border-radius: 15px 15px 0 0px;
}
.sitter_price a {
    color: black;
}
.sitter_price a:hover {
    color: #ff5900;
}
.sitter_photo img {
    width: 190px;
    height: 100px;
}
.thir {
	padding-top: 30px;
	padding-bottom: 10px;
}
.sitter_title {
	display: flex;
	flex-direction: column;
	height: 50px;
	margin-bottom: 10px; 
}
.sitter_title p {
	font-size: 18px;
	font-family: DIN Round Pro,Roboto,Arial,sans-serif;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	margin-top: 10px;
}
.sitter_title span {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	margin-top: 15px;
	text-align: center;
}
.sitter_price {
	margin-top: 15px;
	padding-bottom: 70px;
	overflow-y:scroll;
}
.sitter_price::-webkit-scrollbar {
	width: 10px;
	background-color: #f9f9fd;
}

.sitter_price::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color:#ff9500;
}

.sitter_price::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 10px;
	background-color: #f9f9fd;
}
.sitter_price p {
	/*color: #e85222;*/
	font-family: Roboto,Arial,sans-serif;
	/*font-weight: 700;*/
	font-size: 20px;
	line-height: 1.15;
	padding:10px;
}
.block {
	padding:50px 0;
}
.block8 .baby_sitter {
	justify-content: center;
}
.block8 .baby_sitter .sitter {
	margin-left: 20px;
	margin-right: 20px;
}
.block8 .sitter_photo {
	position: relative;    
	align-items: center;
	justify-content: space-between;
}
.opa {
	opacity: 0;
}
.flag {
	display: flex;
	flex-direction: column;
	left: 10px;
	top: 15px;
	width: 100%;
}
.flag p {
	position: relative;
	bottom: 40px;
	left: 5px;
	font-family: DIN Round Pro,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 14px;
	color: #173a4f;
}
.flag img {
	height: 45px;
}
.block8 .sitter {
	justify-content: flex-start;
}
.block8 .sitter .sitter_title p{
	margin-top: 20px;
	font-size: 18px;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 800;
	line-height: 1.2;
}
.opac {
	text-align: center;
	margin-top: 30px;
	opacity: 0.7;
}
.buttona {
	display: flex;
	align-items: center;
	justify-content: center;
}
div#form a {
    color: black;
}
div#form a:hover {
    color: #ff5900;
}
.buttona .Button_Button_color_orange__n8S5I {
    background: #ff9500;
    border-radius: 10px;
}
.buttona .Button_Button_color_orange__n8S5I:before {
	background: #ff9500;
    border-radius: 10px;
}
.bbuttona.Button_Button_color_orange__n8S5I .Button_Button__label__31N8y {
	color: #fff;
}

.block9 {
	background: #fdf5f5;
	position: relative;
}
.stars {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.stars img {
	width: 100%;
}
.nyanya_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 70px;
}
.nyanya_block {
	width: 28%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #fff;
	border-radius: 15px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	height: 480px;
}
.nyanya_block img {
	width: 180px;
	border-radius: 50%;
	object-fit: cover;
}
.nyanya_block p {
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.25;
	color: #173a4f;
	text-align: center;
	margin-top: 24px;
}
.nyanya_block span {
	font-family: DIN Round Light,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #173a4f;
	opacity: .8;
	margin-top: 12px;
}
.nyanya_block a {
	font-family: Roboto,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: .01em;
	opacity: .7;
	color: #e85222;
	cursor: pointer;
	grid-gap: 6px;
	gap: 6px;
	margin-top: 24px;
	text-decoration: none;
}
.block9 .buttona {
	margin-top: 40px;
}
.calculator {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sample {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.sample p {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	color: #173a4f;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 1;
}
.hori {
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.hori .cifres {
	display: flex;
	/*width: 180px;*/
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;   
}
.cifres span {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #173a4f;
	border-color: #173a4f;
	border: 1px solid #899da7;
	border-radius: 12px;
	min-width: 48px;
	min-height: 44px;
	font-family: DIN Round Pro,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1;
	text-align: center; 
	cursor: pointer;
}
.active {
	background: #c8e8fb !important;
}
.qa {
	margin-top: 21px;
	color: rgba(23,58,79,.5);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: .213333px;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 500;
}

.price_form {
	background: #eadcd2;
	padding: 20px;
	height: 180px;
	width: 95%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 0 15px 15px;
	margin-top: 40px; 
}
.form {
	display: flex;
	flex-direction: column;
}
.checkbox {
	margin-top: 30px;
	display: flex;
	align-items: flex-start;
}
.checkbox p {
	margin-left: 10px;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	letter-spacing: .215385px;
	color: #173a4f;
	font-size: 14px;
	line-height: 1.4;
	opacity: .5;
}
.checkbox a{
	color:#173a4f;
}
.price {
	position: relative;
	top: 
}
.prices {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.prices p {
	font-size: 16px;
	font-family: DIN Round Pro,Roboto,Arial,sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #333;
}
.prices .buttona {
	margin-top: 20px;
}
.chos {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	color: #173a4f;
	letter-spacing: 1px;
	font-size: 20px;
	margin-top: 40px;
	text-align: center;
}
.usr {
	width: 100%;
	margin-top: 30px;
	border-radius: 12px;
	padding: 15px;
	font-size: 16px;
	background: #5f6569;
	color: white;
	outline: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.usr option {
	font-size: 18px;
}

.service_item {
	width: 30%;
	margin: 0 auto;
}
.prices p span {
	color: #e85222;
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 38px;
}
.form input {
	background-color: #fff;
	border: 1px solid #173a4f;
	border-radius: 15px;
	padding: 18px 18px;
	outline: none;
}
.form input::placeholder {
	outline: none;
	border: none;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .21px;
	color: #173a4f;
	background-color: transparent;
	width: 100%;
	padding-left: 0;
	transition: .3s ease;
}
.search_sitter {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}
.search {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 30%;
}
.search p {
	margin-top: 23px;
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	color: #173a4f;
	line-height: 1.3;
	text-align: center;
	font-size: 24px;
}
.search span {
	font-family: Roboto,Arial,sans-serif;
	font-size: 24px;
	line-height: 1.33;
	text-align: center;
	color: #173a4f;
	opacity: .8;
	margin-top: 20px;
}
.block11 .buttona {
	margin-top: 40px;
}
.block12 {
	position: relative;
	background:white;
}
.block12 .clouds {
	bottom:150px;
}
.saz {
	top:60% !important;
}
.photogallery {
	margin-top: 30px;
}
.slider .photos {
	position:relative;
}
.photos_text h1 {
	font-family: DIN Round Bold, Roboto, Arial, sans-serif;
	font-weight: 900;
}
.photos_text .photos_description {
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* color: #ff9500; */
    background: #ff9500;
}
.about_baby {
    background: #ff9500;
    border-radius: 10px;
    color: white;
}
.about_baby_img img {
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
}
.link_to_refer {
    background: #ff9500;
    /* padding: 10px; */
    width: 110px;
    height: 35px;
    display: flex;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-family: DIN Round Bold, Roboto, Arial, sans-serif;
    font-weight: 900;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
	transition: background 0.3s;
}
.link_to_refer:hover {
	background: #ff5900;
}
.photos_text {
	position:absolute; 
	width:100%; 
	height:100%;
	display:flex; 
	flex-direction:column; 
	align-items:center; 
	justify-content:center; 
	z-index:10; 
	color:white;
}
.slick-list.draggable {
	padding: 0 !important;
	/*margin: 0 -5px;*/
}
.slickarrow .container {
	width: 1254px;
}
.slickarrow {
	width: 100%;
	position: absolute;
	left: 0;
	top: 65%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mask {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.prev {
	cursor: pointer;
	margin-left: -30px;
	transform: rotate(180deg) scale(2);
}
.next {
	cursor: pointer;
	margin-right: -30px;
	transform: scale(2);
}
.block13 {
	background: #fff7d9;
	position: relative;
}
.grades {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.grades p  {
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #173a4f;
	line-height: 1.3;
}
.grades span {
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	color: #173a4f;
	line-height: 1.3;   
}
.grades svg {
	margin-left: 5px;
}
.grades span {
	margin-left: 35px;
}

.otzyv_slider {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.otzyv {
	background: #fff;
	display: flex;
	flex-direction: column;
	width: 90%;
	border-radius: 15px;
	padding: 25px;
}
.otzyv p {
	margin-top: 15px;
	font-size: 22px;
	line-height: 1.2;
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	min-height: 2em;
	color: #173a4f;
	padding-bottom: 20px;
}
.otzyv span {
	font-size: 16px;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	line-height: 1.4;
}

.avatar {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.avatar p {
	margin-left: 10px;
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.2;
	color: #173a4f;
}

.otzyv_slider .slick-slide {
	margin-right: 5px;
	margin-left: 5px;
}

.prevs {
	cursor: pointer;
	margin-left: -30px;
	transform: rotate(180deg) scale(2);
}
.nexts {
	cursor: pointer;
	margin-right: -30px;
	transform: scale(2);
}

.block13 .buttona {
	margin-top: 30px;
}
.block13 .slickarrow {
	top:55%;
}

.block14 {
	position: relative;
}
.block13 .clouds {
	top:130px;
}

.faq-items {
	margin-top: 40px;
}
.tab-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tab-text {
	display: none;
}
.tab_index {
	display: none;
}
.new {
	display: flex;
}
.plas img {
    width: 40px;
}
.faq-head {
	position: relative;
	font-size: 24px;
	line-height: 1.3;
	color: #173a4f;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	display: flex;
	flex-direction:column;
	justify-content: space-between;
	padding: 29px 21px;
	cursor: pointer;
	border-radius: 2px;
	border: none;
	border-top:1px solid #ff9500;
	border-radius: 2px;
	color: #151515;
}
.faq-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq-content {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #444444;
	line-height: 1.5;
	display: none;
	padding: 20px 25px 30px;
}

.active {
	display: block;
}
.documents {
	margin-top: 10px;
}
.arrow {
	display: block;
	float: right;
	margin-top: 0.25em;
	border-color: transparent;
	border-top-color: #d00;
	border-style: solid;
	border-width: 0.5em 0.31em 0;
	width: 0;
	height: 0;
	position: relative;
	line-height: 0;
}
.plus {
	position: absolute;
	top: 30%;
	right: 25px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #cfab61;
}
.plus::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
	height: 2px;
	background: #fff;
	transition: 0.5s;
}
.plus::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2px;
	height: 15px;
	background: #fff;
	transition: 0.5s;
}
.faq-head .plus.plusactive::after {
	opacity: 0;
}

.add {
	display: block;
	font-weight: bold;
	height: 40px;
	transition: all .4s ease-in-out;
}
.plas {
	transition: all .4s ease-in-out;
}
.rotate{
	transform: rotate(45deg);
}

.block15 {
	background: #eadcd2;
	position: relative;
}
.block15 .clouds {
	top: 135px;
}
.partners {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.partners img {
	width: 26%;
	height: 80px;
	margin-top: 80px;
}  
.selfmama {
	height: 150px !important;
} 
.aqua {
	width: 138px !important;
	height: 106px !important;
}
.block16 {

}
.figures {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:30px;
}
.figures ol {
	display:flex;
	flex-direction:column;
}
.figures li {
	display:flex;
	flex-direction:column;
	margin-top: 15px;
}
.figures form {
	display: flex;
	flex-direction: column;
}
.figures form label {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
}
.figures form input {
	width: 450px;
	outline: none;
	border: none;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding:8px 24px;
	line-height: 1.875;
	color: #173a4f;
	background-color: transparent;
	border:1px solid #173a4f;
	border-radius: 20px;
	margin-top: 15px;
}
.figures form textarea {
	width: 450px;
	outline: none;
	border: none;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding:8px 24px;
	line-height: 1.875;
	color: #173a4f;
	background-color: transparent;
	border:1px solid #173a4f;
	border-radius: 20px;
	margin-top: 15px;
	resize: none;
}
.figures form select {
	width: 500px;
	outline: none;
	border: none;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	padding:10px;
	line-height: 1.875;
	color: #173a4f;
	background-color: transparent;
	border:1px solid #173a4f;
	border-radius: 20px;
	margin-top: 15px;
}

.figures form .buttona {
	margin-top:30px;
} 
.figures form p {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	color: #173a4f;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	opacity: .5;
	margin-top: 20px;
	width: 500px;
}
.figures form p a {
	color:#173a4f;
}

footer {
	background: radial-gradient(#a3a3a3, #484848);
	padding: 30px;
	display: felx;
}
.footer-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
}
.logos {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
.lion {
	margin-top: 40px;
}
.logos .address {
	margin-top: 10px;
	display: flex;
	align-items: flex-end;
}
.logos .address p {
	font-family: DIN Round Light,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.28;
	color:#a3d3fa;
	margin-top: 20px;
	margin-left: 10px;
}
.logos span {
	font-size: 13px;
	color: hsla(0,0%,100%,.7);
	font-family: Roboto,Arial,sans-serif;
	font-weight: 500;
	margin-top: 30px;
}

.contact {
	display: flex;
	flex-direction: column;
	margin-top:20px;
}
.contact p {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.27;
	color:white;
}
.tel {
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.tel a {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 22px;
	line-height: 1.27;
	text-decoration: none;
	color:#a3d3fa;
	margin-left: 10px;
}
.contact svg {
	width: 20px;
}
.contact ul {
	margin-top: 20px;
	display: flex;
	flex-direction: column;
}
.contact ul li {
	margin-top: 15px;
	list-style-type: none;
	text-transform: uppercase;
}
.phones {
	position: relative;
	top: 5px;
}
.contact ul li a {
	text-decoration: none;
	color:#a3d3fa;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.25;
}
.tels {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100px;
}
.tels svg {
	width: 44px !important;
}
.contact .buttona {
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
}
.buttona .Button_Button_color_yellow__klphx {
	border-color: #173a4f;
}
.buttona .Button_Button_color_yellow__klphx:before {
	background: #4682B4;
}
.buttona .Button_Button_color_yellow__klphx .Button_Button__label__31N8y {
	color: #fff;
}

.policy {
	font-size: 13px;
	color: hsla(0,0%,100%,.7);
	font-family: Roboto,Arial,sans-serif;
	font-weight: 500;
	margin-top: 20px;
}

.policyx {
	font-size: 13px;
	color: hsla(0,0%,100%,.7);
	font-family: Roboto,Arial,sans-serif;
	font-weight: 500;
	margin-top: 25px;
}

.babysit .nyanya_block {
	margin-top: 30px;
}
.buttons a {
	text-decoration: none;
}
.as {
	display: flex;
	flex-direction: column;
	width: 40%;
}
.cloud {
	position: relative;
	top: 150px;
}
.mama {
	z-index: 1;
}
.school {
	padding-top: 70px;
	background: #fff7d9;
}
.left {
	margin-left: 50px;
	margin-top: 50px;
}
.baby_flex .buttona {
	align-items: flex-start;
	justify-content: flex-start;
}
.sch img {
	height: 112px;
}
.sch {
	width: 276px;
	height: 232px;
}
.olx {
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.olx .sitter {
	width: 30%;
	height: 293px !important;
	margin-top: 20px;
	margin-left: 20px;
}
.olx .sitter_price {
	text-align: center;
}
.olx .sitter_price p{
	margin-top: 10px;  
}
.olx .sitter_price span {
	color: #173a4f;
	font-size: 16px;
	line-height: 1.18;
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
}
.mt {
	margin-top: 10px;
}
.wh {
	background: white;
}
.wh .clouds{
	position: absolute;
	top:90%;
}
.mar {
	padding-top: 120px;
}
.ls {
	background: white;
}
.ls .baby_flex {
	align-items: flex-start;
}
.heart img{
	width: 70%;
}
.dva {
	margin-top: 20px;
}

.ls .Button_Button_color_blue__rFaEA {
	border-color: #173a4f;
	width: 100%;
}
.top {
	position: relative;
	top: 60px;
}
.blue {
	background: #cae9fa;
}
.blue form input {
	background: #fff;
}
.blue form select {
	background: #fff;
}
.blue {
	padding-bottom: 120px;
	position: relative;
}
.blue .clouds {
	position: absolute;
	top:90%;
}
.sitter_slider {
	margin-top: 40px;
}
.sitter_slider .sitter {
	display: flex !important;
}

.sitter_slider .slick-slide {
	margin-right: 5px;
	margin-left: 5px;
}
.sos {
	background: #fff;
}
.sos .slickarrow {
	top:60% !important;
}
.block12 .slickarrow {
	top:60%;
}
.sos .sitter_title {
	margin-top: 20px;
}

.sitter_button {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	align-items: center;
}
.start {
	align-items: flex-start;
}
.start .about_baby {
	margin-top: 30px;
}
.arrows {
	width: 138px;
}

.baby-fl {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.baby-fl .baby_img{
	width: 30%;
}
.baby-fl .dva{
	width: 30%;
}


.topb {
	width: 35% !important;
	top:225px;

}
.topb img {
	width: 100%;
}
.tops {
	top: 93px;
}

.block_contact {
	background: #eadcd2;
	position: relative; 
}

.send_message {
	background:white;
	border-radius: 15px;
	width: 60%;
	margin: 0 auto;
	padding: 42px 53px 44px;
	margin-top: 80px;
}
.send_blocks {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.send_block {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.send_block a {
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	color: #4497c9;
	text-align: center;
	text-decoration: none;
}
.send_block span {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: #173a4f;
	text-align: center;
}
.slode {
	width: 3px;
	height: 251px;
	border-radius: 3px;
	background: #c8e8fb;
	margin: 0 53px;
}
.sec {
	padding: 42px 58px 44px;
}
.socials {
	margin: 0 auto;
	margin-top: 30px;
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.socials img{
	width: 48px;
	height: 48px;
}
.send_message .buttons {
	display: flex;
	align-items: center;
	margin: 0 auto;
	margin-top: 70px;
}
.footer {
	margin-top: 400px;
}
.blog_block {
	position: relative;

}

.blog_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.blog_content {
	width: 30%;
	margin-top: 75px;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 15px;
	background: #fff;
	padding-bottom: 30px; 
}
.blog_photo img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 15px 15px 2px 2px;
}
.blog_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.blog_title p {
	margin-top: 10px;
	width: 300px;
	text-align: center;
}
.blog_title a {
	text-decoration: none;
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	text-align: center;
	color: #173a4f;
	font-weight: 800;
	font-size: 30px;
	line-height: 1.1;
}
.blog_title span {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.27;
	opacity: .8;
	margin-top: 15px;
	font-family: DIN Round Light,Roboto,Arial,sans-serif;
	text-align: center;
	color: #173a4f;
	width: 350px;
}
.likes {
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.like {
	display: flex;
	align-items: center;
}
.like img {
	cursor: pointer;
}
.like p {
	margin-left: 10px;
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	color: #173a4f;
	font-size: 24px;
}
.podr {
	font-family: DIN Round Medium,Roboto,Arial,sans-serif;
	font-weight: 500;
	color: #173a4f;
	font-size: 24px;    
	text-decoration: none;
}
.har {
	display: none;
}

.inblock_wrap {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.inblock_content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inblock_img {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 556px;
	width: 600px;
	margin-top: 30px;
}
.inblock_img img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	border-radius: 15px;
}
.inblock1 {
	position: relative;
	z-index: 1;
	margin:0 auto;
}
.inblock1 .clouds {
	position: absolute;
	width:100%;
	top: 0; 
}
.inblock h1 {
	font-size:33px; 
	width: 620px;
}
.inblock a {
	color: #173a4f;
	font-family: DIN Round Pro,Roboto,Arial,sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
.inblock_title {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.inblock_title p {
	color: #173a4f;
	font-family: DIN Round Light,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 24px;
	margin-top: 20px;
	width: 950px;
}
.inblock_title span {
	font-size: 16px;
	letter-spacing: .21px;
	line-height: 1.5;
	margin-bottom: 1em;
	margin-top: 0;
	color: #173a4f;
	font-family: DIN Round Light,Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 20px;
	width: 950px;
}
.inblock_title h2 {
	font-size: 26px;
	line-height: 1.5;
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 30px;
	color: #173a4f;
}

.range-slider{
	width: 712px;
	margin: 0 auto;
	position: relative;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

#range1, #range2 { -webkit-appearance: none; width: 100%; }
#range1:focus, #range2:focus { outline: none; }

#range1::before, #range1::after,
#range2::before, #range2::after{
	position: absolute;
	top: 2rem;
	color: #333;
	font-size: 14px;
	line-height: 1;
	padding: 3px 5px;
	background-color: rgba(0,0,0,.1);
	border-radius: 4px;
}
#range1::before, #range2::before { left: 0; content: attr(data-min); }
#range1::after, #range2::after { right: 0; content: attr(data-max); }

#range1::-webkit-slider-runnable-track,
#range2::-webkit-slider-runnable-track{
	width: 100%;
	height: 1rem;
	cursor: pointer;
	animate: 0.2s;
	background: linear-gradient(90deg, #5f6569 var(--range-progress), #dee4ec var(--range-progress));
	border-radius: 1rem;
}
#range1::-webkit-slider-thumb,
#range2::-webkit-slider-thumb{
	-webkit-appearance: none;
	border: 0.25rem solid #5f6569;
	box-shadow: 0 1px 3px rgba(0,0,255,.3);
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	height: 32px; width: 32px;
	transform: translateY(calc(-50% + 8px));
}

#tooltip1,
#tooltip2 {
	position: absolute;
	top: -2.25rem;
}
#tooltip1 span,
#tooltip2 span {
	position: absolute;
	text-align: center;
	display: block;
	line-height: 1;
	padding: 0.125rem 0.25rem;
	color: #fff;
	border-radius: 0.125rem;
	background: #5f6569;
	font-size: 1.25rem;
	left: 50%;
	transform: translate(-50%, 0);
}
#tooltip1 span:before,
#tooltip2 span:before {
	position: absolute;
	content: "";
	left: 50%; bottom: -8px;
	transform: translateX(-50%);
	width: 0; height: 0;
	border: 4px solid transparent;
	border-top-color: #e85222;
}

body .pop {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100vh;
	padding-bottom: 50px;
	padding-top: 0;
	z-index: 100;
	background: rgba(69, 67, 67, 0.5);
	display: none;
}
.popup {
	width: 483px;
	background: #c8e8fb;
	border-radius: 15px;
	margin: 0 auto;
}
.pop_text {
	position: relative;
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pop_text .h1 {
	font-family: DIN Round Bold,Roboto,Arial,sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #173a4f;
	padding: 15px;
	color: #444;
	text-align: center;
}
.pop_form {
	padding-bottom: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.pop_form input::placeholder {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.875;
	letter-spacing: .21px;
	color: #173a4f;
}
.pop_form .white_input {
	width: 389px;
	padding: 14px;
	margin-top: 15px;
	border: none;
	outline: none;
	border: 1px solid #636363;
	color: #636363;
	font-size: 15px;
	border-radius: 15px;
}
.pop_form button {
	margin-top: 30px;
	color: black;
	background: #ffd336;
	border: none;
	outline: none;
	cursor: pointer;
	width: 253px;
	padding: 18px;
	font-family: "Gotham Pro Medium";
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	border: 1px solid #ffd336;
}
.pop_form button:hover {
	color: black;
	background: #fff;
	transition: 1s;
	border: 1px solid black;
}
.pop_form ::-webkit-input-placeholder {
	color: #636363;
	font-family: "Gotham Pro Medium";
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
}
.popmen {
	z-index: 100;
	overflow: auto;
	max-height: 95vh;
}
.popclose {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}
.close {
	position: absolute;
	right: 20px;
	top: 30px;
	cursor: pointer;
}
.popmen .buttona {
	margin-top: 30px;
}
.silk {
	position:relative;
	top:50px;
}
.photos img {
	width:400px;
	height:300px;
	object-fit:cover;
}
.slider .photos img {
	width:100%;
	height:500px;
	object-fit:cover;
	filter: brightness(40%);
}
.logos .a {
	color: white;
	font-size: 35px;
	text-decoration: none;
	font-family: sans-serif;
}
.bmc {
	font-size: 13px;
	color: hsla(0,0%,100%,.7);
	font-family: Roboto,Arial,sans-serif;
	font-weight: 500;
	margin-top: 30px;
	text-decoration: none;
}