		.breadcrumb {
			background: #000 !important;
  			margin: 10px 0 !important;
  			padding: 10px 0 20px 0 !important;
  			border-bottom: 1px solid #222;}

		.breadcrumb a{
			color: #FFF;}


		.header_top a {color: #FFF;}
		.header_top a:hover {color: #FFF; text-decoration: none;}
		.contact span {
			display: block;
			line-height: 1.3rem;}


		.content-gray {
  			background: #333;
  			color: #FFF;
  			padding-bottom: 70px;
		}

		.mail {
			margin-top: 10px;
  			display: flex;
  			flex-direction: column;
  			justify-content: center;
  			align-items: center;}

		.flex-btn {
			display:flex;
			flex-direction: column;
			justify-content:center;
			border: 0;
			border-radius: 0;}


		.text-end {
			text-align: end;}

		.flex-block {
			display: flex;
			justify-content:center;
			flex-direction: column;}

		.phone {
			width: 100%;
  			display: block;
  			font-size: 3rem;
  			line-height: 3rem;
  			padding: 20px 0 3px 0;}

		.orange-btn {
			background: #f59812;}

		.orange-btn:hover {
			color: #000;
			background: #ffaa30;
		}

		.btn-bottom {
  			border: 0;
  			display: block;
  			max-width: 600px;
  			margin: 30px auto 0 auto;
  			padding: 10px 20px;
  			text-transform: uppercase;
  			border-radius: .5rem;
		}

		.text-orange {
			color: #f59812;}
			
		.text-white {color:#FFF;}

		.text-uppercase {
			text-transform: uppercase;}

		.bg-gray {
			background: #333;}

		.container {
			max-width: 1140px;}

		.d-flex {
			display: flex;}

		.h-100 {
			height: 100%;}

		.w-100 {
			width: 100%;}

		.logo {
			display: flex;
  			flex-direction: column;
  			justify-content: center;
  			align-items: center;
			padding: 20px 0;}

		.logotype {
			font-size: 3.5rem;
  			color: #FFF;
  			font-weight: 600;
  			line-height: 3.5rem;}

		a.logotype:hover {
			color: #f59812;
		}

		.sublogo {
  			font-size: 1.4rem;
  			text-transform: uppercase;
  			line-height: 1.5rem;
  			display: block;
  			padding: 5px 0 0 0;}

		.home-categories {
			display: grid;
  			grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  			gap: 10px;
  			margin: 40px 0;}

		.home-categories img {
  			width: 100%;}

		.home-categories .cat {
			position: relative;
  			display: flex;
  			height: 100%;}


		.home-categories .cat:hover .cat_bot::before {
			background-color: rgba(0,0,0,0.4);}

		.home-categories .cat:hover .cat_bot span {
			color: #f59812;}


		.home-categories .cat_bot {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			z-index: 1;}


		.home-categories .cat_bot span {
			font-size: 1.6rem;
			text-transform: uppercase;
			color: #000;}

		.home-categories .cat_bot::before{
			content: '';
  			background-color: rgba(245,152,18, 0.7);
  			width: 100%;
  			height: 50px;
  			position: absolute;
  			bottom: 0;}


		.home-categories .cat_bot span {
  			z-index: 100;
  			position: relative;
  			width: 100%;
  			display: flex;
  			height: 50px;
  			justify-content: center;
  			flex-direction: column;
  			text-align: left;
  			padding-left: 20px;}

		.home-categories .grid_4 {
			all: unset;}

		.header-btn .btn {
  			margin: 13px 0;
		}

@media screen and (min-width: 300px) and (max-width: 767px) {

    .d-flex {display: block;}


	.flex-btn {
	    align-items: center;
    	align-content: center;
		margin: 13px 0;}
}





/*-----------------------*/

body.hide-scrolling {
    overflow-y: hidden;
}


/* Menu */
.ozmenu ul.ozmenu-nav {
	margin:0;
    display: flex;
    align-items: flex-start;
    justify-content:start;
    list-style: none;
    font-family: 'Roboto', sans-serif;
    padding-left: 0px;
}
.ozmenu ul.ozmenu-nav>li {
    position: relative;
    float: left;
    width: auto;
}
.ozmenu ul.ozmenu-nav>li a:hover{
    color: rgb(0, 0, 0) !important;
	background: #ffaa30;
}
/*.ozmenu ul li.dropdownitem>a:after{
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #FFF;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}*/

.ozmenu ul li.dropdownitem > span {
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    right: 0;
    top: 8px;
    background: #fff;
    z-index: 100;
	cursor: pointer;
  }


.ozmenu ul li .dropdown{
    display:none;
    position: absolute;
    min-width: 200px;
	z-index: 100;
}
@media screen and (min-width: 993px) {


.ozmenu ul li.dropdownitem>a:after{
    width: 15px;
    height: 15px;
    text-align: center;
    float: right;
    background-color: #FFF;
    content: "";
    margin: 1px 0px 0px 3px;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}



    .ozmenu ul.ozmenu-nav>li a{
        color: #FFF !important;
        font-weight: 500;
        text-decoration: none;
        padding: 15px 23px;
        display: inline-block;
        font-size: 14px;
        height: 100%;
        position: relative;
    }
    .ozmenu ul li.dropdownitem:hover .dropdown{
        display: block;
        position: absolute;
        margin: 0;
        padding: 5px 0px;
        min-width: 220px;
        padding-top: 0px !important;
    }
    /*.ozmenu ul li.dropdownitem:hover > a{
        border-radius: 8px 8px 0px 0px !important;
    }
    .ozmenu ul li.dropdownitem ul li.dropdownitem:hover > a{
        border-radius: 8px !important;
    }*/
    .ozmenu ul li.dropdownitem:hover .dropdown .dropdown{
        display: none;
    }
    .ozmenu ul li.dropdownitem .dropdown li.dropdownitem:hover .dropdown {
        padding-left: 16px;
        position: absolute;
        margin: 0;
        padding-top: 0px !important;
        min-width: 200px;
        display: inline-table;
        top: 0 !important;
        left: 100% !important;
        right: auto !important;
    }
    .ozmenu ul li.dropdownitem .dropdown .dropdown .dropdown {
        display: none !important;
        visibility: hidden;
    }
    .ozmenu ul li.dropdownitem .dropdown ul {
        list-style: none;
        background-color: #fff;
        float: left;
        padding: 10px;
        border-radius: 0px 8px 8px 8px;
    }
    .ozmenu ul li.dropdownitem ul li a{
        color: #333 !important;
        font-weight: 400;
        text-decoration: none;
        padding: 5px 0px;
        float: left;
        width: 100%;
        border-radius: 0px;
        font-size: 14px;
    }
    .ozmenu ul.ozmenu-nav .dropdown ul li a:hover {
        color: #333 !important;
        padding-left: 7px;
        transition: all 0.15s ease-out;
    }
    /* Animations */
    .dropdownitem .dropdown{
        animation: translateDown 200ms 0ms ease-in-out forwards;
        transform-origin: top center;
    }
    .dropdownitem .dropdownitem .dropdown {
        transform-origin: top center !important;
        animation: translateX 200ms 0ms ease-in-out forwards !important;
    }
    @keyframes translateDown {
        0% {
            transform: scaleY(0)
        }
        80% {
            transform: scaleY(1.1)
        }
        100% {
            transform: scaleY(1)
        }
    }
    @keyframes translateX {
        0% {
            opacity: 0;
            transform: translateX(-60px);
        }
        80% {
            transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    /* Dropdown + Dropdown */
	.ozmenu ul li.dropdownitem ul li .nav-dropdown-lg:after{
        width: 15px;
        height: 15px;
        text-align: center;
        float: right;
        background-color: #000;
        content: "";
        margin: 1px 0px 0px 3px;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"></path></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
    }
}
.ozmenu ul.ozmenu-nav .dropdown ul li {
    float: left;
    width: 100%;
}
.ozmenu ul.ozmenu-nav .dropdown ul li a{
    padding: 8px 0px;
}
.ozmenu ul li.dropdownitem ul li a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li a {
    border-bottom: 1px dotted #eee;
}
.ozmenu ul li.dropdownitem ul li:last-child a,
.ozmenu ul li.dropdownitem ul li .dropdown ul li:last-child a {
    border-bottom: 0px !important;
}
/* Dropdown + Dropdown */
.ozmenu ul li.dropdownitem ul li a:before,
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li a:after{
    display: none !important;
}
.ozmenu ul li.dropdownitem ul li .nav-dropdown ul li:last-child a{
    border-bottom: 0px !important;
}
.ozmenu ul li.dropdownitem .dropdown ul li.dropdownitem {
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}
/* Responsive Menu */
.menu-close,
.menu-open {
    display: none;
}


@media screen and (max-width: 993px) {
    .menu-open,
    .menu-close {
        cursor: pointer;
        color:#333;
        text-decoration: none;
        font-size: 26px;
    }
    .menu-open {
        display: block;
    }
    .menu-close {
        display: none; 
    }
    .ozmenu {
        position: relative;
        display: none;
    }
    .ozmenu.active {
        display: block;
    }
    .menu-open {
        display: block !important;
        float: right;
		margin: 5px 0;
    }
    .mobile-menu-active .menu-close {
        display: block !important;
        z-index: 15;
        position: absolute;
        right: 13px;
        left: unset !important;
        top: 0px;
        float: left;
    }
    .ozmenu-nav {
        display: none !important;
    }
    .ozmenu.active .ozmenu-nav {
        display: block !important;
    }
    .ozmenu.active{
        position: fixed;
        left: 0px;
        top: 0px;
        margin-top: 0px !important;
        width: 40%;
        height: 100vh;
        display: flex;
        z-index: 14;
    }
    .ozmenu.active .ozmenu-nav{
        background-color: #000;
        float: left;
        margin-top: 0px;
        padding: 40px 20px;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        transform-origin: top center !important;
    }
    .ozmenu.active .ozmenu-nav, .menu-close {
        animation: translateX 400ms 0ms ease-in-out forwards !important;
    }
    @keyframes translateX {
        0% {
            opacity: 0;
            transform: translateX(-160px);
        }
        80% {
            transform: translateX(-5px);
        }
        100% {
            opacity: 1;
            transform: translateX(0px);
        }
    }
    .ozmenu ul.ozmenu-nav>li {
        float: left;
        width: 100%;
    }
    .ozmenu ul.ozmenu-nav>li a{
        float: left;
        width: 100%;
        text-decoration: none;
        color: #fff;
        padding: 10px 0px;
        border-bottom: 1px solid #333;
    }
    .ozmenu ul.ozmenu-nav>li a:hover {
        float: left;
        width: 100%;
        transition: all 0.25s ease-out;
        text-decoration: none;
        color: rgb(255, 255, 255) !important;
        padding: 10px 0px;
    }
    .ozmenu ul li.dropdownitem>a:hover:after{
        background-color: rgb(255, 170, 48) !important;
    }
    .nav-dropdown.opened {
        color: rgb(255, 170, 48) !important;
        border-bottom: 1px solid rgba(255, 170, 48, 0.5) !important;
    }
    .ozmenu ul.ozmenu-nav>li:last-child a{
        border-bottom: 0px solid #ddd;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul {
        list-style: none;
        float: left;
        margin-left: 0px;
        padding-left: 7px;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown ul .dropdown ul {
        padding-left: 15px;
    }
    .ozmenu.active ul li .nav-dropdown.opened + .dropdown{
        display: block;
        position: relative;
        margin: 0;
        padding: 5px 0px;
        min-width: unset;
        padding-top: 0px !important;
        float: left;
    }
    .ozmenu.active ul li.dropdownitem:hover + .dropdown + .dropdown{
        display: none;
    }
    #menu-overlay {
        background-color: rgba(0,0,0,.3);
        float: left;
        display: none;
        width: 100%;
        height: 100vh;
        z-index: 13;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    #menu-overlay.show {
        display: block !important;
    }
    .menu-open .open {
        width: 40px;
    height: 40px;
    float: right;
    transition: all 0.2s ease-out;
    border: 1px solid #999;
    border-radius: .5rem;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .mobile-menu-active .menu-open .open, .menu-open .open:hover {
    color: #FFF;
	border: 1px solid #FFF;
    }
    .menu-close .close {
        width: 38px;
        height: 38px;
        float: right;
        background-color: #FFF;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="38px" height="38px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-x close" viewBox="0 0 16 16"><path d="M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z"></path></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        transition: all 0.2s ease-out;
    }
    .menu-close .close:hover {
        background-color: #000;
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-arrow-left" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z"></path></svg>');
    }

    /*.ozmenu.active ul li.dropdownitem>a.opened:after{
        -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
    }*/

  .ozmenu ul li.dropdownitem > span {
    width: 25px;
    height: 25px;
    text-align: center;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    mask-image: url('data:image/svg+xml;charset=utf-8,<svg width="12px" height="12px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"></path></svg>');
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    right: 0;
    top: 8px;
    background: #fff;
    z-index: 100;
	cursor: pointer;
  }

  .ozmenu ul li.dropdownitem > span:hover {
	background: #f59812}

  .ozmenu.active ul li.dropdownitem > span.opened {
 		-webkit-mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;
        mask-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="12px" fill="currentColor" class="bi bi-chevron-up" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z"/></svg>') !important;

	}


}
@media screen and (max-width: 500px) {
    .ozmenu.active {
        width: 70%;
    }
}
@media screen and (max-width: 400px) {
    .ozmenu.active{
        width: 100%;
    }
}

