@font-face{
	font-family: 'Calibri';
	src: url('../../fonts/names/calibri.ttf');
	font-weight: 400;
	font-style: normal;
}

@font-face{
	font-family: 'Calibri';
	src: url('../../fonts/names/calibrib.ttf');
	font-weight: 700;
	font-style: normal;
}

body{
	background: #fff;
	font-family: 'Calibri', sans-serif;
	font-size: 25px;
	color: #fff;
	min-width: 320px;
}

/* =============================okno_1============================== */

.okno_1 {
	background: url('/images/names/okno_1.jpg') no-repeat center;
	background-size: cover;
	padding: 140px 0;
}

.okno_1_h {
	margin: 0 0 115px;
	font-size: 45px;
	color: #7e9c0f;
	font-weight: 400;
}

.okno_1_h_span {
	font-weight: 700;
}

.okno_1_h_2 {
	margin: 0 0 15px;
	font-size: 35px;
	line-height: 35px;
	color: #2d598a;
	font-weight: 700;
}
.okno_1_div {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.okno_1_div>img {
	width: 85px;
	margin-right: 25px;
}

.okno_1_span {
	font-size: 31px;
	color: #2d598a;
	flex:1;
	-webkit-flex:1;
	line-height: 33px;
}

.okno_1 .okno_2 {
	display: none;
}

.okno_1_a {
	display: none;
}

.name_js {
	text-transform: uppercase;
}

/* =============================okno_2============================== */

.okno_2 {
	text-align: center;
	padding: 80px 0 115px;
	background: #5281af;
}

.okno_2_h {
	text-transform: uppercase;
	color: #fff;
	font-size: 43px;
	line-height: 43px;
	font-weight: 700;
	margin: 0 0 65px;
}

.okno_2_form>input {
	width: 185px;
	border-radius: 20px;
	border:none;
	margin-right: 7px;
	color: #000;
	font-size: 20px;
	text-align: center;
	height: 45px;
} 

.okno_2_form>input:last-child{
	margin-right: 0;
}

.okno_2_form>input::-webkit-input-placeholder {color:#a2a3a1;font-size: 18px;opacity: 1;}
.okno_2_form>input::-moz-placeholder          {color:#a2a3a1;font-size: 18px;opacity: 1;}/* Firefox 19+ */
.okno_2_form>input:-moz-placeholder           {color:#a2a3a1;font-size: 18px;opacity: 1;}/* Firefox 18- */
.okno_2_form>input:-ms-input-placeholder      {color:#a2a3a1;font-size: 18px;opacity: 1;}

.jq-selectbox  {
	width: 185px;
	height: 45px;
}

.jq-selectbox__select, .jq-selectbox__select-text {
	height: 45px;
}

.jq-selectbox__select-text {
	display:flex;
	display:-webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.jq-selectbox__select {
	background: #fff;
	border:none;
	border-radius: 20px;
}

.jq-selectbox__trigger {
	border-left: none;
}

.jq-selectbox__trigger-arrow{
	top: 20px;
	border-top: 5px solid #a7c246;
}

.okno_2 .send {
	background: #a7c246;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}

.okno_2 .send:hover {
	background: #99b048;
}

.okno_1_h_2>span {
	display: none;
}

/* =============================okno_3============================== */

.okno_3_cont {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	background: #a7c246;
	min-height: 460px;
}

.okno_3_cont>div{
	width: 50%
}

.okno_3_l>img {
	width: 100%
}

.okno_3_r {
	padding-left: 80px;
}

.okno_3_h {
	margin: 0 0 25px;
	font-size: 43px;
	color: #fff;
	font-weight: 400;
}

.okno_3_h span {
	font-size: 55px;
	font-weight: 700;
}

.okno_3_p {
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 60px;
}

.okno_3_p span {
	font-size: 27px;
	font-weight: 700;
}

.okno_3_p_2 {
	font-size: 27px;
	line-height: 27px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 15px;
}

.okno_3_div>div {
	display: inline-block;
}

.okno_3_div>div:first-child{
	margin-right: 25px;
}

.okno_3_flex {
	display: flex;
	display: -webkit-flex;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.okno_3_span {
	font-size: 20px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	margin-left: 30px;
}
.okno_3_img_320{
	display: none;
}
.okno_3_p_320{
	display: none;
}

/* =============================okno_4============================== */

.okno_4 {
	background: url('/images/names/okno_4_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 100px 0 100px;
}

.okno_4_h {
	margin: 0 0 50px;
	font-size: 43px;
	color: #7e9c0f;
	font-weight: 400;
}

.okno_4_h span {
	font-size: 53px;
	font-weight: 700;
}

.okno_4_div {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	margin-bottom: 40px;
}

.okno_4_div:last-child {
	margin-bottom: 0;
}

.okno_4_div>img {
	display: inline-block;
	margin-right: 50px;
}

.okno_4_span {
	font-size: 25px;
	line-height: 27px;
	color: #7e9c0f;
	font-weight: 400;
}

.okno_4_span_2 {
	font-size: 25px;
	line-height: 27px;
	color: #2d598a;
	font-weight: 400;
}

/* =============================okno_5============================== */

.okno_5{
	background: url('/images/names/okno_5_bg.jpg') no-repeat center;
	background-size: cover;
	padding: 60px 0 0;
	text-align: center;
}

.okno5_h {
	font-size: 37px;
	color: #2d598a;
	margin: 0 0 65px;
	font-weight: 400;
}

.okno5_h span {
	font-weight: 700;
	font-size: 48px;
}

.okno_5_cont {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 30px;
}

.okno_5_div {
	width: 205px;
}

.okno_5_div>img {
	margin-bottom: 20px;
}

.okno_5_div:first-child{
	margin-right: 175px;
}

.okno_5_p {
	font-size: 20px;
	color: #2d598a;
	margin-bottom: 0;
}

/* =============================okno_6============================== */

.okno_6 {
	padding-bottom: 35px;
}

.okno_6 .okno_2_form {
	margin-bottom: 50px;
}

.okno_6_p {
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 15px;
}

.okno_6_p a {
	color: #a7c246;
	font-weight: 700;
	text-decoration: underline;
}

.okno_6_p a:hover {
	text-decoration: none;
}

.okno_6_p_2 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
}

.okno_6_p_2 a {
	color: #a7c246;
	font-weight: 700;
	text-decoration: underline;
}

.okno_6_p_2 a:hover {
	text-decoration: none;
}

.success, .desuccess {
	font-size: 16px;
	line-height: 16px;
	margin: 15px 0 0;
	display: none;
}

.success {
	color: green;
}

.desuccess {
	color:red; 
}

.okno_2_form > input{
	width: 182px;
}

.jq-selectbox__dropdown ul {
	text-align: left;
}









/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

	.okno_2_form>input,.jq-selectbox {
		margin-bottom: 5px;
	}
	.okno_3_l > img {
		display: none;
	}
	.okno_3_l {
		background: url('/images/names/okno_3_1.jpg') no-repeat center;
		background-size: cover;
	}
	.okno_3_r {
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.okno_3_cont {
		align-items: stretch;
		-webkit-align-items: stretch;
	}

	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

	.jq-selectbox, .okno_2_form>input {
		width: 170px;
	}
	.okno_3_r {
		padding: 20px 0 20px 20px;
	}
	.okno_3_cont{
		min-height: auto;
	}
	.okno_3_h span{
		font-size: 36px;
	}
	.okno_3_h{
		font-size: 27px;
	}
	.okno_3_p{
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.okno_3_p span{
		font-size: 20px;
	}
	.okno_3_span{
		margin-left: 10px;
	}
	.jq-selectbox, .okno_2_form > input {
		width: 170px;
	}
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}
@media only screen and (max-width : 767px) {

	.okno_1{
		padding: 50px 0 ;
	}
	.okno_1_h{
		margin-bottom: 60px;
	}
	.okno_2{
		padding: 50px 0;
	}
	.jq-selectbox{
		margin-right: 7px;
	}
	.jq-selectbox, .okno_2_form > input{
		width: 40%;
	}
	.okno_3_cont {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}
	.okno_3_cont>div {
		width: 100%;
	}
	.okno_3_l {
		height: 300px;
	}
	.okno_3_p br {
		display: none;
	}
	.okno_4{
		padding: 50px 0;
		background-position: 67% 0;
	}
	.okno_5_cont {
		justify-content: space-around;
		-webkit-justify-content: space-around;
	}
	.okno_5_div:first-child {
		margin-right: 0;
	}

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

	.okno_1 {
		text-align: center;
		padding: 50px 0 0px;
		background-position: 55% 0;
		background-size: cover;
	}
	.okno_1_a {
		display: inline-block;
		margin: 20px 0 20px;
	}
	.okno_2{
		display: none;
	}
	.okno_1 .okno_2 {
		display: block;
		padding: 15px 0;
	}
	.okno_1 .okno_2{
		width: 80%;
		margin: 0 auto;
		border-radius: 10px;
	}
	.okno_1_h {
		margin: 0 0 50px;
		font-size: 30px;
	}
	.okno_1_h_2 {
		font-size: 28px;
		line-height: 28px;
	}
	.okno_1_span{
		font-size: 25px;
		line-height: 30px;
		flex: inherit;
		-webkit-flex: inherit;
	}
	.okno_1_div{
		justify-content: center;
		-webkit-justify-content: center;
	}
	.okno_1_div {
		display: none;
	}
	.okno_1_h_2>span {
		display: inline-block;
		flex:inherit;
		-webkit-flex:inherit;
		font-size: 23px;
		line-height: 30px;
		font-weight: 400;
	}
	.okno_1_h_2{
		font-size: 23px;
		line-height: 30px;
		font-weight: 400;
	}
	.okno_1_h_2 i {
		font-weight: 700;
		font-style: normal;
	}
	.okno_2_h{
		font-size: 27px;
		line-height: 30px;
		margin: 0 0 15px;
	}
	.jq-selectbox, .okno_2_form > input{
		width: 100%;
	}
	.okno_3_cont{
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	.okno_3_l {
		display: none;
	}
	.okno_3_h {
		text-align: center;
		margin-bottom: 15px;
	}
	.okno_3_h br {
		display:none;
	}
	.okno_3_r{
		padding: 20px 15px;
	}
	.okno_3_h span{
		font-size: 27px;
		font-weight: 400;
	}
	.okno_3_img_320 {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.okno_3_p{
		margin-bottom: 15px;
	}
	.okno_3_p br{
		display: none;
	}
	.okno_3_p span{
		font-size: 22px;
		line-height: 25px;
		font-weight: 400;
	}
	.okno_3_p_2 {
		display: none;
	}
	.okno_3_div {
		display: none;
	}
	.okno_3_p_320{
		display: block;
	}
	.okno_4 {
		display: none;
	}
	.okno_5_p {
		font-size: 14px;
	}
	.okno_5_div > img {
		margin-bottom: 10px;
	}
	.okno_6 {
		display: block;
	}
	.okno5_h{
		font-size: 28px;
	}
	.okno5_h span{
		font-size: 35px;
	}
	.okno_5_div {
		width: 50%;
	}
	.okno_1 {
		background: url('/images/names/okno_5_bg.jpg') no-repeat center;
		background-size: cover;
	}

}