body {
	font-weight: 500;
	color: var(--color1);
	font-size: var(--fontsize);
	line-height: 1.2;
	width: 100%;
}
html, body {
    margin: 0;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--color1);
}
/* default font size */
a {
	color: var(--backgroundcolor1);
}
a:hover {
	text-decoration: none;
}
a.button {
    display: block;
    border-radius: 10px;
    text-align: center;
    line-height: 70px;
    font-weight: 900;
    text-transform: uppercase;
}
a.button1 {
    background-color: #fe0000;
    color: #fff;
    line-height: 74px;
}
a.button2 {
    border: 2px solid;
    color: #000;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: var(--backgroundcolor1);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
    border-bottom: 1px solid #f6eeee;
    padding: 10px 0px 3px 0;
    margin: 0 0 0px 0;
    min-height: 40px;
    font-size: 14px;
    font-weight: 500;
}
#top a {
    color: #000;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: var(--backgroundcolor1);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: var(--color1);
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
#logo h1 {
	font-size: 28px;
	margin-bottom: 20px;
	margin-top: -5px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: var(--color1);
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: var(--backgroundcolor1);
	padding: 0;
}
#menu .nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    padding: 21px 15px 21px 15px;
    min-height: 15px;
    background-color: transparent;
    font-weight: 900;
    text-transform: uppercase;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: var(--backgroundcolor1);
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: var(--backgroundcolor1);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: var(--backgroundcolor1);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: var(--backgroundcolor1);
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
    margin-top: 60px;
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #eff1f1;
    color: #414040;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
    color: #414040;
}
footer a:hover {
	color: #000000;
}
footer h5 {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0 20px -15px;
    padding: 8px 0;
    border: 0px solid #ddd;
    background: transparent;
    font-size: 12px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -5px;
    width: 13px;
    height: 0px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    transform: rotate(-70deg);
}
.breadcrumb a {
    color: #000;
    opacity: 0.3;
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: var(--backgroundcolor1);
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-thumb .caption > h4 + p {
	height: 70px;
	overflow: hidden;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: var(--color1);
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: var(--color1);
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
h2 b {
    color: #0db4de;
}
#logos_body #carousel0 .owl-stage-outer {
    overflow: hidden !important;
}
.product_description ul li::before {
    list-style: none;
    content: "\f00c";
    padding: 0px 10px 13px 0px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: var(--backgroundcolor1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin: 0 0 0 -25px;
}
.product_description ul li {
    list-style: none;
    padding: 0px;
}
#products_body .block_shadow {
    padding: 50px 30px;
}
button.owl-dot span {
    background: #b7b5b5;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    position: relative;
    display: block;
    margin: 0 5px;
}
button.owl-dot.active span {
    background: #7d7b7b;
    width: 15px;
}
.owl-dots {
    margin: 25px auto 0 auto;
    max-width: fit-content;
}
span.errorform {
    color: red;
    font-size: 13px;
    display: block;
}
.info-error {
    margin-bottom: 20px;
}
.suc_img {
    margin: 20px 0 15px 0;
}
.operator {
    text-align: center;
}
.operator_name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 10px 0 5px 0;
}
.operator_post {
    font-size: 16px;
    color: #797979;
}
#consultation h2 {
    font-size: 40px;
}
.operator_ava img {
    width: 120px;
}
#mobile_header {
    display: none;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
  .offcanvas {
    position: relative;
    min-height: 100%;
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }
  
  .offcanvas-right {
    left: 0;
  }
  
  .offcanvas-right.active {
    left: 300px; 
  }

  .offcanvas-right .sidebar-offcanvas {
    top: 60px;
    left: -100%; 
    -webkit-transition: all .25s ease-out;
         -o-transition: all .25s ease-out;
            transition: all .25s ease-out;
  }

  .offcanvas-right.active .sidebar-offcanvas {
    left: 0;
    top: 60px;
    border-right: 1px solid #e7e7e7;
  }

  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 300px; 
    padding: 20px 15px 15px;
    background-color: #f8f8f8;
    border-radius: 0;
    overflow-y: auto;
    z-index: 1050;
  }
  
  .sidebar-offcanvas .dropdown-menu {
    border: medium none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding-top: 0;
    position: static;
  }
  
  .navbar-toggler {
    z-index: 1060;
  }

/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  bottom: 0 !important;
  right: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
  -webkit-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
}

.footer.offcanvas-right.active {
  left: 300px; 
}
button.mobile-button {
    background: transparent;
    border: 0px;
}
button.mobile-button i.fa.fa-bars {
    font-size: 30px;
}
button.mobile-button i.fa.fa-times {
    font-size: 28px;
}
button.mobile-button {
    padding: 0px 0 0 0;
}
#mobile_header .phone p {
    margin-bottom: 0rem;
}
.sm-mob {
    display: none;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
#navbarOffcanvas ul.navbar-nav li {
    border-bottom: 1px solid #e7e7e7;
    padding: 3px 0;
}
#navbarOffcanvas .dropdown-inner ul.list-unstyled {
    margin-left: 20px;
}
#navbarOffcanvas .dropdown-inner ul.list-unstyled .nav-link {
    font-size: 12px;
}
.quiz .button1 {
    background-color: #fe0000;
    color: #fff;
    line-height: 59px;
    border: 0px;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
}
.offcanvas-right.active .sidebar-offcanvas .socandmes {
    float: none;
    margin: 25px 0 15px -15px;
}
.offcanvas-right.active .sidebar-offcanvas .socandmes ul {
    float: none;
}
.other-contacts {
    margin: 0 0 0 -15px;
}
.other-contacts p {
    margin-bottom: 10px;
}
.playbutton::before {
    position: absolute;
    content: " ";
    background: #fff;
    width: 50px;
    height: 40px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 25%;
}
.workimages {
    min-height: 300px;
    border-radius: 15px;
}
.reviewvideo {
    min-height: 180px;
}
.reviewvideobut {
    min-height: 180px;
    position: relative;
}
.reviewvideo img {
    border-radius: 15px;
}
.paged h3 {
    margin-top: 20px;
}
.talipovbiz {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #222222;
    color: #fff;
    box-shadow: 70px 14px 75px 5px rgb(148 145 145 / 40%);
    padding: 10px 0;
    z-index: 999;
}
.buyproduct a {
    background: #ffad3d;
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    height: 50px;
    transition: .8s;
    max-width: 300px;
    margin: 0 auto;
}
.produtprice {
    font-weight: 900;
    font-size: 20px;
    padding: 12px 0;
    max-width: fit-content;
    margin: 0 auto;
    color: #fff;
}
.produtprice span {
    text-decoration: line-through;
    color: #b6b1b1;
    font-weight: 500;
}
.pricecounter {
    padding: 14px 0;
    text-align: center;
}
.pricecounter strong {
    padding-right: 5px;
}
/* TALIPOV.BZ */
section {
    padding: 10px 0;
}
header {
    padding: 25px 0;
}
.navbar {
    margin-bottom: 0px;
    padding: 0;
}
#main_banners {
    padding-top: 0px;
}
#advantages_one_all .image img {
    width: 35px;
}
#advantages_one_all .container {
    margin: -150px auto 0 auto;
    position: relative;
    z-index: 2;
}
.main_banners_left {
    margin-top: 15%;
}
.main_banners_left ul {
    margin: 20px 0 20px 0;
    line-height: 1.2;
    font-size: calc(var(--fontsize) + 3px);
    font-weight: 500;
}
.main_banners_left ul b {
    font-weight: 900;
}
.subtitle {
    font-size: calc(var(--fontsize) + 5px);
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 0px;
}
.block_shadow {
    background: #fff;
    box-shadow: 11px 14px 75px 5px rgb(200 197 197 / 30%);
    border-radius: 15px;
    padding: 50px 40px;
    height: 100%;
    overflow: hidden;
}
ul.check li {
    list-style: none;
    background: url(/images/galsept.png) no-repeat 0px 3px;
    padding: 0px 0px 15px 34px;
}
#top .list-group a {
    background: transparent;
    border: 0px;
    text-shadow: none;
    padding: 0 20px 0 0;
    white-space: nowrap;
}
#top .list-group a.active, #top .list-group a.active:hover, #top .list-group a:hover {
    color: var(--backgroundcolor1);
}
#top .list-group {
    list-style: none;
}
#menu .list-group a {
    background: transparent;
    border: 0px;
    text-shadow: none;
    padding: 22px 15px;
    overflow: hidden;
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: calc(var(--fontsize) + 0px);
}
#menu .list-group a.active, #menu .list-group a.active:hover, #menu .list-group a:hover {
    color: #000;
    background: #fff;
}
#menu .list-group {
    list-style: none;
}
.banner_image {
    margin: 40px 0 0 0;
    position: absolute;
}
header p {
    margin-bottom: 3px;
}
#top p {
    margin-bottom: 0px;
}
header .fa, #top .fa {
    color: var(--backgroundcolor1);
    padding: 0 7px 0 0;
}
.button .fa {
    padding: 0 5px;
}
.icon_address {
    width: 45px;
    height: 45px !important;
    background: #fff;
    box-shadow: 11px 14px 75px 5px rgb(133 129 129 / 40%);
    border-radius: 100px;
    text-align: center;
    padding: 11px 0px;
}
.icon_address .fa {
    padding: 0 0px;
    font-size: 23px;
    margin: 0;
}
a.phone_number {
    font-weight: 900;
    color: #000;
}
b, strong {
    font-weight: 900;
}
.description {
    display: flex;
}
.quiz {
    width: 100%;
}
.hidden {
    display: none;
    visibility: hidden;
}
.row.quest {
    margin: 15px 0 15px 10px;
}
#skalaprogr {
    background: #f0efef;
    width: 100%;
    height: 18px;
    border-radius: 100px;
    padding: 3px;
}
#skalaprogrzel {
    background: var(--backgroundcolor1);
    width: 100%;
    height: 18px;
    border-radius: 100px;
    padding: 3px;
    margin: -18px 0 0px 0;
    transition: .4s;
}
.row.progres {
    margin: 15px 0 25px 0;
}
.accordion .accordion-item {
    box-shadow: 11px 14px 75px 5px rgb(200 197 197 / 30%);
    border-radius: 10px;
    margin: 0 0 10px 0;
    padding: 0 30px;
    background: #fff;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 0px solid var(--backgroundcolor1);
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 40px 15px 0;
    font-weight: 500;
    border: none;
    background: none;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--backgroundcolor1);
  border: 1px solid var(--backgroundcolor1);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-weight: 600;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
    font-weight: 900;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  margin-bottom: 20px;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
    margin: 10px 0 30px 0;
}
.input-option label {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 40px;
    font-size: var(--fontsize);
    border: 2px solid #f0efef;
    border-radius: 10px;
    font-weight: 500;
    min-height: 75px;
    margin: 0px -10px 10px -10px;
    position: relative;
}
.input-option input[type=radio]:checked + label {
    background: #eff1f1;
    color: #000;
    border: #eff1f1;
}
.input-option input[type=checkbox]:checked + label {
    background: #eff1f1;
    color: #000;
    border-color: #eff1f1;
}
.modal-header {
    border-bottom: 0px solid #dee2e6;
    text-align: center;
    padding: 10px 10px 0px 10px;
}
.socandmes ul {
    list-style: none;
    padding: 0;
    float: right;
    margin: -2px 0 0 0;
    display: -webkit-box;
}
.socandmes ul li {
    float: left;
    margin: 0 5px 0px 0px;
    max-width: 25px;
}
.socandmes ul li img {
    width: 100%;
}
.dropdown-menu {
    margin: 0 0 0 0;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0;
}
#menu .list-group .dropdown-inner  a {
    color: #000;
}
#top .dropdown:hover .dropdown-menu {
    display: block;
    width: 200px;
    padding: 20px;
    font-size: calc(var(--fontsize) - 3px);
}
#menu .dropdown:hover .dropdown-menu {
    min-width: 300px;
}
#menu .dropdown:hover .dropdown-menu.maxmenu {
    min-width: 1120px;
}
#menu .dropdown-menu a {
    padding: 10px 15px;
    text-transform: unset;
    font-weight: 600;
    font-size: calc(var(--fontsize) + 0px);
}
#menu .list-group li:hover {
    background: #fff;
}
#menu .list-group li:hover a {
    color: #000;
}
#menu .dropdown-menu li:hover a {
    color: var(--backgroundcolor1);
}
#menu .dropdown-menu li {
    border-bottom: 1px solid #f6eeee;
}
#top .dropdown-menu li {
    border-bottom: 1px solid #f6eeee;
}
#top .dropdown-menu li a {
    padding: 8px 0px;
}
.main_banners_left ul li {
    list-style: none;
    padding: 0px;
    margin: 0 0 10px 0;
}
.main_banners_left ul li::before {
    list-style: none;
    content: "\f00c";
    padding: 0px 15px 13px 0px;
    margin: 0 0 0 -35px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: var(--backgroundcolor1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
}
h1 b {
    color: var(--backgroundcolor1);
}
.serv_img {
    margin: -50px 0 20px -40px;
}
.block_services_body {
    margin: 0 0px 20px 0px;
    padding: 0 10px;
}
.quiz_right {
    background: #eff1f1;
    margin: -50px -41px -50px 26px;
    border-radius: 10px;
    padding: 60px 35px;
}
#skalaprogrvopr {
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px 0 0 0;
}
span.icon {
    color: var(--backgroundcolor1);
}
.quiz_right_sale {
    background: #fff;
    box-shadow: 11px 14px 75px 5px rgb(200 197 197 / 30%);
    border-radius: 15px;
    padding: 25px 25px;
    margin: 0 0 50px 0;
    font-size: 22px;
    font-weight: 900;
}
.quiz_right_name {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.quiz_right_descr {
    font-size: 16px;
    color: #797979;
}
.quiz_right_questdesc {
    font-size: 18px;
    margin: 40px 0 50px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2dcdc;
}
#services_body a.button {
    line-height: 60px;
}
#services_body a.button2 {
    margin-right: -10px;
    line-height: 56px;
}
#services_body a.button1 {
    margin-left: -10px;
}
#main_banners a.button1 {
    margin-right: -10px;
}
#main_banners a.button2 {
    margin-left: -10px;
    line-height: 70px;
}
.modal-content {
    padding: 20px 50px;
    border-radius: 20px;
}
.form-group input[type="text"] {
    height: 60px;
    font-size: 15px;
    text-align: center;
}
.modal-body {
    padding: 0rem 1rem 1rem 1rem;
    text-align: center;
}
.privacy {
    font-size: 12px;
    opacity: 0.5;
    text-align: left;
}
.privacy input[type="checkbox"] {
    margin: 0 10px 0 0px;
}
.modal-content .button, .forms .button {
    display: block;
    border-radius: 5px;
    text-align: center;
    height: 60px;
    font-weight: 900;
    text-transform: uppercase;
    border: 0px;
    width: 100%;
}
.modal-content .button1,  .forms .button1 {
    background-color: #fe0000;
    color: #fff;
}
.modal-dialog {
    margin: 5.75rem auto 1.75rem auto;
}
#services_body h3 {
    min-height: 50px;
    max-width: 80%;
}
.quiz_right_presentdesc {
    font-weight: 900;
    margin: 40px 0 0 0;
    font-size: 20px;
    line-height: 1;
}
.page {
    min-height: 400px;
}
.quiz_right_presents {
    font-size: 17px;
    font-weight: 900;
    background: #0db4de;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 35px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.quiz_present_image img {
    max-width: 100%;
}
.quiz_user_image {
    margin: -10px 0 0 0;
}
.quiz_help span {
    background: #eff1f1;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 700;
}
.quiz_help {
    margin: 22px 0 22px 0;
}
a.button.back {
    background: #edefef;
    color: #000;
    border-radius: 100px;
    line-height: 65px;
    width: 170px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
a.button.go {
    background: #fe0000;
    color: #fff;
    border-radius: 100px;
    line-height: 65px;
    width: 170px;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.footer_help {
    max-width: 250px;
    margin: 10px auto 0 auto;
}
.quest_frame {
    min-height: 250px;
}
.quiz_right_sale img {
    margin-right: 5px;
}
#logos_body h2 {
    text-align: center;
    margin-bottom: 50px;
}
.steps_body_box {
    margin-bottom: 20px;
    margin: 0 -5px 15px -5px;
}
.steps_body_left {
    margin-top: 70px;
}
.steps_body_left .subtitle {
    max-width: 400px;
}
#faq_body h2 {
    max-width: 600px;
}
#advantages .container {
    background: #fff;
    box-shadow: 11px 14px 75px 5px rgb(200 197 197 / 30%);
    border-radius: 15px;
    padding: 50px 40px;
    height: 100%;
    overflow: hidden;
}
.about_body_image {
    margin: 0 0 0 -200px;
}
.about_body_image img {
    border-radius: 10px;
}
.about_body_text {
    margin-top: 30px;
}
.steps_body_key {
    font-size: 72px;
    font-weight: 900;
    color: #dbdbdb;
    margin: 0;
}
#steps_body .block_shadow {
    padding: 30px 50px;
}
#advantages_two h2 {
    max-width: 600px;
}
.advantages_two_block {
    margin: 0 -5px 15px -5px;
}
.row.advantages_two_margin {
    margin: 0;
}
#logos_body .item img {
    max-width: 200px;
    filter: grayscale(100%);
    opacity: 0.5;
}
#logos_body .item {
    text-align: center;
    max-width: fit-content;
    margin: 0 auto;
}
.footertwo {
    border-top: 1px solid #e4e8e8;
    margin-top: 60px;
    padding-top: 30px;
    padding-bottom: 10px;
}
ul.stylenav {
    display: -webkit-box;
    list-style: none;
    padding: 0;
    max-width: fit-content;
    margin: 0 auto 30px auto;
    height: auto;
    border-radius: 100px;
}
ul.stylenav li a {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    display: block;
    padding: 25px 35px;
}
ul.stylenav li.active a {
    background: #0db4de;
    border-radius: 100px;
    color: #fff;
}
.blockreview.block_shadow {
    padding: 20px 20px;
}
.modal-header .close {
    position: absolute;
    right: 20px;
    top: 30px;
    background: #fff;
    color: #aaa5a5;
    border-radius: 100px;
    opacity: 1;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    border: 1px solid #e0dbdb;
}
.body1 {
    font-size: 16px;
    color: #787777;
}
.banner_bullit {
    overflow: hidden;
    height: auto;
    position: absolute;
    z-index: 2;
    top: 65%;
    left: 20%;
    max-width: 425px;
    padding: 50px 30px;
}
.owl-carousel .owl-item .banner_bullit img {
    width: auto;
}
.owl-carousel .owl-stage-outer {
    overflow: visible !important; 
}
ul.navigation {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    float: right;
}
ul.navigation li a {
    background: #fff;
    width: 55px;
    height: 55px;
    border-radius: 100px;
    display: block;
    text-align: center;
    line-height: 55px;
    margin: 0 0 0 10px;
    box-shadow: 8px 18px 75px 10px rgb(200 197 197 / 40%);
}
ul.navigation li a:hover {
    background: var(--backgroundcolor1);
}
ul.navigation li a:hover .fa {
    color: #fff;
}
ul.navigation .fa {
    color: #000;
}
.workimage img {
    border-radius: 10px;
}
.workblock {
    min-height: 455px;
}
.widthbutton ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
}
.widthbutton {
    max-width: 90%;
}
#main_banners .owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}
header .container {
    max-width: 1400px;
}
#top .container {
    max-width: 1400px;
}
.speclswidth1 {
    padding-right: 0px;
}
.speclswidth2 {
    padding-left: 0px;
}
.actionsimage {
    margin: -50px 0 -50px -40px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
img.actionsimg {
    height: 100%;
    width: auto !important;
}
.actionstext {
    margin: 0 0 0 20px;
}
p.minacttext {
    min-height: 70px;
}
.playbutton {
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: fit-content;
    position: absolute;
    top: 35%;
    z-index: 2;
}
.playbutton i.fa.fa-youtube-play  {
    color: #fe0000;
    font-size: 90px;
    position: relative;
    z-index: 2;
}
.blogarticle {
    margin: -55px -55px 20px -55px;
    min-height: 270px;
}
.blogmintitle {
    min-height: 85px;
}
.blogtext {
    min-height: 80px;
}
footer ul.list-unstyled li {
    line-height: 1.6;
}
.topimg {
    min-height: 80px;
}
#yurlica .about_body_text {
    margin-top: 0;
}
#yurlica .about_body_image {
    margin: 0 0 0 0;
    position: absolute;
    bottom: -100px;
    left: -60px;
}
#steps_body .subtitle {
    margin-bottom: 10px;
}
.phonework {
    padding: 14px 0 0 10px;
    font-size: 25px;
}
.graphicwork {
    margin: 10px 0 30px 0;
    font-size: calc(var(--fontsize) + 5px);
}
.phonegrapic .icon_address {
    width: 55px;
    height: 55px !important;
    padding: 17px 0px;
}
.phonegrapic .icon_address .fa {
    color: #0db4de;
}
.buttonwork {
    max-width: 320px;
}
.glyphicon {
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    webkit-font-smoothing: antialiased;
}
#scrollUP {
    background: #0db4de;
    border-radius: 50px;
    color: #fff;
    height: 50px;
    padding: 12px 16px;
    position: fixed;
    width: 50px;
    cursor: pointer;
}
p.footertext {
    margin-bottom: 10px;
}
footer .fa {
    color: #0db4de;
    width: 25px;
}
footer .socandmes ul {
    float: left;
    margin: 5px 0 0 0;
}
#logos_body .item img:hover {
    filter: none;
}
.footertwo p {
    margin: 0 0 5px 0;
    font-size: 12px;
    opacity: 0.5;
}
#top i.fa.fa-circle {
    font-size: 5px;
}
.answer_label {
    position: absolute;
    margin: 20px 0 0 8px;
    z-index: 2;
}
.product_description ul {
    padding: 0 0 0 25px;
    min-height: 225px;
}
.product_description ul li {
    margin: 0 0 15px 0;
}
.product_description {
    min-height: 200px;
}
#advantages_two .banner_bullit {
    left: 10%;
}
.description_service {
    min-height: 80px;
}
.dropdown-inner-main {
    padding: 20px 20px;
}
.groupname h4 {
    padding: 0 15px;
    font-weight: 900;
    text-transform: uppercase;
}
.finalquiz {
    margin: 40px 0 0 0px;
}
#advantages_two .subtitle {
    max-width: 750px;
}
.workimage {
    height: 100%;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
.workimage::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29 28 28 / 20%);
    margin: auto;
    border-radius: 15px;
}

#portfolio .subtitle {
    max-width: 750px;
}
#consultation .subtitle {
    margin-bottom: 10px;
}
.padding_contact {
    padding-bottom: 20px;
}
header .description b {
    display: block;
}
.labelcontact {
    font-size: 14px;
    margin-bottom: 5px;
    color: #000;
    opacity: 0.6;
}
#contactinformation_two .socandmes ul {
    float: none;
    margin: 0;
}
.yandex_maps {
    margin: 20px 0 0 0;
}
.yandex_maps_works {
    margin-top: 0px;
}
.teamitem {
    margin-bottom: 20px;
}
.worker_description {
    font-style: italic;
}
.worker_image img {
    width: 100%;
}
.worker_image {
    border-radius: 500px;
    overflow: hidden;
    max-width: 150px;
    margin: 0 auto;
}
.owlworker .worker_image {
    margin-bottom: 15px;
}
.owlworker {
    min-height: 600px;
}
.info_h1 {
    font-size: 45px;
    margin-bottom: 30px;
}
#pricelist_style {
    margin-bottom: 30px;
}
#pricelist_style .subtitle {
    margin-bottom: 0;
}
tr.headertable td {
    background: #0db4de;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
}
td.mainrow {
    font-weight: 700;
}
#pricelist_style .table td, .table th {
    border-top: 0px;
}
tr.headertable td.saletd {
    background: #fe0000;
}
#consultation_body h2 {
    font-size: calc(var(--fontsize) + 25px);
}
.subtitle_two {
    font-size: calc(var(--fontsize) + 3px);
}
.descriptioninformation ul {
    line-height: 1.2;
}
.descriptioninformation ul li {
    list-style: none;
    padding: 0 0 5px 0;
    line-height: 1.2;
}
.descriptioninformation ul li::before {
    list-style: none;
    content: "\f00c";
    padding: 0px 15px 0px 0px;
    margin: 0 0 0 -35px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color: var(--backgroundcolor1);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.noselect {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/* TALIPOV.BZ */
@media (max-width: 1200px) {
    #menu .list-group a {
    font-size: calc(var(--fontsize) - 2px);
    }
    #menu .list-group a {
    padding: 22px 12px;
    }
    a.button1 {
    font-size: 14px;
    line-height: 65px;
    }
    a.button2 {
    font-size: 14px;
    line-height: 61px;
    }
    .block_shadow {
    padding: 50px 20px;
    }
    .about_body_image {
    margin: 0 0 0 0px;
    overflow: hidden;
    border-radius: 10px;
    }
    .quiz_right_sale {
    font-size: 18px;
    }
    .subtitle {
    font-size: calc(var(--fontsize) + 3px);
    }
    body header {
    font-size: calc(var(--fontsize) - 2px);    
    }
    .main_banners_left ul {
    font-size: calc(var(--fontsize) + 0px);
    }
    .banner_bullit {
    top: 70%;
    left: 15%;
    margin-right: 0px;
    }
    #skalaprogrvopr {
    font-size: 13px;
    }
    #advantages .container {
    padding: 40px 30px;
    }
    .quiz_right_questdesc {
    font-size: 16px;
    margin: 20px 0 20px 0;
    padding-bottom: 20px;
    }
    .quiz_right_descr {
    font-size: 14px;
    }
    .quiz_right_presentdesc {
    font-size: 17px;
    }
    .quiz_right_presents {
    font-size: 15px;
    }
    #logo img {
    max-width: 100%;
    }
    .workblock {
    min-height: 405px;
    }
    .phonework {
    font-size: 20px;
    }
    #top ul li:nth-child(5),#top ul li:nth-child(6),#top ul li:nth-child(7) {
        display: none;
    }
    #main_banners a.button2 {
    line-height: 61px;
    }
    #menu .list-group ul li a {
    padding: 10px 15px;
    }
    .product_description {
    min-height: 300px;
    }
    #advantages_two .banner_bullit {
    top: 66%;
    }
    #yurlica .about_body_image {
    left: -110px;
    }
    #main_banners .owl-carousel .owl-item img {
    max-height: 450px;
    }
    #steps_body .block_shadow {
    padding: 30px 30px;
    }
    .pricecounter span {
    display: none;
    }
    .pricecounter strong {
    padding-right: 0px;
    }
}
/* TALIPOV.BZ */
@media (max-width: 992px) {
    #advantages .image {
        margin-bottom: 15px;
    }
    #main_banners a.button2 {
    margin-top: 10px;
    margin-left: 0px;
    }
    #main_banners a.button1 {
    margin-right: 0px;
    }
    .block_shadow {
    padding: 30px 20px;
    }
    #menu {
    display: none;
    }
    #top {
    display: none;
    }
    header {
    display: none;
    }
    #mobile_header {
    display: block;
    background: #fff;
    width: 100%;
    position: fixed;
    height: 60px;
    padding: 7px 0;
    z-index: 3;
    box-shadow: 11px 14px 75px 5px rgb(200 197 197 / 30%);
    }
    #mobile_header_margin {
    height: 60px;
    }
    #mobile_header .phone {
    text-align: center;
    }
    .footer_help {
    max-width: 215px;
    }
    a.button.go {
    line-height: 60px;
    width: 150px;
    margin-left: 20px;
    font-size: 14px;
    }
    a.button.back {
    line-height: 60px;
    width: 150px;
    margin-right: 10px;
    font-size: 14px;
    }
    .widthbutton {
    max-width: 100%;
    }
    .workimage {
    max-height: 350px;
    }
    .product_description {
    min-height: 250px;
    }
    .phonegrapic {
    display: none;
    }
    .buttonwork {
    display: none;
    }
    .steps_body_left {
    margin-top: 0px;
    }
    .main_banners_left ul li::before {
    margin: 0 0 0 -25px;
    }
    .main_banners_left ul {
    padding: 0 0 0 25px;
    }
}
/* TALIPOV.BZ */
@media (max-width: 768px) {
    .banner_image {
    position: relative;
    }
    #main_banners .owl-carousel .owl-item img {
    width: auto;
    max-width: 250px;
    margin: 0 auto;
    }
    #advantages {
    margin-top: 0px;
    }
    .md-mob {
        display: none;
    }
    .sm-mob {
        display: block;
    }
    ul.stylenav li a {
    padding: 15px 20px;
    }
    ul.stylenav li a {
    font-size: 16px;
    }
    .advantages-item {
    margin-bottom: 20px;
    }
    .operator {
    text-align: center;
    margin-bottom: 20px;
    }
    .quiz_right {
    margin: 20px 0 -30px 0;
    }
    .row.margin-quiz {
    margin: 0 -20px;
    padding: 20px 0;
    }
    .quiz_right_name {
    margin: 15px 0 0 0;
    }
    .quiz_right_presents {
    margin: 30px 0 10px 0;
    }
    .workimage {
    min-height: 200px;
    }
    .workimages {
    min-height: 200px;
    }
    #portfolio h3 {
    margin-top: 20px;
    }
    .playbutton {
    top: 30%;
    }
    .privacy {
    margin-top: 15px;
    }
    #consultation_body {
    text-align: center;
    }
    .banner_bullit {
    top: 75%;
    }
    .main_banners_left {
    text-align: center;
    }
    .banner_bullit {
    position: relative;
    top: 0;
    left: 0;
    margin: -45px auto 0 auto;
    max-width: 400px;
    }
    footer {
    text-align: center;
    }
    .fotterlogo {
    margin-bottom: 30px;
    }
    footer .socandmes ul {
    float: none;
    margin: 20px auto 0 auto;
    max-width: fit-content;
    }
    .main_banners_left ul {
    text-align: left;
    max-width: 300px;
    margin: 0 auto;
    }
    .labelcontact {
    margin-top: 10px;
    }
    #consultation_body h2 {
    font-size: calc(var(--fontsize) + 20px);
    }
    .input-option label {
    min-height: auto;
    }
    .icon_address {
    width: 30px;
    height: 30px !important;
    background: #0db4de;
    padding: 6px 10px;
    }
    .icon_address .fa {
    font-size: 15px;
    color: #fff;
    }
    #services_body a.button2 {
    margin-right: 0px;
    }
}
/* TALIPOV.BZ */
@media (max-width: 576px) {
    .subtitle {
        font-size: calc(var(--fontsize) + 0px);
    }
    .quiz_right_presents {
    margin: 10px 0 10px 0;
    }
    .quiz_right_name {
    margin: 0px 0 0 0;
    }
    .quiz_right_presentdesc {
    margin: 20px 0 0 0;
    }
    .row.margin-quiz {
    margin: 0 -20px -20px -20px;
    }
    .owlworker {
    min-height: 550px;
    }
    ul.stylenav {
    border-radius: 10px;
    }
    ul.stylenav li.active a {
    border-radius: 10px;
    }
    ul.navss.block_shadow.stylenav {
    box-shadow: none;
    }
    #services_body a.button1 {
    margin-left: 0px;
    margin-top: 10px;
    }
    table.nnntn.table {
    zoom: 0.8;
    }
    tr.headertable {
    font-size: 15px;
    }
    .block_shadow {
    box-shadow: 11px 14px 75px 5px rgb(200 197 197 / 40%);
    }
    .subtitle_two {
    font-size: calc(var(--fontsize) + 0px);
    }
    #yurlica .about_body_image {
    display: none;
    }
    .subtitle br {
    display: none;
    }
    .actionsimage {
    margin: 0 auto 15px auto;
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 200px;
    }
    .speclswidth1 .button2 {
    margin-top: 10px;
    }
    img.actionsimg {
    height: auto;
    width: 100%;
    }
    .main_banners_left h1 {
    max-width: 300px;
    margin: 0 auto;
    }
    .main_banners_left {
    padding-bottom: 30px;
    }
    .footer_help {
    display: none;
    }
    .quest_frame {
    min-height: auto;
    }
    a.button.go {
    margin-left: 0px;
    }
    .modal-content {
    padding: 20px 20px;
    border-radius: 20px;
    margin: 0 10px;
    width: auto;
    }
    .modal-content .button1, .forms .button1 {
    background-color: #fe0000;
    color: #fff;
    font-size: 13px;
    }
    ul.stylenav {
    width: 576px;
    box-shadow: none;
    }
    .main_banners_left {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    }
    .navoverflow {
    overflow-x: scroll;
    }
    .navoverflow::-webkit-scrollbar { width: 0; }
    .navoverflow { -ms-overflow-style: none; }
    .navoverflow { overflow: -moz-scrollbars-none; }
    .about_body_image {
    height: 300px;
    }
    #about_body a.button2 {
    margin-top: 10px;
    }
    #portfolio a.button2 {
    margin-top: 10px;
    }
    .work1 {
    padding-right: 0;
    }
    .work2 {
    padding-right: 0;
    }
    #consultation_body h2 {
    font-size: calc(var(--fontsize) + 13px);
    }
    footer h5 {
    margin-bottom: 10px;
    margin-top: 15px;
    }
    #yurlica a.button1 {
    margin-bottom: 10px;
    }
    .actionstext {
    margin: 0 0 0 0px;
    text-align: center;
    }
    .speclswidth1 {
    padding-right: 15px;
    }
    #skalaprogrvopr span {
    display: none;
    }
    .quiz_help {
    font-size: 13px;
    }
    .input-option label {
    font-size: calc(var(--fontsize) - 2px);
    }
    .talipovbiz {
    zoom: 0.8;
    }
    .buyproduct span {
    display: none;
    }
    #scrollUP {
    display: none;
    }
}