@import url('https://fonts.googleapis.com/css?family=Montserrat:100,400,500,600,700,800,900|Open+Sans:400,700&display=swap&subset=cyrillic');
/*font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;*/
.platform_header{
	font-family: 'Montserrat', sans-serif;
}
.container{
	width:1400px;
	margin:0 auto;
}
.platform_header_top{
	padding-top:12px;
	padding-bottom:10px;
	    padding-bottom: 12px;
	background: #0e3b1c;
	/*background: #2c7442;*/
}
.platform_header_top .container{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.platform_header_left, .platform_header_right{
	display:flex;
	align-items: center;

}
.platform_top_phone{
	margin-right:32px;
}
.platform_top_phone div{
	display:flex;
	align-items: center;
	margin-bottom:4px;
}
.platform_top_phone div span, .platform_top_email div span{
	width:91px;
	display:block;
	font-size: 11px;
	line-height: 11px;
	color:#db8951;
	font-family: 'Montserrat', sans-serif;
	text-align: right;
	margin-right:12px;
	margin-right: 17px;

}
.platform_top_email div span{
	margin-right:2px;
}
.platform_top_phone div a, .platform_top_email div a{
	display:block;
	text-decoration: none;
	font-size: 15px;
	line-height: 15px;
	font-weight:600;
	color:#fff;
	padding-left:18px;
	background: url(../img/plat/plat_white_phone.png) left center no-repeat;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;

}
.platform_top_phone div a:hover{
	background: url(../img/plat/plat_pink_phone.png) left center no-repeat;
	color:#e53974;
}

.platform_top_phone div:last-child{
	margin-bottom:0px;
}
.platform_top_email div{
	display:flex;
	align-items: center;
	
}
.platform_top_email{
	margin-right:29px;
}
.platform_top_email div span{
	text-transform: uppercase;
	width:auto;
	font-size: 10px;
}
.platform_top_email div a{
	padding-left:0px;
	background: none;
	font-size: 10px;
	text-transform: uppercase;

}
.platform_top_soc{
	display:flex;

}
.platform_top_soc a img{
	margin-right:10px;
	display: block;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_top_soc a{
	display:block;
	
	height:25px;
}
.platform_top_soc a:hover img{
	opacity: 0.7;
}
.platform_header_lang{
	margin-right:30px;
	    margin-right: 33px;

}
.platform_header_lang a{
	font-size: 10px;
	line-height: 10px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	display:block;
	padding-right:18px;
	background: url(../img/plat/plat_arrow_down.png) center right no-repeat;
}
.platform_header_cart{
	display:flex;
	margin-right:33px;
	    margin-right: 46px;
	align-items:center;
}
.platform_header_cart span{
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
	color:#fff;
	display:flex;
	margin-right:11px;
}
.platform_header_cart .platform_cart_icon{
	width:21px;
	height:25px;
	background:url(../img/plat/plat_cart_icon.png) center center no-repeat;
	position:relative;
}
.platform_header_cart .platform_cart_icon span{
	width:20px;
	height:20px;
	border-radius: 50%;
	background: #e53974;
	text-align:center;
	line-height: 20px;
	color:#fff;
	font-size: 11px;
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	display:block;
	position:absolute;
	top: -6px;
    right: -17px;
}
.platform_top_log{
	font-size: 10px;
	margin-right: -4px;
	text-transform: uppercase;
	color:#fff;
	font-weight:bold;
	line-height: 10px;
	    margin-right: 5px;
}
.platform_top_log a{
	color:#fff;
	text-decoration: none;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}

.platform_top_email div a:hover, .platform_top_log a:hover{
	color:#e53974;
}
.platform_header_bottom{
	padding-top:20px;
	padding-bottom:20px;
	    padding-top: 19px;
    padding-bottom: 11px;
	background: #2c7442;
	    padding-top: 13px;
    padding-bottom: 5px;
}
.platform_header_bottom .container{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.platform_logo{
	margin-left:4px;
}
.platform_menu ul{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	    margin-bottom: 10px;
}
.platform_menu ul li{
	margin-left:7px;
	position:relative;
}

.platform_menu ul li a{
	display:block;
	font-size: 15px;
	line-height: 15px;
	padding-top:9px;
	padding-bottom:9px;
	padding-lefT:15px;
	padding-right:15px;
	border-radius: 16px;
	
	text-transform: uppercase;
	text-decoration: none;
	color:#ffffff;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
/*.platform_menu ul li a:hover{
	color:#e53974;
	}*/
.platform_menu ul li a.active, .platform_menu ul li a.active:hover, .platform_menu ul li a:hover{
	color:#fff;
	background: #fb8b4c;
}
.platform_menu ul li a.plat_sub{
	background-image:url(../img/plat/plat_sub.png);
	background-repeat:no-repeat;
	background-position:center right; 
}
.platform_menu ul li ul{
	position:absolute;
	display:block;
	z-index: 5;
	padding-top: 38px;
	border-bottom:3px solid #c09c55;
	text-align: left;
	width:120px;
	display:none;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_menu ul li:hover ul{
	display:block;
}
.platform_menu ul li ul li{
	margin-left:0px;
	margin-right:0px;
padding-bottom: 17px;
    padding-left: 27px;
    padding-right: 24px;
	background: #ede9e8;
}
.platform_menu ul li ul li:first-child{
	padding-top: 29px;
}
.platform_menu ul li ul li a{
	font-size: 12px;
	color:#343434;
	text-transform: none;
	padding:0;
}
.plarform_banner{
	background-position:center center;
	background-size: cover;
	padding-top:107px;
	box-sizing: border-box;
	min-height: 801px;
	min-height:803px;
	    min-height: 692px;
	margin-bottom:69px;
	font-family: 'Montserrat', sans-serif;
}
.plarform_banner_courses{
	min-height:563px;
	padding-top:0px;
	display:flex;
	align-items: center;
}
.platform_banner_inner{
	text-align:left;
	max-width: 502px;
}
.platform_banner_caption1{
	text-align:left;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color:#fff;
	min-height: 14px;
	margin-bottom:20px;
	    margin-left: 10px;
}
.platform_banner_caption2{
	text-align:left;
	font-size: 80px;
	font-weight:500;
	color:#fff;
	line-height: 76px;
	margin-bottom:25px;
}
.platform_banner_caption2:after{
	content:'';
	display:block;
	width:170px;
	height:3px;
	background: #fff;
	margin-left: 7px;
	margin-top: 15px;
}
.platform_banner_caption3{
	font-size: 18px;
	line-height: 28px;
	color:#fff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:33px;
	text-align:left;
	margin-left: 7px;
	height: 168px;
    overflow: hidden;
}
.platform_banner_a{
	/*width:152px;*/
	padding-lefT: 30px;
    padding-right: 30px;
	height:48px;
	line-height: 48px;
	color:#fff;
	background: #f73f42;
	border-radius: 3px;
	display:inline-block;
	text-decoration: none;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-left: 7px;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_banner_a:hover{
	filter:brightness(1.2);
}
.platform_caption{
	overflow: hidden;
	font-size: 48px;
	font-weight: 400;
	color:#db8951;
	color:#db8951;
	text-align: left;
	line-height: 54px;
	margin-bottom:35px;
	letter-spacing: -1px;
}

.platform_caption:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 2px;
	background: #db8951;
	background:#db8951;
	border: solid #FFF;
	border-width: 0 28px;
}

.platform_caption:after {
	margin-right: -100%;
}
.platform_prof{
	font-family: 'Montserrat', sans-serif;
	margin-bottom:15px;
	    margin-bottom: 11px;
}
.platform_prof_items{
	display:flex;
	flex-wrap: wrap;
	

}
.platform_prof_item{
	width:680px;
	margin-right:39px;
	background: #fff;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
	margin-bottom:45px;
}
.platform_prof_item:hover{
	box-shadow: 1px 1px 24px 0px rgba(196, 196, 196, 0.83);
}
.platform_prof_item:nth-child(even){
	margin-right:0px;
}
.platform_prof_img{
	height:330px;
	background: #c4c4c4;
	position:relative;
	text-align:left;
	
	box-sizing: border-box;
	color:#fff;

}
.platform_prof_caption{
	padding-left:26px;
	padding-right:26px;
	box-sizing: border-box;
	padding-bottom:30px;
	text-align:left;
	position:absolute;
	bottom:0px;
	width:100%;
	font-size: 34px;
	line-height: 42px;
	text-transform: uppercase;

}
.platform_prof_desc{
	text-align:left;
	    padding: 19px 32px 35px 29px;
	color:#6c6c6c;
	font-size: 17px;
	line-height:29px;
	min-height: 199px;
	font-family: 'Open Sans', sans-serif;
}
.platform_prof_red{
	background: #f73f42;
	background: #7cba3d;
	border-radius: 3px;
	text-align:left;
	color:#fff;
	    padding: 9px 32px 15px 28px;
	text-transform: uppercase;
	font-weight:bold;

}
.platform_home{
	margin-bottom:60px;
}
.platform_home_img{
	height:408px;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover; 
	position:relative;
	color:#fff;
	display:block;
	font-family: 'Montserrat', sans-serif;
}
#eapps-instagram-feed-1{
	max-width: 1400px;
	padding-top:0px;
}
.platform_home_caption{
	left:94px;
	max-width:420px;
	box-sizing: border-box;
	bottom:68px;
	text-align:left;
	position:absolute;
	width:100%;
	font-size: 34px;
	line-height: 42px;
	text-transform: uppercase;
}
.platform_level_img{
	width:100%;
	height:405px;
	position: relative;
	background-position: center center;
	background-repeat:no-repeat;
	background-size:cover; 
	display:flex;
	flex-direction: column;
	justify-content: flex-end;
	flex-wrap:wrap;
	text-align:left;
	padding-left:26px;
	padding-right:26px;
	box-sizing: border-box;
	padding-bottom:20px;
}
.platform_level_img:before{
	content:'';
	display:block;
	height:100%;
	width:100%;
	background: url(../img/plat/plat_shadow.png) bottom left repeat-x;
	position:absolute;
	z-index: 2;
	bottom:0;
	left:0px;
}
.platform_level_desc{
	background: #fcfcfc;
	padding:25px 32px 22px 32px;
	    padding: 24px 32px 22px 29px;
	font-size: 17px;
	line-height: 21px;
	color:#545454;
	text-align:left;

}
.platform_level_caption1{
	font-size: 15px;
	font-weight:500;
	color:#fff;
	line-height: 15px;
	margin-bottom:8px;
	text-transform: uppercase;
	position:relative;
	z-index: 5;
	margin-left: 4px;
}
.platform_level_caption2{
	font-size: 34px;
	/*font-weight:300;*/
	color:#fff;
	line-height: 40px;
	margin-bottom:11px;
	text-transform: uppercase;
	position:relative;
	z-index: 5;
}
.platform_button{
	/*width:152px;*/
	padding-lefT:30px;
	padding-right:30px;
	height:39px;
	line-height: 39px;
	background: #f73f42;
	border-radius: 3px;
	
	display:inline-block;
	text-decoration: none;
	text-align:center;
	text-transform: uppercase;
	color:#fff;
	font-size: 15px;
-webkit-transition: all .25s ease;
            transition: all .25s ease;
	font-weight:bold;
	margin-top:32px;
	    margin-top: 29px;
	    margin-bottom:3px;
}
.platform_button:hover{
	background: #fd6d6f;
	background: #f73f42;
}
.platform_home_slider.owl-theme .owl-nav.disabled+.owl-dots, 
.platform_banner_slider.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:0px;
	    position: absolute;
    width: 100%;
    bottom: 24px;
        bottom: 18px;
    z-index: 5;
}
.platform_banner_slider.owl-theme .owl-nav.disabled+.owl-dots{
	bottom:80px;
}
.platform_home_slider.owl-theme .owl-dots .owl-dot span,
.platform_banner_slider.owl-theme .owl-dots .owl-dot span{
	background: none;
	border:1px solid #fff;
	margin:3px 8px;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_banner_slider.owl-theme .owl-dots .owl-dot span{

}
.platform_home_slider.owl-theme .owl-dots .owl-dot.active span, .platform_home_slider.owl-theme .owl-dots .owl-dot:hover span,
.platform_banner_slider.owl-theme .owl-dots .owl-dot.active span, .platform_banner_slider.owl-theme .owl-dots .owl-dot:hover span{
	width:16px;
	height:16px;
	border:3px solid #fff;
	margin:0px 5px;

}
.platform_banner_slider.owl-theme .owl-dots .owl-dot.active span, .platform_banner_slider.owl-theme .owl-dots .owl-dot:hover span{
	border-width: 2px;
}
.platfrom_level_slide{
	width:320px;
	margin-left:auto;
	margin-right:auto;
}
.platform_level_slider, .platform_vykr_blocks{
	margin-left:-10px;
	margin-right:-10px;
	width:calc(100% + 20px);
}

.platform_level_slider.owl-carousel .owl-nav .owl-prev, .platform_course3_slider.owl-carousel .owl-nav .owl-prev, .platform_shop_vykr.owl-carousel .owl-nav .owl-prev,
 .platform_course9_slider.owl-carousel .owl-nav .owl-prev, .platform_vykr_blocks.owl-carousel .owl-nav .owl-prev{
	width:60px;
	height:60px;
	margin:0;
	padding:0;
	background: url(../img/plat/plat_left_arrow.png) center center no-repeat;
	position:absolute;
	left:0px;
	top:172px;
	z-index: 5;

}
.platform_vykr_blocks.owl-carousel .owl-nav .owl-prev{
	left:-20px;
}
.plat_fixed{
	position:fixed;
	z-index: 999;
	width:100%;
}
.platform_banner_slider{
	padding-top:156px;
	/*    padding-top: 137px;*/
}
.platform_level_slider.owl-carousel .owl-nav .owl-prev:before, .platform_level_slider.owl-carousel .owl-nav .owl-next:before,
.platform_course3_slider.owl-carousel .owl-nav .owl-prev:before, .platform_course3_slider.owl-carousel .owl-nav .owl-next:before,
.platform_shop_vykr.owl-carousel .owl-nav .owl-prev:before, .platform_shop_vykr.owl-carousel .owl-nav .owl-next:before,
.platform_course9_slider.owl-carousel .owl-nav .owl-prev:before, .platform_course9_slider.owl-carousel .owl-nav .owl-next:before,
.platform_vykr_blocks.owl-carousel .owl-nav .owl-prev:before, .platform_vykr_blocks.owl-carousel .owl-nav .owl-next:before{
	content:'';
	border-radius: 50%;
	position:absolute;
	width:50px;
	height:50px;
	border:2px solid #db8951;
	position:absolute;
	top:5px;
	left:5px;
	opacity: 0;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_level_slider.owl-carousel .owl-nav .owl-prev:hover:before, .platform_level_slider.owl-carousel .owl-nav .owl-next:hover:before,
.platform_course3_slider.owl-carousel .owl-nav .owl-prev:hover:before, .platform_course3_slider.owl-carousel .owl-nav .owl-next:hover:before,
.platform_shop_vykr.owl-carousel .owl-nav .owl-prev:hover:before, .platform_shop_vykr.owl-carousel .owl-nav .owl-next:hover:before,
.platform_course9_slider.owl-carousel .owl-nav .owl-prev:hover:before, .platform_course9_slider.owl-carousel .owl-nav .owl-next:hover:before,
.platform_vykr_blocks.owl-carousel .owl-nav .owl-prev:hover:before, .platform_vykr_blocks.owl-carousel .owl-nav .owl-next:hover:before{
	opacity: 1;
}
.platform_level_slider.owl-carousel .owl-nav .owl-next, .platform_course3_slider.owl-carousel .owl-nav .owl-next, .platform_shop_vykr.owl-carousel .owl-nav .owl-next,
 .platform_course9_slider.owl-carousel .owl-nav .owl-next, .platform_vykr_blocks.owl-carousel .owl-nav .owl-next{
	width:60px;
	height:60px;
	margin:0;
	padding:0;
	background: url(../img/plat/plat_right_arrow.png) center center no-repeat;
	right:0px;
	top:172px;
	position:absolute;
	z-index: 5;
	
}
.platform_vykr_blocks.owl-carousel .owl-nav .owl-next{
	right:-20px;
}
.platform_excl{
	margin-bottom:11px;
}
.platform_level_slider.owl-theme .owl-nav, .platform_course3_slider.owl-theme .owl-nav, .platform_shop_vykr.owl-theme .owl-nav, .platform_course9_slider.owl-theme .owl-nav,
 .platform_vykr_blocks.owl-theme .owl-nav{
	margin-top:0px;
}
.platform_level_slider{

}
.platform_level{
	margin-bottom:42px;
	margin-bottom: 30px;
}
.platform_excl_blocks{
	display:flex;
	justify-content: space-between;
}
.platform_excl_left{
	width:921px;
}
.platform_excl_block{
	margin-bottom:43px;
	height:379px;
}
.platform_excl_block2{
	height:358px;
}
.platform_excl_block a{
	display:block;
	height:100%;
	width:100%;
	background-position: center center;
	background-size:cover; 
	overflow: hidden;
}
.platform_excl_block a img{
	display:block;
	-webkit-transition: all 1s ease;
            transition: all 1s ease;

}
.platform_excl_block a:hover img{
    transform: scale(1.1); 
   }
.platform_excl_right{
	width:439px;
	
}
.platform_excl_right .platform_excl_block{
	height:783px;
}
.platform_instagram{
	margin-bottom:40px;
}
.platform_vykr{
	margin-bottom:29px;
}
.platform_vykr_blocks{
	/*display:flex;
	justify-content: space-between;*/
}
.platform_vykr_block{
	width:245px;
	width:250px;
	margin-left: auto;
    margin-right: auto;
    margin-top:5px;
    margin-bottom:5px;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_vykr_block:hover{
	box-shadow: 1px 1px 24px 0px rgba(196, 196, 196, 0.43);
}
.platform_vykr_img{
	width:100%;
	height:336px;
}
.platform_vykr_desc{
	padding:26px 18px;
	text-align: left;
	background: #fcfcfc;
	font-size: 14px;
	line-height: 21px;
	font-weight:500;
	    padding: 19px 31px;
	   
}
.platform_vykr_caption{
	font-size: 20px;
	margin-bottom:5px;
}
.platform_partners_items{
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.platform_partners_items a{
	width:18%;
	margin-lefT:1%;
	margin-right:1%;
	margin-bottom:20px;
}
.platform_partners{
	margin-bottom:60px;
	    margin-bottom: 68px;
}
.platform_description{
	border-top:2px solid #db8951;
	border-top:2px solid #ff8b43;
	padding-top:45px;
	text-align:left;
	color:#545454;
	padding-bottom:80px;
}
.platform_description p{
	font-size: 17px;
	line-height: 17px;
	padding-bottom:17px;
	    line-height: 20px;
	font-weight:500;
	letter-spacing: -0.2px;
}
.platform_description strong{
	color:#0e3b1c;
	color:#277541;
	font-weight:bold;
	font-size: 25px;
	line-height: 25px;
	letter-spacing: -0.4px;
}
.platform_description_left{
	width:687px;
	margin-right: 26px;
	float:left;
}
.platform_description_right{
	width:687px;
	float:left;
}
.platform_description ul{
	list-style:none;
	padding:0;
	font-size: 19px;
	line-height: 25px;
	font-weight:500;
	margin-top:11px;

}
.platform_description ul li{
	position:relative;
	padding-left:21px;
	padding-bottom:28px;
	font-size:19px;
	line-height: 25px;
}
.platform_description ul li:before{
	content:'';
	display:block;
	width:7px;
	height:7px;
	border-radius: 50%;
	background: #ab8740;
	background: #e18651;
	position:absolute;
	left:0px; 
	top:10px;
}
.platfor_footer_top{
	padding-top:55px;
	background: #343434;
	background: #3e1b15;
	padding-bottom:38px;
}
.platfor_footer_top .container{
	display:flex;
	justify-content: space-between;
}
.platfom_footer_block{
	width:25%;
	text-align:left;
}
.platform_footer_logo{
	margin-bottom:20px;
	margin-bottom: 10px;
}
.platform_footer_desc{
	font-size: 12px;
	line-height: 20px;
	opacity: 0.5;
	color:#fff;
	margin-bottom:22px;
}
.platform_footer_phone{
	padding-left:28px;
	background: url(../img/plat/plat_phone_icon.png) center left no-repeat;
	margin-bottom:14px;
	font-size: 10px;
	text-transform: uppercase;
	display:flex;
	color:#9a9a9a;
	    margin-bottom: 9px;
}
.platform_footer_email{
	padding-left:28px;
	background: url(../img/plat/plat_email_icon.png) left center no-repeat;
	margin-bottom:19px;
	font-size: 10px;
	text-transform: uppercase;
	color:#9a9a9a;
}
.platform_footer_email a{
	color:#9a9a9a;
}
.platform_footer_phone span{
	text-transform: uppercase;
	display:block;
	margin-right:8px;
}
.platform_footer_phone a{
	text-decoration: none;
	color:#9a9a9a;
}
.platform_footer_soc{
	display:flex;
}
.platform_footer_soc img{
	margin-right:10px;
}
.platform_footer_soc a img{
	margin-right:10px;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_footer_soc a:hover img{
	opacity: 0.7;
}
.platfom_footer_caption{
	font-size: 13px;
	color:#db8951;
	line-height: 13px;
	text-transform: uppercase;
	margin-bottom:22px;
}
.platfom_footer_menu{
	margin-bottom:20px;
}
.platfom_footer_menu ul{
	list-style:none;
	padding:0;
	margin:0;
}
.platfom_footer_menu ul li{
	padding-bottom:5px;
	font-size: 11px;
}
.platfom_footer_menu ul li a{
	text-transform: uppercase;
	text-decoration: none;
	color:#9a9a9a;
}
.platform_subscribe_caption{
	font-size: 14px;
	color:#9a9a9a;
	color:#dc8a52;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom:8px;
}
.platform_footer_subscribe{
	width:240px;
}
.platform_footer_subscribe form{
	position: relative;
}
.platform_footer_subscribe form input[type=email]{
	width:100%;
	height:38px;
	box-sizing: border-box;
	border:1px solid #db8951;
	border:1px solid #dc8a52;
	padding-lefT:17px;
	padding-right:80px;
	background: none;
	margin-bottom:10px;
	border-radius: 10px;
}
.platform_footer_subscribe form input[type=submit]{
	width:64px;
	height:38px;
	border-radius: 10px;
	background: url(../img/plat/arrow_submit.png) center center no-repeat #db8951;
	background-color: #dc8a52;
	position:absolute;
	top:0px;
	right:0px;
	z-index: 2;
	border:none;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_footer_subscribe form input[type=submit]:hover{
	opacity: 0.7;
}
.checkbox_plat:checked + .checkbox-custom::before {
    content: "";             
    display: block;          
    position: absolute;      
 
    
   top: -9px;
    right: -6px;
    bottom: -1px;
    left: -4px;
 
    background: url(../img/plat/check.png) center center no-repeat;     
   /* border-radius: 2px;*/
}
.platform_footer_subscribe .label{
	margin-lefT:25px;
	text-align:left;
	line-height: 30px;
	font-size: 8px;
	line-height: 24px;
	color:#9a9a9a;
}
.platform_footer_subscribe .label a{
	color:#9a9a9a;
}
.platform_footer_subscribe .checkbox-custom {
    position: relative;
    width: 16px;
    height: 16px;
    border: 3px solid #5d5d5d;
    cursor: pointer;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.platform_footer_blogitem{
	display:flex;
	margin-bottom:20px;
}
.platform_footer_blogimg{
	width:70px;
	flex: none;
}
.platform_footer_blogimg img{
	display:block;
	border-radius: 5px;
}
.platform_footer_blogdesc{
	padding-left:9px;
	padding-top:9px;
}
.platform_footer_blogdate{
	font-size: 12px;
	color:#939393;
	line-height: 16px;
	margin-top: 3px;
	/*text-transform: uppercase;*/
}
.platform_footer_blogname{
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}
.platform_footer_blogname a{
	color:#fff;
	text-decoration: none;
}
.platfor_footer_bottom{
	background: #121212;
	padding-top:30px;
	padding-bottom:30px;
}
.platfor_footer_bottom .container{
	padding-right:84px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.platform_footer_copy{
	font-size: 12px;
	color:#424242;
	line-height: 12px;
}
.plat_icon_top{
	display:block;
	background: url(../img/plat/got_top_icon.png) center center no-repeat #e6b96a;
	background-color:#dc8a52;
	width:43px;
	height:43px;
	text-decoration: none;
	position:absolute;
	top:-9px;
	right:0px;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.plat_icon_top:hover{
	opacity: 0.7;
}
.platform_bottom_menu ul{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
}
.platform_bottom_menu ul li{
	margin-left:30px;
}
.platform_bottom_menu ul li a{
	font-size: 10px;
	color:#cfcfcf;
	line-height: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.platform_partners .platform_caption{
	margin-bottom: 58px;
}
.platform_vykr .platform_button{

}
.platfom_footer_block1{
	width:255px;
}
.platfom_footer_block2{
	width:245px;
}
.platfom_footer_block3{
	width:320px;
}
.platfom_footer_block4{
	width:250px;
}
/*course*/
.platform_breadcrumbs{
	
	margin-bottom:20px;
	margin-top:-34px;
	margin-bottom: 27px;
    margin-top: -40px;
    position: relative;
    z-index: 998;
}
.platform_breadcrumbs ul{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	flex-wrap: wrap;
}
.platform_breadcrumbs ul li{
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color:#db8951;
	margin-right:25px;
}
.platform_breadcrumbs ul li a{
	color:#db8951;
}
.platform_breadcrumbs ul li span{
	font-weight:bold;
}
.platform_course1_items{
	display:flex;
	text-align:left;
}
.platform_course1{
	margin-bottom: 70px;
}
.platform_course1_item{
	width: 680px;
	margin-right: 39px;
    background: #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}
.platform_course1_item:hover{
	box-shadow: 1px 1px 24px 0px rgba(196, 196, 196, 0.43);
}
.platform_course1_item:nth-child(even) {
    margin-right: 0px;
}
.platform_course1_img img{
	display:block;

}
.platform_course1_desc{
	min-height: 188px;
	padding:25px;
	color:#6c6c6c;
	font-size: 17px;
}
.platform_course1_caption{
	font-size: 26px;
	line-height: 29px;
	font-weight:bold;
	color:#0e3b1c;
	font-family: 'Montserrat', sans-serif;
}
.platform_course2_items{
	display:flex;
	flex-wrap: wrap;
	text-align:left;
}
.platform_course2_caption{
	color:#0e3b1c;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
	line-height: 44px;
	margin-bottom:10px;
	font-weight:bold;
}
.platform_course2_item{
	width:33.3%;
	padding-lefT:100px;
	font-size: 16px;
	line-height: 27px;
	color:#454545;
	margin-bottom:40px;
}
.platform_course2{
	margin-bottom:30px;
}
.platform_course3{
	margin-bottom:60px;
}
.platform_course5{
	margin-bottom:20px;
}
.platform_course6_items{
    display: flex;
    text-align: left;
}
.platform_course6_item {
    width: 680px;
    margin-right: 39px;
   
   

    
}
.platform_course6_item:nth-child(even) {
    margin-right: 0px;
}
.platform_course6_img{
	 background: url(../img/plat/plat_c_4.png) center bottom no-repeat;
    position:relative;
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-size:contain;
}
.platform_course6_img .platform_course6_name{
	font-size: 46px;
	line-height:41px;
	color:#f73f42;
	font-family: 'Montserrat', sans-serif;
	text-align:left;
	position:absolute;
	top:68px;
	left:50px;

}
.platform_course6_img .platform_course6_name span{
	display:block;
}
.platform_course6_desc{
	background: #f5f5f5;
	text-align:left;
	padding:37px;
	
	font-size: 16px;
	line-height: 24px;
	color:#454545;
	font-family: 'Montserrat', sans-serif;
	    padding-top: 33px;
    padding-left: 45px;
    padding-right: 27px;

}
.platform_course6{
	margin-bottom:60px;
	margin-bottom: 43px;
}
.platform_course7{
	background: #f0ece5;
	margin-bottom:134px;
	margin-top:100px;
}
.platform_course7 .container{
	display:flex;
	justify-content: space-between;
	align-items: center;

}
.platform_course7_left{
	max-width: 335px;
	text-align:left;
	color:#454545;
	font-size: 16px;
	line-height:27px;
}
.platform_course7_caption{
	font-size: 36px;
	line-height: 44px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	color:#00615f;
	margin-bottom:15px;
}
.platform_course7_right{
	margin-top:-70px;
	margin-bottom:-110px;
}
.platform_course8{
	margin-top:80px;
	margin-bottom:80px;
}
.platform_course9_slide{
	width:960px;
	width:1184px;
	display:flex;
	border:2px solid #db8951;
	margin-left:auto;
	margin-right:auto;
}
.platform_course9_img, .platform_course9_desc{
	width:50%;
	min-height: 520px;
}
.platform_course9_img{
	/*min-height: 520px;*/
	background-size: cover;
	background-position:center center;
	background-repeat: no-repeat;  
}
.platform_course9_desc{
	text-align:left;
	background: #f0ece5;
	padding:48px 60px;
	border-left:2px solid #db8951;
}
.platform_course9_name{
	font-size: 28px;
	line-height: 28px;
	color:#2c7442;
	text-transform: uppercase;
	margin-bottom:15px;
}
.platform_course9_pos{
	font-size: 21px;
	line-height: 21px;
	color:#db8951;
	margin-bottom:40px;
}
.platform_course9_text{
	font-size: 16px;
	line-height: 25px;
	color:#2f3542;
}
.platform_course9{
	margin-bottom:70px;
	    margin-bottom: 35px;
}
.platform_course10_items{
	display:flex;
	justify-content: space-between;
	justify-content: space-around;
	padding-left:30px;
	padding-right:35px;
}
.platform_course10_items.one_prices{
	/*margin-top: -64px;*/
	margin-top: 40px;
}
.platform_course10_item{
	background: #f0ece5;
	position:relative;
	/*max-width:353px;*/
	width:353px;
	padding:40px 20px;
	padding-top:0px;
	border-radius: 3px;
	border:2px solid #db8951;
}
.platform_course10_name{
	font-size: 24px;
	line-height: 26px;
	line-height: 29px;
	color:#2c7442;
	font-weight:bold;
	margin-bottom:30px;
	text-transform: uppercase;
	max-width: max-content;
	margin-left:auto;
	margin-right:auto;
}
.platform_course10_price{
	width:150px;
	height:150px;
	padding-top:16px;
	border-radius: 50%;
	background: #db8951;
	color:#fff;
	margin-bottom:37px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-75px;

}
.platform_course10_price span{
	display:block;
	font-size: 36px;
	line-height: 39px;
	font-weight:700;

}
.platform_course10_price span:first-child{
	height:42px;
	line-height: 42px;
	font-size: 24px;
	font-weight:500;
	text-decoration: line-through;
}
.platform_course10_price span:last-child{
	height:27px;
	line-height: 27px;
	font-size: 11px;
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.platform_course10_desc{
	font-size: 16px;
	/*line-height: 41px;*/
	line-height: 23px;
	color:#2f3542;
	margin-bottom:25px;
	    padding-bottom: 156px;
	text-align: left;	
}
.platform_course10_desc span, .platform_course10_desc p{
	display:block;
	border-bottom:1px solid #dddad5;
	padding-top:9px;
	padding-bottom:9px;
}
.platform_course10_desc span:last-child{
	border-bottom: none;
}
.platform_course10_items{
	margin-top:120px;
}
.platform_course10{
	margin-bottom:67px;
}
.platform_course10_item.one_price{
	width:896px;
	padding-top:45px;
}
.platform_desc_togehter{
	display:flex;
	padding-left:30px;
	padding-right:75px;
	margin-bottom: 25px;
    padding-bottom: 156px;
}
.platform_desc_togehter .platform_course10_desc{
	margin-bottom:0px;
	padding-bottom:0px;
	width:44%;
	margin-left:3%;
	margin-right:3%;
}
.platform_course10_item.one_price .platform_course10_price{
	position:absolute;
	z-index: 5;
	top:50%;
	right:-75px;

}
.plat_red_buy{
	width:220px;
	height:53px;
	display:block;
	cursor:pointer;
	line-height: 53px;
	background: #ff3d40;
	
	border: 2px solid #ff3d40;
	border-radius: 3px;
	font-size: 19px;
	font-weight:bold;
	color:#fff;
	
	text-decoration: none;
	margin-bottom:18px;
	margin-left:auto;
	margin-right:auto;
	text-transform: uppercase;
	position:absolute;
	left:50%;
	margin-lefT:-110px;
	bottom:80px;
	bottom:142px;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;

}
.plat_red_buy:hover{
	color:#ff3d40;
	background:none;
}
.plat_red_buy.plat_predpred, .plat_red_buy.plat_postpost{
	bottom:142px;
	bottom:80px;
}
.plat_red_buy.plat_red_buy_tinkoff{
	bottom:80px;
}
.plat_red_buy.oplata_rf{
	bottom:18px;

}
.plat_red_buy.plat_predpred, .plat_red_buy.plat_postpost, .plat_red_buy.plat_red_buy_tinkoff{
	background: none;
	color: #ff3d40;
}
.plat_red_buy.plat_predpred:hover, .plat_red_buy.plat_postpost:hover, .plat_red_buy.plat_red_buy_tinkoff:hover{
	background: #ff3d40;
	color: #fff;
}

.plat_red_rassr{
	width:190px;
	text-transform: uppercase;
	height:53px;
	display:block;
	cursor:pointer;
	line-height: 53px;
	border-radius: 3px;
	border:1px solid #ff3d40;
	color:#ff3d40;
	font-size: 19px;
	font-weight:bold;
	text-decoration: none;
	margin-left:auto;
	margin-right:auto;
}
.platform_course11_items{
	display:flex;
	justify-content: space-between;
}
.platform_course11_name{
	font-size: 21px;
	line-height: 26px;
	font-weight:bold;
	text-transform: uppercase;
	color:#2c7442;
	margin-bottom:32px;
}
.platform_course11_left{
	max-width:375px;
	text-align:left;

}
.platform_course11_text{
	font-size: 16px;
	line-height: 27px;
	color:#343434;
}
.platform_course11_right{
	max-width: 775px;
}
.platform_course11_right form{
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.platform_course11_right input[type=text], 
.platform_course11_right input[type=email]{
	width:48%;
	display:block;
	height:59px;
	border:2px solid #db8951;
	background: #f5f5f5;
	margin-bottom: 20px;
	padding-left:30px;
	padding-right:30px;
}
.platform_course11_right input[type=submit]{
	width:100%;
	height:59px;
	margin-bottom:20px;
	display:block;
	cursor:pointer;
	background: #db8951;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	border:none;
	text-transform: uppercase;

}
.platform_course11_right textarea{
	border:2px solid #db8951;
	background: #f5f5f5;
	margin-bottom: 20px;
	height:190px;
	padding:30px;
	width:100%;
}
.platform_course11_right label{
	display:block;
	width:100%;
}
.platform_course11{
	margin-bottom:70px;
}
.platform_course4_items{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	margin-top:110px;
}
.platform_course4_item{
	max-width: 350px;
	border:2px solid #ff427f;
	border-radius: 10px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:90px;
	position: relative;
}
.platform_course4_caption{
	font-weight:bold;
	text-align:left;
	color:#fff;
	font-size: 19px;
	line-height:21px;
	height:82px;
	padding-top:32px;
	padding-left:60px;
	background: #ff427f;
	border-radius: 8px 8px 0px 0px;
}
.platform_course4_desc{
	min-height: 195px;
	text-align:left;
	padding:50px 60px 0px 60px;
	font-size: 19px;
    line-height: 27px;
    color: #454545;
}
.platform_course4_item:before{
	content:'';
	width:24px;
	height:24px;
	display:block;
	border-radius: 50%;
	background: #ff3677;
	border:3px solid #fff;
	position:absolute;
	right:-94px;
	top:50%;
	margin-top:-12px;
	z-index: 2;

}
.platform_course4_item:after{
	content:'';
	display:block;
	background: #ff3677;
	width:80px;
	height:3px;
	top:50%;
	position:absolute;
	right:0px;
	margin-top:-1px;
	right: -82px;
	z-index: 1;

}
.platform_course4_img{
	width:96px;
	height:96px;
	border-radius: 50%;
	border:3px solid #fff;
	display:flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	left:-40px;
	top:-45px;
	z-index: 2;
	background: #ff427f;
}
.color_red .platform_course4_img, .color_red.platform_course4_item:after, .color_red.platform_course4_item:before, .color_red .platform_course4_caption{
	background: #ff3c40;
}
.color_red.platform_course4_item{
	border-color:#ff3c40;
}
.color_green .platform_course4_img, .color_green.platform_course4_item:after, .color_green.platform_course4_item:before, .color_green .platform_course4_caption{
	background: #00615f;
}
.color_green.platform_course4_item{
	border-color:#00615f;
}
.color_green.platform_course4_item:after{
	width:3px;
	height:40px;
	top:auto;
	right:50%;
	bottom:-40px;
}
.platform_green_line:before{
	content:'';
	height:3px;
	background: #00615f;
	width: 860px;
    display: block;
    margin-left: 270px;
}
.platform_green_line:after{
	content:'';
	width:3px;
	height:51px;
	display:block;
	position:absolute;
	background: #00615f;
	left:267px;
	top:0px;
}
.color_green.platform_course4_item:before{
	right:auto;
	left:-700px;
	top:auto;
	bottom:-104px;
}
.platform_green_line{
	
	width:100%;
	position:relative;
	
	    margin-top: -52px;
}
.color_pink .platform_course4_img, .color_pink.platform_course4_item:after, .color_pink.platform_course4_item:before, .color_pink .platform_course4_caption{
	background: #fbadca;
}
.color_pink.platform_course4_item{
	border-color:#fbadca;
}

.color_brown .platform_course4_img, .color_brown.platform_course4_item:after, .color_brown.platform_course4_item:before, .color_brown .platform_course4_caption{
	background: #bc867e;
}
.color_brown.platform_course4_item{
	border-color:#bc867e;
}

.color_yellow .platform_course4_img, .color_yellow.platform_course4_item:after, .color_yellow.platform_course4_item:before, .color_yellow .platform_course4_caption{
	background: #c8943b;
}
.color_yellow.platform_course4_item:after, .color_yellow.platform_course4_item:before{
	display:none;
}
.color_yellow.platform_course4_item{
	border-color:#c8943b;
}

/*club*/
.platform_club1_text{
	text-align:left;
	font-size: 18px;
	color:#4d4d4d;
	line-height: normal;
	
	margin-bottom:16px;
}
.platform_club1_caption{
	font-size: 30px;
	line-height: 30px;
	color:#0e3b1c;
	margin-bottom:30px;
}
.platform_club1_items{
	display: flex;
	justify-content: space-between;
}
.platform_club1_item{
	width:18%;
}
.platform_club1_img{
	margin-bottom:30px;
}
.platform_club1_desc{
	font-size: 18px;
	line-height: normal;
	color:#4d4d4d;
}
.platform_club1{
	margin-bottom:50px;
}
.platform_club2_items{
	display:flex;
	justify-content: space-between;

}
.platform_club2_item{
	width:32%;
	/*margin-right:1%;*/
	text-align:left;
}
.platform_club2_caption{
	font-size: 31px;
	line-height: 36px;
	min-height: 72px;
	font-weight: bold;
	color:#2c7442;
	margin-bottom:15px;
}
.platform_club2_text{
	font-size: 16px;
	line-height: 27px;
	color:#454545;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:25px;
	min-height: 108px;
}
.platform_club2{
	padding-bottom:90px;
	    padding-bottom: 87px;
}
.platform_club_spikers .platform_course6_item{
	margin-left:auto;
	margin-right:auto;
}
.platform_club_spikers.owl-theme .owl-nav.disabled+.owl-dots, .platform_course9_slider.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:30px;
	margin-top: 35px;
	margin-top:5px;
}
.platform_club_spikers.owl-theme .owl-dots .owl-dot span, .platform_course9_slider.owl-theme .owl-dots .owl-dot span{
	border:1px solid #878787;
	background: none;
	margin-top:6px;
	margin-bottom:4px;
	
}
.platform_club_spikers.owl-theme .owl-dots .owl-dot.active span, .platform_club_spikers.owl-theme .owl-dots .owl-dot:hover span,
.platform_course9_slider.owl-theme .owl-dots .owl-dot.active span, .platform_course9_slider.owl-theme .owl-dots .owl-dot:hover span{
	width:16px;
	height:16px;
	border:2px solid #878787;
	background: none;
	
	margin-top:2px;
	margin-bottom:2px;
}
.platform_club3{
	padding-top:107px;
	padding-bottom:67px;
	background: url(../img/plat/club9.jpg) center center no-repeat;
	position:relative;
	background-size: cover; 
	margin-bottom:80px;
}
.platform_club3:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index: 1;
	top:0px;
	left:0px;
	background: rgba(0,0,0,0.5);
}
.platform_club3 .container{
	z-index: 2;
}
.platform_club3_caption{
	text-transform: uppercase;
	color:#fff;
	font-size:53px;
	font-weight: 500;
	line-height: 53px;
	margin-bottom:45px;
	margin-bottom: 8px;
}
.platform_club3_aftercaption{
	font-size: 37px;
	line-height: 47px;
	color:#fff;
	max-width:950px;
	margin-lefT:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.platfrom_club_pay .platform_course10_items{
	justify-content: space-around;
}
.platfrom_club_pay .platform_course10_item{
	width: 500px;
	padding-bottom:50px;
}
.platfrom_club_pay .platform_course10_price span, .platfrom_club_pay .platform_course10_price span:first-child{
	font-size: 36px;
	line-height: 39px;
	text-decoration: none;
	font-weight:700;
	/*font-weight:bold;*/
}
.platfrom_club_pay .platform_course10_price span:last-child{
	font-size: 14px;
	text-transform: uppercase;
	line-height: 21px;
	font-weight:normal;
}
.platfrom_club_pay .platform_course10_price{
	padding-top: 45px;
	padding-top:52px;
}
.platform_course10_desc span{
	padding-left:50px;
	padding-right:50px;
}
.platform_course10_prim{
	font-size:13px;
	line-height: 20px;
	text-align:left;
}
.platfrom_club_pay .platform_course10_desc{
	padding-bottom:0px;
}
.platfrom_club_pay .plat_red_buy{
	position:absolute;
	z-index: 5;
	bottom:-26px;
	margin-bottom:0px;
	lefT:50%;
	margin-left:-95px;
	-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platfrom_club_pay .plat_red_buy:hover{
	background-color: #fd6d6f;
}

.platform_club4_items{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.platform_club4_item{
	width:30%;
	text-align:left;
	margin-bottom:45px;
}
.platform_club4_caption{
	font-size: 28px;
	line-height: 34px;
	font-weight: bold;
	color:#2c7442;
	margin-bottom:20px;
}
.platform_club4_text{
	font-size: 16px;
	line-height: 22px;
}
.platform_course10.platfrom_club_pay{
	margin-bottom:90px;
	    margin-bottom: 122px;
}
.platform_club4{
	margin-bottom:45px;
	margin-bottom:0px;
}
.platform_shop1{
	padding-bottom:45px;
}
.platform_shop1_items{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.platform_shop1_first, .platform_shop1_second, .platform_shop1_third{
	width:31%;
	margin-bottom:3%;
	height:660px;
}
.platform_shop1_fourth{
	width:65.5%;
	height:410px;
}
.platform_shop1_fifth{
	width:31%;
	height:410px;
}

.platform_shop1_thirdimg, .platform_shop1_secondimg, .platform_shop1_firstimg, .platform_shop1_fourthimg, .platform_shop1_fifthimg{
	width:100%;
	height:100%;
	background-size: cover; 
	background-position:center center; 

}
.platform_shop1_firstimg, .platform_shop1_thirdimg{
	height:660px;
}
.platform_shop1_thirdimg a, .platform_shop1_secondimg a, .platform_shop1_firstimg a, .platform_shop1_fourthimg a, .platform_shop1_fifthimg a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	text-align:left;
}
.platform_shop1_firstimg a:before, .platform_shop1_fifthimg a:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 2;
	background: url(../img/plat/shop_shadow.png) bottom left repeat-x;
}
.platform_shop1_secondimg a:before, .platform_shop1_fourthimg a:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index: 2;
	background: url(../img/plat/shop_white_shadow.png) bottom left repeat-x;
}
.platform_shop1_firstimg a .platform_shop1_firstcaption, .platform_shop1_fifthimg a .platform_shop1_fifthcaption, .platform_shop1_secondimg a .platform_shop1_secondcaption,
 .platform_shop1_fourthimg a .platform_shop1_fourthcaption{
	font-size: 50px;
	line-height: 56px;
	color:#fff;
	text-transform: uppercase;
	width:100%;
	padding-left:55px;
	padding-right:55px;
	bottom:40px;
	position:absolute;
	lefT:0px;
	z-index: 5;

}
.platform_shop1_secondimg a .platform_shop1_secondcaption, .platform_shop1_fourthimg a .platform_shop1_fourthcaption{
	color:#656464;
}
.platform_shop1_firstimg a span, .platform_shop1_fifthimg a span, .platform_shop1_secondimg a span, .platform_shop1_fourthimg a span{
	font-weight: bold;
	display:block;
}
.platform_shop1_first.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:-32px;
	position:relative;
	z-index: 6;
}
.platform_shop1_first.owl-theme .owl-dots .owl-dot span{
	border:1px solid #ffffff;
	margin-top: 6px;
    margin-bottom: 4px;
    background: none;
}
.platform_shop1_first.owl-theme .owl-dots .owl-dot.active span, .platform_shop1_first.owl-theme .owl-dots .owl-dot:hover span{
	width:16px;
	height:16px;
	border:2px solid #ffffff;
	margin-top: 2px;
    margin-bottom: 2px;
    background: none;
}
.platform_shop1_third.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top:-32px;
	position:relative;
	z-index: 6;
}
.platform_shop1_third.owl-theme .owl-dots .owl-dot span{
	border:1px solid #818181;
	margin-top: 6px;
    margin-bottom: 4px;
    background: none;
}
.platform_shop1_third.owl-theme .owl-dots .owl-dot.active span, .platform_shop1_third.owl-theme .owl-dots .owl-dot:hover span{
	width:16px;
	height:16px;
	border:2px solid #818181;
	margin-top: 2px;
    margin-bottom: 2px;
    background: none;
}
.platform_shop_vykr .platform_vykr_block{
	margin-left:auto;
	margin-right:auto;
}
.platform_filtr_caption{
	font-size: 15px;
	font-weight:bold;
	line-height: 15px;
	color:#0e3b1c;
	margin-bottom:15px;
	text-align:left;
}
.platform_filtr_items{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:15px;
}
.platform_filtr_item{
	margin-right:20px;
	margin-bottom:10px;
}
.platform_filtr_item .checkbox-custom2{
	width:100%;
	position:absolute;
	height:29px;
	border:1px solid #db8951;
	border-radius: 14px;
	margin-top:0px;
	display:block;
}
.platform_filtr_item label{
	display:inline-block;
	position:relative;
}
.checkbox2{
	display:none;
}
.platform_filtr_item .label{
	margin-lefT:0px;
	position:relative;
	z-index: 2;
	line-height: 29px;
	font-size: 14px;
	color:#575757;
	display:block;
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;
}
.checkbox2:checked + .checkbox-custom2{
	border-width:2px;
}
/*.checkbox2:checked + .checkbox-custom2::before{
	background: #db8951;
	content: "";             
    display: block;          
    position: absolute;
    width:100%;
    height:29px;
    border-radius: 14px;
    z-index: 1;
}
.checkbox2:checked + .label{
	color:#fff;
}*/
.platform_results{
	display:flex;
	flex-wrap: wrap;
}
.platform_result{
	width:23%;
	margin-right:2%;
	margin-bottom:2%;
	background: #f6f6f6;
		-webkit-transition: all .25s ease;
            transition: all .25s ease;
}
.platform_result_img{
	width:100%;
	/*height:406px;*/
	padding-top: calc(100% - 134px);
	position: relative;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: left;
    padding-left: 26px;
    padding-right: 26px;
    box-sizing: border-box;
    padding-bottom: 20px;

}
.platform_result_img:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../img/plat/plat_shadow.png) bottom left repeat-x;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0px;
}
.platform_result_caption1 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 15px;
    margin-bottom: 8px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    margin-left: 4px;
}
.platform_result_caption2 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    margin-bottom: 11px;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    height:80px;
    overflow:hidden;
}
.platform_result_desc{
	font-size: 16px;
	line-height: 17px;
	color:#545454;
	text-align:left;
	width:100%;
	padding:20px;
	padding-bottom:10px;
}
.platform_result_price{
	font-size: 23px;
	line-height: 23px;
	font-weight:bold;
	color:#db8951;
	margin-bottom:10px;
	margin-lefT:20px;
	margin-right:20px;
	overflow: hidden;
}
.platform_result_price:before,
.platform_result_price:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: 1px;
	background: #dbdbdb;
	border: solid #f6f6f6;
	border-width: 0 10px;
}
.platform_result_price:before {

	margin-left: -100%;
}
.platform_result_price:after {

	margin-right: -100%;
}
.platform_result_buttons{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
}
.platform_result_detail{
	width:135px;
	display:block;
	height:37px;
	line-height: 35px;
	text-align:center;
	border:1px solid #db8951;
	border-radius: 4px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight:bold;
	color:#db8951;
}
.platform_result_buy{
	width:135px;
	display:block;
	height:37px;
	line-height: 35px;
	text-align:center;
	border:1px solid #db8951;
	border-radius: 4px;
	background: #db8951;
	text-transform: uppercase;
	font-weight:bold;
	color:#fff;
	font-size: 14px;
}
.platform_result:hover{
	background: #fff;
	box-shadow: 1px 1px 24px 0px rgba(196, 196, 196, 0.83);
}
.platform_pagination{
	padding-top:20px;
}
.platform_pagination ul{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	justify-content: center
}
.platform_pagination ul li{
	margin-lefT:30px;
	margin-right:30px;
}
.platform_pagination ul li a{
	display:block;
	font-size: 14px;
	line-height: 14px;
	color:#cbcbcb;
	padding-bottom:28px;
	width:25px;
	font-weight: bold;
	border-bottom:3px solid #fff;
}
.platform_pagination ul li.active a, .platform_pagination ul li a:hover{
	color:#db8951;
	border-color:#0e3b1c;
}
.platform_cut{
	margin-bottom:90px;
}
.platform_pagination ul li.prev{
	margin-right: auto;
}
.platform_pagination ul li.prev a, .platform_pagination ul li.next a{
	border-bottom:none;
}
.platform_pagination ul li.next{
	margin-left: auto;
}
.platform_club1 .platform_caption{
	margin-bottom:17px;
}
.platform_club2 .platform_caption{
	    margin-bottom: 56px;
}
.platform_course6 .platform_caption{
	/* margin-bottom: 65px;*/
}
.platform_course10 .platform_caption{
/*margin-bottom: 131px;*/
}
.platform_club4 .platform_caption{
	margin-bottom:64px;
}
.platform_course9_slider.owl-carousel .owl-nav .owl-prev{
	left:50%;
	top:50%;
	margin-top:-30px;
	margin-left:-622px;
}
.platform_course9_slider.owl-carousel .owl-nav .owl-next{
	right:50%;
	margin-right:-622px;
	top:50%;
	margin-top:-30px;
}
/*pixelperfect main*/
.plarform_banner{
	margin-bottom:57px;
}
.platform_prof_item{
	margin-bottom: 48px;
}
.platform_instagram {
    margin-bottom: 55px;
}
.platform_vykr .platform_button{
	margin-top: 23px;
}
.platform_partners .platform_caption {
    margin-bottom: 64px;
}
.platform_partners{
	margin-bottom: 64px;
}
.platform_description ul li{
	    padding-bottom: 25px;
}
.platform_description{
	    padding-bottom: 48px;
}
.platform_level_slider.owl-carousel .owl-nav .owl-prev{
	left:-20px;
}
.platform_level_slider.owl-carousel .owl-nav .owl-next{
	right:-20px;
}
.platform_course3_slider{
	margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.platform_course3_slider.owl-carousel .owl-item img{
	max-width:320px;
}
.platform_course3_slider.owl-carousel .owl-nav .owl-prev {
    left: -20px;
}
.platform_course3_slider.owl-carousel .owl-nav .owl-next {
    right: -20px;
}
/*newclub*/
.platform_banner_sliderplus .plarform_banner{
	padding-top:80px;
	margin-bottom: 94px;
}
.platform_banner_sliderplus .platform_banner_inner{
	max-width: 546px;
}
.platform_banner_sliderplus .platform_banner_caption1{
	    letter-spacing: 0.39em;
}
.platform_banner_sliderplus .platform_banner_caption2 span{
	font-weight:bold;
}
.platform_banner_sliderplus .platform_banner_caption3{
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 80px;
}
.platform_banner_sliderplus .platform_banner_caption3 p{
	margin-bottom:28px;
}
.platform_banner_price1{
	font-size: 47px;
	font-weight:600;
	line-height:47px;
	margin-bottom:14px;
	color:#fff;
	margin-left: 7px;
}
.platform_banner_price2{
	font-size: 19px;
	line-height: 19px;
	margin-bottom:40px;
	color:#fff;
	margin-left: 7px;
}
.platform_button_pink{
	background:#e53974;
}
.platform_button_brown{
	background:#967b44;
}
.platform_button_full{
	width:444px;
}
.platform_about_txt{
	text-align:left;
	font-size: 26px;
	line-height: 32px;
	padding-bottom:86px;
}
.platform_about_txt p{
	padding-bottom:32px;
}
.platform_about_txtleft{
	width: 48.5%;
    margin-right: 1.5%;
    float: left;
}
.platform_about_txtright{
	margin-left:1.5%;
	width: 48.5%;
    float: left;
}
.platform_plus{
	background-position: center center;
    background-size: cover;
    padding-top:53px;
    padding-bottom:76px;
    margin-bottom:53px;
}
.platform_plus_inner{
	text-align:left;
	color:#fff;
}
.platform_plus_caption1{
	font-size: 37px;
	line-height: 37px;
	color:#9d8044;
	font-weight:bold;

	margin-bottom:52px;
}

.platform_plus_caption1 span{
	font-weight:900;
}
.platform_plus_caption2{
	font-size: 59px;
	line-height: 59px;
	font-weight:800;
	margin-bottom: 22px;
}
.platform_plus_descleft{
	width:490px;
	margin-right:73px;
}
.platform_plus_txt1{
	/*font-size: 24px;
	line-height: 26px;*/
	margin-bottom:90px;
	max-width:544px;
	font-size: 22px;
}
.platform_plus_desc{
	display:flex;
}
.platform_plus_caption3{
	font-size: 29px;
	line-height: 35px;
	font-weight:bold;
	margin-bottom:38px;
}
.platform_plus_descbottom{
	display:flex;
	align-items:flex-end;
}
.platform_plus_descbottom div{
	margin-right: 15px;
    font-size: 22px;
    line-height: 28px;
}
.platform_plus_descbottom .platform_button{
	flex:none;
	white-space: nowrap;
}
.platform_plus2{
	padding-top:76px;
	padding-bottom:81px;
	background-position: center center;
    background-size: cover;
    margin-bottom:81px;

}
.platform_plus2 .platform_plus_caption2{
	max-width: 833px;
	line-height: 66px;
	margin-bottom:32px;
}
.platform_plus2 .platform_plus_txt1{
	margin-bottom:0px;
	    min-height: 400px;
}
.fix_menu{
	display:none;	
}

.full_slide .platform_course9_img{
	width:100%;
}
@media (max-width: 1400px){
	.container, .platform_course9_slide{
		width:1003px;
	}
	.platform_logo{
		flex:none;
		    max-width: 150px;
	}
	.platform_menu ul li a{
		white-space: nowrap;
		    font-size: 11px;
	}
	.platform_menu ul li ul{
		padding-top:24px;
	}
	.platform_prof_item{
		width:492px;
		    margin-right: 18px;
	}
	.platform_excl_left {
	    width: 621px;
	}
	.platform_excl_right {
	    width: 339px;
	}
	.platform_vykr_block {
	    width: 190px;
	}
	.platform_vykr_desc{
		    padding: 9px 21px;
	}
	.platform_partners_items img{
		width:18%;
	}
	.platform_description_left, .platform_description_right{
		width:100%;
		margin-right:0px;
		float:none;
	}
	.platfom_footer_block3{
		    width: 200px;
	}
	.platform_footer_blogimg{
		flex: none;
	}
	.platform_footer_blogdesc{
		padding-top:0px;
	}
	.platform_bottom_menu ul li {
	    margin-left: 10px;
	}
	.platfrom_level_slide{
		width: 280px;
	}
	.platform_menu ul li ul li a{
		white-space: normal;
	}
	.platform_vykr_img{
		height:auto;
	}
	.platform_course10_item{
		margin-lefT:10px;
		margin-right:10px;
	}
	.platform_course6_img img{
		width:80%;
	}
	.platform_course6_img .platform_course6_name{
		font-size: 34px;
    line-height: 34px;
        left: 18px;
	}
	.platform_course4_item{
		max-width:290px;
		margin-lefT:20px;
		margin-right:20px;
	}
	.platform_course4_caption{
		padding-left: 50px;
		font-size: 17px;
	}
	.platform_course4_item:after{
		width:40px;
		right:-40px;
	}
	.platform_course4_item:before{
		    right: -54px;
	}
	.platform_green_line:before{
		width: 660px;
		margin-left: 172px;
	}
	.platform_green_line:after{
		    left: 172px;
	}
	.color_green.platform_course4_item:before{
		left: -528px;
		    bottom: -105px;
	}
	.platform_course2_item{
		padding-lefT: 30px;
	}
	.platform_course2_caption{
		font-size: 32px;
		    line-height: 40px;
	}
	.platform_excl_block{
		    height: 256px;
	}
	.platform_excl_right .platform_excl_block {
	    height: 543px;
	}
	.platform_club_spikers .platform_course6_item{
		width:auto;
		margin-lefT:5px;
		margin-right:5px;
	}
	.platform_club_spikers.owl-carousel .owl-item img{
		width:80%;
	}
	.platform_shop1_firstimg a .platform_shop1_firstcaption, .platform_shop1_fifthimg a .platform_shop1_fifthcaption, .platform_shop1_secondimg a .platform_shop1_secondcaption, .platform_shop1_fourthimg a .platform_shop1_fourthcaption{
		padding-left:20px;
		padding-right:20px;
		font-size: 30px;
		line-height: 36px;
	}
	.platform_shop1_firstimg, .platform_shop1_thirdimg, .platform_shop1_first, .platform_shop1_second, .platform_shop1_third{
		height:473px;
	}
	.platform_shop1_fifth, .platform_shop1_fourth{
		height:294px;
	}
	.platform_result_buttons{
		width:100%;
	}
	.platform_result{
		width:31%;
	}
	.platform_result_detail{
		width:120px;
	}
	.platform_course9_slider.owl-carousel .owl-nav .owl-prev{
		margin-lefT:0px;
		lefT:0px;
	}
	.platform_course9_slider.owl-carousel .owl-nav .owl-next{
		margin-right:0px;
		right:0px;
	}
	.platform_course3_slider.owl-carousel .owl-nav .owl-prev, .platform_level_slider.owl-carousel .owl-nav .owl-prev, .platform_vykr_blocks.owl-carousel .owl-nav .owl-prev {
	    left: 0px;
	}
	.platform_course3_slider.owl-carousel .owl-nav .owl-next, .platform_level_slider.owl-carousel .owl-nav .owl-next, .platform_vykr_blocks.owl-carousel .owl-nav .owl-next {
	    right: 0px;
	}
	.platform_level_slider, .platform_course3_slider, .platform_vykr_blocks{
		width:100%;
		margin-left:0px;
		margin-right:0px;
		padding-left:10px;
		padding-right:10px;
	}
}
@media (max-width: 992px){
	.container{
		padding-left:10px;
		padding-right:10px;
		width:100%;
		box-sizing: border-box;
	}
	.platform_course9_slide{
		width:100%;
	}
	.platform_menu, .platform_top_log, .platform_bottom_menu{
		display:none;
	}
	.platform_header_bottom .container{
		justify-content: center;
	}
	.plarform_banner{
		min-height: 594px;
	}
	.platform_prof_item {
	    width: 476px;
	}
	.platform_course4_desc{
		padding:20px 30px 0px 30px;
	}
	.platform_course4_item{
		    max-width: 280px;
	}
	.platform_green_line:before{
		margin-left: 146px;
	}
	.platform_green_line:after {
	    left: 146px;
	}
	.color_green.platform_course4_item:before{
		left: -533px;
	}
	.platform_banner_sliderplus .plarform_banner{
		padding-bottom:80px;
	}
	.platform_header_top {
    display: none;
}

}
@media (max-width: 768px){
	.platform_course9_desc {
    padding: 20px 30px;
}
	.platform_shop_vykr .platform_vykr_block{
		width:100%;
	}
	.platform_header_cart span{
		display:none;
	}
	.platform_top_email{
		display: none;
	}
	.platform_prof_item, .platform_excl_left, .platform_excl_right{
		width:100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.platform_excl_blocks{
		display: block;
	}
	.platform_excl_right .platform_excl_block {
        height: 358px;
	}
	.platform_vykr_blocks{
		/*flex-wrap: wrap;*/
	}
	/*.platform_vykr_block{
		width:48%;
		margin-bottom:15px;
	}*/
	.platform_partners_items a{
		width:auto;
		margin:0 10px;
		display:block;
	}
	.platform_partners_items img{
		width:auto;
	}

	.platfor_footer_top .container{
		flex-wrap:wrap;
	}
	.platfom_footer_block{
		width:48%;
		margin-bottom:20px;
	}
	.platform_vykr_blocks{
		/*justify-content: space-around;*/
	}
	.platform_course2_item{
		width:50%;
	}
	.platform_course4_items{
		display:block;
	}
	.platform_course4_item{
		margin-lefT: auto;
    	margin-right: auto;
    	margin-bottom:80px;
	}
	.platform_course4_item:after, .color_green.platform_course4_item:after{
		width:3px;
		height:80px;
		right:50%;
		top:auto;
		    bottom: -82px;
	}
	.platform_course4_item:before, .color_green.platform_course4_item:before{
		left:auto;
		top:auto;
		    right: 50%;
		    margin-right:-11px;
		    bottom:-95px;
	}
	.platform_green_line{
		display:none;
	}
	.platform_course7_left{
		width:100%;
		max-width:100%;
	}
	.platform_course7_right{
		width:100%;
		margin-top:30px;
		margin-bottom:0px;
	}
	.platform_course7 .container, .platform_club2_items{
		flex-wrap:wrap;
	}
	.platform_course7{
		margin-top:40px;
		margin-bottom:40px;
		padding-top:40px;

	}
	.platform_course9_slide{
		width:100%;
	}
	.platform_course10_items{
		display:block;
	}
		.platform_course10_item{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:100px;
	}
	.platform_club2_item, .platform_club4_item{
		width:100%;
		margin-right:0px;
		margin-bottom:20px;
	}
	.platform_club1_items{
		justify-content: center;
		flex-wrap:wrap;
	}
	.platform_club1_item{
		width:48%;
		margin-lefT:1%;
		margin-right:1%;
		margin-bottom:20px;
	}
	.platfrom_club_pay .platform_course10_item{
		margin-bottom:150px;
	}
	.platform_shop1_firstimg, .platform_shop1_thirdimg, .platform_shop1_first, .platform_shop1_second, .platform_shop1_third{
		height:353px;
	}
	.platform_result{
		width:48%;
	}
	.platform_course10_item.one_price{
		width:600px;
	}
	.platform_desc_togehter{
		flex-wrap:wrap;
	}
	.platform_desc_togehter .platform_course10_desc{
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	.platform_about_txtleft, .platform_about_txtright{
		float:none;
		margin-left:0px;
		margin-right:0px;
		margin-bottom:20px;
		width:100%;
	}
	.platform_plus_descbottom{
		flex-wrap:wrap;
	}
	.platform_plus2 .platform_plus_caption2{
		    max-width: 672px;
	}


}
@media (max-width: 480px){
	.platform_banner_slider {
	    padding-top: 211px;
	    padding-top:183px;
	    padding-top:201px;
	    padding-top:70px;
	}
	.platform_header_left, .platform_header_right, .platform_partners_items, .platform_course1_items, .platform_course6_items, .platform_course9_slide, .platform_course11_items,
	.platform_plus_desc{
		flex-wrap: wrap;
	}
	.platform_plus_descleft{
		width:100%;
		margin-right:0px;
		margin-bottom:50px;
	}
	.platform_header_left{
		margin-bottom:10px;
	}
	.platform_banner_caption2, .platform_plus_caption2, .platform_plus2 .platform_plus_caption2{
		font-size: 40px;
		line-height: 40px;
		/*word-break: break-all;*/
	}
	.platform_header_top .container, .platform_header_left, .platform_header_right, .platform_partners_items{
		justify-content: center;
	}
	.platform_top_phone{
		margin-right:auto;
		margin-left:0px;
		margin-bottom:10px;
	}
	.platform_caption, .platform_course7_caption, .platform_club3_caption, .platform_plus_caption1{
		font-size: 30px;
		line-height: 36px;
	}
	.platform_prof_caption, .platform_home_caption, .platform_course1_caption, .platform_course2_caption, .platform_course6_img .platform_course6_name, .platform_club3_aftercaption,
	.platform_plus_caption3, .platform_banner_price1 {
		font-size: 20px;
    line-height: 26px;
	}
	.platform_home_caption{
		    padding-left: 26px;
    padding-right: 26px;
    max-width: 100%;
    left:0px;
	}
	.platform_partners_items a{
		width: 31%;
		margin-bottom:10px;
	}
	.platfom_footer_block, .platform_course2_item, .platform_course9_img, .platform_course9_desc, .platform_course11_left, .platform_course11_right{
		width:100%;
	}
	.platform_course1_item, .platform_course6_item{
		width:100%;
		margin-right:0px;
		margin-bottom:20px;
	}
	.platform_course6_img img {
	    width: 70%;
	}
	.platform_course8{
		margin-top:40px;
		margin-bottom:40px;
	}
	.platform_course11_left{
		margin-bottom:20px;
	}
	.platform_course9_desc{
		padding:20px 30px;
	}
	.platform_shop1_first, .platform_shop1_second, .platform_shop1_third, .platform_shop1_fourth, .platform_shop1_fifth{
		width:100%;
		margin-bottom:10px;
	}
	.platform_shop1_thirdimg{
		background-size: contain;
		background-repeat:  no-repeat;
	}
	.platform_result{
		width:100%;
		margin-right:0px;
		margin-bottom:20px;
	}
	.platform_pagination ul li{
		margin-lefT:5px;
		margin-right:5px;
	}
	.platform_logo{
		max-width: 228px;
		margin-lefT:0px;
		    max-width: 163px;
	}
	.platform_course9_img{
		min-height: 310px;
	}
	.platform_course9_desc{
		border-left:0px;
	}
	.platform_course9_slider.owl-carousel .owl-nav .owl-prev{
		left:10px;
		top:167px;
	}
	.platform_course9_slider.owl-carousel .owl-nav .owl-next{
		right:10px;
		top:167px;
	}
	.platform_course10_item.one_price {
	    width: 100%;
	    padding-top:0px;
	}
	.platform_course10_item.one_price .platform_course10_price{
		position: static;
	}
	.platform_desc_togehter{
		padding-left:0px;
		padding-right:0px;
	}
	.platform_excl_block {
	    height: auto;
	}
	.platform_vykr_block {
	    width: 245px;
	}
	.platfrom_club_pay .platform_course10_item, .platform_course10_item{
		width:100%;
	}
	.platform_course10_items.one_prices{
		margin-top:120px;
	}
	.platform_button_full{
		width:100%;
		margin-left:0px;
	}
	.platform_plus_txt1{
		margin-bottom:40px;
	}
	.pink_lk{
		padding-top:220px;
		 padding-top: 70px;
	}
	.fix_menu{
		position:fixed;
		z-index: 6666;
		bottom:0px;
		left:0px;
		width:100%;
		display:block;
		background:#fff;
	}
	.fix_menu ul{
		display:flex;
		padding:0;
		margin:0;
		list-style:none;

	}
	.fix_menu ul li{
		width: 25%;
    padding: 5px 10px;
	}
	.fix_menu ul li a{
		display:block;
		color: #434343;
		text-decoration: none;
		padding-top:25px;
		text-align:center;
		font-size: 13px;
		line-height: 14px;
	}
	.fix_menu ul li a.fix_menu_1{
		background: url(../img/pink/pink_3.svg) center top no-repeat;
		background-size: 30px;
	}
	.fix_menu ul li a.fix_menu_2{
		background: url(../img/pink/pink_2.svg) center top no-repeat;
		background-size: 30px;
	}
	.fix_menu ul li a.fix_menu_3{
		background: url(../img/pink/pink_6.svg) center top no-repeat;
		background-size:26px;
	}
	.fix_menu ul li a.fix_menu_4{
		background: url(../img/pink/pink_11.svg) center top no-repeat;
		background-size:26px;
	}
	.platform_header_bottom{
		padding-top: 8px;
		padding-bottom: 3px;
	}
	.content.white_content, .content {
    padding-top: 108px;
    padding-top: 70px;
}
}