

/* Start:/local/templates/index_main/css/style.min.css?1777985871272955*/
@charset "UTF-8";
@font-face {
    font-family: "Futura PT";
    /* font-display: swap; */
    src: url(/local/templates/index_main/css/../fonts/FuturaPT-Book.woff2) format("woff2"), url(/local/templates/index_main/css/../fonts/FuturaPT-Book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: "Futura PT";
    /* font-display: swap; */
    src: url(/local/templates/index_main/css/../fonts/FuturaPT-Medium.woff2) format("woff2"), url(/local/templates/index_main/css/../fonts/FuturaPT-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

.itc-select {
    position: relative;
    width: 100%
}

.itc-select__toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .3125rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.itc-select__toggle::after {
    background-image: url(/local/templates/index_main/css/../img/icons/arrow.svg);
    background-size: contain;
    transition: all .3s ease;
    transform: rotate(90deg);
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 14px;
    height: 14px
}

.itc-select__toggle:focus {
    outline: 0
}

.itc-select_show .itc-select__toggle::after {
    transform: rotate(270deg)
}

.itc-select__dropdown {
    position: absolute;
    top: 2.5rem;
    right: 0;
    left: 0;
    z-index: 2;
    max-height: 10rem;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .3125rem;
    max-height: 0;
    transition: all .3s ease
}

.itc-select_show .itc-select__dropdown {
    max-height: 100px
}

.itc-select_show .itc-select__backdrop {
    display: block
}

.itc-select__options {
    margin: 0;
    padding: 0;
    list-style: none
}

.itc-select__option {
    padding: .375rem .75rem
}

.itc-select__option_selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e1f5fe
}

.itc-select__option_selected::after {
    width: .75rem;
    height: .75rem;
    color: #0277bd;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');
    background-size: cover;
    content: "";
    display: none
}

.itc-select__option:hover {
    background-color: #f5f5f5;
    cursor: pointer;
    transition: .2s background-color ease-in-out
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

*, :after, :before {
    box-sizing: border-box
}

:active, :focus {
    outline: 0
}

a:active, a:focus {
    outline: 0
}

aside, footer, header, nav {
    display: block
}

body, html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

button, input, textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a, a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400
}

.header {
    position: relative;
    z-index: 10
}

.header-top {
    height: 40px;
    display: flex;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 0 60px
}

.header-top .header-body__logo {
    width: 138px;
    flex: 0 0 auto;
    display: block;
    order: 1
}

.header-top .header-body__call {
    display: block;
    order: 3
}

.header-top__address {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px
}

.header-top__address svg {
    margin: 0 8px 0 0
}

.header-top__btns {
    display: flex;
    margin: 0 0 0 auto
}

.header-top__btns-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    transition: all .3s ease
}

.header-top__btns-item:hover {
    color: #faa61a
}

.header-top__btns-item:not(:first-child) {
    margin: 0 0 0 80px
}

.header-top__btns-item svg {
    margin: 0 8px 0 0
}

.header-body {
    position: relative;
    z-index: 11;
    height: 90px;
    padding: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-body__btn {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #faa61a;
    border-radius: 5px
}

.header-body__logo {
    width: 240px
}

.header-body__logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.header-body__search {
    flex: 0 1 500px;
    margin: 0 30px 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #faa61a;
    border-radius: 6px
}

.header-body__search input {
    width: 100%;
    background-color: transparent;
    padding: 0 10px
}

.header-body__search .itc-select {
    flex: 0 0 auto;
    width: 145px;
    height: 32px
}

.header-body__search .itc-select__toggle {
    height: 100%;
    background-color: #eceef3;
    padding: 0;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
    padding: 0 30px 0 14px;
    border: none
}

.header-body__search .itc-select__dropdown {
    top: 100%;
    border: none;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2);
    border-radius: 5px
}

.header-body__search .itc-select__options {
    padding: 16px 0
}

.header-body__search .itc-select__option {
    padding: 0 16px;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.header-body__search .itc-select__option:not(:first-child) {
    margin: 8px 0 0
}

.header-body__search .itc-select__option.itc-select__option_selected {
    background-color: transparent;
    color: #faa61a
}

.header-body__search .itc-select__option.itc-select__option_selected:hover {
    text-decoration: none
}

.header-body__search .itc-select__option:hover {
    background-color: transparent;
    text-decoration: underline
}

.header-body__search-btn {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 100%;
    background-color: #faa61a;
    margin: 0 0 0 8px;
    transition: all .3s ease;
    border-radius: 0 5px 5px 0
}

.header-body__search-btn:hover {
    background: #ffbc4b;
    box-shadow: 0 20px 24px -4px rgba(250, 166, 26, .25), 0 8px 8px -4px rgba(250, 166, 26, .2)
}

.header-body__call {
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    transition: all .3s ease;
    margin: 0 8px 0 0
}

.header-body__call:hover {
    color: #faa61a
}

.header-body__btns {
    display: flex
}

.header-body__btns-item {
    cursor: pointer;
    position: relative
}

.header-body__btns-item > svg circle, .header-body__btns-item > svg path {
    transition: all .3s ease
}

.header-body__btns-item:hover > svg circle, .header-body__btns-item:hover > svg path {
    stroke: #000
}

.header-body__btns-item:not(:first-child) {
    margin: 0 0 0 24px
}

.header-body__btns-item ._modal-profile {
    width: 240px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2);
    border-radius: 5px;
    padding: 16px;
    transition: all .3s ease;
    opacity: 0;
    pointer-events: none;
    transform: translate(40%, -30%) scale(.2)
}

.header-body__btns-item ._modal-profile._active {
    opacity: 1;
    pointer-events: unset;
    transform: translate(0) scale(1)
}

.header-body__btns-item ._modal-profile__name {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.header-body__btns-item ._modal-profile__name svg {
    width: 24px;
    height: 24px;
    margin: 0 4px 0 0
}

.header-body__btns-item ._modal-profile__name svg circle, .header-body__btns-item ._modal-profile__name svg path {
    stroke: #bababa
}

.header-body__btns-item ._modal-profile__btn {
    width: 100%;
    margin: 16px 0 0;
    padding: 8px;
    font-size: 16px;
    line-height: 21px;
    text-transform: none;
    font-weight: 500
}

.header-body__btns-item ._modal-profile__out {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.header-body__btns-item ._modal-profile__out:hover {
    color: #faa61a
}

.header-body__btns-item ._count {
    position: absolute;
    top: -3px;
    right: -6px;
    width: 19px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    box-shadow: 0 6px 7px -2px rgba(255, 0, 0, .3);
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    align-items: center;
    color: #fff
}

.header-body__address {
    display: none;
    align-items: center;
    margin: 0 0 0 10px
}

.header-body__address span {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px dashed #000
}

.header-body__address svg {
    margin: 0 5px 0 0
}

.header-menu {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0 20px;
    background-color: #faa61a;
    border-radius: 5px
}

.header-menu__con {
    position: -webkit-sticky;
    position: sticky;
    z-index: 9;
    top: 4px
}

.header-menu__item {
    position: relative;
    cursor: pointer;
    flex: 1 1 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    transition: all .3s ease;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 3px 6px 2px
}

.header-menu__item:hover ._dropdown {
    pointer-events: unset;
    overflow: visible;
    background-color: #ffbc4b
}

.header-menu__item:hover ._dropdown__item {
    color: #000;
    border-color: #faa61a !important
}

.header-menu__item ._dropdown {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 15px 0;
    background-color: #ffbc4b;
    border-radius: 0 0 5px 5px;
    transition: all .4s ease;
    pointer-events: none;
    overflow: hidden;
    background-color: transparent
}

.header-menu__item ._dropdown__item {
    cursor: pointer;
    display: block;
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    transition: all .4s ease;
    white-space: nowrap;
    color: transparent;
    border-color: transparent !important
}

.header-menu__item ._dropdown__item:hover {
    text-decoration: underline
}

.header-menu__item ._dropdown__item:not(:first-child) {
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #faa61a
}

.header-menu__item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: block;
    height: 15px;
    width: .8px;
    background-color: #000
}

.header-menu__item-menu {
    position: relative;
    margin: 0 20px 0 0;
    width: 12px;
    height: 11px
}

.header-menu__item-menu span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0
}

.header-menu__item-menu span:nth-child(1) {
    top: 0
}

.header-menu__item-menu span:nth-child(2) {
    top: 5px
}

.header-menu__item-menu span:nth-child(3) {
    bottom: 0
}

.header-menu__item svg {
    width: 12px;
    height: 12px;
    flex: 0 0 auto;
    margin: 0 16px 0 0
}

.header-menu__item svg path {
    stroke: #000
}

.mobile-menu {
    position: fixed;
    padding: 11px 16px 0;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    height: 67px;
    background: #fff;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, .1)
}

.mobile-menu__item {
    position: relative;
    flex: 0 0 54px;
    display: flex;
    align-items: center;
    flex-direction: column
}

.mobile-menu__item ._count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -6px;
    right: 8px;
    width: 17px;
    height: 16px;
    background: red;
    box-shadow: 0 6px 7px -2px rgba(255, 0, 0, .3);
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    align-items: center;
    color: #fff
}

.mobile-menu__item._active svg path,
.mobile-menu__item._active svg rect {
  stroke: #000000;
}


.mobile-menu__item svg {
    width: 100%;
    height: 19px
}

.mobile-menu__item span {
    margin: 5px 0 0;
    color: #9d9ea3;
    text-align: center;
    font-size: 10px
}

.mobile-profile {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.mobile-profile._active {
    pointer-events: unset
}

.mobile-profile._active .mobile-profile__bg {
    opacity: .6
}

.mobile-profile._active .mobile-profile__con {
    transform: translate(0)
}

.mobile-profile__close {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 16px;
    right: 24px
}

.mobile-profile__close svg {
    width: 100%;
    height: 100%
}

.mobile-profile__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231f20;
    opacity: 0;
    transition: all .6s ease
}

.mobile-profile__con {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 16px 16px 92px;
    transform: translate(0, 110%);
    transition: all .5s ease
}

.mobile-profile__con::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -9px;
    width: 30px;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #d9d9d9
}

.mobile-profile__body {
    width: 100%;
    max-width: 352px
}

.mobile-profile__body ._modal-profile__name {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.mobile-profile__body ._modal-profile__name svg {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0
}

.mobile-profile__body ._modal-profile__name svg circle, .mobile-profile__body ._modal-profile__name svg path {
    stroke: #bababa
}

.mobile-profile__body ._modal-profile__btn {
    width: 100%;
    margin: 16px 0 0;
    padding: 8px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    text-transform: none
}

.mobile-profile__body ._modal-profile__out {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.mobile-catalog {
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: 0 0;
    transition: all .5s ease .1s
}

.mobile-catalog._active {
    pointer-events: unset;
    background: #f5f5f5
}

.mobile-catalog._active .mobile-catalog__top {
    transform: translate(0)
}

.mobile-catalog._active .mobile-catalog__body {
    transform: translate(0)
}

.mobile-catalog__top {
    position: relative;
    z-index: 2;
    padding: 12px 27px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    transform: translate(0, calc(-100% - 50px));
    transition: all .4s ease
}

.mobile-catalog__top._links-open .mobile-catalog__top-back {
    display: block
}

.mobile-catalog__top._links-open .mobile-catalog__top-name {
    display: block
}

.mobile-catalog__top._links-open .mobile-catalog__top-title {
    display: none
}

.mobile-catalog__top-back {
    display: none
}

.mobile-catalog__top-back svg {
    transform: scale(-1, 1)
}

.mobile-catalog__top-back svg path {
    stroke: #d9d9d9
}

.mobile-catalog__top-name {
    display: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
    margin: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.mobile-catalog__top-title {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #231f20
}

.mobile-catalog__top-title svg {
    margin: 0 12px 0 0
}

.mobile-catalog__top-title svg path {
    stroke: #faad2d
}

.mobile-catalog__body {
    position: relative;
    z-index: 1;
    margin: 16px 0 0;
    padding: 0 0 100px;
    height: 100%;
    overflow: auto;
    background-color: #f5f5f5;
    transition: all .4s ease;
    transform: translate(0, calc(-100% - 100px))
}

.mobile-catalog__con {
    display: flex;
    max-width: 352px;
    margin: 0 auto;
    overflow: hidden
}

.mobile-catalog__con._links-open .mobile-catalog__btns {
    transform: translate(calc(-100% - 50px), 0)
}

.mobile-catalog__con._links-open .mobile-catalog__links {
    transform: translate(-100%, 0)
}

.mobile-catalog__btns {
    flex: 0 0 100%;
    margin: 0 12px 0 0;
    padding: 0 0 100px;
    height: 100%;
    overflow: hidden;
    transition: all .5s ease
}

.mobile-catalog__btns-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 16px;
    transition: all .3s ease;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
    border-radius: 4px
}

.mobile-catalog__btns-item:not(:first-child) {
    margin: 12px 0 0
}

.mobile-catalog__btns-item:not(:first-child)::before {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    background-color: #ededed
}

.mobile-catalog__btns-item:hover {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    background: #fff
}

.mobile-catalog__btns-item:hover svg path {
    stroke: #faa61a
}

.mobile-catalog__btns-item svg path {
    stroke: #d9d9d9;
    transition: all .3s ease
}

.mobile-catalog__links {
    flex: 0 0 100%;
    transition: all .4s ease
}

.mobile-catalog__links-con {
    display: none
}

.mobile-catalog__links-con._active {
    display: block
}

.mobile-catalog__links-title {
    width: calc(100% - 32px);
    display: flex;
    align-items: center;
    background: #ededed;
    border-radius: 4px;
    padding: 8px 8px 8px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #231f20
}

.mobile-catalog__links-item {
    width: calc(100% - 32px);
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 16px;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
    margin: 6px 0 0;
    transition: all .3s ease
}

.mobile-catalog__links-item:hover {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px
}

.footer {
    position: relative;
    z-index: 1
}

.footer-body {
    display: flex;
    background-color: #faa61a;
    border-radius: 5px;
    padding: 65px 60px;
    font-size: 16px
}

.footer-body a {
    color: #000;
    transition: all .3s ease
}

.footer-body a:hover {
    text-decoration: underline
}

.footer-col {
    display: flex;
    flex-direction: column
}

.footer-col h5, .footer-col .h5 {
    font-weight: 500
}

.footer-col:nth-child(2) {
    margin: 0 0 0 100px
}

.footer-col:nth-child(3) {
    margin: 0 0 0 40px
}

.footer-col:nth-child(4) {
    margin: 0 0 0 auto
}

.footer-col ul li:not(:first-child) {
    margin: 10px 0 0
}

.footer-contacts a, .footer-contacts p {
    display: block;
    margin: 10px 0 0
}

.footer-copyrights {
    margin: auto 0 0
}

.footer-social {
    margin: 10px 0 0;
    display: flex
}

.footer-social__item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #000;
    transition: all .3s ease
}

.footer-social__item:not(:first-child) {
    margin: 0 0 0 10px
}

.footer-social__item svg {
    width: 16px;
    height: 16px
}

.footer-social__item svg path {
    fill: #000;
    transition: all .3s ease
}

.footer-social__item:hover {
    border-color: #fff
}

.footer-social__item:hover path {
    fill: #fff
}

.footer-question {
    margin: auto 0 0
}

.footer-question a {
    display: block;
    margin: 10px 0 0
}

h1, h2, h3, h4, h5 {
    font-style: normal;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #231f20
}

h1 {
    font-size: 40px;
    line-height: 51px
}

h2 {
    font-size: 34px;
    line-height: 44px
}

h3 {
    font-size: 24px;
    line-height: 31px
}

h4 {
    font-size: 20px;
    line-height: 26px
}

h5 {
    font-size: 16px;
    line-height: 21px
}

p {
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    font-weight: 400
}

p._bold {
    font-weight: 500
}

p._sm {
    font-size: 14px;
    line-height: 18px
}

.btn {
    cursor: pointer;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #faa61a;
    border-radius: 5px;
    padding: 16px 24px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20;
    transition: all .3s ease
}

.btn:hover {
    background: #ffbc4b;
    box-shadow: 0 20px 24px -4px rgba(250, 166, 26, .25), 0 8px 8px -4px rgba(250, 166, 26, .2)
}

.btn_gray {
    background-color: #ededed
}

.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none
}

.modal .btn {
    font-weight: 500
}

.modal._active {
    pointer-events: unset
}

.modal._active .modal__bg {
    opacity: .6
}

.modal._active .modal-body {
    opacity: 1;
    transform: translate(0) scale(1)
}

.modal._modal-forgot .modal-body, .modal._modal-login .modal-body, .modal._modal-registration .modal-body {
    width: 457px;
    padding: 48px
}

.modal._modal-buy .modal-body {
    width: 660px
}

.modal._modal-buy .modal-body__con {
    max-width: 490px
}

.modal._modal-buy .modal-body__form {
    max-width: 430px;
    margin: 32px auto 0
}

.modal._modal-sort {
    align-items: flex-end;
    padding: 0 0 80px
}

.modal._modal-sort .modal-body {
    width: 360px;
    height: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    margin: 0 16px
}

.modal._modal-sort .modal-body__close {
    position: absolute;
    right: 16px;
    width: 16px;
    height: 16px
}

.modal._modal-sort .modal-body__close svg {
    width: 100%;
    height: 100%
}

.modal._modal-sort .modal-body__close svg path {
    stroke: #000
}

.modal._modal-sort .sort_modal-body__title {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    color: #231f20
}

.modal._modal-sort .sort_modal-body__items {
    margin: 16px 0 0;
    display: flex;
    flex-direction: column
}

.modal._modal-sort .sort_modal-body__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    color: #919191
}

.modal._modal-sort .sort_modal-body__item:not(:first-child) {
    margin: 8px 0 0
}

.modal._modal-sort .sort_modal-body__item svg {
    margin: 2px 0 0 4px;
    display: none
}

.modal._modal-sort .sort_modal-body__item._active {
    color: #231f20
}

.modal._modal-sort .sort_modal-body__item._active svg {
    display: block
}

.modal._modal-filter {
    z-index: 12
}

.modal._modal-filter .modal-body__con {
    flex: 1 1 auto;
    max-height: 100%;
    overflow: auto;
    padding: 0 10px 0 0
}

.modal._modal-filter ._modal-filter__bottom {
    padding: 13px 0 19px;
    background: #fff;
    border: 1px solid #ededed;
    box-shadow: 0 -4px 4px rgba(0, 0, 0, .03), 0 -5px 15px rgba(0, 0, 0, .05)
}

.modal._modal-filter ._modal-filter__bottom-params {
    display: flex;
    overflow: auto;
    padding: 0 24px 8px
}

.modal._modal-filter ._modal-filter__bottom-params button {
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    background: #ffd999;
    border-radius: 100px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #231f20;
    white-space: nowrap
}

.modal._modal-filter ._modal-filter__bottom-params button svg {
    width: 16px;
    height: 16px;
    margin: 0 0 0 8px
}

.modal._modal-filter ._modal-filter__bottom-params button svg path {
    stroke: #231f20
}

.modal._modal-filter ._modal-filter__bottom-params button:not(:first-child) {
    margin: 0 0 0 8px
}

.modal._modal-filter ._modal-filter__bottom-btns {
    margin: 8px 24px 0;
    display: flex
}

.modal._modal-filter ._modal-filter__bottom-btns button {
    flex: 0 0 calc(50% - 8px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 5px;
    color: #231f20
}

.modal._modal-filter ._modal-filter__bottom-btns ._reset {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.modal._modal-filter ._modal-filter__bottom-btns ._show {
    background: #faa61a;
    margin: 0 0 0 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase
}

.modal._modal-filter._active .mobile-catalog__top {
    transform: translate(0)
}

.modal._modal-filter._active .mobile-catalog__top svg path {
    stroke: #000
}

.modal._modal-filter._active .mobile-catalog__top-close svg path {
    stroke: #000
}

.modal._modal-filter .modal-body {
    padding: 0;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    height: 100%
}

.modal._modal-filter .article-menu__search {
    display: flex;
    flex-direction: column
}

.modal._modal-filter .article-menu__search span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000
}

.modal._modal-filter .article-menu__search label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 0;
    padding: 0 16px;
    height: 50px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px
}

.modal._modal-filter .article-menu__search label input {
    width: 100%;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px
}

.modal._modal-filter .article-menu__search label input::-moz-placeholder {
    color: #919191
}

.modal._modal-filter .article-menu__search label input:-ms-input-placeholder {
    color: #919191
}

.modal._modal-filter .article-menu__search label input::placeholder {
    color: #919191
}

.modal._modal-filter .article-menu__search label button {
    margin: 4px 0 0;
    flex: 0 0 auto;
    background-color: transparent
}

.modal._modal-filter._modal-filter_articles .catalog-filter__title {
    text-transform: unset
}

.modal._modal-filter._modal-filter_articles .catalog-filter__checks {
    margin: 8px 0 0
}

.modal._modal-application label textarea {
    width: 100%;
    height: 72px;
    resize: none;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 14px 16px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px
}

.modal._modal-application label textarea::-moz-placeholder {
    color: #919191
}

.modal._modal-application label textarea:-ms-input-placeholder {
    color: #919191
}

.modal._modal-application label textarea::placeholder {
    color: #919191
}

.modal._modal-application .modal-body__form-captcha {
    margin: 24px 0 0;
    display: flex;
    justify-content: center
}

.modal._modal-application .modal-body__form-file {
    margin: 24px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #faa61a
}

.modal._modal-application .modal-body__form-file svg {
    margin: 0 8px 0 0
}

.modal._modal-application .modal-body {
    height: 100%;
    overflow: auto
}

.modal._modal-application .modal-body__title br {
    display: none
}

.modal._modal-application .itc-select {
    margin: 24px 0 0;
    flex: 0 0 auto;
    width: 100%;
    height: 50px
}

.modal._modal-application .itc-select button {
    margin: 0
}

.modal._modal-application .itc-select__toggle {
    height: 100%;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    font-weight: 450;
    line-height: 1;
    padding: 0 30px 0 14px
}

.modal._modal-application .itc-select__toggle::after {
    top: 18px;
    background-image: url(/local/templates/index_main/css/../img/icons/arrow-order.svg)
}

.modal._modal-application .itc-select__dropdown {
    top: 100%;
    border: none;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2);
    border-radius: 5px
}

.modal._modal-application .itc-select__options {
    padding: 16px 0
}

.modal._modal-application .itc-select__option {
    padding: 4px 16px;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.modal._modal-application .itc-select__option a {
    color: #231f20
}

.modal._modal-application .itc-select__option:not(:first-child) {
    margin: 8px 0 0
}

.modal._modal-application .itc-select__option.itc-select__option_selected {
    background-color: transparent;
    color: #faa61a
}

.modal._modal-application .itc-select__option.itc-select__option_selected:hover {
    text-decoration: none
}

.modal._modal-application .itc-select__option:hover {
    background-color: transparent;
    text-decoration: underline
}

.modal._modal-application .itc-select_show .itc-select__dropdown {
    max-height: 250px;
    overflow: auto
}

.modal._modal-crm .modal-body {
    width: 100%;
    max-width: 860px;
    padding: 30px;
    height: auto
}

.modal._modal-crm .modal-body__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    text-align: left;
    font-family: Futura PT;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.modal._modal-crm .modal-body__close {
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    position: relative;
    top: auto;
    right: auto
}

.modal._modal-crm .modal-body__item {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
    padding: 24px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.modal._modal-crm .modal-body__item-img {
    flex: 0 0 auto;
    width: 88px;
    height: 88px
}

.modal._modal-crm .modal-body__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.modal._modal-crm .modal-body__item-title {
    margin: 0 0 0 24px;
    color: #000;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    line-height: normal
}

.modal._modal-crm .modal-body__contacts {
    margin: 24px 0 0
}

.modal._modal-crm .modal-body__contacts-text {
    color: #000;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.modal._modal-crm .modal-body__contacts-fields {
    display: flex;
    margin: 24px 0 0
}

.modal._modal-crm .modal-body__contacts-field {
    flex: 0 0 calc(50% - 15px)
}

.modal._modal-crm .modal-body__contacts-field .just-validate-error-field {
    border-color: #b81111
}

.modal._modal-crm .modal-body__contacts-field .just-validate-error-label {
    display: none
}

.modal._modal-crm .modal-body__contacts-field input {
    width: 100%;
    height: 50px;
    background-color: transparent;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 0 16px;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal
}

.modal._modal-crm .modal-body__contacts-field input:placeholder {
    color: #919191
}

.modal._modal-crm .modal-body__contacts-field:not(:first-child) {
    margin: 0 0 0 30px
}

.modal._modal-crm .modal-body__contacts-warn {
    margin: 24px 0 0;
    color: #000;
    font-family: Futura PT;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.modal._modal-crm .modal-body__contacts-warn a {
    color: #faa61a;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.modal._modal-crm .modal-body__contacts-btn {
    margin: 36px 0 0;
    padding: 16px 50px
}

.modal__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #231f20;
    opacity: 0;
    transition: all .4s ease
}

.modal-body {
    width: 584px;
    position: relative;
    z-index: 2;
    padding: 64px 80px;
    background-color: #fff;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2);
    border-radius: 10px;
    transition: all .5s ease;
    opacity: 0;
    transform: translate(0, 25%) scale(.4)
}

.modal-body__con {
    width: 100%
}

.modal-body__close {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 14px
}

.modal-body__close svg path {
    transition: all .3s ease
}

.modal-body__close:hover svg path {
    stroke: #231f20
}

.modal-body__title {
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  line-height: 44px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #231f20;
}

.modal-body__info {
    font-weight: 600;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 16px;
    text-align: center
}

.modal-body__info span {
    display: block;
    margin: 8px 0 0;
    font-weight: 500
}

.modal-body__desc {
    text-align: center;
    margin: 16px 0 0
}

.modal-body__form {
    display: flex;
    flex-direction: column;
    margin: 32px 0 0
}

.modal-body__form label {
    display: block;
    width: 100%
}

.modal-body__form label:not(:first-child) {
    margin: 24px 0 0
}

.modal-body__form label .just-validate-error-field {
    border-color: #b81111
}

.modal-body__form label .just-validate-error-label {
    display: none
}

.modal-body__form label input {
    padding: 14px 16px;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    transition: all .3s ease
}

.modal-body__form label input:placeholder {
    color: #919191
}

.modal-body__form label input:focus {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05)
}

.modal-body__form button {
    margin: 24px auto 0
}

.modal-body__policy {
    margin: 32px 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #919191;
    text-align: center
}

.modal-body__policy a {
    color: #231f20
}

.modal-body__policy a:hover {
    text-decoration: underline
}

.modal-body__forgot {
    cursor: pointer;
    margin: 24px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    text-align: center
}

.modal-body__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0 0;
    padding: 32px 0 0;
    border-top: 2px solid #ededed
}

.modal-body__bottom-text {
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.modal-body__bottom-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px
}

.modal-body__filter {
    margin: 32px 0
}

.yt-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.yt-modal__bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #231f20;
    opacity: .6
}

.yt-modal__content {
    position: relative;
    width: 100%;
    height: 350px;
    max-width: 700px;
    margin: 16px;
    background-color: #fff;
    padding: 0;
    border-radius: 10px
}

.yt-modal__content iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px
}

.yt-modal__content-close {
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px
}

.yt-modal__content-close svg path {
    stroke: #fff;
    transition: all .3s ease
}

.yt-modal__content-close:hover svg path {
    stroke: #000
}

.breadcrumbs {
    margin: 24px 0 40px
}

.breadcrumbs__back img {
    transform: scale(-1, 1)
}

.breadcrumbs-body {
    display: flex
}

.breadcrumbs-body__item, .breadcrumbs-body__item a {
    font-size: 16px;
    line-height: 21px;
    color: #919191;
    transition: all .3s ease;
}

.breadcrumbs-body__item:hover, .breadcrumbs-body__item a:hover {
    color: #231f20
}

.breadcrumbs-body__item:not(:first-child)::before {
    content: "/";
    margin: 0 2px 0 5px
}

.breadcrumbs-body__item:last-child, .breadcrumbs-body__item:last-child a {
    color: #231f20
}

.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute
}

.noUi-touch-area {
    height: 100%;
    width: 100%
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-connects {
    border-radius: 3px
}

.noUi-connect {
    background: #3fb8af
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #e8e7e6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips, .noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #ccc
}

.noUi-marker-sub {
    background: #aaa
}

.noUi-marker-large {
    background: #aaa
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translate(0, -50%);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    transform: translate(0, -18px);
    top: auto;
    right: 28px
}

.main {
    margin: 64px 0 0
}

.main-body {
    display: flex;
    position: relative
}

.main-body .main-submenu {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 312px;
    bottom: 0;
    background: #f5f5f5;
    padding: 10px 10px 10px 0;
    border-radius: 0 5px 5px 0;
    pointer-events: none;
    width: 0%;
    transition: width .3s ease;
    opacity: 0
}

.main-body .main-submenu._active {
    opacity: 1;
    width: calc(100% - 312px);
    pointer-events: unset
}

.main-body .main-submenu__content {
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 5px;
    overflow: auto;
    padding: 32px;
    display: none;
    pointer-events: none;
    transition: all .3s ease
}

.main-body .main-submenu__content._active {
    display: flex;
    pointer-events: unset
}

.main-body .main-submenu__content-item {
    flex: 0 0 calc(33.333% - 5.35px)
}

.main-body .main-submenu__content-item:not(:first-child) {
    margin: 40px 0 0 8px
}

.main-body .main-submenu__content-item:nth-child(1) {
    margin: 0
}

.main-body .main-submenu__content-item:nth-child(2), .main-body .main-submenu__content-item:nth-child(3) {
    margin: 0 0 0 8px
}

.main-body .main-submenu__content-title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20;
    transition: all .3s ease
}

.main-body .main-submenu__content-title:hover {
    color: #faa61a
}

.main-body .main-submenu__content-link {
    display: block;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    margin: 8px 0 0;
    padding: 8px 34px 8px 8px;
    transition: all .3s ease
}

.main-body .main-submenu__content-link:hover {
    color: #faa61a
}

.main-menu {
    flex: 0 0 312px;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 17px 16px;
    transition: all .3s ease
}

.main-menu._active {
    border-radius: 5px 0 0 5px
}

.main-menu__item {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 8px 8px 16px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    transition: all .3s ease
}

.main-menu__item::after {
    content: "";
    display: block;
    position: absolute;
    transition: all .1s ease;
    width: 24px;
    height: 100%;
    left: 100%;
    background: #fff;
    width: 0;
    pointer-events: none
}

.main-menu__item:hover {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05)
}

.main-menu__item:not(:first-child) {
    margin: 0
}

.main-menu__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ededed;
    position: absolute;
    top: 0;
    left: 0
}

.main-menu__item._active {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 4px 0 0 4px
}

.main-menu__item._active::after {
    opacity: 1;
    pointer-events: unset;
    width: 24px;
    box-shadow: 8px 4px 4px rgba(0, 0, 0, .03), 8px 5px 15px rgba(0, 0, 0, .05)
}

.main-menu__item._active svg path {
    stroke: #faa61a
}

.main-menu__item svg {
    flex: 0 0 auto
}

.main-menu__item svg path {
    stroke: #d9d9d9
}

.main-content {
    position: relative;
    min-width: 0;
    margin: 0 0 0 24px
}

.main-slider {
    overflow: hidden;
    border-radius: 5px
}

.main-slider__slider {
    position: relative
}

.main-slider__slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
    transform: scale(.8);
    transition: all .5s ease
}

.main-slider__slider .swiper-slide.swiper-slide-active img {
    transform: scale(1)
}

.main-slider__slider-controlls {
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 1;
    left: 13px;
    bottom: 14px;
    background: #231f20;
    border-radius: 5px;
    padding: 8px
}

.main-slider__slider-controlls .main-swiper-pagination {
    padding: 0 24px
}

.main-slider__slider-controlls .main-swiper-pagination span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    opacity: 1;
    transition: all .3s ease;
    margin: 0 !important
}

.main-slider__slider-controlls .main-swiper-pagination span:not(:first-child) {
    margin: 0 0 0 24px !important
}

.main-slider__slider-controlls .main-swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #faa61a;
    border-color: #faa61a
}

.main-slider__slider-controlls .main-swiper-button-next svg {
    transform: scale(-1, 1)
}

.main-slider__slider-controlls .main-swiper-button-next, .main-slider__slider-controlls .main-swiper-button-prev {
    cursor: pointer
}

.main-slider__slider-controlls .main-swiper-button-next svg path, .main-slider__slider-controlls .main-swiper-button-prev svg path {
    transition: all .3s ease
}

.main-slider__slider-controlls .main-swiper-button-next:hover svg path, .main-slider__slider-controlls .main-swiper-button-prev:hover svg path {
    stroke: #faa61a
}

.main-banners {
    margin: 56px 0 0;
    display: flex
}

.main-banners._catalog-banners .main-banners__item {
    height: auto
}

.main-banners__item {
    cursor: pointer;
    flex: 0 0 calc(33.333% - 16px);
    border-radius: 5px;
    overflow: hidden;
    transition: all .3s ease
}

.main-banners__item:hover {
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2)
}

.main-banners__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-banners__item:not(:first-child) {
    margin: 0 0 0 24px
}

.main-advantages {
    margin: 24px 0 0;
    display: flex
}

.main-advantages a {
  flex: 0 0 calc(33.333% - 0px);
  display: flex;
  justify-content: space-between;
}

.main-advantages__item {
    cursor: pointer;
    position: relative;
    /*flex: 0 0 calc(33.333% - 16px);*/
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    transition: all .3s ease
}

.main-advantages__item:hover {
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2)
}

.main-advantages__item:hover .main-advantages__item-title {
    color: #faa61a
}

.main-advantages__item:not(:first-child) {
    margin: 0 0 0 24px
}

.main-advantages__item-title {
    text-transform: none;
    font-weight: 500;
    transition: all .3s ease
}

.main-advantages__item-desc {
    margin: 8px 0 0
}

.main-advantages__item-icon {
    flex: 0 0 auto;
    width: 56px;
    margin: 0 0 0 24px
}

.main-advantages__item-icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.popular {
    margin: 56px 0 0
}

.popular-con {
    padding: 64px 60px;
    background: #f5f5f5;
    border-radius: 5px
}

.popular-con h4 {
    font-weight: 550;
    letter-spacing: -.4px
}

.popular-body {
    display: flex;
    margin: 90px 0 0
}

.popular-body__item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex: 0 1 425px;
    position: relative;
    height: 200px;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 32px;
    transition: all .3s ease
}

.popular-body__item:hover {
    background: linear-gradient(258.51deg, #ffbc4b 61.25%, #ffd998 100.88%);
    box-shadow: 0 20px 24px -4px rgba(250, 166, 26, .25), 0 8px 8px -4px rgba(250, 166, 26, .2)
}

.popular-body__item:hover img {
    transform: 0
}

.popular-body__item:not(:first-child) {
    margin: 0 0 0 14px
}

.popular-body__item h5 {
    margin: auto 0 0;
    font-weight: 500
}

.popular-body__item img {
    pointer-events: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 290px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .3s ease
}

.goods {
    margin: 60px 0 0
}

.goods-btns {
    display: inline-flex;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6
}

.goods-btns__item {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    transition: all .3s ease
}

.goods-btns__item._active {
    background-color: #faa61a
}

.goods-btns__item:hover {
    background-color: #ffd999
}

.goods-btns__item:not(:first-child) {
    border-left: 1px solid #e6e6e6
}

.goods-body {
    margin: 40px 0 0
}

.goods-content {
    flex-wrap: wrap;
    display: none
}

.goods-content._active {
    display: flex
}

.goods-content__item {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    flex: 0 1 20%;
    background-color: #fff;
    padding: 16px;
    transition: all .3s ease;
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9
}

.goods-content__item .card-info__amount-text {
    display: inline-block;
}

.goods-content__item .card-info__amount-text svg {
	margin-bottom: -5px;
}

.goods-content__item .card-info__amount-text .--yellow {
	display: block;
	margin-top: 5px;
	margin-left: 35px;
}

.goods-content__item:hover {
    z-index: 2;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2)
}

.goods-content__item:nth-child(5n+1) {
    border-left: 1px solid #d9d9d9
}

.goods-content__item:nth-child(1), .goods-content__item:nth-child(2), .goods-content__item:nth-child(3), .goods-content__item:nth-child(4), .goods-content__item:nth-child(5) {
    border-top: 1px solid #d9d9d9
}

.goods-content__item:first-child {
    border-left: 1px solid #d9d9d9
}

.goods-content__item-img {
    position: relative;
    height: 220px
}

.goods-content__item-img img {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.goods-content__item-like {
    cursor: pointer;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0
}

.goods-content__item-like svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.goods-content__item-like svg path {
    transition: all .3s ease
}

.goods-content__item-like._isFavorite svg path {
    fill: #faa61a
}

.goods-content__item-rating {
    margin: 12px 0 0
}

.goods-content__item-rating-link {
    color: #000;
    font-size: 13px;
    margin-left: 5px;
    vertical-align: top;
    font-weight: bold;
}

.goods-content__item-name {
    margin: 2px 0 0;
    font-size: 16px;
    line-height: 21px;
    word-wrap: break-word;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .03em;
	color: #231f20;
	padding-top: 15px;
}

.goods-content__item-desc {
    padding: 4px 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #919191;
	min-height: 40px;
}

.goods-content__item-bottom {
    padding: 16px 0 0;
    margin: auto 0 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.goods-content__item-price {
    font-weight: 600;
	font-style: normal;
	letter-spacing: .03em;
	color: #231f20;
	padding-top: 15px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
}

.goods-content__item-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #faa61a;
    border-radius: 5px;
    transition: all .3s ease
}

.goods-content__item-btn:hover {
    background: #ffbc4b;
    box-shadow: 0 20px 24px -4px rgba(250, 166, 26, .25), 0 8px 8px -4px rgba(250, 166, 26, .2)
}

.goods-content__item-btn svg {
    width: 32px;
    height: 32px
}

.goods-content__item-btn svg circle, .goods-content__item-btn svg path {
    stroke: #fff
}

.goods-content__item-btn svg:nth-child(2) {
    display: none
}

.goods-content__item-btn._inCart svg:nth-child(1) {
    display: none
}

.goods-content__item-btn._inCart svg:nth-child(2) {
    display: block
}

.videos {
    margin: 64px 0 0
}

.videos-body {
    margin: 32px 0 0;
    overflow: hidden
}

.videos-body__item-preview {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    height: 180px
}

.videos-body__item-preview img {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.videos-body__item-play {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    transition: all .3s ease
}

.videos-body__item-play:hover {
    background-color: #ededed
}

.videos-body__item-title {
    margin: 24px 0 0;
    text-transform: unset;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0
}

.main-text {
    margin: 64px 0 0
}

.main-text__body {
    display: flex
}

.main-text__content {
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.main-text__content p {
    margin: 24px 0 0
}

.main-text__content ul {
    margin: 24px 0 0
}

.main-text__content ul li {
    position: relative;
    padding: 0 0 0 20px
}

.main-text__content ul li::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #231f20;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 8px
}

.main-text__news {
    flex: 0 0 424px;
    margin: 0 0 0 24px
}

.main-text__news-content {
    margin: 24px 0 0
}

.main-text__news-item {
    display: block
}

.main-text__news-item:not(:first-child) {
    margin: 24px 0 0
}

.main-text__news-date {
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.main-text__news-title {
    margin: 10px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #faa61a
}

.main-text__news-text {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.partners {
    margin: 32px 0 56px
}

.partners-body {
    display: flex;
    flex-wrap: wrap
}

.partners-body__item {
    flex: 0 0 calc(16.666% - 20px);
    height: 87px
}

.partners-body__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.partners-body__item:not(:first-child) {
    margin: 0 0 8px 24px
}

.partners-body__item:nth-child(6n+1) {
    margin: 0 0 8px
}

.spares-top._catalog-top h1 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: .03em
}

.spares-top._card-top .spares-top__title {
    max-width: 100%
}

.spares-top__body {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.spares-top__title {
    width: 100%;
    max-width: 900px;
    letter-spacing: -.1px
}

.spares-top__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 5px;
    margin: 0 0 0 20px
}

.spares-top__logo img {
    width: 76px;
    height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    mix-blend-mode: multiply
}

._spares-text {
    margin: 64px 0
}

.main-text._catalog-products {
    margin: 60px 0
}

.spares-content {
    margin: 64px 0 0
}

.spares-content-body {
    display: flex;
    flex-wrap: wrap
}

.spares-content__item {
    flex: 0 0 33.333%;
    display: flex;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 24px;
    border-left: none;
    min-height: 300px
}

.spares-content__item._good {
    min-height: auto;
    align-items: center
}

.spares-content__item._good .spares-content__item-links a {
    font-weight: 600;
    text-transform: uppercase
}

.spares-content__item a:hover {
    text-decoration: underline
}

.spares-content__item:first-child {
    border-left: 1px solid #d9d9d9
}

.spares-content__item:not(:first-child) {
    border-top: none
}

.spares-content__item:nth-child(3n+1) {
    border-left: 1px solid #d9d9d9
}

.spares-content__item:nth-child(1), .spares-content__item:nth-child(2), .spares-content__item:nth-child(3) {
    border-top: 1px solid #d9d9d9
}

.spares-content__item-img {
    flex: 0 0 auto;
    width: 180px
}

.spares-content__item-img img {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.spares-content__item-img span {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    padding: 24px
}

.spares-content__item-body {
    margin: 0 0 0 16px
}

.spares-content__item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #231f20
}

.spares-content__item-links:not(:first-child) {
    margin: 16px 0 0
}

.spares-content__item-links li:not(:first-child) {
    margin: 8px 0 0
}

.spares-content__item-links li .spares-expand-btn {
    cursor: pointer;
    display: inline;
    border-bottom: 1px dotted #faa61a;
    color: #faa61a
}

.spares-content__item-links li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.spares-content._catalog-products .spares-content__item {
    align-items: flex-start
}

.spares-list {
    margin: 0 0 40px;
    overflow: hidden
}

.spares-list__title {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.spares-list__slider {
    margin: 8px 0 0
}

.spares-list__slider .swiper-slide {
    display: inline-flex;
    width: auto !important
}

.spares-list__slider a {
    height: 38px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #ededed;
    border-radius: 5px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.spares-list__slider a._active {
    background: #faa61a
}

._spares-items__top {
    margin: 24px 0 0;
    display: flex;
    justify-content: space-between
}

._spares-items__sort {
    display: flex;
    align-items: center
}

._spares-items__sort span {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

._spares-items__sort a {
    display: flex;
    align-items: center;
    margin: 0 0 0 16px;
    font-size: 16px;
    line-height: 21px;
    color: #919191;
    transition: all .3s ease
}

._spares-items__sort a:hover {
    color: #231f20
}

._spares-items__sort a svg {
    display: none;
    margin: 2px 0 0 4px
}

._spares-items__sort a._active {
    color: #231f20
}

._spares-items__sort a._active svg {
    display: block
}

._spares-items__sort-btn {
    margin: 24px 0 0;
    cursor: pointer;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #bababa;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 5px
}

._spares-items__sort-btn svg {
    margin: 0 10px 0 0
}

._spares-items__pages {
    display: flex;
    align-items: center
}

._spares-items__pages span {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

._spares-items__pages a {
    display: flex;
    align-items: center;
    margin: 0 0 0 8px;
    font-size: 16px;
    line-height: 21px;
    color: #919191;
    transition: all .3s ease
}

._spares-items__pages a:hover {
    color: #231f20
}

._spares-items__pages a._active {
    color: #231f20
}

._spares-items__content {
    margin: 24px 0 0
}

._spares-items__item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 32px 16px 16px;
    border: 1px solid #d9d9d9;
    border-bottom: none
}

._spares-items__item:last-child {
    border-bottom: 1px solid #d9d9d9
}

._spares-items__item:hover {
    z-index: 1;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2)
}

._spares-items__item-img {
    flex: 0 0 auto;
    width: 80px;
    height: 80px
}

._spares-items__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

._spares-items__item-title {
    margin: 0 0 0 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

._spares-items__item-price {
    margin: 0 0 0 auto;
    padding: 0 0 0 24px;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #919191;
    white-space: nowrap
}

._spares-items__item-price span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

._spares-items__item-count {
    display: flex;
    margin: 0 0 0 64px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    height: 38px
}

._spares-items__item-count button {
    background-color: transparent;
    width: 38px;
    transition: all .3s ease
}

._spares-items__item-count button svg rect {
    transition: all .3s ease
}

._spares-items__item-count button:hover {
    background-color: #d9d9d9
}

._spares-items__item-count button:hover svg rect {
    fill: #d9d9d9
}

._spares-items__item-count button:first-child {
    border-right: 1px solid #d9d9d9
}

._spares-items__item-count button:last-child {
    border-left: 1px solid #d9d9d9
}

._spares-items__item-count input {
    width: 38px;
    height: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #231f20
}

._spares-items__item-count input::-webkit-inner-spin-button, ._spares-items__item-count input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

._spares-items__item-count input[type=number] {
    -moz-appearance: textfield
}

._spares-items__item-sum {
    margin: 0 0 0 64px;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #919191;
    white-space: nowrap
}

._spares-items__item-sum span {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

._spares-items__item-btn {
    flex: 0 0 auto;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin: 0 0 0 64px;
    background: #faa61a;
    border-radius: 5px;
    transition: all .3s ease
}

._spares-items__item-btn:hover {
    background-color: #ffbc4b
}

._spares-items__bottom {
    display: flex;
    margin: 24px 0 0;
    padding: 43px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

._spares-items__more {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 52px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    transition: all .3s ease
}

._spares-items__more:hover {
    background-color: #d9d9d9
}

._spares-items__page {
    margin: 0 0 0 64px;
    display: flex;
    margin: 0 0 0 64px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    height: 52px
}

._spares-items__page button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 52px;
    transition: all .3s ease
}

._spares-items__page button:disabled svg path {
    stroke: #d9d9d9
}

._spares-items__page button svg {
    width: 16px;
    height: 16px
}

._spares-items__page button svg rect {
    transition: all .3s ease
}

._spares-items__page button:hover {
    background-color: #d9d9d9
}

._spares-items__page button:hover svg rect {
    fill: #d9d9d9
}

._spares-items__page button:first-child {
    border-right: 1px solid #d9d9d9
}

._spares-items__page button:first-child svg {
    transform: scale(-1, 1)
}

._spares-items__page button:last-child {
    border-left: 1px solid #d9d9d9
}

._spares-items__page span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

._spares-items__page input, ._spares-items__page span {
    width: 52px;
    height: 100%;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #231f20
}

._spares-items__page input::-webkit-inner-spin-button, ._spares-items__page input::-webkit-outer-spin-button, ._spares-items__page span::-webkit-inner-spin-button, ._spares-items__page span::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

._spares-items__page input[type=number], ._spares-items__page span[type=number] {
    -moz-appearance: textfield
}

.catalog {
    margin: 48px 0 64px
}

.catalog-menu {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 16px
}

.catalog-menu__item {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    border-radius: 4px;
    transition: all .3s ease
}

.catalog-menu__item:hover {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05)
}

.catalog-menu__item._active {
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05)
}

.catalog-menu__item._active svg path {
    stroke: #faa61a
}

.catalog-menu__item._back {
    padding: 8px 8px 8px 0
}

.catalog-menu__item._back svg {
    margin: 0 8px 0 0;
    transform: scale(-1, 1)
}

.catalog-menu__item._back svg path {
    stroke: #d9d9d9
}

.catalog-menu__item svg {
    flex: 0 0 auto;
    margin: 0 0 0 auto
}

.catalog-menu__item svg path {
    stroke: #d9d9d9
}

.catalog-menu__item:not(:first-child) {
    margin: 12px 0 0
}

.catalog-filter__title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

.catalog-filter__title:not(:first-child) {
    margin: 24px 0 0
}

.catalog-filter__checks {
    margin: 16px 0 0;
    display: flex;
    flex-direction: column
}

.catalog-filter__checks label {
    display: flex;
    align-items: center
}

.catalog-filter__checks label input {
    display: none
}

.catalog-filter__checks label input:checked + .fake {
    border-color: #faa61a
}

.catalog-filter__checks label input:checked + .fake img {
    transform: scale(1)
}

.catalog-filter__checks label:not(:first-child) {
    margin: 8px 0 0
}

.catalog-filter__checks label .fake {
    cursor: pointer;
    flex: 0 0 auto;
    border: 2px solid #d9d9d9;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    transition: all .3s ease
}

.catalog-filter__checks label .fake img {
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .3s ease;
    transform: scale(0)
}

.catalog-filter__checks label .text {
    cursor: pointer;
    margin: 0 0 0 8px;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.catalog-filter__range {
    margin: 26px 0 0
}

.catalog-filter__range .noUi-target {
    border-radius: 0;
    border: none;
    background-color: #d9d9d9
}

.catalog-filter__range .noUi-horizontal {
    height: 4px
}

.catalog-filter__range .noUi-connects {
    border-radius: 0
}

.catalog-filter__range .noUi-connect {
    background: #faa61a
}

.catalog-filter__range .noUi-horizontal .noUi-handle {
    top: -10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #faa61a;
    border-radius: 50%
}

.catalog-filter__range .noUi-horizontal .noUi-handle::after, .catalog-filter__range .noUi-horizontal .noUi-handle::before {
    display: none
}

.catalog-filter__range .noUi-pips-horizontal {
    position: absolute;
    top: -28px;
    padding: 0;
    height: 30px;
    left: 10px;
    right: 10px;
    width: auto;
    pointer-events: none
}

.catalog-filter__range .noUi-marker-horizontal.noUi-marker {
    display: none
}

.catalog-filter__range .noUi-value-horizontal {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #919191
}

.catalog-filter__range .noUi-value-horizontal::before {
    content: "";
    display: block;
    height: 18px;
    width: 1px;
    background-color: #919191;
    position: absolute;
    left: 50%;
    top: calc(100% + 3px);
    transform: translate(-50%, 0)
}

.catalog-filter__fromto {
    margin: 26px 0 0;
    display: flex
}

.catalog-filter__fromto input {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    flex: 0 0 calc(50% - 8px);
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.catalog-filter__fromto input::-webkit-inner-spin-button, .catalog-filter__fromto input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.catalog-filter__fromto input[type=number] {
    -moz-appearance: textfield
}

.catalog-filter__fromto input:not(:first-child) {
    margin: 0 0 0 16px
}

.catalog-filter__perfomance {
    margin: 36px 0 0
}

.catalog-filter__perfomance .noUi-target {
    border-radius: 0;
    border: none;
    background-color: #d9d9d9
}

.catalog-filter__perfomance .noUi-horizontal {
    height: 4px
}

.catalog-filter__perfomance .noUi-connects {
    border-radius: 0
}

.catalog-filter__perfomance .noUi-connect {
    background: #faa61a
}

.catalog-filter__perfomance .noUi-horizontal .noUi-handle {
    top: -10px;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 2px solid #faa61a;
    border-radius: 50%
}

.catalog-filter__perfomance .noUi-horizontal .noUi-handle::after, .catalog-filter__perfomance .noUi-horizontal .noUi-handle::before {
    display: none
}

.catalog-filter__perfomance .noUi-pips-horizontal {
    position: absolute;
    top: -28px;
    padding: 0;
    height: 30px;
    left: 10px;
    right: 10px;
    width: auto;
    pointer-events: none
}

.catalog-filter__perfomance .noUi-marker-horizontal.noUi-marker {
    display: none
}

.catalog-filter__perfomance .noUi-value-horizontal {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #919191
}

.catalog-filter__perfomance .noUi-value-horizontal::before {
    content: "";
    display: block;
    height: 18px;
    width: 1px;
    background-color: #919191;
    position: absolute;
    left: 50%;
    top: calc(100% + 3px);
    transform: translate(-50%, 0)
}

.catalog-filter__show {
    margin: 32px 0 0;
    width: 100%
}

.catalog-filter__cancel {
    margin: 32px 0 0;
    width: 100%;
    color: #919191
}

.catalog-body {
    display: flex
}

.catalog-col:nth-child(1) {
    flex: 0 0 312px
}

.catalog-col:nth-child(2) {
    flex: 1 1 100%;
    margin: 0 0 0 24px
}

.catalog-top {
    display: flex;
    flex-wrap: wrap
}

.catalog-top__item {
    display: flex;
    align-items: center;
    flex: 0 0 calc(33.333% - 16px);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    margin: 0 24px 24px 0;
    padding: 16px
}

.catalog-top__item:nth-child(3n) {
    margin: 0 0 24px
}

.catalog-top__item:hover .catalog-top__item-title {
    text-decoration: underline
}

.catalog-top__item-img {
    flex: 0 0 auto;
    width: 100px
}

.catalog-top__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.catalog-top__item-content {
    flex: 1 1 auto;
    margin: 0 0 0 16px
}

.catalog-top__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.catalog-top__item-count {
    margin: 4px 0 0;
    font-size: 14px;
    line-height: 18px;
    color: #919191
}

.catalog-content ._spares-items__top {
    margin: 0
}

.catalog-content__btns {
    margin: 32px 0 0;
    display: flex
}

.catalog-content__btns-item {
    cursor: pointer;
    flex: 1 1 calc(50% - 8px);
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #bababa;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #231f20
}

.catalog-content__btns-item svg {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0
}

.catalog-content__btns-item:not(:first-child) {
    margin: 0 0 0 16px
}

.catalog-content .goods-content {
    margin: 24px 0 0;
    display: flex
}

.catalog-content .goods-content__item {
    flex: 0 0 25%;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-left: none
}

.catalog-content .goods-content__item:nth-child(4n+1) {
    border-left: 1px solid #d9d9d9
}

.catalog-content .goods-content__item:nth-child(1), .catalog-content .goods-content__item:nth-child(2), .catalog-content .goods-content__item:nth-child(3), .catalog-content .goods-content__item:nth-child(4) {
    border-top: 1px solid #d9d9d9
}

.catalog-content .goods-content__item:first-child {
    border-left: 1px solid #d9d9d9
}

.catalog-content .goods-content__item-name {
    max-width: 210px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .03em;
	color: #231f20;
	padding-top: 15px;
}

.catalog-content .goods-content__item-name a {
    color: #231f20
}

.catalog-content ._spares-items__bottom {
    margin: 56px 0 0;
    padding: 0 0 56px;
    border-top: none
}

.catalog-content .main-banners {
    display: none
}

.catalog-content__text {
    margin: 48px 0 0
}

.catalog-content__text p:not(:first-child) {
    margin: 16px 0 0
}

.catalog-filter {
    margin: 40px 0 0
}

.card {
    margin: 48px 0 0
}

.card-rating {
    display: flex;
    align-items: center
}

.card-rating span {
    margin: 0 0 0 9px;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.card-rating__item:not(:first-child) {
    margin: 0 0 0 6px
}

.card-rating-new {
    display: flex;
    align-items: center
}

.card-rating-new span {
    margin: 0 0 0 9px;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.card-rating__item-new:not(:first-child) {
    margin: 0 0 0 6px
}

.card-content {
    margin: 8px 0 0;
    display: flex;
    flex-wrap: wrap
}

.card-content__slider {
    min-width: 0;
    flex: 0 0 535px
}

.card-content__slider-big {
    position: relative;
    height: 400px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px
}

.card-content__slider-big .swiper-wrapper {
    z-index: 1
}

.card-content__slider-big .swiper-slide {
    display: flex;
    justify-content: center
}

.card-content__slider-big .swiper-slide img {
    width: calc(100% - 80px);
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-content__slider-big .swiper-button-next, .card-content__slider-big .swiper-button-prev {
    margin: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%)
}

.card-content__slider-big .swiper-button-next::after, .card-content__slider-big .swiper-button-prev::after {
    display: none
}

.card-content__slider-big .swiper-button-next svg, .card-content__slider-big .swiper-button-prev svg {
    width: 32px;
    height: 32px
}

.card-content__slider-big .swiper-button-prev {
    left: 26px
}

.card-content__slider-big .swiper-button-next {
    right: 26px
}

.card-content__slider-big .swiper-button-next svg {
    transform: scale(-1, 1)
}

.card-content__slider-small {
    flex: 0 0 auto;
    width: 100%;
    margin: 24px 0 0;
    overflow: hidden
}

.card-content__slider-small .swiper-slide {
    cursor: pointer;
    width: 82.5px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s ease
}

.card-content__slider-small .swiper-slide a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 4px
}

.card-content__slider-small .swiper-slide a._video {
    position: relative
}

.card-content__slider-small .swiper-slide a._video::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 31px;
    height: 31px;
    background-image: url(/local/templates/index_main/css/../img/catalog/play.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.card-content__slider-small .swiper-slide iframe, .card-content__slider-small .swiper-slide img, .card-content__slider-small .swiper-slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-content__slider-small .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #faa61a
}

.card-content__count {
    display: inline-flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 136px;
    padding: 0 16px;
    background: #231f20;
    border-radius: 100px;
    order: 2;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.card-info {
    flex: 0 0 calc(100% - 559px);
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 24px
}

.card-info .card-info__row {
    display: none
}

.card-info__col:nth-child(1) {
    flex: 0 0 195px
}

.card-info__col:nth-child(2) {
    flex: 1 1 auto;
    margin: 0 0 0 60px
}

.card-info__count > span {
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
    color: #231f20
}

.card-info__count ._spares-items__item-count {
    overflow: visible;
    position: relative;
    margin: 6px 0 0;
    display: inline-flex
}

.card-info__count ._spares-items__item-count svg {
    height: 100%
}

.card-info__count ._spares-items__item-count::after {
    content: "шт";
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translate(-50%, 0);
    color: #a5a5a5;
    font-size: 12px
}

.card-info__content {
    margin: 24px 0 0
}

.card-info__content h4 {
    text-transform: unset
}

.card-info__content .h4 {
	text-transform: unset;
	padding-top: 15px;
	font-size: 20px;
	line-height: 26px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .03em;
	color: #231f20;
}

.card-info__content-item {
    color: #6d6e71;
    font-size: 14px
}

.card-info__content-item:not(:first-child) {
    margin: 15px 0 0
}

.card-info__content-item span {
    margin: 2px 0 0;
    display: block;
    color: #231f20;
    font-size: 16px
}

.card-info__content-item span a {
    color: #faa61a
}

.card-info__price {
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.card-info__price ._like {
    display: none
}

.card-info__price span {
    display: block;
    color: #6d6e71;
    font-size: 12px;
    text-align: right
}

.card-info__price span._price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 4px;
    white-space: nowrap;
    font-weight: 500;
    text-align: right;
    font-size: 40px;
    line-height: 24px;
    color: #231f20
}

.card-info__price span._price svg {
    width: 24px;
    height: 24px
}

.card-info__row {
    flex: 0 0 100%
}

.card-info__btns {
    margin: 16px 0 0;
    display: flex;
    justify-content: flex-end
}

.card-info__btns-item {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20;
    padding: 0 16px
}

.card-info__btns-item:not(:first-child) {
    margin: 0 0 0 24px
}

.card-info__btns-item._like {
    padding: 0;
    width: 50px;
    border: 1px solid #d9d9d9
}

.card-info__btns-item._buy {
    background: #ededed
}

.card-info__btns-item._toCart {
    background: #faa61a
}

.card-info__self {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 25px 0;
    margin: 16px 0 0
}

.card-info__self-col {
    display: flex;
    flex-direction: column;
    color: #6d6e71;
    font-size: 14px
}

.card-info__self-col:last-child {
    text-align: right
}

.card-info__self-col span {
    color: #231f20;
    font-size: 16px;
    font-weight: 500
}

.card-info__advantages {
    margin: 16px 0 0;
    display: flex;
    justify-content: space-between
}

.card-info__advantages-item {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    font-weight: 500
}

.card-info__advantages-item img {
    flex: 0 0 auto
}

.card-info__advantages-item span {
    margin: 0 0 0 16px
}

.card-info__offer-action {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 30px;
    justify-content: flex-end;
    gap: 5px;
    align-items: center;
}

.card-info__messangers {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.messanger__btn {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto; 
    padding: 8px 8px;
    backface-visibility: hidden;
    border-radius: 8px;
    cursor: pointer;
    width: 169px;
    font-size: 14px;
    justify-content: center;
    transition: all .2s ease-in-out;
    z-index: 1;
	position: relative;
}

.messanger__btn:hover {
    opacity: .8;
    box-shadow: 0 20px 24px -4px rgba(250, 166, 26, .25), 0 8px 8px -4px rgba(250, 166, 26, .2);
  }

.messanger__btn .messanger__svg {
    width: 20px;
    height: 20px;
}

.messanger__whatsapp {
    background-color: #21ba4c;
    border-color: #21ba4c;
    color: #fff;
}

.messanger__tg {
    background: linear-gradient(180deg, #2aabee, #229ed9 9925.83%);
    border: none;
    color: #fff;
}

.messanger__max {
    background: linear-gradient(45.44deg, #77bcfd 4.35%, #6699f4 21.29%, #4b54ef 42.91%, #553deb 55.93%, #7d40e3 74.34%, #9762e8 87.75%);
    border: none;
    color: #fff;
    width: 139px;
}

.messanger__btn .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.messanger__btn .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.messanger__btn:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.add_to_offer, .add_to_offer_load {
    margin-top: 10px;
}

.catalog-item-offer {
    display: block;
    color: #000;
    cursor: pointer;
    font-size: 14px;
	width: 140px;
	background: #faa61a;
	border-radius: 5px;
	transition: all .3s ease;
	padding: 11px;
	text-align: center;
}
.catalog-item-offer:hover {
  background: #ffbc4b;
  box-shadow: 0 20px 24px -4px rgba(250, 166, 26, .25), 0 8px 8px -4px rgba(250, 166, 26, .2);
}

.catalog-item-offer .added {
    display: none;
}

.card-about {
    margin: 48px 0 0;
    padding: 48px 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

.card-about__content {
    max-width: 690px
}

.card-about__content h3:not(:first-child) {
    margin: 20px 0 0
}

.card-about__content ul:not(:first-child) {
    margin: 20px 0 0
}

.card-about__content ul li {
    position: relative;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    font-weight: 400;
    padding: 0 0 0 36px
}

.card-about__content ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 22px;
    top: 10px
}

.card-about__content ul li:not(:first-child) {
    margin: 2px 0 0
}

.card-about__content p:not(:first-child) {
    margin: 20px 0 0
}

.card-about__content ._file {
    display: inline-flex;
    align-items: center;
    margin: 24px 0 0
}

.card-about__content ._file__icon {
    width: 50px;
    flex: 0 0 auto
}

.card-about__content ._file__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.card-about__content ._file-info {
    margin: 0 0 0 10px
}

.card-about__content ._file-info__name {
    color: #231f20;
    font-size: 16px;
    font-family: Futura PT;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.card-about__content ._file-info__weight {
    margin: 5px 0 0;
    color: #959595;
    font-size: 14px;
    font-family: Futura PT;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.card-tabs {
    margin: 65px 0 0
}

.card-tabs__btns {
    display: inline-flex;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #e6e6e6
}

.card-tabs__btns-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    transition: all .3s ease
}

.card-tabs__btns-item._active {
    background-color: #faa61a
}

.card-tabs__btns-item:hover {
    background-color: #ffd999
}

.card-tabs__btns-item:not(:first-child) {
    border-left: 1px solid #e6e6e6
}

.card-tabs__content {
    margin: 48px 0 0;
    overflow: hidden
}

.card-tabs__content-item {
    display: none
}

.card-tabs__content-item._active {
    display: block
}

.card-tabs__content .card-tabs__content-slider .swiper-slide {
    width: 240px;
    min-height: 100%;
    height: auto
}

.card-tabs__content .card-tabs__content-slider .swiper-slide .goods-content__item {
    min-height: 100%
}

.card-similar {
    margin: 65px 0
}

.card-similar .card-similar__slider .swiper-slide {
    width: 240px
}

.card-similar__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #000
}

.card-similar__slider {
    margin: 48px 0 0;
    overflow: hidden
}

.card-similar__slider .card-tabs__content-slider .swiper-slide {
    min-height: 100%;
    height: auto
}

.card-similar__slider .card-tabs__content-slider .swiper-slide .goods-content__item {
    min-height: 100%
}

.cart {
    margin: 48px 0 64px;
    overflow: hidden
}

.cart_order-top {
    margin: 48px 0 0;
    padding: 24px 32px;
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 6px
}

.cart_order-top__item {
    cursor: pointer;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.cart_order-top__item svg circle, .cart_order-top__item svg path {
    transition: all .3s ease
}

.cart_order-top__item:hover {
    color: #faa61a
}

.cart_order-top__item:hover svg circle, .cart_order-top__item:hover svg path {
    stroke: #faa61a
}

.cart_order-top__item._active svg circle, .cart_order-top__item._active svg path {
    stroke: #faa61a
}

.cart_order-top__item:first-child {
    flex: 0 1 auto
}

.cart_order-top__item:not(:first-child) {
    margin: 0 0 0 24px
}

.cart_order-top__item:not(:first-child)::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
    margin: 0 24px 0 0
}

.cart_order-top__item svg {
    flex: 0 0 auto;
    margin: 0 8px 0 0
}

.cart_order-content {
    display: none;
    flex-direction: column;
    padding: 24px
}

.cart_order-content._active {
    display: flex
}

.cart_order-content ._order__btn {
    display: none
}

.cart_order-content .order-type__btns {
    margin: 32px 0 0;
    display: flex;
    align-items: center
}

.cart_order-content .order-type p {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart_order-content .order-type label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart_order-content .order-type label:not(:first-child) {
    margin: 0 0 0 60px
}

.cart_order-content .order-type label input {
    display: none
}

.cart_order-content .order-type label input:checked + span {
    border-color: #faa61a
}

.cart_order-content .order-type label input:checked + span::after {
    transform: translate(-50%, -50%) scale(1)
}

.cart_order-content .order-type label span {
    position: relative;
    flex: 0 0 auto;
    display: block;
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
    border: 2px solid #d9d9d9;
    transition: all .3s ease;
    border-radius: 50%
}

.cart_order-content .order-type label span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 9.5px;
    height: 9.5px;
    background: #faa61a;
    border-radius: 50%;
    transition: all .3s ease
}

.cart_order-content .order-profile {
    margin: 28px 0 0
}

.cart_order-content .order-profile .itc-select {
    margin: 4px 0 0;
    flex: 0 0 auto;
    max-width: 400px;
    width: 100%;
    height: 50px
}

.cart_order-content .order-profile .itc-select__toggle {
    height: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    padding: 0 30px 0 14px
}

.cart_order-content .order-profile .itc-select__toggle::after {
    top: 18px;
    background-image: url(/local/templates/index_main/css/../img/icons/arrow-order.svg)
}

.cart_order-content .order-profile .itc-select__dropdown {
    top: 100%;
    border: none;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2);
    border-radius: 5px
}

.cart_order-content .order-profile .itc-select__options {
    padding: 16px 0
}

.cart_order-content .order-profile .itc-select__option {
    padding: 4px 16px;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.cart_order-content .order-profile .itc-select__option:not(:first-child) {
    margin: 8px 0 0
}

.cart_order-content .order-profile .itc-select__option.itc-select__option_selected {
    background-color: transparent;
    color: #faa61a
}

.cart_order-content .order-profile .itc-select__option.itc-select__option_selected:hover {
    text-decoration: none
}

.cart_order-content .order-profile .itc-select__option:hover {
    background-color: transparent;
    text-decoration: underline
}

.cart_order-content .order-inputs {
    margin: 32px 0 0;
    display: flex;
    flex-direction: column
}

.cart_order-content .order-input input {
    height: 50px;
    width: 100%;
    max-width: 400px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    padding: 0 16px
}

.cart_order-content .order-input input:focus {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05)
}

.cart_order-content .order-input input:placeholder {
    color: #919191
}

.cart_order-content .order-input .just-validate-error-field {
    border-color: #b81111
}

.cart_order-content .order-input .just-validate-error-label {
    display: none
}

.cart_order-content .order-input:not(:first-child) {
    margin: 32px 0 0
}

.cart_order-content .order-comment {
    margin: 32px 0 0
}

.cart_order-content .order-comment textarea {
    width: 100%;
    height: 114px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    resize: none;
    padding: 14px 16px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px
}

.cart_order-content .order-comment textarea:focus {
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05)
}

.cart_order-content .order-comment textarea:placeholder {
    color: #919191
}

.cart_order-content .order-city p {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart_order-content .order-city label {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    margin: 16px 0 0;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.cart_order-content .order-city label ._search {
    cursor: pointer;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0
}

.cart_order-content .order-city label ._clear {
    cursor: pointer;
    flex: 0 0 auto;
    width: 28px;
    height: 16px;
    margin: 0 0 0 auto;
    padding: 0 0 0 12px
}

.cart_order-content .order-city label input {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 50px;
    background: 0 0;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart_order-content .order-city label input.order-city__shadow {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 40px;
    right: 44px;
    width: auto;
    color: #919191
}

.cart_order-content .order-city__list {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 7px 8px;
    background: #fff;
    border: 1px solid #d9d9d9;
    max-height: 200px;
    display: none
}

.cart_order-content .order-city__list._open {
    display: block
}

.cart_order-content .order-city__list-item {
    cursor: pointer;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #919191;
    transition: all .3s ease;
    padding: 7px 8px
}

.cart_order-content .order-city__list-item:hover {
    background: #e5e5e5
}

.cart_order-content .order-city__list-item span {
    color: #231f20
}

.cart_order-content .order-from {
    margin: 32px 0 0;
    display: flex;
    flex-wrap: wrap
}

.cart_order-content .order-from_payment {
    width: 100%
}

.cart_order-content .order-from__item {
    cursor: pointer;
    display: flex;
    flex: 0 0 calc(50% - 12px)
}

.cart_order-content .order-from__item:not(:first-child) {
    margin: 32px 0 0 24px
}

.cart_order-content .order-from__item:nth-child(2n+1) {
    margin: 32px 0 0
}

.cart_order-content .order-from__item:nth-child(1) {
    margin: 0
}

.cart_order-content .order-from__item:nth-child(2) {
    margin: 0 0 0 24px
}

.cart_order-content .order-from__item input {
    display: none
}

.cart_order-content .order-from__item input:checked + span {
    border-color: #faa61a
}

.cart_order-content .order-from__item input:checked + span::after {
    transform: translate(-50%, -50%) scale(1)
}

.cart_order-content .order-from__item ._radio {
    position: relative;
    flex: 0 0 auto;
    display: block;
    margin: 2px 8px 0 0;
    width: 16px;
    height: 16px;
    border: 2px solid #d9d9d9;
    transition: all .3s ease;
    border-radius: 50%
}

.cart_order-content .order-from__item ._radio::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 9.5px;
    height: 9.5px;
    background: #faa61a;
    border-radius: 50%;
    transition: all .3s ease
}

.cart_order-content .order-from__item-title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart_order-content .order-from__item-price {
    margin: 4px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.cart_order-content .order-from__item-address {
    margin: 4px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.cart_order-content .order-info {
    display: inline-flex;
    align-self: flex-start;
    padding: 4px 8px;
    background: #f5f5f5;
    border-radius: 6px
}

.cart_order-content .order-info__icon {
    margin: 2px 8px 0 0
}

.cart_order-content .order-info__content p {
    font-family: "Futura PT";
    font-size: 14px;
    line-height: 18px;
    color: #231f20
}

.cart_order-content .order-coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 324px;
    margin: 24px 0 0
}

.cart_order-content .order-coupon p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart_order-content .order-coupon label {
    margin: 8px 0 0
}

.cart_order-content .order-coupon label span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #bababa
}

.cart_order-content .order-coupon label input {
    width: 100%;
    margin: 4px 0 0;
    padding: 0 16px;
    height: 50px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px
}

.cart_order-content .order-agree {
    display: flex;
    margin: 24px 0 0;
    cursor: pointer;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.cart_order-content .order-agree input {
    display: none
}

.cart_order-content .order-agree input:checked + span {
    border-color: #faa61a
}

.cart_order-content .order-agree input:checked + span img {
    transform: translate(-50%, -50%) scale(1)
}

.cart_order-content .order-agree span {
    position: relative;
    flex: 0 0 auto;
    display: block;
    margin: 2px 8px 0 0;
    width: 16px;
    height: 16px;
    border: 2px solid #d9d9d9;
    transition: all .3s ease;
    border-radius: 2px
}

.cart_order-content .order-agree span img {
    width: 12px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: all .3s ease
}

.cart_order .cart-top {
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

.cart_order .cart-col:nth-child(1) {
    display: flex;
    flex-direction: column;
    min-height: 500px
}

.cart_order .cart-btns {
    margin: auto 24px 24px 24px;
    display: flex;
    justify-content: space-between
}

.cart_order .cart-btns__item._disabled {
    display: none
}

.cart_order .cart-btns__item:first-child {
    background: #ededed
}

.cart_order .cart-btns__item:last-child {
    margin: 0 0 0 auto
}

.cart_order .cart-order__nds {
    font-size: 16px;
    line-height: 21px
}

.cart_order .cart-order__sum {
    border-top: 1px solid #d9d9d9;
    margin: 24px 0 0;
    padding: 24px 0 0;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500
}

.cart_order .cart-order__title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.cart_order .cart-order__title a {
    font-family: "Futura PT";
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #faa61a;
    text-transform: none
}

.cart-body {
    display: flex
}

.cart-col {
    flex: 1 1 auto
}

.cart-col:not(:first-child) {
    margin: 0 0 0 24px
}

.cart-col:nth-child(1) {
    border: 1px solid #ededed;
    border-radius: 6px
}

.cart-col:nth-child(2) {
    flex: 0 0 424px
}

.cart-top {
    background: #f5f5f5;
    border: 1px solid #ededed;
    padding: 16px 24px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    display: flex;
    color: #919191
}

.cart-item {
    position: relative;
    padding: 24px;
    display: flex;
    transition: all .3s ease
}

.cart-item .cart-item__closeblock {
    opacity: 0;
    width: 100%;
    max-width: 0;
    transition: all .3s ease;
    position: absolute;
    left: 100%;
    top: -1px;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    background: red;
    border: 1px solid #d9d9d9;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.cart-item._close {
    position: relative;
    transform: translate(-100px, 0);
    background-color: #fff;
    border: 1px solid #d9d9d9 !important
}

.cart-item._close .cart-item__closeblock {
    opacity: 1;
    max-width: 100px
}

.cart-item:not(:first-child) {
    border-top: 1px solid #d9d9d9
}

.cart-item:nth-child(2) {
    border-top: none
}

.cart-item__img {
    height: 112px
}

.cart-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.cart-item__info {
    margin: 0 0 0 24px
}

.cart-item__info-code {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart-item__info-name {
    display: block;
    cursor: pointer;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #faa61a
}

.cart-item__info-name:hover {
    text-decoration: underline
}

.cart-item__info-count {
    display: flex;
    align-items: center;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #919191
}

.cart-item__info-count img {
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0
}

.cart-item__info-warn {
    margin: 8px 0 0;
    padding: 4px 8px;
    display: flex;
    background: #f5f5f5;
    border-radius: 6px;
    max-width: 384px
}

.cart-item__info-warn img {
    width: 14px;
    height: 14px;
    margin: 0 8px 0 0
}

.cart-item__price {
    max-width: 220px;
    padding: 0 0 0 10px;
    margin: 0 0 0 auto
}

.cart-item__price ._spares-items__item-count {
    flex: 0 0 auto;
    margin: 0
}

.cart-item__price-row {
    display: flex;
    justify-content: space-between
}

.cart-item__price-row ._spares-items__item-count {
    order: unset
}

.cart-item__price-row:nth-child(2) {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #231f20
}

.cart-item__price-row:nth-child(2) span._price {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

.cart-item__price-price {
    flex: 1 1 auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    padding: 0 0 0 10px;
    text-align: right;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

.cart-item__price-price span {
    width: 100%;
    display: block;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #919191
}

.cart-item__close {
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin: 0 0 0 24px
}

.cart-item__close svg {
    pointer-events: none
}

.cart-item__row {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between
}

.cart-item__row:first-child {
    margin: 0 0 16px
}

.cart-item__row:last-child {
    margin: 16px 0 0
}

.cart-item__row .cart-item__info-code {
    display: block
}

.cart-item__row .cart-item__info-warn {
    margin: 0;
    display: flex;
    width: 100%;
    max-width: 100%
}

.cart-item__row .cart-item__info-warn img {
    width: 16px;
    height: 16px
}

.cart-item__row .cart-item__close {
    display: block
}

.cart-order {
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 32px
}

.cart-order__title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #000
}

.cart-order__price {
    margin: 24px 0 0;
    display: flex;
    justify-content: space-between
}

.cart-order__price span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000
}

.cart-order__price span._value {
    text-transform: uppercase;
    color: #231f20
}

.cart-order__input {
    display: flex;
    flex-direction: column;
    margin: 24px 0 0
}

.cart-order__input span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #bababa
}

.cart-order__input label {
    display: flex;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    overflow: hidden;
    margin: 4px 0 0
}

.cart-order__input label input {
    flex: 1 1 auto;
    background: #fff;
    padding: 0 12px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

.cart-order__input label button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    background: #faa61a;
    transition: all .3s ease
}

.cart-order__input label button:hover {
    background: #ffbc4b
}

.cart-order__input label button svg path {
    stroke: #fff
}

.cart-order__nds {
    display: flex;
    justify-content: space-between;
    margin: 24px 0 0
}

.cart-order__nds span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.cart-order__sum {
    display: flex;
    justify-content: space-between;
    margin: 8px 0 0
}

.cart-order__sum span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.cart-order__btn {
    margin: 24px 0 0;
    width: 100%
}

.catalog.catalog_articles .article-menu {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 16px
}

.catalog.catalog_articles .article-menu__search {
    display: flex;
    flex-direction: column
}

.catalog.catalog_articles .article-menu__search span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #000
}

.catalog.catalog_articles .article-menu__search label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 0;
    padding: 0 16px;
    height: 50px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px
}

.catalog.catalog_articles .article-menu__search label input {
    width: 100%;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px
}

.catalog.catalog_articles .article-menu__search label input::-moz-placeholder {
    color: #919191
}

.catalog.catalog_articles .article-menu__search label input:-ms-input-placeholder {
    color: #919191
}

.catalog.catalog_articles .article-menu__search label input::placeholder {
    color: #919191
}

.catalog.catalog_articles .article-menu__search label button {
    margin: 4px 0 0;
    flex: 0 0 auto;
    background-color: transparent
}

.catalog.catalog_articles .article-menu .catalog-filter__title {
    margin: 16px 0 0;
    text-transform: unset
}

.catalog.catalog_articles .article-menu .catalog-filter__checks {
    margin: 8px 0 0
}

.catalog.catalog_articles .article-menu .catalog-filter__cancel, .catalog.catalog_articles .article-menu .catalog-filter__show {
    margin: 16px 0 0
}

.catalog.catalog_articles .goods-content .article-item {
    flex: 0 0 calc(33.333% - 16px);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    transition: all .3s ease
}

.catalog.catalog_articles .goods-content .article-item:hover {
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2)
}

.catalog.catalog_articles .goods-content .article-item:not(:first-child) {
    margin: 24px 0 0 24px
}

.catalog.catalog_articles .goods-content .article-item:nth-child(3n+1) {
    margin: 24px 0 0
}

.catalog.catalog_articles .goods-content .article-item:nth-child(2), .catalog.catalog_articles .goods-content .article-item:nth-child(3) {
    margin: 0 0 0 24px
}

.catalog.catalog_articles .goods-content .article-item:first-child {
    margin: 0
}

.catalog.catalog_articles .goods-content .article-item__img {
    height: 200px
}

.catalog.catalog_articles .goods-content .article-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.catalog.catalog_articles .goods-content .article-item__text {
    padding: 16px
}

.catalog.catalog_articles .goods-content .article-item__date {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.catalog.catalog_articles .goods-content .article-item__title {
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.catalog.catalog_articles .goods-content .article-item__desc {
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.catalog.catalog_articles ._spares-items__bottom {
    border-top: 1px solid #d9d9d9 !important;
    border-bottom: none;
    margin: 24px 0 54px;
    padding: 32px 0 0
}

.article {
    margin: 64px 0 0
}

.article-body {
    display: flex;
	font-size: 16px;
}

.article-body h3 {
    margin: 16px 0 8px
}

.article-body p {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.article-body img {
    margin: 16px 0 0;
    border-radius: 6px
}

.article-body ul li {
    position: relative;
    padding: 0 0 0 24px;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.article-body ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: 8px;
    left: 10px
}

.article-col {
    flex: 0 1 50%
}

.article-col:nth-child(2) {
    margin: 0 0 0 24px
}

.article-col__img {
    width: 100%
}

.article-col__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.article-date {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.article-date._mobile {
    display: none
}

.article-video {
    padding-top: 20px;
}

.article-video iframe {
    padding-bottom: 10px;
}

.article-bottom {
    margin: 64px 0;
    padding: 32px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d9d9d9
}

.article-bottom__btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    height: 52px;
    transition: all .3s ease;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.article-bottom__btn:hover {
    background-color: #d9d9d9
}

.article-bottom__btn span {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    width: 56px;
    height: 100%
}

.article-bottom__btn._prev {
    padding: 0 16px 0 0
}

.article-bottom__btn._prev span {
    margin: 0 16px 0 0;
    border-right: 1px solid #d9d9d9
}

.article-bottom__btn._back {
    padding: 0 56px
}

.article-bottom__btn._back span {
    flex: 0 0 auto;
    width: auto;
    margin: 0 0 0 5px
}

.article-bottom__btn._next {
    padding: 0 0 0 16px
}

.article-bottom__btn._next span {
    margin: 0 0 0 16px;
    border-left: 1px solid #d9d9d9
}

.article-bottom__btn._next span svg {
    transform: scale(-1, 1)
}

.news {
    margin: 64px 0 0
}

.news-body {
    display: flex;
    flex-wrap: wrap
}

.news-item {
    flex: 0 0 calc(50% - 12px);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    transition: all .3s ease;
    overflow: hidden
}

.news-item:hover {
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2)
}

.news-item:hover .news-item__text-title {
    color: #faa61a
}

.news-item:not(:first-child) {
    margin: 24px 0 0 24px
}

.news-item:nth-child(2n+1) {
    margin: 24px 0 0
}

.news-item:nth-child(1) {
    margin: 0
}

.news-item:nth-child(2) {
    margin: 0 0 0 24px
}

.news-item__img {
    height: 164px
}

.news-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-item__text {
    padding: 16px
}

.news-item__text-date {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.news-item__text-title {
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.news-bottom {
    margin: 64px 0;
    padding: 32px 0 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #d9d9d9
}

.news-bottom__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 480px;
    height: 52px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.profile {
    margin: 48px 0 64px
}

.profile-body {
    display: flex
}

.profile-col {
    display: flex;
    flex-direction: column
}

.profile-col:nth-child(1) {
    flex: 1 1 100%
}

.profile-col:nth-child(2) {
    flex: 0 0 424px;
    margin: 0 0 0 24px
}

.profile-pages {
    display: flex;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    margin: 0 auto 0 0
}

.profile-pages__item {
    display: flex;
    height: 54px;
    justify-content: center;
    align-items: center;
    width: 160px;
    flex: 1 1 auto;
    border-right: 1px solid #d9d9d9;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-pages__item:last-child {
    border-right: none
}

.profile-pages__item._active {
    background: #faa61a
}

.profile-con {
    margin: 24px 0 0;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 24px;
    overflow: hidden
}

.profile-cart {
    padding: 32px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px
}

.profile-cart__title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #000
}

.profile-cart__content {
    margin: 24px 0 0
}

.profile-cart__content-item {
    display: flex;
    justify-content: space-between
}

.profile-cart__content-item span {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-cart__content-item:not(:first-child) {
    margin: 24px 0 0
}

.profile-cart__btns {
    display: flex;
    flex-wrap: wrap;
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-top: 1px solid #d9d9d9
}

.profile-cart__btns-item {
    flex: 1 1 100%
}

.profile-cart__btns-item:not(:first-child) {
    margin: 24px 0 0
}

.profile-personal {
    max-width: 400px
}

.profile-personal__title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-personal__title._big {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

.profile-personal__title:not(:first-child) {
    margin: 32px 0 0
}

.profile-personal__item {
    margin: 16px 0 0
}

.profile-personal__item-label {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #bababa
}

.profile-personal__item-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-personal__item-btn {
    width: 24px;
    height: 24px;
    cursor: pointer
}

.profile-personal__item-btn svg path {
    transition: all .3s ease
}

.profile-personal__item-btn:hover svg path {
    stroke: #faa61a
}

.profile-personal__input {
    width: 100%;
    height: 50px;
    margin: 16px 0 0;
    padding: 0 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px
}

.profile-personal__input:placeholder {
    color: #919191
}

.profile-personal__input-submit {
    margin: 32px 0 0
}

.profile-personal__checks {
    margin: 16px 0 0
}

.profile-personal__check {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-personal__check:not(:first-child) {
    margin: 8px 0 0
}

.profile-personal__check input {
    display: none
}

.profile-personal__check input:checked + span {
    border-color: #faa61a
}

.profile-personal__check input:checked + span svg {
    transform: scale(1);
    opacity: 1
}

.profile-personal__check span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px 0 0;
    width: 16px;
    height: 16px;
    border: 2px solid #d9d9d9;
    border-radius: 2px;
    transition: all .3s ease
}

.profile-personal__check span svg {
    transform: scale(0);
    opacity: 0;
    transition: all .3s ease
}

.profile-item {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px
}

.profile-item:not(:first-child) {
    margin: 24px 0 0
}

.profile-item__top {
    padding: 24px;
    background: #f5f5f5
}

.profile-item__top-date {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-item__top-price {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #231f20;
    margin: 0 0 0 auto
}

.profile-item__top-status {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 24px;
    padding: 0 16px;
    height: 26px;
    border-radius: 6px;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 1;
    color: #231f20
}

.profile-item__top-status._canceled {
    background: #d9d9d9
}

.profile-item__top-status._applied {
    background: #f9db36
}

.profile-item__top-status._paid {
    background: #2ead01;
    color: #fff
}

.profile-item__row {
    display: flex;
    align-items: center
}

.profile-item__row:nth-child(3) {
    display: none
}

.profile-item__row:not(:first-child) {
    margin: 4px 0 0
}

.profile-item__content {
    padding: 24px;
    display: flex;
    justify-content: space-between
}

.profile-item__text-row {
    display: flex;
    align-items: center
}

.profile-item__text-title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-item__text-status {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 22px;
    background: #faa61a;
    border-radius: 6px;
    margin: 0 0 0 24px;
    padding: 0 8px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

.profile-item__text-date {
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #bababa
}

.profile-item__imgs {
    display: flex;
    align-items: center
}

.profile-item__imgs-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    flex: 0 0 auto;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease
}

.profile-item__imgs-item:not(._count):hover {
    border-color: #faa61a
}

.profile-item__imgs-item:not(:first-child) {
    margin: 0 0 0 16px
}

.profile-item__imgs-item._count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 6px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: uppercase;
    color: #231f20
}

.profile-list__top {
    display: flex
}

.profile-list__col {
    flex: 1 1 auto
}

.profile-list__col:nth-child(1) {
    flex: 1 1 170px
}

.profile-list__col:nth-child(2) {
    flex: 1 1 370px
}

.profile-list__col:nth-child(3) {
    flex: 1 1 160px
}

.profile-list__col:not(:first-child) {
    margin: 0 0 0 16px
}

.profile-list__col:last-child {
    text-align: right;
    flex: 0 0 80px
}

.profile-list__title {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #bababa
}

.profile-list__sort {
    margin: 8px 0 0
}

.profile-list__sort span {
    cursor: pointer
}

.profile-list__sort span svg path {
    transition: all .3s ease
}

.profile-list__sort span:nth-child(2) svg {
    transform: scale(1, -1)
}

.profile-list__sort span:not(:first-child) {
    margin: 0 0 0 4px
}

.profile-list__sort span._active svg path {
    stroke: #faa61a
}

.profile-list__sort span:hover svg path {
    stroke: #faa61a
}

.profile-list__content {
    display: flex;
    flex-wrap: wrap
}

.profile-list__item {
    display: flex;
    flex: 1 1 100%;
    padding: 16px 0
}

.profile-list__item:not(:first-child) {
    border-top: 1px solid #d9d9d9
}

.profile-list__item:last-child {
    padding: 16px 0 0
}

.profile-list__item ._data__label {
    display: none;
    font-family: "Futura PT";
    font-size: 14px;
    line-height: 18px;
    color: #bababa
}

.profile-list__item-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    transition: all .3s ease
}

.profile-list__item-closeblock {
    opacity: 0;
    width: 100%;
    max-width: 0;
    pointer-events: none;
    transition: all .3s ease;
    position: absolute;
    left: 100%;
    top: -1px;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    background: red;
    border: 1px solid #d9d9d9;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #fff
}

.profile-list__item._close {
    position: relative
}

.profile-list__item._close .profile-list__item-wrapper {
    transform: translate(-100px, 0)
}

.profile-list__item._close .profile-list__item-closeblock {
    opacity: 1;
    max-width: 100px;
    pointer-events: none
}

.profile-list__item._close .profile-list__btns {
    padding: 0 16px 0 0
}

.profile-list__item .profile-list__col span {
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.profile-list__item .profile-list__col span:not(:first-child) {
    margin: 0 0 0 8px
}

.profile-list__btns {
    display: flex;
    justify-content: flex-end
}

.profile-list__btns-item {
    cursor: pointer
}

.profile-list__btns-item._profile-item__close svg {
    pointer-events: none
}

.profile-list__btns-item svg path {
    stroke: #d9d9d9;
    transition: all .3s ease
}

.profile-list__btns-item:hover svg path {
    stroke: #faa61a;
    transition: all .3s ease
}

.profile-list__btns-item:not(:first-child) {
    margin: 0 0 0 16px
}

.contacts {
    scroll-margin-top: 100px
}

.contacts__title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 34px;
    line-height: 44px;
    text-transform: uppercase;
    color: #000
}

.contacts__map {
    margin: 24px 0 0;
    height: 330px;
    background: #e3e3e3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 6px;
    overflow: hidden
}

.contacts .contacts__map {
    margin: 24px 0 0;
    height: 330px;
    max-width: 890px!important;
}


.contacts__map .map-circle-placemark {
    display: none !important
}

.contacts__map iframe {
    width: 100%;
    height: 100%
}

.contacts-panel {
    margin: 24px 0 0;
    padding: 16px;
    display: flex;
    background: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .03), 0 5px 15px rgba(0, 0, 0, .05);
    border-radius: 6px
}

.contacts-panel__col {
    flex: 0 0 calc(33.333% - 16px)
}

.contacts-panel__col:not(:first-child) {
    margin: 0 0 0 24px
}

.contacts-panel__item {
    display: flex;
    align-items: center
}

.contacts-panel__item:not(:first-child) {
    margin: 16px 0 0
}

.contacts-panel__item._sub {
    margin: 4px 0 0
}

.contacts-panel__item-ico {
    width: 24px;
    height: 24px
}

.contacts-panel__item-text {
    margin: 0 0 0 8px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-panel__item-text a {
    color: #faa61a
}

.contacts-panel__text {
    margin: 8px 0 0;
    padding: 0 0 0 32px;
    font-family: "Futura PT";
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #231f20
}

.contacts-cards {
    margin: 24px 0 0;
    display: flex;
    flex-wrap: wrap
}

.contacts-cards__item {
    flex: 0 0 calc(33.333% - 16px);
    padding: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 6px
}

.contacts-cards__item:not(:first-child) {
    margin: 24px 0 0 24px
}

.contacts-cards__item:nth-child(3n+1) {
    margin: 24px 0 0
}

.contacts-cards__item:nth-child(1) {
    margin: 0
}

.contacts-cards__item:nth-child(2), .contacts-cards__item:nth-child(3) {
    margin: 0 0 0 24px
}

.contacts-cards__item-title {
    display: block;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-cards__item-desc {
    display: block;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 14px;
    line-height: 18px;
    color: #919191
}

.contacts-cards__item-link {
    display: block;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-cards__item-link:hover {
    text-decoration: underline
}

.contacts-cards__item-time {
    display: block;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-text {
    margin: 24px 0 0;
    max-width: 700px;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-requisites {
    margin: 24px 0 0
}

.contacts-requisites__title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    text-transform: uppercase;
    color: #231f20
}

.contacts-requisites__item {
    display: flex;
    align-items: center
}

.contacts-requisites__item:not(:first-child) {
    margin: 8px 0 0
}

.contacts-requisites__item:nth-child(2) {
    margin: 16px 0 0
}

.contacts-requisites__item-title {
    flex: 0 0 170px;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #919191
}

.contacts-requisites__item-value {
    display: flex;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-requisites__item-value::before {
    content: "";
    display: block;
    width: 32px;
    margin: 0 16px 5px;
    border-bottom: 1px solid #d9d9d9
}

.contacts-country {
    margin: 24px 0 0
}

.contacts-country:not(._first) .contacts-country__title {
    border-top: 1px solid #d9d9d9;
    padding: 24px 0 0
}

.contacts-country__title {
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #231f20
}

.contacts-country__item {
    display: flex;
    align-items: center;
    margin: 16px 0 8px
}

.contacts-country__item-ico {
    width: 24px;
    height: 24px
}

.contacts-country__item-ico img {
    width: 100%;
    height: 100%
}

.contacts-country__item-text {
    margin: 0 0 0 8px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-row {
    margin: 8px 0 0;
    display: flex
}

.contacts-row__item {
    cursor: pointer;
    flex: 0 0 calc(33.333% - 16px);
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 16px;
    transition: all .3s ease
}

.contacts-row__item:hover {
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2)
}

.contacts-row__item:hover .contacts-row__item-btn, .contacts-row__item:hover .contacts-row__item-title {
    color: #faa61a;
    border-color: #faa61a
}

.contacts-row__item:not(:first-child) {
    margin: 0 0 0 24px
}

.contacts-row__item-title {
    display: block;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.contacts-row__item-desc {
    display: block;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-row__item-email {
    display: block;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-row__item-email:hover {
    text-decoration: underline
}

.contacts-row__item-btn {
    display: inline-block;
    margin: 8px 0 0;
    font-family: "Futura PT";
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    border-bottom: 1px dashed #231f20;
    transition: all .3s ease
}

.contacts-banner {
    margin: 24px 0 0;
    padding: 40px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
    border-radius: 6px
}

.contacts-banner__leave {
    display: flex;
    align-items: center
}

.contacts-banner__leave-ico {
    width: 32px;
    height: 32px
}

.contacts-banner__leave-ico img {
    width: 100%;
    height: 100%
}

.contacts-banner__leave-text {
    margin: 0 0 0 16px;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-banner__btn {
    margin: 0 10px
}

.contacts-banner__link {
    display: flex;
    align-items: center;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #231f20
}

.contacts-banner__link:last-child {
    margin: 0 0 0 10px
}

.contacts-banner__link:hover {
    text-decoration: underline
}

.contacts-banner__link img {
    margin: 0 8px 0 0
}

.catalog.catalog_contacts .container {
    padding: 0 24px
}

.catalog.catalog_contacts .itc-select {
    flex: 0 0 auto;
    width: 100%;
    height: 50px
}

.catalog.catalog_contacts .itc-select__toggle {
    height: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    padding: 0 30px 0 14px
}

.catalog.catalog_contacts .itc-select__toggle::after {
    top: 18px;
    background-image: url(/local/templates/index_main/css/../img/icons/arrow-order.svg)
}

.catalog.catalog_contacts .itc-select__dropdown {
    top: 100%;
    border: none;
    background: #fff;
    box-shadow: 0 20px 24px -4px rgba(137, 142, 156, .25), 0 8px 8px -4px rgba(148, 148, 148, .2);
    border-radius: 5px
}

.catalog.catalog_contacts .itc-select__options {
    padding: 16px 0
}

.catalog.catalog_contacts .itc-select__option {
    padding: 4px 16px;
    font-size: 16px;
    line-height: 21px;
    color: #231f20;
    transition: all .3s ease
}

.catalog.catalog_contacts .itc-select__option a {
    color: #231f20
}

.catalog.catalog_contacts .itc-select__option:not(:first-child) {
    margin: 8px 0 0
}

.catalog.catalog_contacts .itc-select__option.itc-select__option_selected {
    background-color: transparent;
    color: #faa61a
}

.catalog.catalog_contacts .itc-select__option.itc-select__option_selected:hover {
    text-decoration: none
}

.catalog.catalog_contacts .itc-select__option:hover {
    background-color: transparent;
    text-decoration: underline
}

.catalog.catalog_contacts .itc-select_show .itc-select__dropdown {
    max-height: 250px;
    overflow: auto
}

.about {
    overflow: hidden;
    margin: 44px 0 50px
}

.about-body__label {
    color: #000;
    font-size: 24px;
    font-family: Futura PT;
    font-weight: 500;
    text-transform: uppercase
}

.about-body__descr {
    margin: 12px 0 0;
    color: #000;
    font-size: 16px;
    font-family: Futura PT;
    font-weight: 450
}

.about-body__row:not(:first-child) {
    margin: 100px 0 0
}

.about-body__slider {
    margin: 44px 0 0;
    overflow: hidden
}

.about-body__slider-card {
    position: relative;
    width: 228px !important;
    height: 290px !important;
    border: 1px solid #ededed;
    background: #fff;
    padding: 16px
}

.about-body__slider-name {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 16px;
    font-family: Futura PT
}

.about-body__slider-img {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    right: 12px;
    bottom: 16px
}

.about-body__slider-img img {
    width: 143px;
    height: 212px;
    -o-object-fit: contain;
    object-fit: contain
}

.about-body__slider-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 16px;
    left: 16px;
    z-index: 1
}

.about-body__slider-links a {
    color: #faa61a;
    font-size: 16px;
    font-family: Futura PT;
    font-weight: 500;
    text-transform: uppercase
}

.about-body__slider-links a:hover {
    text-decoration: underline
}

.about-body__slider-links a:not(:first-child) {
    margin: 3px 0 0
}

.about-body__advantages {
    display: flex;
    justify-content: space-around;
    margin: 64px 0 0
}

.about-body__advantages-item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.about-body__advantages-item ._icon {
    height: 115px
}

.about-body__advantages-item ._icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.about-body__advantages-item ._name {
    margin: 16px 0 0;
    color: #000;
    font-size: 16px;
    font-family: Futura PT;
    text-align: center
}

.about-body__text {
    border-top: 1px solid #ededed;
    padding: 64px 0 0;
    margin: 64px 0 0
}

.about-body__text p {
    color: #000;
    font-size: 16px;
    font-family: Futura PT
}

.about-body__text p:not(:first-child) {
    margin: 24px 0 0
}

.about-body__info {
    display: flex;
    margin: 64px 0 0
}

.about-body__card {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.333% - 20px);
    border: 1px solid #ededed;
    padding: 32px;
    height: 338px
}

.about-body__card:not(:first-child) {
    margin: 0 0 0 30px
}

.about-body__card-title {
    color: #231f20;
    font-size: 24px;
    font-family: Futura PT;
    font-weight: 500
}

.about-body__card-descr {
    margin: 22px 0 0;
    color: #231f20;
    font-size: 16px;
    font-family: Futura PT
}

.about-body__card-link {
    margin: auto 0 0;
    font-size: 24px;
    font-family: Futura PT;
    font-weight: 500;
    color: #faa61a
}

.about-body__card-link:hover {
    text-decoration: underline
}

.about-body__bottom {
    margin: 64px 0 0
}

.about-body__bottom-text {
    color: #231f20;
    font-size: 16px;
    font-family: Futura PT
}

.about-body__bottom-us {
    margin: 16px 0 0;
    color: #231f20;
    font-size: 16px;
    font-family: Futura PT
}

.about-body__bottom-us a {
    color: #faa61a
}

.about-body__bottom-us a:hover {
    text-decoration: underline
}

.discounts {
    margin: 46px 0 100px;
    overflow: hidden
}

.discounts__title {
    color: #231f20;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	text-transform: unset;
}

.discountsCurrent {
    margin: 46px 0 0;
    overflow: hidden
}

.discountsCurrent__title {
    display: inline-flex;
    align-items: center;
    padding: 8px 20px;
    background: #f4f4f4;
    color: #3b3b3b;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: flex-start
}

.discountsCurrent__title img {
    width: 30px;
    flex: 0 0 auto;
    margin: 0 10px 0 0;
    -o-object-fit: contain;
    object-fit: contain
}

.discountsCurrent__slider {
    margin: 36px 0 0
}

.discountsCurrent__slider a {
    display: block
}

.discountsCurrent__slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.discountsEnded {
    display: flex;
    flex-direction: column;
    margin: 120px 0 0
}

.discountsEnded__content {
    margin: 36px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 64px 40px
}

.discountsEnded__item {
    flex: 0 0 calc(33.333% - 27px);
    display: flex;
    flex-direction: column
}

.discountsEnded__itemImg {
    height: 108px
}

.discountsEnded__itemImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.discountsEnded__itemDate {
    align-self: flex-start;
    margin: 29px 0 0;
    padding: 6px 10px;
    color: #fff;
    font-family: Futura PT;
    font-size: 18px;
    font-weight: 400;
    background: #ff4848
}

.discountsEnded__itemTitle {
    margin: 16px 0 0;
    color: #faa61a;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.discountsEnded__itemDescr {
    margin: 16px 0 0;
    color: #000;
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 90px 0 0
}

.discounts ._spares-items__page {
    display: inline-flex;
    margin: 76px 0 0 auto
}

.discount {
    margin: 44px 0 120px
}

.discount .container {
    display: flex;
    flex-direction: column
}

.discount__title {
    margin: 44px 0 0;
    color: #000;
    font-family: Futura PT;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center
}

.discount__subtitle {
    margin: 64px 0 0;
    color: #000;
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.discount-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.discount-top__title {
    color: #231f20;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.discount-top__date {
    color: #fff;
    font-family: Futura PT;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 6px 10px;
    background: #ff4848
}

.discount-img {
    margin: 44px 0 0
}

.discount-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.discount-body {
    display: flex;
    flex-wrap: wrap;
    margin: 46px 0 0;
    gap: 40px
}

.discount-body__item {
    border: 1px solid #d9d9d9 !important;
    flex: 0 0 calc(25% - 30px)
}

.discount-body__item .goods-content__item-name a {
    color: #231f20
}

.discount-btn {
    width: 100%;
    max-width: 350px;
    margin: 64px auto 0;
    background-color: transparent;
    border: 1px solid #d9d9d9
}

.delivery h2 {
    color: #231f20;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: unset !important
}

.delivery h3 {
    color: #00a653;
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: unset
}

.delivery h4 {
    color: #231f20;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: unset
}

.delivery ._divider {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9
}

.delivery ul li {
    position: relative;
    padding: 0 0 0 25px;
    color: #231f20;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.delivery ul li:not(:first-child) {
    margin: 12px 0 0
}

.delivery ul li::before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px
}

.delivery ul._offices li {
    margin: 12px 0 0
}

.delivery ul._offices li:before {
    width: 6px;
    height: 6px;
    background-color: #faa61a
}

.delivery ul._offices li a {
    color: #faa61a
}

.delivery ul._offices li a:hover {
    text-decoration: underline
}

.photobank {
    padding: 0 0 300px
}

.photobank__title {
    color: #231f20;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.photobank-body {
    display: flex;
    border-top: 1px solid #d9d9d9;
    margin: 37px 0 0;
    padding: 50px 0 0
}

.photobank-side {
    flex: 0 0 auto;
    width: 228px
}

.photobank-side__item {
    display: flex;
    flex-direction: column;
    align-items: center
}

.photobank-side__item:not(:first-child) {
    margin: 60px 0 0
}

.photobank-side__item-title {
    margin: 16px 0 0;
    color: #231f20;
    text-align: center;
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 450;
    line-height: normal
}

.photobank-side__item-descr {
    margin: 12px 0 0;
    color: #6d6e70;
    text-align: center;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal
}

.photobank-content {
    flex: 1 1 auto;
    margin: 0 0 0 106px
}

.photobank-content__toolbar {
    display: flex;
    align-items: center
}

.photobank-content__toolbar-clear {
    cursor: pointer;
    margin: 0 0 0 30px;
    color: #919191;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.photobank-content__toolbar-selected {
    margin: 0 0 0 auto;
    color: #231f20;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.photobank-content__items {
    display: flex;
    flex-wrap: wrap;
    margin: 60px 0 0;
    gap: 60px 30px
}

.photobank-content__item {
    flex: 0 0 calc(25% - 22.5px);
    display: flex;
    flex-direction: column;
    align-items: center
}

.photobank-content__item-name {
    margin: 16px 0 0;
    color: #231f20;
    text-align: center;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal
}

.photobank-content__item-select {
    margin: 16px 0 0
}

.photobank-content__item-select input {
    display: none
}

.photobank-content__item-select input:checked + span {
    border-color: #faa61a
}

.photobank-content__item-select input:checked + span img {
    opacity: 1;
    transform: scale(1)
}

.photobank-content__item-select span {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    border: 3px solid #d4d4d4;
    transition: all .3s ease
}

.photobank-content__item-select span img {
    opacity: 0;
    transform: scale(0);
    transition: all .3s ease
}

.photobank-content__history-title {
    color: #231f20;
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.photobank-content__history-content {
    margin: 32px 0 0
}

.photobank-content__history-item {
    color: #231f20;
    font-family: Futura PT;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 0
}

.photobank-content__history-item:not(:first-child) {
    border-top: 1px solid #d9d9d9
}

@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, swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-3d {
    perspective: 1200px
}

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

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
    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, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.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: "";
    flex-shrink: 0;
    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;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .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% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height)
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-animation: f-spinner-rotate 2s linear infinite;
    animation: f-spinner-rotate 2s linear infinite
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none
}

.f-spinner svg :first-child {
    stroke: var(--f-spinner-color-1)
}

.f-spinner svg :last-child {
    stroke: var(--f-spinner-color-2);
    -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
    animation: f-spinner-dash 2s ease-in-out infinite
}

@-webkit-keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.f-zoomInUp {
    -webkit-animation: .2s ease-out .1s both f-zoomInUp;
    animation: .2s ease-out .1s both f-zoomInUp
}

.f-zoomOutDown {
    -webkit-animation: .2s ease-out both f-zoomOutDown;
    animation: .2s ease-out both f-zoomOutDown
}

@-webkit-keyframes f-zoomInUp {
    from {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-zoomInUp {
    from {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

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

@keyframes f-zoomOutDown {
    to {
        transform: scale(.975) translate3d(0, 16px, 0);
        opacity: 0
    }
}

.f-throwOutUp {
    -webkit-animation: 175ms ease-out both f-throwOutUp;
    animation: 175ms ease-out both f-throwOutUp
}

.f-throwOutDown {
    -webkit-animation: 175ms ease-out both f-throwOutDown;
    animation: 175ms ease-out both f-throwOutDown
}

@-webkit-keyframes f-throwOutUp {
    to {
        transform: translate3d(0, -150px, 0);
        opacity: 0
    }
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, -150px, 0);
        opacity: 0
    }
}

@-webkit-keyframes f-throwOutDown {
    to {
        transform: translate3d(0, 150px, 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, 150px, 0);
        opacity: 0
    }
}

.f-fadeIn {
    -webkit-animation: .2s ease both f-fadeIn;
    animation: .2s ease both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    -webkit-animation: .2s ease both f-fadeOut;
    animation: .2s ease both f-fadeOut;
    z-index: 1
}

@-webkit-keyframes f-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

@keyframes f-fadeOut {
    100% {
        opacity: 0
    }
}

.f-fadeSlowIn {
    -webkit-animation: .5s ease both f-fadeSlowIn;
    animation: .5s ease both f-fadeSlowIn;
    z-index: 2
}

.f-fadeSlowOut {
    -webkit-animation: .5s ease both f-fadeSlowOut;
    animation: .5s ease both f-fadeSlowOut;
    z-index: 1
}

@-webkit-keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeSlowIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

@keyframes f-fadeSlowOut {
    100% {
        opacity: 0
    }
}

.f-fadeFastIn {
    -webkit-animation: .2s ease-out both f-fadeFastIn;
    animation: .2s ease-out both f-fadeFastIn;
    z-index: 2
}

.f-fadeFastOut {
    -webkit-animation: .2s ease-out both f-fadeFastOut;
    animation: .2s ease-out both f-fadeFastOut;
    z-index: 2
}

@-webkit-keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }
    100% {
        opacity: 1
    }
}

@keyframes f-fadeFastIn {
    0% {
        opacity: .75
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

@keyframes f-fadeFastOut {
    100% {
        opacity: 0
    }
}

.f-crossfadeIn {
    -webkit-animation: .2s ease-out both f-crossfadeIn;
    animation: .2s ease-out both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    -webkit-animation: .1s linear .1s both f-crossfadeOut;
    animation: .1s linear .1s both f-crossfadeOut;
    z-index: 1
}

@-webkit-keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

@keyframes f-crossfadeOut {
    100% {
        opacity: 0
    }
}

.f-slideIn.from-next {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInNext;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInNext
}

.f-slideIn.from-prev {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInPrev;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideInPrev
}

.f-slideOut.to-next {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutNext;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutNext
}

.f-slideOut.to-prev {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutPrev;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-slideOutPrev
}

@-webkit-keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%)
    }
    100% {
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%)
    }
}

@-webkit-keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%)
    }
}

.f-classicIn.from-next {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInNext;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInNext;
    z-index: 2
}

.f-classicIn.from-prev {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicInPrev;
    z-index: 2
}

.f-classicOut.to-next {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutNext;
    z-index: 1
}

.f-classicOut.to-prev {
    -webkit-animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
    animation: .85s cubic-bezier(.16, 1, .3, 1) f-classicOutPrev;
    z-index: 1
}

@-webkit-keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0
    }
}

@-webkit-keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-disabled-opacity: 0.65
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition)
}

.f-button:active:not([disabled]) {
    background-color: var(--f-button-active-bg)
}

.f-button:focus:not(:focus-visible) {
    outline: 0
}

.f-button:focus-visible {
    outline: 0;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    fill: var(--f-button-svg-fill);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: opacity .15s ease;
    transform: var(--f-button-transform);
    filter: var(--f-button-svg-filter);
    pointer-events: none
}

.f-button[disabled] {
    cursor: default
}

.f-button[disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

.f-carousel__nav .f-button.is-next, .f-carousel__nav .f-button.is-prev, .fancybox__nav .f-button.is-next, .fancybox__nav .f-button.is-prev {
    position: absolute;
    z-index: 1
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev {
    top: 50%;
    transform: translateY(-50%)
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos)
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos)
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev {
    top: auto;
    left: 50%;
    transform: translateX(-50%)
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos)
}

.is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg {
    transform: rotate(90deg)
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox body {
    touch-action: none
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: transparent;
    overflow: visible;
    z-index: 1050;
    outline: 0;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain
}

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

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__viewport {
    width: 100%;
    height: 100%
}

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px
}

.fancybox__slide.has-html5video, .fancybox__slide.has-iframe, .fancybox__slide.has-video {
    overflow: hidden
}

.fancybox__slide.has-image {
    overflow: hidden
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
    overflow: visible
}

.fancybox__slide::after, .fancybox__slide::before {
    content: "";
    flex: 0 0 0;
    margin: auto
}

.fancybox__content {
    -ms-grid-row-align: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20
}

.is-loading .fancybox__content {
    opacity: 0
}

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

.can-zoom_in .fancybox__content {
    cursor: zoom-in
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out
}

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

.fancybox__content [contenteditable], .fancybox__content [data-selectable] {
    cursor: auto
}

.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
    visibility: hidden
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
    filter: blur(0);
    will-change: transform, width, height
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

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

.is-closing .fancybox__caption, .is-loading .fancybox__caption {
    opacity: 0;
    visibility: hidden
}

.is-compact .fancybox__caption {
    padding-bottom: 0
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40
}

.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: .75
}

.is-loading .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden
}

.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all .25s ease
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, .5)
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px
}

.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1
}

.is-idle .fancybox__nav {
    -webkit-animation: .15s ease-out both f-fadeOut;
    animation: .15s ease-out both f-fadeOut
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    -webkit-animation: .15s ease-out both f-fadeOut;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -.5));
    z-index: 30;
    cursor: pointer
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 40;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.fancybox-focus-guard {
    outline: 0;
    opacity: 0;
    position: fixed;
    pointer-events: none
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > :not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > :not(.fancybox__content), .fancybox__container.is-animated[aria-hidden=false] > :not(.fancybox__backdrop,.fancybox__carousel) {
    -webkit-animation: .25s ease .1s backwards f-fadeIn;
    animation: .25s ease .1s backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    -webkit-animation: .35s ease backwards f-fadeIn;
    animation: .35s ease backwards f-fadeIn
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > :not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > :not(.fancybox__content), .fancybox__container.is-animated[aria-hidden=true] > :not(.fancybox__backdrop,.fancybox__carousel) {
    -webkit-animation: .15s ease forwards f-fadeOut;
    animation: .15s ease forwards f-fadeOut
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    -webkit-animation: .35s ease forwards f-fadeOut;
    animation: .35s ease forwards f-fadeOut
}

.has-html5video .fancybox__content, .has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-vimeo .fancybox__content, .has-youtube .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

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

.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%
}

.has-html5video .fancybox__content, .has-vimeo .fancybox__content, .has-youtube .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.has-html5video .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-vimeo .fancybox__content, .has-youtube .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.has-map .fancybox__content {
    background: #e5e3df
}

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

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

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0)
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1
}

.f-thumbs .f-spinner svg {
    display: none
}

.f-thumbs.is-vertical {
    height: 100%
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden
}

.f-thumbs__track {
    display: flex;
    will-change: transform
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    min-width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer
}

.f-thumbs__slide.is-loading img {
    opacity: 0
}

.is-classic .f-thumbs__viewport {
    height: 100%
}

.is-modern .f-thumbs__track {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(var(--left, 0) * 1px);
    width: calc(100% - var(--width, 0) * 1px);
    cursor: pointer
}

.is-modern .f-thumbs__slide {
    --clip-path: inset(
            0 calc(
                    (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 *
                    (1 - var(--progress, 0))
            ) round var(--f-thumb-border-radius, 0)
    );
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none
}

.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
    filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))
}

.is-modern .f-thumbs__slide > * {
    -webkit-clip-path: var(--clip-path);
    clip-path: var(--clip-path)
}

.is-modern.in-touch .f-thumbs__slide {
    filter: none
}

.is-modern.is-resting .f-thumbs__slide {
    transition: all .33s ease
}

.is-modern.is-resting .f-thumbs__slide > * {
    transition: all .33s ease
}

.f-thumbs__slide__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: 0;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity .2s ease
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity)
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: 0
}

.f-thumbs__slide__button:focus-visible {
    outline: 0;
    opacity: var(--f-thumb-selected-opacity)
}

.is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity)
}

.is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    -webkit-animation: f-fadeIn .2s ease-out;
    animation: f-fadeIn .2s ease-out;
    z-index: 10
}

.f-thumbs__slide__img {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    -o-object-fit: cover;
    object-fit: cover
}

.f-thumbs.is-horizontal .f-thumbs__track {
    margin: 0 auto;
    padding: 8px 0 12px 0
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    margin: auto 0;
    padding: 0 8px
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height .35s cubic-bezier(.23, 1, .32, 1)
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 20px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, .1), rgba(255, 255, 255, .05))
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap)
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px
}

.fancybox__thumbs.is-hidden {
    max-height: 0 !important
}

.is-closing .fancybox__thumbs {
    transition: none !important
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .5));
    pointer-events: none;
    z-index: 20
}

.fancybox__toolbar :focus-visible {
    z-index: 1
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.is-idle .fancybox__toolbar {
    pointer-events: none;
    -webkit-animation: .15s ease-out both f-fadeOut;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__infobar span {
    padding: 0 5px
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg)
}

[data-fancybox-toggle-slideshow] {
    position: relative
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: .3
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
    display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
    display: none
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
    display: flex
}

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

body {
    font-family: "Futura PT", Arial, Helvetica, sans-serif;
    color: #000
}

body._lock {
    overflow: hidden
}

h1 {
    font-size: 24px;
    line-height: 51px
}

h2 {
    font-size: 22px;
    line-height: 44px
}

.goods-content__item-name {
    text-transform: initial
}

.about-body__label, .spares-top__title {
    text-transform: initial
}

.container {
    max-width: 1368px;
    margin: 0 auto;
    padding: 0 24px
}

.container_lg {
    max-width: 1488px
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.content {
    position: relative;
    z-index: 2;
    flex: 1 1 auto
}

._sitemap {
    height: 100vh;
    padding: 50px 0;
    background-color: #3a3a3a
}

._sitemap-con {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px
}

._sitemap-body ol {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

._sitemap-body ol li {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff
}

._sitemap-body ol li:not(:first-child) {
    margin: 15px 0 0
}

._sitemap-body__item {
    color: #fff;
    transition: all .3s
}

._sitemap-body__item:hover {
    color: #b3cbff
}

[class*=copyrights-pane] {
    display: none !important
}

.notfound {
    margin: 24px 0 56px
}

.notfound-body {
    display: flex;
    align-items: center
}

.notfound-body__img {
    pointer-events: none;
    width: 536px;
    margin: 0 0 0 -130px
}

.notfound-body__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.notfound-body__content {
    margin: 0 0 0 48px
}

.notfound-body__content-err {
    color: #bababa;
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.notfound-body__content-title {
    margin: 28px 0 0;
    color: #000;
    font-family: Futura PT;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase
}

.notfound-body__content-subtitle {
    margin: 12px 0 0;
    color: #000;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.notfound-body__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 75px 0 0
}

.notfound-body__links-title {
    color: #000;
    font-family: Futura PT;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 24px
}

.notfound-body__links-item {
    color: #faa61a;
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.notfound-body__links-item:not(:first-child) {
    margin: 12px 0 0
}

.cookie-notice {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	color: #231f20;
	padding: 15px 20px;
	z-index: 9999;
	font-family: "Futura PT", Arial, Helvetica, sans-serif;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
	box-sizing: border-box;
}
.cookie-notice-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.cookie-notice-text {
	font-size: 14px;
	line-height: 1.4;
}
.cookie-notice-link {
	color: black;
	text-decoration: underline;
}
.cookie-notice-btn {
	background: #faa61a;
	color: #231f20;
	border: none;
	padding: 8px 25px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
	transition: background 0.3s;
}
.cookie-notice-btn:hover {
	background: #ffbc4b;
	box-shadow: 0 20px 24px -4px rgba(250, 166, 26, .25), 0 8px 8px -4px rgba(250, 166, 26, .2);
}

@media (max-width: 600px) {
	.cookie-notice-container { flex-direction: column; text-align: center; }
}

@media (min-width: 961px) {
    .header-top .header-body__logo {
        display: none
    }

    .header-top .header-body__call {
        display: none
    }

    .header-body__btn {
        display: none
    }
}

@media (min-width: 991px) {
    .card-info__col:nth-child(2) .card-info__count {
        display: none
    }
}

@media (min-width: 1200px) {
.contacts-row__item:not(:first-child) {
    margin: 0;


}

.contacts-row {
    margin: 8px 0 0;
    display: block;
}


}



@media (min-width: 992px) {
    .mobile-menu {
        display: none
    }

    .mobile-catalog {
        display: none
    }

    .breadcrumbs__back {
        display: none
    }

    .popular-body__item h5 br._mobile {
        display: none
    }

    ._spares-items__sort-btn {
        display: none
    }

    .catalog-content__btns {
        display: none
    }

    .card-content__count {
        display: none
    }

    .cart-item__row {
        display: none
    }

    .catalog.catalog_contacts .itc-select {
        display: none
    }
}

@media (max-width: 1500px) {
    .popular-body__item img {
        width: 260px
    }

    .photobank-content {
        margin: 0 0 0 86px
    }
}

@media (max-width: 1400px) {
    .popular-body__item {
        padding: 21px 24px
    }

    .popular-body__item img {
        width: 200px
    }

    .contacts-banner {
        padding: 24px
    }
}

@media (max-width: 1360px) {
    .spares-content__item-img {
        width: 120px
    }
}

@media (max-width: 1340px) {
    .catalog-content .goods-content__item-name {
        max-width: 170px
    }
}

@media (max-width: 1250px) {
    .footer-col:not(:first-child) {
        margin: 0 0 0 15px !important
    }
}

@media (max-width: 1200px) {
    .header-top {
        padding: 0;
        background: 0 0
    }

    .header-body {
        padding: 0
    }

    .header-menu {
        padding: 0
    }

    .footer-body {
        justify-content: space-between;
        padding: 30px 15px
    }

    .footer-social {
        flex-wrap: wrap;
        max-width: 200px
    }

    .footer-social__item {
        margin: 0 10px 10px 0
    }

    .footer-social__item:not(:first-child) {
        margin: 0 10px 10px 0
    }

    .main-body .main-submenu {
        left: 250px
    }

    .main-body .main-submenu._active {
        width: calc(100% - 250px)
    }

    .main-menu {
        flex: 0 0 250px
    }

    .popular {
        margin: 36px 0 0;
        background: #f5f5f5
    }

    .popular-con {
        padding: 24px 0
    }

    .popular-body__item {
        height: 140px
    }

    .popular-body__item img {
        width: 140px
    }

    .goods {
        margin: 38px 0 0
    }

    .goods-body {
        margin: 14px 0 0
    }

    .goods-content__item {
        flex: 0 1 25%;
        padding: 8px;
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9
    }

    .goods-content__item:nth-child(4n+1) {
        border-left: 1px solid #d9d9d9
    }

    .goods-content__item:nth-child(5n+1) {
        border-top: none;
        border-left: none
    }

    .goods-content__item:nth-child(1), .goods-content__item:nth-child(2), .goods-content__item:nth-child(3), .goods-content__item:nth-child(4) {
        border-top: 1px solid #d9d9d9
    }

    .goods-content__item:nth-child(5) {
        border-top: none
    }

    .goods-content__item:first-child {
        border-left: 1px solid #d9d9d9
    }

    .goods-content__item-img {
        height: 130px
    }

    .goods-content__item-rating {
        margin: 8px 0 0
    }

    .goods-content__item-name {
        font-weight: 500;
        margin: 4px 0 0;
        font-size: 13px;
        line-height: 17px
    }

    .goods-content__item-desc {
        padding: 8px 0 0
    }

    .goods-content__item-bottom {
        padding: 8px 0 0
    }

    .goods-content__item-price {
        font-size: 15px;
        line-height: 19px
    }

    .goods-content__item-btn {
        width: 40px;
        height: 40px
    }

    .goods-content__item-btn svg {
        width: 24px;
        height: 24px
    }

    .videos {
        margin: 40px 0 0
    }

    .main-text__news {
        flex: 0 0 300px
    }

    .spares-content__item {
        padding: 16px
    }

    .spares-content__item-img {
        width: 80px
    }

    .spares-list__slider a {
        height: 34px;
        font-size: 14px;
        line-height: 18px
    }

    ._spares-items__item {
        padding: 8px 16px 8px 8px
    }

    ._spares-items__item-title {
        margin: 0 0 0 8px;
        font-size: 13px;
        line-height: 17px
    }

    ._spares-items__item-price {
        text-align: right;
        padding: 0 0 0 8px
    }

    ._spares-items__item-price span {
        font-size: 13px;
        line-height: 17px
    }

    ._spares-items__item-count {
        margin: 0 0 0 16px
    }

    ._spares-items__item-sum {
        margin: 0 0 0 16px
    }

    ._spares-items__item-sum span {
        font-size: 13px;
        line-height: 17px
    }

    ._spares-items__item-btn {
        margin: 0 0 0 16px
    }

    .catalog-col:nth-child(1) {
        flex: 0 0 270px
    }

    .catalog-top__item {
        padding: 8px;
        margin: 0 8px 8px 0;
        flex: 0 0 calc(33.333% - 6px)
    }

    .catalog-top__item:nth-child(3n) {
        margin: 0 0 8px
    }

    .catalog-top__item-img {
        width: 50px
    }

    .card-content__slider {
        flex: 0 0 435px
    }

    .card-info {
        flex: 0 0 calc(100% - 459px)
    }

    .card-info__col:nth-child(2) {
        margin: 0 0 0 20px
    }

    .cart-col:nth-child(2) {
        flex: 0 0 320px
    }

    .article-body img {
        width: 100%
    }

    .article-col {
        flex: 1 1 50%
    }

    .article-col:nth-child(2) {
        flex: 0 0 400px
    }

    .profile-pages__item {
        width: 120px
    }

    .contacts-row {
        flex-wrap: wrap
    }

    .contacts-row__item {
        flex: 0 0 calc(50% - 8px)
    }

    .contacts-row__item:not(:first-child) {
        margin: 16px 0 0 16px
    }

    .contacts-row__item:nth-child(2) {
        margin: 0 0 0 16px
    }

    .contacts-row__item:nth-child(2n+1) {
        margin: 16px 0 0
    }

    .contacts-row__item:nth-child(1) {
        margin: 0
    }
}

@media (max-width: 1100px) {
    .popular-body__item img {
        width: 100px
    }

    .catalog-content .goods-content__item-name {
        max-width: 130px
    }

    .card-content__slider {
        flex: 0 0 300px
    }

    .card-content__slider-big {
        height: 300px
    }

    .card-info {
        flex: 0 0 calc(100% - 324px)
    }
}

@media (max-width: 1050px) {
    .cart-body {
        flex-wrap: wrap
    }

    .cart-col:nth-child(1) {
        flex: 1 1 100%
    }

    .cart-col:nth-child(2) {
        flex: 1 1 100%;
        margin: 32px 0 0;
        border: 1px solid #d9d9d9;
        border-radius: 6px
    }

    .cart-order {
        margin: 0 auto;
        padding: 16px;
        border-radius: none;
        border: none;
        max-width: 384px
    }
}

@media (max-width: 992px) {
    .footer {
        margin: 0 0 100px
    }
}

@media (max-width: 991px) {
    .header-body {
        margin: 16px 0 0;
        height: auto
    }

    .header-menu__con {
        display: none
    }

    .header-menu__item-menu {
        display: none
    }

    .modal._modal-forgot .modal-body, .modal._modal-login .modal-body, .modal._modal-registration .modal-body {
        width: 100%
    }

    .modal._modal-buy .modal-body {
        width: 100%
    }

    .modal._modal-application .modal-body {
        overflow: unset
    }

    .modal._modal-application .modal-body__con {
        height: 100%;
        overflow: auto;
        padding: 0 0 50px
    }

    .modal._modal-crm .modal-body {
        max-width: 630px;
        padding: 24px;
        border-radius: 8px
    }

    .modal._modal-crm .modal-body__title {
        font-size: 19px
    }

    .modal._modal-crm .modal-body__close {
        width: 32px;
        height: 32px
    }

    .modal._modal-crm .modal-body__close svg {
        width: 100%;
        height: 100%
    }

    .modal._modal-crm .modal-body__item {
        margin: 18px 0 0
    }

    .modal._modal-crm .modal-body__item-title {
        font-size: 17px
    }

    .modal._modal-crm .modal-body__contacts {
        margin: 18px 0 0
    }

    .modal._modal-crm .modal-body__contacts-text {
        font-size: 14px
    }

    .modal._modal-crm .modal-body__contacts-field input {
        font-size: 14px
    }

    .modal-body {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 0;
        transform: translate(0, 100%) scale(1)
    }

    .modal-body__con {
        max-width: 344px;
        margin: 0 auto
    }

    .modal-body__close {
        top: 16px;
        right: 24px
    }

    .modal-body__title {
        font-size: 15px;
        line-height: 19px
    }

    .modal-body__desc {
        margin: 8px 0 0;
        font-size: 14px;
        line-height: 18px
    }

    .modal-body__form {
        margin: 28px 0 0
    }

    .modal-body__form label:not(:first-child) {
        margin: 22px 0 0
    }

    .modal-body__form label input {
        font-size: 14px;
        line-height: 18px
    }

    .modal-body__form button {
        margin: 22px 0 0
    }

    .modal-body__form button {
        width: 100%;
        font-size: 13px;
        line-height: 17px
    }
	
	.modal-body__form p {
        padding-top: 20px;
    }
	
	.modal-body__form p a {
        text-decoration: underline;
		color: #231f20;
    }

    .modal-body__policy br {
        display: none
    }

    .modal-body__forgot {
        font-size: 14px;
        line-height: 18px
    }

    .modal-body__bottom {
        flex-wrap: wrap;
        margin: 28px 0 0;
        padding: 28px 0 0
    }

    .modal-body__bottom-text {
        font-size: 14px;
        line-height: 18px;
        width: 100%;
        text-align: center
    }

    .modal-body__bottom-text br {
        display: none
    }

    .modal-body__bottom-btn {
        margin: 24px 0 0;
        width: 100%;
        font-size: 13px;
        line-height: 17px
    }

    .yt-modal__content-close {
        right: 0
    }

    .breadcrumbs-body {
        display: none
    }

    .main {
        overflow: hidden;
        margin: 148px 0 0
    }

    .main-body .main-submenu {
        left: 205px;
        padding: 4px 4px 4px 0
    }

    .main-body .main-submenu._active {
        width: calc(100% - 205px)
    }

    .main-body .main-submenu__content {
        padding: 16px
    }

    .main-body .main-submenu__content-title {
        font-size: 14px;
        line-height: 17px
    }

    .main-body .main-submenu__content-link {
        font-size: 14px;
        line-height: 17px
    }

    .main-menu {
        flex: 0 0 205px;
        padding: 8px
    }

    .main-menu__item {
        padding: 8px;
        font-size: 14px;
        line-height: 18px
    }

    .main-menu__item:not(:first-child) {
        margin: 2px 0 0
    }

    .main-menu__item:not(:first-child)::before {
        top: -1px
    }

    .main-slider__slider {
        height: 270px
    }

    .main-slider__slider .swiper-slide img {
        transform: scale(1)
    }

    .main-slider__slider-controlls {
        left: 50%;
        transform: translate(-50%, 0);
        bottom: -16px;
        background-color: transparent;
        padding: 0
    }

    .main-slider__slider-controlls .main-swiper-pagination span:not(:first-child) {
        margin: 0 0 0 8px !important
    }

    .main-slider__slider-controlls .main-swiper-pagination span.swiper-pagination-bullet-active {
        background-color: #231f20;
        width: 18px
    }

    .main-slider__slider-controlls .main-swiper-pagination span {
        width: 5px;
        height: 2px;
        border: none;
        border-radius: 5px;
        background-color: #d9d9d9
    }

    .main-slider__slider-controlls .main-swiper-button-next, .main-slider__slider-controlls .main-swiper-button-prev {
        display: none
    }

    .main-banners__item {
        flex: 0 0 calc(33.333% - 11.7px)
    }

    .main-banners__item:not(:first-child) {
        margin: 0 0 0 16px
    }

    .main-banners__item {
        height: 160px
    }

    .main-advantages {
        margin: 40px 0 0
    }

	.main-advantages a {
	  flex: 0 0 calc(33.333% - 0px);
	}

    .main-advantages__item {
        /*flex: 0 0 calc(33.333% - 11.7px)*/
    }

    .main-advantages__item:not(:first-child) {
        margin: 0 0 0 16px
    }

    .main-advantages__item-title {
        padding: 0 30px 0 0;
        font-size: 14px;
        line-height: 18px
    }

    .main-advantages__item-desc {
        font-size: 14px;
        line-height: 18px;
        padding: 0 56px 0 0
    }

    .main-advantages__item-icon {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translate(0, -50%)
    }

    .popular-con h4 {
        font-size: 15px;
        line-height: 19px
    }

    .popular-body {
        margin: 60px 0 0;
        flex-wrap: wrap
    }

    .popular-body__item {
        flex: 1 1 100%;
        width: 181px
    }

    .popular-body__item:nth-child(1) {
        order: 3;
        margin: 70px 0 0
    }

    .popular-body__item:nth-child(2) {
        order: 1;
        margin: 0 !important
    }

    .popular-body__item:nth-child(3) {
        order: 2
    }

    .popular-body__item:not(:first-child) {
        margin: 70px 0 0
    }

    .popular-body__item img {
        width: 196px
    }

    .goods-btns__item {
        padding: 0 12px;
        height: 40px
    }

    .videos .container {
        padding: 0
    }

    .videos__title {
        padding: 0 24px
    }

    .videos-body {
        padding: 0 24px
    }

    .videos-body__item-title {
        font-size: 14px;
        line-height: 18px;
        margin: 8px 0 0
    }

    .main-text h3 {
        font-size: 17px;
        line-height: 22px
    }

    .main-text__news {
        flex: 0 0 270px
    }

    .main-text__news-date {
        font-size: 14px;
        line-height: 17px
    }

    .main-text__news-title {
        font-size: 14px;
        line-height: 17px
    }

    .main-text__news-text {
        font-size: 14px;
        line-height: 17px
    }

    .spares-top__title {
        font-size: 22px;
        line-height: 28px
    }

    .spares-top__logo {
        width: 168px;
        height: 62px
    }

    .spares-top__logo img {
        width: 56px;
        height: 46px
    }

    ._spares-text {
        margin: 40px 0
    }

    .main-text._catalog-products {
        margin: 40px 0
    }

    .spares-content {
        margin: 40px 0 0
    }

    .spares-content__item {
        flex: 0 0 50%
    }

    .spares-content__item:not(:first-child) {
        border-top: none
    }

    .spares-content__item:nth-child(2n+1) {
        border-left: 1px solid #d9d9d9
    }

    .spares-content__item:nth-child(3n+1) {
        border-left: none
    }

    .spares-content__item:first-child {
        border-left: 1px solid #d9d9d9
    }

    .spares-content__item:nth-child(1), .spares-content__item:nth-child(2) {
        border-top: 1px solid #d9d9d9
    }

    .spares-content__item-img span {
        padding: 4px
    }

    .spares-content__item-title {
        font-size: 15px;
        line-height: 19px
    }

    .spares-content__item-links:not(:first-child) {
        margin: 8px 0 0
    }

    .spares-content__item-links li a {
        font-size: 14px;
        line-height: 18px
    }

    .spares-list {
        margin: 0 0 24px
    }

    ._spares-items__top {
        display: none
    }

    ._spares-items__bottom {
        flex-direction: column;
        align-items: center;
        margin: 48px 0 0;
        padding: 0 0 32px;
        border-top: none
    }

    ._spares-items__more {
        max-width: 100%
    }

    ._spares-items__page {
        margin: 32px 0 0
    }

    .catalog {
        margin: 40px 0 0
    }

    .catalog .container {
        padding: 0
    }

    .catalog-body {
        display: block
    }

    .catalog-col:nth-child(1) {
        display: none
    }

    .catalog-col:nth-child(2) {
        flex: 0 0 auto;
        margin: 0
    }

    .catalog-top {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 16px 8px
    }

    .catalog-top__item {
        flex: 0 1 auto;
        height: 34px;
        padding: 0 16px;
        white-space: nowrap;
        background: #231f20;
        border-radius: 100px;
        margin: 0
    }

    .catalog-top__item:not(:first-child) {
        margin: 0 0 0 8px
    }

    .catalog-top__item-img {
        display: none
    }

    .catalog-top__item-content {
        margin: 0
    }

    .catalog-top__item-title {
        text-align: center;
        font-size: 14px;
        line-height: 18px;
        color: #fff
    }

    .catalog-top__item-count {
        display: none
    }

    .catalog-content {
        padding: 0 16px
    }

    .catalog-content .goods-content__item-name {
        max-width: 100%
    }

    .catalog-content .main-banners {
        display: flex;
        flex-wrap: nowrap
    }

    .catalog-content .main-banners .main-banners__item:not(:first-child) {
        margin: 0 0 0 16px
    }

    .card {
        margin: 16px 0 0;
        overflow: hidden
    }

    .card-content {
        margin: 16px 0 0;
        flex-wrap: wrap
    }

    .card-content__slider {
        flex: 1 1 auto
    }

    .card-content__slider-big {
        overflow: visible;
        border: none;
        border-radius: 0;
        height: 386px;
        order: 1
    }

    .card-content__slider-big {
        height: 316px
    }

    .card-content__slider-big .swiper-slide {
        width: 352px;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 6px
    }

    .card-content__slider-big .swiper-slide {
        width: 288px
    }

    .card-content__slider-big .swiper-button-next, .card-content__slider-big .swiper-button-prev {
        display: none
    }

    .card-content__slider-small {
        margin: 16px 0 0;
        order: 3
    }

    .card-info {
        flex: 1 1 100%;
        flex-wrap: wrap;
        margin: 40px 0 0;
        order: 4
    }

    .card-info .card-info__row {
        display: block
    }

    .card-info {
        margin: 32px 0 0
    }

    .card-info__col:nth-child(1) {
        flex: 0 0 calc(50% - 8px);
        background: #f5f5f5;
        border-radius: 5px;
        padding: 16px
    }

    .card-info__col:nth-child(1) .card-info__count {
        display: none
    }

    .card-info__col:nth-child(1) .card-info__content {
        margin: 0
    }

    .card-info__col:nth-child(2) {
        flex: 0 0 calc(50% - 8px);
        margin: 0 0 0 16px
    }

    .card-info__count {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .card-info__count > span {
        display: block;
        font-size: 14px;
        line-height: 18px
    }

    .card-info__count ._spares-items__item-count::after {
        display: none
    }

    .card-info__count ._spares-items__item-count button, .card-info__count ._spares-items__item-count input {
        width: 56px
    }

    .card-info__content-item {
        width: 100%;
        display: flex
    }

    .card-info__content-item span {
        flex: 0 0 calc(50% + 8px);
        margin: 0 0 0 auto !important
    }

    .card-info__content-item span {
        padding: 0 0 0 16px
    }

    .card-info__price {
        margin: 16px 0 0
    }

    .card-info__price ._price {
        width: 100%;
        display: flex;
        font-size: 32px !important;
        font-weight: 600 !important
    }

    .card-info__price ._price > svg {
        width: 30px !important;
        height: 30px !important
    }

    .card-info__price ._price ._like {
        display: flex;
        width: 48px;
        height: 48px;
        margin: 0 auto 0 0
    }

    .card-info__price ._price ._like svg {
        width: 32px;
        height: 32px
    }

    .card-info__row .card-info__advantages, .card-info__row .card-info__self {
        display: flex
    }

    .card-info__row .card-info__self-col:nth-child(2) {
        margin: 0 auto 0 16px
    }

    .card-info__row .card-info__self-col._discount {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: right;
        color: #231f20
    }

    .card-info__btns {
        flex-wrap: wrap;
        margin: 0
    }

    .card-info__btns-item {
        font-size: 13px;
        line-height: 17px
    }

    .card-info__btns-item:not(:first-child) {
        margin: 16px 0 0
    }

    .card-info__btns-item._like {
        display: none
    }

    .card-info__btns-item._buy {
        width: 100%;
        order: 2
    }

    .card-info__btns-item._toCart {
        width: 100%;
        order: 1
    }

    .card-info__self {
        display: none
    }

    .card-info__advantages {
        margin: 24px 0 0;
        display: none
    }

    .card-about {
        margin: 24px 0 0;
        padding: 40px 0
    }

    .card-about__content ._file {
        margin: 16px 0 0
    }

    .card-about__content ._file-info__name {
        font-size: 14px
    }

    .card-tabs {
        margin: 40px 0 0
    }

    .card-tabs__btns-item {
        padding: 0 12px;
        height: 40px
    }

    .card-tabs__content {
        margin: 24px 0 0
    }

    .card-tabs__content .swiper-slide {
        width: 180px
    }

    .card-similar {
        margin: 40px 0
    }

    .card-similar .card-similar__slider {
        margin: 24px 0 0
    }

    .card-similar .swiper-slide {
        width: 180px
    }

    .card-similar__title {
        font-size: 17px;
        line-height: 22px
    }

    .cart {
        margin: 32px 0 64px
    }

    .cart_order-top__item:first-child {
        white-space: unset;
        max-width: 124px
    }

    .cart_order-top__item:not(:first-child) {
        margin: 0 0 0 8px
    }

    .cart_order-top__item:not(:first-child)::before {
        margin: 0 8px 0 0
    }

    .cart_order-content .order-type__btns {
        margin: 16px 0 0;
        flex-direction: column;
        align-items: flex-start
    }

    .cart_order-content .order-type label:not(:first-child) {
        margin: 16px 0 0
    }

    .cart_order-content .order-profile {
        display: none
    }

    .cart_order-content .order-inputs {
        margin: 0;
        flex: 0 0 calc(50% - 8px)
    }

    .cart_order-content .order-con {
        display: flex;
        margin: 16px 0 0
    }

    .cart_order-content .order-input input {
        height: 46px
    }

    .cart_order-content .order-input:not(:first-child) {
        margin: 16px 0 0
    }

    .cart_order-content .order-comment {
        margin: 0 0 0 16px;
        flex: 0 0 calc(50% - 8px)
    }

    .cart_order-content .order-comment textarea {
        height: 100%
    }

    .cart_order-content .order-city {
        width: calc(50% - 8px)
    }

    .cart_order-content .order-from {
        margin: 16px 0 0;
        width: calc(50% - 8px)
    }

    .cart_order-content .order-from__item {
        flex: 0 0 100%
    }

    .cart_order-content .order-from__item:not(:first-child) {
        margin: 16px 0 0
    }

    .cart_order-content .order-from__item-price {
        margin: 0
    }

    .cart_order-content .order-from__item-address {
        margin: 0
    }

    .cart_order .cart-col:nth-child(1) {
        min-height: 250px
    }

    .cart_order .cart-btns {
        margin: auto 16px 16px 16px
    }

    .cart_order .cart-btns__item {
        flex: 0 0 calc(50% - 8px);
        margin: 0 0 0;
        padding: 16px 0;
        font-size: 13px;
        line-height: 17px
    }

    .cart_order .cart-order__title {
        font-size: 17px;
        line-height: 22px
    }

    .cart_order .cart-order__title a {
        font-size: 14px;
        line-height: 18px
    }

    .cart_order .cart-order__nds, .cart_order .cart-order__price {
        margin: 16px 0 0
    }

    .cart_order .cart-order__nds span, .cart_order .cart-order__price span {
        font-size: 14px;
        line-height: 18px
    }

    .cart_order .cart-order__sum {
        margin: 16px 0 0;
        padding: 16px 0 0
    }

    .cart_order .cart-order__sum span {
        font-size: 14px;
        line-height: 18px
    }

    .cart-item {
        flex-wrap: wrap
    }

    .cart-item__img {
        flex: 0 0 76px;
        height: 76px
    }

    .cart-item__info {
        margin: 0 0 0 8px;
        flex: 0 0 calc(100% - 304px)
    }

    .cart-item__info-code {
        display: none
    }

    .cart-item__info-warn {
        display: none
    }

    .cart-item__price {
        flex: 0 0 220px;
        padding: 0 0 0 8px
    }

    .cart-item__close {
        display: none
    }

    .catalog.catalog_articles .goods-content .article-item__date {
        font-size: 14px;
        line-height: 18px
    }

    .catalog.catalog_articles .goods-content .article-item__title {
        font-size: 14px;
        line-height: 18px
    }

    .catalog.catalog_articles .goods-content .article-item__desc {
        font-size: 14px;
        line-height: 18px
    }

    .catalog.catalog_articles ._spares-items__bottom {
        margin: 40px 0;
        padding: 32px 0 0
    }

    .article {
        margin: 0
    }

    .article-body {
        flex-direction: column-reverse
    }

    .article-body p {
        font-size: 14px;
        line-height: 18px
    }

    .article-body img {
        width: 352px
    }

    .article-body ul li {
        font-size: 14px;
        line-height: 18px
    }

    .article-col {
        flex: 0 0 auto
    }

    .article-col:nth-child(2) {
        flex: 0 0 auto;
        margin: 0
    }

    .article-col__img {
        width: 352px
    }

    .article-col__img img {
        margin: 0
    }

    .article-date {
        display: none;
        font-size: 14px;
        line-height: 18px
    }

    .article-date._mobile {
        display: block;
        margin: 16px 0
    }

    .article-bottom {
        margin: 40px 0
    }

    .article-bottom__btn._prev {
        flex: 0 0 auto;
        font-size: 0;
        padding: 0
    }

    .article-bottom__btn._prev span {
        width: 52px;
        margin: 0;
        border: none
    }

    .article-bottom__btn._prev span svg {
        width: 16px;
        height: 16px
    }

    .article-bottom__btn._back {
        flex: 1 1 100%;
        margin: 0 40px;
        justify-content: center;
        text-align: center
    }

    .article-bottom__btn._next {
        flex: 0 0 auto;
        font-size: 0;
        padding: 0
    }

    .article-bottom__btn._next span {
        width: 52px;
        border: none;
        margin: 0
    }

    .article-bottom__btn._next span svg {
        width: 16px;
        height: 16px
    }

    .article.article_news h3 {
        font-size: 17px;
        line-height: 22px
    }

    .article.article_news p {
        font-size: 14px;
        line-height: 18px
    }

    .article.article_news .article-col__img {
        width: 100%
    }

    .news {
        margin: 40px 0 0
    }

    .news-item__img {
        height: 74px
    }

    .news-item__text-date {
        font-size: 14px;
        line-height: 18px
    }

    .news-item__text-title {
        font-size: 14px;
        line-height: 18px
    }

    .news-bottom {
        margin: 40px 0
    }

    .news-bottom__btn {
        font-size: 14px;
        line-height: 18px
    }

    .profile {
        margin: 32px 0
    }

    .profile-body {
        flex-direction: column
    }

    .profile-col:nth-child(2) {
        flex: 1 1 100%;
        margin: 32px 0 0;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        padding: 16px
    }

    .profile-pages {
        width: 100%
    }

    .profile-pages__item {
        flex: 1 1 25%;
        width: 100%;
        height: 50px;
        font-size: 14px;
        line-height: 18px
    }

    .profile-con {
        margin: 32px 0 0;
        padding: 16px
    }

    .profile-cart {
        width: 100%;
        max-width: 352px;
        margin: 0 auto;
        padding: 0;
        border: none
    }

    .profile-cart__title {
        font-size: 17px;
        line-height: 22px
    }

    .profile-cart__content {
        margin: 16px 0 0
    }

    .profile-cart__content-item span {
        font-size: 14px;
        line-height: 18px
    }

    .profile-cart__content-item:not(:first-child) {
        margin: 16px 0 0
    }

    .profile-cart__btns {
        margin: 16px 0 0;
        padding: 16px 0 0
    }

    .profile-cart__btns-item {
        height: 50px;
        font-size: 13px;
        line-height: 17px
    }

    .profile-cart__btns-item:not(:first-child) {
        margin: 16px 0 0
    }

    .profile-personal {
        width: 100%;
        max-width: 352px;
        margin: 0 auto
    }

    .profile-personal__title {
        font-size: 14px;
        line-height: 18px
    }

    .profile-personal__title:not(:first-child) {
        margin: 24px 0 0
    }

    .profile-personal__item-label {
        font-size: 14px;
        line-height: 18px
    }

    .profile-personal__item-value {
        font-size: 14px;
        line-height: 18px
    }

    .profile-personal__input {
        height: 46px;
        font-size: 14px;
        line-height: 18px
    }

    .profile-personal__input-submit {
        width: 100%;
        height: 50px;
        margin: 24px 0 0
    }

    .profile-item__top {
        padding: 16px
    }

    .profile-item__top-date {
        font-size: 14px;
        line-height: 18px
    }

    .profile-item__top-price {
        display: none
    }

    .profile-item__top-status {
        display: none
    }

    .profile-item__row:nth-child(3) {
        margin: 12px 0 0 !important;
        display: flex;
        justify-content: space-between
    }

    .profile-item__row:nth-child(3) .profile-item__top-price {
        margin: 0;
        font-size: 15px;
        line-height: 19px
    }

    .profile-item__row:nth-child(3) .profile-item__top-price, .profile-item__row:nth-child(3) .profile-item__top-status {
        display: flex
    }

    .profile-item__row:not(:first-child) {
        margin: 8px 0 0
    }

    .profile-item__content {
        padding: 16px;
        flex-direction: column
    }

    .profile-item__text-row {
        flex-direction: column;
        align-items: flex-start
    }

    .profile-item__text-title {
        font-size: 14px;
        line-height: 18px
    }

    .profile-item__text-status {
        margin: 8px 0 0
    }

    .profile-item__text-date {
        font-size: 14px;
        line-height: 18px
    }

    .profile-item__imgs {
        margin: 16px 0 0
    }

    .profile-item__imgs-item {
        width: 88px;
        height: 88px
    }

    .profile-item__imgs-item:not(:first-child) {
        margin: 0 0 0 8px
    }

    .profile-item__imgs-item._count {
        width: 88px;
        height: 88px
    }

    .profile-list__top {
        display: none
    }

    .profile-list__col {
        flex: 1 1 auto !important
    }

    .profile-list__col:nth-child(1) {
        order: 3;
        margin: 8px 0 0
    }

    .profile-list__col:nth-child(2) {
        order: 1;
        margin: 0
    }

    .profile-list__col:nth-child(3) {
        order: 2;
        margin: 8px 0 0
    }

    .profile-list__col:nth-child(4) {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0
    }

    .profile-list__item {
        padding: 24px 0
    }

    .profile-list__item:last-child {
        padding: 24px 0 0
    }

    .profile-list__item:first-child {
        padding: 0 0 24px 0
    }

    .profile-list__item ._data__label {
        display: block
    }

    .profile-list__item-wrapper {
        flex-direction: column
    }

    .profile-list__item .profile-list__col span {
        font-size: 14px;
        line-height: 18px
    }

    .profile-list__btns {
        height: 100%;
        flex-direction: column;
        justify-content: space-between
    }

    .profile-list__btns-item:not(:first-child) {
        margin: 0
    }

    .contacts {
        scroll-margin-top: 200px
    }

    .contacts__title {
        font-size: 19px;
        line-height: 24px
    }

    .contacts__map {
        height: 235px
    }

    .contacts-panel__item-text {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-panel__text {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-cards__item {
        flex: 0 0 calc(50% - 8px)
    }

    .contacts-cards__item:not(:first-child) {
        margin: 16px 0 0 16px
    }

    .contacts-cards__item:nth-child(2n+1) {
        margin: 16px 0 0
    }

    .contacts-cards__item:nth-child(3n+1) {
        margin: 16px 0 0 16px
    }

    .contacts-cards__item:nth-child(1) {
        margin: 0
    }

    .contacts-cards__item:nth-child(2) {
        margin: 0 0 0 16px
    }

    .contacts-cards__item-title {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-cards__item-link {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-cards__item-time {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-requisites__title {
        font-size: 17px;
        line-height: 22px
    }

    .contacts-requisites__item-title {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-requisites__item-value {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-country {
        margin: 16px 0 0
    }

    .contacts-country:not(._first) .contacts-country__title {
        padding: 16px 0 0
    }

    .contacts-country__title {
        font-size: 15px;
        line-height: 19px
    }

    .contacts-country__item-text {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-row__item-title {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-row__item-desc {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-row__item-email {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-banner__leave-text {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-banner__btn {
        font-size: 13px;
        line-height: 17px;
        white-space: nowrap
    }

    .contacts-banner__link {
        font-size: 14px;
        line-height: 18px
    }

    .catalog.catalog_contacts {
        margin: 16px 0 60px
    }

    .catalog.catalog_contacts .catalog-col:nth-child(1) {
        display: block
    }

    .catalog.catalog_contacts .catalog-col:nth-child(2) {
        margin: 40px 0 0
    }

    .catalog.catalog_contacts .catalog-menu {
        display: none
    }

    .about-body__label {
        font-size: 15px
    }

    .about-body__descr {
        font-size: 14px
    }

    .about-body__row:not(:first-child) {
        margin: 40px 0 0
    }

    .about-body__slider {
        margin: 30px 0 0
    }

    .about-body__slider-card {
        width: 168px !important;
        height: 214px !important;
        padding: 12px
    }

    .about-body__slider-name {
        font-size: 14px
    }

    .about-body__slider-img {
        right: 10px;
        bottom: 12px
    }

    .about-body__slider-img img {
        width: 95px;
        height: 140px
    }

    .about-body__slider-links {
        left: 12px;
        bottom: 12px
    }

    .about-body__slider-links a {
        font-size: 13px
    }

    .about-body__slider-links a:not(:first-child) {
        margin: 2px 0 0
    }

    .about-body__advantages {
        margin: 32px 0 0
    }

    .about-body__advantages-item:not(:first-child) {
        margin: 0 0 0 30px
    }

    .about-body__advantages-item ._icon {
        height: 68px
    }

    .about-body__advantages-item ._name {
        margin: 10px 0 0;
        font-size: 14px
    }

    .about-body__text {
        padding: 32px 0 0;
        margin: 32px 0 0
    }

    .about-body__text p {
        font-size: 14px
    }

    .about-body__text p:not(:first-child) {
        margin: 12px 0 0
    }

    .about-body__info {
        margin: 32px 0 0
    }

    .about-body__card {
        padding: 12px;
        height: 204px
    }

    .about-body__card-title {
        font-size: 12px;
        text-transform: uppercase
    }

    .about-body__card-descr {
        margin: 12px 0 0;
        font-size: 12px
    }

    .about-body__card-link {
        font-size: 14px;
        font-weight: 450
    }

    .about-body__bottom {
        margin: 32px 0 0
    }

    .discounts {
        margin: 16px 0 60px
    }

    .discounts__title {
        font-size: 17px
    }

    .discountsCurrent {
        margin: 24px 0 0
    }

    .discountsCurrent {
        margin: 16px 0 0;
        overflow: visible
    }

    .discountsCurrent__title {
        font-size: 16px
    }

    .discountsCurrent__title {
        font-size: 12px
    }

    .discountsCurrent__title img {
        width: 24px
    }

    .discountsCurrent__title img {
        width: 19px
    }

    .discountsCurrent__slider {
        margin: 24px 0 0
    }

    .discountsEnded {
        margin: 80px 0 0
    }

    .discountsEnded__content {
        gap: 36px 30px
    }

    .discountsEnded__content {
        gap: 24px 10px
    }

    .discountsEnded__item {
        flex: 0 0 calc(50% - 15px)
    }

    .discountsEnded__item {
        flex: 0 0 calc(50% - 5px)
    }

    .discountsEnded__itemImg {
        height: 90px
    }

    .discountsEnded__itemImg {
        height: 36px
    }

    .discountsEnded__itemDate {
        ont-size: 15px
    }

    .discountsEnded__itemDate {
        margin: 10px 0 0;
        padding: 3px 4px;
        font-size: 6px
    }

    .discountsEnded__itemTitle {
        font-size: 20px
    }

    .discountsEnded__itemTitle {
        margin: 6px 0 0;
        font-size: 12px
    }

    .discountsEnded__itemDescr {
        padding: 0 78px 0 0;
        margin: 14px 0 0;
        font-size: 17px
    }

    .discountsEnded__itemDescr {
        padding: 0 30px 0 0;
        margin: 6px 0 0;
        font-size: 10px
    }

    .discounts ._spares-items__page {
        margin: 34px auto 0
    }

    .discount {
        margin: 16px 0 100px
    }

    .discount__title {
        margin: 24px 0 0;
        font-size: 15px
    }

    .discount__subtitle {
        margin: 62px 0 0;
        font-size: 16px
    }

    .discount-top__title {
        font-size: 17px
    }

    .discount-top__date {
        font-size: 14px
    }

    .discount-img {
        margin: 20px 0 0
    }

    .discount-body {
        margin: 24px 0 0;
        gap: 30px
    }

    .discount-body__item {
        flex: 0 0 calc(25% - 22.5px)
    }

    .discount-btn {
        margin: 48px auto 0;
        font-size: 13px
    }

    .delivery h2 {
        font-size: 15px
    }

    .delivery h3 {
        font-size: 13px
    }

    .delivery h4 {
        font-size: 14px
    }

    .delivery ul li {
        padding: 0 0 0 20px;
        font-size: 14px
    }

    .delivery ul li::before {
        width: 3px;
        height: 3px;
        left: 8px;
        top: 8px
    }

    .delivery ul._offices li:before {
        width: 4px;
        height: 4px
    }

    .photobank-side {
        width: 144px
    }

    .photobank-side__item-title {
        font-size: 16px
    }

    .photobank-side__item-descr {
        margin: 4px 0 0;
        font-size: 14px
    }

    .photobank-content {
        margin: 0 0 0 46px
    }

    .photobank-content__item-icon {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .photobank-content__item-icon img {
        width: 100%;
        height: 48px
    }

    .notfound {
        margin: 30px 0
    }

    .notfound-body__img {
        width: 377px;
        margin: 0 0 0 -100px
    }

    .notfound-body__content {
        margin: 0
    }

    .notfound-body__content-err {
        font-size: 19px
    }

    .notfound-body__content-title {
        margin: 16px 0 0;
        font-size: 22px
    }

    .notfound-body__content-subtitle {
        font-size: 15px
    }

    .notfound-body__links {
        margin: 44px 0 0
    }

    .notfound-body__links-title {
        font-size: 15px;
        margin: 0 0 20px
    }

    .notfound-body__links-item {
        font-size: 14px
    }
}

@media (max-width: 960px) {
    .header {
        background-color: #fff;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        padding: 16px 0
    }

    .header-top {
        justify-content: space-between;
        align-items: center;
        height: auto;
        background-color: transparent;
        flex-wrap: wrap
    }

    .header-top__address {
        order: 4
    }

    .header-top__address span {
        display: none
    }

    .header-top__btns {
        order: 2;
        margin: 0
    }

    .header-top__btns-item {
        display: none
    }

    .header-top__btns-item:first-child {
        display: flex
    }

    .header-body__logo {
        display: none
    }

    .header-body__search {
        flex: 1 1 100%;
        width: 100%;
        margin: 0 0 0 8px
    }

    .header-body__search input {
        width: 100%
    }

    .header-body__search .itc-select {
        display: none
    }

    .header-body__call {
        display: none
    }

    .header-body__btns {
        display: none
    }

    .breadcrumbs {
        margin: 144px 0 16px
    }

    .main-body .main-submenu {
        display: none
    }

    .main-menu {
        display: none
    }

    .main-content {
        margin: 0
    }

    .main-slider {
        overflow: visible
    }

    .main-slider__slider {
        height: 244px
    }

    .cart_order-content .order-profile .itc-select {
        display: none
    }
}

@media (max-width: 840px) {
    .catalog.catalog_articles .goods-content .article-item {
        flex: 0 0 calc(50% - 8px)
    }

    .catalog.catalog_articles .goods-content .article-item:not(:first-child) {
        margin: 24px 0 0 16px
    }

    .catalog.catalog_articles .goods-content .article-item:nth-child(2n+1) {
        margin: 24px 0 0
    }

    .catalog.catalog_articles .goods-content .article-item:nth-child(2) {
        margin: 0 0 0 16px
    }

    .catalog.catalog_articles .goods-content .article-item:first-child {
        margin: 0
    }
}

@media (max-width: 767px) {
    .header-top .header-body__logo {
        width: auto;
        flex: 0 1 50%
    }

    .header-top .header-body__logo img {
        width: 128px
    }

    .header-top .header-body__call {
        margin: 0;
        order: 2;
        flex: 0 1 50%;
        text-align: right
    }

    .header-top__address {
        /*order: 3;
        flex: 0 1 20%;
        margin: 6px 0 0;*/
		display: block;
		width: 100%;
		flex: unset;
		text-align: center;
    }

    .header-top__btns {
        justify-content: flex-end;
        flex: 1 1 60%;
        order: 4;
        margin: 6px 0 0
    }

    .header-top__btns-item {
        font-size: 14px;
        line-height: 18px
    }

    .header-body {
        margin: 12px 0 0
    }

    .header-body__call {
        font-size: 14px;
        line-height: 18px
    }

    .footer-body {
        flex-direction: column
    }

    .footer-col:not(:first-child) {
        margin: 30px 0 0 !important
    }

    .footer-social {
        max-width: 100%
    }

    h1 {
        font-size: 22px;
        line-height: 28px
    }

    h2 {
        font-size: 19px;
        line-height: 24px
    }

    h3 {
        font-size: 17px;
        line-height: 22px
    }

    h4 {
        font-size: 15px;
        line-height: 19px
    }

    h5 {
        font-size: 13px;
        line-height: 17px
    }

    p {
        font-size: 14px;
        line-height: 18px
    }

    .modal._modal-forgot .modal-body, .modal._modal-login .modal-body, .modal._modal-registration .modal-body {
        padding: 0 16px
    }

    .modal._modal-filter .modal-body__con {
        padding: 0 16px
    }

    .modal._modal-filter ._modal-filter__bottom-params {
        padding: 0 16px 8px
    }

    .modal._modal-filter ._modal-filter__bottom-btns {
        margin: 8px 16px 0
    }

    .modal._modal-filter ._modal-filter__bottom-btns ._reset {
        flex: 1 1 97px
    }

    .modal._modal-filter ._modal-filter__bottom-btns ._show {
        flex: 1 1 183px;
        margin: 0 0 0 8px
    }

    .modal._modal-application .modal-body__title br {
        display: block
    }

    .modal._modal-application .modal-body__con {
        padding: 40px 0 100px
    }

    .modal._modal-crm .modal-body {
        padding: 20px;
        margin: 0 18px;
        border-radius: 8px
    }

    .modal._modal-crm .modal-body__item {
        margin: 12px 0 0
    }

    .modal._modal-crm .modal-body__item-img {
        width: 57px;
        height: 57px
    }

    .modal._modal-crm .modal-body__item-title {
        font-size: 14px
    }

    .modal._modal-crm .modal-body__contacts {
        margin: 16px 0 0;
        display: flex;
        flex-direction: column
    }

    .modal._modal-crm .modal-body__contacts-fields {
        flex-wrap: wrap
    }

    .modal._modal-crm .modal-body__contacts-field {
        flex: 1 1 100%
    }

    .modal._modal-crm .modal-body__contacts-field:not(:first-child) {
        margin: 10px 0 0
    }

    .modal._modal-crm .modal-body__contacts-btn {
        margin: 36px auto 0
    }

    .modal-body {
        padding: 0 16px
    }

    .breadcrumbs {
        margin: 164px 0 16px
    }

    .main {
        margin: 164px 0 0
    }

    .main-slider__slider {
        height: 194px
    }

    .main-slider__slider .swiper-slide img {
        -o-object-position: left center;
        object-position: left center
    }

    .main-slider__slider-controlls {
        bottom: -18px
    }

    .main-banners {
        margin: 48px 0 0;
        flex-wrap: wrap
    }

    .main-banners__item {
        flex: 1 1 100%
    }

    .main-banners__item:not(:first-child) {
        margin: 16px 0 0
    }

    .main-advantages {
        margin: 30px 0 0;
        flex-wrap: wrap
    }

	.main-advantages a {
	  flex: 0 0 100%;
	}

    .main-advantages__item {
        flex: 0 0 100%;
    }

    .main-advantages__item:last-child .main-advantages__item-icon {
        height: 62px
    }

    .main-advantages__item:not(:first-child) {
        margin: 16px 0 0
    }

    .main-advantages__item-title {
        padding: 0
    }

    .main-advantages__item-desc {
        padding: 0
    }

    .main-advantages__item-icon {
        position: static;
        transform: translate(0);
        margin: 0 0 0 18px;
        height: 80px
    }

    .goods {
        margin: 28px 0 0
    }

    .goods-body {
        margin: 16px 0 0
    }

    .goods-content__item {
        flex: 0 1 50%;
        padding: 8px;
        border-bottom: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9
    }

    .goods-content__item:nth-child(4n+1) {
        border-left: none
    }

    .goods-content__item:nth-child(1), .goods-content__item:nth-child(2) {
        border-top: 1px solid #d9d9d9
    }

    .goods-content__item:nth-child(3), .goods-content__item:nth-child(4), .goods-content__item:nth-child(5) {
        border-top: none
    }

    .goods-content__item:nth-child(2n+1) {
        border-left: 1px solid #d9d9d9
    }

    .goods-content__item:first-child {
        border-left: 1px solid #d9d9d9
    }

    .videos {
        margin: 32px 0 0
    }

    .videos__title {
        padding: 0 16px
    }

    .videos-body {
        padding: 0 16px
    }

    .main-text {
        margin: 30px 0 0
    }

    .main-text__body {
        flex-wrap: wrap
    }

    .main-text__content {
        flex: 1 1 100%
    }

    .main-text__news {
        flex: 1 1 100%;
        margin: 24px 0 0
    }

    .partners-body__item {
        flex: 0 0 calc(25% - 6px);
        height: 50px
    }

    .partners-body__item:not(:first-child) {
        margin: 0 0 8px 8px
    }

    .partners-body__item:nth-child(4n+1) {
        margin: 0 0 8px
    }

    .spares-top__body {
        flex-wrap: wrap
    }

    .spares-top__logo {
        width: 100%;
        height: 58px;
        margin: 16px 0 0
    }

    ._spares-text {
        margin: 32px 0
    }

    .main-text._catalog-products {
        margin: 32px 0
    }

    .spares-content {
        margin: 32px 0 0
    }

    .spares-content .container {
        padding: 0
    }

    .spares-content__item {
        flex: 1 1 100%;
        min-height: auto
    }

    .spares-content__item:not(:first-child) {
        border-top: 1px solid #d9d9d9 !important;
        border-left: 1px solid #d9d9d9 !important
    }

    ._spares-items .container {
        padding: 0
    }

    ._spares-items__sort-btn {
        margin: 24px 16px 0
    }

    ._spares-items__item {
        flex-wrap: wrap;
        padding: 16px
    }

    ._spares-items__item-img {
        order: 1;
        width: 76px;
        height: 76px
    }

    ._spares-items__item-title {
        order: 2;
        flex: 0 0 calc(100% - 92px);
        margin: 0 0 0 16px
    }

    ._spares-items__item-price {
        flex: 0 0 55%;
        order: 4;
        margin: 16px 0 0 auto
    }

    ._spares-items__item-count {
        order: 3;
        margin: 16px 0 0
    }

    ._spares-items__item-sum {
        text-align: left;
        flex: 0 0 40%;
        order: 5;
        margin: 16px auto 0 0
    }

    ._spares-items__item-btn {
        order: 6;
        margin: 16px 0 0 auto
    }

    ._spares-items__bottom {
        margin: 40px 16px 0
    }

    .catalog {
        margin: 32px 0 0
    }

    .catalog-top__item:hover .catalog-top__item-title {
        text-decoration: unset
    }

    .catalog-content .goods-content__item {
        flex: 0 0 50%;
        border: 1px solid #d9d9d9;
        border-top: none;
        border-left: none
    }

    .catalog-content .goods-content__item:nth-child(2n+1) {
        border-left: 1px solid #d9d9d9
    }

    .catalog-content .goods-content__item:nth-child(1), .catalog-content .goods-content__item:nth-child(2) {
        border-top: 1px solid #d9d9d9
    }

    .catalog-content .goods-content__item:nth-child(3), .catalog-content .goods-content__item:nth-child(4) {
        border-top: none
    }

    .catalog-content .goods-content__item:first-child {
        border-left: 1px solid #d9d9d9
    }

    .catalog-content .main-banners {
        flex-wrap: wrap
    }

    .catalog-content .main-banners .main-banners__item:not(:first-child) {
        margin: 16px 0 0
    }

    .card .container {
        padding: 0
    }

    .card-rating {
        padding: 0 16px
    }
	
	.card-rating-new {
        padding: 0 16px
    }

    .card-content__slider {
        padding: 0 16px
    }

    .card-content__slider-small {
        padding: 0 16px
    }

    .card-content__count {
        margin: 16px auto 0
    }

    .card-info__col:nth-child(1) {
        flex: 1 1 100%;
        background-color: transparent;
        padding: 0
    }

    .card-info__col:nth-child(1) .card-info__count {
        display: flex;
        padding: 0 16px
    }

    .card-info__col:nth-child(1) .card-info__content {
        margin: 24px 0 0;
        background: #f5f5f5;
        padding: 16px
    }

    .card-info__col:nth-child(2) {
        flex: 1 1 100%;
        margin: 0;
        padding: 0 16px
    }

    .card-info__count {
        flex: 1 1 100%;
        display: none
    }

    .card-info__count ._spares-items__item-count button, .card-info__count ._spares-items__item-count input {
        width: 46px
    }

    .card-info__row .card-info__advantages, .card-info__row .card-info__self {
        padding: 16px
    }

    .card-info__row .card-info__advantages {
        padding: 24px 16px;
        margin: 0;
        flex-wrap: wrap
    }

    .card-info__row .card-info__advantages-item {
        flex: 1 1 100%
    }

    .card-info__row .card-info__advantages-item:not(:first-child) {
        margin: 20px 0 0
    }

    .card-info__row .card-info__self-col:nth-child(2) {
        margin: 0 0 0 auto;
        text-align: right
    }

    .card-info__row .card-info__self-col._discount {
        display: none
    }

    .card-about {
        margin: 0 16px;
        padding: 32px 0
    }

    .card-tabs__btns {
        margin: 0 16px
    }

    .card-tabs__btns._descr {
        margin: 0
    }

    .card-tabs__content {
        padding: 0 16px
    }

    .card-similar__title {
        padding: 0 16px
    }

    .card-similar__slider {
        padding: 0 16px
    }

    .cart {
        margin: 32px 0
    }

    .cart_order-top {
        width: 100%
    }

    .cart_order-top__wrapper {
        overflow: auto;
        display: flex
    }

    .cart_order-top__item {
        flex: 0 1 auto;
        max-width: unset !important;
        white-space: nowrap !important
    }

    .cart_order-top__item:not(:first-child)::before {
        min-width: 25px
    }

    .cart_order-content {
        padding: 24px 16px 0 16px
    }

    .cart_order-content .order-con {
        display: block
    }

    .cart_order-content .order-comment {
        margin: 16px 0 0;
        flex: 0 0 100%
    }

    .cart_order-content .order-comment textarea {
        height: 100px
    }

    .cart_order-content .order-city {
        width: 100%
    }

    .cart_order-content .order-city label input {
        height: 46px;
        font-size: 14px;
        line-height: 18px
    }

    .cart_order-content .order-from {
        width: 100%
    }

    .cart_order-content .order-agree {
        font-size: 14px;
        line-height: 18px
    }

    .cart_order .cart-btns {
        flex-wrap: wrap-reverse
    }

    .cart_order .cart-btns__item {
        flex: 1 1 100%;
        margin: 24px 0 0 !important
    }

    .cart-top {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 18px
    }

    .cart-item {
        padding: 16px
    }

    .cart-item__img {
        order: 2
    }

    .cart-item__info {
        order: 3;
        flex: 0 0 calc(100% - 84px)
    }

    .cart-item__info-code {
        font-size: 14px;
        line-height: 18px
    }

    .cart-item__info-name {
        font-size: 13px;
        line-height: 17px
    }

    .cart-item__info-count {
        order: 3;
        flex: 0 0 calc(100% - 84px)
    }

    .cart-item__info-count img {
        margin: 0 4px 0 0
    }

    .cart-item__info-warn {
        margin: 16px 0 0;
        font-size: 14px;
        line-height: 18px
    }

    .cart-item__price {
        order: 5;
        margin: 0;
        padding: 0;
        flex: 1 1 100%;
        max-width: 100%;
        margin: 16px 0 0
    }

    .cart-item__price-row:nth-child(2) span._price {
        font-size: 15px;
        line-height: 19px
    }

    .cart-item__price-price {
        font-size: 13px;
        line-height: 17px
    }

    .cart-item__price-price span {
        font-family: "Futura PT";
        font-size: 14px;
        line-height: 18px
    }

    .cart-item__row:first-child {
        order: 1
    }

    .cart-item__row:last-child {
        order: 4
    }

    .cart-order__title {
        font-size: 17px;
        line-height: 22px
    }

    .cart-order__price {
        margin: 16px 0 0
    }

    .cart-order__price span {
        font-size: 13px;
        line-height: 17px
    }

    .cart-order__input {
        margin: 16px 0 0
    }

    .cart-order__input span {
        font-size: 14px;
        line-height: 18px
    }

    .cart-order__nds {
        margin: 16px 0 0
    }

    .cart-order__nds span {
        font-size: 14px;
        line-height: 18px
    }

    .cart-order__sum span {
        font-size: 14px;
        line-height: 18px
    }

    .cart-order__btn {
        margin: 16px 0 0;
        font-size: 13px;
        line-height: 17px
    }

    .catalog.catalog_articles .goods-content .article-item {
        flex: 0 0 100%
    }

    .catalog.catalog_articles .goods-content .article-item:not(:first-child) {
        margin: 16px 0 0 !important
    }

    .catalog.catalog_articles .goods-content .article-item:first-child {
        margin: 0
    }

    .catalog.catalog_articles ._spares-items__bottom {
        margin: 32px 0;
        padding: 32px 0 0
    }

    .article-body img {
        width: 100%
    }

    .article-body ul li {
        padding: 0 0 0 20px
    }

    .article-body ul li::before {
        left: 8px
    }

    .article-col__img {
        width: 100%
    }

    .article-bottom {
        margin: 32px 0
    }

    .article-bottom__btn._back {
        margin: 0 24px;
        padding: 0 16px
    }

    .article-bottom__btn._back span {
        display: none
    }

    .news {
        margin: 32px 0 0
    }

    .news-item {
        flex: 1 1 100%
    }

    .news-item:not(:first-child) {
        margin: 16px 0 0
    }

    .news-bottom {
        margin: 32px 0
    }

    .profile .container {
        padding: 0
    }

    .profile-col:nth-child(2) {
        margin: 32px 16px 0
    }

    .profile-pages {
        overflow: auto;
        padding: 0 16px 0;
        border: none
    }

    .profile-pages__item {
        flex: 0 0 auto;
        width: 140px;
        border: 1px solid #d9d9d9;
        border-right: none
    }

    .profile-pages__item:last-child {
        border-right: 1px solid #d9d9d9
    }

    .profile-con {
        margin: 32px 16px 0
    }

    .profile-item__content {
        padding: 0
    }

    .profile-item__text {
        padding: 16px 16px 0 16px
    }

    .profile-item__imgs {
        overflow: auto;
        padding: 0 16px 16px
    }

    .profile-list__btns-item {
        width: 16px;
        height: 16px
    }

    .profile-list__btns-item svg {
        width: 100%;
        height: 100%
    }

    .contacts-panel {
        flex-wrap: wrap
    }

    .contacts-panel__col {
        flex: 1 1 100%
    }

    .contacts-panel__col:not(:first-child) {
        margin: 16px 0 0
    }

    .contacts-cards__item {
        flex: 1 1 100%
    }

    .contacts-cards__item:not(:first-child) {
        margin: 24px 0 0
    }

    .contacts-text {
        font-size: 14px;
        line-height: 18px
    }

    .contacts-requisites__item {
        flex-wrap: wrap
    }

    .contacts-requisites__item-title {
        flex: 1 1 100%
    }

    .contacts-requisites__item-value {
        margin: 4px 0 0
    }

    .contacts-requisites__item-value::before {
        display: none
    }

    .contacts-row__item {
        flex: 1 1 100%
    }

    .contacts-row__item:not(:first-child) {
        margin: 16px 0 0 !important
    }

    .contacts-banner {
        flex-direction: column;
        padding: 16px
    }

    .contacts-banner__btn {
        width: 100%;
        margin: 16px 0 0
    }

    .contacts-banner__link {
        margin: 16px 0 0
    }

    .contacts-banner__link:last-child {
        margin: 16px 0 0
    }

    .catalog.catalog_contacts {
        margin: 16px 0 40px
    }

    .catalog.catalog_contacts .container {
        padding: 0 16px
    }

    .catalog.catalog_contacts .catalog-col:nth-child(2) {
        margin: 32px 0 0
    }

    .about-body__slider {
        margin: 20px 0 0
    }

    .about-body__advantages {
        flex-direction: column
    }

    .about-body__advantages-item {
        display: flex;
        flex-direction: row;
        align-items: center
    }

    .about-body__advantages-item:not(:first-child) {
        margin: 12px 0 0
    }

    .about-body__advantages-item ._icon {
        width: 46px;
        height: 46px
    }

    .about-body__advantages-item ._name {
        margin: 0 0 0 12px;
        text-align: unset
    }

    .about-body__advantages-item ._name br {
        display: none
    }

    .about-body__info {
        flex-wrap: wrap
    }

    .about-body__card {
        height: auto;
        flex: 0 0 100%
    }

    .about-body__card:not(:first-child) {
        margin: 16px 0 0
    }

    .about-body__card-link {
        margin: 56px 0 0
    }

    .discount__title {
        margin: 12px 0 0
    }

    .discount__subtitle {
        margin: 44px 0 0
    }

    .discount-top__date {
        font-size: 12px
    }

    .discount-body {
        gap: 4px
    }

    .discount-body__item {
        flex: 0 0 calc(50% - 2px)
    }

    .discount-btn {
        margin: 40px auto 0
    }

    .photobank__title {
        font-size: 17px
    }

    .photobank-body {
        flex-direction: column;
        border: none;
        margin: 32px 0 0;
        padding: 0
    }

    .photobank-side {
        display: flex;
        width: auto
    }

    .photobank-side__item {
        width: 144px;
        flex: 0 0 auto
    }

    .photobank-side__item:not(:first-child) {
        margin: 0 0 0 5px
    }

    .photobank-content {
        margin: 48px 0 0
    }

    .photobank-content__toolbar-selected {
        font-size: 14px
    }

    .container {
        padding: 0 16px
    }

    ._sitemap-con {
        padding: 0 50px
    }

    ._sitemap-body ol li {
        font-size: 22px
    }

    .notfound {
        overflow: hidden;
        padding: 24px 0 60px;
        margin: 0
    }

    .notfound-body {
        position: relative
    }

    .notfound-body__img {
        width: 266px;
        position: absolute;
        right: -66px;
        bottom: -90px
    }

    .notfound-body__content {
        position: relative;
        z-index: 1
    }

    .notfound-body__content-title {
        margin: 12px 0 0
    }

    .notfound-body__links {
        margin: 40px 0 0
    }
}

@media (max-width: 540px) {
    .photobank-content__toolbar {
        flex-wrap: wrap
    }

    .photobank-content__toolbar-save {
        font-size: 12px
    }

    .photobank-content__toolbar-clear {
        margin: 0 0 0 auto
    }

    .photobank-content__toolbar-selected {
        margin: 16px 0 0;
        width: 100%;
        text-align: center
    }

    .photobank-content__items {
        margin: 40px 0 0;
        gap: 40px 10px
    }

    .photobank-content__item {
        flex: 0 0 calc(50% - 5px)
    }

    .card-info__offer-action {
        flex-direction: column-reverse;
        gap: 10px;
        align-items: flex-start;
    }

    .card-info__messangers {
        flex-direction: column;
        gap: 10px;
        width: -moz-fit-content;
        width: fit-content;
    }

    .messanger__max {
        width: 170px;
    }
}

@media (max-width: 500px) {
    .catalog-content .goods-content__item-name {
        max-width: 180px
    }

    .card-about__content ul li {
        padding: 0 0 0 20px
    }

    .card-about__content ul li::before {
        left: 8px
    }

    .mobile-menu__item {
        flex: 0 0 47px;
    }
}

@media (max-width: 400px) {
    .goods-btns {
        display: flex
    }

    .goods-content__item-name {
        max-width: 150px
    }

    .partners-body__item {
        flex: 0 0 calc(33.333% - 5.35px);
        height: 40px
    }

    .partners-body__item:not(:first-child) {
        margin: 0 0 8px 8px
    }

    .partners-body__item:nth-child(3n+1) {
        margin: 0 0 8px
    }

    .catalog-content .goods-content__item-name {
        max-width: 140px
    }

    .card-tabs__btns {
        display: flex
    }

    .card-tabs__btns .card-tabs__btns-item {
        justify-content: center;
        flex: 1 1 100%;
        text-align: center
    }
}

@media (max-width: 370px) {
    .goods-content__item-name {
        max-width: 130px
    }
}

@media (max-width: 350px) {
    .catalog-content .goods-content__item-name {
        max-width: 125px
    }
}

@media (max-width: 330px) {
    .goods-content__item-name {
        max-width: 120px
    }
}

@media (min-width: 961px) and (max-width: 991px) {
    .header-top {
        display: none
    }

    .header-body__logo {
        flex: 0 0 auto
    }

    .header-body__search {
        flex: 0 1 295px
    }

    .header-body__search-btn {
        margin: 0 0 0 2px
    }

    .header-body__call {
        font-size: 13px
    }

    .header-body__btns-item {
        width: 30px
    }

    .header-body__btns-item svg {
        width: 100%
    }

    .header-body__btns-item:not(:first-child) {
        margin: 0 0 0 10px
    }

    .header-body__address {
        display: flex
    }

    .header-menu {
        padding: 0 20px;
        border-radius: 0
    }

    .header-menu__con {
        display: block;
        margin: 10px 0 0
    }

    .header-menu__con .container {
        padding: 0
    }

    .header-menu__item {
        flex: 1 1 auto;
        font-size: 12px;
        white-space: nowrap
    }

    .header-menu__item svg {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-col {
        flex: 0 1 30%
    }
}

@media (min-width: 960px) and (max-width: 991px) {
    .main {
        margin: 40px 0 0
    }
}

@media (hover: hover) {
    .f-button:hover:not([disabled]) {
        color: var(--f-button-hover-color);
        background-color: var(--f-button-hover-bg)
    }
}

.goods-content__item-like {
    z-index: 2;
}
.new-gallery {
    display: flex;
    justify-content: start;
    height: 100%;
    position: relative;
    z-index: 1;
}
.new-gallery__item {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
}
.new-gallery__item:nth-child(1) img {
    opacity: 1;
}
.new-gallery__item::after {
    content: '';
    width: 90%;
    height: 2px;
    background: #faa61a;
    filter: grayscale(1);
    border-radius: .5px;
    display: block;
    position: relative;
    z-index: 100;
}
.new-gallery__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    /* transition: .3s; */
    background-color: #fff;
}
.new-gallery__item:hover img {
    opacity: 1;
}
.new-gallery__item:hover::after {
    filter: grayscale(0);
}
.new-gallery.--single .new-gallery__item::after {
    display: none;
}

@media screen and (max-width: 768px) {
    .new-gallery__item::after {
        display: none;
    }
}

.bx-sls .dropdown-block {
    padding: 0 40px;
}
.bx-sls .bx-ui-sls-clear {
    width: 16px;
    height: 17px;
    background-image: none;
}
.bx-sls .bx-ui-sls-clear::before,
.bx-sls .bx-ui-sls-clear::after {
    content: '';
    height: 100%;
    width: 2px;
    background: #919191;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.bx-sls .bx-ui-sls-clear::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.bx-sls .dropdown-block {
    border-radius: 5px;
}
.bx-sls .bx-ui-sls-container {
    height: 50px;
}
.order-city > .bx-sls {
    width: 100%;
}
.bx-sls .bx-ui-sls-fake, .bx-sls .bx-ui-sls-route,
.bx-sls .bx-ui-sls-clear,
.bx-sls .dropdown-icon {
    top: 50%;
    transform: translateY(-50%);
}
.bx-sls .bx-ui-sls-clear {
    right: 16px;
}
.bx-sls .dropdown-icon {
    left: 19px;
}
.bx-sls .bx-ui-sls-pane {
    top: 100%;
}
.bx-soa-coupon-input::after {
  top: 50%;
  transform: translateY(-50%);
}
.bx-soa-coupon-block .fas.fa-times-circle,
.bx-soa-coupon-block .fas.fa-check-circle {
    display: none !important;
}

.bx-soa-coupon-remove.fas::before,
.bx-soa-coupon-remove.fas::after {
    content: '';
    height: 100%;
    width: 2px;
    background: #919191;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.bx-soa-coupon-remove.fas::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.bx-soa-coupon-item.fonts__middle_comment {
    margin-top: 10px;
    position: relative;
}
.bx-soa-coupon-remove.fas {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.spares-top._catalog-top.--search-page .spares-top__title {
    font-family: "Roboto400", "Arial", sans-serif;
    font-weight: 400 !important;
}
.spares-top._catalog-top.--search-page .spares-top__title b {
    font-family: "Roboto700", "Arial", sans-serif;
}

.new-search__text {
    color: var(--50, #919191);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;    
    margin: 16px 0 24px;
}
.new-search__btn {
    padding: 16px 46px;
    border-radius: 5px;
    background: var(--80, #EDEDED);
    color: var(--10, #231F20);

    /* 1920/h5 */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;        
}
.new-search__btn.--orange {
    background: var(--key-50, #FAA61A);
}
.new-search__btn:not(:last-child) {
    margin-right: 16px;
}
.new-search__btns {
    display: flex;
    justify-content: start;
    align-items: center;
}
.--search-page .spares-top__body {
    flex-direction: column;
    justify-self: start;
    align-items: start;
}

.contacts__new-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 24px;
}
.contacts__new-item {
    display: flex;
    flex-direction: column;
}
.contacts__new-item-headline {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 8px;
}
.contacts__new-item-headline img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}
.contacts__new-item-headline span {
    font-family: 'Futura PT';
    font-size: 16px;
    font-weight: 450;
    line-height: 21px;
}
.contacts__new-item__body {
    padding: 16px;
    box-sizing: border-box;
    border: 1px solid #D9D9D9;
    border-radius: 6px;    
    transition: .3s;
    flex-grow: 1;
}
.contacts__new-item__body:hover {
    /* box-shadow: 0px 8px 8px -4px #94949433; */
    box-shadow: 0px 20px 24px -4px #898E9C40;
}
.contacts__new-item__info {
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 16px;
}
.contacts__new-item__text {
    font-family: Futura PT;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-decoration: none;
    color: #231F20 !important;
    display: block;
}
.contacts__new-item__text a {
    color: inherit !important;
}
.contacts__new-item__text.--underline {
    text-decoration: underline;
}
.contacts__new-item__text:not(:last-child) {
    margin-bottom: 8px;
}
.contacts__new-item__humans {

}
.contacts__new-item__human {

}
.contacts__new-item__human:not(:last-child) {
    margin-bottom: 16px;
}
.contacts__new-item__human-name {
    font-family: 'Futura PT';
    font-size: 16px;
    font-weight: 450;
    line-height: 21px;
    letter-spacing: 0em;
    display: block;
    margin-bottom: 2px;    
}
.contacts__new-item__human-text {
    font-family: 'Futura PT';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #919191;
}
.contacts__new-item__show {
    font-family: 'Futura PT';
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-decoration: underline;   
    text-decoration-style: dashed;
    cursor: pointer;
    transition: .3s;
}
.contacts__new-item__show:hover {
    color: #FAA61A;
}
.contacts__new-item__info-header {
    font-size: 16px;
    font-weight: 450;
    line-height: 21px;
    letter-spacing: 0em;
    margin-bottom: 8px;
}
.contacts__new-body {
    margin-top: 24px;
}

.contacts #ymap-phil {
    max-width: 100% !important;
}
@media screen and (max-width: 965px) {
    .contacts__new-items {
        grid-template-columns: 1fr 1fr;
    }    
}
@media screen and (max-width: 765px) {
    .contacts__new-items {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/index_main/css/geo.css?17537850395646*/
@charset "UTF-8";
/* Geo ------------------------------------------------ */
/*.location_body_freeze{
	 overflow: hidden;
}
*/
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
}
:focus {
  outline: none;
}
.geo-string {
  color: #000;
  background-position: 0 4px;
  background-repeat: no-repeat;
}
.geo-popup {
  display: none;
  position: fixed;
  background-color: #fff;
  z-index: 1001;
  padding: 0;
  width: 500px;
  left: 55%;
  top: 50%;
  margin-left: -345px;
  margin-top: -230px;
}
.geo-popup .popup-title {
  margin: 0 0 20px;
  padding: 0;
  font-family: 'FuturaDemiC', Arial, Helvetica, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.geo-popup .geo-popup-content {
  padding: 30px 20px 30px 30px;
  display: none;
}
.geo-popup .popup-search-wrapper {
  height: 40px;
  position: relative;
  margin: 0 0 25px 0;
  padding: 0;
}
.geo-popup .popup-search-wrapper .field-text {
  border: 1px solid #e6e6e6;
  height: 50px;
  max-width: 640px !important;
  padding: 5px 0 !important;
  text-indent: 15px !important;
  width: 100%;
}
.geo-popup .popup-search-wrapper .field-text::placeholder {
  font-style: italic;
}
.geo-popup .popup-search-wrapper .clear_field {
  background: url('/local/templates/index_main/css/../images/clear_field.png') no-repeat scroll 0 0
    rgba(0, 0, 0, 0);
  height: 23px;
  position: absolute;
  right: 2px;
  top: 10px;
  width: 23px;
  display: none;
}
.geo-popup .popup-city {
  height: 200px;
  overflow: hidden;
  float: left;
  width: 100%;
}
.geo-popup .popup-city .result-list {
  float: left;
  list-style: none outside none;
  margin: 0 0 20px 0;
  padding: 0 10px;
  -webkit-column-width: 180px;
  -moz-column-width: 180px;
  column-width: 180px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  -webkit-column-rule: 0px solid #ccc;
  -moz-column-rule: 0 solid #ccc;
  column-rule: 0px solid #ccc;
}
.geo-popup .popup-city .result-list li {
  padding-bottom: 0;
  overflow: hidden;
  list-style: none;
}
.geo-popup .popup-city .result-list li:before,
.geo-popup .popup-city .result-list li:after {
  content: none;
}
.geo-popup .popup-city .result-list li b {
  font-weight: 700;
}
.geo-popup .current-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  width: 200px;
  float: left;
  margin-left: 10px;
}
.geo-popup .current-list li {
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 30px;
  position: relative;
}
.geo-popup .current-list li a {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
.geo-popup .current-list li a:hover {
  text-decoration: none;
  border-bottom: 0;
}
.geo-popup .shadow {
  background: url(/local/templates/index_main/css/../images/shadow.png) repeat-x bottom;
  height: 20px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 30px;
}
.geo-popup.loading {
  background: url(/local/templates/index_main/css/../images/loading.gif) center center no-repeat #fff;
}
.geo-popup-overlay {
  display: none;
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #333;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  z-index: 1000;
}
.geo-popup-close {
  display: block;
  position: absolute;
  right: -35px;
  top: -35px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.geo-popup-close:hover {
  opacity: 0.7;
}
.geo-popup-close:before,
.geo-popup-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #fff;
}
.geo-popup-close:before {
  transform: rotate(45deg);
}
.geo-popup-close:after {
  transform: rotate(-45deg);
}
.location__link {
  color: #333;
  text-decoration: none;
  border-bottom: 1px dashed #777;
}
.location__link:hover {
  text-decoration: none;
  border-bottom: 1px dashed #333;
}
.location_link {
  text-decoration: none;
}
.location_link:hover {
  text-decoration: none !important;
}

.location_link.in_order {
  font-weight: bold;
  line-height: 30px;
}
li.active .location__link {
  color: #f4574d;
  border-bottom-color: #f4574d;
}
.user-city-name {
  font-size: 10px;
  color: darkgrey;
  font-weight: bold;
}
.user-city-name p {
  margin: 0px;
}
.user-city-name a {
  font-size: 10px;
  color: lightblue;
  text-decoration: none;
  border-bottom: 1px dotted lightblue;
}
.user-city-name a:hover {
  font-size: 10px;
  color: red;
  text-decoration: none;
  border-bottom: 1px dotted red;
}
.city-name {
  font-size: 12px;
  color: darkgrey;
  font-weight: bold;
}
.container-city-name {
  float: right;
}
.location__region {
  display: block;
  font-size: 0.7em;
  color: #999;
  line-height: 1;
  margin-top: 0.3em;
}
.nicescroll-rails {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.hide-scroll {
  height: 250px;
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .geo-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block !important;
    transform: translateX(-100%);
    transition: all 0.3s ease 0s;
  }

  .location_body_freeze .geo-popup {
    transform: translateX(0);
  }

  .geo-popup .geo-popup-content {
    padding: 32px 15px;
  }

  .geo-popup .popup-search-wrapper .field-text {
    height: 38px;
    padding: 0 15px;
    border-radius: 4px;
    border: 1px solid #faa61a;
  }

  .geo-popup .popup-title {
    text-transform: none;
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
  }

  .geo-popup .popup-title .close {
    display: inline-block !important;
    margin-left: auto;
  }
}

/* End */


/* Start:/local/templates/index_main/css/fontAwesome.css?176200036039738*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
    font-family:'FontAwesome';
    src:url('/local/templates/index_main/fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('/local/templates/index_main/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
    url('/local/templates/index_main/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
    url('/local/templates/index_main/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
    url('/local/templates/index_main/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
    url('/local/templates/index_main/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal;
	font-display: swap;
}
.fa {
    display:inline-block;
    font:normal normal normal 14px/1 FontAwesome;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.fa-lg {
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x {
    font-size:2em
}
.fa-3x {
    font-size:3em
}
.fa-4x {
    font-size:4em
}
.fa-5x {
    font-size:5em
}
.fa-fw {
    width:1.28571429em;
    text-align:center
}
.fa-ul {
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa-ul>li {
    position:relative
}
.fa-li {
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}
.fa-li.fa-lg {
    left:-1.85714286em
}
.fa-border {
    padding:.2em .25em .15em;
    border:solid .08em #eee;
    border-radius:.1em
}
.fa-pull-left {
    float:left
}
.fa-pull-right {
    float:right
}
.fa.fa-pull-left {
    margin-right:.3em
}
.fa.fa-pull-right {
    margin-left:.3em
}
.pull-right {
    float:right
}
.pull-left {
    float:left
}
.fa.pull-left {
    margin-right:.3em
}
.fa.pull-right {
    margin-left:.3em
}
.fa-spin {
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100% {
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90 {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1, -1);
    -ms-transform:scale(1, -1);
    transform:scale(1, -1)
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter:none
}
.fa-stack {
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,
.fa-stack-2x {
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x {
    line-height:inherit
}
.fa-stack-2x {
    font-size:2em
}
.fa-inverse {
    color:#fff
}
.fa-glass:before {
    content:"\f000"
}
.fa-music:before {
    content:"\f001"
}
.fa-search:before {
    content:"\f002"
}
.fa-envelope-o:before {
    content:"\f003"
}
.fa-heart:before {
    content:"\f004"
}
.fa-star:before {
    content:"\f005"
}
.fa-star-o:before {
    content:"\f006"
}
.fa-user:before {
    content:"\f007"
}
.fa-film:before {
    content:"\f008"
}
.fa-th-large:before {
    content:"\f009"
}
.fa-th:before {
    content:"\f00a"
}
.fa-th-list:before {
    content:"\f00b"
}
.fa-check:before {
    content:"\f00c"
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content:"\f00d"
}
.fa-search-plus:before {
    content:"\f00e"
}
.fa-search-minus:before {
    content:"\f010"
}
.fa-power-off:before {
    content:"\f011"
}
.fa-signal:before {
    content:"\f012"
}
.fa-gear:before,
.fa-cog:before {
    content:"\f013"
}
.fa-trash-o:before {
    content:"\f014"
}
.fa-home:before {
    content:"\f015"
}
.fa-file-o:before {
    content:"\f016"
}
.fa-clock-o:before {
    content:"\f017"
}
.fa-road:before {
    content:"\f018"
}
.fa-download:before {
    content:"\f019"
}
.fa-arrow-circle-o-down:before {
    content:"\f01a"
}
.fa-arrow-circle-o-up:before {
    content:"\f01b"
}
.fa-inbox:before {
    content:"\f01c"
}
.fa-play-circle-o:before {
    content:"\f01d"
}
.fa-rotate-right:before,
.fa-repeat:before {
    content:"\f01e"
}
.fa-refresh:before {
    content:"\f021"
}
.fa-list-alt:before {
    content:"\f022"
}
.fa-lock:before {
    content:"\f023"
}
.fa-flag:before {
    content:"\f024"
}
.fa-headphones:before {
    content:"\f025"
}
.fa-volume-off:before {
    content:"\f026"
}
.fa-volume-down:before {
    content:"\f027"
}
.fa-volume-up:before {
    content:"\f028"
}
.fa-qrcode:before {
    content:"\f029"
}
.fa-barcode:before {
    content:"\f02a"
}
.fa-tag:before {
    content:"\f02b"
}
.fa-tags:before {
    content:"\f02c"
}
.fa-book:before {
    content:"\f02d"
}
.fa-bookmark:before {
    content:"\f02e"
}
.fa-print:before {
    content:"\f02f"
}
.fa-camera:before {
    content:"\f030"
}
.fa-font:before {
    content:"\f031"
}
.fa-bold:before {
    content:"\f032"
}
.fa-italic:before {
    content:"\f033"
}
.fa-text-height:before {
    content:"\f034"
}
.fa-text-width:before {
    content:"\f035"
}
.fa-align-left:before {
    content:"\f036"
}
.fa-align-center:before {
    content:"\f037"
}
.fa-align-right:before {
    content:"\f038"
}
.fa-align-justify:before {
    content:"\f039"
}
.fa-list:before {
    content:"\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
    content:"\f03b"
}
.fa-indent:before {
    content:"\f03c"
}
.fa-video-camera:before {
    content:"\f03d"
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content:"\f03e"
}
.fa-pencil:before {
    content:"\f040"
}
.fa-map-marker:before {
    content:"\f041"
}
.fa-adjust:before {
    content:"\f042"
}
.fa-tint:before {
    content:"\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content:"\f044"
}
.fa-share-square-o:before {
    content:"\f045"
}
.fa-check-square-o:before {
    content:"\f046"
}
.fa-arrows:before {
    content:"\f047"
}
.fa-step-backward:before {
    content:"\f048"
}
.fa-fast-backward:before {
    content:"\f049"
}
.fa-backward:before {
    content:"\f04a"
}
.fa-play:before {
    content:"\f04b"
}
.fa-pause:before {
    content:"\f04c"
}
.fa-stop:before {
    content:"\f04d"
}
.fa-forward:before {
    content:"\f04e"
}
.fa-fast-forward:before {
    content:"\f050"
}
.fa-step-forward:before {
    content:"\f051"
}
.fa-eject:before {
    content:"\f052"
}
.fa-chevron-left:before {
    content:"\f053"
}
.fa-chevron-right:before {
    content:"\f054"
}
.fa-plus-circle:before {
    content:"\f055"
}
.fa-minus-circle:before {
    content:"\f056"
}
.fa-times-circle:before {
    content:"\f057"
}
.fa-check-circle:before {
    content:"\f058"
}
.fa-question-circle:before {
    content:"\f059"
}
.fa-info-circle:before {
    content:"\f05a"
}
.fa-crosshairs:before {
    content:"\f05b"
}
.fa-times-circle-o:before {
    content:"\f05c"
}
.fa-check-circle-o:before {
    content:"\f05d"
}
.fa-ban:before {
    content:"\f05e"
}
.fa-arrow-left:before {
    content:"\f060"
}
.fa-arrow-right:before {
    content:"\f061"
}
.fa-arrow-up:before {
    content:"\f062"
}
.fa-arrow-down:before {
    content:"\f063"
}
.fa-mail-forward:before,
.fa-share:before {
    content:"\f064"
}
.fa-expand:before {
    content:"\f065"
}
.fa-compress:before {
    content:"\f066"
}
.fa-plus:before {
    content:"\f067"
}
.fa-minus:before {
    content:"\f068"
}
.fa-asterisk:before {
    content:"\f069"
}
.fa-exclamation-circle:before {
    content:"\f06a"
}
.fa-gift:before {
    content:"\f06b"
}
.fa-leaf:before {
    content:"\f06c"
}
.fa-fire:before {
    content:"\f06d"
}
.fa-eye:before {
    content:"\f06e"
}
.fa-eye-slash:before {
    content:"\f070"
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content:"\f071"
}
.fa-plane:before {
    content:"\f072"
}
.fa-calendar:before {
    content:"\f073"
}
.fa-random:before {
    content:"\f074"
}
.fa-comment:before {
    content:"\f075"
}
.fa-magnet:before {
    content:"\f076"
}
.fa-chevron-up:before {
    content:"\f077"
}
.fa-chevron-down:before {
    content:"\f078"
}
.fa-retweet:before {
    content:"\f079"
}
.fa-shopping-cart:before {
    content:"\f07a"
}
.fa-folder:before {
    content:"\f07b"
}
.fa-folder-open:before {
    content:"\f07c"
}
.fa-arrows-v:before {
    content:"\f07d"
}
.fa-arrows-h:before {
    content:"\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content:"\f080"
}
.fa-twitter-square:before {
    content:"\f081"
}
.fa-facebook-square:before {
    content:"\f082"
}
.fa-camera-retro:before {
    content:"\f083"
}
.fa-key:before {
    content:"\f084"
}
.fa-gears:before,
.fa-cogs:before {
    content:"\f085"
}
.fa-comments:before {
    content:"\f086"
}
.fa-thumbs-o-up:before {
    content:"\f087"
}
.fa-thumbs-o-down:before {
    content:"\f088"
}
.fa-star-half:before {
    content:"\f089"
}
.fa-heart-o:before {
    content:"\f08a"
}
.fa-sign-out:before {
    content:"\f08b"
}
.fa-linkedin-square:before {
    content:"\f08c"
}
.fa-thumb-tack:before {
    content:"\f08d"
}
.fa-external-link:before {
    content:"\f08e"
}
.fa-sign-in:before {
    content:"\f090"
}
.fa-trophy:before {
    content:"\f091"
}
.fa-github-square:before {
    content:"\f092"
}
.fa-upload:before {
    content:"\f093"
}
.fa-lemon-o:before {
    content:"\f094"
}
.fa-phone:before {
    content:"\f095"
}
.fa-square-o:before {
    content:"\f096"
}
.fa-bookmark-o:before {
    content:"\f097"
}
.fa-phone-square:before {
    content:"\f098"
}
.fa-twitter:before {
    content:"\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
    content:"\f09a"
}
.fa-github:before {
    content:"\f09b"
}
.fa-unlock:before {
    content:"\f09c"
}
.fa-credit-card:before {
    content:"\f09d"
}
.fa-feed:before,
.fa-rss:before {
    content:"\f09e"
}
.fa-hdd-o:before {
    content:"\f0a0"
}
.fa-bullhorn:before {
    content:"\f0a1"
}
.fa-bell:before {
    content:"\f0f3"
}
.fa-certificate:before {
    content:"\f0a3"
}
.fa-hand-o-right:before {
    content:"\f0a4"
}
.fa-hand-o-left:before {
    content:"\f0a5"
}
.fa-hand-o-up:before {
    content:"\f0a6"
}
.fa-hand-o-down:before {
    content:"\f0a7"
}
.fa-arrow-circle-left:before {
    content:"\f0a8"
}
.fa-arrow-circle-right:before {
    content:"\f0a9"
}
.fa-arrow-circle-up:before {
    content:"\f0aa"
}
.fa-arrow-circle-down:before {
    content:"\f0ab"
}
.fa-globe:before {
    content:"\f0ac"
}
.fa-wrench:before {
    content:"\f0ad"
}
.fa-tasks:before {
    content:"\f0ae"
}
.fa-filter:before {
    content:"\f0b0"
}
.fa-briefcase:before {
    content:"\f0b1"
}
.fa-arrows-alt:before {
    content:"\f0b2"
}
.fa-group:before,
.fa-users:before {
    content:"\f0c0"
}
.fa-chain:before,
.fa-link:before {
    content:"\f0c1"
}
.fa-cloud:before {
    content:"\f0c2"
}
.fa-flask:before {
    content:"\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
    content:"\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
    content:"\f0c5"
}
.fa-paperclip:before {
    content:"\f0c6"
}
.fa-save:before,
.fa-floppy-o:before {
    content:"\f0c7"
}
.fa-square:before {
    content:"\f0c8"
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content:"\f0c9"
}
.fa-list-ul:before {
    content:"\f0ca"
}
.fa-list-ol:before {
    content:"\f0cb"
}
.fa-strikethrough:before {
    content:"\f0cc"
}
.fa-underline:before {
    content:"\f0cd"
}
.fa-table:before {
    content:"\f0ce"
}
.fa-magic:before {
    content:"\f0d0"
}
.fa-truck:before {
    content:"\f0d1"
}
.fa-pinterest:before {
    content:"\f0d2"
}
.fa-pinterest-square:before {
    content:"\f0d3"
}
.fa-google-plus-square:before {
    content:"\f0d4"
}
.fa-google-plus:before {
    content:"\f0d5"
}
.fa-money:before {
    content:"\f0d6"
}
.fa-caret-down:before {
    content:"\f0d7"
}
.fa-caret-up:before {
    content:"\f0d8"
}
.fa-caret-left:before {
    content:"\f0d9"
}
.fa-caret-right:before {
    content:"\f0da"
}
.fa-columns:before {
    content:"\f0db"
}
.fa-unsorted:before,
.fa-sort:before {
    content:"\f0dc"
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content:"\f0dd"
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content:"\f0de"
}
.fa-envelope:before {
    content:"\f0e0"
}
.fa-linkedin:before {
    content:"\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
    content:"\f0e2"
}
.fa-legal:before,
.fa-gavel:before {
    content:"\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
    content:"\f0e4"
}
.fa-comment-o:before {
    content:"\f0e5"
}
.fa-comments-o:before {
    content:"\f0e6"
}
.fa-flash:before,
.fa-bolt:before {
    content:"\f0e7"
}
.fa-sitemap:before {
    content:"\f0e8"
}
.fa-umbrella:before {
    content:"\f0e9"
}
.fa-paste:before,
.fa-clipboard:before {
    content:"\f0ea"
}
.fa-lightbulb-o:before {
    content:"\f0eb"
}
.fa-exchange:before {
    content:"\f0ec"
}
.fa-cloud-download:before {
    content:"\f0ed"
}
.fa-cloud-upload:before {
    content:"\f0ee"
}
.fa-user-md:before {
    content:"\f0f0"
}
.fa-stethoscope:before {
    content:"\f0f1"
}
.fa-suitcase:before {
    content:"\f0f2"
}
.fa-bell-o:before {
    content:"\f0a2"
}
.fa-coffee:before {
    content:"\f0f4"
}
.fa-cutlery:before {
    content:"\f0f5"
}
.fa-file-text-o:before {
    content:"\f0f6"
}
.fa-building-o:before {
    content:"\f0f7"
}
.fa-hospital-o:before {
    content:"\f0f8"
}
.fa-ambulance:before {
    content:"\f0f9"
}
.fa-medkit:before {
    content:"\f0fa"
}
.fa-fighter-jet:before {
    content:"\f0fb"
}
.fa-beer:before {
    content:"\f0fc"
}
.fa-h-square:before {
    content:"\f0fd"
}
.fa-plus-square:before {
    content:"\f0fe"
}
.fa-angle-double-left:before {
    content:"\f100"
}
.fa-angle-double-right:before {
    content:"\f101"
}
.fa-angle-double-up:before {
    content:"\f102"
}
.fa-angle-double-down:before {
    content:"\f103"
}
.fa-angle-left:before {
    content:"\f104"
}
.fa-angle-right:before {
    content:"\f105"
}
.fa-angle-up:before {
    content:"\f106"
}
.fa-angle-down:before {
    content:"\f107"
}
.fa-desktop:before {
    content:"\f108"
}
.fa-laptop:before {
    content:"\f109"
}
.fa-tablet:before {
    content:"\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content:"\f10b"
}
.fa-circle-o:before {
    content:"\f10c"
}
.fa-quote-left:before {
    content:"\f10d"
}
.fa-quote-right:before {
    content:"\f10e"
}
.fa-spinner:before {
    content:"\f110"
}
.fa-circle:before {
    content:"\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
    content:"\f112"
}
.fa-github-alt:before {
    content:"\f113"
}
.fa-folder-o:before {
    content:"\f114"
}
.fa-folder-open-o:before {
    content:"\f115"
}
.fa-smile-o:before {
    content:"\f118"
}
.fa-frown-o:before {
    content:"\f119"
}
.fa-meh-o:before {
    content:"\f11a"
}
.fa-gamepad:before {
    content:"\f11b"
}
.fa-keyboard-o:before {
    content:"\f11c"
}
.fa-flag-o:before {
    content:"\f11d"
}
.fa-flag-checkered:before {
    content:"\f11e"
}
.fa-terminal:before {
    content:"\f120"
}
.fa-code:before {
    content:"\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content:"\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content:"\f123"
}
.fa-location-arrow:before {
    content:"\f124"
}
.fa-crop:before {
    content:"\f125"
}
.fa-code-fork:before {
    content:"\f126"
}
.fa-unlink:before,
.fa-chain-broken:before {
    content:"\f127"
}
.fa-question:before {
    content:"\f128"
}
.fa-info:before {
    content:"\f129"
}
.fa-exclamation:before {
    content:"\f12a"
}
.fa-superscript:before {
    content:"\f12b"
}
.fa-subscript:before {
    content:"\f12c"
}
.fa-eraser:before {
    content:"\f12d"
}
.fa-puzzle-piece:before {
    content:"\f12e"
}
.fa-microphone:before {
    content:"\f130"
}
.fa-microphone-slash:before {
    content:"\f131"
}
.fa-shield:before {
    content:"\f132"
}
.fa-calendar-o:before {
    content:"\f133"
}
.fa-fire-extinguisher:before {
    content:"\f134"
}
.fa-rocket:before {
    content:"\f135"
}
.fa-maxcdn:before {
    content:"\f136"
}
.fa-chevron-circle-left:before {
    content:"\f137"
}
.fa-chevron-circle-right:before {
    content:"\f138"
}
.fa-chevron-circle-up:before {
    content:"\f139"
}
.fa-chevron-circle-down:before {
    content:"\f13a"
}
.fa-html5:before {
    content:"\f13b"
}
.fa-css3:before {
    content:"\f13c"
}
.fa-anchor:before {
    content:"\f13d"
}
.fa-unlock-alt:before {
    content:"\f13e"
}
.fa-bullseye:before {
    content:"\f140"
}
.fa-ellipsis-h:before {
    content:"\f141"
}
.fa-ellipsis-v:before {
    content:"\f142"
}
.fa-rss-square:before {
    content:"\f143"
}
.fa-play-circle:before {
    content:"\f144"
}
.fa-ticket:before {
    content:"\f145"
}
.fa-minus-square:before {
    content:"\f146"
}
.fa-minus-square-o:before {
    content:"\f147"
}
.fa-level-up:before {
    content:"\f148"
}
.fa-level-down:before {
    content:"\f149"
}
.fa-check-square:before {
    content:"\f14a"
}
.fa-pencil-square:before {
    content:"\f14b"
}
.fa-external-link-square:before {
    content:"\f14c"
}
.fa-share-square:before {
    content:"\f14d"
}
.fa-compass:before {
    content:"\f14e"
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content:"\f150"
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content:"\f151"
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content:"\f152"
}
.fa-euro:before,
.fa-eur:before {
    content:"\f153"
}
.fa-gbp:before {
    content:"\f154"
}
.fa-dollar:before,
.fa-usd:before {
    content:"\f155"
}
.fa-rupee:before,
.fa-inr:before {
    content:"\f156"
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content:"\f157"
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content:"\f158"
}
.fa-won:before,
.fa-krw:before {
    content:"\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
    content:"\f15a"
}
.fa-file:before {
    content:"\f15b"
}
.fa-file-text:before {
    content:"\f15c"
}
.fa-sort-alpha-asc:before {
    content:"\f15d"
}
.fa-sort-alpha-desc:before {
    content:"\f15e"
}
.fa-sort-amount-asc:before {
    content:"\f160"
}
.fa-sort-amount-desc:before {
    content:"\f161"
}
.fa-sort-numeric-asc:before {
    content:"\f162"
}
.fa-sort-numeric-desc:before {
    content:"\f163"
}
.fa-thumbs-up:before {
    content:"\f164"
}
.fa-thumbs-down:before {
    content:"\f165"
}
.fa-youtube-square:before {
    content:"\f166"
}
.fa-youtube:before {
    content:"\f167"
}
.fa-xing:before {
    content:"\f168"
}
.fa-xing-square:before {
    content:"\f169"
}
.fa-youtube-play:before {
    content:"\f16a"
}
.fa-dropbox:before {
    content:"\f16b"
}
.fa-stack-overflow:before {
    content:"\f16c"
}
.fa-instagram:before {
    content:"\f16d"
}
.fa-flickr:before {
    content:"\f16e"
}
.fa-adn:before {
    content:"\f170"
}
.fa-bitbucket:before {
    content:"\f171"
}
.fa-bitbucket-square:before {
    content:"\f172"
}
.fa-tumblr:before {
    content:"\f173"
}
.fa-tumblr-square:before {
    content:"\f174"
}
.fa-long-arrow-down:before {
    content:"\f175"
}
.fa-long-arrow-up:before {
    content:"\f176"
}
.fa-long-arrow-left:before {
    content:"\f177"
}
.fa-long-arrow-right:before {
    content:"\f178"
}
.fa-apple:before {
    content:"\f179"
}
.fa-windows:before {
    content:"\f17a"
}
.fa-android:before {
    content:"\f17b"
}
.fa-linux:before {
    content:"\f17c"
}
.fa-dribbble:before {
    content:"\f17d"
}
.fa-skype:before {
    content:"\f17e"
}
.fa-foursquare:before {
    content:"\f180"
}
.fa-trello:before {
    content:"\f181"
}
.fa-female:before {
    content:"\f182"
}
.fa-male:before {
    content:"\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
    content:"\f184"
}
.fa-sun-o:before {
    content:"\f185"
}
.fa-moon-o:before {
    content:"\f186"
}
.fa-archive:before {
    content:"\f187"
}
.fa-bug:before {
    content:"\f188"
}
.fa-vk:before {
    content:"\f189"
}
.fa-weibo:before {
    content:"\f18a"
}
.fa-renren:before {
    content:"\f18b"
}
.fa-pagelines:before {
    content:"\f18c"
}
.fa-stack-exchange:before {
    content:"\f18d"
}
.fa-arrow-circle-o-right:before {
    content:"\f18e"
}
.fa-arrow-circle-o-left:before {
    content:"\f190"
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content:"\f191"
}
.fa-dot-circle-o:before {
    content:"\f192"
}
.fa-wheelchair:before {
    content:"\f193"
}
.fa-vimeo-square:before {
    content:"\f194"
}
.fa-turkish-lira:before,
.fa-try:before {
    content:"\f195"
}
.fa-plus-square-o:before {
    content:"\f196"
}
.fa-space-shuttle:before {
    content:"\f197"
}
.fa-slack:before {
    content:"\f198"
}
.fa-envelope-square:before {
    content:"\f199"
}
.fa-wordpress:before {
    content:"\f19a"
}
.fa-openid:before {
    content:"\f19b"
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content:"\f19c"
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content:"\f19d"
}
.fa-yahoo:before {
    content:"\f19e"
}
.fa-google:before {
    content:"\f1a0"
}
.fa-reddit:before {
    content:"\f1a1"
}
.fa-reddit-square:before {
    content:"\f1a2"
}
.fa-stumbleupon-circle:before {
    content:"\f1a3"
}
.fa-stumbleupon:before {
    content:"\f1a4"
}
.fa-delicious:before {
    content:"\f1a5"
}
.fa-digg:before {
    content:"\f1a6"
}
.fa-pied-piper-pp:before {
    content:"\f1a7"
}
.fa-pied-piper-alt:before {
    content:"\f1a8"
}
.fa-drupal:before {
    content:"\f1a9"
}
.fa-joomla:before {
    content:"\f1aa"
}
.fa-language:before {
    content:"\f1ab"
}
.fa-fax:before {
    content:"\f1ac"
}
.fa-building:before {
    content:"\f1ad"
}
.fa-child:before {
    content:"\f1ae"
}
.fa-paw:before {
    content:"\f1b0"
}
.fa-spoon:before {
    content:"\f1b1"
}
.fa-cube:before {
    content:"\f1b2"
}
.fa-cubes:before {
    content:"\f1b3"
}
.fa-behance:before {
    content:"\f1b4"
}
.fa-behance-square:before {
    content:"\f1b5"
}
.fa-steam:before {
    content:"\f1b6"
}
.fa-steam-square:before {
    content:"\f1b7"
}
.fa-recycle:before {
    content:"\f1b8"
}
.fa-automobile:before,
.fa-car:before {
    content:"\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
    content:"\f1ba"
}
.fa-tree:before {
    content:"\f1bb"
}
.fa-spotify:before {
    content:"\f1bc"
}
.fa-deviantart:before {
    content:"\f1bd"
}
.fa-soundcloud:before {
    content:"\f1be"
}
.fa-database:before {
    content:"\f1c0"
}
.fa-file-pdf-o:before {
    content:"\f1c1"
}
.fa-file-word-o:before {
    content:"\f1c2"
}
.fa-file-excel-o:before {
    content:"\f1c3"
}
.fa-file-powerpoint-o:before {
    content:"\f1c4"
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content:"\f1c5"
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content:"\f1c6"
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content:"\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content:"\f1c8"
}
.fa-file-code-o:before {
    content:"\f1c9"
}
.fa-vine:before {
    content:"\f1ca"
}
.fa-codepen:before {
    content:"\f1cb"
}
.fa-jsfiddle:before {
    content:"\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content:"\f1cd"
}
.fa-circle-o-notch:before {
    content:"\f1ce"
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content:"\f1d0"
}
.fa-ge:before,
.fa-empire:before {
    content:"\f1d1"
}
.fa-git-square:before {
    content:"\f1d2"
}
.fa-git:before {
    content:"\f1d3"
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content:"\f1d4"
}
.fa-tencent-weibo:before {
    content:"\f1d5"
}
.fa-qq:before {
    content:"\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
    content:"\f1d7"
}
.fa-send:before,
.fa-paper-plane:before {
    content:"\f1d8"
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content:"\f1d9"
}
.fa-history:before {
    content:"\f1da"
}
.fa-circle-thin:before {
    content:"\f1db"
}
.fa-header:before {
    content:"\f1dc"
}
.fa-paragraph:before {
    content:"\f1dd"
}
.fa-sliders:before {
    content:"\f1de"
}
.fa-share-alt:before {
    content:"\f1e0"
}
.fa-share-alt-square:before {
    content:"\f1e1"
}
.fa-bomb:before {
    content:"\f1e2"
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content:"\f1e3"
}
.fa-tty:before {
    content:"\f1e4"
}
.fa-binoculars:before {
    content:"\f1e5"
}
.fa-plug:before {
    content:"\f1e6"
}
.fa-slideshare:before {
    content:"\f1e7"
}
.fa-twitch:before {
    content:"\f1e8"
}
.fa-yelp:before {
    content:"\f1e9"
}
.fa-newspaper-o:before {
    content:"\f1ea"
}
.fa-wifi:before {
    content:"\f1eb"
}
.fa-calculator:before {
    content:"\f1ec"
}
.fa-paypal:before {
    content:"\f1ed"
}
.fa-google-wallet:before {
    content:"\f1ee"
}
.fa-cc-visa:before {
    content:"\f1f0"
}
.fa-cc-mastercard:before {
    content:"\f1f1"
}
.fa-cc-discover:before {
    content:"\f1f2"
}
.fa-cc-amex:before {
    content:"\f1f3"
}
.fa-cc-paypal:before {
    content:"\f1f4"
}
.fa-cc-stripe:before {
    content:"\f1f5"
}
.fa-bell-slash:before {
    content:"\f1f6"
}
.fa-bell-slash-o:before {
    content:"\f1f7"
}
.fa-trash:before {
    content:"\f1f8"
}
.fa-copyright:before {
    content:"\f1f9"
}
.fa-at:before {
    content:"\f1fa"
}
.fa-eyedropper:before {
    content:"\f1fb"
}
.fa-paint-brush:before {
    content:"\f1fc"
}
.fa-birthday-cake:before {
    content:"\f1fd"
}
.fa-area-chart:before {
    content:"\f1fe"
}
.fa-pie-chart:before {
    content:"\f200"
}
.fa-line-chart:before {
    content:"\f201"
}
.fa-lastfm:before {
    content:"\f202"
}
.fa-lastfm-square:before {
    content:"\f203"
}
.fa-toggle-off:before {
    content:"\f204"
}
.fa-toggle-on:before {
    content:"\f205"
}
.fa-bicycle:before {
    content:"\f206"
}
.fa-bus:before {
    content:"\f207"
}
.fa-ioxhost:before {
    content:"\f208"
}
.fa-angellist:before {
    content:"\f209"
}
.fa-cc:before {
    content:"\f20a"
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content:"\f20b"
}
.fa-meanpath:before {
    content:"\f20c"
}
.fa-buysellads:before {
    content:"\f20d"
}
.fa-connectdevelop:before {
    content:"\f20e"
}
.fa-dashcube:before {
    content:"\f210"
}
.fa-forumbee:before {
    content:"\f211"
}
.fa-leanpub:before {
    content:"\f212"
}
.fa-sellsy:before {
    content:"\f213"
}
.fa-shirtsinbulk:before {
    content:"\f214"
}
.fa-simplybuilt:before {
    content:"\f215"
}
.fa-skyatlas:before {
    content:"\f216"
}
.fa-cart-plus:before {
    content:"\f217"
}
.fa-cart-arrow-down:before {
    content:"\f218"
}
.fa-diamond:before {
    content:"\f219"
}
.fa-ship:before {
    content:"\f21a"
}
.fa-user-secret:before {
    content:"\f21b"
}
.fa-motorcycle:before {
    content:"\f21c"
}
.fa-street-view:before {
    content:"\f21d"
}
.fa-heartbeat:before {
    content:"\f21e"
}
.fa-venus:before {
    content:"\f221"
}
.fa-mars:before {
    content:"\f222"
}
.fa-mercury:before {
    content:"\f223"
}
.fa-intersex:before,
.fa-transgender:before {
    content:"\f224"
}
.fa-transgender-alt:before {
    content:"\f225"
}
.fa-venus-double:before {
    content:"\f226"
}
.fa-mars-double:before {
    content:"\f227"
}
.fa-venus-mars:before {
    content:"\f228"
}
.fa-mars-stroke:before {
    content:"\f229"
}
.fa-mars-stroke-v:before {
    content:"\f22a"
}
.fa-mars-stroke-h:before {
    content:"\f22b"
}
.fa-neuter:before {
    content:"\f22c"
}
.fa-genderless:before {
    content:"\f22d"
}
.fa-facebook-official:before {
    content:"\f230"
}
.fa-pinterest-p:before {
    content:"\f231"
}
.fa-whatsapp:before {
    content:"\f232"
}
.fa-server:before {
    content:"\f233"
}
.fa-user-plus:before {
    content:"\f234"
}
.fa-user-times:before {
    content:"\f235"
}
.fa-hotel:before,
.fa-bed:before {
    content:"\f236"
}
.fa-viacoin:before {
    content:"\f237"
}
.fa-train:before {
    content:"\f238"
}
.fa-subway:before {
    content:"\f239"
}
.fa-medium:before {
    content:"\f23a"
}
.fa-yc:before,
.fa-y-combinator:before {
    content:"\f23b"
}
.fa-optin-monster:before {
    content:"\f23c"
}
.fa-opencart:before {
    content:"\f23d"
}
.fa-expeditedssl:before {
    content:"\f23e"
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content:"\f240"
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content:"\f241"
}
.fa-battery-2:before,
.fa-battery-half:before {
    content:"\f242"
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content:"\f243"
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content:"\f244"
}
.fa-mouse-pointer:before {
    content:"\f245"
}
.fa-i-cursor:before {
    content:"\f246"
}
.fa-object-group:before {
    content:"\f247"
}
.fa-object-ungroup:before {
    content:"\f248"
}
.fa-sticky-note:before {
    content:"\f249"
}
.fa-sticky-note-o:before {
    content:"\f24a"
}
.fa-cc-jcb:before {
    content:"\f24b"
}
.fa-cc-diners-club:before {
    content:"\f24c"
}
.fa-clone:before {
    content:"\f24d"
}
.fa-balance-scale:before {
    content:"\f24e"
}
.fa-hourglass-o:before {
    content:"\f250"
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content:"\f251"
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content:"\f252"
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content:"\f253"
}
.fa-hourglass:before {
    content:"\f254"
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content:"\f255"
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content:"\f256"
}
.fa-hand-scissors-o:before {
    content:"\f257"
}
.fa-hand-lizard-o:before {
    content:"\f258"
}
.fa-hand-spock-o:before {
    content:"\f259"
}
.fa-hand-pointer-o:before {
    content:"\f25a"
}
.fa-hand-peace-o:before {
    content:"\f25b"
}
.fa-trademark:before {
    content:"\f25c"
}
.fa-registered:before {
    content:"\f25d"
}
.fa-creative-commons:before {
    content:"\f25e"
}
.fa-gg:before {
    content:"\f260"
}
.fa-gg-circle:before {
    content:"\f261"
}
.fa-tripadvisor:before {
    content:"\f262"
}
.fa-odnoklassniki:before {
    content:"\f263"
}
.fa-odnoklassniki-square:before {
    content:"\f264"
}
.fa-get-pocket:before {
    content:"\f265"
}
.fa-wikipedia-w:before {
    content:"\f266"
}
.fa-safari:before {
    content:"\f267"
}
.fa-chrome:before {
    content:"\f268"
}
.fa-firefox:before {
    content:"\f269"
}
.fa-opera:before {
    content:"\f26a"
}
.fa-internet-explorer:before {
    content:"\f26b"
}
.fa-tv:before,
.fa-television:before {
    content:"\f26c"
}
.fa-contao:before {
    content:"\f26d"
}
.fa-500px:before {
    content:"\f26e"
}
.fa-amazon:before {
    content:"\f270"
}
.fa-calendar-plus-o:before {
    content:"\f271"
}
.fa-calendar-minus-o:before {
    content:"\f272"
}
.fa-calendar-times-o:before {
    content:"\f273"
}
.fa-calendar-check-o:before {
    content:"\f274"
}
.fa-industry:before {
    content:"\f275"
}
.fa-map-pin:before {
    content:"\f276"
}
.fa-map-signs:before {
    content:"\f277"
}
.fa-map-o:before {
    content:"\f278"
}
.fa-map:before {
    content:"\f279"
}
.fa-commenting:before {
    content:"\f27a"
}
.fa-commenting-o:before {
    content:"\f27b"
}
.fa-houzz:before {
    content:"\f27c"
}
.fa-vimeo:before {
    content:"\f27d"
}
.fa-black-tie:before {
    content:"\f27e"
}
.fa-fonticons:before {
    content:"\f280"
}
.fa-reddit-alien:before {
    content:"\f281"
}
.fa-edge:before {
    content:"\f282"
}
.fa-credit-card-alt:before {
    content:"\f283"
}
.fa-codiepie:before {
    content:"\f284"
}
.fa-modx:before {
    content:"\f285"
}
.fa-fort-awesome:before {
    content:"\f286"
}
.fa-usb:before {
    content:"\f287"
}
.fa-product-hunt:before {
    content:"\f288"
}
.fa-mixcloud:before {
    content:"\f289"
}
.fa-scribd:before {
    content:"\f28a"
}
.fa-pause-circle:before {
    content:"\f28b"
}
.fa-pause-circle-o:before {
    content:"\f28c"
}
.fa-stop-circle:before {
    content:"\f28d"
}
.fa-stop-circle-o:before {
    content:"\f28e"
}
.fa-shopping-bag:before {
    content:"\f290"
}
.fa-shopping-basket:before {
    content:"\f291"
}
.fa-hashtag:before {
    content:"\f292"
}
.fa-bluetooth:before {
    content:"\f293"
}
.fa-bluetooth-b:before {
    content:"\f294"
}
.fa-percent:before {
    content:"\f295"
}
.fa-gitlab:before {
    content:"\f296"
}
.fa-wpbeginner:before {
    content:"\f297"
}
.fa-wpforms:before {
    content:"\f298"
}
.fa-envira:before {
    content:"\f299"
}
.fa-universal-access:before {
    content:"\f29a"
}
.fa-wheelchair-alt:before {
    content:"\f29b"
}
.fa-question-circle-o:before {
    content:"\f29c"
}
.fa-blind:before {
    content:"\f29d"
}
.fa-audio-description:before {
    content:"\f29e"
}
.fa-volume-control-phone:before {
    content:"\f2a0"
}
.fa-braille:before {
    content:"\f2a1"
}
.fa-assistive-listening-systems:before {
    content:"\f2a2"
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content:"\f2a3"
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content:"\f2a4"
}
.fa-glide:before {
    content:"\f2a5"
}
.fa-glide-g:before {
    content:"\f2a6"
}
.fa-signing:before,
.fa-sign-language:before {
    content:"\f2a7"
}
.fa-low-vision:before {
    content:"\f2a8"
}
.fa-viadeo:before {
    content:"\f2a9"
}
.fa-viadeo-square:before {
    content:"\f2aa"
}
.fa-snapchat:before {
    content:"\f2ab"
}
.fa-snapchat-ghost:before {
    content:"\f2ac"
}
.fa-snapchat-square:before {
    content:"\f2ad"
}
.fa-pied-piper:before {
    content:"\f2ae"
}
.fa-first-order:before {
    content:"\f2b0"
}
.fa-yoast:before {
    content:"\f2b1"
}
.fa-themeisle:before {
    content:"\f2b2"
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content:"\f2b3"
}
.fa-fa:before,
.fa-font-awesome:before {
    content:"\f2b4"
}
.fa-handshake-o:before {
    content:"\f2b5"
}
.fa-envelope-open:before {
    content:"\f2b6"
}
.fa-envelope-open-o:before {
    content:"\f2b7"
}
.fa-linode:before {
    content:"\f2b8"
}
.fa-address-book:before {
    content:"\f2b9"
}
.fa-address-book-o:before {
    content:"\f2ba"
}
.fa-vcard:before,
.fa-address-card:before {
    content:"\f2bb"
}
.fa-vcard-o:before,
.fa-address-card-o:before {
    content:"\f2bc"
}
.fa-user-circle:before {
    content:"\f2bd"
}
.fa-user-circle-o:before {
    content:"\f2be"
}
.fa-user-o:before {
    content:"\f2c0"
}
.fa-id-badge:before {
    content:"\f2c1"
}
.fa-drivers-license:before,
.fa-id-card:before {
    content:"\f2c2"
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content:"\f2c3"
}
.fa-quora:before {
    content:"\f2c4"
}
.fa-free-code-camp:before {
    content:"\f2c5"
}
.fa-telegram:before {
    content:"\f2c6"
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content:"\f2c7"
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content:"\f2c8"
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content:"\f2c9"
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content:"\f2ca"
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content:"\f2cb"
}
.fa-shower:before {
    content:"\f2cc"
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content:"\f2cd"
}
.fa-podcast:before {
    content:"\f2ce"
}
.fa-window-maximize:before {
    content:"\f2d0"
}
.fa-window-minimize:before {
    content:"\f2d1"
}
.fa-window-restore:before {
    content:"\f2d2"
}
.fa-times-rectangle:before,
.fa-window-close:before {
    content:"\f2d3"
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content:"\f2d4"
}
.fa-bandcamp:before {
    content:"\f2d5"
}
.fa-grav:before {
    content:"\f2d6"
}
.fa-etsy:before {
    content:"\f2d7"
}
.fa-imdb:before {
    content:"\f2d8"
}
.fa-ravelry:before {
    content:"\f2d9"
}
.fa-eercast:before {
    content:"\f2da"
}
.fa-microchip:before {
    content:"\f2db"
}
.fa-snowflake-o:before {
    content:"\f2dc"
}
.fa-superpowers:before {
    content:"\f2dd"
}
.fa-wpexplorer:before {
    content:"\f2de"
}
.fa-meetup:before {
    content:"\f2e0"
}
.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}

/* End */


/* Start:/local/templates/index_main/css/header_search.css?16935059792118*/
.header-body__search.is-visible+.dropdown-searchbox {
    visibility: visible;
    z-index: 1000;
    opacity: 1
}

.custom-scrollbar::-webkit-scrollbar, .dropdown-searchbox .result::-webkit-scrollbar {
    width: 2px;
    height: 2px
}

.custom-scrollbar::-webkit-scrollbar-track, .dropdown-searchbox .result::-webkit-scrollbar-track {
    background: #eceef3
}

.custom-scrollbar::-webkit-scrollbar-thumb, .dropdown-searchbox .result::-webkit-scrollbar-thumb {
    background-color: #8d8f94;
    border-radius: 2px
}

.dropdown-searchbox {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: -1000;
    opacity: 0;
    visibility: hidden;
    padding: 15px;
    box-shadow: 0 12px 14px rgba(0, 0, 0, .09);
    margin-top: 3px;
    border-radius: 5px;
    transition: all .3s ease
}

@media (max-width: 767px) {
    .dropdown-searchbox {
        padding: 7px
    }
}

.dropdown-searchbox .result {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700
}

.dropdown-searchbox .result .item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8
}

@media (max-width: 767px) {
    .dropdown-searchbox .result .item {
        font-size: 12px
    }
}

.dropdown-searchbox .result .item:first-child {
    border-top: none
}

.dropdown-searchbox .result .item .pict {
    max-width: 75px;
    min-width: 75px;
    padding-right: 15px
}

@media (max-width: 767px) {
    .dropdown-searchbox .result .item .pict { /*max-width:30px;min-width:30px*/
    }
}

.dropdown-searchbox .result .item .ttl {
    flex: 1
}

.dropdown-searchbox .result .item .price {
    max-width: 150px;
    min-width: 150px
}

@media (max-width: 767px) {
    .dropdown-searchbox .result .item .price {
        max-width: 45px;
        min-width: 45px
    }
}

.dropdown-searchbox .btn-wrap {
    padding-top: 15px
}

.dropdown-searchbox .btn-wrap .btn {
    width: 170px
}
/* End */


/* Start:/local/components/arturgolubev/search.title/templates/.default/style.css?178100507215418*/
/* div.title-search-result {
	display: block !important;
} */

.bx_smart_searche, .bx-searchtitle {
	/*font-family: "Open Sans", sans-serif;*/
	font-family: "Futura PT", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.bx_smart_searche, .bx_smart_searche *, .bx-searchtitle, .bx-searchtitle * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx-searchtitle {
	/*margin: 10px 0 0;*/
	margin: 0 30px 0 20px;
}
.bx-searchtitle-history {
	margin-top: 5px;
}
	.bx-searchtitle-history a {
		color: #222;
		text-decoration: underline;
	}
	.bx-searchtitle-history a:hover {
		text-decoration: none;
	}
.bx-searchtitle-popup-history {
	padding: 12px;
}
	.bx-searchtitle-popup-history-head {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
		.bx-searchtitle-popup-history-clear {
			font-size: 13px;
			cursor: pointer;
		}
		.bx-searchtitle-popup-history-clear:hover {
			opacity: 0.8;
		}
	.bx-searchtitle-popup-history-title {
		font-size: 15px;
		padding-left: 3px;
	}
	.bx-searchtitle-popup-history-items {
		display: flex;
		flex-wrap: wrap;
		gap: 4px;
		margin-top: 2px;
	}
		.bx-searchtitle-popup-history-item {
			padding: 6px 10px 6px 6px;
			border-radius: 3px;
			text-decoration: none;
			color: #222;
		}
			.bx-searchtitle-popup-history-item:hover {
				background: #eee;
				color: #222;
			}
			.bx-searchtitle-popup-history-item::before {
				content: "";
				width: 16px;
				height: 16px;
				background: url(/local/components/arturgolubev/search.title/templates/.default/images/search-icon.svg) center center no-repeat;
				background-size: 12px auto;
				display: inline-block;
				vertical-align: middle;
				margin-right: 5px;
				margin-bottom: 1px;
			}
			.bx-searchtitle-popup-history-item span {
				vertical-align: middle;
			}

.bx-searchtitle .bx-block-title {
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group .bx-form-control {
	position: relative;
	z-index: 2;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #222;
/*	background-color: #f8fafc;*/
	border: 1px solid #d5dadc;
	border-radius: 6px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/*.bx-searchtitle .bx-input-group .bx-form-control:focus {
	background-color: #fff;
}*/
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: absolute;
	/*right: 4px;
	top: 4px;*/
	right: 0;
	top: 0;
	z-index: 3;
	white-space: nowrap;
	line-height: normal;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	/* background: url(/local/components/arturgolubev/search.title/templates/.default/images/search-icon.png) center center no-repeat #95a1a8; */
	/*display: inline-block;*/
	margin-bottom: 0;
	cursor: pointer;
	padding: 0 8px;
	/*border-radius: 3px;*/
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	height: 32px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	
	height: 40px;
	border-radius: 0 6px 6px 0;
	flex: 0 0 auto;
	  display: flex;
	  justify-content: center;
	  align-items: center;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background-color: #1484CE;
}


div.title-search-result {
	border: 0 none !important;
	display:none;
	overflow:hidden;
	z-index:999;
	/*min-width: 200px;*/
	margin-top: 3px;
	background-color: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 2px 0px #ccc;
}
div.title-search-result-shadow {
	position: absolute;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}


div.title-search-fader {
	display:none;
	background-image: url('/local/components/arturgolubev/search.title/templates/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_smart_searche {
	border-top: 0 none;
	border-radius: 5px;
	/* border: 1px solid #eee; */
}
.bx_smart_searche .bx_info_wrap{
	margin-left: 85px;
}
.bx_smart_searche .bx_img_element{
	float: left;
	padding: 5px;
	width: 75px;
	text-align: center;
}
.bx_smart_searche .bx_item_block{
	min-height: 65px;
	position: relative;
}
.bx_smart_searche .bx_image {
	display: inline-block;
	max-width: 100%;
}
.bx_smart_searche .bx_image.empty_image{
	background-image: url(/local/components/arturgolubev/search.title/templates/.default/image/noimg.png);
}
.bx_smart_searche .bx_item_element{
	padding: 8px 0;
}
.bx_smart_searche .bx_item_element_all_result {
	text-align: center;
}
.bx_smart_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_smart_searche .bx_item_element a{
	margin-top: 5px;
	display: inline-block;
	color: #222;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}
.bx_smart_searche .bx_item_element a b {
	font-weight: bold;
	color: #222;
}
.bx_smart_searche .bx_item_element a:hover, .bx_smart_searche .bx_item_element a:hover b{
	text-decoration: underline;
}
.bx_smart_searche .bx_item_preview_text{
	font-size:13px;
	padding: 5px 10px 5px 0;
}
.bx_smart_searche .bx_price{
	font-weight:bold;
	font-size:15px;
	margin-top: 5px;
}
.bx_smart_searche .bx_price .old{
	font-weight: normal;
	text-decoration: line-through;
	color: #636363;
	font-size: 12px;
	vertical-align: middle;
}
.bx_smart_searche .bx_item_block.all_result{min-height:0}
.bx_smart_searche .bx_item_block.others_result{
	min-height: 0;
	line-height: 12px;
	padding: 0;
}
.bx_smart_searche .bx_item_block.all_result .all_result_button{
	display: block;
	font-size: 14px;
	text-decoration: none;
	margin: 0;
	line-height: 34px;
	letter-spacing: .5px;
	font-weight: normal;
}
.bx_smart_searche .bx_item_block_title {
	font-weight: bold;
	font-size: 16px;
	margin: 4px 8px;
	
	display:none;
}
.bx_smart_searche .bx_item_block_href {
	display: block;
	text-decoration: none;
	padding: 8px 12px;
	line-height: 14px;
}
.bx_smart_searche .bx_item_block_href:hover {
	background-color: #f6f6f6;
}
.bx_smart_searche .bx_item_block_hrline {
	border-bottom: 1px solid #eee;
}
.bx_item_block_item_clear {
	display: block;
	clear:both;
}
.bx_smart_searche .bx_item_block_item_info_wrap {
	display: block;
}
.bx_smart_searche .bx_item_block_item_info_wrap.wpic {
	padding-left: 39px;
}
.bx_item_block_item_info_wrap_flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bx_item_block_item_info_wrap_inner {
	display: flex;
	align-items: center;
	width: 100%;
    justify-content: space-between;
}
.bx_smart_searche .bx_item_block_item_info {
	display: block;
}
.bx_smart_searche .bx_item_block_href_category_title {
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 2px;
	display: inline-block;
	font-size: 12px;
}
.bx_smart_searche .bx_item_block_href_category_name {
	font-size: 15px;
	color: #222;
}
.bx_smart_searche .bx_item_block_item_image {
	width: 50px;
	height: 50px;
	float:left;
	margin-right: 10px;
	position: relative;
	color: #222;
}
	.bx_smart_searche .bx_item_block_item_image img, .bx_item_block_item_image svg {
		position: absolute;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
.bx_smart_searche .bx_item_block_item_name {
	color: #222;
	display: block;
	line-height: 17px;
	font-size: 15px;
}
.bx_smart_searche .bx_item_block_item_simple_name {
	color: #222;
	display: block;
	line-height: 17px;
}
.bx_smart_searche .bx_item_block_item_name b, .bx_smart_searche .bx_item_block_item_simple_name b {
	color: #222;
}
.bx_smart_searche .bx_item_block_item_price {
	float:right;
	text-align: right;
	color: #222;
	line-height: 17px;
	padding-left: 5px;
	font-size: 15px;
}
.bx_smart_searche .bx_item_block_item_price.bx_item_block_item_price_only_one {
	line-height: 34px;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_new {
	white-space: nowrap;
	font-weight: bold;
	display: block;
}
.bx_smart_searche .bx_item_block_item_price .bx_price_old {
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_smart_searche .bx_item_block_item_text {
	color: rgba(0, 0, 0, 0.7);
	display: block;
	margin-top: 8px;
	font-size: 13px;
	line-height: 15px;
}
.bx_smart_searche .bx_item_block_item_props {
	color: rgba(0, 0, 0, 0.7);
	display: block;
	font-size: 13px;
	line-height: 15px;
}
.bx_item_block_item_prop_item {
	display: block;
}
.bx_smart_no_result_find {
	padding: 0 8px 8px;
}

/* clear cross */
.bx-searchtitle .bx-searchtitle-clear {
	position: absolute;
	top: 1px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 4;
	display: none;
	font-size: 35px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	color: #000;
}
.bx-searchtitle .bx-searchtitle-clear:after{
	display: inline-block;
	content: "\00d7";
}

/* voice input */
.bx-searchtitle .bx-searchtitle-voice {
	position: absolute;
	top: 1px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 4;
	display: none;
	font-size: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.7);
}
	.bx-searchtitle .bx-searchtitle-voice svg {
		display: block;
		width: 22px;
		height: 22px;
		margin: 4px;
	}
	.bx-searchtitle .bx-searchtitle-voice.voice-show {
		display: block;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after, .bx-searchtitle .bx-searchtitle-voice.active::before {
		content: '';
		position: absolute;
		border: 3px solid #3D64FF;
		left: -20px;
		opacity: 0;
		right: -20px;
		top: -20px;
		bottom: -20px;
		border-radius: 50%;
		animation: searchpulse 2.5s linear infinite;
	}

	.bx-searchtitle .bx-searchtitle-voice.active::after {
		animation-delay: 1.25s;
	}

	@keyframes searchpulse {
		0% {
			transform: scale(0.5);
			opacity: 0;
		}
		50% {
			opacity: 1;
		}
		100% {
			transform: scale(1.2);
			opacity: 0;
		}
	}

/* preloader base */
.bx-searchtitle .bx-searchtitle-preloader {
	position: absolute;
	top: 2px;
	right: 110%;
	width: 30px;
	height: 30px;
	z-index: 5;
	display: none;
	/* display: block; */
}
.bx-searchtitle .bx-searchtitle-preloader.view {
	background: url(/local/components/arturgolubev/search.title/templates/.default/images/loader_orange.gif) center center no-repeat #fff;
}

/* blue */
.bx_smart_searche.theme-blue .bx_item_block_item_image {
	color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-input-group .bx-form-control {
	border-color:#0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-preloader.view {
	background-image: url(/local/components/arturgolubev/search.title/templates/.default/images/loader_blue.gif);
}
.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button {
	color: #0083d1;
}
	.bx_smart_searche.theme-blue .bx_item_block.all_result .all_result_button:hover {
		opacity: 0.8;
	}
.bx-searchtitle.theme-blue .bx-input-group-btn button {
	background-color: #0083d1;
	border-color: #0083d1;
	color: #FFF;
}
.bx-searchtitle.theme-blue .bx-input-group-btn button:hover {
	background-color: #5ca6e4;
	border-color: #5ca6e4;
	text-decoration: none;
}
.bx-searchtitle.theme-blue .bx-searchtitle-clear {
	color: #0083d1;
}
.bx-searchtitle.theme-blue .bx-searchtitle-voice svg path {
	fill: #0083d1;
}
/* black */
.bx_smart_searche.theme-black .bx_item_block_item_image {
	color:#333;
}
.bx-searchtitle.theme-black .bx-input-group .bx-form-control {
	border-color:#333;
}
.bx-searchtitle.theme-black .bx-searchtitle-preloader.view {
	background-image: url(/local/components/arturgolubev/search.title/templates/.default/images/loader_black.gif);
}
.bx_smart_searche.theme-black .bx_item_block.all_result .all_result_button{
	color: #333;
}
.bx-searchtitle.theme-black .bx-input-group-btn button {
	background-color: #333;
	border-color: #333;
	color: #FFF;
}
.bx-searchtitle.theme-black .bx-input-group-btn button:hover {
	background-color: #5c5c5c;
	border-color: #5c5c5c;
	text-decoration: none;
}
.bx_smart_searche.theme-black {
	/* border:1px solid #333; */
	border-top: 0 none;
	border-radius: 0 0 3px 3px;
}
.bx-searchtitle.theme-black .bx-searchtitle-clear {
	color: #333;
}
.bx-searchtitle.theme-black .bx-searchtitle-voice svg path {
	fill: #333;
}
/* green */
.bx_smart_searche.theme-green .bx_item_block_item_image {
	color:#159ebb;
}
.bx-searchtitle.theme-green .bx-input-group .bx-form-control {
	border-color:#159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-preloader.view {
	background-image: url(/local/components/arturgolubev/search.title/templates/.default/images/loader_green.gif);
}
.bx_smart_searche.theme-green .bx_item_block.all_result .all_result_button{
	color: #159ebb;
}
.bx-searchtitle.theme-green .bx-input-group-btn button {
	background-color: #159ebb;
	border-color: #159ebb;
	color: #FFF;
}
.bx-searchtitle.theme-green .bx-input-group-btn button:hover {
	background-color: #44b1c9;
	border-color: #44b1c9;
	text-decoration: none;
}
.bx-searchtitle.theme-green .bx-searchtitle-clear {
	color: #159ebb;
}
.bx-searchtitle.theme-green .bx-searchtitle-voice svg path {
	fill: #159ebb;
}
/* red */
.bx_smart_searche.theme-red .bx_item_block_item_image {
	color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group .bx-form-control {
	border-color:#E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-preloader.view {
	background-image: url(/local/components/arturgolubev/search.title/templates/.default/images/loader_red.gif);
}
.bx_smart_searche.theme-red .bx_item_block.all_result .all_result_button{
	color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-input-group-btn button {
	background-color: #E22B2B;
	border-color: #E22B2B;
	color: #FFF;
}
.bx-searchtitle.theme-red .bx-input-group-btn button:hover {
	background-color: #e95c5c;
	border-color: #e95c5c;
	text-decoration: none;
}
.bx-searchtitle.theme-red .bx-searchtitle-clear {
	color: #E22B2B;
}
.bx-searchtitle.theme-red .bx-searchtitle-voice svg path {
	fill: #E22B2B;
}
/* yellow */
.bx_smart_searche.theme-yellow .bx_item_block_item_image {
	color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group .bx-form-control {
	border-color:#F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-preloader.view {
	background-image: url(/local/components/arturgolubev/search.title/templates/.default/images/loader_yellow.gif);
}
.bx_smart_searche.theme-yellow .bx_item_block.all_result .all_result_button{
	color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button {
	background-color: #F9A91D;
	border-color: #F9A91D;
	color: #FFF;
}
.bx-searchtitle.theme-yellow .bx-input-group-btn button:hover {
	background-color: #faba4a;
	border-color: #faba4a;
	text-decoration: none;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-clear {
	color: #F9A91D;
}
.bx-searchtitle.theme-yellow .bx-searchtitle-voice svg path {
	fill: #F9A91D;
}

@media (max-width: 960px) {
	div.title-search-result {
		left: unset !important;
	}
}

@media (max-width: 960px) {
  div.title-search-result {
    position: fixed !important;
    left: 0 !important;
    width: 100vw !important;
    
    height: 280px !important;
    max-height: calc(100vh - 130px) !important;
    
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important; 
    overscroll-behavior: contain !important;

    padding-bottom: 20px;
    box-sizing: border-box;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?16935059784749*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/vertical/style.css?16935059782727*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */
#vertical-multilevel-menu li a
{
	display: block;
	text-decoration: none;
	color: #4F4F4F;
	font-weight:bold;
	padding: 5px;
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
}

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/.default/components/bitrix/menu/vertical/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/local/templates/.default/components/bitrix/menu/vertical/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/local/templates/.default/components/bitrix/menu/vertical/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/local/templates/.default/components/bitrix/menu/vertical/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/local/templates/.default/components/bitrix/menu/vertical/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/
* html ul#vertical-multilevel-menu li { float: left; height: 1%; }
* html ul#vertical-multilevel-menu li a { height: 1%; }
/* End */


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/main.register/main_new/style.css?1693505978463*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/local/templates/.default/components/bitrix/main.register/main_new/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/local/templates/.default/components/bitrix/main.register/main_new/images/sec-unlocked.png);}


/* End */


/* Start:/bitrix/components/bitrix/sender.subscribe/templates/footer-template/style.css?17750527177127*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}




/* окно пописки */

.custom-popup {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility .3s, opacity .3s linear;
    visibility: hidden;
    width: 100%;
}


.custom-popup_opened {
    display: flex;
    opacity: 1;
    visibility: visible;
	z-index: 9999999;
}

.custom-popup__close {
    background: url('/images/b2ce87edca05ba3f6a45.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border-style: none;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -25px;
    top: -20px;
    width: 20px;
}


.custom-form-container.custom-flex-direction{
max-width: 850px;
	flex-direction: row;
	gap: 30px;
	}


	.custom-form-container{
		max-width: 600px;
		margin: 15px auto 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		/*background-image: url('/upload/iblock/c42/isoatjj2yox6t9uun7j6cumbhdsg2lgm/2d45651a-a474-11e9-9458-d4ae52a67367_a656a650-1d5d-11ed-ae34-b03af61ad78a.resize2.jpg');*/
		background-repeat:no-repeat;
		background-size: contain;
		background-position: center;
		background-color: #fff;
		padding: 25px;
		border-radius: 5px;
		position: relative;
		z-index: 9999999;
	}

	.custom-form{
		width: 100%;
}

	.custom-form-flex{
		display: flex;
		gap: 30px;
	}

	.custom-form-btn-container{
    display: flex;
    justify-content: center;
}


.custom-form-description{
		text-align: center;
		background-color: rgba(251, 229, 214, 0.5);
		padding: 8px;
		margin-bottom: 10px;
    	width: 100%;
}


	.custom-form-description-header{
		font-size: 2em;
		line-height: 30px;
}

.custom-form-description p{
		font-size: 1em;
margin-top: 15px; 
}

	.custom-form-description span{
		color: #ED7D31;
}

	.custom-form-btn{
		background: #ED7D31; 
}

	.custom-form-btn:hover{
		background: #BD7546; 
}
	.custom-form-btn:before{
		background-color: #ED7D31; 
}



@media screen and (max-width: 576px){
	.custom-popup__close{
    right: 0px;
    top: -30px;
}

.custom-popup{
padding: 20px;
}

.custom-form-container.custom-flex-direction{
	flex-direction: column;
	}
}
/* End */


/* Start:/local/templates/index_main/template_styles.css?177884970663288*/
.card-about__content {
    font-size: 16px;
}

.button__pagen {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    transition: all .3s ease;
}

._hidden {
    opacity: 0;
    pointer-events: none;
}

.spares-content__item-links li .spares-expand-btn {
    cursor: pointer;
    display: inline;
    border-bottom: 1px dotted #faa61a;
    color: #faa61a;
}

.spares-content__item-links li:not(:first-child) {
    margin: 8px 0 0;
}

.card-info__btns-item._toCart {
    font-size: 17px;
    text-transform: inherit;
    font-weight: 500;
    height: 36px;
    padding: 9px 14px;
    color: white;

}

._spares-items__more {
    height: 32px;
}

._spares-items__page {
    height: 32px;
}

.card-info__btns-item._buy {
    position: relative;
    font-weight: 500;
    border: 1px solid #333333;

    font-size: 17px;
    height: 36px;
    padding: 9px 14px;
    text-transform: inherit;
}

.card-info__btns-item._like {

    height: 36px;
    padding: 9px 14px;
}

.breadcrumbs-body__item, .breadcrumbs-body__item a {
    font-size: 14px;
}

.breadcrumbs-body {
    flex-wrap: wrap;
}

.card-about__content tr {
    border: 1px solid black;

}

.card-about__content td {
    padding: 4px;
    border: 1px solid black;
}

.fa.fa-shopping-cart {
    margin-right: 10px;
}


.card-about__content table {
    border-collapse: collapse;
}

.card-info__btns-item._like {
    padding: 9px 6px;
    width: 36px;
}

#not_available {
    width: 148px;
    height: 31px;
    float: left;
    margin: 0;
    padding: 0;
    background: url(/local/templates/index_main/not_available_detail.png) left top no-repeat;
}

.not_available_catalog {
    width: 79px;
    height: 27px;
    margin: 0;
    padding: 0;
    background: url(/local/templates/index_main/not_available.png) left top no-repeat;
}

@media (max-width: 450px) {
    .main-slider__slider {
        height: auto !important;
        width: 100% !important;
        max-width: 390px !important;
    }
}

h1 {
    font-size: 24px;
    line-height: 51px;
}

h2 {
    font-size: 22px;
    line-height: 44px;
}

.goods-content__item-name {
    text-transform: initial;
}

.spares-top__title, .about-body__label {
    text-transform: initial;
}

.product-item-scu-title, .nozzle_size.product-item-scu-title {
    text-transform: initial !important;

}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

button, .button {
    display: inline-block;
    outline: none;
    color: #474747;
    vertical-align: middle;
    transition: 0.2s;
    text-decoration: none !important;
}


button:hover, .button:hover {
    box-shadow: inset 0px 100px rgba(255, 255, 255, 0.2);
    color: #fff;
}

.button-medium {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 14px !important;
}

.button-bordered {
    position: relative;
    color: #333333;
    background-color: transparent;
    padding: 6px 11px !important;
    overflow: hidden;
    border: none;
}

.button-bordered:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    border-radius: 2px;
}

.button-bordered:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 0px;
    padding: 50% 0px;
    background: #333333;
    opacity: 0.15;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.4s;
}

.button-bordered:hover {
    opacity: 0.8;
    color: #fff;
}

.button-bordered:hover:before {
    width: 100%;
    opacity: 1;
}

.button-bordered.button-medium {
    padding: 9px 14px !important;
    background: #ededed;
    border-radius: 5px;
}

.product-form .button-medium {
    margin: 0px 10px 10px 0px;
}

.product-form .winbox {
    vertical-align: middle;
    white-space: nowrap;
}

.product-form .winbox i {
    margin-right: 5px;
}

h4 {
    padding-top: 15px;
}

.stickers {
    position: absolute;
    z-index: 6;
}

.stickers .sticker {
    padding: 2px 9px 3px;
    display: inline-block;
    color: white;
    margin: 0 2px 4px;
}

.sticker_xit {
    background-color: #009410;
}

.sticker_novinka {
    background-color: #227fcc;
}

.sticker_raspodasha {
    background-color: #dda900;
}

/*! CSS Used fontfaces */
.sticker_sale {
    background-color: #f60038;
}

.footer-col:last-child {
    margin: 0 0 0 auto;

}

.divphoneajax a {
    color: black;
}

.divphoneajax {
    /*width: 150px;*/
	width: unset;
}

/*.events_none{*/
/*    opacity: 0;*/
/*    pointer-events: none;*/
/*}*/

@media (max-width: 767px) {
    .ajax_phone_mobile {
        margin: 0;
        order: 2;
        flex: 0 1 50%;
        text-align: right;
    }

    .header-top__btns-item.whatstap {
        display: flex;
    }
}

.ajax_phone_mobile a {
    color: black;
}

.header-top__btns-item.mail a {
    color: black;
}

.catalog-col_one {
    flex: 0 0 312px;
}

.catalog-col_two {
    flex: 1 1 100%;
    margin: 0 0 0 24px;
}

@media (max-width: 767px) {
    .catalog.catalog_contacts .catalog-col_two {
        margin: 32px 0 0;
    }
}

.footer-col.two {
    margin: 0 0 0 100px;

}

.footer-col.three {
    margin: 0 0 0 40px;
}

.footer-col.foor {
    margin: 0 0 0 auto;
}

.card-about__content {
    max-width: 100%;
}

@media (min-width: 768px) {
    .main.index {
        margin: 16px 0 0;
    }
}

.partners-body__item {
    border: 1px solid #DFDFDF;
    padding: 4px;
}

.partners-body .partners-body__item img {
    filter: grayscale(100%) opacity(60%);
}

.partners-body .partners-body__item img:hover {
    filter: unset;
}

.popup_detalka {
    z-index: 3550 !important;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.new_bg {
    opacity: 0.6;
}

.popup__detail_cart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 3500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.smart-filter-slider-handle.left {

    z-index: 100;
    margin-left: -21px;
    background: #fff;
    border: 2px solid #faa61a;
}

.smart-filter-slider-handle {
    position: absolute;
    top: -8px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.smart-filter-slider-handle.right {

    z-index: 100;
    margin-right: -21px;
    background: #fff;
    border: 2px solid #faa61a;
}

.smart-filter-slider-price-bar-v {
    background: #faa61a;
    z-index: 80;
}

.smart-filter-slider-price-bar-vn {
    z-index: 70;
}

.smart-filter-slider-price-bar-vd {
    z-index: 60;
    background: #faa61a;
}

.smart-filter-slider-track {
    position: relative;
    height: 4px;
    background: #e7e7e7;
}

#modef {
    display: none !important;
}

.smart-filter-slider-price-bar-vd {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar-vd {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar-vn {
    position: absolute;
    top: 0;
    bottom: 0;
}

.smart-filter-slider-price-bar-v {
    position: absolute;
    top: 0;
    bottom: 0;
}

.catalog-filter__title {
    margin-bottom: 26px;
}

.catalog-filter__checks .form-group:not(:first-child) {
    margin: 8px 0 0;
}

.smart-filter-slider-ruler {
    position: absolute;
    top: -6px;
    width: 1px;
    height: 17px;
    background: #a2bfc7;
}

.smart-filter-slider-ruler.p1 {
    left: -1px;
}

.smart-filter-slider-ruler.p2 {
    left: 25%;
}

.smart-filter-slider-ruler.p3 {
    left: 50%;
}

.smart-filter-slider-ruler.p4 {
    left: 75%;
}

.smart-filter-slider-ruler.p5 {
    right: -1px;
}

.smart-filter-slider-ruler span {
    position: absolute;
    top: -16px;
    left: 50%;
    display: block;
    margin-left: -50px;
    width: 100px;
    color: #919191;
    font-size: 12px;
    text-align: center;
}

._spares-items__page a.disabled svg path {
    stroke: #d9d9d9;
}

._spares-items__page a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: 52px;
    transition: all .3s ease;
}

._spares-items__page a[disabled] svg path {
    stroke: #d9d9d9;
}

._spares-items__page a:first-child {
    border-right: 1px solid #d9d9d9;
}

._spares-items__page a:last-child {
    border-right: 1px solid #d9d9d9;
}

._spares-items__page a:first-child svg {
    transform: scale(-1, 1);
}

.button__pagen {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 32px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    transition: all .3s ease;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-scu-item-text-block:hover, .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-color: var(--primary);
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-scu-item-text-block:hover, .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-color: var(--primary);
}

.bx-catalog-element .product-item-scu-title {
    font-family: "FuturaDemiC", Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

.bx-catalog-element .product-item-scu-list {
    margin: 0;
}

.bx-catalog-element .product-item-scu-list .product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-catalog-element .product-item-scu-list .product-item-scu-item-list .product-item-scu-item-text-container {
    min-width: 48px;
}

.bx-catalog-element .product-item-scu-list .product-item-scu-item-list .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    border-color: #faa61a;
}

.bx-catalog-element .product-item-scu-list .product-item-scu-item-list .product-item-scu-item-text-container .product-item-scu-item-text-block {
    position: relative;
    padding: 10px 5px;
    outline: none;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    cursor: pointer;
}

.bx-catalog-element .product-item-scu-list .product-item-scu-item-list .product-item-scu-item-text-container .product-item-scu-item-text-block .product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 18px;
}

/*! CSS Used from: https://specokraska.ru/local/assets/frontend/css/new_custom.css?16818465678387 */
.nozzle_size.product-item-scu-title {
    text-transform: uppercase;
}

/*! CSS Used fontfaces */
.reviews-comment-moderation a[data-action="ACTIVATE"] {
    color: black !important;
}

.card-content__slider {
    display: none;
}

.card-content__slider._activeoferrs {
    display: block;
}

.card-content__slider-small {
    display: none;
}

.card-content__slider-small._activeoferrs {
    display: block;
}

.card-info__price .prissing {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 4px;
    white-space: nowrap;
    font-weight: 500;
    text-align: right;
    font-size: 40px;
    line-height: 24px;
    color: #231f20;
}

.stickers.custom-font.detail {
    padding: 10px;
}

.card-info__price ._price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 0 4px;
    white-space: nowrap;
    font-weight: 500;
    text-align: right;
    font-size: 40px;
    line-height: 24px;
    color: #231f20;
}

.card-info__btns-item.favorita._isFavorite path {
    fill: #FAA61A;
}

.card-content__slider-small .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #d9d9d9 !important;
}

.spares-top__title {
    max-width: 750px;
  font-size: 24px;
  line-height: 51px;
  font-style: normal;
  font-weight: 600;
  color: #231f20;
}

.button__pagen_zaphasti {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 52px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    width: 100%;
    max-width: 480px;
    transition: all .3s ease;
}

._spares-items__item-btn svg:nth-child(2) {
    display: none;
}

._spares-items__item-btn._inCart svg:nth-child(1) {
    display: none;
}

._spares-items__item-btn._inCart svg:nth-child(2) {
    display: block;
}

.about-body__card-link a {
    margin: auto 0 0;
    font-size: 24px;
    font-family: Futura PT;
    font-weight: 500;
    color: #faa61a;
}

._hidden {
    opacity: 0;
    pointer-events: none;
}

.catalog.catalog_articles .article-menu__search div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0 0;
    padding: 0 16px;
    height: 50px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.catalog.catalog_articles .article-menu__search div input {
    width: 100%;
    font-family: "Futura PT";
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
}

.catalog.catalog_articles .article-menu__search div button {
    margin: 4px 0 0;
    flex: 0 0 auto;
    background-color: transparent;
}

.notfound-body__content-title {
    font-size: 12px;
}

.notfound-body__content-subtitle {
    font-size: 15px;
}

.notfound-body__links-title {
    font-size: 15px;
}

.notfound-body__links-item {
    font-size: 17px;
}

.card-similar__title {
    text-transform: initial;
}

.card-about {
    padding-bottom: 0;
    border-bottom: none;
}

.card-tabs.end {
    padding-bottom: 48px;
}

._spares-items__page a {
    width: 32px;
    color: black;
    font-weight: 400;
}

._spares-items__page span {
    width: 32px;
    color: black;
}

._spares-items__page span span.page-link {
    background-color: #faa61a;
    color: white;
    font-weight: 400;
}

#products-more {
    font-size: 19px;

}

._spares-items__page {
    margin: 0;
}

#products-more {
    padding-top: 3px;
    align-items: start;
}

.button-bordered.button-medium {
    padding-top: 7px !important;
}

.card-tabs__content .card-tabs__content-slider .swiper-slide {
    width: 264px;
}

.card-similar__slider .card-tabs__content-slider .swiper-slide {
    width: 264px;

}

/*! CSS Used from: Embedded */
.j9n, .nj9 {
    box-sizing: border-box;
    display: block;
    margin-bottom: 8px;
    word-break: break-word;
}

.j9n, .nj9 {
    position: relative;
}

.j9n {
    color: #707f8d;
}

.j9n:before {
    border-bottom: 1px dotted rgba(204, 214, 228, .6);
    bottom: .2em;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.n9j {
    align-items: flex-start;
    background: #fff;
    display: inline;
    padding-right: 3px;
    position: relative;
}

.nj9 {
    padding: 0 10px 0 3px;
}

.oj {
    margin-bottom: 8px;
    width: 100%;
}

.oj:not(.jo) {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.oj:not(.jo) .j9n, .oj:not(.jo) .nj9 {
    width: 50%;
}

.oj:last-child {
    margin-bottom: 0;
}

.nj5 {
    color: #001a34;
}

.n5j {
    align-items: baseline;
    display: flex;
    margin-bottom: 24px;
}

.nj6 {
    display: flex;
    flex-wrap: wrap;
}

.j8n {
    border-top: 1px solid rgba(204, 214, 228, .6);
    color: #707f8d;
    display: block;
    font-size: 12px;
    line-height: 20px;
    margin-top: 16px;
    padding-top: 12px;
}

.nj8 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

#section-characteristics {
    margin-top: 40px;
}

.prochent50 {
    width: calc(50%);

}

@media (max-width: 570px) {
    .nj6 {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .prochent50 {
        width: 100%;

    }

    .oj {
        justify-content: space-between;
    }

    .oj:not(.jo) .nj9 {
        width: auto;
    }

    .oj:not(.jo) .nj9 {
        width: unset;
    }

    .oj:not(.jo) {
        flex-wrap: nowrap;
    }

    .oj:not(.jo) .j9n, .oj:not(.jo) .nj9 {
        width: unset !important;
    }

    .oj {
        justify-content: space-between;
    }

    .j9n, .nj9 {
        word-break: initial;
    }

    .oj:not(.jo) {
        align-items: center;
    }

    .j9n::before {
        content: none;
    }
}

@media (max-width: 960px) {
    .divphoneajax {
        display: inline;
        width: auto;
    }
}

@media (max-width: 991px) {
    .breadcrumbs .container {
        display: flex;
        flex-direction: column;
    }

    .breadcrumbs .container .breadcrumbs__back {
        order: 2;
        margin-top: 10px;
    }

    .breadcrumbs-body {
        display: block;
    }

    .breadcrumbs-body__item, .breadcrumbs-body__item a {
        font-size: 12px;
		display: inline;
    }

    .discountsCurrent {
        overflow: hidden;
    }
}

.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block::after {
    content: none;
}


.b24-widget-button-wrapper {
    bottom: 75px !important;
}

.cart-body ruble::after, .w_rub::after {
    content: '₽' !important;
    font-family: "Futura PT" !important;
    font-weight: 500 !important;
}

.cart-item:nth-child(2) {
    border-top: 1px solid #d9d9d9;
}

.cart-item:nth-child(1) {
    border-top: none;
}

.cart-order__price ._value {
    height: 21px;
}

.cart-order__sum ._value {
    height: 21px;
}

.basket-coupon-alert.text-muted {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .main-banners__item {
        height: auto;
    }

    .main-banners__item img {
        object-fit: contain;
    }
}

@font-face {
    font-family: "Futura PT";
    font-display: swap;
    src: url(/local/templates/index_main/../fonts/arial.ttf) format("ttf");

    font-weight: 600;
    font-style: normal
}

.catalog {
    margin: 24px 0 27px;
}

.breadcrumbs {
    margin: 24px 0 20px;
}

.catalog-filter__checks.BRAND {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;

}

.catalog-filter__checks.COUNTRY {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;

}


.spares-top._catalog-top h1 {
    font-size: 24px;
}

#set_filter {
    padding: 9.5px 24px;
    text-transform: initial;
}

#del_filter {
    padding: 9.5px 24px;
    text-transform: initial;
}

.catalog-content__text h2 {
    margin-top: 16px;
    font-size: 20px;
}

@media (max-width: 500px) {
    .footer-copyrights {
        margin-top: 15px;
    }
}

.catalog-filter__checks .form-group:not(:first-child) {
    margin: 0;
}

.block_soplo_key:first-child {
    margin-right: 96px;

}

.catalog-filter__checks.MAKSIMALNOE_SOPLO {
    display: flex;
    flex-direction: row;
}

#order_form_content {
    display: flex;
}

.cart_order #ORDER_FORM {
    width: 100%;
}

#order_form_content {
    display: flex;
}

.cart_order-content .order-profile button {
    color: black;
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin: 164px 0 16px;
    }
}

@font-face {
    font-family: 'Roboto';
    src: url(/local/templates/index_main/fonts/robotomedium.woff2) format("woff2"), url(/local/templates/index_main/fonts/robotomedium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto700';
    src: url(/local/templates/index_main/fonts/Robotobold.woff2) format("woff2"), url(/local/templates/index_main/fonts/Robotobold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

.spares-top._catalog-top h1 {
    font-family: "Roboto700", "Arial", sans-serif;
    font-weight: 700;
    font-size: 24px;
}

.catalog-filter__title {
    text-transform: initial;
}

.itc-select_show .itc-select__dropdown {
    max-height: 500px;
}

._order-btn__next._blocked {
    pointer-events: none !important;
}

.main-body .main-submenu__content-title {
    text-transform: initial;

}

.card-info__amount {
    margin-top: 18px;
}

.card-info__amount-text {
    display: flex;
    justify-content: start;
    align-items: center;

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 100% */
}

.card-info__amount-text svg {
    margin-right: 8px;
}

.card-info__amount-text .--yellow {
    color: #FAA61A;
    margin-left: 5px;
}

.popup__amount {

}

.popup__amount .popup-window {
    padding: 64px 80px;
    box-sizing: border-box;
    border-radius: 10px;
}

.amount-popup__header {
    text-align: center;
    margin-bottom: 32px;
    color: #231F20;
    text-align: center;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: 'Futura PT';
    text-transform: initial;
}

.amount-popup__list {
    border-radius: 5px;
    border: 1px solid #EDEDED;
}

.amount-popup__item {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
    padding: 16px 24px;
    box-sizing: border-box;
}

.amount-popup__item:not(:last-child) {
    border-bottom: 1px solid #EDEDED;
}

.amount-popup__item.--headline {
    background: #F5F5F5;
}

.amount-popup__item-header {
    color: #919191;
    font-size: 16px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    font-family: 'Futura PT';
}

.amount-popup__item-link {
    color: #FAA61A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: 'Futura PT';
}

.amount-popup__item-count {
    text-align: center;
    color: #231F20;
    text-align: center;
    font-family: 'Futura PT';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (max-width: 1400px) {
    .popup__amount .popup-window {
        padding: 20px 10px 50px;
        /* width: 90%; */
    }

    .amount-popup__item {
        padding: 10px 15px;
    }

    .amount-popup__header {
        margin-bottom: 15px;
    }

    .amount-popup__list {
        max-height: 600px;
        overflow-y: auto;
    }

    #popup__amount .popup_detalka {
        max-height: 80vh;
    }

    .popup-window-close-icon::after {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 960px) {
    .popup__amount .popup-window {
        width: 90%;
    }
}

/*! CSS Used from: https://wazzup24.ru/wp-content/cache/wazzup24.ru/wpfc-minified/q6v9stds/e1huh.css ; media=all */
@media all {
    .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
        padding: 10px;
    }

    @media (max-width: 767px) {
        .elementor-column {
            width: 100%;
        }
    }
    .elementor *, .elementor :after, .elementor :before {
        box-sizing: border-box;
    }

    .elementor a {
        box-shadow: none;
        text-decoration: none;
    }

    .elementor img {
        height: auto;
        max-width: 100%;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .elementor-widget-wrap .elementor-element.elementor-widget__width-auto {
        max-width: 100%;
    }

    .elementor-element {
        --flex-direction: initial;
        --flex-wrap: initial;
        --justify-content: initial;
        --align-items: initial;
        --align-content: initial;
        --gap: initial;
        --flex-basis: initial;
        --flex-grow: initial;
        --flex-shrink: initial;
        --order: initial;
        --align-self: initial;
        flex-basis: var(--flex-basis);
        flex-grow: var(--flex-grow);
        flex-shrink: var(--flex-shrink);
        order: var(--order);
        align-self: var(--align-self);
    }

    .elementor-element:where(.e-con-full,.elementor-widget) {
        flex-direction: var(--flex-direction);
        flex-wrap: var(--flex-wrap);
        justify-content: var(--justify-content);
        align-items: var(--align-items);
        align-content: var(--align-content);
        gap: var(--gap);
    }

    .elementor-align-left {
        text-align: left;
    }

    .elementor-align-left .elementor-button {
        width: auto;
    }

    .elementor-section {
        position: relative;
    }

    .elementor-section .elementor-container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    @media (max-width: 1029px) {
        .elementor-section .elementor-container {
            flex-wrap: wrap;
        }
    }
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1140px;
    }

    .elementor-row {
        width: 100%;
        display: flex;
    }

    @media (max-width: 1029px) {
        .elementor-row {
            flex-wrap: wrap;
        }
    }
    .elementor-widget-wrap {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
        display: flex;
    }

    .elementor-widget-wrap > .elementor-element {
        width: 100%;
    }

    .elementor-widget {
        position: relative;
    }

    .elementor-widget:not(:last-child) {
        margin-bottom: 20px;
    }

    .elementor-widget:not(:last-child).elementor-widget__width-auto {
        margin-bottom: 0;
    }

    .elementor-column {
        position: relative;
        min-height: 1px;
        display: flex;
    }

    .elementor-column-wrap {
        width: 100%;
        position: relative;
        display: flex;
    }

    @media (min-width: 768px) {
        .elementor-column.elementor-col-25 {
            width: 25%;
        }
    }
    @media (max-width: 767px) {
        .elementor-column {
            width: 100%;
        }
    }
    .elementor-element .elementor-widget-container {
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    }

    .elementor-button {
        display: inline-block;
        line-height: 1;
        background-color: #818a91;
        font-size: 15px;
        padding: 12px 24px;
        border-radius: 3px;
        color: #fff;
        fill: #fff;
        text-align: center;
        transition: all .3s;
    }

    .elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
        color: #fff;
    }

    .elementor-button-content-wrapper {
        display: flex;
        justify-content: center;
    }

    .elementor-button-text {
        flex-grow: 1;
        order: 10;
        display: inline-block;
    }

    .elementor-button span {
        text-decoration: inherit;
    }

    .elementor-element {
        --swiper-theme-color: #000;
        --swiper-navigation-size: 44px;
        --swiper-pagination-bullet-size: 6px;
        --swiper-pagination-bullet-horizontal-gap: 6px;
    }

    @media (max-width: 767px) {
        .elementor .elementor-hidden-mobile {
            display: none;
        }
    }
    @media (min-width: 768px) and (max-width: 1029px) {
        .elementor .elementor-hidden-tablet {
            display: none;
        }
    }
    @media (min-width: 1030px) and (max-width: 99999px) {
        .elementor .elementor-hidden-desktop {
            display: none;
        }
    }
    .elementor-heading-title {
        padding: 0;
        margin: 0;
        line-height: 1;
    }

    .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
        color: inherit;
        font-size: inherit;
        line-height: inherit;
    }

    .elementor-widget-image {
        text-align: center;
    }

    .elementor-widget-image img {
        vertical-align: middle;
        display: inline-block;
    }
}

/*! CSS Used from: https://wazzup24.ru/wp-content/uploads/elementor/css/post-4938.css?ver=1679388271 ; media=all */
@media all {
    .elementor-kit-4938 a:hover {
        color: #4CAF50;
    }

    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1200px;
    }

    @media (max-width: 1029px) {
        .elementor-section.elementor-section-boxed > .elementor-container {
            max-width: 1024px;
        }
    }
    @media (max-width: 767px) {
        .elementor-section.elementor-section-boxed > .elementor-container {
            max-width: 767px;
        }
    }
}

/*! CSS Used from: Embedded */
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
    padding: 0;
}

/*! CSS Used from: https://wazzup24.ru/wp-content/uploads/elementor/css/post-33659.css?ver=1679388272 ; media=all */
@media all {
    .elementor-33659 .elementor-element.elementor-element-868a4fe > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px;
    }
}

/*! CSS Used from: https://wazzup24.ru/wp-content/uploads/elementor/css/post-27683.css?ver=1688476221 ; media=all */
@media all {
    .elementor-27683 .elementor-element.elementor-element-1cc4a8a > .elementor-container {
        max-width: 1200px;
    }

    .elementor-27683 .elementor-element.elementor-element-1cc4a8a {
        padding: 10px 0px 88px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-edae7a5 > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-edae7a5 > .elementor-element-populated > .elementor-widget-wrap {
        padding: 0px 0px 0px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-fc86d78 {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-fc86d78 .elementor-heading-title {
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 24px;
        font-weight: 700;
        line-height: 50px;
    }

    .elementor-27683 .elementor-element.elementor-element-fc86d78 > .elementor-widget-container {
        margin: 0px 0px 56px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-0fe61b4 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-0fe61b4 > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-0fe61b4 > .elementor-element-populated > .elementor-widget-wrap {
        padding: 0px 0px 0px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-fcb51d0 img {
        width: 78px;
        height: 78px;
    }

    .elementor-27683 .elementor-element.elementor-element-fcb51d0 > .elementor-widget-container {
        margin: 0px 0px 15px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-3ecaf6e {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-3ecaf6e .elementor-heading-title {
        color: #212121;
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }

    .elementor-27683 .elementor-element.elementor-element-3ecaf6e > .elementor-widget-container {
        margin: 0px 0px 24px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-f604894 {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-f604894 .elementor-heading-title {
        color: #4E4E4E;
        font-family: "Roboto";
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
    }

    .elementor-27683 .elementor-element.elementor-element-f604894 > .elementor-widget-container {
        padding: 0px 0px 32px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-83f6832 .elementor-button {
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        background-color: #4CAF50;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 13px 20px 0px rgba(118, 196, 125, 0.3);
        padding: 15px 24px 15px 24px;
    }

    .elementor-27683 .elementor-element.elementor-element-83f6832 .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-83f6832 .elementor-button:focus {
        color: #FFFFFF;
        background-color: #4CAF50;
    }

    .elementor-27683 .elementor-element.elementor-element-83f6832 > .elementor-widget-container {
        padding: 0px 0px 24px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-83f6832 {
        width: auto;
        max-width: auto;
    }

    .elementor-27683 .elementor-element.elementor-element-d19a3f3 .elementor-button {
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        background-color: #4CAF50;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 13px 20px 0px rgba(118, 196, 125, 0.3);
        padding: 15px 24px 15px 24px;
    }

    .elementor-27683 .elementor-element.elementor-element-d19a3f3 .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-d19a3f3 .elementor-button:focus {
        color: #FFFFFF;
        background-color: #4CAF50;
    }

    .elementor-27683 .elementor-element.elementor-element-d19a3f3 > .elementor-widget-container {
        padding: 0px 0px 24px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-d19a3f3 {
        width: auto;
        max-width: auto;
    }

    .elementor-27683 .elementor-element.elementor-element-0153e84 {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-0153e84 .elementor-heading-title {
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    .elementor-27683 .elementor-element.elementor-element-0153e84 > .elementor-widget-container {
        padding: 0px 0px 20px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-c6b6cf5 img {
        width: 164px;
        height: 164px;
    }

    .elementor-27683 .elementor-element.elementor-element-25a5b30 img {
        width: 79px;
        height: 101px;
    }

    .elementor-27683 .elementor-element.elementor-element-81fcfc4 > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-81fcfc4 > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-81fcfc4 > .elementor-element-populated > .elementor-widget-wrap {
        padding: 0px 0px 0px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-d9d8661 img {
        width: 78px;
        height: 78px;
    }

    .elementor-27683 .elementor-element.elementor-element-d9d8661 > .elementor-widget-container {
        margin: 0px 0px 15px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-4912022 {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-4912022 .elementor-heading-title {
        color: #212121;
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 24px;
        font-weight: 600;
        line-height: 34px;
    }

    .elementor-27683 .elementor-element.elementor-element-4912022 > .elementor-widget-container {
        margin: 0px 0px 24px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-4a67f7b {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-4a67f7b .elementor-heading-title {
        color: #4E4E4E;
        font-family: "Roboto";
        font-size: 17px;
        font-weight: 400;
        line-height: 27px;
    }

    .elementor-27683 .elementor-element.elementor-element-4a67f7b > .elementor-widget-container {
        padding: 0px 0px 32px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button {
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        background-color: #24A1DE;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 13px 20px 0px rgba(35.99999999999998, 161, 222, 0.3);
        padding: 15px 24px 15px 24px;
    }
	
	.elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button-max {
        /*background-color: #A670DD;*/
		background-image: linear-gradient(90deg, #1DB7F3, #5F3AEF);
    }

    .elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button:focus {
        color: #FFFFFF;
        background-color: #0088CC;
    }
	
	.elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button-max:hover, .elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button-max:focus {
        background-color: #8F44DB;
    }

    .elementor-27683 .elementor-element.elementor-element-5e672ab > .elementor-widget-container {
        padding: 0px 0px 24px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-5e672ab {
        width: auto;
        max-width: auto;
    }

    .elementor-27683 .elementor-element.elementor-element-143a7a1 .elementor-button {
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        background-color: #24A1DE;
        border-radius: 5px 5px 5px 5px;
        box-shadow: 0px 13px 20px 0px rgba(35.99999999999998, 161, 222, 0.3);
        padding: 15px 24px 15px 24px;
    }
	
	.elementor-27683 .elementor-element.elementor-element-143a7a1 .elementor-button-max {
        /*background-color: #A670DD;*/
		background-image: linear-gradient(90deg, #1DB7F3, #5F3AEF);
    }

    .elementor-27683 .elementor-element.elementor-element-143a7a1 .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-143a7a1 .elementor-button:focus {
        color: #FFFFFF;
        background-color: #0088CC;
    }

    .elementor-27683 .elementor-element.elementor-element-143a7a1 > .elementor-widget-container {
        padding: 0px 0px 24px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-143a7a1 {
        width: auto;
        max-width: auto;
    }

    .elementor-27683 .elementor-element.elementor-element-981e711 {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-981e711 .elementor-heading-title {
        font-family: "Futura PT", Arial, Helvetica, sans-serif;

        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
    }

    .elementor-27683 .elementor-element.elementor-element-981e711 > .elementor-widget-container {
        padding: 0px 0px 20px 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-d93da03 img {
        width: 164px;
        height: 164px;
    }

    .elementor-27683 .elementor-element.elementor-element-d00e4b1 img {
        width: 79px;
        height: 101px;
    }

    .elementor-27683 .elementor-element.elementor-element-cd2172d > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
        margin-bottom: 0px;
    }

    .elementor-27683 .elementor-element.elementor-element-90beb16 {
        text-align: center;
    }

    .elementor-27683 .elementor-element.elementor-element-90beb16 .elementor-heading-title {
        color: #212121;
        font-family: "Roboto";
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }

    .elementor-27683 .elementor-element.elementor-element-90beb16 > .elementor-widget-container {
        padding: 40px 0px 0px 0px;
    }

    @media (max-width: 767px) {
        .elementor-27683 .elementor-element.elementor-element-1cc4a8a > .elementor-container {
            max-width: 320px;
        }

        .elementor-27683 .elementor-element.elementor-element-1cc4a8a {
            padding: 0 0px 80px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-fc86d78 .elementor-heading-title {
            font-size: 17px;
            line-height: 34px;
        }

        .elementor-27683 .elementor-element.elementor-element-fc86d78 > .elementor-widget-container {
            margin: 0px 0px 32px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-fcb51d0 img {
            width: 56px;
            height: 56px;
        }

        .elementor-27683 .elementor-element.elementor-element-fcb51d0 > .elementor-widget-container {
            margin: 0px 0px 20px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-3ecaf6e .elementor-heading-title {
            font-size: 20px;
            line-height: 28px;
        }

        .elementor-27683 .elementor-element.elementor-element-3ecaf6e > .elementor-widget-container {
            margin: 0px 0px 8px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-f604894 .elementor-heading-title {
            font-size: 16px;
            line-height: 26px;
        }

        .elementor-27683 .elementor-element.elementor-element-f604894 > .elementor-widget-container {
            padding: 0px 0px 16px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-83f6832 .elementor-button {
            font-size: 14px;
            line-height: 22px;
            padding: 14px 20px 14px 20px;
        }

        .elementor-27683 .elementor-element.elementor-element-83f6832 > .elementor-widget-container {
            padding: 0px 0px 36px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-d19a3f3 .elementor-button {
            font-size: 14px;
            line-height: 22px;
            padding: 14px 20px 14px 20px;
        }

        .elementor-27683 .elementor-element.elementor-element-d19a3f3 > .elementor-widget-container {
            padding: 0px 0px 36px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-d9d8661 img {
            width: 56px;
            height: 56px;
        }

        .elementor-27683 .elementor-element.elementor-element-d9d8661 > .elementor-widget-container {
            margin: 0px 0px 20px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-4912022 .elementor-heading-title {
            font-size: 20px;
            line-height: 28px;
        }

        .elementor-27683 .elementor-element.elementor-element-4912022 > .elementor-widget-container {
            margin: 0px 0px 8px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-4a67f7b .elementor-heading-title {
            font-size: 16px;
            line-height: 26px;
        }

        .elementor-27683 .elementor-element.elementor-element-4a67f7b > .elementor-widget-container {
            padding: 0px 0px 16px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button {
            font-size: 14px;
            line-height: 22px;
            padding: 14px 20px 14px 20px;
        }

        .elementor-27683 .elementor-element.elementor-element-5e672ab > .elementor-widget-container {
            padding: 0px 0px 0px 0px;
        }

        .elementor-27683 .elementor-element.elementor-element-143a7a1 .elementor-button {
            font-size: 14px;
            line-height: 22px;
            padding: 14px 20px 14px 20px;
        }

        .elementor-27683 .elementor-element.elementor-element-143a7a1 > .elementor-widget-container {
            padding: 0px 0px 0px 0px;
        }
    }
    .elementor-27683 .elementor-element.elementor-element-edae7a5 {
        width: 100%;
    }

    .elementor-27683 .elementor-element.elementor-element-83f6832 .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-83f6832 .elementor-button:active {
        box-shadow: 0px 13px 20px rgba(118, 196, 125, 0.55);
        transition-duration: 0.5s;
    }

    .elementor-27683 .elementor-element.elementor-element-83f6832 {
        margin: 0 auto;
        cursor: pointer;
    }

    .elementor-27683 .elementor-element.elementor-element-5e672ab {
        cursor: pointer;
    }

    .elementor-27683 .elementor-element.elementor-element-83f6832 a {
        width: 224px;
    }

    @media screen and (max-width: 1199px) {
        .elementor-27683 .elementor-element.elementor-element-83f6832 {
            margin: 0 auto;
        }

        .elementor-27683 .elementor-element.elementor-element-83f6832 a {
            width: 250px;
            height: 50px;
        }
    }
    .elementor-27683 .elementor-element.elementor-element-d19a3f3 .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-d19a3f3 .elementor-button:active {
        box-shadow: 0px 13px 20px rgba(118, 196, 125, 0.55);
        transition-duration: 0.5s;
    }

    .elementor-27683 .elementor-element.elementor-element-d19a3f3 {
        margin: 0 auto;
        cursor: pointer;
    }

    .elementor-27683 .elementor-element.elementor-element-d19a3f3 a {
        width: 224px;
    }

    @media screen and (max-width: 1199px) {
        .elementor-27683 .elementor-element.elementor-element-d19a3f3 {
            margin: 0 auto;
        }

        .elementor-27683 .elementor-element.elementor-element-d19a3f3 a {
            width: 250px;
            height: 50px;
        }
    }
    .elementor-27683 .elementor-element.elementor-element-0153e84 span .wz-green {
        color: #4CAF50;
    }

    .elementor-27683 .elementor-element.elementor-element-25a5b30 {
        position: absolute;
        left: calc(50% + 83px);
        top: 284px;
        width: 79px;
    }

    /*.elementor-27683 .elementor-element.elementor-element-0fe61b4 {
        width: 282px;
        margin-right: 120px;
        margin-left: auto;
    }*/
	
	.elementor-27683 .elementor-element.elementor-element-0fe61b4 {
        width: 272px;
        margin-right: auto;
        margin-left: 120px;
    }

    @media screen and (max-width: 1199px) {
        .elementor-27683 .elementor-element.elementor-element-0fe61b4 {
            width: 100%;
			margin: 0;
			margin-top: 30px;
            /*margin-right: 0;*/
        }
    }
    .elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-5e672ab .elementor-button:active {
        box-shadow: 0px 13px 20px rgba(0, 136, 204, 0.3);
        transition-duration: 0.5s;
    }

    .elementor-27683 .elementor-element.elementor-element-5e672ab {
        margin: 0 auto;
    }

    .elementor-27683 .elementor-element.elementor-element-5e672ab a {
        width: 224px;
    }

    @media screen and (max-width: 1199px) {
        .elementor-27683 .elementor-element.elementor-element-5e672ab {
            margin: 0 auto;
        }

        .elementor-27683 .elementor-element.elementor-element-5e672ab a {
            width: 250px;
            height: 50px;
        }
    }
    .elementor-27683 .elementor-element.elementor-element-143a7a1 .elementor-button:hover, .elementor-27683 .elementor-element.elementor-element-143a7a1 .elementor-button:active {
        box-shadow: 0px 13px 20px rgba(0, 136, 204, 0.3);
        transition-duration: 0.5s;
    }

    .elementor-27683 .elementor-element.elementor-element-143a7a1 {
        margin: 0 auto;
    }

    .elementor-27683 .elementor-element.elementor-element-143a7a1 a {
        width: 224px;
    }

    @media screen and (max-width: 1199px) {
        .elementor-27683 .elementor-element.elementor-element-143a7a1 {
            margin: 0 auto;
        }

        .elementor-27683 .elementor-element.elementor-element-143a7a1 a {
            width: 250px;
            height: 50px;
        }
    }
    .elementor-27683 .elementor-element.elementor-element-981e711 span .wz-blue {
        color: #24A1DE;
    }
	
	.elementor-27683 .elementor-element.elementor-element-981e711 span .wz-purple {
        color: #3E78F1;
    }

    .elementor-27683 .elementor-element.elementor-element-d00e4b1 {
        position: absolute;
        left: calc(50% + 83px);
        top: 284px;
        width: 79px;
    }

    /*.elementor-27683 .elementor-element.elementor-element-81fcfc4 {
        width: 272px;
        margin-right: auto;
    }*/
	
	.elementor-27683 .elementor-element.elementor-element-81fcfc4 {
        width: 272px;
		margin-right: 120px;
		margin-left: auto;
    }
	
	.elementor-27683 .elementor-element.elementor-element-81fcfc4-max {
        margin: 0;
    }

    @media screen and (max-width: 1199px) {
        .elementor-27683 .elementor-element.elementor-element-81fcfc4 {
            width: 100%;
			margin: 0;
			margin-top: 30px;
        }
    }
    .elementor-27683 .elementor-element.elementor-element-90beb16 .elementor-heading-title a {
        color: #4CAF50;
    }

    .elementor-27683 .elementor-element.elementor-element-cd2172d {
        width: 100%;
    }

    .elementor-27683 .elementor-element.elementor-element-1cc4a8a .elementor-row {
        flex-wrap: wrap;
    }
}


@media (min-width: 500px) {
    .amount-popup__item-link {
        font-size: 14px;

    }

}

.card-about__new-reviews {
    max-width: 780px;
    width: 100%;
}

.card-about__new-reviews {

}

.card-about__new-reviews__header {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6000000238418579px;
    display: block;
    margin-bottom: 40px;
}

.card-about__new-reviews__items {

}

.card-about__new-reviews__items.active .card-about__new-reviews__item {
    display: flex;
}

.card-about__new-reviews__item {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 100%;
    display: none;
}

.card-about__new-reviews__item:nth-child(3),
.card-about__new-reviews__item:nth-child(2),
.card-about__new-reviews__item:nth-child(1) {
    display: flex;
}

.card-about__new-reviews__item.--no-content {
    align-items: center;
}

.card-about__new-reviews__item:not(:last-child) {
    margin-bottom: 40px;
}

.card-about__new-reviews__img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    flex-shrink: 0;
}

.card-about__new-reviews__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-about__new-reviews__desc {
    width: 100%;
}

.card-about__new-reviews__headline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.card-about__new-reviews__headline-info {
    display: flex;
    justify-content: start;
    align-items: center;
}

.card-about__new-reviews__name {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.6000000238418579px;
    margin-right: 4px;
}

.card-about__new-reviews__rating {
    display: flex;
    justify-content: start;
    align-items: center;
}

.card-about__new-reviews__rating[data-rate="1"] .card-about__new-reviews__rating-star:nth-child(1) {
    filter: grayscale(0);
}

.card-about__new-reviews__rating[data-rate="2"] .card-about__new-reviews__rating-star:nth-child(2),
.card-about__new-reviews__rating[data-rate="2"] .card-about__new-reviews__rating-star:nth-child(1) {
    filter: grayscale(0);
}

.card-about__new-reviews__rating[data-rate="3"] .card-about__new-reviews__rating-star:nth-child(3),
.card-about__new-reviews__rating[data-rate="3"] .card-about__new-reviews__rating-star:nth-child(2),
.card-about__new-reviews__rating[data-rate="3"] .card-about__new-reviews__rating-star:nth-child(1) {
    filter: grayscale(0);
}

.card-about__new-reviews__rating[data-rate="4"] .card-about__new-reviews__rating-star:nth-child(4),
.card-about__new-reviews__rating[data-rate="4"] .card-about__new-reviews__rating-star:nth-child(3),
.card-about__new-reviews__rating[data-rate="4"] .card-about__new-reviews__rating-star:nth-child(2),
.card-about__new-reviews__rating[data-rate="4"] .card-about__new-reviews__rating-star:nth-child(1) {
    filter: grayscale(0);
}

.card-about__new-reviews__rating[data-rate="5"] .card-about__new-reviews__rating-star:nth-child(5),
.card-about__new-reviews__rating[data-rate="5"] .card-about__new-reviews__rating-star:nth-child(4),
.card-about__new-reviews__rating[data-rate="5"] .card-about__new-reviews__rating-star:nth-child(3),
.card-about__new-reviews__rating[data-rate="5"] .card-about__new-reviews__rating-star:nth-child(2),
.card-about__new-reviews__rating[data-rate="5"] .card-about__new-reviews__rating-star:nth-child(1) {
    filter: grayscale(0);
}

.card-about__new-reviews__rating-star {
    /* width: 14px; */
    /* height: 13px; */
    filter: grayscale(1);
}

.card-about__new-reviews__rating-star:not(:last-child) {
    margin-right: 4px;
}

.card-about__new-reviews__rating-star img {
    /* display: block; */
    /* width: 100%;
    height: 100%; */
}

.card-about__new-reviews__headline-date {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    color: #6d6e71;
}

.card-about__new-reviews__content {

}

.card-about__new-reviews__more {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 16px;
    border: 1px solid #EDEDED;
    text-align: center;
    color: #231f20;
}

.read-more {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #faa61a;
    display: inline-block;
    margin-top: 8px;
}

.card-about__new-reviews-bottom {

}

.card-about__new-reviews__form {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    margin-top: 40px;
}

.card-about__new-reviews__form-header {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.51px;
    padding: 16px 24px;
    background: #f5f5f5;
    text-transform: uppercase;
}

.card-about__new-reviews__form-body {
    padding: 24px;
}

.card-about__new-reviews__form-input {
    border: 1px solid #D9D9D9;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 450;
    line-height: 20.51px;
    color: #000;
    max-width: 400px;
    width: 100%;
    display: block;
    border-radius: 5px;
}

.card-about__new-reviews__form-rate {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 32px 0;
}

.card-about__new-reviews__form-rate__header {
    font-size: 16px;
    font-weight: 450;
    line-height: 20.51px;
    color: #231f20;
    margin-right: 10px;
}

.card-about__new-reviews__form-rate__body {
    display: flex;
    justify-content: start;
    align-items: center;
}

.card-about__new-reviews__form-rate__label {
    position: relative;
    cursor: pointer;
}

.card-about__new-reviews__form-radio {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.card-about__new-reviews__form-rate__label.active .card-about__new-reviews__form-star,
.card-about__new-reviews__form-radio:checked + .card-about__new-reviews__form-star {
    filter: grayscale(0);
}

.card-about__new-reviews__form-star {
    width: 18px;
    height: 17px;
    filter: grayscale(1);
}

.card-about__new-reviews__form-area {
    border: 1px solid #D9D9D9;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 450;
    line-height: 20.51px;
    color: #000;
    width: 100%;
    display: block;
    border-radius: 5px;
    resize: none;
    margin-top: 32px;
    margin-bottom: 32px;
}

.card-about__new-reviews__form-terms {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #919191;
    margin-bottom: 32px;
}

.card-about__new-reviews__form-submit {
    font-size: 16px;
    font-weight: 500;
    line-height: 20.51px;
    margin-left: auto;
    display: block;
}

.red {
    color: #FF0000;
}

@media screen and (max-width: 768px) {
    .card-about__new-reviews__item {
        flex-direction: column;
    }

    .card-about__new-reviews__headline {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        margin: 20px 0 10px;
    }

    .card-about__new-reviews__headline-date {
        margin-bottom: 10px;
    }

    .card-about__new-reviews__form-body {
        padding: 10px 5px;
    }

    .card-about__new-reviews__form-header {
        padding: 10px 5px;
    }
}


/* окно пописки */

.popup {
    align-items: center;
    background: rgba(0, 0, 0, .5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: visibility .3s, opacity .3s linear;
    visibility: hidden;
    width: 100%;
}


.popup_opened {
    display: flex;
    opacity: 1;
    visibility: visible;
}


.custom-form-container {
    max-width: 600px;
    margin: 15px auto 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-image: url('/upload/iblock/c42/isoatjj2yox6t9uun7j6cumbhdsg2lgm/2d45651a-a474-11e9-9458-d4ae52a67367_a656a650-1d5d-11ed-ae34-b03af61ad78a.resize2.jpg');*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
    position: relative;
    z-index: 9999999;
}

.custom-form {
    width: 100%;
}

.custom-form-flex {
    display: flex;
    gap: 30px;
}

.custom-form-btn-container {
    display: flex;
    justify-content: center;
}


.custom-form-description {
    text-align: center;
    background-color: rgba(251, 229, 214, 0.5);
    padding: 8px;
    margin-bottom: 10px;
    width: 100%;
}


.custom-form-description-header {
    font-size: 2em;
}

.custom-form-description p {
    font-size: 1em;
}

.custom-form-description span {
    color: #ED7D31
}

.custom-form-btn {
    background: #ED7D31;
}

.custom-form-btn:hover {
    background: #BD7546;
}

.custom-form-btn:before {
    background-color: #ED7D31;
}

.sticker_pred {
    background-color: red;
}

.available_catalog {
    width: 100px;
    height: 27px;
    margin: 0;
    padding: 0;
    object-fit: contain;
}

.popup-window {
    .popup-window-buttons {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 10px;
    }
}

.footer-pay_icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-top: 35px;
}

.footer-pay_icons .item_icon {
    width: calc((100% - 15px * 3) / 4);
}

.footer-pay_icons .item_icon img {
    width: 65px;
    height: auto;
}

.bx-searchtitle {
    min-width: 38%;
}

.bx-searchtitle .bx-searchtitle-clear {
    top: 5px;
}

@media (max-width: 960px) {
	.bx-searchtitle {
		width: 100%;
	}
}
/* End */
/* /local/templates/index_main/css/style.min.css?1777985871272955 */
/* /local/templates/index_main/css/geo.css?17537850395646 */
/* /local/templates/index_main/css/fontAwesome.css?176200036039738 */
/* /local/templates/index_main/css/header_search.css?16935059792118 */
/* /local/components/arturgolubev/search.title/templates/.default/style.css?178100507215418 */
/* /local/templates/.default/components/bitrix/sale.basket.basket.line/.default/style.css?16935059784749 */
/* /local/templates/.default/components/bitrix/menu/vertical/style.css?16935059782727 */
/* /local/templates/.default/components/bitrix/main.register/main_new/style.css?1693505978463 */
/* /bitrix/components/bitrix/sender.subscribe/templates/footer-template/style.css?17750527177127 */
/* /local/templates/index_main/template_styles.css?177884970663288 */
