
/*        [Loader]        */

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    
    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
    
}

.lds-ripple_wrap {
    position: fixed;
    z-index: 9999;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #00000091;
    padding-top: 25%;
    opacity: 1;
}

/*        [/Loader]        */

.cart {
    margin: 10px 0px;
}

.cart__item {
    justify-content: flex-start;
}

.cart__item__options {
    display: flex;
    justify-content: space-between;
    width: 160px;
    margin: 20px auto 0px auto;

}

.cart__item__options img {
    width: 32px;
}

.cart__item__content {
    width: 100%;
}

.cart__item__info {
    width: 100%;
}

.cart__item__info__atributes {
    flex-direction: row;
}

.cart__item__info__atributes-p1 {
    margin: 0 40px 15px 0;
}

.cart__item__info__atributes-p2 {
    margin: 0 0 15px 0;
}

.cart__item__price-container {
    flex-direction: row;
}

.cart__item__price__title-container {
    margin: 10px 0px 0px 0px;
}

.cart__item__info__atributes-p1 .cart__item__info__atribute-name {
    min-width: 110px;
}

.cart__item__info__atributes-p2 .cart__item__info__atribute-name {
    min-width: 110px;
}

.cart__info__price {
    display: flex;
    max-width: none;
    justify-content: space-between;
    align-items: center;
}

.cart__info__price_psum1 {
    margin-bottom: 12px;
}

.cart__info__price_summary {
    margin-top: -12px;
    padding-top: 12px;
    border-top: 2px solid #bbb;
}

.cart__promo__input {
    margin-right: 20px;
}

.cart__promo__input__container {
    margin: 0px;
}

.cart__info__button {
    border: none;
    width: 100%;
}

.cart__promo__button {
    padding: 0px 10px;
    border: none;
}

.cart__promo__desc {
    width: 180px;
    font-size: 12px;
    margin-top: 5px;
}

.cart__info {
    margin-bottom: 20px;
    padding: 30px 30px;
}

.cart__item__img-container {
    margin: 0px;
}

.cart__item__img-wrap {
    margin: 0px 40px 0px 0px;
}

@media screen and (max-width: 1560px) {

.cart__item__info {
    margin-bottom: 0px;
}

.cart__item__info__atributes {
    display: flex;
    flex-direction: column;
}

.cart__item__info__atributes-p2 > .cart__item__info__atribute:first-child {
    margin-top: 0px;
}

}

@media screen and (max-width: 1300px) {

.cart__item__info__atributes {
    flex-direction: row;
}

}

@media screen and (max-width: 999px) {

.cart__item__info__atributes-p1 {
    margin: 0 0 15px 0;
}

.cart__item__info__atributes {
    flex-direction: column;
}

}

@media screen and (max-width: 800px) {

.cart__item__img-wrap {
    margin: auto;
}

.cart__item {
    width: 100%;
    padding-left: 20px;
}

.cart__item__options img {
    width: 24px;
}

}

@media screen and (max-width: 650px) {

.cart__item__img-wrap {
      margin: 0px auto 10px auto;
}

.cart__item__info__atribute-name {
    font-size: 18px;
}

.cart__item__info__atribute-value {
    font-size: 18px;
}

.cart__item__price__title {
    font-size: 18px;
}

.cart__item__price__value {
    font-size: 18px;
}

}

@media screen and (max-width: 400px) {

.cart__item__info__atributes-p1 .cart__item__info__atribute-name {
  min-width: 100px;
}

.cart__item__info__atribute-name {
    font-size: 16px;
}

.cart__item__info__atribute-value {
    font-size: 16px;
}

.cart__item__price__title {
    font-size: 16px;
}

.cart__item__price__value {
    font-size: 16px;
}

}

@media screen and (max-width: 340px) {

.cart__item {
    padding: 10px;
}

}

.cart__promo__cart__title-container {
    margin-top: 20px;
}

.cart__promo__cart__desc {
    margin: 0px;
    text-align: justify;
}

.cart__promo1 {
    margin: 15px 0px 0px 0px;
}

.cart__promo2,
.cart__promo3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0px 0px 0px;
}

.cart__promo3.cart__promo3_b2 {
    align-items: flex-start;
}

.cart__promo2 .cart__promo__cart__desc,
.cart__promo3 .cart__promo__cart__desc {
    width: 270px;
}

.cart__promo2 .cart__info__button,
.cart__promo3 .cart__info__button {
    width: calc(100% - 250px);
    margin-left: 20px;
}

.cart__promo__input {
    width: 100%;
    max-width: 180px;
}

.cart__promo__loading {
    animation: cart__promo3_animation 4s linear infinite;
    background-color: #fff;
    background-size: 40px 40px;
    background-image: linear-gradient(45deg, rgba(251,251,251,0.06) 25%, rgba(51,51,51,0.06) 25%, rgba(51,51,51,0.06) 50%, rgba(251,251,251,0.06) 50%, rgba(251,251,251,0.06) 75%, rgba(51,51,51,0.06) 75%, rgba(51,51,51,0.06));
}

@keyframes cart__promo3_animation {
    from {background-position: 0px 0px}
    to {background-position: 180px 0px}
}

.promo_success {border: 2px solid #0f0;}
.promo_error {border: 2px solid #f00;}

@media screen and (max-width: 1300px) {

.cart__total {
    width: 100%;
    max-width: 100%;
}

.cart__info {
    width: 100%;
    display: flex;
  justify-content: space-between;
}

.cart__info_pform {
    order: 2;
    width: 100%;
    max-width: 445px;
}

.cart__info_promo {
    max-width: 400px;
}

.cart__info_promo .cart__promo__cart__title-container {
    margin-top: 0px;
}

.cart__promo2 .cart__info__button,
.cart__promo3 .cart__info__button {
    width: calc(100% - 230px);
    margin-left: 20px;
}

}

@media screen and (max-width: 960px) {

.cart__info {
    flex-direction: column;
}

.cart__info_promo {
    width: 100%;
    max-width: none;
}

.cart__info_pform {
    order: 0;
    max-width: none;
}

.cart__promo2 .cart__info__button,
.cart__promo3 .cart__info__button {
    width: 200px;
}

}

@media screen and (max-width: 470px) {

.cart__promo2,
.cart__promo3 {
    display: block;
}

.cart__promo2 .cart__promo__cart__desc,
.cart__promo3 .cart__promo__cart__desc {
    width: 100%;
    margin: 0px 0px 10px 0px;
}

.cart__promo2 .cart__info__button,
.cart__promo3 .cart__info__button {
    margin-left: 0px;
}

.cart__promo__input {
    margin: 0px;
}

}

.product {
    margin: 10px 0px;
}

.catalog__title {
    margin-bottom: 20px;
}

.breadcrambs {
   margin-bottom: 30px !important;
}

.header__menu__link {
    text-transform: none;
}

.header {
    height: 130px;
}

.header__menu__item {
  margin-right: 14px;
}

.header__menu__item:nth-child(3) {
    display: initial;
}

.header__menu__item:first-child {
    margin-right: 14px;
}

.header__main-menu__item:nth-child(3) {
    display: initial;
}

.header__socials {
    margin-right: 14px;
}

.header__social {
    margin-left: 0px;
    margin-right: 10px;
}

.header__social:last-child {
    margin-right: 0px;
}

.header__right {
    display: flex;
}

.header__user {
    padding: 0px 0px 0px 14px;
    min-width: initial;
    border-right: none;
}

.header__user__more {
    margin-left: 0px;
}

.header__user__exit {
    margin-top: 4px;
}

.header__cart {
    margin-left: 14px;
    padding-left: 14px;
    border-left: 2px solid #6f6c9e;
}

.header__cart__img {
    margin-right: 5px;
    width: 22px;
    height: 22px;
}

.header__logo {
    left: calc(50% - 33px);
    transform: none;
}

.header__logo img {
    height: 66px;
}

.header__main-menu__icon {
    margin-right: 14px;
}

.header__main-menu__item {
    padding: 0px 14px 0px 0px;
    text-align: center;
}

.header__main-menu__item:nth-child(1) {
    margin-right: 14px;
}

.header__mail {
     margin: 0;
     padding: 0;
     border: none;
}

.header__row__content__menu_mobile {
    display: none;
}

.header__modal-menu {
    width: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 0 -5px 0;
    padding: 15px 20px 5px 20px;
    border: 1px solid #6f6c9e;
    min-height: initial;
}

.header__modal-menu__cross {
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.header__modal-menu__items {
    list-style-type: initial;
    width: auto;
    min-width: 400px;
    max-width: 100%;
}

.header__modal-menu__items .header__modal-menu__item:first-child {
    list-style-type: none;
    margin: 0;
}

.header__modal-menu__item {
    margin: 0 0 0 20px;
}

.header__modal-menu__item a {
    white-space: nowrap;
    margin: 0 0 10px 0;
}

.header__modal-menu__item:nth-child(1) a {
    font-size: 18px;
}

.header__modal-menu__items_mobile {
    display: none;
    flex-direction: column;
    border-top: 1px solid #6f6c9e;
    padding: 10px 0 0 0;
}

.header__modal-menu__items_mobile a {
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #6f6c9e;
    font-weight: 600;
}

@media screen and (max-width: 1300px) {

.header__row:nth-child(1) {
    min-height: initial;
    padding: 0;
}

.header__row:nth-child(2) {
    min-height: 46px;
    padding: 0;
}

}

@media screen and (max-width: 1279px) {

.header__logo {
    position: relative;
}

.header__row__content__info {
    flex-direction: column;
    align-items: flex-end;
}

.header__socials {
    display: flex;
    order: 2;
    margin-right: 0px;
}

.header__right {
    margin: 0px 0px 15px 0px;
}

.header__user {
    border: none;
    padding: 0;
}

}

@media screen and (max-width: 1080px) {

.header__mail {
    display: flex;
}

}

@media screen and (max-width: 1024px) {

.header__logo {
    width: initial;
    height: initial;
    top: 10px;
}

.header {
    height: auto;
}

.header__menu {
    display: flex;
}

.header__row__content {
    flex-wrap: nowrap;
    overflow: hidden;
}

.header .header__row:first-child {
    margin: 15px 0px 15px 0px;
}

.header__right {
    margin: 0;
}

.header__socials {
    display: none;
}

.header__cart {
    margin: 0px 0px 0px 14px;
}

.header__menu__link {
    margin: 0;
    padding: 0;
    border: none;
}

}

@media screen and (max-width: 1023px) {

.header__mail {
    display: none;
}

}

@media screen and (max-width: 960px) {

.header__row__content__info {
    width: auto;
    max-width: 330px;
}

.header__name {
    white-space: nowrap;
}

.header__menu__link {
    text-align: center;
    display: inline-block;
}

}

@media screen and (max-width: 899px) {

.header__row__content__menu,
.header__row__content__info {
    display: none;
}

.header__row__content__menu_mobile {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

.header__row__content__menu_mobile .header__menu {
    width: 100%;
    justify-content: space-between;
}

.header__row__content__menu_mobile .header__menu__item {
    
}

.header__row__content__menu_mobile .header__menu__item:first-child {
    padding-right: 0;
    border-right: none;
}

.header__row__content__menu_mobile .header__menu__item .header__menu__link {
    display: flex;
    align-items: center;
}

.header__row__content__menu_mobile .header__menu__item .header__menu__link .header__menu__item_img {
    height: 22px;
    margin-right: 5px;
}

}

@media screen and (max-width: 800px) {

.header__main-menu__item {
    margin-right: 14px;
}

.header__main-menu__item:nth-child(2) {
    display: flex;
}

.header__main-menu .header__main-menu__item:last-child {
    margin: 0;
    padding: 0;
}

}

@media screen and (max-width: 499px) {

.breadcrambs__item {
    width: 100%;
}

.breadcrambs__link {
    justify-content: flex-start;
}

.header__row__content__menu_mobile .header__menu {
    justify-content: space-around;
}

.header__row__content__menu_mobile .header__menu__item .header__menu__link .header__menu__item_img {
    margin-right: 0px;
}

.header__row__content__menu_mobile .header__menu__link span {
    display: none;
}

.header__main-menu .header__main-menu__open {
    display: none;
}

.header__main-menu .header__main-menu__item {
    padding: 0;
    margin: 0;
    border: none;
    flex: 1 1 0;
}

.header__main-menu__item:nth-child(3) {
    display: flex;
}

.header__modal-menu__items_mobile {
    display: flex;
}

}

@media screen and (max-width: 480px) {

.header__modal-menu {
    width: 100%;
    left: initial;
    transform: translate(0, 100%);
}

.header__modal-menu__items {
    min-width: initial;
}

}

@media screen and (max-width: 400px) {

.header__main-menu__link {
    font-size: 14px;
}

.header__modal-menu__item:nth-child(1) a {
    font-size: 16px;
}

.header__modal-menu__item a {
    font-size: 14px;
}

.header__modal-menu__items_mobile a {
    font-size: 16px;
}

}

@media screen and (max-width: 360px) {

.header__main-menu__link {
    font-size: 13px;
}

.header__modal-menu {
    padding: 15px 15px 5px 15px;
}

}

.footer__column:nth-child(1) {
    padding: 30px 5px 30px 0;
}

.footer__column:nth-child(2) {
    padding: 30px;
    justify-content: flex-start;
}

.footer__container {
    min-height: initial;
    padding: 0;
}

.footer__title {
    margin-bottom: 10px;
}

.footer__desc {
    min-height: initial;
}

.footer__menu {
    width: initial;
    margin: 0 20px 0px 0;
}

.footer__menu__title {
    white-space: nowrap;
}

.footer__social {
    margin-bottom: 0px;
}

@media screen and (max-width: 1300px) {

.footer__column:nth-child(1) {
    padding-top: 0;
    margin-bottom: 0;
    max-width: 100%;
}

.footer__column:nth-child(2) {
    padding: 30px 0px;
    justify-content: flex-start;
    margin: auto;
    width: 1000px;
    max-width: 100%;
}

}

@media screen and (max-width: 480px) {

.footer__column:nth-child(1) {
    padding-bottom: 10px;
}

.footer__column:nth-child(2) {
    padding-top: 10px;
}

}

.profile__card-keeps__item__downloads.not-active > span {
    color: #999;
}

.profile__card-keeps__item__downloads.not-active .profile__card-keeps__item__download__name {
    color: #999;
    border-left: 2px solid #999;
}

.profile__card-keeps__item__downloads.not-active .profile__card-keeps__item__download__img {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.profile__card-keeps__item__img-container {
    background: initial;
}

.cart__item__img-container {
    background: initial;
}

.product__img-container {
    position: relative;
    padding: 0px;
    background: initial;
}

.product__img-desc {
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

.all .container {
    align-items: flex-start;
}

.banners__items {
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0;
}

.banners__item__slider {
    margin: 0 10px 0 0 !important;
}

.banners__item__big {
    padding: 0;
}

.banners__item {
    margin: 0 10px;
    padding: 0;
    box-shadow: none;
    aspect-ratio: 1;
    height: initial;
}


.banners__item__img {
    position: initial;
    left: initial;
    top: initial;
    width:  initial;
    height: 100%;
    max-width: 100%;
}

@media screen and (max-width: 1780px) {

.banners__item {
    width: 380px;
}

}

@media screen and (max-width: 1329px) {

.banners__item:nth-child(2),
.banners__item:nth-child(3) {
  display: block;
}

}

.main-products__container {
    margin-left: auto;
    margin-right: auto;
    padding-top: 72px;
    padding-bottom: 20px;
}

.main-products__list {
    display: flex;
    margin: 7px 0 15px 0px
}

@media screen and (max-width: 1300px) {

.main-products__list {
    display: flex;
}

.all__button {
    margin-left: 0;
}

}

.banners2__items {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 1720px;
    max-width: 95%;
    margin: 0 auto 20px auto;
}

.banners2__item {
    display: flex;
    justify-content: center;
    margin: 0 0 0 20px;
    max-height: 300px;
}

.banners2__item1 {
    width: 50%;
    max-width: 600px;
    margin: 0 !important;
}

.banners2__item2 {
    width: 25%;
    max-width: 300px;
}

.banners2__item3 {
    width: 25%;
    max-width: 300px;
}

.banners2__item__img {
    max-width: 100%;
    max-height: 100%;
}

.banners__pagination {
    top: auto !important;
    bottom: 0px !important;
    transform: translateX(-50%);
    left: 50% !important;
    right: auto !important;
    flex-direction: row;
}

.banners__pagination .swiper-pagination-bullet {
    background: #555;
}

.banners__pagination .swiper-pagination-bullet-active {
    background: #6f6c9e;
}

@media screen and (max-width: 1279px) {

.banners2__items {
    flex-wrap: wrap;
}

.banners2__item {
    margin: 0;
}

.banners2__item1 {
    min-width: 100%;
    margin: 0 0 15px 0 !important;
    text-align: center;
}

.banners2__item2 {
    width: 300px;
    max-width: initial;
}

.banners2__item3 {
    width: 300px;
    max-width: initial;
    margin: 0 0 0 20px;
}

}

@media screen and (max-width: 890px) {

.banners2__item2 {
    width: calc(50% - 10px);
    text-align: center;
}

.banners2__item3 {
    width: calc(50% - 10px);
    text-align: center;
}

}

@media screen and (max-width: 500px) {

.banners2__item1 {
    margin: 0 0 5px 0 !important;
}

.banners2__item2 {
    width: 100%;
}

.banners2__item3 {
    margin: 10px 0 0 0;
    width: 100%;
}

}

.main-products {
    margin-bottom: 20px;
}

.why {
    margin-bottom: 0px;
}

.why__column:nth-child(2) {
    height: 560px;
}

.why__right {
    height: 560px;
    padding: 0;
    overflow: hidden;
    background: #fff;
    box-shadow: none;
}
  
.why .container {
    align-items: flex-start;
}

@media screen and (max-width: 1740px) {

.why__right {
    height: auto;
}

}

@media screen and (max-width: 1300px) {

.main-products {
    margin-bottom: 0px;
}

.why {
    margin-bottom: 0px;
}

.why__column:nth-child(1) {
    margin: 0 auto 20px auto;
}

.why__column:nth-child(2) {
    margin: 0 auto 20px auto;
    height: auto;
}

.why__right {
    margin: 0;
}

}

.main-products .constructor__item__title {
    margin: 0;
}

.main-products__prev {
    right: 90px;
}

.main-products__next {
    right: 0px;
}

@media screen and (max-width: 480px) {

.main-products__list .main-products__list__item {
    margin: 0;
    padding: 0 10px;
}

.main-products__prev {
    right: 60px;
}

}

.about__info__content {
    overflow: auto;
}

.about__info:hover .about__info__title {
    background: #e2aa76;
    cursor: pointer;
}

.about__info__title {
    position: relative;
    padding: 10px 45px 10px 24px;
}


.about__info__title::before {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: #54547d;
    top: 50%;
    right: 20px;
}

.about__info__title::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    background: #54547d;
    top: 50%;
    transform: rotate(90deg);
    transition: 0.3s all ease;
    right: 20px;
}

.about__info.active .about__info__title {
  background: #e2aa76;
}

.about__info.active .about__info__title::after {
    transform: none;
}

.about__info.active .about__info__content {
    max-height: 700px;
}





.all__form__desc {
    margin-bottom: 20px;
}

#form_subscribe_main .all__form__inputs {
    margin-bottom: 20px;
}

#form_subscribe_main .form-group {
    position: relative;
}

#form_subscribe_main .all__form__inputs .help-block {
    display: none;
    position: absolute;
    top: 3px;
    font-size: 12px;
    left: 5px;
    color: #f00;
    background: #fff;
    border: 0px solid #fff;
    border-radius: 5px;
    padding: 0px 10px 2px 10px;
}

#form_subscribe_main .all__form__inputs .has-error .help-block {
    display: block;
}

#form_subscribe_main .all__form__label::before {
    top: 2px;
}

#form_subscribe_main .all__form__label::after {
    top: 10px;
}

#form_subscribe_main .form-group.has-error .all__form__label::before {
    background: #f55;
}

#form_subscribe_main .form-group.has-error .all__form__label {
    color: #f55;
}

#form_subscribe_main .all__form__input {
    width: 100%;
    margin: 0;
}

#form_subscribe_main .form-group {
    width: 100%;
}

#form_subscribe_main .all__form__input {
    width: calc(100% - 30px);
}

.field-subscribemain-cbox {
    padding: 0 0 0 36px;
}

.field-subscribemain-cbox .all__form__label {
    width: calc(100% - 40px);
    text-align: justify;
}

@media screen and (max-width: 1300px) {

.all__column:nth-child(2) {
    max-width: 100%;
}

}

@media screen and (max-width: 960px) {

.all__form__inputs {
    flex-direction: column;
}

#form_subscribe_main .all__form__input {
    width: 100%;
    margin: 0;
}

.field-subscribemain-name {
    margin: 0 0 20px 0;
}

.field-subscribemain-cbox {
    padding: 0;
}

}























