@charset "UTF-8";
ul {
    padding: none;
    list-style: none; }

p {
    margin-bottom: 0; }

/* Для плавающего футера BEGIN*/
html, body {
    height: 100%; }

body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

#content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

footer {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }

main {
    padding-top: 35px;
    padding-bottom: 70px;
    background: url(../img/left_body_background.png) repeat-y, #fff url(../img/right_body_background.png) repeat-y 100% 0;
    background-attachment: fixed; }

/* Для плавающего футера END*/
/* HEADER BEGIN */
header {
    background-color: #9cc004;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.08)), color-stop(14%, rgba(0, 0, 0, 0.03)), color-stop(23%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.03) 14%, transparent 23%, transparent 100%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.03) 14%, transparent 23%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.03) 14%, transparent 23%, transparent 100%); }
header .header_wrapp {
    padding-top: 8px;
    padding-bottom: 8px; }
header .header_wrapp .header_phone {
    padding-right: 10px;
    border-right: 2px solid #7aa900;
    font-family: "Arial Narrow", Arial, sans-serif; }
header .header_wrapp .header_phone img {
    margin-right: 10px; }
header .header_wrapp .header_phone a {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
    letter-spacing: -0.4px; }
header .header_wrapp .header_phone button {
    width: 220px;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #8fb004;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: "Fira_regular", Arial, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
header .header_wrapp .header_phone button:hover {
    text-decoration: underline;
    background-color: #819e04; }
header .header_wrapp .header_delivery {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 2px solid #7aa900;
    height: 30px;
    font-family: "Fira_regular", Arial, sans-serif; }
header .header_wrapp .header_delivery img {
    margin-right: 15px; }
header .header_wrapp .header_delivery a {
    font-weight: 400;
    font-size: 15px;
    color: #353535; }
header .header_wrapp .header_delivery a:hover {
    text-decoration: underline; }
header .header_wrapp .header_time-work {
    font-family: "Fira_regular", Arial, sans-serif;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px; }
header .header_wrapp .header_time-work img {
    margin-right: 15px; }
header .header_wrapp .header_time-work span {
    color: #353535;
    font-size: 15px;
    font-weight: 400; }
header .header_wrapp .header_search {
    margin-left: auto; }
header .header_wrapp .header_search a {
    width: 45px;
    height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #8fb004;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    display: block; }

/* HEADER END */
/* NAV BEGIN */
nav {
    padding-top: 30px;
    padding-bottom: 35px;
    background: url(../img/header_bottom_line.png) repeat no-repeat center bottom; }
nav .nav_memu_list {
    padding-left: 20px;
    height: 50px; }
nav .nav_memu_list a {
    padding-left: 17px;
    padding-right: 17px;
    color: #444444;
    font-size: 16px;
    font-family: "Fira_semibold", Arial, sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    height: 100%;
    line-height: 50px; }
nav .nav_memu_list a:last-child {
    margin-right: 0; }
nav .nav_memu_list a:hover {
    text-decoration: underline;
    color: #dccd29; }
nav .nav_basket {
    width: 170px;
    height: 57px;
    -webkit-border-radius: 29px;
    border-radius: 29px;
    border: 2px solid #ffc00a;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
nav .nav_basket span {
    color: #1e1918;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -0.47px;
    text-transform: uppercase;
    margin-right: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    font-family: "Fira_regular", Arial, sans-serif; }
nav .nav_basket i {
    display: none; }
nav .nav_basket b {
    width: 38px;
    height: 23px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Fira_semibold", Arial, sans-serif;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #fe4109;
    text-align: center;
    line-height: 23px;
    font-style: normal;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
nav .nav_basket:hover {
    background-color: #ffc00a; }
nav .nav_basket:hover span {
    color: #fff; }
nav .nav_basket:hover i {
    background-color: #fff;
    color: #ffc00a; }

/* NAV END */
/* FOOTER BEGIN */
footer {
    padding-top: 30px;
    padding-bottom: 40px;
    background: url(../img/footer_top_line.png) repeat no-repeat center top; }
footer p {
    color: #514f4f;
    font-size: 13px;
    line-height: 24px;
    font-family: "Fira_bold", Arial, sans-serif; }

/* FOOTER END */
/* DELIVERY-CITY BEGIN */
.delivery_city h1 {
    color: #535353;
    font-size: 27px;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-bottom: 40px; }
.delivery_city h1 span {
    color: #fe4109; }

.delivery_city strong {
    margin-bottom: 20px;
    display: block;
    font-family: "Fira_semibold", Arial, sans-serif;
    font-size: 17px; }

.delivery_city p {
    color: #554a4a;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: "Fira_regular", Arial, sans-serif;
    margin-bottom: 20px; }
.delivery_city p b, .delivery_city p a {
    font-family: "Fira_bold", Arial, sans-serif;
    color: #554a4a; }

/* DELIVERY-CITY END */
/* DELIVERY BEGIN */
.delivery h1 {
    color: #535353;
    font-size: 30px; }

.delivery .accordion {
    width: 100%;
    margin-top: 55px; }

.delivery .accordion_delivery_item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px; }

.delivery .accordion_delivery_btn {
    border: none;
    outline: none;
    background: transparent;
    color: #9cc004;
    font-size: 36px;
    cursor: pointer;
    font-family: "Fira_bold", Arial, sans-serif; }

.delivery .accordion_delivery_heading {
    padding-top: 5px;
    padding-bottom: 5px; }

.delivery .accordion_delivery_city_list {
    padding-bottom: 20px;
    padding-top: 10px; }

.delivery .accordion_delivery_city_item {
    padding-left: 60px; }
.delivery .accordion_delivery_city_item a {
    color: #6a6969;
    font-family: "Fira_regular", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.delivery .accordion_delivery_city_item a:hover {
    color: #fe4109; }

.delivery .a_d_b_red {
    color: #fe4109; }

/* DELIVERY END */
/* INFO BEGIN */
.info h1 {
    color: #535353;
    font-size: 30px;
    font-family: "Fira_semibold", Arial, sans-serif; }

.info .info-list {
    margin-top: 30px; }

.info .info-list-item {
    padding-bottom: 35px;
    margin-bottom: 65px;
    border-bottom: 1px solid #cccccc; }
.info .info-list-item:last-child {
    border-bottom: none; }

.info .info-list-item-text h5 {
    font-size: 25px;
    color: #fe4109;
    text-decoration: underline;
    margin-bottom: 20px;
    font-family: "Fira_semibold", Arial, sans-serif; }

.info .info-list-item-text p {
    color: #554a4a;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    font-family: "Fira_regular", Arial, sans-serif; }

.info .info-list-item-img img {
    width: 100%;
    height: auto; }

/* INFO END */
/* BASKET_FORM BEGIN */
.basket_form h1 {
    color: #535353;
    font-size: 26px;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form h1 span {
    color: #fe4109; }

.basket_form form {
    margin-top: 60px; }
.ui-widget.ui-widget-content {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 2px solid #ffbe04;
    color: #646363;
    font-size: 12px;
    font-family: "Fira_semibold", Arial, sans-serif;
    padding-left: 22px;
    padding-right: 22px;
}
.basket_form form input {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 2px solid #ffbe04;
    outline: none;
    width: 100%;
    height: 3rem;
    padding-left: 22px;
    color: #646363;
    font-size: 16px;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-bottom: 35px; }
.basket_form form input:focus {
    border: 2px solid #9cc004; }
.basket_form form input::-webkit-input-placeholder {
    color: #aeabab;
    font-size: 15px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form input::-moz-placeholder {
    color: #aeabab;
    font-size: 15px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form input:-ms-input-placeholder {
    color: #aeabab;
    font-size: 15px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form input:-moz-placeholder {
    color: #aeabab;
    font-size: 15px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form input.error::-webkit-input-placeholder {
    color: #fe4109;
    font-size: 15px; }
.basket_form form input.error::-moz-placeholder {
    color: #fe4109;
    font-size: 15px; }
.basket_form form input.error:-ms-input-placeholder {
    color: #fe4109;
    font-size: 15px; }
.basket_form form input.error:-moz-placeholder {
    color: #fe4109;
    font-size: 15px; }
.basket_form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    border: 2px solid #ffbe04;
    outline: none;
    width: 100%;
    height: 3rem;
    padding-left: 15px;
    color: #646363;
    font-size: 12px;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-bottom: 10px; }
.basket_form form select:disabled {
    opacity: 0.30;
    filter: alpha(opacity =30);
}

.basket_form form select:focus {
    border: 2px solid #9cc004; }
.basket_form form select::-webkit-input-placeholder {
    color: #aeabab;
    font-size: 12px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form select::-moz-placeholder {
    color: #aeabab;
    font-size: 12px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form select:-ms-input-placeholder {
    color: #aeabab;
    font-size: 12px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form select:-moz-placeholder {
    color: #aeabab;
    font-size: 12px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket_form form select.error::-webkit-input-placeholder {
    color: #fe4109;
    font-size: 12px; }
.basket_form form select.error::-moz-placeholder {
    color: #fe4109;
    font-size: 12px; }
.basket_form form select.error:-ms-input-placeholder {
    color: #fe4109;
    font-size: 12px; }
.basket_form form select.error:-moz-placeholder {
    color: #fe4109;
    font-size: 12px; }
.basket_form form input[name=city] {
    background-color: #ffffff;
    background-image: url("https://doctor-stvol.com/templates/n_doctor_stvol/img/loading.gif");
    background-size: 0 0;
    background-position:95% center;
    background-repeat: no-repeat;
}

.basket_form .basket_form_btns button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background-color: #ffbe04;
    border: none;
    outline: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    color: #ffffff;
    font-size: 18px;
    font-family: "Fira_semibold", Arial, sans-serif;
    cursor: pointer; }
.basket_form .basket_form_btns button:hover {
    background-color: #9cc004; }

.basket_form .basket_form_sl-ty {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 22px;
    color: #535353;
    font-family: "Fira_semibold", Arial, sans-serif; }

form label.error {
    display: none !important; }

/* BASKET_FORM END */
/* BASKET BEGIN */
.basket h1 {
    color: #535353;
    font-size: 30px;
    font-family: "Fira_semibold", Arial, sans-serif; }

.basket .basket_list {
    margin-top: 60px; }

.basket .basket_list_item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc; }

.basket .basket_list_item_heading {
    color: #646363;
    font-size: 17px;
    font-family: "Fira_semibold", Arial, sans-serif;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px; }
.basket .basket_list_item button {
    cursor:pointer;
}
.basket .basket_list_item_name a {
    color: #535353;
    font-size: 16px;
    font-family: "Fira_semibold", Arial, sans-serif; }

.basket .basket_list_item_quantity input {
    width: 46px;
    height: 28px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
    border: 2px solid #ffbe04;
    text-align: center;
    line-height: 28px;
    color: #535353;
    font-size: 17px;
    font-family: "Fira_semibold", Arial, sans-serif;
    background: transparent;
    margin-left: 6px;
    margin-right: 6px; }

.basket .basket_list_item_quantity .quantity-button {
    color: #fe4109;
    font-size: 15px;
    cursor: pointer; }

.basket .basket_list_item_total span {
    font-size: 21px;
    color: #fe4109;
    font-family: "Fira_semibold", Arial, sans-serif;
    line-height: initial; }
.basket .basket_list_item_total span span {
    font-size: 18px; }

.basket .basket_list_item_total button {
    outline: none;
    border: none;
    background: transparent; }
.basket .basket_list_item_total button i {
    color: #9cc004;
    font-size: 20px; }

.basket .basket_list_descr {
    margin-top: 30px; }
.basket .basket_list_descr p, .basket_list_descr p {
    color: #a2a2a2;
    font-size: 16px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-bottom: 5px; }
.basket .basket_list_descr p span {
    font-weight: 700; }
.basket .basket_list_descr .basket_list_descr_sum {
    font-size: 27px;
    color: #fe4109;
    font-family: "Fira_semibold", Arial, sans-serif; }
.basket .basket_list_descr .basket_list_descr_sum span {
    font-size: 24px; }

.basket_btn {
    margin-top: 35px; }
.basket_btn button {
    border: none;
    outline: none;
    height: 48px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    background-color: #ffbe04;
    color: #ffffff;
    font-size: 18px;
    font-family: "Fira_semibold", Arial, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    cursor: pointer; }
.basket_btn button:hover {
    background-color: #9cc004; }

/* BASKET END */
/* CATALOG BEGIN */
.catalog .catalog_menu {
    padding: 0; }

.catalog .accordion {
    border: 1px solid #ffc213; }

.catalog .accordion_catalog_menu_btn {
    width: 100%;
    background: transparent;
    outline: none;
    border: none;
    text-align: left;
    height: 64px;
    cursor: pointer;
    text-transform: uppercase;
    color: #353535;
    font-size: 18px;
    font-family: "Fira_bold", Arial, sans-serif; }
.catalog .accordion_catalog_menu_item {
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #ffc213;
    background-color: #fff; }
.catalog .accordion_catalog_menu_item:last-child {
    border-bottom: none; }

.catalog .accordion_catalog_menu_link {
    padding-bottom: 8px; }
.catalog .accordion_catalog_menu_link a {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
    font-family: "Fira_regular", Arial, sans-serif; }
.catalog .accordion_catalog_menu_link a:hover {
    color: #fe4109; }
.catalog .accordion_catalog_menu_link.active a {
    color: #fe4109;
    border-bottom: 1px dashed #fe4109; }

.catalog .accordion_catalog_menu_heading {
    position: relative; }

.catalog .accordion_catalog_menu_heading_icon {
    position: absolute;
    right: 0;
    top: 16px;
    color: #bebebe;
    font-size: 18px; }

.catalog .catalog_list {
    padding-right: 15px; }

.catalog .catalog_list_nav h5 {
    color: #535353;
    font-size: 27px;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-right: 15px;
    line-height: normal;
    margin-bottom: 0; }

.catalog .catalog_list_nav a {
    display: block;
    padding: 8px 15px 8px 15px;
    border: 2px solid #dbdbdb;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    text-align: center;
    font-size: 13px;
    color: #9abf01;
    font-family: "Fira_bold", Arial, sans-serif;
    line-height: normal;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none; }
.catalog .catalog_list_nav a i {
    margin-left: 4px; }
.catalog .catalog_list_nav a:hover {
    background-color: #9abf01;
    border: 2px solid #9abf01;
    color: #fff; }
.catalog .catalog_list_nav li {
    list-style-type: none;
    display: flex;
    float: left;
}
.catalog .catalog_list_items {
    margin-top: 5px;
    margin-right: 0;
    margin-left: 0; }

.catalog .catalog_list_item {
    padding: 23px 13px 19px 13px;
    border: 2px solid #e9e8e8;
    -webkit-border-bottom-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 40px;
    background-color: #fff; }

.catalog .catalog_list_item_article {
    color: #9abf01;
    font-size: 12px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif; }

.catalog .catalog_list_item_article_wrapp {
    margin-bottom: 10px; }

.catalog .catalog_list_item_call-back {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fe4109; }

.catalog .catalog_list_item_name {
    color: #383433;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    font-family: "Fira_semibold", Arial, sans-serif;
    height: 65px;
    margin-bottom: 20px; }
.catalog .catalog_list_item_name a {
    color: #383433;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 24px;
    font-family: "Fira_semibold", Arial, sans-serif;}
.catalog .catalog_list_item_img a {
    height: 200px;
    width: 100%;
    margin-bottom: 15px; }
.catalog .catalog_list_item_img img {
    max-width: 100%;
    height: auto; }

.catalog .catalog_list_item_price_descr {
    color: #fe6b45;
    font-size: 16px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-bottom: 3px; }

.catalog .catalog_list_item_price_sum {
    color: #211c1b;
    font-size: 22px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif;
    line-height: normal; }

.catalog .catalog_list_item_buy a {
    width: 105px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-color: #ffbf00;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Fira_semibold", Arial, sans-serif;
    display: block;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
.catalog .catalog_list_item_buy a:hover {
    background-color: #9abf01; }

.catalog .catalog_list_item_buy-fast {
    width: 100%;
    height: 33px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    background-color: #9abf01;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-family: "Fira_semibold", Arial, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 8px; }
.catalog .catalog_list_item_buy-fast:hover {
    background-color: #657b09; }

.catalog .catalog_menu_quest {
    margin-top: 35px;
    padding-left: 5px; }

.catalog .catalog_menu_quest_item {
    margin-bottom: 11px; }
.catalog .catalog_menu_quest_item a {
    color: #847a78;
    font-size: 14px;
    font-family: "Fira_semibold", Arial, sans-serif;
    line-height: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    text-decoration: none; }
.catalog .catalog_menu_quest_item a:hover {
    color: #fe4109; }
.catalog .catalog_menu_quest_item i {
    font-size: 20px;
    color: #ffbe04;
    margin-right: 5px; }

.catalog .catalog_list_descr {
    margin-top: 10px; }
.catalog .catalog_list_descr p {
    color: #514f4f;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Fira_regular", Arial, sans-serif; }

/* CATALOG END */
ul.block_title {
    border-bottom: 1px solid #ffbf00;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
ul.block_title li {
    background: #ffbf00;
    color: #fff;
    padding: 0.5rem 1rem;
    font-weight: bold;
    font-size: 1.2rem;
}
ul.block_title li h1 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
/* PRODUCT BEGIN */
.product h1 {
    font-size: 27px;
    line-height: 40px;
    color: #535353;
    font-family: "Fira_semibold", Arial, sans-serif;}

.product .product_article {
    color: #9abf01;
    font-size: 18px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-bottom: 20px; }

.product .product_descr h5 {
    color: #535353;
    font-size: 24px;
    font-family: "Fira_semibold", Arial, sans-serif; }

.product .product_descr p {
    color: #787676;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: justify;
    font-family: "Fira_regular", Arial, sans-serif; }

.product .product_wrapp {
    padding-left: 15px;
    padding-right: 0; }

.product .product_img {
    padding-right: 0; }
.product .product_img img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px; }

.product .product_count input {
    width: 80px;
    height: 50px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    border: 2px solid #ffbe04;
    text-align: center;
    line-height: 28px;
    color: #535353;
    font-size: 24px;
    font-family: "Fira_semibold", Arial, sans-serif;
    background: transparent;
    margin-left: 6px;
    margin-right: 6px; }

.product .product_count .quantity-button {
    color: #fe4109;
    font-size: 20px;
    cursor: pointer; }

.product .product_price_descr {
    color: #fe6b45;
    font-size: 18px;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif;
    margin-bottom: 1px; }

.product .product_price_sum {
    font-size: 36px;
    color: #211c1b;
    font-weight: 400;
    font-family: "Fira_semibold", Arial, sans-serif;
    line-height: normal; }

.product .product_price {
    margin-top: 30px; }

.product .product_btn {
    margin-top: 19px; }
.product .product_btn a {
    padding: 15px 30px;
    font-size: 18px;
    font-family: "Fira_semibold", Arial, sans-serif;
    color: #ffffff;
    background-color: #ffbe04;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    text-decoration: none;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: block; }
.product .product_btn a:hover {
    background-color: #9cc004; }

.product .product_info {
    margin-top: 50px;
    margin-left: 15px; }

.product .product_info_list {
    border-bottom: 1px solid #9cc004;
    margin-left: 0;
    margin-right: 0; }
.product .product_info_list .nav-item {
    padding-left: 0;
    padding-right: 0; }
.product .product_info_list .nav-item a {
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    color: #484848;
    font-size: 15px;
    width: 100%;
    display: block;
    text-decoration: none;
    font-family: "Fira_bold", Arial, sans-serif;
    line-height: 35px; }
.product .product_info_list .nav-item a.active {
    background: #9cc004;
    color: #fff; }

.product .tab-content div {
    padding-top: 30px; }
.product .tab-content div p {
    color: #787676;
    font-size: 15px;
    font-family: "Fira_regular", Arial, sans-serif;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: justify; }

/* PRODUCT AFTER */
.header_mobile_btn {
    display: none; }

nav .nav_bar {
    display: none; }

.header_socials {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.header_socials a {
    font-size: 13px !important;
    font-family: "Fira_regular", Arial, sans-serif;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #9cc004 !important;
    background: #fff; }
.header_socials a:hover {
    background-color: #ffc00a !important;
    color: #fff !important; }

.modal__buy-fast__img {
    margin-bottom: 15px; }
.modal__buy-fast__img img {
    width: 80px; }

.modal__buy-fast {
    width: 415px;
    -webkit-border-radius: 26px;
    border-radius: 26px; }
.modal__buy-fast .remodal-close {
    left: auto;
    right: 10px; }
.modal__buy-fast input {
    width: 90%;
    height: 30px;
    border: none;
    outline: none;
    border-bottom: 1px solid #9abf01;
    font-family: "Fira_regular", Arial, sans-serif;
    font-size: 13px;
    margin-bottom: 8px;
    text-align: center; }
.modal__buy-fast button {
    width: 90%;
    margin-top: 15px;
    height: 47px;
    font-family: "Fira_bold", Arial, sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #ffbf00;
    border: none;
    outline: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer; }

.modal__buy-fast__sl-two b {
    font-family: "Fira_bold", Arial, sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    display: block; }

.modal__buy-fast__sl-two .modal__buy-fast__sl-two__icon {
    margin-bottom: 20px; }

.modal__buy-fast__sl-two p {
    font-family: "Fira_regular", Arial, sans-serif;
    text-align: center;
    font-size: 15px; }

.modal__buy-fast__descr {
    font-family: "Fira_semibold", Arial, sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: normal;
    margin-bottom: 15px; }

@media screen and (max-width: 1200px) {
    header .header_wrapp {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    header .header_wrapp .header_time-work img {
        margin-right: 5px; }
    header .header_wrapp .header_delivery img {
        margin-right: 5px; }
    header .header_wrapp .header_delivery {
        padding-left: 5px;
        padding-right: 5px; }
    header .header_wrapp .header_time-work {
        padding-left: 5px;
        padding-right: 5px; }
    header .header_wrapp .header_phone button {
        width: 145px;
        font-size: 14px; }
    nav .nav_memu_list a {
        padding-left: 14px;
        padding-right: 14px;
        font-size: 15px; }
    nav .nav_basket {
        width: 150px;
        height: 49px;
        font-size: 16px; }
    nav .nav_basket b {
        width: 32px;
        font-size: 13px;
        height: 19px;
        line-height: 19px; }
    nav .nav_basket span {
        font-size: 17px; }
    main {
        padding-top: 21px; }
    .info .info-list-item-text h5 {
        font-size: 23px; }
    .info .info-list-item-text p {
        font-size: 16px;
        line-height: 25px; }
    .basket .basket_list_item {
        padding-bottom: 5px;
        padding-top: 5px; }
    .basket .basket_list_item_name {
        font-size: 17px; }
    .basket .basket_list_item_total span {
        font-size: 19px; }
    .basket .basket_list_item_total span span {
        font-size: 17px; }
    .basket .basket_list_item_total button i {
        font-size: 17px; }
    .basket_list_item_heading div {
        font-size: 17px; }
    .basket .basket_list_descr p {
        font-size: 16px; }
    .basket .basket_list_descr .basket_list_descr_sum {
        font-size: 26px;
        text-align: right; }
    .basket .basket_list_descr .basket_list_descr_sum span {
        font-size: 19px;
        font-size: 16px; }
    .catalog .accordion_catalog_menu_link a {
        font-size: 15px; }
    .catalog .accordion_catalog_menu_link {
        padding-bottom: 9px; }
    .product h1 {
        font-size: 22px;
        margin-bottom: 25px; }
    .product .product_article {
        font-size: 16px;
        margin-bottom: 12px; }
    .product .product_descr h5 {
        font-size: 20px; }
    .product .product_descr p {
        font-size: 15px;
        line-height: 23px; }
    .product .product_img img {
        margin-bottom: 20px; }
    .product .product_count input {
        font-size: 20px;
        width: 73px;
        height: 44px; }
    .product .product_price {
        margin-top: 12px; }
    .product .product_price_sum {
        font-size: 29px; }
    .product .product_btn {
        margin-top: 21px; }
    .product .product_btn a {
        font-size: 15px; }
    .product .product_info {
        margin-top: 45px; }
    .product .product_info_list .nav-item a {
        font-size: 14px; }
    .product .tab-content div p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px; }
    .catalog .catalog_menu_quest_item a {
        font-size: 13px; }
    .catalog .accordion_catalog_menu_btn {
        font-size: 16px; }
    .catalog .catalog_menu_quest {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .catalog .catalog_list_nav h5 {
        font-size: 24px; } }

@media screen and (max-width: 992px) {
    .basket .basket_list_item_total span span {
        font-size: 13px; }
    .basket .basket_list_descr p {
        font-size: 13px; }
    .info h1 {
        font-size: 27px; }
    nav .logo img {
        width: 115px; }
    nav .nav_memu_list {
        padding-left: 8px; }
    nav .nav_memu_list a {
        padding-left: 9px;
        padding-right: 9px;
        font-size: 14px; }
    nav .nav_basket {
        width: auto;
        height: auto;
        border: none; }
    nav .nav_basket span {
        display: none; }
    header .header_wrapp .header_search {
        margin-left: 14px; }
    .delivery .accordion {
        margin-top: 35px; }
    .delivery .accordion_delivery_btn {
        font-size: 29px; }
    .delivery .accordion_delivery_city_item {
        padding-left: 35px; }
    .delivery_city h1 {
        margin-bottom: 26px; }
    .delivery_city h1 {
        font-size: 25px; }
    .delivery_city strong {
        margin-bottom: 15px;
        font-size: 15px; }
    .delivery_city p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 15px; }
    .info .info-list-item-text h5 {
        font-size: 21px; }
    .info .info-list-item-text p {
        font-size: 15px;
        line-height: 23px; }
    .info .info-list-item {
        margin-bottom: 30px; }
    .basket_form h1 {
        font-size: 24px; }
    .basket_form form {
        margin-top: 49px; }
    .basket_form form input {
        font-size: 14px;
        height: 3rem;
        margin-bottom: 23px; }
    .basket_form form input::-webkit-input-placeholder {
        font-size: 14px; }
    .basket .basket_list_item_name {
        font-size: 14px; }
    .basket_list_item_heading div {
        font-size: 15px; }
    .basket .basket_list_item_quantity input {
        width: 41px;
        height: 26px;
        line-height: 26px;
        font-size: 15px; }
    .basket .basket_list_item_quantity .quantity-button {
        font-size: 12px; }
    .basket .basket_list_item_total span {
        font-size: 17px; }
    .basket h1 {
        font-size: 26px; }
    .basket .basket_list {
        margin-top: 30px; }
    .basket .basket_list_descr {
        margin-top: 25px; }
    .basket .basket_list_descr p {
        font-size: 14px;
        margin-bottom: 2px; }
    .basket .basket_list_descr .basket_list_descr_sum {
        font-size: 24px; }
    .catalog .catalog_menu {
        padding-left: 15px; }
    .product .product_img {
        padding-right: 15px; }
    .catalog .catalog_menu {
        padding-right: 15px; }
    .catalog .accordion_catalog_menu_btn {
        font-size: 15px; }
    .catalog .accordion_catalog_menu_btn {
        height: 45px; }
    .catalog .accordion_catalog_menu_link {
        padding-bottom: 3px; }
    .catalog .catalog_menu_quest {
        margin-top: 13px; }
    .catalog .catalog_menu_quest_item {
        margin-bottom: 5px; }
    .catalog .catalog_menu_quest {
        padding-left: 0; }
    .catalog .catalog_menu_quest_item i {
        font-size: 17px; }
    .product .product_info {
        padding-left: 0;
        margin-left: 0; }
    .product h1 {
        margin-bottom: 14px; }
    .catalog .catalog_menu {
        margin-bottom: 13px; }
    .catalog .catalog_menu_quest_item i {
        margin-right: 1px; }
    .catalog .catalog_menu_quest {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .catalog .catalog_menu_quest_item {
        margin-right: 10px; }
    .catalog_list_items .col-md-4 {
        padding-left: 0; }
    .catalog .catalog_list_item {
        padding: 13px 10px 17px 10px; }
    .catalog .catalog_list_item_article_wrapp {
        margin-bottom: 10px; }
    .catalog .catalog_list_item_name {
        font-size: 17px;
        height: 54px; }
    .catalog .catalog_list_item_img img {
        max-width: 73%;
        margin: 0 auto; }
    .catalog .catalog_list_item_img {
        overflow: hidden; }
    .catalog .catalog_list_item_img {
        height: 160px; }
    .catalog .catalog_list_item_price_descr {
        font-size: 15px; }
    .catalog .catalog_list_item_price_sum {
        font-size: 19px; }
    .catalog .catalog_list_item_buy a {
        font-size: 16px; }
    .catalog .catalog_list_descr p {
        font-size: 15px; }
    .header_mobile_btn {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-family: "Fira_regular", Arial, sans-serif;
        padding-top: 5px;
        padding-bottom: 5px; }
    .header_mobile_btn span {
        margin-left: 10px; }
    .header_mobile_btn span i {
        font-size: 15px; }
    header .header_wrapp .header_phone {
        width: 100%;
        border-right: none;
        margin-bottom: 5px;
        padding-left: 0;
        padding-right: 0; }
    header .header_wrapp .header_phone a {
        font-size: 17px; }
    header .header_wrapp .header_delivery {
        width: 100%;
        border-right: none;
        margin-bottom: 5px;
        padding-left: 0;
        padding-right: 0; }
    header .header_wrapp .header_time-work {
        width: 100%;
        border-right: none;
        margin-bottom: 5px;
        padding-left: 0;
        padding-right: 0; }
    header .header_wrapp .header_search {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0; }
    header .header_wrapp .header_delivery img {
        width: 12px;
        margin-right: 10px; }
    header .header_wrapp .header_time-work img {
        width: 14px;
        margin-right: 10px; }
    header .header_wrapp .header_phone img {
        width: 14px; }
    header .header_wrapp .header_search a {
        width: 100%; }
    .header_menu_wrap {
        display: none; }
    nav .nav_basket i {
        display: block;
        font-size: 27px;
        color: #ffbf00; }
    nav .nav_basket {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important; }
    nav .nav_basket b {
        width: 21px;
        height: 21px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 21px;
        margin-left: -18px;
        margin-top: -4px; }
    header .header_wrapp .header_phone {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

@media screen and (min-width: 768px) {
    .menu_wrapp {
        display: block !important; } }

@media screen and (max-width: 768px) {
    nav .logo_wrapp {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    nav .basket-nav_wrapp {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
    nav .nav_bar {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0; }
    .container {
        width: 100%;
        max-width: 100%; }
    main {
        -webkit-background-size: 18% 18%;
        background-size: 18%; }
    .info .info-list-item-text h5 {
        margin-bottom: 14px; }
    .info-list-item-text {
        margin-bottom: 15px; }
    .info-list-item-img {
        text-align: center; }
    .info .info-list-item-img img {
        width: 55%; }
    .basket_form h1 {
        font-size: 21px; }
    .basket_form form input {
        font-size: 14px; }
    .basket .basket_list_item_heading {
        margin-bottom: 8px; }
    .basket_list_item_heading div {
        font-size: 14px; }
    .basket .basket_list_item_name {
        font-size: 13px; }
    .basket .basket_list_item_quantity .quantity-button {
        font-size: 11px; }
    .basket_list_item_quantity {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
    .basket .basket_list_item_total span {
        font-size: 16px; }
    .basket .basket_list_item_total span span {
        font-size: 13px; }
    .basket .basket_list_descr p {
        font-size: 13px; }
    .basket .basket_list_descr .basket_list_descr_sum {
        font-size: 22px; }
    .basket .basket_list_descr .basket_list_descr_sum span {
        font-size: 17px; }
    .basket .basket_btn {
        margin-top: 26px; }
    .basket .basket_btn button {
        font-size: 17px; }
    .catalog .catalog_menu_quest {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product h1 {
        font-size: 20px;
        margin-bottom: 5px; }
    .row.product_wrapp .col-md-7 {
        padding-left: 0; }
    .product .product_article {
        margin-bottom: 10px; }
    .product .product_descr p {
        font-size: 14px;
        line-height: 21px; }
    .product .product_img {
        padding-top: 20px; }
    .product .product_btn a {
        padding: 15px 52px; }
    .product .tab-content div {
        padding-top: 20px; }
    .catalog .catalog_list_nav h5 {
        font-size: 23px; }
    .catalog .catalog_list_nav a {
        font-size: 13px;
        padding: 7px 12px 7px 12px; }
    .catalog .catalog_list_items {
        margin-top: 22px; }
    nav .nav_bar {
        display: block; }
    nav .nav_bar i {
        font-size: 27px;
        color: #9cc004; }
    .nav_wrap {
        position: relative;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 15px;
        padding-right: 15px; }
    .logo_wrapp {
        width: auto;
        padding: 0; }
    .basket-nav_wrapp {
        width: auto;
        padding: 0; }
    .menu_wrapp {
        position: absolute;
        top: 37px;
        left: 0;
        padding-left: 0;
        padding-right: 0;
        min-height: auto;
        background-color: #fff; }
    nav .logo img {
        width: 85px; }
    nav .nav_memu_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    nav .nav_memu_list a {
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
        line-height: normal;
        margin-bottom: 3px;
        background-color: #9cc004;
        color: #fff; }
    nav .nav_memu_list {
        height: auto; }
    .menu_wrapp {
        z-index: 100; }
    nav .nav_memu_list {
        padding-top: 10px;
        padding-bottom: 10px; }
    .menu_wrapp {
        display: none; }
    .fixed_nav {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        background: #fff;
        z-index: 10;
        padding-top: 7px;
        padding-bottom: 7px;
        -webkit-box-shadow: 0 3px 54px rgba(0, 0, 0, 0.09);
        box-shadow: 0 3px 54px rgba(0, 0, 0, 0.09); }
    nav {
        padding-top: 15px;
        padding-bottom: 25px; }
    .header_mobile_btn {
        font-size: 16px; }
    nav .nav_basket b {
        width: 28px;
        height: 28px;
        font-size: 13px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 28px; }
    nav .nav_memu_list {
        -webkit-box-shadow: 0 21px 54px rgba(0, 0, 0, 0.09);
        box-shadow: 0 21px 54px rgba(0, 0, 0, 0.09); }
    nav .nav_memu_list a {
        text-transform: capitalize; }
    .catalog .catalog_list_item {
        background-color: #fff; }
    nav .nav_basket i {
        font-size: 29px; }
    nav .nav_basket b {
        width: 23px;
        height: 23px;
        font-size: 12px;
        line-height: 23px; } }

@media screen and (max-width: 576px) {
    .delivery h1 {
        font-size: 26px; }
    .delivery .accordion {
        margin-top: 25px; }
    .delivery .accordion_delivery_btn {
        font-size: 24px; }
    .delivery .accordion_delivery_item {
        margin-bottom: 5px; }
    .delivery .accordion_delivery_city_item {
        padding-left: 25px; }
    .delivery .accordion_delivery_city_list {
        padding-top: 3px;
        padding-bottom: 10px; }
    .delivery .accordion_delivery_city_item a {
        font-size: 13px; }
    main {
        -webkit-background-size: 18% 18%;
        background-size: 18%; }
    footer p {
        font-size: 13px; }
    footer {
        padding-bottom: 25px; }
    .delivery_city h1 {
        font-size: 18px;
        margin-bottom: 17px; }
    .delivery_city strong {
        font-size: 13px;
        margin-bottom: 14px; }
    .delivery_city p {
        font-size: 13px;
        line-height: 19px;
        margin-bottom: 10px; }
    .info h1 {
        font-size: 24px; }
    .info .info-list-item-text h5 {
        margin-bottom: 10px; }
    .info .info-list-item-text h5 {
        font-size: 17px; }
    .info .info-list-item-text p {
        font-size: 13px;
        line-height: 18px; }
    .info .info-list-item {
        padding-bottom: 15px; }
    main {
        padding-bottom: 65px; }
    .basket_form h1 {
        font-size: 18px; }
    .basket_form form {
        margin-top: 30px; }
    .basket_form form input {
        font-size: 13px;
        height: 3rem;
        margin-bottom: 10px;
        border: 1px solid #ffbe04; }
    .basket_form form input::-webkit-input-placeholder {
        font-size: 13px; }
    .basket_form .basket_form_btns button {
        font-size: 15px;
        height: 42px;
        margin-bottom: 7px; }
    .basket h1 {
        text-align: center;
        font-size: 23px; }
    .basket .basket_list_item_heading {
        display: none; }
    .basket .basket_list_item_name {
        margin-bottom: 12px; }
    .basket_list_item_quantity {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
    .basket .basket_list_item_quantity .quantity-button {
        font-size: 12px;
        background: #ffbe04;
        color: #fff;
        width: 22px;
        height: 22px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 22px; }
    .basket .basket_list_item_quantity input {
        width: 37px;
        font-size: 13px; }
    .basket .basket_list_item {
        padding-top: 1px;
        padding-bottom: 9px; }
    .basket .basket_list_item_total span {
        font-size: 17px; }
    .basket_list_item_total {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end; }
    .basket .basket_list_descr p {
        margin-bottom: 4px; }
    .basket .basket_btn {
        margin-top: 17px; }
    .basket .basket_btn button {
        font-size: 16px;
        height: 43px; }
    .catalog .accordion_catalog_menu_btn {
        font-size: 14px;
        height: 38px; }
    .catalog .accordion_catalog_menu_heading_icon {
        font-size: 14px;
        top: 8px; }
    .catalog .accordion_catalog_menu_link a {
        font-size: 14px; }
    .catalog .accordion_catalog_menu_link {
        padding-bottom: 2px; }
    .catalog .catalog_menu_quest_item a {
        font-size: 12px; }
    .catalog .catalog_menu_quest_item i {
        font-size: 14px; }
    .catalog .catalog_menu_quest_item {
        margin-bottom: 2px; }
    .catalog .catalog_menu_quest {
        margin-top: 8px; }
    .product h1 {
        font-size: 17px;
        line-height: 24px; }
    .catalog .catalog_menu {
        margin-bottom: 20px; }
    .product .product_article {
        font-size: 13px; }
    .product .product_descr h5 {
        font-size: 16px; }
    .product .product_descr p {
        font-size: 13px;
        line-height: 19px; }
    .product .product_img {
        padding-left: 0;
        padding-right: 0; }
    .product .product_img img {
        margin-bottom: 14px; }
    .product .product_count .quantity-button {
        font-size: 13px;
        background: #ffbe04;
        color: #fff;
        width: 27px;
        height: 27px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 27px; }
    .product .product_count input {
        height: 35px; }
    .product .product_price_descr {
        text-align: center;
        font-size: 16px; }
    .product .product_btn {
        margin-top: 13px; }
    .product .product_price_sum {
        font-size: 25px; }
    .product .product_info {
        margin-top: 25px; }
    .product .product_info_list .nav-item a {
        font-size: 13px;
        height: 30px;
        line-height: 30px; }
    .product .tab-content div {
        padding-top: 7px; }
    .product .tab-content div p {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 10px; }
    .product .product_count input {
        font-size: 17px; }
    .catalog .catalog_list_nav h5 {
        font-size: 22px; }
    .catalog .catalog_list_nav a {
        font-size: 12px;
        padding: 5px 8px 5px 8px; }
    .catalog .catalog_list_descr p {
        font-size: 13px;
        line-height: 20px; }
    .catalog .catalog_list_item_name {
        height: auto; }
    .catalog .catalog_list_item_name {
        font-size: 17px; }
    .catalog .catalog_list_item_img {
        height: auto; }
    .catalog .catalog_list_item_img img {
        max-width: 65%; }
    .catalog .catalog_list_item_price_sum span {
        font-size: 15px; }
    .catalog .catalog_list_item_price_sum {
        font-size: 21px; }
    .catalog .catalog_list_item_buy a {
        width: 152px; }
    .header_mobile_btn {
        font-size: 15px; }
    .header_mobile_btn span i {
        font-size: 11px; }
    .header_mobile_btn span {
        margin-left: 5px; }
    header .header_wrapp .header_phone {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    header .header_wrapp .header_phone a {
        margin-right: 0;
        width: 100%;
        text-align: center;
        letter-spacing: normal; }
    header .header_wrapp .header_phone img {
        display: none; }
    header .header_wrapp .header_phone button {
        margin: 0 auto;
        margin-top: 5px; }
    header .header_wrapp .header_delivery {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    header .header_wrapp .header_time-work {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    nav .logo img {
        width: 75px; }
    nav .nav_basket b {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 12px; }
    nav .nav_memu_list a {
        font-size: 13px; }
    nav .nav_memu_list {
        padding-right: 8px; }
    .menu_wrapp {
        top: 35px; }
    nav .nav_basket i {
        font-size: 27px; }
    nav .nav_basket b {
        width: 19px;
        height: 19px;
        font-size: 12px;
        line-height: 19px;
        margin-top: -2px;
        font-size: 11px;
        margin-left: -16px; }
    .basket .basket_list_descr .col-sm-8 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
    .basket .basket_list_descr {
        margin-top: 15px; }
    .header_socials {
        width: 100%;
        -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: 5px; }
    .header_socials a {
        width: 30px !important;
        height: 30px !important;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 17px !important;
        line-height: 30px !important; }
    .modal__buy-fast {
        width: 98%;
        padding: 25px 10px 25px 10px; }
    .modal__buy-fast__img img {
        width: 80px; }
    .modal__buy-fast__descr {
        font-size: 16px; }
    .modal__buy-fast input {
        height: 27px;
        font-size: 12px; }
    .modal__buy-fast button {
        margin-top: 9px;
        font-size: 17px;
        height: 44px; } }
.category_description h4 {
    margin:2rem;
}
.category_description p {
    text-align: justify;
    text-indent: 2rem;
    margin-bottom: 1rem;
}
.category_description li {
    list-style-type: disc;
}
.category_description ul ol li {
    list-style-type: circle;
}

