@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;900&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*,
 :focus {
	outline: none;
}



body,
html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Roboto', sans-serif;*/
	
	margin: 0;
	font-weight: normal;
	color: #383838;
	font-size: 16px;
	line-height: 1.5;
	padding: 0;
	overflow-x: hidden;
	
}
body::-webkit-scrollbar { display: none; }


a,
input[type=radio],
input[type=checkbox],
select {
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .75rem;
	font-weight: 500;
}

a {
	font-size: 14px;
	color: #383838;
	text-decoration: none;
	-webkit-transition: color 0.25s ease-in-out;
	-o-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: none;
	outline: none;
	-webkit-transition: .3s ease-out;
	-webkit-transition-delay: 0.3s;
	-o-transition: .3s ease-out;
	-o-transition-delay: 0.3s;
	-moz-transition: .3s ease-out;
	-moz-transition-delay: 0.3s;
	transition: .3s ease-out;
	transition-delay: 0.3s;
}

.fa {
	font-size: 20px;
}

img,
figure {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.img-thumbnail {
	border: none;
}

svg {
	max-width: 100%;
	vertical-align: middle;
	color: #383838;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

legend {
	font-size: 18px;
	padding: 0px 0px 0px 15px;
	/*width:60%;*/
	border-bottom: none;

}

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: 12px;
}

.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;
}

/* navs */
.nav-tabs {
	margin: 20px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	border: none;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #383838;
	border: none;
	border-radius: 0;
}

/*scrollbar*/

::-webkit-scrollbar {
	width: 15px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background-color: #9699a2;
}

::-webkit-scrollbar-thumb {
	background-color: #5c6882;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #555;
}

::-moz-selection {
	background: #4e54c81f;
}

::selection {
	background: #4e54c81f;
}

::-moz-selection {
	background: #4e54c81f;
}

::-moz-focus-outer,
::-moz-focus-inner {
	border: 0;
	padding: 0;
}


/* inputs */

::-webkit-input-placeholder {
	color: #2d2a38;
}

:-moz-placeholder {
	color: #2d2a38;
}

::-moz-placeholder {
	color: #2d2a38;
}

:-ms-input-placeholder {
	color: #2d2a38;
}


/* components */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.m-auto {
	margin: auto;
}

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

#content {
	min-height: 700px;
	margin-bottom: 20px;
}

.title {
	color: #383838;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	display: block;
	margin: 20px auto;
	text-transform: uppercase;
}

/* breadcrumb */

.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: none;
	text-align: center;
	background: transparent;
}

.breadcrumb i {
	font-size: 15px;
}

.breadcrumb>li {
	position: relative;
	white-space: nowrap;
}

.breadcrumb>li+li:before {
	content: '';
	padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding: 0 7px;
	color: #6c757d;
	content: "/";
}

.pagination {
	margin: 0;
}


/* buttons */

.btn,
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	outline: none!important;
	box-shadow: none!important;
}

.btn-default,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	position: relative;
	color: #fff;
	text-align: center;
	border: none;
	background: #343a40;
}

.btn-default:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #383838;
	height: 1px;
}

.btn-default:hover:after {
	width: 100%;
	transition: all .5s;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	background-color: #4192bc;
	border-color: #4192bc;
}

#toTop {
	display: none;
	position: fixed;
	bottom: 10px;
	border-radius:20%;
    right: 5px;
	z-index: 999;
	border: 2px solid #4192bc;
	outline: none;
	background-color: #4192bc;
	color: #fff;
	cursor: pointer;
	padding: 10px 12px;
}

#toTop:hover {
	color: #333;
}

.cart-close {
	font-size: 20px;
	color: red;
}

/* 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: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}


/* main header*/

header {
	/*max-width: 1440px;*/
	/*width: 90%;*/
	width: 100%;
	background-color: #eee;

	margin: 0 auto;
	animation: header-animation 1s;
}

@keyframes header-animation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

header button {
	background: none;
	box-shadow: none!important;
	padding: 0;
	border: none;
	margin: auto 5px;
	display: flex;
}

.top-header {
	padding: 15px 0;
	display: flex;
	align-items: center;
	max-width: 1440px;
    margin: 0 auto;
}

.top-header-left {
	display: flex;
	align-items: center;
	flex: calc(100% - 300px);
	flex-direction: row-reverse;
}

.header-phone {
	font-size: 14px;
	color: #383838;
	margin: auto 20px;
	padding: 0px;
}

.header-phone:hover {
	color: #636262;
}

.top-header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/*margin-bottom: -10px;*/
}

.logo {
	max-width: 150px;
	min-height: 40px;
	display: flex;
	align-items: center;
	flex: 150px;
}

/* menu */

.menu {
	margin-bottom: 10px;
}

.menu>li>a {
	white-space: nowrap;
	position: relative;
	color: #eee;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0 0 5px 0;
	font-weight: 700;
	text-align: center;
	padding-bottom: 7px;
}

.menu>li>a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: '.';
	color: transparent;
	background: #4192bc;
	height: 1px;

}

.menu>li>a:hover:after {
	width: 100%;
	transition: all .5s;
}


/*modal-account*/

.modal-block {
	position: absolute;
	right: 0;
	top: 0;
	width: 350px;
	min-height: 100vh;
	margin: 0;
	background: #fff;
	overflow: hidden;
}

.modal-close {
	color: #383838;
	font-size: 40px;
	position: fixed;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 3px 15px;
	z-index: 9999;
}

.menu-modal {
	width: 100%;
	padding: 80px 10% 0 10%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.menu-modal input {
	width: 100%;
	font-size: 18px;
	border: none;
	border-bottom: 1px solid #383838;
	outline: none;
	height: auto;
}

.menu-modal .btn {
	font-size: 18px;
	border: none;
	outline: none;
	height: auto;
	width: 100%;
}


/*search*/

#search button {
	position: absolute;
	right: 10%;
	background: transparent;
	margin: 0px auto;
	border: none;
	box-shadow: none;
}

.search-block {
	width: 80%;
	overflow-y: hidden;
	max-height: 80vh;
}

.search-block li {
	border: none;
	display: flex;
	width: 100%;
	background-color: #F5F5F5;
}

.search-block a.search-link {
	padding-right: 6px;
}

.search-block li a {
	color: #3F3F3F;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 2px 1px 5px;
	font-size: 12px;
	white-space: normal;
}

.search-link {
	width: 100%;
	padding-right: 5px;
}

.search-link img {
	max-width: 30px;
}

/* cart */

#cart-total {
	background: #e79c96;
	border-radius: 150px;
	color: #fff;
	padding: 2px 8px;
	font-size: 12px;
	margin-left: 3px;
	line-height: 20px;
}

.cart-block {
	top: 80px;
	right: 0;
	width: 100%;
	left: auto;
	padding: 0;
}

.cart-text {
	margin-top: 80px;
}

.cart-table img {
	height: 47px;
	width: 47px;
}

.cart-table>tbody>tr>td,
.cart-table>tbody>tr>th,
.cart-table>tfoot>tr>td,
.cart-table>tfoot>tr>th,
.cart-table>thead>tr>td,
.cart-table>thead>tr>th {
	vertical-align: middle;
	border-top: none;
}

.cart-total tbody tr {
	display: none;
}

.cart-total tbody tr:last-child {
	display: flex;
	justify-content: center;
}

.cart-total tbody tr td {
	border: none;
}

/* product list */

.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}

.product-thumb .image {
	text-align: center;
}

.product-thumb .image a {
	display: block;
	position:relative;
}

.product-thumb .image a:hover {
	opacity: 0.8;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}

.product-thumb h4 a {
	font-weight: bold;
}

.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #4192bc;
}

.product-thumb .price-new {
	color: #fff;
	background: #4192bc;
	padding: 2px 4px;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.language-switcher {
  position: relative;
  display: inline-block;
}




/* language form */
#form-language {
	display: inline-block;
	margin-left: 10px;
  }
  
  #form-language .btn-group > .btn {
	padding: 5px 10px;
	color: #383838;
	font-size: 14px;
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
	opacity: 0.9;
	text-decoration: none;

  }
  .btn-group:hover .dropdown-menu {
	display: block;
  }
  #form-language .btn-group {
	position: relative;
  }
  #form-language .btn-group.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }

  #form-language .dropdown-menu {
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	display: block; /* нужен для анимации — не скрываем через display */
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 150px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	padding: 5px 0;
  }
  
  #form-language .btn-group:hover .dropdown-menu {
	display: block;
  }
  
  
  
  #form-language .btn-group > .btn img {
	width: 20px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
  }
  
  #form-language .btn-group > .dropdown-menu {
	min-width: 150px;
	border-radius: 6px;
	margin-left: 8px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	padding: 5px 0;
	background: #ffffffeb;
	box-sizing: border-box;


}

  
  #form-language .dropdown-menu li {
	padding: 1;
  }
  
  #form-language .dropdown-menu button {
	background: none;
	border: none;
	color: #333;
	text-align: left;
	padding: 8px 15px;
	width: 100%;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: background-color 0.2s ease;
	box-sizing: border-box;
	opacity: 0.7;



  }
 
  
  
  #form-language .dropdown-menu button:hover {
	text-decoration: none;
	opacity: 1;
	background-color: #ececec00;
  }


  #form-language .dropdown-menu img {
	width: 18px;
	height: auto;
  }


  .language-select .underline {
	position: relative;
	display: inline-block;
  }
  
  .language-select .underline::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	width: 100%;
	height: 1px;
	background-color: #4192bc;
	transition: transform 0.5s ease;
  }
  
  .language-select:hover .underline::after {
	transform: translateX(-50%) scaleX(1);
  }
  
  
  
/* language form end */





/* category.children */

/* Подменю по умолчанию */
.menu li.dropdown {
	position: relative;
}

.menu .dropdown-submenu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 180px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.7s ease, transform 0.7s ease;
	z-index: 1000;
	padding: 8px 0;
	margin-top: 4px;
	pointer-events: none; /* чтобы не мешать при скрытии */

}

/* Показывать подменю при наведении */
.menu li.dropdown:hover > .dropdown-submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;

}





/* Ссылки в подменю */
.menu .dropdown-submenu li a {
	display: inline-block;
	padding: 8px 20px;
	font-size: 13px;
	color: #383838;
	text-decoration: none;
	transition: background-color 0.2s ease;
	position: relative;
}


/*
.menu .dropdown-submenu li a:hover {
	background-color: #f5f5f5;
}
	/*

/* Добавим подчёркивание как у главного меню */
.menu .dropdown-submenu li a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 4px;
	width: 100%;
	height: 1px;
	background-color: #4192bc;
	transform: translateX(-50%) scaleX(0);
	transform-origin: center;
	transition: transform 0.5s ease;
}

.menu .dropdown-submenu li a:hover::after {
	transform: translateX(-50%) scaleX(1);
}



/* Обёртка для выравнивания кнопки и ссылки */
.menu-item-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  /* Скрыть кнопку по умолчанию (на десктопе) */
  .submenu-toggle {
	display: none;
	font-size: 20px;
	border: none;
	cursor: pointer;
	line-height: 1;
  }
  
  /* Только на мобильных */
 /* @media (max-width: 767px) {
	.submenu-toggle.d-mobile {
	  display: inline-block;
	}

  
	.dropdown-submenu.open {
	  display: block;

	}

	.menu li.dropdown {
		width: 27%;
	}
  }
  */
@media (max-width: 767px) {
  .menu .dropdown-submenu,
  .menu li.dropdown:hover > .dropdown-submenu {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }
}

  
  
/* category.children  end*/



.product-thumb .button-group button+button {
	width: 20%;
}

.product-thumb .button-group button:hover {
	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%;
	}
}

.nostock {
	filter: grayscale(1);
	opacity:0.8;
}

.nobuy {
	background: #777!important;
}

/*product*/ 

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.thumbnails>li {
	margin-left: 20px;
}

.thumbnails>img {
	width: 100%;
}

.image-main {
	flex: 100%;
}

.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
	max-width: 78px;
}

.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}

.plus-minus {
	max-width: 200px;
	padding: 10px 0;
}

.plus-minus .btn {
	padding: 20px!important;
}

.plus-minus input {
	min-height: 55px;
}

/* footer */ 
.footer-block {
	padding: 20px 0;
	background: #eee;
}

.footer-title {
	color: #383838;
	font-weight: 700;
	font-size: 14px;
}
footer {
	padding: 10px 0;
	display: flex;
	justify-content: center;
	width: 100%;
	background: #4192bc;
}

footer p {
	text-align: center;
	color: #eee;
}
/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}


/*media*/

@media (min-width: 1200px) {
	#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-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-3:nth-child(3n+1),
  #content .col-sm-4:nth-child(2n+1),
  #content .col-sm-6:nth-child(1n+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%;
	}
}
.plus {
  display: inline;
  white-space: nowrap;
  margin-left: 4px;
  font-weight: bold;
  font-size: 18px;
}
/*
@media (max-width: 767px) {
	header{
	padding-right:37px;	
	background-color:#eee;
	}
	#mob-menu-close {
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
	}
	.menu {
	position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
    padding: 10px;
	}
	.menu>li>a{
	font-size: 25px;

	}
	.showing {
		display: flex;
	}
}
*/

@media (max-width: 767px) {
  header {
    padding-right: 37px;
    background-color: #eee;
  }

  #mob-menu-close {
    position: absolute;
    top: 10%;
    right: 10%;
    font-size: 50px;
    transform: skew(25deg);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10000;
  }

  .menu {
    position: absolute;
    top: -30px;
    right: -10px;
    left: 0;
    bottom: 0;
    z-index: 9999;
    transform-origin: 0 0;
    transform: skew(-25deg) translateX(0);
    display: none;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
    transition: all 0.6s ease-in-out;
    padding: 2rem;
	overflow:hidden;
  }

  .menu > li {
    transform: skew(25deg);
    display: inline-flex;
    align-items: flex-end;
    flex-direction: column;
    font-size: 20px;
    margin: 10px 0;
  }

  .menu > li > a {
    font-size: 20px;
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
  }

  .menu > li > a:hover {
    color: #000;
  }

  .showing {
    display: flex !important;
    transition: all 0.6s ease-in-out;
  }
}

@media (max-width: 500px) {
.top-header {
   flex-wrap: wrap;
}
.top-header-left, .top-header-right {
	flex: 50%;
	     justify-content: center;
}
.logo {
	flex: 100%;
	max-width: 100%;
	justify-content: center;
	margin-bottom: 10px;
	}

}




/*own css*/

.list-inline>li {
	padding-right:20px;
	text-align: left;
	
}
.list-inline {
	text-align:center;
	padding: 10px;
	background-color: #4192bc;
	
}

.container-fluid{
	  display: flex;
  flex-direction: column;
}

#content {
  min-height: 100vh;
    flex: 1; /* занимает всё доступное пространство между header и footer */

}

/* footer время работы */
.list-unstyled th{
	padding:10px;
	
}
.list-unstyled td,
.list-unstyled th {
	white-space: nowrap;

  font-size: 14px;
  padding-left: 5px;
  margin: 10px 0;
  color: #000000;
}


/* банер */
.slider-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  height:600px;

  padding: 20px;
  position: relative;
}


.slider-mask {
position: relative;
height: 100%;
overflow: hidden;
width: 100%;
animation: header-animation 2s;
}

.slider-mask svg {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
stroke: #fff;
transition: stroke-width 2s;
transition-delay: 1s;
stroke-width: 15px;
z-index: 3;
}

.slider-mask span {
position: absolute;
height: 100%;
width: calc(100% - 30px);
top: 0;
left: 15px;
z-index: 2;
background-color: rgba(15, 62, 91, 0.3);
}
.slider-text {
position: absolute;
height: 100%;
width: 100%;
color: #fff;
font-weight: 600;
text-align: center;
display: flex;
justify-content: end;
align-items: center;
flex-direction: column;
margin-bottom: 10%;
animation: header-animation 6s;
z-index: 9;
}

.slider-text p {
font-size: 20px;
margin: 0;
}
.slider-text h3 {
font-size: 50px;
font-weight: 900;
text-transform: uppercase;
margin: 15px auto;
}

.slider-text em {
font-size: 16px;
margin-bottom: 20px;
}

.slider-text a {
font-size: 20px;
color: #fff;
position: relative;
margin-bottom: 20px;
font-weight: 900;
text-decoration: underline;
}
.slider-main {
width: calc(100% - 30px);
padding: 0;
margin: 0 15px 50px 15px;
}
.slide {
width: 100%;
margin: auto;
}
.slider-main-item {
min-height: 80vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 0;
margin: 0;
}
.carusel-main-item{
	margin-right: 50px !important;; 
}

@media (max-width: 768px) {
.top-header-left {
    flex-direction: row;
}

.slider-mask {
height: 260px;
}
.slider-main-item {
min-height: 260px;
}
.slider-text p {
font-size: 14px;
}
.slider-text h3 {
font-size: 30px;
}

.slider-text em {
font-size: 12px;
}

.slider-text a {
font-size: 14px;
}

.slider-main-item {
min-height: 260px;
}
.slider-container{
max-height: 260px;
padding: 0px;
width: 100%;
right: 10%;
}
}
.swiper-slide {
  position: relative;
}

.btn-call-plumber-banner {
  background-color: red !important;
  color: white !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  display: block !important;
  position: absolute !important;
  top: 20px;
  left: 20px;
}



