
* { box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	transition: 0.5s!important;
	outline: none!important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display: block;
}

blockquote, q{
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	max-width: 100%;
	height: auto;
    vertical-align: middle!important;
}

ul, ol{
	padding: 10px 10px 10px 20px;
}

a{
	transition: 0.5s;
	text-decoration: none;
	color: #1e8199;
	color: #FF8800;
}

a:hover,
a:active,
a:focus,
a:visited{
	text-decoration: none;
	color: #1e8199;
	color: #FF8800;
}

::-webkit-scrollbar{
    width: 6px;
    background: #fff;
}

::-webkit-scrollbar-thumb{
    width: 6px;
    background: #222;
}

.home-content {
	font-family: Gotham Pro Light;
	font-size: 14px;
	line-height: 1.45;
	overflow-x: hidden;
	background-color: #fcf0e1;
	color: black;
}

h1, h2, h3, h4, h5, h6{
	padding: 15px 0 8px;
	font-family: Gotham Pro Medium;
	font-weight: 700;
	color: #2a2d33;
}

h1{
	font-size: 32px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 19px;
}

p{
	margin: 15px 0;
}

strong{
	font-family: Gotham Pro Medium;
	font-weight: 300;
	color: #2a2d33;
}

.header {
	border-bottom: 3px solid #fcf0e1;
}

.logo{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: left;
}

.topmenu{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: right;
}

.topmenu ul{
	list-style: none;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: right;
}

.topmenu ul li{
	margin: 0 0 0 20px;
}

.topmenu ul li a{
	color: #2a2d33;
	font-family: Gotham Pro Medium;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0 0 27px;
	border-bottom: 3px solid transparent;
}

.topmenu ul li a:hover,
.topmenu ul li.active a{
	border-bottom: 3px solid #FF8800;
}

.close-menu{
	display: none;
}

.top-heading{
	padding: 0 0 30px;
	background-image: url('/Content/images/top-header.png');
	background-size: cover;
	background-position: 50% 50%;
}

.breadcrumbs{
	padding: 15px 0;
	color: #fff;
	font-size: 13px;
}

.breadcrumbs a,
.breadcrumbs span{
	color: #fff;
}

.top-heading h1{
	font-size: 30px;
	font-family: Gotham Pro Black;
	color: #fff;
	padding: 0;
}

.content{
	padding: 0 0 50px;
	min-height: calc(100vh - 121px);
}

table{
	width: 100%;
}

table tr{
	width: 100%;
}

table tr td{
	padding: 8px;
	
}

table tr:nth-child(1){
	color: #fff;
	font-family: Gotham Pro Medium;
}

table tr td:nth-child(2){
	background: #fed3b1;
	text-align: center;
	border: 5px solid #fff;
	font-family: Gotham Pro Bold;
	color: #474a52;
}

table tr td:nth-child(3){
	background: #ffe3b2;
	text-align: center;
	border: 5px solid #fff;
	font-family: Gotham Pro Bold;
	color: #474a52;
}

table tr td:nth-child(4){
	background: #fde8b0;
	text-align: center;
	border: 5px solid #fff;
	font-family: Gotham Pro Bold;
	color: #474a52;
}

table tr:nth-child(1) td:nth-child(2){
	background: #ff8800;
	font-size: 13px;
	text-align: center;
	width: 140px;
	margin: 5px;
	border: 5px solid #fff;
	color: #fff;
}

table tr:nth-child(1) td:nth-child(3){
	background: #ffa200;
	font-size: 13px;
	text-align: center;
	width: 140px;
	border: 5px solid #fff;
	color: #fff;
}

table tr:nth-child(1) td:nth-child(4){
	background: #ffba00;
	font-size: 13px;
	text-align: center;
	width: 140px;
	border: 5px solid #fff;
	color: #fff;
}

table tr:nth-child(1) td:nth-child(2){
	background: #ff8800;
	font-size: 13px;
	text-align: center;
	width: 140px;
	margin: 5px;
	border: 5px solid #fff;
	color: #fff;
}

table tr:nth-child(1) td:nth-child(3){
	background: #ffa200;
	font-size: 13px;
	text-align: center;
	width: 140px;
	border: 5px solid #fff;
	color: #fff;
}

table tr:last-child td:nth-child(2){
	font-size: 13px;
	color: #ff8800;
	font-family: Gotham Pro Medium;
}

table tr:last-child td:nth-child(3){
	font-size: 13px;
	color: #ff8800;
	font-family: Gotham Pro Medium;
}

table tr:last-child td:nth-child(4){
	font-size: 13px;
	color: #ff8800;
	font-family: Gotham Pro Medium;
}

table tr td:nth-child(1) img{
	margin: 0 5px 5px 0;
}

.content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #474a52;
}

	.content ul li {
		padding: 0 0 0 23px;
		background-image: url('/Content/images/li.png');
		background-size: 13px 13px;
		background-repeat: no-repeat;
		background-position: 0 3px;
		margin: 10px 0;
	}

.container-contacts img{
	margin: 0 5px 5px 0;
}

.home-heading {
	background-image: url('/Content/images/home-heading.png');
	background-size: cover;
	background-position: 50% 50%;
	padding: calc(100vh / 2 - 300px) 0 30px;
	position: relative;
	height: calc(100vh - 150px);
}

	.home-heading:before {
		content: '';
		background-image: url('/Content/images/data-img.png');
		background-size: cover;
		background-position: 50% 50%;
		width: 1146px;
		height: 474px;
		left: calc(50% - 573px);
		top: auto;
		bottom: -105px;
		position: absolute;
	}

.block-form{
	max-width: 420px;
	box-shadow: ;
	border-radius: 10px;
	background: #fff;
	margin: 0 auto 30px;
	padding: 15px 50px 30px;
	box-shadow: 0px 0px 14px 0px #cfcfcf;
}

.h-form{
	font-size: 24px;
	text-align: center;
	padding: 0 0 25px;
	margin: 15px 0 25px;
	font-family: Gotham Pro Medium;
	color: #2a2d33;
	border-bottom: 1px solid #e9ebf0;
}

.h-form span{
	color: #FF8800;
}

.login_input,
.login_input:active,
.login_input:focus {
	padding: 15px;
	border: 2px solid #c8cdda;
	width: 100%;
	border-radius: 5px;
	margin-top: -10px;	
	font-size:1.5rem !important
}

label{
	background: #fff;
	z-index: 9995;
	position: relative;
	padding: 0 8px;
	margin: 0 0 0 10px;
}

.login_button {
	background: #FF8800;
	color: #fff;
	display: block;
	width: 100%;
	padding: 20px;
	font-family: Gotham Pro Medium;
	text-transform: uppercase;
	border-radius: 40px;
	box-shadow: 0px 0px 14px 0px #cfcfcf;
}

.block-form button,
.block-form submit,
.content button {
	background: #FF8800;
	color: #fff;
	display: block;
	width: 100%;
	padding: 20px;
	font-family: Gotham Pro Medium;
	text-transform: uppercase;
	border-radius: 40px;
	box-shadow: 0px 0px 14px 0px #cfcfcf;
}

.link-form{
	margin: 20px 0 0;
	padding: 0 15px;
	font-size: 13px;
	font-family: Gotham Pro Medium;
}

.link-form a{
	border-bottom: 1px dashed #628abc;
	color: #628abc;
}

.one-link-form{
	width: 50%;
	float: left;
	margin: 0;
}

.home-content-container{
	margin-top: 80px;
}

a.open{
	cursor: pointer;
}

a.open.active img{
	transform: rotate(180deg);
}

.open-text{
	display: none;
}

.open-text.active{
	display: block;
}

a.more{
	padding: 15px 40px;
	color: #3a3939;
	border: 1px solid #929292;
	border-radius: 40px;
}

.pr-img{
	width: calc(50% - 50px);
	position: absolute;
	right: 0;
}

.radio-area{
	padding: 0 0 1px;
	display: block;
}


.one-radio-area{
	width: auto;
	float: left;
}

.radio-area input{
	float: left;
	width: 16px;
	height: 16px;
}

.radio-area label{
	font-size: 13px;
	margin: 0;
	padding: 0 10px 0 5px;
	display: block;
	float: left;
}

button.no-active{
	background: #f0f1f5;
	color: #aaafb9;
	margin: 15px 0 0;
	box-shadow: none;
}

.file-block{
	width: 100%;
	font-size: 13px;
	color: #232323;
}

.file-block img{
	border-radius: 50%;
	float: left;
	width: 50px;
	box-shadow: 0px 0px 14px 0px #cfcfcf;
	margin: 0 15px 0 0;
}

.file-block span{
	display: block;
	padding-top: 8px;
}

.hidden{
	display: none;
}

.one-voz{
	width: 100%;
	clear: both;
	float: none;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.text-block-voz{
	width: 45%;
	float: left;
}

.img-block-voz{
	width: 55%;
	float: left;
}

.child-text-block-voz{
	position: relative;
	width: 485px;
	left: calc(50% - 155px);
}

.one-voz h2{
	font-family: Gotham Pro;
	font-weight: 300;
	padding: 0;
	font-size: 28px;
}

.one-voz.right-text .child-text-block-voz{
	position: relative;
	width: 485px;
	left: auto;
}

.one-voz ul{
	color: #FF8800;
}

.accordion-item{
	margin: 0;
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #dce4e6;
}

.ui-accordion-header{
	cursor: pointer;
	outline: none;
}

.ui-accordion-content{
	padding: 0;
	background: #fff;
}

.ui-accordion-content .ui-accordion-content{
	padding: 15px 0 15px 50px;
	background: #ecedef;
}

.portlet-placeholder{
	border: 1px dotted black;
	height: 50px;
}

.one-divider-icon{
	width: 40px;
	height: 40px;
	padding: 10px;
	text-align: center;
	background: #dce4e6;
	border-radius: 50%;
	float: left;
}

.one-divider-icon img.active{
	display: none;
}

.one-divider-content{
	font-size: 18px;
	width: calc(100% - 50px);
	margin: 0 0 0 10px;
	font-family: Gotham Pro Bold;
	float: right;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #2a2d33;
}

.one-divider-content span{
	font-family: Gotham Pro Light;
	color: #ff8800;
}

.accordion.accordion-child{
	margin-top: 15px;
}

.accordion.accordion-child .one-divider-icon{
	background: transparent;
}

.accordion.accordion-child .one-divider-content{
	font-size: 15px;
}

.accordion.accordion-child .one-divider-content .accordion-item{
	border-bottom: none;
}

.ui-accordion-header-active img.no-active{
	display: none;
}

.ui-accordion-header.ui-accordion-header-active img.active{
	display: inline-block;
}

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--thumbs{
	display: none!important;
}

.footer{
	background-image: url('/Content/images/bg-footer.png');
	background-size: cover;
	background-position: 50% 50%;
	color: #fff;
	font-family: Gotham Pro Light;
	padding: 15px 0;
	font-size: 13px;
}

.footer a{
	color: #fff;
}

.footer-right{
	text-align: right;
}

@media screen and (max-width: 1200px){

	.text-block-voz{
		width: 50%;
	}
	
	.img-block-voz{
		width: 50%;
	}
	
	.child-text-block-voz{
		width: 460px;
		left: calc(50% - 180px);
	}
	
}

@media screen and (max-width: 991px){

	.topmenu ul li{
		margin: 0 0 0 7px;
	}
	
	.topmenu ul li a{
		font-size: 12px;
		padding: 0 0 28px;
	}
	
	.text-block-voz{
		width: 50%;
	}
	
	.img-block-voz{
		width: 50%;
	}
	
	.child-text-block-voz,
	.one-voz.right-text .child-text-block-voz{
		width: 100%;
		left: auto;
		position: static;
		padding: 0 30px;
	}
	
}

@media screen and (max-width: 768px){

	.container{
		width: 100%;
		max-width: 100%;
	}
	
	.logo,
	.topmenu{
		display: block;
		height: auto;
	}
	
	.logo{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.close-menu{
		display: block;
		position: absolute;
		width: 30px;
		top: 10px;
		right: 15px;
		cursor: pointer;
	}
	
	.close-menu img.active-img,
	.close-menu.active img.no-active-img{
		display: none;
	}
	
	.close-menu.active img.active-img{
		display: block;
	}
	
	.topmenu{
		background: #fff;
		width: 100%;
		position: absolute;
		top: 53px;
		left: 0;
		padding: 10px 0;
		display: none;
		z-index: -1;
	}
	
	.topmenu.active{
		z-index: 9999;
		display: block;
	}
	
	.topmenu ul{
		display: block;
		height: auto;
		padding: 0;
	}
	
	.topmenu ul li{
		margin: 5px 15px;
	}
	
	.topmenu ul li a{
		font-size: 14px;
		display: inline-block;
		margin: 0;
		padding: 0 0 2px;
	}
	
	p{
		margin: 8px 0;
	}
	
	h2{
		font-size: 20px;
	}
	
	h3{
		font-size: 17px;
	}
	
	.one-divider-content{
		font-size: 15px;
	}
	
	.top-heading h1{
		font-size: 24px;
	}
	
	.home-heading:before{
		width: calc(100% - 30px);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 0 0;
		height: 200px;
		left: 15px;
		bottom: -60px;
	}
	
	.pr-img{
		position: static;
		width: 100%;
		
		display: none;
	}
	
	.block-form{
		padding: 15px;
	}
	
	.h-form{
		font-size: 20px;
		padding: 0 0 10px;
		margin: 0 0 15px;
	}
	
	.one-radio-area{
		float: none;
		width: 100%;
	}
	
	html,
	body{
		overflow-x: hidden;
	}
	
	table{
		display: block;
		/* width: 600px; */
		overflow-x: scroll;
	}
	
	table tr td{
		word-wrap: break-word;
		padding: 4px;
		font-size: 11px;
	}
	
	table tr td:nth-child(1){
		/* width: 300px; */
	}
	
	table tr:nth-child(1) td:nth-child(2),
	table tr:nth-child(1) td:nth-child(3),
	table tr:nth-child(1) td:nth-child(4){
		font-size: 11px;
		width: 50px;
		margin: 2px;
		border: 2px solid #fff;
	}
	
	table tr td:nth-child(2),
	table tr td:nth-child(3),
	table tr td:nth-child(4){
		font-size: 11px;
		width: 100px;
		margin: 2px;
		border: 2px solid #fff;
	}
	
	table tr:last-child td:nth-child(2),
	table tr:last-child td:nth-child(3),
	table tr:last-child td:nth-child(4){
		width: 50px;
		font-size: 11px;
	}
	
	.one-voz{
		display: block;
		padding: 30px 0 0;
	}
	
	.text-block-voz,
	.img-block-voz{
		width: 100%;
	}
	
	.child-text-block-voz,
	.one-voz.right-text .child-text-block-voz{
		padding: 0 15px;
	}
	
	.one-voz h2{
		font-size: 22px;
	}
	
	.one-voz.right-text{
		display: flex;
		flex-wrap: wrap;
	}
	
	.one-voz.right-text .text-block-voz{
		order: 1;
		display: block;
		width: 100%;
	}
	
	.one-voz.right-text .img-block-voz{
		order: 2;
		display: block;
		width: 100%;
	}
	
	.footer,
	.footer .footer-right{
		text-align: left;
	}
	
	.footer .col-xl-6{
		width: 100%;
		display: block;
		flex: 0 0 100%;
		margin: 7px 0;
		max-width: 100%;
	}
	
}
