

/* Start:/electric_drive/css/style.css?175085601842731*/
 @charset "UTF-8";

html {
    width:100%;
    height: 100%;
}
body {
    width:100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold !important;
    font-size: 60px !important;
    line-height: 70px;
    color: #606060;
    margin: 0;
}
h2 {
    font-family: 'Roboto', sans-serif; font-weight: bold;
    font-style: normal;
    font-weight: 500 !important;
    font-size: 40px !important;
    line-height: 50px;
    color: #606060;
    margin: 0 !important;
}
h2 span {
    color: #2A70B3;
}
.desc span {
    color: #2A70B3;
    font-weight: bold;
}
a {
    color: #2A70B3;
    text-decoration: none;
}
ul {
    list-style-image: url(/farkop/img/li.png) !important;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 40px;
    color: #0D1C41;
    margin: 0 !important;
    padding-left: 22px !important;
}
ul li {
    padding-left: 5px;
}
input {
    outline: none;
}
.orange_button {
    background: rgb(221 2 4);
    border-radius: 6px;
    box-shadow: 0px 7px 10px rgba(255, 100, 75, 0.4);
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    outline: none;
    transition: .15s ease-in-out;
}
.orange_button:hover {
    color: rgb(221 2 4);
    background: transparent;
    font-weight: 600;
}
.container {
    position: relative;
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.slide {
    height: 660px;
    background: #F7F7F7;
    margin-bottom: 70px;
    overflow: hidden;
}
.slide .slide_inside {
    position: relative;
    height: 660px;
    background: #FFFFFF;
    border-bottom-right-radius: 860px 660px;
}
.slide .slide_inside .container {
    position: initial;
}
.slide .slide_inside .container h1 {
    max-width: 800px;
    position: relative;
    top: 80px;
}
.slide .slide_inside .container h1 span {
    color: #2A70B3;
}
.slide .slide_inside .container ul {
    position: relative;
    top: 100px;
}
.slide .slide_inside .container a {
    position: relative;
    top: 140px;
    width: 270px;
    height: 64px;
}
.slide .slide_inside .container .car_slide {
    position: absolute;
    top: 57px;
    right: 0px;
}
.slide .slide_inside .container .discount_block {
    position: absolute;
    top: 81px;
    right: 0px;
    width: 286px;
    height: 191px;
    background: url(/farkop/img/discount_block.png) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide .slide_inside .container .discount_block .first_row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.slide .slide_inside .container .discount_block span:first-child {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.slide .slide_inside .container .discount_block span:nth-of-type(2) {
    margin: 0px 7px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 80px;
    line-height: 57px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.slide .slide_inside .container .discount_block span:nth-of-type(3) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.slide .slide_inside .container .discount_block .second_row {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}



.requirements {
    height: 680px;
}
.requirements .container h2 {
    max-width: 630px;
    margin-bottom: 40px !important;
}
.requirements .container .desc {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0D1C41;
}
.requirements .container .requirements_blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.requirements .container .requirements_blocks .requirement_block {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 370px;
    height: 460px;
    position: relative;
}
.requirements .container .requirements_blocks .requirement_block .requirement_img {
    position: absolute;
    top: 0px;
    left: 20px;
    background: #F7F7F7;
    border: 5px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 240px;
}
/*.requirements .container .requirements_blocks .requirement_block .requirement_img img {
    max-width: 160px;
}*/
.requirements .container .requirements_blocks .requirement_block .requirement_text {
    position: initial;
    height: 380px;
    background: #F7F7F7;
    border: 5px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 100px 85px 0px 35px;
}
.requirements .container .requirements_blocks .requirement_block .requirement_text span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #0D1C41;
}
.requirements .container .requirements_blocks .requirement_block .requirement_text ul {
    margin-top: 30px !important;
    line-height: 26px;
}
.requirements .container .requirements_blocks .requirement_block .requirement_text ul li {
    margin-bottom: 15px;
}
.requirements .container .requirement_bottom_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #0D1C41;
    opacity: 0.5;
}

.price {
    margin-bottom: 45px;
}
.price .container h2 {
    max-width: 338px;
    margin-bottom: 20px !important;
}
.price .container p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px !important;
    line-height: 40px;
    color: #0D1C41;
}
.price .container p b {
    color: #2A70B3;
}
.price .container p b span {
    font-size: 21px;
}

.advantages_getting_loan {
    /****padding-top: 140px;***/
    padding-top: 0px;
}
.advantages_getting_loan .container h2 {
    max-width: 675px;
    margin-bottom: 40px !important;
}
.advantages_getting_loan .container .desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0D1C41;
    margin-bottom: 60px;
}
.advantages_getting_loan .container .advantages_carousel {

}
.advantages_getting_loan .container .advantages_carousel .slick-track {
    padding-bottom: 70px;
}
.advantages_getting_loan .container .advantages_carousel .advantages_carousel_item {
    width: 270px;
    height: 450px;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    background: #F7F7F7;
    margin-right: 30px;
    outline: none;
    overflow: hidden;
}
.advantages_getting_loan .container .advantages_carousel .advantages_carousel_item img {
    margin-bottom: 40px;
    width: 100%;
    border: 5px solid #7d7d7d;
    border-radius: 15px 15px 0px 0px;
}
.advantages_getting_loan .container .advantages_carousel .advantages_carousel_item div:nth-of-type(1) {
    padding: 0px 19px 0px 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    line-height: 32px;
    color: #0D1C41;
    margin-bottom: 20px;
}
.advantages_getting_loan .container .advantages_carousel .advantages_carousel_item div:nth-of-type(2) {
    padding: 0px 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #0D1C41;
}

.how_get_express_loan {
    /****padding-top: 140px;***/
}
.how_get_express_loan .container h2 {
    margin-bottom: 150px !important;
}
.how_get_express_loan .container .desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0D1C41;
    margin-bottom: 60px;
}
.how_get_express_loan .container .how_get_express_loan_blocks {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block {
    display: flex;
    flex-direction: column;
    width: 350px;
/*    height: 360px;*/
    position: relative;
}
.how_get_express_loan .container .how_get_express_loan_blocks .next_step {
    position: relative;
    top: 40px;
}
.how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .kak_podkluchit_img {
    position: absolute;
    top: -100px;
    left: 15px;
    background: #F7F7F7;
    border: 5px solid #FFFFFF;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 240px;
}
.how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block img {
    max-width: 150px;
}
.how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .how_get_express_loan_text {
    position: initial;
    box-sizing: border-box;
    background: #F7F7F7;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    height: 421px;
    padding: 90px 30px;
}
.how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .how_get_express_loan_text span:nth-of-type(1) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #0D1C41;
    display: block;
    margin-bottom: 15px;
}
.how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .how_get_express_loan_text span:nth-of-type(2) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #0D1C41;
}

.pawnshop_for_pts_all_types {

}
.pawnshop_for_pts_all_types .container h2 {
    margin-bottom: 40px !important;
}
.pawnshop_for_pts_all_types .container .desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0D1C41;
    margin-bottom: 60px;
}
.pawnshop_for_pts_all_types .container .tipy_ts {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.pawnshop_for_pts_all_types .container .tipy_ts .ts_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 270px;
    margin-right: 30px;
}
.pawnshop_for_pts_all_types .container .tipy_ts .ts_item img {
    margin-bottom: 15px;
    border-radius: 100%;
    max-width: 270px;
    max-height: 180px;
}
.pawnshop_for_pts_all_types .container .tipy_ts .ts_item span {
    max-width: 270px;
}
.pawnshop_for_pts_all_types .container .tipy_ts .ts_item span:nth-of-type(1) {
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #0D1C41;
}
.pawnshop_for_pts_all_types .tipy_ts .ts_item:hover span:nth-of-type(1) {
    color: rgb(221 2 4);
}
.pawnshop_for_pts_all_types .container .tipy_ts .ts_item span:nth-of-type(2) {
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #0D1C41;
}

.faq {
    padding: 60px 0px 60px;
    background: #F7F7F7;
}
.faq .container h2 {
    margin-bottom: 20px !important;
}
.faq .container .desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0D1C41;
    margin-bottom: 38px;
}
.faq .container .questions_answers_block {

}
.faq .container .questions_answers_block .question_answer_item.opened {
    max-width: 1154px;
    background: #F7F7F7;
    border: 5px solid #FFFFFF;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    position: relative;
    left: 15px;
}
.faq .container .questions_answers_block .question_answer_item.closed {
    max-width: 1154px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(13 28 65 / 5%);
    margin-bottom: 30px;
}
.faq .container .questions_answers_block .question_answer_item .open_close_button.opened {
    position: absolute;
    top: 10px;
    left: -18px;
    cursor: pointer;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    object-fit: cover;
}
.faq .container .questions_answers_block .question_answer_item .open_close_button.closed {
    position: absolute;
    top: 15px;
    left: 2px;
    cursor: pointer;
    border-radius: 100%;
    height: 22px;
    width: 22px;
    object-fit: cover;
}
.faq .container .questions_answers_block .question_answer_item h3 {
    position: initial;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #0D1C41;
    padding: 10px 44px 0px;
    margin: 1em 0;
}
.faq .container .questions_answers_block .question_answer_item .answer {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #0D1C41;
    padding: 1px 54px 30px;
}
.faq .container .questions_answers_block .question_answer_item .answer p {
    margin-bottom: 15px;
}
.faq .container .questions_answers_block .question_answer_item.opened .answer ul {
    line-height: 26px;
}
.faq .container .questions_answers_block .question_answer_item.opened .answer ul li {
    margin-bottom: 15px;
}

.application_for_the_loan {
    padding: 60px 0px 0px;
}
.application_for_the_loan .container {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.application_for_the_loan .container h2 {
    max-width: 530px;
    margin-bottom: 15px !important;
}
.application_for_the_loan .container .desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0D1C41;
    max-width: 350px;
}
.application_for_the_loan .container .before_text_form {
    max-width: 500px;
}
.application_for_the_loan .container .request_credit {
    display: flex;
    flex-wrap: wrap;
    max-width: 570px;
    height: 230px;
    justify-content: space-between;
}
.application_for_the_loan .container .request_credit .privacy_policy_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #0D1C41;
}
.application_for_the_loan .container .request_credit .privacy_policy_text a {
    cursor: pointer;
    border-bottom: 1px solid;
}
.application_for_the_loan .container .request_credit input[type="text"] {
    width: 270px;
    height: 64px;
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 7px;
    padding-left: 25px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #0D1C41;
    margin-bottom: 30px;
}
.application_for_the_loan .container .request_credit input[type="submit"] {
    width: 270px;
    height: 64px;
    background: #dd0204;
    border-radius: 6px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    box-shadow: 0px 7px 10px rgba(255, 100, 75, 0.4);
    cursor: pointer;
    transition: .15s ease-in-out;
}
.application_for_the_loan .container .request_credit input[type="submit"]:hover {
    color: #dd0204;
    background: transparent;
    font-weight: 600;
}

.any_other_questions {
    height: 500px;
    background: linear-gradient(to right, #F6F6F6 50%, #2A70B3 50%);
    padding: 100px 0px 130px;
    box-sizing: border-box;
}
.any_other_questions .container h2 {
    margin-bottom: 10px;
}
.any_other_questions .desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #0D1C41;
    margin-bottom: 15px;
}
.any_other_questions .number_phone {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #2A70B3;
    display: block;
    margin-bottom: 20px;
}
.any_other_questions .show_callback {
    width: 270px;
    height: 64px;
}
.any_other_questions img {
    position: absolute;
    top: -100px;
    right: 0;
}

.dark_outer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 100;
}
.close_form {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.select_city_popup {
    align-items: center;
    width: 570px;
    height: 641px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 222;
    margin: auto;
    padding: 55px;
    box-sizing: border-box;
}
.select_city_popup h2 {
    margin-bottom: 10px;
    text-align: center;
}
.select_city_popup .cities_block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.select_city_popup .cities_block .city_item {
    margin-right: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #0D1C41;
    cursor: pointer;
}
.select_city_popup .cities_block .city_item:hover {
    color: #2A70B3;
}
.select_city_popup .cities_block .city_item.selected {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.popup_callback {
    width: 570px;
    height: 641px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 222;
    margin: auto;
    padding: 55px 100px 55px;
    box-sizing: border-box;
}
.popup_callback h2 {
    margin-bottom: 10px;
    text-align: center;
}
.popup_callback .desc {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #0D1C41;
    margin-bottom: 30px;
}
.popup_callback form {
    display: flex;
    flex-direction: column;
    width: 330px;
    margin: 0 auto 30px;
}
.popup_callback form label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #0D1C41;
    margin-bottom: 15px;
}
.popup_callback form input[type="text"] {
    width: 100%;
    height: 63px;
    background: #FFFFFF;
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 7px;
    margin-bottom: 20px;
    padding: 0px 25px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #0D1C41;
}
.popup_callback form input[type="submit"] {
    width: 100%;
    height: 64px;
    background: #dd0204;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: .15s ease-in-out;
}
.popup_callback form input[type="submit"]:hover {
    color: #dd0204;
    background: transparent;
    font-weight: 600;
}
.popup_callback .privacy_policy_text {
    max-width: 330px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #0D1C41;
    margin: 0 auto;
}
.popup_callback .privacy_policy_text a {
    cursor: pointer;
    border-bottom: 1px solid;
}
.success_popup, .error_popup {
    width: 570px;
    height: 230px;
    background: #ffe8e5;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 222;
    margin: auto;
    padding: 60px 80px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.success_popup span:nth-of-type(1), .error_popup span:nth-of-type(1) {
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #2A70B3;
}
.success_popup span:nth-of-type(2), .error_popup span:nth-of-type(2) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #0D1C41;
}

.mobile_block {
    display: none !important;
}

.progress-bar {
    background-color: #2A70B3;
    height: 50px;
    width: 100%;
    margin: 30px 0px 30px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    -moz-box-shadow: 10px 0px 15px rgba(58, 51, 14, 0.2);
    -webkit-box-shadow: 10px 0px 15px rgba(58, 51, 14, 0.2);
    box-shadow: 10px 0px 15px rgba(58, 51, 14, 0.2);
}
.progress-bar span {
    display: inline-block;
    height: 50px;
    -moz-border-radius: 12px 0px 0px 12px;;
    -webkit-border-radius: 12px 0px 0px 12px;;
    border-radius: 12px 0px 0px 12px;;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    -webkit-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    -ms-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
}
.orange span {
    background-color: #dd0204;
}
.stripes span {
    -webkit-background-size: 30px 30px;
    -moz-background-size: 30px 30px;
    background-size: 30px 30px;
    background-image: -webkit-gradient(linear, left top, right bottom,
                                            color-stop(.25, rgba(255, 255, 255, .15)), color-stop(.25, transparent),
                                            color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .15)),
                                            color-stop(.75, rgba(255, 255, 255, .15)), color-stop(.75, transparent),
                                            to(transparent));
    background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                                            transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                                            transparent 75%, transparent);

    -webkit-animation: animate-stripes 3s linear infinite;
    -moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}
@-moz-keyframes animate-stripes {
        0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

.style_hover_text_click:hover {
    color: #dd0204!important;
}

.dropdown_item {
    position: relative;
    cursor: pointer;
}
.dropdown_childs {
    flex-direction: column;
    position: absolute;
    right: 0;
    background-color: #2a70b3;
    padding: 7px;
    box-sizing: border-box;
    min-width: 190px;
    border-top: 3px solid #dd0204;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 7px 7px rgba(0,0,0,0.22);
    display: none;
}
.dropdown_childs a {
    margin-bottom: 15px;
    line-height: 17px !important;
    font-weight: 500 !important;
}
.dropdown_childs a:last-child {
    margin-bottom: 0px;
}
.dropdown_childs a {
    color: #FFFFFF !important;
}
.dropdown_childs a:hover {
    color: #FFFFFF !important;
    font-weight: 600 !important;
}
.dropdown_item:hover .dropdown_childs {display: flex;}

.dropdown_parent_mobile {
    margin-bottom: 10px;
}

.dropdown_childs_mobile {
    display: flex;
    flex-direction: column;
}
.dropdown_childs_mobile a {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #0D1C41;
}
.all_writes_wrapper,
.detailed_write_wrapper {
    padding: 50px 15px;
    min-height: calc(100vh - 566px);
}
.all_writes_wrapper h1,
.detailed_write_wrapper h1 {
    margin-bottom: 30px;
}
.detailed_write_wrapper .back_to_writes {
    display: block;
    margin-top: 30px;
}
.detailed_write_wrapper figure {
    margin: 0px;
}
.all_writes_wrapper h2 {
    font-size: 30px;
}
.all_writes_wrapper .one_write {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
}
.all_writes_wrapper .one_write .one_write_img {
    max-width: 100px;
    max-height: 100px;
    margin-right: 15px;
}
.all_writes_wrapper .one_write .one_write_img img {
    width: 100%;
    height: auto;
}
.all_writes_wrapper .one_write .one_write_text {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.all_writes_wrapper .one_write .one_write_text .one_write_excerpt {
    margin: 5px 0px 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.all_writes_wrapper .one_write .one_write_text .one_write_date {
    background-color: #dd0204;
    color: #FFFFFF;
    align-self: flex-end;
    padding: 3px 10px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}
.all_writes_wrapper .one_write .one_write_text .one_write_excerpt p {
    margin: auto;
}
.all_writes_wrapper .one_write .one_write_text a {
    color: #2A70B3;
}
.all_writes_wrapper .one_write .one_write_text a:hover {
    color: #dd0204;
}
.button_make_payment {
    min-height: 32px;
    margin-bottom: 20px;
    line-height: 32px;
    font-size: 12px;
    color: rgb(255 255 255);
    background: #00BF96;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    max-width: 115px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
}
#footer .btn_red {
    display: none;
}

@media screen and (max-width: 1900px) {
    .slide .slide_inside .container .car_slide {
        right: -250px;
    }
}

@media screen and (max-width: 1700px) {
    .slide .slide_inside .container .car_slide {
        right: -330px;
    }
}

@media screen and (max-width: 1500px) {
    .slide .slide_inside .container .car_slide {
        right: -450px;
    }
}

@media screen and (max-width: 1366px) {
    .slide .slide_inside .container .car_slide {
        right: 0;
        width: 600px;
    }
}

@media screen and (max-width: 1170px) {
    .desktop_block {
        display: none !important;
    }
    .mobile_block {
        display: block !important;
    }
    .container_mobile {
        padding: 0px 15px;
    }
    .slide {
        background: #fff;
        height: auto;
        margin-top: 20px;
        margin-bottom: 80px;
        overflow: initial;
    }
    .slide .slide_inside {
        height: auto;
    }
    .slide .slide_inside .container h1 {
        top: 0;
        text-align: center;
        max-width: 100%;
    }
    h1 {
        font-size: 30px !important;
        line-height: 40px;
    }
    .slide .slide_inside .container ul {
        top: 15px;
        font-size: 16px !important;
        line-height: 20px;
        max-width: 270px;
        margin: 0 auto !important;
    }
    .slide .slide_inside .container ul li {
        margin-bottom: 15px;
    }
    .slide .slide_inside .container a {
        top: 30px;
        margin: 0 auto;
    }
    .requirements {
        height: auto;
        margin-top: 80px;
        margin-bottom: 40px;
    }
    .requirements .container h2 {
        margin-bottom: 30px !important;
        max-width: 100%;
        text-align: center;
    }
    h2 {
        font-size: 24px !important;
        line-height: 30px;
    }
    .requirements .container .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .requirements .container .requirements_blocks {
        margin: 0px auto;
        max-width: 400px;
    }
    .requirements .container .requirements_blocks .requirement_block {
        height: auto;
    }
    .requirements .container .requirements_blocks .requirement_block .requirement_text {
        border: none;
        border-radius: 0px;
        position: relative;
        top: -70px;
        z-index: 10;
        height: auto;
        padding: 110px 15px 20px 15px;
    }
    .requirements .container .requirements_blocks .requirement_block .requirement_img {
        z-index: 11;
        position: initial;
        width: 210px;
        height: 140px;
        margin: 0 auto;
    }
    .requirements .container .requirements_blocks .requirement_block .requirement_img img[src="/electric_drive/img/vid_1.png"] {
        max-width: 106px;
    }
    .requirements .container .requirements_blocks .requirement_block .requirement_img img {
        max-width: 115px;
    }
    .requirements .container .requirements_blocks .requirement_block .requirement_img img[src="/electric_drive/img/vid_3.png"] {
        max-width: 160px;
    }
    .requirements .container .requirements_blocks .requirement_block .requirement_text span {
        font-size: 24px;
        line-height: 24px;
    }
    .requirements .container .requirements_blocks .requirement_block .requirement_text ul {
        font-size: 16px;
        line-height: 20px;
    }
    .requirements .container .requirements_blocks .slick-prev {
        bottom: 10px;
        top: auto;
        left: 0;
        right: 50px;
        margin: auto;
    }
    .requirements .container .requirements_blocks .slick-next {
        bottom: 10px;
        top: auto;
        right: 0;
        left: 50px;
        margin: auto;
    }
    .price .container h2 {
        max-width: 100%;
        text-align: center;
    }
    .price .container p {
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .price .container p b {
        display: block;
    }
    .advantages_getting_loan .container h2 {
        max-width: 100%;
        text-align: center;
    }
    .advantages_getting_loan .container .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .advantages_getting_loan .container .advantages_carousel {
        max-width: 350px;
        margin: 0px auto;
    }
    .advantages_getting_loan .container .advantages_carousel .slick-prev {
        bottom: -10px;
        top: auto;
        left: 0;
        right: 50px;
        margin: auto;
    }
    .advantages_getting_loan .container .advantages_carousel .slick-next {
        bottom: -10px;
        top: auto;
        right: 0;
        left: 50px;
        margin: auto;
    }
    .advantages_getting_loan .container .advantages_carousel .slick-track {
        padding-bottom: 40px;
    }
    .advantages_getting_loan .container .advantages_carousel .advantages_carousel_item {
        border: 0px;
        border-radius: 12px;
        height: auto;
        width: 290px;
        box-shadow: none;
        margin-right: 0px;
        padding-bottom: 40px;
    }
    .advantages_getting_loan .container .advantages_carousel .advantages_carousel_item img {
        margin-bottom: 20px;
    }
    .advantages_getting_loan .container .advantages_carousel .advantages_carousel_item div:nth-of-type(1) {
        padding: 0px 15px 0px 15px;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .advantages_getting_loan .container .advantages_carousel .advantages_carousel_item div:nth-of-type(2) {
        padding: 0px 15px;
        font-size: 16px;
        line-height: 24px;
    }
    .how_get_express_loan {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .how_get_express_loan .container h2 {
        margin-bottom: 50px !important;
        max-width: 100%;
        text-align: center;
    }
    .how_get_express_loan .container .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks {
        flex-direction: column;
        max-width: 450px;
        margin: 0 auto;
        position: relative;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block {
        width: 100%;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .kak_podkluchit_img {
        left: 0;
        right: 0;
        max-width: 180px;
        max-height: 119px;
        top: -43px;
        margin: auto;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .kak_podkluchit_img img {
        max-width: 111px;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .how_get_express_loan_text {
        border: none;
        border-radius: 0px;
        border-bottom: 5px solid #FFFFFF;
        padding: 85px 15px 40px;
        height: auto;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .how_get_express_loan_text span:nth-of-type(1) {
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .how_get_express_loan_block .how_get_express_loan_text span:nth-of-type(2) {
        font-size: 16px;
        line-height: 24px;
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .next_step:nth-of-type(1) {
        position: absolute;
        top: 345px;
        left: 15px;
        transform: rotate(90deg);
    }
    .how_get_express_loan .container .how_get_express_loan_blocks .next_step:nth-of-type(2) {
        /*position: absolute;
        top: 815px;
        left: 15px;
        transform: rotate(90deg);*/
        display: none;
    }
    .pawnshop_for_pts_all_types {
        margin-top: 50px;
    }
    .pawnshop_for_pts_all_types .container h2 {
        max-width: 100%;
        text-align: center;
    }
    .pawnshop_for_pts_all_types .container .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .pawnshop_for_pts_all_types .container .tipy_ts {
        margin-bottom: 90px;
    }
    .pawnshop_for_pts_all_types .container .tipy_ts .slick-prev {
        bottom: -50px;
        top: auto;
        left: 0;
        right: 50px;
        margin: auto;
    }
    .pawnshop_for_pts_all_types .container .tipy_ts .slick-next {
        bottom: -50px;
        top: auto;
        right: 0;
        left: 50px;
        margin: auto;
    }
    .pawnshop_for_pts_all_types .container .tipy_ts .ts_item {
        max-width: 100%;
        margin-right: 0px;
    }
    .faq {
        padding: 60px 15px 60px;
        max-width: 700px;
        margin: 0 auto;
    }
    .faq .container h2 {
        max-width: 100%;
        text-align: center;
    }
    .faq .container .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .faq .container .questions_answers_block .question_answer_item h3 {
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
    }
    .faq .container .questions_answers_block .question_answer_item .answer {
        padding: 1px 0px 10px;
    }
    .faq .container .questions_answers_block .question_answer_item .answer, .faq .container .questions_answers_block .question_answer_item .answer ul {
        font-size: 14px;
        line-height: 22px;
    }
    .faq .container .questions_answers_block .question_answer_item.opened {
        max-width: 100%;
        border: none;
        box-shadow: none;
        border-radius: 0px;
        left: 0;
    }
    .faq .container .questions_answers_block .question_answer_item .open_close_button.opened {
        top: 12px;
        left: 0px;
    }
    .faq .container .questions_answers_block .question_answer_item .open_close_button.closed {
        top: 12px;
        left: 0px;
    }
    .application_for_the_loan {
        padding: 60px 15px 0px;
        max-width: 700px;
        margin: 0 auto;
    }
    .application_for_the_loan .container {
        flex-direction: column;
    }
    .application_for_the_loan .container h2 {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .application_for_the_loan .container .desc {
        font-size: 16px;
        max-width: 100%;
        line-height: 24px;
        margin-bottom: 30px;
        text-align: center;
    }
    .application_for_the_loan .container .b24-form {
        margin: 0 auto;
    }
    .application_for_the_loan .container .request_credit {
        max-width: 100%;
        height: auto;
    }
    .application_for_the_loan .container .request_credit input[type="text"] {
        width: 100%;
    }
    .application_for_the_loan .container .request_credit input[type="submit"] {
        width: 100%;
    }
    .application_for_the_loan .container .request_credit .privacy_policy_text {
        text-align: center;
    }
    .any_other_questions {
        background: #F6F6F6;
        padding: 60px 15px 60px;
        text-align: center;
        height: auto;
    }
    .any_other_questions .container h2 {
        margin-bottom: 15px;
    }
    .any_other_questions .desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .any_other_questions .number_phone {
        margin-bottom: 25px;
    }
    .any_other_questions img {
        display: none;
    }
    .any_other_questions .show_callback {
        width: 100%;
    }
    .map {
        height: 600px;
    }
    .map > ymaps {
        height: 600px !important;
    }
    .all_writes_wrapper, .detailed_write_wrapper {
        padding: 0px 15px 20px;
    }
    .popup_callback {
        padding: 55px 15px 55px;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .popup_callback form {
        width: 100%;
    }
    .success_popup, .error_popup {
        padding: 55px 15px 55px;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    .mobile_menu {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100%;
        background: #F7F7F7;
        z-index: 99;
        padding: 110px 15px 40px;
        box-sizing: border-box;
        overflow: auto;
    }
    .mobile_menu .city_mobile {
        display: flex;
        align-items: flex-end;
        margin-bottom: 10px;
    }
    .mobile_menu .city_mobile img {
        margin-right: 7px;
    }
    .mobile_menu .city_mobile span {
        text-transform: uppercase;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 16px;
        color: #2A70B3;
        cursor: pointer;
    }
    .mobile_menu .address_mobile {
        margin-bottom: 36px;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 16px;
        color: #0D1C41;
    }
    .mobile_menu .hr_mobile {
        width: 100%;
        height: 2px;
        background: #0D1C41;
        opacity: 0.05;
        margin-bottom: 20px;
    }
    .mobile_menu .link_menu_mobile {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 12px;
        text-transform: uppercase;
        color: #0D1C41;
        margin-bottom: 20px;
    }
    .mobile_menu .phones_menu_mobile {
        margin-top: 25px;
        text-align: center;
    }
    .mobile_menu .phones_menu_mobile a {
        display: block;
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 30px;
        line-height: 30px;
        text-transform: uppercase;
        color: #2A70B3;
        margin-bottom: 10px;
    }
    .mobile_menu .text_after_mobile_phones {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #0D1C41;
        opacity: 0.5;
        margin-bottom: 15px;
    }
    .mobile_menu .show_callback {
        width: 290px;
        height: 64px;
        margin: 0 auto;
    }
}
/* End */


/* Start:/electric_drive/css/slick.css?15239004871777*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
	
    float: left;
    height: auto;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/electric_drive/css/slick-theme.css?17322516401513*/
@charset 'UTF-8';

.slick-prev{background: url(/farkop/img/arrow_left_carousel.svg) no-repeat center;}
.slick-next{background: url(/farkop/img/arrow_right_carousel.svg) no-repeat center;}
.slick-prev:hover
{
    background: url(/farkop/img/arrow_left_carousel_hover.svg) no-repeat center;
}
.slick-next:hover
{
    background: url(/farkop/img/arrow_right_carousel_hover.svg) no-repeat center;
}
.slick-arrow:focus{outline: none;}
.slick-prev,
.slick-next
{
    position: absolute;
    z-index: 4;
    top: -65px;
    width: 26px;
    height: 20px;
    padding: 0;
    border-radius: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    cursor: pointer;
    outline: none;
}

.slick-prev
{
    left: auto;
    right: 50px;
}

.slick-next
{
    right: 0px;
}

.slick-dots
{
    position: absolute;
    bottom: -73px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block;
    margin-right: 37px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    width: 13px;
    line-height: 0;
    border-radius: 7px;
    height: 13px;
    cursor: pointer;
    vertical-align: top;
    border: 0;
    outline: none;
    background-color: #ccd3d2;
}

.slick-dots li.slick-active button{background-color: #ff7a00;}

.slick-dots li button:hover{background-color: #ff7a00;}
/* End */
/* /electric_drive/css/style.css?175085601842731 */
/* /electric_drive/css/slick.css?15239004871777 */
/* /electric_drive/css/slick-theme.css?17322516401513 */
