.text-primary {
	color: #1E4EAC!important;
}
.wrapper-main {
	min-height: 90vh;
	min-height: calc(100vh - 110px - 170px);
}
.header {
	font-family: 'Ubuntu', sans-serif!important;
}
#main-nav.navbar-dark {
	background-color: #233f8d;
}
#main-nav .navbar-nav {
	justify-content: space-around;
	width: 100%;
}
#main-nav .nav-link {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
#main-nav .dropdown-item.active, 
#main-nav .dropdown-item:active {
	background-color: #233f8d;
}
#main-nav .dropdown-menu {
	border-radius: 0;
}
.header .row-logo {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.header .navbar-toggler {
	border: 0;
	padding: 0;
	margin-right: 3rem;
}
.header .navbar-toggler:focus,
.header .dropdown-toggle:focus {
	outline: 0;
}
.header .navbar-brand {
	margin-right: 0;
}
.header p {
	font-weight: 400;
	font-size: .875rem;
	line-height: 1.3;
	color: #777;
	margin-bottom: 0;
}
.header p.tel {
	font-size: 1.1rem;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
.header .tel a {
	color: #1E4EAC;
}
.header .tel a:hover {
	color: #000;
}
.header .mail a {
	color: #4181e3;
}
.header .col-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .social p {}
.header .social .fa {
	font-size: 2.5rem;
	color: #25D366;
}
.header .social .fa:hover {
	color: #075E54;
}
.header .callback {}
.header .callback .btn {
	border: 1px solid #1E4EAC;
	border-radius: 0;
	color: #1E4EAC;
	font-size: 1rem;
	font-weight: 400;
}
.header .callback .btn:hover {
	background-color: #4181e3;
	color: #fff;
}
.header .callback .btn:focus {
	box-shadow: none;
}
.header .navbar-nav {
	min-width: 292px;
}
.header ul.navbar-nav {
	padding-top: 1rem;
    padding-bottom: 1.5rem;
}
.header .navbar-nav a {
	font-size: 1rem;
	font-weight: 400;
    color: #454545;
}
.header .navbar-nav .menu-icon {
	padding-right: 1rem;
	margin-right: .75rem;
	border-right: 1px solid rgba(69, 69, 69, 0.2);
}
.header .navbar-nav .main-menu li:focus,
.header .navbar-nav .main-menu li:active:focus {
	outline: 0;
}
.header .navbar-nav .main-menu>li {
	padding-left: 1.5rem;
}
.header .navbar-nav .main-menu>li:hover>a {
	color: #1E4EAC;
	font-weight: 500;
}
.header .navbar-nav .main-menu li.menu-external {
	background-image: url('../images/menu-icon-07.png');
	background-repeat: no-repeat;
	background-position: left 1.5rem top .75rem;
	padding-left: 4.15rem;
	padding-top: .5rem;
}
.header .navbar-nav .main-menu li.menu-external div {
	border-left: 1px solid rgba(69, 69, 69, 0.2);
	padding-left: .75rem;
}
.header .navbar-nav .main-menu li.menu-external div p {
	font-size: 1rem;
    font-weight: 400;
    color: #454545;
}
.header .navbar-nav .main-menu li.menu-external div p.first {
	margin-bottom: .5rem;
}
.header .navbar-nav .main-menu li.menu-external div p a {
	font-size: .9rem;
	font-weight: 300;
	color: #1E4EAC;
	padding: 0;
}
.header .navbar-nav .main-menu li.menu-external div p a:hover {
	font-weight: 500;
}
.header .navbar-nav .dropright .dropdown-toggle::after {
	display: none;
}
.header .navbar-nav .dropright .dropdown-toggle {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
	background-repeat: no-repeat;
	background-position: center right 1rem;
	background-size: 22px;
}	
.header .navbar-nav .dropdown-menu {
	min-width: 819px;
	border-radius: 0;
	margin-left: 0;
	padding-top: .75rem;
	border: 1px solid #eee;
}
.header .navbar-nav .dropdown-menu.show {
    top: -1rem!important;
}
.header .navbar-nav .dropdown-menu ul {
	list-style-type: none;
	padding: 0;
	border-left: 1px solid rgba(69, 69, 69, 0.2);
    margin-left: 2rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.header .navbar-nav .dropdown-menu ul.last {
	margin-bottom: 1rem;
}
.header .navbar-nav .dropdown-menu p {
	margin-top: 1rem;
	margin-bottom: .5rem;
	padding-left: 1rem;
	color: #6E93D0;
	font-size: .9rem;
}
.header .navbar-nav .dropdown-menu .dropdown-item {
	padding-left: 1rem;
	white-space: inherit;
	padding-top: 0;
}
.header .navbar-nav .dropdown-menu .dropdown-item:focus, 
.header .navbar-nav .dropdown-menu .dropdown-item:hover {
	color: #1E4EAC;
	background-color: inherit;
	font-weight: 500;
}
.header .overlay {
	background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 1000;
}
.header .navbar-canvas {
	position: absolute;
	z-index: 1100;
	background-color: #fff!important;
}
.header .navbar-row {
	position: absolute;
}
.header .navbar-toggler .menu-icon-close {
	display: none;
}
@media (max-width: 1199px) {
	.header .navbar-nav .dropdown-menu {
	    min-width: 638px;
	}
	.header .navbar-toggler {
		margin-right: 1rem;
	}
}
@media (max-width: 991px) {
	.header .overlay {
		display: none;
	}
	.header .time,
	.header .callback {
		display: none;
	}
	.header .navbar-nav a {
		font-size: 1rem;
		font-weight: 400;
	}
	.header .navbar-nav .dropdown-menu {
		position: inherit!important;
		left: inherit!important;
		top: inherit!important;
		min-width: inherit;
		transform: none!important;
		border: 0;
		padding-left: 0;
		padding-top: 0;
		padding-right: 1rem;
	}
	.header .navbar-nav .dropdown-menu .dropdown-item {
		padding-left: 1rem;
		line-height: 1.2;
		padding-bottom: .25rem;
		padding-top: .25rem;
	}
	.header .navbar-nav .dropright .dropdown-toggle {
    	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' clip-rule='evenodd'/></svg>");
    	background-position: right .5rem center;
	}
	.header .navbar-nav .dropright.show .dropdown-toggle {
    	background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z' clip-rule='evenodd'/></svg>");
	}
	.header .navbar-nav .dropdown-menu p {
		margin-top: .5rem;
		padding-left: .5rem;
	}
	.header .navbar-nav {
		min-width: 450px;
		border: 1px solid #eee;
	}
	.header .navbar-nav .dropdown-menu.show {
		top: inherit!important;
	}
	.header .navbar-nav .dropdown-menu ul {
	    border-left: 0;
    	margin-left: 0;
	    margin-bottom: 1rem;
	}
}
@media (max-width: 767px) {
	.header .row-logo {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.header .col-logo {
		display: flex;
	}
	.header p {
		font-size: .8rem;
	}
	.header .navbar-brand {
		flex-grow: 1;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.header p {
		font-size: .75rem;
	}		
	.header .navbar-nav {
		min-width: 370px;
	}
}
@media (max-width: 480px) {
	.header .navbar-nav {
		min-width: 340px;
	}
}
@media (max-width: 380px) {
	.header .navbar-nav {
		min-width: 320px;
	}	
	.header .social {
		display: none;
	}
}
@media (max-width: 340px) {
	.header p {
		font-size: .65rem;
	}
	.header .tel a span {
		font-size: 1.1rem;
	}
	.header .navbar-nav {
		min-width: 310px;
	}
	.header .navbar-nav .main-menu>li {
    	padding-left: 1rem;
	}
	.header .navbar-nav .main-menu li.menu-external {
	    background-position: left 1rem top .75rem;
	    padding-left: 3.6rem;
	}	
}
@media (max-width: 320px) {
	.header .navbar-nav {
		min-width: 300px;
	}
}



a:target {
	display: block;
	position: relative;
	top: -120px; 
	visibility: hidden;
}





.home .col-title h2 {
	font-size: 2.1rem!important;
}


.home .credence .col-title {
	text-align: center;
}
.home .credence .col-item {
	margin-bottom: 1.5rem;
	text-align: center;
}
.home .credence .col-item img {
	max-width: 100px;
	max-height: 75px;
}



.home .slider-one .canvas {
	position: relative;
	width: 100%;
	height: 100%;
}	
.home .slider-one .item-bg {
	background: #ccc;
	background-image: url('/wp-content/uploads/2024/03/slider_1400.jpg');
	/* background-image: url('/wp-content/uploads/2024/03/slider_1400.jpg'), linear-gradient(90deg, rgba(0,0,0,.5) 30%, rgba(255,255,255,0) 50%); */
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-position: bottom center;
	background-size: cover;
	background-blend-mode: multiply;
}
.home .slider-one .caption {
	padding-top: 8rem;
	padding-bottom: 7rem;
	padding-left: 2rem;
	padding-right: 2rem;
}
.home .slider-one .caption .col-item {
	margin-bottom: 1.5rem;
}
.home .slider-one .caption p {
	margin-bottom: 0;
	font-size: 1.25rem;
	font-weight: 600;
	color: #fff;
	width: 100%;
}
.home .slider-one .caption .canvas {
	min-height: 200px;
	height: 100%;
	display: flex;
	align-items: center;
	background-color: rgba(0,0,0,0.5);
	padding: 1rem;
	text-align: center;
}






/* nums - second section */
.home .nums {
/*	background-color: #D9EFFF;  */
	padding-top: 8rem;
    padding-bottom: 4rem;
    margin-top: 0rem;
}
.home .nums .col-item {
	text-align: left;
}
.home .nums h3 {
	color: #1E4EAC;
	font-weight: 700;
	font-size: 1.875rem;
}
.home .nums h3 span {
	font-size: 2.5rem;
}
.home .nums p {
	font-size: 1.25rem;
	font-weight: 400;
}
.home .nums-bottom {
	margin-top: 4rem;
	padding-top: 4rem;
}
.home .nums-bottom .col-item {
	margin-bottom: 1.5rem;
}
.home .nums-bottom .canvas {
	padding: 1rem;
	background-color: rgb(30 78 172 / 20%);
	height: 100%;
	min-height: 120px;
	display: flex;
	align-items: center;
	border: 1px solid #1E4EAC;
}
.home .nums-bottom .col-item p {
	font-size: 1rem;
	margin-bottom: 0;
}



.home .catalog {
	margin-top: 4rem;
}
.home .catalog .col-item {
	margin-bottom: 2rem;
}
.home .catalog .row-content {
	margin-top: 3rem;
}
.home .catalog .col-item .notched {
	overflow: hidden;
}
.home .catalog .col-item img {
	transition: all .15s ease-in;
}
.home .catalog .col-item:hover img {
	transform: scale(1.05);
}
.home .catalog .col-item .caption {
	position: absolute;
    bottom: 0;
    top: inherit;
    text-align: left;
    padding: .9rem 0 .9rem .7rem;
    width: 91.5%;
    width: calc(100% - 30px);
    background: rgba(211, 235, 253, 0.7);
    backdrop-filter: blur(10px);	
}
.home .catalog .col-item .caption h4 {
	font-size: 1.4rem;
	margin-bottom: 0;
}


.home .callback .btn {
	border: 1px solid #1E4EAC;
	border-radius: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	background-color: #4181e3;
}
.home .callback .btn:hover {
	background-color: #ffffff;
	color: #1E4EAC;
}
.home .callback .btn:focus {
	box-shadow: none;
}



.callback .btn {
	border: 1px solid #1E4EAC;
	border-radius: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 400;
	background-color: #4181e3;
}
.callback .btn:hover {
	background-color: #ffffff;
	color: #1E4EAC;
}
.callback .btn:focus {
	box-shadow: none;
}





.home .about {
	margin-top: 4rem;
}
.home .about .col-title h2 {
	text-align: left;
	margin-bottom: .5rem;
}
.home .about .row-content {
	margin-top: 3rem;
}
.home .about .row-content h3 {
	text-align: center;
	font-size: 1.56rem;
	text-transform: uppercase;
	color: #1E4EAC;
	font-weight: 400;	
}
.home .about .col-img,
.home .about .col-text {
	margin-bottom: 1.5rem;
}
.home .about .canvas {
	background-color: #233f8d;
	padding: 2rem;
}

.home .about .canvas p {
	color: #fff;
}
.home .about .canvas p.subtitle {
	font-size: 1.2rem;
	text-transform: uppercase;
}
.home .about .canvas p:last-child {
	margin-bottom: 0;
}

.home .about .canvas2 {
	background-color: #D9EFFF;
	padding: 2rem;
}


.home .about .canvas2 p {
	color: #000;
    font-size: 1.1rem;
    font-weight: 400;
}

.home .about .canvas2 p.subtitle {
	font-size: 1.2rem;
	text-transform: uppercase;
}
.home .about .canvas2 p:last-child {
	margin-bottom: 2em;
}

.home .about .canvas2 h3 {
    color: #1E4EAC;
    font-weight: 700;
    font-size: 1.875rem;
}




.home .about .col-cert {
	text-align: center;
}
.home .about .col-cert img {
	max-width: 100px;
	height: auto;
}


.home .instagram h2 {
	text-align: left;
}
.home .instagram .row-content {
	margin-top: 2rem;
}
.home .vendors h2 {
	text-align: left;
}
.home .vendors .row-content {
	margin-top: 2rem;
}



.page .entry-header h1 {
	margin-bottom: 3rem;
	font-weight: 400;
    font-size: 2.2rem;
}


/* breadcrumb */
.breadcrumb {
	background-color: inherit;
	color: #999;
	margin-bottom: 0;
}
.breadcrumb a {
	color: #1E4EAC;
}


/* projects*/

.project-item h3 {
	font-size: 1.4rem;
	color: #1E4EAC!important;
}
.project-item h4 {
	font-size: 1.2rem;
	text-align: center;
	color: #1E4EAC!important;
}

.project-item .slide-title i {
	position: absolute;
    right: -.25rem;	
}


.page .contacts .col-item {
	margin-bottom: 1.5rem;
}
.page .contacts h4 {
	font-size: 1.2rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.page .contacts h4:first-child {
	margin-top: 0;
}
.page .contacts p {
	margin-bottom: 0;
}
.page .contacts p a {
	color: #1E4EAC;
}


/* footer */
.footer {
	background-color: #2c2c2c;
	color: #fff;
    padding-bottom: .5rem;
}
.footer .col-logo img {
	max-height: 30px;
}
.footer p, .footer p a {
    color: rgba(255,255,255,.5);
    font-size: .8rem;
}
.footer p a:hover {
	color: rgba(255,255,255,.75);
}
.footer p.about {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0;
}
.footer .col-menu {
    
}

/* forms */
.form-control {
    border-radius: 0!important;
}
.form-control:focus {
    box-shadow: none!important;
    border-color: #1E4EAC!important;
}
.form-control:active:focus {
    box-shadow: none!important;
    border-color: #1E4EAC!important;
}
.wpcf7 {
	max-width: 100%;
}
.wpcf7-form-control.btn {
    background-color: #1E4EAC!important;
    color: #fff!important;
	border: 0!important;
	border-radius: 0!important;
}
.wpcf7-form-control.btn:hover {
    color: #fff!important;
    background-color: #777!important;
    border: 0!important;  
}
.wpcf7-form-control.btn:focus {
    box-shadow: none!important;
}
.wpcf7-form-control.btn:active:focus {
    color: #fff!important;
    background-color: #1E4EAC!important;
}
.wpcf7-response-output {
    height: auto!important;
    margin: 0!important;
    border-radius: 0!important;
}
.wpcf7-acceptance {
    font-size: .8rem;
    line-height: 1.2rem;
}
.wpcf7-list-item {
	margin: 1rem 0 0 1.3rem;
}
.wpcf7-acceptance a {
	color: #1E4EAC;
}
.wpcf7-file {
    border: 0!important;
}
.wpcf7-spinner {
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}



@media (max-width: 1199px) {
}
@media (max-width: 991px) {
	.home .slider-one .caption {
		padding: 2rem 1rem;
	}
	.home .nums h3 {
		margin-bottom: 0;
	}
	.home .nums .col-item {
		margin-bottom: 1.5rem;
	}
	.home .catalog .col-item .caption {
		padding: .75rem 1rem .75rem .3rem;
	}
	.home .catalog .col-item .caption h4 {
		font-size: 1.25rem;
		line-height: 1;
	}
	.home .about .row-content.row-second {
		margin-top: 0;
	}
	.home .about .col-img {
		margin-bottom: 2rem;
	}
	.footer .col-tel {
		margin-top: 1.5rem;
	}
}
@media (max-width: 767px) {}
@media (max-width: 575px) {
	.home .slider-one .caption .canvas {
		min-height: 100px;
	}
	.home .nums {
		margin-top: 0;
	    padding-top: 2rem;
	    padding-bottom: 2rem;
	}
	.home .nums .col-item {
    	text-align: center;
	}
	.footer .col-menu {
		margin-top: 1.5rem;
	}
}
@media (max-width: 430px) {
	.home .row-title .col-title h2 {
    	font-size: 1.5rem!important;
	    margin-bottom: 0;
    	padding-right: 2.5rem;
    	line-height: 1;
	}
	.home .row-title {
	    background: linear-gradient(45deg, #D9EFFF 93%, rgba(255,255,255,0) 93%);
	    padding-bottom: 0;
	    padding-top: 0;
	    min-height: 28px;
	    line-height: 1;
	}	
	.home .catalog .col-item .caption h4 {
		font-size: 1.2rem;
	}
	.home .about p {
		font-size: 1rem;
	}
}	
@media (max-width: 400px) {
	.home .nums {
	    padding-top: 20rem;
	}
	.home .catalog .col-6 {
		-webkit-box-flex: 0;
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
}
@media (max-width: 380px) {}	
@media (max-width: 340px) {}
@media (max-width: 320px) {}
.grecaptcha-badge {
	visibility: hidden;
}

.entry-content p
{
  text-align: justify;
}
