@font-face{font-family: Inter;font-style:normal;font-weight:400;font-display:swap;src: url(/bitrix/templates/sitemaster/fonts/Inter-Regular.ttf);}
@font-face{font-family: Inter;font-style:normal;font-weight:500;font-display:swap;src: url(/bitrix/templates/sitemaster/fonts/Inter-Medium.ttf);}
@font-face{font-family: Inter;font-style:normal;font-weight:700;font-display:swap;src: url(/bitrix/templates/sitemaster/fonts/Inter-Bold.ttf);}
/*@font-face{font-family: Inter;font-style:italic;font-weight:400;font-display:swap;src: url(/bitrix/templates/sitemaster/fonts/Inter-ITALICRegular.ttf);}*/

* {padding: 0;margin: 0;}
body {font: 15px/20px Inter, Helvetica, Arial, sans-serif;width: 100%;color: #3C3C3C;}
input:focus, textarea:focus {outline: none;}
a:hover {text-decoration: none;}
.maxwidth-theme {max-width: 1280px;padding: 0px 0px;margin: 0 auto;}
#pagetitle {font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 42px;line-height: 51px;color: #3C3C3C;margin: 50px 0 40px;}

/*SLIM SCROLLBAR*/
/* W3C standard
   сейчас только для Firefox */
.slim-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #999 #FFF;
}
/* для Chrome/Edge/Safari */
.slim-scrollbar::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.slim-scrollbar::-webkit-scrollbar-track {
  background: #FFF;
}
.slim-scrollbar::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 5px;
  border: 3px solid #FFF;
}

/*HEADER TOP*/
.header-logo img {width: 200px;}
.header-top {height: 82px;display: flex;justify-content: space-between;align-items: center;}
.header-slogan,.header-worktime-schedule, .header-email-address {font-family: Inter;font-style: normal;font-weight: 400;font-size: 16px;color: #3C3C3C;}
.header-phone-number {font-family: Inter;font-style: normal;font-weight: 700;font-size: 16px;color: #3C3C3C;}
.header-worktime, .header-email, .header-social {display: flex;flex-direction: row;align-items: center;}
.header-worktime-icon, .header-email-icon, .header-social>div {margin-right: 12px;}
.header-callback-button {width: 220px;height: 60px;background: #31CACE;border-radius: 5px;display: flex;align-items: center;justify-content: center;color: #FFFFFF;font-family: Inter;
font-style: normal;font-weight: 500;font-size: 18px;}
.header-callback-button:hover {background: #31eaef;cursor: pointer;}
.header-compare-basket-icons {display: flex;align-items: center;}
.header-compare .bx_catalog_compare_count-title {display: none;}


/*POPUP FORMS*/
.ajax-add-answer {padding: 30px;min-width: 280px;font-size: 18px;max-height: 630px;}
.popup-window {left: calc(100vw/2 - 150px);}
.popup-window-close-icon:after {width: 15px;height: 15px;}
.ajax-add-answer .form-header-table {width: 100%;}
.ajax-add-answer .form-header-table .form-title {text-align: center;font-size: 18px; font-weight: 700;padding: 30px;font-family: Inter;font-style: normal;color: #3C3C3C;}
.ajax-add-answer .form-data-table {width: 100%;text-align: center;}
.ajax-add-answer .form-data-table .form-data-table-question {line-height: 30px;color: #888888;font-size: 14px;margin-right: 10px;}
.ajax-add-answer .form-data-table input[type="text"] {-webkit-box-sizing: border-box;background: #f7f7f7;line-height: 20px;border: 1px solid #E5E5E5;border-radius: 8px;box-shadow: none;color: #383838;height: auto;font-size: 16px;padding: 8px 13px 7px;
    width: 100%;}
.ajax-add-answer .form-data-table input[type="reset"] {padding: 10px;background: #ffffff;border: 1px solid #31cace;color: #31cace;font-size: 16px;margin-top: 20px;border-radius: 5px;}
.ajax-add-answer .form-data-table input[type="submit"] {padding: 10px;background: #31cace;border: 1px solid #31cace;color: #ffffff;font-size: 16px;border-radius: 5px;display: block;margin: 20px auto 20px;}
.ajax-add-answer .form-data-table input[type="submit"]:hover, .ajax-add-answer .form-data-table input[type="reset"]:hover {background: #27a6aa;border: 1px solid #27a6aa;color: #ffffff;}
.personal-data {max-width: 353px;font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;display: flex;align-items: center;color: #3C3C3C;}

/*ONECLICK POPUP FORM*/
.oneclick-form-conteiner {overflow: hidden;overflow-y: auto;z-index: 9999;position: fixed;display: flex;top: 0;right: 0;bottom: 0;left: 0;align-items: center;justify-content: center;}
.oneclick-form-backgroung {top: 0;right: 0; height: 100%;width: 100%;position: fixed;background: black;z-index: 900;opacity: 0.2;display: flex;}
.oneclick-form-window {
    overflow: auto;
    max-height: 100%;
    z-index: 9999;
    background: #fff;
    padding: 50px 20px 60px 80px;
    border-radius: 20px;
    position: absolute;
    max-width: 560px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.oneclick-form-window .oneclick-form-close {
    background-image: url(/include/sitemaster/svg/close.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    right: 20px;
    top: 20px;
    height: 13px;
    width: 13px;
    position: absolute;
    opacity: 0.8;
}
.oneclick-form-window .oneclick-form-close:hover {cursor: pointer;opacity: 1;}
.oneclick-form-window input[type="submit"] {background: #31CACE;font-family: 'Inter';font-style: normal;font-weight: 500;
    font-size: 18px;display: flex;align-items: center;justify-content: center;color: #FFFFFF;height: 50px;border-radius: 4px;
    padding: 6px 12px;text-decoration: none;margin-bottom: 17px;border: none;width: 100%;max-width: 353px;}
   .oneclick-form-window  input[type="submit"]:hover {background: #31eaef;}
.oneclick-form-window .form-header-table {width: 100%;}
.oneclick-form-window .form-title {font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 28px;color: #3C3C3C;text-align: left;margin-bottom: 30px;}
.oneclick-form-window .product-item-amount {text-align: left;}
.oneclick-form-window .product-item-amount-price, .oneclick-form-window .product-item-amount-price-total {margin-bottom: 10px;display: flex;justify-content: flex-start;}
.oneclick-form-window .product-item-amount-price-title, .oneclick-form-window .product-item-amount-price-total-title {font-family: 'Inter';
font-style: normal;font-weight: 400;font-size: 14px;color: #3C3C3C;min-width: 60px;}
.oneclick-form-window .product-item-amount-price-value, .oneclick-form-window .product-item-amount-price-total-value {font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 14px;
color: #3C3C3C;}
.oneclick-form-window .product-item-amount-field-container-controls input {width: 82px;height: 38px;border: 1px solid #B7B7B7;border-radius: 5px;text-align: center;font-family: 'Inter';
font-style: normal;font-weight: 500;font-size: 16px;line-height: 38px;color: #3C3C3C;margin: 0 5px;}
.oneclick-form-window .product-item-amount-field-container-controls {display: flex;align-items: center;justify-content: flex-start;margin-bottom: 40px;}
.oneclick-form-window .product-item-amount-field-btn-plus, .oneclick-form-window .product-item-amount-field-btn-minus {
    position: relative;display: inline-block;min-width: 38px;height: 38px;border-radius: 5px;
    background-color: #D9D9D9;color: #fff;vertical-align: middle;text-align: center;cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;}
    .oneclick-form-window .product-item-amount-field-btn-plus:hover, .oneclick-form-window .product-item-amount-field-btn-minus:hover {
    background: #31eaef;}
.oneclick-form-window .product-item-amount-field-btn-plus:not(.product-item-amount-field-btn-disabled):hover:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}
.oneclick-form-window .product-item-amount-field-btn-minus:not(.product-item-amount-field-btn-disabled):hover:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iI2ZmZmZmZiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}
.oneclick-form-window .product-name {vertical-align: top;}
.oneclick-form-window .product-name div {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;color: #3C3C3C;line-height: 27px;max-width: 250px;margin-right: 20px;}
.oneclick-form-window .form-data-table-question {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 130%;
color: #6F6F6F;line-height: 27px;}
.oneclick-form-window .client-name input, .oneclick-form-window .client-phone input, .oneclick-form-window .client-email input {width: 100%;
    max-width: 353px;height: 60px;border: 2px solid #CECECE;border-radius: 5px;margin-bottom: 20px;padding: 10px;}

.oneclick-form-window .personal-data {max-width: 353px;font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;display: flex;align-items: center;color: #3C3C3C;}
.oneclick-form-window .form-result {font-weight: 400;font-size: 18px;text-align: center;line-height: 25px;}


/*CALLBACK POPUP FORM*/
.callback-form-conteiner {overflow: hidden;overflow-y: auto;z-index: 9999;position: fixed;display: flex;top: 0;right: 0;bottom: 0;left: 0;align-items: center;justify-content: center;}
.callback-form-backgroung {top: 0;right: 0; height: 100%;width: 100%;position: fixed;background: black;z-index: 900;opacity: 0.2;display: flex;}
.callback-form-window {
    overflow: auto;
    max-height: 100%;
    z-index: 9999;
    background: #fff;
    padding: 40px 100px 50px 100px;
    border-radius: 20px;
    position: absolute;
    max-width: 560px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.callback-form-window .callback-form-close {
    background-image: url(/include/sitemaster/svg/close.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    left: 30px;
    top: 25px;
    height: 13px;
    width: 13px;
    position: absolute;
    opacity: 0.8;
}
.callback-form-window .callback-form-close:hover {cursor: pointer;opacity: 1;}
.callback-form-window .form-header-table {width: 100%;}
.callback-form-window .form-header-table .form-title, .callback-form-window .form-result .form-title {text-align: center;font-size: 28px; font-weight: 700;padding: 30px 0;font-family: Inter;font-style: normal;color: #3C3C3C;line-height: 30px;}
.callback-form-window .form-result .form-result-note {font-weight: 400;font-size: 18px;text-align: center;color: #3C3C3C;line-height: 30px;}
.callback-form-window .form-data-table {width: 100%;}
.callback-form-window .form-data-table .form-data-table-question {line-height: 30px;color: #888888;font-size: 14px;margin-right: 10px;}
.callback-form-window .form-data-table input[type="text"] {-webkit-box-sizing: border-box;background: #ffffff;line-height: 20px;border: 2px solid #CECECE;border-radius: 5px;box-shadow: none;color: #383838;height: 60px;font-size: 16px;padding: 8px 13px 7px;
    width: 100%;margin-bottom: 20px;}
.callback-form-window .form-data-table textarea {-webkit-box-sizing: border-box;background: #ffffff;line-height: 20px;border: 2px solid #CECECE;border-radius: 8px;box-shadow: none;color: #383838;height: auto;font-size: 16px;padding: 8px 13px 7px;
    width: 100%;margin-bottom: 20px;resize: none;}
.callback-form-window .form-data-table input[type="reset"] {padding: 10px;background: #ffffff;border: 1px solid #31cace;color: #31cace;font-size: 16px;margin-top: 20px;border-radius: 5px;}
.callback-form-window .form-data-table input[type="submit"] {
    padding: 10px;
    background: #31cace;
    border: 1px solid #31cace;
    color: #ffffff;font-size: 18px;
    border-radius: 5px;
    display: block;
    margin: 20px auto 20px;
    width: 100%;
    height: 60px;
}
.callback-form-window .form-data-table input[type="submit"]:hover, .ajax-add-answer .form-data-table input[type="reset"]:hover {background: #27a6aa;border: 1px solid #27a6aa;color: #ffffff;}
.callback-form-window .personal-data {max-width: 353px;font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 14px;line-height: 17px;display: flex;align-items: center;color: #3C3C3C;text-align: left;}


/*FEEDBACK FORM*/
.page-about-us-feedback {margin-bottom: 130px;}
.page-about-us-feedback .form-title {font-weight: 700;font-size: 42px;line-height: 51px;margin-bottom: 50px;}
.page-about-us-feedback .form_body {display: flex;background: #F8F8F8;padding: 40px;border-radius: 10px;flex-wrap: wrap;}
.page-about-us-feedback .form-data-table-question {font-weight: 400;
font-size: 14px;margin-bottom: 5px;}
.page-about-us-feedback .form_left {margin-right: 50px;}
.page-about-us-feedback .form_right {margin-right: 50px;}
.page-about-us-feedback .form_submit {max-width: 213px;}
.page-about-us-feedback .form_submit p {font-weight: 400;font-size: 14px;}
.page-about-us-feedback input[type="text"] {height: 60px;width: 300px;border: 2px solid #CECECE;border-radius: 5px;margin-bottom: 20px;padding: 10px 20px;}
.page-about-us-feedback textarea {border: 2px solid #CECECE;border-radius: 5px;outline: none;resize: none;height: 262px;}
.page-about-us-feedback input[type="submit"] {padding: 10px;background: #31cace;border: none;color: #ffffff;font-size: 16px;border-radius: 5px;display: block;margin: 20px auto 0;min-width: 180px;height: 60px;}
.page-about-us-feedback input[type="submit"]:hover {background: #31eaef;}

.feedback-form-conteiner {
    overflow: hidden;
    overflow-y: auto;
    z-index: 9999;
    position: fixed;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
}
.feedback-form-backgroung {top: 0;right: 0; height: 100%;width: 100%;position: fixed;background: black;z-index: 900;opacity: 0.2;display: flex;}
.feedback-form-window {
    overflow: auto;
    max-height: 100%;
    z-index: 9999;
    background: #fff;
    padding: 40px 80px 50px 80px;
    border-radius: 20px;
    position: absolute;
    max-width: 560px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.feedback-form-window .feedback-form-close {background-image: url(/include/sitemaster/svg/close.svg);background-size: cover;background-position: center;background-repeat: no-repeat;right: 20px;
    top: 20px;height: 10px;width: 10px;position: absolute;opacity: 0.8;}
.feedback-form-window .feedback-form-close:hover {cursor: pointer;opacity: 1;}
.page-about-us-feedback .form-result {text-align: center;}
.page-about-us-feedback .form-result .form-title {text-align: center;font-size: 28px; font-weight: 700;padding: 30px 0;font-family: Inter;font-style: normal;color: #3C3C3C;line-height: 30px;}
.page-about-us-feedback .form-result .form-result-note {font-weight: 400;font-size: 18px;text-align: center;color: #3C3C3C;line-height: 30px;}


/*HEADER BOTTOM*/
.header-bottom {display:flex;height: 96px;align-items: center;justify-content: space-between;}
.header-bottom-catalog {margin: 0 20px 0 0;}
.header-compare {margin: 0 36px 0 0;}
.header-delayed {display: flex;flex-direction: row;justify-content: center;align-items: center;margin: 0 36px 0 0;}
.header-delayed-icon {margin: 0 4px 0 0;}
.header-delayed .wishcount {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;color: #31CACE;}

/*HEADER MOBILE*/
.header-callback-button-mobile-icon {width: 44px;height: 44px;background: #31CACE;border-radius: 22px;display: flex;align-items: center;justify-content: center;}
.header-mobile {display: none;}
.header-mobile-icons {display: flex;flex-direction: row;}
.header-callback-mobile {display: flex;align-items: center;margin: 0 30px 0 0;}
.header-mobilemenu {display: flex;align-items: center;justify-content: center;margin-left: 32px;}
.header-mobilemenu-content  {display: block;right: -100%;top: 0;bottom: 0;width: 300px;max-width: 100%;background: #f3f3f3;z-index: 3000;overflow: hidden;overflow-y: auto;transition: right 0.4s ease 0s, opacity 0.4s ease 0s;position: fixed;}
.header-mobilemenu-content-menu {padding: 30px;background: #ffffff;}
.header-mobilemenu-content.show {right: 0;box-shadow: 3px 0px 10px 0px rgb(0 0 0 / 45%);}
.header-mobilemenu-content-top {display: flex;align-items: center;margin: 0 0 20px 0;}
.header-mobilemenu-content-close {margin: 0 39px 35px 0;}
.header-mobilemenu-content-search {}
.header-mobilemenu-content-search .bx-searchtitle .bx-input-group .bx-form-control {height: 41px;}
.header-mobilemenu-content-search .bx-searchtitle .bx-input-group:after {top: 11px;left: 11px;}
.header-mobilemenu-content-menu-catalog {display: flex;align-items: flex-end; justify-content: center;margin: 0 0 20px 0;flex-direction: column;}
.header-mobilemenu-content-menu-catalog .header-bottom-catalog-button {}
.header-mobilemenu-content-menu-pages {margin: 0 0 40px 0;}
.header-mobilemenu-content-compare {display: flex;justify-content: flex-end;padding: 0 16px 0 0;}
.header-mobilemenu-content-delay {margin: 0 0 20px 0;}
.header-mobilemenu-content-delay a {display: flex;justify-content: flex-end;align-items: center; padding: 0 16px 0 0;}
.header-mobilemenu-content-delay .wishcount {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;color: #31CACE;margin: 0 16px 0 0;}
.header-mobilemenu-content-delay .header-delayed-title {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 16px;text-align: right;
    color: #3C3C3C;}
.header-mobilemenu-content-info {background: #F3F3F3;padding: 26px;}
.mobilemenu-social {display: flex;flex-direction: row;justify-content: flex-end;margin: 0 0 25px 0;}
.mobilemenu-social img {margin: 0 10px 0 0;}
.mobilemenu-phone {text-align: right;margin: 0 16px 22px 0;}
.mobilemenu-phone-number {font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 14px;color: #3C3C3C;}
.mobilemenu-worktime, .mobilemenu-worktime-email {display: flex;flex-direction: row;justify-content: flex-end;align-items: center;font-family: 'Inter';
font-style: normal;font-weight: 400;font-size: 14px;color: #3C3C3C;margin: 0 0 22px 0;}
.mobilemenu-worktime img, .mobilemenu-worktime-email img {margin: 0 13px 0 0;}
.mobilemenu-overlay {display: none;background: #3a3f44;opacity: 0.7 !important;height: 100%;width: 100%;position: fixed;left: 0px;top: 0px;z-index: 2999;}





/*MAINPAGE ADVANTAGES*/
.advantages-title {margin: 150px 0 90px 0; text-align: center; font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 42px;line-height: 51px;color: #3C3C3C;}
.advantages-list {margin: 0 0 110px 0;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.advantages-list-item {display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}
.advantages-list-item img {height: 84px;width: 84px;margin: 0 0 13px 0;}
.advantages-list-item p{font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 24px;color: #3C3C3C;line-height: 34px;}

/*MAINPAGE ABOUT*/
.about-content {display: flex;flex-direction: row;justify-content: flex-start;margin: 0 0 120px 0;align-items: center;}
.about-content-description-title {margin: 0 0 40px 0; text-align: left; font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 42px;line-height: 51px;color: #3C3C3C;}
.about-content-description {flex: 1;margin: 0 80px 0 0;display: flex;
    flex-direction: column;
    justify-content: center;}
.about-content-description p {font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 24px;

color: #3C3C3C;}
.about-content-gallery {flex: 1;display: flex;flex-direction: row;justify-content: center;}
.about-content-gallery-section-1 {margin: 0 30px 0 0;}
.about-content-gallery-section-2-1 {margin: 0 0 30px 0;}

/*MAINPAGE ABOUT*/

.mainpage-favorite-products .mainpage-favorite-products-title {margin-bottom: 60px; font-weight: 700;font-size: 42px;line-height: 51px;color: #3C3C3C;}
/*FOOTER*/

.bx-footer {background: #EDEDED;}
.bx-footer-top {display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;padding-top: 66px;padding-bottom: 50px;}
.footer-top-left {flex: 1;}
.footer-address-icon, .footer-worktime-icon, .footer-email-icon{margin: 0 14px 0 0;}
.footer-top-menu {display: flex;flex-direction: row;align-items: flex-start;justify-content: flex-end;flex: 1;}
.bx-footer-bottom {display: flex;flex-direction: row;align-items: flex-start;justify-content: space-between;padding-bottom: 50px;font-size: 14px;font-family: 'Inter';
font-style: normal;font-weight: 400;color: #3C3C3C;}
.bx-footer-bottom-left, .bx-footer-bottom-center, .bx-footer-bottom-right {margin: 0 20px 16px 0;}
.footer-logo {margin-bottom: 21px;}
.footer-logo img {max-width: 300px;}
.footer-address, .footer-email, .footer-worktime {display: flex;flex-direction: row;align-items: center;margin-bottom: 34px;font-family: 'Inter';
font-style: normal;font-weight: 400;font-size: 16px;color: #3C3C3C;}
.menu-footer-tree-list-item>ul a {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 14px;color: #3C3C3C;display: block;margin-bottom: 10px;text-align: left;}
.menu-footer-tree-list-item-title {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 20px;color: #000000;}





.catalog-section-products-sortfilter-controls {display: none;}
.catalog-section-mobilesidebaropener {display: none;}
.catalog-section-sidebar {width: 260px!important;margin: 0 48px 0 0;}
.catalog-section {display: flex;flex-wrap: wrap;justify-content: center;margin-bottom: 60px;}
.catalog-section .product-item-big-card {}
.catalog-section .catalog-section-item {width: 320px;}
.catalog-section .catalog-section-item>div {width: 297px;padding: 0 0 29px 0;/*height: 100%;*/}
.catalog-section-products-list-container {display: flex;flex-direction: row;justify-content: flex-start;flex-wrap: wrap;}
.product-item-container {/*height: 100%;*/}
.product-item-container .product-item {border-radius: 10px;box-shadow: 0px 3px 10px 0 rgb(200 200 200 / 50%)!important;
    border: none!important;padding: 15px 23px 30px!important;}
.product-item-container .product-item:hover {box-shadow: 0px 3px 10px 0 rgb(200 200 200 / 100%)!important;}
.bx-no-touch .product-item-container .product-item {/*height: 100%;*/display: flex;flex-direction: column;justify-content: space-between;}
.product-item-top {display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.product-item-top-article {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 12px;line-height: 15px;color: #6F6F6F;}
.product-item-compare input + span {border: solid 1px #ffffff;}
.product-item-image-wrapper {padding-top: 100%;}
.product-item-big-card .product-item-image-wrapper {margin-bottom: 10px;}
.product-item-midle {display: flex;align-items: center;margin: 0 0 15px;}
.product-item-midle-title {font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 18px;line-height: 32px;color: #3C3C3C;}
.product-item-middle-quantity {display: flex;flex-direction: column; width: 130px;font-family: 'Inter';font-style: normal;font-weight: 500;font-size: 12px;line-height: 18px;color: #6F6F6F;text-align: right;}
.product-item-available {font-family: 'Inter';font-style: normal;font-weight: 400;font-size: 12px;line-height: 15px;}
.product-item-available-yes {color: #3ECB54;}
.product-item-available-no {color: #6F6F6F;}
.catalog-section-sidebar-search {display: none;}

/*TAGS*/
.catalog-section-products-tags-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.catalog-section-products-tags {display: flex;align-items: center;justify-content: flex-start;flex-wrap: wrap;}
.catalog-section-products-tags-item {cursor: pointer; margin: 0 20px 0 0; display: flex;padding: 10px;font-weight: 500;font-size: 12px;line-height: 17px;color: #3C3C3C;border: 2px solid #C2C2C2;
border-radius: 5px;}
.catalog-section-products-tags-item:hover {border: 2px solid #31CACE;}
/*SORT*/
.catalog-section-mobilesortopener-name {display: none;}
.catalog-section-products-sort {display: flex;justify-content: flex-end;margin:0;}
.catalog-section-products-sort-title {font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
color: #3C3C3C;margin: 0 20px 0 0;}
.catalog-section-products-sort-select {
    display: flex;
    flex-direction: row;
}
.catalog-section-products-sort-select-item ul {
    list-style: none;
    position: absolute;
    width: max-content;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 16px;
}
.catalog-section-products-sort-select-item ul>li {
    margin-bottom: 10px;
}
.catalog-section-products-sort-select-item ul>li>a {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #3C3C3C;
}
.catalog-section-products-sort-select-item ul>li>a:hover {color: #31CACE;}
.catalog-section-products-sort-select-item-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #3C3C3C;
    margin: 0 0 0 24px;
}
.catalog-section-products-sort-select-item-title.active {
    border-bottom: dashed 1px #31CACE;
    color: #31CACE;
}
.catalog-section-products-sort-select-item-title:hover {cursor: pointer;}
/*.catalog-section-products-sort-select a {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #3C3C3C;margin: 0 0 0 24px;}
.catalog-section-products-sort-select a.active span{
border-bottom: dashed 1px #31CACE;
color: #31CACE;
}*/
.catalog-section-products-sort-select a.active.desc:after {
	content: '↓';
	width: 10px;
	height: 10px;
}
.catalog-section-products-sort-select a.active.asc:after {
	content: '↑';
	width: 10px;
	height: 10px;
}

/*LEFT MENU*/
.catalog-section-sidebar-menu {margin: 0 0 60px 0;}

.catalog-section-sidebar-info {}
.catalog-section-sidebar-info img {max-width: 100%;}
.catalog-section-sidebar-mobil-close {
    display: none;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    color: #3C3C3C;
    background: #F3F3F3;
    margin: -20px -20px 20px -20px;
    padding: 20px;
}
.catalog-section-sidebar-mobil-close img {margin-right: 14px;}

/*PAGINATION*/
.bx-pagination.bx-green .bx-pagination-container ul li.bx-active span {background: #31CACE;border-radius: 16px;}
.bx-pagination .bx-pagination-container ul li span {font-size: 24px;background: #fff;}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination .bx-pagination-container ul li.bx-pag-next a span {font-size: 16px;border: none;}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span, .bx-pagination .bx-pagination-container ul li.bx-pag-prev span, .bx-pagination .bx-pagination-container ul li.bx-pag-next span {font-size: 16px;border: none;}
.bx-pagination .bx-pagination-container ul li a:hover span {background: #ffffff;color: #31CACE!important;}
.bx-pagination .bx-pagination-container ul {display: flex;align-items: center;justify-content: center;}

/*BREADCRAMBS*/
.bx-breadcrumb-item-text {font-weight: 500;font-size: 18px;line-height: 22px;color: #C2C2C2;}

/*PAGE PAYMENT*/
.page-payment .page-payment-description {font-weight: 400;font-size: 18px;color: #3C3C3C;line-height: 30px;max-width: 760px;margin-bottom: 40px;}
.page-payment .page-payment-methods {display: flex;justify-content: flex-start;flex-direction: row;flex-wrap: wrap;margin-bottom: 70px;}
.page-payment .page-payment-methods-item {display: flex;flex-direction: column;max-width: 266px;margin:0 50px 50px 0;}
.page-payment .page-payment-methods-item-icon {margin-bottom: 20px;}
.page-payment .page-payment-methods-item-icon img {width: 45px;}
.page-payment .page-payment-methods-item-title {font-weight: 700;font-size: 18px;color: #3C3C3C;margin-bottom: 20px;}
.page-payment .page-payment-methods-item-text {font-family: 'Inter';font-weight: 400;font-size: 18px;color: #3C3C3C;line-height: 30px;}
.page-payment .page-payment-company-details {margin-bottom: 130px;}
.page-payment .page-payment-company-details-title {font-weight: 700;font-size: 28px;color: #3C3C3C;margin-bottom: 40px;line-height: 34px;}
.page-payment .page-payment-company-details-list-item{display: flex;flex-direction: row;margin-bottom: 18px;}
.page-payment .page-payment-company-details-list-item-title {width: 150px; margin-right: 30px;font-weight: 400;font-size: 18px;color: #3C3C3C;}
.page-payment .page-payment-company-details-list-item-text {font-weight: 700;font-size: 18px;color: #3C3C3C;line-height: 27px;}

/*CATALOG ELEMENT PAYMENT*/
.catalog-element-payment .catalog-element-payment-description {font-weight: 400;font-size: 18px;color: #3C3C3C;line-height: 30px;max-width: 760px;margin-bottom: 40px;}
.catalog-element-payment .catalog-element-payment-description-title {font-weight: 700;font-size: 28px;}
.catalog-element-payment .catalog-element-payment-methods {display: flex;justify-content: flex-start;flex-direction: row;flex-wrap: wrap;margin-bottom: 70px;}
.catalog-element-payment .catalog-element-payment-methods-item {display: flex;flex-direction: column;max-width: 277px;margin:0 40px 50px 0;}
.catalog-element-payment .catalog-element-payment-methods-item-icon {margin-bottom: 20px;}
.catalog-element-payment .catalog-element-payment-methods-item-icon img {width: 45px;}
.catalog-element-payment .catalog-element-payment-methods-item-title {font-weight: 700;font-size: 18px;color: #3C3C3C;margin-bottom: 20px;}
.catalog-element-payment .catalog-element-payment-methods-item-text {font-family: 'Inter';font-weight: 400;font-size: 18px;color: #3C3C3C;line-height: 30px;}

/*PAGE DELIVERY*/
.page-delivery .page-delivery-zones {display: flex;flex-direction: row;margin-bottom: 90px;flex-wrap: wrap;}
.page-delivery .page-delivery-zones-list {flex: 1;margin-right: 30px;min-width: 500px;}
.page-delivery .page-delivery-zones-list-item {margin-bottom: 30px;}
.page-delivery .page-delivery-zones-list-item-title {font-weight: 700;font-size: 18px;color: #3C3C3C;margin-bottom: 20px;}
.page-delivery .page-delivery-zones-list-item-text {font-weight: 400;font-size: 18px;color: #3C3C3C;line-height: 26px;}
.page-delivery .page-delivery-zones-map {flex: 1;display: flex;justify-content: center;align-items: center;}
.page-delivery .page-delivery-zones-map-conteiner {max-width: 550px;width: 100%;min-width: 300px;}
.page-delivery .page-delivery-methods {margin-bottom: 140px;}
.page-delivery .page-delivery-methods-title {font-weight: 700;font-size: 28px;color: #3C3C3C;margin-bottom: 40px;line-height: 34px;}
.page-delivery .page-delivery-methods-list {display: flex;flex-direction: row;justify-content: flex-start;margin-bottom: 40px;flex-wrap: wrap;}
.page-delivery .page-delivery-methods-list-icon {margin-right: 90px;height: 50px;margin-bottom: 30px;}
.page-delivery .page-delivery-methods-description {max-width: 800px;font-weight: 400;font-size: 18px;line-height: 22px;color: #3C3C3C;}

/*PAGE ABOUT US*/
.page-about-us .page-about-us-content {display: flex;flex-direction: row;margin-bottom: 100px;flex-wrap: wrap;}
.page-about-us .page-about-us-content-description-title h1{margin-top: -2px;font-weight: 700;font-size: 42px;line-height: 50px;color: #3C3C3C;margin-bottom: 30px;}
.page-about-us .page-about-us-content-description {margin:0 90px 30px 0;flex: 1;min-width: 500px;}
.page-about-us .page-about-us-content-description-text {font-weight: 400;font-size: 18px;color: #3C3C3C;line-height: 27px;}
.page-about-us .page-about-content-us-gallery {flex: 1;min-width: 500px;}
.page-about-us .page-about-content-us-gallery img {width: 100%;max-width: 625px;}

/*PAGE FAVORITE*/
.page-favorite {margin-bottom: 120px;}

/*PAGE CONTENT*/
.page-content {
     margin-bottom: 120px;
}
.page-content h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    color: #3C3C3C;
    margin-bottom: 40px;
}
.page-content h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    color: #3C3C3C;
    margin-bottom: 40px;
}
.page-content p, .page-content li {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #3C3C3C;
    margin-bottom: 20px;
}
.page-content ul, .page-content ol {
    margin-bottom: 50px;
}
.page-content ul>li {
    list-style-type: none;
}
.page-content ul>li:before {
    /*content: "\25CF";*/
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 0 18px 0 0px;
    background: #31CACE;
    display: inline-block;
}
.page-content ol {
    list-style-type: none; /* Убираем исходные маркеры */
    counter-reset: num; /* Задаём имя счетчика */
}
.page-content ol>li::before {
    content: counter(num) '. '; /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #3C3C3C;
    margin: 0 18px 0 0px;
}
.page-content .page-content-top {
    display: grid;
    grid-template-areas: "top-item1 top-item1"
                         "top-item2 top-item3";
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-bottom: 110px;

}
.page-content .page-content-top-item1 {
    grid-area: top-item1;
    max-width: 1160px;
}

.page-content .page-content-top-item2 {
    grid-area: top-item2;
}
.page-content .page-content-top-item3 {
    grid-area: top-item3;
}
.page-content .page-content-top-item2-imgconteiner-image {width: 100%;}
.page-content .page-content-top-item2-imgconteiner-caption {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #3C3C3C;
    font-style: italic;
    margin-top: 16px;
}
.page-content .page-content-bottom {
    display: grid;
    grid-template-areas: "bottom-item1 bottom-item2";
    grid-column-gap: 100px;
    grid-template-columns: minmax(320px, 700px) minmax(172px, 1fr);
}
.page-content .page-content-bottom-item1 {
    grid-area: bottom-item1;
    margin-bottom: 30px;
}
.page-content .page-content-bottom-item2 {
    grid-area: bottom-item2;
}



/*PAGE CONTACTS*/
.page-contacts .page-contacts-content {display: flex;flex-direction: row;flex-wrap: wrap;margin-bottom: 50px;}
.page-contacts .page-contacts-content-section {flex: 1;margin-right: 46px;min-width: 300px;margin-bottom: 40px;}
.page-contacts .page-contacts-content-section-list-item {display: flex;flex-direction: row;margin-bottom: 20px;}
.page-contacts .page-contacts-content-section-list-item-icon {margin-right: 14px;}
.page-contacts .page-contacts-content-section-list-item-text {font-weight: 400;font-size: 16px;line-height: 24px;}
.page-contacts .page-contacts-content-section-title {font-weight: 700;font-size: 18px;line-height: 26px;margin-bottom: 20px;}
.page-contacts .page-contacts-content-section-text {font-weight: 400;font-size: 18px;line-height: 26px;}
.page-contacts .page-contacts-map {margin-bottom: 70px;}
/*PAGE 404*/
.page-404 .page-404-container {position: relative;margin-bottom: 180px;}
.page-404 .page-404-container img {width: 100%;}
.page-404 .page-404-container-title {position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: flex;justify-content: center;align-items: center;font-weight: 500;font-size: 120px;color: #6F6F6F;margin-bottom: 100px;}
.page-404 .page-404-container-description {position: absolute;top: 0;bottom: 0;left: 0;right: 0;display: flex;justify-content: center;align-items: center;margin-top: 145px;flex-direction: column;}
.page-404 .page-404-container-description-text {font-weight: 500;font-size: 26px;line-height: 31px;color: #3C3C3C;margin-bottom: 30px;}
.page-404-container-description-button {width: 220px;height: 60px;background: #31CACE;border-radius: 5px;display: flex;align-items: center;justify-content: center;color: #FFFFFF;font-family: Inter;font-style: normal;font-weight: 500;font-size: 18px;}
.page-404-container-description-button:hover {background: #31eaef;}
/*SEARCH PAGE*/
.search-page input[type="text"] {height: 44px;width: 300px;border: 2px solid #CECECE;border-radius: 5px;margin-bottom: 20px;padding: 10px 20px;}
.search-page input[type="submit"] {height: 44px;padding: 10px;background: #31cace;border: 1px solid #31cace;color: #ffffff;font-size: 16px;border-radius: 5px;}
.search-page input[type="submit"]:hover {background: #31eaef;}
.search-page-result-notfound {
    font-weight: 400;
    font-size: 19px;
    color: #3C3C3C;
    line-height: 30px;
    margin-bottom: 60px;
}
/*ORDER+CART PAGE*/
.page-ordercart {display: flex;flex-direction: row;margin-bottom: 100px;}
.page-ordercart-basket {margin-right: 0px;}
.page-ordercart-order { flex:1; min-width: 570px;max-width: 700px;}



.main-user-consent-request-announce-link {font-weight: 400;
font-size: 14px;
line-height: 17px;
display: flex;
align-items: center;
color: #3C3C3C;}



.element-artnumber-rating-section {flex-wrap: wrap;}
.blog-info__rating--top-info {display: flex;align-items: center;}
.votes_block {margin-right: 10px;}
.votes_block.nstar .ratings .item-rating {display: inline-block;padding: 0px 0px 0 2px;}
.has_hover .votes_block.nstar .ratings .item-rating.filed .svg:hover svg path, .votes_block.nstar .ratings .item-rating.filed .svg svg path {
    fill: #31CACE;}
.ratings-block {margin-bottom: 20px;}
.blog-comment-fields.form label {font-weight: 400;font-size: 14px;margin-bottom: 5px;}
.blog-comment-fields.form input[type="text"] {height: 60px;
    width: 100%;
    border: 2px solid #CECECE;
    border-radius: 5px;
    margin-bottom: 7px;
    padding: 10px 20px;}
.blog-comment-rating {margin: 10px 0;}
.blog-comment-rating .inner_rating svg {width: 20px;}


/* unsorted styles*/
.front_slider .read_more:hover, .btn_big:hover{
	text-shadow:0 1px 0 rgba(0,0,0,.2);
	-moz-text-shadow:0 1px 0 rgba(0,0,0,.2);
	-o-text-shadow:0 1px 0 rgba(0,0,0,.2);
	-webkit-text-shadow:0 1px 0 rgba(0,0,0,.2);
	color:#fff;
	border-bottom:2px solid #212121 !important;
	background:#848484 !important;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod?EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background:-moz-linear-gradient(top, #848484 0%, #464646 100%) !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#848484), color-stop(100%,#464646)) !important;
	background:-webkit-linear-gradient(top, #848484 0%,#464646 100%) !important;
	background:-o-linear-gradient(top, #848484 0%,#464646 100%) !important;
	background:-ms-linear-gradient(top, #848484 0%,#464646 100%) !important;
	background:linear-gradient(to bottom, #848484 0%,#464646 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#848484', endColorstr='#464646',GradientType=0 ) !important;
	color:#fff !important;
	box-shadow:0px -1px 0 #555 inset;
	-moz-box-shadow:0px -1px 0 #555 inset;
	-o-box-shadow:0px -1px 0 #555 inset;
	-webkit-box-shadow:0px -1px 0 #555 inset;
}
ul.menu li .child.cat_menu hr{border-bottom:1px solid #fff;background:#e7e7e7;}
ul.menu .child .child_wrapp, .breadcrumbs .dropdown{background:#f5f5f6;box-shadow:0 1px 5px #fafafa;-moz-box-shadow:0 1px 5px #fafafa;-o-box-shadow:0 1px 5px #fafafa;-webkit-box-shadow:0 1px 5px #fafafa;}
.specials_slider.product_slider .catalog_item:hover .basket_button.read_more span{background-position:1px -408px;}
.module_products_list .basket_button.read_more span{background-position:1px -408px;}
.top-h-row .search input[id^=title-search-input]:focus{border-color:#ddd;box-shadow:0 0 1px #eee;-moz-box-shadow:0 0 1px #eee;-webkit-box-shadow:0 0 1px #eee;-o-box-shadow:0 0 1px #eee;}
.question-list .ans{color:#444;border:1px solid #e8e8e8;background:#f2f2f2;border-bottom:1px solid #bdbdbd;}
.question-list .ans .arr{border-bottom:10px solid #f2f2f2;}
input.error, textarea.error{border-color:#cb0000;}
input#COUPON.error{border-color:#cb0000 !important;}
input#COUPON.good{border-color:#00cb00 !important;}
h2.feedback_title{color:#221f26;}
.bx-touch .bx_item_set_hor_container_big .bx_item_set_del, .bx_item_set_hor_container_big .bx_item_set_hor_item:hover .bx_item_set_del, .bx_kit_item:hover .bx_kit_item_del{background:#e62222;}
.button30.fast_order{
	background:#00b0d8;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjBkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDdkYjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top,  #00b0d8 0%, #007db9 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b0d8), color-stop(100%,#007db9));
	background:-webkit-linear-gradient(top,  #00b0d8 0%,#007db9 100%);
	background:-o-linear-gradient(top,  #00b0d8 0%,#007db9 100%);
	background:-ms-linear-gradient(top,  #00b0d8 0%,#007db9 100%);
	background:linear-gradient(to bottom,  #00b0d8 0%,#007db9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b0d8', endColorstr='#007db9',GradientType=0 );
	border-bottom:1px solid #00699d;
}
.button30.fast_order span{text-shadow:0 1px 1px #006f9c;-moz-text-shadow:0 1px 1px #006f9c;-o-text-shadow:0 1px 1px #006f9c;-webkit-text-shadow:0 1px 1px #006f9c;}
.bx_filter_container_title > span.name span{color:#221f26;border-bottom:1px dotted #6e6e6e;}
.bx_filter_vertical .bx_filter_container_title i.arr{}
.bx_filter_vertical .for_button{border-top:1px solid #dadada;}
.smartfilter .bx_ui_slider_track{background:#dadada;}
.compare_wrapp{background:#fcfcfc;border:1px solid #f1f1f1;box-shadow:0 0px 1px #e7e7e7 inset;-moz-box-shadow:0 0px 1px #e7e7e7 inset;-o-box-shadow:0 0px 1px #e7e7e7 inset;-webkit-box-shadow:0 0px 1px #e7e7e7 inset;}
.popup, div[id^="CatalogSetConstructor"]  .popup-window{background:#fff;}
.popup .close:hover, .popup-window-close-icon.popup-window-titlebar-close-icon:hover{background:#fff;box-shadow:0px 0px 3px rgba(0,0,0,.2);-moz-box-shadow:0px 0px 3px rgba(0,0,0,.2);-o-box-shadow:0px 0px 3px rgba(0,0,0,.2);-webkit-box-shadow:0px 0px 3px rgba(0,0,0,.2);}
.popup .pop-up-title, .popup-window-titlebar .popup-window-top-row .popup-window-center-column span div{text-shadow:0 1px 0 rgba(255, 255, 255, .57);-moz-text-shadow:0 1px 0 rgba(255, 255, 255, .57);-o-text-shadow:0 1px 0 rgba(255, 255, 255, .57);-webkit-text-shadow:0 1px 0 rgba(255, 255, 255, .57);}
.jqmOverlay, .popup-window-overlay{background:rgba(0,0,0, .4) !important;filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;-moz-opacity:1 !important;-khtml-opacity:1 !important;opacity:1 !important;}
.popup-window-overlay{background: rgba(255,255,255,.2) !important;}
.bx_filter_vertical .bx_filter_block.scrollable{background:#fff;border:1px solid #cbcbcb;box-shadow:0 0 0px 1px #eee inset;-moz-box-shadow:0 0 0px 1px #eee inset;-o-box-shadow:0 0 0px 1px #eee inset;-webkit-box-shadow:0 0 0px 1px #eee inset;}

.top-h-row .menu .separator{border-left:1px dotted #c8c8c8;}
.cart_empty, .module-cart, .count-cell div.error{background:#fff;  margin:0px 0px 20px;}
.question-list .q a:hover span{border-color:#b4b4b4;}
.flexslider .light, .flexslider .light .banner_title, .flexslider .light .banner_text{color:#fff;}
body .top_slider_wrapp .flexslider .target, body .top_slider_wrapp .flexslider .slides li td.img a{
    display:block;
    width:100%;
    height:100%;
    position: absolute;
    z-index: 1;
}

.flexslider .light .banner_title{text-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);}
.flexslider .light .banner_text {text-shadow:0px 0px 5px rgba(0, 0, 0, 0.6);}

.flexslider .dark  .banner_title{color:#202020;}
.flexslider .dark  .banner_text{color:#222;}

.similar_products_wrapp + .back{clear:both;}

.similar_products_sections_wrapp h3 {padding-top: 37px;}
.similar_products_sections_wrapp .articles-list.sections .item {
    transition: all 0.2s ease;
    cursor: pointer;
    width: 33.3333%;
    padding: 25px 0;
    text-align: center;
}
.similar_products_sections_wrapp .item:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}
.similar_products_sections_wrapp .articles-list.sections .item .section_info {
    display: inline-block;
}
.similar_products_sections_wrapp .articles-list.sections .item .img {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog_block .catalog_item .basket_button.to-cart span, .catalog_block .catalog_item .basket_button.read_more span, .catalog_block .catalog_item .basket_button.to-subscribe span, .catalog_block .catalog_item .basket_button.to-order span{color:#000;}
.catalog_block .catalog_item .basket_button.in-subscribe span, .specials_slider.product_slider .basket_button.in-subscribe span{color:#fff;}
#header ul.menu.adaptive.opened > li.menu_opener i, #header ul.menu.adaptive.opened:hover > li.menu_opener i{background-position:1px -33px;}
#header ul.menu.adaptive.opened > li{/*border-bottom:1px solid #3d3d3d !important;*/margin-bottom: 3px;}
#header ul.menu.adaptive.opened > li.menu_opener a{color:#fff;}
.rss_feed_icon:hover{color:#fff !important;}
.button22.grey:hover span{color:#fff;}
.button22.grey span{color:#000;}
.top_slider_wrapp .flexslider .slides > li, .top_slider_wrapp .flexslider .slides > li, .top_slider_wrapp .flexslider .slides > li td, .top_slider_wrapp .flexslider .slides > li td, .top_slider_wrapp .flexslider, .top_slider_wrapp .flexslider {height: calc( 27.5vw);vertical-align: bottom;}











.bx-yellow,
.bx-theme-yellow {
	--primary: #f9a91d;
	--theme-color-primary: #f9a91d;
	--theme-color-second: #faba4a;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #f9a91d;
	--theme-b-link-hover: #faba4a;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #f9a91d;
	--theme-b-bd-primary: #f9a91d;
	--theme-b-sd-primary: rgba(249, 169, 29, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #faba4a;
	--theme-b-bd-primary-hover: #daa53e;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #faba4a;
	--theme-b-bd-primary-active: #daa53e;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #daa53e;
	--theme-b-bd-primary-disabled: #b7853b;
}

.bx-blue,
.bx-theme-blue {
	--primary: #0083d1;
	--theme-color-primary: #0083d1;
	--theme-color-second: #5ca6e4;
	--theme-color-light: #f0f6f8;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #0083d1;
	--theme-b-bd-primary: #0083d1;
	--theme-b-sd-primary: rgba(0, 131, 209, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5ca6e4;
	--theme-b-bd-primary-hover: #5599d2;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5ca6e4;
	--theme-b-bd-primary-active: #5599d2;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #5599d2;
	--theme-b-bd-primary-disabled: #4d8bbf;
}

.bx-red,
.bx-theme-red {
	--primary: #e22b2b;
	--theme-color-primary: #e22b2b;
	--theme-color-second: #e95c5c;
	--theme-color-light: #f0f0f0;
	--theme-b-link: #e22b2b;
	--theme-b-link-hover: #e95c5c;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #e22b2b;
	--theme-b-bd-primary: #e22b2b;
	--theme-b-sd-primary: rgba(226, 43, 43, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #e95c5c;
	--theme-b-bd-primary-hover: #d05454;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #e95c5c;
	--theme-b-bd-primary-active: #d05454;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #d05454;
	--theme-b-bd-primary-disabled: #c04e4e;
}

.bx-green,
.bx-theme-green {
	--primary: #63aa28;
	--theme-color-primary: #63aa28;
	--theme-color-second: #5b9f0b;
	--theme-color-light: #a8d95b;
	--theme-b-link: #44b1c9;
	--theme-b-link-hover: #5cc3d1;
	--theme-b-tx-primary: #fff;
	--theme-b-bg-primary: #63aa28;
	--theme-b-bd-primary: #63aa28;
	--theme-b-sd-primary: rgba(99, 170, 40, 0.5);
	--theme-b-tx-primary-hover: #fff;
	--theme-b-bg-primary-hover: #5b9f0b;
	--theme-b-bd-primary-hover: #56940b;
	--theme-b-tx-primary-active: #fff;
	--theme-b-bg-primary-active: #5b9f0b;
	--theme-b-bd-primary-active: #56940b;
	--theme-b-tx-primary-disabled: #fff;
	--theme-b-bg-primary-disabled: #56940b;
	--theme-b-bd-primary-disabled: #497c09;
}




.bx-content-section,
.bx-header-section {
	padding-bottom: 2px;
	background-color: rgba(255, 255, 255, .95);
}

.bx-wrapper { }

/*region HEADER*/
.bx-header { }

.bx-header-section { }

.bx-header-logo { order: 1 }

.bx-header-personal { order: 3 }

.bx-header-contact { order: 2 }

/*region Logo*/
.bx-logo-block {
	display: block;
	height: 50px;
	border-bottom: none;
}

.bx-logo-block img {
	max-height: 50px;
	width: auto;
}

@media (max-width: 767px) {
	.bx-logo-block img {
		max-width: 100%;
		max-height: 45px;
		width: auto;
		height: auto;
	}

	.bx-header-logo {
		padding: 5px 50px;
		height: 55px;
		background-color: var(--theme-color-primary);
	}

	.bx-logo-block { height: auto; }

	body.bx-theme-green .bx-store-logo { background: #33b111; }
}

/*endregion*/

/*region included Phone*/
.bx-header-phone-block {
	display: flex;
	align-items: center;
}

.bx-header-phone-number {
	color: #000;
	white-space: nowrap;
	font: 700 21px/28px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-header-phone-icon {
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: no-repeat center url(images/phone.svg);
}

@media (max-width: 991px) {
	.bx-header-phone-number { font: 600 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*region included Worktime*/
.bx-header-worktime {
	color: #000;
	font: 600 16px/22px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
	transition: 250ms linear all;
}

.bx-worktime-title {
	color: #adadad;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.bx-worktime-schedule {
	color: #000;
	font: 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@media (max-width: 991px) {
	.bx-header-worktime { font: 500 15px/18px "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif; }
}

/*endregion*/

/*endregion*/

.sidebar-block-title {
	color: #343434;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

/*region FOOTER*/
.bx-footer { }

.bx-footer-section { }

.bx-footer-section .bx-block-title { }

.bx-footer-bg { background-color: #1f496a; }

.bx-footer-logo {
	border-bottom: none !important;
	text-decoration: none !important;
}

.bx-footer-logo img {
	max-width: 100%;
	height: auto;
}

/*endregion*/

.bx-inclinkspersonal-item.bx-theme-blue:hover { background: #0083d1; }

.bx-theme-blue.bx-inclinkspersonal-selected { background: #3398d7; }

.bx-inclinkspersonal-item.bx-theme-black:hover { background: #303030; }

.bx-theme-black.bx-inclinkspersonal-selected { background: #484848; }

.bx-inclinkspersonal-item.bx-theme-green:hover { background: #44b1c9; }

.bx-theme-green.bx-inclinkspersonal-selected { background: #5cc3d1; }

.bx-inclinkspersonal-item.bx-theme-red:hover { background: #e63c3c; }

.bx-theme-red.bx-inclinkspersonal-selected { background: #e95c5c; }

.bx-inclinkspersonal-item.bx-theme-yellow:hover { background: #f4a52e; }

.bx-theme-yellow.bx-inclinkspersonal-selected { background: #fbb859; }

/*region Bootstrap modified*/
.btn-primary,
.list-group-item.active {
	border-color: var(--theme-b-bd-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:hover {
	border-color: var(--theme-b-bd-primary-hover);
	background-color: var(--theme-b-bg-primary-hover);
	color: var(--theme-b-tx-primary-hover);
}

.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.btn-primary.disabled,
.btn-primary:disabled {
	border-color: var(--theme-b-bg-primary);
	background-color: var(--theme-b-bg-primary);
	color: var(--theme-b-tx-primary);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
	border-color: var(--theme-b-bd-primary-active);
	background-color: var(--theme-b-bg-primary-active);
	color: var(--theme-b-tx-primary-active);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

.form-control:focus {
	border-color: var(--theme-color-primary);
	box-shadow: 0 0 0 0.2rem var(--theme-b-sd-primary);
}

a,
.btn-link { color: var(--theme-b-link); }

a:hover,
.btn-link:hover { color: var(--theme-b-link-hover); }

.g-font-size-15 { font-size: 15px; }

.g-font-size-17 { font-size: 17px; }

.g-font-size-20 { font-size: 20px; }

.text-primary { color: var(--primary) !important }

.bg-primary { background: var(--primary) !important }

.border-primary { border-color: var(--primary) !important }

/*endregion*/

.bx-sidebar-block { }

.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar li {
	font-size: 12px;
	font-family: "OpenSans-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sidebar-icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
	border-radius:50%;
	background-color: var(--theme-color-primary);
	background-repeat: no-repeat;
	background-position: center;
}

.sidebar-icon-label {
	background-image:  url(images/label.svg);
	background-size: 19px auto;
}

.sidebar-icon-delivery {
	background-image: url(images/delivery.svg);
	background-size: 17px auto;
}

.sidebar-icon-sale {
	background-image: url(images/sale.svg);
	background-size: auto 17px ;
}

.sidebar-icon-self {
	background-image: url(images/self.svg);
	background-size: auto 17px ;
}

.sidebar-icon-phone {
	background-image: url(images/phone_white.svg);
	background-size: auto 21px ;
}





@media (max-width: 1600px) {
/*.maxwidth-theme {padding: 0px 40px;}*/
}
@media (max-width: 1360px) {
.maxwidth-theme {padding: 0px 40px;}
}
@media (max-width: 1300px) {
.header-email {display: none;}
.page-ordercart-order {min-width: 470px;}
}

@media (max-width: 1200px) {
.catalog-section {flex-direction: column;/*position: relative;*/}
.catalog-section-sidebar {
    width: 300px!important;
    position: absolute;
    z-index: 2000;
    top: 63px;
    left: -100%;
    padding: 20px;
    background: #ffffff;
    margin: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    transition: left 0.5s;
}
.catalog-section-sidebar.show {
    left: 40px;
}
.catalog-section-sidebar-filter {position: relative;margin: 0 auto;}
.catalog-section-sidebar-info {display: none;}
.catalog-section-sidebar-search {display: block;margin-bottom: 40px;}
.catalog-section-sidebar-search .bx-searchtitle .bx-input-group .bx-form-control {height: 41px;}
.catalog-section-sidebar-search .bx-searchtitle .bx-input-group:after {top: 10px;left: 10px;}
.catalog-section-products {width: 100%;}
.catalog-section-mobilesidebaropener, .catalog-section-mobilesortopener {display: flex;align-items: center;margin-right: 20px;}
.catalog-section-products-tags-sort {
    margin-bottom: 40px;
}
.catalog-section-products-sortfilter {
    background: #31CACE;
    margin: 0 -40px 40px;
    padding: 0 20px;
    height: 63px;
    display: flex;
    align-items: center;}
.catalog-section-mobilesort-list {
    position: absolute;
    background: #ffffff;
    width: max-content;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 16px;
    z-index: 1000;
    top: 54px;
    left: -100%;
    transition: left 0.5s;
}
.catalog-section-mobilesort-list.show {
    left: 0;
}
.catalog-section-mobilesort-list>ul {
    list-style: none;
}
.catalog-section-mobilesort-list>ul>li {
    margin: 7px 0;
}
.catalog-section-mobilesort-list>ul>li.active a {
    border-bottom: dashed 1px #31CACE;
    color: #31CACE;
}
.catalog-section-products-sortfilter-controls {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    position: relative;
}
.catalog-section-mobilesidebaropener-name {color: #ffffff;}
.catalog-section-mobilesortopener-name {display: block;color: #ffffff;}
.catalog-section-mobilesidebaropener-icon, .catalog-section-mobilesortopener-icon {margin-right: 10px;}
.catalog-section-products-sort {display: none;position: absolute;
    top: 63px;z-index: 1900;background: #ffffff;border-radius: 10px;box-shadow: 0px 0px 20px 10px rgb(200 200 200 / 50%);right: 0;
    margin: 0;padding: 20px;}
.catalog-section-products-sort-title {display: none;}
.catalog-section-products-sort-select {display: flex;
    flex-direction: column;}
 .catalog-section-products-sort-select a {margin: 0 0 20px 0;}
.catalog-section-sidebar-mobil-close {display: block;}
}
@media (max-width: 1100px) {
.header-top,.header-bottom {display: none;}
.header-mobile {display: flex;flex-direction: row;justify-content: space-between;align-items: center; height: 70px;margin-bottom: 40px;}

/*SLIDER*/
.flex-direction-nav {display: none;}
.flexslider_mainpage {/*height: 238px;*/}
.slides-item-content {flex-direction: column;align-items: center;justify-content: flex-start; height: 545px;}
.slides-item-content-text-title {font-size: 40px;text-align: center;margin: 30px 0 8px 0;line-height: 50px;}
.slides-item-content-text-description {font-size: 26px;text-align: center;margin: 0 0 40px 0;line-height: 36px;}
.slides-item-content-text {align-items: center;}
.slides-item-content-picture img {height: 238px!important;width: auto;}
.flex-control-nav {display: none;}

/*MAINPAGE ADVANTAGES*/
.advantages-title {font-size: 30px;margin: 60px 0 60px 0;}
.advantages-list {flex-direction: column;margin: 0 0 20px 0;}
.advantages-list-item {align-items: center;margin-bottom: 60px;}
.advantages-list-item p {text-align: center;font-size: 20px;}

/*MAINPAGE ABOUT*/
.about-content {flex-direction: column;}
.about-content-description-title {font-size: 30px;text-align: center;}
.about-content-description {margin: 0 0 32px 0;}
.about-content-description p {text-align: center;}
.about-content-gallery {flex-direction: column;}
.about-content-gallery-section-1 {margin: 0 0 10px 0;}
.about-content-gallery-section-1 img {width: 100%;}
.about-content-gallery-section-2-1 {margin: 0 0 10px 0;}
.about-content-gallery-section-2-1 img {width: 100%;}
.about-content-gallery-section-2-2 img {width: 100%;}


/*MAINPAGE FAVORITE SECTIONS*/
.mainpage-categories-tree-list-item-head-name {font-size: 30px;margin: 0 0 30px 0;}
.mainpage-categories-tree-list-item-head {flex-direction: column;margin: 0 0 87px 0;}
.mainpage-categories-tree-list-content-sublist.hover {justify-content: center;}
.mainpage-categories-tree-list-header {justify-content: space-around;}
.mainpage-categories-tree-list-header-name {text-align: center;font-size: 14px;margin: 0;}
.mainpage-categories-tree-list-header-name:nth-child(1) {margin: 0 10px 0 0;}
.mainpage-categories-tree-list-content-sublist-item {flex-direction: row;height: 105px;box-shadow: 0px 4px 20px rgb(0 0 0 / 10%);
    border-radius: 10px;margin: 0 auto;}
.mainpage-categories-tree-list-content-sublist-item-picture {height: 70px;width: 70px;margin: 10px;}
.bx-footer-top {flex-direction: column;padding-top: 30px;padding-bottom: 30px;}
div.menu-footer-tree {width: 100%;}
.mainpage-categories-tree-list-content-sublist-item-name {font-size: 20px;padding: 0;}
.mainpage-categories-tree-list-content-sublist>div {width: unset;min-width: 320px;margin: 0 0 20px;}
/*MAINPAGE ABOUT*/

.mainpage-favorite-products .mainpage-favorite-products-title {margin-bottom: 30px;font-size: 30px;line-height: 40px;}
/*CATALOG FIRST PAGE*/
.catalogpage_list_1 {margin: 0 0 60px;}
.catalogpage_list_header_1 {font-size: 30px;line-height: 40px;}
.catalogpage_list_1>ul {justify-content: space-around;}
.catalogpage_list_2 {width: 320px;flex-direction: row;justify-content: flex-start;box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
border-radius: 10px;padding: 0;overflow: hidden;height: 105px;}
.catalogpage_list_2>a {display: flex;flex-direction: row;max-width: 320px;align-items: center;}
.catalogpage_list_2>a>img {width: 80px;max-height: 80px;height: unset;}
.catalogpage_list_2.hover {background: #ffffff;align-items: center;}
.catalogpage_list_2.hover .catalogpage_list_header_2 {color: #3C3C3C;}
.catalogpage_list_2.hover>ul {display: none;}
.catalogpage_list_2.hover img {max-height: 80px;height: unset;}
.catalogpage_list_header_2 {font-family: 'Inter';font-style: normal;font-weight: 700;font-size: 20px;color: #3C3C3C;margin: 0;overflow-wrap: anywhere;}







.footer-top-left {margin-bottom: 10px;}
.footer-address, .footer-email, .footer-worktime {margin-bottom: 22px;}
div.menu-footer-tree ul.menu-footer-tree-list {flex-direction: column;}
.bx-footer-bottom {flex-direction: column;}
.menu-footer-tree-list-item {margin-bottom: 10px;}
.menu-footer-tree-list-item-title+ul {display: none;}
.menu-footer-tree-list-item-title.open+ul {display: block;}
.menu-footer-tree-list-item-title {display: flex;align-items: center;}
.menu-footer-tree-list-item-title a {margin: 0 16px 0 0;}
.menu-footer-tree-list-item-title .menu-footer-tree-list-item-opener {cursor: pointer;display: block;width: 10px;height: 10px;background-image: url(/include/sitemaster/svg/spoiler-down.svg);background-repeat: no-repeat;background-position: center;}
.menu-footer-tree-list-item-title.open .menu-footer-tree-list-item-opener {background-image: url(/include/sitemaster/svg/spoiler-up.svg);}

}




@media (max-width: 1200px) {
/*ORDER+CART PAGE*/
.page-ordercart {display: flex;flex-direction: column;margin-bottom: 100px;}
.basket-item {margin-right: 0px;}
.page-ordercart-basket {min-width: 100%;}
.page-ordercart-order {min-width: 100%;}
}



@media (max-width: 800px) {
/*CATALOG SECTION ITEMS*/
.catalog-section .catalog-section-item {width: 50%;}
.catalog-section .catalog-section-item>div {width: 100%;}
.catalog-section .catalog-section-item:nth-child(odd)>div {	padding-right: 10px;}
.catalog-section .catalog-section-item:nth-child(even)>div {padding-left: 10px;}
.product-item-midle {margin: 0 0 15px;flex-direction: column;align-items: flex-start;}
.product-item-middle-quantity {flex-direction: row;text-align: left;}
.product-item-button-container {flex-direction: column;align-items: center;height: 88px;}
.product-item-button-container .add_to_cart, .product-item-button-container .in_cart, .product-item-button-container .not-available  {width: 100%; max-width: 100%;margin-bottom: 14px;}
.product-item-oneclick {width: 100%;text-align: center;}

.product-item-middle-quantity>span {margin-right: 5px;}


/*PAGE CONTENT*/
.page-content .page-content-top {
    display: grid;
    grid-template-areas: "top-item1"
                         "top-item2"
                         "top-item3";
    grid-row-gap: 30px;
    grid-column-gap: 0px;
    margin-bottom: 50px;
}
.page-content .page-content-bottom {
    display: grid;
    grid-template-areas: "bottom-item1"
     "bottom-item2";
    grid-column-gap: 0px;
    grid-template-columns: unset;
}
.page-content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}
.page-content h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 30px;
}
.page-content .page-content-top-item2-imgconteiner-caption {
    font-size: 12px;
    line-height: 15px;
}
.page-content p, .page-content li, .page-content ol>li::before {
    font-size: 14px;
    line-height: 17px;
}
/*PAGE PAYMENT*/
.page-payment .page-payment-company-details-list-item{flex-direction: column;}
.page-payment .page-payment-company-details-list-item-title {margin-bottom: 10px;font-size: 14px;}
}
@media (max-width: 600px) {
#pagetitle {font-size: 30px;}
/*CATALOG SECTION ITEMS*/
.product-item-midle-title {font-weight: 700;font-size: 12px;line-height: 20px;}
.product-item-middle-quantity {font-weight: 400;font-size: 10px;}
.product-item-container .product-item {padding: 10px 13px 13px!important;}
.product-item-compare-container {margin: 0 4px 0 0;}
.product-item-top-article {font-size: 10px;}
.product-item-oneclick {font-size: 10px;}
.product-item-button-container .add_to_cart, .product-item-button-container .in_cart, .product-item-button-container .not-available {height: 40px;font-size: 10px;}
.product-item-button-container .in_cart:before {width: 11px;height: 11px;}
.catalog-section .catalog-section-item:nth-child(odd)>div {	padding-right: 5px;}
.catalog-section .catalog-section-item:nth-child(even)>div {padding-left: 5px;}
.product-item-big-card .product-item-price-current {font-size: 16px;}
.compare-wish-icons {width: unset;}
.product-item-compare input + span {height: 33px;width: 28px;}
.product-item-wishlist .wishbtn {height: 33px;width: 26px;}
.product-item-wishlist.in_wishlist .alreadywish {height: 33px;width: 26px;}
.product-item-big-card .product-item-image-wrapper {margin-bottom: 5px;}
.product-item-big-card .product-item-price-container {margin: 0 0 19px;}
.product-item-info-container {margin-bottom: 0px;}
.product-item-button-container {height: 74px;}
/*BREADCRAMBS*/
.bx-breadcrumb-item-text {font-size: 12px;}
.header-logo img {width: 80px;}
.header-mobilemenu {margin-left: 20px;}
.header-callback-mobile {margin: 0 10px 0 0;}
.maxwidth-theme {padding: 0px 20px;}
/*PAGE PAYMENT*/
.page-payment .page-payment-description {font-weight: 400;font-size: 14px;line-height: 25px;}
.page-payment .page-payment-methods-item-title {font-size: 16px;}
.page-payment .page-payment-methods-item-text {font-weight: 400;font-size: 14px;line-height: 20px;}
.page-payment .page-payment-company-details-title {font-size: 20px;}
.page-payment .page-payment-company-details-list-item-title {font-size: 14px;}
.page-payment-company-details-list-item-text {font-weight: 400;font-size: 14px;}
/*CATALOG ELEMENT PAYMENT*/
.catalog-element-payment .catalog-element-payment-description {font-weight: 400;font-size: 14px;line-height: 25px;}
.catalog-element-payment .catalog-element-payment-description-title {font-size: 20px;}
.catalog-element-payment .catalog-element-payment-methods-item-title {font-size: 16px;}
.catalog-element-payment .catalog-element-payment-methods-item-text {font-weight: 400;font-size: 14px;line-height: 20px;}
.catalog-element-payment .catalog-element-payment-company-details-title {font-size: 20px;}
.catalog-element-payment .catalog-element-payment-company-details-list-item-title {font-size: 14px;}
/*PAGE DELIVERY*/
.page-delivery .page-delivery-zones {flex-direction: column;}
.page-delivery .page-delivery-zones-list {min-width: 300px;margin-right: 0;}
.page-delivery .page-delivery-zones-list-item-title {font-size: 16px;}
.page-delivery .page-delivery-zones-list-item-text {font-size: 14px;}
.page-delivery .page-delivery-methods-title {font-size: 20px;}
.page-delivery .page-delivery-methods-list-icon img {max-width: 300px;height: 40px;}
.page-delivery .page-delivery-methods-description {font-size: 14px;}
/*PAGE ABOUT US*/
.page-about-us .page-about-us-content {flex-direction: column;}
.page-about-us .page-about-us-content-description-title h1{font-size: 30px;line-height: 36px;}
.page-about-us .page-about-us-content-description {min-width: unset; margin: 0 0 30px 0;}
.page-about-us .page-about-us-content-description-text {font-size: 16px;}
.page-about-us .page-about-content-us-gallery {min-width: unset;}
.page-about-us .page-about-content-us-gallery img {}
/*FEEDBACK FORM*/
.page-about-us-feedback .form_body {flex-direction: column;padding: 130px 20px 40px 20px;margin: 0 -20px;border-radius: 0;}
.page-about-us-feedback .form_left {margin-right: 0px;}
.page-about-us-feedback .form_right {margin-right: 0px;}
.page-about-us-feedback .form_submit {max-width: 100%;}
.page-about-us-feedback textarea {width: 100%;}
.page-about-us-feedback input[type="text"] {width: 100%;}
.page-about-us-feedback .form-title {font-size: 30px;line-height: 37px;text-align: center;padding: 20px;margin-bottom: -100%;}
.page-about-us-feedback input[type="submit"] {width: 100%;}
.page-about-us-feedback .form-header-table {width: 100%;}

.feedback-form-window {padding: 30px 20px 40px 20px;margin: 0 20px;}
.feedback-form-window .form-result .form-title {font-size: 20px;margin-bottom: 0;}
.feedback-form-window .form-result .form-result-note {font-weight: 400;font-size: 14px;line-height: 23px;}
.feedback-form-window .personal-data {font-size: 12px;}

/*CALLBACK POPUP FORM*/
.callback-form-window {padding: 30px 20px 40px 20px;margin: 0 20px;}
.callback-form-window .form-header-table .form-title, .callback-form-window .form-result .form-title {font-size: 20px;}
.callback-form-window .form-result .form-result-note {font-weight: 400;font-size: 14px;line-height: 23px;}
.callback-form-window .personal-data {font-size: 12px;}
/*ONECLICK POPUP FORM*/
.oneclick-form-window {padding: 30px 20px 40px 20px;margin: 0 20px;}
.form-data-table-product-props {display: flex;flex-direction: column;margin-bottom: 20px;}
.oneclick-form-window .product-name div {margin-bottom: 20px;}
.oneclick-form-window .form-title {font-size: 20px;}
.oneclick-form-window .product-item-amount-price {float: left;margin-right: 10px;}
.oneclick-form-window .personal-data {font-size: 12px;}
.oneclick-form-window input[type="submit"] {margin-bottom: 0;}
.oneclick-form-window .form-header-table .form-title, .oneclick-form-window .form-result .form-title {font-size: 20px;margin-bottom: 20px;}
.oneclick-form-window .form-result .form-result-note {font-weight: 400;font-size: 14px;line-height: 23px;}
.oneclick-form-window .product-item-amount-field-container-controls {margin-bottom: 20px;}
/*PAGE CONTACTS*/
.page-contacts .page-contacts-content-section {margin-right: 0;min-width: 100%;}
.page-contacts .page-contacts-content-section-list-item-text {font-size: 14px;}
.page-contacts .page-contacts-content-section-title {font-size: 16px;}
.page-contacts .page-contacts-content-section-text {font-size: 14px;}

/*PAGE 404*/
.page-404 .page-404-container {margin-bottom: 210px;}
.page-404 .page-404-container-title {font-size: 50px;margin-bottom: 0;}
.page-404 .page-404-container-description {display: block; top: 100%;margin-top: 20px;bottom: unset;}
.page-404 .page-404-container-description-text {font-size: 20px;margin-bottom: 30px;text-align: center;}
.page-404 .page-404-container-description-button {margin: 0 auto;}
/*SEARCH PAGE*/
.search-page input[type="text"] {width: 100%;margin-bottom: 0px;}
.search-page input[type="submit"] {width: 100%;}

/*CATALOG SORT*/
.catalog-section-products-sortfilter {
    margin: 0 -20px 40px;
}
@media (max-width: 400px) {
.catalog-section-sidebar {
    width: 100%!important;
    position: fixed;
    overflow: hidden;
    overflow-y: auto!important;
    top: 0!important;
    bottom: 0;
    
}
.catalog-section-sidebar.show {
    left: 0!important;
}
}