html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: rgb(0,101,145);
}
/* default font size */
.fa {
	font-size: 16px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 23px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
    /* color: rgb(0,101,145); */
}
a:hover {
	text-decoration: none;
	color:inherit;
}
.btnzvonok {
    color: rgb(251 251 251);
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #939292;

	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #fff;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #eee;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 5px 0 5px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #eee;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #eee;
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #eee;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(255, 255, 255, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {    width: 100%;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #fff;
	border-top: 1px solid #ddd;
	color: #333;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #666;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 20px 0;
	padding: 8px 0;
	background-color:#fff;

}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 5px;
	position: relative;
	white-space: wrap;
	display: inline-block;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: -5px;
	width: 5px; 
	height: 5px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
.pagination > li {margin:7px 5px 0px 5px; font-size:16px; padding:5px;}
.pagination .active{ background:#ccc;}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	border: 1px solid #cccccc;
	border-radius: 20px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #bbb;
	background: #fff
	border: 0px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media  1 {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/* MOBILE VERSION */
	.mobile{display:none}
.mobile-1{display:none};
.desctop{display:block} 
@media(max-width:768px){
	.mobile{display:block}
	.mobile-1{display:inline-block}
.desctop{display:none;} 
}
/* MOBILE VERSION */


.green{color:green;}

	.navbar{padding:5px;}
	.nav-head{background:#fff; position:relative}
	#logo img{max-height:45px;}
	.nav-item{margin:5px 10px 5px 10px;}
	.nav-it a{font-size:14px;}
	.mobile{display:none}
	.desctop{display:block}
	.dropdown-toggle{cursor:pointer;margin:7px;}
	.dropdown-menu{padding:5px;}
	.dropdown-menu > ul > li{color:#fff}
	#top{margin-top:90px;}
	.catalogest, .white-link > li > a {color:#fff;}
	.dropdown-toggle{color:#333;}
	.collapse{width:auto}
	.ilink{font-size:1em;margin-left:0px; margin-bottom:5px; color:rgb(0,101,145);}
	@media(max-width:768px){
		.collapse{width:100%;}
	.mobile{display: block}
	.desctop{display:none}
	.white-link > li > a {color:#333; margin:15px 5px 15px 5px; font-size:18px}
		.nav-link{font-size:1em; margin:5px 0px 5px 0px; width:100%;}
		.dropdown-toggle{color:#333; font-size:1.0em; width:100%; left:-5px;}
		.ilink{font-size:1em; margin-bottom:5px; color:#333;}
	}
		.main-header{ height:100vh; margin-top:-90px; background-image: url(https://atlantsnabcity.kz/image/catalog/bg-1.jpg); background-size:cover;}	
	.mijumbo{margin-top:10%; width:60%; margin-left:20%; background:rgb(7, 12, 69, 0.3)}
	.mijumbo > .container > h1{color:#fff;}
	.mainheader{ padding:2%;}
	.head-container{background:rgb(255,255,255, 0.7); padding:center; border-radius:7px; padding:15px;}
	.left-row-head{ color:#fff; text-align:center;}
	.carousel-caption { bottom:15px;}
	.carousel-caption h3{ font-size:1.5em; text-align: left; color:#333; background:rgb(255,255,255, 0.7); margin-bottom: 5px; width:fit-content; padding:5px;
	-webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	}
		.carousel-caption p{ text-align: left; color:#333; background:rgb(255,255,255, 0.7);padding:5px; width:fit-content;
	-webkit-animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.7s both;
	        animation: slide-in-right 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.7s both;
	}
	@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
	.head-form{vertical-align: middle; padding-top:60px;}
	.head-form h2{ text-align: center; margin-bottom: 15px;}
	@media(max-width:768px){
		.mijumbo{margin-top:85px;; width:100%; margin-left:0%; background:rgb(7, 12, 69, 0.3)}
		.head-form{vertical-align: middle; padding-top:10px;}
	}
				.m4{padding:5px 0px 35px 0px; background:#fff;}
				.m4-block{box-shadow: 0 0 5px rgba(0,0,0,0.3);margin:1%; background:rgb(0,101,145); border-radius:3px; width:23%; display:inline-block; padding:15px; text-align:center; color:#fff;}
				.m4-block p{vertical-align:middle;font-size:1.1em; color:#fff; display:block; margin-top:5px;}
				.m4-block i{font-size:1.3em; color:#fff; display:inline-block;}
				.m4-block:hover {cursor:pointer; background:red;}
				@media(max-width:768px){
					.m4-block{box-shadow: 0 0 5px rgba(0,0,0,0.3);margin:1%; border-radius:3px; width:100%; display:inline-block; padding:15px; text-align:center; }
					.m4{padding-top:25px;}
					
					
					
					
					
					
					
					
					
					
					
					
					
					
				}
#button {
  display: inline-block;
  background-color:rgb(0,101,145);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.zagg {margin: 5px 0 0 38px; padding:0px; max-width: 280px; font-size:16px; color:#0f5e94; text-transform:uppercase; font-weight:bold;}
.carousel-caption h3 {background-color: rgba(255, 255, 255, 0.9); font-size: 24px; padding:8px;}
.carousel-caption p {background-color: rgba(255, 255, 255, 0.9); padding:8px; margin-top:-5px;}
.tf {text-align: center; padding-top:15px;}
.tf1 {text-align: center; padding-top:30px; font-style: italic;}
.pkm {margin-top:10px; margin-bottom: -5px; width:100%; text-align:center; background:#006591; color:#fff; padding:18px;}
.btn-warning {background:#009023; height:40px; border:1px solid green;  text-transform:uppercase; width: 100%; margin:0 auto !important;}
.btn-warning:hover {background:#00b219; color:#FFF; border:1px solid green;}
.ssn {margin:15px auto 20px auto; width:100%; text-align:center; font-size:30px; background:#fff; color:#202020; padding:15px; max-width: 460px;}
.pnv {text-align:center;width:100%; font-size:30px; padding:25px 0px 25px 0px; color:#202020; padding-top: 35px;}
.oti {font-size:3em; color:#393939;margin-top: 25%;}
.zp {display:none;}

.pdlr a {font-size:13px;}

.rshb {padding:20px 10px 10px 10px; text-align: center;}

.hrk {display:none;}
.ovu {margin: 10px 0 70px 0; width: 100%; text-align: center; background: #ff9b0d; color: #fff; padding: 15px; border-radius: 5px; font-size: 18px;}
.ovu a {color:#FFF; text-decoration:underline;}

.ofz {text-align: center; text-transform:uppercase; font-size:26px;}
.ofz2 {text-align: center; text-transform:uppercase; font-size:20px; padding:0px 20px;}

.uvk7 {width: 25%;}


.rassrochka {border-radius:3px; font-weight:600;  font-size:12px; background:#da0f0f; color:#FFF; text-transform:uppercase; right:-27px; top:150px; display: block; padding:4px 10px 9px 10px; position: fixed; z-index:99999999999; transform: rotate(-90deg);}

.f1 {top:240px; background:#095bcc; right:-33px;}
.f2 {top:332px; background:#01b868; right:-30px;}

.rassrochka a {color:#FFF;}
.knrpa {position: absolute;}

/* kaspi red */
.rassrochka:first-of-type {
    display: none;
}

@media (max-width: 767px) {
.carousel-caption h3 {font-size: 14px; text-transform:uppercase; padding:10px 13px 0px 10px;}
.carousel-caption p {font-size: 14px; padding:7px 10px 10px 10px; text-shadow: none; color:#000000;}
.carousel-caption p span {text-transform:uppercase; font-size:12px; color:#167a6d; font-weight:bold;}


.zagg {margin: 8px auto 26px auto; padding:5px 0px 18px 0px;text-align:center;}
.common-home .zagg {padding:5px 0px 15px 20px;}

.n2 {display:block; margin-top:-5px; margin-bottom: 15px;}

h2 img {width:100% !important; padding-bottom:65px;}

.tf1 {display: none;}
.otts {margin-bottom:40px;}
.common-home .owl-item {width:50%; min-height:180px; margin:0 auto !important; text-align: center !important; display: block !important; left: auto !important; right: auto !important;}
.common-home h4 {font-size:12px;}
.common-home .owl-wrapper-outer {border: none;}
.common-home .row {padding:0;}
.common-home .bg-light {background-color:#f1e9f5 !important;}
.othr {margin-top: -5px; padding-bottom: 10px;}
.othr1 {margin-top:21px;}
.btn-warning {font-weight:bold; height:45px;}
.pkm {font-size:19px; background:#0f354a; padding: 25px 0px 25px 0px; border-top-left-radius: 8px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 8px;}
.ssn {font-size:24px; padding-left: 0px; padding-right:0px; margin: 0 0 55px 0; font-weight: bold;}
.ssn span {font-weight: bold; line-height: 40px;}
.m4 {margin-bottom: 10px;}

.q5 .m4 {margin-top: 30px; margin-bottom: 0px;}

.common-home .drop-button {z-index:1; width: 100% !important; text-align:center; margin:0 auto; font-size:18px; padding-bottom:30px !important; padding-top: 30px !important; background:#0f354a; border-top-left-radius: 8px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top-right-radius: 8px;}
.knr {font-size:10px;}
.price-tr h4 {padding-top:30px;}
.panel-body a {color:#00000 !important;}
.vz {text-align: center; padding:18px 0px 13px 0px; font-size:14px !important;}
.vt {text-align: center; padding:0px 20px 20px 20px;}
.pnv {font-size: 28px; font-weight:bold; margin:35px 0 0 0;}
.oti {margin-top: 45px;}
.fpv {background: #f0f0f0;}
.zp {display:block; padding:0px; text-align:center; margin:-15px 0 50px 0;}
.zp a {color:#189400; text-decoration:underline; padding:0px; margin:0;}
.zp span {color:red;}
.zp1 {margin-top:-45px !important;}
.m4-block .fa {padding:15px 0px 0px 0px; }
.zpn {margin-bottom:60px;}
.otss {margin-top:50px;}
.common-home h4 {padding-top:14px;}
.mainheader {padding:0px !important;}


.otpp {margin: 20px 0 15px 0 !important; z-index:999; position:relative;}
.otkn {margin-top:10px !important;}
.kp {display:block !important; width:20%; float:left;}
.pdlr a {color:#000; padding-top:15px; margin-top:15px;}
.pdlr {padding:0px 30px 0px 0px !important; width: 80%; float: left;}
.usln {margin:90px 0px 55px 0px !important;}
.ppp {border-bottom:1px solid #FFF;}
.rshb {font-size:13px !important; height:52px; padding-top:20px;}
.kds {width:50% !important; float:left !important; margin:0 auto !important;}
.hrk {margin:18px 30px; display:block;}
.ofz {margin-bottom: -60px;}
.common-home .MsoNormal {padding:10px; line-height:24px; text-align: center !important;}
.prr {font-size: 20px !important;}
.panel-group {text-align: center;}
.pnp {margin-bottom: 45px;}
.rr .kds {margin-bottom:40px !important;}

.fc h4, .fc p, .fc a {text-align: center !important;}
.fc h4 {margin-top:40px !important; font-size:16px;}

.ppvn {padding-top:10px;}

.btn-hover {margin-bottom:45px;}

.q5 {padding:0px !important;}

.h3 {font-size: 1.15rem !important; color: #151718 !important; text-transform: uppercase !important; padding: 18px 18px 0px 18px !important; font-weight:600; font-family:Arial;}

.q7 {padding:15px 20px 0px 20px; text-align: left !important;}

.q8 {margin-top: -35px;}
.q9 {text-align: center; margin: 30px 20px 30px 20px;}
.q10 {text-align:center;}
.q11 {margin-bottom:30px !important;}
.q12 .pagination {margin: 15px 10px 0px 0px;}

.dopq1 {padding-left:15px; padding-top:5px; text-align: center;}
.text-muted {padding-right: 30px;}
.dopq17 {padding-top:28px;}
.modal-title {text-transform:uppercase;}

.uvk7 {width: 100% !important;}

.qw1 {font-size:12px !important; border-radius: 3px !important;}


.newm {margin-left: 20px; padding: 0px 0px 15px 50px;}

.vnom {margin-left:-55px; margin-top:-30px; background:#FFF;}

.navbar-light .navbar-nav .nav-link {font-size:16px;}

.brr {margin: 0 0 0 -20px; font-size: 9px;}

.prpo h1 {font-size:18px; font-weight:bold; margin: 30px 0 30px 0;}
.prpo h2 {font-size:18px; font-weight:bold; margin: 30px 0 30px 0;}

}

.m4 .fa {padding-top: 7px;}
.form-group input {height:40px; width: 100%; margin:0 auto;}
.btn-hover {border-radius:5px;}
.common-home .container-fluid {padding-left:0px; padding-right:0px;}
.common-home .container {padding-left:0px; padding-right:0px;padding-bottom: 30px;}


.m4-block:hover {background:#008304 !important;}



.cv1 {background: #008304;}
.cv2 {background: #086a0b;}
.cv3 {background: #006a9d;}
.cv4 {background: #003f8d;}

/* styles from inline - else24 */
.contacts_number {
    text-align: center;
}
footer .contacts_number a {
    width: 90%;
    font-size: 18px;
    margin-left: 3px;
    height: 46px;
    padding-top: 10px;
    border: none;
    background: #008000;
    color: #fff !important;
}

.services__item_image{overflow:hidden; width:100%; height: calc(15vw*0.97);}
	.services__item_image img{width:100%; height:100%; border: 0px solid #ccc; object-fit:cover; transition:.5s}
	.services__item_image:hover img{width:105%; height:105%; border: 0px solid #ccc; object-fit:cover;}

    .services__item {
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    margin-bottom: 30px;
}
.services__item_caption {
    position: absolute;
    z-index: 9;
    bottom: 15px;
    left: 20px;
}
h4.services__item_title {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 18px;
}


.services .service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.services__item:hover .icon-box {
  transform: rotate(45deg);
}

.services__item .icon-box {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 9;
}
.services__item_image:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(https://else24.com/assets/images/patern.png);
    background-repeat: repeat;
    background: #00000024;
    pointer-events: none;
}

@media (max-width: 767px) {
.services__item_image {
    height: calc(55vw * 0.97);
}}




/* style for module newsblog - our services */
.services_page__main_img {
	overflow: hidden;
    border-radius: 15px;
    height: 240px;
    width: 320px;
    background-position: center;
    background-size: cover;
}
.newsblog__category_img img {
    border-radius: 15px;
    overflow: hidden;
}
.services__calback {
    background: #f8f8f8;
    padding: 30px;
    min-height: 200px;
    border-radius: 15px;
}
.btn__whatsapp {
    background: #18b653;
    color: #fff;
}
.btn__phone {
	background: #0075ae;
    color: #fff;
}
    .image_additional__service {
    border-radius: 15px;
    overflow: hidden;
}
.faq_container {
    margin-top: 3rem !important;
}
.calback__title span {
    text-transform: lowercase;
}

@media (max-width: 767px) {
	.services_page__main_img {
		margin: 0 auto;
	}
    .section__heading, .section__heading h2 {
		background: #0f354a;
        color: #fff;
		border-radius: 8px 8px 0px 0px;
	}
}




td.prod_name a {
    color: #3b3b3b;
    font-weight: 600;
}
/* Home redesign */
.common-home .home-layout {
  padding-left: 0;
  padding-right: 0;
}

.common-home .home-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.common-home .home-top {
  padding-top: 10px;
}

.common-home .home-content {
  padding-bottom: 40px;
}

.common-home .home-section {
  padding: 50px 0;
}

.common-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 70px;
  background: radial-gradient(circle at 12% 20%, rgba(0, 101, 145, 0.18), rgba(0, 0, 0, 0) 45%),
              radial-gradient(circle at 90% 10%, rgba(0, 144, 35, 0.14), rgba(0, 0, 0, 0) 48%),
              linear-gradient(135deg, #f3f7fb 0%, #ffffff 60%);
}

.common-home .home-hero::before,
.common-home .home-hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(0);
  opacity: 0.55;
  pointer-events: none;
}

.common-home .home-hero::before {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(0, 101, 145, 0.35), rgba(0, 101, 145, 0));
  top: -60px;
  left: -80px;
}

.common-home .home-hero::after {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(0, 144, 35, 0.28), rgba(0, 144, 35, 0));
  bottom: -120px;
  right: -120px;
}

.common-home .home-hero__media {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 28px 70px rgba(13, 44, 60, 0.18);
  background: #0f354a;
  height: 100%;
  min-height: 360px;
}

.common-home .home-hero__image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.common-home .home-hero__caption {
  left: 6% !important;
  right: 6% !important;
  bottom: 8% !important;
  text-align: left;
  padding: 0;
}

.common-home .home-hero__caption h3 {
  display: inline-block;
  margin-bottom: 12px;
  padding: 10px 18px;
  font-size: 28px;
  font-weight: 700;
  color: #0f2233;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(8, 31, 44, 0.12);
}

.common-home .home-hero__caption p {
  margin: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #1a3344;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(8, 31, 44, 0.12);
}

.common-home .home-hero__caption p span {
  display: inline-block;
  margin: 0 6px 6px 0;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(0, 144, 35, 0.12);
  color: #0f4b24;
  font-weight: 600;
}

.common-home .home-hero__form {
  position: relative;
  margin-top: 10px;
  padding: 28px 26px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(15, 53, 74, 0.12);
  box-shadow: 0 24px 60px rgba(15, 53, 74, 0.16);
  backdrop-filter: blur(8px);
  height: 100%;
}

.common-home .home-form-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #0f354a;
}

.common-home .home-form-subtitle {
  font-size: 15px;
  color: #1c4f6b;
}

.common-home .home-lead-form .form-control {
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(15, 53, 74, 0.16);
  padding-left: 14px;
  box-shadow: none;
}

.common-home .home-lead-form .form-control:focus {
  border-color: rgba(0, 101, 145, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 101, 145, 0.12);
}

.common-home .home-cta-btn {
  height: 48px;
  border-radius: 14px;
  border: none;
  font-weight: 700;
  letter-spacing: 0.4px;
  background: linear-gradient(135deg, #00a63a 0%, #00b219 45%, #13c955 100%);
  box-shadow: 0 14px 30px rgba(0, 144, 35, 0.28);
}

.common-home .home-cta-btn:hover {
  background: linear-gradient(135deg, #00b53f 0%, #1bce5c 100%);
  color: #fff;
}

.common-home .home-form-note {
  color: #3b5566;
  font-style: italic;
}

.common-home .home-modules {
  padding-top: 20px;
}

.common-home .home-faq {
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
}

.common-home .home-faq .panel {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 16px 40px rgba(15, 53, 74, 0.12);
}

.common-home .home-faq .panel-heading {
  padding: 16px 20px;
}

.common-home .home-faq .panel-title a {
  display: block;
  color: #0f354a;
  font-weight: 600;
}

.common-home .home-faq .panel-body {
  background: #f9fbfd;
  padding: 18px 24px;
}

.common-home .home-partners,
.common-home .home-clients {
  background: #ffffff;
}

.common-home .home-section .drop-button {
  background: linear-gradient(135deg, #0f354a 0%, #0b4966 100%);
  color: #ffffff;
  border-radius: 16px;
  letter-spacing: 0.6px;
  box-shadow: 0 14px 30px rgba(15, 53, 74, 0.18);
}

.common-home .home-logo-row {
  margin-top: 24px;
  row-gap: 24px;
}

.common-home .home-logo-card {
  width: 100%;
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 53, 74, 0.08);
  box-shadow: 0 14px 32px rgba(15, 53, 74, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 96px;
}

.common-home .home-logo-card img {
  width: 100%;
  max-width: 160px;
  max-height: 64px;
  object-fit: contain;
  filter: saturate(0.9);
}

.common-home .home-logo-card:hover img {
  filter: saturate(1.2);
}

@keyframes home-fade-up {
  0% {
    transform: translateY(18px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.common-home .home-hero__media {
  animation: home-fade-up 0.8s ease both;
}

.common-home .home-hero__form {
  animation: home-fade-up 0.9s ease both;
  animation-delay: 0.12s;
}

@media (prefers-reduced-motion: reduce) {
  .common-home .home-hero__media,
  .common-home .home-hero__form {
    animation: none;
  }
}

@media (max-width: 991px) {
  .common-home .home-hero {
    padding: 30px 0 60px;
  }

  .common-home .home-hero__media,
  .common-home .home-hero__image {
    min-height: 300px;
  }

  .common-home .home-hero__caption h3 {
    font-size: 22px;
  }

  .common-home .home-hero__caption p {
    font-size: 15px;
  }

  .common-home .home-hero__form {
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .common-home .home-shell {
    padding: 0 16px;
  }

  .common-home .home-section {
    padding: 36px 0;
  }

  .common-home .home-hero__caption h3 {
    font-size: 18px;
  }

  .common-home .home-hero__caption p {
    font-size: 14px;
  }

  .common-home .home-logo-card {
    min-height: 84px;
  }
}

/* Home redesign v2 (reference layout) */
.common-home .main-container {
  background: #eef3f7;
  padding: 18px 16px 0;
}

.common-home .main-container > .row {
  margin-left: 0;
  margin-right: 0;
}

.common-home .main-container .col-md-3.desctop {
  background: linear-gradient(180deg, #0f3b52 0%, #0b2b3d 100%);
  border-radius: 22px;
  padding: 20px 16px 24px;
  box-shadow: 0 26px 60px rgba(7, 26, 37, 0.35);
  position: relative;
}

.common-home .main-container .col-md-3.desctop .myl-ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.common-home .main-container .col-md-3.desctop .myl-li {
  flex: 0 0 calc(50% - 6px);
  margin: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  min-height: 96px;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.common-home .main-container .col-md-3.desctop .myl-li:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.common-home .main-container .col-md-3.desctop .myl-li .nav-link {
  color: #f2f7fb !important;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.common-home .main-container .col-md-3.desctop .myl-li .nav-link::before {
  content: var(--home-icon, "\f0c8");
  font-family: FontAwesome;
  font-size: 22px;
  line-height: 1;
  color: var(--home-icon-color, #8fd3ff);
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.common-home .myl-ul > li:nth-of-type(1) {
  --home-icon: "\f0c8";
  --home-icon-color: #7bd7ff;
}

.common-home .myl-ul > li:nth-of-type(2) {
  --home-icon: "\f0c4";
  --home-icon-color: #f7c873;
}

.common-home .myl-ul > li:nth-of-type(3) {
  --home-icon: "\f15c";
  --home-icon-color: #f7a36d;
}

.common-home .myl-ul > li:nth-of-type(4) {
  --home-icon: "\f0c1";
  --home-icon-color: #7ddf9a;
}

.common-home .myl-ul > li:nth-of-type(5) {
  --home-icon: "\f1b3";
  --home-icon-color: #8fd3ff;
}

.common-home .myl-ul > li:nth-of-type(6) {
  --home-icon: "\f0ad";
  --home-icon-color: #f0b7ff;
}

.common-home .myl-ul > li:nth-of-type(7) {
  --home-icon: "\f275";
  --home-icon-color: #ffd27a;
}

.common-home .myl-ul > li:nth-of-type(8) {
  --home-icon: "\f1b2";
  --home-icon-color: #8ef5c4;
}

.common-home .myl-ul > li:nth-of-type(9) {
  --home-icon: "\f0c3";
  --home-icon-color: #8bd6ff;
}

.common-home .myl-ul > li:nth-of-type(10) {
  --home-icon: "\f07b";
  --home-icon-color: #f7b38b;
}

.common-home .home-hero {
  padding: 30px 0 60px;
  background: #eef3f7;
}

.common-home .home-hero__frame {
  background: linear-gradient(135deg, #5a6772 0%, #3f4c57 65%);
  border-radius: 28px;
  padding: 16px;
  box-shadow: 0 30px 70px rgba(12, 30, 44, 0.35);
  position: relative;
  overflow: hidden;
}

.common-home .home-hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.common-home .home-hero__row {
  position: relative;
  z-index: 1;
}

.common-home .home-hero__media {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: none;
}

.common-home .home-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(6, 22, 32, 0.6), rgba(6, 22, 32, 0.25));
}

.common-home .home-hero__image {
  min-height: 360px;
}

.common-home .home-hero__caption {
  left: 7% !important;
  right: 7% !important;
  bottom: 10% !important;
}

.common-home .home-hero__caption h3 {
  color: #f7fbff;
  background: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
}

.common-home .home-hero__caption p {
  color: #e7f1f8;
  background: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.common-home .home-hero__caption p span {
  background: rgba(12, 120, 170, 0.28);
  color: #e8f5ff;
}

.common-home .home-hero__form {
  background: rgba(255, 255, 255, 0.86);
  border-radius: 20px;
  padding: 24px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.45), 0 18px 40px rgba(10, 27, 38, 0.25);
}

.common-home .home-form-title {
  text-align: center;
  color: #2b3a44;
}

.common-home .home-form-subtitle {
  text-align: center;
  color: #486474;
}

.common-home .home-lead-form .form-control {
  height: 46px;
  border-radius: 12px;
  background: #eef2f5;
  border: 1px solid rgba(8, 25, 37, 0.12);
}

.common-home .home-lead-form .form-control:focus {
  background: #f6f9fb;
}

.common-home .home-cta-btn {
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1c9c6b 0%, #0f6eb7 100%);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 14px 28px rgba(13, 92, 148, 0.28);
}

.common-home .home-cta-btn:hover {
  background: linear-gradient(135deg, #20b179 0%, #1780c8 100%);
}

@media (max-width: 1199px) {
  .common-home .main-container .col-md-3.desctop .myl-li {
    min-height: 88px;
  }
}

@media (max-width: 991px) {
  .common-home .home-hero__frame {
    padding: 14px;
  }

  .common-home .home-hero__caption h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .common-home .main-container {
    padding: 0;
  }

  .common-home .home-hero {
    padding: 24px 0 40px;
  }

  .common-home .home-hero__caption h3 {
    font-size: 20px;
  }

  .common-home .home-hero__caption p {
    font-size: 14px;
  }
}

/* Home hero spacing overrides */
.common-home .home-hero__row {
  margin-left: 0;
  margin-right: 0;
  row-gap: 18px;
}

.common-home .home-hero__row > [class*='col-'] {
  padding-left: 9px;
  padding-right: 9px;
}

.common-home .home-hero__form {
  margin-top: 0;
  height: 100%;
  backdrop-filter: none;
}

/* Home reference polish */
.common-home .main-container .col-md-3.desctop {
  background: linear-gradient(180deg, #0f3b52 0%, #0b2b3d 100%) !important;
  border-radius: 22px;
}

.common-home .main-container .col-md-3.desctop .myl-li {
  min-height: 110px;
}

.common-home .main-container .col-md-3.desctop .myl-li .nav-link {
  font-size: 13px;
  color: #f2f7fb !important;
}

.common-home .main-container .col-md-3.desctop .myl-li .nav-link::before {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  font-size: 26px;
}

.common-home .main-container .col-md-3.desctop .childs {
  display: none !important;
}

.common-home .home-hero .home-shell {
  max-width: 100%;
  padding: 0;
}

.common-home .home-hero__frame {
  border-radius: 30px;
  padding: 18px;
}

.common-home .home-hero__media::after {
  background: linear-gradient(135deg, rgba(7, 20, 28, 0.55), rgba(7, 20, 28, 0.18));
}

.common-home .home-hero__caption h3 {
  font-size: 30px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.common-home .home-hero__caption p {
  font-size: 15px;
}

.common-home .home-hero__form {
  background: #e9edf0;
  border: 1px solid #cfd6dc;
}

.common-home .home-lead-form .form-control {
  background: #f5f7f9;
}

.common-home .home-lead-form .form-control::placeholder {
  color: #7a8a96;
}

.common-home .home-cta-btn {
  background: linear-gradient(135deg, #1aa56c 0%, #0f6eb7 100%);
}

@media (max-width: 991px) {
  .common-home .main-container .col-md-3.desctop {
    margin-bottom: 18px;
  }
}

/* Home refresh v3 */
.common-home {
  --home-ink: #0e1e29;
  --home-ink-soft: #3b5563;
  --home-accent: #1a8ed1;
  --home-accent-2: #18b37c;
  --home-panel: #0d2432;
  --home-panel-2: #123848;
  --home-panel-soft: rgba(255, 255, 255, 0.08);
  --home-card: #f7f9fb;
  font-family: "Manrope", "Open Sans", sans-serif;
}

.common-home h1,
.common-home h2,
.common-home h3,
.common-home .home-form-title {
  font-family: "Unbounded", "Manrope", "Open Sans", sans-serif;
  letter-spacing: -0.2px;
}

.common-home .home-layout {
  background: linear-gradient(180deg, #eef4f8 0%, #e5edf3 100%);
}

.common-home .main-container {
  background: transparent;
  padding: 22px 18px 0;
  position: relative;
}

.common-home .main-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(26, 142, 209, 0.12), rgba(26, 142, 209, 0) 45%),
    radial-gradient(circle at 92% 12%, rgba(24, 179, 124, 0.12), rgba(24, 179, 124, 0) 48%);
  pointer-events: none;
}

.common-home .main-container > .row {
  position: relative;
  z-index: 1;
}

.common-home .main-container .col-md-3.desctop {
  background: linear-gradient(165deg, var(--home-panel) 0%, var(--home-panel-2) 100%) !important;
  border-radius: 24px;
  padding: 22px 18px 26px;
  box-shadow: 0 28px 60px rgba(9, 22, 32, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.common-home .main-container .col-md-3.desctop::after {
  content: "";
  position: absolute;
  inset: -40% 30% auto -45%;
  height: 60%;
  background: radial-gradient(circle, rgba(26, 142, 209, 0.2), rgba(26, 142, 209, 0));
  pointer-events: none;
}

.common-home .main-container .col-md-3.desctop .myl-ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.common-home .main-container .col-md-3.desctop .myl-li {
  margin: 0;
  border-bottom: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  min-height: 104px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  animation: home-rise 0.65s ease both;
}

.common-home .main-container .col-md-3.desctop .myl-li:hover,
.common-home .main-container .col-md-3.desctop .myl-li:focus-within {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.35);
}

.common-home .main-container .col-md-3.desctop .myl-li .nav-link {
  width: 100%;
  height: 100%;
  padding: 0;
  color: #f4f8fb !important;
  font-weight: 600;
  font-size: 12.5px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.common-home .main-container .col-md-3.desctop .myl-li .nav-link::before {
  content: var(--home-icon, "\f0c8");
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 1;
  color: var(--home-icon-color, #8fd3ff);
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2), 0 10px 18px rgba(6, 15, 22, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.common-home .home-hero {
  padding: 34px 0 70px;
  background:
    radial-gradient(circle at 18% 14%, rgba(26, 142, 209, 0.14), rgba(26, 142, 209, 0) 46%),
    radial-gradient(circle at 85% 18%, rgba(24, 179, 124, 0.12), rgba(24, 179, 124, 0) 42%),
    linear-gradient(180deg, #eff5f9 0%, #e6edf3 100%);
}

.common-home .home-hero__frame {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 26px;
  padding: 16px;
  border: 1px solid rgba(14, 32, 43, 0.12);
  box-shadow: 0 30px 60px rgba(9, 22, 32, 0.2);
  backdrop-filter: blur(6px);
  position: relative;
  overflow: hidden;
  animation: home-rise 0.8s ease both;
}

.common-home .home-hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.common-home .home-hero__row {
  position: relative;
  z-index: 1;
  row-gap: 20px;
}

.common-home .home-hero__media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(10, 28, 40, 0.28);
}

.common-home .home-hero__media::after {
  background: linear-gradient(135deg, rgba(12, 30, 40, 0.62), rgba(12, 30, 40, 0.2));
}

.common-home .home-hero__image {
  min-height: 360px;
}

.common-home .home-hero__caption {
  left: 6% !important;
  right: 6% !important;
  bottom: 10% !important;
  text-align: left;
  padding: 0;
}

.common-home .home-hero__caption h3 {
  color: #f7fbff;
  background: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  text-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.common-home .home-hero__caption p {
  color: #dbe8f2;
  background: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 15px;
  text-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.common-home .home-hero__caption p span {
  background: rgba(26, 142, 209, 0.35);
  color: #f2f8ff;
  border-radius: 999px;
  padding: 4px 10px;
}

.common-home .home-hero__form {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  border: 1px solid rgba(14, 32, 43, 0.12);
  box-shadow: 0 24px 50px rgba(12, 25, 35, 0.18);
  position: relative;
}

.common-home .home-hero__form::before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  top: 0;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--home-accent), var(--home-accent-2));
}

.common-home .home-form-title {
  text-align: center;
  color: var(--home-ink);
  font-size: 22px;
}

.common-home .home-form-subtitle {
  text-align: center;
  color: var(--home-ink-soft);
}

.common-home .home-lead-form .form-control {
  height: 46px;
  border-radius: 12px;
  background: #f2f6f9;
  border: 1px solid #d7e2ea;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.common-home .home-lead-form .form-control:focus {
  background: #f8fbfe;
  border-color: rgba(26, 142, 209, 0.5);
  box-shadow: 0 0 0 3px rgba(26, 142, 209, 0.16);
}

.common-home .home-cta-btn {
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--home-accent-2) 0%, var(--home-accent) 100%);
  text-transform: uppercase;
  letter-spacing: 0.6px;
  box-shadow: 0 16px 30px rgba(21, 140, 196, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.common-home .home-cta-btn:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow: 0 20px 36px rgba(21, 140, 196, 0.4);
}

.common-home .home-shell {
  max-width: 1280px;
}

@keyframes home-rise {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(1) { animation-delay: 0.02s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(2) { animation-delay: 0.05s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(3) { animation-delay: 0.08s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(4) { animation-delay: 0.11s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(5) { animation-delay: 0.14s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(6) { animation-delay: 0.17s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(7) { animation-delay: 0.2s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(8) { animation-delay: 0.23s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(9) { animation-delay: 0.26s; }
.common-home .main-container .col-md-3.desctop .myl-li:nth-of-type(10) { animation-delay: 0.29s; }

@media (prefers-reduced-motion: reduce) {
  .common-home .home-hero__frame,
  .common-home .main-container .col-md-3.desctop .myl-li {
    animation: none;
  }
}

@media (max-width: 991px) {
  .common-home .main-container {
    padding: 16px 12px 0;
  }

  .common-home .main-container .col-md-3.desctop {
    margin-bottom: 16px;
  }

  .common-home .main-container .col-md-3.desctop .myl-li {
    min-height: 90px;
  }

  .common-home .home-hero__caption h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .common-home .home-shell {
    padding: 0 14px;
  }

  .common-home .home-hero__frame {
    border-radius: 22px;
    padding: 12px;
  }

  .common-home .home-hero__caption h3 {
    font-size: 20px;
  }

  .common-home .home-hero__form {
    padding: 18px;
  }
}
.ua-wa-wb-pulse {
    animation: animation-ua-pulse 2s infinite;
    -webkit-animation: animation-ua-pulse 2s ease-out;
    -webkit-animation-iteration-count: infinite;
}
.ua-wa-wb {
    background-color: #4dc247;
    -webkit-box-shadow: 1px 1px 5px #4dc247;
    box-shadow: 1px 1px 5px #4dc247;
    border-radius: 50%;
    bottom: 120px;
    right: 20px;
    cursor: pointer;
    outline: none;
    position: fixed;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 999999;
    -webkit-tap-highlight-color: transparent !important;
}
.ua-wa-wb svg {
    height: 50px;
    display: inline;
    fill: white;
    width: 41px;
}