.container .wrapper {
    display: flex;
}
.container .main-content {
    width: 100%;
}
.main-slider {
    margin: 0 0 75px 15px;
    position: relative;
}
.main-slider .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.main-slider .slider .slides {
    position: relative;
    display: flex;
    transition: 1s;
    left: 0;
}
.main-slider .slider .slides .slide {
    width: 100%;
    min-width: 100%;
    max-height: 425px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.main-slider .slider .slides .slide img {
    width: 100%;
}
.main-slider .slider .slides .slide .content {
    position: absolute;
    top: calc(100%/6);
    left: 58%;
    z-index: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.main-slider .slider .slides .slide .content h1,
.main-slider .slider .slides .slide .content h2 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    max-width: 300px;
    text-transform: uppercase;
    color: #323026;
}
.main-slider .slider .slides .slide .content .text {
    line-height: 22px;
    margin-bottom: 30px;
    max-width: 248px;
    text-transform: uppercase;
}
.main-slider .bubles {
    position: absolute;
    left: calc(50% - 30px);
    bottom: 25px;
    display: flex;
    z-index: 1;
}
.main-slider .bubles div {
    width: 12px;
    min-width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #909090;
}
.main-slider .bubles .selected {
    background: #909090;
}
.push {
    display: none;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    background: #106fc9;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px 8px;
    width: 100%;
    max-width: 288px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.15px;
    cursor: pointer;
}
.push:hover {
    background: #707070;
}
.goods {
    margin: 0 0 80px 15px;
}
.goods .headline {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.goods .headline::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 1px;
    background: #d9d9d9;
    z-index: -1;
}
.goods .headline h2 {
    margin-right: auto;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: #fff;
    padding-right: 12px;
}
.goods .headline .titles {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.goods .headline .title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 200px;
    border: 1px solid #d9d9d9;
    padding: 6px 0 7px;
    line-height: 25px;
    font-size: 18px;
    background: #fff;
    cursor: pointer;
}
.goods .headline .title:first-child {
    border-right: none;
    border-radius: 24px 0 0 24px;
    position: relative;
}
.goods .headline .title:first-child::after {
    content: '';
    background: #d9d9d9;
    height: 24px;
    width: 1px;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
}
.goods .headline .title:last-child {
    border-left: none;
    border-radius: 0 24px 24px 0;
}
.goods .headline .title:hover {
    text-decoration: underline;
}
.goods .headline .selected,
.goods .headline .selected:hover {
    color: #ce2d2b;
    font-weight: bold;
    text-decoration: none;
}
.goods .content .cont {
    display: none;
    flex-direction: column;
}
.goods .content .selected {
    display: flex;
}
.goods .content .cont .all,
.news .all,
.reviews .all {
    margin-left: auto;
    text-transform: uppercase;
    color: #106fc9;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.goods .content .cont .all:hover,
.news .all:hover,
.reviews .all:hover {
    color: #67b5ea;
}
.goods .content .cont .all::after,
.news .all::after,
.reviews .all::after {
    content: '\e906';
    font-family: 'icon';
    font-size: 12px;
    margin-left: 5px;
}
.last-view,
.reviews {
    margin: 0 0 88px 15px;
}
.last-view > h2,
.reviews > h2 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.last-view > h2::after,
.reviews > h2::after {
    content: '';
    height: 1px;
    display: block;
    flex: 1;
    background: #d9d9d9;
    margin-left: 15px;
}
.last-view .product-slider,
.reviews .product-slider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.last-view .product-slider .arrow-l,
.last-view .product-slider .arrow-r,
.reviews .product-slider .arrow-l,
.reviews .product-slider .arrow-r {
    position: absolute;
    top: -50px;
    border: 1px solid #d9d9d9;
    display: none;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 24px;
    background: #fff;
    cursor: pointer;
}
.last-view .product-slider .arrow-l,
.reviews .product-slider .arrow-l {
    border-radius: 24px 0 0 24px;
    right: 29px;
}
.last-view .product-slider .arrow-r,
.reviews .product-slider .arrow-r {
    border-radius: 0 24px 24px 0;
    right: 0;
}
.last-view .product-slider .arrow-l::after,
.last-view .product-slider .arrow-r::after,
.reviews .product-slider .arrow-l::after,
.reviews .product-slider .arrow-r::after {
    font-family: 'icon';
    content: '\e915';
    font-size: 18px;
    color: #707070;
}
.last-view .product-slider .arrow-r::after,
.reviews .product-slider .arrow-r::after {
    transform: rotate(180deg);
}
.last-view .product-slider .arrow-l:hover::after,
.last-view .product-slider .arrow-r:hover::after,
.reviews .product-slider .arrow-l:hover::after,
.reviews .product-slider .arrow-r:hover::after {
    color: #106fc9;
}
.last-view .product-slider .slider,
.reviews .product-slider .slider {
    display: flex;
    overflow: hidden;
    width: 100%;
}
.last-view .product-slider .slider .items,
.reviews .product-slider .slider .items {
    width: 100%;
    position: relative;
    display: flex;
    transition: 0.6s;
}
.last-view .product-slider .slider .items .item {
    width: 20%;
    min-width: 20%;
}
.last-view .product-slider .slider .items .item:first-child:hover {
    border: 1px solid #106fc9;
}
.last-view .product-slider .slider .items .item .img {
    justify-content: center;
}
.last-view .product-slider .slider .items .item .clock {
    position: absolute;
    top: 9px;
    left: 8px;
}
.last-view .product-slider .slider .items .item .clock::after {
    content: '\e90e';
    font-family: 'icon';
    color: #ce2d2b;
    font-size: 16px;
}
.last-view .product-slider .slider .items .item .img .star {
    margin-left: 10px;
}
.advantages {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 88px 15px;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    padding: 16px 0;
}
.advantages  .item {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    border-right: 1px solid #d9d9d9;
    padding: 0 25px;
}
.advantages  .item:last-child {
    border-right: none;
}
.advantages  .item::before {
    font-family: 'icon';
    color: #ce2d2b;
}
.advantages  .item:first-child::before {
    content: '\e908';
    margin-right: 20px;
    font-size: 45px;
}
.advantages  .item:nth-child(2)::before {
    content: '\e907';
    margin-right: 15px;
    font-size: 48px;
}
.advantages  .item:nth-child(3)::before {
    content: '\e90d';
    margin-right: 22px;
    font-size: 51px;
}
.advantages  .item:last-child::before {
    content: '\e902';
    margin-right: 23px;
    font-size: 48px;
}
.advantages  .item span {
    line-height: 20px;
    font-weight: 500;
}
.news {
    background: #f8f8f8;
    margin-bottom: 80px;
    padding: 20px 0 30px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.news::after {
    content: '';
    background: #f8f8f8;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 100%;
    width: calc((100vw - 1270px) / 2);
}
.news > h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.news .items {
    display: grid;
    grid-gap: 16px;
    grid-template-areas:
        "one two"
        "one three"
        "one four";
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
}
.news .items .item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
}
.news .items .item:first-child {
    grid-area: one;
    display: flex;
    flex-direction: column;
}
.news .items .item:nth-child(2) {
    grid-area: two;
}
.news .items .item:nth-child(3) {
    grid-area: three;
}
.news .items .item:last-child {
    grid-area: four;
}
.news .items .item:nth-child(2),
.news .items .item:nth-child(3),
.news .items .item:last-child {
    display: grid;
    grid-template-columns: 41% 59%;
}
.news .items .item:first-child img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
}
.news .items .item:nth-child(2) img,
.news .items .item:nth-child(3) img,
.news .items .item:last-child img {
    width: 100%;
    height: 128px;
    object-fit: cover;
}
.news .items .item .info {
    padding: 8px 16px 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.news .items .item .info span {
    font-size: 12px;
    color: #fbb12a;
    margin-bottom: 12px;
    display: block;
}
.news .items .item .info h3 {
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
    max-height: 35px;
    overflow: hidden;
    text-transform: uppercase;
}
.news .items .item:first-child .info h3 {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 19px;
    max-height: 38px;
}
.news .items .item .info .text {
    font-size: 12px;
    line-height: 18px;
    max-height: 42px;
    overflow: hidden;
    position: relative;
}
.news .items .item .info .text::after,
.reviews .product-slider .slider .items .item .text::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1));
}
.news .items .item a:last-child {
    margin: auto 0 0 auto;
    text-transform: inherit;
}
.reviews {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.reviews .product-slider {
    margin-bottom: 30px;
}
.reviews .product-slider .arrow-l,
.reviews .product-slider .arrow-r {
    display: flex;
}
.reviews .product-slider .slider .items {
    display: flex;
}
.reviews .product-slider .slider .items .item {
    border: 1px solid #d9d9d9;
    height: 210px;
    width: calc(25% - 12px);
    min-width: calc(25% - 12px);
    margin: 0 8px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
}
.reviews .product-slider .slider .items .item:first-child {
    margin-left: 0;
}
.reviews .product-slider .slider .items .item:hover {
    border: 1px solid #106fc9;
}
.reviews .product-slider .slider .items .item span,
.reviews .product-slider .slider .items .item .stars,
.reviews .product-slider .slider .items .item .text {
    padding: 0 16px;
    width: 100%;
}
.reviews .product-slider .slider .items .item span:first-child {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    word-break: keep-all;
    line-break: loose;
    hyphens: manual;
    width: 50%;
}
.reviews .product-slider .slider .items .item span:nth-child(2) {
    font-size: 12px;
    margin-bottom: 8px;
}
.reviews .product-slider .slider .items .item .stars {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.reviews .product-slider .slider .items .item .stars div {
    margin-right: 6px;
}
.reviews .product-slider .slider .items .item .stars div::after {
    font-family: 'icon';
    font-size: 13px;
    content: '\e910';
    color: #fbb12a;
}
.reviews .product-slider .slider .items .item .stars .add::after {
    content: '\e911';
}
.reviews .product-slider .slider .items .item .text {
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    max-height: 82px;
    position: relative;
}
.reviews .product-slider .slider .items .item .btn {
    max-height: 32px;
    transform: translate3d(0,53px,0);
    position: relative;
}
.reviews .product-slider .slider .items .item:hover .btn {
    transform: translate3d(0,0,0);
}
.reviews .product-slider .slider .items .item .btn::before {
    position: absolute;
    content: '';
    background: #fff;
    top: -18px;
    left: 0;
    right: 0;
    height: 18px;
}
.reviews .product-slider .slider .items .item .btn {
    border-radius: 0;
    max-width: 100%;
    transition: 0.3s;
    transform: translate3d(0,55px,0);
    cursor: pointer;
    margin-top: auto;
}
.reviews .product-slider .slider .items .item:hover .btn {
    transition: 0.3s;
    transform: translate3d(0,0,0);
}
.seo {
    border-top: 1px solid #d9d9d9;
    padding: 70px 0 68px;
    position: relative;
    top: -1px;
}
.seo .text *,
.seo .text div {
    margin-bottom: 20px;
    line-height: 18px;
}
.seo .text div h2 {
    text-transform: uppercase;
    font-weight: normal;
}
@media screen and (max-width: 1265px) {
    .main-content > div {
        margin-left: 0;
    }
    .main-slider {
        margin-bottom: 32px;
    }
    .push {
        display: flex;
        margin: 0 auto 32px !important;
    }
    .advantages .item {
        padding: 0 15px;
    }
    .advantages .item:first-child::before {
        margin-right: 15px;
        font-size: 38px;
    }
    .advantages .item:nth-child(2)::before,
    .advantages .item:nth-child(3)::before,
    .advantages .item:last-child::before {
        font-size: 40px;
        margin-right: 15px;
    }
    .advantages .item span {
        font-size: 12px;
        line-height: 18px;
    }
    .news {
        padding: 20px 15px 30px;
    }
    .news .items .item:nth-child(2) img,
    .news .items .item:nth-child(3) img,
    .news .items .item:last-child img {
        max-width: unset;
    }
    .reviews .product-slider .slider .items {
        grid-gap: 10px;
    }
}
@media screen and (max-width: 1060px) {
    .last-view .product-slider .slider .items .item {
        width: 25%;
        min-width: 25%;
    }
    .reviews .product-slider .slider .items .item {
        width: calc(33.33% - 7px);
        min-width: calc(33.33% - 7px);
        margin: 0 5px;
    }
}
@media screen and (max-width: 768px) {
    .main-slider .slider .slides .slide img {
        width: unset;
        height: 320px;
    }
    .main-slider .slider .slides .slide .content {
        position: absolute;
        top: 20px;
        left: 48%;
        padding-right: 20px;
    }
    .main-slider .slider .slides .slide .content h1,
    .main-slider .slider .slides .slide .content h2 {
        max-width: 355px;
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .main-slider .slider .slides .slide .content .text {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .main-slider .bubles {
        display: none;
    }
    .goods .headline h2 {
        font-size: 18px;
    }
    .last-view .product-slider .arrow-l,
    .last-view .product-slider .arrow-r {
        display: flex;
        top: -48px;
    }
    .last-view .product-slider .slider .items .item {
        width: calc(33.33% - 8px);
        min-width: calc(33.33% - 8px);
        margin: 0 3px;
    }
    .last-view .product-slider .slider .items .item:first-child {
        margin-left: 0;
    }
    .last-view .product-slider .slider .items .item:last-child {
        margin-right: 0;
    }
    .last-view > h2, .reviews > h2 {
        font-size: 18px;
    }
    .advantages {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 0 35px;
        padding: 15px 35px;
    }
    .advantages .item {
        border-right: none;
        padding: 15px 5px 15px 0;
    }
    .advantages .item:first-child,
    .advantages .item:nth-child(2) {
        border-bottom: 1px solid #d9d9d9;
    }
    .news .items {
        grid-template-areas:
        "one two"
        "three four";
    }
    .news .items .item:nth-child(2),
    .news .items .item:nth-child(3),
    .news .items .item:last-child {
        display: flex;
        flex-direction: column;
    }
    .news .items .item img {
        max-height: 130px;
        height: 130px !important;
        min-width: 100%;
    }
    .news .items .item .info .text {
        display: none;
    }
    .news .items .item .info h3 {
        margin-bottom: 10px;
    }
    .news .items .item:first-child .info h3 {
        font-size: 12px;
        line-height: 17px;
        max-height: 35px;
    }
    .reviews {
        display: none;
    }
}
@media screen and (max-width: 578px) {
    .main-slider .slider .slides .slide img {
        height: 250px;
    }
    .main-slider .slider .slides .slide::after {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.5);
    }
    .main-slider .slider .slides .slide .content {
        left: unset;
        padding-left: 65px;
    }
    .main-slider .slider .slides .slide .content h1,
    .main-slider .slider .slides .slide .content h2,
    .main-slider .slider .slides .slide .content .text {
        font-size: 12px;
        line-height: 16px;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    }
    .goods {
        margin: 0 0 30px 0;
    }
    .goods .headline {
        margin-bottom: 8px;
    }
    .goods .headline h2 {
        display: none;
    }
    .goods .headline::before {
        display: none;
    }
    .goods .headline .titles {
        flex-direction: column;
    }
    .goods .headline .title {
        max-width: 100%;
        font-size: 12px;
        line-height: 17px;
        padding: 2px 0 3px;
        border: 1px solid #e3e3e3;
    }
    .goods .headline .title:first-child {
        margin-bottom: 16px;
        border-radius: 24px;
        border-right: 1px solid #e3e3e3;
    }
    .goods .headline .title:first-child::after {
        display: none;
    }
    .goods .headline .title:last-child {
        border-radius: 24px;
    }
    .goods .headline .selected,
    .goods .headline .selected:hover {
        color: #fff;
        background: #ce2d2b;
        border: 1px solid #ce2d2b;
        font-weight: normal;
    }
    .goods .content .cont .all,
    .news .all,
    .reviews .all {
        font-size: 12px;
    }
    .last-view {
        position: relative;
        margin: 0 0 55px 0;
    }
    .last-view::after {
        content: '';
        position: absolute;
        right: 0;
        left: 0;
        top: 25px;
        height: 1px;
        background: #d9d9d9;
        z-index: -1;
    }
    .last-view .product-slider .slider .items .item {
        width: calc(50% - 6px);
        min-width: calc(50% - 6px);
    }
    .last-view > h2 {
        font-size: 14px;
        margin-bottom: 15px;
        max-width: 210px;
        background: #fff;
    }
    .last-view > h2::after {
        display: none;
    }
    .last-view .product-slider .arrow-l,
    .last-view .product-slider .arrow-r {
        top: -36px;
        width: 20px;
        height: 16px;
    }
    .last-view .product-slider .arrow-l {
        right: 67px;
    }
    .last-view .product-slider .arrow-r {
        padding-bottom: 1px;
    }
    .last-view .product-slider .arrow-l::after,
    .last-view .product-slider .arrow-r::after {
        font-size: 14px;
    }
    .advantages {
        border-radius: 6px;
        padding: 5px 25px;
        grid-template-columns: repeat(1, 1fr);
        margin: 0 0 55px 0;
    }
    .advantages .item {
        border-bottom: 1px solid #d9d9d9;
        padding-left: 25px;
    }
    .advantages .item:last-child {
        border-bottom: none;
    }
    .advantages .item span {
        font-size: 14px;
        line-height: 20px;
    }
    .advantages .item:first-child::before,
    .advantages .item:nth-child(2)::before,
    .advantages .item:nth-child(3)::before, .advantages .item:last-child::before {
        margin-right: 25px;
    }
    .news,
    .reviews,
    .seo {
        display: none;
    }

}