/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .003;
    filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: none;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.fancybox__container :focus {
    outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10;
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default;
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto;
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fancybox__caption {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
    visibility: hidden;
}

.fancybox__container > .carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
    z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
    right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px;
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none;
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053;
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1,200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89,200;
        stroke-dashoffset: -124px;
    }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
    -webkit-animation: .15s ease backwards fancybox-fadeIn;
    animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
    -webkit-animation: .15s ease both fancybox-fadeOut;
    animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both fancybox-fadeIn;
    animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both fancybox-fadeOut;
    animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both fancybox-zoomOutDown;
    animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both fancybox-throwOutUp;
    animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both fancybox-throwOutDown;
    animation: .15s ease both fancybox-throwOutDown;
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(0.97) translate3d(0, 16px, 0);
        transform: scale(0.97) translate3d(0, 16px, 0);
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0;
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0;
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.has-image .fancybox__content {
    padding: 0;
    background: transparent;
    min-height: 1px;
}

.is-closing .has-image .fancybox__content {
    overflow: visible;
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto;
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0px 3px;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0;
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, 0.006)), color-stop(15.5%, rgba(0, 0, 0, 0.021)), color-stop(22.5%, rgba(0, 0, 0, 0.046)), color-stop(29%, rgba(0, 0, 0, 0.077)), color-stop(35.3%, rgba(0, 0, 0, 0.114)), color-stop(41.2%, rgba(0, 0, 0, 0.155)), color-stop(47.1%, rgba(0, 0, 0, 0.198)), color-stop(52.9%, rgba(0, 0, 0, 0.242)), color-stop(58.8%, rgba(0, 0, 0, 0.285)), color-stop(64.7%, rgba(0, 0, 0, 0.326)), color-stop(71%, rgba(0, 0, 0, 0.363)), color-stop(77.5%, rgba(0, 0, 0, 0.394)), color-stop(84.5%, rgba(0, 0, 0, 0.419)), color-stop(91.9%, rgba(0, 0, 0, 0.434)), to(rgba(0, 0, 0, 0.44)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0;
}

.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fancybox__toolbar__items--left {
    margin-right: auto;
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
    margin-left: auto;
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0;
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block;
}

@media(min-width: 1200px){
    .popular-products__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

/* .panzoom{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center}.panzoom__viewport{position:relative;width:100%;height:100%;min-height:1px;margin:auto}.panzoom__content{max-width:100%;max-height:100%;object-fit:contain;transform:translate3d(0, 0, 0) scale(1);transform-origin:0 0;transition:none;touch-action:none;user-select:none}.is-draggable{cursor:move;cursor:grab}.is-dragging{cursor:grabbing} */

@media all and (min-width: 1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px;
    }

    .fancybox__slide {
        padding: 64px 100px;
    }

    .fancybox__nav .carousel__button.is-next {
        right: 40px;
    }

    .fancybox__nav .carousel__button.is-prev {
        left: 40px;
    }

    .carousel__button.is-close {
        right: 40px;
    }

    .fancybox__toolbar {
        padding: 8px;
    }
}
/**
 * Swiper 9.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 31, 2023
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
       -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@font-face {
  font-family: "Stolzl-Light";
  src: url("../fonts/Stolzl-Light.eot");
  src: local("Stolzl Light"), local("Stolzl-Light"), url("../fonts/Stolzl-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Light.woff2") format("woff2"), url("../fonts/Stolzl-Light.woff") format("woff"), url("../fonts/Stolzl-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl-Thin";
  src: url("../fonts/Stolzl-Thin.eot");
  src: local("Stolzl Thin"), local("Stolzl-Thin"), url("../fonts/Stolzl-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Thin.woff2") format("woff2"), url("../fonts/Stolzl-Thin.woff") format("woff"), url("../fonts/Stolzl-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl-Book";
  src: url("../fonts/Stolzl-Book.eot");
  src: local("Stolzl Book"), local("Stolzl-Book"), url("../fonts/Stolzl-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Book.woff2") format("woff2"), url("../fonts/Stolzl-Book.woff") format("woff"), url("../fonts/Stolzl-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl-Regular";
  src: url("../fonts/Stolzl-Regular.eot");
  src: local("Stolzl Regular"), local("Stolzl-Regular"), url("../fonts/Stolzl-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Regular.woff2") format("woff2"), url("../fonts/Stolzl-Regular.woff") format("woff"), url("../fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl-Bold";
  src: url("../fonts/Stolzl-Bold.eot");
  src: local("Stolzl Bold"), local("Stolzl-Bold"), url("../fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Bold.woff2") format("woff2"), url("../fonts/Stolzl-Bold.woff") format("woff"), url("../fonts/Stolzl-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Stolzl-Medium";
  src: url("../fonts/Stolzl-Medium.eot");
  src: local("Stolzl Medium"), local("Stolzl-Medium"), url("../fonts/Stolzl-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Medium.woff2") format("woff2"), url("../fonts/Stolzl-Medium.woff") format("woff"), url("../fonts/Stolzl-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important;
}

html {
  height: 100%;
}

body {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  color: #282739;
  font-family: "Stolzl-Regular", sans-serif;
  font-weight: 400;
}

body.menu-active{
    overflow: hidden;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

ul,
ol {
  padding-left: 0;
  margin: 0;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs__home-icon {
  width: 18px;
  height: 18px;
  fill: #5D6C7B;
  display: block;
  margin-right: 5px;
  margin-top: -3px;
}

.breadcrumbs span {
  font-weight: 400;
  font-size: 14px;
}

.breadcrumbs a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #5D6C7B;
}

.breadcrumbs .kb_sep {
  margin: 0 5px;
  color: #5D6C7B;
}

section.front-section {
  padding-bottom: 50px;
}

.text-align-right {
  text-align: right;
}

.text-align-center {
  text-align: center;
}

.social-networks {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-networks__item {
  padding-right: 20px;
}

.social-networks__item:last-child {
  padding-right: 0;
}

.social-networks__icon {
  display: block;
}

.btn {
  padding: 10px;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  background-color: #9F8560;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  border: none;
}

@media(min-width: 992px){
    .btn {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.btn_theme_purple {
  background-color: #6F73EE;
  border: 1px solid #6F73EE;
  color: #fff;
}

.btn_theme_white {
  background-color: #fff;
  color: #282739;
}

.btn_theme_white-v2 {
  background-color: #fff;
  color: #6F73EE;
}

.btn_theme_border {
  background: none;
  color: #6F73EE;
  border: 1px solid #6F73EE;
}

.btn_size_lg {
  padding: 15px 25px;
}

.btn_width_100 {
  display: block;
  width: 100%;
}

.field-wrap {
  padding-bottom: 15px;
}

.field-wrap label {
  font-weight: 400;
  font-size: 11px;
  color: #282739;
  margin-bottom: 10px;
  display: inline-block;
}

.field-wrap label span {
  color: #EE685F;
}

.field-textarea {
  display: block;
  width: 100%;
  border: 1px solid #EAEBED;
  border-radius: 5px;
  padding: 15px 25px;
  color: #282739;
  font-size: 14px;
  height: 200px;
  resize: none;
  font-family: "Stolzl-Regular", sans-serif;
}

.field-input {
  padding: 15px 25px;
  color: #282739;
  font-size: 14px;
  display: block;
  width: 100%;
  border: 1px solid #EAEBED;
  border-radius: 5px;
  font-family: "Stolzl-Regular", sans-serif;
}

.link {
  font-size: 12px;
  color: #6F73EE;
}

.sort-btn__input {
  display: none;
}

.sort-btn__label {
  border: 1px solid #F4F7FB;
  background-color: #F4F7FB;
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.sort-btn__label_theme_red{
  border: 1px solid #ffd7d4;
  background-color: #ffd7d4;
}

.sort-btn__input:checked + .sort-btn__label {
  background-color: #F5F5F5;
  color: #6F73EE;
  border: 1px solid #6F73EE;
}

.sort-btn__input:checked + .sort-btn__label_theme_red {
  border: 1px solid #EE685F;
  color: #EE685F;
}

#category-content-sort .sort-btn__input:checked + .sort-btn__label{
    background-color: #F5F5F5;
  color: #6F73EE;
  border: 1px solid #6F73EE;
}

.main-headline {
  font-weight: 500;
  font-size: 18px;
  color: #282739;
  margin-bottom: 15px;
}

.main-unheadline {
  color: #5D6C7B;
  font-size: 14px;
}

.filter-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.filter-items__item {
  padding-right: 10px;
}

.filter-items__item:last-child {
  padding-right: 0;
}

.filter-items__link {
  background-color: #F4F7FB;
  color: #5D6C7B;
  border: 1px solid #F4F7FB;
  font-size: 12px;
  padding: 5px 10px;
}

@media(min-width: 992px){
    .filter-items__link {
            padding: 10px 20px;
            font-size: 16px;
    }
}

.filter-items__link_active {
  border-color: #6F73EE;
  color: #6F73EE;
  background-color: #F5F5F5;
}

.prom-wgt {
  border: 1px solid rgba(93, 108, 123, 0.1);
  border-radius: 10px;
  padding: 15px;
  display: inline-block;
}

.prom-wgt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prom-wgt__logo {
  background-color: #54479B;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 5px;
}

.prom-wgt__logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.prom-wgt__content {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prom-wgt__content-headline {
  font-weight: 400;
  font-size: 12px;
  color: #5D6C7B;
  margin-bottom: 10px;
}

.prom-wgt__content-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.prom-wgt__content-rating li {
  padding-right: 2px;
}

.prom-wgt__content-rating li:last-child {
  padding-right: 0;
}

.prom-wgt__content-rating-icon {
  fill: #FFD12E;
  width: 14px;
  height: 14px;
  display: block;
}

.prom-wgt__rating-value {
  padding-left: 15px;
  font-weight: 500;
  font-size: 50px;
}

.product-wgt {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 7.5px;
}

.product-wgt__out{
    filter: grayscale(100%);
}

.product-wgt__inner {
  border: 1px solid #EAEBED;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex;
flex-direction: column;
}
.product-wgt__labels{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.product-wgt__label{
    background: #75D14A;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
}

.product-wgt__label_theme_promo{
    background: linear-gradient(91.72deg, #F3A712 -3.44%, #EE685F 105.35%);
}

.product-wgt__thumb{
    position: relative;
    flex: 0 0 auto;
}

.product-wgt__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.product-wgt__content {
  padding: 12px 15px 15px 15px;
  flex: 1 0 auto;
}

.product-wgt__content-inner{
    flex: 0 0 auto;
}

.product-wgt__content-inner-wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-wgt__link {
  color: #282739;
  font-weight: 400;
  font-size: 18px;
  flex: 1 0 auto;
}

.product-wgt__headline {
  margin-bottom: 15px;
  font-size: 12px;
}

.product-wgt__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
}

.product-wgt__content-item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.product-wgt__content-item_old_price {
  color: #5D6C7B;
  font-size: 14px;
  text-decoration: line-through;
}

.product-wgt__content-item_status_stock {
  color: #5D6C7B;
  font-size: 12px;
}

.product-wgt__content-item_price {
  font-weight: 500;
  font-size: 14px;
}

@media(min-width: 992px){
    .product-wgt__content-item_price {
      font-size: 20px;
    }
}

.product-wgt__buy {
  padding-top: 10px;
}

.product-wgt__content-brand {
  width: 29px;
  height: auto;
  display: inline-block;
}

.front-news__header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link__icon{
    display: flex;
    align-items: center;
}

.link__icon svg{
    width: 14px;
    height: 8px;
    fill: #6F73EE;
    display: block;
    margin-left: 5px;
}

.front-news__header .link{
    font-size: 12px;
    margin-top: -7px;
}

@media(min-width: 992px){
    .link__icon svg{
        width: 18px;
        height: 12px;
    }
    .front-news__header .link{
        font-size: 18px;
    }  
}

.news-wgt {
  width: 50%;
  height: auto;
}

.news-wgt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #F4F7FB;
  border-radius: 10px;
}

.news-wgt__thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

.news-wgt__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.news-wgt__headline-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.news-wgt__link {
  color: #282739;
}

.news-wgt__headline {
  font-weight: 500;
  font-size: 16px;
}

.news-wgt__excerpt{
    font-size: 14px;
}

.news-wgt__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news-wgt__excerpt {
  font-weight: 400;
  font-size: 14px;
}

.news-wgt__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  padding-top: 15px;
}

.news-wgt__calendar-icon {
  fill: #5D6C7B;
  width: 16px;
  height: 14px;
  display: block;
  margin-right: 10px;
}

.swiper-container--align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products-recommendation {
  width: 100%;
  height: 100%;
}

.products-recommendation__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-content__filters {
  width: 300px;
  position: sticky;
  top: 15px;
}

.products-content__items {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media(max-width: 991px){
    .products-content__items {
        margin: 0 -7.5px;
    }
}

.products-content__items-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.price-range-block {
  margin: 30px;
}

.ui-slider-horizontal {
  margin-bottom: 15px;
  width: 100%;
  height: 1.5px !important;
  border: none !important;
  background-color: #EAEBED !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  top: -6px;
  border: 4px solid #6F73EE;
  background-color: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: 0 !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default:last-child {
  margin-left: -15px !important;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
  background: #6F73EE;
}

.price-range-search {
  width: 100%;
  min-width: 100%;
  display: inline-block;
  border-radius: 5px;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.price-range-field {
  width: 40%;
  background-color: #fff;
  border: 1px solid #EAEBED;
  color: black;
  font-family: "Stolzl-Regular", sans-serif;
  border-radius: 5px;
  height: 35px;
  text-align: center;
}

.price-range-sep {
  width: 20%;
  text-align: center;
}

.search-results-block {
  position: relative;
  display: block;
  clear: both;
}

.filters-content__inner {
  background-color: #F4F7FB;
  border-radius: 10px;
  padding: 20px;
}

.filters-content__wgt {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 25px;
}

.filters-content__wgt:last-child {
  padding-bottom: 0;
}

.filters-content__headline {
  margin-bottom: 10px;
}

.filters-content__top {
  padding-top: 20px;
}

.filters-top__inner {
  background-color: #9F8560;
  background: -o-radial-gradient(-2.16% 100%, 102.16% 238.93%, #9F8560 0%, #F3A712 100%);
  background: radial-gradient(102.16% 238.93% at -2.16% 100%, #9F8560 0%, #F3A712 100%);
  border-radius: 10px;
  position: relative;
}

.filters-top__header {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
}

.filters-top__icon {
  width: 20px;
  height: auto;
  display: block;
  margin-right: 10px;
}

.filters-top__headline {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.filters-top__content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters-top__thumb {
  width: 80px;
  height: auto;
  display: block;
  border-radius: 10px;
}

.filters-top__content-inner {
  padding-left: 30px;
}

.filters-top__content-headline {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 5px;
}

.filters-top__content-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filters-top__content-price-value {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.filters-top__content-price-icon {
  width: 30px;
  height: auto;
  display: block;
}

.filters-list {
  list-style-type: none;
}

.filters-list li{
    padding: 5px 0;
}

.filters-list li label {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

.filters-list__link{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #282739;
}

.container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #5D6C7B;
  border-radius: 2px;
}

.container:hover input ~ .checkmark {
  background-color: #ccc;
}

.container input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #6F73EE;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination-wrap {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.page-numbers {
  width: 30px;
  height: 30px;
  display: block;
  background-color: #fff;
  border-top: 1px solid #6F73EE;
  border-left: 1px solid #6F73EE;
  border-bottom: 1px solid #6F73EE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #6F73EE;
  margin: 0 4px;
}

@media(min-width: 992px){
    .page-numbers {
        margin: 0;
        width: 42px;
        height: 42px;
    }
}

@media(max-width: 991px){
    .page-numbers {
        border-radius: 2px;
        border: 1px solid #6F73EE;
    }
}
.page-numbers.dots {
  border-color: #6F73EE;
}

@media(min-width: 992px){
    .page-numbers.next {
      border-right: 1px solid #6F73EE;
      border-radius: 0 5px 5px 0;
      width: auto;
      padding: 0 15px;

    }

    .page-numbers.prev {
      border-left: 1px solid #6F73EE;
      border-radius: 5px 0 0 5px;
      width: auto;
      padding: 0 15px;
    }
}

.page-numbers.current {
  color: #fff;
  background-color: #9F8560;
  border-color: #9F8560;
}

span.page-numbers.prev,
span.page-numbers.next {
  border-color: #d5d5d5;
  color: #d5d5d5;
}

.pagination-archive {
  border: 1px solid #6F73EE;
  text-align: center;
  border-radius: 5px;
  padding: 12px 30px;
  display: inline-block;
  color: #6F73EE;
}

.availability-wgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.availability-wgt__point {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50%;
  margin-right: 10px;
}

.availability-wgt__label {
  font-weight: 400;
  font-size: 13px;
}

.availability-wgt__stock .availability-wgt__point {
  background-color: #75D14A;
}

.availability-wgt__stock .availability-wgt__point_theme_red{
    background-color: #dc3232;
}

.availability-wgt__stock .availability-wgt__point_theme_orange{
    background-color: #ee7c1b;
}

.product-share__button {
  background: none;
  border: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-family: "Stolzl-Regular", sans-serif;
}

.product-share__icon {
  width: 18px;
  height: 20px;
  fill: #282739;
  display: block;
  margin-right: 10px;
}

.post-content iframe {
  width: 100%;
  height: 700px;
}

.post-content a{
    color: #6F73EE;
}

.product-interested__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 20px 0 30px 0;
}

.back-link {
  padding: 30px 0;
}

.back-link__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #5D6C7B;
}

.back-link__icon {
  width: 18px;
  height: 14px;
  fill: #5D6C7B;
  display: block;
  margin-right: 10px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff;
  display: none;
  padding: 15px 15px 30px 15px;
  overflow: auto;
}

.mobile-menu__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-menu__logo img {
  max-width: 80px;
}

.mobile-menu__close {
  background: none;
  border: none;
  padding: 0;
}

.mobile-menu__close-icon {
  width: 24px;
  height: 24px;
  fill: #6F73EE;
  display: block;
}

.mobile-menu__content {
  padding: 15px 0;
}

.mobile-menu__items {
  list-style-type: none;
}

.mobile-menu__items li {
  border-bottom: 1px solid #EAEBED;
}

.mobile-menu__items li a {
  padding: 20px 0;
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #282739;
}

.mobile-menu__items li:last-child {
  border-bottom: none;
}

.mobile-menu-networks {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
}

.mobile-menu-networks__item {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-menu-networks__item:first-child {
  padding-left: 0;
}

.mobile-menu-networks__item:nth-child(even) {
  margin: 0 0 0 auto;
}

.mobile-menu-networks__item:nth-child(odd) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mobile-menu-network-wgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #F4F7FB;
}

.mobile-menu-network-wgt__icon {
  width: 20px;
}

.mobile-menu-network-wgt__icon img {
  display: block;
}

.mobile-menu-network-wgt__info {
  padding-left: 10px;
}

.mobile-menu-network-wgt__headline {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #282739;
}

.mobile-menu-network-wgt__value {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #5D6C7B;
}

.header-phones{
    display: flex;
    align-items: center;
}

.header-phones__link {
  color: #282739;
  font-weight: 500;
  font-size: 12px;
  display: block;
  padding-right: 12px;
}

.header-phones__link:last-child{
    padding-right: 0;
}

.header-search {
  display: none;
}

.header-menu {
  background-color: #F4F7FB;
  padding: 10px 0;
}

.header-top {
  background-color: #fff;
  border-bottom: 1px solid #ECF3FF;
  padding: 12px 0;
  display: none;
}

.header-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-middle {
  padding: 10px 0;
  background-color: #fff;
}

.header-middle.fixed {
    position: fixed;
    top: 0;
    animation: slide-down 0.5s;
    width: 100%;
    z-index: 99999;
    border-bottom: 1px solid #EAEBED;
    background-color: #fff;
}

@media(min-width: 992px){
    .header-middle.fixed .header-basket-btn__icon{
        width: 30px;
        height: 30px;
    }
    .header-middle.fixed .header-basket-btn__name{
        margin-top: 5px;
    }
}

.header__checkout{
    display: none;
}

@media(max-width: 767px){
    .header__checkout{
        display: block;
        position: fixed;
        top: 62px;
        left: 10px;
        width: calc(100% - 20px);
        z-index: 100;
    }
}

@keyframes slide-down {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.header-middle__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-middle__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.header-middle__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-logo {
  height: auto;
  display: block;
  padding-right: 10px;
}

.header-logo .custom-logo {
  max-width: 80px;
  display: block;
  height: auto;
}

.header-search-catalog {
  position: relative;
}

.header-search-catalog__btn {
  background-color: #9F8560;
  color: #fff;
  border: none;
  padding: 10px 12px;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-search-catalog__btn-lines {
  position: relative;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #fff;
}

.header-search-catalog__btn-lines::before,
.header-search-catalog__btn-lines::after {
  content: "";
  background-color: #fff;
  position: absolute;
  right: 0;
  height: 1px;
}

.header-search-catalog__btn-lines::before {
  top: -5px;
  width: 100%;
}

.header-search-catalog__btn-lines::after {
  bottom: -5px;
  width: 50%;
}

.header-search-catalog__btn-name {
  display: block;
  padding-top: 2px;
  padding-left: 5px;
}

.header-search-form {
  width: 100%;
  padding-left: 20px;
  position: relative;
}

.header-search-form__content {
  position: absolute;
  top: 100%;
  left: 20px;
  width: calc(100% - 20px);
  background-color: #fff;
  border: 1px solid #EAEBED;
  border-radius: 10px;
  overflow: auto;
  max-height: 500px;
  z-index: 99997;
  display: none;
}

.header-search-form__content.active{
    display: block;
}

.header-search-form__content.header-search-form__content-mob{
    left: 15px;
    width: calc(100% - 30px);
}

@media(min-width: 992px){
    .header-search-form__content.header-search-form__content-mob{
        display: none;
    }
}

.header-search-form__item{
  border-bottom: 1px solid #EAEBED;
}

.header-search-form__item a{
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  color: #282739;
}

.header-search-form__item:last-child{
  border-bottom: none;
}

.header-search-form__field {
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search-form__error{
    padding: 10px 15px;
    text-align: center;
    color: #EE685F;
}

.header-search-form__input {
  border-radius: 5px 0px 0px 5px;
  border-top: 1px solid #6F73EE;
  border-left: 1px solid #6F73EE;
  border-bottom: 1px solid #6F73EE;
  border-right: none;
  height: 40px;
  padding: 10px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header-search-form__submit {
    position: relative;
  width: 40px;
  height: 40px;
  background-color: #9F8560;
  border: 1px solid #6F73EE;
  border-radius: 0px 5px 5px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-search-form__submit .loader{
  height: 25px;
  width: 25px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.header-search-form__submit .loader svg path,
.header-search-form__submit .loader svg rect{
  fill: #fff;
}

.header-search-form__icon {
  width: 16px;
  height: 16px;
  display: block;
  fill: #fff;
}

.header-search-form form {
  width: inherit;
}

.header-phone {
  padding-right: 20px;
}

.header-phone__link {
  display: block;
}

.header-phone__icon {
  width: 23px;
  height: 23px;
  display: block;
  fill: #9F8560;
}

.header-basket {
  position: relative;
}

.header-basket-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  padding: 0;
}

.header-basket-btn__icon-wrap {
  position: relative;
}

.header-basket-btn__count {
  position: absolute;
  top: -10px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #EE685F;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-basket-btn__icon {
  width: 30px;
  height: 25px;
  fill: #9F8560;
  display: block;
  margin-right: 10px;
}

.header-basket-btn__name {
  font-weight: 500;
  font-size: 14px;
  display: none;
  color: #282739;
}

.header-humburger {
  padding-left: 15px;
}

.header-humburger__btn {
  background: none;
  border: none;
  padding: 0;
  width: 35px;
  height: 25px;
  position: relative;
}

.header-humburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #282739;
}

.header-humburger__line::after,
.header-humburger__line::before {
  content: "";
  position: absolute;
  height: 2px;
  background-color: #282739;
}

.header-humburger__line::before {
  width: 100%;
  top: 0;
  right: 0;
}

.header-humburger__line::after {
  width: 50%;
  right: 0;
  bottom: 0;
}

.header-menu {
  display: none;
}

.header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.header-menu-list li {
  padding-right: 50px;
}

.header-menu-list li a {
  color: #282739;
  font-weight: 400;
  font-size: 14px;
}

.header-menu-list li.menu-icon a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-list li.menu-icon a::after {
  content: "%";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  font-size: 10px;
  width: 20px;
  height: 20px;
  background-color: #9F8560;
  color: #fff;
  border-radius: 50%;
  margin-left: 5px;
}

.header-menu-list li:last-child {
  padding-right: 0;
}

.header-prom {
  border: 1px solid rgba(93, 108, 123, 0.1);
  border-radius: 5px;
  padding: 5px;
  display: none;
  margin-right: 20px;
}

.header-prom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-prom__logo {
  background-color: #54479B;
  width: 23px;
  height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 5px;
}

.header-prom__logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.header-prom__content {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-prom__content-headline {
  font-weight: 400;
  font-size: 10px;
  color: #5D6C7B;
  margin-bottom: 5px;
}

.header-prom__content-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.header-prom__content-rating li {
  padding-right: 2px;
}

.header-prom__content-rating li:last-child {
  padding-right: 0;
}

.header-prom__content-rating-icon {
  fill: #FFD12E;
  width: 7px;
  height: 7px;
  display: block;
}

.header-prom__rating-value {
  padding-left: 10px;
  font-weight: 500;
  font-size: 22px;
}

.mobile-search{
    position: relative;
}

.mobile-search__field {
  position: relative;
}

.mobile-search__input {
  padding: 0 45px 0 10px;
  height: 35px;
  border-radius: 5px;
  background-color: #F4F7FB;
  display: block;
  width: 100%;
  border: none;
}

.mobile-search__submit {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
}

.mobile-search__icon {
  width: 12px;
  height: 12px;
  display: block;
  fill: #5D6C7B;
}

.front-banner {
  background-color: #fff;
  padding: 30px 10px;
  position: relative;
}

.front-banner__inner {
  background-color: #9F8560;
  border-radius: 10px;
  overflow: hidden;
}

.front-banner__content {
  overflow: hidden;
}

.front-banner__catalog {
  padding-top: 30px;
}

.front-banner__nav {
  position: absolute;
  left: 50%;
  bottom: 120px;
  z-index: 10;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-banner__nav .swiper-pagination {
  width: 35px;
  height: 2px;
  background-color: #8E91F2;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: relative;
}

.front-banner__nav .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.front-banner__nav-inner {
  padding: 0 15px;
}

.front-banner__nav-item {
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.front-banner__prev {
  margin-right: 15px;
}

.front-banner__next {
  margin-left: 15px;
}

.front-banner__arrow {
  width: 7px;
  height: 12px;
  fill: #fff;
  display: block;
}

.front-banner__count {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.front-banner-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.front-banner-content__wgt-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-banner-content__wgt-inner-mob-link{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
}

@media(min-width: 992px){
    .front-banner-content__wgt-inner-mob-link{
        display: none;
    }
}

.front-banner-content__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  z-index: 11;
  position: absolute;
}

.front-banner-content__left a {
  display: none;
}

.front-banner-content__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.front-banner-content__label {
  color: #fff;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  border-radius: 5px;
}

.front-banner-content__headline-wrap {
  padding: 30px 0;
}

.front-banner-content__headline {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  max-width: 60%;
  letter-spacing: 2px;
}

.front-banner-content__img {
  max-width: 100%;
  min-height: 200px;
  display: block;
  object-fit: cover;
}

.front-banner-videos {
  position: absolute;
  left: 50%;
  bottom: 100px;
  z-index: 12;
  display: none;
}

.front-banner-videos__overlay {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.front-banner-videos__content {
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
}

.front-banner-videos__content span {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.front-banner-videos__content img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 10px;
}

.front-banner-videos__icon {
  position: absolute;
  right: 10px;
  bottom: -20px;
  z-index: 10;
}

.front-banner-videos__points {
  width: 100px;
  border: 0.5px dashed #fff;
  position: absolute;
  top: calc(50% + 5px);
  right: -95px;
  -webkit-transform: translateY(-50%) rotate(5deg);
      -ms-transform: translateY(-50%) rotate(5deg);
          transform: translateY(-50%) rotate(5deg);
}

.front-banner-videos__points::before,
.front-banner-videos__points::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #6F73EE;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #fff;
  top: -7px;
}

.front-banner-videos__points::before {
  left: -3px;
}

.front-banner-videos__points::after {
  right: -3px;
}

.front-advantages {
  padding-bottom: 50px;
  display: none;
}

.front-advantages__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.front-advantages-wgt {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-advantages-wgt__headline {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 5px;
}

.front-advantages-wgt__description {
  font-weight: 400;
  font-size: 16px;
}

.front-advantages-wgt__prom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.front-categories__inner {
  margin: 0 -15px;
}

.front-category-wgt {
  padding: 7.5px 15px;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.front-category-wgt__inner {
  border-radius: 10px;
  padding: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}

.front-category-wgt__info {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 15;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.front-category-wgt__info-headline {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.front-category-wgt__link {
  color: #fff;
}

.front-category-wgt__headline {
  font-size: 22px;
  font-weight: 500;
}

.front-category-wgt__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.front-category-wgt__description {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

.front-category-wgt__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.front-category-wgt__brand-txt {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}

.front-category-wgt__brand-img {
  max-width: 35px;
  height: auto;
  display: block;
}

.front-category-wgt__more-link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0F0E1B;
  font-weight: 400;
  font-size: 14px;
}

.front-category-wgt__more-icon {
  width: 12px;
  height: 11px;
  fill: #0F0E1B;
  display: block;
  margin-left: 10px;
}

.front-category-wgt__thumb {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  z-index: 10;
}

.front-category-wgt__thumb-img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media(min-width: 768px){
    .front-category-wgt__thumb-img {
      max-width: 70%;
    }
}

@media(min-width: 992px){
    .front-category-wgt__thumb-img {
      max-width: 100%;
    }
}

@media(min-width: 1200px){
    .front-category-wgt__thumb-img {
      max-width: 90%;
    }
}

@media(min-width: 1440px){
    .front-category-wgt__thumb-img {
      max-width: 70%;
    }
}

.front-category-wgt__skew {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  right: -150px;
  z-index: 9;
  background: #9F8560;
  background: linear-gradient(167.22deg, #CCB18D 1.54%, #9F8560 100.43%);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.22);
  -webkit-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
          transform: skew(-40deg);
}

@media(min-width: 768px){
    .front-category-wgt__skew {
        width: 450px;
        height: 450px;
        -webkit-transform: skew(-50deg);
        -ms-transform: skew(-50deg);
          transform: skew(-50deg);
    }
}

@media(min-width: 992px){
    .front-category-wgt__skew {
  width: 300px;
  height: 300px;
        -webkit-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
          transform: skew(-40deg);
    }
}

@media(min-width: 1200px){
    .front-category-wgt__skew {
        width: 450px;
        height: 450px;
        -webkit-transform: skew(-50deg);
        -ms-transform: skew(-50deg);
          transform: skew(-50deg);
    }
}

.front-products__inner {
  overflow: hidden;
  margin: 0 -7.5px;
  padding-bottom: 15px;
}

.front-products .product-wgt:nth-child(5),
.front-products .product-wgt:nth-child(6),
.front-products .product-wgt:nth-child(7),
.front-products .product-wgt:nth-child(8) {
  display: none;
}

.front-products-items {
  width: 100%;
  height: 100%;
}

.front-products-items__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-products-archive {
  width: 100%;
}

.news-wgt__excerpt{
    font-size: 12px;
}

.front-promo {
  padding: 0 30px 30px 30px;
}

.front-promo__inner {
  border-radius: 10px;
  padding: 50px 0;
}

.front-promo__left,
.front-promo__right {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

.front-promo__left {
  background: -o-radial-gradient(23.3% 72.57%, 76.7% 707.77%, #595959 0%, #3B3E46 100%);
  background: radial-gradient(76.7% 707.77% at 23.3% 72.57%, #595959 0%, #3B3E46 100%);
  background: #3B3E46;
  height: 200px;
  border-radius: 10px;
}

.front-promo__img {
  max-width: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 140%;
}

.front-promo__label {
  display: none;
  padding: 5px 10px;
  border-radius: 5px;
}

.front-promo__label-mob {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}

.front-promo__headline-wrap {
  padding: 30px 0;
}

.front-promo__headline {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
}

.front-promo__headline span {
  color: #EE685F;
}

.front-services__inner {
  margin: 0 -7.5px;
}

.front-services-wgt {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 7.5px;
}

.front-services__footer{
    display: flex;
    padding-top: 10px;
}

.front-services__footer .link{
    font-size: 12px;
}

@media(min-width: 992px){
    .front-services__inner {
        margin: 0 -15px;
    }
    .front-services-wgt {
        padding: 15px;
    }
    .front-services__footer{
        justify-content: flex-end;
    }
    .front-services__footer .link{
        font-size: 18px;
    }
}

.front-services-wgt__inner {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.front-services-wgt__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.front-services-wgt__thumb {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.front-services-wgt__thumb_desc {
  display: none;
}

.front-services-wgt__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  padding: 25px 12px;
  border-radius: 10px;
  text-align: center;
  min-width: calc(100% - 20px);
  overflow: hidden;
}

.front-services-wgt__label-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.front-services-wgt__label_size_lg {
  min-width: calc(100% - 20px);
  width: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.front-services-wgt__headline {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  z-index: 11;
}

.front-services-wgt_size_sm {
  width: 50%;
}

.front-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.front-info__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  text-align: center;
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.front-info__logotype {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.front-info__logotype img {
  width: 200px;
  height: auto;
  display: block;
}

.front-info__content {
  margin: 0 -15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.front-info-wgt {
  width: 33.33333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 5px;
  text-align: center;
}

.front-info-wgt__inner {
  border: 1px solid #EAEBED;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}

.front-info-wgt__icon-wrap {
  padding-bottom: 15px;
}

.front-info-wgt__icon-img {
  height: auto;
  display: block;
  margin: 0 auto;
}

.front-info-wgt__headline {
  margin-bottom: 15px;
  font-size: 10px;
  font-weight: 400;
}

.front-info-wgt__description {
  display: none;
}

.front-video {
  padding: 15px;
}

.front-video__inner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
}

.front-video-wgt {
  position: relative;
  cursor: pointer;
}

.front-video-wgt__img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.front-video-wgt__play-btn {
  padding: 0;
  border: none;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.front-video-wgt__play-icon {
  width: 12px;
  height: 15px;
  fill: #9F8560;
  display: block;
}

.front-videos {
  background-color: #fff;
  padding-right: 15px;
}

@media(min-width: 1200px) {
    .front-videos {
      padding-right: 0;
    }
}

.front-videos__inner {
  overflow: hidden;
}

.front-videos .swiper-slide {
  -webkit-transition: 200ms all;
  -o-transition: 200ms all;
  transition: 200ms all;
}

@media(min-width: 1200px){
    .front-videos .swiper-slide-active {
      width: 600px !important;
    }
    .front-videos .swiper-slide-active .front-videos-wgt__play-btn {
      width: 100px;
      height: 100px;
    }
}

@media(min-width: 1440px){
    .front-videos .swiper-slide-active {
      width: 800px !important;
    }
}

.front-videos .swiper-slide-active .front-videos-wgt__play-icon {
  width: 30px;
  height: 30px;
}

.front-videos__footer {
  position: relative;
  text-align: right;
  padding-top: 15px;
  display: flex;
  justify-content: flex-end;
}

.front-videos__footer .link{
    font-size: 12px;
}

@media(min-width: 992px){
    .front-videos__footer .link{
        font-size: 18px;
    }
}

@media(min-width: 1200px){
    .front-videos__footer {
        padding-top: 0;
        padding-right: 100px;
    }
}

.front-videos-wgt__inner {
  padding-bottom: 20px;
  position: relative;
}

.front-videos-wgt__thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.front-videos-wgt__headline {
  font-weight: 400;
  font-size: 18px;
  color: #282739;
}

.front-videos-wgt__play-btn {
  background-color: #fff;
  border: none;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 65px;
  height: 65px;
}

.front-videos-wgt__play-icon {
  width: 18px;
  height: 18px;
  fill: #9F8560;
}

.section-subscribe {
  background-color: #9F8560;
  padding: 30px 0;
}

.section-subscribe__headline-wrap {
  text-align: center;
}

.section-subscribe__headline {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}

.subscribe-form {
  padding-top: 15px;
}

.subscribe-form__inner .btn {
  display: block;
  width: 100%;
}

.subscribe-form__field {
  height: 38px;
  padding: 10px 25px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  border: none;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 15px;
}

.subscribe-form__field::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe-form__field::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe-form__field:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe-form__field::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe-form__field::placeholder {
  color: #fff;
  opacity: 1;
}

.subscribe-form__field:-ms-input-placeholder {
  color: #fff;
}

.subscribe-form__field::-ms-input-placeholder {
  color: #fff;
}

.category-banner {
  padding: 0 15px;
}

.category-banner__inner {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.category-banner__skew {
  width: 250px;
  height: 250px;
  background-color: #9F8560;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: 9;
  -webkit-transform: skew(-50deg);
      -ms-transform: skew(-50deg);
          transform: skew(-50deg);
}

.category-banner__headline {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  max-width: 50%;
  text-transform: uppercase;
}

.category-banner__sheild {
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 100%;
}

.category-content {
  padding: 50px 0;
}

.category-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.category-content .filters-content {
  display: none;
}

.category-content .pagination-wrap .pagination {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.category-content .pagination-wrap .pagination-archive {
  margin-bottom: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

.category-content-sort {
  display: none;
}

.category-content-sort__headline {
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
}

.category-content-sort__label {
  margin-right: 15px;
  font-weight: 500;
  font-size: 14px;
}

.category-content-sort__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.category-content-sort-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.category-content-sort-nav__item {
  padding-left: 10px;
}

.category-content-sort-nav__item:first-child {
  padding-left: 0;
}

.product-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-info__labels{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.product-info__label{
    margin-bottom: 5px;
}

.product-info__label{
    background: #75D14A;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 5px;
    width: 100px;
    text-align: center;
}

.product-info__label-icon{
    width: 11px;
    height: 11px;
    fill: #fff;
    display: block;
    margin-right: 5px;
}

.product-info__label_theme_promo{
    background: linear-gradient(91.72deg, #F3A712 -3.44%, #EE685F 105.35%);
}

.product-info__label_theme_video{
    background: #9F8560;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.product-info__photos,
.product-info__features {
    position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.product-info__photos img{
  width: 100%;
  height: auto;
  display: block;
}

.product-info__headline {
  font-style: normal;
  font-weight: 500;
  font-size: 33px;
  line-height: 40px;
  color: #282739;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: none;
}

.product-info__headline-mob {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.product-info__statistics {
  list-style-type: none;
  padding-bottom: 25px;
  display: none;
}

.product-info__statistics li {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5D6C7B;
  padding-right: 20px;
}

.product-info__statistics li span {
  opacity: 0.7;
}

.product-info__statistics li:last-child {
  padding-right: 0;
}

.product-info__statistics-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  margin-bottom: 15px;
}

.product-info__statistics-mob li {
  width: 33.333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.8;
  color: #8E98A3;
}

.product-info__availability {
  padding-bottom: 30px;
  display: none;
}

.product-info__share {
  padding-left: 30px;
}

.product-info__characteristics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -10px;
  padding-top: 15px;
  padding-bottom: 30px;
}

.product-info__price {
  padding-bottom: 30px;
}

.product-info__price-old {
  display: flex;
  align-items: center;
}

.product-info__price-old-label {
  font-size: 14px;
  line-height: 17px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #5D6C7B;
}

.product-info__price-subscribe{
    display: flex;
    align-items: center;
    padding-left: 16px;
}

.product-info__price-subscribe-link img{
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
}

.product-info__price-subscribe-icon{
    width: 15px;
    height: 15px;
    fill: #5D6C7B;
    display: block;
}

.product-info__price-subscribe-label{
    color: #5D6C7B;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: block;
    padding-left: 8px;
}

.product-info__price-value {
  font-weight: 500;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #282739;
}

.product-info__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
  padding-bottom: 30px;
}

.product-info__nav-item {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 10px;
}

.product-info__nav-item .btn{
    font-weight: 700;
}

.product-info__buy-goods-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4F7FB;
  border-radius: 5px;
}

.product-info__buy-goods-headline {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 20px;
  font-size: 16px;
  color: #282739;
}

.product-info__buy-goods-item {
  width: 40%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-info__buy-goods-img {
  display: block;
  width: 35%;
  height: auto;
  border-radius: 5px;
}

.product-info__buy-goods-name {
  width: 65%;
  padding-left: 15px;
  font-size: 11px;
  color: #282739;
}

.product-info__availability-desc {
  display: none;
}

.product-info__availability-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-product .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-product {
  border: 1px solid #EAEBED;
  border-radius: 10px;
  margin-bottom: 15px;
}

.swiper-product .swiper-slide img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.swiper-product-thumb .swiper-slide img {
  display: block;
  width: 100%;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-characteristic-wgt {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 10px;
}

.product-characteristic-wgt__label {
  font-size: 12px;
  color: #5D6C7B;
  padding-bottom: 10px;
}

.product-characteristic-wgt__inner {
  border: 1px solid #EAEBED;
  border-radius: 10px;
  padding: 30px 15px;
  font-size: 17px;
  text-align: center;
  color: #282739;
  cursor: pointer;
}

.product-characteristic-wgt__inner:hover{
    border-color: #6F73EE;
}

.product-content {
  padding: 50px 0;
}

.service-banner__inner {
  position: relative;
}

.service-banner__headline {
  color: #fff;
  font-weight: 500;
  font-size: 44px;
  text-transform: uppercase;
  position: absolute;
  left: 35px;
  bottom: 35px;
  z-index: 10;
  max-width: 35%;
}

.service-banner__thumbnail {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0 auto;
}

.service-content {
  padding: 30px 0;
}

.service-content__footer{
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

.service-other {
  padding-bottom: 50px;
}

.service-other__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -15px;
}

.service-wgt {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 15px;
}

.service-wgt__inner {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.service-wgt__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.service-wgt__thumb {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.service-wgt__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 10;
  padding: 25px 12px;
  border-radius: 10px;
  text-align: center;
  min-width: calc(100% - 20px);
  overflow: hidden;
}

.service-wgt__label-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.service-wgt__headline {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  position: relative;
  z-index: 11;
}

.service-socials {
  padding-bottom: 50px;
}

.service-socials__list {
  background-color: #F4F7FB;
  border-radius: 10px;
  padding: 25px 30px;
}

.service-socials__headline {
  font-weight: 500;
  text-transform: uppercase;
  color: #282739;
  margin-bottom: 30px;
  font-size: 18px;
}

.service-socials__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
}

.service-socials__icon {
  width: 30px;
  height: 30px;
  display: block;
  margin-left: 10px;
}

.service-socials-list {
  list-style-type: none;
}

.service-socials-list__item {
  padding: 5px;
}

.service-socials-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  color: #fff;
  border-radius: 5px;
}

.service-socials-list__link_theme_facebook {
  background-color: #257BEC;
}

.service-socials-list__link_theme_instagram {
  background: -o-linear-gradient(32.56deg, #FFC107 -3.72%, #F44336 47.77%, #9C27B0 96.83%), #4B729F;
  background: linear-gradient(57.44deg, #FFC107 -3.72%, #F44336 47.77%, #9C27B0 96.83%), #4B729F;
}

.service-socials-list__link_theme_youtube {
  background-color: #E53935;
}

.service-socials-list__link_theme_telegram {
  background-color: #039BE5;
}

.service-socials-list__link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-socials-list__icon {
  padding-right: 10px;
}

.service-socials-list__icon img {
  display: block;
  width: 20px;
  height: auto;
}

.service-socials-list__name {
  font-weight: 500;
  font-size: 14px;
}

.service-socials-list__amount {
  font-size: 14px;
  opacity: 0.7;
}

.complated-page {
  padding: 0 15px 15px 15px;
}

.complated-page__inner {
  background: -o-radial-gradient(75% 120.19%, 72.1% 204.11%, #9BFF6C 0%, #9F8560 100%);
  background: radial-gradient(72.1% 204.11% at 75% 120.19%, #9BFF6C 0%, #9F8560 100%);
  border-radius: 10px;
  padding: 50px 0;
  position: relative;
}

.complated-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.complated-page__info,
.complated-page__img {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.complated-page__img {
  display: none;
}

.complated-page__info {
  padding: 30px;
}

.complated-page__info p {
  color: #fff;
}

.complated-page__img img {
  max-width: 75%;
  height: auto;
  display: block;
  position: absolute;
  right: 100px;
  bottom: 0;
}

.complated-page__headline {
  font-weight: 500;
  font-size: 35px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}

.complated-page__description {
  padding-bottom: 30px;
}

.contacts-banner {
  padding: 0 10px 15px 10px;
}

@media(min-width: 992px){
    .contacts-banner {
      padding: 0 30px 30px 30px;
    }
}

.contacts-banner__inner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  border-radius: 10px;
  overflow: hidden;
}

.contacts-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}

.contacts-banner__headline {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 11;
}

@media(min-width: 992px){
    .contacts-banner__headline {
        font-size: 45px;
    }
}

.contacts-content {
  padding: 50px 0;
}

.contacts-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contacts-content__info,
.contacts-content__map {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contacts-content__info {
  padding-right: 70px;
}

.contacts-content__map {
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #EAEBED;
}

.contacts-content__map iframe {
  width: 100%;
  height: 100%;
}

.contacts-content__info-headline {
  font-weight: 500;
  font-size: 20px;
  color: #282739;
  margin-bottom: 30px;
}

.contacts-content-wgt {
  padding-bottom: 30px;
}

.contacts-content-wgt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.contacts-content-wgt__icon-wrap {
  width: 40px;
  background-color: #F4F7FB;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contacts-content-wgt__icon {
  width: 17px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  fill: #9F8560;
}

.contacts-content-wgt__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}

.contacts-content-wgt__address-header {
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 50px;
}

.contacts-content-wgt__address {
  font-size: 17px;
  color: #282739;
}

.contacts-content-wgt__works {
  list-style-type: none;
}

.contacts-content-wgt__works-item {
  font-size: 12px;
  color: #5D6C7B;
  padding-bottom: 10px;
}

.contacts-content-wgt__works-item:last-child {
  padding-bottom: 0;
}

.contacts-content-wgt__phone-label {
  font-weight: 400;
  font-size: 12px;
  color: #5D6C7B;
  padding-bottom: 15px;
}

.contacts-content-wgt__phone-link {
  font-weight: 500;
  font-size: 18px;
  color: #282739;
}

.contacts-content-wgt__description p {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
}

.contacts-content-wgt__description a {
  color: #6F73EE;
  text-decoration: underline;
}

.contacts-content-wgt__reviews {
  padding-top: 15px;
}

.contacts-content-wgt__reviews-headline {
  font-size: 15px;
  color: #282739;
  margin-bottom: 10px;
}

.contacts-content-wgt-prom {
  border: 1px solid rgba(93, 108, 123, 0.1);
  border-radius: 5px;
  padding: 5px;
  display: inline-block;
}

.contacts-content-wgt-prom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-content-wgt-prom__logo {
  background-color: #54479B;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 5px;
}

.contacts-content-wgt-prom__logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}

.contacts-content-wgt-prom__content {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-content-wgt-prom__content-headline {
  font-weight: 400;
  font-size: 12px;
  color: #5D6C7B;
  margin-bottom: 5px;
}

.contacts-content-wgt-prom__content-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.contacts-content-wgt-prom__content-rating li {
  padding-right: 2px;
}

.contacts-content-wgt-prom__content-rating li:last-child {
  padding-right: 0;
}

.contacts-content-wgt-prom__content-rating-icon {
  fill: #FFD12E;
  width: 10px;
  height: 10px;
  display: block;
}

.contacts-content-wgt-prom__rating-value {
  padding-left: 10px;
  font-weight: 500;
  font-size: 32px;
}

.about-header {
  padding-bottom: 30px;
}

.about-header__headline {
  font-weight: 500;
  font-size: 18px;
}

.about-header__headline span {
  color: #9F8560;
}

.about-excerpt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.about-excerpt__col {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

.about-excerpt__headline {
  font-weight: 500;
  font-size: 35px;
  color: #282739;
}

.about-excerpt__thumbnail {
  width: 100%;
  max-height: auto;
  display: block;
  margin-left: auto;
}

@media(min-width: 992px){
    .about-excerpt__col-description{
        padding: 50px 0;
    }
    .about-excerpt__thumbnail {
      width: auto;
      max-height: 100%;
      margin-left: auto;
    } 
}

.news-banner {
  padding: 0 15px;
  position: relative;
}

@media(min-width: 992px){
    .news-banner {
      padding: 0 30px;
      position: relative;
    }
}

.news-banner__inner {
  padding: 50px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.news-banner__skew {
  width: 250px;
  height: 250px;
  background-color: #9F8560;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: 9;
  -webkit-transform: skew(-50deg);
      -ms-transform: skew(-50deg);
          transform: skew(-50deg);
}

.news-banner__headline {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  max-width: 50%;
}

.news-banner__sheild {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 150px;
  max-height: 130%;
  display: none;
}

.news-banner__txt-bg {
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: auto;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.archive-news {
  padding-bottom: 50px;
}

.archive-news__nav {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.archive-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -7.5px;
}

.archive-news__items .news-wgt {
  padding: 0 7.5px 15px 7.5px;
}

@media(min-width: 992px){
    .archive-news__items {
        margin: 0 -15px;
    }
    .archive-news__items .news-wgt {
      padding: 0 15px 30px 15px;
    }
}

.news-socials {
  display: none;
  list-style-type: none;
}

.news-socials__item {
  padding-left: 10px;
}

.news-socials__item:first-child {
  padding-left: 0;
}

.news-socials__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #EAEBED;
  border-radius: 5px;
}

.news-socials__icon {
  width: 16px;
  height: auto;
  display: block;
}

.single-news {
  padding-bottom: 50px;
}

.single-news__thumbnail{
    position: static;
}

.single-news__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}


@media(min-width: 992px){
    .single-news__thumbnail {
        position: sticky;
        top: 15px;
    }
}

.single-news__headline-mob {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.single-news__headline {
  font-weight: 500;
  font-size: 33px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: none;
}

.news-products {
  padding-bottom: 50px;
}

.news-products-wgt{
    padding-bottom: 30px;
}

.news-products-wgt__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.news-products-wgt__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.news-products-wgt__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.news-products-wgt__nav .product-info__share {
  padding-left: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.news-products-wgt__nav-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.news-products-wgt__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.news-products-wgt__features .availability-wgt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.news-products-wgt__features .product-info__characteristics {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-bottom: 0;
}

.news-products-wgt__features .product-characteristic-wgt {
  padding-top: 30px;
  padding-bottom: 0;
}

.news-products-wgt__list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
}

.news-products-wgt__list li {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
}

.news-products-wgt__list li:last-child {
  padding-bottom: 0;
}

.news-products-wgt__features .product-characteristic-wgt__inner {
  text-align: left;
  background-color: #EAEBED;
}

.cart-page {
  padding-bottom: 50px;
}

.cart-empty-wgt {
  padding: 50px;
  background-color: #F4F7FB;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.cart-empty-wgt__icon {
  padding-bottom: 30px;
}

.cart-empty-wgt__icon img {
  display: block;
  margin: 0 auto;
  max-width: 130px;
  height: auto;
}

.cart-empty-wgt__headline {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
}

.cart-empty-wgt__description {
  padding-bottom: 30px;
  font-size: 14px;
}

.cart-content__inner,
.cart-content-products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cart-content__label {
  font-size: 14px;
  color: #5D6C7B;
}

.cart-content__items,
.cart-content-products__inner form {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media(min-width: 992px){
    .cart-content__items,
    .cart-content-products__inner form {
        padding: 50px 0;
    }
}

.cart-content__checkout {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 50px;
}

.cart-item-mob-wgt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  padding-bottom: 30px;
}

.cart-item-mob-wgt__thumb {
  padding-right: 15px;
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cart-item-mob-wgt__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.cart-item-mob-wgt__info {
  width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.cart-item-mob-wgt__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.cart-item-mob-wgt__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cart-item-mob-wgt__label {
  padding: 10px;
  background-color: #F4F7FB;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-items {
  width: 100%;
  border-collapse: collapse;
}

.cart-items thead tr td {
  font-weight: 500;
  font-size: 12px;
  background-color: #F4F7FB;
  padding: 15px;
}

.cart-items thead tr td a {
  background: none;
  border: none;
  padding: 0;
  color: #5D6C7B;
}

.cart-items thead tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.cart-items thead tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}

.cart-items tbody tr {
  border-bottom: 1px solid #dfe2e5;
}

.cart-items tbody tr td {
  padding: 30px 30px;
}

.cart-items tbody tr td:first-child {
  width: 40%;
  padding-left: 0;
}

.cart-items tbody tr td:last-child {
  width: 150px;
  text-align: center;
  padding-right: 0;
}

.cart-items__price {
  font-weight: 500;
  font-size: 20px;
}

.cart-items__count {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F4F7FB;
  border-radius: 5px;
}

.cart-items__count button {
  background: none;
  border: none;
  padding: 0;
  width: 35px;
  height: 35px;
  display: block;
  text-align: center;
  font-size: 16px;
}

.cart-items__count input {
  background: none;
  border: none;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
}

.cart-item-wgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.cart-item-wgt__thumb {
  padding-right: 15px;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cart-item-wgt__thumb img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
}

.cart-item-wgt__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cart-item-wgt__headline {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}

.cart-items-remove {
  background: none;
  border: none;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  margin-right: 15px;
}

.cart-items-remove__icon {
  width: 18px;
  height: 18px;
  display: block;
  fill: #5D6C7B;
}

.cart-checkout {
  background-color: #F4F7FB;
  border-radius: 5px;
  padding: 10px 30px;
}

@media(min-width: 992px){
    .checkout-content__checkout .cart-checkout.fixed{
        top: 130px;
    }
}

.cart-checkout__row {
  padding: 15px 0;
  border-bottom: 1px solid #dfe2e5;
}

.cart-checkout__row:last-child {
  border-bottom: none;
}

.cart-checkout__total-label {
  padding-bottom: 10px;
  font-size: 14px;
}

.cart-checkout__total-value {
  font-weight: 500;
  font-size: 25px;
  text-transform: uppercase;
}

.cart-checkout__prices {
  width: 100%;
}

.cart-checkout__prices tr td {
  padding: 10px 0;
}

.cart-checkout__prices tr td:first-child {
  font-size: 14px;
}

.cart-checkout__prices tr td:last-child {
  text-align: right;
  font-weight: 500;
  font-size: 16px;
}

.cart-checkout__prices tr:first-child td,
.cart-checkout__prices tr:last-child td {
  padding: 0;
}

.checkout-content {
  padding-bottom: 50px;
}

.checkout-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.checkout-content__label {
  font-size: 14px;
  color: #5D6C7B;
}

.checkout-content__form {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

@media(min-width: 992px){
    .checkout-content__form {
        padding-bottom: 50px;
    }
}

.checkout-content__checkout {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

@media(min-width: 992px){
    .checkout-content__checkout {
        padding-top: 50px;
    }
}

.checkout-content__checkout-inner{
    position: sticky;
    top: 150px;
}

.checkout-content__checkout .cart-checkout {
  position: sticky;
  top: 30px;
}

.checkout-form__stage {
  padding-bottom: 50px;
}

.checkout-form__stage:last-child{
    padding-bottom: 0;
}

.checkout-form__headline {
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 30px;
}

.checkout-form__headline span {
  color: #6F73EE;
}

.checkout-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.checkout-form__stage-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -15px;
  padding-bottom: 20px;
}

.checkout-form__stage-row .field-wrap {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 15px 15px 15px;
}

.stage-item {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media(min-width: 768px){
    .stage-item {
        width: 50%;
        padding-right: 20px;
    }
}

.stage-item__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
}

.stage-item__headline .stage-item__point{
    margin-top: 2px;
}

.stage-item__attention{
    color: #EE685F;
    font-size: 14px;
}

.stage-item__inner {
  background-color: #F4F7FB;
  border-radius: 5px;
  border: 1px solid #F4F7FB;
  padding: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.stage-item__radio {
  display: none;
}

.stage-item__radio:checked + label {
  background-color: #fff;
  border-color: #6F73EE;
}

.stage-item__radio:checked + label .stage-item__point::after {
  display: block;
}

.stage-item__name {
  font-weight: 400;
  font-size: 14px;
  margin-left: 15px;
  display: block;
  padding-top: 2px;
}

.stage-item__point {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
  border-radius: 50%;
  border: 1px solid #6F73EE;
  position: relative;
}

.stage-item__point::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-color: #6F73EE;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  display: none;
}

.stage-item__content {
  padding-left: 30px;
}

.stage-item__place {
  background-color: #F4F7FB;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 12px;
}

.stage-item__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
}

.stage-item__address-icon {
  width: 30px;
}

.stage-item__address-icon svg {
  width: 15px;
  height: 18px;
  fill: #5D6C7B;
  display: block;
}

.stage-item__address-value p {
  font-size: 12px;
  margin: 0;
}

.stage-item__logo {
  max-width: 100%;
  height: auto;
  display: block;
}

.stage-item:last-child {
  padding-right: 0;
}

.stage-item-type-card {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stage-item-type-card__item {
  padding-right: 5px;
}

.stage-item-type-card__item:last-child {
  padding-right: 0;
}

.stage-item-type-card__icon {
  display: block;
}

.stock-banner {
  padding: 0 30px 30px 30px;
  position: relative;
}

.stock-banner__inner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 50px 0;
  border-radius: 10px;
  overflow: hidden;
  background: #30343E;
}

.stock-banner__label {
  background-color: #EE685F;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 7px 10px;
  margin-bottom: 15px;
}

.stock-banner__headline {
  font-weight: 500;
  font-size: 45px;
  text-transform: uppercase;
  color: #fff;
}

.stock-banner__sheild {
  position: absolute;
  z-index: 10;
  bottom: 0;
  right: 150px;
  max-height: 130%;
  display: none;
}

.stock-content {
  padding-bottom: 50px;
}

.stock-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stock-wgt {
  width: 100%;
  padding: 10px 0;
}

@media(min-width: 992px){
    .stock-content__inner {
        margin: 0 -15px;
    }
   .stock-wgt {
      width: 50%;
      padding: 30px;
    } 
}

.stock-wgt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  border-radius: 10px;
  overflow: hidden;
}

.stock-wgt__thumb {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}

.stock-wgt__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.stock-wgt__percent-label {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3A712), to(#EE685F));
  background: -o-linear-gradient(top, #F3A712 0%, #EE685F 100%);
  background: linear-gradient(180deg, #F3A712 0%, #EE685F 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.stock-wgt__content {
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 15px 30px;
  background-color: #F4F7FB;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}

.stock-wgt__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.stock-wgt__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.stock-wgt__footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.stock-wgt-label {
  background: -o-linear-gradient(358.28deg, #F3A712 -3.44%, #EE685F 105.35%);
  background: linear-gradient(91.72deg, #F3A712 -3.44%, #EE685F 105.35%);
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  margin-bottom: 30px;
}

.stock-wgt-label__icon {
  width: 15px;
  height: 15px;
  display: block;
  margin-right: 10px;
}

.stock-wgt-label__text {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 0.8;
}

.stock-wgt__name{
    font-size: 22px;
    margin-bottom: 15px;
    color: #282739;
}

.not-found-page {
  padding: 30px 15px;
}

.not-found-page__inner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.not-found-page__overlay {
  background: rgb(59, 62, 70);
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(59, 62, 70)), color-stop(75%, rgba(59, 62, 70, 0.2217261905)));
  background: -o-linear-gradient(left, rgb(59, 62, 70) 30%, rgba(59, 62, 70, 0.2217261905) 75%);
  background: linear-gradient(90deg, rgb(59, 62, 70) 30%, rgba(59, 62, 70, 0.2217261905) 75%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.not-found-page__content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.not-found-page__info {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.not-found-page__headline {
  font-weight: 500;
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}

.not-found-page__description {
  font-size: 17px;
  color: #C4C5C7;
  padding-bottom: 50px;
}

.not-found-page__contact {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  padding-top: 10px;
}

.not-found-page__contact a {
  color: #fff;
}

.not-found-page__code {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 500;
  font-size: 228px;
  color: #fff;
  background: -o-linear-gradient(204.48deg, #FFFFFF 17.58%, #ABABAB 82.05%);
  background: linear-gradient(245.52deg, #FFFFFF 17.58%, #ABABAB 82.05%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: none;
}

.not-found-page__code-mob {
  font-size: 128px;
  color: #fff;
}

.footer {
  background-color: #F4F7FB;
}

.footer__nav,
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #dde2e8;
}

.footer__nav {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}

.footer__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 0;
}

.footer__bottom-wgt {
  width: 100%;
}

.footer__bottom-wgt:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer__sitemap {
  text-align: center;
}

.footer__link {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5D6C7B;
}

.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5D6C7B;
  text-align: center;
}

.footer__paymethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

.footer__chat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
}

.footer__chat-headline {
  font-weight: 400;
  font-size: 14px;
  padding-right: 10px;
}

.footer-wgt-nav {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-wgt-nav__headline {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #282739;
  margin-bottom: 10px;
}

.footer-nav {
  list-style-type: none;
}

.footer-nav li {
  padding: 5px 0;
}

.footer-nav li a,
.footer-nav li span {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #5D6C7B;
}

.footer-nav li a span {
  color: #6F73EE;
  font-weight: 500;
}

.footer-nav li:last-child a {
  padding-bottom: 0;
}

.footer-nav-partners {
  list-style-type: none;
}

.footer-nav-partners li {
  padding: 10px 0;
}

.footer-nav-partners li img {
  max-width: 160px;
}

.footer-nav-partners li:last-child {
  padding-bottom: 0;
}

.footer-wgt-info {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-wgt-info__logotype {
  display: none;
}

.footer-wgt-info__logo-wrap {
  min-width: 130px;
}

.footer-wgt-info__logo {
  max-width: 150px;
  display: block;
}

.footer-wgt-info__description {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #5D6C7B;
}

.footer-wgt-info__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-networks {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.footer-networks__item {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-networks__item:first-child {
  padding-left: 0;
}

.footer-network-wgt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 125px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #fff;
}

.footer-network-wgt__icon {
  width: 20px;
}

.footer-network-wgt__icon img {
  display: block;
}

.footer-network-wgt__info {
  padding-left: 10px;
}

.footer-network-wgt__headline {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #282739;
}

.footer-network-wgt__value {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  color: #5D6C7B;
}

.footer-paymethod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
}

.footer-paymethod__item {
  padding-left: 5px;
}

.footer-paymethod__item:first-child {
  padding-left: 0;
}

@media (min-width: 440px) {
  .header-prom {
    display: inline-block;
  }
}

@media (min-width: 576px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 720px;
  }

  .product-wgt__headline {
    font-size: 18px;
  }

  .front-banner__catalog {
    display: none;
  }

  .front-banner-content__left a {
    display: inline-block;
  }

  .front-banner-content__left {
    padding-left: 50px;
  }

  .front-info-wgt__headline {
    font-size: 14px;
    font-weight: 700;
  }

    .front-banner__nav {
      bottom: 40px;
    }

  .front-video {
    padding: 30px;
  }

  .complated-page {
    padding: 0 30px 30px 30px;
  }

  .footer-networks__item {
    width: auto;
  }
}

@media (min-width: 992px) {
  .wrapper {
    max-width: 960px;
  }

  .headline-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .main-headline {
    margin-bottom: 30px;
    font-size: 33px;
  }

  .filter-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .product-wgt {
    width: 25%;
  }

  .news-wgt {
    width: 25%;
  }

  .pagination-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .header-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  .header-top {
    display: block;
  }

  .header-middle__right {
    width: 15%;
  }

  .header-middle {
    padding: 30px 0;
  }

  .header-logo .custom-logo {
    max-width: 150px;
  }

  .header-logo {
    padding-right: 80px;
  }

  .header-phone {
    display: none;
  }

  .header-basket-btn__icon {
    width: 20px;
    height: 17px;
  }

  .header-basket-btn__name {
    display: block;
  }

  .header-humburger {
    display: none;
  }

  .header-menu {
    display: block;
  }

  .header-prom {
    display: none;
  }

  .mobile-search {
    display: none;
  }

  .front-banner {
    padding: 30px;
  }

  .front-banner-content__left {
    padding-left: 130px;
    padding-top: 0;
    padding-bottom: 0;
    width: 40%;
    position: absolute;
  }

  .front-banner-content__headline {
    font-size: 22px;
    max-width: 100%;
  }

  .front-banner-content__img {
    position: static;
    height: auto;
  }

  .front-banner-videos{
    display: block;
  }

  .front-advantages {
    display: block;
  }

  .front-category-wgt {
    width: 50%;
    padding: 15px;
  }

  .front-products__inner {
    padding-bottom: 50px;
    margin: 0 -15px;
  }

  .front-products .product-wgt:nth-child(5),
  .front-products .product-wgt:nth-child(6),
  .front-products .product-wgt:nth-child(7),
  .front-products .product-wgt:nth-child(8) {
    display: block;
  }

  .btn-products-archive {
    width: auto;
  }

  .front-promo {
    padding: 0 30px 80px 30px;
  }

  .front-promo__inner {
    background: -o-radial-gradient(23.3% 72.57%, 76.7% 707.77%, #595959 0%, #3B3E46 100%);
    background: radial-gradient(76.7% 707.77% at 23.3% 72.57%, #595959 0%, #3B3E46 100%);
    background: #3B3E46;
  }

  .front-promo__left,
  .front-promo__right {
    width: 50%;
  }

  .front-promo__left {
    background: none;
    height: auto;
    border-radius: 0;
  }

  .front-promo__right {
    padding-left: 80px;
  }

  .front-promo__img {
    height: 170%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .front-promo__label {
    display: inline-block;
  }

  .front-promo__label-mob {
    display: none;
  }

  .front-promo__headline {
    color: #fff;
    font-size: 35px;
    text-align: left;
    max-width: 100%;
    margin: 0;
  }

  .product-wgt{
    padding: 15px;
  }

  .front-services-wgt__thumb_desc {
    display: block;
  }

  .front-services-wgt__thumb_mob {
    display: none;
  }

  .front-services-wgt__label {
    min-width: 230px;
    font-size: 16px;
  }

  .front-services-wgt__headline {
    font-size: 18px;
  }

  .front-services-wgt_size_sm {
    width: 25%;
  }

  .news-wgt__headline{
    font-size: 20px;
  }

  .news-wgt__excerpt{
    font-size: 14px;
  }

  .front-info__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .front-info__description {
    text-align: left;
    flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 50px;
  }

  .front-info__logotype {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
    display: block;
    width: auto;
  }

  .front-info-wgt__icon-img {
    margin: 0;
    width: 30px;
  }

  .front-info-wgt__headline {
    font-size: 18px;
  }

  .front-info-wgt__description {
    display: block;
  }

  .front-info-wgt {
    text-align: left;
    padding: 15px;
  }

  .front-video-wgt__play-btn {
    width: 135px;
    height: 135px;
  }

  .front-video-wgt__play-icon {
    width: 25px;
    height: 30px;
  }

  .section-subscribe__inner {
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .section-subscribe__headline-wrap {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: left;
  }

  .section-subscribe__form-wrap {
    position: relative;
    width: 55%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .subscribe-form__inner .btn {
    width: auto;
  }

  .subscribe-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .subscribe-form__field {
    max-width: 410px;
    margin-bottom: 0;
  }

  .subscribe-form {
    padding-top: 0;
  }

  .category-banner__headline {
    font-size: 45px;
    max-width: 100%;
  }

  .category-banner {
    padding: 0 30px;
  }

  .category-content .filters-content {
    display: block;
  }

  .category-content .pagination-wrap .pagination {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .category-content .pagination-wrap .pagination-archive {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
    width: auto;
  }

  .category-content-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 35px;
  }

  .product-info__info-mob {
    display: none;
  }

  .product-info__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .product-info__photos,
  .product-info__features {
    width: 50%;
  }

  .product-info__features {
    padding-left: 50px;
  }

  .product-info__headline {
    display: block;
  }

  .product-info__statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-info__availability {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .product-info__availability-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .product-info__availability-mob {
    display: none;
  }

  .product-content__inner {
    padding: 0 15px;
    border: 1px solid #EAEBED;
    border-radius: 10px;
  }

  .service-content__inner {
    width: 80%;
    margin: 0 auto;
  }

  .service-wgt__headline {
    font-size: 14px;
  }

  .service-wgt {
    width: 25%;
  }

  .service-socials__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .service-socials__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 60%;
    padding-right: 30px;
  }

  .service-socials__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 40%;
  }

  .service-socials__headline {
    font-size: 28px;
  }

  .service-socials__label {
    padding-bottom: 0;
  }

  .complated-page__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .complated-page__info,
  .complated-page__img {
    width: 50%;
  }

  .complated-page__img {
    display: block;
  }

  .complated-page__info {
    padding: 0;
  }

  .contacts-content__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .contacts-content__info,
  .contacts-content__map {
    width: 50%;
  }

  .about-header__headline {
    max-width: 65%;
    font-size: 33px;
  }

  .about-excerpt__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .about-excerpt__col {
    width: 50%;
  }

  .about-excerpt__thumbnail {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .news-banner__headline {
    font-size: 45px;
    max-width: 100%;
  }

  .news-banner__sheild {
    display: block;
  }

  .news-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .single-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: flex-start;
  }

  .single-news__thumbnail,
  .single-news__content {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .single-news__content {
    padding-left: 50px;
  }

  .single-news__headline-mob {
    display: none;
  }

  .single-news__headline {
    display: block;
  }

  .news-products-wgt__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }

  .news-products-wgt__thumbnail {
    padding-right: 50px;
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .news-products-wgt__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .news-products-wgt__nav {
    padding-right: 50px;
    width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .news-products-wgt__features {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
    width: 65%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .news-products-wgt__list li {
    padding-bottom: 10px;
  }

  .news-products-wgt__list li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .news-products-wgt__list {
    display: block;
    margin: 0;
  }

  .cart-page__remove {
    display: none;
  }

  .cart-empty-wgt__headline {
    font-size: 25px;
  }

  .cart-content__inner,
  .cart-content-products__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .cart-content__items,
  .cart-content-products__inner form {
    width: 70%;
    padding: 50px 65px 50px 0;
  }

  .cart-content__checkout {
    width: 30%;
  }

  .cart-items-mob {
    display: none;
  }

  .checkout-content__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .checkout-content__form {
    width: 70%;
    padding: 50px 65px 50px 0;
  }

  .checkout-content__checkout {
    width: 30%;
  }

  .checkout-form__stage-row .field-wrap {
    width: 50%;
    padding: 0 15px;
  }

  .stage-item__inner {
    padding: 30px;
  }

  .stage-item {
    width: 33.3333333%;
  }

  .stock-banner__sheild {
    display: block;
  }

  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__bottom-wgt {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__sitemap {
    text-align: left;
    line-height: 14px;
    padding-right: 15px;
  }

  .footer__paymethod {
    padding-right: 80px;
    padding-bottom: 0;
  }

  .footer__chat {
    padding-bottom: 0;
  }

  .footer-wgt-info__logotype {
    width: 33.333333%;
    display: block;
  }

  .footer-wgt-info__social {
    width: 66.6666667%;
  }

  .footer-networks {
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    max-width: 1140px;
  }

  .front-banner-content__headline {
    font-size: 34px;
  }

  .category-banner__skew {
    width: 450px;
    height: 450px;
    right: 0;
  }

  .category-banner__sheild {
    right: 200px;
  }

  .service-content__inner {
    width: 60%;
  }

  .service-wgt__headline {
    font-size: 18px;
  }

  .service-socials__info {
    width: 75%;
  }

  .service-socials__list {
    width: 25%;
  }

  .service-socials__headline {
    font-size: 35px;
  }

  .complated-page__info {
    padding: 0 30px 0 80px;
  }

  .news-banner__skew {
    width: 450px;
    height: 450px;
    right: 0;
  }

  .news-banner__txt-bg {
    height: 100%;
  }

  .not-found-page__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }

  .not-found-page__info {
    padding-left: 50px;
    padding-right: 50px;
    width: 50%;
  }

  .not-found-page__code {
    width: 50%;
    display: block;
  }

  .not-found-page__code-mob {
    display: none;
  }

  .not-found-page {
    padding: 0 30px 50px 30px;
  }

  .footer-wgt-info__logotype {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer-wgt-info__logo-wrap {
    min-width: 200px;
  }

  .footer-wgt-info__social {
    width: 50%;
  }
}

@media (min-width: 1440px) {
  .wrapper {
    max-width: 1320px;
  }

  .front-banner__nav {
      left: 160px;
      bottom: 80px;
      transform: translateX(0);
    }

  .complated-page__info {
    padding: 0 150px;
  }

  .complated-page__img img {
    max-width: 55%;
    right: 200px;
  }

  .not-found-page__info {
    padding-left: 150px;
    padding-right: 200px;
  }
}

@media (min-width: 1920px) {
  .wrapper {
    max-width: 1600px;
  }
}

@media (max-width: 991px) {
  .front-promo__right .btn {
    padding: 10px 20px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    background-color: #6F73EE;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    border: none;
    padding: 15px 25px;
  }

  .front-promo__read-more {
    text-align: center;
  }

  .cart-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cart-items {
    display: none;
  }

  .checkout-form__stage-row .field-wrap:last-child {
    padding-bottom: 0;
  }

  .stage-item:nth-child(2) {
    padding-right: 0 !important;
  }

  .stage-item {
    padding-bottom: 20px;
  }

  .footer__bottom-wgt_map-site {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .footer__bottom-wgt_payment {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer-networks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .front-info__content {
    padding: 0 10px;
  }

  .footer-networks__item:nth-child(odd) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .footer-networks__item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.services-content__inner{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 0;
}
.area{
  position: relative;
}

@media(min-width: 768px){
    .area{
      margin-top: 15px;
    }
}

.area__placeholder{
    padding: 15px 25px;
    border: 1px solid #EAEBED;
    border-radius: 5px;
    font-size: 14px;
    color: #818181;
}
.area__content-input{
    padding: 10px 30px;
}
.area__content{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  z-index: 10;
  width: 100%;
  max-height: 350px;
  overflow: scroll;
  background-color: #F4F7FB;
  border: 1px solid #6F73EE;
  border-radius: 5px;
}
.area__item{
    padding: 10px 15px;
    border-bottom: 1px solid #EAEBED;
    font-size: 14px;
    cursor: pointer;
}
.area__item:first-child{
    border-top: 1px solid #EAEBED;
}
.area__item:last-child{
    border-bottom: none;
}
.area__content input{
        padding: 15px 25px;
    border: 1px solid #EAEBED;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
.cities{
  position: relative;
  margin-top: 15px;
}
.cities__placeholder{
    padding: 15px 25px;
    border: 1px solid #EAEBED;
    border-radius: 5px;
    font-size: 14px;
    color: #818181;
}
.cities__content-input{
    padding: 10px 30px;
}
.cities__content{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  z-index: 10;
  width: 100%;
  max-height: 350px;
  overflow: scroll;
  background-color: #F4F7FB;
  border: 1px solid #6F73EE;
  border-radius: 5px;
}
.cities__item{
    padding: 10px 15px;
    border-bottom: 1px solid #EAEBED;
    font-size: 14px;
    cursor: pointer;
}
.cities__item:first-child{
    border-top: 1px solid #EAEBED;
}
.cities__item:last-child{
    border-bottom: none;
}
.cities__content input{
        padding: 15px 25px;
    border: 1px solid #EAEBED;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
.offices{
  position: relative;
  margin-top: 15px;
}
.offices__content{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  z-index: 10;
  width: 100%;
  max-height: 350px;
  overflow: scroll;
  background-color: #F4F7FB;
  border: 1px solid #6F73EE;
  border-radius: 5px;
}
.offices__placeholder{
    padding: 15px 25px;
    border: 1px solid #EAEBED;
    border-radius: 5px;
    font-size: 14px;
    color: #818181;
}
.offices__content-input{
    padding: 10px 30px;
}
.offices__item{
    padding: 10px 15px;
    border-bottom: 1px solid #EAEBED;
    font-size: 14px;
    cursor: pointer;
}
.offices__item:first-child{
    border-top: 1px solid #EAEBED;
}
.offices__item:last-child{
    border-bottom: none;
}
.offices__content input{
        padding: 15px 25px;
    border: 1px solid #EAEBED;
    border-radius: 5px;
    font-size: 14px;
    width: 100%;
}
input.hidden{
  display: none;
}
        .modal {
            display: none;
            position: fixed;
            z-index: 99998;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .modal-content {
          position: fixed;
          z-index: 99999;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
            background-color: #fefefe;
            padding: 40px;
            width: 95%;
            border-radius: 10px;
        }
        .modal-content__inner{
          display: flex;
          align-items: center;
        }
        .modal-content__headline{
          font-weight: 500;
          font-size: 25px;
          text-transform: uppercase;
          color: #282739;
          margin-bottom: 80px;
        }
        .modal-content__form{
          width: 100%;
          flex: 0 0 auto;
        }
        .modal-content__footer{
            position: relative;
        }
        .modal-content__footer .loader{
            position: static;
            height: 35px;
            width: 35px;
            margin-top: 15px;
            display: flex;
            justify-content: center;
            margin-left: auto;
            margin-right: auto;
        }
        .services-checkbox{
            margin-top: 20px;
            font-weight: 400;
            font-size: 12px;
            color: #282739;
        }
        .services-checkbox a{
            color: #6F73EE;
        }
        .modal-content__image{
          width: 60%;
          flex: 0 0 auto;
          display: none;
        }
        .modal-content__image img{
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 10;
            height: 90%;
            max-width: 100%;
            display: none;
        }
        @media(min-width: 992px){
            .modal-content {
                width: 50%;
            }
        }
        @media(min-width: 1200px){
            .modal-content__form{
                width: 40%;
            }
            .modal-content__image{
                display: block;
            }
            .modal-content__image img{
                display: block;
                height: 60%;
            }
        }
        @media(min-width: 1440px){
            .modal-content__image img{
                display: block;
                height: 70%;
            }
        }
        @media(min-width: 1920px){
            .modal-content__image img{
                height: 90%;
            }
        }
        .btn.add_to_cart_button.added{
          display: none;
        }
        .product-wgt__buy .added_to_cart.wc-forward{
          padding: 10px 5px;
          color: #fff;
          font-weight: 400;
          font-size: 14px;
          background-color: #6F73EE;
          text-align: center;
          border-radius: 5px;
          display: inline-block;
          border: none;
          width: 100%;
        }
        @media(min-width: 992px){
            .product-wgt__buy{
                font-size: 16px;
            }
            .product-wgt__buy .added_to_cart.wc-forward{
                padding: 10px 20px;
            }
        }
        .news-products-wgt__content .added_to_cart.wc-forward{
          padding: 15px 25px;
          color: #fff;
          font-weight: 400;
          font-size: 16px;
          background-color: #9F8560;
          text-align: center;
          border-radius: 5px;
          display: inline-block;
          border: none;
          width: 100%;
        }
        .stock-wgt__footer .added_to_cart.wc-forward{
          color: #fff;
          font-weight: 400;
          font-size: 16px;
          background-color: #9F8560;
          border: 1px solid #9F8560;
          text-align: center;
          border-radius: 5px;
          display: inline-block;
          border: none;
          padding: 10px 20px;
          width: 100%;
        }
        .product-info__nav-item .added_to_cart.wc-forward{
          color: #fff;
          font-weight: 400;
          font-size: 16px;
          background-color: #9F8560;
          border: 1px solid #9F8560;
          text-align: center;
          border-radius: 5px;
          display: inline-block;
          border: none;
          padding: 15px 25px;
          width: 100%;
        }
[name="update_cart"] {
  display: none;
}
.cart-checkout__row-submit{
  padding-top: 20px;
}
.checkout-checked{
  margin-top: 20px;
  font-weight: 400;
  font-size: 12px;
  color: #282739;
}
.checkout-checked a{
  color: #6F73EE;
}
.checkout-page{
  position: relative;
}
.overlay-checkout{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99998;
  background-color: rgba(255, 255, 255, 0.7);
}
.checkout-custom__error{
  color: #EE685F;
  font-size: 14px;
  margin-top: 10px;
}
.code-submit{
  text-align: center;
  padding: 15px 0;
}
.code-submit__inner{
  text-align: center;
}
.code-submit__inner-wrap{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAEBED;
  border-radius: 5px;
  margin: 10px 0;
}
.valid-code-btn{
    margin-top: 10px;
}
.code-submit__inner-wrap input{
  display: block;
  height: 30px;
  background-color: #fff;
  border: none;
  text-align: center;
}
.code-submit-email{
    text-align: center;
    padding-top: 10px;
}
.code-submit-email__button{
  background: none;
  border: none;
  padding: 0;
  margin-top: 10px;
  color: #6F73EE;
}
.category-content-sort-mob__inner{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -7.5px;
    cursor: pointer;
}
.category-content-sort-mob-wgt{
    width: 50%;
    flex: 0 0 auto;
    padding: 0 7.5px;
}
.category-content-sort-mob-wgt__inner{
    background-color: #F4F7FB;
    border-radius: 5px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #5D6C7B;
}
.category-content-sort-mob-wgt__inner svg{
    display: block;
    width: 20px;
    height: 20px;
    stroke: #5D6C7B;
    margin-right: 10px;
}
@media(min-width: 992px){
    .category-content-sort-mob{
        display: none;
    }
}
.filter-content-mob{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    transform: translateX(-100%);
    transition: 300ms all;
    overflow: auto;
}
.sort-content-mob{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    transform: translateY(100%);
    transition: 300ms all;
    overflow: auto;
}
.filter-content-mob.filter-info.active{
    transform: translateX(0);
}
.sort-content-mob.filter-info.active{
    transform: translateY(0);
}
.filter-info__header,
.sort-info__header{
    padding: 10px 0;
    border-bottom: 1px solid #EAEBED;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 12px;
    color: #5D6C7B;
    cursor: pointer;
}
.filter-info__header svg,
.sort-info__header svg{
    width: 20px;
    height: 20px;
    display: block;
    stroke: #5D6C7B;
    margin-right: 10px;
}
.filter-info__content,
.sort-info__content{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-info__content-inner,
.sort-info__content-inner{
    background-color: #F4F7FB;
    border-radius: 10px;
    padding: 20px;
}
body.filter-active{
    overflow: hidden;
}
.filters-content__submit,
.sort-info__content-inner{
    display: flex;
    justify-content: center;
}
.filters-content__submit button,
.sort-content__submit button{
    font-weight: 500;
    font-size: 14px;
    color: #6F73EE;
    padding: 0;
    background: none;
    border: none;
}
.loader{
  height: 100px;
  width: 100px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.loader svg path,
.loader svg rect{
  fill: #6F73EE;
}
.body-layout{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99998;
    background-color: rgba(255, 255, 255, 0.7);
}
.coupon-btn-wrap{
    padding-top: 15px;
    text-align: center;
}
.coupon-btn{
    border: none;
    background: none;
    padding: 0;
    color: #6F73EE;
}
.coupon-form__inner{
    display: none;
}
form.coupon-form{
    width: 100%;
    padding: 0;
}
[name="apply_coupon"]{
    cursor: pointer;
}
form.coupon-form input{
    padding: 15px 25px;
    color: #282739;
    font-size: 14px;
    display: block;
    width: 100%;
    border: 1px solid #EAEBED;
    border-radius: 5px;
    font-family: "Stolzl-Regular", sans-serif;
}
.coupon-form .woocommerce-error{
    border: none;
    padding: 0;
    margin: 0;
}
.coupon-form .woocommerce-error li{
    color: #EE685F;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}
.coupon-form .woocommerce-error::before,
.coupon-form .woocommerce-error::after{
    display: none;
}
.next.page-numbers span,
.prev.page-numbers span{
    display: none;
}
@media(min-width: 992px){
    .next.page-numbers span,
    .prev.page-numbers span{
        display: block;
    }
}
a .page-numbers__icon{
    fill: #282739;
}
span .page-numbers__icon{
    fill: #5D6C7B;
}
.page-numbers__icon{
    width: 7px;
    height: 12px;
    display: block;
}
@media(min-width: 992px){
    .page-numbers__icon{
        display: none;
    }
}
.swiper-product-thumb .swiper-slide{
    border: 1px solid #EAEBED;
    border-radius: 5px;
    cursor: pointer;
}
.swiper-product-thumb .swiper-slide:hover{
    border-color: #6F73EE;
}
.swiper-product-thumb .swiper-slide.swiper-slide-thumb-active{
    border-color: #6F73EE;
}
.section-page{
    padding: 50px 0;
}
.modal-success-headline{
    font-weight: 500;
    font-size: 40px;
}
.modal-success-content{
    padding: 50px 0;
    font-size: 14px;
}
.modal-success-footer{
    padding-bottom: 30px;
    font-size: 14px;
}
.form-error{
    padding-top: 5px;
    color: #EE685F;
    font-size: 12px;
}
.error-input{
    border-color: #EE685F;
}

@media(min-width: 768px) and (max-width: 991px){
    .stage-item__details {
    padding-right: 20px !important;
  }
}
.newsletter-success{
    width: 100%;
    text-align: center;
}
.newsletter-headline{
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.newsletter-msg{
    color: #fff;
    font-size: 16px;
}

@keyframes flashing-border {
  0% {
    border-color: red;
  }
  50% {
    border-color: #EAEBED;
  }
  100% {
    border-color: red;
  }
}
.blind-error{
  border: 1px solid red;
  animation: flashing-border 0.5s 3;
}
.area__placeholder,
.cities__placeholder,
.offices__placeholder{
    cursor: pointer;
}
.stage-item__desctop{
    display: none;
}
.stage-item__mob{
    padding-top: 30px;
}
@media(min-width: 768px){
    .stage-item__desctop{
        display: flex;
    }
    .stage-item__mob{
        display: none;
    }
}
.area{
    padding-bottom: 15px;
}
.product-info__availability-mob{
    padding: 15px 0;
}
.footer-paymethod__img{
    max-width: 50px;
    height: auto;
    display: block;
}
.generate-section{
    padding: 50px 0;
}
.generate-section__inner{
    max-width: 60%;
    margin: 0 auto;
}
.generate-section__link{
    font-size: 20px;
    color: #6F73EE;
    margin-bottom: 30px;
}
.generate-section__headline{
    margin-bottom: 30px;
}
#send-cart-bottom{
    display: none;
    width: 50%;
}
@media(min-width: 992px){
    #send-cart-bottom{
        display: inline-block;
    }
}
.cart-checkout__notes{
    font-size: 12px;
    color: #EE685F;
}

.cart-wgt {
  padding-bottom: 30px;
}

.cart-wgt__inner {
  padding: 30px;
  border-radius: 5px;
  background-color: #F4F7FB;
}

.cart-wgt__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-wgt__content {
  padding-top: 30px;
}

.cart-wgt__headline {
    padding-bottom: 10px;
    font-size: 14px;
}

.cart-wgt__btn-clear {
  font-size: 14px;
  font-weight: 500;
  color: #CD4646;
  background: none;
  border: none;
  padding: 0;
}

.cart-wgt-item {
  padding-bottom: 15px;
}

.cart-wgt-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-wgt-item__thumb {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #F6F7FB;
  border-radius: 15px;
  overflow: hidden;
}

.cart-wgt-item__thumb img {
  max-width: 100%;
  height: auto;
  display: block;
}

.cart-wgt-item__content {
  width: 75%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-left: 10px;
}

.cart-wgt-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
}

.cart-wgt-item__headline {
  font-size: 14px;
  font-weight: 700;
}

.cart-wgt-item__btn-remove {
  background: none;
  border: none;
  padding: 0;
}

.cart-wgt-item__btn-remove-icon {
  width: 10px;
  height: 10px;
  display: block;
  fill: #CD4646;
}

.cart-wgt-item__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart-wgt-item__size {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 500;
}

.cart-wgt-item:last-child {
  padding-bottom: 0;
}

.cart-wgt-item-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-wgt-item-quantity__btn {
  background: none;
  border: none;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 18px;
  text-align: center;
}

.cart-wgt-item-quantity__field {
  background-color: #fff;
  border: 1px solid #6F73EE;
  border-radius: 5px;
  width: 25px;
  height: 20px;
  text-align: center;
  font-size: 14px;
}
.overlay-loading{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99998;
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay-loading__absolute{
  position: absolute;
}
.stock-wgt-price{
    padding-top: 30px;
}
.stock-wgt-price__old{
    font-size: 18px;
    text-decoration: line-through;
    padding-bottom: 15px;
    color: #5D6C7B;
}
.stock-wgt-price__current{
    font-size: 24px;
    color: #000;
}

@media(min-width: 992px) and (max-width: 1199px){
    .product-wgt {
        width: 50%;
    }
}

@media(min-width: 1200px) and (max-width: 1439px){
    .product-wgt {
        width: 33.333333%;
    }
}
.footer-menu-list{
    list-style-type: none;
}
.footer-menu-list li{
    padding-bottom: 10px;
    text-align: center;
}
@media(min-width: 992px){
    .footer-menu-list{
        display: flex;
        align-items: center;
    }
    .footer-menu-list li{
        padding-right: 15px;
        padding-bottom: 0;
        text-align: left;
    }
}
.footer-menu-list li a{
    font-size: 12px;
    color: #5D6C7B;
    line-height: 14px;
}
.top-menu{
    display: flex;
    align-items: center;
    list-style-type: none;
}
.top-menu li{
    padding-left: 10px;
    padding-right: 10px;
}
.top-menu li a{
    font-size: 14px;
    color: #282739;
}