.good .breadcrumbs {
    width: 100%;
}
/*.good .breadcrumbs > * {
    position: relative;
    z-index: 1;
}
.good .breadcrumbs:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 21px;
}*/
.good-main.good__wrapper {
    min-height: initial;
}
.good-main__gallery .breadcrumbs {
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 0;
}
.cars .good .breadcrumbs {
    width: 100%;
}
.cars .good_side {
    margin-top: 0 !important;
}
.good-main-gallery {
    position: relative;
}
.good-main {
    display: flex;
    flex-wrap: wrap;
}
.good-main .good__title {
    flex: 1 1 100%;
    margin: -5px 0 5px;
    padding: 0;
    word-break: break-word;
}
.good-main__gallery {
    position: relative;
    flex-shrink: 0;
    width: 465px;
}
.good-main .good-main__info {
    width: auto;
    margin-left: 0;
    position: relative;
    top: auto;
    right: auto;
    flex: 1;
    padding-left: 10px;
    min-height: initial;
}

.good-main-gallery__main {

}
.good-main-gallery__main .swiper-slide {
    height: auto;
}
.good-main-gallery__item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 350px;
}
.good-main-gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.good-main-gallery__thumbs {
    position: relative;
    margin-top: 1px;
}
.good-main-gallery__thumbs .swiper-slide {
    height: auto;
}
.good-main-gallery__thumb {
    position: relative;
    display: block;
    height: 65px;
    /*border: 1px solid #FFF;*/
}
.good-main-gallery__thumb:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}
.good-main-gallery__thumbs .swiper-slide-thumb-active .good-main-gallery__thumb {
    /*border-color: #4eb4f4;*/
}
.good-main-gallery__thumbs .swiper-slide-thumb-active .good-main-gallery__thumb:after {
    opacity: 0;
}
.good-main-gallery__thumbs .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.good-main-gallery__next,
.good-main-gallery__prev {
    outline: 0;
    padding: 0;
    border: 0;
    background: transparent !important;
    color: #FFF;
    position: absolute;
    top: 0;
    bottom: 65px;
    margin: auto 0;
    z-index: 1;
    width: 48px;
    height: 48px;
    opacity: 0;
    transition: all 150ms ease;
}
.good-main-gallery__next:active,
.good-main-gallery__prev:active,
.good-main-gallery__next:focus,
.good-main-gallery__prev:focus{
    background: transparent !important;
}
.good-main-gallery__next:disabled,
.good-main-gallery__prev:disabled {
    display: none !important;
}
.good-main-gallery:hover .good-main-gallery__next,
.good-main-gallery:hover .good-main-gallery__prev {
    opacity: 1;
}
.good-main-gallery__next {
    right: 0;
}
.good-main-gallery__prev {
    left: 0;
}
.good-main-gallery__next svg,
.good-main-gallery__prev svg{
    width: 48px;
    height: 48px;
}
.good-main-gallery__next:hover,
.good-main-gallery__prev:hover {
    background: transparent !important;
    color: #4eb4f4;
}

.good-main-gallery__next-thumb,
.good-main-gallery__prev-thumb {
    width: 32px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.4);
    color: #fff;
    outline: 0;
    border: 0;
    padding: 0;
    z-index: 1;
    opacity: .6;
    transition: all 150ms ease;
}
.good-main-gallery__next-thumb svg,
.good-main-gallery__prev-thumb svg {
    width: 32px;
    height: 32px;
}
.good-main-gallery__next-thumb:active,
.good-main-gallery__prev-thumb:active,
.good-main-gallery__next-thumb:focus,
.good-main-gallery__prev-thumb:focus{
    background: rgba(0,0,0,.4) !important;
}
.good-main-gallery__next-thumb:disabled,
.good-main-gallery__prev-thumb:disabled {
    display: none !important;
}
.good-main-gallery__next-thumb:hover,
.good-main-gallery__prev-thumb:hover {
    color: #fff;
    background: rgba(0,0,0,.4) !important;
    opacity: 1;
}

.good-main-gallery__next-thumb {
    right: 0;
}
.good-main-gallery__prev-thumb {
    left: 0;
}
.good-main-gallery__next-thumb svg,
.good-main-gallery__prev-thumb svg{
    width: 32px;
    height: 32px;
}

.good-main-share {
    display: flex;
    gap: 1px;
    width: 200px;
    margin-top: 10px;
}
.good-main-share__item {
    position: relative;
    flex: 1;
}
.good-main-share__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    user-select: none;
    outline: 0;
    border: 0;
    color: #fff;
    background: #22a0ef;
    font-size: 14px;
    line-height: 24px;
    padding: 6px 12px;
    border-radius: 0;
}
.good-main-share__item:first-child .good-main-share__button {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}
.good-main-share__item:last-child .good-main-share__button {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.good-main-share__button svg {
    width: 24px;
    height: 24px;
    display: block;
}
.good-main-share__button:hover {
    text-decoration: none;
    color: #fff;
    background: #4eb4f4;
}
.good-main-share__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: -65px;
    right: 0;
    z-index: 1;
    background: #fff;
    margin-top: 10px;
    border-radius: 12px;
    padding: 12px 0;
}
.good-main-share__dropdown a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    padding: 8px 12px;
    text-decoration: none;
    user-select: none;
}
.good-main-share__dropdown a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    flex-shrink: 0;
}
.good-main-share__dropdown a:hover {
    text-decoration: none;
    background: #ececf3;
}
.good-main-share__item.--open .good-main-share__dropdown {
    display: block;
}

.good-main-groups {
    flex: 1 1 100%;
    margin-bottom: 16px;
}
.good-main-groups__header {
    position: relative;
    display: flex;
    align-items: center;
}
.good-main-groups__header > *:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.good-main-groups__header > *:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.good-main-groups__toggle {
    display: block;
    position: relative;
    flex: 1;
    border: 1px solid #dfdfdf;
    color: #2c2c2c;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    outline: 0;
    text-decoration: none;
    padding: 6px 10px 6px 30px;
    text-align: left;
}
.good-main-groups__toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
    transform: rotate(45deg);
}
.good-main-groups__toggle:hover,
.good-main-groups__toggle:active{
    background: #e8e8e8;
    color: #2c2c2c;
}
.good-main-groups__toggle.--opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.good-main-groups__toggle.--opened + .good-main-groups__more {
    border-bottom-right-radius: 0;
}
.good-main-groups__toggle.--opened:before {
    transform: rotate(-135deg);
    top: 12px;
}

.good-main-groups__more {
    position: relative;
    display: block;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #dfdfdf;
    color: #2c2c2c;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    outline: 0;
    text-decoration: none;
    padding: 6px 30px 6px 10px;
}
.good-main-groups__more:after {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #7f7f7f;
    border-right: 2px solid #7f7f7f;
    transform: rotate(-45deg);
}
.good-main-groups__more:hover {
    background: #e8e8e8;
    color: #2c2c2c;
}
.good-main-groups__content {
    max-height: 0;
    overflow: hidden;
    transition: all 150ms ease;
}
.good-main-groups__content.--opened {

}
.good-main-groups__inner {
    padding: 12px;
    border-radius: 0 0 4px 4px;
    background: #f3f3f3;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #dfdfdf;
}