.wb-emptiness {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 121;
}

.wb-emptiness.active {
    display: block;
}

.white-box {
    float: left;
    /*height: 1200px;*/
    clear: both;
    width: 480px;
    position: fixed;
    top: 0px;
    left: auto;
    bottom: auto;
    /*right: 1363px;*/
    right: -500px;
    z-index: 122;
    background-color: rgb(243, 245, 247);
    padding: 30px 30px 100px 30px;
    /*display: none;*/
    display: block;
    -webkit-transition: right 0.8s ease-out 0s;
    -moz-transition: right 0.8s ease-out 0s;
    -o-transition: right 0.8s ease-out 0s;
    transition: right 0.8s ease-out 0s;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.white-box.active {
    right: 0;
}

.wb-close-text {
    float: right;
    font-size: 16px;
    width: auto;
    height: 32px;
    text-align: right;
    font-weight: normal;
    line-height: 1em;
    clear: none;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(247, 118, 31);
    position: relative;
    top: 0px;
    left: 0px;
    padding-right: 40px;
    display: block;
    padding-top: 8px;
    z-index: 101;
    margin: 0px;
    background-image:url("../../img/close.svg");
    background-attachment: scroll;
    -webkit-background-size: 30px;
    background-size: 30px;
    background-position: 100% 0%;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
}

.wb-close-text:hover {
    color: rgb(73, 89, 102);
    z-index: 101;
    background-image:url("../img/close2.svg");
    background-attachment: scroll;
    -webkit-background-size: 30px;
    background-size: 30px;
    background-position: 100% 0%;
    background-repeat: no-repeat no-repeat;
}

.wb-close-button {
    float: right;
    height: 36px;
    margin: 0px;
    clear: none;
    width: 36px;
    display: none;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    background-image:url("../../img/close.svg");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    top: 409px;
    right: 50.71875px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.34902) 0px 6px 13px 0px;
    box-shadow: rgba(0, 0, 0, 0.34902) 0px 6px 13px 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    cursor: pointer;
}

.wb-carbox {
    float: left;
    height: auto;
    margin: 0px;
    clear: none;
    width: auto;
    display: block;
}

.wb-carimg {
    float: left;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px;
    clear: none;
    color: rgb(0, 0, 0);
    display: block;
}

.wb-cartext {
    float: left;
    font-size: 21px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: 1em;
    margin: 10px 0px 0px;
    clear: both;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(247, 118, 31);
}

.wb-carprice {
    float: none;
    font-size: 24px;
    line-height: 1em;
    font-weight: 300;
    color: rgb(73, 89, 102);
}

.wb-carkompl {
    float: left;
    font-size: 18px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0px 0px;
    clear: left;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgba(73, 89, 102, 0.952941);
}

.wb-carkompl-name {
    float: none;
    font-size: 16px;
    line-height: 1em;
    color: rgb(160, 175, 187);
    font-weight: 500;
}

.wb-feature.active {
    float: left;
    font-size: 18px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0px 0px;
    clear: left;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
    padding-top: 13px;
    border: 0px solid rgba(131, 150, 165, 0.901961);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: rgb(216, 224, 230);
}

.wb-feature {
    float: left;
    font-size: 18px;
    width: 100%;
    height: 50px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0px 0px;
    clear: left;
    min-height: 0px;
    font-family: PragmaticaC;
    color: rgb(73, 89, 102);
    padding-top: 13px;
    border: 1px solid rgba(131, 150, 165, 0.901961);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    display: block;
    cursor: pointer;
}

.wb-feature:hover {
    background-color: rgb(216, 224, 230);
    border-width: 0px;
}

.wb-feature-text {
    float: left;
    font-size: 16px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: normal;
    margin: 20px 0px 0px;
    clear: left;
    /*min-height: 356px;*/
    font-family: PragmaticaC;
    color: rgb(131, 150, 165);
    display: none;
}

.wb-feature-text span {
    display: block;
    margin-bottom: 14px;
}

.wb-feature-text.active {
    display: block;
}

#box58 {
    float: left;
    height: 110px;
    clear: left;
    width: 480px;
    position: fixed;
    top: auto;
    left: auto;
    z-index: 122;
    padding: 30px;
    display: block;
    background-image:-webkit-linear-gradient(270deg, rgba(216, 224, 230, 0) 5%, rgb(243, 245, 247) 42%);
    background-image: linear-gradient(180deg, rgba(216, 224, 230, 0) 5%, rgb(243, 245, 247) 42%);
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    bottom: 0px;
    right: 0px;
    background-position: 0% 0%;
    background-repeat: repeat repeat;
}

.wb-last-block {
    height: 120px;
    clear: both;
}

#button14 {
    float: right;
    height: 50px;
    clear: none;
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px;
    -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;
    display: block;
    min-width: 0px;
    position: static;
    top: 0px;
    left: 0px;
    margin: 0px;
    background-image:url("../img/lada-arr1-orng.svg"),url("../img/lada-corner.png");
    background-attachment: scroll;
    -webkit-background-size: 21px, auto;
    background-size: 21px, auto;
    background-color: rgb(255, 255, 255);
    background-position: 95% 50%, 100% 100%;
    background-repeat: no-repeat no-repeat;
}

#button14: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;
    margin-top: 0px;
    background-image:url("../img/lada-arr1-w.svg"),url("../img/lada-corner.png");
    background-attachment: scroll;
    background-color: rgb(247, 118, 31);
    background-position: 95% 50%, 100% 100%;
    background-repeat: no-repeat no-repeat;
}

@media only screen and (max-width: 1279px) {
    #button14 {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        float: left;
        clear: both;
    }

    #button14:hover {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    #button14 {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1023px) {
    #button14 {
        margin-left: 0px;
        margin-right: 0px;
        float: right;
        margin-top: 8px;
        clear: none;
    }

    #button14:hover {
        margin-top: 8px;
    }
}

@media only screen and (max-width: 599px) {
    #button14 {
        position: static;
        bottom: auto;
        right: auto;
        top: 0px;
        left: 0px;
        width: 88%;
        margin-right: 30px;
        margin-top: 30px;
        clear: none;
    }
}

@media only screen and (max-width: 479px) {
    .white-box {
        width: 100%;
    }

    #box58 {
        padding: 30px;
        width: 100%;
    }

    #button14 {
        width: 95.8%;
        position: static;
        bottom: auto;
        right: auto;
        top: 0px;
        left: 0px;
        margin: 0px;
        clear: none;
    }
}

@media only screen and (max-width: 369px) {
    .white-box {
        /*display: none;*/
        top: 0px;
        /*right: 0px;*/
    }

    .wb-close-text {
        display: none;
    }

    .wb-close-button {
        display: block;
        position: absolute;
        margin: 0px;
        width: 36px;
        top: 20px;
        left: auto;
        right: 20px;
        background-image:url("../../img/close.svg");
        background-attachment: scroll;
        -webkit-background-size: auto;
        background-size: auto;
        background-color: rgb(243, 245, 247);
        bottom: auto;
        -webkit-box-shadow: rgba(0, 0, 0, 0.34902) 0px 9px 13px -3px;
        box-shadow: rgba(0, 0, 0, 0.34902) 0px 9px 13px -3px;
        background-position: 50% 50%;
        background-repeat: no-repeat no-repeat;
    }

    #button14 {
        width: 310px;
    }
}

@media only screen and (max-width: 320px) {
    .white-box {
        /*display: none;*/
    }

    #button14 {
        width: 260px;
    }
}
