@import url("font-awesome.css");

.bg_promo {
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:cover;
}

/* offcanvas */
.offcanvas-header{ display:none; }
.screen-overlay {
	height: 100%;
	z-index: 30;
	position: fixed;
	top: 0;
	left: 0;
	opacity:0;
	visibility:hidden;
	background-color: rgba(34, 34, 34, 0.6);
	transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
	transition:opacity .5s ease, width 0s;
	opacity:1;
	width:100%;
	visibility:visible;
}

@media all and (max-width:992px) { 
	
	.offcanvas-header{ display:block; }
	
	.mobile-offcanvas li ul.dropdown-menu {
		background:transparent!important;
	}
	.navbar-light .navbar-nav .nav-link {
		color: rgb(255 255 255 / 0.65)!important;	
	}
	.mobile-offcanvas li ul.dropdown-menu a {
		color: rgb(255 255 255 / 0.65)!important;
		margin: 0!important;
		padding-left: 10px!important;
		background: none!important;
		font-size:15px;
	}
	.navbar-nav li.nav-item:first-child {
		padding-top: 0!important;	
	}
	.mobile-offcanvas .menu.navbar-nav {
		margin-top: 10px;
	}
	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(-100%);
		border-radius:0; 
		display:block;
		position: fixed;
		top: 0; left:0;
		height: 100%;
		z-index: 1200;
		width:80%;
		background: #011e44;
		padding: 0 20px;
		overflow-y: scroll;
		overflow-x: hidden;
		transition: visibility .2s ease-in-out, transform .2s ease-in-out;
	}
	
	.mobile-offcanvas.show{
		visibility: visible;
		transform: translateX(0);
	}
}
/**/


.head-tel {
    display: inline-block;
    margin-top: 7px;
    margin-left: 15px;
}



.pre_block {
    display: block;
    position: relative;
    padding-top: 30.027548209366394%;
    background: url(data:image/gif;base64,R0lGODlhCgAIAIABAN3d3f///yH5BAEAAAEALAAAAAAKAAgAAAINjAOnyJv2oJOrVXrzKQA7);
}


img {max-width:100%;}
.caption {
	padding:20px;
    background-color: #2cbae4;
    border-bottom: 8px solid #106179;
    color: #ffffff;
	margin-bottom:15px;
}
.bee_btn {
	background: #ffcc4f;
    color: #000;
    box-shadow: 0px 5px 21px 0px rgba(28, 28, 28, 0.09);
	position:relative;
	overflow:hidden;
}
.bee_btn:hover,
.bee_btn:active,
.bee_btn:focus {
	background: #daa217!important;
	color:#000!important;
	border-color:transparent!important;
}

.blik_btn:after {
    content: "";
    display: block;
    width: 5px;
    height:300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -100px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 0.03s;
    animation-delay: 0.03s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 
	0% { left: -30px; margin-left: 0px; }
	30% { left: 110%; margin-left: 80px; }
	100% { left: 110%; margin-left: 80px; } 
}


.price_list {
	display: flex;
    justify-content: space-evenly;
	flex-wrap: wrap;
	margin-bottom:30px;
	
}
.price_list .item {
    font-family: Roboto condensed;
    border: 1px solid #f3f3f3;
    background: #fff;
    padding: 15px 15px;
    width: 32%;
    margin: 0.5% 0.5% 15px 0.5%;
    display: flex;
    flex-flow: column;
    align-items: initial;
    align-content: center;
    justify-content: space-between;
    border-radius: 6px;
    box-shadow: 0px 5px 21px 0px rgba(28, 28, 28, 0.09);
    border-bottom: 5px solid #ffcc4f;
}
.price_list .item_descr {
	color:#555;
}
.price_list .item_descr ul{
	padding-left: 15px;
}
.price_list .item_title h4 {
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	margin-top:0;
}
.price_list .item_price {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.price_list .item_price span {
    font-size: 21px;
    font-weight: 900;
    color: #d65151;
    margin-bottom: 10px;
    display: block;
}



@media screen and (max-width: 960px) {
	.price_list .item {
		width: 100%!important;
		
	}
	.price_list {
		display: block;
	}
	
}

.slider_wrap {
	position:relative;
    min-height: 350px;
    background: #eee;
    display: grid;
    align-items: center;
	background-color:#999;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	
}
.slider_wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(51, 51, 51, 0.3);*/
}
.item-image img {
    padding: 5px;
    background: #fafafa;
    margin-bottom: 15px;
}



header {
    
    background: #fff;
	box-shadow: 0 0px 6px rgba(31, 31, 31, 0.15);
}

.content-body {
    margin-bottom: 40px;
    padding-top: 10px;
}


.main_nav.affix {
	z-index: 1000;
	width: 100%;
	top:0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 0px 6px rgba(31, 31, 31, 0.15);
}

@media screen and (max-width: 600px) {
    table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
	}
}




.content-category h2 {
    padding-bottom: 11px;
    margin: 0 0 15px;
    border-bottom: 1px solid #eee;
}

.top_contact {
	background:#fafafa;
	font-size: 14px;
}
.top_contact ul {
	display: flex;
	justify-content: flex-end;
	list-style: none;
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0;
	min-height: 34px;
}

.top_contact ul li {
	line-height: 34px;
	margin-right: 8px;
	padding-right: 8px;
}

.top_contact ul li a {
	text-decoration:none;
}

.mts,
.a1 {
	position: relative;
    display: inline;
    font-weight: bold;
    text-decoration: none!important;
}
.tel { 
    font-size: 1.4em;
	font-weight: bold;
}
.mts:before,
.a1:before {
	content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-bottom: -3px;
    margin-right: 5px;
    background-size: cover;
    background-position: 50% 50%;
}
.mts:before {
	background-image: url(/images/sys/mts.svg);
}
.a1:before {
	background-image: url(/images/sys/a1.png);
}

@media (max-width: 750px) {

	.logo {
    width: 115px;
	}
	 
}


.home .md_title {
    text-align: center;
    font-family: Roboto condensed;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: bold;
    border: none;
    text-transform: uppercase;
}


.simplecallback-overlayed div.md_title {
    font-size: 21px;
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
}



.home .content-body {
	margin-bottom:0;
	display:none;
}

/* make sidebar nav vertical */ 
.sidebar-nav .navbar {
    padding: 0;
    max-height: none;
}
.sidebar-nav .navbar ul {
    float: none;
    display: block;
}
.sidebar-nav .navbar li {
    float: none;
    display: block;
}
.sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
}





#top-main {
	padding-bottom:10px;
}

#top-main div.md_title {
	padding-bottom: 5px;
    font-size: 16px;
}



/* md style default */ 


.md_card {}
.sidebar-nav {}
.submenu_title {
	font-family: Roboto condensed;
    font-weight: 300;
    font-size: 23px;
    margin-bottom: 10px;
    line-height: 1.3;
    color: inherit;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
}
.sidebar-nav {
    background: #fafafa;
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 30px;
}
.sidebar-nav .nav > li {
	display: block;
	width: 100%;
	clear: both;
}
.sidebar-nav .nav > li > a {
    padding: 5px 10px;
}
.sidebar-nav ul li > .dropdown-menu {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: none;
    border: none;
    background: transparent;
}
.sidebar-nav .nav > li > a:hover,
.sidebar-nav .nav > li > a:focus {
	color:#000;
}


.sidebar-nav .nav > .active > a, 
.sidebar-nav .nav > .active > a:hover, 
.sidebar-nav .nav > .active > a:focus
{
	color: #000!important;
    text-decoration: none;
    outline: 0;
    background-color: #dddddd;
}
.sidebar-nav ul li > .dropdown-menu > li > a {
    color: #1d84c3;
    padding: 5px 0px 5px 30px;
}
.sidebar-nav ul li > .dropdown-menu span {
	list-style: circle;
	display: list-item;
}

div.md_title {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

.h2.b_title {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/* md style default end */ 
.home .promo div.md_card {
    display: inline-block;
}
.home .promo div.md_title {
    border-bottom: none;
    text-align: center;
    text-transform: uppercase;
	position:relative;
}
.home .promo div.md_title span {
    background: #fff;
    padding: 0 15px;
}
.home .promo div.md_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 35%;
    height: 2px;
    width: 100%;
    background: #000;
	z-index: -1;
}




.form-control::-webkit-input-placeholder {
	text-indent: 0px;   
	transition: text-indent 0.3s ease;
	color:#555;
}
.form-control::-moz-placeholder {
	text-indent: 0px;
	transition: text-indent 0.3s ease;
	color:#555;
}
.form-control:-moz-placeholder {
	text-indent: 0px;   
	transition: text-indent 0.3s ease;
	color:#555;
}
.form-control:-ms-input-placeholder {
	text-indent: 0px;   
	transition: text-indent 0.3s ease;
	color:#555;
}
.form-control:focus::-webkit-input-placeholder {
	text-indent: 500px; 
	overflow:hidden;
	white-space: nowrap;
	transition: text-indent 0.3s ease;
	color:#555;
}
.form-control:focus::-moz-placeholder {
	text-indent: 500px;
	overflow:hidden;
	white-space: nowrap;
	transition: text-indent 0.3s ease;
	color:#555;
}
.form-control:focus:-moz-placeholder {
	text-indent: 500px;
	overflow:hidden;
	white-space: nowrap;
	transition: text-indent 0.3s ease;
	color:#555;
}
.form-control:focus:-ms-input-placeholder      {
	text-indent: 500px;
	white-space: nowrap;
	overflow:hidden;
	transition: text-indent 0.3s ease;
	color:#555;
}
textarea {
    overflow: hidden;
}

/* footer */ 

footer {
    background-image: url(/images/sys/minsk_bg.jpg);
}
footer.wrap {
}

footer a {
    color: #fafafa;
}


#foot-nav {}
footer .nav {
	padding:0;
	margin:0;
}
footer .nav > li {
	padding:0;
	margin:0;
}
footer .nav > li > a  {
    padding: 0;
    line-height: 28px;
    display: inline-block;
}

.tw_colum {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.tw_colum a {
	padding: 3px 0px;
}

@media (max-width: 550px) {
	.tw_colum  {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}

#footer a:hover,
#footer a:focus,
#footer a:active {
    text-decoration: underline;
    color: #ffcc4f;
    background: transparent;
}
ul#foot-nav li > a:hover, 
ul#foot-nav li > a:focus, 
ul#foot-nav li > a:active {
	background:transparent;
	text-decoration:underline;
	color:#ffcc4f;
}
#footer .md_card div.md_title {
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 18px;
}
.footer_wrap .md_card div.md_title {
	text-align: center;
}
#footer .md_card div.md_title:after {
	display:none;
}
#footer i.ico-cart {
	filter: invert(100%);
}
#footer .ksm-module-minicart {
	padding: 0;
}
#footer ul.msg_link li {
    margin-left: 0;
    margin-right: 10px;
    line-height: unset;
}
#footer ul.msg_link li a,
#footer .msg_link strong {
	color:#fff;
}
.rest {background:#f1f1f1;}


a.numb_link {
    color: #fff!important;
    font-size: 24px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-list {
    line-height: 1.5;
}
.contact-list li i {
    color: #6b7c88;
    font-size: 15px;
    margin-right: 8px;
}


/* copyright */ 
.copyright {
	font-size: 12px;
    padding: 5px 0 5px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.copyright small {
    margin-bottom: 5px;
}
#contact-form {
	padding-top: 25px;
}
#contact-form legend {
	padding-bottom: 15px;
}
#contact-form .form-group {
	margin-left: -10px;
	margin-right: -10px;
}
#contact-form input {
	padding: 4px 0;
    width: 80%;
}
#contact-form textarea {
	width:90%;
}
 

.service_list {}
.service_list .page-header {
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.service_list .readmore {
    display: flex;
    justify-content: space-evenly;
}

.service_list .item_card {
	margin-bottom: 25px;
	padding-bottom: 10px;
    display: block;
	border-bottom:1px solid #eee;
}

@media (max-width: 960px) {
	.service_list .sh_dscr {
		padding: 10px 0px 10px 12px;
	}
	
	.sp-corporex-layout .sp-slider-content{
		width: 60%;
		padding: 15px;
	}
	
	
}

.serv_title {
	font-size: 18px;
    text-transform: uppercase;
    display: flex;
	
    text-align: center;
    justify-content: center;
    min-height: 25px;
    align-items: center;
}
.serv_title a {
	color:#000;
}
.service_list .item_intro {
	margin-bottom: 15px;
    font-size: 85%;
    color: #777;
    overflow: hidden;
    display: block;
    height: 95px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}
.service_list .intro_image img {
	height: 150px;
    width: 100%;
    object-fit: cover;
}

.service_itro_text {
	font-size:18px;
}

.service-page {}

.service-page .gallerysimple {
    display: flex;
    flex-wrap: initial;
}

@media screen and (max-width: 768px) {
	.service-page .gallerysimple a {
		height: initial;
	}
	
}

/* */ 
.simplecallback-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000;
}

.simplecallback-overlayed {
    width: 290px;
    position: absolute;
    left: 48%;
    top: 30px;
    margin-left: -130px;
    z-index: 10010;
    background: #fff;
    padding: 15px
}

.simplecallback-overlayed.simplecallback-loading::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.5);
}

.simplecallback-loading-svg {
    position: absolute;
    z-index: 110;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    visibility: hidden;
    opacity: 0;
    transition: all 200ms;
}

.simplecallback-overlayed.simplecallback-loading .simplecallback-loading-svg {
    visibility: visible;
    opacity: 1;
    transition: all 200ms;
}

.simplecallback-close {
    font-size: 32px;
    cursor: pointer;
    position: absolute;
    right: 5px;
    display: inline-block;
    top: 4px;
    color: #000!important;
    line-height: 24px;
    text-align: center;
}

.simplecallback-close:hover {
    background: transparent;
}

.simplecallback-captcha {
    margin-bottom: 10px;
}

/* BZZZzzZzz... Honeypot Input! :) */
.simplecallback-username {
    display: none !important;
}

.textarea-form {resize:none;}

.shine {
    background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
    background-image: linear-gradient(45deg,rgba(255,255,255,.0) 30%,rgba(255,255,255,.8),rgba(255,255,255,.0) 70%);
    background-repeat: no-repeat;
    background-position: -200% 0,0 0,0 0,0 100%,0 4px,0 calc(100% - 4px);
    animation: shine 5s ease reverse infinite;
    box-shadow: 0 9px 40px 0 rgba(50,50,50,0.30);
}


@media only screen and (max-width: 750px)
{
	.home .md_title {
		font-size: 23px;
		margin-bottom: 20px;
		
	}
}




@media only screen and (max-width: 769px) { 
	
	.head-adress ul,
	.head-tel ul {
		float:inherit;
		margin-top:15px;
	}
	.head-adress ul:before,
	.head-tel ul:before {
		display:none;
	}
	
	.sp-corporex-layout .sp-slider-content {
		display: inline-block;
		width: 80%;
		left: 10px;
		top: 8%;
		padding: 10px;
	}
	.sp-corporex-layout .sp-slider-content .sp-title {
		font-size: 18px;
		margin-top: 10;
	}
	.sp-corporex-layout .sp-slider-content .sp-full-text {
		font-size: 14px;
		line-height: 1.3;
	}
	.sp-corporex-layout .sp-slider-content .sp-full-text .btn {
		font-size: inherit;
	}
	h1, .h1 {
		font-size: 26px;
	}
	
	h2, .h2 {
		font-size: 24px;
	}
	.home div.md_title {
		font-size: 24px;
		line-height: 1.3;
	}
	h3, .h3 {
		font-size: 21px;
	}
	
}

.insta-row .md_card {
	margin-bottom:0;
}

#back-to-top{position:fixed;bottom:40px;right:1%;z-index:999}

#back-to-top span{display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
    border-radius: 50%;
    opacity: .8;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.23);
}

#back-to-top span:hover{opacity:1}

#back-to-top span:before{line-height:46px}

.wbamp-header-image.wbamp-header-site-name amp-img {
	width: 150px!important;
    height: 45px!important;
    display: inline-block!important;
    vertical-align: initial!important;
}

.input__wrapper {
	width: 100%;
	position: relative;
	margin: 15px 0;
	text-align: center;
}

.rf-upload-button {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.input__file-icon-wrapper {
    height: 38px;
    width: 38px;
    margin-left: -15px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.input__file-button-text {
    line-height: 1;
    margin-top: 1px;
}

.rf-upload-button-text {
    width: max-content;
	padding: 0 15px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

td > p {
    margin-bottom: 0.35rem;
} 
td > p:last-child {
	margin-bottom:0;
}
.price_item,
.for_price_item {
	text-align:center;
}
tr > td:last-child {
    min-width: 145px;
}

.dash {
	position:relative;
}
.dash:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100px;
    background: #ffcd39;
}

.shape:before {
    content: "";
    position: absolute;
    left: -100px;
    top: -100px;
    width: 260px;
    height: 260px;
    background-color: rgb(255 238 140 / 0.5);
    border-radius: 215px 45px;
}
.shape:after {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -99px;
    width: 245px;
    height: 245px;
    border-radius: 200px 45px;
    background-color: rgb(255 238 140 / 0.5);
}
.pay {
	background-image: url(/images/sys/transparent-bg.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    margin-top: 0px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}