@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProLight/GothamProLight.eot");
	src: url("../fonts/GothamProLight/GothamProLight.eot_40") format("embedded-opentype"),
		url("../fonts/GothamProLight/GothamProLight.woff") format("woff"),
		url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProRegular/GothamProRegular.eot");
	src: url("../fonts/GothamProRegular/GothamProRegular.eot_40") format("embedded-opentype"),
		url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
		url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProMedium/GothamProMedium.eot");
	src: url("../fonts/GothamProMedium/GothamProMedium.eot_40") format("embedded-opentype"),
		url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
		url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProBold/GothamProBold.eot");
	src: url("../fonts/GothamProBold/GothamProBold.eot_40") format("embedded-opentype"),
		url("../fonts/GothamProBold/GothamProBold.woff") format("woff"),
		url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: 'ProximaNovaBold';
	src: url('../fonts/ProximaNovaBold.eot');
	src: url('../fonts/ProximaNovaBold.eot') format('embedded-opentype'),
		url('../fonts/ProximaNovaBold.otf') format('opentype'),
		url('../fonts/ProximaNovaBold.woff2') format('woff2'),
		url('../fonts/ProximaNovaBold.woff') format('woff'),
		url('../fonts/ProximaNovaBold.svg') format('svg');
}
@font-face {
	font-family: 'ProximaNovaLight';
	src: url('../fonts/ProximaNovaLight.eot');
	src: url('../fonts/ProximaNovaLight.eot') format('embedded-opentype'),
		url('../fonts/ProximaNovaLight.otf') format('opentype'),
		url('../fonts/ProximaNovaLight.woff2') format('woff2'),
		url('../fonts/ProximaNovaLight.woff') format('woff'),
		url('../fonts/ProximaNovaLight.svg') format('svg');
}

@font-face {
	font-family: "MuseoSansBlack";
	src: url("../fonts/MuseoSansBlack.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "MuseoSansRegular";
	src: url("../fonts/MuseoSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

html {
	background-color: #e8eff9;
	min-width: 320px;
}
body { 
	height: 100%;
	color: #1d1d1d;
	font-family: "GothamPro", sans-serif;
	min-width: 1180px;
}
a {
	color: #1d1d1d;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.wrap {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	width: 1180px;
}
.btn {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: 'ProximaNovaBold';
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	padding: 0 20px;
	-webkit-box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	-moz-box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	background: #af2f6d;
	background: -moz-linear-gradient(top,  rgba(255,54,134,1) 0%, rgba(246,45,97,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,54,134,1) 0%,rgba(246,45,97,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,54,134,1) 0%,rgba(246,45,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3686', endColorstr='#f62d61',GradientType=0 );
}
.btn-b {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-family: 'ProximaNovaBold';
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	height: 54px;
	line-height: 54px;
	border-radius: 27px;
	padding: 0 20px;
	-webkit-box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	-moz-box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	background: #af2f6d;
	background: -moz-linear-gradient(top,  rgba(255,54,134,1) 0%, rgba(246,45,97,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,54,134,1) 0%,rgba(246,45,97,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,54,134,1) 0%,rgba(246,45,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3686', endColorstr='#f62d61',GradientType=0 );
}
.btn_blue {
	-webkit-box-shadow: 0px 7px 16px 0px rgba(255,54,134,1);
	-moz-box-shadow: 0px 7px 16px 0px rgba(255,54,134,1);
	box-shadow: 0px 7px 16px 0px rgba(255,54,134,1);
	background: #af2f6d;
	background: -moz-linear-gradient(top,  #af2f6d 0%, #af2f6d 100%);
	background: -webkit-linear-gradient(top,  #af2f6d 0%,#af2f6d 100%);
	background: linear-gradient(to bottom,  #af2f6d 0%,#af2f6d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d94f8', endColorstr='#2279f3',GradientType=0 );
}

.footer_left_content {
    float: left;
    width: 50%;

}
.footer_right_content {
	float: right;
    width: 50%;
}
.move2 {
	    max-width: 520px;
}

@media only screen and (max-width : 1200px) {
	body {
		min-width: 320px;
	}
	.wrap {
		width: 100%;
	}
}

/*------------------------- preloader -------------------------*/
@keyframes elastic-rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#preloader_wrap {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
}
#preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 101;
	margin-left: -17.5px;
	margin-top: -17.5px;
	background-size: contain;
	height: 35px;
	width: 35px;
	animation: elastic-rotation 1.33s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Il94MzhfU0VMRUNUX0xvZ28iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzEuOSAxNi4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzMS45IDE2LjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0yOS41LDIuNGMxLjYsMS42LDIuNCwzLjUsMi40LDUuOHMtMC44LDQuMi0yLjQsNS44Yy0xLjYsMS42LTMuNSwyLjQtNS44LDIuNGMtMS4zLDAtMi41LTAuNC0zLjgtMS4xYy0xLjItMC43LTIuMS0xLjQtMi42LTJjLTAuNS0wLjYtMC44LTEtMC45LTEuMmMtMC40LTAuNi0wLjMtMS4xLDAuMi0xLjRjMC42LTAuNCwxLjEtMC4zLDEuNSwwLjJjMCwwLjEsMC4yLDAuNCwwLjcsMC45YzAuNCwwLjUsMS4xLDEuMSwyLjEsMS42YzAuOSwwLjYsMS45LDAuOSwyLjgsMC45YzEuNywwLDMuMS0wLjYsNC4zLTEuOGMxLjItMS4yLDEuOC0yLjYsMS44LTQuM3MtMC42LTMuMS0xLjgtNC4zYy0xLjItMS4yLTIuNi0xLjgtNC4zLTEuOGMtMC44LDAtMS43LDAuNC0yLjYsMS4yUzE5LjUsNC43LDE5LDUuNGMtMC41LDAuNy0xLjIsMS44LTIuMiwzLjNjLTAuOCwxLjItMS40LDIuMi0xLjksMi44Yy0wLjUsMC42LTEuMSwxLjQtMS44LDIuM2MtMC44LDAuOS0xLjUsMS41LTIuMywxLjljLTAuOCwwLjQtMS42LDAuNi0yLjYsMC42Yy0yLjMsMC00LjItMC44LTUuOC0yLjRTMCwxMC40LDAsOC4yQzAsNS45LDAuOCw0LDIuNCwyLjRTNS45LDAsOC4yLDBDMTEsMCwxMy4zLDEuNywxNSw1LjJjMC4yLDAuNywwLjEsMS4xLTAuNiwxLjRDMTMuOCw2LjgsMTMuMyw2LjYsMTMsNkwxMi41LDVjLTAuMy0wLjctMC45LTEuMy0xLjctMnMtMS43LTEtMi42LTFDNi42LDIuMSw1LjEsMi43LDQsMy45UzIuMiw2LjUsMi4yLDguMnMwLjYsMy4xLDEuOCw0LjNzMi42LDEuOCw0LjMsMS44YzAuOCwwLDEuNy0wLjQsMi42LTEuMnMxLjYtMS41LDIuMS0yLjFjMC41LTAuNywxLjItMS44LDIuMi0zLjNjMC44LTEuMiwxLjQtMi4yLDEuOS0yLjhzMS4xLTEuNCwxLjgtMi4zczEuNS0xLjUsMi4zLTEuOUMyMS45LDAuMiwyMi43LDAsMjMuNiwwQzI1LjksMCwyNy45LDAuOCwyOS41LDIuNHoiLz48L2c+PC9zdmc+);
}

/*------------------------- header -------------------------*/
.site_header {
	background-color: white;
	-webkit-background-size: cover;
	background-size: cover;
	    height: 800px;
}
.site_header .wrap {
	padding-top: 0px;
	overflow: visible;
}
.site_header .header_top {
	position: relative;
    background: #fff;
    min-height: 50px;
    padding: 0px 35px;
    border-bottom: 2px solid #fb3277;
  
	
}

.site_header .header_top .header_menu {
	position: absolute;
	padding-top: 44px;
	left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
}
.site_header .header_top .header_menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.site_header .header_top .header_menu li:last-of-type {
	margin-right: 0;
}
.site_header .header_top .header_menu li a {
	display: block;
	color: #5a5a5a;
	font-size: 15px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	padding: 0 12px;
	background: transparent;
	font-weight: bold
}
.site_header .header_top .header_menu li:hover a {
	color: #fff;
	background: #af2f6d;
	-webkit-box-shadow: 0px 7px 16px 0px rgba(254,53,132,0.4);
	-moz-box-shadow: 0px 7px 16px 0px rgba(254,53,132,0.4);
	box-shadow: 0px 7px 16px 0px rgba(254,53,132,0.4);
}

.site_header .header_center {
	position: relative;
	padding: 40px 0 125px 0;
	color: #fff;
}
.site_header .header_center .header_img {
	position: absolute;
	top: 160px;
	left: 85px;
	z-index: 1;
}
.site_header .header_center .price {
	position: absolute;
	top: 160px;
	left: 764px;
	z-index: 1;
}
.header_center_info {
	margin-left: 20%;
	padding-right: 20%;
	padding-top: 2%;
	text-align: center;
	color: black;
	font-weight: bold;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.header_center_info h3 {
	
}
.header_center_info h3 span {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 38px;
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 28px;
}
.header_center_info h3 span b {
	font-weight: bold;
}
.header_center_info .deliver {
	padding: 0px 12px;
	margin-top: -10px;
	border-radius: 28px;
	font-size: 22px;
	font-weight: 400;
	color: #4b4848
}
.move1 {
	max-width: 100%;
}
.header_center_content {
	margin-left: 720px;
	padding-right: 20px;
}

.header_center_content .header_form {
	display: block;
	position: relative;
	margin-top: 170px;
	width: 400px;
	background: #fff;
	border-radius: 8px;
	border-color: #af2f6d;
	border-style: outset;
	border-width: 3px;
	padding: 32px 42px 25px;
	text-align: center;
	z-index: 0;
}
.header_center_content .header_form h5 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	color: #383737;
}
.header_center_content .header_form h5 span{
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	color: #383737;
}
.header_center_content .header_form p {
	color: #5a5a5a;
	font-size: 16px;
	font-family: 'ProximaNovaLight';
	margin-top: 0;
	margin-bottom: 25px;
}
.header_center_content .header_form input {
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 27px;
	font-size: 14px;
	color: #676f7d;
	background: #ecf1fa;
	padding: 0 24px;
	margin-bottom: 10px;
}
::-webkit-input-placeholder {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
::-moz-placeholder          {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
:-moz-placeholder           {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
:-ms-input-placeholder      {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
.header_center_content .header_form button {
	display: block;
	width: 100%;
	margin-top: 22px;
}
.header_center_content .header_form small {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.header_center_content .header_form small a {
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	color: #999999;
	min-height: 10px;
	background: url(../img/conf_icon.png) no-repeat left center;
}
.site_header .scroll_down {
	cursor: pointer;
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	z-index: 2;
	background: #fff url(../img/scroll_down_arrow.png) no-repeat center;
	border-radius: 50px;
	-webkit-box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
	-moz-box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
	box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
}


#prices3 {
	visibility: visible;
    margin: 0 auto;
    display: block;
    max-width: 350px;

	}
@media only screen and (max-width : 1200px) {
	.site_header .header_top .header_menu {
	}
	.site_header .header_center {
		padding: 40px 5px;
	}
	.site_header .header_center .header_img {
		top: 210px;
		left: 115px;
		max-width: 500px;
	}
	.site_header .header_center .price {
	    top: 190px;
	    left: 700px;
		max-width: 500px;
		    font-size: 16px;
	}
	
	.header_center_info {
		
	}
	.header_center_content {
		margin-left: 630px;
		padding-right: 20px;
	}

}
@media only screen and (max-width : 1024px) {
	.site_header .header_top {
		padding: 0 5;
	}
	
	.site_header .header_top .header_menu {
		margin-left: 0;
	}
	
	.site_header .header_center .header_img {
		max-width: 470px;
		top: 220px;
	}
	.site_header .header_center .price {
        display: block;
    top: 93%;
    max-width: 300px;
    left: 12%;
	}
	.header_center_info {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.header_center_info .deliver {
		display: inline-block;
		margin-top: 0;
	}
	.header_center_info > p {
		padding-left: 0;
	}
	.header_center_content {
		margin-left: -155px;
		padding: 0;
		
	}
	#prices1 {
		bottom: -94px;
    right: 228px;
	}
	#prices2 {
		bottom: -94px;
    right: 228px;
	}

	.header_center_content .header_form {
		    width: 340px;
    margin: 50px 0 0 63%;
	}
}
@media only screen and (max-width : 768px) {
	.site_header .header_center .header_img {
		     max-width: 470px;
    top: 200px;
    left: 21%;
	}

	.site_header .header_top {
	width: 100%;
	text-align: center;
	    display: none;
	}
	.site_header {
		height: 1100px;
	}
	#prices2 {
		    bottom: 125px;
    right: -44px;
	}
	.header_form {
	    max-width: 310px;
    margin: 0 auto;
	}
	.site_header .header_top .header_menu {
		text-align: center
	}
	
	.site_header .header_center .price {
	top: 21%;
	max-width: 210px;
	left: 45%;
	display: none;
	}
	.header_center_content .header_form {
			width: 320px;
    margin: 440px 0 0 39%;
    z-index: 2;
		}
	
}
@media only screen and (max-width : 480px) {
	.site_header .wrap {
		min-height: 900px
	}
	.header_center_content {
		margin-left: 2px;
		padding: 0;
		
	}
	.site_header {
		height: 900px;
	}
	 
	 
	#prices2 {
		bottom: -58px;
    right: 82px;
	}
	.site_header .header_top {
		width: 100%;
		text-align: initial;
		min-height: 60px;
		padding: 0 0;
	}
		.site_header .header_top .header_menu {
			text-align: center;
			margin-top: 10px;
			margin-left: 5px;
			margin-right: 5px;
			white-space: nowrap;
			
		}
		.site_header .header_top .header_menu li a {
			font-size: 9px;
			height: 36px;
			line-height: 36px;
			text-align: center;
			padding: 0 3px;
		}
	.site_header .header_center .header_img {
    max-width: 310px;
    top: 175px;
    left: 15%;
	}
	.site_header .header_center .price {
		top: 45%;
		max-width: 210px;
		left: 2%
	}
	.header_center_info h3 span {
		font-size: 24px;
	}
	.header_center_info .deliver {
		font-size: 13px;
	}
	.header_center_info > p {
		font-size: 15px;
		line-height: 18px;
	}
	.header_center_content .header_form {
		width: 308px;
		text-align: center;
		margin: 370px auto 0 auto;
	}
}



/*------------------------- delivery2 -------------------------*/
.delivery2 {
	position: relative;
	z-index: 1;
	background-color:#f5f5f5;
}
.delivery2 .wrap {
	position: relative;
	min-height: 330px;
	text-align: center;
	padding: 30px 5px;
	font-family: "MuseoSansRegular";
}
.delivery2 h2 {
	font-weight: 900;
	font-size: 35px;
	line-height: 66px;
	font-family: "MuseoSansBlack";
	color: #2d3a4b;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
}
.delivery2 p {
	position: relative;
    z-index: 1;
    margin-top: 15px;
    font-size: 21px;
    line-height: 30px;
    color: #2d3a4b;
}
@media only screen and (max-width : 1200px) {
	.delivery2 .wrap {
		padding: 30px 5px;
	}
	.delivery2 h2 {
		font-size: 35px;
		line-height: 45px;
	}
	.delivery2 p {
	margin-top: 22px;
    font-size: 23px;
    line-height: 31px;
	}
	
}
@media only screen and (max-width : 768px) {
	.delivery2 .wrap {
		min-height: auto;
		padding: 50px 5px;
	}
	.delivery2 h2 {
		font-size: 30px;
		line-height: 36px;
	}
	.delivery2 p {
		margin-top: 20px;
		font-size: 22px;
		line-height: 27px;
	}
	
}
@media only screen and (max-width : 480px) {
	.delivery2 h2 {
		font-size: 19px;
		line-height: 30px;
	}
	.delivery2 p {
		font-size: 17px;
		line-height: 26px;
		text-align: center
	}
	#prices1 {
		bottom: -62px!important;
    right: 40px!important;

	}
	
}
@media only screen and (max-width : 321px) {
	.delivery2 h2 {
		font-size: 17px;
		line-height: 30px;
	}
	
}


/*------------------------- assortment -------------------------*/
.assortment {
	background-color: white
}
.assortment .wrap {
	padding: 0px 0 0px;
	overflow: visible;
}
.assortment .wrap h3 {
	font-size: 40px;
	padding-top: 2%;
	text-transform: uppercase;
	font-weight: 300;
	color: #7c2651;
	text-align: center;
}
.assortment .wrap h4 {
	font-size: 30px;
	padding-top: 2%;
	text-transform: uppercase;
	font-weight: 300;
	color: #7c2651;
	text-align: center;
}
.assortment_list {
	padding-top: 5%;
	font-size: 0;
}
.assortment_list .assortment_item {
	display: inline-block;
	vertical-align: top;
	width: 24%;
	margin-right: 1%;
	margin-bottom: 3%;
	background: #fff;
	border-radius: 4px;
	text-align: center;
}
.assortment_list .assortment_item:nth-of-type(4n) {
	margin-right: 0;
}
.assortment_list .assortment_item .assortment_slider {

}
.assortment_list .assortment_item .img_block {
	position: relative;
	height: 275px;
}
.assortment_list .assortment_item .img_block.hit:after {
	content: 'ХИТ';
	position: absolute;
	top: 15px;
	right: 25px;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	line-height: 63px;
	-webkit-box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	-moz-box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	box-shadow: 0px 8px 27px 0px rgba(254,53,132,0.66);
	background: rgb(255,54,134);
	background: -moz-linear-gradient(top,  rgba(255,54,134,1) 0%, rgba(246,45,97,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,54,134,1) 0%,rgba(246,45,97,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,54,134,1) 0%,rgba(246,45,97,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3686', endColorstr='#f62d61',GradientType=0 );
}
.assortment_list .assortment_item .img_block img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 288px;
}
.assortment_list .assortment_item .assortment_slider .slick-prev,
.assortment_list .assortment_item .assortment_slider .slick-next {
	width: 40px;
	height: 40px;
	margin-top: -20px;
}
.assortment_list .assortment_item .assortment_slider .slick-prev:after,
.assortment_list .assortment_item .assortment_slider .slick-next:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.assortment_list .assortment_item .assortment_slider .slick-prev {
	left: 18px;
}
.assortment_list .assortment_item .assortment_slider .slick-prev:after {
	background: url(../img/playsets_img_slider_arrow.png) no-repeat 0 0;
	width: 8px;
	height: 14px;
}
.assortment_list .assortment_item .assortment_slider .slick-next {
	right: 18px;
}
.assortment_list .assortment_item .assortment_slider .slick-next:after {
	background: url(../img/playsets_img_slider_arrow.png) no-repeat -34px 0;
	width: 8px;
	height: 14px;
}

.assortment_list .assortment_item .item_bottom {
	margin-top: 23px;
	padding: 22px 5px 22px;
	border-top: 1px solid #e4eaf3;
	min-height: 120px;
	text-align: center;
	-webkit-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	-moz-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
}

.prices {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

.prices .new_price {
	font-weight: 600;
	font-size: 22px;
	color: #326cc6;
	
}


@media only screen and (max-width : 1024px) {
	.assortment .wrap {
		padding: 30px 5px;
	}
	.move1 {
		max-width: 77%;
		margin-left: -65px;
	}
	.move2 {
    max-width: 85%;
    display: block;
    margin: 75px auto;
	}
	.assortment_list .assortment_item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.assortment_list .assortment_item:nth-of-type(3n) {
		margin-right: 2%;
	}
	.assortment_list .assortment_item:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width : 768px) {
	.assortment_list .assortment_item {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.move1 {
	max-width: 80%;
    margin: 0 auto;
    z-index: 1;
 
	}

	#prices1 {
		bottom: 64px;
    right: -117px;
	}
	
}
@media only screen and (max-width : 480px) {
	.assortment_list .assortment_item {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.assortment_list .assortment_item .item_bottom {
		margin-top: 23px;
		padding: 22px 5px 22px;
		border-top: 1px solid #e4eaf3;
		min-height: 100px;
		text-align: center;
		-webkit-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
		-moz-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
		box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	}
	.prices .new_price {
		font-weight: 600;
		font-size: 17px;
		color: #326cc6;
		vertical-align: center
	}
	.move1 {
	max-width: 85%;   
	    z-index: 1;
  
	}

	
}
@media only screen and (max-width : 321px) {
	.assortment_list .assortment_item {
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.assortment_list .assortment_item .item_bottom {
		margin-top: 23px;
		padding: 22px 5px 22px;
		border-top: 1px solid #e4eaf3;
		min-height: 93px;
		text-align: center;
		-webkit-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
		-moz-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
		box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	}
	.prices .new_price {
		font-weight: 600;
		font-size: 14px;
		color: #326cc6;
		vertical-align: center
	}
}



/*------------------------- buy_cheaper -------------------------*/
.buy_cheaper {
	background-color: white
}
.buy_cheaper .wrap {
	padding: 0px 0 10px 0;
	overflow: visible;
}
.buy_cheaper h3 {
	font-size: 34px;
	line-height: 50px;
	font-weight: 300;
	text-align: center;
	color: #7c2651;
	text-transform: uppercase;
}
.cheaper_list {
	margin-top: 85px;
}
.cheaper_list .cheaper_item {
	display: block;
	height: 240px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	-moz-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
}
.cheaper_list .cheaper_item .img_block {
	position: relative;
	float: left;
	width: 54%;
	height: 240px;
	z-index: 0;
}
.cheaper_list .cheaper_item .img_block img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 240px;
}
.cheaper_list .cheaper_item .text_block {
	position: relative;
	z-index: 1;
	float: right;
	width: 46%;
	height: 240px;
	text-align: center;
	padding: 55px 5px 0;
	-webkit-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	-moz-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
}
.cheaper_list .cheaper_item .text_block .title {
	font-size: 32px;
	font-weight: 300;
	color: #1f1f1f;
	margin-bottom: 40px;
}
.cheaper_list .cheaper_item .text_block .btn {
	padding: 0 30px;
}
@media only screen and (max-width : 1024px) {
	.buy_cheaper .wrap {
		padding: 30px 0;
	}
	.cheaper_list {
		margin-top: 35px;
	}
	.cheaper_list .cheaper_item {
		height: auto;
	}
	.cheaper_list .cheaper_item .img_block {
		float: none;
		width: 100%;
		height: 240px;
	}
	.cheaper_list .cheaper_item .text_block {
		float: none;
		width: 100%;
		height: auto;
		padding: 30px 5px;
	}
}
@media only screen and (max-width : 480px) {
	.buy_cheaper h3 {
		font-size: 28px;
		line-height: 36px;
	}
	.cheaper_list .cheaper_item .text_block .title {
		font-size: 24px;
		margin-bottom: 20px;
	}
}



/*------------------------- playsets -------------------------*/
.playsets {
	background: url(../img/playsets_bg.png) no-repeat right top;
}
.playsets .wrap {
	padding: 0px 0;
	overflow: visible;
}
.playsets h3 {
	color: #1d1d1d;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}
.playsets_list {
	margin-top: 0px;
}
.playsets_list .playsets_item {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	-moz-box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	box-shadow: 0px 0px 59px 7px rgba(175,198,230,0.5);
	overflow: hidden;
	margin-bottom: 30px;
}
.playsets_list .playsets_img_slider {
    float: left;
    width: 400px;
    position: relative;
    height: auto;
    margin-top: 15px;
    margin-left: 70px;
}
.playsets_list .playsets_img_slider_2 {
	float: left;
    width: 400px;
    position: relative;
    height: auto;
    margin-top: 15px;
    margin-left: 70px;
}

.playsets_list .playsets_img_slider .playsets_img_slide {
	position: relative;
	height: 302px;
	
}
.playsets_list .playsets_img_slider .playsets_img_slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 670px;
	max-width: 100%;
}





.playsets_list .playsets_content {
	margin-left: 595px;
	padding: 20px 25px;
}
.playsets_list .playsets_content_2 {
	padding: 20px 25px;
	margin-left: 495px;
}
.playsets_list .playsets_content .title, .playsets_list .playsets_content_2 .title {
	font-size: 26px;
	font-weight: bold;
    text-align: center;

}
.playsets_list .playsets_content .desc {
	font-size: 19px;
	line-height: 26px;
	color: #424242;
	margin-top: 15px;
	text-align: justify;
	font-weight: 500;
	vertical-align: 50%
}

.playsets_list .playsets_content .btn, .playsets_list .playsets_content_2 .btn {
	    padding: 0px 40px 5px 40px;
    display: block;
    width: 300px;
    margin: 0 auto;
}
@media only screen and (max-width : 1024px) {
	.playsets .wrap {
		padding: 40px 0;
	}
	.playsets h3 {
		font-size: 30px;
	}
	.playsets_list .playsets_img_slider {
	float: left;   
    height: auto;
    width: 290px;
    margin-right: 10px;
	}
.playsets_list .playsets_img_slider_2 {
	float: left;   
    height: auto;
    width: 390px;
    margin-right: 10px;
}
	
	
	.playsets_list .playsets_content {
		margin-left: 350px;
		margin-top: 0%;
		padding: 0px 25px 15px;
	}.playsets_list .playsets_content_2 {
		margin-left: 450px;
		margin-top: 0%;
		padding: 0px 25px 15px;
	}
	.playsets_list .playsets_content .desc {
		font-size: 16px;
		line-height: 26px;
		color: #424242;
		margin-top: 15px;
		font-weight: 500;
		vertical-align: 50%
	}
}
@media only screen and (max-width : 768px) {
	.playsets_list {
		margin-top: 30px;
	}
	.playsets_list .playsets_img_slider {
		    float: none;
    width: auto;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
	}
.playsets_list .playsets_img_slider_2 {
		    float: none;
    width: auto;
    max-width: 400px;
    height: auto;
    margin: 0 auto;
}
	.playsets_list .playsets_img_slider .playsets_img_slide {
		height: 300px;
	}
	.playsets_list .playsets_img_slider .playsets_img_slide img {
		max-height: 400px;
		max-width: 100%;
	}
	.playsets_list .playsets_content, .playsets_list .playsets_content_2 {
		margin-left: 30px;
		margin-right: 30px;
		margin-top: 0%;
		padding: 0px 30px 15px 30px;
		text-align: center
	}
	.playsets_list .playsets_content .desc {
		font-size: 19px;
		line-height: 26px;
		color: #424242;
		margin-top: 15px;
		text-align: justify;
		font-weight: 500;
		vertical-align: 50%
	}
	.playsets_list .playsets_content_2 .desc {
		padding: 20px 0px;
	}
}
@media only screen and (max-width : 480px) {
	.playsets_list .playsets_content {
		padding: 20px 5px;
		text-align: center;
	}
	.playsets_list .playsets_content .title, .playsets_list .playsets_content_2 .title {
		font-size: 22px;
		text-align: center;
	}
	.playsets_list .playsets_content .desc {
		font-size: 14px;
		line-height: 20px;
		margin-top: 8px;
		text-align: left;
	}
	
	.playsets_list .playsets_content .include {
		margin: 15px 0 10px;
		padding-left: 27px;
		font-size: 15px;
		text-align: left;
	}
	.playsets_list .playsets_content .sizes {
		margin: 15px 0 10px;
		padding-left: 27px;
		font-size: 15px;
		text-align: left;
	}
	.playsets_list .playsets_content .btn, .playsets_list .playsets_content_2 .btn {
		width: 215px;
	}

}
@media only screen and (max-width : 321px) {
	.playsets_list .playsets_content {
		padding: 10px 5px;
		text-align: center;
	}
	.playsets_list .playsets_content .title, .playsets_list .playsets_content_2 .title {
		font-size: 22px;
		text-align: center;
	}
	.playsets_list .playsets_content .desc {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
    text-align: left;
	}

	.playsets_list .playsets_content .include {
		margin: 15px 0 10px;
		padding-left: 27px;
		font-size: 15px;
		text-align: left;
	}
	.playsets_list .playsets_content .sizes {
		margin: 15px 0 10px;
		padding-left: 27px;
		font-size: 15px;
		text-align: left;
	}
	
}






/*------------------------- reviews -------------------------*/
.reviews {
	background-color:#f5f5f5;	
	
}
.reviews .wrap {
	padding: 90px 0 120px;
	overflow: visible;
	border-bottom: 1px solid #ced6e1;
}
.reviews h3 {
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	color: #4d1832;
}

.reviews_slider {
	max-width: 760px;
	margin: 80px auto 0;
}
.reviews_slider .reviews_slide {
	
}
.reviews_slider .slick-prev {
	left: -200px;
}
.reviews_slider .slick-next {
	right: -200px;
}
.reviews_slider .reviews_slide .img_block {
	float: left;
	border-radius: 5%;
	overflow: hidden;
	margin-right: 20px;
}
.reviews_slider .reviews_slide .img_block img {
    width: 140px;
    height: 140px;
	border-radius: 5%;
}

.reviews_slider .reviews_slide .text_block .author {
	font-size: 19px;
	text-align: center;
	padding-top: 35px;
	margin-left: 50px;
}
.reviews_slider .reviews_slide .text_block p {
	margin-top: 35px;
	font-size: 16px;
	line-height: 24px;
	color: #696969;
	text-align: justify;
	vertical-align: center;
	padding-left: 50px
}
@media only screen and (max-width : 1200px) {
	.reviews_slider .slick-prev {
		left: -70px;
	}
	.reviews_slider .slick-next {
		right: -70px;
	}
}
@media only screen and (max-width : 1024px) {
	.reviews .wrap {
		padding: 150px 0 90px;
	}
	.reviews_slider {
		max-width: 650px;
		margin: 40px auto 0;
	}
	.reviews_slider .slick-prev {
		left: -60px;
	}
	.reviews_slider .slick-next {
		right: -60px;
	}
}
@media only screen and (max-width : 768px) {
	.reviews .wrap {
		padding: 70px 0 90px;
	}
	.reviews h3 {
		font-size: 28px;
	}
	.reviews_slider {
		max-width: 100%;
		margin: 30px auto 0;
	}
	.reviews_slider .slick-prev {
		display: none !important;
	}
	.reviews_slider .slick-next {
		display: none !important;
	}
	.reviews_slider .reviews_slide .text_block {
		margin-left: 0;
		    text-align: center;
	}
	.reviews_slider .reviews_slide .img_block {
		float: none;
		margin: 0 auto;
		    display: block;
	}
	.reviews_slider .reviews_slide .img_block img {
		margin: 0 auto;
	}
}
@media only screen and (max-width : 480px) {
	
	
	.reviews .wrap {
		padding: 50px 10px 90px;
	}
	.reviews_slider .reviews_slide .text_block .author {
		font-size: 12px;
		margin-left: 30px;
		text-align: center;
	}
	.reviews_slider .reviews_slide .text_block p {
		margin-top: 5px;
		font-size: 14px;
		line-height: 20px;
		padding-left: 5px;
	}
}


/*------------------------- garanty -------------------------*/
.garanty {
	position: relative;
	z-index: 1;
	background: #fff;
}
.garanty .wrap {
	padding: 50px 0 30px;
	text-align: center;
	overflow: visible;
}
.garanty h3 {
	font-size: 34px;
	font-weight: 300;
	text-transform: uppercase;
}
.garanty_list {
	font-size: 0;
	margin-top: 90px;
}
.garanty_list .garanty_item {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 1%;
}
.garanty_list .garanty_item .img_block {
	position: relative;
	height: 325px;
}
.garanty_list .garanty_item .img_block img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 325px;
}


@media only screen and (max-width : 1200px) {
	.garanty .wrap {
		padding: 70px 0 0;
	}
	.garanty_list {
		margin-top: 60px;
	}
	.garanty_list .garanty_item {
		padding: 0 2%;
	}
}
@media only screen and (max-width : 1024px) {
	
}
@media only screen and (max-width : 768px) {
	.garanty .wrap {
		padding: 50px 0 0;
	}
	.garanty h3 {
		font-size: 28px;
	}
	.garanty_list {
		margin-top: 20px;
	}
	.garanty_list .garanty_item {
		width: 50%;
		padding: 0 2%;
	}
	
}
@media only screen and (max-width : 480px) {
	.garanty_list .garanty_item {
		width: 100%;
	}
	
}

/*------------------------- header-footer -------------------------*/
.site_footer {
	background-color: white;
	-webkit-background-size: cover;
	background-size: cover;
}
.site_footer .wrap {
	padding-top: 0px;
	overflow: visible;
}

.site_footer .footer_center {
	position: relative;
	padding: 20px 0 125px 0;
	color: #fff;
}


.footer_center_info {
	margin-left: 20%;
	padding-right: 20%;
	padding-top: 2%;
	text-align: center;
	color: black;
	font-weight: bold;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
.footer_center_info h3 {
	
}
.footer_center_info h3 span {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 38px;
	font-weight: bold;
	padding: 6px 12px;
	border-radius: 28px;
}
.footer_center_info h3 span b {
	font-weight: bold;
}
.footer_center_info .deliver {
	padding: 0px 12px;
	margin-top: 0px;
	border-radius: 28px;
	font-size: 22px;
	font-weight: 400;
	color: #4b4848
}



.footer_right_content .header_form {
	display: block;
	position: relative;
	margin-top: 15px;
	width: 400px;
	background: #fff;
	border-radius: 8px;
	border-color: #af2f6d;
	border-style: outset;
	border-width: 3px;
	padding: 32px 42px 25px;
	text-align: center;
	z-index: 0;
    margin: 30px auto;
}
.footer_right_content .header_form h5 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	color: #383737;
}
.footer_right_content .header_form h5 span{
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	color: #383737;
}
.footer_right_content .header_form p {
	color: #5a5a5a;
	font-size: 16px;
	font-family: 'ProximaNovaLight';
	margin-top: 0;
	margin-bottom: 25px;
}
.footer_right_content .header_form input {
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 27px;
	font-size: 14px;
	color: #676f7d;
	background: #ecf1fa;
	padding: 0 24px;
	margin-bottom: 10px;
}
.form-control{
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 27px;
	font-size: 14px;
	color: #676f7d;
	background: #ecf1fa;
	padding: 0 24px;
	margin-bottom: 10px;
}
::-webkit-input-placeholder {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
::-moz-placeholder          {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
:-moz-placeholder           {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
:-ms-input-placeholder      {color:#676f7d; opacity: 1; text-overflow: ellipsis;}
.footer_right_content .header_form button {
	display: block;
	width: 100%;
	margin-top: 22px;
}
.footer_right_content .header_form small {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.footer_right_content .header_form small a {
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	color: #999999;
	min-height: 10px;
	background: url(../img/conf_icon.png) no-repeat left center;
}
.site_footer .scroll_down {
	cursor: pointer;
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	z-index: 2;
	background: #fff url(../img/scroll_down_arrow.png) no-repeat center;
	border-radius: 50px;
	-webkit-box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
	-moz-box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
	box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
}
@media only screen and (max-width : 1200px) {
	
	.site_footer .footer_center {
		
	}
	.site_footer .footer_center .header_img {
		top: 210px;
		left: 115px;
		max-width: 500px;
	}

	.footer_center_info {
		
	}
	.footer_center_content {
		margin-left: 680px;
		padding-right: 20px;
	}
}
@media only screen and (max-width : 1024px) {
	
	
	.site_footer .footer_center .header_img {
		max-width: 450px;
		top: 180px;
		    left: 80px;
	}
	
	.footer_center_info {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.footer_center_info .deliver {
		display: inline-block;
		margin-top: 0;
	}
	.footer_center_info > p {
		padding-left: 0;
	}
	.footer_center_content {
		margin-left: -160px;
		padding: 0;
	
	}
	
}
@media only screen and (max-width : 768px) {
	
	.site_footer .footer_top {
		width: 100%;
		text-align: center
		}
		
		.site_footer .footer_top .header_menu {
			text-align: center
		}
	
			.footer_right_content{
			float: none;
			display: block;
			margin: 0 auto;
			width: 100%;

		}
		.footer_left_content {
			float: none;
			display: block;
			margin: 0 auto;
			width: 100%;
		}
	#prices3 {
		display: block;
		width: 100%;
		margin:10px auto;
		max-width: 400px;
	}
		
	
}
@media only screen and (max-width : 480px) {
	.site_footer .wrap {
		min-height: 700px
	}
	.footer_center_info h3 span {
		font-size: 24px;
	}
	.footer_center_info .deliver {
		font-size: 22px;
	}
	.footer_center_info > p {
		font-size: 15px;
		line-height: 18px;
	}
	
}
@media only screen and (max-width : 361px) {
	.site_footer .footer_center .header_img {
		max-width: 290px;
		top: 155px;
		margin: auto
	}
}
@media only screen and (max-width : 321px) {
	.site_footer .footer_center .header_img {
		max-width: 245px;
		top: 155px;
		margin: auto
	}
	
}
/*------------------------- rek -------------------------*/
.rek {
	position: relative;
	z-index: 1;
	background-color:#363636;
	padding: 15px 0;
}
.rek .wrap {
	position: relative;
	min-height: 70px;
	text-align: center;
	padding: 10px 5px 5px;
	font-family: "MuseoSansRegular";
}

.rek p {
	position: relative;
	z-index: 1;
	margin-top: -5px;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
}
.rek img{
	display: block;
	margin: 0 auto 10px;
}
.rek a {
	position: relative;
	z-index: 1;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
	display: block;
}
@media only screen and (max-width : 1200px) {
	.rek .wrap {
		padding: 30px 5px;
	}
	
	.rek p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 25px;
	}
	
}
@media only screen and (max-width : 768px) {
	.rek .wrap {
		min-height: auto;
		padding: 50px 5px;
	}
	
	.rek p {
		margin-top: 20px;
		font-size: 26px;
		line-height: 40px;
	}
	
}
@media only screen and (max-width : 480px) {
	
	.rek p {
		font-size: 18px;
		line-height: 20px;
	}
	
}
@media only screen and (max-width : 321px) {
	.rek .wrap {
		min-height: 50px;
		padding: 10px 5px;
	}
	.rek p {
		font-size: 14px;
		line-height: 14px;
	}
	
}

/*------------------------- modal_callback -------------------------*/
.modal_callback {
	position: relative;
	background: #fff url(../img/modal_bg.png) no-repeat left top;
	background-size: contain;
	border-radius: 6px;
	overflow: hidden;
	width: 880px;
	min-height: 432px;
	padding: 50px 80px 50px 480px;
}
.modal_callback .modal_close {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 17px;
	right: 17px;
	background: url(../img/modal_close.png) no-repeat;
}
.modal_callback .modal_callback_form {
	width: 320px;
	text-align: center;
}
.modal_callback .modal_callback_form h5 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: 'ProximaNovaBold';
	font-weight: normal;
	color: #383737;
}
.modal_callback .modal_callback_form p {
	color: #5a5a5a;
	font-size: 16px;
	font-family: 'ProximaNovaLight';
	margin-top: 0;
	margin-bottom: 25px;
}
.modal_callback .modal_callback_form input {
	display: block;
	width: 100%;
	height: 54px;
	border-radius: 27px;
	font-size: 14px;
	color: #676f7d;
	background: #ecf1fa;
	padding: 0 24px;
	margin-bottom: 10px;
}
.modal_callback .modal_callback_form button {
	display: block;
	width: 100%;
	margin-top: 22px;
}
.modal_callback .modal_callback_form small {
	display: block;
	margin-top: 30px;
	text-align: center;
}
.modal_callback .modal_callback_form small .conf {
	display: inline-block;
	padding-left: 20px;
	font-size: 12px;
	color: #999999;
	min-height: 10px;
	background: url(../img/conf_icon.png) no-repeat left center;
}
@media only screen and (max-width : 1024px) {
	.modal_callback {
		width: 480px;
		padding: 50px 0;
		background: #fff;
	}
	.modal_callback .modal_callback_form {
		margin: 0 auto;
	}
}
@media only screen and (max-width : 480px) {
	.modal_callback {
		width: 320px;
		padding: 30px 0;
		min-height: 392px;
	}
	.modal_callback .modal_callback_form {
		width: 300px;
	}
}



/*------------------------- thanks -------------------------*/
.thanks {
	background: url(../img/thanks_bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100%;
	height: 100%;
}
.thanks .wrap {
	padding: 250px 0 75px;
	text-align: center;
	color: #fff;
}
.thanks .thanks_img {
	display: inline-block;
}
.thanks h1 {
	font-size: 34px;
	text-transform: uppercase;
	margin-top: 35px;
	font-weight: 600;
}
.thanks p {
	font-size: 18px;
	line-height: 26px;
	margin-top: 10px;
}
.thanks .thanks_look_also {
	margin-top: 100px;
	font-size: 0;
}
.thanks .thanks_look_also h3 {
	font-size: 26px;
	font-weight: 300;
}
.thanks .thanks_look_also .thanks_look_also_list {
	position: relative;
	margin-top: 43px;
	padding: 20px 5px;
	border-radius: 6px;
	background: #fff;
}
.thanks .thanks_look_also .thanks_look_also_list:before {
	content: '';
	position: absolute;
	top: -28px;
	left: 0;
	right: 0;
	margin: auto;
	width: 56px;
	height: 56px;
	z-index: 2;
	background: #fff url(../img/scroll_down_arrow.png) no-repeat center;
	border-radius: 50px;
	-webkit-box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
	-moz-box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
	box-shadow: 0px 8px 27px 0px rgba(66,30,152,0.2);
}
.thanks .thanks_look_also .thanks_look_also_list .thanks_look_also_item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 35px;
}

@media only screen and (max-width : 1200px) {
	.thanks .wrap {
		padding: 100px 0 55px;
	}
}
@media only screen and (max-width : 1024px) {
	.thanks .thanks_look_also {
		margin-top: 50px;
	}
	.thanks .thanks_look_also h3 {
		font-size: 24px;
	}
	.thanks .thanks_look_also .thanks_look_also_list:before {
		display: none;
	}
}
@media only screen and (max-width : 480px) {
	.thanks .wrap {
		padding: 40px 0 35px;
	}
	.thanks .thanks_look_also {
		margin-top: 30px;
	}
	.thanks .thanks_look_also .thanks_look_also_list {
		margin-top: 20px;
		overflow: hidden;
	}
	.thanks .thanks_look_also .thanks_look_also_list:before {
		display: none;
	}
	.thanks .thanks_look_also .thanks_look_also_list .thanks_look_also_item {
		margin: 10px;
	}
}



.price {
			display: block;
			color: white;
			background-color: #fb3277;
			font-size: 20px;
			font-weight: bold;
			display: inline-block;
			border-top: 10px dashed;
			padding: 20px 20px;
		}
		.price_old {
			text-decoration: line-through;
		}
		.price_big {
			display: inline-block;
			font-size: 24px;
			margin-bottom: 10px;
		}