body{
    color: #000;
    font-family: 'Montserrat', sans-serif;
}
a {
    color: #4682b4;
    text-decoration: unset;
}
button:focus,
.btn-check:focus+.btn,
.btn:focus,
span,
i,
input:focus,
a,
:focus,
a:focus{
    text-decoration: unset;
    outline: unset;
    transition: all 0.3s ease-out;
    box-shadow: unset;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
img{
    width: auto;
    max-width: 100%;
    height: auto;
}
img.img-cart-item{
    width: 100%;
    height: auto;
}
span.price-card {
    display: block;
}
.h1, h1{
    font-size: 1.5rem;
}
.h2, h2{
    font-size: 1.1rem;
}
.h3, h3{
    font-size: 1.0rem;
}
.h4, h4 {
    font-size: 0.9rem;
}
.h5, h5 {
    font-size: 0.8rem;
}
.h6, h6 {
    font-size: 0.7rem;
}
.card-item:hover {
    -webkit-box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
    -moz-box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
    box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
}
.card-item {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    transition: all 0.3s ease-out;
    /*min-height: 350px;*/
    min-height: 300px;
    height: 100%;
    background: #fff;
}
ul li.main-category a{
    color: red;
    text-decoration: underline;
    padding: 16px 0;
    padding-bottom: 8px;
    font-size: 18px;
}
ul.fl-wrap {
    flex-direction: unset;
    flex-wrap: wrap;
}
ul li.main-category{
    color: red;
    margin-inline-start: 20px;
    width: 100%;
}
ul li.top-category{
    list-style-type: none;
    margin: 0;
}
.text1 img{
	border-radius: 4px;
}
.category-ctx a {
    display: block;
    text-decoration: unset;
    color: #000;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    padding-left: 8px;
}
.category-ctx{
    background: #fafafa;
    padding: 16px;
    border-radius: 4px;
}
.category-ctx li {
    margin-bottom: 10px;
}
.oneread a {
    display: inline;
    padding: 0;
}
ul.list-flex {
    display: flex;
    flex-wrap: wrap;
}
.top-category a{
    color: #4682b4;
    text-decoration: underline;
    padding: 8px 4px;
    font-size: 14px;
}
.context-dark, .bg-gray-dark, .bg-primary {
    color: rgba(255, 255, 255, 0.8);
}
.control {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.swiper-button-next:after {
    content: "\f138";
    font-family: bootstrap-icons !important;
}
.swiper-button-prev:after {
    content: "\f12f";
    font-family: bootstrap-icons !important;
}
.swiper-button-next, .swiper-button-prev {
    position: relative;
    right: 0;
    color: #000;
    z-index: 2;
    height: auto;
    left: 0;
}
.swiper-container{
    overflow: unset;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px;
}
.ov-hidden{
    overflow: hidden;
    position: relative;
}
.form-search {
    position: relative;
}
.form-search i {
    position: absolute;
    top: 10px;
    right: 8px;
    z-index: 1;
    cursor: pointer;
}
.swiper-pagination {
    position: relative;
    z-index: 1;
    bottom: 0!important;
}
footer {
    overflow: hidden;
    padding-top: 16px;
    color: #000;
}
footer a,
footer a:focus,
footer a:active {
    color: #000;
}
footer .nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}
footer .nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}

ul, ol {
    list-style: none;
    padding: 2px;
    margin: 0;
}
footer .social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
footer .social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
footer .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
footer .accordion-button{
	padding: 0;
}
footer .accordion-item, footer ul.accordion-collapse {
    border: 0;
}
.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.footer_center li {
    margin-left: 10px;
    font-size: 12px;
}
.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}
a.brand {
    margin-bottom: 10px;
    display: block;
}
.social-circle li {
	display: inline-block;
}
.social-circle li a {
  display: inline-block;
  position: relative;
  margin-right: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}
.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #595959;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.social-network a {
  background-color: #F9F9F9;
}




.photo-count {
    background: #ccc;
    border: 0;
    border-radius: 2px;
    font-size: 12px;
    opacity: .5;
    padding: 0 4px;
    position: absolute;
    right: 5px;
    top: 15px;
}
span.x-old {
    text-decoration: line-through;
    text-decoration-color: #DF1820;
    margin-right: 20px;
}
span.x-discount {
    color: #DF1820;
    font-weight: 600;
}
.xadd_tocard:hover{
    background: #4682b4;
    color: #fff;
}
.xadd_tocard {
    color: #000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 222px;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 8px 16px;
    line-height: 1;
    padding-right: 20px;
    flex: 1;
    font-size: 24px;
    text-decoration: unset;
}
a.x-compare {
    font-size: 24px;
    color: #000;
    margin-right: 12px;
    text-decoration: unset;
}
.xbtn-card {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xlabels {
    position: absolute;
    top: 10px;
    left: 10px;
}
.xlabels span {
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    background: #fff;
    padding: 4px 14px;
    line-height: 1.3;
    display: inline-block;
    font-size: 12px;
    margin-right: 4px;
}
.xlabels span.sale {
    color: #FF0000;
}
.xlabels span.new {
    color: #0090FF;
    background: rgba(0,0,0,0.5);
}
.xlabels span.exclusiv {
    background: rgba(0,0,0,0.5);
    color: red;
}
.xlabels.xcolumn span{
    margin-bottom: 4px;
}
.xlabels.xcolumn {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
span.price-card{
    font-size: 16px;
    font-weight: bold;
}
.title3{
    text-decoration: unset;
    display: block;
    overflow: hidden;
    height: 44px;
    color: #0f0f0e;
    font-size: 14px;
}
.card-body .xflex{
    height: 14px;
}
.xflex{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.option span{
	line-height: 1;
	font-size: 14px;
}
.option img{
    margin-right: 5px;
}
.option {
    display: flex;
    color: #6c757d;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
}
.st3-price {
    display: flex;
    align-items: center;
}
.xcredit {
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.style4 .separate{
    line-height: 1;
    display: block;
    font-weight: 400;
}
.style4 .xadd_tocard{
    max-width: 100%;
}

.photo_count{
    position: absolute;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 4px;
}
.price-old-card{
    color: #ccc;
}
.calculator_menu img{
    height: auto;
    margin-right: 8px;
}
.navbar-expand-lg .navbar-toggler {
    display: block;
}
/*header 2*/
header{
    height: 88px;
}
.header_top {
    padding: 10px 0;
    background-color: #f5f5f5;
}
.ch-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clang a.active {
    color: #fff;
    font-weight: 400;
}
.login a{
	color: #fff;
    padding: 0 1rem;
    line-height: 38px;
    display: inline-block;
}
.login .dropdown-menu a{
    color: #000;
}
.login span ,
.clang span {
    color: #fff;
    font-size: 24px;
}
.clang a {
    color: #fff;
}
.clang {
    margin-left: 20px;
}
address.address {
    font-size: 14px;
    margin: 0;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #fff;
    margin-left: 1rem;
    text-align: center;
}
address.address:before {
    content: '';
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border-radius: 50%;
    background: #00CA51;
    display: inline-block;
}
.ch-topr {
    display: flex;
    align-items: center;
}
section.header_bottom .logo img{
    height: 40px;
}
section.header_bottom.active {
    position: fixed;
    top: 0;
    z-index: 1111;
    width: 100%;
    -webkit-box-shadow: 0px 8px 14px 0px rgb(17 17 17 / 50%);
    -moz-box-shadow: 0px 8px 14px 0px rgba(17,17,17,0.5);
    box-shadow: 0px 8px 14px 0px rgb(17 17 17 / 50%);
}
section.header_bottom {
    background: #000;
    transition: 0.5s ease;
    top: -50px;
}
.category-menu {
	margin-top: 0.5rem;
}
.category-menu .list-group a{
	font-size: 14px;
}
.category-menu .list-group {
    padding-left: 16px;
}
.category-menu .accordion-button{
	padding: 10px;
	margin: 0;
}
a.phone-btn img{
	max-width: 14px;
	margin-right: 10px;
}
a.phone-btn {
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0 20px;
}
.align-items-initial{
	align-items: initial!important;
}
.mmenus{
	margin-right: auto;
}
a.nav-link i {
    font-size: 20px;
}
a.nav-link.calculator_menu img{
    background: #fff;
    width: 22px;
    border-radius: 15px;
}
a.nav-link {
    color: #fff;
    line-height: 1;
    padding: 0 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
}
a.cmenu {
    /*background: rgb(108 117 125);*/
    border-radius: 4px;
    padding: 10px 15px;
    color: #000;
    font-size: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    line-height: 1;
}
.abs_header .category-ctx{
	border: 0;
}
.abs_header {
    z-index: 2;
    position: absolute;
    top: 100%;
    background: #fff;
    display: flex;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    -webkit-box-shadow: 0px 8px 14px 0px rgb(17 17 17 / 50%);
    -moz-box-shadow: 0px 8px 14px 0px rgba(17,17,17,0.5);
    box-shadow: 0px 8px 14px 0px rgb(17 17 17 / 50%);
    overflow: hidden;
}
svg.sclass {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: block;
}
svg.xclass {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: block;
    margin-left: 15px;
}
.p-search {
    padding: 0 15px;
}
.p-search .form-hidde {
    width: 100%;
}
.p-search.active {
    display: flex;
    align-items: center;
    width: 100%;
    position: absolute;
    background: #fff;
    height: 72px;
    z-index: 10;
}
.p-search .is-search-submit {
    background: transparent;
    border: 0;
}
.is-search-input {
    width: calc(100% - 36px);
    border: 0;
    border-bottom: 1px solid #d2d2d7;
}
form.is-search-form {
    display: flex;
}
#navbarsCity {
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-left: 100px;
}
.add-post {
    background: #F2F2F2;
    border-radius: 4px;
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    border: 0;
}
/*header oooo*/
.menu-opened .lang,
.options{
    display: flex;
    font-size: 12px;
    color: #fff;
}
/*.lang,
.menu-opened .options{
    display: none;
}*/
.options .badge{
    padding: 0;
    padding-right: 4px;
    font-size: 12px;
}
.options svg{
    font-size: 20px;
    line-height: 1;
}
.options {
    color: #fff;
}
.menus{
    /*width: 24px;*/
    text-align: center;
}
.menu-opened{
    overflow: hidden;
}
.menu-opened .close_menu{
    display: block;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}
.menu-opened .open_menu,
.close_menu{
    display: none;
}
.nav_outer {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    padding: 8px 16px;
    height: calc(100vh - 56px);
    overflow-y: auto;
    top: 56px;
}
.head-categ.collapsed .abs-ahead i{
    display: none;
}
.head-categ.collapsed .abs-ahead{
    color: #000001;
}
.head-categ .abs-ahead{
    position: absolute;
    bottom: 0;
    padding: 16px;
    z-index: 1;
    width: 100%;
    font-size: 20px;
    align-items: center;
    height: 100%;
    display: flex;
    color: #fff;
}
.list-categories li{
    margin-top: 24px;
}
.item-acc img{
    border-radius: 4px;
}
.head-categ:not(.collapsed) img {
    height: 54px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.head-categ {
    position: relative;
}
.level-two a{
    color: #000001;
    display: flex;
    align-items: center;
}
.level-two .list-categories img{
    border-radius: 50%;
    width: 56px;
    height: 56px;
    margin-right: 20px;
}
.list_menu .title-item .level_acc {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.list_menu .title-item.active .level_acc{
    display: block;
}
.list_menu .title-item span{
    position: relative;
    cursor: pointer;
}
li.title-item > span{
    font-size: 24px;
}
.list_menu .title-item.active span{
    font-weight: 600;
}
input#is_search {
    border: 0;
    background: #fff;
    padding: 16px;
    padding-right: 40px;
    width: 100%;
    border-radius: 2px;
}
.search {
    position: relative;
}
nav.navbar {
    padding-bottom: 40px;
}
.item-acc:last-child{
    border: 0;
}
.item-acc {
    display: block;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #f2f2f2;
}
.bg_black {
    background: #000;
    border-radius: 4px;
}
@media screen and (min-width: 992px){
    .nav_outer {
        display: flex!important;
        flex: 1;
        position: unset;
        top: 0;
        height: auto;
        padding: 0 28px;
        overflow: unset;
        align-items: center;
    }
    .list_menu .title-item.active .level_acc {
        display: flex;
        padding: 0;
    }
    li.title-item > span{
        font-size: 1rem;
    }
    li.title-item {
        margin: 0 20px;
    }
}
@media screen and (min-width: 767px){
	footer .accordion-item .head-footer:after{
		display: none;
	}
	footer .accordion-item .head-footer {
	    pointer-events: none;
	    padding: 0;
	    box-shadow: unset;
	}
	footer ul.accordion-collapse.collapse:not(.show) {
	    display: block;
	}
}
/*header ooo*/
/* modals*/
.modal-header .close {
    padding: 0;
    margin: 0;
    line-height: 1;
    position: absolute;
    right: 16px;
    top: 16px;
    background: transparent;
    border: 0;
}
.modal-title {
	margin-bottom: 0;
	line-height: 1.2;
	width: 100%;
}
.modal-header {
	padding: 16px 0;
	border: 0;
	margin-bottom: 16px;
}
.modal-dialog {
	max-width: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	margin: auto;
}
.modal-content {
	background-color: #fff;
	border: 0;
	border-radius: 8px;
    max-height: 90vh;
    overflow: auto;
    padding: 32px;
}
.modal-body {
	padding: 0 40px;
}
a.social-btn {
	text-align: center;
	font-size: 14px;
	width: 100%;
	border-radius: 2px;
	color: #fff;
	padding: 9px;
	line-height: 1;
	margin-bottom: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-control:focus,
.btn:focus,
i,
input:focus,
a,
:focus,
a:focus{
    text-decoration: unset;
    outline: unset;
    transition: all 0.3s ease-out;
    box-shadow: unset;
}
.login_google{
	background-color: #4285f4;
}
.login_fb{
	background-color: #3c5a99;
}
.social-btn img,
.social-btn span{
	font-size: 20px;
	height: 20px;
	margin-right: 12px;
}
.social-login {
	margin-bottom: 25px;
}
.chech-type label{
	margin-top: 2px;
}
.chech-type {
	display: flex;
	justify-content: space-between;
	margin-bottom: 31px;
}
.m-40.form-group{
	margin: 40px 0;
}
.mb-40.chech-type{
    margin-bottom: 40px;
}
.btn-form	 {
	width: 100%;
	border: 0;
	background: #003781;
	color: #fff;
	line-height: 1;
	border-radius: 2px;
	padding: 13px;
}
.login_tab{
	color: #242629;
}
.login_tab:hover{
	text-decoration: underline;
}
.modal-footer {
	margin: 40px;
	padding: 0;
	margin-top: 22px;
	padding-top: 18px;
}
.modal-footer p {
	padding: 0 12px;
}
.modal-footer a{
	color: #242629;
	text-decoration: underline;
	line-height: 1.5;
}
a.psw_reset {
	color: #242629;
	margin-top: 12px;
	display: block;
}
a.psw_reset:hover{
	text-decoration: underline;
}
.btn-form.btn-newpsw{
	margin-top: 2px;
}
.btn-form.btn-reset,
.btn-form.btn-login{
	margin-top: 10px;
}
#modalNewPsw form,
#modalReset form,
#modalLogin form{
	padding-bottom: 20px;
}
.slider_project div.h6{
	text-align: center;
	margin-top: 1rem;
}
.newsletter {
    padding: 32px;
    color: #EEEEEE;
}
.text-xletter {
    margin-bottom: 20px;
}
.text-xletter p, .text-xletter h2 {
    margin: 0;
    line-height: 1.5;
}
.newsletter .xform input {
    box-sizing: border-box;
    background: #EEEEEE;
    border-radius: 8px;
    padding: 14px;
    line-height: 1.3;
    display: block;
    border: 0;
    min-width: 250px;
    height: auto;
}
.xform .btn {
    color: #fff;
    background: #326DE2;
    border: none;
    text-decoration: none;
    padding: 14px 32px;
    display: inline-block;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    line-height: 1.3;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-sizing: border-box;
}
.xform {
    display: flex;
    align-items: center;
}
.xform .form-group {
    margin-right: 15px;
}
.footer_center {
    padding: 40px 0;
}
.footer_bottom {
    background: #000;
    text-align: center;
}
ul.util-menu a {
    color: #fff;
    line-height: 12px;
    padding: 10px 20px;
    font-size: 12px;
}
ul.util-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyright{
	padding-bottom: 8px;
	margin: 0;
    color: #fff;
    font-size: 14px;
}
.swiper_home .swiper-pagination{
	position: absolute;
}
.swiper_home img{
    border-radius: 8px;
}
.swiper_home{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.top-promo{
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	align-items: stretch;
}
.slider-image img {
    width: auto;
    max-width: 100%;
    height: 100%;
    /*height: calc(100% - 24px);*/
    object-fit: cover;
    border-radius: 8px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.sl-promo{
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 8px;
	margin-bottom: 24px;
}
.slider-info h2{
	font-size: 24px;
}
.slider-info {
    padding: 24px 16px;
}
.arrows {
    display: flex;
    padding-left: 0;
    list-style: none;
    justify-content: space-between;
}
.slider_map {
    height: 185px;
    margin-bottom: 24px;
}
.capital_city h4 {
    position: absolute;
    bottom: 30%;
    right: 10%;
}
.capital_city {
    position: relative;
}
.capital_city h4 {
    position: absolute;
    top: -210px;
    left: 15%;
}
#tabCredit .nav-link.active {
    border-color: #0090FF;
}
#modalCredit .modal-body {
    padding: 0;
}
#tabCredit .nav-item button {
    border: 0;
    background: transparent;
    padding: 0;
    color: #000;
    font-weight: 500;
    width: 100%;
    text-align: left;
    border-bottom: 2px solid transparent;
}
#tabCredit .nav-item{
	width: 48%;
    margin: 0;
    list-style: none;
}
.form-control{
	border-color: #707070;
}
.nav-tabs {
    border-bottom: 0;
    justify-content: space-between;
}
.c_credit .form-group {
	margin-bottom: 16px;
}
.c_credit .form-group span{
	margin-bottom: 8px;
	display: block;
	font-size: 14px;
}
#tabCredit {
    margin-bottom: 32px;
}
.c_result {
    margin-bottom: 16px;
}
small.label-text {
    font-size: 12px;
    line-height: 1.2;
    display: block;
}
button.show-all {
    background: #fff;
    border-radius: 8px;
    border: 0;
    padding: 16px 32px;
    max-width: 220px;
    width: 100%;
    display: block;
    line-height: 1;
    margin: 16px auto;
}
/*product*/
    .block-breadcrumbs{
    margin-top: 0px;
}
.breadcrumb{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 10px;
    color: #888b96;
    margin: 0;
    padding-left: 0;
}
.breadcrumb-item a{
    color: #888b96;
}
.breadcrumb-item.active a{
    color: #171a27;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #888b96;
    content: "/";
}
.product_img figure{
  height: 100%;
  display:flex;
  justify-content:center;
  align-items:center
}
.gallery-thumbs {
    position: relative;
    overflow: hidden;
}
.product_img .gallery-top figure img{
    object-fit: cover;
    height: 430px;
    width: 100%;
}
.product_img .gallery-top figure{
  cursor: zoom-in;
}
.product_img .gallery-top{
    max-width: 100%;
    width: auto;
    overflow: hidden;
    /*margin-right: 15px;*/
}
.gallery-thumbs .swiper-slide{
	width: auto;
}
.thumb-map {
    display: flex;
    align-items: center;
}
.game-product .product_img .gallery-thumbs{
    width: 200px;
}
.thumb-map .open-map{
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
}
.thumb-map .open-map,
.product_img .gallery-thumbs img{
 	width: 190px;
 	height: 120px;
 	object-fit: cover;
}
.items-more .name-at{
	color: #000000;
}
.items-more span{
	display: block;
}
.product_img .gallery-thumbs .swiper-slide-thumb-active figure{
  opacity: 1;
}
.product_img .swiper-next {
    right: 20px;
}
.product_img .swiper-prev {
    left: 20px;
    right: auto;
}
.product_img .swiper-next,.product_img .swiper-prev {
    top: 50%;
    margin-top: -18px;
}
.swiper-next i, .swiper-prev i {
    font-size: 22px;
    margin-top: 4px;
    display: block;
    color: #fff;
}
.swiper-next, .swiper-prev {
    background-image: none;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -19px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    position: absolute;
}
.fancybox-container *{color: #fff}
.product_img.cl_r {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.price-block .price {
    display: inline-block;
    background: green;
    color: #fff;
    padding: 14px 24px;
    border-radius: 8px;
    font-size: 24px;
    font-weight: 600;
    margin-right: 15px;
}
.price-block {
    display: flex;
    align-items: center;
}
.credit-price{
    font-size: 24px;
    font-weight: 600;
    display: block;
}
.credit-mth{
    font-size: 14px;
    color: #6c757d;
}
article img,
.slider_project img{
    border-radius: 8px;
}
.prod-char .items-attr {
    display: flex;
    flex-wrap: wrap;
}
.prod-char .item-at {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px;
    padding-right: 8px;
}
.prod-char .name-at i {
    margin-right: 10px;
}
.prod-char .name-at {
    color: rgb(115, 116, 118);
    line-height: 1.2;
    font-size: 12px;
}
.prod-char .info-at {
    line-height: 1.438;
    font-weight: 600;
    font-size: 14px;
}
.chars-item li.ch-item span:nth-child(2) {
    margin-left: auto;
    padding-left: 4px;
    width: 50%;
}
.chars-item li.ch-item span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
}
.chars-item li.ch-item {
    position: relative;
    margin-bottom: 8px;
    display: flex;
}
.chars-item li.ch-item::before {
    content: '';
    position: absolute;
    top: 16px;
    left: 10px;
    right: 10px;
    height: 0;
    line-height: 0;
    border-bottom: 2px dashed rgb(112 112 112 / 30%);
}
.credit_btn {
    background: #0090FF;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    padding: 12px;
}
.add-click {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}
.add-click a:before {
    margin-right: 6px;
}
.post-adversting {
    margin-top: 15px;
    position: sticky;
    top: 50px;
}
a.to_fav {
    padding: 10px 0;
    color: #000000;
    border-radius: 8px;
    width: 48%;
    align-items: center;
    justify-content: center;
    display: flex;
}
a.to_call {
    width: 48%;
    text-align: center;
    padding: 12px;
    background: #fff;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 0;
}
a.to_fav.active::before{
    color: red;
}
.mb30{
    margin-bottom: 30px;
}
.mb20{
    margin-bottom: 20px;
}
.mb10{
    margin-bottom: 10px;
}
.to_subscribe {
    background: #0090FF;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    padding: 12px;
}
.adds_id {
    color: #ff0000;
    font-size: 14px;
}
.block-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    margin-bottom: 5px;
}
.block-flex .calculator_menu {
    background: #fff;
    border-radius: 8px;
    padding: 8px 32px;
}
.rate-offer span{
	display: block;
}
.rate-offer{
	margin-bottom: 0px;
}
.info-row img{
	width: 14px;
	margin-right: 5px;
}
.product_img {
    position: relative;
    overflow: hidden;
}
/* PAGINATION */
.pag ul{
    padding-inline-start: 0;
    padding: 0 40px;
}
.pag{
    margin:30px 0 50px;
    padding: 0 10px;
    text-align: center;
}
.pag .ul_in>li {
    display: inline-block;
    vertical-align: top;
}
.pag li{
    margin:5px 3px;
}
.pag a{
	width: 35px;
    height: 35px;
    display: block;
    text-align: center;
    color: #7d809c;
    font-size: 15px;
    font-weight: 400;
    border-radius: 16px;
    line-height: 35px;
}
.pag li:hover a,.pag li.active a{
    background:#171a27;
    border-radius: 16px;
    color: #fff;
}
.pag a.pag_next,
.pag a.pag_prev{
    width:auto;
    padding: 0 12px;
    border-radius: 0;
}
.pag a.pag_next:hover,
.pag a.pag_prev:hover{
    border-radius: 0;
}
.li-prev{
	float: left;
    background: #fff;
}
.li-next{
	float: right;
    background: #fff;
}
.li-prev i{
    margin-right: 10px;
}
.li-next i{
    margin-left: 10px;
}
.pag .count-pag{
	color: #929db3;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.pag .count-pag span{
	font-weight: 700;
}
/*add offer*/
.name-offer {
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
}
.offer-ctx {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    padding: 20px;
}
.offer-ctx:first-child {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.type-block {
    display: flex;
    flex-wrap: wrap;
}
.name-it {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
    margin-bottom: 5px;
    height: 16px;
}
.name-it.required:after {
    content: "*";
    color: #ff4257;
    margin-left: 4px;
}
.select-block a.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    height: 35px;
    border-color: #000;
}
span.isel {
    margin-right: 8px;
    display: block;
    overflow: hidden;
}
.select-block .item-select .dropdown-menu {
    width: calc( 100% - 10px );
    max-height: 390px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 6%);
}
.select-block input[type="radio"] {
    display: none;
}
.select-block .ctx-type1 label {
    display: block;
    margin: 0;
    padding: 12px 22px;
    cursor: pointer;
}
.add-offer {
    display: flex;
    margin-bottom: 60px;
}
.add-ctx .name-offer{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.wd2{
    width: 50%;
}
.wd28{
    width: 58%;
}
.wd3{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.wd16{
    width: 112px;
}
.offer-ctx .item-input input,
.select-block .item-input input,
.input-block.type-block textarea,
.input-block.type-block input{
	border-color: #000;
	border-radius: .25rem;
}
.input-block.type-block {
    margin-bottom: 0;
}
.select-block .item-select.show span.icon-Icon_Arrow {
    transform: rotate(180deg);
}
.select-block input[type="radio"] {
    display: none;
}
.cheched-block,
.input-block,
.select-block,
.radio-block{
    margin-left: -5px;
    margin-right: -5px;
}
.input-block.type-block {
    margin-top: 10px;
}
.prop-name.name-it{
    margin-top: 27px;
    margin-bottom: 2px;
}
.select-block .item-select {
    cursor: pointer;
    padding: 0 5px;
    position: relative;
    margin-top: 10px;
}
.select-block .ctx-type1 label:hover{
    background: #fafafa;
}
.select-block .ctx-type1 label {
    display: block;
    margin: 0;
    padding: 6px 16px;
    cursor: pointer;
}
.code-country {
    display: flex;
    margin: 0;
}
.code-country .nr-input{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: auto;
    flex: 1;
}
.code-country .ctx-type1 {
    width: 120px;
}
.code-country span.isel::after {
    position: absolute;
    content: '';
    right: 0;
    width: 1px;
    height: 25px;
    top: 5px;
    background: #e6e6e6;
}
.code-country .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    cursor: pointer;
    position: relative;
    width: 120px;
}
.select-block .code-country .dropdown-menu{
    border: 0;
    width: 120px;
    border-radius: 2px;
    min-width: initial;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
}
.type-block{
    display: flex;
    flex-wrap: wrap;
}
.radio-block .name-it {
    width: 100%;
    margin-bottom: 0;
}
.prod-name .name-it{
    margin-bottom: 10px;
    font-size: 16px;
}
.radio-block p {
    padding: 0 5px;
    margin: 0;
    margin-top: 20px;
}
.radio-block [type="radio"]:checked,
.radio-block [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-block [type="radio"]:checked + label,
.radio-block [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 1.2;
    margin: 0;
}
.radio-block [type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 100%;
    background: #fff;
}
.radio-block [type="radio"]:checked + label:before{
    border: 1px solid #003583;
}
.radio-block [type="radio"]:checked + label:after,
.radio-block [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #003583;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-block [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-block [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
input[type="password"],
input[type="email"],
input[type="number"],
input[type="text"] {
    border: 1px solid #e6e6e6;
    height: 35px;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    background: #f2f2f2;
}
textarea {
    min-height: 140px;
    background: #f2f2f2;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
}
.item-input .vcurrency {
    position: absolute;
    color: #242629;
    bottom: 8px;
    right: 12px;
    font-size: 13px;
    top: unset;
}


#contact_type .sub-offer{
    margin-bottom: 11px;
    margin-top: 35px;
}
.item-input.price-ip {
    max-width: 170px;
    margin-top: 36px;
}
.item-input .vcurrency {
    bottom: 8px;
    right: 12px;
    font-size: 13px;
    top: unset;
}
.select-block .item-input {
    margin-top: 10px;
}
.hr-top.prod-name .item-input.wd28 {
    margin-bottom: 18px;
}
.add-ctx .name-offer.hr-top,
.hr-top {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
    margin-bottom: 17px;
    margin-top: 30px;
}
.item-input {
    position: relative;
    padding: 0 5px;
}
.item-check{
    margin-top: 5px;
    padding: 0 5px;
}
.sub-offer {
    font-size: 12px;
    color: rgb(115, 116, 118);
    line-height: 1.333;
  margin: 0;
}
.so-typ1{
    margin-top: 8px;
    margin-bottom: 3px;
}
.uploads-photo {
    margin-bottom: 30px;
}
.uploads-photo .fileinput-button {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 12px 24px;
    border: 0;
}
.uploads-photo .fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
.uploads-photo .thumb {
    height: 114px;
    max-width: 170px;
    width: auto;
    object-fit: cover;
}
.uploads-photo ul.thumb-Images li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 20px;
}
.uploads-photo .img-wrap {
    position: relative;
    display: inline-block;
    font-size: 0;
}
.uploads-photo .img-wrap .close {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 11;
    background-color: #f4f3f1;
    padding: 5px;
    color: #000;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 10px;
    border-radius: 2px;
    opacity: 1;
}
.uploads-photo .FileNameCaptionStyle {
    display: none;
}
.RearangeBox.dragElemThumbnail{opacity:0.6;}
.RearangeBox {
    width: 150px;
    height: 150px;
    cursor: all-scroll;
}
.IMGthumbnail{
    max-width: 150px;
    height: 150px;
}
.IMGthumbnail img{
    max-width:100%;
    max-height:100%;
}
.imgThumbContainer{
    margin:5px;
    display: inline-block;
    position: relative;
}
.imgThumbContainer > .imgName{
    margin-top: 4px;
    font-size: 13px;
    overflow: hidden;
}
.imgThumbContainer > .imgRemoveBtn{
    position: absolute;
    color: #000000;
    right: -10px;
    top: -10px;
    cursor: pointer;
    display: none;
    font-size: 22px;
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    line-height: 1;
}
.RearangeBox:hover > .imgRemoveBtn{ 
    display: block;
}





.block-up:hover{
    background: #fafafa;
}
.block-up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 63px 0;
    border: 1px dotted rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    flex-direction: column;
}
.type-nr .del_number:hover{
    text-decoration: underline;
}
.type-nr .del_number {
    font-size: 14px;
    color: rgb(0, 53, 131);
    line-height: 1.2;
    padding-left: 20px;
}
.type-nr .check-radio {
    font-size: 14px;
    color: rgb(36, 38, 41);
    font-weight: bold;
    line-height: 1.2;
}
.click_number {
    margin-top: 30px;
    padding: 8px 23px;
}
.type-nr {
    display: flex;
    align-items: center;
    margin-top: 10px;   
}
.add-input {
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
}
.btn_type.nr-add {
    background: #003781;
    color: #fff;
    margin-right: 13px;
    margin-left: 8px;
}
.item-terms {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 2px;
    margin-top: 6px;
}
.item-terms label.check-radio {
    display: inline-block;
    line-height: 20px;
}
.add-btn {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.save_offer {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    padding: 12px 25px;
    border: 0;
}
.sidebar-ctx .position-sticky{
    top: 22px;
}
nav#help_nav a:first-child{
    margin-top: 18px;
}
nav#help_nav a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgb(36, 38, 41);
    line-height: 1.429;
    margin-top: 20px;
}
nav#help_nav {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
nav#help_nav span.dot:after {
    content: "";
    position: absolute;
    display: block;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
nav#help_nav a.complete span.dot {
    background: #007fff;
}
nav#help_nav span.dot {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-right: 10px;
}
nav#help_nav a.complete,
nav#help_nav a.active,
nav#help_nav a:hover {
    font-weight: bold;
}
.sidebar-ctx {
    margin-left: 17px;
}
.delete_form_btn {
    padding: 8px 23px;
    font-weight: bold;
    line-height: 1.2;
    background: #f7f7f7;
}
.delete-form {
    margin-top: 120px;
}
.btn.show_allp {
	margin-top: 1rem;
    background: #003781;
    color: #fff;
    padding: 12px 25px;
    width: 100%;
}
/*add offer*/
/*blogs*/
.blog-categ .blog-info {
    padding: 16px;
    position: relative;
    overflow: hidden;
}
.blog-info h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.blog-info .text-article {
    margin: 0;
    height: 66px;
    overflow: hidden;
    line-height: 1.4;
    margin-top: 16px;
}
.btn_style2 {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    padding: 16px;
    padding-left: 0;
    width: max-content;
    white-space: nowrap;
}
.blog-categ img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.blogitem .item-name {
    text-align: center;
    display: block;
    color: #6c757d;
    padding: 4px;
    padding-top: 4px;
    margin-bottom: 1rem;
    font-size: 14px;
    padding-top: 0;
}
.blogitem img {
    border-radius: 4px;
    max-width: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.blogitem .top_news img {
    height: 166px;
}
.blogitem span.p-rel {
    position: relative;
    display: block;
}
.blogitem .title_sitem {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 70%);
    color: #fff;
    display: none;
}
.blogitem {
    position: relative;
}
/*blogs*/
/*catalog*/
/*##### FILTER #####*/
.filter{
    padding: 4px 10px;
    margin-bottom: 10px;
    border-radius: 0.25em;
    border: 1px solid #ccc;
    /*background-color: #f5f5f5;
    -webkit-box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
    -moz-box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
    box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;*/
}
.filter h5 {
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.filter h5::after{
    content: "\f4fe";
    font-family: bootstrap-icons !important;
    display: inline-block;
    float: right;
    line-height: 1;
    vertical-align: middle;
    color: #7d809c;
    font-size: 14px;
    font-weight: 100;
}
.filter.active h5::after{
    content: "\f2ea";
}
.filter hr{
	color: #7d809c;
    margin: 2px 0 4px 0;
}
.filters{
    display: none;
    margin-top: 0px;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.filter.active .filters .labels{
    max-height: 200px;
    overflow: auto;
}
.filter.active .filters{
  	display: block;
}

.filters .check_b{
    padding-left: 29px;
}
.filters .checkmark{
    height: 18px;
    width: 18px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.filters .check_b{
    margin-top: 4px;
    font-size: 14px;
}
.filters .check_b:first-child{
    margin-top: 0;
}
.filters .check_b .checkmark:after{
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
}
.cc-account ::-webkit-scrollbar,
.cc-card ::-webkit-scrollbar,
.cart-h ::-webkit-scrollbar,
.filters ::-webkit-scrollbar {
  width: 2px;
}
.cc-account ::-webkit-scrollbar-track,
.cc-card ::-webkit-scrollbar-track,
.cart-h ::-webkit-scrollbar-track,
.filters ::-webkit-scrollbar-track {
  margin-top: 10px;
  background: #f1f1f1;
}
.cc-account ::-webkit-scrollbar-thumb,
.cc-card ::-webkit-scrollbar-thumb,
.cart-h ::-webkit-scrollbar-thumb,
.filters ::-webkit-scrollbar-thumb {
  background: #888;
}
.cc-account ::-webkit-scrollbar-thumb:hover,
.cc-card ::-webkit-scrollbar-thumb:hover,
.cart-h ::-webkit-scrollbar-thumb:hover,
.filters ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.check_b input:checked ~ p{
    color: inherit;
}
.search_r9{
	position: relative;
    margin-top: 0px;
}
.search_r9:before{
	content: "\f52a";
    position: absolute;
    font-family: bootstrap-icons !important;
    top: 0;
    bottom: 0;
    color: #32b4e6;
    font-size: 13px;
    vertical-align: middle;
    line-height: 33px;
    left: 15px;
}
.search_r9 input{
    width: 100%;
    display: block;
    border-radius: 25px;
    padding: 8px 20px 8px 40px;
    font-size: 12px;
    border: 1px solid #dddddd;
}
.check_b{
    display: block;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.check_b input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark{
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}
.check_b:hover input ~ .checkmark{
    background-color: #000;
}
.check_b input:checked ~ .checkmark {
    background-color: #000;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check_b:hover input ~ .checkmark:after,
.check_b input:checked ~ .checkmark:after {
    display: block;
}
.check_b .checkmark:after {
    left: 11px;
    top: 6px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*##### RANGE PRODUCTS #####*/
.range-slider{
    width: 100%;
    position: relative;
    min-height: 45px;
    margin-bottom: 20px;
}
.range-slider span{
    color:#7f888b;
    font-size:14px;
}
.range-slider svg,
.range-slider input[type=range]{
    position:absolute;
    left:0;
    bottom:0;
}
.range-slider input[type=number]{
    border: 0;
    padding: 0;
    background: #f5f5f5;
    height: 30px;
}
.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range{
  border:2px solid #ff6347;
}
.range-slider input[type=range]{
  -webkit-appearance:none;
  width:100%;
  margin:0;
  height: 0;
}
.range-slider input[type=range]:focus{outline:none}
.range-slider input[type=range]:focus::-webkit-slider-runnable-track{background:#ececec}
.range-slider input[type=range]:focus::-ms-fill-lower{background:#ececec}
.range-slider input[type=range]:focus::-ms-fill-upper{background:#ececec}
.range-slider input[type=range]::-webkit-slider-runnable-track{
  width:100%;
  height:1px;
  cursor:pointer;
  animate:0.2s;
  background:#ececec;
  border-radius:1px;
  box-shadow:none;
  border:0;
}
.range-slider input[type=range]::-webkit-slider-thumb{
  z-index:2;
  position:relative;
  box-shadow:0px 0px 0px #000;
  height:11px;
  width:15px;
  height:15px;
  border-radius: 50%;
  background:#fff;
  cursor:pointer;
  -webkit-appearance:none;
  margin-top:-8px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.range-slider input[type=range]::-moz-range-track {
  height: 0;
}
/*category page*/
.body-category{
	background-color: #f5f5f5;
}
.filter-nm{
    margin-bottom: 10px;
    text-align: right;
}
.filter-sidebar>div{
    float: right;
    display: block;
    overflow: hidden;
    width: 100%;
}
.filter-sidebar p{
    padding: 0;
    margin: 0;
}
button.redo_filter:before{
    content: "\f116";
    display: inline-block;
    font-family: bootstrap-icons !important;
    color: #32b4e6;
    font-size: 14px;
    margin-right: 7px;
}
button.redo_filter{
    background: transparent;
    color: #171a27;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0;
}
button.redo_filter:hover {
    background: #fff;
    color: #171a27;
}
.cc {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.btn-new-old a {
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 0;
    cursor: pointer;
    color: #171a27;
}
.btn-new-old a.active {
    color: #171a27;
    cursor: default;
}
.btn-new-old span{
    position: relative;
    display: inline-block;
    margin-right: 6px;
    padding-right: 10px;
}
.btn-new-old span:last-child:after {
    content: none;
}
.btn-new-old span:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 0;
    width: 1px;
    height: 14px;
    background: #999;
}
.mb20{
	margin-bottom: 20px;
}
.btn-black {
    background-color: #212639;
    color: #fff;
    border: none;
    text-decoration: none;
    padding: 12px 24px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
        width: 100%;
}
.mt10 {
    margin-top: 10px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.right {
    text-align: right;
}
button.redo_filter {
    background: transparent;
    color: #171a27;
    font-size: 12px;
    font-weight: 400;
    margin: 20px 0;
        width: 100%;
}
/*catalog*/
/*contact*/
.title-section p,
.title-section h1,
.title-section h2{
    margin: 0 32px;
}
button.info_maps {
    position: relative;
    z-index: 11111;
    display: flex;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
}
.brazzers {
    display: flex;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
}
.brazzers_button {
    position: relative;
    flex: 1;
    min-height: 7px;
    opacity: 1;
    transition: opacity .3s;
}
.choice_place {
    z-index: 1;
    background: rgb(0 0 0 / 80%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    cursor: pointer;
    transition: 0.5s ease;
    border-radius: 4px;
    padding: 4%;
    position: absolute;
    margin-top: 6%;
}
.map-container{
	margin-top: 24px;
}
.leaflet-popup-content-wrapper img {
    width: auto;
    max-width: 100%;
}
.contact_map .leaflet-popup {
    position: absolute;
    text-align: center;
    margin: 0;
    left: 0!important;
    transform: unset!important;
    bottom: unset!important;
    margin: 24px
}
.contact_map .leaflet-popup-content {
    margin: 0;
    padding: 40px;
    width: 100%!important;
    cursor: auto;
}
.contact_map .leaflet-popup-content p {
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    margin-bottom: 34px;
}

.contact_map a.leaflet-popup-close-button,.contact_map .leaflet-popup-tip-container {
    display: none
}
.contact_map .leaflet-popup-content-wrapper span {
    font-size: 16px;
    display: block;
    line-height: 32px;
}
.contact_map .leaflet-popup-content-wrapper {
    background: #fff;
    box-shadow: unset;
    width: 488px;
    height: auto;
    border-radius: 4px;
}
.contact_map {
    display: flex;
    justify-content: center;
    display: none;
}
.leaflet-container a.btn-contact{
	color: #000001;
	font-size: 16px;
}
/*contact*/
/*header2v*/
.search {
    /*order: 1;*/
    /*margin-left: 28px;*/
    flex: 1;
}
input#is_search {
    width: 100%;
    padding: 8px 16px;
    padding-right: 40px;
    border-radius: 4px;
    line-height: 1;
    border: 1px solid #000001;
    background: #fff;
}
button.s_click {
    position: absolute;
    right: 10px;
    top: 6px;
    background: transparent;
    padding: 0;
}
li.title-item {
    margin: 0 20px;
}
.list_menu .title-item span {
    position: relative;
    cursor: pointer;
}
.list_menu .title-item .level_acc {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 16px;
}
.list_menu .title-item.active .level_acc {
    display: block;
}
.list_menu .title-item.active .level_acc {
    display: flex;
    padding: 0;
    margin-top: 6px;
}
/*header2v*/
/*option home*/
.options-ck {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.option-ck a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000;
}
.option-ck i {
    font-size: 24px;
    margin-left: 32px;
}
.option-ck {
    background: #ccc;
    max-width: 33%;
    max-width: 306px;
    border-radius: 4px;
    padding: 16px 24px;
}
span.title-ck {
    font-size: 20px;
    margin-bottom: 0.5rem;
    display: block;
}
span.text-ck {
    font-size: 14px;
    line-height: 1;
    height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
/*option home*/
/*tabs home*/
.tabbed-prods ul li {
    list-style-type: none;
    margin-inline-start: 0;
    width: 100%;
}
.tabbed-prods .nav-tabs {
    flex-wrap: nowrap;
}
.tabbed-prods .nav-tabs .nav-link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    border-color: transparent;
}
.tabbed-prods .nav-tabs .nav-item.show .nav-link,
.tabbed-prods .nav-tabs .nav-link.active {
    color: #000;
    background-color: #f2f2f2;
}
.tabbed-prods .nav-tabs .nav-link:hover {
    border-color: #f2f2f2 #f2f2f2 #f2f2f2;
}
.tabbed-prods a.nav-link i {
    font-size: 32px;
    margin-bottom: 16px;
}
.tabbed-prods {
    margin: 32px 0;
}
div#myTabContent {
    background: #f2f2f2;
    padding: 0 16px;
    border-radius: 4px;
    padding-bottom: 16px;
}
/*tabs home*/
.infinite-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    cursor: pointer;
}
.home_c h3 {
    text-align: center;
}
.maphilighted{
    margin: 0 auto;
}
.home_c .modal-dialog{
    max-width: 1140px;
}
.cursmd{
    display: block;
    text-align: center;
    margin: 0 auto;
}
.top-promo {
 display:flex;
 width:100%;
 position:relative;
 overflow:hidden;
background:transparent !important;
color: red !important;
 border-radius:4px;
 margin:8px 0;
 font-size:14px;
 height:30px

}
.top-promo .btn-bf {
 background:#e22e4d;
 background:linear-gradient(71deg,rgba(226,46,77,1) 0%,rgba(232,49,38,1) 100%);
 /*border-radius:8px;*/
 padding:8px 18px;
 color:#fff;
 font-size:14px;
 display:block;
 position:absolute;
 right:-1px;
 top:-1px;
 line-height:1
}
.top-promo .marquee p b {
 color:#003b5d;
 font-weight:900
}
.top-promo .marquee p span {
 padding:0 4px;
 color:#6fb5df
}
.top-promo .marquee p {
 line-height:1
}
.top-promo .marquee {
 display:block;
 position:relative;
 animation:marquee 20s linear infinite;
 line-height:30px;
 width:100%;
 white-space:nowrap;
 padding:8px 0;
 padding-left:8px
}
@keyframes marquee {
 0% {
  transform:translate(0,0)
 }
 100% {
  transform:translate(-100%,0)
 }
}
.topbar li a.active,
.expandedMobileMenu .sw-lang a.active {
 background-color:#333;
 border-radius:4px;
 color:#fff;
 font-weight:500
}
.topbar ul {
 width:100%
}
.topbar a {
 color:#a0a0a0
}
.topbar li a,
.expandedMobileMenu .sw-lang a {
 line-height:1;
 display:inline-block;
 padding:9px;
 font-size:14px
}
.topbar li {
 padding:0 8px
}
.topbar li i {
 background:#a0a0a0;
 border-radius:50px;
 height:24px;
 width:24px;
 color:#fff;
 margin-right:8px;
 display:inline-flex;
 align-items:center;
 justify-content:center
}
.topbar li.sw-lang {
 background:#fff;
 border-radius:4px;
 padding:0;
 display:inherit
}
.topbar li.dinfo .info-a:hover,
.topbar li.dinfo.dinfo-active .info-a {
 background-color:#a0a0a0;
 color:#fff
}
/*review*/
.review {
    padding: 16px;
    background: #fafafa;
    border-radius: 4px;
}
.review .user-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 16px;
}
.review .fb-img i {
    font-size: 30px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 1;
}
.review .fb-img {
    width: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
}
.review img.fb-r{
    background: #326DE2;
    border: unset;
    border-radius: 10px;
}
.review .desc-date{ 
    font-size: 0.7rem;
    display: block;
}
.review .top_rdesc {
    position: relative;
    margin-bottom: 16px;
}

.review .name-user{
    height: 25px;
    display: block;
    margin-top: 14px;
}
.review .item-text{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    height: 46px;
    font-size: 14px;
}
.head-review{
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.middle-align{
    vertical-align: middle;
}
.card-body{
    padding: 0.4rem 0.4rem;
}
.count-items{
    font-size: 14px;
    padding-top: 4px;
}
.block-product{
    font-size: 14px;
    position: relative;
    height: 100%;
}
.info-row.vieved {
    position: absolute;
    margin-top: -36px;
    text-align: right;
    width: 100%;
}
.text-about{
    font-size: 14px;
}
.sc-category h1{
    display: flex;
}
.card-item a figure{
    margin: 0;
}
.set_filter:hover{
    color: red;
}

























@media print {
	.add-post,
	a.nav-link,
	.calculator_menu,
	.p-search,
	.nav_outer,
	.menus,
	.info-row,
	.block-breadcrumbs,
	.post-adversting,
	.add-click .to_subscribe,
	.add-click .to_fav,
	.block-flex .calculator_menu,
	.ov-hidden,
	.product_img,
	.header_top,
	footer{
		display: none;
	}
	a.to_call,
	.navbar-brand {
	    max-width: 100%;
	    text-align: center;
	    margin: auto;
	}
}
@media (max-width: 1440px){
	li.title-item {
		margin: 0;
	    margin-right: 15px;
	}
	.nav_outer {
	    padding: 0;
	    padding-left: 20px;
	}
}
@media (max-width: 1200px){
	.filter h5 {
	    font-size: 16px;
	}
	.add-post {
	    padding: 10px;
	    font-size: 14px;
	}
	header a.calculator_menu.nav-link {
	    font-size: 14px;
	    padding-right: 0;
	}
	input#is_search {
	    padding: 6px 12px;
	    padding-right: 32px;
	}
	button.s_click svg{
		width: 18px;
	}
	button.s_click {
	    right: 4px;
	    top: 4px;
	}
	.search {
	    margin-left: 0;
	}
}
@media (max-width: 991px){
	.product_text {
	    order: -1;
	}
	.top-product {
	    margin-top: 32px;
	}
	.adds_id {
	    width: 100px;
	}
	.block-flex {
	    margin-top: 16px;
	}
	.rate-offer {
	    margin-bottom: 16px;
	}
	.post-adversting{
		display: none;
	}
	.product_img .gallery-top figure img {
	    height: 335px;
	}
	.prod-char .item-at {
	    width: 50%;
	}
	span.x-old {
	    margin-right: 5px;
    	font-size: 12px;
	}
	span.price-card {
	    font-size: 18px;
	}
	.block-fs {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
    	color: #212639;
	    border-radius: 4px;
	    margin-bottom: 10px;
	}
	.block-fs div {
	    display: block;
	    width: 100%;
	    text-align: center;
	    padding: 10px 0;
	    font-weight: 600;
	    cursor: pointer;
	}
    .block-fs .open-filter {
        color:  red;
    }
	.filter-sidebar {
	    display: none;
	    position: fixed;
	    width: 100%;
	    background: #fff;
	    top: 0;
	    height: 100vh;
	    z-index: 9999999999;
	    left: 0;
	    overflow: auto;
	}
	.back_filter {
	    display: block;
	    font-size: 16px;
	    font-weight: 500;
	    padding: 15px;
	    background: #212639;
	    color: #fff;
	    position: fixed;
	    width: 100%;
	    z-index: 4;
	    top: 0;
	    left: 0;
	    cursor: pointer;
	}
	.filter-nm{
		display: none;
	}
	.mob-sort{
		flex-wrap: wrap;
	}
	.btn-new-old {
	    width: 100%;
        display: none;
	}
	.count-items{
		display: block;
	    width: 100%;
	    text-align: center;
	    margin: 16px;
	}
	.filter-sidebar > .filter-items {
	    max-width: 450px;
	    margin: auto;
	    padding-top: 60px;
	    float: none;
	    overflow: auto;
	}
    .check_b:hover input ~ .checkmark {
        background-color: #fff;
    }
    .check_b input:checked ~ .checkmark {
        background-color: #000;
    }
    .breadcrumb {
        flex-wrap: nowrap;
        width: 100%;
        overflow: auto;
    }
    li.breadcrumb-item {
        white-space: nowrap;
    }
    .breadcrumb-item+.breadcrumb-item {
        display: flex;
    }
	body.opened {
	    overflow: hidden;
	}
	.mob-sort{
		margin-bottom: 0;
	}
	.open_menu{
		font-size: 30px;
		cursor: pointer;
        color: #fff;
	}
	.navigations {
	    padding-bottom: 0;
        justify-content: space-between;
	}
	section.header_bottom.active .nav_outer {
        height: calc(100vh - 50px);
        top: 50px;
    }
    .nav_outer {
        padding: 8px 16px;
        height: calc(100% - 50px);
        background: #fff;
        top: 50px;
        padding-top: 16px;
        -webkit-box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
        -moz-box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
        box-shadow: 0px 4px 16px -6px rgb(17 17 17 / 50%)!important;
	}
	.navbar-brand {
	    margin-left: 24px;
	}
	.menu-opened .navigations {
	    padding: 0 8px;
	}
	li.title-item > span {
	    font-size: 20px;
	}
	ul.list_menu {
	    flex-wrap: wrap;
	}
	li.title-item {
	    margin: 0;
	    width: 100%;
	    padding: 8px;
	}
	.list_menu .title-item .level_acc {
	    position: relative;
	}
	input#is_search {
	    padding: 12px;
	}
	button.s_click {
	    right: 8px;
	    top: 10px;
	}
	.mob-option a.nav-link, .mob-option a.calculator_menu.nav-link {
	    font-size: 20px;
	    border: 1px solid #212639;
	    color: #212639;
	    border-radius: 4px;
	    padding: 9px 28px;
	}
	.mob-option{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
    .footer_center {
        padding: 24px 0;
        padding-bottom: 0;
    }
    footer ul{
        margin-bottom: 0.5rem;
    }
    .offer-ctx {
	    padding: 16px;
	}
    .ch-topr {
        flex-direction: column;
    }
    .login span {
        display: none;
    }
    .login a {
        color: #000;
        margin: 10px 0;
        line-height: 1;
    }
    header a.calculator_menu.nav-link {
        padding: 0;
        margin: 10px 0;
    }
    a.nav-link.calculator_menu img {
        border-radius: 0;
        margin: 0;
    }
    .clang {
        margin-left: auto;
        margin-right: 12px;
    }
    .clang span {
        /*color: #000;*/
    }
    a.phone-btn {
        color: #00CA51;
        margin: 10px 0;
        justify-content: center;
    }
   	.category-ctx .list-group li:not(.top-category){
   		display: none;
   	}
   	.add-post{
   		width: 100%;
   	}


    .info-row.vieved{
        display: none;
    }
    .top-product {
      margin-top: 10px;
    }
    .adds_id{
        position: absolute;
        margin-top: 45px;
        right: 0;
        text-align: right;
    }
    .block-flex .calculator_menu {
        background: #ddd;
    }
    .calculator_menu{
        display: none !important;
    }
    .title3{
        font-size: 12px;
        height: 36px;
    }
    .card-item {
      min-height: 340px;
    }
}
@media (min-width: 992px){
	.nav_outer {
	    flex: 1;
	    position: unset;
	    overflow: unset;
	}
}
@media (max-width: 767px){
	.container{
		min-width: 300px;
	}
	.card-item {
	    min-height: 320px;
	}
	.newsletter {
	    padding: 32px 0;
	    background-size: cover;
	}
	.text-xletter {
	    margin-bottom: 14px;
	}
	.xform {
	    flex-wrap: wrap;
	}
	.xform .form-group {
	    margin-bottom: 15px;
	}
	.text-xletter p {
	    font-size: 20px;
	    line-height: 1.2;
	}
	.btn-new-old a {
	    padding: 6px 16px;
	}
	.ch-top .login,
	.ch-top .address {
		display: none;
	}
	.options .nav-link{
		display: none;
	}
    .contact_map .leaflet-popup-content,
	.slider-info {
	    padding: 16px;
	}
    .contact_map .leaflet-popup-content-wrapper {
        height: auto;
        width: 320px;
    }
    .contact_map .leaflet-popup {
        margin: 16px;
    }
    .pag ul {
        padding: 0;
    }
    .pag {
        margin: 16px 0;
        padding: 0;
    }
    .wd3 {
	    flex: 0 0 50%;
	    max-width: 50%;
	}
    ul.util-menu {
        flex-direction: column;
    }
    span.x-old {
	    display: none;
	}
	.category-ctx {
	    padding: 8px;
	}
}
@media (max-width: 575px){
	.xform .form-group {
	    width: 100%;
	    margin-right: 0;
	}
	a.to_fav {
	    font-size: 14px;
	}
	.prod-char .item-at::before {
	    content: '';
	    position: absolute;
	    left: 10px;
	    right: 10px;
	    height: 0;
	    line-height: 0;
	    border-bottom: 2px dashed rgb(112 112 112 / 30%);
        bottom: 4px;
	}
	.prod-char .info-at {
	    margin-left: auto;
	    padding-left: 4px;
	    width: 50%;
	}
	.prod-char span {
	    background: white;
	        z-index: 1;
	}
	.prod-char .item-at.w-100 .info-at{
		width: 100%;
	}
	.prod-char .item-at {
	    width: 100%;
	    flex-direction: row;
	    align-items: flex-end;
	    position: relative;
	}
	.btn-new-old a {
	    padding: 4px 12px;
	}
	.navbar-brand {
	    margin-left: 15px;
	}
	.wd3 {
	    flex: 0 0 100%;
	    max-width: 100%;
	}
    .card-item {
        min-height: 240px;
    }
    span.price-card {
        font-size: 16px;
    	font-weight: 500;
    }
    .top-category a {
	    padding: 4px;
	}
	.st3-price small{
		font-size: 10px!important;
	}
}
@media (max-width: 375px){
	.mob-option a.nav-link,
	.mob-option a.calculator_menu.nav-link {
	    font-size: 16px;
	    padding: 9px 18px;
	}
    .card-item {
        min-height: 200px;
    }
    span.price-card {
	    font-size: 14px;
	}
}