.low_price .open_hidden{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    color: #878787;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}
.open_question_modal{
    display: none;
}
.low_price .open_hidden img{
    width: 16px;
    height: 16px;
    object-fit: cover;
    object-position: center;
    margin-left: 5px;
    filter: grayscale(1);
    margin-bottom: 2px;
    transition: all .5s ease
}
.low_price .open_hidden.active img{
    filter: grayscale(0);
}
.low_price{
    width: 100%;
    background-color: #f4f4f4;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}
.low_price_hidden{
    display: none;
    padding: 15px 20px 30px 20px;
    position: absolute;
    bottom: 100%;
    background-color: #fff;
    left: 0px;
    right: 0;
    width: 332px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}
.low_price_hidden:before{
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    border-top: 15px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.low_price_hidden .low_price_title{
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}

.low_price_hidden .low_price_text{
    margin-top: 9px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    text-transform: none;
    line-height: 18px;
}

.gallery_product {
    width: 558px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff
}

.gallery_product .owl-item {
    width: 100%;
    height: 616px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery_product .owl-item img {
    max-width: 400px;
    max-height: 600px;
    width: auto
}

.gallery_product .owl-thumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e9e9e9
}

.gallery_product .owl-thumb-item {
    width: 80px;
    height: 90px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: 0;
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0 5px
}

.gallery_product .owl-thumb-item:before {
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    height: 4px;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background-color: #f8355e;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.gallery_product .owl-thumb-item.active:before,
.gallery_product .owl-thumb-item:hover:before {
    opacity: 1
}

.gallery_product .owl-thumb-item img {
    max-width: 65px;
    max-height: 65px;
    width: auto
}

.quote {
    width: 100%;
    padding: 40px 40px 20px 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    position: relative;
    margin-top: 20px
}

.quote:after,
.quote:before {
    content: '';
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/quote1.svg);
    width: 24px;
    height: 20px;
    top: 15px;
    left: 15px
}

.quote:after {
    background-image: url(../img/quote2.svg);
    top: auto;
    left: auto;
    bottom: 15px;
    right: 15px
}

.quote_text {
    font-size: 14px;
    font-weight: 400;
    font-family: source-font, sans-serif;
    line-height: 20px;
    color: rgba(48, 55, 61, .7)
}

.quote_link {
    font-size: 12px;
    font-weight: 400;
    color: #f8355e;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.quote_link:hover {
    color: #583f9d
}

.quote_all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f8355e;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 20px
}

.quote_all img {
    margin-left: 7px;
    padding-bottom: 2px
}

.quote_all:hover {
    text-decoration: underline
}

.product_advantages {
    width: 310px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.product_advantages .min_advantages_item .image_overlay{
    width: 50px;
    margin-top: 10px;
}
.product_advantages .min_advantages_item .image_overlay img{
    width: 100%;
}
.product_advantages .min_advantages {
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    padding-bottom: 8px;
}
.product_advantages .min_advantages_item{
    padding: 43px 36px;
}
.options {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    margin-bottom: 10px;
    display: flex;
    padding: 7px 20px 10px 20px;
    flex-flow: row wrap
}

.options .option {
    padding: 10px 0px;
    width: 48%;
}
.options .option:nth-child(odd){
    margin-right: 2%;
}

.options .option.color {
    width: 50%;
}

.options .option>span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #30373d;
    display: block;
}

.options .option_box {
    width: 100%;
    margin-top: 8px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-left: 4px
}

.options .option_link {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    padding: 0 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    height: 40px;
    margin: 4px 4px 4px 0
}

.options .option_link.active,
.options .option_link:focus,
.options .option_link:hover {
    background-color: #583f9d;
    color: #fff
}

.product_credit_button {
    width: 100%;
    height: 50px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #ececec;
    padding: 0;
    margin-top: 20px
}

.product_credit_button strong {
    color: #583f9d;
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
    transition: all .5s ease;
}

.product_credit_button span {
    font-size: 18px;
    font-weight: 400;
    transition: all .5s ease;
    color: #aeafaf
}

.product_credit_button:hover {
    background-color: #583f9d;
}

.product_credit_button:hover strong {
    color: #ffffff;
}

.product_credit_button:hover span {
    color: #ffffff;
}
.product_question{
    background-color: #f4f4f4;
    padding: 25px 0px 5px 0px;
}
.product_question_container{
    display: flex;
    /*justify-content: space-between;*/
    flex-flow: row wrap;
}
.product_question_item{
    padding: 5px 20px 5px 35px;
    width: 25%;
    border-right: 1px solid #e9e9e9;
    margin: 10px 0px;
}
.product_question_item:first-child{
    padding-left: 20px;
}
.product_question_item:last-child{
    border-right: none;
}
.product_question_item .title_overlay{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_question_item .title_overlay img{
    display: none;
}
.product_question_item .title_overlay h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #30373d;
    position: relative;
}
.product_question_item .title_overlay h3:before{
    content: '';
    position: absolute;
    top: 10px;
    left: -20px;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #f8355e;
}

.product_question_item p{
    font-size: 12px;
    line-height: 20px;
    white-space: pre-wrap;
    color: #30373d;
    font-family: "source-font", sans-serif;
    margin-top: 10px;
}
.product_main {
    background-color: #f4f4f4;
    padding-top: 20px
}

.product_main .consultation {
    background-color: transparent;
    border: none;
    color: #f8355e;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    text-decoration: underline;
    margin: 15px auto 0 auto;
    display: block
}

.product_main_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px
}

.product_main_box {
    width: 393px;
    margin: 0 20px
}

.product_main_info {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    /*overflow: hidden*/
}

.product_main .in_stock {
    margin-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #54c539;
    line-height: 20px;
    padding-top: 5px;
}

.product_main .in_stock img {
    margin-right: 10px
}

.product_main .product_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product_main .product_price {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #ffffff
}

.product_main .product_price .button {
    width: 100%;
    margin-top: 20px;

}

.product_main .old_price {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #30373d;
    text-decoration: line-through
}
.product_main .econom{
    font-size: 16px;
    font-weight: 700;
    line-height: 17px;
    color: #f8355e;
    background-color: rgba(256, 176,176, 0.3);
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 0px 20px;
}
.product_main .special_price{
    text-align: center;
    margin-right: 20px;
}
.product_main .price_overlay{
    display: flex;
    align-items: center;
}
.product_main .new_price {
    font-size: 32px;
    font-weight: 700;
    color: #30373d;
    line-height: 48px
}
.product_main .big_price{
    font-size: 42px;
    font-weight: 700;
    color: #f8355e
}
.product_main .click_form {
    margin: 20px 0px 0px 0px;
}
.product_main .click_form>span{
    display: none;
}
.product_main .click_form_input {
    width: 195px
}

.product_main .h1_lower {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.product_main .model {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, .5);
    padding-top: 5px;
    margin-right: 20px
}

.product_main .link_review {
    color: #f8355e;
    text-decoration: underline;
    font-size: 13px;
    margin-left: 20px;
    padding-top: 3px
}

.product_main .product_link_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.product_main .product_link_review:focus .link_review,
.product_main .product_link_review:hover .link_review {
    color: #583f9d
}

.cheap {
    background-color: #f4f4f4;
    padding-top: 20px;
    position: relative
}

.cheap_left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.cheap_button {
    width: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    background-color: transparent;
    outline: 0
}

.cheap_prev {
    left: 0
}

.cheap_next {
    right: 0
}

.cheap_box {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 25px 40px;
    position: relative;
    overflow: hidden
}

.cheap_box h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #30373d
}

.cheap_carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.cheap_carousel .owl-stage {
    display: flex;
}

.cheap_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 20px;
    height: 100%;
}

.cheap .element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.cheap .element .image_overlay {
    height: 160px;
    margin-right: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.cheap .element .image_overlay img {
    max-height: 100%;
    max-width: 160px;
    width: auto
}

.cheap .element .info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cheap .element .info p {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #333;
    margin-bottom: 10px;
    max-width: 240px
}

.cheap .element .info a {
    color: #333
}

.cheap .element .info a:focus,
.cheap .element .info a:hover {
    color: #f8355e
}

.cheap .sign {
    font-size: 32px;
    font-weight: 800;
    color: #f8355e;
    margin: 30px
}

.cheap .element_total {
    width: 240px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f8f8f8;
    text-align: center;
    padding: 25px 40px
}

.cheap .old_price {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #8f8f8f;
    text-decoration: line-through;
}

.cheap .new_price {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: #f8355e
}

.cheap .element .info .new_price {
    font-size: 24px;
    display: block;
    color: #f8355e;
    font-weight: 400;
    line-height: 34px
}


/* .cheap span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #f8355e
} */

.cheap .button {
    margin-top: 10px;
    margin-left: 0;
    height: 46px;
    width: 160px;
    font-size: 15px;
}
.new_present_box >span{
    font-size: 16px;
    font-weight: 700;
    color: #30373d;
    line-height: 20px;
    margin: 20px 0px 5px 0px;
    display: block;
    text-align: center;
}
.present_arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: transparent;
    width: 25px;
    border: none;
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.present_prev {
    left: 0
}

.present_next {
    right: 0
}

.present_carousel {
    width: 265px;
    padding: 0 25px;
    position: relative
}

.present_item {
    position: relative;
    display: block;
    height: 50px;
    width: 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border: 2px solid #e9e9e9;
    padding: 0px 15px;
    margin-top: 10px;
    transition: all .5s ease
}
.present_item .name{
    font-size: 14px;
    line-height: 20px;
    color: #30373d;
    font-weight: 700;
}
.present_item .name_overlay{
    display: flex;
    align-items: center;
}
.present_item .circle{
    background-color: #583f9d;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    position: relative;
}
.present_item .circle:after{
    content: '';
    width: 10px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.present_item .circle:before{
    content: '';
    width: 2px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.present_item .image_overlay{
    height: 40px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.present_item img {
    max-width: 100%;
    max-height: 100%;
}

.present_item input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6
}

.present_item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(../img/present_ok.svg);
    width: 95px;
    height: 25px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    z-index: 7
}

.present_item.is-active {
    background-color: #f6f4ff;
    border: 1px solid #583f9d
}

.present_box {
    background-color: #583f9d;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    margin-top: 10px;
    height: 80px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.present_box span {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    padding: 22px 25px;
    display: block;
    width: 130px
}

.product_tab {
    background-color: #f4f4f4;
    padding: 20px 0
}

.product_tab_container {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: -1px
}

.product_tab .title_tab {
    background-color: #fff;
    padding: 15px 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer
}

.product_tab .title_tab.active img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.product_tab .title_tab:focus h3,
.product_tab .title_tab:hover h3 {
    color: #f8355e
}

.product_tab .title_tab h3 {
    font-size: 18px;
    font-weight: 700;
    color: #30373d;
    line-height: 28px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.product_tab .title_tab img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.product_tab .text_tab {
    background-color: #f8f8f8;
    display: none
}

.product_tab .text_tab .single_blog .information {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 30px;
    width: 100%;
    border: none
}
.product_tab .text_tab .single_blog .information *{
    font-family: source-font, sans-serif;
}
.product_tab .text_tab .single_blog {
    padding: 0
}

.product_tab .text_tab .payment_box {
    padding: 40px
}

.product_tab .text_tab .payment_box .h2_common {
    font-size: 28px
}

.product_tab .text_tab .payment_item {
    width: 50%;
    padding-left: 30px
}

.product_tab .text_tab .payment_item:first-child {
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding-left: 0;
    padding-right: 30px
}

.product_tab .text_tab .payment_information {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0
}

.specification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 25px
}

.specification_group {
    font-size: 20px;
    line-height: 25px;
    color: #30373d;
    font-weight: 700
}

.specification .caption {
    width: 550px;
    padding-right: 25px;
    font-size: 14px;
    color: #959595;
    font-weight: 400;
    line-height: 20px
}

.specification .description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    font-size: 14px;
    line-height: 20px;
    color: #30373d;
    font-weight: 400
}

.product_review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 30px
}

.product_review_container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.product_review .reviews_item:first-child {
    border-top: none;
    padding-top: 0
}

.product_review .reviews_item:last-child {
    border-bottom: none
}

.product_review .product_review_form {
    width: 360px;
    margin-left: 20px
}

.product_review .review_form {
    margin-top: 0
}

.product_review .review_form h2 {
    margin-bottom: 15px;
    font-size: 26px
}

.product_review .review_form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0
}

.product_review .review_form .row .column {
    width: 100%;
    margin-top: 15px
}

.product_review .review_form .button {
    width: 100%
}

#sort_color_select {
    width: 100%;
    position: relative
}

#sort_color_select .color {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    -webkit-border-radius: 35px;
    border-radius: 35px
}

#sort_color_select .color_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    line-height: 20px
}

#sort_color_option {
    width: 100%;
    height: 50px;
    margin-top: 8px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #e9e9e9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 10px;
    position: relative;
    cursor: pointer
}

#sort_color_option .text {
    font-size: 16px;
    color: #30373d;
    margin: 0;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#sort_color_option .text span {
    font-weight: 400;
    color: #30373d
}

#sort_color_option .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    width: 20px;
    right: 5px
}

#sort_color_options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 10;
    padding: 20px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    /* max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto; */
    display: none
}

#sort_color_options li {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #30373d;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-left: 0;
    margin-top: 0
}

#sort_color_options li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#sort_color_options li span {
    font-size: 14px;
    font-weight: 400;
    color: #30373d
}

#sort_color_options li:before {
    display: none
}

#sort_color_options li:last-child {
    margin-bottom: 0
}

#sort_color_options li:focus,
#sort_color_options li:hover {
    color: #f8355e
}

/* Хочу дешевле */
.want-cheaper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 9px;
    margin-top: 6px;
    position: relative;
}

.want-cheaper {
    font-size: 13px;
    font-weight: 400;
    padding: 3px 7px;
    text-align: center;
    background: #FFFFFF;
    border: 2px solid #E9E9E9;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

@media only screen and (max-width: 480px) {
    .want-cheaper-wrapper {
        margin-left: 20px;
        margin-right: 20px;
    }
    .low_price{
        width: auto;
    }
    .low_price .open_hidden img {
        display: none;
    }
}
/* /Хочу дешевле */

@media only screen and (max-width:1350px) {
    .cheap .element .info p {
        max-width: 200px
    }
    .cheap .element .image_overlay img {
        max-width: 120px
    }
    .cheap .element .image_overlay {
        height: 130px
    }
    .cheap_item {
        padding: 0
    }
    .product_advantages {
        display: none
    }
    .product_main_container {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .product_main_box {
        margin-right: 0
    }
    .gallery_product{
        width: 735px
    }
}

@media only screen and (max-width:1199px) {
    .gallery_product{
        width: 488px;
    }
    .specification .caption {
        width: 350px
    }
    .cheap_left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0
    }
}

@media only screen and (max-width:991px) {
    .specification .caption {
        width: 40%
    }
    .product_main .click_form_input{
        flex: 1 1 0
    }
    .product_main  .click_form_button{
        width: 220px;
    }

    .product_review {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product_review .product_review_form {
        width: 100%;
        margin: 0
    }
    .product_tab .text_tab .payment_item {
        width: 100%;
        padding: 0!important;
        border: none!important;
        margin: 0!important
    }
    .product_tab .text_tab .payment_box {
        padding: 30px
    }
    .cheap_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto
    }
    .cheap_left {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 20px 0 0 0
    }
    .product_main .h1_lower {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .product_main .model {
        margin: 10px 0;
        padding: 0
    }
    .product_main_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .product_main_box {
        margin: 20px auto;
        width: 100%
    }
    .gallery_product {
        margin: auto;
        width: 100%
    }
    .product_question{
        padding: 0;
    }
    .product_question_container{
        display: block;
    }
    .product_question_item{
        padding: 0 !important;
        margin: 0;
        width: 100%;
    }
    .product_question_item .title_overlay h3:before{
        display: none;
    }
    .product_question_item .title_overlay h3{
        flex: 1 1 0;
    }
    .product_question_item .title_overlay{
        background-color: #fff;
        border-bottom: 1px solid #e9e9e9;
        padding: 15px 15px 15px 20px;
    }
    .product_question_item .title_overlay img{
        display: block;
        transition: all .5s ease;
    }
    .product_question_item .title_overlay.active img{
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
    .product_question_container{
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.05);
    }
    .product_question_item p{
        margin: 0;
        background-color: #f8f8f8;
        padding: 15px 20px;
        border-bottom: 1px solid #e9e9e9;
        display: none;
    }
    /*.product_advantages {*/
        /*display: block;*/
        /*width: 100%;*/
        /*margin-left: auto;*/
        /*margin-right: auto*/
    /*}*/
    .gallery_product .owl-item{
        height: 446px;
    }
    .options .option:nth-child(odd){
        margin-right: 0;
    }
    .options .option{
        padding: 15px;
        width: 50%;
    }
    .options{
        padding: 7px 10px 10px 10px;
    }
}

@media only screen and (max-width:767px) {

    .low_price .open_hidden.active{
        background-color: #d6d6d6;
    }

    .low_price .open_hidden img{
        filter: grayscale(1);
        margin-bottom: 0;
    }
    .low_price .open_hidden.active img{
        filter: grayscale(1);
    }
    .product_review .review_form .row .column {
        margin-bottom: 0
    }
    .product_review .review_form .row {
        margin-bottom: 30px
    }
    .product_tab .text_tab .payment_box {
        padding: 20px
    }
    .product_tab .text_tab .single_blog .information {
        padding: 20px
    }
    .cheap_item {
        width: 100%;
    }
    .gallery_product {
        width: 100%;
        border-radius: 0px 0px 10px 10px;
    }
    .top_overlay{
        background-color: #fff;
        border-radius: 10px 10px 0px 0px;
        z-index: 6;
        position: relative;
        margin-bottom: -1px;
        padding: 20px 20px 0px 20px;
    }
    .product_main .h1_lower{
        flex-flow: row wrap;
    }
    .product_main .model{
        margin: 0 15px 0 0;
        padding-top: 3px;
    }
    .product_main .in_stock{
        margin-right: 15px;
        padding: 3px 0px 0px 0px;
    }
    .product_main_container{
        margin-top: 0;
    }
    .product_main_box {
        width: 100%
    }
    .cheap .element{
        flex-direction: column;
        padding: 0px 10px;
    }
    .cheap .element .info{
        flex-direction: column;
        justify-content: space-between;
        flex: 1 1 0
    }
    .cheap .button{
        width: 100%;
    }
    .cheap_carousel{
        margin-top: 10px;
    }
    .cheap .element .image_overlay{
        margin: 0;
        width: 100%;
        justify-content: center;
    }
    .cheap .element .info p{
        max-width: 100%;
    }
    .gallery_product .owl-thumb-item {
        width: 70px
    }
    .gallery_product .owl-item {
        height: 400px
    }
    .gallery_product .owl-item img {
        max-width: 350px;
        max-height: 370px
    }
}

@media only screen and (max-width:480px) {
    .options .option_box, #sort_color_option{
        margin-top: 0;
    }
    .low_price_hidden{
        width: auto;
        left: -20px;
        right: -20px;
        margin-left: auto;
        margin-right: auto;
    }
    .low_price .open_hidden{
        width: 100%;
    }
    .specification .caption {
        width: 50%
    }
    .product_review {
        padding: 30px 10px
    }
    .product_tab .text_tab .payment_box {
        padding: 15px
    }
    .product_tab .text_tab .single_blog .information {
        padding: 15px
    }
    .cheap_item {
        max-width: 280px
    }
    .cheap_button {
        width: 30px
    }
    .cheap .element .image_overlay img {
        max-width: 50px
    }
    .cheap .element .info p {
        font-size: 14px;
        line-height: 20px
    }
    .cheap .element_total {
        width: 100%;
        padding: 20px
    }
    .cheap .element .image_overlay {
        height: 60px
    }
    .product_main_box {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .options{
        margin-bottom: 5px;
    }
    .gallery_product {
        margin: auto;
        width: 100%
    }
    .product_main{
        padding-top: 10px;
    }
    .top_overlay{
        padding: 15px;
    }
    .product_main .product_price .button {
        margin-left: 0
    }
    .product_main .click_form_input {
        width: 100%
    }
    .present_box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
    .present_carousel {
        margin: auto
    }
    .present_box span {
        width: 100%
    }
    /*.product_credit_button strong {*/
        /*font-size: 14px*/
    /*}*/
    .product_credit_button span {
        font-size: 16px
    }
    .product_advantages {
        width: 300px
    }
    .gallery_product .owl-thumb-item {
        width: 42px;
        height: 70px
    }
    .gallery_product .owl-thumb-item img {
        max-width: 40px;
        max-height: 50px
    }
    .gallery_product .owl-item {
        height: 320px
    }
    .gallery_product .owl-item img {
        max-width: 290px;
        max-height: 290px
    }
    .product_tab {
        padding-bottom: 10px
    }
    .cheap{
        padding-top: 0;
    }
    .product_main .h1_lower{
        margin-top: 5px;
    }
    .product_main .product_price .button {
        margin-top: 10px;
        width: 270px;
    }
    .product_main .product_price {
        padding: 20px 15px;
    }
    .product_credit_button {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .product_main .click_form_button {
        height: 54px;
        font-size: 18px;
    }
    .present_box span {
        text-align: center;
    }
    .product_advantages .min_advantages {
        flex-flow: row wrap;
        display: flex;
    }
    .product_advantages .min_advantages_item {
        width: 50%;
        flex-direction: column;
        padding: 20px;
        border-right: 1px solid #e9e9e9
    }
    .product_advantages .min_advantages_item:nth-child(2n) {
        border-right: none;
    }
    .product_advantages .min_advantages_item:nth-child(3) {
        border-bottom: none;
    }
    .product_advantages .min_advantages_item .caption {
        line-height: 24px;
    }
    .product_advantages .min_advantages_item .description {
        font-size: 12px;
        line-height: 20px;
    }
    .cheap .element {
        flex-direction: column;
    }
    .cheap .element .image_overlay {
        height: 120px;
        margin: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
    .cheap .element .image_overlay img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }
    .cheap .element .info p {
        font-size: 18px;
        line-height: 26px;
    }
    .cheap .element .info {
        height: auto;
    }
    .cheap .button {
        width: 210px;
        height: 54px;
        font-size: 18px;
    }
    .cheap_carousel {
        margin-bottom: 0;
    }
    .gallery_product .owl-thumb-item img{
        display: none;
    }
    .gallery_product .owl-thumb-item{
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background-color: #bdbcbc;
        margin: 0px 10px;
    }
    .gallery_product .owl-thumbs{
        padding-bottom: 20px;
        padding-top: 10px;
        border: none
    }
    .gallery_product .owl-thumb-item.active{
        background-color: #f8355e;
    }
    .gallery_product .owl-thumb-item.active:before, .gallery_product .owl-thumb-item:hover:before{
        display: none;
    }
    .options{
        flex-direction: column;
        padding: 0;
    }
    .options .option{
        display: flex;
        align-items: center;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
    }
    .options .option:last-child{
        border-bottom: none;
    }
    .options .option>span{
        width: 100px;
    }
    .options .option , .options .option.color {
        width: auto;
    }

    .options .option_box, .select_color{
        flex: 1 1 0
    }
    .product_main .product_price{
        padding: 0;
    }
    .product_main .product_row{
        padding: 15px 20px 0px 20px;
    }
    .low_price{
        width: auto;
    }
    .product_main .click_form{
        border-top: 1px solid #e9e9e9;
        padding: 15px 20px;
    }
    .product_main .click_form>span{
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #30373d
    }
    .product_main .click_form_input{
        flex: none;
        height: 50px;
        width: 100%;
        margin-top: 15px;
    }
    .product_main .click_form_button{
        width: 100%;
    }
    .product_main .product_price .button_overlay{
        padding: 0px 20px 20px 20px;
    }
    .product_main .product_price .button{
        width: 100%;
        margin: 0;
    }
    .new_present_box{
        border-top: 1px solid #e9e9e9;
        margin-top: 20px;
        padding: 10px;
    }
    .new_present_box >span{
        margin-top: 0;
    }
    .present_item{
        padding-right: 5px;
    }
    .present_item .image_overlay{
        width: 80px;
    }
    .open_question_modal{
        display: block;
        background-color: #f4f4f4;
        padding: 30px 20px 10px 20px;
    }
    .open_question_modal .bottom{
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #626262;
        margin-top: 15px;
    }
    .open_block{
        background-color: #f8355e;
        border: 4px solid #ffb0b0;
        border-radius: 25px;
        text-align: center;
        padding: 9px 0px;
    }
    .open_block h3{
        font-weight: 700;
        font-size: 22px;
        line-height: 35px;
        color: #fff;
    }
    .open_block p{
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #fff
    }
    .cheap_box{
        padding: 20px;
    }
    .cheap_button img{
        max-width: 10px;
    }
    .cheap .element{
        padding: 0px 5px;
    }
    .cheap .element .info p{
        font-size: 14px;
        line-height: 18px;
        max-height: 35px;
        overflow: hidden;
    }
    .cheap .button{
        width: 100%;
        font-size: 12px;
        height: 40px;
        margin-top: 5px;
    }
    .cheap_carousel{
        margin-top: 0;
    }
    .cheap .old_price{
        font-size: 14px;
        line-height: 18px;
    }
    .cheap .element .info .new_price{
        font-size: 18px;
        line-height: 25px;
    }
    .product_main .big_price{
        font-size: 32px;
    }
}