.container {
    display: flex;
}
.main-content {
    margin: 10px 0 0 15px;
}
.content {
    padding: 15px 25px;
    border: 1px solid #d9d9d9;
    margin-bottom: 75px;
}
.content h1 {
    font-size: 16px;
    margin-bottom: 25px;
}
.content .goods {
    display: flex;
    margin-bottom: 65px;
}
.content .goods .photo {
    width: 50%;
    max-width: 465px;
    margin-right: 25px;
}
.content .goods .photo .main-photo {
    display: block;
    margin-bottom: 15px;
}
.content .goods .photo .main-photo img {
    width: 100%;
    height: 305px;
    object-fit: contain;
    cursor: pointer;
}
.content .goods .photo .product-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.content .goods .photo .product-slider .slider {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.content .goods .photo .product-slider .slider .items {
    width: 100%;
    position: relative;
    display: flex;
    transition: 0.6s;
}
.content .goods .photo .product-slider .slider .items .item {
    width: 17.205%;
    min-width: 17.205%;
    margin: 0 6px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid transparent;
}
.content .goods .photo .product-slider .slider .items .item:hover,
.content .goods .photo .product-slider .slider .items .item.selected {
    border: 1px solid #106fc9;
}
.content .goods .photo .product-slider .slider .items .item:first-child {
    margin-left: 0;
}
.content .goods .photo .product-slider .slider .items .item:last-child {
    margin-right: 0;
}
.content .goods .photo .product-slider .slider .items .item img {
    width: 100%;
}
.content .goods .meta {
    width: 50%;
    max-width: 455px;
}
.content .goods .meta .cont {
    margin-bottom: 25px;
}
.content .goods .meta .items {
    margin-bottom: 40px;
}
.content .goods .meta .items .item,
.content .info .desc .cont .items .item {
    display: flex;
    align-items: center;
    padding: 7px 10px;
    border-top: 1px solid #dadada;
}
.content .goods .meta .items .item:last-child,
.content .info .desc .cont .items .item:last-child {
    border-bottom: 1px solid #dadada;
}
.content .goods .meta .items .item span:first-child {
    min-width: 115px;
    margin-right: 75px;
}
.content .goods .meta .items .item span:last-child,
.content .info .desc .cont .items .item span:last-child {
    font-weight: 500;
}
.content .goods .meta .ones {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
.content .goods .meta .sum {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.content .goods .meta .sum > span {
    margin-right: 10px;
}
.content .goods .meta .col {
    display: flex;
    align-items: center;
    width: 75px;
    justify-content: space-between;
}
.content .goods .meta .col span:nth-child(2) {
    font-size: 21px;
    line-height: 21px;
    width: 48px;
    min-width: 48px;
    text-align: center;
}
.content .goods .meta .col .plus,
.content .goods .meta .col .minus {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    min-width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #d9d9d9;
    color: #736969;
    cursor: pointer;
    margin: 0;
}
.content .goods .meta .col .plus::after,
.content .goods .meta .col .minus::after {
    font-family: 'icon';
    font-size: 17px;
}
.content .goods .meta .col .plus::after {
    content: '\e913';
}
.content .goods .meta .col .minus::after {
    content: '\e912';
}
.content .goods .meta button {
    border-radius: unset;
    max-width: 200px;
    max-height: 35px;
}
.content .info .titles {
    display: flex;
    justify-content: flex-start;
    position: relative;
    bottom: -1px;
}
.content .info .titles .title {
    background: #f8f8f8;
    border: 1px solid #dadada;
    font-size: 16px;
    letter-spacing: 0.15px;
    margin-right: 8px;
    padding: 8px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    cursor: pointer;
}
.content .info .titles .title:hover {
    background: #dadada;
}
.content .info .titles .selected,
.content .info .titles .selected:hover {
    color: #fff;
    background: #909090;
    border: 1px solid #d9d9d9;
}
.content .info .desc {
    border-top: 1px solid #dadada;
    padding-top: 25px;
}
.content .info .desc .cont {
    display: none;
    flex-direction: column;
}
.content .info .desc .cont,
.content .info .desc .cont * {
    letter-spacing: 0.15px;
    line-height: 22px;
    margin-bottom: 25px;
}
.content .info .desc .cont a {
    color: #106fc9;
    text-decoration: underline;
}
.content .info .desc .selected {
    display: flex;
}
.content .info .desc .cont ul,
.content .info .desc .cont ol {
    margin-left: 17px;
}
.content .info .desc .cont  iframe,
.content .info .desc .cont  video {
    width: 100%;
    height: 400px;
    border: none;
}
.content .info .desc .cont .items {
    width: 100%;
}
.content .info .desc .cont .items .item span:first-child {
    min-width: 182px;
    margin-right: 50px;
}
.content .info .desc .cont .items .item,
.content .info .desc .cont .items .item span {
    margin-bottom: 0;
}
.last-view {
    margin-bottom: 60px;
}
.main-content .last-view > h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.main-content .last-view > h2::after {
    content: '';
    height: 1px;
    display: block;
    flex: 1;
    background: #d9d9d9;
    margin-left: 15px;
}
.main-content .last-view .grid {
    margin-bottom: 0;
}
.seo {
    margin-bottom: 88px;
}
#gallery .window-body {
    max-width: 874px;
    max-height: 886px;
    margin: 0 auto;
    border: 5px solid #e8e8e8;
    padding: 20px 32px 56px;
}
#gallery .modal-slider {
    position: relative;
    width: 100%;
}
#gallery .modal-slider .slider {
    width: 100%;
    overflow: hidden;
}
#gallery .modal-slider .slider .items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: inherit;
    align-items: center;
    transition: 0.6s;
    position: relative;
    width: 100%;
}
#gallery .modal-slider .slider .slide {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
#gallery .modal-slider .slider .slide img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
#gallery .modal-slider .arrow-l, #gallery .modal-slider .arrow-r {
    position: absolute;
    top: calc(50% - 27px);
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
#gallery .modal-slider .arrow-l {
    left: -26px;
}
#gallery .modal-slider .arrow-r {
    right: -26px;
}
#gallery .modal-slider .arrow-l::after, #gallery .modal-slider .arrow-r::after {
    font-family: 'icon';
    color: #000;
    font-size: 54px;
    content: '\e915';
}
#gallery .modal-slider .arrow-r::after {
    transform: rotate(180deg);
}
#gallery .modal-slider .cross {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    right: -20px;
    cursor: pointer;
}
#gallery .modal-slider .cross::after {
    content: '\e90f';
    font-family: 'icon';
    font-size: 19px;
    color: #000;
    padding: 10px;
}
#gallery .modal-slider .bottom {
    position: absolute;
    bottom: -50px;
    width: 100%;
    padding: 15px;
}
#gallery .modal-slider .bottom .pagination {
    display: flex;
    justify-content: flex-start;
}
#gallery .modal-slider .bottom .pagination span, #gallery .modal-slider .bottom .pagination .number {
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: bold;
    color: #123;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
}
#gallery .modal-slider .bottom .pagination span:first-child, #gallery .modal-slider .bottom .pagination .number {
    margin-right: 4px;
}
@media screen and (max-width: 1265px) {
    .main-content {
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .content .goods .meta .ones {
        flex-direction: row;
        gap: 10px;
    }
    .content .goods .meta .sum {
        margin-bottom: 0;
        margin-right: 64px;
    }
    .content .goods .meta .col .plus,
    .content .goods .meta .col .minus {
        width: 20px;
        min-width: 20px;
        height: 20px;
    }
    .content .goods .meta .col .plus::after,
    .content .goods .meta .col .minus::after {
        font-size: 20px;
    }
    #gallery .modal-slider .bottom .pagination {
        flex-direction: row;
    }
    .content .goods {
        flex-direction: column;
        margin-bottom: 50px;
    }
    .content .goods .photo,
    .content .goods .meta {
        width: 100%;
        max-width: unset;
    }
    .content .goods .photo {
        margin-bottom: 40px;
    }
    .content .goods .photo .main-photo {
        display: none;
    }
    .content .goods .photo .product-slider .slider .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
    }
    .content .goods .photo .product-slider .slider .items .item {
        width: 100%;
        height: auto;
        border: none;
    }
    .content .goods .photo .product-slider .slider .items .item:first-child {
        grid-column: 1/-1;
    }
    .content .goods .photo .product-slider .slider .items .item:hover,
    .content .goods .photo .product-slider .slider .items .item.selected {
        border: none;
    }
    .content .info .desc .cont .video iframe,
    .content .info .desc .cont .video video {
        height: 330px;
    }
    .main-content .last-view > h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 578px) {
    #gallery .window-body {
        padding: 20px 20px 56px;
    }
    #gallery .modal-slider .arrow-l::after, #gallery .modal-slider .arrow-r::after {
        font-size: 35px;
    }
    #gallery .modal-slider .cross {
        top: -20px;
    }
    #gallery .modal-slider .cross::after {
        font-size: 15px;
    }
    #gallery .modal-slider .bottom {
        padding: 8px;
    }
    #gallery .modal-slider .bottom h2 {
        font-size: 12px;
        margin-bottom: 0;
    }
    #gallery .modal-slider .bottom .pagination span, #gallery .modal-slider .bottom .pagination .number {
        font-size: 12px;
    }
    .main-content {
        margin-top: 3px;
    }
    .content {
        padding: 0;
        border: none;
    }
    .content h1 {
        font-size: 14px;
    }
    .content .goods .photo .product-slider .slider {
        overflow-x: auto;
    }
    .content .goods .photo .product-slider .slider .items {
        display: flex;
    }
    .content .goods .photo .product-slider .slider .items .item {
        min-width: 100%;
        margin: 0;
    }
    .content .goods .photo {
        margin-bottom: 45px;
    }
    .content .goods .meta .cont {
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 16px;
    }
    .content .goods .meta .items .item,
    .content .info .desc .cont .items .item {
        padding: 2px 0 3px;
    }
    .content .goods .meta .items .item span,
    .content .info .desc .cont .items .item span {
        font-size: 14px;
    }
    .content .goods .meta .items .item span:first-child {
        max-width: 115px;
        margin-right: 30px;
    }
    .content .goods .meta .items {
        margin-bottom: 15px;
    }
    .content .goods .meta .sum {
        margin-right: 16px;
    }
    .content .goods .meta .sum {
        margin-bottom: 18px;
    }
    .content .goods .meta .col {
        margin-bottom: 20px;
        width: 80px;
    }
    /* .content .goods .meta .col .plus,
    .content .goods .meta .col .minus {
        width: 20px;
        min-width: 20px;
        height: 20px;
        color: #000;
    }
    .content .goods .meta .col .plus::after,
    .content .goods .meta .col .minus::after {
        font-size: 20px;
    } */
    .content .goods .meta .col span:nth-child(2) {
        font-size: 14px;
        width: 27px;
        min-width: 27px;
        text-align: center;
        line-height: 18px;
    }
    .content .goods .meta button {
        max-width: 125px;
    }
    .content .info .titles .title {
        font-size: 12px;
        min-width: 105px;
        padding: 4px 10px 6px;
    }
    .content .info .desc {
        padding-top: 10px;
    }
    .content .info .desc .cont, .content .info .desc .cont * {
        font-size: 12px;
        line-height: 20px;
    }
    .content .info .desc .cont .video iframe,
    .content .info .desc .cont .video video {
        height: 230px;
    }
    .seo {
        margin-bottom: 30px;
    }
    .content .info .desc .cont .items .item span:first-child {
        min-width: 105px;
        width: 105px;
        margin-right: 30px;
    }
    .main-content .last-view > h2 {
        font-size: 14px;
        margin-bottom: 15px;
    }
}