* {
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.aligncenter {
	float: right;
	margin: 0 0 10px 10px;
}
.wrap {
	display: grid;
	grid-template-columns: 1fr 5fr;
}
.logo {
	padding: 15px 25px;
	display: table;
}
.logo img {
	max-width: 100%;
}
.sidebar-wrap {
	position: fixed;
	z-index: 9999;
}
.sidebar-fixed {
	position: fixed;
	width:inherit;
}
.menu-sidebar {
	background-color: #434750;
	height: 100vh;
	padding-top: 15px;
}
.menu-sidebar li {
	list-style-type: none;
}
.menu-sidebar li ul {
	display: none;
}
.menu-sidebar > li ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 999999999;
	width: calc(80vw - 100%);
	background: #fff;
}
/*
.menu-sidebar > li:hover ul {
	display: grid;
}
*/
div.bgdark {
	display: none!important;
}
.menu-sidebar > li:hover ~ div.bgdark {
	display: table;
	position: absolute;
    top: 0;
    left: 100%;
    width: 100vw;
}
.bgdark {
	position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.2);
}
.menu-sidebar > li ul {
	grid-template-columns: 1fr 1fr;
}
.menu-sidebar > li ul div {
	padding: 45px;
}
.menu-sidebar > li ul div:first-child {
	border-right: 1px solid #f3f3f3;
}
.menu-sidebar > li ul a {
	line-height: 24px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}
.menu-sidebar > li ul a:hover {
	color: #c13032;
}
.menu-sidebar > li > a {
	color: #fff;
    display: block;
    font-size: 13px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px;
    padding-left: 30px;
    padding-right: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
}
.menu-sidebar > li:hover > a {
	background: rgba(255,255,255,.1);
}
.childnamesidebar {
	display: table;
	margin: 15px auto;
}
.nav-top {
	display: table;
	clear: both;
	width: 100%;
	padding-left: 24px;
	border-bottom: 1px solid #e5e5e5;
	-webkit-box-shadow: 7px 0 3px rgba(204,204,204,.7);
	box-shadow: 7px 0 3px rgba(204,204,204,.7);
}
.nav-top li {
	display: table;
	float: left;
	list-style-type: none;
	margin-right: 18px;
}
.nav-top li:last-child {
	margin-right: 0;
}
.nav-top li a {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	padding: 17px 0 15px;
	display: table;
	border-bottom: 2px solid #fff;
}
.nav-top li a:hover {
	border-bottom: 2px solid #c13032;
}
.fixed-nav-top {
	width:100%;
    position: fixed;
    top: 0;
    z-index: 11;
	background: #fff;
	height: 48px;
}
.fixed-nav-top ~ .top-slider {
  margin-top:48px;
}
.top-slider {
	clear: both;
	margin-bottom: -17px;
}
.slider-text {
	position: absolute;
    top: 0;
    margin-left: 90px;
    color: #fff;
    width: 100%;
    height: 100%;
	display: grid;
    align-items: center;
}
.slider-text h2 {
	font-size: 40px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.slider-text p {
	font-size: 18px;
    line-height: 28px;
    color: #fff;
    max-width: 390px;
    margin-bottom: 40px;
}
.slider-text a {
	border: 2px solid #fff;
	font-size: 15px;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 13px 28px;
    text-decoration: none;
}
.slider-text a:hover {
	background: #fff;
	-webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
	color: #000;
}
.slick-list {
	position: relative;
}
.bread a, .bread span {
	font-size: 13px;
    padding-left: 5px;
    white-space: nowrap;
    color: #000;
    text-decoration: none!important;
}
.bread a.flaticon-home:before, .bread span:before {
	font-size: 13px;
	margin-left: 0;
}
.bread span:before {
	font-size: 9px;
	margin-right: 4px;
}
.bread {
	padding: 15px 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 13px;
    white-space: nowrap;
    color: #000;
    text-decoration: none!important;
}
.content {
	overflow-x: hidden;
}
.category-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #e5e5e5;
	align-items: center;
}
.category-wrap > div:first-child {
	display: grid;
	justify-content: center;
}
.category-wrap > div {
	padding: 30px;
}
.category-wrap > div:last-child a {
	color: #000;
    text-decoration: none!important;
	margin-top: 0;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    width: 100%;
    display: block;
}
.category-wrap > div:last-child a:hover {
	color: #c13032;
}
.category-wrap > div:last-child p {
	line-height: 25px;
	font-size: 16px;
}
.arrows-slide:before {
	margin-right: 0!important;
	margin-left: 0!important;
	font-size: 40px!important;
	color: #eceded;
}
.arrows-slide {
	position: absolute;
	top: calc(50% - 40px);
	z-index: 999;
	cursor: pointer;
}
.arrows-slide:hover:before{
	color: #fff;
}
.prevArrow {
	left: 15px;
}
.nextArrow {
	right: 15px;
}
.slick-dots li {
	display: table;
	float: left;
}
.slick-dots li button {
	width: 12px;
	height: 12px;
	margin: 0 10px;
	background: #fff;
	border-radius: 150px;
	border: none;
	text-indent: -999999px;
	cursor: pointer;
	outline: none;
}
.slick-dots li.slick-active button {
	background: #e02c2e;
}
.slick-dots {
	display: table;
	margin: 0 auto;
	position: relative;
	bottom: 20px;
	left: 0;
	right: 0;
}
.three-img {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	box-sizing: border-box;
	grid-gap:1px;
	border-bottom: 1px solid #e5e5e5;
}
.three-img div {
	box-shadow:0 0 0 1px #e5e5e5;
}
.three-img a {
	margin: 70px auto 80px;
	text-decoration: none;
	display: table;
}
.three-img span, .three-img img {
	display: table;
	margin: 0 auto;
	text-align: center;
}
.three-img span {
	font-size: 20px;
	color: #222;
	margin-top: 20px;
	line-height: 30px;
}
.social-footer a {
	background: #f90000;
	color: #fff;
	border-radius: 150px;
	text-decoration: none;
	display: table;
	width: 36px;
	padding: 6px 0;
	text-align: center;
	float: left;
	margin-left: 15px;
}
.social-footer a:before {
	margin-left: 0!important;
}
.single-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	border-bottom: 1px solid #e5e5e5;
}
.single-wrap > div:first-child {
	overflow-x: hidden;
	border-right: 1px solid #e5e5e5;
}
.slider-single-top {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.slider-single {
	padding-top: 20px;
}
.slider-single-nav-img img {
	width: 100%;
	height: auto;
}
.slider-single-top .slick-slide {
	display: grid!important;
	justify-content: center;
}
.slider-single-nav .slick-slide {
	padding: 0 5px;
}
.slider-single-top .arrows-slide::before, .slider-single-nav .arrows-slide::before {
    margin-right: 0 !important;
    margin-left: 0 !important;
    font-size: 20px !important;
    color: #000;
}
.slider-single-nav .slick-track > div {
	opacity: .4;
}
.slider-single-nav .slick-track .slick-current {
	opacity: 1;
}
.slider-single-nav {
	margin: 20px;
}
.slider-single-nav .nextArrow {
	right: -20px;
	top: calc(50% - 11px);
}
.slider-single-nav .prevArrow  {
	left: -20px;
	top: calc(50% - 11px);
}
.slider-single-top .prevArrow {
	left: 0;
	top: calc(50% - 11px);
}
.slider-single-top .nextArrow {
	right: 0;
	top: calc(50% - 11px);
}
.single-featured {
	margin: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
}
.single-featured > div {
	display: grid;
	grid-template-columns: 3fr 1fr;
	font-size: 13px;
	color: #353535;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}
.single-featured > div > div:last-child {
	text-align: right;
	font-weight: 700;
}
.single-wrap > div:last-child {
	display: grid;
	align-content: center;
	padding: 40px;
}
.single-right .art {
	display: block;
	font-size: 13px;
	color: #2a2a2a;
	margin-bottom: 10px;
}
.single-right .title {
	font-size: 30px;
	font-weight: 900;
	color: #232323;
	margin-top: 0;
	margin-bottom: 10px;
}
.single-right .content {
	font-size: 17px;
	color: #232323;
	line-height: 24px;
	margin-bottom: 40px;
}
.single-right .link {
	padding: 11px 20px 10px;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	margin-right: 7px;
	font-size: 17px;
	text-transform: none;
	background-color: #c13032;
	color: #fff;
	font-weight: 700;
	outline-offset: -2px;
	display: table;
	text-decoration: none;
	width: auto;
	float: right;
}
.single-right .price {
	color: #7d7d7d;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	float: left;
	line-height: 38px;
}
.price span {
	color: #000;
	font-size: 35px;
	white-space: nowrap
}
.price-wrap {
	display: grid;
	grid-template-columns: 2fr 1fr;
}
.tab-name {
	border-bottom: 1px solid #e5e5e5;
}
.tab-name > div {
	display: table;
	margin: 0 auto;
}
.tab-name > div > div {
	display: table;
	float: left;
	margin: 0 35px;
	cursor: pointer;
	border-bottom: 3px solid #fff;
}
.tab-name > div > div:hover, .tab-name > div > div.active {
	border-bottom: 3px solid #c13032;
}
.activeboxnone {
	display: none;
}
.tab-name > div > div {
	padding: 20px 0 17px;
}
.single-doc {
	display: none;
	margin: 30px;
	grid-template-columns: 1fr 1fr;
	gap: 0 40px;
}
.activebox {
	display: grid;
}
.instuction {
	font-size: 13px;
}
.instuction img {
	display: table;
	float: left;
	margin-right: 15px;
}
.instuction span {
	display: block;
	margin-bottom: 10px;
}
.instuction a {
	color: #c13032;
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
.single-video iframe {
	width: 100%;
	height: 100%;
	min-height: 500px;
}
.related-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	border-bottom: 1px solid #e5e5e5;
	gap: 0 25px;
}
.related-wrap img {
    max-width:100%;
}
.related-wrap > div {
	border-right: 1px solid #e5e5e5;
	padding: 20px 50px 50px;
}
.related-wrap > div a {
	font-size: 17px;
	color: #000;
	text-decoration: none !important;
	transition: all .2s linear;
}
.related-wrap > div a:hover {
	color: #c13032;
}
.related-wrap > div:last-child {
	border-right: none;
}
.related-title {
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	font-size: 24px;
	font-weight: 400;
	padding: 20px 0 20px 25px;
}
.related-wrap > div > div:first-child {
	display: grid;
	justify-content: center;
	margin-bottom: 30px;
}
.where-left > div:nth-of-type(1) {
	font-size: 30px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 15px;
	color: #000;
}
.where-left > div:nth-of-type(2) {
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
	color: #000;
}
.where-content {
	padding: 25px;
	display: grid;
	grid-template-columns: 1fr 1fr; 
}
.where-right {
	float: right;
	background-color: #efeff1;
	padding: 30px 40px;
	color: #000;
	font-size: 16px;
	line-height: 25px;
	max-width: 200px;
	width: 100%;
}
.map-whre-buy iframe {
	border: none;
	outline: none;
}
.all-stadt {
	border-top: 1px solid #e5e5e5;
	padding: 15px 25px;
	position: relative;
}
.all-stadt-but {
	cursor: pointer;
	display: table;
}
.all-stadt-but > span:before {
	margin-left: 0;
}
.all-stadt-but > span:nth-of-type(1) {
	margin-right: 5px;
}
.all-stadt-but > span:nth-of-type(2):before {
	margin-left: 5px;
	font-size: 8px;	
	position: relative;
	top: -2px;
}
.all-stadt-list {
	position: relative;
	z-index: 9999999999999;
}
.all-stadt-list > div {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 10px;
	position: absolute;
	width: calc( 100% - 40px);
	box-shadow: 0 0 5px rgba(0,0,0,.2);
	padding: 20px;
	background: #fff;
}
.linkmap {
	cursor: pointer;
	display: table;
}
.contact-whre-buy {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 25px;
	gap: 30px;
}
.contact-block > div:nth-of-type(1) {
	font-weight: 700;
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
	font-size: 14px;
}
.contact-block > div:nth-of-type(2), .contact-block > div:nth-of-type(3) {
	font-size: 15px;
	line-height: 24px;
	padding-right: 20px;
	color: #232323;
}
.contact-block > div:nth-of-type(3) {
	margin-bottom: 30px;
}
.menu-sidebar > li > a:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 150px;
	background: #f90000;
	display: table;
	float: left;
	margin-right: 7px;
	margin-top: 7px;
}
.page-content {
	padding: 25px;
	font-size: 17px;
	line-height: 30px;
}
.partner-form > p {
	display: none;
}
.partner-form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	font-size: 15px;
	font-weight: 400;
	font-size: 15px;
	color: #232323;
	gap: 20px 40px;
}
.partner-form input[type=text], .partner-form input[type=email], .partner-form textarea {
	font-size: 15px;
	height: 36px;
	padding: 0 15px;
	background-color: transparent;
	border: 1px solid #b3b1b1;
	box-shadow: none;
	color: #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.partner-form textarea {
	height: 150px;
}
.partner-form > div:nth-of-type(6) {
	grid-column: span 2;
	grid-template-columns: 1fr 5.2fr;
}
.partner-form > div:nth-of-type(7) {
	grid-column: span 2;
}
.partner-form > * {
	display: grid;
	grid-template-columns: 1fr 2fr;	
}
.partner-form .wpcf7-submit {
	background: #c13032;
	font-weight: 700;
	display: table;
	float: right;
	color: #fff;
	border: none;
	padding: 15px 45px;
	border-radius: 150px;
	font-size: 17px !important;
	cursor: pointer;
}
.partner-form .wpcf7-submit:hover {
	background: #eb4749;
}
.partner-form > div:nth-of-type(7) {
	grid-template-columns: 1fr;
}
.support-right {
	font-size: 15px;
	max-width: 220px;
}
.support-right .title {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 500;
}
.slider-single-top  .slick-slide img {
    max-height: 330px;
    width: auto;
    margin: 0 auto;
}
.slider-single-nav  .slick-slide img {
    max-height: 80px;
}


footer {
	display: grid;
	grid-template-columns: 2fr 4fr 1fr;
	padding: 40px;
}
footer > div:nth-of-type(2) {
	align-items: center;
	display: grid;
	justify-items: center;
}
footer > div:nth-of-type(3) {
	align-items: center;
	display: grid;
	justify-items: right;
}
.footer-menu li {
	list-style-type: none;
	display: table;
	float: left;
	margin: 0 15px;
}
.footer-menu li a {
	text-decoration: none;
	font-size: 13px;
	color: #000;
}
.footer-menu li a:hover {
	color: #c13032;
}
.vcs_brand-toggle, .logomob, .mobile-menu {
	display: none;
}
@media all and (max-width: 1150px) {
.related-wrap img {
	width: 100%;
}
.logomob {
	display: table;
	margin: 0 auto;
    padding-right: 50px;
}
.nav-top li, .sidebar {
	display: none;
}
.nav-top {
	padding-left: 0;
}
.wrap {
    grid-template-columns: 1fr;
}
.footer-menu li {
    float: none;
    margin: 10px 15px;
}
.social-footer a {
	margin-bottom: 20px;
}
.vcs_brand-toggle {
    display: block;
    float: left;
    height: 48px;
    width: 48px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    position: relative;
    transition: opacity .2s;
    margin-top: 0px;
}

.vcs_brand-toggle .vcs_brand-sign {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 20px;
    width: 26px;
    margin-top: -10px;
    margin-left: -13px;
}

.vcs_brand-toggle:hover {
    opacity: 1;
}

.vcs_brand-sign .vcs_brand-sign-s {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    transition: transform .2s;
}

.vcs_brand-sign .vcs_brand-sign-s:nth-child(1) {
    top: 0;
}

.vcs_brand-sign .vcs_brand-sign-s:nth-child(2) {
    bottom: 0;
}

.vc_active .vcs_brand-sign .vcs_brand-sign-s {
    transition: transform .1s;
    transform: scale(0,1);
}

.vcs_brand-sign .vcs_brand-sign-x::before,.vcs_brand-sign .vcs_brand-sign-x::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 100%;
    background: #000;
    transition: .1s;
}

.vc_active .vcs_brand-sign .vcs_brand-sign-x::before {
    transition: transform .2s;
    transform: rotate(45deg);
}

.vc_active .vcs_brand-sign .vcs_brand-sign-x::after {
    transition: transform .2s;
    transform: rotate(-45deg);
}
.mobile-menu {
	display: none;
}
.mobile-menu > div {
	background: #fff;
	overflow-y: auto;
	position: fixed;
	z-index: 999999999999;
	background: rgba(0,0,0,.2);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mobile-menu > div > div {
	background: #fff;
	display: table;
    padding: 50px 0;
    position: relative;
}
.mobile-menu > div > div li {
	list-style-type: none;
	position: relative;
}
.mobile-menu > div > div > li > a, .mobile-menu > div > div > li > ul a {
	 padding: 15px 35px 13px 30px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    font-weight: 400;
    width: calc( 100% - 65px );
    display: table;
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: #000;
}
.mobile-menu .flaticon-next {
	position: absolute;
	right: 0;
	top: 0;
    padding: 12px;
    z-index: 99999999;
}
.active-mobmenu {
	background-color: #f1f1f3;
}
.active-mobmenu > a {
	font-weight: 700!important;
}
.active-mobmenu .flaticon-next {
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: -8px;
    margin-top: -8px;
}
.mobile-menu-title {
	font-size: 24px;
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 35px 13px 30px;
}
.mobile-menu-title-two {
	margin-top: 40px; 
}
.mobile-menu > div > div > li > ul {
	display: none;
}
.close-mob-menu {
	background: url(img/cross.png) no-repeat;
	background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    width: 25px;
    height: 25px;
    right: 20px!important;
    top: 20px!important;
    position: absolute;
}
}



@media all and (max-width: 800px) {
.slider-text {
    position: absolute;
    top: 0;
    margin: 20px auto;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.slick-slide {
	position: relative;
	height: auto!important;
}
.slider-text p {
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
}
.slider-text h2 {
    font-size: 22px;
	margin-bottom: 15px;
}
.top-slider .slick-slide img {
	height: 300px;
}
.single-wrap {
    grid-template-columns: 1fr;
}
}


@media all and (max-width: 600px) {
.three-img {
    grid-template-columns: 1fr;
}
footer {
	grid-template-columns: 1fr 1fr;
}
footer > div:nth-of-type(1) {
	grid-column: span 2;
}
footer > div:nth-of-type(1) a {
	display: table;
    margin: 0 auto 20px;
}
.logomob {
    padding-right: 0;
}
.related-wrap {
    grid-template-columns: 1fr;
    gap: 0;
}
.single-featured {
    grid-template-columns: 1fr;
    gap: 0;
}
.instuction img {
	margin-bottom: 25px;
}
.single-video iframe {
    min-height: auto;
}
.category-wrap {
    grid-template-columns: 1fr;
}
.category-wrap img {
	width: 100%;
}
.category-wrap > div:first-child {
	padding-bottom: 0;
}
.bread {
	white-space: normal;
}
}