@charset UTF-8;

	@import "../swiper/css/swiper.min.css";
	@import "materia-icons.min.css";
	
	html,
	body{
		margin: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	
	body{
		background: #F8F9FB ;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #4c6280;
		/* color: #8395a7; */
		overflow-x: hidden;
	}
	
	strong,
	.ui-bold{
		font-weight: 700!important;
	}
	
	img,
	svg{
		max-width: 100%;
	}
	
	form h1,
	form h2,
	form h3,
	form h4,
	form h5,
	form h6,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		font-family: 'K2D', sans-serif;
		font-weight: 600;
		color: #20273F;
		text-transform: initial;
	}
	
	button{
		background: transparent;
		border: 0;
		cursor: pointer;
		color: inherit;
	}
	
	button:active,
	button:visited,
	button:focus,
	button:link{
		outline: none!important;
	}
	
	textarea:focus,
	input:focus,
	select:focus{
		outline: 0!important;
	}
	
	ul,
	ul li{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	a{
		text-decoration: none;
		color: inherit;
		cursor: pointer;
	}
	
	a:hover,
	a:visited,
	a:focus,
	a:link{
		text-decoration: none;
		color: inherit;
		outline: none;
	}
	
	/* === Form Style === */
	
	form select{
		-webkit-appearance: none;
	    -moz-appearance: none;
	    -ms-appearance: none;
	    -o-appearance: none;
	    appearance: none;
		cursor: pointer;
	}
	
	.ok-select::before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0dc";
		position: absolute;
		right: 20px;
		top: 50%;
		color: #b9e2e4;
		
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	form textarea::-webkit-input-placeholder,
	form input::-webkit-input-placeholder {
		text-transform: initial;
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 0;
		color: #8096c5;
	}
	
	form textarea::-moz-placeholder,
	form input::-moz-placeholder {
		text-transform: initial;
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 0;
		color: #8096c5;
	}
	
	form textarea:-ms-input-placeholder,
	form input:-ms-input-placeholder {
		text-transform: initial;
		font-weight: 400;
		font-size: 13px;
		letter-spacing: 0;
		color: #8096c5;
	}
	
	form input[type="password"]{
		letter-spacing: 5px;
	}
	
	form select option{
		font-size: 18px;
	}

	form .input-group{
		position: relative;
		margin: 10px 0;
	}
	
	form .input-group label{
		display: block;
		width: 100%;
		font-size: 13px;
		margin-bottom: 5px;
	}
	
	form .input-group select,
	form .input-group input,
	form .input-group textarea{
		background: transparent;
		display: block;
		width: 100%;
		border: 1px solid #b9e2e4;
		height: 48px;
		padding: 0 20px;
		font-size: 13px;
		font-weight: 600;
		color: #000;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	form .input-group textarea{
		padding-top: 15px;
		height: auto;
		min-height: 150px;
	}
	
	form .input-group select:focus,
	form .input-group input:focus,
	form .input-group textarea:focus{
		border-color: #3399ff;
	}
	
	form .has-error textarea,
	form .has-error input,
	form .has-error select{
		border-color: red!important;
	}
	
	.ok-error{
		margin-top: 15px;
		font-size: 13px;
		font-weight: 600;
		color: red;
	}
	
	/* === HEADER STYLE === */
	
	header{
		background: white;
		padding: 0;
		
		-webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.03);
		-moz-box-shadow: 0px 8px 15px rgba(0,0,0, 0.03);
		box-shadow: 0px 8px 15px rgba(0,0,0, 0.03);
	}
	
	.ok-logo .ok-circle{
		position: relative;
		font-family: 'K2D', sans-serif;
		font-size: 22px;
		font-weight: 700;
		color: #294dce;
		display: inline-block;
		width: 45px;
		height: 45px;
		line-height: 32px;
		text-align: center;
		border: 4px solid rgba(104,109,224, 0.2);
		
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
	}
	
	.ok-logo .ok-circle span{
		font-family: 'K2D', sans-serif;
		font-size: 22px;
		font-weight: 700;
		color: #294dce;
	}
	
	.ok-logo-name{
		font-family: 'K2D', sans-serif;
		font-size: 30px;
		font-weight: 700;
		color: #294dce;
		margin-left: 5px;
	}
	
	.ok-logo-name span{
		color: #FFE400;
	}
	
	.ok-circle .segment {
		border-radius: 50%;
		border-style: solid;
		border-width: 4px;
		box-sizing: border-box;
		height: 45px;
		position: relative;
		width: 45px;
	}

	.ok-circle .segment {
		clip-path: circle(15px at 0 10px);
		left: -4px;
		position: absolute;
		top: -4px;
	}

	.ok-circle .segment:nth-of-type(1) { transform: rotate(180deg);}	
	
	.ok-menu-block,
	.ok-header{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		
		height: 70px;
	}
	
	.ok-menu-block{
		margin-left: auto;
	}
	
	.ok-tel{
		margin: 0 35px;
		font-weight: 600;
		color: #20273F;
	}
	
	#li-contact span{
		float: right;
	}
	
	#li-contact span i,
	.ok-tel i{
		color: #294dce;
		margin-right: 3px;
	}
	
	.ok-menu{
		margin-left: auto;
		
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.ok-menu ul li{
		display: inline-block;
		padding: 0 35px;
		border-left: 1px solid #f1f1f1;
	}
	
	.ok-menu ul li:first-child{
		border-left: 0;
	}
	
	.ok-menu ul li a{
		font-size: 13px;
		color: #9a9fbf;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.ok-menu ul li.is-current a{
		font-weight: 600;
	}
	
	.ok-menu ul li.is-current a,
	.ok-menu ul li a:hover{
		color: #294dce;
	}
	
	.ok-menu div{
		height: 40px;
		line-height: 40px;
		margin-left: 15px;
	}
	
	.ok-menu div a{
		display: block;
		font-size: 13px;
		font-weight: 600;
		text-transform: uppercase;
		padding: 0 30px;
		
		background: #FFE400;
		color: #294dce;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
		
		-o-box-shadow: 2px 2px 2px 2px rgba(255,228,0, 0.2);
		-moz-box-shadow: 2px 2px 2px 2px rgba(255,228,0, 0.2);
		-webkit-box-shadow: 2px 2px 2px 2px rgba(255,228,0, 0.2);
		box-shadow: 2px 2px 2px 2px rgba(255,228,0, 0.2);
	}
	
	.btn{
		color: white!important;
		height: 42px;
		line-height: 40px;
		font-size: 13px;
		padding: 0 30px;
		border: 0;
	}
	
	.ok-form .btn{
		display: block;
		width: 100%;
	}
	
	.btn-info{
		background: #294dce!important;
		
		-o-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
		-moz-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
		-webkit-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
		box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
	}
	
	.btn-info:hover{		
		-o-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.4);
		-moz-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.4);
		-webkit-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.4);
		box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.4);
	}
	
	.btn-danger{
		background: #ff3701!important;	
		-o-box-shadow: 2px 2px 2px 2px rgba(255,95,52, 0.2);
		-moz-box-shadow: 2px 2px 2px 2px rgba(255,95,52, 0.2);
		-webkit-box-shadow: 2px 2px 2px 2px rgba(255,95,52, 0.2);
		box-shadow: 2px 2px 2px 2px rgba(255,95,52, 0.2);
	}
	
	.btn-danger:hover{		
		-o-box-shadow: 2px 2px 2px 2px rgba(255,55,1, 0.2);
		-moz-box-shadow: 2px 2px 2px 2px rgba(255,55,1, 0.2);
		-webkit-box-shadow: 2px 2px 2px 2px rgba(255,55,1, 0.2);
		box-shadow: 2px 2px 2px 2px rgba(255,55,1, 0.4);
	}

	.ok-menu div a:hover{
		background: #294dce;
		color: white;
		border: 0;
		
		-o-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
		-moz-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
		-webkit-box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
		box-shadow: 2px 2px 2px 2px rgba(104,109,224, 0.2);
	}
	
	.home-banner{
		background: url("../img/home-55e1f.jpg?v=2");
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	aside{
		width: 100%;
		padding: 50px 0;
	}
	
	section{
		width: 100%;
		padding: 100px 0;
	}
	
	.banner-form{
		width: 500px;
	}
	
	.home-banner h2{
		font-size: 50px;
		font-weight: 700;
		text-align: center;
		color: #20273F;
		color: white;
	}
	
	.home-banner h2 + p{
		font-size: 18px;
		text-align: center;
		color: white;
		color: #FFE400;
	}
	
	.banner-form h2 span{
		font-weight: 500;
		color: #FFE400;
	}
	
	.ok-nav-tabs{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		
		margin-top: 50px;
	}
	
	.ok-nav-tabs button{
		background: #F8F9FB;
		font-size: 13px;
		font-weight: 600;
		padding: 17.5px 75px;
		text-transform: uppercase;
	}
	
	.ok-nav-tabs button:first-child{
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-left-radius: 15px;
	}
	
	.ok-nav-tabs button:last-child{
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topright: 15px;
		border-top-right-radius: 15px;
	}
	
	.ok-nav-tabs button.is-current{
		background: white;
		color: #294dce;
	}
	
	.ok-nav-content{
		background: white;
		padding: 50px;
		
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px;
		
		-webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
		-moz-box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
		box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
	}
	
	.table-simulation{
		margin-bottom: 30px;
	}
	
	.table-simulation tr td{
		padding: 10px 15px;
	}
	
	.table-simulation tr:nth-child(2n+0){
		background: #FAFBFD;
	}
	
	.table-simulation tr td:last-child{
		font-weight: 700;
		color: black;
	}
	
	.no-margin{
		margin: 0!important;
	}
	
	.ok-section-title{
		text-align: center;
	}
	
	.ok-section-title p{
		font-weight: 600;
		font-size: 12px;
		text-transform: uppercase;
		color: #b9e2e4;
	}
	
	.ok-bg-white{
		background: white;
	}
	
	.ok-home-section-1{
		margin-top: 75px;
	}
	
	.ok-home-section-1 .ok-section-media{
		padding: 50px 25px;
		border: 1px solid #b9e2e4;
		text-align: center;
		
		margin-bottom: 35px;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.ok-home-section-1 .col-sm-4:last-child .ok-section-media{
		margin-bottom: 0;
	}
	
	.ok-home-section-1 .ok-section-media h4{
		font-size: 15px;
		font-weight: 600;
		font-family: 'Roboto', sans-serif;
		margin-bottom: 15px;
	}
	
	.ok-home-section-1 .ok-section-media p{
		font-size: 13px;
	}
	
	.ok-home-section-1 .ok-section-media i{
		display: block;
		font-size: 42px;
		color: #b9e2e4;
		margin-bottom: 25px;
	}

	.ok-testimonial .swiper-wrapper .swiper-slide{
		background: white;
		padding: 50px 35px;
		margin: 15px 0;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		
		-webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
		-moz-box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
		box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
	}
	
	.testi{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		
		margin-top: 15px;
	}
	
	.testi span .far{
		color: #8096c5;
	}
	
	.testi span .fas{
		color: #FFA500;
	}
	
	.ok-home-partners{
		background: #b9e2e4;
		position: relative;
		width: 100%;
		height: 1px;
	}
	
	.ok-home-partners div{
		background: #F8F9FB;
		position: absolute;
		font-size: 13px;
		font-weight: 600;
		color: #b9e2e4;
		top: 50%;
		left: 50%;
		padding: 0 25px;
		text-transform: uppercase;
		
		-o-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.no-padding-top{
		padding-top: 0!important;
	}
	
	.no-padding-bottom{
		padding-bottom: 0!important;
	}
	
	.ok-partners-list{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.btn-big{
		height: 50px;
		line-height: 50px;
	}
	
	.ok-block{
		background: white;
		padding: 25px;
		
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		
		-webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
		-moz-box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
		box-shadow: 0px 8px 15px rgba(0,0,0, 0.075);
	}
	
	.ok-ul-block{
		margin: 25px 0;
	}
	
	.ok-ul-block li,
	.ok-ul-block{
		display: block;
		width: 100%;
		color: #8096c5;
	}
	
	.ok-ul-block li{
		margin-bottom: 10px;
	}
	
	.ok-ul-block li span:last-child{
		font-size: 13px;
		margin-left: 10px;
	}
	
	footer{
		background: white;
		
		-webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.5);
		-moz-box-shadow: 0px 8px 15px rgba(0,0,0, 0.5);
		box-shadow: 0px 8px 15px rgba(0,0,0, 0.5);
	}
	
	footer .footer{
		height: 60px;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		
		width: 100%;
		font-size: 13px;
		color: #8096c5;
	}
	
	footer .footer div{
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		width: 100%;
	}
	
	footer .footer .footer-logo{
		text-align: center;
	}
	
	.ok-service{
		position: relative;
		/* margin-top: 1px; */
	}
	
	.arrow-service{
		position: absolute;
		left: 50%;
		top: 100%;
		font-size: 65px;
		margin-top: -45px;
		color: #C6E2FF;
		
		-o-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	
	.ok-services-plus{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
	
		margin-top: 50px;
	}
	
	.ok-services-plus div:first-child{
		margin-right: 25px;
	}
	
	.ok-services-plus div:first-child i{
		color: #b9e2e4;
		font-size: 50px;
	}
	
	.ok-services-plus h6{
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	.ok-bg-service{
		background: url("../img/bg-5.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		
		/* width: 100%; */
		height: 800px;
	}
	
	.ok-form-white{
		background: white;
		padding: 25px 50px;
		margin-top: 50px;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		
		/* -webkit-box-shadow: 0px 8px 15px rgba(0,0,0, 0.5); */
		/* -moz-box-shadow: 0px 8px 15px rgba(0,0,0, 0.5); */
		/* box-shadow: 0px 8px 15px rgba(0,0,0, 0.15); */
	}
	
	.ok-simls{
		background: url("../img/pret-perso.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		
		height: 250px;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.ok-folder{
		background: url("../img/folder.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		
		height: 250px;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.bekistan{
		background: white;
		color: white!important;
		position: fixed;
		z-index: 99999999;
		width: 100%;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		overflow: hidden;
		display: none;
	}
	
	.bekistan h6,
	.bekistan h5,
	.bekistan h4,
	.bekistan h3,
	.bekistan h2,
	.bekistan h1{
		color: white!important;
	}
	
	.silaid{
		height: 1px!important;
	}
	
	.ok-confirm{
		text-align: center;
		
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
	.ok-confirm i{
		color: #294dce;
		font-size: 105px;
	}
	
	.ok-confirm h3{
		color: #294dce;
		margin-top: 50px;
		margin-bottom: 25px;
	}
	
	.btn-upper{
		text-transform: uppercase;
	}
	
	.ok-menu-block button{
		font-size: 25px;
		height: 55px;
		margin-right: 15px;
		cursor: pointer;
		display: none;
	}
	
	#li-contact span,
	#li-request{
		display: none;
	}
	
	/* == iPhone 2G, 3G, 4, 4S Portrait == */
	@media only screen and (min-device-width : 201px) and (max-device-width : 700px){
		
		header .container{
			padding: 0;
		}
		
		#li-contact span,
		#li-request{
			display: inline-block;
		}
		
		.ok-logo{
			margin-left: 15px;
		}
		
		.ok-menu-block,
		.ok-header{
			height: 55px;
		}
	
		.ok-menu-resp{
			display: none;
		}
		
		.ok-menu{
			background: white;
			position: absolute;
			left: 0;
			top: 55px;
			width: 100%;
			height: 100%;
			border-top: 1px solid #FAFBFD;
			z-index: 999;
			
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		
		.ok-menu ul{
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
			
			width: 100%;
		}
		
		.ok-menu ul li{
			display: block;
			padding: 20px;
			border-left: 0;
			width: 100%;
			border-bottom: 1px solid #FAFBFD;
		}
		
		.ok-menu ul li a{
			display: block;
		}
		
		.ok-requests,
		.ok-tel{
			display: none;
		}
		
		.ok-logo .ok-circle{
			font-size: 18px;
			width: 35px;
			height: 35px;
			line-height: 25px;
			border: 3px solid rgba(104,109,224, 0.2);
		}
		
		.ok-logo .ok-circle span{
			font-size: 18px;
		}
		
		.ok-logo-name{
			font-size: 20px;
		}
		
		.ok-circle .segment {
			border-radius: 50%;
			border-style: solid;
			border-width: 4px;
			box-sizing: border-box;
			height: 35px;
			position: relative;
			width: 35px;
		}

		.ok-circle .segment {
			clip-path: circle(15px at 0 10px);
			left: -3px;
			position: absolute;
			top: -3px;
		}
		
		.ok-menu-block .btn-open{
			display: block;
		}
		
		footer .footer{
			height: 50px;
		}
		
		footer .footer .footer-logo{
			text-align: center;
		}
		
		.ok-simls,
		.ok-folder,
		footer .text-right,
		.ok-copyright{
			display: none;
		}
		
		footer .ok-logo{
			margin: 0;
		}
		
		.home-banner h2{
			font-size: 25px;
		}
		
		.home-banner h2 + p{
			font-size: 16px;
		}
		
		aside{
			padding: 25px 0;
		}
		
		section{
			padding: 50px 0;
		}
		
		.ok-nav-tabs button{
			font-size: 13px;
			padding: 17.5px;
			width: 100%;
		}
		
		.ok-nav-content{
			padding: 15px;
			
			-webkit-border-top-left-radius: 0;
			-webkit-border-top-right-radius: 0;
			-moz-border-radius-topleft: 0;
			-moz-border-radius-topright: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}
		
		.ok-home-section-1{
			margin-top: 35px;
		}
		
		.ok-home-partners div{
			padding: 0 15px;
		}
		
		.ok-partners-list div{
			margin: 0 5px;
		}
		
		.ok-block-2nd-col{
			margin-top: 25px;
		}
		
		.ok-form-white{
			padding: 25px 15px;
		}
	}
	
	/* == iPhone 6 Plus Landscape == */
	@media only screen and (min-device-width : 701px) and (max-device-width : 771px){
		
		#li-contact span,
		#li-request{
			display: inline-block;
		}
		
		header .container{
			padding: 0;
		}
		
		.ok-logo{
			margin-left: 15px;
		}
		
		.ok-menu-block,
		.ok-header{
			height: 55px;
		}
	
		.ok-menu-resp{
			display: none;
		}
		
		.ok-menu{
			background: white;
			position: absolute;
			left: 0;
			top: 55px;
			width: 100%;
			height: 100%;
			border-top: 1px solid #FAFBFD;
			z-index: 999;
			
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		
		.ok-menu ul{
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
			
			width: 100%;
		}
		
		.ok-menu ul li{
			display: block;
			padding: 20px;
			border-left: 0;
			width: 100%;
			border-bottom: 1px solid #FAFBFD;
		}
		
		.ok-menu ul li a{
			display: block;
		}
		
		.ok-requests,
		.ok-tel{
			display: none;
		}
		
		.ok-logo .ok-circle{
			font-size: 18px;
			width: 35px;
			height: 35px;
			line-height: 25px;
			border: 3px solid rgba(104,109,224, 0.2);
		}
		
		.ok-logo .ok-circle span{
			font-size: 18px;
		}
		
		.ok-logo-name{
			font-size: 20px;
		}
		
		.ok-circle .segment {
			border-radius: 50%;
			border-style: solid;
			border-width: 4px;
			box-sizing: border-box;
			height: 35px;
			position: relative;
			width: 35px;
		}

		.ok-circle .segment {
			clip-path: circle(15px at 0 10px);
			left: -3px;
			position: absolute;
			top: -3px;
		}
		
		.ok-menu-block .btn-open{
			display: block;
		}
		
		footer .footer{
			height: 50px;
		}
		
		footer .footer .footer-logo{
			text-align: center;
		}
		
		.ok-simls,
		.ok-folder,
		footer .text-right,
		.ok-copyright{
			display: none;
		}
		
		footer .ok-logo{
			margin: 0;
		}
		
		.home-banner h2{
			font-size: 25px;
		}
		
		.home-banner h2 + p{
			font-size: 16px;
		}
		
		aside{
			padding: 25px 0;
		}
		
		section{
			padding: 50px 0;
		}
		
		.ok-nav-tabs button{
			font-size: 13px;
			padding: 17.5px;
			width: 100%;
		}
		
		.ok-nav-content{
			padding: 15px;
			
			-webkit-border-top-left-radius: 0;
			-webkit-border-top-right-radius: 0;
			-moz-border-radius-topleft: 0;
			-moz-border-radius-topright: 0;
			border-top-left-radius: 0;
			border-top-right-radius: 0;
		}
		
		.ok-home-section-1{
			margin-top: 35px;
		}
		
		.ok-home-partners div{
			padding: 0 15px;
		}
		
		.ok-partners-list div{
			margin: 0 5px;
		}
		
		.ok-form-white{
			padding: 25px 15px;
		}
	}

	/* == BlackBerry PlayBook Landscape + iPad toutes générations Portrait */
	@media only screen and (min-device-width : 772px) and (max-device-width : 1025px){
		
		#li-contact span,
		#li-request{
			display: inline-block;
		}
		
		.ok-logo{
			margin-left: 15px;
		}
		
		.ok-menu-block,
		.ok-header{
			height: 55px;
		}
	
		.ok-menu-resp{
			display: none;
		}
		
		.ok-menu{
			background: white;
			position: absolute;
			left: 0;
			top: 55px;
			width: 100%;
			height: 100%;
			border-top: 1px solid #FAFBFD;
			z-index: 999;
			
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
		}
		
		.ok-menu ul{
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			-webkit-justify-content: flex-start;
			-ms-flex-pack: start;
			justify-content: flex-start;
			-webkit-align-content: stretch;
			-ms-flex-line-pack: stretch;
			align-content: stretch;
			-webkit-align-items: flex-start;
			-ms-flex-align: start;
			align-items: flex-start;
			
			width: 100%;
		}
		
		.ok-menu ul li{
			display: block;
			padding: 20px;
			border-left: 0;
			width: 100%;
			border-bottom: 1px solid #FAFBFD;
		}
		
		.ok-menu ul li a{
			display: block;
		}
		
		.ok-requests,
		.ok-tel{
			display: none;
		}
		
		.ok-logo .ok-circle{
			font-size: 18px;
			width: 35px;
			height: 35px;
			line-height: 25px;
			border: 3px solid rgba(104,109,224, 0.2);
		}
		
		.ok-logo .ok-circle span{
			font-size: 18px;
		}
		
		.ok-logo-name{
			font-size: 20px;
		}
		
		.ok-circle .segment {
			border-radius: 50%;
			border-style: solid;
			border-width: 4px;
			box-sizing: border-box;
			height: 35px;
			position: relative;
			width: 35px;
		}

		.ok-circle .segment {
			clip-path: circle(15px at 0 10px);
			left: -3px;
			position: absolute;
			top: -3px;
		}
		
		.ok-menu-block .btn-open{
			display: block;
		}
	}