@font-face {
	font-family: 'Geometria';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('../fonts/Geometria.otf?=es6') format('woff');
}

@font-face {
	font-family: 'Geometria-bold';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Bold.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-ExtraBold';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-ExtraBold.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-ExtraLight';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-ExtraLight.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Heavy';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Heavy.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Light';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Light.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Medium';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Medium.otf') format('woff');
}

@font-face {
	font-family: 'Geometria-Thin';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('../fonts/Geometria-Thin.otf') format('woff');
}
.modal{z-index:99999;}
.pagination {
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.pagination span {
    padding: 8px 0;
    color: #909090;
    font-size: 13px;
    border: 1px solid #f0f0f0;
    background: #f0f0f0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 5px;
    width: 35px;
    height: 35px;
}
.pagination a:link, .pagination a:visited, .pagination a:active {
    margin: 1px;
    color: #FFFFFF;
    padding: 8px 0;
    font-size: 13px;
    background-color: #535350;
    border-radius: 5px;
    -webkit-border-radius: 50%;
    text-decoration: none;
    margin-right: 5px;
    width: 35px;
    height: 35px;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

.highslide-container {
    z-index:99999 !important;
}
.highslide-container table tr:nth-child(odd), .highslide-container table tr:nth-child(1) {
    background-color: unset !important;
}



.fixed {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	width: 100%;
	z-index: 10000;
	box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    background-color: #fff !important;
    color:black !important;
}
.fixed nav #menu .navbar-nav .nav-item .nav-link {
    color: black;
}
* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: none !important;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: 'Geometria';
	font-weight: normal;
	background-color: #F7F7F7;
}

button,
*[type="button"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

button:focus,
input:focus,
textarea:focus,
.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

a {
	color: #191919;
}


/*==================== nav ==================== */

.drop-menu-wrap .dropdown-toggle {
	position: relative;
	cursor: pointer;
	z-index: 200;
}

.drop-menu-wrap .dropdown-toggle::after {
	border: none;
}

.langs {
	display: none;
}

.drop-menu-wrap .dropdown-menu {
	top: 100%;
	display: block;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 10px;
	border: none;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 200ms ease-in-out 0s;
	-moz-transition: all 200ms ease-in-out 0s;
	-o-transition: all 200ms ease-in-out 0s;
	transition: all 200ms ease-in-out 0s;
	position: relative;
	background-color: rgb(255, 255, 255);
	min-width: 100%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 28px 52px 0px;
}

.drop-menu-wrap .dropdown-menu .dropdown-item {
	font-size: 15px;
	padding: 15px 20px 11px;
	position: relative;
	color: rgb(0, 0, 0);
	background-color: transparent;
}

.drop-menu-wrap .dropdown-menu .dropdown-item::after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	width: calc(100% - 40px);
}

.dropi {
	display: none;
}
.dropdown-menu.active{
    display:none;
}
.drop-menu-wrap .dropdown-menu .dropdown-item:hover,
.drop-menu-wrap .dropdown-menu .dropdown-item:focus,
.drop-menu-wrap .dropdown-menu .dropdown-item.active,
.drop-menu-wrap .dropdown-menu .dropdown-item:active {
	color: #3a3a3a;
	background-color: #ecebeb97;
	border-radius: 10px;
}

.drop-menu-wrap:hover .dropdown-menu {
	display: block;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.custom-container {
    margin: 0 auto;
    padding: 24px;
}
.custom-container .navbar  {
    max-width: 1406px;
    margin: 0 auto;
}

.custom-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
}

.sosialNav {
	display: none;
}

.custom-btn .hover-text span {
	vertical-align: middle;
	font-size: 14px;
	position: relative;
	color: #fff;
}

.custom-btn .hover-text::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.05);
}

.custom-btn .hover-text::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.custom-btn:hover::before {
	opacity: 1;
}

.custom-form .input-group {
	margin: 30px 0;
	position: relative;
}

.custom-form .input-group .effect {
	padding: 15px;
	background-color: transparent;
	color: #191919;
	outline: none;
	border: 1px solid #eaeaea;
	width: 100%;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.custom-form .input-group .effect~.focus-border:before,
.custom-form .input-group .effect~.focus-border:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #C7AA55;
	transition: 0.4s;
}

.custom-form .input-group .effect~.focus-border:after {
	top: auto;
	bottom: 0;
}

.custom-form .input-group .effect~.focus-border i:before,
.custom-form .input-group .effect~.focus-border i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #C7AA55;
	transition: 0.6s;
}

.custom-form .input-group .effect~.focus-border i:after {
	left: auto;
	right: 0;
}

.custom-form .input-group .effect:focus~.focus-border:before,
.custom-form .input-group .effect:focus~.focus-border:after,
.custom-form .input-group .effect.has-content~.focus-border:before,
.custom-form .input-group .effect.has-content~.focus-border:after {
	left: 0;
	width: 100%;
	transition: 0.4s;
}

.custom-form .input-group .effect:focus~.focus-border i:before,
.custom-form .input-group .effect:focus~.focus-border i:after,
.custom-form .input-group .effect.has-content~.focus-border i:before,
.custom-form .input-group .effect.has-content~.focus-border i:after {
	top: -1px;
	height: 100%;
	transition: 0.6s;
}

.custom-form .input-group .effect~label {
	position: absolute;
	left: 14px;
	width: 100%;
	top: 10px;
	color: #aaa;
	transition: 0.3s;
	z-index: -1;
	letter-spacing: 0.5px;
	font-size: 15px;
}

.custom-form .input-group .effect:focus~label,
.custom-form .input-group .effect.has-content~label {
	top: -18px;
	left: 0;
	font-size: 12px;
	color: #000000;
	transition: 0.3s;
}


/*==================== NAV END ==================== */


/*==================== HEADER START ==================== */

header {
	background-color: #fff;
    position: relative;
    width: 100%;
	z-index: 200;
	white-space: nowrap;
	transition: 0.3s ease-in-out;
}

header nav {
	padding: 0 !important;
	background-color: transparent;
}

header nav .navbar-brand img {
	max-width: 200px;
}

header nav .navbar-toggler {
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 1.3em;
}

header nav .navbar-toggler .menu-title {
	font-size: 16px;
	color: rgb(5, 5, 5);
	text-transform: uppercase;
	margin-right: 12px;
	font-weight: 500;
}

header nav .navbar-toggler .menu-icon {
	width: 50px;
	height: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transform: rotate(-360deg);
	-moz-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-ms-transition: -ms-transform 0.5s;
	-o-transition: -o-transform 0.5s;
	transition: transform 0.5s;
	z-index: 110;
}

header nav .navbar-toggler .menu-icon span {
	width: 18px;
	height: 2.5px;
	background-color: rgb(0, 0, 0);
}

header nav .navbar-toggler .menu-icon span:nth-child(2) {
	margin: 3px 0;
}

header nav .navbar-toggler .menu-icon.close {
	background-color: #191919;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
	opacity: 1 !important;
	background-image: url("../img/close-button.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
}

header nav .navbar-toggler .menu-icon.close span {
	display: none;
}

header nav #menu .navbar-nav {
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

header nav #menu .navbar-nav .nav-item {
	margin-left: 27px;
	position: relative;
}

header nav #menu .navbar-nav .nav-item .nav-link {
	color: rgb(15, 15, 15);
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px 0;
}

.qalin {
	font-family: 'Geometria-Medium';
}



header nav #menu .navbar-nav .nav-item.active {
	position: relative;
}

header nav #menu .navbar-nav .nav-item.active::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	border-bottom: 3px solid rgb(35, 168, 91);
	;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

.nav-item .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
	border: 2px solid #fff;
	padding: 12px 26px 12px !important;
	background-color: #ffcc18;
	color: #070606 !important;
	transition: 0.3s all linear;
	letter-spacing: -0.5px;
	border-radius: 5px;
	font-size: 13px;
	font-family: 'Geometria-Bold';
}
.nav-item .btn:not(:disabled):not(.disabled):hover {
background-color: #927a27;

}
header nav #menu .navbar-nav .line-hover {
	position: absolute;
	bottom: -5px;
	left: 24px;
	width: 0;
	border-bottom: 3px solid rgb(35, 168, 91);
	;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

header .languages {
	width: 35px;
	height: 35px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #f8f8f8;
	color: #111111;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 200;
}

header .languages span {
	transition: all .3s ease;
	transform: translateY(-1px);
}

header .languages ul.active,
.small-screen-menu-nav .languages ul.active {
	opacity: 1;
	visibility: visible;
	height: 100px;
	background: transparent;
	width: 53px;
	margin: -15px 2px 0px 0px;
}

header .languages ul,
.small-screen-menu-nav .languages ul {
	position: absolute;
	top: 59px;
	right: -20px;
	height: 100px;
	background-color: white;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: height .1s ease;
	transition: 3s height ease;
	z-index: 1;
}

header .languages ul .en,
header .languages ul .ru {
	display: block;
	width: 35px;
	height: 35px;
	background-color: #f8f8f8;
	border-radius: 50%;
	text-align: center;
	position: relative;
	color: black;
	margin-bottom: 15px;
}

header .languages ul .en::after {
	display: block;
	content: '';
	width: 2px;
	position: absolute;
	left: 17px;
	top: -9px;
	height: 17px;
	background-color: #f8f8f8;
}

header .languages ul .ru::after {
	display: block;
	content: '';
	width: 2px;
	position: absolute;
	left: 17px;
	top: -16px;
	height: 17px;
	background-color: #f8f8f8;
}

header .languages ul .en span,
header .languages ul .ru span {
	text-align: center;
	position: absolute;
	padding: 0px -10px 20px 30px;
	left: 10px;
	top: 9px;
	font-size: 14px;
}


/*==================== HEADER END ==================== */


/*==================== Carusel START ==================== */

.carousel-inner {
	height: 580px;
}

.carousel-control-next,
.carousel-control-prev {
	z-index: 100;
	width: 8% !important;
}

.carousel-item .active img {
	height: 670px;
}

.overlay2 {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(3, 1, 22);
	background: linear-gradient(90deg, rgb(3 1 22 / 85%) 2%, rgb(9 9 9 / 21%) 51%, rgb(0 0 0 / 13%) 100%);
	z-index: 99;
	top: 0;
	left: 0;
}
.overlay6 {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(3, 1, 22);
    background: #2b262694;;
	z-index: 99;
	top: 0;
	left: 0;
}
.caruselText {
	position: absolute;
	left: -423px;
	right: 0;
	display: inherit;
	top: 230px;
	width: 100%;
	text-align: left;
	/*z-index: 200;*/
	display: inline-block;
	/*z-index: 100;*/
}

.carousel-item img {
	width: 100%!important;
	object-fit: cover;
	height: 580px;
}

.caruselText h4 {
	text-align: left;
	margin-bottom: 24px;
	width:50%;
	font-size: 18px;
	position: relative;
	z-index: 200;
}

.caruselText p {
	text-align: left;
	margin-bottom: 10px;
	font-size: 36px;
	position: relative;
	z-index: 100;
	font-family: 'Geometria-Bold';
}

.endirimde {
	position: absolute;
	background: #4adb8d;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 15px;
	border-radius: 50%;
	color: white;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	font-family: 'Geometria-Bold';
}

.carousel-control-prev-icon::after {
	content: '\f053';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	position: absolute;
	top: 9px;
	left: 15px;
	color: black;
}

.carousel-control-next-icon::after {
	content: '\f054';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 20px;
	position: absolute;
	top: 9px;
	left: 19px;
	color: black;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	position: absolute;
	top: 58%;
	height: 48px;
	width: 48px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-color: #fff;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 8px;
	box-shadow: 0 0 0 0 #fff, 0 5px 20px 0 rgb(0 0 0 / 20%);
	opacity: 0;
	border-radius: 50%;
	text-align: center;
	outline: none;
	padding-top: .65rem;
	transition: opacity .3s, box-shadow .1s;
}

.carousel:hover .carousel-control-prev-icon,
.carousel:hover .carousel-control-next-icon {
	color: #fff;
	opacity: 1;
	z-index: 200;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
	box-shadow: 0 0 0 3px #fff;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	text-decoration: none;
	color: #fff;
	outline: 0;
	opacity: 1;
	z-index: 200;
}

.caruselText .button_su,
.about .button_su {
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	box-sizing: border-box;
	width: 240px;
	/*padding: 16px 57px;*/
	cursor: pointer;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	color: rgb(255, 255, 255);
	border-radius: 4px;
	outline: none;
	background: #ffcc18;
	position: relative;
	z-index: 200;
}
.about .button_su {
    margin-top: 50px;
}


/* carusel btn */

.button_su {
	overflow: hidden;
	position: relative;
	display: inline-block;
	border-radius: 3px;
	margin-bottom: 30px;
}

.su_button_circle {
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	width: 0px;
	height: 0px;
	margin-left: 0px;
	margin-top: 0px;
	pointer-events: none;
	animation-timing-function: ease-in-out;
}

.button_su_inner {
	display: inline-block;
	background: transparent;
	color: #000000 !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	border-radius: 3px;
	transition: 400ms;
	text-decoration: none;
	z-index: 100;
	padding: 16px 57px;
    width: 100%;
}


/*==================== Carusel END ==================== */


/*==================== Advantages START ==================== */

.advantages {
	background-color: #F7F7F7 !important;
	padding: 50px 0px 50px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.advantages .item i {
	font-size: 32px;
}

.advantages .item span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	margin: 6px 0 6px;
	display: inline-block;
}

.advantages .item p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	margin: 0px;
}


/*==================== Advantages END ==================== */


/*==================== Productcategories START ==================== */



#productcategories a:hover {
	text-decoration: none;
}

#productcategories .wrapper {
	background-color: #f3f4f6;
	padding: 60px;
	position: relative;
	z-index: 55;
}

#productcategories .box {
	height: 190px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
}
.staticWidth #productcategories{
    width:calc(19.33% - 20px);
    margin: 10px;
}
#productcategories .box::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(81, 85, 92, 0.6);
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

#productcategories .box:hover::before {
	background-color: rgba(103, 176, 45, 0.7);
}

#productcategories .box .content-text {
	padding: 20px;
	position: absolute;
	width: 100%;
	height: 100%;
}

#productcategories .box h1 {
	color: white;
	width: 100%;
	font-size: 17px;
}

#productcategories .box .more {
	position: absolute;
	left: 20px;
	bottom: 20px;
	z-index: 5;
}

#productcategories .box .more a {
	font-size: 14px;
}

#productcategories .box:hover .more a i {
	transform: translate(6px, 1px);
}

#productcategories .slider .slider-box,
.category-section .product-box {
	background-color: white;
	border: 1px solid #dddddd;
	transition: all .3s ease;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#productcategories .slider .slider-box .image-wrapper, .category-section .product-box .image-wrapper {
    padding: 20px;
}
#productcategories .slider .slider-box .image-wrapper{
    height:140px;
}
#productcategories .slider .slider-box .image-wrapper img,
.category-section .product-box .image-wrapper img {
	width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

#productcategories .slider .slider-box .content,
.category-section .product-box .content {
	padding: 15px 20px;
	width: 100%;
}

#productcategories .slider .slider-box .content p,
.category-section .product-box .content p {
	font-size: 13px;
	margin: 0;
	color: #777982;
}

#productcategories .slider .slider-box:hover,
.category-section .product-box:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#productcategories .tag,
.category-section .product-box .tag {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 120px;
	height: 130px;
	overflow: hidden;
}

#productcategories .tag::after,
#productcategories .tag::before,
.category-section .product-box .tag::after,
.category-section .product-box .tag::before {
	content: '';
	position: absolute;
	border: 5px solid #0db751;
	border-left-color: transparent;
	border-top-color: transparent;
}

#productcategories .tag::before,
.category-section .product-box .tag::before {
	right: 15px;
}

#productcategories .tag::after,
.category-section .product-box .tag::after {
	top: 95px;
}

#productcategories .tag span,
.category-section .product-box .tag span {
	color: white;
	display: block;
	background-color: #0dd55d;
	font-size: 12px;
	transform: rotate(-45deg) translate(-54px, -13px);
	padding: 5px;
	width: 180px;
	text-align: center;
}

#productcategories .owl-nav.disabled {
	display: flex;
}

#productcategories .owl-nav button {
	height: auto;
	border-radius: 100%;
	border: 7px solid white;
	position: absolute;
	transition: all .3s ease;
	background: #e8e8e8;
	top: 43%;
	transition: all .3s ease;
}

#productcategories .owl-nav button:hover {
	background: #ffcc18;
}

#productcategories .owl-item {
	padding: 9px;
}

#productcategories .owl-nav button span {
	padding: 0;
	display: flex;
	color: black;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	width: 40px;
	height: 40px;
	color: white;
	opacity: 1;
}

#productcategories .slider .slider-box .image-wrapper img {
	object-fit: contain;
}

#productcategories .owl-nav button:first-child {
	left: -19px;
}

#productcategories .owl-nav button:last-child {
	right: -19px;
}

#productcategories button:first-child::before,
#productcategories button:last-child::before {
	position: absolute;
	content: '';
	border: 1px solid #dddddd;
	top: -7px;
	width: 29px;
}

#productcategories button:first-child::before {
	border-bottom-left-radius: 108px;
	border-top-left-radius: 108px;
	left: -7px;
	height: 54px;
	border-right-color: transparent;
}

#productcategories button:last-child::before {
	border-bottom-right-radius: 108px;
	border-top-right-radius: 108px;
	right: -7px;
	height: 54px;
	border-left-color: transparent;
}

.row.heading-row a {
	color: #777982;
	border-bottom: 1px solid #777982;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 12px;
}

.row.heading-row a:hover {
	text-decoration: none;
	border-color: transparent;
	color: #333;
}


/*==================== Productcategories END ==================== */


/*==================== CATEGORIES START ==================== */

.categories {
	background-color: white;
}

.categories .container .row {
	padding: 90px 0px 90px 0px;
}

.categories .container {
	max-width: 1160px;
}

.categoriDiv {
	height: 240px;
	margin-bottom: 20px;
}

.categories .categoImg {
	margin-right: -6px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 240px;
	padding: 40px;
	border-radius: 4px;
	color: #fff;
	width: 96%;
	position: absolute;
	transition: opacity .2s;
	background-size: cover;
	background-position: 50%;
}

.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgb(0 0 0 / 57%);
	z-index: 99;
	top: 0;
	border-radius: 4px;
	left: 0;
}

.categoriDiv:hover {
	opacity: 0.9;
}

.categoriDiv:hover .imglink span {
	width: 100px;
	opacity: 1;
	color: white;
}

.categories .categoImg .imgDes {
	display: flex;
	flex-direction: column;
	z-index: 200;
}

.categories .categoImg .span {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background-color: #facc48;
	color: black;
	border-radius: 50%;
}

.categories .categoImg h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 16px 0;
}

.categories .categoImg span {
	font-size: 16px;
	height: 20px;
	display: inline-block;
}

.categories .categoImg .imglink {
	z-index: 200;
	display: flex;
	align-items: center;
}

.categories .categoImg .imglink svg {
	color: white;
	height: 20px;
	width: 20px;
}

.categories .categoImg .imglink svg path {
	fill: #fff;
}

.imglink span {
	display: block;
	width: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden;
	transition: width .4s, opacity .4s;
}
.referansList img.fr-dii.fr-fil {
    float: left;
    height: 400px;
    margin: 9px 40px 2px 0;
    max-width: calc(100% - 38px);
    object-fit: contain;
}


/*==================== CATEGORIES END ==================== */


/*==================== ABOUT START ==================== */

.about {
	position: relative;
	height: 550px;
	background-color: #efefef;
}

.about .aboutimg {
	background-image: url('./img/slider2.jpg');
	height: 550px;
	object-fit: cover;
	display: flex;
	justify-content: center;
}

.about .aboutimg p {
	color: black;
	font-size: 42px;
	z-index: 200;
	position: absolute;
	margin: 0 auto;
	top: 23%;
	left: 33%;
}

.about .aboutimg::after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #ffcc18;
	;
	opacity: 1;
}

.about .left-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 4.0625rem;
	padding-left: 120px;
	padding-right: 120px;
	border-bottom: 1px solid #9e9e9e63;
	-webkit-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	transition: border-color 0.5s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.about .aboutDes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	padding: 2.375rem 7.1875rem 3.9375rem;
	-webkit-transition: border-color 0.5s;
	-o-transition: border-color 0.5s;
	transition: border-color 0.5s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.about .aboutDes .row {
	width: 100%;
}

.about .aboutDes .row .aboutitem {
	height: 150px;
	font-size: 21px;
	margin-bottom: 70px;
}

.about .aboutDes .row .aboutitem2 {
	height: 160px;
	font-size: 14px;
}

.tab-link {
	padding-bottom: 1.6875rem;
	margin-right: 2.5rem;
	border-bottom: 1px solid black;
}

.tab-link a:hover {
	color: black;
	text-decoration: none;
}

.tab-link a::after {
	content: '';
	width: 50px;
	color: red;
	position: absolute;
}


/*==================== ABOUT END ==================== */


/*==================== REFERANS START ==================== */

#referance {
    padding: 60px 0;
    position: relative;
    z-index: 3;
        background-color: white;

}

#referance h1 {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 1.4px;
    color: #333;
    padding: 3rem;
    text-align: center;
}

#referance ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#referance ul li {
    margin-bottom: 20px;
    margin-right: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#referance ul li a {
    display: block;
    width: 117px;
    height: 117px;
    border: 1px solid #efefef;
    line-height: 120px;
    line-height: 120px;
    background-color: #f8f8f8;
    
}
#referance ul li a img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 14px;
}





/*==================== REFERANS END ==================== */


/*==================== CALL_TO_ACTION START ==================== */

.call-to-action {
    padding: 80px 0;
	width: 100%;
	background-color: white;
}

.call-to-action .container {
	position: relative;
	width: 100%;
	height: 100%;
}

.call-to-action .container .img {
	overflow: hidden;
	position: absolute;
	width: 97%;
	border-radius:4px;
}

.call-to-action .calldesc {
	position: relative;
	z-index: 5;
	height: 300px;
	padding: 70px 80px 105px;
}

.call-to-action .calldesc p:first-child {
	overflow: hidden;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1.25;
	max-width: 720px;
	max-height: 175px;
	color: #fff;
}

.call-to-action .calldesc p:nth-child(2) {
	font-size: 1rem;
	line-height: 1.5;
	max-width: 720px;
	color: #fff;
}

.callBtn {
	position: absolute;
	bottom: 70px;
}

.callBtn .slide__link-txt {
	font-size: 1rem;
	font-weight: 400;
	padding: 12px 25px;
	color: #000;
	border: none;
	border-radius: 2px;
	background: #ffdf00;
	cursor: pointer;
}

.callBtn .slide__link-txt:hover {
    background: #ecce00;
}


/*==================== CALL_TO_ACTION END ==================== */


/*==================== FOOTER START ==================== */

.footer .pdf_wrap img{
    width: 22px;
    margin-left: 6px;
}

.footerTopLeft p a:hover{
  color: #00000073 !important;
    text-decoration: none !important;
}
.footerTopCenter p a:hover{
  color: #00000073 !important;
    text-decoration: none !important;
}
.footerTopRight .contact span:hover{
  color: #00000073 !important;
    text-decoration: none !important;
}
.imgwrapperFot{
    width:20px;
    position:relative;
}
.imgwrapperFot img{
    width:50px;
}
.bottomDesCnter .imgwrapperFot .img2{
    opacity:0.5;
}

.hover-trans{
       display: block;
    width: 100%;
    transition-duration: .3s;
    transition-timing-function: ease;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform; 
    
   
}

    
.bottomDesCnter a{
    width: 100%;
    height: 100%;
        transition-duration: .3s;
    transition-timing-function: ease;
}



/*image-1 normali*/
.bottomDesCnter a.imgwrapperFot .img1 {
    -webkit-transform: translateY(0);
    transform: translateY(0);

}
/*image-1 hoveri*/

.bottomDesCnter a:hover .imgwrapperFot .img1 {
    -webkit-transform: translateY(-280%);
    transform: translateY(-280%);
}



/*image-1 normal*/

.bottomDesCnter .imgwrapperFot .img2{
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transform: translateY(280%);
   transform: translateY(280%);
   
    
}
/*image-1 hoveri*/

.bottomDesCnter a:hover .imgwrapperFot .img2 {
    -webkit-transform: translateY(0);
        transform: translateY(0);
}





.bottomDesCnter{
      display: flex;
    align-items: center;
    justify-content: space-around;  
    	padding: 10px 0px 10px 0px;
    	overflow:hidden;
    	background:#f7f7f7;
    	border-radius:4px;
    	

}

.bottomDesCenter p{
    text-align: center;
    padding: 13px;
}
.footerBootom {
	background-color: #222;
	font-size: 11px !important;
	line-height: 1.5;
	color: #fff;
}

.footerBootom .bottomDesleft,
.footerBootom .footer__right {
	padding: 30px 0px 30px 0px;
}

.footerTop .footerTopLeft,
.footerTop .footerTopRight,
.footerTop .footerTopCenter {
	padding: 30px 0px 30px 0px;
	width: 100%;
}

.footerTop p {
	margin-bottom: 10px;
}

.footerTop .footerTopRight .contact i {
	color: rgb(220, 220, 220);
	margin-right: 20px;
}

.footerBootom .bottomDesRight {
	position: relative;
	padding-left: 45px;
	display: block;
	color: #fff !important;
	line-height: 36px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 10px;
}

.footerBootom .footer__right a {
	position: relative;
	padding-left: 45px;
	display: block;
	color: #fff;
    line-height: 36px;
    margin-left: 76px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 28px;
}

.footer__right a.footer__round-link:before {
	content: " ";
	width: 36px;
	height: 36px;
	position: absolute;
	left: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-position: 50%;
	background-color: #fff;
	-webkit-background-size: 90% 90%;
	background-size: 90% 90%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 10;
}

.bottom__cookie-btn:before {
	background-image: url('../img/footer-subscr.png')
}

.footerBootom a.footer__round-link.round-link-mail:before {
	background-image: url('../img/footer-subscr.png')
}
table tr:nth-child(1) {
    background-color: #000000bd !important;
    color: white;
}
table tr{
     word-break: break-word
}
  .catlists h2{
    background: white;
    border-radius:4px;
    text-align:center;
   }
   
   .transformer{
        margin: 40px 0;
   }
   
   .transformer.catlists .quote span img:nth-child(1){
           margin: 0px;
   }
   
   .transformer.catlists h2{
       background: transparent;
   }
   
   .transformer.catlists .quote{
       justify-content: flex-start;
   }
   
   .transformer.catlists .quote a{
       padding: 10px;
   }
   
   b, strong{
        font-family: 'Geometria-Bold';
   }
   
   .referansList ul,
   .static-services ul,
   .catlists ul,
   .textImg ul {
        padding-left: 30px;
    }
    
    .referansList ul li::marker,
    .static-services ul li::marker,
    .catlists ul li::marker,
    .textImg ul li::marker{
        color:#ffcc18;
    }
    
    .referansList ul li,
    .static-services ul li,
    .catlists ul li,
    .textImg ul li {
        list-style-type:square;
    }
    
.catlists b{
    font-weight: bold;
    color: black;
    font-size: 18px;
}
    .catlists tbody tr td{
        text-align:center
}

/*==================== FOOTER END ==================== */


/*==================== RESPONSIVE ==================== */

@media(max-width:1500px) {
	header nav .navbar-brand img {
		max-width: 140px;
	}
	.custom-container {
		width: 100%;
		padding: 21px 75px;
	}
	header nav #menu .navbar-nav .nav-item {
		margin-left: 20px;
	}
	.about .aboutDes .row .aboutitem {
		font-size: 19px;
	}
}

@media (max-width: 1400px) {
	.custom-container {
		width: 100%;
		padding: 21px 20px;
		;
	}
	header nav #menu .navbar-nav .nav-item .nav-link {
		font-size: 12px;
	}
	.nav-item .btn:not(:disabled):not(.disabled) {
		padding: 8px 14px 8px !important;
		font-size: 13px;
	}
}
@media only screen and (max-width: 767.99px){
    .referansList>div:first-child{
        margin-bottom: 2.5rem !important;
    }
}

@media(max-width:1200px) {
    	.drop-menu-wrap .dropdown-menu {
		display: none;
	}
    .referansList img.fr-dii.fr-fil {
    height: 476px;
    margin: 0 auto;
    width: 100%;
    object-fit: contain;
}
.referansList .container, .container-sm {
    max-width: 100%;
}
/*    .referansList {*/
/*    flex-direction: column;*/
/*}*/
 
      .catlists h2 img{
    width: calc(32.33% - 20px);
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: white;
    border-radius: 7px;
    width: auto;
    object-fit: contain;
    height: 210px;
      }
 
    .static-content .quote {
    width: 100%;
    margin: 30px;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
    .fullbid {
    width: 100% !important;
}
    .fullDemo {
     display: block !important;
        
}
.fulltext {
    padding: 20px;
    margin: 0 auto;
}
.fullbid {
    margin: 0 auto;
}
   .staticWidth #productcategories {
    width: calc(24.33% - 20px) !important;
        
    }
    .staticWidth a{
        text-decoration: none !important;
    }
	.about .left-title {
		margin-top: 32px;
	}
	.aboutright {
		position: absolute;
		color: white;
		font-size: 17px;
		z-index: 200;
	}
	.about .aboutimg p {
		top: 0%;
	}
	.about .aboutDes .row .aboutitem {
		font-size: 16px;
	}
	.about .aboutDes .row .aboutitem2 {
		height: 160px;
		font-size: 13px;
	}
	.advantages .item {
		margin-bottom: 30px;
	}
	.dropdown-menu {
		background-color: transparent !important;
	}
	.dropdown-menu.added {
		display: block !important;
	}
	.dropdown-menu {
		transition: all .3s ease;
	}
	.dropi {
		display: inline-block;
		position: absolute;
		right: 10px;
		color: black;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	.nav-item .nav-link .dropi.add {
		-webkit-transform: translateY(-50%) rotate( 180deg);
		transform: translateY(-50%) rotate( 180deg);
	}
	.navbtn {
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sosialNav {
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 100%;
		margin: 0 auto;
	}
	.langs {
		display: block;
		width: 200px;
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.langs a {
		width: 35px;
		height: 35px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #f8f8f8;
		color: #111111;
		font-size: 12px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position: relative;
		z-index: 200;
		font-size: 16px;
	}
	.langs ul {
		display: flex;
		justify-content: space-between;
		width: 107px;
	}
	.langs ul .en::after {
		display: block;
		content: '';
		width: 2px;
		position: absolute;
		/* left: 17px; */
		left: -15px;
		transform: rotate( 90deg);
		height: 17px;
		background-color: #f8f8f8;
	}
	.langs ul .ru::after {
		display: block;
		content: '';
		width: 2px;
		position: absolute;
		left: -19px;
		transform: rotate( 90deg);
		height: 17px;
		background-color: #f8f8f8;
	}
	.navbar-collapse {
		width: 80%;
		background: #facc48;
		overflow: auto;
		position: fixed;
		width: 80%;
		padding: 35px;
		padding-top: 90px;
		height: 100%;
		right: -100%;
		top: 0;
	}
	header nav #menu .navbar-nav .nav-item .nav-link {
		font-size: 16px;
	}
	header nav #menu .navbar-nav .nav-item {
		text-align: left;
		width: 100%;
	}
	.drop-menu-wrap .dropdown-menu {
		display: none;
	}
	nav #menu .navbar-nav li {
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		padding-top: 20px;
		border-bottom: 1px solid #fdfdfd38;
	}
	.navbtn {
		border: none !important;
	}
	nav .languages {
		display: none;
	}
	.caruselText {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}
}

@media (max-width: 1600px) {
  	.caruselText {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}  
}
@media (max-width: 992px) {
    .fullbid{margin-top:0 !important;}
    .catlists h2 img{
    width: calc(48.33% - 20px);
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: white;
    border-radius: 7px;
    width: auto;
    object-fit: contain;
    height: 210px;
      }
    .static-content h2 img {
    width: calc(100.33% - 60px) !important;
        
    }
.referansList {
    display: block;
}

    .caruselText p {
    font-size: 29px;
}
    .staticWidth #productcategories {
    width: calc(32.33% - 20px) !important;
        
    }
    .static-content .quote {
    width: calc(27.33% - 60px) !important;
        
    }
	.about .left-title {
		padding-top: 6.0625rem;
	}
	.about .aboutDes {
		padding: 2.375rem 3.1875rem 3.9375rem;
	}
	.about .aboutDes .row .aboutitem {
		font-size: 14px;
	}
	.about .left-title {
		padding-left: 49px;
	}
	.about .aboutDes .row .aboutitem {
		margin-bottom: 40px;
	}
	.qalin span{
	color:black;
	opacity: 0.7;

}
}


@media(max-width:756px) {
    
    .catlists h2 img {
        width: calc(43% - 0px) !important;
    }
    
    
    .footerBootom {
    margin-bottom: 50px;
}
.about .button_su {
    background: #ffffff !important;

}
    .static-content h2 img, .static-content h2 img:last-child {
        height: auto !important;
    }
    
    
    .carousel-control-prev-icon, .carousel-control-next-icon {
    top: 66%;
        
    }
.caruselText p {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
}
.caruselText h4 {
    font-size: 13px;
    display: none;
}
    table td {
    padding: 14px 39px !important;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #787876;
    border-radius: 5px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
 table {
     display:block;
     overflow-y:scroll;
	 border-spacing: 1;
	 border-collapse: collapse;
	 background: white;
	 border-radius: 6px;
	 max-width: 800px;
	 width: 100%;
	 margin: 0 auto;
	 position: relative;
}
 table * {
	 position: relative;
}
 table td, table th {
	 padding-left: 8px;
}
 table thead tr {
	 height: 60px;
	 background: #ffed86;
	 font-size: 16px;
}
 table tbody tr {
	 height: 48px;
	 border-bottom: 1px solid #e3f1d5;
}
 table tbody tr:last-child {
	 border: 0;
}
 table td, table th {
	 text-align: left;
}
 table td.l, table th.l {
	 text-align: right;
}
 table td.c, table th.c {
	 text-align: center;
}
 table td.r, table th.r {
	 text-align: center;
}
 
    .catlists .highslide {
    width: calc(100% - 20px) !important;
        
    }

    .mn-pr-block {
       margin: 0 auto !important;

}
.forimg .mn-pr-block-desc {
    height: 150px !Important;
}
    .staticWidth #productcategories {
    width: calc(49.33% - 20px) !important;
        
    }
    	.nav-item .btn:not(:disabled):not(.disabled) {
		padding: 8px 14px 8px !important;
		font-size: 13px;
		margin-left: -14px;
		width:100%;
		background:black;
		color:white !important;
	}
    .footerTopLeft, .footerTopCenter {
        display:none;
    }
    .bottomDesleft p {
    margin-bottom: 0;
}
    .footerBootom .bottomDesleft, .footerBootom .footer__right {
        padding-bottom:0;
    }
    .about .aboutDes {
    padding: 2.375rem 3.1875rem 0px;
}
    .about {
    background-color: #ffcc18;
    height:auto;
            padding: 45px 0;
    }
    .about .aboutimg {
    background-image: none;
}
    .about .left-title {
        padding-top:0;
            margin-top: 0;
    }
    .aboutright {
        position:relative;
    }
    .about .aboutimg {
        height:auto;
    }
    .about .aboutDes .row .aboutitem {
        height:auto;
        font-size:16px;
        margin-bottom: 0;
    }
    .about .aboutDes .row .aboutitem2 {
        height: auto;
    }
    .about .button_su {
        margin-top: 20px;
    }
    .about .aboutDes .row {
        width: auto;
    }
    .caruselText .button_su, .about .button_su {
        width: 100%;
    }
    .aboutright {
        color:black;
    }
    #productcategories .wrapper {
        margin-top:0 !important;
    }
    #productcategories {
        padding-top:0;
    }
    .categories .container .row {
        padding: 20px 0px 20px 0px;
    }
    .call-to-action .calldesc {
        height:auto;
    }
    .call-to-action {
        height:auto;
        background-color: #070707;
    }
    .call-to-action .container .img {
        position:relative;
    }
    .img img {
        width:100%;
    }
    .referans .refTitle h2 {
        padding-bottom:10px;
    }
.categories .categoImg {
    position:relative;
    width:100%;
}
.caruselText .button_su {
    display:none;
}
.caruselText {
    left: 0;
    top: auto;
    bottom:0;
    width: 100%;
}
.caruselText p {
    font-size:24px;
    line-height:28px;
}
.caruselText h4 {
    font-size:13px;
}
	.footerTop .footerTopLeft,
	.footerTop .footerTopRight,
	.footerTop .footerTopCenter {
		padding: 30px 0px 30px 0px;
		width: 100%;
		text-align: center;
	}
	.about .aboutimg p {
left: 0;
    position: relative;
    text-align: left;
    padding-left: 34px;
	}
	.carousel-item img {
		width: 100%!important;
		object-fit: cover;
		height: 300px;
	}
	.carousel-inner {
		height: 300px;
	}
	.footerBootom .footer__right a {
		margin-left: 0px;
	}
	.call-to-action .calldesc {
		padding: 32px 14px 32px;
	}
	.callBtn {
		width: 100%;
    position: relative;
    bottom: 0;
	}
	.callBtn .slide__link-txt {
	    width:100%;
	}
	.aboutimg {
	        display: block !important;
		font-size: 26px;
	}
	.referans .logo-raf {
		width: 123px;
		height: 80px;
		text-align: center;
	}
}

@media(max-width:576px) {
    .static-content .highslide img {
    margin: 0px !important;
    width: 92%;
}
.static-head {
    padding: 100px 10px 55px !important;
}
.pageName h1{
        font-size: 22px !important;
}
.pageName {
    padding: 0px 0px 2px 0px !important;
}
.crumb  .crumb-links {
    font-size: 14px !important;
}
.crumb {
    padding: 35px 0px 22px 17px !important;
}
table td {
    padding: 0 10px !important;
    white-space: nowrap;
    text-align:left !important;
}
    .catlists .highslide {
    width: calc(100% - 20px) !important;
        
    }
    .staticWidth #productcategories {
    width: calc(64.33% - 20px) !important;
    margin: 0 auto !important;}
    .static-content .quote {
    width: calc(40.33% - 60px) !important;
        
    }
	.langs {
		display: block;
		width: 200px;
		display: flex;
		margin-top: 19px;
		align-items: center;
		justify-content: space-around;
		margin-left: -29px;
	}

	.about .aboutimg p {

	}
	.referans {
		height: auto;
	}
	.navbtn {
		margin: 0 auto;
		display: block;
		align-items: center;
		justify-content: center;
	}
	header nav #menu .navbar-nav .nav-item {
		text-align: left !important;
		width: 100% !important;
	}
	header nav #menu .navbar-nav .nav-item .nav-link {
		color: rgb(15, 15, 15);
		text-transform: uppercase;
		font-size: 13px;
		padding: 10px 0;
		font-size: 12px !important;
		opacity: 0.8;
		font-family: 'Geometria-Medium';
	}
}

@media(max-width:400px) {
    table td {
    padding: 31px 0px !important;
}
    .staticWidth #productcategories {
    width: calc(82.33% - 20px) !important;
        
    }
    .static-content .quote {
    width: calc(62.33% - 60px) !important;
    }
	.advantages {
		padding: 58px 0px 15px 0px;
	}
	#productcategories {
		padding-bottom: 0;
		padding-top: 0;
	}
	.about .aboutimg p {
		top: 7%;
		font-size: 32px;
		left: 13%;
	}
	.des {
		margin-top: 12px;
		margin-bottom: -5px;
	}
	.about .aboutDes .row .aboutitem {
		font-size: 11px;
	}
	.about .aboutDes .row .aboutitem2 {
		height: 160px;
		font-size: 10px;
	}
}





/*Static pages*/

.article-screen__bottom-wrap {
    margin-top: -50px;
    z-index: 15;
    position: relative;
}

.btn-round.is-large {
	width: 4rem;
	height: 4rem;
	color: #000;
}

.btn-round {
	position: relative;
	width: 2.5rem;
	height: 2.5rem;
	display: inline-block;
	background-color: #fff;
	color: #9b9b9b;
	border: none;
	border-radius: 50%;
	padding: 0;
	outline: none;
	text-decoration: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 0;
	cursor: pointer;
	-webkit-transition-property: background-color, color, -webkit-box-shadow;
	transition-property: background-color, color, -webkit-box-shadow;
	-o-transition-property: background-color, box-shadow, color;
	transition-property: background-color, box-shadow, color;
	transition-property: background-color, box-shadow, color, -webkit-box-shadow;
	-webkit-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-box-shadow: 0 2px 20px 0 rgb(43 51 66 / 10%);
	box-shadow: 0 2px 20px 0 rgb(43 51 66 / 10%);
}

.icon.is-small {
	width: 1rem;
	height: 1rem;
}

.btn-round>.icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.icon>svg {
	position: absolute;
	top: 0;
	left: 0;
	color: currentColor;
	width: 100%;
	height: 100%;
}

.static-head {
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: center;
    padding: 144px 0;
    z-index: 10;
}

.static-page {
	margin-top: 0;
}
.static-content{
 padding: 30px;
    text-align: justify;
}

.masha_index {
	display: none !important;
}


.static-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(3, 1, 22);
	background: linear-gradient(90deg, rgb(3 1 22 / 85%) 2%, rgb(9 9 9 / 21%) 51%, rgb(0 0 0 / 13%) 100%);
	z-index: 10;
	top: 0;
	left: 0;
}

.crumb {
    position: relative;
    padding: 66px 0px 0px 14px;
}

.crumb .row a {
	z-index: 100;
	color: white;
	-webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; 
    text-decoration: none;
}

   .article-screen__backward{
       position:relative;
   }
   .foward_back{
         position:relative;
         z-index:200;
        text-align: left;

   }
   .nav-item .btn:not(:disabled):not(.disabled) {
    border: none !important

}
.back a{
     vertical-align: middle;
    font-size: .875rem;
    line-height: 1.5rem;
    opacity: .5;
    color:white;
    z-index:200;
    text-decoration: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; 
}
.back:hover a{
    opacity: 1;
    text-decoration: none;
}
.back i{
    margin-right:5px;
    color: white;
   -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.back:hover i{
 transform: translateX(-10px);
}
.article-screen__favorite a{
    position:relative;
}
.article-screen__favorite a:before {
    content: '\f015';
    font-size: 24px;
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    font-weight: 900;
    transform: translate(70%, 30%);
}
.article-screen__favorite a:hover{
   -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    color: #9b9b9b;
}
.pageName{
        position: relative;
    color: white;
    z-index: 200;
        text-align: left;

    padding: 81px 0px 0px 0px;
}
.contactFeadback{
    background-color: #ffcc18;
    margin-top: -32px;
}
.sosialNavContact {
    display: block;
    display: flex;
    justify-content: left;
    align-items: center;
    color: white;
    text-align: left;
    margin-left: -17px;
}

.sosialNavContact li {
		background: #000;
		width: 40px;
		height: 40px;
		display: inline-block;
		border-radius: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0px 13px;
	}
	.sosialNavContact li:hover{
opacity:0.8;
	}
	.sosialNavContact li a{
	    color:white;
	} 
	.headTit .headTitInside p:nth-child(2){
	    font-size: 28px;
         line-height: 1.3125;
	    text-align:left;

	}
		.headTit .headTitInside p:nth-child(1){
	    text-align:left;
	    font-size:28px;
	    font-weight: 500;
        line-height: 1.5;
        margin-bottom: 40px;
	}
	.headTit .headTitInside p:nth-child(3),.thirdadd{
	    margin-top: 10px;
	    opacity: .7;
        font-size: 15px;
        line-height: 2.1;
        margin-bottom: 10px;
	}
	   

   .addressfirst{
        text-align: left;
        font-size: 28px;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 40px;
   }

	.fullDemo{
    display: flex;
    justify-content: space-between;
}
.fullbid .container form{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
.fullbid{
    background-color: white;
    width: 38%;
    height:fit-content;
    margin-top: -64px;
    z-index: 20;
    padding: 33px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767.99px){
    .headTit .headTitInside p:nth-child(1){
        margin-bottom: 20px;
    }
    
    .addressfirst{
        margin-bottom: 20px;
    }
    
    .headTit .headTitInside p:nth-child(3), .thirdadd{
        line-height: 1.5;
        margin-top: 0;
    }
}

        input.text, textarea, select {
            width: 100%;
            border: 2px solid #e6ecf2;
            padding: 12px 20px;
            border-radius: 4px !important;
            font-size: 14px !important;
            outline: none;
            position: relative;
            -webkit-appearance:none;
            transition: all .3s ease;
            position:relative;
        }
        input.text:focus, textarea:focus, select:focus{
            border-color: #ffcc18 !important;
        }

        input.text, select {
            height: 50px !important;
        }

        label {
            position: absolute;
            left: 14px;
            width: 100%;
            top: 15px;
            transition: 0.3s;
            z-index: -1;
            letter-spacing: 0.5px;
            font-size: 14px;
        }
        select{
            color: #cccccc;
        }
        input.text::placeholder, textarea::placeholder {
            color: #cccccc; /* Firefox */
            font-weight: 500;
        }

        input.text:-ms-input-placeholder, textarea:-ms-input-placeholder, label { /* Internet Explorer 10-11 */
            color: #cccccc;
            font-weight: 500;
        }

        input.text::-ms-input-placeholder, textarea::-ms-input-placeholder, label { /* Microsoft Edge */
            color: #cccccc;
            font-weight: 500;
        }

        .input-box {
            position: relative;
            margin-bottom: 16px;
        }
        .input-box i{
            color: #e8e8e8;
            font-size: 25px;
            position: absolute;
            top: 50%;
            left: 10px;
            transform: translateY(-50%);
        }
        .text-input i{
            top: 30px;
        }

        .text ~ .focus-bg:before,
        .text ~ .focus-bg:after{content: ""; position: absolute; left: 0; top: 0; width: 0; height: 0; background-color: #fffcef; transition: 0.3s; z-index: -1;}
        .text:focus ~ .focus-bg:before, .has-content.text:focus ~ .focus-bg:before {transition: 0.3s; width: 50%; height: 100%;}
        .text ~ .focus-bg:after{left: auto; right: 0; top: auto; bottom: 0;}
        .text:focus ~ .focus-bg:after, .has-content.text:focus ~ .focus-bg:after {transition: 0.3s; width: 50%; height: 100%;}
        .text:focus ~ label, .has-content.text ~ label{top: -18px; left: 0; font-size: 14px; color: #333; transition: 0.3s;}

        .btn-submit {
            background: #ffcc18;
            color: #fff;
            border-radius: 4px;
            line-height: 50px;
            transition: 0.3s ease-in-out;
            padding: 0 26px;
            width: 100%;
            font-size: 15px;
            font-weight: 500;
        }

        .btn-submit:hover {
            color: white;
        }

        .submit-button {
            position: relative;
            /*padding-right: 20px;*/
        }

        .loading {
            float:right;
            height:28px;
            width:28px;
            display:none;
        }
        .done {
            padding: 4px 3px;
            background-color: #ffcc18;;
            border-radius: 5px;
            border: 1px solid #52B352;
            margin: 0 !important;
            font-size: 13px;
            text-align: center;
            width: 326px;
            display:none;
        }
/* order modal style */
.modal-content {
    border-radius: 10px;
    padding-top: 40px;
    position: relative;
}
.modal-header {
    border: none;
}
.modal-header {
    padding: 0 60px 20px 60px;
}
.modal-content .close {
    display: block;
    height: 20px;
    opacity: .5;
    position: absolute;
    right: 40px;
    top: 38px;
    width: 20px;
    z-index: 100;
    padding: 0;
    outline: transparent;
}
.modal-content .close::before {
    left: 0;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    width: 100%;
}
.modal-content .close::before, .modal-content .close::after {
    background: #282828;
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal-content .close::after {
    left: 50%;
    height: 100%;
    margin-left: -1px;
    top: 0;
    width: 2px;
}
.modal-body {
    padding: 0 60px 60px;
}

.input-box {
    position: relative;
    margin-bottom: 16px;
}
input.text, select {
    height: 50px !important;
    font-family: 'Geometria';
}
input.text, textarea, select {
    width: 100%;
        font-family: 'Geometria';

    border: 2px solid #e6ecf2;
    padding: 12px 20px;
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    transition: all .3s ease;
    position: relative;
}
input.text:focus, textarea:focus, select:focus {
    border-color: #ffcc18 !important;
}
.static-content div .col-lg-12{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.static-content div h2{
width:100%;
display:block;
text-align:center;
}
.static-content .quote {
    width: calc(49.33% - 60px);
    margin: 30px;
    height: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.static-content .highslide img{
    margin: 30px;

}


.static-content h2 img:last-child{
    width: calc(49.33% - 60px);
    margin: 30px;
    display: inline-block;
    position: relative;
     height: 400px;
    object-fit: contain;
    overflow: hidden;
}

.static-content .quote img{
    width: 100%;
    object-fit: cover;
    
}

      
.textImg img {
    height: 340px;
    width: 100%;
    object-fit: contain;
}
.textImg {
    position: relative;
    overflow: hidden;
}
      .textDes{
              padding: 40px 0px 40px 0px;
      }
      .catlists span img{
    width: 20px;
    display: inline-block;
    margin: 0px 0px 0px 10px;
      } 
  .catlists .quote,.textImg .quote{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap:wrap;
      }
        .catlists .quote span,.textImg .quote span{
            margin-right: 36px;
            -ms-flex-align: center!important;
            align-items: center!important;
            display: -ms-flexbox!important;
            display: flex!important;
            
        }
                .catlists .quote a img,.textImg .quote a img{
     width: 20px;
     height:auto;
    display: inline-block;
    margin: 0px 0px 0px 10px;
            
        }
           .catlists .quote a,.textImg .quote a{
               padding:15px;
           }
    .catlists .quote a:hover,.textImg .quote a:hover{
    text-decoration: none;
     color: #0000009e;
       
        }
        .catlists .quote span a:hover,.textImg .quote span a:hover{
    color: #0000009e;
    text-decoration: none;
      }


      .catlists h2 img{
    width: calc(24.33% - 20px);
    margin: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    background: white;
    border-radius: 7px;
    object-fit: contain;
    height: 210px;
      }

.mn-pr-block {
    display: table;
    border: 1px solid #e8e8e8;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition-timing-function: ease-in;
    transition-duration: 0.1s;
    text-decoration: none;
    color: #000;
}
.mn-pr-bg-img {
    position: absolute;
    right: 0;
    width: 38%;
    bottom: 0;
    z-index: 1;
    opacity: 0.02;
}
.mn-pr-block-img img {
    float: left;
    width: 100%;
    padding: 16px 17px 15px 0px;
}
.mn-pr-block-desc {
    width: 65%;
    z-index: 9;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.mn-pr-block-desc a {
    text-align: center;
    font-weight: 300;
        z-index: 100;
        font-size: 20px;

}

.mn-pr-block-desc {
    width: 65%;
    z-index: 9;
    position: relative;
    padding-left: 6px;
    display: table-cell;
    vertical-align: middle;
}
.mn-pr-block:hover .mn-pr-bg-img {
    width: 45%;
    transition-timing-function: ease-in;
    transition-duration: 0.6s;
}
.mn-pr-bg-img img {
    width: 110%;
}

.mn-pr-block:hover a {
    text-decoration: none !important;
    color: #000;
    border-bottom: 1px solid;
}
.xfildVal{
    display:flex;
    align-items:center;
    justify-content: space-around;
    overflow: hidden;
}
#productcategories .slider .slider-box .content, .category-section .product-box .content {
    padding: 15px 5px;
    width: 100%;
}del {
    color: red;
    text-decoration: line-through;
    font-family: 'Geometria';
    margin-right: 26px;
    font-size: 12px;
    text-align: left;
}
.xfildVal span{
  font-family: 'Geometria-bold';
    color: #64dc8d;
    font-size: 14px;
    text-align: right;
}

 .input-box p{
      position: relative;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0px 0px 10px 0px;
 }

.write-wp {
    position: fixed;
    /*bottom: 0;*/
    /*background-color: #67B02D;*/
    /*width: 100%;*/
    z-index: 1000;
    right: 10px;
    transform: translateY(-50%);
    top: 50%;
}

.write-wp .icon_wrap{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    font-size: 22px;
    color: white;
    margin: 15px 0;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.write-wp .icon_wrap a{
    padding: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.write-wp .call{
    background: #b50000;
}

.write-wp .wp{
    font-size: 23px;
    background: #00bb00;
}

.write-wp .call:hover {
    background-color: #000;
}

.write-wp .wp:hover {
    background-color: #000;
}

.write-wp a {
    color: white;
    width: 100%;
    text-decoration: none;
    display: inline-block;
}

.itemCat{
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 6%);
        margin-bottom: 40px;
}
.itemCat img{
      width: 100%;
    height: 250px;
    object-fit: cover; 
    border-radius: 4px 4px 0px 0px;
}
.content{
    padding: 12px 20px 12px;
    background-color: white;
    height: 45px;
    text-align: center;
    padding-bottom: 0;
    border-radius: 0px 0px 4px 4px;
}
.itemCat .content{
     height: 75px;
}
.content .name{
        font-weight: 600;
    color: #141414;
    margin-bottom: 15px;
    font-size: 18px;
}

.catlists p{
    margin-bottom: 0;
}
.catlists table tbody tr td{width:50%;}
.cat-products table tbody tr td{width:25%;}
.catlists table tbody tr td a:before{
    display:inline-block;
    content:"";
    width:18px;
    height:18px;
    background-image:url(/img/characteristic.png);
    background-size:100%;
    background-repeat:no-repeat;
    position: relative;
    top: 4px;
    right: 5px;
}
/*.catlists table tbody tr td:nth-child(2){*/
/*    width:50% !important;*/
/*}*/
/*.catlists table tbody tr td:nth-child(1){*/
/*    width:25% !important;*/
/*}*/

/*.catlists table tbody tr td:nth-child(3){*/
/*    width:25% !important;*/
/*}*/

.forimg .mn-pr-block-desc{
    height: 110px;
    width: 100%;
    color: #fff;
    z-index: 20000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.forimg .mn-pr-block-desc a{
    color: #fff !important;
}
.forimg{
    background-size: contain;
    background-repeat:no-repeat;
    background-position: 50%;
    width: 100%;
}

.mn-pr-block-bootom {
    min-height: 72px;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #f7f7f7;
    box-shadow: 0 0 6px 0 #efefefef;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 5px;
}
.min-h {
    min-height: 115px;
}
.itemCate{
    margin-bottom: 15px;
    transition: .6s;
} 
.itemCate a {
    text-decoration: none;
}
 .itemCate:hover{
transform: translateY(-10px);
 } 
.mn-pr-block-bootom a {
    text-decoration: none;
    color: #000;
}
.mn-pr-block-bootom a{
   color: black;
 
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

.gm-style-iw.gm-style-iw-c {
    width: 235px;
    height: auto !important;
    padding: 20px !important;
    border-bottom: 2px solid #fe6601;
}
.gm-style-iw-d .popupText {
    font-size: 18px;
    margin-bottom: 10px;

}
.gm-style .gm-style-iw-d{overflow:auto !important;}
.gm-style-iw-d .innerpopupText {
    font-weight: 100;
    font-size: 15px;
    color: #5a6771;
    line-height: 23px;
}

.gm-style-iw.gm-style-iw-c button {
    background-image: url(/img/pngnpng.png) !important;
    background-repeat: no-repeat !important;
    background-position: center;
    background-size: cover;
    width: 21px !important;
    height: 24px !important;
    top: 10px !important;
    right: 10px !important;
}

.gm-style-iw.gm-style-iw-c button img {
    display: none !important;
}

.static-services{
    display: block !important;
    text-align: left;
}

.static-services .quote{
    display: flex;
    width: 100% !important;
    height: auto !important;
    margin: 30px 0;
}

.static-services .quote div:first-child{
    width: 300px !important;
    padding-right: 20px;
}

.static-services .quote div:nth-child(2){
    width: calc(100% - 300px);
}

.static-services .quote ul{
    text-align: left !important;
}

.highslide-container table td{
    padding: 0 !important;
}


@media only screen and (max-width: 991.99px){
    
    .static-services .quote{
        flex-direction: column;
    }
    .static-services .quote div:first-child{
        width: 70% !important;
        margin: auto;
    }
    
    .static-services .quote div:nth-child(2){
        width: 100%;
    }
    
    .static-services .quote{
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 767.99px){
    .static-services .quote div:first-child{
        width: 100% !important;
    }
}














