a{
	color:inherit;
	text-decoration:none;
}
body{
	font:15px 'Open Sans', sans-serif;
    font-weight:399;
}
.bold{
    font-weight:700;
}
button,input[type=submit]{
    line-height:20px;
    background: linear-gradient(to bottom, #f28b03, #d97c00);
    border-color:transparent;
    font-size:14px;
    text-transform:none;
    color:#fff;
}
h2{
    text-align: center;
    font-size: 24px;
    margin-bottom:49px;
    color:#000000;
    font-weight: 650;
}
header{
	padding:29px 0;
}
header .logo{
    padding-top: 20px;
	font-size:20px;
}
header .action li{
    margin-bottom: 3px;
}
header .contacts{
	font-size:23px;
    text-align:right;
}
header .contacts a span{
	font-size:17px;
}
header .contacts img{
    margin-right:4px;
}
header .contacts button{
    margin-top:10px;
}
nav ul{
    margin-bottom:40px;
    border:1px solid #e7e7e7;
    border-radius:5px;
    display:flex;
    list-style: none;
    box-shadow:0 0 4px rgba(0,0,0,0.25); 
    justify-content: space-around;   
}
nav ul.menu-inner{
    margin-bottom:5px;
}
nav ul li{
    width:20%;
    text-align:center;
    font-weight: 700;
    margin-bottom:0;
}
nav ul li a{
    display: block;
    padding:15px 10px;
}
nav ul li a:hover{
    background: #ffaa39;
}
nav ul li a.active{
    background: #ffaa39;
}
#bread{
	padding:10px 0;
}
#bread ul{
	list-style: none;
}
#bread ul li{
    font-size: 13px;
	position:relative;
	margin-right: 25px;
}
#bread ul li a{
    color:#0074a8;
	text-decoration: underline;
}
#bread ul li a:hover{
	text-decoration: none;
}
#bread ul li:before{
    font-size: 12px;
	position:absolute;
	content:">";
	right:-18px;
}
#bread ul li:nth-child(2):before{
	display: none;
}
#bread ul li{
	display: inline;
}
#screen1{
    background: url(../images/section1.png) no-repeat;
    background-size: cover;
}
#screen1 .row{
    justify-content: space-between;
    display: flex;
}
#screen1 .content h1{
    font-weight: 700;
    color:#0074a8;
    font-size: 30px;
    margin:20px 0;
}
#screen1 .content ul{
    list-style-image: url(../images/check.png);
    display:flex;
    justify-content: flex-start;;
    flex-wrap: wrap;
}
#screen1 .content ul li{
    font-size: 17px;
    width:50%;
    margin-bottom: 16px;
}
#screen1 .content .form{
    padding:18px 25px;
    font-size:13px;
    background: rgba(255,255,255,0.8);
}
#screen1 .content .form h4{
    margin-bottom: 10px;
    font-size: 19px;
    color:#0075a9;
    font-weight: 700;
}
#screen1 .content .form form{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
}
#screen1 .content .form form input[type=text]{
    width:50%;
}
#screen1 .menu{
    padding:15px 20px;
    height:100%;
    text-align: center;
    float:right;
    background: rgba(255,255,255,0.94);
}
#screen1 .menu h5{
    margin-left:10%;
    margin-right:10%;
    border-bottom: 1px solid #04a3ea;
    font-weight: 700;
    color:#04a3ea;
    font-size: 17px;
}
#screen1 .menu ul{
    list-style: none;
    text-align: left;
}
#screen1 .menu ul li{
    font-size: 13px;
    line-height: 13px;
    font-weight: 700;
    margin-bottom:19px;
}
#screen1 .menu ul li a:hover{
    text-decoration: underline;
}
#screen1 .menu ul li a.active{
    color:#04a3ea;
    text-decoration: underline;
}
#screen1.inner{
	background:none;
	border-top:2px solid #f4f4f4;
	border-bottom:2px solid #f4f4f4;
}
#screen1.inner .row {
    display: block;
}
#screen1.inner .content{
	width:74% !important;
	margin-left:0 !important;
	float:left;
	display: flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
#screen1.inner .menu{
    background: #f4f4f4;
}
#screen1.inner .content h1{
    font-size: 22px;
	flex-basis: 100%;
    margin:20px 0;
}
#screen1.inner .content p{
	flex-basis: 100%;
}
#screen1.inner .content .item{
    float: left;
    max-width: 250px;
	width:30%;
	font-size:13px;
	margin-bottom:15px;
	margin-right:3%;
    text-align: center;
}
#screen1.inner .content .item a{
    color:#0074a8;
	text-decoration: underline;
}
#screen1.inner .content .item a:hover{
	text-decoration: none;
}
#screen1.inner .content .item img{
    width: 100%;
    border: 1px solid #f4f4f4;
}
#screen1.inner .menu {
    margin-left: 2.66666666667% !important;
}
#screen1.inner table{
	margin-bottom:40px;
}
#screen1.inner table thead th:nth-child(2),#screen1.inner table tr td:nth-child(2),#screen1.inner table tfoot td{
    text-align: center;
}
#screen1.inner table thead th{
    font-weight: 400;
    font-size: 13px;
    color:#a7a6a6;
}
#screen1.inner table tbody tr td{
    padding:10px 0;
}
#screen1.inner table tbody tr td:nth-child(2){
    color:#db7d00;
    font-weight: 700;
}
#screen1.inner table tbody tr td:nth-child(2) span{
    font-size:20px;
}
#screen1.inner table tfoot td{
	background:#f4f4f4;
	padding:10px 8px;
}
#screen1.inner table tfoot td{
    border-bottom:none;
}
#screen1.inner .text-cont{
	margin-top:10px;
}
#screen1.inner .text-cont a{
	color:#0075a9;
	font-weight: 700;
}
#screen1.inner .text-cont a:hover{
	text-decoration: underline;
}
#screen1.inner .text-cont p{
	font-weight: 400;
}
#screen1.inner .form{
	padding-left: 0;
}
#screen1.inner .form form{
	display:block;
}
#screen1.inner .form form input[type=text]{
	width:40%;
	float:left;
	box-sizing: border-box;
	margin-right:10%;
}
#screen1.inner form textarea{
	width:90%;
	min-height:140px;
}
#screen2{
    background: url(../images/section2.jpg) no-repeat;
    background-size: cover;
    padding:40px 0;
}
#screen2 .row{
    text-align: center;
    justify-content: space-between;
    display: flex;
}
#screen2 .item{
    max-width: 20%;
}
#screen2 .item p{
    margin:15px 0;
    font-size: 15px;
    color:#fff;
}
#screen2 .item p.title{
    padding-bottom:15px;
    margin-bottom:0;
    font-size: 30px;
    border-bottom:1px solid #fff;
    font-weight: 700;
    color:#fff;
}
#screen3{
    padding:60px 0;
}
#screen3 img{
    margin:50px 20px;
    float:right;
    max-width:100%;
}
#screen3 p{
	text-indent: 20px;
    font-size: 13px;
}
#screen4{
    background: url(../images/section4.jpg) no-repeat;
    background-size: cover;
    padding:60px 0;
}
#screen4 ul{
    font-weight: 700;
    font-size: 16px;
    color:#133c61;
    list-style: none;
}
#screen4 ul li{
    margin-bottom: 15px;
}
#screen4 ul li:nth-child(2){padding-left:30px;}
#screen4 ul li:nth-child(3){padding-left:60px;}
#screen4 ul li:nth-child(4){padding-left:90px;}
#screen4 ul li:nth-child(5){padding-left:120px;}
#screen4 ul li:nth-child(6){padding-left:150px;}
#screen4 ul li:nth-child(7){padding-left:180px;}
#screen5{
    padding:60px 0;
}
#screen5 table thead th,#screen5 table tr td:nth-child(2),#screen5 table tr td:nth-child(3),#screen5 table tfoot td{
    text-align: center;
}
#screen5 table thead th{
    font-weight: 400;
    font-size: 13px;
    color:#a7a6a6;
}
#screen5 table tbody tr td{
    padding:20px 0;
}
#screen5 table tbody tr td:nth-child(1){
    text-decoration: underline;
    color:#007eb5;
}
#screen5 table tbody tr td:nth-child(3){
    color:#db7d00;
    font-weight: 700;
}
#screen5 table tbody tr td:nth-child(3) span{
    font-size:20px;
}
#screen5 table tfoot td{
    padding-top:50px;
    padding-bottom:0;
}
#screen5 table tfoot td{
    border-bottom:none;
}
#screen5 button{
    margin-left:10px;
}
#screen6{
    background: url(../images/section6.jpg) no-repeat;
    background-size: cover;
    padding:30px 0;
}
#screen6 p{
	line-height: 20px;
	margin-left:10%;
	margin-bottom:20px;
	color:#133c61;
	font-size: 16px;
}
#screen6 img{
	vertical-align: middle;
	margin-right:30px;
}
#screen7{ border-top:3px solid #c299ff;
    padding:25px 0;
}
#screen7 h5{
	font-size:28px;
	color:#0075a9;
	font-weight: 700;
	margin-bottom: 0;
}
#screen7 p{
	font-size:16px;
	color:#757575;
}
#screen7 form{
	padding-top:15px;
}
#screen7 input[type=text]{
	min-width:220px;
	margin-right:15px;
}
footer{
    background: url(../images/section8.jpg) no-repeat 50% 50%;
    background-size: cover;
    padding:20px 0 20px;
}
footer h6{
	font-size: 12px;
	color:#909090;
	margin-bottom:5px;
}
footer p{
	font-size: 20px;
	color:#0075a9;
	font-weight: 700;
}
footer .menu{
	float:right;
	padding-top:12px;
}
footer .menu ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
}
footer .menu ul li{
	font-size: 13px;
	text-decoration: underline;
	color:#0075a9;
}
footer .menu ul li a.active,footer .menu ul li:hover{
	text-decoration: none !important;
}
.modal{
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	display: none;
    align-items: center;
    justify-content: center; 
    overflow: auto;  
	left:0;
	background:rgba(0,0,0,.7);
	z-index:10;
}
.modal-block{
	position:relative;
	box-sizing: border-box;
	max-width:600px;
	width:80%;
	background:#fff;
	padding:40px;
}
.modal-block p{
	font-weight: 700;
	color:#0075a9;
	font-size:17px;
	margin-bottom:30px;
}
.modal-block span{
	position: absolute;
	top:10px;
	display: block;
	color:#beb9b9;
    right: 20px;
    font-size: 20px;
    cursor: pointer;
}
.modal-block input[type=text]{
	width:55%;
	margin-right: 30px;
}

@media (max-width: 1199px) {
	header .contacts.three.columns {
    	width: 26%;
	}
	header .action{
    	width: 26% !important;
    	margin-left: 4.66666666667% !important;
	}
	nav ul li a {
    	padding: 15px 0;
	}
	#screen1 .menu {
    	padding: 15px 10px;
	}
	#screen1 .content{
		margin-left: 8.3333333333% !important;
    	width: 58% !important;
	}
	#screen1 .content h1 {
    	background: rgba(255,255,255,0.7);
	}
	#screen1 {
		background-position: 40% 0;
	}
	#screen4 {
		background-position: 45% 0;
	}
	#screen6 {
		background-position: 40% 0;
	}
	#screen7 input[type=text] {
    	min-width: 50%;
	}
	#screen7 form{
		margin-left:2% !important;
	}
	#screen7 .text{
		width:40% !important;
	}
	footer .menu{
    	width: 58%;
    	margin-left: 8%;
	}
}

@media (max-width: 999px) {
	header .contacts {
    	width: 33% !important;
    	margin-left: 4% !important;
	}
	header .action {
    	margin-left: 4% !important;
	}
	nav ul li{
		line-height: 68px;
	}
	nav ul li a{
		box-sizing: border-box;
		height: 100%;
		line-height: 14px;
		padding: 10px 5px !important;
	}
	#screen1 .menu ul li {
    	font-size: 14px;
    	margin-bottom: 24px;
	}
	#screen1 .menu{
		width: 34% !important;
	}
	#screen1.inner .content{
		width:63% !important;
	}
	#screen1.inner .content .item{
		width:42%;
		margin-right:7%;
	}
	#screen1.inner table tbody tr td:nth-child(2){
		width:30%;
	}
	#screen1 .content {
    	margin-left: 1% !important;
	}
	#screen4 ul {
    	width: 66.6666666667% !important;
    	margin-left: 30% !important;
	}
	#screen5 table tfoot td {
    	padding-top: 30px;
	}
	#screen5 table tfoot span {
		display: block;
		margin-bottom:10px;
	}
	#screen7 .text {
    	width: 100% !important;
    	margin-left: 0 !important;
		text-align:center;
		float:inherit !important;
	}
	#screen7 form {
    	width: 100% !important;
    	margin-left: 0 !important;
		text-align:center;
		float:inherit !important;
	}
	#screen7 input[type="text"] {
    	min-width: 40%;
	}
	footer .menu{
		margin-left: 1% !important;
    	width: 65% !important;
	}
	#screen1.inner .form form input[type=text]{
		width:90%;
		margin-right:10%;
	}
}
@media (max-width: 749px) {
	header {
    	text-align: center;
	}
	header .logo {
		float: inherit;
		width:100% !important;
		text-align: center;
		margin-bottom: 30px;
	}
	header .action {
		display:none;
	}
	header .contacts{
		margin:0 auto;
    	width: 50% !important;
		float: inherit;
		width: 50% !important;
		text-align: center;
		margin: 0 auto !important;
	}
	header .contacts button {
    	margin-top:30px;
	}
	nav .container{
		width:100%;
	}
	nav ul{
		margin-bottom:0;
		box-shadow:none;
		border:none;
		border-radius: 0;
		display:block;
	}
	nav ul li{
		border-top:1px solid #aec9db;
		border-bottom:1px solid #aec9db;
		display:block;
		width:100%;
		text-align: left;
	}
	nav ul li a{
		padding:18px 10% !important; 
    	background: linear-gradient(to bottom, #d7e7f1, #cddae3);
	}
	#screen1 .content{
		width: 100% !important;
		float: inherit;
		display: block;
		margin-left: 0 !important;
	}
	#screen1 .row {
    	display: block;
	}
	#screen1 .container {
    	width:100%;
	}
	#screen1 .content h1{
		text-align: center;
		background: none;
		margin-top:0;
		margin-bottom:30px;
	}
	#screen1 .text{
		padding:45px 10%;
		background: url(../images/section1-mob.jpg) no-repeat;
		background-size: cover;
	}
	#screen1 .content ul {
    	display: block;
		padding-left:20%;
	}
	#screen1 .content ul li{
		width:100%;
    	margin-bottom: 20px;
    	color:#0074a8;
		font-weight: 700;
	}
	#screen1 .content .form{
		padding:45px 10%;
		text-align:center;
	}
	input[type=text] {
		padding: 20px 10px;
	}
	input[type=submit], button{
		height: 42px;
	}
	#screen1 .menu{
		padding:45px 10%;
		float:inherit;
		display:block;
		width:100% !important;
		margin-left:0 !important;
	}
	#screen1 .menu h5 {
    	padding-bottom: 5px;
	}
	#screen1 .menu ul {
    	text-align: center;
	}
	#screen1 .menu ul li a{
		text-decoration: underline;
    	color:#0074a8;
	}
	#screen1.inner .content{
		padding:0 10%;
    	float: inherit;
    	overflow: hidden;
		background:#fff;
		width:100% !important;
	}
	#screen1.inner .content .item{
		width:40%;
		margin-right:5%;
		margin-left:5%;
	}
	#screen1.inner .menu {
    	float: inherit;
    	margin-left: 0 !important;
	}
	#screen1.inner .text-cont{
		margin-bottom:30px;
	}
	#screen1.inner .form form input[type=text]{
		margin-right:0;
	}
	#screen2{
		padding-bottom:0;
	}
	#screen2 .item {
    	max-width:none;
		width:100%;
	}
	#screen2 .row {
		display: block;
	}
	#screen2 .item{
		margin-bottom:50px;
	}
	#screen2 .item p.title {
		padding-bottom: 10px;
    	width: 100px;
    	margin: 0 auto;
	}
	#screen2 .item p {
    	margin: 10px 0;
	}
	#screen3{
		text-align: center;
	}
	#screen3 p{
		text-align: left;
	}
	#screen3 img {
    	float:inherit;
		max-width:100%;
	}
	#screen4{
		background-image: url(../images/section4-mob.jpg)
	}
	#screen4 ul li {
		margin:22px 0;
    	padding-left: 0 !important;
	}
	#screen4 ul {
		text-align: center;
    	width: 100% !important;
    	margin-left: 0 !important;
	}
	#screen5 table tr td:nth-child(2),#screen5 table tr th:nth-child(2){
		display:none;
	}
	#screen5 table tfoot span {
    	margin-bottom: 20px;
	}
	#screen6{
		background: #f2f2f2;
		text-align: center;
	}
	#screen6 img{
		margin-top:22px;
		margin-bottom:22px;
	}
	#screen6 span{
		display:block;
		width:100%;
	}
	footer .menu{
		display:none;
	}
	footer .logo{
		width:100% !important;
	}
	footer .logo h6{
		float:left;
		width:40%;
	}
	footer .logo p{
		float:right
	}
	#screen1.inner .form form input[type=text]{
		margin-right:0;
		margin-left:5%;
	}
	
}
@media (max-width: 549px) {
	header .contacts {
    	width: 80% !important;
	}
	#screen1.inner .content{
		padding:0 10%;
    	float: inherit;
    	overflow: hidden;
		background:#fff;
		width:100% !important;
	}
	#screen1.inner .content .item{
		width:70%;
		margin-right:15%;
		margin-left:15%;
	}
	input[type=text],input[type=submit] {
    	width: 80% !important;
	}
	#screen1 .content .form form {
    	display: block;
	}
	#screen7 input[type=text] {
    	margin-right: 0;
	}
	footer .logo h6 {
    	width: 50%;
	}
	#screen1.inner table tbody tr td:nth-child(2){
		width:40%;
	}
	#screen1.inner .form form input[type=text]{
    	width: 90% !important;
	}
}