.choise {
    position: relative;
    padding: 0 0 6em;
    background-image:-webkit-linear-gradient(270deg, white 27%, rgb(216, 224, 230) 100%);
    background-image:linear-gradient(180deg, white 27%, rgb(216, 224, 230) 100%);
    background-position: 0% 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    padding-bottom: 160px;
    clear: both;
}

.choise .buttons__text {
    color: rgb(73, 89, 102);
}

.choise_line {
    float: left;
    height: 146px;
    clear: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0px;
    right: auto;
    z-index: 98;
    background-image:url("../img/lada-line1.png");
    background-position: 50% 0px;
    background-repeat: repeat;
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
}

.choise__header {
    font-size: 40px;
    color: rgb(73, 89, 102);
    font-family: PragmaticaLightC;
    font-weight: normal;
    line-height: 1em;
}

.choise__car_img {
    width: 100%;
    /*width: auto;*/
}

.choise__car_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
}

.choise__car_desc {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-family: PragmaticaC;
    color: rgb(131, 150, 165);
}

.choise__car_price-prefix {
    font-size: 21px;
    font-weight: normal;
    line-height: normal;
    margin: 10px 0px 0px;
    color: rgb(73, 89, 102);
    font-family: PragmaticaC;
    overflow: hidden;
    height: 100px;
}

.choise__car_price {
    font-size: 36px;
    font-weight: 500;
    line-height: 1em;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
}

.choise__car_price_cur {
    width: 18px;
    height: auto;
    margin: 2px 0 0 4px;
    vertical-align: top;
}

.choise__car_td:hover {
    color: rgb(73, 89, 102);
    background-image: url(../img/lada-arr1-b.svg);
}

a.choise__car_td:visited {
    color: rgb(247, 118, 31);
}

.choise__car_td,
.choise__car_credit {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    font-family: PragmaticaC;
    color: rgb(247, 118, 31);
    padding: 10px 0;
    border-top: 1px dotted rgb(247, 118, 31);
    border-bottom: 1px dotted rgb(247, 118, 31);
    -webkit-background-size: 20px;
    background-size: 20px;
    /*background: url(../img/lada-arr1-orng.svg) no-repeat no-repeat scroll 95% 50%;*/
    background-image:url("../img/lada-arr1-orng.svg");
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.choise__car_credit {
    border-top: 0px dotted rgb(247, 118, 31);
}

.choise__car_credit:hover {
    color: rgb(73, 89, 102);
    background-image: url(../img/lada-arr1-b.svg);
}

a.choise__car_credit:visited {
    color: rgb(247, 118, 31);
}

.choise__links_item_img {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px;
    color: rgb(0, 0, 0);
}

.choise__links_item_btn {
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    font-family: PragmaticaC;
    color: rgb(247, 118, 31);
    height: 50px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 13px 21px -8px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 13px 21px -8px;
    -webkit-background-size: 20px, auto;
    background-size: 20px, auto;
    background: rgb(255, 255, 255) url(assets/img/lada-arr1-orng.svg), url(assets/img/lada-corner.png) no-repeat no-repeat scroll 95% 50%, 100% 100%;
}

.choise__links_item_btn:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 16px 21px -8px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 16px 21px -8px;
    background: rgb(247, 118, 31) url(assets/img/lada-arr1-w.svg), url(assets/img/lada-corner.png) no-repeat no-repeat scroll 95% 50%, 100% 100%;
    color: rgb(255, 255, 255);
}

a.choise__links_item_btn:visited {
    color: rgb(247, 118, 31);
}

.choise__links_item_txt {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
}

@media only screen and (max-width: 1279px) {
    .choise__car_price {
        font-size: 37px;
    }
}

@media only screen and (max-width: 1023px) {
    .choise__car_name {
        font-size: 22px;
    }
}

@media only screen and (max-width: 959px) {
    .choise__car_name {
        font-size: 18px;
    }

    .choise__car_desc {
        font-size: 14px;
    }

    .choise__car_price-prefix {
        font-size: 18px;
        height: 90px;
    }

    .choise__car_price {
        font-size: 30px;
    }

    .choise__car_price_cur {
        margin-left: 2px;
    }

    .choise__car_td {
        font-size: 14px;
    }

    .choise__car_credit {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .choise__car_name {
        font-size: 22px;
    }
}

@media only screen and (max-width: 719px) {
    .choise__car_price-prefix {
        font-size: 16px;
        height: 75px;
    }
}

@media only screen and (max-width: 599px) {

}

@media only screen and (max-width: 479px) {
    .choise__car_name {
        font-size: 25px;
    }

    .choise__car_price {
        font-size: 40px;
    }
}
