.order_status_new {
    background-color: #2680ab;
}

.order_status_new:hover {
    background-color: #8bbbd2;
    color: #075073;
}

.catalog-filter__checkbox input[type='checkbox']{
    display: none;
}
.catalog__filters .catalog-filter__checkbox.active:after{
    display: none;
}
.catalog__filters .catalog-filter__checkbox label span:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 15px;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #6d86a1;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.catalog__filters .catalog-filter__checkbox label input[type='checkbox']:checked + span:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 15px;
    display: block;
    width: 18px;
    height: 10px;
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: #df8f48;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.catalog-filter__checkbox.empty{
    display: none;
}
.filters .bx-filter-parameters-box-container{
    display: none ;
}
.view-all-block-1{
    display: none;
}
.view-all-block-1.active{
    display: block;
}
/* Filter styles start */
.bx-filter .bx-filter-parameters-box {
    margin-bottom: 6px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: -1.2px 2.8px 6px rgba(154, 171, 180, 0.15);
    box-shadow: -1.2px 2.8px 6px rgba(154, 171, 180, 0.15);
}
.bx-sidebar-block .bx-filter .bx-filter-parameters-box .bx-filter-parameters-box-title {
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    font-size: 16px;
    color: #25343c;
    font-family: "Comfortaa", sans-serif;
    cursor: pointer;
}
.bx-filter .bx-filter-parameters-box-title span {
    color: #25343c;
}
.bx-filter .bx-filter-parameters-box-title:hover span {
    color: #ffcf51;
}
.bx-filter .bx-filter-parameters-box-container {
    padding: 10px 0 0 0;
}
.col-lg-12.bx-filter-parameters-box.bx-active.js-open .bx-filter-parameters-box-container {
    padding-bottom: 10px;
}
.col-lg-12.bx-filter-parameters-box.bx-active.js-open .bx-filter-parameters-box-container small {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.col-lg-12.bx-filter-parameters-box.bx-active.js-open .bx-filter-parameters-box-container small .icon-exit {
    display: inline;
}
.bx-filter .bx-filter-input-checkbox {
    cursor: pointer;
}
.bx-filter .bx-filter-container-modef {
   /* display: none;*/
}
.bx-filter .bx-ui-slider-part {
    background: transparent;
}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub
{
    text-align: center;
}
.bx-filter.bx-green .bx-filter-input-container input:focus {
    border-color: #ffcf51;
}
.bx-filter .bx-filter-input-container input {
    height: 28px;
    font-family: "Comfortaa", sans-serif;
    text-align: center;
    border:1px solid #d4dcdf;;
}
.bx-filter .bx-ui-slider-part span {
    font-size: 12px;
}
.bx-filter .bx-ui-slider-track {
    height: 2px;
}
.bx-filter.bx-green .bx-ui-slider-track {
    background: #dde7ec;
}
.bx-filter.bx-green .bx-ui-slider-pricebar-vn {
    background: #dde7ec;
}
.bx-filter.bx-green .bx-ui-slider-pricebar-v {
    background: #ffb800;
}
.bx-sidebar-block .bx-filter.bx-green .bx-ui-slider-handle {
    display: block;
    width: 18px;
    height: 18px;
    top: -9px;
    background: #fff;
    border: 2px solid #ffb800;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.bx-filter .bx-ui-slider-handle.left {
    margin-left: -17px;
}
.bx-filter .bx-ui-slider-handle.right {
    margin-right: -17px;
}
.bx-filter .bx-ui-slider-range {
    z-index: 5;
}
.bx-filter .bx-ui-slider-pricebar-vd {
    z-index: 2;
}
.bx-filter .bx-ui-slider-pricebar-vn {
    z-index: 3;
}
.bx-filter .bx-ui-slider-pricebar-v {
    z-index: 4;
}

.bx-filter .bx-filter-popup-result.right {
    margin-top: 5px;
}
div#modef {
    font-size: 14px;
    font-family: "Comfortaa", sans-serif;
	padding: 10px;
}

.bx-filter span.arrow {
    padding-left: 5px;
}


.bx-filter .bx-filter-popup-result a {
    /* color: #0073a3; */
    /* line-height: 10px; */
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffb800;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    padding: 10px 15px 10px 15px;
	font-family: "Roboto", sans-serif;
}

.button_Jn2
{
	width: 100%;
    height: 36px;    
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffb800;
    border: none;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    padding: 10px 15px 10px 15px;
	font-family: "Roboto", sans-serif;
}
.button_Jn2:hover {
	color: #fff;
    background-color: #ffcf51;	
}
.bx-filter .bx-filter-popup-result a:hover {
    background-color: #ffcf51;
}

@media screen and (max-width: 600px) {
  #bx-filter-popup-result {
    visibility: hidden;
    display: none;
  }
}
/* Filter styles end */

/* Cart styles fixes start */
.basket_quantity_control {
    visibility: hidden;
}
.product-table-row__counter-wrap {
    justify-content: center;
}
.product-table-row__counter {
    width: 38px;
}
.product-table-row__counter-plus,
.product-table-row__counter-minus {
    visibility: visible;
    justify-content: center;
    position: absolute;
    z-index: 2;
    top: 0;
    margin: 0;
    width: 30px;
    border: none;
}

.product-table-row__counter-plus {
    right: 0;
}
.product-table-row__counter-minus {
    left: 0;
}
.table-inner__mid-right-color {
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
.table-inner__mid-right-color:before{}

#login,
#register,
.modal__login
{
    width: 400px;
    max-width: 100%;
    text-align: center;
    -webkit-transform: translate(-50%,-46%);
    -moz-transform: translate(-50%,-46%);
    transform: translate(-50%,-46%);
}
/* Cart styles fixes end */
#login input.input,
#register input.input,
.modal__login input.input
{
    width: 90%;
    height: 40px;
    padding: 0 30px;
    text-align: center;
    background-color: #f1f2f8;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: none;
    color: #6d86a1;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    margin-bottom: 10px;
}
#login input.input.no-valid,
#register input.input.no-valid,
.modal__login input.input.no-valid
{
    border: 1px solid red;
}
#callback input.no-valid{
    border: 1px solid red;
}
label.no-valid{
    /*display: none !important;*/
}
.relative__favorite{
    position: relative;
}
.main-modal__close.favorite__delete {
    top: 15px;
    right: 20px;
    border: 1px solid #6d86a1;
    line-height: 13px;
    text-align: center;
}
.favorite__delete .main-modal__close-cross{
    color: #6d86a1;
    font-weight: 700;
}
.relative__favorite {
    margin-bottom: 30px;
}
.relative__favorite .products-carousel__inner-wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: -1.2px 2.8px 6px rgba(154, 171, 180, 0.15);
    box-shadow: -1.2px 2.8px 6px rgba(154, 171, 180, 0.15);
}

@media screen and (max-width: 1199px) {
    .categories-left__img-wrap {
        display: none;
    }
}

.compare-selectbox {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.head-catal__drop-img-wrap {
    text-align: center;
}
.loader-inner {
    opacity: 0.9;
}

#leave-comment__success {
    text-align:center;
    color: #ffb800;
    padding: 10px 0;
}
#leave-comment__error {
    text-align: center;
    color: red;
    padding: 10px 0;
}

.categories-left__img-wrap a img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.toast-success {
    background-color: #ffb800;
}

.main-modal.basket_popup_one-click {
    width: 330px;
    max-width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.head-catal__drop-link, .head-catal__two-drop-link, .head-catal__three-link {
    padding-right: 30px;
}
.dropdown_filter_map{
    height: 450px;
}
.place__item {
    cursor: pointer;
    display: block;
    padding: 0px 10px;
    font-size: 14px;
	-webkit-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
    border-radius: 5px;
}
/*.place__item.active {*/
    /*background: #ffb800;*/
    /*color:white;*/
/*}*/
/*.place__item:hover{*/
    /*background: #ffb800;*/
    /*color:white;*/
/*}*/
.skald_search_wrapper{
    padding-left: 40px;
    margin-bottom: 20px;
}
.sklad_search{
    padding-left: 20px;
    display: block;
    /*height: 100%;*/
    border: 1px solid #ffb800;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    outline: none;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
}
.head-catal__drop-aside .head-catal__drop-img {
    width: 100%;
    height: 100%;
}
.head-catal__drop-aside .head-catal__drop-img:hover {
    opacity: 0.9;
}
@media screen and (max-width: 767px) {
    .compare_add {
        display: none;
    }
    .card-tabs__section .products-tabs__content-box {
        padding: 30px 15px;
    }
    .property__item {
        font-size: 14px;
    }
}
.mCSB_buttonUp,
.mCSB_buttonDown {
    border: none;
}
.order-form__stores {
    display: none;
    width: 260px;
    max-height: 100px;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #f1f2f8;
}
.order-form__input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.order-form__stores-radio {
    display: none;
}
.order-form__stores-item {
    margin: 0;
    width: 100%;
    padding: 5px 5px 5px 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    cursor: pointer;
}
.order-form__stores-item:hover {
    color: #df8f48;
    background-color: #f4f5fa;
}
.order-form__stores-item.checked {
    color: #df8f48;
    font-weight: 700;
}
.order-list__summary-total-right {
    text-align: right;
}
.order-form__label {
    display: block;
    position: relative;
    width: 260px;
}
.order-form__label-cross {
    display: none;
    position: absolute;
    z-index: 3;
    right: 15px;
    top: 33px;
    cursor: pointer;
}
.order-form__label-cross.js-visible {
    display: block;
}
.catalog__detail-recomended .products-tabs__content-box{
    border: none;
}
.detail__props {
    padding: 0;
}
.property__item{
    display: flex;
    padding-bottom: 12px;
    list-style: none;
    color: #6d86a1;
    font-weight: 300;
    text-align: left;
}
.property__item .peroperty__name{
    flex-basis: 50%;
    padding-right: 5%;
    text-align: right;
    font-weight: 400;
    color: #586165;
}
.property__item .property__value {
    flex-basis: 50%;
}
@media screen and (max-width: 600px) {
    .property__item{
        flex-wrap: wrap;
    }
    .property__item .peroperty__name{
        flex-basis: 100%;
        padding-right: 0;
        text-align: center;
    }
    .property__item .property__value {
        flex-basis: 100%;
        text-align: center;
    }
}
.card-pay__input:checked ~ .card-pay__name {
    -webkit-box-shadow: -0.8px 1.8px 6px rgba(154, 171, 180, 0.9);
    box-shadow: -0.8px 1.8px 6px rgba(154, 171, 180, 0.9);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.order-tabs__content {
    width: 100%;
    padding: 15px;
}

.city-search-popup {
    width: 260px !important;
    max-height: 150px;
    border-radius: 10px;
    background-color: #f1f2f8;
    overflow-y: auto;
}
.city-search-popup .search-popup-row {
    padding: 0;
    background-color: #f1f2f8;
}
.city-search-popup .search-popup-row-active {
    padding: 0;
}
.city-search-popup .search-popup-el-name,
.city-search-popup .search-popup-el-cnt {
    padding: 5px 10px;
    background-color: #f1f2f8;
}
.city-search-popup .search-popup-el-name:hover,
.city-search-popup .search-popup-el-cnt:hover {
    color: #df8f48;
    background-color: #fefefe;
}
.certif-tab__list {
    list-style: none;
}
.text-attention {
    font-weight: normal;
    color: #F93333;
}
.certif-tab__item {
    padding: 5px 0;
}
.certif-tab__link  {
    color: #6d86a1;
    font-weight: 300;
    line-height: 28px;
}
[id^=warehouses_]{
    max-height: 125px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f1f2f8;
}
.order-tabs__content .order-tabs__content-form {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order-tabs__content-text {
    margin-bottom: 5px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.order-tabs__content-form .order-form__input {
    margin-bottom: 5px;
}
.order-form__formgroup-summary {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 0;
    text-align: right;
}
@media screen and (max-width: 480px) {
    .order-form__formgroup-summary {
        position: static;
        text-align: left;
    }
}
.progress_bar{
    height: 2px;
}
.search_wrapper .header__search-input{
    height: 48px;
}
.warehouse__item {
    cursor: pointer;
    display: block;
    padding: 3px 13px;
    font-size: 14px;
    -webkit-transition: background 300ms ease-out;
    transition: background 300ms ease-out;
    border-radius: 5px;
}
.warehouse__item:hover{
    background: #ffb800;
    color: white;
}
.warehouse__item.active{
    background: #ffb800;
    color: white;
}
.order-tabs__content .sub-lead {
    margin-bottom: 10px;
}

.card_status-ended {
    cursor: default;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    color: #6d86a1;
    font-size: 17px;
    font-weight: 400;
    /*border: 1px solid #6d86a1;*/
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.card_status-ended.small {
    font-size: 14px;
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .card_status-ended {
        /*width: 48%;*/
        margin: 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .card_status-ended {
        width: 100%;
    }
}

.main-sets__item-link.disabled {
    cursor: not-allowed;
    background-color: #6d86a1;
    color: #fff;
}

.card-top-first {
    position: relative;
}

label.error {
    color: red;
    padding: 0 20px;
    font-size: 13px;
    font-weight: 400;
}

.compare-category-item.category-item {
    overflow: visible;
    position: relative;
}

.compare-add_more {
    position: absolute;
    z-index: 2;
    top: -20px;
    text-align: center;
    width:100%;
    left:0;
    border-bottom: none;
}

.compare_opacity{
    opacity: 0.5;
}

.compare_opacity:hover {
    opacity: 0.9;
}

.compare_section-delete {
    position: absolute;
    z-index: 3;
    right: 10px;
    top: -20px;
    border-bottom: 0;
    color: gray;
    font-size: 14px;
}

/* Horizontal scroll for content tables */
@media screen and (max-width: 991px) {
    table {
        display: block;
        max-width:100%;
        overflow-x: auto;
    }
}
.full-banner__section {
 	max-width: 1140px;
	margin:auto;
}
.main-brands__carousel__img-box,
.main-brands__carousel__img-box:hover,
.main-brands__carousel__img-box:visited,
.main-brands__carousel__img-box:active,
.main-brands__carousel__img-box:focus {
    text-decoration: none;
    text-align: center;
    border: none;
}

.main-brands__carousel-item {
    text-align: center;
}

.catalog-list__top-btncb.active {
    color: #ffb800;
}
.main-brands__carousel__img-box {
    display: block;
    padding: 0 5px;
}
.compare-page__title {
    margin: 0;
}
.nav-arrows {
    margin-bottom: 10px;
}
.catalog-list__left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.social__share a {
    border: none;
}

.params__elem--padding,
.product__param--padding {
    padding: 15px 0;
}
.compare-box__body {
    text-align: center;
}

label.no-valid {
    padding-left: 10px;
    color: red;
    font-size: 14px;
    font-weight: 400;
}
.catalog-right__sorting-drop {
    z-index: 3;
}

/* VISUAL REDACTOR STYLES */
.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* VISUAL REDACTOR STYLES */

@media screen and (max-width: 1199px) {
    .misc-one-carousel__heading {
        font-size: 16px;
        line-height: 1.2;
    }
    .misc-one-carousel__txt {
        font-size: 14px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 992px) {


}
@media screen and (max-width: 767px) {
    .misc-one-carousel__heading {
        font-size: 15px;
        line-height: 1.2;
		margin-bottom: 5px;
    }
    .misc-one-carousel__txt {
        font-size: 14px;
        line-height: 1.2;
    }
    .misc-one-actions .misc-one-carousel__more {
        display: block;
        margin: 0 auto;
        max-width: 250px;
    }
    .order .question-mark {
        display: none;
    }
    .catalog-right__sorting-title {
        padding-left: 10px;
    }
    .header__mixed-menu .head-catal {
        background-color: #f8fafa;
    }
    .header__mixed-menu .head-catal__item:first-child {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .header__mixed-menu .head-catal__item {
        border-bottom: 1px solid #dce5e5;
    }
    .header__mixed-menu .head-catal__item-link {
        padding: 10px;
    }
    .head-catal__drop-item.js-active .head-catal__drop-link,
    .head-catal__drop-item.js-active .head-catal__two-drop-link,
    .head-catal__drop-item.js-active .head-catal__three-link {
        color: #333;
    }
    .header__mixed-menu .head-catal__drop-wrap {
        max-height: initial;
    }
    .header__mixed-menu .head-catal__drop {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .header__mixed-menu .head-catal__drop-link {
        border-bottom: 1px solid #eee;
        background-color: #fdfdfd;
    }
    .header__mixed-menu .header__mixed-logo {
        margin: 7px 0;
    }
    .header__mixed-menu .header__mixed-close {
        right: auto;
        top: 11px;
        left: 6px;
    }
}
@media screen and (max-width: 700px) {
    .basket-modal__bottom-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 560px) {

}
@media screen and (max-width: 480px) {

    
    .products-tabs__btn-box > div {
    	margin-bottom: 19px;
    }
    
    .products-tabs__btn-box {
    	
        padding: 0 0px;
    }
    .products-tabs__category-btn {
        width: 100%;
    }
    .products-tabs__category-btn {
        height: 35px;
    }
}
.back-page-btn {
    color: #333;
}
.coupon__desc {
    color: #333;
}

.bx-authform {
    margin: 0 auto;
}
.order-header {
    position: relative;
    z-index: 1;
}
.order-delivery__choice {
    position: relative;
    z-index: 1;
}
.order .question-mark {
    position: absolute;
    top: 2px;
    right: 0;
}
.order .order-header .question-mark {
    position: static;
}

.header__login-link.header__login-logged {
    overflow: hidden;
}

.products__absolute-code {
    position: absolute;
    z-index: 2;
    bottom: 5px;
    left: 5px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #FF7800;
    text-shadow: 1px 1px 2px #999;
}
.products__absolute-code-heading {}
.products__absolute-code-txt {}
.miniproduct-carousel__img-wrap {
    position: relative;
    z-index: 1;
}

.products__static-code {
    font-size: 12px;
	font-weight: 700;
	color:#FF7800;
}
.products__absolute-code-heading {}
.products__absolute-code-txt {}

.product-table-row__name {
    line-height: 28px;
    margin-bottom: 5px;
}
.cart-order-products .product-table-row__name-link {
    line-height: 1.2;
}

.products-carousel__buy-submit:hover {
    color: #fff;
}
.miniproduct-carousel__item .products__absolute-code {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
}

.shadow-bg__product {
    display: none;
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #334;
    opacity: 0.7; }
.card-top-second__btns-box {
    z-index: auto;
}
.card-top-second__btns-box .products-carousel__top-btn span {
    z-index: 0;
}

.for-title {
    text-align: center;
    font-size: 28px;
    font-family: "Comfortaa", sans-serif;
    color: #25343c;
}

.centered-big-heading {
     margin: 0px 0 10px 0;
     font-weight: 700;
     font-size: 28px;
     font-family: "Comfortaa", sans-serif;
     text-align: center;
}

.articles .misc-one-carousel__left {
    /*width: 80%;*/
}
.articles-details__footer .misc-one-carousel__left {
    width: 100%;
}
.btn-gray-border {
    white-space: nowrap;
}
.footer__logo-img {
    width: 100%;
    height: 100%;
}

.product-table-row__item {
    position: relative;
}
.sticker.sticker-top{
    margin-bottom: 5px;
}
.order-tabs__name {
    background: transparent;
}
.order-tabs > li img {
    pointer-events: none;
    z-index: 0;
    max-height: 40px;
}


.main-modal__inner .callback-loader,
.order-form__footer .callback-loader,
.show-more-ajax-wrapper .callback-loader{
	display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: radial-gradient(#fff 45%,transparent 50%),linear-gradient(to right,transparent,#6d86a1);
    left: 50%;
    bottom: 0px;
    margin-left: -15px;
    border-radius: 50%;
    animation:callback-loader 2s infinite linear;
}
.order-form__footer .callback-loader{
	left:50%;
	bottom: 50%;
    margin-bottom: -15px;
}
.show-more-ajax-wrapper .callback-loader{
	left: 50%;
    top:50%;
    margin-top: -15px;
}

.main-modal__inner .callback-loader.active,
.order-form__footer .callback-loader.active,
.show-more-ajax-wrapper .callback-loader.active{
	display:block;
}
@keyframes callback-loader{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(360deg);
	}
}

.main-modal__inner .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #6d86a1;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.main-modal__inner .checkmark {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: none;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #6d86a1;
}

.main-modal__inner .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.650, 0.000, 0.450, 1.000) 0.8s forwards;
}

.main-modal__inner .checkmark.active{
	display:block;
	animation: fill 0.4s ease-in-out 0.4s forwards,
    scale 0.3s ease-in-out 0.9s both;
}
@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #6d86a1;
  }
}

.show-more-ajax-wrapper{
	text-align:center;
	position:relative;
	min-height:40px;
}
.show-more-ajax-wrapper .show-more-ajax-btn{
    display: inline-block;
    border: 1.5px solid #6d86a1;
    border-radius: 20px;
    background-color: transparent;
    color: #6d86a1;
    padding: 7.5px 15px;
    font-family: "Comfortaa", sans-serif;
    transition: all .3s;
    outline:none;
}
.show-more-ajax-wrapper .show-more-ajax-btn.disabled{
	display:none;
}
.show-more-ajax-wrapper .show-more-ajax-btn:hover{
    background-color: #6d86a1;
    color: #fff;
}
.footer__copyright-txt.developer_company {
     color: #6d86a1;
     font-size: 14px;
     font-weight: 300;
     line-height: 1.3em;/*0px;*/
     margin-top: 0.5em;
     margin-bottom:  17px;
     font-family: Roboto;
 }
 
 .footer__box .footer__copyright-txt:not(.developer_company) {
  	line-height: 17px;
 }

 .footer__copyright-link.genius {
     color: #de8745;
     font-family: Play;
     font-size: 17px;
     font-weight: 400;
 }
 
 .footer__copyright {
  	width: 274px;
 }
 
 .footer__info {
 	padding-left: 20px;
 }
.card-top-second__btns-box1 .stars,
.products__absolute-code .stars{
    margin: auto;
}
