.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.content_wp {
    width: 100%;
    background: #F7F5F6;
    padding-top: 20px;
    padding-bottom: 45px;
}

.rating_block {
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 6px;
}

.rating_text {
    font-size: 10px;
    color: #656565;
}

.reviews_line {
    margin-bottom: 20px;
}

.modal_w1 {
    width: 580px;
    border-radius: 20px;
}

.modal_p1 {
    background: url(../img/new_card/b-bg6.jpg) no-repeat center 0;
    background-size: cover;
    padding: 30px 90px 30px 170px;
}

.modal_p2 {
    background: url(../img/new_card/bg2.png) no-repeat center 0;
    background-size: cover;
    padding: 30px 90px 30px 170px;
}

.modal_p3 {
    background: #fff url(../img/new_card/bg3.svg) no-repeat right bottom;
    background-size: 137px auto;
    padding: 30px 56px;
}

.s_title {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

.s_promo {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    background: url(../img/new_card/b-img3.svg) no-repeat 0 center;
    margin-bottom: 20px;
    color: #fff;
}

.s_input {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.s_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    background: #E30613;
    margin-bottom: 10px;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff;
    border: none;
    cursor: pointer;
}

.s_attention {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #B0B0B0;
}

.fancybox-close-small svg {
    display: none;
}

.fancybox-close-small {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f2f2f2 url("../img/new_card/close-new.svg") no-repeat center center;
    opacity: 1 !important;
    top: 29px !important;
    right: 20px !important;
}

/*
.modal {
    display: none;
}
 */

.modal_p2 .s_title {
    color: #000;
}

.modal_p2 .s_promo {
    color: #000;
}

.modal_p2 .s_attention {
    color: #9E7D7D;
}

.modal_p3 .s_title {
    color: #000;
    padding-right: 100px;
}

.modal_p3 .s_promo {
    color: #000;
    margin-bottom: 50px;
}

.modal_p3 .s_attention {
    width: 100%;
    text-align: left;
}

.modal_p3 .s_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal_p3 .s_input {
    width: calc(100% - 218px);
    background: #EFEFEF;
}

.modal_p3 .s_btn {
    width: 205px;
    margin-left: auto;
}

.thank_title {
    padding-top: 62px;
    background: url("../img/new_card/ico-airplane.svg") no-repeat 30px 0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.thank_text {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 16px;
}

.modal_close_btn {
    width: 205px;
    height: 60px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.14px;
    border-radius: 8px;
    background: #000;
    color: #fff;
}

.catalog_item {
    width: 25%;
    position: relative;
    border-right: 1px solid #ecdee6;
    padding-top: 14px;
}

.ci_img {
    height: 320px;
    position: relative;
    margin-bottom: 20px;
}

.ci_img a {
    display: block;
    height: 100%;
    text-align: center;
}

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

.catalog_labels {
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 100;
}

.inner_catalog_wp {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.similar_wp {
    background: #fff;
    padding: 30px 0;
    margin-bottom: 30px;
}

.inner_catalog_wp h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.ci_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: #fff;
    transition: box-shadow .2s, transform .2s;
    box-sizing: content-box;
}

.catalog_item:hover .ci_hover {
    box-shadow: 0 26px 30px rgba(0, 0, 0, .15);
    transform: scale(1.05);
    padding-bottom: 60px;
}

.ci_inner {
    position: relative;
    z-index: 100;
}

.c_cart_btn {
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 8px 12px rgba(162, 162, 162, .42);
    width: 132px;
    height: 35px;
    background: #fff;
    border: 1px solid #70707033;
    margin-left: -66px;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transition: 0s;
}

.catalog_item:hover .c_cart_btn {
    display: flex;
}

.catalog_item:hover {
    z-index: 1000;
}

.ci_info {
    text-align: center;
}

.ci_title {
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-right: 15px;
}

.ci_price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ci_text {
    font-size: 12px;
    font-weight: 300;
}

.catalog_labels div {
    font-size: 11px;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0 2px 2px 0;
    background: #fff;
}

.catalog_labels div.hit {
    color: #82d33e;
    border: 1px solid #82d33e;
}

.rev_ico {
    width: 68px;
    height: 50px;
    background: url("../img/new_card/ico-3d.svg") no-repeat;
    position: absolute;
    top: 0;
    left: 17px;
}

.inner_catalog_block .catalog_item:nth-child(4n) {
    border-right: none;
}

.inner_catalog_block {
    border-top: 1px solid #ecdee6;
    margin-bottom: 50px;
}

.catalog_more {
    position: relative;
}

.catalog_more:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #ecdee6;
    position: absolute;
    top: 50%;
    left: 0;
}

.cn_btn {
    display: flex;
    height: 35px;
    box-shadow: 0 8px 12px rgba(162, 162, 162, 0.42);
    border-radius: 5px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    background-color: #fff;
    padding: 0 25px;
    font-size: 11px;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.cart_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.clb_top {
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.clb_top a {
    padding-left: 25px;
    color: #107ADC;
    background: url("../img/new_card/ico-login.svg") no-repeat;
    background-size: 20px auto;
    margin-left: 10px;
}

.clb_top a:hover {
    color: #003894;
    background: url("../img/new_card/ico-login-2.svg") no-repeat;
    background-size: 20px auto;
}

.clb_text {
    font-size: 11px;
    margin-bottom: 27px;
}

.p_f1 {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    color: #E30613;
    margin-left: 10px;
}

.p_f2 {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    color: #898989;
    margin-left: 10px;
}

.pb_input {
    width: 100%;
    height: 50px;
    padding: 0 110px 0 20px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 8px;
    font: 14px 'Montserrat', sans-serif;
}

.pb_btn {
    width: 93px;
    height: 28px;
    background: #000;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 11px;
    right: 20px;
    border-radius: 4px;
}

.pb_btn:hover {
    background: #c30813;
}

.pb_item {
    position: relative;
}

.pb_text {
    font-size: 12px;
    padding-top: 15px;
    position: relative;
    display: none;
}

.pb_text_close {
    width: 15px;
    height: 15px;
    display: block;
    background: url('../img/new_card/close-new.svg') no-repeat center;
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: 1px;
    left: 4px;
}

.promo_block {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #D6D4D9;
}

.crb_top {
    font-weight: 600;
    margin-bottom: 10px;
}

.crb_center {
    margin-bottom: 15px;
}

.crb_bonus {
    font-size: 11px;
}

.crb_bonus span {
    font-weight: 600;
    color: #E30613;
    margin-left: 5px;
}

.crb_bonus a {
    width: 16px;
    height: 16px;
    background: url("../img/new_card/ico-question.svg") no-repeat center center;
    margin-left: 5px;
}

.crb_discount {
    margin-bottom: 7px;
}

.crb_del_title {
    padding-left: 25px;
    background: url("../img/new_card/ico-box.svg") no-repeat;
    font-weight: 600;
    background-size: 18px auto;
    opacity: 0.7;
}

.crb_d_num {
    font-weight: 600;
    opacity: 0.7;
}

.crb_delivery {
    margin-bottom: 25px;
}

.cart_order_btn {
    width: 100%;
    height: 70px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 8px;
    background: #E30613;
    color: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    margin-bottom: 30px;
}

.cart_order_btn:hover {
    background: #c30813;
}

.result_price div:nth-child(1) {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.result_price div:nth-child(2) {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.cart_wp {
    padding-bottom: 50px;
}

.point_left {
    padding-left: 75px;
    background: url("../img/new_card/ico-box3.svg") no-repeat;
    width: calc(100% - 100px);
    padding-right: 15px;
}

.pl_title {
    font-size: 14px;
}

.pl_title span {
    font-weight: 600;
}

.pl_city {
    font-size: 13px;
    color: #898989;
    margin-bottom: 10px;
}

.pl_list li {
    list-style: none;
    padding-left: 13px;
    font-size: 11px;
    background: url("../img/new_card/ico-check.svg") no-repeat 0 center;
}

.pl_list li span {
    font-weight: 600;
}

.pont_edit_btn {
    width: 100px;
    height: 33px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #fff;
}

.club_line {
    background: #ECF2EF;
    border-radius: 8px;
    padding: 15px 30px;
    margin-bottom: 10px;
}

.cl_left {
    font-size: 14px;
}

.cl_left span {
    font-weight: 600;
    padding-left: 20px;
    background: url("../img/new_card/ico-fire.svg") no-repeat 0 center;
    margin-left: 5px;
}

.al_btn {
    width: 156px;
    height: 28px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #fff;
}

.rb_city_choice {
    width: 400px;
    position: relative;
}

.cc_top {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D6D4D9;
    font: 20px 'Montserrat';
    font-weight: 600;
    letter-spacing: -0.02em;
    padding-bottom: 10px;
}

.cc_toggle {
    width: 460px;
    /*border-radius: 10px;*/
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.10);
    position: absolute;
    left: 0;
    top: 33px;
    background: #fff;
    z-index: 8900;
    padding: 30px;
    display: none;
}

.search_results_show .cc_toggle {
    display: block;
}

.cc_input {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid #898989;
    margin-bottom: 20px;
    font: 14px 'Montserrat', sans-serif;
}

.cc_list {
    max-height: 130px;
    overflow: auto;
}

.cc_list a {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
}

.rb_city_block_wp {
    background: #232323;
    border-radius: 10px;
    padding: 20px 30px;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 10px;
}

.cb_img {
    width: 170px;
}

.cb_img img {
    border-radius: 50%;
}

.cb_info {
    width: calc(100% - 370px);
}

.cbi_title {
    margin-bottom: 50px;
    font-size: 18px;
}

.cbi_title span {
    font-weight: 600;
}

.cbi_text {
    font-size: 11px;
    color: #D6D4D9;
    margin-bottom: 15px;
}

.cbi_text span {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-bottom: 5px;
}

.cbi_btn {
    display: inline-block;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
    padding: 8px 25px;
}

.cbi_btn span {
    font-weight: 700;
}

.bb_item_w3 {
    width: 124px;
    margin-left: 30px;
}

.courier_block {
    padding-top: 30px;
    display: none;
}

.cb_info_w {
    width: 660px;
    height: 86px;
    border-radius: 20px;
    padding-left: 150px;
    background: #F3F3F4 url("../img/new_card/ico-hand.svg") no-repeat 0 center;
    position: relative;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 600;
}

.cb_info_w:before {
    content: '';
    width: 68px;
    height: 20px;
    background: url("../img/new_card/ico-triangle.svg") no-repeat;
    position: absolute;
    top: -15px;
    left: 50px;
}

.modal_w2 {
    max-width: 100% !important;
    width: 1310px !important;
    padding: 0 !important;
    border-radius: 10px !important;
}

.s_map {
    width: calc(100% - 400px);
    height: 788px;
    background-size: cover;
}

.s_right {
    width: 400px;
    height: 100%;
    background: #fff;
    padding: 20px;
}

.s_block {
    max-height: 678px;
    overflow: auto;
    padding-right: 10px;
}

.st_search {
    position: relative;
    margin-bottom: 20px;
}

.st_search_input {
    width: calc(100% - 30px);
    height: 50px;
    border-radius: 8px;
    background: #F7F7F9 url("../img/new_card/ico-search2.svg") no-repeat 20px center;
    border: none;
    outline: none;
    font: 14px 'Montserrat', sans-serif;
    padding-left: 60px;
    padding-right: 20px;
}

.modal_w2 .fancybox-close-small {
    right: 7px !important;
    top: 35px !important;
}

.s_item {
    padding: 20px 0;
    border-bottom: 1px solid #EFEFEF;
    position: relative;
}

.s_btn2 {
    width: 75px;
    height: 33px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.s_block .s_item:first-child {
    padding-top: 0;
}

.s_block .s_item:last-child {
    border: none;
    padding-bottom: 0;
}

.s_block .s_item:last-child .s_btn2 {
    bottom: 0;
}

.card_slider {
    width: 60px;
    height: 420px;
    position: relative;
    padding: 30px 0;
    cursor: pointer;
}

.card_slider .swiper-slide {
    height: 60px !important;
}

.prev7 {
    width: 100%;
    height: 20px;
    background: url("../img/new_card/arrow-down.svg") no-repeat center center;
    background-size: 20px auto;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.next7 {
    width: 100%;
    height: 20px;
    background: url("../img/new_card/arrow-down.svg") no-repeat center center;
    background-size: 20px auto;
    position: absolute;
    left: 0;
    bottom: 0;
}

.swiper7 {
    height: 360px;
    overflow: hidden;
}

.cs_left {
    padding-left: 10px;
}

.cs_right {
    width: calc(100% - 70px);
}

.card_right {
    width: 450px;
    background: #F7F7F9;
    border-radius: 20px;
    padding: 15px 10px;
    margin-top: -10px;
}

.card_left {
    width: calc(100% - 450px);
    padding-right: 50px;
}

.card_top_info h1 {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 12px !important;
}

.cti_tags {
    width: 620px;
    position: relative;
    overflow: hidden;
    padding: 10px 7px 10px 0;
}

.cti_tags:before {
    content: '';
    width: 35px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 8000;
}

.cti_tags a {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
}

.cti_tags a.tag_hit {
    width: 90px;
    color: #E30613;
    border: 1px solid #E30613;
}

.cti_tags a.tag_limited {
    width: 107px;
    color: #4285F4;
    border: 1px solid #4285F4;
}

.cti_tags a.tag_new {
    width: 72px;
    color: #000;
    border: 1px solid #000;
}

.card_big_img img {
    max-width: 500px;
}

.card_big_img .swiper-slide {
    text-align: center;
}

.next8 {
    width: 28px !important;
    height: 28px !important;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 17px;
    z-index: 8900;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.rating_num {
    font-size: 14px;
    font-weight: 600;
    padding-left: 20px;
    background: url("../img/new_card/ico-star.svg") no-repeat 0 center;
}

.cti_reviews_link {
    font-size: 14px;
    font-weight: 600;
    padding-left: 30px;
    background: url("../img/new_card/ico-comment.svg") no-repeat 0 center;
    background-size: 18px auto;
    color: #107ADC;
    margin-left: 10px;
}

.cti_reviews_link:hover {
    color: #003894;
    background: url("../img/new_card/ico-comment-2.svg") no-repeat 0 center;
    background-size: 18px auto;
}

.cti_rating {
    padding-top: 5px;
}

.card_top_info {
    margin-bottom: 30px;
}

.d3_btn {
    width: 100%;
    height: 64px;
    background: #F7F5F6 url("../img/new_card/ico-3d2.svg") no-repeat center center;
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}

.video_btn {
    display: block !important;
    width: 100% !important;
    height: 24px !important;
    line-height: 24px !important;
    padding-left: 20px !important;
    background: url("../img/new_card/ico-triangle2.svg") no-repeat 5px center !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    margin-bottom: 30px !important;
    position: static !important;
}

.video_btn:hover {
    opacity: 1;
}

.card_slide {
    height: 60px;
    border-radius: 5px;
    border: 1px solid #96949A;
    overflow: hidden;
}

.card_slide.active {
    border: 1px solid #E30613;
}

.cr_inner {
    padding: 0 30px;
}

.dealer_text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.dealer_block {
    margin-bottom: 5px;
    border-bottom: 1px solid #DFDBDD;
    padding-bottom: 15px;
}

.availability_text {
    font-size: 11px;
    font-weight: 600;
}

.availability_info {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 10px;
}

.availability_info.yes {
    color: #218D3E;
}

/*
.availability_info.yes:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #218D3E;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}
 */

.availability_info.no {
    color: #000;
}

.availability_info.no:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.availability_info.order {
    color: #4285F4;
}

.availability_info.order:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #4285F4;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 0;
}

.availability_block {
    margin-bottom: 20px;
}

.cpb_new {
    font-size: 36px;
    font-weight: 600;
}

.cpb_old {
    font-size: 22px;
    font-weight: 600;
    color: #96949A;
    text-decoration: line-through;
    margin-left: 13px;
    position: relative;
    top: 3px;
}

.cpb_old_buy {
    font-size: 22px;
    font-weight: 600;
    color: #96949A;
    margin-left: 13px;
    position: relative;
    top: 3px;
}

.cpb_discount {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    background: #E30613;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: relative;
    top: 5px;
    margin-left: 10px;
}

.card_login_link {
    font-size: 12px;
    font-weight: 600;
    color: #107ADC;
}

.card_login_link:hover {
    color: #003894;
}

.card_login_link span {
    padding-right: 25px;
    transition: .2s;
    background: url("../img/new_card/ico-login2.svg") no-repeat right center;
}

.card_login_link:hover span {
    background: url("../img/new_card/ico-login2-1.svg") no-repeat right center;
}

.cr_dop_info {
    padding-top: 22px;
    margin-bottom: 25px;
}

.di_block {
    font-size: 12px;
    margin-bottom: 7px;
}

.di_block a {
    width: 16px;
    height: 16px;
    background: url("../img/new_card/ico-question.svg") no-repeat center center;
    margin-left: 10px;
}

.di_f1 {
    font-weight: 600;
    margin-left: 5px;
}

.di_f2 {
    font-weight: 600;
    color: #E30613;
    margin-left: 5px;
}

.card_btn {
    width: calc(100% - 70px);
    height: 70px;
    background: #E30613;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px 0 0 8px;
}

.card_btn_analog {
    width: 100%;
}

.card_fav_btn {
    width: 70px;
    height: 70px;
    border-left: 1px solid #fff;
    border-radius: 0 8px 8px 0;
    background: #E30613 url("../img/new_card/ico-heart2.svg") no-repeat center center;
}

.card_btns {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 15px 25px 0 rgba(227, 6, 19, 0.15);
}

.one_click_block {
    text-align: center;
    margin-bottom: 25px;
}

.one_click_block a {
    padding-left: 20px;
    background: url("../img/new_card/ico-hand2.svg") no-repeat 0 center;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
}

.shares_block {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 0 20px;
}

.shares_info {
    font-size: 16px;
    font-weight: 600;
}

.shares_btn {
    padding-right: 20px;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    background: url("../img/new_card/arrow-slider2.svg") no-repeat right center;
}

.crd_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.cr_title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.01em;
    margin-bottom: 10px;
}

.crd_btn {
    margin-left: auto;
    font-size: 18px;
    font-weight: 600;
    color: #3379E0;
    padding-left: 15px;
    background: url("../img/new_card/ico-place.svg") no-repeat 0 center;
    background-size: 10px auto;
}

.crd_btn:hover {
    color: #003894;
    background: url("../img/new_card/ico-place-2.svg") no-repeat 0 center;
    background-size: 10px auto;
}

.cr_delivery {
    margin-bottom: 10px;
    margin-top: 25px;
}

.di_top {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.di_bottom {
    font-size: 13px;
    color: #3379E0;
}

.di_bottom span {
    font-weight: 600;
}

.cr_delivery_info {
    padding-left: 30px;
    margin-bottom: 12px;
}

.cr_delivery_info.shops {
    background: url("../img/new_card/ico-delivery1.svg") no-repeat 0 5px;
}

.cr_delivery_info.points {
    background: url("../img/new_card/ico-delivery4.svg") no-repeat;
}

.cr_delivery_info.courier {
    background: url("../img/new_card/ico-delivery3.svg") no-repeat;
}

.options_slider {
    border-top: 1px solid #D9D9D9;
    margin-top: 25px;
    padding-top: 15px;
    position: relative;
    margin-bottom: 17px;
}

.swiper9 {
    overflow: hidden;
}

.prev9 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: 8px;
    left: -12px;
    z-index: 900;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    transform: rotate(-180deg);
    cursor: pointer;
}

.next9 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: 8px;
    right: -12px;
    z-index: 900;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

a {
    cursor: pointer;
}

.feature_line {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    width: calc(100% + 30px);
    margin-bottom: 8px;
}

.feature_line div:first-child {
    width: 43%;
}

.feature_line div:last-child {
    width: 57%;
    padding-right: 15px;
}

.fl_q_btn {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/new_card/ico-question.svg") no-repeat center center;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.features_more_btn {
    font-size: 12px;
    font-weight: 600;
    color: #3379E0;
}

.features_more_btn:hover {
    color: #003894;
}

.features_block {
    margin-bottom: 20px;
}

.cr_description p {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    margin: 0;
    padding: 0;
}

.features_more_hidden {
    display: none;
}

.cr_description {
    margin-bottom: 30px;
}

.guarantee_block {
    border-radius: 20px;
    background: #FDFDFD;
    padding: 20px 30px;
    position: relative;
}

.guarantee_img {
    position: absolute;
    top: 30px;
    right: -38px;
}

.gi_text {
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7%;
    left: -50%;
    font-size: 14px;
    font-weight: 600;
}

.guarantee_title {
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
    background: url("../img/new_card/ico-check2.svg") no-repeat 0 center;
    margin-bottom: 15px;
}

.guarantee_line {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.guarantee_line img {
    width: 100px;
    height: auto;
}

.guarantee_line span {
    display: block;
}

.guarantee_line div:nth-child(1) {
    margin-right: 15px;
}
.guarantee_line div:nth-child(2){
    max-width: 160px;
}
.guarantee_text {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
}

.cr_right {
    width: 380px;
    border-radius: 20px;
    background: #F7F7F9;
    padding: 30px 20px;
}

.cr_left {
    width: calc(100% - 380px);
    padding-right: 60px;
}

.rb_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #F7F7F9;
    font-size: 18px;
    font-weight: 600;
    color: #B4B4BF;
}

.rb_info {
    width: calc(100% - 60px);
    padding-left: 30px;
}

.crev_title {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 25px;
}

.swiper11 {
    overflow: hidden;
}

.crev_slider {
    position: relative;
    margin-bottom: 43px;
}

.crev_slider:before {
    content: '';
    width: 188px;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3000;
}

.swiper10 {
    overflow: hidden;
}

.crev_tabs a {
    font-size: 18px;
    font-weight: 600;
    margin-right: 38px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.crev_tabs a.active {
    border-bottom: 2px solid #E30613;
}

.crev_tabs {
    margin-bottom: 30px;
}

.rb_text p {
    font-size: 15px !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}

.c_review_item .rbb_rating_block {
    margin-bottom: 10px;
}

.c_review_item {
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 30px;
}

.cr_more_btn {
    width: 100%;
    height: 60px;
    background: #F7F7F9;
    font-size: 16px;
    font-weight: 600;
}

.collections_line {
    gap: 0 8px;
    justify-content: center;
}

.collections-expandable-wrapper {
    margin-top: 0;
}

.collections_line a {
    padding: 0 20px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #898989;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.collections_line a img {
    margin-left: 10px;
}

.card_reviews_wp {
    margin-bottom: 60px;
}

.card_wp a {
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
}

.why_item {
    width: 23%;
    position: relative;
    font-weight: 600;
    padding-left: 15px;
    font-size: 16px;
}

.why_item:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.collections_wp {
    margin-bottom: 60px;
}

.why_wp {
    padding-bottom: 50px;
}

.r_rating_num {
    width: 130px;
    font-size: 50px;
    font-weight: 600;
}

.r_rating_info {
    width: calc(100% - 130px);
    padding-left: 38px;
}

.r_rating_info p {
    font-size: 13px !important;
    margin-bottom: 15px !important;
    line-height: 1.2 !important;
}

.r_rating_btn {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    background: #4285F4;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
}

.r_rating_top {
    margin-bottom: 30px;
}

.card_big_img {
    position: relative;
}

.sp15 {
    display: none;
}

.crev_title_mob {
    display: none;
}

.sp15 .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    margin: 0 15px !important;
    background: #E5E3E7 !important;
    border: none !important;
    border-radius: 3px !important;
}

.sp15 .swiper-pagination-bullet-active {
    width: 16px !important;
    background: #e30613 !important;
}

/* width */
.s_block::-webkit-scrollbar, .miw_textarea::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.s_block::-webkit-scrollbar-track, .miw_textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}

/* Handle */
.s_block::-webkit-scrollbar-thumb, .miw_textarea::-webkit-scrollbar-thumb {
    background: #232323;
    border-radius: 2px;
}

/* Handle on hover */
.s_block::-webkit-scrollbar-thumb:hover, .miw_textarea::-webkit-scrollbar-thumb:hover {
    background: #f1f1f1;
}


.cluster_red span {
    z-index: 3;
    position: relative;
}

.cluster_red {
    background: #fff;
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.cluster_red:after {
    content: '';
    background: red;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    z-index: 1;
}

.cluster_red:before {
    content: '';
    background: #fff;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 50%;
    z-index: 2;
}

.s_map_attention {
    position: absolute;
    z-index: 99999;
    left: 8px;
    bottom: 45px;
    width: 320px;
    height: 86px;
    padding-left: 135px;
    background: #fff url('../img/new_card/w_hand.svg') no-repeat left center;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.s_map_attention {
    font-size: 13px;
    font-weight: 600;
}

.modal_w3 {
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    border-radius: 10px !important;
    width: 100% !important;
    max-width: 640px !important;
    overflow: visible;
}

.modal_w3 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

.modal_title {
    padding-bottom: 30px;
    border-bottom: 1px #E9EBEF solid;
    font-size: 20px;
    font-weight: 600;
}

.modal_item_small {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.mis_right {
    padding-left: 16px;
    width: 215px;
}

.mis_title {
    font-size: 15px;
    font-weight: 600;
}

.mis_subtitle {
    margin-top: 10px;
    font-size: 11px;
}

.modal_input_wp {
    width: 100%;
    border: 1px #CBCBCB solid;
    border-radius: 8px;
    height: 80px;
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 16px;
}

.modal_textarea_wp {
    width: 100%;
    border: 1px #CBCBCB solid;
    border-radius: 8px;
    height: 148px;
    padding-left: 40px;
    padding-top: 20px;
    margin-bottom: 16px;
    padding-right: 40px;
}

.miw_label {
    font-size: 11px;
    font-weigh: 400;
}

.miw_input {
    border: none;
    background: none;
    font: 16px 'Montserrat', sans-serif !important;
    font-weight: 600;
    margin-top: 7px;
}

.miw_textarea {
    border: none;
    background: none;
    font: 16px 'Montserrat', sans-serif !important;
    font-weight: 600;
    margin-top: 7px;
    width: 100%;
    height: 90px;
    padding-right: 10px;
}

.modal_submit {
    height: 70px;
    width: 100%;
    background: #E30613;
    border: none;
    border-radius: 8px;
    box-shadow: 0 15px 25px 0 rgba(227, 6, 19, 0.15);
    font: 20px 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 700;
    margin-top: 7px;
    cursor: pointer;
}

.modal_submit:hover {
    background: #c30813;
}

.modal_attention {
    position: relative;
    margin-top: 15px;
    width: 365px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
}

.modal_attention input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 20px;
    height: 20px;
    left: 0px;
}

.modal_attention input[type='checkbox'] + label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url('../img/new_card/modal_check.png') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.modal_attention input[type='checkbox']:checked + label:before {
    background-position: 0 -20px;
}

.modal_attention label {
    font-size: 11px;
    font-weight: 500;
    color: #898989;

    cursor: pointer;
}

.modal_attention_text {
    width: 100%;
    padding: 28px;
    border-radius: 10px;
    background: #F7F7F9;
    margin-top: 20px;
}

.mat_info {
    padding-left: 30px;
    background: url('../img/new_card/w_shield.svg') no-repeat left center;
    font-size: 12px;
    font-weight: 500;
}

.modal_w4 {
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    border-radius: 10px !important;
    width: 100% !important;
    max-width: 794px !important;
}

.modal_w4 .mis_right {
    padding-left: 16px;
    width: 215px;
}

.modal_w4 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

.review_subtitle {
    width: 100%;
    max-width: 480px;
    font-size: 13px;
    font-weight: 500;
    color: #898989;
    margin-top: 12px;
    margin-bottom: 7px;
}

.review_rating_item {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #F7F7F9;
    border-radius: 20px;
    width: 320px;
    margin-left: auto;
}

.rri_line {
    margin-bottom: 10px;
}

.rri_line:last-child {
    margin-bottom: 0;
}

.rri_line p {
    font-size: 12px;
    font-weight: 500;
}

.rri_line .rateit {
    margin-left: -5px;
    margin-top: 1px;
}

.rri_num {
    font-size: 40px;
    font-weight: 600;
    margin-left: auto;
}

.modal_w4 .modal_item_small {
    margin: 0;
}

.modal_w4 .review_bottom {
    width: 100%;
    max-width: 466px;
    margin-left: auto;
    margin-right: auto;
}

.review_rating_wp {
    margin-bottom: 40px;
}

.r_rating_info .rateit {
    margin-left: -5px;
}

.modal_file {

}

.modal_file_wp {
    position: relative;
    margin-bottom: 11px;
}

.modal_file_wp input[type='file'] {
    display: none;
}

.modal_file_wp input[type='file'] + label {
    padding-left: 22px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.modal_file_wp input[type='file'] + label span {
    border-bottom: 1px #BFBFBF solid;
    padding-bottom: 4px;
    position: relative;
    top: -3px;
}

.modal_file_wp input[type='file'] + label:before {
    content: '';
    width: 12px;
    height: 18px;
    background: url('../img/new_card/file.svg') no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.modal_w5 {
    padding-left: 45px !important;
    padding-right: 45px !important;
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    border-radius: 10px !important;
    width: 100% !important;
    max-width: 418px !important;
    overflow: visible !important;
    height: auto !important;
    min-height: auto !important;
    max-height: 1000px !important;
}

.modal_w5 .modal_title {
    width: 210px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: none;
    padding-bottom: 0;
}

.modal_w5 .modal_success_img {
    padding-left: 24px;
    margin-bottom: 18px;
}

.modal_success_subtitle {
    width: 100%;
    font-size: 11px;
    font-weight: 500;
    color: #898989;
    margin-top: 12px;
    margin-bottom: 7px;
}

.modal_success_attention {
    width: 160px;
    color: #898989;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
}

.mpw_item {
    position: relative;
}

.mpw_item input[type='radio'] {
    display: none;
}

.mpw_item input[type='radio'] + label {
    width: 100%;
    height: 33px;
    padding-left: 40px;
    cursor: pointer;
}

.mpw_item input[type='radio'] + label:before {
    content: '';
    width: 33px;
    height: 33px;
    background: url("../img/new_card/check2.png") no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
}

.mpw_item input[type='radio']:checked + label:before {
    background-position: 0 -33px;
}

.mpw_item input[type='radio']:checked + label svg * {
    fill: #000;
}

.modal_parts_wp {
    margin-top: 30px;
}

.parts_subtitle {
    color: #898989;
    font-size: 14px;
    font-weight: 500;
    margin-top: 38px;
}

.parts_attention {
    font-size: 12px;
    font-weight: 500;
    color: #B3B3B3;
    margin-top: 10px;
}

.pl_item {
    width: 23%;
    position: relative;
    padding-top: 15px;
}

.pl_item:before {
    content: '';
    height: 2px;
    width: 100%;
    background: #E3E3E3;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.pl_item.active:before {
    background: #E30613;
}

.pl_item p {
    font-size: 14px;
    font-weight: 500;
}

.pl_item.active p {
    font-size: 14px;
    font-weight: 700;
}

.pl_item p:last-child {
    margin-top: -1px;
}

.parts_lines {
    margin-top: 30px;
}

.parts_bottom {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
}

.parts_bottom .modal_attention {
    line-height: 12px;
    width: 232px;
}

.modal_attention input[type="checkbox"] + label::before {
    top: 50%;
    margin-top: -10px;
}

.modal_w6 {
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    border-radius: 10px !important;
    width: 100% !important;
    max-width: 514px !important;
    overflow: visible !important;
    max-height: 1000px !important;
    min-height: auto !important;
}

.modal_w6 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

.modal_w7 {
    padding-left: 90px !important;
    padding-right: 90px !important;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    border-radius: 10px !important;
    width: 100% !important;
    max-width: 600px !important;
    visibility: visible;
}

.modal_w7 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

.modal_auth_title {
    font-size: 20px;
    font-weight: 600;
}

.auth_subtitle {
    color: #898989;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 30px;
}

.auth_bottom {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.auth_bottom .modal_attention {
    line-height: 12px;
    width: 232px;
}

.asw_item {
    width: 140px;
    height: 40px;
    background: #E5F0F6;
    border-radius: 40px;
    margin-left: 5px;
    margin-right: 5px;
}

.asw_item span {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}

.auth_socials {
    margin-top: 31px;
}

.auth_socials_title {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 11px;
}

.city_search {
    border: 1px #000 solid;
    border-radius: 8px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 50px;
    margin-top: 25px;
}

.city_list_item {
    width: 40%;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
    margin-bottom: 2px;
}

.city_list_item span {
    margin-right: 12px;
}

.city_list_item svg {
    display: none;
}

.city_list_item.active svg {
    display: block;
}

.city_list_item.active {
    font-weight: 600;
}

.city_list {
    margin-top: 30px;
}

.all_city_btn {
    font-size: 12px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-top: 45px;
}

.all_city_btn span {
    border-bottom: 1px #BFBFBF solid;
    padding-bottom: 2px;
}

@keyframes rotate-svg {
    from {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        -o-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }

    to {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        -o-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
}

.guarantee_img .gi_inner {
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%);
    -webkit-animation-name: rotate-svg;
    -o-animation-name: rotate-svg;
    animation-name: rotate-svg;
    -webkit-animation-duration: 50s;
    -o-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    border-radius: 50%;
    border: 1px solid #000;
}

.similar_img {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.similar_img img {
    width: 200px;
    height: auto;
}

.similar_stock {
    font-size: 10px;
    color: #218D3E;
}

.swiper12 {
    overflow: hidden;
}

.mob_fixed_btn {
    width: calc(100% - 90px);
    height: 50px;
    border-radius: 5px;
    background: #E30613;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 50%;
    bottom: 70px;
    display: none;
    z-index: 999999;
    margin-right: calc(-50% + 45px);
    box-shadow: 0 15px 25px 0 rgba(227, 6, 19, 0.15);
}

.card_btns + .options_slider {
    border-top: none;
    padding-top: 0;
}

.discontinued_block {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #BFBFC7;
    margin-bottom: 30px;
    padding-top: 15px;
}

.circle {
    display: block;
    overflow: visible;
    width: 100px;
    font-size: 10px;
    fill: #000;
    letter-spacing: 0.187em;
    position: relative;
    top: 11px;
    left: 11px;
    font-weight: 500;
}

.circle path {
    fill: none;
}

#modal5 .fancybox-close-small {
    top: 27px !important;
}
.sr_title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
    width: 90%;
    padding-top: 10px;
}

#modal12 .fancybox-close-small {
    top: 20px !important;
    right: 55px !important;
}

#modal12 .s_btn2 {
    bottom: 15px;
}

.pl_list .pl_list_v1 {
    margin-bottom: 3px;
    font-weight: 600;
}

.pl_list .pl_list_v1.green {
    color: #218D3E;
    font-weight: 600;
    background: url("../img/new_card/ico-check3.svg") no-repeat 0 center;
}

.pl_list .pl_list_v2 {
    color: #898989;
    font-weight: 500;
    background: none;
}

.c_in_text2 {
    font-size: 11px;
    margin-bottom: 10px;
}

.c_in_text2 span {
    font-weight: 600;
}

.c_in_count {
    margin-top: 20px;
}

.cart_fav_btn.active {
    background: url("../img/new_card/ico-heart4.png") no-repeat center 0;
    background-size: 100% auto;
}

.cart_bonus {
    width: 74%;
    padding-top: 20px;
    margin-left: auto;
}

.point_wp.active .point_btn {
    display: flex;
}

.pb_s {
    color: #E30613;
    margin-left: auto;
    font-weight: 600;
}

.pb_text span {
    font-weight: 600;
    margin-left: 5px;
}


.dealer_question {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/new_card/ico-question.svg) no-repeat center center;
    margin-left: 5px;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.one_click_block {
    margin-bottom: 15px;
}

.one_click_block .one_click_btn {
    width: 100%;
    height: 45px;
    border: 1px solid #919191;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    background-position: 95px center;
}

.di_bottom {
    position: relative;
    margin-top: 3px;
}

.di_bottom a {
    background: #F7F7F9;
    padding-bottom: 2px;
    position: relative;
    z-index: 100;
    padding-right: 10px;
    color: #3379E0;
}

.di_bottom a:hover {
    color: #003894;
}

.di_bottom span {
    background: #F7F7F9;
    padding-bottom: 2px;
    position: relative;
    z-index: 100;
    padding-left: 10px;
}

.di_bottom:before {
    content: '';
    width: 100%;
    height: 2px;
    border-bottom: 2px dotted #C0CCDF;
    position: absolute;
    left: 0;
    bottom: 3px;
}

.di_top:hover {
    color: #003894;
}

.di_bottom div:first-child {
    cursor: pointer;
}

.di_bottom:hover div:first-child {
    color: #003894;
}

.card_btn:hover {
    background: #c30813;
}

.card_fav_btn:hover {
    background-color: #c30813;
}

.one_click_block .one_click_btn:hover {
    background-color: #ccc;
}

.dealer_block {
    margin-bottom: 7px;
}

.shares_block {
    margin-bottom: 25px;
}

.features_block {
    margin-top: 25px;
}

.feature_line div:last-child a {
    font-weight: 600;
    color: #3379E0;
}

.feature_line div:last-child a:hover {
    color: #003894;
}

.cr_description p a {
    color: #3379E0;
    text-decoration: underline;
}

.cr_description p a:hover {
    color: #003894;
}

.cr_instruction {
    font-size: 12px;
    font-weight: 600;
    color: #3379E0;
    display: block;
    margin-bottom: 45px;
}

.cr_instruction:hover {
    color: #003894;
}

.cr_description {
    margin-bottom: 6px;
}

.similar_slider {
    position: relative;
}

.swiper12 {
    overflow: visible;
}

.prev12 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -87px;
    left: 0;
    z-index: 500;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    transform: rotate(-180deg);
}

.next12 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -87px;
    right: 0;
    z-index: 500;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.rbb_name span {
    margin-left: 10px;
}

.rbb_text {
    font-size: 11px;
    color: #898989;
    margin-bottom: 20px;
}

.rb_text h2 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

.rb_gallery .swiper-slide img {
    width: 100%;
    height: auto;
}

.reaction_item {
    font-size: 12px;
    font-weight: 500;
    padding-left: 27px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
}

.breadcrumbs li a {
    cursor: pointer;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.reaction_dislike, .reaction_like {
    fill: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.reaction_like.active {
    fill: #38a204;
}

.reaction_dislike.active {
    fill: #e30613;
}

.reaction_dislike svg, .reaction_like svg {
    width: 22px;
    margin-right: 5px;
}

.reaction_block {
    position: relative;
    top: 20px;
}

.similar_wp {
    padding-top: 100px;
}

.dealer_text {
    position: relative;
}

.cr_toggle {
    width: 315px !important;
    padding: 18px 25px 25px 25px;
    border-radius: 10px;
    box-shadow: 0 26px 30px rgba(0, 0, 0, 0.15);
    position: absolute !important;
    top: 30px;
    left: 0;
    z-index: 1900;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
}

.cr_toggle div {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.cr_toggle p {
    font-size: 13px !important;
    line-height: 1.1 !important;
    margin-bottom: 0 !important;
}

.cr_toggle p a {
    color: #3379E0;
    text-decoration: underline;
    background: none !important;
    margin-left: 0 !important;
}

.di_block {
    position: relative;
}

.di_block a:hover + .cr_toggle {
    opacity: 1;
    visibility: visible;
}

.di_block .cr_toggle {
    top: 20px;
}

.dealer_question:hover + .cr_toggle {
    opacity: 1;
    visibility: visible;
}

.feature_line div:last-child {
    position: relative;
}

.fl_q_btn:hover + .cr_toggle {
    opacity: 1;
    visibility: visible;
}

.features_block .feature_line:nth-child(4) div:last-child .cr_toggle {
    top: 38px;
}

.feature_line .cr_toggle {
    left: inherit;
    right: 0;
}

.card_reviews_wp a {
    cursor: pointer;
    text-decoration: none;
    transition: .2s;
}

.modal {
    position: relative;
}

.modal .fancybox-close-small {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: #f2f2f2 url("../img/new_card/close-new.svg") no-repeat center center !important;
    opacity: 1 !important;
    top: 29px !important;
    right: 20px !important;
}

.modal_w6 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

.modal_w4 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

.modal_w3 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

.modal_w7 .fancybox-close-small {
    right: 82px !important;
    top: 31px !important;
    padding: 0;
    background-position: center center;
}

/*
.fancybox-button--close{
    display: none !important;
}
 */
.fancybox-close-small svg {
    display: none !important;
}

.crwp_new .rbb_rating {
    background: none !important;
}

.feature_line {
    font-weight: 600;
    font-size: 12px;
}

.c_white_bg .wrapper {
    padding: 0 15px;
}

.next8 {
    z-index: 900;
}

.cti_tags:before {
    z-index: 890;
}

@media only screen and (min-width: 1024px) {
    /*
    body.card_body .page_wp{
        overflow: inherit;
    }
    .card_left {
        position: sticky;
        top: 150px;
    }

     */
    .card_wp {
        position: relative;
        align-items: start;
    }
}

@media only screen and (max-width: 1489px) {
    .card_left {
        padding-right: 15px;
    }
}

@media only screen and (max-width: 1309px) {
    .cti_tags {
        width: 500px;
    }

    .card_big_img img {
        max-width: 100%;
    }
}

@media (max-width: 1299px) {

}

@media only screen and (max-width: 1199px) {
    .cti_tags {
        width: 100%;
    }

    .why_item {
        width: 24%;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1023px) {
    #sticky {
        position: static !important;
        height: auto !important;
        margin-left: 0;
    }

    #sticky + div:not(.card_right) {
        display: none !important;
    }

    .s_map_attention {
        display: none;
    }

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

    .ci_img a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .ci_img {
        height: 220px;
    }

    .c_white_bg {
        padding-bottom: 0;
    }

    .card_left {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }

    .card_top_info {
        width: 100%;
        order: 2;
    }

    .card_slider_wp {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    .card_right {
        width: 100%;
    }

    .card_slider {
        display: none;
    }

    .card_big_img .swiper-slide {
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: auto;
    }
    .card_wp .card_big_img img{
        width: 100%;
        height: auto !important;
        max-height: 100%;
    }
    .sp15 {
        display: block;
    }

    .card_big_img {
        padding-bottom: 60px;
    }

    #card_big_img {
        overflow: hidden;
    }

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

    .cr_left {
        width: 100%;
        order: 2;
        padding-right: 0;
    }

    .cr_right {
        width: 100%;
        margin-bottom: 20px;
    }

    .collections_line {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 15px;
    }

    .collections_line a {
        white-space: nowrap;
    }

    .collections_line a {
        min-width: 300px;
    }

    .why_item {
        width: 45%;
        margin-bottom: 15px;
    }
}

@media (max-width: 950px) {

}

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

}

@media only screen and (max-width: 767px) {
    .card_top_info {
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog_item {
        width: 50%;
        border-bottom: 1px solid #ecdee6;
        padding-bottom: 10px;
    }

    .inner_catalog_wp {
        padding: 30px 15px;
    }

    .inner_catalog_block .catalog_item:nth-child(2n) {
        border-right: none;
    }

    .inner_catalog_block {
        margin-bottom: 25px;
    }

    .catalog_more:before {
        display: none;
    }

    .content_wp h2 {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .alphabetic_block {
        padding: 30px 15px;
        margin-bottom: 12px;
    }

    .service_brands {
        margin-bottom: 12px;
    }

    .point_issue {
        padding: 24px 15px;
    }

    .ami_column {
        width: 100%;
    }

    .ni_wp {
        width: 100%;
        margin-bottom: 12px;
    }

    .num_item {
        height: 60px;
    }

    .cb_info_w {
        width: 100%;
    }

    .bb_item_w3 {
        width: 90%;
        margin-left: 0;
    }

    .point_btn {
        height: 50px;
    }

    .modal_auth_title {
        padding-right: 30px;
    }

    .d3_btn {
        width: 55px;
        height: 55px;
        background-size: 35px auto;
    }

    .video_btn {
        padding-left: 15px;
    }

    .cs_right {
        width: 100%;
    }

    .cs_left {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
        padding-left: 0;
    }

    .card_slider_wp {
        position: relative;
    }

    .card_left {
        padding-right: 0;
    }

    .card_big_img img {
        max-height: 330px;
        width: auto;
    }

    .card_top_info h1 {
        font-size: 18px !important;
        margin-bottom: 0 !important;
    }

    .card_big_img {
        padding-bottom: 39px;
    }

    .card_right {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    .cr_inner {
        padding: 0 15px;
    }

    .guarantee_img .gi_inner {
        width: 90px;
        height: 90px;
    }

    .guarantee_block {
        padding: 20px;
    }

    .crev_title {
        display: none;
    }

    .crev_title_mob {
        display: block;
        margin-bottom: 15px;
    }

    .r_rating_num {
        font-size: 36px;
        width: 90px;
    }

    .r_rating_info {
        width: calc(100% - 90px);
        padding-left: 10px;
    }

    .content_wp p {
        font-size: 12px;
        line-height: 1.2;
    }

    .cr_right {
        padding: 20px;
    }

    .r_rating_btn {
        height: 40px;
    }

    .r_rating_top {
        margin-bottom: 15px;
    }

    .crev_slider:before {
        width: 90px;
    }

    .crev_slider {
        margin-bottom: 20px;
    }

    .crev_tabs a {
        font-size: 16px;
        margin-right: 20px;
    }

    .crev_tabs a:last-child {
        margin-right: 0;
    }

    .rb_img {
        width: 41px;
        height: 41px;
    }

    .rb_info {
        width: calc(100% - 41px);
        padding-left: 15px;
    }

    .rb_text {
        width: calc(100% + 56px);
        margin-left: -56px;
        padding-top: 15px;
    }

    .rb_text p {
        font-size: 15px;
        line-height: 1.2;
    }

    .c_review_item {
        padding-bottom: 5px;
    }

    .rb_gallery {
        width: calc(100% + 56px);
        margin-left: -56px;
        margin-bottom: 15px;
    }

    .cr_more_btn {
        height: 50px;
        font-size: 14px;
        margin-top: -10px;
    }

    .card_reviews_wp {
        margin-bottom: 30px;
    }

    .collections_line a {
        font-size: 11px;
        height: 45px;
        min-width: 250px;
    }

    .collections_line a img {
        height: 20px;
        width: auto;
    }

    .collections_wp {
        margin-bottom: 15px;
    }

    .why_item {
        width: 100%;
    }

    .modal_parts_wp {
        display: block;
    }

    .mpw_item {
        width: 205px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }

    .mpw_item:last-child {
        margin-bottom: 0;
    }

    .gi_text {
        width: 90px;
    }

    .circle {
        width: 70px;
        top: 8px;
        left: 8px;
    }

    .payment_item i {
        display: block;
        margin-left: 0;
    }

    .receive_way1 {
        padding-top: 3px;
        padding-bottom: 3px;
    }

    .ci_right {
        width: auto;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }

    .ci_old_price {
        order: 1;
    }

    .cart_price {
        order: 2;
    }

    .cart_bonus {
        order: 3;
    }

    .cart_fav_btn {
        order: 4;
        margin-left: 0;
    }

    .cart_del_btn {
        order: 5;
    }

    .bb_input_address::placeholder {
        opacity: 0.6;
    }
}

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

}

@media only screen and (max-width: 559px) {
    .modal_w3 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modal_input_wp {
        padding-left: 20px;
    }

    .modal_w3 .fancybox-close-small {
        right: 10px !important;
    }

    .modal_w4 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modal_w6 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modal_w7 {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modal_input_wp {
        padding-left: 20px;
    }

    .modal_w6 .fancybox-close-small {
        right: 10px !important;
    }

    .modal_w7 .fancybox-close-small {
        right: 10px !important;
    }

    .modal_textarea_wp {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .modal_w4 .fancybox-close-small {
        right: 25px !important;
    }
}

@media only screen and (max-width: 412px) {
    .modal_attention {
        width: 100%;
        line-height: 12px;
    }

    .modal_attention input[type="checkbox"] + label:before {
        top: 50%;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 539px) {
    .modal_p1 {
        padding-left: 100px;
    }

    .modal_p2 {
        padding-left: 140px;
    }

    .modal_p3 .s_input {
        width: 100%;
        margin-bottom: 10px;
    }

    .modal_p3 .s_btn {
        width: 100%;
    }

    .modal_p3 .s_promo {
        margin-bottom: 20px;
    }

    .modal_p3 .s_title {
        padding-right: 0;
    }

    .fancybox-close-small {
        top: 25px !important;
        right: 25px !important;
    }

    .modal_w3 .fancybox-close-small {
        top: 25px !important;
        right: 25px !important;
    }

    .modal_w6 .fancybox-close-small {
        top: 25px !important;
        right: 25px !important;
    }
}

@media only screen and (max-width: 479px) {
    .modal_p1 {
        background: #2E2A35;
        padding: 25px !important;
    }

    .modal_p2 {
        background: #eee4e3;
        padding: 25px !important;
    }

    .modal_p3 {
        background: #fff;
    }

    .fancybox-container {
        top: inherit !important;
        bottom: 0 !important;
    }

    .fancybox-slide--html {
        padding: 0 !important;
    }

    .fancybox-content {
        vertical-align: bottom !important;
    }

    .modal {
        border-radius: 10px 10px 0 0;
    }

    .s_map + .s_right {
        height: 360px;
    }

    .s_map {
        height: calc(100dvh - 360px);
    }

    .modal#modal5 {
        border-radius: 0;
    }

    .modal_w2#modal5 .fancybox-close-small {
        top: 40px !important;
        opacity: 1 !important;
    }
}

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

}

@media only screen and (max-width: 1023px) {
    .one_click_block .one_click_btn {
        background-position: 37% center;
    }
}

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

    .cpb_old {
        font-size: 20px;
    }

    .one_click_block .one_click_btn {
        background-position: 20% center;
    }

    .crd_title {
        font-size: 17px;
    }

    .card_right {
        position: relative;
        margin-left: 0 !important;
        width: 100% !important;
        padding: 10px 0 25px 0 !important;
        border-radius: 0;
    }

    .card_right:before {
        content: '';
        width: 20px;
        height: 100%;
        background: #F7F7F9;
        position: absolute;
        top: 0;
        left: -20px;
    }

    .card_right:after {
        content: '';
        width: 20px;
        height: 100%;
        background: #F7F7F9;
        position: absolute;
        top: 0;
        right: -20px;
    }

    .cr_inner {
        padding: 0 !important;
    }

    .feature_line {
        width: 100%;
    }

    .similar_wp {
        padding-top: 30px;
    }

    .prev12 {
        width: 28px;
        height: 28px;
        margin-top: -77px;
    }

    .next12 {
        width: 28px;
        height: 28px;
        margin-top: -77px;
    }

    .rbb_name {
        width: 60%;
    }

    .rbb_name span {
        display: block;
        margin-left: 0;
    }

    .reaction_like {
        margin-left: 10px;
    }

    .reaction_item {
        height: 16px;
        padding-left: 20px;
        line-height: 16px;
    }

    .reaction_dislike {
        background-size: 16px auto;
    }

    .reaction_like {
        background-size: 16px auto;
    }

    .reaction_block {
        top: 0;
    }

    .rmi_top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 3px;
    }

    .rbb_text {
        margin-bottom: 10px;
    }

    .rb_text h2 {
        font-size: 16px !important;
        margin-bottom: 10px !important;
    }

    .rb_text p {
        font-size: 14px !important;
    }

    .card_right {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    #modal12 .fancybox-close-small {
        right: 20px !important;
    }

    .why_wp {
        padding-bottom: 0;
    }

    .why_line .why_item:last-child {
        margin-bottom: 0;
    }

    .collections_line {
        flex-wrap: wrap;
        overflow: visible;
    }

    .collections_line a {
        width: 100%;
        margin-bottom: 7px;
        font-size: 14px;
    }

    .crwp_new {
        padding-left: 15px;
        padding-right: 15px;
    }

    .reaction_block {
        top: -5px;
    }

    .collections_wp {
        padding-left: 15px;
        padding-right: 15px;
    }

    .why_wp {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.next8.swiper-button-disabled,
.prev8.swiper-button-disabled {
    display: none !important;
}



/*new-2026*/
.card_size_block{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.card_size_item{
    width: 16.66666666%;
    padding: 0 5px;
}
.card_size_item input[type='radio']{
    display: none;
}
.card_size_item input[type='radio'] + label{
    width: 100%;
    height: 53px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}
.card_size_item input[type='radio']:checked + label{
    background: #E30613;
    color: #fff;
}
.card_changes .options_slider{
    background: #fff;
    padding-top: 10px;
    border: none;
    position: relative;
    padding-bottom: 10px;
    margin-top: 0;
}
.card_changes .options_slider:before{
    content: '';
    width: 30px;
    height: 100%;
    background: #fff;
    border-radius: 8px 0 0 8px;
    position: absolute;
    top: 0;
    left: -30px;
}
.card_changes .options_slider:after{
    content: '';
    width: 30px;
    height: 100%;
    background: #fff;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 0;
    right: -30px;
}
.os_wp{
    padding-top: 20px;
    border-top: 1px solid #D9D9D9;
    margin-top: 20px;
}
.card_changes .prev9{
    margin-top: -14px;
}
.card_changes .next9{
    margin-top: -14px;
}
.card_changes .card_big_img img{
    max-width: 650px;
}
.prev12-2{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -87px;
    left: 0;
    z-index: 500;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    transform: rotate(-180deg);
}
.next12-2{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -87px;
    right: 0;
    z-index: 500;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.prev12-3{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -87px;
    left: 0;
    z-index: 500;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    transform: rotate(-180deg);
}
.next12-3{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -87px;
    right: 0;
    z-index: 500;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
.card_changes .magazine_wp{
    margin-bottom: 80px;
}
.card_changes .article-item__img img{
    border-radius: 8px;
}
.card_changes .article-item__img:before{
    border-radius: 8px;
}
.card_changes .articles-list{
    margin-top: 20px;
}
.q_full_slider{
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: 80px;
}
.prev129{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 20px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    transform: rotate(-180deg);
    z-index: 8800;
}
.next129{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fff url("../img/new_card/arrow-slider2.svg") no-repeat center center;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    right: 20px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    z-index: 8800;
}
.card_changes .magazine_wp{
    margin-bottom: 80px;
}
.card_changes .cr_dop_info{
    padding-top: 0;
}
.mp_btns{
    margin-top: 20px;
    background: #f6f6f6;
    border-radius: 8px;
    padding: 15px;
}
.mp_btns a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.333%;
    height: 50px;
    background: #fff;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.mp_btns a.active{
    background: #000;
    color: #fff;
}
.mp_btns a:before{
    content: '';
    width: 2px;
    height: 30px;
    background: #eee;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
}
.mp_btns a:last-child:before{
    display: none;
}
.mp_btns a.active:before{
    display: none;
}
.a_login{
    margin-top: 20px;
}
@media only screen and (max-width: 1309px) {
    .card_changes .card_big_img img{
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .card_changes .card_big_img img{
        max-height: 430px;
    }
    .card_changes .options_slider:before{
        width: 15px;
        left: -15px;
    }
    .card_changes .el_img{
        width: 90px;
    }
    .card_changes .el_left {
        width: calc(100% - 90px);
    }
    .prev12-2{
        width: 28px;
        height: 28px;
        margin-top: -77px;
    }
    .next12-2{
        width: 28px;
        height: 28px;
        margin-top: -77px;
    }
    .prev12-3{
        width: 28px;
        height: 28px;
        margin-top: -77px;
    }
    .next12-3{
        width: 28px;
        height: 28px;
        margin-top: -77px;
    }
    .prev129{
        width: 28px;
        height: 28px;
        margin-top: -14px;
    }
    .next129{
        width: 28px;
        height: 28px;
        margin-top: -14px;
    }
    .s_map{
        width: 100%;
    }
    .s_right{
        width: 100%;
    }
}
@media only screen and (max-width: 479px) {
    .q_full_slider{
        margin-bottom: 30px;
    }
    .q-full-width-slider__container{
        margin-top: 30px;
    }
    .card_size_item input[type="radio"] + label{
        height: 45px;
    }
    #modal10 {
        height: 100%;
    }
}
/*10.03*/
.card_fav_btn.active{
    background-color: #c30813;
}
.card_price_block_new{
    position: relative;
}
.card_price_block_new .cpb_old{
    width: 100%;
    margin-left: 0;
}
.cheaper_link{
    display: inline-flex;
    padding-bottom: 1px;
    border-bottom: 1px dotted #000;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 0;
}
.modal_subtitle{
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.card_compare_block{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.card_compare_btn svg {
    width: 26px;
    height: 22px;
    fill: #ccc;
    stroke: none;
    transition: .2s;
}
.card_compare_btn:hover svg{
    fill: #000;
}
.card_compare_btn.active svg{
    fill: #000;
}
.cs_title{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
}
.cs_title + .card_size_block{
    margin-top: 10px;
}
/*18.03*/

.card_compare_block{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.cs_title{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
}
.cs_title + .card_size_block{
    margin-top: 10px;
}
@media only screen and (max-width: 479px) {
    .sp15 .swiper-pagination-bullet {
        margin: 0 3px!important;
    }
}

/*24.03*/

.content_wp .cbp_promo {
    font-size: 12px;
    line-height: 14px;
    padding-top: 6px;
}
