@font-face {
    font-family: Helvetica-Medium;
    src: local('*'),
        url('../fonts/Helvetica/HelveticaMedium.eot') format('embedded-opentype'),
        url('../fonts/Helvetica/HelveticaMedium.woff') format('woff'),
        url('../fonts/Helvetica/HelveticaMedium.ttf') format('truetype');
    font-display: swap;
}


.wrapper_breadcrumbs {
    display: flex;
    align-items: center;
    margin: 15px auto;
    max-width: calc(100% - 160px);
}

.product{
    width: calc(100% - 160px);
    margin: 0 auto;

}

.button_back {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    padding: 8px 34px;
    background-color: transparent;
    color: #000;
    border-color: #FFB038;
    font-family: "GothamPro", sans-serif;
}

.button_back:visited{
    color: #000;
}

.button_back svg {
    fill: #FFB038;
    height: 16px;
    width: auto;
    margin-right: 10px;
}

.button_back:hover{
    background-color: #FFB038;
    color: #ffffff;
}

.button_back:hover svg{
    fill: #ffffff;
}


.product__head {
    border-bottom: 1px solid rgb(222, 234, 234);
    border-top: 1px solid rgb(222, 234, 234);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.product__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
}

.slider {
    display: flex;
    flex-wrap: wrap;
    width: 62.4%;
}


.slider__items {}

.slider__item {
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 32vw !important;
}

.slider__item img {
    width: 100%;
    height: auto;
}



.slider__item iframe {
    width: 100%;
    height: 97%;
}

.slider__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}


.slider__navigation_no-image {
    background-color: rgb(233 233 233);
}


.slider__nav-item {
    margin-bottom: 14px;
    max-width: 229px;
    max-height: 190px;
    width: calc(100% - 4px) !important;
    height: 9.89vw !important;
    display: flex !important;
    align-items: center;
    position: relative;
    border: 1px solid transparent;
    padding: 1px;
    border-radius: 2px;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    background-origin: border-box;
}

.slider__nav-item.slick-current {
    border-color: var(--main-color);
}

.slider__nav-item_youtube::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 4;
}

.slider__nav-item_youtube svg{
    margin: 0 auto;
    position: relative;
    z-index: 5;
}


.slider__preview-large {
    overflow: hidden;
    max-width: 885px;
    max-height: 31.5vw;
    margin-right: 22px;
    position: relative;
    width: calc(75% - 22px);
}

.slider__preview_no-image {
    background-color: rgb(233 233 233);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.slider__preview_no-image svg {
    width: 30% !important;
    height: auto;
    fill: rgb(43 42 40);
    margin: 0 auto;
}

.slider__preview_no-image .slick-track {
    display: flex;
    justify-content: center;
}

.slider__arrow {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(100%, -50%) rotate(90deg);
    cursor: pointer;
}

.slider__arrow svg {
    height: 35px;
    width: auto;
    fill: var(--main-color);
    transform: scale(1);
    transition: transform .4s ease;
}

.slider__arrow:hover svg {
    transform: scale(1.1);
    transition: transform .4s ease;
}


.slider__arrow_prev {}

.slider__arrow_next {
    left: unset;
    right: 0;
    transform: translate(-100%, -50%) rotate(-90deg);
}





.slider__preview-small {
    max-width: 235px;
    overflow: hidden;
    width: 25%;
}

.slider__preview-small .slick-list.draggable {
    height: 605px !important;
    max-height: 31.5vw;
}




.slider__preview-small img {}

.slider__preview-small .slick-arrow {
    display: none !important;
}



.youtube-btn {
    width: 58px;
    height: auto;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.youtube-btn #The_Sharpness {
    -moz-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    -webkit-transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    transition: fill .1s cubic-bezier(0.4, 0.0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0.0, 1, 1);
    fill: rgb(255, 0, 0);
    fill-opacity: .8;
}



.car__title {
    font-size: 30px;
    text-transform: uppercase;
}

.car__location {
    font-size: 26px;
    display: flex;
    align-items: center;
    font-family: "Ubuntu", sans-serif;

}

.car__location_in-stock {
    color: var(--color-green);
}

.car__location img, .car__location_sold svg {
    margin-right: 16px;
}

.car__location_way{
    color: #FFB038;
}
.car__location_sold{
    color: var(--main-color);
}

.car__location_sold svg{
    fill: var(--main-color);
}

.specifications {
    max-width: 626px;
    padding: 0 19px;
    width: calc(37.6% - 38px);
    font-family: "Helvetica", sans-serif;
}

.specifications__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.specifications__title {
    font-size: 18px;
    font-weight: 100;
}

.specifications__price {
    font-family: "Ubuntu", sans-serif;
    font-size: 32px;
    color: var(--color-green);
    font-weight: bold;
    text-align: right;
    width: 100%;
    margin-top: 10px;
}

.specifications__price_color-black {
    color: inherit;
}

.specifications__price-uah{
    color: rgb(134 134 134);
    font-size: 14px;
}

.specifications__price-uah span{
    font-weight: 700;
    font-size: 18px;
}

.specifications__price_sold{
    color: rgb(134 134 134);
}

.specifications__arrive {
    width: 100%;
    margin: 10px 0 0 0;
    font-family: "Ubuntu", sans-serif;
    text-align: end;
    color: var(--main-color);
}

.specifications__body {
    padding-top: 10px;
    margin-top: 10px;
}

.specifications__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.specifications__item {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.specifications__item_image{
    height: 55px;
}

.specifications__item svg {
    height: 32px;
    width: auto;
}

.specifications__name {
    margin: 14px 0;
    color: rgb(117, 117, 117);
}

.specifications__value {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
}

.properties {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.product__properties {
    max-height: 304px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: "GothamPro-Medium", sans-serif;
}

.properties__item {
    padding: 9px 0;
    border-top: 3px solid rgb(187, 187, 187);
    color: #858685;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.properties__value {
    color: #000000;
    margin-top: 5px;
}


.car__buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

.car__buttons_sold{
    justify-content: center;
}

.car__button {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: calc(50% - 9px);
    font-family: "GothamPro", sans-serif;
    padding: 11px;
}

.car__button:hover {
    background-color: #ffffff;
    color: var(--main-color);
}

.car__button_green {
    background-color: var(--color-green);
    border-color: var(--color-green);
}

.car__button_green:hover {
    color: var(--color-green);
}



.tabs {
}

.product__tabs {
    margin-bottom: 20px;
}



.tabs__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.tab {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    padding: 15px 20px;
    background-color: var(--color-gray);
    margin: 0 15px 15px 0;
    cursor: pointer;
    transition: all .4s;
    transform: translate(0, 0px);
}

.tab:hover{
    transform: translate(0, -5px);
    transition: all .4s;
}

.tab.active {
    background-color: var(--main-color);
    color: #FFFFFF;
}

.tab_credit{
    position: relative;
    color: #ffffff;
    margin-top: 100px;
}

.tab_credit svg{
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    width: 100%;
    height: auto;
    max-height: 90px;
}

.tab_hapai{
    background-color: #603973;
}

.tab_privat, .tab_otp{
    background-color: #7BB425;
}

.tab__title {
    font-size: 16px;
    text-transform: uppercase;
}

.tabs__content {
    margin-top: 5px;
}

.tab__content {
    display: none;
    background-color: #f7f8f8;
    font-family: "Ubuntu", sans-serif;
    padding: 20px 30px;
}

.credit-iframe{
    min-height: 700px;
    width: 100%;
}

.properties__tab {
    list-style-type: initial;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.properties__tab .properties__item {
    border-top: unset;
    width: 50%;
}

.tab__content.active {
    display: block;
}


.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    text-transform: uppercase;
}

.pagination__item {
    display: flex;
    align-items: center;
    margin: 20px;
}


.pagination__pulse {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 1;
    max-width: 20px;
    margin: 0 15px;
}

.pagination__pulse svg {
    width: 20px;
    height: auto;
    transform: rotate(90deg);
}

.pagination__pulse svg path {
    fill: #ffffff;
}

.pagination__next .pagination__pulse svg {
    transform: rotate(-90deg);
}

.pagination__pulse:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    background-color: #000000;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    animation: pulse-black 2s infinite;
}

.pagination__item:hover .pagination__pulse svg path {
    fill: var(--main-color);
}



@keyframes pulse-black {
    0% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: translate(-50%, -50%) scale(1.2);
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}



/*Calc Form*/

.calcBlock{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.calcForm{
    margin-right: 40px;
    width: 100%;
    max-width: 380px;
}

.myPrice{
    margin: 20px 0;
}

.calcForm .title-form {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: rgb(9, 9, 9);
    padding-left: 0px;
    padding-top: 15px;
}

.calcForm .row_title,
.calcForm .input-range {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 500;
    color: rgb(9, 9, 9);
}

.calcForm .input-range {
    padding: 0px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.calcForm input {
    border-width: 1px;
    border-color: rgb(160, 160, 160);
    border-style: solid;
    border-radius: 10px 10px 0px 0px;
    background-color: rgb(255, 255, 255);
    padding: 15px 10px;
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(160, 160, 160);
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}

.calcForm .carPrice input {
    border-radius: 10px 10px 10px 10px;
}



.calcForm .inputWrap {
    padding: 10px 0px;
}

.calcForm .ui-slider-horizontal .ui-slider-range-min {
    background-color: rgb(113, 197, 33);
}

.calcForm .ui-slider {
    bottom: 5px;
}


.ui-widget.ui-widget-content{
    margin: 0;
}


.calcResult {
    font-family: "Roboto", sans-serif;
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: -0.157px 2.996px 38px 2px rgba(14, 14, 14, 0.15);
    padding: 25px 50px;
    width: 100%;
    max-width: 380px;
}

.calcResult .title {
    font-size: 36px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding-bottom: 40px;
}

.calcResult .submit-btn {
    background-color: rgb(113, 197, 33);
    border-color: rgb(113, 197, 33);
    border-radius: 50px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding: 15px 40px;
    width: 100%;
    margin-top: 60px;
    transition: background-color .4s;
    cursor: pointer;
}

.calcResult .submit-btn:hover {
    transition: background-color .4s;
    background-color: #28a745;
}


.calcResult .monthCount {
    margin-top: 30px;
    margin-bottom: 30px;
}

.calcResult .calcResultLine {

    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: rgb(9, 9, 9);
    line-height: 1.429;
}

.calcResult .calcResultLine .price {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: rgb(9, 9, 9);
    font-weight: bold;
}

.input-group_checkbox{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.input-group_checkbox input{
    margin: 0 10px 0 0;
}


/*END Calc Form*/


@media(max-width: 1700px) {
    .car__button {
        font-size: 16px;
    }
    .tab{
        padding: 10px 15px;
        margin: 0 10px 15px 0;
    }

    .tab_credit {
        margin-top: 100px;
    }

    .tab__title{
        font-size: 14px;
    }

    .specifications__item_image {
        height: 40px;
        max-width: 70px;
        text-align: center;
    }

    .specifications__item_image img{
        max-height: 100%;
    }

    .tab_credit svg{
        max-height: 70px;
    }
}

@media(max-width: 1440px) {
    .product {
        width: calc(100% - 80px);
    }

    .wrapper_breadcrumbs{
        max-width: calc(100% - 80px);
    }

    .car__title {
        font-size: 26px;
    }

    .car__location {
        font-size: 22px;
    }

    .specifications__title {
        font-size: 16px;
    }

    .specifications__price {
        font-size: 26px;
    }

    .specifications__items {
        margin-top: 30px;
    }

    .specifications__item {
        margin-bottom: 30px;
    }

    .specifications__name {
        margin: 12px 0;
        font-size: 14px;
    }

    .specifications__value {
        font-size: 16px;
    }

    .product__properties {
        font-size: 14px;
    }

    .slider__nav-item {
        margin-bottom: 10px;
    }

    .slider__arrow svg {
        height: 26px;
    }

    .product__properties {
        display: flex;
        flex-wrap: wrap;
    }

    .properties__item {
        width: 50%;
        text-align: center;
    }

    .properties__value {
        display: block;
    }
}

@media (max-width: 1300px) {
    .specifications__items {
        margin-top: 10px;
    }

    .properties__item {
        padding: 5px 0;
        border-width: 2px;
    }

    .car__buttons{
        margin-top: 15px;
    }

    .specifications{
        width: calc(44.6% - 38px);
    }

    .slider{
        width: 55.4%;
    }

    .product__head{
        justify-content: flex-start;
    }

    .car__location {
        margin: 0 0 0 auto;
    }

    .car__location {
        min-width: 115px;
        justify-content: flex-end;
    }

    .car__location img, .car__location_sold svg {
        margin-right: 5px;
    }

}




@media (max-width: 1170px) {
    .specifications__title {
        font-size: 14px;
    }

    .specifications__price {
        font-size: 22px;
    }

    .car__title {
        font-size: 22px;
    }

    .car__location {
        font-size: 18px;
    }

    .specifications__item img {
        height: 20px;
    }

    .specifications__name {
        margin: 10px 0;
        font-size: 12px;
    }

    .specifications__value {
        font-size: 14px;
    }

    .specifications__items,
    .specifications__head,
    .car__buttons {
        padding: unset;
    }

    .specifications__body {
        padding-top: 10px;
    }

    .car__button {
        font-size: 14px;
    }

    .specifications__item_image {
        height: 30px;
        max-width: 60px;
    }
}


@media(max-width: 990px) {

    .product__properties {
        display: none;
    }

    .properties__item {
        width: 100%;
    }

    .properties__value {
        display: inline;
    }

    .product__body {
        padding: 20px 10px;
        justify-content: center;
    }

    .specifications {
        margin: 30px 0;
        width: calc(100% - 38px);
    }


    .specifications__item img {
        height: 25px;
    }

    .slider {
        width: 100%;
        max-width: 800px;
        justify-content: space-between;
    }

    .slider__preview-large {
        width: calc(70% - 22px);
        max-height: 45vw;
    }

    .slider__preview-small {
        width: 30%;
    }

    .slider__item {
        height: 45vw !important;
    }

    .slider__preview-small .slick-list.draggable {
        max-height: 45vw;
    }

    .tab__title {
        font-size: 16px;
    }

    .tab {
        padding: 12px 25px;
    }

    .car__location img {
        max-height: 20px;
    }


    .slider__nav-item {
        height: 19.89vw !important;
    }

    .specifications,.slider{
        max-width: unset;
    }

}

@media(max-width: 768px) {
    .product {
        width: calc(100% - 80px);
    }

    .wrapper_breadcrumbs{
        flex-wrap: wrap;
    }

    .breadcrumbs{
        width: 100%;
    }

    .button_back {
        margin: 0 0 0 auto;
        font-size: 14px;
        padding: 8px 16px;
    }

    .tab {
        width: 100%;
        margin: 0 0 15px 0;
        padding: 12px 20px;
        order: 2;
    }

    .tab__title {
        margin-left: 20px;
    }

    .tab_credit {
        display: flex;
        align-items: center;
        order: 1;
    }

    .tabs__nav .tab_credit:last-child{
        margin-bottom: 40px;
    }

    .tab_credit svg{
        position: static;
        width: auto;
        height: auto;
        max-height: 50px;
        max-width: 130px;
        width: 120px;
        height: auto;
    }

    .tab_credit svg path, .tab_credit svg polygon{
        fill: #ffffff;
    }

    .calcResult .calcResultLine .price {
        font-size: 22px;
    }
    .calcResult .submit-btn{
        font-size: 18px;
        padding: 15px 15px;
    }
    .calcBlock{
        flex-wrap: wrap;
    }

    .calcForm{
        margin: 0 auto 20px auto;
    }

    .calcResult{
        padding: 20px;
        margin: 0 auto;
    }

    .fancybox-slide--iframe .fancybox-content{
        background-color: transparent!important;
    }

    .fancybox-iframe {
        top: 50%!important;
        max-height: 40vh;
        transform: translateY(-50%);
    }

}

@media(max-width: 580px) {

    .wrapper {
        max-width: calc(100% - 40px);
    }

    .product {
        width: calc(100% - 40px);
    }

    .specifications__item {
        width: 50%;
        margin-bottom: 20px;
    }

    .slider__preview-large {
        width: 100%;
        max-height: 70vw;
        margin: unset;
    }

    .slider__item {
        height: 70vw !important;
    }

    .slider__preview-small {
        display: none;
    }

    .slider__arrow_next {
        transform: translate(0, -50%) rotate(-90deg);
    }

    .slider__arrow_prev {
        transform: translate(0%, -50%) rotate(90deg);
    }

    .car__location {
        font-size: 16px;
    }

    .product__head {
        padding: 10px 20px;
    }

    .tab__content {
        padding: 15px 15px;
    }

    .properties__tab {
        column-count: 1;
        list-style-type: none;
    }

    .car__buttons {
        flex-wrap: wrap;
    }

    .car__button {
        width: 100%;
    }

    .car__button +.car__button {
        margin-top: 20px;
    }

    

    .pagination {
        padding: 20px;
        justify-content: unset;
    }

    .pagination__item {
        width: 100%;
    }

    .pagination__prev {
        margin: 20px auto 20px 0;
    }

    .pagination__next {
        margin: 20px 0 20px auto;
    }

    .pagination__title {
        width: 100%;
        text-align: center;

    }

    .pagination__next .pagination__title {
        padding-left: 40px;
    }

    .pagination__prev .pagination__title {
        padding-right: 40px;
    }



}

@media(max-width: 460px) {
    .wrapper_breadcrumbs {
        display: block;
    }

    .button_back {
        margin: 0 0 0 auto;
    }

}

@media(max-width: 360px) {

    .slider__arrow svg {
        height: 18px;
    }

    .specifications__price {
        font-size: 18px;
    }

    .specifications__title {
        font-size: 12px;
    }

    .specifications__arrive {
        font-size: 12px;
    }

    .tab {
        margin: 5px;
    }

    .tab__title {
        margin-left: 20px;
        text-align: center;
    }

    .tab_credit svg {
        width: 90px;
    }

    .pagination__pulse:after {
        width: 30px;
        height: 30px;
    }

    .pagination__pulse svg {
        width: 15px;
    }

    .pagination__next .pagination__title {
        padding-left: 30px;
    }

    .pagination__prev .pagination__title {
        padding-right: 30px;
    }

}
