html, body, div, span, object, iframe, img, strong, b, u, i,table,tbody, tfoot, thead,td,th,tr
form, label, legend{margin:0; padding:0; border:0; vertical-align:baseline; background:transparent;}
input:focus, select:focus, textarea:focus {outline:none}
table,td,th,tr {border-collapse:collapse; border-spacing:0;}
html, body{width:100%; height: 100%;}
input, select, textarea {font-family: 'Arial', sans-serif;font-weight:normal;}
input[type="button"]{cursor: pointer}
.clear{clear:both; font-size:0;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
html>body .clearfix {display:block;}
.clearfix {display:inline-block;}
/*\*/
* html .clearfix {height: 1%;}
/**/

h1,h2,h3,h4,p {
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	position: relative;
	line-height: 1;
	color: rgb(0,48,91);
}
.container {
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
#header {
	padding: 15px 0; 
	background: #fff;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999999;
	border-bottom: 1px solid rgba(234,244,246,1)

}
#logo-block-link {
	display: block;
	text-decoration: none;
	outline: none;
}
.logo-block{
	float: left;
	vertical-align: middle;
}
.logo-img-wrap{
	max-width: 58px;
	max-height: 56px;
	vertical-align: middle;
	font-size: 0;
	display: inline-block;
	margin-right: 10px;
	display: inline-block;
}
.logo-img-wrap img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%
}
.logo-txt {
	display: inline-block;
	font-family: cinzel,serif; 
	text-transform: uppercase;
	color: rgb(0,48,91);
	vertical-align: middle;
}
.logo-txt h2 {
	font-weight: 500;
	font-size: 16px;
}
h2.logo-txt-name {
	font-size: 30px;
	font-weight: 600;
	text-align: justify;
}
.nav-bar{
	font-size: 0;
	float: right;
	padding: 8px 0 0 0;
}
.nav-item{
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
	padding: 5px 8px;
	color: rgb(15,76,113);
	border-left: 1px solid rgba(131, 183, 230, 0.51);
}
.nav-item:first-child{
	border-left: none;
}
.nav-item:hover,
.nav-item-active{
	color: #fff;
	background: rgba(131, 183, 230, 1);
}
#mobile-menu {
	width: 64px;
	height: 61px;
	background: rgba(42, 168, 193,0.8) url("../images/mobile-icon.png") 50% no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	cursor: pointer;
	border-radius: 1px;
}


#slider-block {
	/*min-height: 500px;*/
	background: #fff url('../images/bg-buildings.webp') 50% 50% no-repeat fixed;
	background-size: cover;
	color: #fff;
	position: relative;
	padding: 130px 0;
}
#slider-block:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(16,52,90,0.4);
}
#slider-block:after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 60%;
	bottom: 0;
	background: rgba(16,52,90,0.65);
}
#slider-block h1 {
	font-size: 42px;
	margin: 0 0 60px;
	text-transform: uppercase;
	z-index: 99999;
	position: relative;
}
.logo-txt h3 q,
#slider-block h1 q {
	quotes: "\00ab" "\00bb";
}
#slider-block p {
	z-index: 99999;
	position: relative;
	font-size: 18px;
	max-width: 350px;
	margin: 0 0 40px;
}


.fields {
	position: relative;
	padding: 30px 0;
}

.fields:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 60%;
	bottom: 0;
	background: rgba(234,244,246,1);
}
#fields-block .fields-title {
	float: left;
	width: 40%;
	box-sizing: border-box;
}
h3.title-content {
	font-size: 42px;
	text-transform: uppercase;
	font-weight: 400;
}
h3.title-content span {
	font-weight: 700;
}
.fields-item-wrap {
	float: right;
	width: 60%;
	padding: 0 10px 0 20px;
	box-sizing: border-box;
}
.fields-elem {
	max-width: 45%;
	margin-bottom: 35px;
}
.fields-elem .fields-elem-title {
	font-size: 20px;
	margin-bottom: 18px;
	position: relative;
	padding-left: 30px;
	text-transform: uppercase;
}
.fields-elem .fields-elem-title:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	left: 0;
	background: rgba(0,48,91,0.55);
}
.fields-elem .fields-elem-txt {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding-left: 30px;
}
.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }

.flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

@-moz-document url-prefix() {
.flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
    }

}

.aboutUs {
	background: rgba(0,48,91,0.85);
	color: #fff;
	padding: 70px 10px;
	font-family: "Roboto", sans-serif;
}
.aboutUs .aboutUs-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-size: 20px;
}
.aboutUs .aboutUs-par {
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 25px;
}
.aboutUs .aboutUs-par:last-child{
	margin-bottom: 0;
}

#banner {
	background: #fff url('../images/bg-people-banner.webp') 50% 50% no-repeat fixed;
	background-size: cover;
	padding: 250px 0;
}


#lawyers-block {
	background: rgba(234,244,246,1);
	padding: 35px 0; 
}
#lawyers-block .title-content {
	text-align: center;
	margin-bottom: 60px;
}
.lawyers-flex-item {
	max-width: 195px;
	text-align: center;
}
.lawyers-flex-item .lawyers-img-wrap {
	max-width: 100%;
	margin: 0 auto 30px;
}
.lawyers-flex-item .lawyers-img-wrap img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 222px;
	margin: auto;
	vertical-align: top;
}
.lawyers-flex-item .laweyrs-item-text {
	text-transform: uppercase;
	font-size: 15px;
	padding: 0 0 25px;
	border-bottom: 1px solid rgb(55,125,189);
	margin-bottom: 20px;
}
.lawyers-flex-item .laweyrs-item-text .lawyers-item-name {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
}
.lawyers-flex-item .laweyrs-item-text .lawyers-item-position {
	color: rgb(55,125,189);
}
.lawyers-flex-item .lawyers-item-footer {
	font-size: 16px;
}
.lawyers-flex-item .lawyers-item-footer p {
	margin-bottom: 10px;
}
.lawyers-flex-item .lawyers-item-footer p a {
	text-decoration: none;
	color: inherit;
}
.lawyers-flex-item .lawyers-item-footer p a:hover {
	text-decoration: underline;
}
#lawyers-block .lawyers-flex-wrap.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


#footer {
	background: url('../images/bg-footer-cover.png') 50% no-repeat fixed;
	position: relative;
	color: #fff;
	padding: 130px 0;
}
#footer:before{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(25, 80, 131, 0.84);
}
#footer:after{
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 60%;
	bottom: 0;
	background: rgba(0,48,91,0.55);
}
.footer-title {
	float: left;
	width: 40%;
	position: relative;
	z-index: 3;
}
#footer .address {
	float: right;
	width: 60%;
	box-sizing: border-box;
}
#footer .address h3{
	font-size: 22px;
	margin-bottom: 20px;
}
#footer .address h3 span {
	font-weight: 400;
}
#footer p {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 5px;
}
#footer p a {
	text-decoration: none;
	color: inherit;
}
#footer .address-phone.address-phone-mobile {
	text-indent: 5.9em;
}
#footer .address-form-txt {
	margin-top: 15px;
	margin-bottom: 15px;
}
#footer .social-icons {
	padding-top: 8px;
}
#footer .social-icons a {
	display: inline-block;
	margin-right: 12px;
}
#footer .address-email img {
	vertical-align: middle;
}
#footer .form-block{
	max-width: 605px;
}
#footer .form-block .input-wrap {
	width: 50%;
	height: 30px;
	max-width: 300px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
#footer .form-block .input-wrap input,
#footer .form-block .input-wrap textarea {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: none;
	font-size: 15px;
	padding: 5px;
}
#footer .form-block .input-wrap.textarea-wrap {
	max-height: 100px;
	height: 100px;
	/*width: 50%;*/
	float: right;
}
#footer .form-block .input-wrap textarea {
	resize: none;
}
#footer .form-block .input-wrap input::-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap input::-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap input:-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap input:-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap input:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap input:focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap input:focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap input:focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease; font-family: 'Open Sans'; font-size: 15px;}
#footer .form-block .input-wrap.submit-wrap {
	width: 100%;
	max-width: inherit;
	background: rgba(65, 183, 196, 1);
}
#footer .form-block .input-wrap.submit-wrap input {
	background: transparent;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
input.form-wrong-entry::-webkit-input-placeholder, textarea.form-wrong-entry::-webkit-input-placeholder       {color: red;font-weight: 600;}
input.form-wrong-entry::-moz-placeholder, textarea.form-wrong-entry::-moz-placeholder                {color: red;font-weight: 600;}
input.form-wrong-entry:-moz-placeholder, textarea.form-wrong-entry:-moz-placeholder                 {color: red;font-weight: 600;}
input.form-wrong-entry:-ms-input-placeholder, textarea.form-wrong-entry:-ms-input-placeholder            {color: red;font-weight: 600;}
input.form-wrong-entry:focus::-webkit-input-placeholder, textarea.form-wrong-entry:focus::-webkit-input-placeholder {color: red;font-weight: 600;}
input.form-wrong-entry:focus::-moz-placeholder, textarea.form-wrong-entry:focus::-moz-placeholder          {color: red;font-weight: 600;}
input.form-wrong-entry:focus:-moz-placeholder, textarea.form-wrong-entry:focus:-moz-placeholder           {color: red;font-weight: 600;}
input.form-wrong-entry:focus:-ms-input-placeholder, textarea.form-wrong-entry:focus:-ms-input-placeholder     {color: red;font-weight: 600;}



#bottom-line {
	background: rgba(0,48,91,1);
	padding: 20px 0;
	text-align: center;
}

#bottom-line a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 30px 5px 0;
	background: transparent url('../images/arrowToUp.png') 50% 0 no-repeat;
}
#modalBlock{
	width: 250px; 
	height: 140px; /* Рaзмеры дoлжны быть фиксирoвaны */
	border-radius: 3px;
	border: 2px solid rgba(44, 100, 152, 0.92);
	background: #fff;
	position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
	top: 45%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
	left: 50%; /* пoлoвинa экрaнa слевa */
	margin-top: -150px;
	margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
	display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
	opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
	z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
	padding: 50px 10px 20px;
	box-sizing: border-box;
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#modalBlock #modalClose {
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: rgba(131, 183, 230, 1) url('../images/ic-modal-close.png') 50% no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border-radius: 50%;
	padding: 10px;
	border: 2px solid #fff;
	box-sizing: border-box;
}
#modalBlock #modalContent {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
}
/* Пoдлoжкa */
#modalOverlay {
	z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
	position:fixed; /* всегдa перекрывaет весь сaйт */
	background-color: rgba(0, 48, 91,0.9); 
	/*filter:alpha(opacity=90);*/
	width:100%; 
	height:100%; /* рaзмерoм вo весь экрaн */
	top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
	left:0;
	cursor:pointer;
	display:none; /* в oбычнoм сoстoянии её нет) */
}
