.not_found{
    padding: 100px 0px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #dddddd;
}
#one_click .input_text {
    display: none;
}

.footer_about {
    background-color: #f4f4f4;
    border-bottom: 1px solid #d4d4d4
}

.footer_about .mobile_visible {
    display: none;
}

.footer_about_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;
    padding-top: 60px
}

.footer_about_row:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.footer_about_row:nth-child(2n) .image {
    margin-right: 40px;
    margin-left: 0
}

.footer_about .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 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;
    margin-left: 40px
}

.footer_about .image img {
    max-width: 100%;
    max-height: 365px;
    mix-blend-mode: multiply
}

.footer_about .text {
    width: 695px
}

.footer_about h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #30373d
}

.footer_about p {
    font-size: 14px;
    line-height: 26px;
    color: #30373d;
    font-family: source-font, sans-serif;
    margin: 20px 0
}

.footer .logo_bottom, .footer .comment_bottom {
    display: none;
}

.footer .footer_map {
	height: 0px;
	opacity: 0;
}

.footer {
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 1px;
}

.footer_box {
    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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.footer_text {
    /* width: 420px; */
    padding-top: 18px
}

.footer_text p {
    font-family: source-font, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin: 14px 0
}

.footer .logo img {
    max-height: 50px
}

.footer .copyright {
    display: block;
    font-weight: 400;
    color: rgba(51, 51, 51, .5);
    line-height: 18px;
    font-size: 14px;
    margin: 40px 0 20px 0
}

.footer .designer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.footer_menu {
    padding-top: 18px
}

.footer_menu ul {
    margin-top: 20px
}

.footer_menu ul li {
    margin-bottom: 15px
}

.footer_menu ul li:last-child {
    margin-bottom: 0
}

.footer_menu ul li a {
    font-size: 16px;
    color: #30373d;
    line-height: 20px;
    font-weight: 400
}

.footer_menu ul li a:focus,
.footer_menu ul li a:hover {
    color: #f8355e
}

.footer h3 {
    color: #f8355e;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px
}

.footer .line {
    height: 330px;
    width: 1px;
    background-color: #d4d4d4
}

.footer_info {
    max-width: 335px;
    padding-top: 18px
}

.footer_info span {
    font-size: 14px;
    line-height: 18px;
    color: rgba(51, 51, 51, .5);
    display: block;
    margin-top: 5px
}

.footer_phone {
    font-size: 32px;
    line-height: 35px;
    font-weight: 700;
    color: #333;
    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: 15px;
    margin-bottom: 10px
}

.footer_phone:focus,
.footer_phone:hover {
    color: #f8355e
}

.footer_phone:focus path,
.footer_phone:hover path {
    fill: #f8355e
}

.footer .address {
    font-size: 16px;
    line-height: 35px;
    color: #30373d;
    font-weight: 400;
    margin: 20px 0;
    white-space: pre-wrap;
}

.footer .social_footer {
    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: 40px
}

.footer .social_footer a {
    display: block;
    margin-right: 30px
}

.footer .social_footer a:last-child {
    margin-right: 0
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    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;
    z-index: 200;
    display: none
}

.modal_container {
    width: 720px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -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: #f4f4f4;
    padding: 30px 20px;
    position: relative;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: hidden
}

.modal .close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    margin: 0 !important;
}

.modal .close img {
    margin: 0 !important;
}

.modal h3 {
    color: #000;
    font-size: 34px;
    line-height: 44px;
    font-weight: 700;
    padding: 0 15px
}

.cart_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.cart_form .products {
    width: 330px;
    max-height: 480px;
    overflow-x: hidden;
    overflow-y: auto
}

.cart_form .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.cart_form .information {
    width: 300px;
    margin: 0 15px 0 35px
}

.cart_form .item_product {
    width: 100%;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    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-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 25px 25px 0;
    margin-bottom: 10px
}

.cart_form .item_product .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    padding-right: 10px;
    display: block
}

.cart_form .item_product .title:focus,
.cart_form .item_product .title:hover {
    color: #f8355e
}

.cart_form .item_product .prices {
    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
}

.cart_form .item_product .old_price {
    font-size: 14px;
    font-weight: 200;
    color: #676767;
    margin-right: 10px;
    text-decoration: line-through
}

.cart_form .item_product .new_prices {
    font-size: 18px;
    font-weight: 400;
    color: #000
}

/*.cart_form .item_product .quantity {*/
/*    font-size: 18px;*/
/*    color: #000;*/
/*    font-weight: 700;*/
/*    position: absolute;*/
/*    bottom: 5px;*/
/*    right: 10px*/
/*}*/

.cart_form .item_product .delete {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer
}

.cart_form .item_product .delete img {
    max-width: 100%;
    max-height: 100%
}

.cart_form .item_product .image_overlay {
    height: 80px;
    width: 100px;
    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
}

.cart_form .item_product .image_overlay img {
    max-width: 80px;
    max-height: 100%
}

.cart_form .total {
    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 #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.cart_form .total_text {
    font-size: 18px;
    font-weight: 400;
    color: #333
}

.cart_form .total_price {
    font-size: 24px;
    font-weight: 400;
    color: #333
}

.cart_form .button {
    width: 100%;
    margin-top: 20px
}

.cart_form .button_close {
    width: 100%;
    background-color: #fff;
    color: #636363;
    font-size: 17px;
    border-color: #e9e9e9
}

.cart_form .button_close:focus,
.cart_form .button_close:hover {
    background-color: #583f9d;
    border-color: #ab9feb;
    color: #fff
}

.common_modal {
    text-align: center;
    margin-top: 40px
}

.common_modal .span_top {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333
}

.common_modal .modal_phone {
    font-size: 28px;
    font-weight: 700;
    color: #333 !important;
    text-decoration: none !important;
    line-height: 46px;
    text-align: center;
    display: block
}

.common_modal .modal_phone:focus,
.common_modal .modal_phone:hover {
    color: #f8355e !important
}

.common_modal .span_bottom {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, .5)
}

#one_click .modal_container {
    width: 620px;
    padding: 50px 100px
}

.one_click_container {
    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
}

.one_click_container .image_overlay {
    height: 150px;
    width: 160px;
    margin-right: 30px;
    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
}

.one_click_container .image_overlay img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: multiply
}

.one_click_container .title {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.one_click_container .title:focus,
.one_click_container .title:hover {
    color: #f8355e
}

.one_click_container .price_title {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    display: block
}

.one_click_container .old_price {
    display: block;
    text-decoration: line-through;
    font-size: 18px;
    font-weight: 200;
    color: #676767
}

.one_click_container .new_price {
    display: block;
    font-size: 26px;
    font-weight: 400;
    color: #000
}

.one_click_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.click_form {
    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;
    margin-top: 40px
}

.click_form ::-webkit-input-placeholder {
    opacity: .5
}

.click_form ::-moz-placeholder {
    opacity: .5
}

.click_form ::-ms-input-placeholder {
    opacity: .5
}

.click_form ::placeholder {
    opacity: .5
}

.click_form_input {
    width: 293px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 25px 0 0 25px;
    border-radius: 25px 0 0 25px;
    border-right: none;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #30373d;
    height: 50px
}

.click_form_button {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    height: 50px;
    width: 137px;
    background-color: #583f9d;
    border: 4px solid #ab9feb;
    -webkit-border-radius: 0 30px 30px 0;
    border-radius: 0 30px 30px 0
}

.click_form_button:focus,
.click_form_button:hover {
    background-color: #f8355e;
    border-color: #ffb0b0
}

#add_cart .modal_container {
    width: 500px;
    padding: 50px
}

#add_cart .button {
    width: 250px;
    margin: 20px auto 0 auto
}

#add_cart .button_close {
    background-color: #fff;
    color: #636363;
    border-color: #e9e9e9
}

#add_cart .button_close:focus,
#add_cart .button_close:hover {
    background-color: #583f9d;
    border-color: #ab9feb;
    color: #fff
}

#modal_credit .modal_container {
    max-height: 80vh
}

#modal_credit .click_form_button {
    width: 155px
}

#modal_credit .click_form_input {
    width: 270px
}

#modal_credit .modal_container {
    width: 620px;
    padding: 30px 40px
}

#modal_credit .one_click_container {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #ddd
}

#modal_credit .one_click_container .image_overlay {
    height: 100px;
    width: 90px;
    margin-right: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

#modal_credit .one_click_container .price_overlay {
    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
}

#modal_credit .one_click_container .old_price {
    margin-right: 20px
}

#modal_credit .bottom_title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 32px;
    text-align: center
}

#modal_credit .click_form,
#modal_credit .common_modal {
    margin-top: 30px
}

#modal_credit .number {
    font-size: 48px;
    line-height: 50px;
    margin-top: 5px;
    font-weight: 300;
    color: #b0d02a;
    display: block
}

#modal_credit .number_info {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px
}

#modal_credit .number_text {
    font-size: 16px;
    line-height: 22px;
    color: #30373d;
    font-weight: 700;
    display: block
}

#modal_credit .form_overlay {
    border-bottom: 1px solid #ddd
}

#modal_credit .form_row {
    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: 20px 0
}

#modal_credit .field {
    width: 360px;
    height: 50px;
    border: 2px solid #e9e9e9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 700;
    color: #30373d
}

#modal_credit .field_title {
    font-size: 16px;
    font-weight: 700;
    color: #30373d;
    line-height: 22px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-right: 20px
}

#modal_credit .first_payment {
    font-size: 32px;
    color: #f8355e;
    font-weight: 400;
    width: 360px;
    display: block
}

#modal_credit select {
    outline: 0;
    width: 360px;
    height: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-appearance: none;
    background-image: url(../img/select.png);
    background-position: 330px center;
    background-repeat: no-repeat;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: .01px;
    -o-text-overflow: '';
    text-overflow: '';
    -ms-appearance: none;
    font-size: 16px;
    color: #30373d;
    border: 2px solid #e9e9e9;
    padding: 0 20px;
    appearance: none!important
}

#modal_credit select::-ms-expand {
    display: none
}

#modal_credit .radio_group {
    width: 360px;
    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
}

#modal_credit .radio_overlay {
    margin-right: 40px
}

#modal_credit .radio_overlay:last-child {
    margin-right: 0
}

#modal_credit .radio {
    position: absolute;
    z-index: -1;
    opacity: 0
}

#modal_credit .radio+label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    font-size: 16px;
    color: #30373d
}

#modal_credit .radio+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff
}

#modal_credit .radio+label:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #f8355e;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#modal_credit .radio:checked+label:after {
    opacity: 1
}

#sort_bank_select {
    width: 360px;
    position: relative
}

#sort_bank_option {
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 2px solid #e9e9e9;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    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 20px;
    position: relative;
    cursor: pointer
}

#sort_bank_option .text {
    font-size: 16px;
    color: #30373d
}

#sort_bank_option .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    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;
    right: 15px
}

#sort_bank_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_bank_options li {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: #30373d;
    margin-bottom: 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#sort_bank_options li:last-child {
    margin-bottom: 0
}

#sort_bank_options li:focus,
#sort_bank_options li:hover {
    color: #f8355e
}

.slider_overlay {
    width: 360px
}

.slider_credit {
    width: 340px;
    position: relative
}

.slider_credit:before {
    content: '';
    position: absolute;
    right: -16px;
    top: 0;
    bottom: 0;
    height: 4px;
    width: 17px;
    background: #ffb0b0
}

.ui-widget.ui-widget-content {
    border: none;
    height: 4px;
    background: #ffb0b0
}

.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    width: 30px;
    height: 30px;
    background-color: #f8355e;
    border: 4px solid #ffb0b0;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    outline: 0;
    cursor: pointer;
    top: -12px;
    margin-left: -10px
}

.handle_number {
    position: absolute;
    bottom: 100%;
    left: -11px;
    right: 0;
    margin: auto;
    width: 42px;
    height: 38px;
    background-image: url(../img/handle.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    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: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px
}

.row_slider {
    padding: 40px 0
}

.handle_range {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 25px;
    height: 23px
}

.handle_range span {
    position: absolute;
    top: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000
}

.handle_range span:before {
    content: '';
    width: 1px;
    background-color: #ffb0b0;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: 10px
}

.range36 {
    right: -12px
}

.range24 {
    right: 108px
}

.range18 {
    right: 169px
}

.range12 {
    right: 229px
}

.range6 {
    left: 39px
}

#credit_modal .modal_container {
    width: 500px
}

#credit_modal h3 {
    padding: 0;
    font-size: 29px;
    line-height: 32px;
}

#credit_modal .credit_lower {
    font-size: 14px;
    line-height: 24px;
    color: #30373d;
    margin: 0
}

.more_load {
    height: 50px;
    -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-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;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.more_load:focus,
.more_load:hover {
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .2)
}

.more_load span {
    font-size: 16px;
    display: block;
    line-height: 17px;
    font-weight: 700;
    color: #f8355e
}

.more_load img {
    margin-right: 7px
}

.pagination {
    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;
    margin-top: 20px
}

.pagination li:before {
    display: none;
}

.pagination li {
    padding: 0 !important;
}

.pagination li a,
.pagination li span {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #e9e9e9;
    margin: 0 5px;
    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: 16px;
    font-weight: 700;
    color: #30373d !important;
    text-decoration: none !important;
}

.pagination li.active a,
.pagination li.active span,
.pagination li:focus a,
.pagination li:focus span,
.pagination li:hover a,
.pagination li:hover span {
    -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;
    color: #f8355e !important
}

.pagination .next a,
.pagination .prev a {
    -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
}

.pagination .prev img {
    display: block;
    padding-right: 2px
}

.pagination .next img {
    display: block;
    padding-left: 2px
}


/* Стилизация чекбокса */
.mycheckbox {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    align-items: center;
    margin-bottom: 15px;
}

.mycheckbox__default {
    display: none!important;
}

.mycheckbox__new {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-right: 9px;
    position: relative;
    flex-shrink: 0;
}

.mycheckbox__new::after {
    content: "✓";
    display: block;
    color: #F8355E;
    font-size: 14px;
    font-weight: 700;
    left: 3px;
    top: -2px;
    position: absolute;
    -webkit-transition: 0.1s ease-in;
    transition: 0.1s ease-in;
    transform: scale(0.2);
    transform-origin: center;
    opacity: 0;
    width: 18px;
    height: 18px;
}

.mycheckbox__default:checked + .mycheckbox__new::after {
    transform: scale(1);
    opacity: 1;
}

.mycheckbox__descr {
    font-size: 12px;
    line-height: 16px;
    color: #878787;
}

.mycheckbox__descr a {
    color: #F8355E;
    text-decoration: underline;
}

.calculation_form .mycheckbox {
    padding: 0 55px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .calculation_form .mycheckbox {
        justify-content: center;
    }
}
.footer_block .mycheckbox  {
    margin-bottom: 0;
    margin-top: 10px;
}
@media only screen and (max-width: 600px) {
    .new_form input {
        margin-bottom: 10px;
    }
}

.buy_one_click .button_common .mycheckbox,
.buy_one_click .form_imput .mycheckbox {
    margin-bottom: 0;
    margin-top: 10px;
}

.callback.error .mycheckbox__new,
.cart_modal_callback.error .mycheckbox__new,
#form-review.error .mycheckbox__new {
    border-color: red;
    border-width: 2px;
}
.callback.error .mycheckbox,
.cart_modal_callback.error .mycheckbox,
#form-review.error .mycheckbox {
    color: red;
}
/* /стилизация чекбокса */


/* Стилизация попап */
#want_cheaper .modal_container {
    max-width: 600px;
    padding-left: 40px;
    padding-right: 40px;
}

#want_cheaper h3 {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    #want_cheaper .modal_container {
        padding: 30px;
    }
}
@media only screen and (max-width: 480px) {
    #want_cheaper .modal_container {
        width: 355px;
    }
}

.input-style {
    border-radius: 10em;
    background-color: #fff;
    border: 2px solid #E3E3E3;
    padding: 13px 15px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

.input-style__group-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 0 20px;
}

.input-style__group {
    margin-bottom: 20px;
}

.input-style__group label {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #30373D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.input-style__group label span {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.5;
    white-space: nowrap;
    margin-left: 20px;
}


@media only screen and (max-width:1350px) {
    .footer_about .text {
        width: 650px
    }
    .footer_text {
        width: 320px
    }
}

@media only screen and (max-width:1199px) {
    .footer_about .text {
        width: 49%
    }
    .footer_about h2 {
        font-size: 26px;
        line-height: 30px
    }
    .footer_about_row,
    .footer_about_row:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .footer_about .image {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0!important
    }
    .footer_about .text {
        width: 100%
    }
    .footer_about .image {
        -webkit-align-self: center!important;
        -ms-flex-item-align: center!important;
        align-self: center!important
    }
    .footer_text {
        width: 100%;
        padding: 0;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:767px) {
    .footer_info {
        width: 100%;
        max-width: 100%;
        margin-top: 25px;
        padding: 0
    }
    .footer .line {
        display: none
    }
    .footer_box {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .footer_menu {
        margin-right: 20px;
        padding: 0
    }
    .footer {
        padding-bottom: 60px
    }
    .modal_container {
        width: 450px
    }
    .cart_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cart_form .products {
        width: 100%;
        max-height: 200px;
        padding: 0 15px
    }
    .cart_form .information {
        width: 100%;
        margin: 0;
        -webkit-box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2px 12px 0 rgba(0, 0, 0, .2);
        z-index: 5
    }
    .common_modal {
        display: none
    }
    .cart_form .item_product .image_overlay {
        height: 50px;
        width: 60px
    }
    .cart_form .item_product .image_overlay img {
        max-width: 50px
    }
    .cart_form .item_product .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px
    }
    .cart_form .button_close {
        display: none
    }
    .modal h3 {
        font-size: 30px;
        line-height: 34px;
        padding: 15px 15px 0 15px
    }
    .cart_form .total {
        padding: 5px 15px
    }
    .cart_form .form_overlay {
        padding: 0 15px 15px 15px
    }
    .modal .close {
        top: 10px;
        right: 10px
    }
    .modal_container {
        padding: 0
    }
    #add_cart .modal_container {
        width: 450px
    }
    #one_click .modal_container {
        width: 450px;
        padding: 40px
    }
    #one_click .modal_container .common_modal {
        display: block;
        margin-top: 30px
    }
    .click_form_input {
        width: 225px
    }
    .click_form {
        margin-top: 30px
    }
    .one_click_container .image_overlay {
        width: 110px!important
    }
    #modal_credit .modal_container {
        width: 450px
    }
    #modal_credit .form_row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    #modal_credit .field_title {
        padding: 0
    }
    #modal_credit .click_form_input {
        width: 210px
    }
    #modal_credit .radio_group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px
    }
    #modal_credit .first_payment {
        text-align: center
    }
    .row_slider {
        position: relative;
        margin-top: 55px!important
    }
    .row_slider .field_title {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        top: -40px
    }
    #modal_credit .one_click_container .price_overlay {
        -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
    }
    #credit_modal .modal_container {
        width: 450px;
        padding: 30px 20px
    }
    #credit_modal .common_modal {
        display: block;
        margin-top: 30px
    }
    .total_price_load .cart_form .total {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width:480px) {
    .footer .address {
        font-size: 14px;
        line-height: 30px
    }
    .footer_phone {
        font-size: 24px
    }
    .modal_container {
        width: 315px
    }
    .modal h3,
    #credit_modal h3 {
        font-size: 20px;
        line-height: 24px
    }
    .cart_form {
        margin-top: 10px
    }
    .modal .close {
        top: 10px;
        right: 10px
    }
    .cart_form .item_product .prices {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .cart_form .products {
        max-height: 200px
    }
    #add_cart .modal_container {
        width: 315px;
        padding: 40px 20px
    }
    #one_click .modal_container {
        width: 315px;
        padding: 40px 20px 20px 20px
    }
    .one_click_container .image_overlay {
        width: 85px!important;
        height: 120px!important;
        margin-right: 10px!important
    }
    .one_click_container .title {
        font-size: 18px;
        line-height: 22px
    }
    .click_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .click_form_input {
        width: 100%;
        margin-bottom: 15px;
        -webkit-border-radius: 30px;
        border-radius: 30px;
        border: 2px solid #e3e3e3
    }
    .click_form_button {
        width: 100%;
        -webkit-border-radius: 30px;
        border-radius: 30px
    }
    #one_click .modal_container .common_modal {
        margin-top: 15px
    }
    #one_click .modal_container .common_modal .modal_phone {
        line-height: 36px
    }
    .click_form {
        margin-top: 20px
    }
    .one_click_container .new_price {
        font-size: 23px;
        line-height: 30px
    }
    #modal_credit .modal_container {
        width: 315px;
        padding: 30px 20px
    }
    #sort_bank_select {
        width: 100%
    }
    #modal_credit .field {
        width: 100%
    }
    #modal_credit .bottom_title {
        font-size: 16px;
        line-height: 20px
    }
    #modal_credit .click_form_input {
        width: 100%
    }
    #modal_credit .click_form_button {
        width: 100%
    }
    .slider_credit,
    .slider_overlay {
        width: 254px
    }
    .handle_range {
        display: none
    }
    .row_slider {
        padding-bottom: 0
    }
    .slider_credit:before {
        display: none
    }
    #credit_modal .modal_container {
        width: 315px
    }
    #credit_modal .common_modal {
        margin-top: 20px
    }
    #credit_modal .credit_lower br {
        display: none
    }
    .pagination li a,
    .pagination li span {
        width: 30px;
        height: 30px
    }
    .footer_about h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .footer_about {
        /* padding-bottom: 20px; */
        border-bottom: none;
        padding-bottom: 30px !important;
    }
    .footer_about p {
        font-size: 12px;
        line-height: 20px;
    }
    .footer_about_row {
        padding-top: 30px;
    }
    .footer_about .main_container_hid {
        height: 710px;
        overflow: hidden;
        position: relative;
        transition: all .5s ease;
    }
    .footer_about .main_container_hid.active {
        height: 100%;
    }
    .footer_about .main_container_hid.active:before {
        display: none;
    }
    .footer_about .main_container_hid:before {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 0;
        right: 0;
        height: 60px;
        width: 100%;
        z-index: 3;
        background: linear-gradient(to bottom, transparent 0%, #f4f4f4 100%);
    }
    .footer_about .mobile_visible {
        display: block;
        width: 97%;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        border-radius: 10px;
        color: #f8355e;
        font-size: 14px;
        font-weight: 700;
    }
    .footer_menu.mobile_hidden_menu {
        display: none;
    }
    .footer_menu {
        width: 100%;
        background-color: #fff;
        border-radius: 10px;
        overflow: hidden;
        margin-right: 0;
        border: 1px solid #ececec
    }
    .footer .footer_menu h3 {
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0px 20px;
        position: relative;
    }
    .footer .footer_menu h3:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        margin: auto;
        width: 5px;
        height: 10px;
        background-image: url(../img/breadcrumb.png);
        transform: rotate(90deg);
        transition: all .5s ease;
    }
    .footer .footer_menu h3.active:before {
        transform: rotate(270deg);
    }
    .footer_menu ul {
        margin-top: 0;
        background-color: #fbfbfb;
        display: none;
        border-top: 1px solid #eaeaea;
    }
    .footer_menu ul li {
        border-bottom: 1px solid #eaeaea;
        padding: 0px 20px;
        margin: 0;
        height: 50px;
        display: flex;
        align-items: center;
    }
    .footer_menu ul li:last-child {
        border-bottom: none;
    }
    .footer_text {
        display: none;
    }
    .footer .logo_bottom , .footer .comment_bottom{
        display: block;
        text-align: center;
    }
	.footer .comment_bottom{
		font-family: source-font, sans-serif;
		font-size: 14px;
		line-height: 24px;
		color: #555;
		margin: 14px 0
	}
    .footer .footer_map {
        display: block;
			opacity: 1;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
        /*height: 380px;*/
        background-color: #fff;
        margin-bottom: 30px;
    }
    .footer .copyright {
        text-align: center;
        margin: 10px 0 20px 0;
    }
    .footer .designer {
        justify-content: center;
    }
    .footer {
        padding: 10px 0px 1px 0px;
    }
    #one_click .input_text {
        display: block;
    }
    #one_click .line {
        width: auto;
        height: 1px;
        background-color: #ddd;
        margin: 0px -20px 20px -20px;
    }
    .click_form_input {
        height: 40px;
    }
    .cart_form .item_product .image_overlay {
        height: 80px;
        width: 70px;
    }
    .cart_form .item_product .prices {
        flex-direction: row;
        align-items: center;
    }
    .cart_form .item_product {
        padding: 15px 25px 15px 0px;
    }
    .cart_form .button {
        height: 48px;
    }
    .cart_form .input {
        height: 40px;
    }
    .cart_form .total_text {
        font-size: 14px;
    }
    .cart_form .total_price {
        font-size: 18px;
    }
     .cart_form .total {
        margin-bottom: 10px;
    }
    .total_price_load .cart_form .total {
        margin-bottom: 0px !important;
    }
    #modal_credit .modal_container {
        max-height: 95vh;
    }
    #modal_credit h3 {
        padding: 0 !important;
    }
    #modal_credit .one_click_container {
        padding: 15px 0px;
    }
    #modal_credit .one_click_container .image_overlay {
        width: 45px !important;
        height: 60px !important;
    }
    #modal_credit .one_click_container .title {
        font-size: 14px;
    }
    #modal_credit .one_click_container .price_overlay {
        flex-direction: row;
        align-items: center;
    }
    #modal_credit .one_click_container .old_price {
        font-size: 12px;
        margin-right: 15px;
        line-height: 12px;
    }
    #modal_credit .one_click_container .new_price {
        font-size: 18px;
        line-height: 19px;
    }
    #modal_credit .one_click_container .price_title {
        float: left;
        margin-right: 10px;
        font-size: 12px;
    }
    #modal_credit .field_title {
        display: block;
        text-align: left;
        align-self: flex-start;
    }
    #modal_credit .bottom_title {
        margin-top: 20px !important;
    }
    #modal_credit .click_form {
        margin-top: 20px;
    }
    #modal_credit .first_payment {
        line-height: 30px;
    }
    .footer_info{
        padding: 0px 15px;
    }
    .information-contact .footer_map{
        display: none !important;
    }
}