

/* Start:/bitrix/templates/Upgifts2023/components/bitrix/catalog/page.catalog/style.css?17487901573545*/
.catalog-products{
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}
.catalog-products>.opisanie {
    min-width: 100%;
    width: 100%;
}
#mobile_filter {
    display: none;
}
.sortseo {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
.sortfilt {
    display: flex;
    align-items: center;
    gap: 10px;
}
.sortfilt>.mf_btn {
    display: none;
    gap: 6px;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    height: 50px;
    background-color: var(--gray-background);
    padding: 10px 24px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.sortfilt>.mf_btn::before {
    content: attr(data-count);
    font-size: 14px;
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.sortfilt>.mf_btn::after {
    content: '';
    width: 18px;
    height: 16px;
    background: url(/images/icon/filter.svg) no-repeat center;
    display: block;
}
.csol {
    position: relative;
    display: inline-block;
}

.selected-option {
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    padding: 10px;
    white-space: nowrap;
    background-color: var(--gray-background);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.dropdown-content {
    display: none;
    right: 0;
    position: absolute;
    background-color: var(--white);
    min-width: 160px;
    box-shadow: 0 8px 10px var(--gray-medium);
    border-radius: 10px;
    z-index: 99;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.dropdown-content a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: var(--black);
}

.dropdown-content a:hover {
    background-color: var(--gray-background);
}

.csol:hover .dropdown-content {
    display: block;
}
.category-page {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.category-page>.catalog-products>.product-card {
    width: 25%;
}
@media (max-width: 1410px ) {
    .category-page>.catalog-products>.product-card {
        width: 33.333333333%;
    }
}
.headfilter {
    display: none;
}
@media (max-width: 1160px ) {
    .sortseo {
        flex-direction: column;
    }
    .sortfilt>.mf_btn {
        display: flex;
    }
    .headfilter {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .headfilter>span {
        width: 100%;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        position: relative;
    }
    .headfilter>span::after {
        content: '';
        width: 24px;
        height: 24px;
        background: url(/images//icon/close.svg) no-repeat center;
        position: absolute;
        right: -10px;
        top: -10px;
    }
}
@media (max-width: 768px ) {
    .category-page>.catalog-products>.product-card {
        width: 50%;
    }
}

/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default_2023/style.css?1748790142578*/

/* breadcrumbs */
.breadcrumbs>ol{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 20px 0;

}
.breadcrumbs>ol>li>a:after {
    content: '/';
    margin-left: 10px;
}
.breadcrumbs>ol>li>a,
.breadcrumbs>ol>li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--gray-text);
    text-decoration: none;
}
@media (max-width: 756px) {
    .breadcrumbs>ol>li>a,
    .breadcrumbs>ol>li {
        font-size: 12px;
    }
}
/* End */


/* Start:/bitrix/components/sotbit/seo.meta.tags/templates/.default2023/style.css?1748790149907*/
.seotags {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}
.seotags>a {
    display: flex;
    height: 50px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    border: 1px solid var(--gray-border);
    color: var(--black);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
@media (max-width: 1160px ) {
    .seotags {
        flex-wrap: nowrap;
        white-space: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        padding-bottom: 6px;
    }
    .seotags::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
    .seotags::-webkit-scrollbar-thumb {
    background-color: var(--black); 
    }
    .seotags::-webkit-scrollbar-track {
    background-color: var(--gray-background); 
    }
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/catalog.section.list/subcategory/style.css?1748790157762*/
.subcats{
    margin: 0px auto;
    max-width: 90%;
    width: 100%;
    text-align: left;
    display:table;
}
.headimg{
    margin-right:10px;
}
.subca{
font-weight: 500;
font-size: 13px;
line-height: 16px;
color: #1b1b1b;
margin: 0px 10px;
padding-bottom:13px;
}
.inthis{
border: 1px solid #8F9CB4;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 6px 0px;
    margin-bottom: 13px;
    margin-top: 0px;
}
.subca:hover{
}
.headcat{
font-weight: 700;
font-size: 22px;
margin-top:25px;
line-height: 27px;
text-transform: uppercase;
color: #1b1b1b;
padding-bottom: 36px;
}
@media (max-width:767px){
    .subca{
width: 30%;
    max-height: 80px;
    font-size: 12px;
    margin: 3px;
    padding: 0px;
    }
    .subca a{
    white-space: normal;
    }
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/catalog.smart.filter/.default/style.css?174879015712265*/

.smartfilter,
.fbox {
    width: 320px;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.fbox .fitm {
    display: flex;
    flex-direction: column;
    gap: 20px;
    order: 1;
}
.fbox .fitm.brandfer,
.fbox .fitm.fprice,
.fbox .fitm.colorfil,
.fbox .fitm.cats {
    order: 0;
}
.fbox .fitm>.lbl {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: var(--white);
    padding-right: 34px;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
    cursor: pointer;
}
.fbox .fitm:not(.fprice)>.lbl::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(/images//icon/select-arrow.svg) center no-repeat;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.fbox .fitm.active>.lbl::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.fbox .fitm>.fhlist,
.fbox .fitm>.catlist {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.fbox .fitm.active>.fhlist,
.fbox .fitm.active>.catlist {
    max-height: 150px;
}
.fbox .fitm>.fhlist::-webkit-scrollbar,
.fbox .fitm>.catlist::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.fbox .fitm>.fhlist::-webkit-scrollbar-thumb,
.fbox .fitm>.catlist::-webkit-scrollbar-thumb {
  background-color: var(--black); 
}

.fbox .fitm>.fhlist::-webkit-scrollbar-track,
.fbox .fitm>.catlist::-webkit-scrollbar-track {
  background-color: var(--gray-background); 
}
.fbox .fitm>.catlist>span,
.fbox .fitm>.catlist>a {
    color: var(--black);
    order: 1;
}
.fbox .fitm>.fhlist input[type="checkbox"] {
    display: none;
}
.fbox .fitm>.fhlist input[type="checkbox"]:checked+.checker+label {
  font-weight: 500;
}
.fbox .fitm>.fhlist input[type="checkbox"]+.checker {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    border: none;
    background: var(--gray-background);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.fbox .fitm>.fhlist input[type="checkbox"]:checked+.checker {
    background: var(--yellow) url(/images/icon/checkbox-arrow.svg) no-repeat center;
}
.fbox .fitm>.fhlist input[type="checkbox"]:disabled+.checker {
    background-color: var(--gray-background);
}
.fbox .fitm>.fhlist input[type="checkbox"]:disabled~label {
    opacity: .5;
}
.fbox .fitm>.catlist>span{
    order: 0;
}
.fbox .fitm>.catlist>span,
.fbox .fitm>.catlist>a:hover {
    color: var(--red);
}
.fprice>.fprice {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.fprice>span {
    display: flex;
    flex-grow: 1;
    flex-direction: row;
    align-items: center;
}
.fprice>span>input {
    height: 52px;
    flex-grow: 1;
    width: calc(100% - 52px);
    background-color: var(--gray-background);
    border: none;
    padding-right: 16px;
    border-radius: 0 8px 8px 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    -ms-border-radius: 0 8px 8px 0;
    -o-border-radius: 0 8px 8px 0;
    max-width: 100%;
}
.fprice>span>label {
    border-radius: 8px 0 0 8px;
    padding-left: 16px;
    padding-right: 10px;
    height: 52px;
    background-color: var(--gray-background);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    -o-border-radius: 8px 0 0 8px;
}
.fitm .fch {
    display: flex;
    gap: 10px;
}
.fitm .fch>label:last-child {
  margin-top: 3px;
}
.fitm.colorfil .colors  .fch>.colorview>span {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid var(--gray-background);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* range */
/*! nouislider - 14.6.4 - 3/18/2021 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;

}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    right: -4px;
    top: -10px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -20px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 24px;
  height: 24px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: var(--gray-border);
  border-radius: 4px;
}
.noUi-connect {
  background: var(--yellow);
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 50%;
  background: var(--yellow);
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 12px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
#filtbtn {
    order: 2;
    position: sticky;
    bottom: 10px;
    background-color: var(--white);
    z-index: 10;
}
#set_filter {
    font-weight: 500;
    font-size: 16px;
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
}
#set_filter:disabled:hover,
#set_filter:disabled {
    background-color: var(--gray-background);
    cursor: default;
    opacity: .7;
}
#del_filter {
    background-color: var(--gray-background);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
}
.filtered {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 20px;
}
.filtered>button {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    background-color: var(--gray-background);
    height: 52px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.filtered>button:hover>svg>path {
  stroke: var(--red)
}
.filtered>button.show-more {
  background-color: var(--black);
  color: var(--white);
}
@media (max-width: 1160px ) {
    #filtbtn {
        bottom: -30px;
    }
    .filtered {
        flex-wrap: wrap;
    }
    .filtered>button {
        font-size: 14px;
        height: 36px;
        padding: 10px 16px;
    }
    .smartfilter {
        width: auto;
        max-width: none;
    }
    .fbox {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        right: 0;
        background: var(--white);
        width: 100%;
        padding: 30px;
        height: 100%;
        overflow: auto;
        box-shadow: 0 0px 20px var(--gray-border);
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
    }
    #mobile_filter:checked+.fbox {
        transform: translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
    }
    .fbox .fitm>.lbl {
        top: -30px;
        font-size: 18px;
    }
    .fbox .fitm:not(.fprice)>.lbl::after {
        top: -4px;
    }
}
/* End */


/* Start:/bitrix/templates/Upgifts2023/components/bitrix/system.pagenavigation/bottomnav/style.css?17487901572098*/
.pagenavigation {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagenavigation>ul {
    list-style: none;
    gap: 5px;
    position: relative;
    padding: 0;
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: var(--g2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.pagenavigation>ul>li>span {
    display: block;
    width: 48px;
    text-align: center;
    font-weight: bold;
}
.pagenavigation>ul>li.prev>button {
    padding-left: 10px;
}
.pagenavigation>ul>li.next>button {
    padding-right: 10px;
}
.pagenavigation>ul>li.prev>button::after,
.pagenavigation>ul>li.next>button::after {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    width: 10px;
    transition: .2s;
}
.pagenavigation>ul>li.prev>button::after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
}
.pagenavigation>ul>li.next>button::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.pagenavigation>ul>li>button {
    height: 48px;
    background-color: var(--white);
    min-width: 48px;
    z-index: 0;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.pagenavigation>ul>li>button:hover {
    color: var(--b2);
    border-color: var(--black);
}
.pagenavigation>ul>li.active-page>button {
    color: var(--red);
    cursor: default;
    border-color: var(--red);
    font-weight: 600;
}
/* End */


/* Start:/bitrix/components/2023/products_list/templates/.default/style.css?17487901499903*/
/* product-card */
.product-card {
    width: 20%;
    position: relative;
    z-index: 2;
    height: 495px;
    overflow: hidden;
}
.product-hoverbox {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
button.add-favorite {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border: none;
    background-color: var(--gray-background);
    background-image: url(/images/icon/heart.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    cursor: pointer;
}
.product-card:not(:hover) button.add-favorite {
    display: none;
}
button.add-favorite:hover {
    filter: brightness(2.5);
    -webkit-filter: brightness(2.5);
}
button.add-favorite.checked {
    background-color: var(--yellow);
    filter: none;
    -webkit-filter: none;
}
.product-hoverbox {
    width: 100%;
}
.product-hoverbox {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.product-hoverbox>.imagebox {
    width: 100%;
    height: 268px;
    border-bottom: 1px solid var(--gray-border);
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-hoverbox>.imagebox>img {
    max-height: 100%;
    height: auto;
    width: auto;
    max-width: 100%;

}
.product-mixbox {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.rate-sku {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rate-sku>.sku {
    color: var(--gray-text);
    font-size: 12px;
    font-weight: 400;
}
.rate-star {
    height: 20px;
    width: 100px;
    position: relative;
}
.rate-star:before {
    content: '';
    display: block;
    background-image: url(/images/icon/star.svg);
    height: 20px;
    width: 100px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.rate-star>span {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/images/icon/star.svg);
    height: 20px;
    width: 0;
}
/* .rate-star>span.star {
    width: 20px;
    height: 20px;
    background-image: url(/images/icon/star.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.rate-star>span.star:not(.checked) {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
} */
.product-name {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    max-height: 3em;
    line-height: 1.5em;
    text-overflow: ellipsis;
    white-space: normal;
}
.product-name:hover{
    color: var(--red);
}
.product-price-box {
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-price-box>.price {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
}
.product-price-box>.last-price {
    color: var(--gray-text);
    font-size: 18px;
    font-weight: 400;
    padding: 0 5px;
    position: relative;
}
.product-price-box>.last-price::after {
    content: '';
    position: absolute;
    background-image: url(/images/icon/last-price.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 8px;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.product-price-box>.price-discount {
    background-color: var(--red);
    color: var(--white);
    line-height: 15px;
    padding: 6px;
    font-size: 14px;
    font-weight: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.total-count {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
.greencount {
    color: var(--green);
}
.hidden-product-block {
    visibility: hidden;
    max-height: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.variant-box,
.variant-color-box {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
    gap: 6px;
}
.variant-box>.var-button,
.variant-color-box>.var-button {
    border: none;
    background-color: transparent;
    width: 20%;
    position: relative;
    cursor: pointer;
    border: 1px solid var(--gray-border);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.variant-box>.var-button:not(.see-more) {
    padding: 10px 0;
    font-size: 12px;
}
.variant-box>.var-button.see-more,
.variant-color-box>.var-button.see-more {
    border-color: transparent;
    background-color: var(--gray-background);
    color: var(--gray-text);
    font-weight: 600;
}
.variant-color-box>.var-button>img {
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
}
.variant-box>.var-button:not(:disabled):hover,
.variant-color-box>.var-button:not(:disabled):hover {
    border-color: var(--black);
}
.variant-box>.var-button:disabled,
.variant-color-box>.var-button:disabled {
    cursor: not-allowed;
    opacity: .4;
    background-color: var(--gray-background);
}
.hidden-product-block .add-to-cart::before {
    content: '';
    background-image: url(/images/icon/cart.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}
.hidden-product-block .add-to-cart.kp-cart::before {
    content: none;
}
.hidden-product-block .add-to-cart {
    display: flex;
    border: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    height: 64px;
    font-style: normal;
    font-weight: 400;
    gap: 10px;
    width: 100%;
    background-color: var(--yellow);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    cursor: pointer;
}
@media (max-width:1220px) {
    .product-card{
        width: 25%;
    }
}
@media (max-width:1020px) {
    .product-card{
        width: 33.33333333%;
    }
}
@media (max-width:720px) {
    .product-list {
        margin: 0 -20px !important;
    }
    .product-card{
        width: 50%;
        height: auto;
    }
    .product-mixbox {
        margin-top: 16px;
    }
    .product-hoverbox {
        gap: 0;
        padding: 5px;
    }
    .product-hoverbox>.imagebox {
        height: 166px;
    }
    button.add-favorite {
        display: block !important;
        background-color: transparent !important;
        top: 0 !important;
        right: 0 !important;
        background-image: url(/images/icon/heart-m.svg);
        width: 48px;
        height: 48px;
        background-size: 24px;
    }
    button.add-favorite.checked {
        background-image: url(/images/icon/full-heart.svg);

    }
    .rate-sku {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }
    .rate-star>span.star {
        width: 12px;
        height: 12px;
    }
    .product-price-box {
        order: 1;
    }
    .product-name {
        order: 3;
        height: 26px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        margin-bottom: 10px;
    }
    .variant-box>button:not(.see-more), .variant-box>button, .variant-color-box>button {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .variant-box>button, .variant-color-box>button {
        padding: 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .variant-box>button:not(.see-more) {
        padding: 3px 0;
    }
    .product-mixbox .count {
        order: 2;
    }
    .total-count {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .rate-sku>.sku {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .hidden-product-block {
        visibility: visible;
        max-height: none;
        gap: 10px;
    }
    .hidden-product-block .add-to-cart {
        display: none;
    }
    .product-price-box>.last-price,
    .product-price-box>.price {
        font-size: 16px;
    }
    .product-price-box>.price-discount {
        position: absolute;
        top: 130px;
        left: 10px;
    }
}
@media (min-width:550.1px) {
    .mob-see {
        display: none !important;
    }
}
@media (max-width:550px) {
    .mobns,
    .desc-see {
        display: none !important;
    }
}
@media (min-width: 721px) {
    .product-card:not(:hover) .product-mixbox>.product-name {
        order: 3;
    }
    .product-card:hover {
        overflow: visible;
        z-index: 99;
    }
    .product-card:hover .product-hoverbox {
        background-color: var(--white);
        box-shadow: 0px 13px 29px 0px rgba(0, 0, 0, 0.10), 0px 53px 53px 0px rgba(0, 0, 0, 0.09), 0px 119px 72px 0px rgba(0, 0, 0, 0.05), 0px 212px 85px 0px rgba(0, 0, 0, 0.01), 0px 331px 93px 0px rgba(0, 0, 0, 0.00);
    }
    .product-card:hover .hidden-product-block {
        max-height: 1000px;
        visibility: visible;
        gap: 24px;
    }

}
/* End */


/* Start:/bitrix/components/2023/question/templates/.default/style.css?17487901506214*/
#questions {
    display: flex;
    gap: 50px;
    margin: 60px auto;
    align-items: start;
}
#questions>.l-questions {
    max-width: 400px;
    min-width: 400px;
    position: sticky;
    top: 140px;
    padding-bottom: 40px;
    background: no-repeat bottom right url('data:image/svg+xml,%3Csvg%20width%3D%22121%22%20height%3D%2251%22%20viewBox%3D%220%200%20121%2051%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M104.27%2050.7834C104.27%2050.7834%20104.21%2050.7665%20104.18%2050.7516C103.371%2050.3898%20103.88%2049.167%20104.47%2048.5076C106.069%2046.7236%20107.584%2044.8628%20109.004%2042.9314C109.715%2041.9658%20110.418%2040.9903%20111.07%2039.9868C111.931%2038.6461%20109.883%2039.5235%20109.093%2039.7034C106.431%2040.307%20103.811%2041.0916%20101.136%2041.6548C97.8824%2042.3377%2094.8208%2043.4567%2091.5649%2044.03C82.7162%2045.5767%2073.8399%2047.2727%2064.8339%2047.5299C62.15%2047.6079%2059.4715%2047.6409%2056.7887%2047.6351C55.382%2047.633%2053.9147%2047.4626%2052.5241%2047.5815C51.1029%2047.7065%2049.6738%2047.6912%2048.2596%2047.5278C47.4938%2047.4357%2046.7184%2047.2114%2045.9478%2047.2401C44.4276%2047.2977%2043.1221%2046.8216%2041.6205%2046.438C39.2307%2045.8269%2036.8646%2045.1243%2034.5321%2044.3238C30.775%2043.0344%2027.0969%2041.4931%2023.5395%2039.7212C21.7592%2038.8328%2020.0118%2037.8885%2018.2942%2036.8833C13.5526%2034.1067%209.87383%2029.7552%207.10545%2025.0351C2.96079%2017.9672%200.581671%2010.4404%200.0491666%202.29129C0.00882948%201.67362%200.0718552%201.16201%200.492103%200.688883C1.54208%201.73214%201.43708%201.75172%201.69279%203.40667C2.68566%209.85205%204.1033%2016.0983%207.3938%2021.9338C10.0101%2026.5793%2012.7654%2030.6918%2017.5417%2033.4043C23.6938%2036.8937%2029.978%2039.9996%2036.9282%2041.4625C41.1931%2042.3605%2045.5045%2043.2769%2049.8517%2043.4154C51.3786%2043.4642%2052.9044%2043.8529%2054.4571%2043.8988C64.8547%2044.1866%2075.0205%2043.0808%2085.1268%2040.6014C87.5694%2040.0014%2090.0012%2039.3529%2092.4285%2038.6867C94.5841%2038.0926%2096.7345%2037.7788%2098.8695%2037.1636C99.4566%2036.9907%20100.044%2036.8179%20100.625%2036.6352C101.935%2036.222%20103.157%2035.5965%20104.476%2035.2188C105.434%2034.9444%20106.409%2034.7073%20107.376%2034.4475C108.056%2034.2694%20109.079%2034.1812%20109.615%2033.716C108.468%2033.0678%20107.047%2032.7014%20105.812%2032.2277C104.512%2031.7275%20103.212%2031.2272%20101.911%2030.727C101.379%2030.5251%20100.726%2030.0413%20100.994%2029.5356C101.233%2028.8474%20102.215%2028.9101%20102.915%2029.1141C108.232%2030.6316%20113.548%2032.1572%20118.868%2033.6796C119.6%2033.8905%20120.48%2034.2757%20120.507%2035.0334C120.524%2035.4864%20120.214%2035.8739%20119.923%2036.2149C117.938%2038.5466%20116.128%2041.1046%20113.909%2043.1932C113.144%2043.6892%20112.47%2044.5409%20111.805%2045.1591C111.066%2045.8457%20110.321%2046.5225%20109.574%2047.2073C108.974%2047.7554%20108.473%2048.3918%20107.808%2048.8505C107.043%2049.3804%20106.262%2049.894%20105.491%2050.4141C105.124%2050.6591%20104.679%2050.9128%20104.271%2050.7963L104.27%2050.7834Z%22%20fill%3D%22%23383839%22%2F%3E%3C%2Fsvg%3E');
}
#questions>.l-questions>img {
    max-width: 175px;
    margin-top: -40px;
}
#questions>.r-questions {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#questions>.r-questions>article {
    background-color: var(--gray-background);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
#questions>.r-questions>article>h3 {
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    padding: 30px 48px 30px 30px;
    margin: 0;
    background: no-repeat url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M13.5303%200.46967C13.2374%200.176777%2012.7626%200.176777%2012.4697%200.46967L7%205.93934L1.53033%200.469669C1.23744%200.176776%200.762563%200.176776%200.469671%200.469669C0.176777%200.762563%200.176777%201.23744%200.469671%201.53033L6.46967%207.53033C6.76256%207.82322%207.23744%207.82322%207.53033%207.53033L13.5303%201.53033C13.8232%201.23744%2013.8232%200.762563%2013.5303%200.46967Z%22%20fill%3D%22%23383839%22%2F%3E%3C%2Fsvg%3E');
    background-position:  center right 30px;
}
#questions>.r-questions>article>h3.show {
    background: no-repeat url('data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%228%22%20viewBox%3D%220%200%2014%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0.46967%207.28033C0.762563%207.57322%201.23744%207.57322%201.53033%207.28033L7%201.81066L12.4697%207.28033C12.7626%207.57322%2013.2374%207.57322%2013.5303%207.28033C13.8232%206.98744%2013.8232%206.51256%2013.5303%206.21967L7.53033%200.21967C7.23744%20-0.073223%206.76256%20-0.073223%206.46967%200.21967L0.46967%206.21967C0.176776%206.51256%200.176776%206.98744%200.46967%207.28033Z%22%20fill%3D%22%23CB3958%22%2F%3E%3C%2Fsvg%3E');
    background-position:  center right 30px;
}
#questions>.r-questions>article>.answer {
    visibility: hidden;
    max-height: 0;
    padding: 0 30px 0 30px;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
#questions>.r-questions>article>h3.show+.answer {
    visibility: visible;
    padding: 0 30px 30px 30px;
    max-height: 1000px;
}
#questions>.r-questions>article>.answer>p {
    margin:0;
}
#questions>.r-questions>article>.answer>p:not(:first-child) {
    margin-top: 17px;
}
@media (max-width: 1160px) {
    #questions>.l-questions {
        max-width: 300px;
        min-width: 300px;
    }
}
@media (max-width: 990px) {
    #questions {
        flex-direction: column;
        gap:20px;
    }
    #questions>.l-questions {
        position: relative;
        top: auto;
        max-width: 100%;
        min-width: auto;
        background: none;
        padding-bottom: 0;
    }
}
/* End */


/* Start:/bitrix/components/2023/horisontal_items_list/templates/.default/style.css?1748790150174*/
.product-list {
    display: flex;
    flex-wrap: wrap;
}
.product-section {
    position: relative;
}
.product-section+.product-section {
    padding-top: 40px !important;
}
/* End */


/* Start:/bitrix/components/2023/how_to_order/templates/.default/style.css?17487901502026*/
.how-to-order {
    display: flex;
    flex-direction: row;
    gap: 20px;
    max-width: 100%;
    overflow: auto;
    padding-bottom: 10px;
}
.how-to-order::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.how-to-order::-webkit-scrollbar-thumb {
  background-color: var(--black); 
}

.how-to-order::-webkit-scrollbar-track {
  background-color: var(--gray-background); 
}
.step-hto {
    padding: 24px;
    height: 302px;
    width: 20%;
    min-width: 250px;
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 24px;
    background: var(--gray-background);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.step-hto:after {
    position: absolute;
    right: 24px;
    top: 24px;
    content: attr(data-step);
    color: var(--gray-background);
    font-family: Onest;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.step-hto::before {
    width: 80px;
    height: 80px;
    content: '';
}
.step-hto[data-step="1"]:before {
    background: url(/images/hto/st-1.svg) no-repeat center;
}
.step-hto[data-step="2"]:before {
    background: url(/images/hto/st-2.svg) no-repeat center;
}
.step-hto[data-step="3"]:before {
    background: url(/images/hto/st-3.svg) no-repeat center;
}
.step-hto[data-step="4"]:before {
    background: url(/images/hto/st-4.svg) no-repeat center;
}
.step-hto[data-step="5"]:before {
    background: url(/images/hto/st-5.svg) no-repeat center;
}
.hto-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
}
.hto-description button {
    margin-top: 24px;
    display: flex;
    height: 54px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border: none;
    background-color: var(--yellow);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
/* End */


/* Start:/bitrix/components/2023/form/templates/.zakaz_razrabotki/eco/form.result.new/.default/style.css?17487901494975*/
.forment {
    position: relative;
    background-color: var(--yellow);
    background-image: url(/img/background-cosmo.svg);
    margin-top: 80px;
}
.forment>div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    gap: 110px;
    padding: 40px 20px;
    max-width: 100%;
}
.enot {
    pointer-events: none;
    display: inline-block;
    animation: floating 6s infinite ease-in-out;
    -webkit-animation: floating 6s infinite ease-in-out;
    position: relative;
}
.enot>img {
    width: auto;
    height: auto;
}
.form-enot {
    display: flex;
    flex-direction: column;
}
.form-enot h2 {
    margin: 0;
}
.eform-text {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
 .input-area {
    position: relative;
 }
 .form-enot form {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
 }
 .input-area {
    width: 50%;
    min-width: 50%;
    padding: 5px;
    position: relative;
 }
 .input-area.eform-100 {
    width: 100%;
    min-width: 100%;
 }
 .input-area textarea,
 .input-area input {
    width: 100%;
    border: none;
    padding: 28px 16px 16px 16px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-family: Gotham Pro;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
 }
 .input-area textarea:focus,
 .input-area input:focus {
    outline: none;
}

 .input-area label {
    position: absolute;
    left: 20px;
    font-size: 12px;
    font-weight: 400;
    color: var(--gray-medium);
    top: 12px;
    pointer-events: none;
 }
 .input-area textarea:focus + label,
 .input-area input:focus +label{
    color: var(--black);
    outline: none;
}
 .input-area.error-input:not(.sucinp) textarea + label,
 .input-area.error-input:not(.sucinp) input + label {
    color: var(--red) !important;
 }
 .input-area.error-input:not(.sucinp) textarea,
 .input-area.error-input:not(.sucinp) input {
    outline: 1px solid var(--red) !important;
 }
.form-enot button {
    height: 60px;
    background-color: var(--red);
    color: var(--white);
    border: none;
    cursor: pointer;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-weight: 500;
}
@keyframes floating {
      0%, 100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
      50% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }
}
.submit-eform {
    margin-top: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--gray-medium);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.submit-eform>input {
    background-color: var(--red);
    border: none;
    color: var(--white);
    padding: 10px 24px;
    border-radius: 10px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.submit-eform>input:hover {
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
}
.submit-eform>input:disabled {
    opacity: .5;
    background-color: var(--gray-medium);
}
@media (max-width: 1024px) {
    .forment>div {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .forment>div {
        gap: 20px;
    }
    .enot {
        position: absolute;
        right: 10px;
        top: 20px;
        width: 150px;
        transform: rotateX('angle');
        -webkit-transform: rotateX('angle');
        -moz-transform: rotateX('angle');
        -ms-transform: rotateX('angle');
        -o-transform: rotateX('angle');
}
    .enot>img {
        max-width: 100%;
        transform: rotateY(190deg);
    }
    .form-enot h2 {
        padding-right: 100px;
        font-size: 24px;
    }
    .eform-text {
        padding-right: 120px;
    }
}
@media (max-width: 768px) {
    .input-area {
        width: 100%;
        min-width: 100%;
    }
}
.success-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    font-weight: 500;
}
.success-form>svg {
    background-color: var(--red);
    border-radius: 10px;
    width: 30px;
    height: 30px;
}
/* End */
/* /bitrix/templates/Upgifts2023/components/bitrix/catalog/page.catalog/style.css?17487901573545 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default_2023/style.css?1748790142578 */
/* /bitrix/components/sotbit/seo.meta.tags/templates/.default2023/style.css?1748790149907 */
/* /bitrix/templates/Upgifts2023/components/bitrix/catalog.section.list/subcategory/style.css?1748790157762 */
/* /bitrix/templates/Upgifts2023/components/bitrix/catalog.smart.filter/.default/style.css?174879015712265 */
/* /bitrix/templates/Upgifts2023/components/bitrix/system.pagenavigation/bottomnav/style.css?17487901572098 */
/* /bitrix/components/2023/products_list/templates/.default/style.css?17487901499903 */
/* /bitrix/components/2023/question/templates/.default/style.css?17487901506214 */
/* /bitrix/components/2023/horisontal_items_list/templates/.default/style.css?1748790150174 */
/* /bitrix/components/2023/how_to_order/templates/.default/style.css?17487901502026 */
/* /bitrix/components/2023/form/templates/.zakaz_razrabotki/eco/form.result.new/.default/style.css?17487901494975 */
