html {	
	font-size: 16px;
	line-height: 18px;
	background-color: #fff !important;
}

body {
	background-color: #fff !important;
	color: #333333;
	font-family: 'Montserrat', sans-serif;
	overflow: hidden visible !important;
}

b, 
strong {
    font-weight: 600;
}

.cover {
	background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contain {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.display-table {
	width: 100%;
	display: table;
}

.display-table>* {
	display: table-cell;
	float: none !important;
	text-align: center;
}

.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
	/*font-style: normal;*/
	/*text-transform: uppercase;*/
	font-family: 'Montserrat', sans-serif;
}

a {
	transition: all .3s ease-out;
}

a:hover {
	transition: all .2s ease-in;
}

.uk-icon-angle-double-left:before {
	content: "\f104";	
    font-family: 'Line Awesome Free';
    font-weight: 900;
	text-shadow: 1px 0 0 #333, -1px 0 0 #333;
}

.uk-icon-angle-double-right:before {
    content: "\f105";
    font-family: 'Line Awesome Free';
	font-weight: 900;    
	text-shadow: 1px 0 0 #333, -1px 0 0 #333;
}

.uk-pagination>li:nth-child(n+2) {
    margin-left: 15px;
}

.uk-pagination>li>a,
.uk-pagination>li>span {
	background: transparent;
	border: 2px solid transparent;
}

.uk-pagination>.uk-active>span,
.uk-pagination>.uk-active:hover>span {
	color: #fff;
	background: #38a4f4;
	border: 2px solid #38a4f4;
	box-shadow: 0px 3px 5px 0px rgba(52, 57, 139, 0.15), 0px 15px 20px 0px rgba(52, 57, 139, 0.25);
}

.uk-pagination>li>a, 
.uk-pagination>li>span {
    display: inline-block;
    min-width: 16px;
    padding: 8px 9px 6px;
    border-radius: 4px;
	color: #333333;
	font-weight: 600;
}

.uk-pagination>li.uk-disabled>a, 
.uk-pagination>li.uk-disabled>span {
	opacity: .5;
}

.uk-pagination>li:hover>a, 
.uk-pagination>li:hover>span {
	background-color: transparent;
	border: 2px solid #dedede;
}

.uk-modal .uk-alert {
    /*margin-bottom: 0px;
    margin-top: 0 !important;*/
    padding: 10px;
    background: #eff8ff;
    color: #38a4f4;
    font-size: 14px;
    line-height: 18px;
}

.uk-modal .uk-alert.uk-alert-warning {
    background: #ffed00;
    color: #000;
    border-radius: 0;
}

.uk-modal fieldset *:last-child {
    margin-bottom: 0;
}

.social-icons-bar {
    padding: 0;
    margin: 5px 0 0;
}

body.inner-page .social-icons-bar {
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

body.inner-page .social-icons-bar a,
body.inner-page .social-icons-bar a:hover,
body.inner-page .social-icons-bar a:focus,
body.inner-page .social-icons-bar a:active,
body.inner-page .social-icons-bar a:visited,
body.inner-page .social-icons-bar a i,
body.inner-page .social-icons-bar a:hover i,
body.inner-page .social-icons-bar a:focus i,
body.inner-page .social-icons-bar a:active i,
body.inner-page .social-icons-bar a:visited i {
    color: transparent;
}

body.inner-page .social-icons-bar * {
    fill: transparent;
    outline: none;
    color: transparent;
}

.social-icons-bar a i:before {
    color: #38a4f4;
}

body.inner-page .social-icons-bar a i:before {
    color: #38a4f4;
}

.social-icons-bar>li {
    display: inline-block;
    font-size: 32px;
}

.social-icons-bar>li:hover>a {
    color: #059;
}

.social-icons-bar>li:nth-child(n+1) {
    margin-left: 10px;
}

.svg-blue,
.svg-blue *,
.svg-blue path,
.svg-blue rect,
.svg-blue circle {
	fill: #38a4f4;
}

.svg-white,
.svg-white *,
.svg-white path,
.svg-white rect,
.svg-white circle {
	fill: #fff;
}

.grecaptcha-badge {
	display: none;
}

.uk-button {
	transition: all .3s ease-out;
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.uk-button::before {
	transition: all .3s ease-out;
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	bottom: 0;
	width: 0px;
	height: 0px;
	border-radius: 50%;
	background-color: rgba(255,255,255,0);
	transform: translateX(-50%);
	z-index: 1;
}

.uk-button:hover {
	transition: all .2s ease-in;
	transform: scale(1.1);
}

.uk-button:hover::before {
	transition: all .3s ease-out;
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	bottom: 0;
    width: 800px;
    height: 800px;
	border-radius: 50%;
	background-color: rgba(255,255,255,.3);
	transform: translateX(-50%) translateY(5%);
	z-index: 1;
}

.uk-button.primary {
    color: #fff;
    background: #38a4f4;
	border: 2px solid #38a4f4;
    min-height: 40px;
    border-radius: 4px;
	font-size: 18px;
    line-height: 20px;
	font-weight: 600;
	padding: 13px 25px;
	box-sizing: border-box;
	box-shadow: 0px 3px 5px 0px rgba(52, 57, 139, 0.15), 0px 15px 20px 0px rgba(52, 57, 139, 0.25);
	transition: all .3s ease-out;
}

.uk-button.primary:hover {
	box-shadow: 0px 3px 9px 0px rgba(52, 57, 139, 0.05), 0px 20px 30px 0px rgba(52, 57, 139, 0.15);
	transition: all .2s ease-in;
}

.uk-button.large {
	padding: 30px 115px;
}

.uk-button.ghost {
	background: transparent;
}

.uk-breadcrumb>li {
	font-size: 14px;
	margin-bottom: 10px;
}

.uk-breadcrumb>li>a {
	color: #34398b;
    text-decoration: underline;
}

.uk-breadcrumb>li:hover>a {
	color: #34398b;
    text-decoration: none;
}

.uk-breadcrumb>li:nth-child(n+2):before {
    content: "\f105";
    display: inline-block;
	margin: 0 8px;
	color: #e31e24;
	font-family: 'Line Awesome Free';
	font-weight: 900;
}

.uk-form input:not([type=radio]):not([type=checkbox]):not(.uk-button), textarea, .uk-form textarea {
    color: #333;
    background: #fff;
    border: 2px solid #eeeeee;
    height: 50px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 13px 15px;
	transition: all .3s ease-out;
}

.uk-form input:not([type=radio]):not([type=checkbox]):not(.uk-button):hover, textarea:hover {
    border: 2px solid #ccc;
	transition: all .2s ease-in;
}

.uk-form input:not([type=radio]):not([type=checkbox]):not(.uk-button):focus, textarea:focus {
    border: 2px solid #38a4f4;
	transition: all .2s ease-in;
}

textarea, .uk-form textarea {
	height: auto;
}

.bg-primary .uk-button.large:hover::before {
	transform: translateX(-50%) translateY(12%);
}

.bg-primary .uk-button.primary {
    color: #333333;
    background-color: #fff;
	border: 2px solid #fff;
}

.bg-primary .uk-button.primary::before {
	background-color: rgba(56,164,244,0);
}

.bg-primary .uk-button.primary:hover::before {
	background-color: rgba(56,164,244,.3);
}

.pageblock {
	padding-top: 75px;
	padding-bottom: 75px;
	position: relative;
}

.pageblock-home {
	background-color: #dee1e3;
	background-image: url(../images/bg-home.jpg);
	padding-top: 35px;
	padding-bottom: 35px;
}

.pageblock-home h1 {
	color: #333333;
	font-size: 42px;
	font-weight: 900;
}

.pageblock-home h1 span {
	font-size: 60px;
	line-height: 60px;
	color: #ffed00;
	text-shadow: 2px 2px 0 #333333, 2px -2px 0 #333333, -2px 2px 0 #333333, -2px -2px 0 #333333, -2px 0 0 #333333, 2px 0 0 #333333, 0 -2px 0 #333333, 0 2px 0 #333333;
}

.bg-primary {
    color: #000;
    background-color: #38a4f4;
}

.bg-black {
    color: #fff;
    background-color: #000;
}

.pageblock-contacts {
	height: 650px;
	padding: 0 0 35px;
    background-color: #38a4f4;
}

.pageblock-contacts h2>span {
	color: #fff;
}

.pageblock-contacts h2>span::after {
    background-color: #5f5f5f;
}

#map {
	padding: 0;
	margin: 0;
	background: #000;
}

#contacts ymaps[class$="ground-pane"],
#contacts ymaps[class$="copyrights-pane"] {
    filter: invert(100%) grayscale(1);
    -ms-filter: invert(100%) grayscale(1);
    -webkit-filter: invert(100%) grayscale(1);
    -moz-filter: invert(100%) grayscale(1);
    -o-filter: invert(100%) grayscale(1);
}

.top-logo {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

.uk-navbar {
    background: transparent;
	color: #333333;
}

.uk-navbar-nav>li>a {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
    line-height: 20px;
	font-weight: 600;
	display: block;
	height: 50px;
	line-height: 48px;
	border: 2px solid transparent;
	border-radius: 4px;
	color: #333333 !important;
	text-decoration: none !important;
}

.uk-navbar-nav>li.uk-open>a, 
.uk-navbar-nav>li:hover>a, 
.uk-navbar-nav>li>a:focus {
    background-color: transparent;
    color: #333333;
	outline: 0;
	border: 2px solid rgba(0,0,0,.15);
	/*border: 2px solid #ccc;*/
}

.uk-navbar-nav>li.uk-active>a {
    background-color: transparent;
	border: 2px solid #38a4f4;
}

.uk-navbar-nav>li.uk-active:hover>a {
    background-color: transparent;
	border: 2px solid rgba(56,163,244,.2);
}

.pageblock-home-contacts {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20vh;
}

.pageblock-home-contacts .btn-address-top {
    margin-bottom: 10px;
    display: inline-block;
}

.pageblock-inner-top {
	/*padding: 0;*/
	padding-top: 35px;
	padding-bottom: 0px;
	border-top: 15px solid #38a4f4;
}

body.inner-page .top-address {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
    font-weight: 600;
}

body.inner-page .top-address .uk-text-muted {
	font-weight: 300;
	margin-left: 25px;
}

body.inner-page .menu-wrapper:not(.uk-active) {
	padding: 35px 0;
}

body.inner-page .menu-wrapper>* {
    pointer-events: all;
}

body.inner-page h2>span {
    display: inline-block;
    position: relative;
    font-size: 36px;
    font-weight: 900;
    color: #000;
    z-index: 1;
}

body.inner-page .header-phone {
	line-height: 40px;
}

.babe-top {
	position: absolute;
	bottom: -35px;
	/*right: -100%;*/
	right: 0;
	height: 100%;
	pointer-events: none;
	transition: all .3s ease-out;
}
/*
.babe-top.in-view {
	right: 0;
	transition: all .2s ease-in;
}
*/
.babe-second {
	position: absolute;
	bottom: -75px;
	left: -75px;
	height: 100%;
	pointer-events: none;
	z-index: 0;
}

h2,
.uk-modal-dialog .modal-heding {
	text-align: center;
	text-transform: uppercase;
}

.uk-modal-dialog .modal-heding {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}

body.inner-page h1 span,
h2 span,
.uk-modal-dialog .modal-heding span {
	display: inline-block;
	position: relative;
	font-size: 36px;
	font-weight: 900;
	color: #000;
	z-index: 1;
}

body.inner-page h1 span {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 42px;
	color: #000000;
}
/*
h2 span::after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	content: '';
	display: block;
	height: 14px;
	width: calc(100% + 100px);
	transform: translateX(-50%);
	z-index: -1;
    background-color: #38a4f4;
}
*/
body.inner-page h1 span::after,
h2 span::after,
.uk-modal-dialog .modal-heding span::after {
	position: absolute;
	bottom: 2px;
	left: 50%;
	content: '';
	display: block;
	height: 14px;
	width: 0;
	opacity: 0;
	transform: translateX(-50%);
	z-index: -1;
    background-color: #38a4f4;
	transition: all .3s ease-in;
}

body.inner-page h1.in-view span::after,
h2.in-view span::after,
.uk-modal-dialog .modal-heding span::after {
	opacity: 1;
	width: calc(100% + 100px);
	transition: all .6s ease-out;
}

body.inner-page h1 span::after {
	bottom: 6px;
}

.uk-modal-dialog .modal-heding {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	text-align: left;
}

.uk-modal-dialog .modal-heding span::after {
	position: absolute;
	bottom: 2px;
	left: 0;
	content: '';
	display: block;
	height: 14px;
	width: 0;
	opacity: 0;
	transform: translateX(0);
	z-index: -1;
    background-color: #38a4f4;
	transition: all .3s ease-in;
}

.uk-modal-dialog .modal-heding span::after {
	opacity: 1;
	width: calc(100% + 50px);
	transition: all .6s ease-out;
}

.bg-primary>h2 {
	color: #000;
}

.bg-primary h2>span::after {
    background-color: #fff;
}

.service-grid>li>.uk-panel {
	background: #fff;
	border-top: 1px solid #efefef;
	border-left: 1px solid #efefef;
}

.service-grid>li>a.uk-panel h3 {
	color: #38a4f4;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 30px;
}

.service-grid>li:nth-child(4n)>.uk-panel {
	border-right: 1px solid #efefef;
}

.service-grid>li:nth-last-child(-n+4)>.uk-panel {	
	border-bottom: 1px solid #efefef;
}

.service-grid>li>.uk-panel:not(.service-grid-button-container) {	
	transition: all .3s ease-out;
	transform: scale(1.1);
}

.service-grid>li:hover {
	z-index: 1;
}

.service-grid>li:hover>a.uk-panel h3 {
	text-decoration: none;
}

.service-grid>li:hover>.uk-panel:not(.service-grid-button-container) {	
	transition: all .2s ease-in;
	transform: scale(1.1);	
	box-shadow: 0px 3px 5px 0px rgba(52, 57, 139, 0.15), 0px 15px 20px 0px rgba(52, 57, 139, 0.25);
}

.step-grid .uk-panel-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	color: #000;
}

.step-grid>li {
	position: relative;
}

.step-grid>li:not(:last-child)::after {
	position: absolute;
	content: "\f061";
	display: block;
	color: #fff;
	font-family: 'Line Awesome Free';
	font-size: 60px;
	font-weight: 900;
	top: 50%;
    right: 0;
    transform: translateX(100%);
}

.uk-panel-teaser {
	border-radius: 4px;
}

.news-grid-panel .uk-panel-teaser {
	border-radius: 4px;
	margin-bottom: 25px;
}

.news-grid-panel .uk-panel-title {
	position: relative;
}

.news-grid-panel .uk-panel-title h2 {
	margin-bottom: 0;
	line-height: 24px;
}

.news-grid-panel .uk-panel-title::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #38a4f4;
}

.news-grid-panel .uk-panel-title h2 span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    color: #000;
}

.news-grid-panel .uk-panel-title .news-grid-meta {
	color: #999999;
	font-size: 14px;
	position: relative;
	z-index: 1;
	line-height: 16px;
}

.news-grid-panel p {
	color: #333333;
	font-size: 14px;
}

.header-phone {
	color: #333;
	font-size: 36px;
	font-weight: 900;
}

.footer-phone {
	font-size: 36px;
	font-weight: 900;
}

.pageblock-contacts .uk-overlay-panel {
	padding: 0;
}

.pageblock-heading {
	margin-bottom: 35px;
}

.pageblock .pageblock-heading:nth-child(n+2) {
	margin-top: 75px;
}

.start-arrow {
	color: #38a4f4;
	font-size: 60px;
}

.menu-wrapper {
	height: auto;
	bottom: inherit;
	padding: 35px 0 75px 0;
	pointer-events: none;
	z-index: 2;
}

.pageblock-inner-top .menu-wrapper {
    height: auto;
    bottom: inherit;
    padding: 50px 0 75px 0;
    pointer-events: none;
}

.menu-wrapper nav {
	pointer-events: all;
}

[data-uk-sticky].uk-active {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

.uk-modal {
	background: rgba(56,164,244,.8);
}

.uk-modal-dialog {
	border-radius: 4px;
	box-shadow: 0px 3px 5px 0px rgba(52, 57, 139, 0.15), 0px 15px 20px 0px rgba(52, 57, 139, 0.25);
	padding: 35px;
}

.uk-close:after {
    display: block;
    content: "\f00d";
    font-family: 'Line Awesome Free';
	font-weight: 900;
	line-height: 36px;
}

.uk-modal-dialog>.uk-close:first-child {
	margin: -5px -5px 0 0;
    float: right;
	font-size: 36px;
	width: 36px;
	height: 36px;;
}

.uk-navbar-toggle {
	color: #38a4f4;
    background: #fff;
    border: 2px solid #fff;
    min-height: 40px;
    border-radius: 4px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    padding: 13px;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px 0px rgba(52, 57, 139, 0.15), 0px 15px 20px 0px rgba(52, 57, 139, 0.25);
	transition: all .3s ease-out;
	width: 50px;
	height: 50px;
	position: relative;
	z-index: 10;
	text-decoration: none;
    display: block;
    float: left;
}

.menu-burger,
.menu-burger::before,
.menu-burger::after {
	position: absolute;
	display: block;
	background-color: #38a4f4;
	height: 4px;
	border-radius: 1px;
	width: 30px;
	content: '';
	transition: all .2s ease-out;
}

.uk-navbar-toggle:focus .menu-burger,
.uk-navbar-toggle:active .menu-burger,
.uk-navbar-toggle.active .menu-burger,
.uk-navbar-toggle:focus .menu-burger::before,
.uk-navbar-toggle:active .menu-burger::before,
.uk-navbar-toggle.active .menu-burger::before,
.uk-navbar-toggle:focus .menu-burger::after,
.uk-navbar-toggle:active .menu-burger::after,
.uk-navbar-toggle.active .menu-burger::after {
	transition: all .1s ease-in;
}

.menu-burger {
	top: 50%;
	left: 50%;
	display: block;
	transform: translateX(-50%) translateY(-50%);
}

.menu-burger::before {
	top: -12px;
}

.menu-burger::after {
	bottom: -12px;
}

.uk-navbar-toggle:after {
	content: "";
	display: none;
}

.uk-navbar-toggle.active .menu-burger {
	background-color: #fff;
}

.uk-navbar-toggle.active .menu-burger::before {
	top: 0;
	transform: rotate(-45deg);
}

.uk-navbar-toggle.active .menu-burger::after {
	bottom: 0;
	transform: rotate(45deg);
}

.service-details-image {
	padding: 75px;
	border: 1px solid #f3f3f3;
}

#scene-home {
	z-index: 10;
    pointer-events: none;
	overflow: hidden;
    margin: 0;
    padding: 0;
}

#scene-home>li {
    text-align: center;
    margin: auto;
    width: 100%;
}

#scene-home>li>img {
    transform: scale(1.5) translateY(-10%);
    /*transform: scale(1.2) translateY(-10%) rotate(135deg);*/
}

.pricing-table {
    border-collapse: collapse;
    width: 100%;
}

.pricing-table tr td {
    font-size: 14px;
    padding: 6px 8px;
}

.pricing-table tr td:last-of-type {
    text-align: right;
}

.pricing-table tr:not(:last-child) td {
    border-bottom: 1px solid #dbedff;
}

.pricing-table tr:nth-of-type(odd) {
    background: #eff8ff;
}

.pricing-table tr {
    transition: all .3s ease-out;
}

.pricing-table tr:hover {
    background: #d0eaff;
    transition: all .2s ease-in;
}

ol ul {
    list-style-type: disc;
}

ol ul>li {
    margin-bottom: 5px;
}

ol ul>li:not(:last-of-type):after {
    content: ';';
}

ol ul>li:last-of-type:after {
    content: '.';
}

body.inner-page .pageblock-content h2,
.uk-modal-dialog h2 {
    position: relative;
    z-index: 1;
    font-weight: 600;
}

body.inner-page .pageblock-content h2:after,
.uk-modal-dialog h2:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 6px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #efefef;
    z-index: -1;
}

.btn-address-top {
    font-size: 18px;
    line-height: 20px;
    color: ;
}

.btn-address-top img, 
.btn-address-top svg {
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

.btn-address-top span {
    border-bottom: 2px dotted #38a4f4;
    color: #333333;
    transition: all .3s ease-out;
}

.btn-address-top:hover {
    text-decoration: none;
}

.btn-address-top:hover span {
    text-decoration: none;
    border-bottom: 2px dotted transparent;
    transition: all .2s ease-in;
}

.contacts-address-map {
    height: 400px;
    overflow: hidden;
    border-radius: 4px;
}

.contacts-overlay-image {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 30%;
    z-index: 1;
}

.uk-description-list-horizontal>dt {
    font-weight: 600;
}

.uk-description-list-horizontal>dt,
.uk-description-list-horizontal>dd {
    margin-bottom: 5px;
}

.pageblock-home .uk-overlay-panel {
    color: inherit;
}

/*
.uk-navbar-toggle:focus .menu-burger,
.uk-navbar-toggle:active .menu-burger,
.uk-navbar-toggle.active .menu-burger {
	background-color: #fff;
}

.uk-navbar-toggle:focus .menu-burger::before,
.uk-navbar-toggle:active .menu-burger::before,
.uk-navbar-toggle.active .menu-burger::before {
	top: 0;
	transform: rotate(-45deg);
}

.uk-navbar-toggle:focus .menu-burger::after,
.uk-navbar-toggle:active .menu-burger::after,
.uk-navbar-toggle.active .menu-burger::after {
	bottom: 0;
	transform: rotate(45deg);
}
*/

.uk-navbar-nav>li.uk-open>a {
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
    background: #fff;
}

.uk-dropdown-navbar {
    border: 2px solid rgba(0, 0, 0, 0.15);
    margin-top: -2px;
    z-index: -1;
    background: #fff;
    border-radius: 0 4px 4px 4px;
    box-shadow: 0px 3px 5px 0px rgba(52, 57, 139, 0.15), 0px 15px 20px 0px rgba(52, 57, 139, 0.25);
    width: 260px;
    padding-top: 10px;
}

.uk-dropdown-navbar .uk-nav-navbar>li>a {
    padding: 10px 15px;
    margin: 0 15px;
    border-radius: 4px;
    text-decoration: none;
}

.uk-dropdown-navbar .uk-nav-navbar>li:nth-child(n+1) {
    margin-top: 10px;
}

@media (max-width: 320px) {

}

@media (max-width: 599px) {
	[data-uk-sticky].uk-active {
		background: transparent;
	}
	
	.babe-second {
		bottom: -50px;
		left: 0;
	}

	.pageblock:not(.pageblock-contacts):not(.pageblock-home) {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.header-phone,
	.footer-phone {
		font-size: 28px;
		font-weight: 900;
	}
	.pageblock-home h1 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 0;
	}

	.pageblock-home h1 span {
		font-size: 42px;
		line-height: 42px;
	}

	.pageblock-home-contacts {
		color: #333333;
		font-size: 14px;
		line-height: 22px;
		margin-top: 15px;
		margin-bottom: 125px;
		text-align: center;
	}

	.pageblock-home {
		max-height: inherit;
		min-height: inherit;
		height: auto !important;
		padding: 0;
	}

	.pageblock-home .uk-overlay-panel {
		position: relative;
		padding: 0;
	}

	.home-meta {
		margin-top: 0px !important;
	}

	h2.in-view>span::after {
		width: calc(100% + 50px);
	}

	body.inner-page .top-address .uk-text-muted {
		margin-left: 0;
		white-space: nowrap;
	}

	.pageblock-inner-top {
		padding: 15px 0 0 0 !important;
	}

	.service-details-image {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.uk-navbar-nav>li {
		float: none;
		position: relative;
		display: block;
	}

	.uk-navbar-nav>li.uk-active>a {
		background-color: transparent;
		color: #333333;
		text-decoration: none;
		border: 2px solid #38a4f4;
		min-height: 40px;
		border-radius: 4px;
	}
	
	.inner-page [data-uk-sticky]:not(.uk-active) .menu-main {
		top: 150px;
		z-index: 10;
	}

	.menu-main {
		display: block !important;
		position: absolute;
		top: 80px;
		color: #38a4f4;
		background: #fff;
		border: 2px solid #fff;
		border-radius: 4px;
		font-size: 18px;
		line-height: 20px;
		font-weight: 600;
		padding: 13px;
		box-sizing: border-box;
		box-shadow: 0px 3px 5px 0px rgba(52, 57, 139, 0.15), 0px 15px 20px 0px rgba(52, 57, 139, 0.25);
		transition: all .3s ease-out;
		width: calc(100% - 30px);
		/*z-index: 10;*/
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease-out;
	}

	.menu-main.active {
		opacity: 1;
		pointer-events: all;
		transition: all .2s ease-in;
	}

	.menu-main::after {
		content: '';
		display: block;
		position: absolute;
		top: -82px;
		left: -25px;
		width: calc(100% + 50px);
		height: 100vh;
		right: 0;
		bottom: 0;
		background-color: rgba(56,164,244,.8);
		z-index: -1;
		backdrop-filter: blur(3px);
		opacity: 0;
		transition: all .3s ease-out;
	}

	[data-uk-sticky].uk-active .menu-main.active::after {
		opacity: 10;
		transition: all .2s ease-in;
		transition-delay: .1s;
	}
		
	body.inner-page .uk-navbar {
		width: auto;
	}

	.inner-page-navbar-grid {
		display: table;
		width: 100%;
		width: calc(100% + 25px);
	}

	.inner-page-navbar-grid>* {
		display: table-cell;
	}

	.callback-button-container {
		float: right;
		width: auto;
	}

	.service-details-image {
		padding: 25px;
	}
	
	.uk-breadcrumb {
		margin-top: 15px;
	}
	
	.uk-open>.uk-dropdown-navbar {
        z-index: 1;
    }
    
    .uk-open>.uk-dropdown {
        top: 50px;
        left: 0px;
        width: 100%;
        margin-top: -4px;
        border-top: 2px solid #eee;
        border-radius: 0 0 4px 4px;
    }
}

@media (max-width: 959px) {
	body.inner-page .top-address .uk-text-muted {
		margin-left: 0;
		white-space: nowrap;
	}

	body.inner-page .pageblock-contacts h2>span {
		color: #fff;
	}

	.menu-wrapper {
		padding: 15px 0 15px 0 !important;
		z-index: 10;
	}
	.menu-wrapper .uk-container {
		padding: 0 15px;
	}
	.service-grid>li>a.uk-panel>div {
		display: table;
		width: 100%;
		float: none;
	}
	.service-grid>li>a.uk-panel>div>div {
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.service-grid>li>a.uk-panel h3 {
		text-align: left;
		padding-left: 25px;
		margin: 0;
	}
	.service-grid>li>.uk-panel {
		background: #fff;
		border-top: 1px solid #efefef;
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
	}
	.service-grid>li:nth-last-child(-n+4)>.uk-panel {
		border-bottom: none;
	}
	.service-grid>li:last-child>.uk-panel {
		border-bottom: 1px solid #efefef;
	}
	.babe-top,
	.babe-second {
		height: auto;
		width: 100%;
	}
	.step-grid-container {
		margin: 0;
	}
	.step-grid-order-button-container {
		padding: 0;
	}
	.step-grid>li:not(:last-child)::after {
		position: absolute;
		content: "\f063";
		display: block;
		color: #fff;
		font-family: 'Line Awesome Free';
		font-size: 30px;
		font-weight: 900;
		top: inherit;
		bottom: 0;
		right: inherit;
		left: 50%;
		transform: translateX(-50%) translateY(100%);
	}
	.step-grid {
		text-align: left !important;
		margin-top: 25px;
		margin-bottom: 150px !important;
	}
	.uk-navbar-nav>li:not(:last-child) {
		margin-bottom: 10px;
	}
	body.inner-page .top-logo-inner {
		margin-bottom: 15px;
		transition: height .3s ease-out;
		height: auto;
		overflow: hidden;
	}
	body.inner-page [data-uk-sticky].uk-active .top-logo-inner {
		margin-bottom: 0px;
		transition: height .3s ease-in;
		height: 0;
	}

	.service-details-image {
		padding: 50px;
	}
}

@media (min-width: 960px) {
	.service-icon {
		padding: 35px 60px;
	}	

	.uk-navbar-nav>li:not(:last-child) {
		margin-right: 10px;
	}

	body.inner-page h1,
	body.inner-page h2 {
		text-align: left;
	}

	body.inner-page h1 span,
	body.inner-page h2 span {	
		font-size: 42px;
	}

	body.inner-page h1 span::after,
	body.inner-page h2 span::after {
		left: 0;
		transform: translateX(0);
		bottom: 0;
	}

	body.inner-page h1.in-view span::after {
		bottom: 6px;
	}
	
	body.inner-page h1.in-view span::after,
	body.inner-page h2.in-view span::after {
		width: calc(100% + 50px);
	}

	body.inner-page .pageblock-contacts h2 {
		text-align: center;
	}

	body.inner-page .pageblock-contacts h2 span {	
		color: #fff;
		font-size: 36px;
	}
	
	body.inner-page .pageblock-contacts h2 span::after {
		left: 50%;
		transform: translateX(-50%);
		bottom: 2px;
	}
	
	body.inner-page .pageblock-contacts h2.in-view span::after {
		opacity: 1;
		width: calc(100% + 100px);
		transition: all .6s ease-out;
	}

	.news-grid-panel .uk-panel-title h2 span {
		font-size: 24px;
		line-height: 24px;
	}
	
	body.inner-page .pageblock-content {
		padding-top: 10px;
	}

	.news-grid-panel {
		margin-bottom: 35px !important;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {

}

@media (max-width: 1439px) {
    .pageblock-home-contacts {
        margin-bottom: 10vh;
    }
}

@media (min-width: 960px) and (max-width: 1279px) {
	.header-phone {
		font-size: 26px;
	}

	.uk-button.primary,
	.uk-navbar-nav>li>a {
		font-size: 12px;
	}	
}

@media (min-width: 1280px) and (max-width: 1599px) {
	.header-phone {
		font-size: 32px;
	}

	.uk-button.primary,
	.uk-navbar-nav>li>a {
		font-size: 16px;
	}
}

@media (min-width: 1600px) {
	.uk-container {
		max-width: 1440px;
	}
	
	.top-block-content .logo {
		margin-bottom: 50px;
	}
	
	.top-block-content h1 {
		margin-top: 50px;
		margin-bottom: 0px;
	}
}

@media (min-width: 1900px) {
	/*.uk-container {
		max-width: 1600px;
	}*/
}