* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	outline-style: none;
}

li {
	list-style: none;
}

a {
	border: none;
	text-decoration: none;
}

a img {
	border: none;
}

* {
	margin: 0px;
	padding: 0px;
}

body {
	width: 100%;
	font-size: 18px;
	background-color: #ffffff;
	color: #4a4949;
	font-family: Roboto;
	font-size: 14px;
}

img {
	vertical-align: middle;
}

:focus {
	outline: none;
}

button:hover {
	cursor: pointer;
	opacity: 0.8;
}

.content {
	width: 1190px;
	margin: 0px auto;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

footer {
	height: 400px;
	box-shadow: 0px 0px 10px 1px rgb(235, 235, 235);
	margin-top: 50px;
	position: relative;
	border-top: 1px solid rgb(227, 227, 232);
}

footer .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
}

.masthead {
	padding: 10px 0px;
	position: fixed;
	width: 100%;
	height: 60px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 0px 0px 1px rgb(249, 249, 249);
	z-index: 2;
}

.masthead .content {
	justify-content: space-between;
}

.logo {
	width: 15%;
}

.logo img {
	width: 80%;
}

nav {
	width: 50%;
}

nav .menu {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

nav .menu a {
	color: #176ba9;
	font-weight: 500;
	font-size: 14px;
}

nav .menu a:hover {
	color: #515151;
}

.banner {
	height: 100vh;
	background: url(images/fon2.jpg) no-repeat;
	background-size: contain;
	background-position: left bottom;
	display: flex;
	align-items: center;
	padding-top: 60px;
	box-shadow: 0px 0px 10px 1px rgb(235, 235, 235);
}

.banner .content {
	justify-content: space-between;
}

.banner .left {
	width: 40%;
	display: inline-flex;
}

.banner .left img {
	max-width: 80%;
	height: 80vh;
}

.banner .right {
    text-align: right;
    width: 55%
}

.banner .right h1 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}

.banner .right h1 span {
	color: #176ba9;
	font-weight: 700;
}

.banner .right h2 {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
}

.banner .right h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 40px 0px
}

.banner .right a {
	display: inline-flex;
	width: 200px;
	align-items: center;
	justify-content: center;
	height: 50px;
	border: 1px solid #176ba9;
	margin: 0px 0px 0px 20px;
	color: #176ba9;
	font-weight: 500;
	font-size: 14px;
	transition: 0.2s linear;
}

.banner .right a:hover {
	background: whitesmoke;
}

article {
	padding-top: 40px
}

article .content {
	flex-direction: column;
}

article h2 {
    font-size: 25px;
    font-weight: 400;
    padding: 40px 0px;
    color: #176ba9;
    text-align: center;
    width: 100%;
}

article p {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px
}

article .img_cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

article .img_cont .p {
	width: 70%
}

article .img_cont .img {
	width: 20%
}

article .img_cont .img img {
	width: 100%;
}

article h2 span {
	display: block;
	font-size: 16px
}

article .blocks {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

article .blocks .block {
	display: inline-flex;
	width: 100%;
	font-weight: 400;
	align-items: center;
	margin-bottom: 10px;
}

article .blocks .block h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: left;
	display: inline-flex;
}

article .cont_img {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
	/* margin: 40px 0px; */
}

article h4 {
	color: #176ba9;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	width: 100%;
	margin-bottom: 10px
}

article h4 span {
	font-size: 16px;
	font-weight: 400;
	display: block;
}

article .list {
	width: 100%;
	margin-bottom: 30px
}

article .list li {
	font-size: 14px;
	font-weight: 400;
	padding-left: 20px;
	position: relative;
}

article .list li:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	margin-top: 7px;
	background: #176ba9;
	border-radius: 50%;
}

article .list h3 {
	display: inline-flex;
	padding-right: 5px;
}

article .uzi {
	width: 60%;
}

article .uzi img {
	width: 100%;
}


article .cont_img .right {
	width: 35%;
}

article .cont_img .right img {
	width: 100%;
}

article .blocks .block .block_img {
	width: 20%
}

article .blocks .block .block_img img {
	width: 100%
}

article .blocks .block .block_cont {
	width: 78%;
	padding-left: 2%;
}

.blocks2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.blocks2 .block {
	width: 24%;
	display: inline-flex;
	flex-direction: column;
}

.blocks2 .block .dat {
	width: 100%;
	height: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.blocks2 .block .dat img {
	width: auto;
	height: 150px
}

.blocks2 .block img {
	width: 100%;
}

.blocks2 h5 {
	text-align: center;
	margin: 7px 0px 20px 0px;
	font-size: 15px;
	font-weight: 500;
}

.blocks2 .block p {
	font-weight: 500;
	font-size: 15px
}

.blocks2 .block span {
	font-weight: 400;
	font-size: 13px;
	padding-left: 20px;
	position: relative;
}

.blocks2 .block span:before {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	margin-top: 7px;
	background: #176ba9;
	border-radius: 50%;
}

.blocks2.dat .block img {
	height: 200px;
	width: auto;
}

footer .fot_contact {
	position: absolute;
	width: 300px;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

footer .fot_contact p {
	font-size: 20px;
	font-weight: 600;
}

footer .fot_contact div {
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px
}

.debug {
	height: 30px;
	background: #4a4949;
	position: relative;
	z-index: 3;
	color: #ffffff;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.aboutus2 {
	border-top: 4px solid #2976af;
	background: url(images/fon2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	margin-top: -1px;
	width: 100%;
	margin-top: 50px;
}

.aboutus2 .so-panel {
	display: flex;
}

.block4_box {
	color: #2976af;
	text-align: center;
	padding-left: 28%;
	flex-direction: column;
	padding: 30px 0px 30px 0;
	/* background-image: url(https://uzi-mindray.com/wp-content/themes/kolibri/images/face.png); */
	/* background-repeat: no-repeat; */
	/* background-size: auto 215px; */
	/* background-position: 8% bottom; */
	width: 70%;
}

.block4_box > h3 {
	font-size: 47px;
	line-height: 1;
	padding: 10px 0;
}

.block4_box > h3 span {
	color: #2976af;
}

.block4_box > h6 {
	font-size: 20px;
	line-height: 1.2;
}

.block4_box > h6 span {
	font-size: 45px;
}
 
.block4_box .callme_form p {
	width:100%;
	display: flex;
	text-align:center;
	margin:20px 0 30px;
	justify-content: space-between;
}

.block4_box .callme_form p span {
	width: 30%;
	display: inline-flex;
}

.block4_box .callme_form p span input {
	border: 2px solid #2976af;
	background:none;
	padding: 0px 20px;
	height:42px;
	color:#333333;
	font-size: 14px;
	/* border-radius:30px; */
	width: 100%;
	font-weight: 300;
	font-family: Roboto;
}

.block4_box .callme_form p span textarea {
	border:1px solid #dbdee5;
	background:none;
	padding: 10px 20px;
	height:80px;
	color:#333333;
	font-size: 15px;
	border-radius:20px;
	width: 100%;
}

.block4_box .callme_form p input[type="submit"] {
	background: #e50e8f;
	font-size: 14px;
	width: 36%;
	text-transform:uppercase;
	color: #ffffff;
	cursor:pointer;
	/* border-radius: 30px; */
	border: none;
	transition: 0.5s all ease;
	height: 42px;
	font-family: Roboto;
} 

.block4_box .callme_form p input[type="submit"]:hover {
	background: #4a4949;
	color: #ffffff;
}

#city, #region, #country,
#city1, #region1, #country1,
.city, .region, .country {
	display: none !important;
}