.bottom_header {
   padding-top: calc(var(--header-height, 0px)) !important; 
}

@media (max-width: 1024px){
body.com_gridbox .custom input[type="checkbox"] {
    -webkit-appearance: checkbox !important;
}
  body.com_gridbox .custom input[type="radio"] {
    -webkit-appearance: radio !important;
}
}

@media (max-width: 1024px) {
  .lang-switcher {
    display: none;
  }
}

@media (max-width: 768px)	{
  .ba-item-recent-posts .ba-classic-layout .ba-blog-post {
    flex-direction: inherit !important;
  }
}

body:not(.gridbox) .btn-hover-effect .ba-btn-transition {
    overflow: hidden;
    position: relative;
    transition: background .0s ease-in-out;
}
 
body:not(.gridbox) .btn-hover-effect .ba-btn-transition > i,
body:not(.gridbox) .btn-hover-effect .ba-btn-transition > span {
    z-index: 5
}
 
body:not(.gridbox) .btn-hover-effect .ba-btn-transition:before,
body:not(.gridbox) .btn-hover-effect .ba-btn-transition:after {
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s;
}
 
body:not(.gridbox) .btn-hover-effect .ba-btn-transition:before {
    background: var(--button-background-color);
    z-index: 1;
}
 
body:not(.gridbox) .btn-hover-effect .ba-btn-transition:after {
    background: var(--button-background-hover);
    z-index: 2;
}

strong {
font-weight: bold;
}

b {
font-weight: bold;
}

.markers li::marker {
  color: #6b7280;
  font-size: 0.8rem;
}

.payment-icons img {
  height: 32px;
  opacity: 0.6;
	filter: grayscale(100%) brightness(0.96);
}

.rounded-border .accordion-group {
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  border-bottom: solid 1px;
}
.rounded-border .accordion-heading {
  border-radius: 9px;
}
.rounded-border .accordion-group .accordion-heading.active {
  border-radius: 9px 9px 0 0;
  
}
.rounded-border .accordion-body {
  border-radius: 0 0 9px 9px;
}

.btn-subscription-price .price{
  display: none !important;
}

.btn-subscription-price .osm-plan-price {
	color: #fff !important; 
  padding: 0px !important; 
  text-align: center !important;
}

.btn-subscription-price .osm-plan ul {
  text-align: center !important;
}

.btn-subscription-price .osm-plan a {
  background-color: #000 !important;
  color: #fff !important;
  text-transform: uppercase;
  transition: .3s;
  border-radius: 9px !important;
}

.btn-subscription-price .osm-plan a:hover {
  background-color: #2563EB !important;
  color: #fff !important;
  text-transform: uppercase;
  transition: .15s;
}

.marquee {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 200px;
    }

.marquee__inner {
      display: flex;
      width: max-content;
      animation: scroll 20s linear infinite;
}

.item {
  flex: 0 0 auto;
  width: 200px;
  height: 200px;
  margin-right: 200px;
  display: flex;
  justify-content: center; /* по горизонтали */
  align-items: center;    /* по вертикали */
  opacity: 1;
  transition: opacity 0.3s ease;
}
.item:hover{
  opacity: 0.6;
}

.item img {
  max-height: 100%;
  max-width: 100%;
}

    @keyframes scroll {
      from { transform: translateX(0); }
      to   { transform: translateX(-50%); }
    }

.coupon img {
  position: relative;
  z-index: 10; /* поверх оверлеев */
  display: block;
}

.coupon img.animate {
  animation: jumpAndTilt 1s ease-in-out;
}

.coupon img{
  padding: 20px 0px !important;

}

.height200 {
 	height: 200px !important; 
}

.hideprice .osm-plan-price{
  display: none !important;
}

.hide-on-scroll {
  transition: transform 0.3s ease;
  z-index: 999;
}

.status-indicator {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: red; /* по умолчанию красный */
      border: 2px solid white; /* рамка, чтобы не сливался */
}

.intro-post-date {
 	color: #008782 !important;
}

.ba-blog-post-date span{
 	color: #008782 !important;
}

.content-block {
			display: none !important;
      padding: 10px;
      margin-top: 10px;
  		color: #fff;
    }

    .visible {
      display: block !important;
    }

.repository-images .ba-blog-post-image {
  background-color: #edeff0;
}

.no-image-transform .ba-blog-post-image a {
 transform: none !important; 
}

.hide-price .price{
   display: none;
}

.user-perchases .btn-sm {
  margin: 10px;
  font-size: 1rem;
  color: #fff;
  font-weight: 600 !important;
  border-radius: 9px;
  background-color: #000 !important;
	display: flex;
}

.user-perchases .btn-sm:hover {
  transition: 0.1s;
  background-color: #ff0900 !important;
}

#osm_form_update_membership {
  display: none;
}

.osm-form-heading {
  font-size: 2rem;
  text-align: left; 
  padding-top: 25px !important;
}

.store-border-radius {
  border-top: 1px solid #ebebeb;
  border-radius: 16px 16px 0px 0px;
}

.ba-blog-post-content {
  padding: 0px!important;
}

.slideshow-content > li > .ba-slideshow-img {
background-color: #fff;
}

.countdown-small .ba-countdown > span {
  margin: 0px;
  padding: 0px 5px 0px 5px;
}

.height-20 {
  height: 10px !important;
}

.repository-list .ba-blog-post-info-wrapper {
  margin-left: 0px !important;
}

.ba-submit-comment {
  border-radius: 6px;
}
.ba-load-more-reviews-btn {
  border-radius: 30px;
}

.ba-load-more-reviews-btn {
  border-radius: 6px; 
}

.soft-images img {
  border-radius: 18px;
}

.ba-item-icon-list .vertical-layout li{
  margin-top: 10px !important;
}

.title-fullwidth .intro-post-wrapper > *:not(.intro-post-image-wrapper){
 		width: 100% !important;
}

.blog-css .ba-blog-post-info-wrapper	{
  padding-top: 10px;
  border-top: 1px solid #ebebeb;
}

.blog-css .ba-blog-post-image a {
	transform: scale(1.0) !important;
}

.blog-css .ba-blog-post:hover{
  transition: transform .1s !important;
  transform: scale(1.02);
}

.store-css{
  transition: transform .1s !important;
  transform: scale(1.0);
}

.store-css:hover{
  transition: transform .1s !important;
  transform: scale(1.02);
}

.blog-css .ba-blog-post{
  transition: transform .1s !important;
  transform: scale(1.0);
}

.repository-css .ba-blog-post-image a {
	transform: scale(1.0) !important;
}

.repository-css .ba-blog-post:hover{
  transition: transform .1s !important;
  transform: scale(1.03);
}

.repository-css .ba-blog-post{
  transition: transform .1s !important;
  transform: scale(1.0);
}

.title-hr{
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.title-hr-red{
  padding-bottom: 10px;
  border-bottom: 1px solid #ff4f49;
}
.title-hr-yellow{
  padding-bottom: 10px;
  border-bottom: 1px solid #ffc700;
}

.blog-title-hr .ba-blog-post-title-wrapper {
  border-bottom: 3px solid #ff4f49;
  margin-bottom: 10px;
}

.repository-title-hr .ba-blog-post-date {
  border-top: 3px solid #ede734;
  margin-top: 10px;
}

.price sub {
  display: none !important;
}

.menu-header {
	top: 0; left: 0;
	width: 100%;
	transition: all .3s ease;
}
.menu-header.out {
	transform: translateY(-100%);
}

.width-300	{
 width: 300px !important; 
}

.img-gallery-border .ba-gallery-items{
    border: 1px solid #b0b0b0;
}
.img-center div {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.repository-stars .star-ratings-wrapper div {
  float: left;
  margin-right: 5px;
}

.video-1024x768 {
  position: inherit;
  height: 768px !important;
  width: 1024px !important;
}

.logo-height {
		height: 40px; 
}

.menu-pc .ba-icon-caret-right{
 display: none !important;
}

.menu-pc .mod-menu__sub li{
 	 display: none !important;
}

.i-link span:link {
  text-decoration: none;
  color: #000 !important;
}

.i-link span:hover {
  text-decoration: underline;
  color: #000 !important;
}

.i-link a:hover {
  text-decoration: none;
  color: #000 !important;
}

.i-link-blue span:link {
  text-decoration: none;
  color: #0353e9 !important;
}

.i-link-blue span:hover {
  text-decoration: underline;
  color: #0353e9 !important;
}

.i-link-blue a:hover {
  text-decoration: none;
  color: #0353e9 !important;
}

.content-text a:link {
 text-decoration: underline;
}

.clear-link a:link {
 text-decoration: none;
}

.menu-link a:link {
 	text-decoration: none;
  color: #000;
}

.menu-link a:hover{
  text-decoration: underline;
  color: #000;
}

.store-link	a:link {
  text-decoration: none;
  color: #000;
}

.store-link	a span:hover {
  text-decoration: underline;
  color: #000;
}

.store-link-invert	a:link {
  text-decoration: none;
  color: #ffffff;
}

.store-link-invert	a span:hover {
  text-decoration: underline;
  color: #ffffff;
}

.title-link a:link {
 text-decoration: none;
  color: #000;
}

.title-link a:visited {
 text-decoration: none;
  color: #000;
}

.title-link a:hover {
  text-decoration: underline;
  color: #000;
}

.bottom-menu-link a:link {
 text-decoration: none;
}
.bottom-menu-link a:hover{
  text-decoration: underline;
}

.bottom-breadcrumbs a>span:link {
 text-decoration: none;
}

.bottom-breadcrumbs a>span:hover {
  text-decoration: underline !important;
}

.menu-sub-link a>span:link {
 text-decoration: none;
}

.menu-sub-link a>span:hover{
  text-decoration: underline;
  color: #000;
}

.menu-sub-link .ba-app-category-counter{
  color: rgba(0, 0, 0, 0.6);
}

.menu-link-revers a:link {
 text-decoration: none;
 color: #ffffff !important;
}

.menu-link-revers a:hover {
 text-decoration: underline;
 color: #ffffff !important;
}

.video-lazy-load-thumbnail {
    background-position: center;
}

.button-custom .btn {
  padding: 12px 22px;
  color: #ffffff;
  font-weight: 500;
  background-color: #d9452e;
}

.button-custom .btn i{
  display: none !important;
}

.btn-primary {
  font-size: 1rem;
  font-weight: 600 !important;
  text-transform: none !important;
  border-radius: 9px;
  background-color: #d9452e !important;
}

.btn-primary:hover {
  transition: 0.1s;
  background-color: #ff4f49 !important;
}

.sub-indent-left .ba-app-sub-category {
  padding-left: 20px;
}

.input-password-toggle {
  visibility: hidden;
}

.formErrorContent {
  font-weight: 500;
  font-size: 16px !important;
  color: #ffffff;
}

.form-horizontal .controls {
  margin-left: 0px;
}
.form-horizontal .form-actions {
  padding-left: 0px;
}

header:not(.fixed-header) .custom-header {
  	border-color: transparent	!important;
	  background: transparent !important;
    box-shadow: none !important;
  	transition: 0.5s;
}

.fixed-header .custom-header {
  transition: 0.2s;
  box-shadow: 9px 9px 20px rgba(0, 0, 0, 0.1) !important;
}

.menu-box-shadow {
    box-shadow: 0px 9px 9px rgba(0, 0, 0, 0.1) !important;
}

.right-side {
  width: 400px;
  float: right;
}

.right-side-300 {
  width: 300px;
  float: right;
}

.search-style .ba-search-wrapper {
  background-color: #ffffff;
  border-bottom-width: 2px;
  border-color: #e4e4e4 #e4e4e4 #4a4a4a #e4e4e4;
}

.search-style-grey .ba-search-wrapper {
  background-color: #f2f2f2;
  border-bottom-width: 2px;
  border-color: #e4e4e4 #e4e4e4 #c8c8c8 #e4e4e4;
}

.btn-signup {
  font-weight: bold;
  text-align: center !important;
}

.price {
  font-family: Open Sans !important;
  font-size: 46px !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.btn-text-bold .price {
	font-family: Open Sans !important;
  font-weight: 500 !important;
}

.btn-text-bold-white .price{
  color: #fff !important;
	display: flex;
  justify-content: center;
}

.btn-text-bold .osm-plan-price {
	color: #fff !important; 
  padding: 0px !important; 
  text-align: center !important;
}

.btn-text-bold-white .osm-plan-price {
	color: #fff !important; 
  padding: 0px !important; 
  text-align: center !important;
}

.osm-plan	{
  background-color: transparent !important; 
}

.osm-plan {
  margin: 0px !important;
  padding: 0px !important;
}

.btn-text-bold .osm-plan ul {
  text-align: center !important;
}

.btn-text-bold-white .osm-plan ul {
  text-align: center !important;
}

.btn-text-bold .osm-plan a {
  background-color: #060912 !important;
  color: #fff !important;
  text-transform: uppercase;
  transition: .3s;
  border-radius: 9px !important;
}

.btn-text-bold .osm-plan a:hover {
  background-color: #fff !important;
  color: #000 !important;
  text-transform: uppercase;
  transition: .3s;
}

.btn-text-bold-white .osm-plan a {
  background-color: #fff !important;
  color: #000 !important;
  text-transform: uppercase;
  transition: .3s;
  border-radius: 9px !important;
}

.btn-text-bold-white .osm-plan a:hover {
  background-color: #b6e9ed !important;
  color: #000 !important;
  text-transform: uppercase;
  transition: .3s;
}

.btn-text-bold-left .osm-plan ul {
  text-align: left !important;
}

.btn-text-bold-left .osm-plan-price {
  padding: 0px !important; 
  text-align: left !important;
}

.btn-text-bold-left .price {
	font-family: Open Sans !important;
  font-size: 32px !important;
  font-weight: 500 !important;
}

.btn-text-bold-left .osm-plan a:hover {
  background-color: #ff4f49 !important;
  transition: .5s;
}

.btn-hover .osm-plan a {
  background-color: #d9452e !important;
  transition: .3s;
}

.btn-hover .osm-plan a:hover {
  background-color: #ff4f49 !important;
  transition: .3s;
}

#osm-payment-method-item-0 {
  width: 20px;
}
#osm-payment-method-item-1 {
  width: 20px;
}
#osm-payment-method-item-2 {
  width: 20px;
}

.indent_20_left {
  padding-left: 20px;
}

.osm-heading {
  font-size: 28px;
  font-weight: 500;
}

.kmsgtext-quote {
  margin: 0px;
}

.mykmsg-header {
  text-transform: none !important;
}

.top-border-radius
 {
  border-radius: 9px 9px 0px 0px;
}

.bottom-border-radius
 {
  border-radius: 0px 0px 9px 9px;
}

.ba-icon-caret-right {
  background: rgba(0, 0, 0, 0) !important;
}

.side-menu .deeper li {
  padding-left: 0px;
}

.video-bg	video{
  top: 0px;
  height: 480px;
}

.table-bordered{
  border-color: #c8c8c8 !important;
}
.table-bordered th  {
  border-color: #c8c8c8 !important;
  background-color: #f2f2f2;
}
.table-bordered td  {
  border-color: #c8c8c8 !important;
}
.tabs-hidden .nav-tabs{
  visibility: hidden;
  height: 0px;
  margin-top: -50px;
  font-weight: 400 !important;
}

#profile-page label{
  font-weight: 500 !important;
}

.tabs-hidden input:not(.btn){
   background-color: #f5f5f7 !important; 
}

.tabs-hidden select{
   background-color: #f5f5f7 !important; 
}

.tabs-hidden .nav-tabs li{
  border-color: #c8c8c8 !important;
  background-color: #f2f2f2 !important;
  margin-right: 2px;
}

.tabs-hidden .nav-tabs .active a{
  background-color: #fff !important;
  border-bottom-color: transparent !important;
}

.tabs-hidden .tab-content {
  padding-top: 50px !important;
}
.tabs-hidden .nav-tabs a{
	border: 1px solid #c8c8c8 !important;
  margin-right: 0px !important;
}

.gift-shake {
  animation: shake 1s;
  animation-iteration-count: infinite;
}

.rbf-shadow {
  text-shadow: #fff 1px 0 60px;
}

.reflect {
-webkit-box-reflect: below -30px linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,0.2));
}

.add-on {
  background-color: #f5f5f7 !important;
  color: #d9452e !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 30px !important;
  text-align: left !important;
}

.osm-subscribe-to-newsletter-container {
  padding-top: 40px !important;
}

@keyframes shake {
  0% { transform: translate(0px, -3px) rotate(0deg); }
  10% { transform: translate(0px, -6px) rotate(0deg); }
  20% { transform: translate(0px, -8px) rotate(0deg); }
  30% { transform: translate(0px, -9px) rotate(0deg); }
  40% { transform: translate(0px, -10px) rotate(-8deg); }
  50% { transform: translate(0px, -10px) rotate(8deg); }
  60% { transform: translate(0px, -10px) rotate(-4deg); }
  70% { transform: translate(0px, -10px) rotate(4deg); }
  80% { transform: translate(0px, -9px) rotate(0deg); }
  90% { transform: translate(0px, -7px) rotate(0deg); }
  100% { transform: translate(0px, 0px) rotate(0deg); }
}

body *{
  -webkit-font-smoothing: antialiased;
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}

#osm_form_renew {
  display: none;
}

#osm-delete-avatar-container input {
  display: inline-block;
  width: 25px;
}

#osm-delete-avatar-container label {
  font-weight: 300 !important;
}


#first_name,
#last_name,
#email,
#Countries,
#CardCountry,
#phone,
#username,
#password,
#password1,
#password2,
#coupon_code,
#discount_amount,
#gross_amount {
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  width: 300px;
  padding: 0 20px 0 20px;
}

#Countries:focus {
  border: 1px solid #ccc !important;
}

#CardCountry:focus {
  border: 1px solid #ccc !important;
}

#discount_amount:focus{
  border: 1px solid #ccc !important;
}

#gross_amount:focus{
  border: 1px solid #ccc !important;
}

.input-group-text{
  color: #d9452e !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 30px !important;
  text-align: left !important;
  padding: 4px 6px;
  vertical-align: middle;
}

#amount,
#discount_amount,
#gross_amount {
  background-color: transparent !important;
  color: #000 !important;
  line-height: 1.1 !important;
  text-align: left !important;
  border-width: 0;
  border-radius: 0;
  width: 250px !important;
}

.osm-coupon-container {
 	padding-top: 20px; 
}

#coupon_validate_msg {
  font-size: 0.9rem;
  display: block;
}

#amount,
#discount_amount {
  font-weight: 600 !important;
  font-size: 32px !important;
  padding: 0px !important;
  vertical-align: middle;
}

#gross_amount {
  font-weight: 700 !important;
  font-size: 42px !important;
  padding: 0px !important;
}

#accept_licence-lbl {
  width: 320px;
}

#how_did_you_know {
  border: 1px solid #ccc;
  padding: 0 25px 0 25px;
}
#how_did_you_know:focus {
  border: 1px solid #ccc !important;
}

#how_did_you_know-lbl {
  width: 320px;
}

#email-lbl {
  width: 320px;
}

#non-bold{
	font-weight: 300;
}

#subscribe_to_newsletter {
  width: 20px;
  margin: 10px 10px 10px 0;
}

#payment_method_container {
  padding-top: 25px;
}

#accept_licence1 {
  margin: 0 10px 0 0;
}

input[type=text]:focus {
  border: 1px solid #888 !important;
}

input[type=password]:focus {
  border: 1px solid #888 !important;
}

.ba-search-wrapper input[type=text]:focus {
  border: 0px !important;
}