/* font-family: "NeoSansProRegular"; */
@font-face {
    font-family: "NSPR";
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot");
    src: url("../fonts/NeoSansProRegular/NeoSansProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NeoSansProRegular/NeoSansProRegular.woff") format("woff"),
    url("../fonts/NeoSansProRegular/NeoSansProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "NeoSansProBold"; */
@font-face {
    font-family: "NSPB";
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot");
    src: url("../fonts/NeoSansProBold/NeoSansProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NeoSansProBold/NeoSansProBold.woff") format("woff"),
    url("../fonts/NeoSansProBold/NeoSansProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}
::before, ::after {
	box-sizing: border-box;
}
.pdf-image {
	width: 300px !important;
	height: 380px;
}
body {
	margin: 0 auto;
	padding: 0;
	max-width: 1920px;
	min-width: 1200px;
	background: url('../images/body-bottom-bg.png') no-repeat center bottom;
}
ul {
	list-style-type: none;
}
a {
	text-decoration: none;
}
.container {
	display: block;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.header {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 470px;
	margin: 0 auto;
	padding-top: 27px;
}
.header::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 110px;
	background: #f7f6f1;
}
.header-topbar {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 47px;
	margin: 0 auto;
	background: #30b830;
	    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
}

.header-slogan {
	display: block;
	float: left;
	color: #fff;
	font: 18px/47px 'NSPB';
}
.header-phones {
	display: block;
	float: right;
	color: #fff;
	font: 18px/47px 'NSPB';
}
.header-logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 2px;
	width: 277px;
	height: 104px;
	margin-left: -138px;
	z-index: 2;
}
.header-logo span {
	display: block;
	position: absolute;
	left: -45px;
	top: 85px;
	color: #010100;
	font: 17px 'NSPR';
}
.header-phones a {
    color: white;
}
.header-main {
	display: block;
	position: relative;
	clear: both;
	height: 396px;
	background: #fff;
	background: url('../images/header-main-bg.png') no-repeat right top;
	z-index: 1;
}
.header-main-title {
	display: block;
	position: absolute;
	left: 12px;
	top: 83px;
	color: #1a91b1;
	font: 30px 'NSPB';
}
.header-main-button {
	display: block;
	position: absolute;
	left: 18px;
	top: 224px;
	width: 332px;
	height: 55px;
	border-radius: 30px;
	background: linear-gradient(to bottom, #ffb520, #ff9100);
	color: #fff;
	font: 24px/55px 'NSPB';
	text-transform: uppercase;
	cursor: pointer;
}
.header-main-shipping {
	display: block;
	position: absolute;
	left: 110px;
	top: 312px;
	width: 368px;
	height: 54px;
	background: url('../images/header-main-shipping-bg.png') no-repeat;
	z-index: 1;
}
.header-main-shipping span {
	display: block;
	color: #fff;
	font: 18px/54px 'NSPB';
	transform: rotate(-2deg);
	padding: 0 42px;
}
.adv {
	display: block;
	position: relative;
	max-width: 1920px;
	height: 600px;
	margin: 0 auto;
	background: url('../images/adv-bg-2.png') no-repeat center top;
}
.adv-title {
	display: block;
	padding: 60px 0 52px;
	text-align: center;
	color: #fff;
	font: 30px/30px 'NSPB';
	text-shadow: 2px 2px 0px #0e648e;
	text-transform: uppercase;
}
.adv-item {
	display: inline-block;
	position: relative;
	width: 386px;
	height: 331px;
	margin-right: 15px;
	vertical-align: top;
	padding: 90px 20px 20px;
	background: url('../images/adv-item-bg.png') no-repeat;
}
.adv-item:last-child {
	margin-right: 0;
}
.adv-item-title {
	display: block;
	color: #ff57a5;
	font: 27px 'NSPB';
	text-transform: uppercase;
	padding-left: 120px;
	padding-top: 25px;
}
.adv-item-text {
	display: block;
	padding-top: 50px;
	color: #1b428f;
	font: 21px 'NSPB';
}
.adv-item-list li {
	display: block;
	color: #1b428f;
	font: 20px 'NSPR';
	margin-top: 20px;
}
.adv-item::after {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 90px;
	width: 106px;
	height: 106px;
	border: 5px solid #ff75b5;
	border-radius: 50%;
}
.adv-item-1::after {
	background: #fff url('../images/adv-item-1.png') no-repeat center center;
}
.adv-item-2::after {
	background: #fff url('../images/adv-item-2.png') no-repeat center center;
}
.adv-item-3::after {
	background: #fff url('../images/adv-item-3.png') no-repeat center center;
}
.adv-button {
	display: block;
	position: absolute;
	left: 50%;
	top: 567px;
	width: 344px;
	height: 70px;
	margin-left: -172px;
	border: 5px solid #fff;
	border-radius: 60px;
	background: linear-gradient(to bottom, #ffb520, #ff9100);
	color: #fff;
	font: 24px/60px 'NSPB';
	z-index: 1;
	cursor: pointer;
}
.about {
	display: block;
	max-width: 1920px;
	margin: 0 auto;
	background: url('../images/main-bg.png');
	padding-bottom: 40px;
}
.pink-text {
	display: block;
	text-align: center;
	color: #ff57a5;
	font: 24px 'NSPB';
}
.about-title {
	padding-top: 74px;
	padding-bottom: 25px;
}
.about-list {
	display: inline-block;
	width: 748px;
	min-height: 725px;
	padding: 24px 20px 14px;
	border: 1px solid #74c0f7;
	background: #fff;
	vertical-align: top;
}
.about-item {
	display: block;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url('../images/star-blue.png') no-repeat;
	color: #010000;
	font: 20px 'NSPR';
}
.about-form {
	display: inline-block;
	width: 369px;
	height: 733px;
	vertical-align: top;
	background: url('../images/form-bg.png') no-repeat;
	margin-left: 76px;
	padding-left: 40px;
	padding-top: 36px;
	text-align: center;
	z-index: 1;
}
.about-form::after {
	content: '';
	display: block;
	position: absolute;
	right: 265px;
	top: 500px;
	width: 249px;
	height: 300px;
	background: url('../images/sphere.png') no-repeat;
}
.about-form-title {
	color: #ff8dc2;
	font: 24px 'NSPB';
	text-transform: uppercase;
}
.about-form-text {
	color: #1b428f;
	font: 20px/22px 'NSPR';
}
.about-form-text span {
	font: 20px 'NSPB';
}
.about-form-name,
.about-form-phone {
	display: block;
	width: 240px;
	height: 43px;
	border: 1px solid #5cabff;
	border-radius: 10px;
	margin: 12px auto 0;
	padding: 0 10px;
	color: #1b428f;
	font: 18px/40px 'NSPR';
}
.about-form-city {
    display: block;
	width: 240px;
	height: 43px;
	border: 1px solid #5cabff;
	border-radius: 10px;
	margin: 12px auto 0;
	padding: 0 10px;
	color: #1b428f;
	font: 18px/40px 'NSPR';
}
.about-form-submit {
	display: block;
	width: 216px;
	height: 46px;
	margin: 12px auto;
	background: #f272ae;
	border-radius: 10px;
	padding: 5px;
	cursor: pointer;
}
.about-form-submit span {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px dashed #fde5f0;
	border-radius: 5px;
	color: #fefefe;
	font: 18px/30px 'NSPB';
}
.about-form-mail {
	display: block;
	color: #1b428f;
	font: 19px 'NSPB';
	padding-top: 30px;
	background: url('../images/mail-bg.png') no-repeat center top;
	text-align: center;
}
.about-form-location {
	display: block;
	color: #000001;
	font: 17px 'NSPR';
	margin-top: 12px;
	padding-top: 26px;
	background: url('../images/location-bg.png') no-repeat center top;
	text-align: center;
}
.video {
	display: block;
	max-width: 1920px;
	height: 497px;
	margin: 0 auto;
	background: url('../images/video-bg.png') no-repeat center top;
	padding: 20px 0;
}
.video-text {
	display: block;
	color: #000001;
	font: 20px 'NSPR';
}
.video-adv {
	display: block;
	position: relative;
	width: 720px;
	height: 76px;
	margin: 0 auto;
	border: 2px dashed #ff7eba;
	border-radius: 5px;
	padding-top: 5px;
}
.video-adv::after {
	content: '';
	display: block;
	width: 720px;
	height: 76px;
	position: absolute;
	left: 5px;
	top: 5px;
	border: 2px dashed #ff7eba;
	border-radius: 5px;
}
.video-adv-title {
	display: inline-block;
	color: #00659a;
	font: 20px 'NSPB';
	vertical-align: middle;
	padding-left: 30px;
}
.video-adv-list {
	display: inline-block;
	vertical-align: middle;
	list-style-type: disc;
	margin-left: 25px;
}
.video-adv-item {
	display: blcok;
	color: #00659a;
	font: 18px/21px 'NSPR';
}
.video-items {
	display: block;
	margin-top: 63px;
	text-align: center;
}
.video-items a {
	display: inline-block;
	position: relative;
	width: 376px;
	height: 228px;
	margin-right: 10px;
	padding: 12px 11px;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
}
.video-items a:last-of-type {
	margin-right: 0;
}
.video-items a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 28px;
	right: 25px;
	width: 68px;
	height: 68px;
	background: url('../images/video-item-bg.png') no-repeat;
	z-index: 1;
}
.video-items a:hover::after {
	opacity: 0.5;
}
.video-items a img {
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.main {
	display: block;
	max-width: 1920px;
	margin: 0 auto;
	background: url('../images/main-bg.png');
	border-top: 2px solid #00659a; 
}
.main-title {
	display: block;
	color: #34a2d9;
	font: 24px 'NSPB';
	padding: 12px 0;
}
.pink-list {
	display: inline-block;
	vertical-align: top;
	width: 830px;
	margin-left: 30px;
	padding-top: 51px;
	padding-bottom: 58px;
}
.pink-item {
	display: block;
	padding-left: 30px;
	margin-bottom: 15px;
	background: url('../images/star-pink.png') no-repeat;
	color: #010000;
	font: 20px 'NSPR';
}
.main-form {
	display: block;
	position: absolute;
	right: -20px;
	top: 106px;
	width: 315px;
	height: 420px;
	vertical-align: top;
	background: url('../images/main-form-bg.png') no-repeat;
	margin-left: 76px;
	padding-left: 25px;
	padding-top: 16px;
	text-align: center;
	z-index: 1;
}
.main-form-title {
	color: #ff8dc2;
	font: 24px 'NSPB';
	text-transform: uppercase;
}
.main-form-text {
	color: #1b428f;
	font: 20px/21px 'NSPR';
}
.main-form-text span {
	font: 20px/22px 'NSPB';
}
.main-form-name,
.main-form-phone,
.main-form-city {
	display: block;
	width: 215px;
	height: 40px;
	border: 1px solid #5cabff;
	border-radius: 10px;
	margin: 12px auto 0;
	padding: 0 10px;
	color: #1b428f;
	font: 18px/40px 'NSPR';
}
.main-form-submit {
	display: block;
	width: 190px;
	height: 42px;
	margin: 12px auto 10px;
	background: #f272ae;
	border-radius: 10px;
	padding: 5px;
	cursor: pointer;
}
.main-form-submit span {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px dashed #fde5f0;
	border-radius: 5px;
	color: #fefefe;
	font: 18px/25px 'NSPB';
}
.main-form-mail {
	display: block;
	color: #1b428f;
	font: 19px 'NSPB';
	padding-top: 22px;
	background: url('../images/mail-bg.png') no-repeat center top;
	text-align: center;
}
.sbor-item {
	display: block;
	float: left;
	vertical-align: top;
	max-width: 534px;
	margin-right: 50px;
}
.sbor-item span {
	display: block;
	color: #000;
	font: 20px 'NSPR';
}
.after-sbor {
	padding: 40px 0 18px;
}
.clear {
	display: block;
	clear: both;
}
.center {
	text-align: center;
}
.steps-item {
	display: block;
	padding-left: 30px;
	margin-bottom: 20px;
	background: url('../images/star-blue.png') no-repeat;
	color: #1d1d1d;
	font: 20px 'NSPR';
}
.steps-item img {
	display: inline-block;
	vertical-align: top;
	margin-right: 35px;
}
.steps-item-content {
	display: inline-block;
	width: 770px;
	border: 1px solid #68b1ff;
	background: #fff;
	padding: 17px;
}
.steps-item-list-item {
	display: block;
	margin-top: 30px;
}
.steps-item-content.full {
	margin-top: 30px;
	margin-left: -30px;
	width: 1160px;
}
.steps-item-img-only {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.advices {
	display: block;
	max-width: 1920px;
	height: 943px;
	margin: 0 auto;
	background: url('../images/advices-bg.png') no-repeat center top;
	margin-top: 10px;
	text-align: center;
}
.advices-title {
	display: block;
	color: #fff;
	font: 24px/24px 'NSPB';
	padding: 35px 0 20px;
}
.advices-item {
	display: inline-block;
	width: 361px;
	height: 318px;
	background: url('../images/advices-item-bg.png') no-repeat;
	vertical-align: top;
	margin-right: 35px;
	margin-bottom: 25px;
	padding: 50px 10px 0 58px;
	font: 19px 'NSPR';
	color: #033f84;
	text-align: left;
}
.advices-button {
	display: block;
	position: absolute;
	left: 50%;
	top: 787px;
	width: 344px;
	height: 68px;
	margin-left: -172px;
	border: 5px solid #fff;
	border-radius: 30px;
	background: linear-gradient(to bottom, #ffb520, #ff9100);
	color: #fff;
	font: 24px/55px 'NSPB';
	text-transform: uppercase;
	cursor: pointer;
}
.recomend {
	display: block;
	max-width: 1920px;
	margin: -50px auto 0;
	text-align: center;
}
.recomend-title {
	display: block;
	color: #2c5cb4;
	font: 24px 'NSPB';
	padding-bottom: 20px;
	text-transform: uppercase;
}
.recomend-item {
	display: inline-block;
	width: 374px;
	height: 160px;
	background: #419ff7;
	vertical-align: top;
	margin-right: 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 0 #2c5cb4;
}
.recomend-item:last-child {
	margin: 0;
}
.recomend-item span {
	display: table-cell;
	width: 374px;
	height: 160px;
	vertical-align: middle;
	color: #fff;
	font: 20px 'NSPB';
	padding: 0 10px;
}
.shipping {
	display: block;
	width: 1132px;
	height: 238px;
	margin: 0 auto;
	background: url('../images/shipping-bg.png') no-repeat center top;
	margin-top: 10px;
	text-align: center;
	padding-left: 330px;
	padding-top: 68px;
}
.shipping-title {
	display: block;
	color: #166ab8;
	font: 24px 'NSPB';
	transform: rotate(-2deg);
}
.shipping-text {
	display: block;
	padding-top: 0px;
	color: #000;
	font: 20px 'NSPR';
	transform: rotate(-2deg);
}
.location {
	display: block;
	margin-top: 30px;
}
.location-item {
	display: inline-block;
	width: 374px;
	height: 205px;
	vertical-align: top;
	margin-right: 30px;
	border-radius: 10px;
	box-shadow: 3px 3px 0 #2c5cb4;
	text-align: center;
	padding: 35px 10px 5px;
	background: #fff url('../images/location-blue.png') no-repeat center 9px;
	font: 20px 'NSPR';
	color: #000;
}
.location-item span {
	color: #00588a;
}
.location-item:last-child {
	margin: 0;
}
.bottom {
	display: block;
	margin-top: 53px;
	margin-bottom: 180px;
	text-align: center;
}
.bottom img {
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
}
.footer {
	display: block;
	color: #fff;
	font: 18px 'NSPB';
}
.copyright a {
	color: #fff;
}
.order-form {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 361px;
	height: 318px;
	margin-left: -180px;
	padding-left: 30px;
	z-index: 999;
	box-shadow: 0 0 0 10000px rgba(0,0,0,0.7);
	background: rgba(0,0,0,0.7) url('../images/advices-item-bg.png') no-repeat;
}
.order-form .close {
	display: block;
	position: absolute;
	right: -10px;
	top: 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url('../images/closebox.png') no-repeat;
}
.order-form-title {
	display: block;
	padding-top: 30px;
	color: #ff8dc2;
	font: 24px 'NSPB';
	text-transform: uppercase;
	text-align: center;
}
.order-form-name,
.order-form-phone,
.order-form-email,
.order-form-city {
	display: block;
	width: 240px;
	height: 43px;
	border: 1px solid #5cabff;
	border-radius: 10px;
	margin: 12px auto 0;
	padding: 0 10px;
	color: #1b428f;
	font: 18px/40px 'NSPR';
}
.order-form-submit {
	display: block;
	width: 216px;
	height: 46px;
	margin: 12px auto;
	background: #f272ae;
	border-radius: 10px;
	padding: 5px;
	cursor: pointer;
}
.order-form-submit span {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px dashed #fde5f0;
	border-radius: 5px;
	color: #fefefe;
	font: 18px/30px 'NSPB';
}
#scroll-top {
	display: none;
	position: fixed;
	z-index: 999;
	right: 5px;
	bottom: 30px;
	width: 100px;
	height: 120px;
	background: url('../images/scroll-top.png') no-repeat;
	opacity: 0.2;
	cursor: pointer;
}
#scroll-top:hover{
	opacity: 1;
}
.ig, .fb {
	display: block;
	position: absolute;
	top: 0;
	width: 43px;
	height: 62px;
}
.ig {
	right: 122px;
	background: url('../images/ig.png') no-repeat;
}
.fb {
	right: 66px;
	background: url('../images/fb.png') no-repeat;
}
.recomend .ig {
	top: -71px;
	right: 210px;
}
.recomend .fb {
	top: -71px;
	right: 152px;
}
.ig:hover, .fb:hover {
	transform: rotate(-2deg);
}
.babyroomhref {
    display: block;
    color: #1b428f;
    font: 22px 'NSPB';
    text-align: center;
}
.babyroomhrefbot {
    display: block;
    color: #1b428f;
    font: 22px 'NSPB';
    text-align: center;
}
.trotro {
    width: 464px;
    height: 228px;
}
.newblock li {
    max-width: 800px;
    float: left;
    display: inline-block;
    width: 100%;
}
.newblock .steps-item-img-only img {
    max-width: 231px;
}