/*-----------------------------------------------------------------------------------
	    Евгения Круглова-2024г
        Built with Blocs
-----------------------------------------------------------------------------------*/
 
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow:hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-md{
	padding:50px;
}
.bloc-sm{
	padding:20px 50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}

/* Disable Parallax on Mobile Touch Devices */
@media (hover: none) {
	.b-parallax{
	background-attachment:scroll;
}
}

/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* Normal List Menu Icon */
.navbar-light .menu-icon-normal-list .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(0, 0, 0, 0.5)' stroke-miterlimit='10' d='M3,8H5v2H3V8Zm0,6H5v2H3V14Zm0,6H5v2H3V20ZM7,8H27v2H7V8Zm0,6H27v2H7V14Zm0,6H27v2H7V20Z'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-normal-list .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' stroke-miterlimit='10' d='M3,8H5v2H3V8Zm0,6H5v2H3V14Zm0,6H5v2H3V20ZM7,8H27v2H7V8Zm0,6H27v2H7V14Zm0,6H27v2H7V20Z'/%3E%3C/svg%3E");
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.threeD-t{
	text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15);
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}




/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"helvetica";
}
.text-purple-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(88deg, #FF7D5A, #9853F6);
	color:transparent!important;
}
.pink-bg-gradient{
	background:linear-gradient(140deg, rgba(210,0,218,0.97), #9255F8);
	text-shadow:0px 0px 0px #FE9CCB;
	box-shadow:14px -72px 30px #E700FF;
	opacity:1.0;
}
.text-trans-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FFFFFF);
	color:transparent!important;
}
.sc1{
	box-shadow:0px 0px 0px #D641EE;
	opacity:1.0;
}
.sc1:hover{
}
.sc1:active{
}
.illustration-section-title{
	font-size:55px;
}
.fon-0{
	text-shadow:0px 0px 0px #000000;
	background-color:#5C106A;
	border-color:rgba(0,0,0,0.00)!important;
	box-shadow:0px 0px 17px #5C106A;
	background:linear-gradient(2deg, #5C106A, #FFFFFF);
	color:#5C106A!important;
	font-weight:bold;
}
.img-bloc-1-style{
	width:395px;
}
.link-style{
	font-family:"PT Serif";
	line-height:30px;
	font-weight:400;
	font-size:60px;
	text-transform:none;
	text-decoration:none;
	text-indent:5px;
	box-shadow:0px 0px 0px #000000;
	font-style:italic;
	color:#000000!important;
}
.text-span-color{
	color:#000000;
	font-size:40px;
}
.link-style:hover{
}
.link-style:active{
	color:#424242!important;
}
.h3-style{
	font-family:"helvetica";
	font-size:20px;
}
.sh1{
	box-shadow:0px 0px 0px #030751;
	background-color:#BE92B7;
	border-color:#E700FF!important;
	background:linear-gradient(0deg, #DADDE1, #FFFFFF);
}
.-color{
	border-style:none;
	box-shadow:0px 0px 0px #330F3D;
}
.tex{
	font-family:"Lobster Two";
	font-style:italic;
	color:#000000!important;
}
.h2-color{
	color:#e7e0ff;
	font-size:40px;
}
.color1{
	box-shadow:0px 0px 0px #2C1043;
	background:linear-gradient(109deg, #35294D, #FFFFFF);
}
.p-style{
	font-size:20px;
	font-family:"helvetica";
	color:#000000;
	width:100%;
}
.h3-bloc-1-style{
	font-size:18px;
	line-height:27px;
	color:#00009A!important;
}
.hide{
	display:none;
}
.navbar-brand img{
	width:80px;
}
.h3-color{
	color:#000000;
	font-size:40px;
	font-family:"helvetica";
}
.h6-style{
	font-size:45px;
	width:100%;
}
.link-bloc-5-style{
	width:63.09%;
	text-decoration:none;
	font-style:italic;
	font-weight:normal;
	color:#000000!important;
}
.p-bloc-3-style{
	font-size:40px;
	font-family:"helvetica";
}
.text-span-bloc-1-color{
	color:#021165;
}
.pra{
	font-family:"Lobster Two";
	font-size:28px;
	border-style:none;
	color:#030751!important;
}
.container-div-bloc-5-style{
	width:100%;
}
.container-div-0-style{
	width:38.71%;
}
.t{
	font-size:25px;
}
.h3-bloc-3-color{
	color:#ffffff;
}
.h4-color{
	color:#021165;
	font-size:30px;
	font-family:"Lobster Two";
}
.color2{
	background:linear-gradient(0deg, #736286, #FFFFFF);
	text-shadow:0px 0px 0px #000000;
}
.h3-3-style{
	font-size:28px;
}
.text-span-0-color{
	color:#000000;
}
.link-главная-style{
	text-decoration:none;
	color:#000000!important;
}
.carousel-bloc-3-style{
	width:100%;
}
.link-bloc-5-style:active{
	background-color:transparent;
}
.ipad{
	width:407px;
	height:488px;
	float:none;
	padding:59px 59px 59px 59px;
}
.row-style{
	width:80.66%;
}
.ipade{
	width:72%;
	height:396px;
}
.row-5-style{
	width:100%;
}
.row-7-style{
	width:82.33%;
}
.h2-style{
	font-family:"helvetica";
	font-size:25px;
	width:100%;
}
.h3-5-style{
	font-family:"helvetica";
	font-size:22px;
}
.p-2-style{
	font-family:"helvetica";
	font-size:19px;
}
.ip{
	width:411px;
}
.btn-style{
	width:39.86%;
	padding-top:2px;
	padding-bottom:2px;
}
.img-ipad-scre-style{
	width:327px;
	border-radius:94px 94px 94px 94px;
}
.link-bloc-2-style{
	border-radius:0px 0px 0px 0px;
}
.h3-bloc-2-style{
	width:100%;
	font-size:25px;
}
.text-fire-gradient{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	background:linear-gradient(166deg, #FF0072, #FFFF33);
	color:#000000!important;
}
.p-bloc-1-style{
	font-size:25px;
	width:29.62%;
	background-color:transparent;
	border-color:rgba(0,0,0,0.07)!important;
	border-style:none;
	padding-top:99px;
	border-radius:9px 9px 9px 9px;
}
.divider-padding{
	padding-top:2px;
	padding-bottom:2px;
}
.btn-bloc-2-style{
	color:#000000!important;
	text-shadow:0px 0px 0px #000000;
	box-shadow:0px 0px 0px rgba(0,0,0,0.10);
}
.cn{
	box-shadow:0px 0px 7px #000000;
}
.h1-style{
	font-size:25px;
}
.hero-subheader{
	font-size:35px;
	font-weight:normal;
}
.divider-bloc-4-padding{
	padding-top:4px;
	padding-bottom:4px;
}
.divider-0-padding{
	padding-top:2px;
	padding-bottom:2px;
}
.divider-0-bloc-4-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.tx{
	color:#FEFFFE!important;
	font-family:"Open Sans";
	font-weight:800;
	text-shadow:0px 0px 0px #000000;
	background-color:transparent;
}
.h4-bloc-7-style{
	font-size:23px;
	background-color:rgba(0,0,0,0.54);
}
.fx{
	background-color:rgba(0,0,0,0.90);
}
.h4-style{
	font-size:36px;
	width:96.97%;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#FEFFFE;
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-white{
	color:#FEFFFE!important;
}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-black{
	color:#000000!important;
	border-color:#000000!important;
}

/* Bloc image backgrounds */

.bg-Евгения-202024{
	background-image:url("img/Евгения%202024.jpg");
}
.bg-Крутая-20ведущая-20Евгения{
	background-image:url("img/Крутая%20ведущая%20Евгения.jpg");
}



/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .page-container{overflow: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .page-container{
        overflow: hidden;
        position:relative;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.p-style{
		font-size:25px;
	}
	.h6-style{
		font-size:30px;
	}
	.row-style{
		width:100%;
	}
	.h2-style{
		font-size:25px;
	}
	.h3-5-style{
		font-size:18px;
	}
	.btn-style{
		width:22.59%;
		padding-top:4px;
		padding-bottom:4px;
	}
	.p-2-style{
		font-size:15px;
		width:100%;
	}
	.img-ipad-scre-style{
		width:454px;
	}
	.ip{
		width:307px;
	}
	.h3-bloc-2-style{
		font-size:19px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"helvetica";
	}
	.hero-subheader{
		font-size:30px;
	}
	.p-bloc-1-style{
		font-size:18px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.h3-color{
		font-family:Lobster;
		font-weight:900;
		font-size:30px;
	}
	.tex{
		;
	}
	.h6-style{
		font-size:30px;
	}
	.p-bloc-3-style{
		font-size:30px;
		font-family:Montserrat;
	}
	.p-style{
		font-family:"helvetica";
		font-size:18px;
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.h2-style{
		width:95.24%;
		font-size:18px;
	}
	.h3-5-style{
		font-size:14px;
	}
	.p-2-style{
		font-size:11px;
		width:100%;
	}
	.btn-bloc-2-style{
		width:78.31%;
		font-family:"Lobster";
		border-radius:5px 5px 5px 5px;
	}
	.btn-style{
		width:34.16%;
		padding-top:6px;
		padding-bottom:6px;
	}
	.h3-3-style{
		font-size:20px;
	}
	.h2-color{
		font-size:38px;
	}
	.ip{
		width:213px;
	}
	.cn{
		font-size:16px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"helvetica";
	}
	.hero-subheader{
		font-size:22px;
	}
	.link-style{
		line-height:30px;
		font-size:30px;
	}
	.navbar-brand img{
		width:80px;
		height:80px;
	}
	.h1-style{
		font-size:18px;
	}
	.h3-bloc-2-style{
		font-size:18px;
	}
	.h3-bloc-3-style{
		font-size:20px;
	}
	.h4-bloc-7-style{
		font-size:18px;
	}
	.p-bloc-1-style{
		font-size:18px;
	}
	
}

@media (max-width: 575px){
	.mt-1{
	}
	.navbar-brand img{
		width:60px;
		height:60px;
	}
	.link-style{
		line-height:20px;
		font-size:20px;
	}
	.h2-color{
		font-size:23px;
	}
	.h3-3-style{
		font-size:18px;
	}
	.h3-bloc-1-style{
		font-size:14px;
	}
	.p-style{
		font-size:18px;
		width:100%;
	}
	.h4-style{
		font-size:13px;
	}
	.p-bloc-3-style{
		font-size:20px;
	}
	.h3-color{
		font-size:25px;
		font-family:"helvetica";
	}
	.h6-style{
		font-size:25px;
	}
	.text-left{
		text-shadow:0px 0px 0px #000000;
	}
	.nav{
		border-color:#FFFFFF!important;
		box-shadow:0px 0px 0px rgba(0,0,0,0.00);
		text-decoration:none;
		overflow:scroll;
		float:left;
		font-weight:lighter;
		color:transparent!important;
		background-clip:content-box!important;
		-webkit-background-clip:content-box!important;
		background-color:rgba(0,0,0,0.70);
		background:linear-gradient(43deg, #A8A7A9, #FFFFFF);
		border-style:dashed;
		display:block;
		text-shadow:0px 0px 0px #DADDE1;
		text-align:left;
	}
	.nav:hover{
		background:linear-gradient(0deg, #000000, #FFFFFF);
		color:transparent!important;
		text-align:left;
		text-shadow:0px 0px 0px #000000;
		box-shadow:0px 0px 0px #000000;
	}
	.btn-bloc-2-style{
		width:72.82%;
	}
	.h2-style{
		font-size:17px;
		width:100%;
	}
	.h3-5-style{
		font-size:14px;
		width:100%;
	}
	.p-2-style{
		font-size:12px;
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.img-ipad-scre-style{
		width:77px;
	}
	.btn-style{
		width:62.28%;
		padding-top:4px;
		padding-bottom:4px;
	}
	.h3-bloc-2-style{
		font-size:17px;
	}
	.cn{
		font-family:"Lobster";
		font-size:16px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-family:"helvetica";
	}
	.p-bloc-1-style{
		font-size:9px;
		line-height:10px;
		letter-spacing:0px;
		width:31.79%;
		background-size:auto auto;
		padding-left:11%;
		background-color:transparent;
	}
	.h4-bloc-7-style{
		font-size:10px;
	}
	.h3-bloc-3-style{
		font-size:18px;
	}
	.img-style{
		border-radius:0px 0px 0px 0px;
	}
	.nav:active{
		overflow:scroll;
		float:left;
		box-shadow:0px 0px 0px #000000;
		background-color:#FFFFFF;
		background-clip:padding-box!important;
		-webkit-background-clip:padding-box!important;
	}
	.nav-{
	}
	.nav-toggle{
	}
	.tx{
		text-shadow:0px 0px 0px #000000;
		background-color:transparent;
		border-color:rgba(0,0,0,0.00)!important;
	}
	
}

