.look{
    max-width: 1368px;
    margin: 80px auto;
    padding: 0 15px;
}
.look_title{
    font-size: 32px;
    line-height: 1.09375;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 40px;
}
.look_wrapper{
    display: flex;
    justify-content: space-between;
}
.look_left{
    width: 50%;
    padding-right: 30px;
}
.look_img{
    width: 100%;
    padding-top: 72.2%;
    background-size: cover;
    background-position: 0px center;
    transition: background .4s ease-out;
}
.look_row-title{
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #1f1f1f;
}
.look_row-tabs{
    display: flex;
    margin-bottom: 20px;
}
.look_row-tab{
    width: 88px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23077;
    text-align: center;
    color: rgba(65,65,65,.5);
    cursor: pointer;
    position: relative;
    padding: 8px;
}
.look_row-tab.active{
    color: rgba(65,65,65,1);
}
.look_row-tab.active::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 3px;
    border: 1px solid #a0d394;
}
.look_row-tab svg{
    margin-bottom:5px;
}
.look_row-tab svg path,
.look_row-tab svg rect{
    stroke: #b0b0b0;
}
.look_row-tab.active svg path,
.look_row-tab.active svg rect{
    stroke: #40a629;
}

.look_items{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    width: 100%;
}
.look_item.active .look_item-img::before{
    position: absolute;
    content: "";
    top: -4px;
    right: -4px;
    left: -4px;
    bottom: -4px;
    border-radius: 3px;
    border: 1px solid #a0d394;
}
.look_item-img{
    width: 91px;
    height: 34px;
    border-radius: 3px;
    margin: 4px 4px 10px;
    position: relative;
    background-size: cover;
}
.look_item{
    margin-right: 15px;
    cursor: pointer;
    width: 99px;
    margin-bottom: 10px;
}
.look_items-title{
    margin-bottom: 18px;
    color: #414141;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.33333;
}
.look_item-title{
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23077;
    text-align: center;
    color: rgba(65,65,65,.5);
}
.look_item-title span{
    color: #f0809f;
}
.look_item.active  .look_item-title{
    color: #414141;
}
.look_items-wrapper{
    max-height: 0;
    overflow: hidden;
    max-width: 0;
}
.look_items-wrapper.active{
    max-height: none;
    max-width: none;
    animation: blockAnim 0.6s ;
}
@keyframes blockAnim{
    0%{
        transform: translateY(50px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
.look_items .slick-arrow{
    position: absolute;
    font-size: 0;
    background: none;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    border: none;
    width: 25px;
    height: 25px;
    box-shadow: 0 1px 0 #eaeaea;
    top: -30px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.look_items .slick-next{
    right: 20px;
}
.look_items .slick-prev{
    right: 55px;
}
.look_items .slick-arrow.slick-disabled::before{
    opacity: 0.3;
}
.look_items .slick-next::before{
    content: "";
    position: absolute;
    display: block;
    right: 9px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.look_items .slick-prev::before{
    content: "";
    position: absolute;
    display: block;
    left: 9px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-135deg);
}
.look_items .slick-track{
    padding: 10px;
}


.look_info{
    width: 50%;
}
.look_row-warning{
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23077;
    color: #b0b0b0;
}
.look_row-warning span {
    color: #f0809f;
}
.ways_content{
    display: flex;
}
.ways_text{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.73333;
}
.ways_content .look_row-tab{
    width: 185px;
}
.ways_tabs{
    display: flex;
    margin-bottom: 35px;
}
.ways_tab:last-child{
    padding-right: 0;
}
.ways_tab{
    position: relative;
    padding: 9px 25px 9px 0;
    font-size: 17px;
    line-height: 1.17647;
    font-weight: 500;
    color: #1f1f1f;
    transition: all 0.3s;
    cursor: pointer;
}
.ways_tab.active:last-child:after{
    width: 100%;
    right: 50%;
}
.ways_tab.active::after{
    position: absolute;
    content: "";
    bottom: 0;
    width: calc(100% - 25px);
    height: 2px;
    right: calc(50% + 12px);
    transform: translateX(50%);
    background-color: #40a629;
    animation: tabAnim 0.3s;
}
@keyframes tabAnim{
    0%{
        width: 0;
    }
    100%{
        width: calc(100% - 25px);
    }
}
.ways_tab::before{
    position: absolute;
    content: "";
    bottom: 0;
    width: 100%;
    height: 2px;
    left: 0;
    background: #ecf1f7;
}
.ways_tab:hover{
    color: #40a629;
}
.ways_content{
    max-height: 0;
    overflow: hidden;
    max-width: 0;
}
.ways_content.active{
    max-height: none;
    max-width: none;
    animation: blockAnim 0.6s ;
}
.look_title-top{
    display: flex;
    justify-content: space-between;
}
.look_title-top  .ways_text{
    width: 50%;
}
.tabs_mini .look_row-tab{
    width: auto;
}
.tupe_tabs{
    display: flex;
    margin-bottom: 20px;
}
.tupe_tab{
    width: 88px;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23077;
    text-align: center;
    color: rgba(65,65,65,.5);
    cursor: pointer;
    position: relative;
    padding: 8px;
}
.tupe_tab img{
    margin-bottom: 5px;
}
.tupe_tab.active{
    color: rgba(65,65,65,1);
}
.tupe_tab.active::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 3px;
    border: 1px solid #a0d394;
}
.tupe_tab svg{
    margin-bottom:5px;
}
.tupe_tab svg path,
.tupe_tab svg rect{
    stroke: #b0b0b0;
}
.tupe_tab.active svg path,
.tupe_tab.active svg rect{
    stroke: #40a629;
}
.tupe_content{
    max-height: 0;
    overflow: hidden;
    max-width: 0;
}
.tupe_content.active{
    max-height: none;
    max-width: none;
    animation: blockAnim 0.6s ;
}
.look_row-tab img{
    margin-bottom: 5px;
}
.type_panels-block {
    max-width: 1368px;
    margin: 80px auto;
    padding: 0 15px;
}
.type_panels-title{
    font-size: 32px;
    line-height: 1.09375;
    letter-spacing: -.04em;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 40px;
}
.type_panels{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.type_panel{
    width: 18%;
}
.type_panel-img{
    display: flex;
    margin-bottom: 10px;
}
.type_panel-img img{
    width: 100%;
    height: 100%;
}
.type_panel-title{
    font-weight: 500;
    font-size: 13px;
    color: #b0b0b0;
    text-align: center;
}
.type_panels-text{
    color: #414141;
    font-size: 17px;
}
.type_panels-text span{
    font-weight: 700;
}

.options{
    max-width: 1368px;
    margin: 80px auto;
    padding: 0 15px;
}
.options_title{
    font-size: 32px;
    line-height: 1.09375;
    letter-spacing: -.04em;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 40px;
}
.options_wrapper{
    display: flex;
    justify-content: space-between;
}
.options_item{
    width: 31%;
}
.options_item-img{
    margin-bottom: 20px;
}
.options_item-img img{
    width: 100%;
    height: 100%;
}
.options_item-title{
    line-height: 1.3;
    font-size: 20px;
    margin-bottom: 7px;
}
.options_item-text{
    line-height: 1.33333;
    font-size: 15px;
}


.accessory{
    max-width: 1368px;
    margin: 80px auto;
    padding: 0 15px;
}
.accessory_title{
    font-size: 32px;
    line-height: 1.09375;
    letter-spacing: -.04em;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 40px;
}
.accessory_wrapper{
    width: calc(100% + 40px);
}
.accessory_item{
    padding-right: 40px;
}
.accessory_item-img{
    width: 100%;
    height: 217px;
    margin-bottom: 20px;
}
.accessory_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accessory_item-title{
    padding: 0 20px;
    line-height: 1.33333;
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 700;
    margin-bottom: 5px;
}
.accessory_item-text{
    font-size: 13px;
    color: #414141;
    font-weight: 500;
    padding: 0 20px;
}
.accessory_item-warning{
    margin-top: 50px;
    padding: 0 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.23077;
    color: #b0b0b0;
}
.accessory_item-warning span{
    color: #e0013f;
}
.accessory_wrapper .slick-arrow{
    position: absolute;
    font-size: 0;
    background: none;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    border: none;
    width: 25px;
    height: 25px;
    box-shadow: 0 1px 0 #eaeaea;
    top: -60px;
    border: 1px solid #eaeaea;
    background-color: #fff;
}
.accessory_wrapper .slick-next{
    right: 40px;
}
.accessory_wrapper .slick-prev{
    right: 75px;
}
.accessory_wrapper .slick-arrow.slick-disabled::before{
    opacity: 0.3;
}
.accessory_wrapper .slick-next::before{
    content: "";
    position: absolute;
    display: block;
    right: 9px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.accessory_wrapper .slick-prev::before{
    content: "";
    position: absolute;
    display: block;
    left: 9px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(-135deg);
}

.tupe_tabs.big .tupe_tab{
    width: 190px;
}
.work_slider {
    padding: 0 15px;
}
.work_slider .owl-item{
    display: flex;
    justify-content: center;
}
.work_slider .owl-next,
.work_slider .owl-prev{
    transform: none;
}
.work_slider  .owl-item img{
    height: 240px;
}
.series_price{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
}

.accessory-item__price {
    line-height: 1.33333;
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 700;
    margin-top: 10px;
}
.accessory_link_go {
    color: #40a629;
    font-size: 13px;
}
.content-card__title {
    font-weight: 500;
    line-height: 1.3;
    font-size: 20px;
    color: #1f1f1f;
    margin-bottom: 10px;
    margin-top: 20px;
}
.body .content-card__text {
    line-height: 1.33333;
    font-size: 15px;
    color: #666;
}
.box_slider a{
    display: flex;
    justify-content: center;
}
.box_slider .owl-item{
    padding: 0 25px;
}
.box_slider .owl-item img {
    width: 100% !important;
    
}
.thumbnail {
    min-height: 0 !important;
}
.thumbnail>img {
    min-height: 0 !important;
}
.main_sistems .thumbnails>img{
    max-height: none;
    margin-bottom: 20px;
}
.look picture {
    margin-bottom: 20px;
    display: flex;
}
.img-responsive{
    margin-bottom: 20px;
}
.main_sistems .products_h3_title{
    margin-bottom: 10px;
}
.series_text-wrapper{
    padding-left: 310px;
    position: relative;
    margin-bottom: 20px;
    min-height: 185px;
}
.series_text-wrapper img{
    position: absolute;
    left: 0;
    top: 0;
}
.avto_thumb .products_h3_title{
    line-height: calc(1em + 7px);
    text-align: left !important;
}
.dop_options{
    display: flex;
    justify-content: space-between;
}
.dop_option{
    width: 48%;
    display: flex;
    justify-content: space-between;
}
.dop_option-title{
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}
.dop_option-text{
    font-size: 15px;
    line-height: 1.33333;
    font-weight: 500;
}
.dop_option-info{
    width: 50%;
}
.dop_option-img{
    width: 45%;
}
.dop_option-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media(max-width:1900px){
    .work_slider .owl-item img {
        height: 225px;
    }
}
@media(max-width:1700px){
    .work_slider .owl-item img {
        height: 195px;
    }
}
@media(max-width:1500px){
    .work_slider .owl-item img {
        height: 165px;
    }
}


@media(max-width:1200px){
    .look_wrapper{
        flex-direction: column;
    }
    .look_left{
        width: 100%;
        margin-bottom: 35px;
        padding-right: 0;
    }
    .work_slider .owl-item img {
        height: 100px;
    }
    .look_info{
        width: 100%;
    }
    .look{
        margin: 40px auto;
    }
    .look_row-tabs{
        width: 100%;
    }
    .ways_content{
        flex-direction: column;
    }
    .ways_tabs{
        flex-wrap: wrap;
    }
    .accessory,
    .options,
    .type_panels-block{
        margin: 40px 0;
    }
    .series_text-wrapper{
        padding-left: 0;
        padding-top: 205px;
    }
    .dop_options{
        flex-direction: column;
    }
    .dop_option{
        width: 100%;
        margin-bottom: 25px;
    }
}
@media(max-width:767px){
    .ways_tab{
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .work_slider .owl-item img {
        height: 180px;
    }
    .ways_tab:nth-child(2n) {
        padding-right: 0;
    }
    .ways_tab.active:nth-child(2n):after {
        width: 100%;
        right: 50%;
    }
    .ways_tabs{
        margin-bottom: 0;
    }
    .type_panels-title {
        font-size: 22px;
        margin-bottom: 25px;
    }
    .type_panels {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .type_panel{
        width: 48%;
        margin-bottom: 20px;
    }
    .options_title{
        font-size: 22px;
        margin-bottom: 45px;
    }
    .options_wrapper .slick-arrow{
        position: absolute;
        font-size: 0;
        background: none;
        cursor: pointer;
        z-index: 1;
        padding: 0;
        border: none;
        width: 25px;
        height: 25px;
        box-shadow: 0 1px 0 #eaeaea;
        top: -50px;
        border: 1px solid #eaeaea;
        background-color: #fff;
    }
    .options_wrapper .slick-next{
        right: 0;
    }
    .options_wrapper .slick-prev{
        right: 35px;
    }
    .options_wrapper .slick-arrow.slick-disabled::before{
        opacity: 0.3;
    }
    .options_wrapper .slick-next::before{
        content: "";
        position: absolute;
        display: block;
        right: 9px;
        top: 8px;
        width: 9px;
        height: 9px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
    }
    .options_wrapper .slick-prev::before{
        content: "";
        position: absolute;
        display: block;
        left: 9px;
        top: 8px;
        width: 9px;
        height: 9px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(-135deg);
    }
    .accessory_wrapper .slick-arrow{
        top: -50px;
    }
    .accessory_title{
        font-size: 22px;
        margin-bottom: 45px;
    }
    .dop_option{
        flex-direction: column;
    }
    .dop_option:nth-child(2){
        flex-direction: column-reverse;
    }
    .dop_option-info{
        width: 100%;
        margin-bottom: 20px;
    }
    .dop_option-img{
        width: 100%;
    }
}
@media(max-width:500px){
    .look_row-tabs .slick-arrow{
        position: absolute;
        font-size: 0;
        background: none;
        cursor: pointer;
        z-index: 1;
        padding: 0;
        border: none;
        width: 25px;
        height: 25px;
        box-shadow: 0 1px 0 #eaeaea;
        top: -30px;
        border: 1px solid #eaeaea;
        background-color: #fff;
    }
    .order-block .text .svg{
        display: none;
    }
    .look_row-tabs .slick-next{
        right: 20px;
    }
    .look_row-tabs .slick-prev{
        right: 55px;
    }
    .look_row-tabs .slick-arrow.slick-disabled::before{
        opacity: 0.3;
    }
    .look_row-tabs .slick-next::before{
        content: "";
        position: absolute;
        display: block;
        right: 9px;
        top: 8px;
        width: 9px;
        height: 9px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(45deg);
    }
    .look_row-tabs .slick-prev::before{
        content: "";
        position: absolute;
        display: block;
        left: 9px;
        top: 8px;
        width: 9px;
        height: 9px;
        border-top: 2px solid currentColor;
        border-right: 2px solid currentColor;
        transform: rotate(-135deg);
    }
    .look_row-tab{
        display: flex !important;
    }
    .look_title{
        font-size: 22px;
        line-height: 1.36364;
    }
    .look_title-top{
        flex-direction: column;
    }
    .look_title-top .ways_text{
        width: 100%;
    }
    .order-block .text{
        padding-left: 0;
        text-align: center;
        margin-bottom: 15px;
    }
    .order-block .row1{
        display: flex;
        flex-direction: column;
        padding: 15px;
        width: 290px;
        margin: 0 auto;
    }
    .order-block td{
        padding: 0;
        width: 100%;
    }
    .order-block{
        margin: 30px auto;
    }
    .owl-item img{
        height: 205px;
    }
    .col-xs-6 img{
        max-width: 100%;
    }
    .look{
        padding: 0;
    }
    .series_mobile .col-xs-6 {
        width: 100%;
        margin-bottom: 22px;
    }
    .box_slider .owl-item{
        padding: 0 0;
    }
    .catalog-detail__gallery__item img {
        height: auto;
    }
    .order-block .text{
        display: none;
    }
}
