@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

body,
html {
    font-family: Montserrat, Arial, sans-serif
}

.up {
    text-transform: uppercase
}

.none {
    text-decoration: none
}

.th {
    font-weight: 100
}

.el {
    font-weight: 200
}

.l {
    font-weight: 300
}

.reg {
    font-weight: 400
}

.med {
    font-weight: 500
}

.sb {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.eb {
    font-weight: 800
}

.black {
    font-weight: 900
}

.un {
    text-decoration: underline
}

.in {
    display: inline-block
}

.vam {
    vertical-align: middle
}

.rel {
    position: relative
}

.bl {
    display: block
}

.abs {
    position: absolute
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.tc {
    display: table-cell;
    vertical-align: middle
}

.dn {
    display: none
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.taj {
    text-align: justify
}

.it {
    font-style: italic
}

.sn {
    font-style: normal
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgb(1 1 1 / .7);
    z-index: 11;
    display: none
}

.b0 {
    border: 0
}

.bn {
    background: 0 0
}

.w100 {
    width: 100%
}

.h100 {
    height: 100%
}

.wa {
    width: auto
}

.p0 {
    padding: 0
}

.m0 {
    margin: 0
}

.poi {
    cursor: pointer
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

.noup {
    text-transform: none
}

.fix {
    position: fixed
}

.tn {
    transform: none
}

.bf {
    background: #fff
}

.cf {
    color: #fff
}

.c0 {
    color: #000
}

.ap {
    appearance: none
}

.nw {
    white-space: nowrap
}

.ma {
    margin: 0 auto
}

.oh {
    overflow: hidden
}

.pen {
    pointer-events: none
}

body,
html {
    width: 100%;
    height: 100%
}

body {
    background: #fbfcfb;
    overflow-x: hidden
}

body,
td,
th {
    font-family: Montserrat;
    font-size: 14px;
    color: #000
}

body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
object,
p {
    margin: 0;
    padding: 0
}

img,
table {
    border: none
}

table {
    border-collapse: collapse
}

table td {
    padding: 0
}

a {
    color: #000;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

a:hover {
    text-decoration: none
}

button,
input,
select,
textarea {
    margin: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: Montserrat
}

button:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #fff0
}

button:focus::-moz-placeholder,
input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #fff0
}

button:focus:-moz-placeholder,
input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #fff0
}

button:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #fff0
}

button,
input[type=submit] {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
    border: 0
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

img {
    max-width: 100%
}

.an {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer,
header,
main,
nav,
section {
    display: block
}

textarea {
    resize: vertical
}

.wrap {
    margin: 0 auto;
    width: 1440px
}

* {
    outline: 0 !important;
    scroll-behavior: smooth;
    scroll-padding-top: 130px
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify
}

.top-page-line {
    background: #f9f9f9;
    padding: 19px 0
}

.top-pagelink {
    align-items: center
}

.top-pagelink-date {
    text-align: center
}

.top-pagelink-date p {
    color: #9d9d9d;
    font-size: 12px
}

.top-page-line .links .city {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    padding: 1px 0 1px 22px;
    background: url(../img/city.svg) no-repeat 0 0;
    cursor: default
}

.top-page-line .links ul {
    display: inline-block
}

.top-page-line .links ul li {
    display: inline-block;
    margin-left: 46px
}

.top-page-line .links ul li a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px
}

.top-page-line .phone {
    text-decoration: none;
    padding: 2px 0 0 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    background: url(../img/phone.svg) no-repeat 0 0
}

.is-sticky .header {
    box-shadow: 0 7px 13px rgb(0 0 0 / .08)
}

.header {
    padding: 20px 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 12 !important;
    background: #fff;
    position: relative
}

.header .wrap {
    position: relative
}

.header .logo a {
    display: inline-block;
    width: 170px;
    height: 83px;
    background: url(../img/logo.png)
}

.header .catalog-button {
    margin-top: 15px;
    color: #fff;
    background: #0ba536;
    border-radius: 9px;
    width: 168px;
    height: 61px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px
}

.header .catalog-button.active {
    background: #046201
}

.header .catalog-button.active span {
    background: url(../img/x.svg) no-repeat center
}

.header .catalog-button:hover {
    background: #046201
}

.header .catalog-button span {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../img/catalog.svg);
    margin: -2px 8px 0 0
}

.header form {
    margin-top: 15px;
    width: 723px;
    height: 61px;
    position: relative
}

.header form input[type=text] {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    padding: 0 62px 0 53px;
    font-weight: 700;
    font-size: 16px;
    background: url(../img/search.svg) no-repeat 22px 50%;
    position: relative;
    z-index: 4
}

.header form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    border-radius: 11px;
    width: 46px;
    height: 46px;
    background: #0ba536 url(../img/arrow.svg) no-repeat center;
    z-index: 5
}

.header form button:hover,
button.search_page__submit:hover {
    background: #046201 url(../img/arrow.svg) no-repeat center
}

.header form input[type=text]:focus+.list {
    display: block
}

.title-search-result .list .item {
    padding: 20px 0;
    border-bottom: 1px solid #e7e7e7;
    flex-wrap: nowrap !important;
    align-items: center !important
}

.title-search-result .list .item:last-child {
    border-bottom: 0
}

.title-search-result .list .item .name div {
    display: table-cell;
    vertical-align: middle
}

.title-search-result .list .item .name div img {
    min-width: 58px;
    max-height: 58px;
    width: 58px;
    margin-right: 10px;
    object-fit: contain
}

.title-search-result .list .item .name div a {
    display: inline;
    text-decoration: none;
    padding: 3px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 25px
}

.title-search-result .list .item .name div a b b {
    font-weight: inherit
}

.title-search-result .list .item button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    background: #0ba536;
    border-radius: 5px;
    min-width: 123px;
    width: 123px;
    height: 30px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 5px;
    white-space: nowrap
}

.title-search-result .list .item button[type=submit] {
    width: 185px;
    height: 35px;
    border: 1px solid #47bd4d;
    border-radius: 5px;
    background: #fff;
    display: flex;
    color: #0ba536;
    align-items: center;
    justify-content: center;
    transition: .5s
}

.title-search-result .list .item button:hover {
    background: #046201
}

.title-search-result .list .item button[type=submit]:hover {
    background: #fff
}

.header .links {
    padding-top: 22px
}

.header .links a {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding-top: 36px;
    font-size: 12px;
    line-height: 16px;
    color: #9d9d9d
}

.header .links a:not(:last-child) {
    margin-right: 20px
}

.header .links a.basket_header__personal {
    background: url(../img/order-name3.svg) no-repeat 50% 5px
}

.header .links a.basket_header__wishlist {
    background: url(../img/header-link1.svg) no-repeat 50% 5px
}

.header .links a.basket_header__cart {
    background: url(../img/header-link2.svg) no-repeat 50% 0
}

.header .links a:hover {
    color: #000
}

.header .links a span {
    position: absolute;
    right: -2px;
    top: -4px;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #0ba536;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 11.2px
}

.header .catalog {
    position: absolute;
    left: 0;
    top: 100%;
    width: 677px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 10;
    box-shadow: 0 35px 67px rgb(0 0 0 / .15);
    border-radius: 8px;
    padding: 70px 30px 60px 55px;
    display: none
}

.header .catalog.opened {
    display: block;
    height: 650px
}

.header .catalog ul {
    position: relative;
    height: 520px
}

.header .catalog ul li:hover a {
    color: #fff
}

.header .catalog ul li:hover ul {
    opacity: 1;
    z-index: 0
}

.header .catalog ul li a {
    display: block;
    text-decoration: none;
    padding: 8px 20px;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    position: relative
}

.header .catalog>ul li a {
    position: relative
}

.header .catalog ul li ul {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow-y: scroll;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2%;
    display: block;
    opacity: 0;
    z-index: -1
}

.header .catalog ul li ul li a {
    font-weight: 500;
    color: #595959 !important;
    background: 0 0 !important
}

.header .catalog ul li ul li a:hover {
    color: #0d7d01 !important
}

.header .menu-button {
    width: 30px;
    height: 16px;
    position: relative;
    display: inline-block;
    display: none;
    width: 38px;
    height: 34px;
    background: url(../img/menu-button.svg)
}

.header-links {
    padding: 7px 0 40px
}

.header-links .list a {
    display: block;
    text-decoration: none;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-right: 69px;
    border-bottom: 2px solid #fff
}

.header-links .list a:hover {
    border-bottom: 2px solid #d0d0d0
}

.header-links .list .slick-next,
.header-links .list .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 4px 9px rgb(0 0 0 / .11)
}

.header-links .list .slick-prev {
    left: -60px;
    background: #fff url(../img/prev.svg) no-repeat center
}

.header-links .list .slick-next {
    right: -60px;
    background: #fff url(../img/next.svg) no-repeat center
}

.index-page-slider {
    margin-bottom: 62px
}

.index-page-slider .item {
    opacity: .3
}

.index-page-slider .item.slick-current {
    opacity: 1
}

.index-page-slider .big-item {
    width: 952px;
    height: 401px;
    margin: 0 12px;
    position: relative;
    border-radius: 8px
}

.index-page-slider .big-item .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 320px;
    left: 83px;
    color: #fff
}

.index-page-slider .big-item .text .name {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    line-height: 38px;
    text-transform: uppercase;
    width: 70%
}

.index-page-slider .big-item .text p {
    margin-bottom: 52px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px
}

.index-page-slider .big-item .text a.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    color: #0ba536;
    width: 188px;
    height: 50px;
    border-radius: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px
}

.index-page-slider .big-item .text a.button:hover {
    color: #fff;
    background: #046201
}

.index-page-slider .big-item .text a.button .fa {
    vertical-align: middle;
    font-size: 18px;
    margin: -2px 0 0 10px
}

.index-page-slider .big-item .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 143px
}

.index-page-slider .blocks {
    margin: 0 12px;
    width: 460px
}

.index-page-slider .blocks .block {
    display: block;
    height: 190px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative
}

.index-page-slider .blocks .block:last-child {
    margin-bottom: 0
}

.index-page-slider .blocks .block .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 36px;
    width: 260px;
    color: #fff;
    font-size: 14px;
    line-height: 17px
}

.index-page-slider .blocks .block .text span {
    display: block;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 25px;
    line-height: 28px
}

.index-page-slider .blocks .block .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 32px
}

.index-page-slider .slick-dots {
    width: 1440px;
    margin: 0 auto;
    padding-top: 27px
}

.index-page-slider .slick-dots li {
    display: inline-block;
    margin-right: 5px
}

.index-page-slider .slick-dots li.slick-active button {
    background: #0ba536
}

.index-page-slider .slick-dots li button {
    padding: 0;
    font-size: 0;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #d9d9d9
}

.index-catalog-block {
    padding-bottom: 60px
}

.index-catalog-block.bf {
    background: #fff;
    padding: 57px 0 43px
}

.index-catalog-block .wrap {
    position: relative
}

.index-catalog-block .block-name {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px
}

.index-catalog-block .top-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #0ba536;
    background: #fff;
    padding: 57px 0 43px;
    width: 199px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgb(0 0 0 / .04);
    border-radius: 17px;
    padding: 0
}

.index-catalog-block .top-link:hover {
    color: #fff;
    background: #0ba536
}

.index-catalog-block .list {
    margin: 0 -20px
}

.index-catalog-block .list .site-item {
    margin: 20px;
    display: flex;
    flex-direction: column;
    height: auto
}

.index-catalog-block .list .slick-next,
.index-catalog-block .list .slick-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 43px;
    height: 43px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 4px 9px rgb(0 0 0 / .11)
}

.index-catalog-block .list .slick-prev {
    left: -60px;
    background: #fff url(../img/prev2.svg) no-repeat center
}

.index-catalog-block .list .slick-next {
    right: -60px;
    background: #fff url(../img/next2.svg) no-repeat center
}

.index-catalog-block .list .slick-dots {
    text-align: center;
    padding-top: 10px
}

.index-catalog-block .list .slick-dots li {
    display: inline-block;
    margin-right: 5px
}

.index-catalog-block .list .slick-dots li.slick-active button {
    background: #0ba536
}

.index-catalog-block .list .slick-dots li button {
    padding: 0;
    font-size: 0;
    z-index: 2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    background: #d9d9d9
}

.site-item {
    background: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 25px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.site-item:hover {
    box-shadow: 0 7px 20px rgb(41 111 69 / .07)
}

.site-item .badges {
    margin-right: 26px;
    position: absolute;
    left: 25px;
    top: 20px;
    flex-wrap: wrap;
    display: flex;
    gap: 5px
}

.site-item .badges .badge {
    display: table;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    padding: 8px 8px;
    border-radius: 8px
}

.site-item .badges .badge.color1 {
    color: #fff;
    background: #0ba536
}

.site-item .badges .badge.color2 {
    background: #f3f4ab
}

.site-item .badges .badge.color3 {
    color: #fff;
    background: red
}

.fav-link {
    position: absolute;
    z-index: 10;
    right: 12px;
    top: 9px;
    width: 52px;
    height: 52px;
    background: url(../img/fav.svg) no-repeat center
}

.item-page .photos .fav-link {
    right: 0;
    top: 0
}

.fav-link.active {
    background: url(../img/fav2.svg) no-repeat center
}

.fav-link.hidden {
    display: none !important
}

.site-item .image {
    height: 250px;
    line-height: 250px;
    text-align: center
}

.site-item .image img {
    display: inline-block;
    vertical-align: middle
}

.site-item .name {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px
}

.site-item .expiration-date {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ababab;
    flex: 1
}

.site-item .country {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ababab;
    flex: 1
}

.site-item .price {
    padding-top: 3px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 26px;
    line-height: 14px
}

.site-item .price .old {
    display: inline-block;
    margin-left: 5px;
    text-decoration: line-through;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #b0b0b0;
    vertical-align: middle
}

.site-item .discount {
    margin-bottom: 28px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #e53838;
    border-radius: 8px
}

.site-item button {
    color: #fff;
    background: #0ba536;
    border-radius: 9px;
    width: 168px;
    height: 45px;
    font-weight: 700;
    font-size: 15px
}

.site-item button:hover {
    background: #046201
}

.site-item button span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 21px;
    background: url(../img/cart.svg);
    margin: -2px 8px 0 0
}

.index-advantages-block {
    padding-bottom: 64px
}

.index-advantages-block .item {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    width: 18.5%;
    min-height: 200px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: rgb(255 255 255 / .88);
    border: 1px solid #f8f8f8;
    box-shadow: 0 60px 80px rgb(131 131 131 / .07), 0 20px 13px rgb(131 131 131 / .035);
    border-radius: 20px;
    padding: 43px 26px 40px 26px;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    color: #9098ac
}

.index-advantages-block .item span {
    display: block;
    margin: 30px 0 15px;
    color: #000;
    font-size: 17px;
    line-height: 19px
}

.index-advantages-block .item .advantages-text-block {
    align-content: flex-start;
}

.index-steps-block {
    background: url(../img/steps-block.png) center/cover;
    padding: 60px 0 90px
}

.index-steps-block .block-name {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px
}

.index-steps-block .item {
    width: 21%;
    margin-bottom: 30px
}

.index-steps-block .item div {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px
}

.index-steps-block .item div span {
    display: inline-block;
    margin-right: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    box-shadow: 3px 4px 2px rgb(0 0 0 / .08);
    font-weight: 800;
    font-size: 28px
}

.index-news-banner .mini-banner {
    display: none
}

.index-news-block {
    padding: 50px 0 45px
}

.index-news-block.news-block {
    padding: 5px 0 45px
}

.index-news-block .wrap {
    position: relative
}

.index-news-block .block-name {
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px
}

.index-news-block .top-link {
    position: absolute;
    right: 0;
    top: 0;
    color: #0ba536;
    background: #fff;
    width: 199px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgb(0 0 0 / .04);
    border-radius: 17px;
    padding: 0
}

.index-news-block .top-link:hover {
    color: #fff;
    background: #0ba536
}

.index-news-block .item {
    margin-bottom: 30px;
    width: 19.7%
}

.index-news-block .item img {
    width: 100%;
    margin-bottom: 24px;
    border-radius: 5px
}

.index-news-block .item .date {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 135%;
    color: #898989
}

.index-news-block .item .name {
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%
}

.index-news-block .item p {
    font-size: 15px;
    line-height: 135%;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index-faq-block {
    padding-bottom: 90px
}

.index-faq-block .faq {
    width: 46.5%
}

.index-faq-block .faq .block-name {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px
}

.index-faq-block .faq .block-name:not(:first-child) {
    margin-top: 50px
}

.index-faq-block .faq .block-name a {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 16px 18px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .04);
    border-radius: 17px;
    vertical-align: middle;
    margin-left: 65px
}

.index-faq-block .faq .block-name a:hover {
    color: #fff;
    background: #0ba536
}

.index-faq-block .faq .item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 0 rgb(0 0 0 / .04);
    border-radius: 4px;
    padding: 22px 20px 22px 34px
}

.index-faq-block .faq .item .name {
    cursor: pointer;
    padding: 5px 40px 5px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: url(../img/faq1.svg) no-repeat right
}

.index-faq-block .faq .item .name.active {
    background: url(../img/faq2.svg) no-repeat right
}

.index-faq-block .faq .item .text {
    padding-top: 15px;
    font-size: 15px;
    line-height: 22px;
    color: #4a4a4a;
    display: none
}

.index-faq-block .faq .item .text a {
    color: #0ba536
}

.index-faq-block .faq .br {
    height: 40px
}

.index-faq-block .form {
    width: 49%
}

.index-faq-block .form.inner form {
    height: auto
}

.index-faq-block .form.inner form .woman {
    right: 0
}

.index-faq-block .form .block-name {
    margin-bottom: 52px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px
}

.index-faq-block .form form {
    height: 402px;
    background: url(../img/form.png) center/cover;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 57px 67px;
    color: #fff;
    position: relative
}

.index-faq-block .form form .name {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 5px
}

.index-faq-block .form form .name span {
    display: block;
    font-weight: 800;
    font-size: 39px;
    line-height: 53px
}

.index-faq-block .form form p {
    font-weight: 700;
    font-size: 17px;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 30px
}

.index-faq-block .form form .form__line {
    margin-bottom: 75px;
    width: 179px;
    height: 30px;
    background: url(../img/input.svg) no-repeat bottom;
    color: #fff
}

.index-faq-block .form form button {
    background: #fff;
    display: block;
    color: #0ba536;
    width: 255px;
    height: 55px;
    border-radius: 9px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px
}

.index-faq-block .form form button:hover {
    opacity: .8
}

.index-faq-block .form form button span {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 24px;
    background: url(../img/btn.svg);
    margin: -2px 10px 0 0
}

.index-faq-block .form form .woman {
    position: absolute;
    right: 28px;
    bottom: 0
}

.footer {
    background: #0ba536;
    color: #fff;
    padding: 102px 0 30px
}

.footer .contacts {
    margin-bottom: 30px;
    margin-right: 50px
}

.footer .contacts .name {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px
}

.footer .contacts .phone {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    margin: 0 0 2px -26px;
    padding: 0 0 0 26px;
    background: url(../img/phone2.svg) no-repeat 0 4px;
    font-weight: 700;
    font-size: 21px;
    line-height: 24px
}

.footer .contacts p {
    margin-bottom: 65px;
    font-size: 13px;
    line-height: 13px
}

.footer .contacts .social {
    margin-bottom: 62px
}

.footer .contacts .social a {
    display: inline-block;
    margin-right: 28px
}

.footer .contacts .social a:last-child {
    margin-right: 0
}

.footer .contacts button {
    background: #fff;
    width: 268px;
    height: 50px;
    border-radius: 8px;
    color: #0ba536;
    font-weight: 500;
    font-size: 16px
}

.footer .contacts button span {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    background: url(../img/btn2.svg);
    margin: -2px 12px 0 0
}

.footer nav p {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 27px;
    font-size: 19px;
    line-height: 22px
}

.footer nav ul {
    padding-bottom: 10px
}

.footer nav ul li {
    margin-bottom: 20px
}

.footer nav ul li a {
    display: inline;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
}

.footer .contacts2 {
    margin-left: 50px;
    margin-bottom: 175px
}

.footer .contacts2 .name {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 27px;
    font-size: 19px;
    line-height: 22px
}

.footer .contacts2 ul {
    padding-bottom: 45px
}

.footer .contacts2 ul li {
    margin-bottom: 20px
}

.footer .contacts2 ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
}

.footer .contacts2 p {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 19px;
    line-height: 22px
}

.footer .contacts2 form {
    margin-bottom: 18px;
    width: 342px;
    position: relative
}

.footer .contacts2 form input[type=text] {
    width: 100%;
    height: 46px;
    color: #000;
    margin-bottom: 20px;
    border: .958333px solid #3eca45;
    border-radius: 7.66667px;
    padding: 0 82px 0 50px;
    background: #fff url(../img/search2.svg) no-repeat 20px 50%
}

.footer .contacts2 form input[type=text]:focus {
    border: 2px solid #0ba536
}

.footer .contacts2 form .question-button {
    position: absolute;
    top: 23px;
    transform: translateY(-50%);
    right: 6px;
    border-radius: 4px;
    width: 52px;
    height: 32px;
    background: #0ba536 url(../img/arrow2.svg) no-repeat center
}

.footer .contacts2 form button:hover {
    background: #046201 url(../img/arrow2.svg) no-repeat center
}

.footer .contacts2 .checkbox {
    display: none
}

.footer .contacts2 .checkbox+label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 24px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 19px;
    background: url(../img/checkbox.svg) no-repeat 0 2px
}

.footer .contacts2 .checkbox+label a {
    color: #fff
}

.footer .contacts2 .checkbox:checked+label {
    background: url(../img/checkbox2.svg) no-repeat 0 2px
}

.footer .bottom {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

.footer .bottom a {
    color: #fff
}

.bottom-att-block {
    color: #fff;
    text-transform: uppercase;
    background: #1e7333;
    padding: 20px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: rgb(255 255 255 / .73)
}

.mobile-menu {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    background: #fff;
    z-index: 20;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.mobile-menu .city {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    color: #828282;
    padding: 1px 0 1px 22px;
    background: url(../img/city.svg) no-repeat 0 0;
    margin: 20px
}

.mobile-menu ul li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px
}

.mobile-menu ul li a span {
    position: absolute;
    right: -4px;
    top: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background: #0ba536;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 10px
}

.mobile-menu .phone {
    text-decoration: none;
    padding: 1px 0 1px 26px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    background: url(../img/phone.svg) no-repeat 0 0;
    margin: 20px 20px 10px 20px;
    display: block
}

.mobile-menu .phonedate {
    line-height: 16px;
    padding: 0 20px 10px
}

.navi {
    margin-bottom: 27px;
    margin-top: 27px;
    font-size: 15px;
    line-height: 20px;
    color: #bdbdbd;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.navi a {
    text-decoration: none;
    color: #bdbdbd;
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px
}

.navi a.home {
    width: 13px;
    height: 14px;
    background: url(../img/home.svg)
}

.navi span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(../img/navi.svg);
    margin-right: 4px
}

h1 {
    margin-bottom: 60px;
    font-size: 43px;
    line-height: 58px
}

.shops-page {
    padding-bottom: 160px
}

.shops-page form {
    position: relative;
    margin-bottom: 55px
}

.shops-page form input[type=text] {
    width: 100%;
    height: 58px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 0 30px;
    font-size: 21px
}

.shops-page form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 25px;
    height: 25px;
    background: url(../img/search3.svg)
}

.shops-page .filter {
    padding-bottom: 52px
}

.shops-page .filter select {
    color: #000;
    width: 25%;
    height: 58px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    appearance: none;
    padding: 0 50px 0 68px;
    font-weight: 700;
    font-size: 14px;
    background: url(../img/map.svg) no-repeat 16px 50%, url(../img/select.svg) no-repeat right 20px top 50%
}

.shops-page .filter input[type=text] {
    width: 72%;
    height: 58px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px 0 60px;
    background: url(../img/search4.svg) no-repeat 16px 50%
}

.shops-page .map {
    margin-bottom: 85px;
    height: 560px
}

.shops-page h2 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px
}

.shops-page table {
    width: 100%;
    margin-bottom: 65px
}

.shops-page table tr {
    background: #f4f4f4
}

.shops-page table tr:nth-child(2n) {
    background: #f8f8f8
}

.shops-page table tr td {
    padding: 32px 50px;
    font-size: 14px;
    line-height: 22px
}

.shops-page table tr td:nth-child(4) {
    white-space: nowrap
}

.shops-page table tr td:nth-child(3) {
    white-space: nowrap
}

.shops-page table tr td .adress {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer
}

.shops-page table tr td .shop-phone {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    background: 0 0
}

.shops-page table tr td .shop-phone:hover {
    background: 0 0;
    text-decoration: underline
}

.shops-page table tr td a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #0ba536;
    font-weight: 700;
    font-size: 15px;
    line-height: 10px;
    padding: 17px 45px;
    border-radius: 9px
}

.shops-page table tr td a:hover {
    background: #046201
}

.shops-page .bottom-link {
    text-align: center
}

.shops-page .bottom-link a {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    font-weight: 700;
    font-size: 19px;
    line-height: 10px;
    padding: 24px 80px;
    border-radius: 9px;
    border: 1px solid #0ba536
}

.shops-page .bottom-link a:hover {
    color: #fff;
    background: #0ba536
}

.available-shop .available-text {
    background-color: #333;
    color: #fff;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 10px;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    transform: translate(-45%, -210%);
    display: none
}

@media (max-width:1470px) {
    .available-shop .available-text {
        transform: translate(-73%, -210%)
    }
}

@media (max-width:768px) {
    .available-shop .available-text {
        transform: translate(-5%, -210%)
    }
}

.available-toggle:focus+.available-text,
.available-toggle:hover+.available-text {
    display: block
}

.contacts-page {
    padding-bottom: 136px
}

.contacts-page .map {
    margin-bottom: 110px;
    height: 568px;
    position: relative
}

.contacts-page .map .but {
    position: absolute;
    z-index: 3;
    right: 16px;
    bottom: 16px;
    background: #0ba536;
    color: #fff;
    border-radius: 8px;
    width: 384px;
    height: 76px;
    font-weight: 700;
    font-size: 20px
}

.contacts-page .map .but:hover {
    background: #046201
}

.contacts-page .map .but span {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 26px;
    background: url(../img/btn3.svg);
    margin: -2px 8px 0 0
}

.contacts-page h2 {
    margin-bottom: 60px;
    font-weight: 500;
    font-size: 37px;
    line-height: 50px
}

.contacts-page .info {
    width: 46%
}

.contacts-page .info .item {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #727272;
    padding-right: 50%
}

.contacts-page .info .item.small {
    padding-right: 0;
    font-size: 14px;
    line-height: 125%
}

.contacts-page .info .item p {
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%
}

.contacts-page .info .item a {
    color: #0ba536;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

.contacts-page .map2 {
    width: 48%;
    height: 467px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 100px
}

.contacts-page form {
    background: #fff;
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 50px 74px
}

.contacts-page form .name {
    color: #0ba536;
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 35px;
    line-height: 47px
}

.contacts-page form .fields {
    width: 32%
}

.contacts-page form .fields p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .25px;
    color: #828282
}

.contacts-page form .fields p span {
    color: red
}

.contacts-page form .fields .field {
    position: relative;
    margin-bottom: 20px
}

.contacts-page form .fields .field input[type=text] {
    width: 100%;
    height: 44px;
    background: rgb(242 242 242 / .4);
    border: .5px solid #fff;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: .15px
}

.contacts-page form .fields .field .clear {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../img/clear.svg);
    opacity: 0;
    pointer-events: none
}

.contacts-page form .fields .field input[type=text]:valid+.clear {
    pointer-events: all;
    opacity: 1
}

.contacts-page form .fields .agree {
    padding-top: 12px
}

.contacts-page form .fields .agree .checkbox {
    display: none
}

.contacts-page form .fields .agree .checkbox+label {
    display: block;
    cursor: pointer;
    padding: 1px 0 1px 24px;
    font-size: 12px;
    line-height: 16px;
    background: url(../img/checkbox3.svg) no-repeat 0 2px
}

.contacts-page form .fields .agree .checkbox+label a {
    color: #0ba536
}

.contacts-page form .fields .agree .checkbox:checked+label {
    background: url(../img/checkbox4.svg) no-repeat 0 2px
}

.contacts-page form .text {
    width: 65%;
    margin-bottom: 36px
}

.contacts-page form .text p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .25px;
    color: #828282
}

.contacts-page form .text p span {
    color: red
}

.contacts-page form .text textarea {
    width: 100%;
    height: 313px;
    min-height: 313px;
    max-height: 400px;
    border: .5px solid #dbdbdb;
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    letter-spacing: .15px
}

.contacts-page form .button {
    text-align: right
}

.contacts-page form .button .letter-button {
    color: #fff;
    background: #0ba536;
    width: 242px;
    height: 48px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px
}

.contacts-page form .button button:hover {
    background: #046201
}

.finish-page {
    padding: 95px 0 200px
}

.finish-page .content {
    padding: 0 122px
}

.finish-page .content div {
    display: table-cell;
    vertical-align: middle
}

.finish-page .content div img {
    max-width: 100000px;
    margin-right: 18px
}

.finish-page .content div .thanks {
    display: block;
    margin-bottom: 37px;
    font-size: 30px;
    line-height: 41px;
    text-transform: uppercase;
    color: #1c1c1c
}

.finish-page .content div .number {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px
}

.finish-page .content div p {
    margin-top: 37px;
    font-size: 18px;
    line-height: 24px;
    width: 70%
}

.finish-page .content div p a {
    color: #0ba536
}

.fav-page {
    padding-bottom: 140px
}

.fav-page .flex2 .site-item {
    width: 23%;
    margin-bottom: 40px;
    margin-right: 2.666667%;
    display: flex;
    flex-direction: column
}

.fav-page .flex2 .site-item:nth-child(4n) {
    margin-right: 0
}

.catalog-page {
    padding-bottom: 60px;
    width: 100%
}

.catalog-page .filter-button {
    width: 100%;
    padding: 15px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background: #0ba536;
    display: none
}

.catalog-page .filter {
    width: 15.5%
}

.catalog-page .filter .item {
    margin-bottom: 10px
}

.catalog-page .filter .item .name {
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 33px
}

.catalog-page .filter .item .name.active .fa {
    transform: rotate(180deg)
}

.catalog-page .filter .item .name .fa {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.catalog-page .filter .item .content {
    padding: 5px 0 10px;
    display: none
}

.catalog-page .filter .item .content .price-slider .ui-widget.ui-widget-content {
    border: 0
}

.catalog-page .filter .item .content .price-slider .ui-widget-content {
    background: #d6d6d6;
    border-radius: 8px
}

.catalog-page .filter .item .content .price-slider .ui-slider-horizontal {
    height: 4px
}

.catalog-page .filter .item .content .price-slider .ui-widget-header {
    background: #0ba536
}

.catalog-page .filter .item .content .price-slider .ui-button,
.catalog-page .filter .item .content .price-slider .ui-state-default,
.catalog-page .filter .item .content .price-slider .ui-widget-content .ui-state-default,
.catalog-page .filter .item .content .price-slider .ui-widget-header .ui-state-default,
.catalog-page .filter .item .content .price-slider html .ui-button.ui-state-disabled:active,
.catalog-page .filter .item .content .price-slider html .ui-button.ui-state-disabled:hover {
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #0ba536;
    width: 16px;
    height: 16px;
    margin: -2px 0 0 -8px
}

.catalog-page .filter .item .content .price-slider .flex {
    padding-top: 15px
}

.catalog-page .filter .item .content .price-slider .flex input[type=text] {
    width: 48%;
    height: 36px;
    border: 1px solid #c1e0ca;
    border-radius: 6px;
    padding: 0 10px;
    font-weight: 700
}

.catalog-page .filter .item .content .search {
    margin-bottom: 10px
}

.catalog-page .filter .item .content .search input[type=text] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #c1e0ca;
    border-radius: 6px
}

.catalog-page .filter .item .content .checks {
    border: 1px solid #c1e0ca;
    border-radius: 6px;
    padding: 15px
}

.catalog-page .filter .item .content .checks .checkbox {
    display: none
}

.catalog-page .filter .item .content .checks .checkbox+label {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #3c3c3c;
    padding: 0 0 0 24px;
    background: url(../img/checkbox5.svg) no-repeat 0 2px
}

.catalog-page .filter .item .content .checks .checkbox+label:last-child {
    margin-bottom: 0
}

.catalog-page .filter .item .content .checks .checkbox:checked+label {
    background: url(../img/checkbox6.svg) no-repeat 0 2px
}

.catalog-page .filter .item .content .checks .scroll {
    max-height: 300px;
    overflow-y: scroll
}

.catalog-page .filter .item .content .checks .scroll::-webkit-scrollbar {
    width: 5px
}

.catalog-page .filter .item .content .checks .scroll::-webkit-scrollbar-track {
    background: #fff
}

.catalog-page .filter .item .content .checks .scroll::-webkit-scrollbar-thumb {
    background: #c1e0ca;
    border-radius: 6px
}

.catalog-page .filter .buttons button {
    width: 100%;
    height: 36px;
    margin-top: 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px
}

.catalog-page .filter .buttons button:nth-child(1) {
    color: #fff;
    background: #0ba536
}

.catalog-page .filter .buttons button:nth-child(1):hover {
    background: #046201
}

.catalog-page .filter .buttons button:nth-child(2) {
    background: 0 0;
    border: 1px solid #0ba536;
    color: #0ba536
}

.catalog-page .filter .buttons button:nth-child(2):hover {
    color: #fff;
    background: #0ba536
}

.catalog-page .list {
    width: 76.5%
}

.catalog-page .search-list {
    width: 100%
}

.catalog-page .list.wishlist {
    width: 100%
}

.related-list-container {
    width: 100% !important
}

.catalog-page .list .sort {
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #0ba536
}

.catalog-page .list .sort a {
    margin-left: 28px;
    border-bottom: 1px dashed rgb(11 165 54 / .84);
    text-decoration: none;
    color: #0ba536
}

.catalog-page .list .sort a.active {
    border-bottom: 0;
    padding: 3px 15px;
    background: #f4f4f4;
    border-radius: 6px;
    color: #000
}

.catalog-page .list .sort a.active span {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background: url(../img/sort.svg);
    margin-left: 5px
}

.catalog-page .list .site-item {
    width: calc(33.3333% - 60px);
    margin: 0 30px 40px;
    display: flex;
    flex-direction: column
}

.catalog-page .list.wishlist .site-item,
.catalog-page .search-list .site-item {
    width: calc(25% - 60px)
}

.catalog-page .list .pages {
    padding: 30px 0 96px;
    text-align: center
}

.catalog-page .list .pages a {
    display: inline-block;
    text-decoration: none;
    margin: 0 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0ba536;
    font-weight: 700;
    font-size: 22px
}

.catalog-page .list .pages a:hover {
    color: #e53838
}

.catalog-page .list .pages a .active {
    background: #fff;
    box-shadow: 0 1px 4px rgb(10 27 14 / .11);
    border-radius: 22px;
    padding: 8px 18px 8px 18px
}

.catalog-page .list .pages a .fa {
    color: #000;
    font-size: 25px;
    vertical-align: middle;
    margin-top: -4px
}

.catalog-page .list .bottom-text p {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 22px
}

.catalog-page .list .bottom-text .name {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px
}

.item-page {
    padding-bottom: 76px;
    background: #fff
}

.item-page .top-nav {
    padding-bottom: 25px
}

.item-page .top-nav a {
    display: inline-block;
    text-decoration: none;
    margin: 0 35px 10px 0;
    border-bottom: 1px dashed #c6c6c6;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px
}

.item-page .top-nav a:hover {
    color: #7c7c7c;
    border-bottom: 1px dashed #fff0
}

.item-page .photos {
    width: 35%;
    position: relative;
    text-align: center;
    margin-bottom: 30px
}

.item-page .photos .badges {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.item-page .photos .badges .badge {
    display: inline-block;
    text-decoration: none;
    margin-right: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 10px;
    padding: 7px 12px;
    border-radius: 8px
}

.item-page .photos .badges .badge.color1 {
    color: #fff;
    background: #0ba536
}

.item-page .photos .badges .badge.color2 {
    background: #f3f4ab
}

.item-page .photos .badges .badge.color3 {
    color: #fff;
    background: red
}

.item-page .photos img {
    display: inline-block
}

.item-page .photos .slider-nav {
    margin: 10px -5px 0 -5px
}

.item-page .photos .slider-nav .item {
    margin: 0 5px;
    cursor: pointer;
    opacity: .5
}

.item-page .photos .slider-nav .item.slick-current {
    opacity: 1
}

.item-page .info1 {
    width: 21%
}

.item-page .info1 .price {
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 4px rgb(231 231 231 / .33);
    border-radius: 8px
}

.item-page .info1 .price .name {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding: 18px 10px;
    background: #f4f4f4
}

.item-page .info1 .price .content {
    text-align: center;
    padding: 20px 10px 27px 10px
}

.item-page .info1 .price .content .prices {
    display: inline-block;
    text-align: left
}

.item-page .info1 .price .content .prices .old {
    text-decoration: line-through;
    font-weight: 700;
    font-size: 16px;
    line-height: 14px;
    color: #d0d0d0
}

.item-page .info1 .price .content .prices .new {
    font-weight: 800;
    font-size: 28px;
    line-height: 38px
}

.item-page .info1 .price .content .br {
    height: 11px
}

.item-page .info1 .price .content .number {
    display: inline-block;
    white-space: nowrap
}

.item-page .info1 .price .content .number span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
    height: 22px
}

.item-page .info1 .price .content .number span.minus {
    background: url(../img/minus.svg)
}

.item-page .info1 .price .content .number span.plus {
    background: url(../img/plus.svg)
}

.item-page .info1 .price .content .number input[type=text] {
    vertical-align: middle;
    margin: 0 12px;
    text-align: center;
    width: 114px;
    height: 48px;
    border: 1px solid #c1e0ca;
    border-radius: 6px;
    font-weight: 700;
    font-size: 21px
}

.title-search-result .list .conflict-button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f0f0f0;
    background: #fff;
    color: #949494;
    white-space: nowrap;
    border-radius: 5px;
    min-width: 170px;
    width: 170px;
    height: 30px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 5px
}

@media (max-width:600px) {
    .title-search-result .list .conflict-button {
        min-width: 110px;
        width: 110px;
        font-size: 11px
    }
}

.list .site-item .conflict-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #f0f0f0;
    white-space: nowrap;
    background: #fff;
    color: #949494;
    cursor: default;
    border-radius: 9px;
    width: 220px;
    height: 45px;
    font-weight: 700;
    font-size: 15px
}

.list .site-item .conflict-button span {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 21px;
    background: url(/local/templates/farmacia/css/../img/cart-gray.svg);
    margin: -2px 8px 0 0
}

.item-page .conflict-button {
    align-items: center;
    display: flex;
    justify-content: center;
    border: 3px solid #f0f0f0;
    white-space: nowrap;
    background: #fff;
    color: #949494;
    cursor: default;
    height: 53px;
    margin-bottom: 11px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px
}

.item-page .conflict-button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 21px;
    height: 21px;
    background: url(../img/btn4-gray.svg)
}

.item-page .info1 .buttons {
    padding-bottom: 22px
}

.item-page .info1 .buttons button {
    width: 100%;
    height: 53px;
    margin-bottom: 11px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px
}

.item-page .info1 .buttons button:nth-child(1) {
    color: #fff;
    background: #0ba536
}

.item-page .info1 .buttons button:nth-child(1):hover {
    background: #046201
}

.item-page .info1 .buttons button:nth-child(1) span {
    width: 21px;
    height: 21px;
    background: url(../img/btn4.svg)
}

.item-page .info1 .buttons button:nth-child(2) {
    background: #fff;
    border: 1px solid #0ba536;
    color: #0ba536
}

.item-page .info1 .buttons button:nth-child(2) span {
    width: 20px;
    height: 20px;
    background: url(../img/btn5.svg)
}

.item-page .info1 .buttons button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0
}

.item-page .info1 ul {
    padding-bottom: 15px
}

.item-page .info1 ul li {
    margin-bottom: 15px;
    padding: 1px 0 1px 36px
}

.item-page .info1 ul li:nth-child(1) {
    background: url(../img/item-icon1.svg) no-repeat 0 0
}

.item-page .info1 ul li:nth-child(2) {
    background: url(../img/item-icon3.svg) no-repeat 0 0
}

.item-page .info1 ul li:nth-child(3) {
    background: url(../img/item-icon2.svg) no-repeat 0 0
}

.item-page .info1 ul li p,
.item-page .info1 ul li p a {
    display: inline-block;
    color: #0ba536;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dashed rgb(71 189 77 / .38);
    text-decoration: none
}

.item-page .info1 ul li p span {
    font-weight: 700
}

.item-page .info2 {
    width: 32%
}

.item-page .info2 .content {
    background: #fbfbfb;
    border-radius: 8px;
    padding: 50px 42px
}

.item-page .info2 .content .item {
    margin-bottom: 12px;
    clear: both;
    position: relative;
    display: flex;
    justify-content: space-between
}

.item-page .info2 .content .item:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgb(200 200 200 / .66)
}

.item-page .info2 .content .item div {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    color: #949494;
    background: #fbfbfb;
    position: relative;
    z-index: 2;
    padding-right: 5px
}

.item-page .info2 .content .item p {
    overflow-wrap: break-word;
    float: right;
    position: relative;
    z-index: 2;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    max-width: 200px;
    text-align: end
}

.item-page .info2 .content .item p span {
    background: #fbfbfb;
    padding-left: 5px
}

.item-page .image-block {
    text-align: center;
    margin: 20px 0 30px
}

.item-page .image-block span {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #a29e9e;
    padding: 1px 0 2px 40px;
    background: url(../img/image.svg) no-repeat 0 0
}

.item-page .main-info {
    background: #f3f3f3;
    border-radius: 6px;
    padding: 66px 160px 20px 60px;
    margin-bottom: 80px;
    font-size: 16px
}

.item-page .main-info .name {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px
}

.item-page .main-info .name2 {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 27px;
    line-height: 36px
}

.item-page .main-info p {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px
}

.item-page .main-info#main-info table tbody tr td p {
    display: block;
    margin-bottom: 0
}

.item-page .main-info#main-info table tbody tr {
    display: flex
}

.item-page .main-info#main-info table tbody tr td {
    padding: 10px 20px;
    width: 100%
}

.item-page .main-info#main-info table {
    width: 100% !important;
    margin-bottom: 30px
}

.item-page h2 {
    margin-bottom: 65px;
    font-weight: 700;
    font-size: 32px;
    line-height: 43px
}

.item-page table {
    width: 100%;
    margin-bottom: 42px
}

.item-page table thead tr td {
    padding: 0 50px 20px 50px;
    font-weight: 700;
    font-size: 19px;
    white-space: nowrap
}

.item-page table tbody tr {
    border: 1px solid #e9e9e9
}

.item-page table tbody tr td {
    background: #fdfdfd;
    padding: 40px 50px;
    font-size: 14px;
    line-height: 22px
}

.item-page table tbody tr td p {
    display: none
}

.item-page table tbody tr td .adress {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px
}

.item-page table tbody tr td .adress a {
    text-decoration: none
}

.item-page table tbody tr td .adress a:hover {
    color: #0ba536
}

.item-page table tbody tr td button {
    width: 168px;
    height: 45px;
    background: #0ba536;
    border-radius: 9px;
    color: #fff;
    font-weight: 700;
    font-size: 15px
}

.item-page table tbody tr td button:hover {
    background: #046201
}

.item-page .bottom-button {
    text-align: center
}

.item-page .bottom-button span {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    border: 1px solid #0ba536;
    font-weight: 700;
    font-size: 19px;
    line-height: 10px;
    padding: 24px 80px;
    border-radius: 9px;
    cursor: pointer;
    text-align: center
}

.item-page .bottom-button a:hover {
    color: #fff;
    background: #0ba536
}

.cart-page {
    padding-bottom: 156px
}

.cart-page .top-block {
    border: 1px solid #e1e4e8;
    padding: 35px 40px;
    background: #fff;
    border-radius: 4px 4px 0 0
}

.cart-page .top-block .field {
    width: 225px;
    height: 38px;
    position: relative
}

.cart-page .top-block .field input[type=text] {
    width: 100%;
    height: 100%;
    border: 1px solid #e1e4e8;
    border-radius: 3px;
    padding: 0 10px;
    background: 0 0;
    color: #a4aeba;
    font-weight: 500;
    font-size: 15px
}

.cart-page .top-block .field .clear {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 11px;
    height: 11px;
    background: url(../img/clear2.svg)
}

.cart-page .top-block p {
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #a4aeba
}

.cart-page table {
    width: 100%;
    margin-bottom: 50px;
    background: #fff
}

.cart-page table tr {
    border: 1px solid #e1e4e8
}

.cart-page table tr:first-child {
    border-top: none
}

.cart-page table tr td {
    padding: 40px 20px;
    text-align: center
}

.cart-page table tr td .name {
    text-align: left
}

.cart-page table tr td .name a {
    text-decoration: none
}

.cart-page table tr td .name div {
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
}

.cart-page table tr td .name .name-detail .expiration-date {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #a4aeba
}

.cart-page table tr td .name div img {
    width: 90px;
    max-width: 90px;
    height: 90px;
    max-height: 90px;
    margin-right: 48px;
    object-fit: contain
}

.cart-page table tr td .price {
    text-align: right;
    display: inline-block;
    white-space: nowrap;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px
}

.cart-page table tr td .price span {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #a4aeba
}

.cart-page table tr td .number {
    white-space: nowrap;
    display: inline-block
}

.cart-page table tr td .number span {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 22px;
    height: 22px
}

.cart-page table tr td .number span.minus {
    background: url(../img/minus2.svg)
}

.cart-page table tr td .number span.plus {
    background: url(../img/plus2.svg)
}

.cart-page table tr td .number input[type=text] {
    vertical-align: middle;
    margin: 0 12px;
    text-align: center;
    width: 114px;
    height: 48px;
    border: 1px solid #d0d0d0;
    border-radius: 6px;
    font-weight: 700;
    font-size: 21px
}

.cart-page table tr td .delete {
    display: inline-block;
    width: 11px;
    height: 11px;
    background: url(../img/clear2.svg)
}

.cart-page .bottom-block {
    text-align: right
}

.cart-page .bottom-block .result .total-box__sum {
    margin-bottom: 65px;
    font-weight: 800;
    font-size: 34px;
    line-height: 46px;
    white-space: nowrap;
    flex: 1
}

.cart-page .bottom-block .result .basket-total__btn {
    width: 100%;
    height: 58px;
    margin-bottom: 17px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
    padding: 0;
    color: #fff;
    background: #0ba536;
    max-width: 303px
}

.cart-page .bottom-block .result .basket-total__btn:not(:last-child) {
    margin-right: 30px
}

.cart-page .bottom-block .result .basket-total__btn:hover {
    background: #046201
}

.cart-page .bottom-block .result .basket-total__btn span {
    width: 21px;
    height: 21px;
    background: url(../img/btn4.svg)
}

.cart-page .bottom-block .result .basket-total__btn.warehouse span {
    width: 23px;
    height: 22px;
    background: url(../img/warehouse.svg)
}

.cart-page .bottom-block .result .basket-total__btn span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0
}

.order-page {
    padding-bottom: 180px
}

.order-page .fields {
    width: 74%
}

.order-page .fields .block {
    border: 1px solid #e1e4e8;
    border-radius: 4px;
    padding: 47px 73px;
    background-color: #fff
}

.order-page .fields .block:not(#bx-soa-orderSave) {
    margin-bottom: 20px
}

.order-page .fields .block:last-child {
    margin-bottom: 0
}

.order-page .fields .block .name {
    margin-bottom: 33px;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative
}

.order-page .fields .block .name img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px
}

.order-page .fields .block .radio {
    display: none
}

.order-page .fields .block .radio+label {
    display: block;
    cursor: pointer;
    margin-bottom: 14px;
    padding: 0 0 0 31px;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    background: url(../img/radio.svg) no-repeat 0 0
}

.order-page .fields .block .radio+label:last-child {
    margin-bottom: 0
}

.order-page .fields .block .radio:checked+label {
    background: url(../img/radio2.svg) no-repeat 0 0
}

.order-page .fields .block .shops {
    margin-left: -40px
}

.order-page .fields .block .shops table {
    width: 100%
}

.order-page .fields .block .shops table tr td {
    padding: 16px 25px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px
}

.order-page .fields .block .shops table tr td:last-child {
    text-align: right
}

.order-page .fields .block .shops table tr td button {
    background: #0ba536;
    color: #fff;
    border-radius: 9px;
    width: 151px;
    height: 35px;
    font-weight: 700;
    font-size: 15px
}

.order-page .fields .block .shops table tr td button:hover,
.order-page .fields .block .shops table tr.warehouse_item__active td button {
    background: #046201
}

.order-page .fields .block .shops .bottom-button {
    text-align: center;
    padding-top: 35px
}

.order-page .fields .block .shops .bottom-button a {
    display: inline-block;
    text-decoration: none;
    color: #0ba536;
    border: 1px solid #0ba536;
    font-weight: 700;
    font-size: 19px;
    line-height: 10px;
    padding: 24px 80px;
    border-radius: 9px
}

.order-page .fields .block .shops .bottom-button a:hover {
    color: #fff;
    background: #0ba536
}

.order-page .fields .block .inputs p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .25px;
    color: #828282
}

.order-page .fields .block .inputs p span {
    color: red
}

.order-page .fields .block .inputs .field {
    position: relative;
    margin-bottom: 20px
}

.order-page .fields .block .inputs .field input[type=text] {
    width: 100%;
    height: 38px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: .15px
}

.order-page .fields .block .inputs .field select {
    width: 100%;
    height: 38px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: .15px
}

.order-page .fields .block .inputs .field textarea {
    width: 100%;
    height: 126px;
    min-height: 126px;
    max-height: 300px;
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    letter-spacing: .15px
}

.order-page .fields .block .inputs .field .clear {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: url(../img/clear.svg) center;
    opacity: 0;
    pointer-events: none
}

.order-page .fields .block .inputs .field input[type=text]:valid+.clear {
    pointer-events: all;
    opacity: 1
}

.order-page .agree-container {
    width: 48%
}

.order-page .fields .block .bottom-block :is(.agree, .agree-email, .agree-sms) {
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #fff0;
    border-radius: 10px
}

.order-page .fields .block .bottom-block :is(.agree, .agree-email, .agree-sms) .checkbox {
    display: none
}

.order-page .fields .block .bottom-block :is(.agree, .agree-email, .agree-sms) .checkbox+label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 31px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(1 1 1 / .5);
    background: url(../img/checkbox7.svg) no-repeat 0 0
}

.order-page .fields .block .bottom-block :is(.agree, .agree-email, .agree-sms) .checkbox+label a {
    color: #0ba536;
    text-decoration: none
}

.order-page .fields .block .bottom-block :is(.agree, .agree-email, .agree-sms) .checkbox:checked+label {
    background: url(../img/checkbox8.svg) no-repeat 0 0
}

.order-page .fields .block .bottom-block button {
    width: 34%;
    height: 58px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background: #0ba536
}

.order-page .fields .block .bottom-block button:hover {
    background: #046201
}

.order-page .fields .block .bottom-block button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 21px;
    height: 21px;
    background: url(../img/btn4.svg)
}

.order-page .result {
    width: 23%
}

.order-page .result .sticky {
    background: #fff;
    border: 1px solid #e1e4e8;
    box-shadow: 0 4px 4px rgb(0 0 0 / .06);
    border-radius: 4px;
    padding: 32px 22px 24px 22px
}

.order-page .result .sticky-block {
    position: sticky;
    top: 140px
}

.order-page .result .sticky .name {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase
}

.order-page .result .sticky table {
    width: 100%
}

.order-page .result .sticky table tr td {
    padding: 0 10px 12px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px
}

.order-page .result .sticky table tr td:last-child {
    text-align: right;
    padding-right: 0
}

.order-page .result .sticky .res {
    margin-top: 36px;
    border-top: 2px solid #e1e4e8;
    padding-top: 20px;
    margin-bottom: 42px;
    font-weight: 700;
    font-size: 19px;
    line-height: 26px
}

.order-page .result .sticky button {
    width: 100%;
    height: 58px;
    border-radius: 9px;
    font-weight: 700;
    font-size: 19px;
    color: #fff;
    background: #0ba536
}

.order-page .result .sticky button:hover {
    background: #046201
}

.order-page .result .sticky button span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 8px 0 0;
    width: 21px;
    height: 21px;
    background: url(../img/btn4.svg)
}

.mobile-bottom-menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    z-index: 12;
    box-shadow: 0 -7px 13px rgb(0 0 0 / .07);
    border-radius: 6px 6px 0 0;
    padding: 10px 25px 6px 25px;
    display: none
}

@supports (-webkit-overflow-scrolling:touch) {
    .mobile-bottom-menu {
        padding: 10px 25px 15px 25px
    }
}

.mobile-bottom-menu a {
    display: block;
    text-decoration: none;
    text-align: center;
    padding-top: 25px;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #0ba536
}

.mobile-bottom-menu a img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

#title-search-mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100% - 15px * 2);
    height: 100vh;
    background-color: #fff;
    z-index: 300;
    padding: 20px 15px 0
}

.title-search-mobile__header-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px
}

.title-search-mobile__close-btn {
    all: unset;
    position: absolute;
    left: 0;
    height: 24px
}

.title-search-mobile__header {
    position: relative
}

#title-search-mobile #title-search-input-mobile {
    all: unset;
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

#title-search-mobile form {
    width: 100%;
    position: relative
}

#title-search-mobile #title-search-input {
    border: 1px solid #dbdbdb;
    border-radius: 5px
}

#title-search-mobile form .title-search-result {
    position: relative !important;
    padding: 0 !important;
    border: none !important;
    height: auto !important
}

.title-search-result {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    transition: .5s;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 44px 0 44px;
    background: #fff;
    border: 3px solid #ededed
}

.list.no-results .item {
    font-size: 16px
}

@media (max-width:1900px) {
    .order-page .fields .block .shops table tr {
        display: block;
        padding: 20px 20px 10px 20px
    }

    .order-page .fields .block .shops table tr td {
        display: block;
        padding: 0 0 10px 0
    }

    .order-page .fields .block .shops table tr td button {
        width: 100%
    }

    .order-page .fields .block .shops table tr.warehouse_collapse_container {
        display: table-row;
        padding: unset
    }

    .order-page .fields .block .shops table tr.warehouse_collapse_container td {
        display: block;
        padding: 16px 25px
    }

    .order-page .fields .block .shops table tr.warehouse_collapse_container td img {
        max-width: 100px
    }
}

@media (min-width: 1470px) {
    .index-advantages-block .item .advantages-text-block {
        height: 56px;
    }
}

@media (max-width: 1470px) and (min-width: 1200px) {
    .index-advantages-block .item .advantages-text-block {
        height: 84px;

    }
}

@media (max-width:1470px) {
    .wrap {
        width: 1170px
    }

    .header form {
        width: 500px
    }

    .title-search-result {
        padding: 55px 25px 0 25px
    }

    .header .links {
        margin-left: 0
    }

    .index-page-slider .slick-dots {
        width: 1170px
    }

    .index-page-slider .big-item {
        width: 680px
    }

    .index-page-slider .big-item .text {
        left: 40px
    }

    .index-page-slider .big-item .image {
        right: 40px
    }

    .index-advantages-block .item {
        padding: 20px
    }

    .index-advantages-block .item span {
        margin: 15px 0
    }

    .site-item {
        padding: 20px
    }

    .index-steps-block .item {
        width: 23%
    }

    .index-news-block .item {
        width: 23%
    }

    .index-faq-block .faq .block-name a {
        margin: 10px 0 0 0
    }

    .index-faq-block .faq .block-name span {
        display: block
    }

    .bottom-att-block {
        padding: 15px 0;
        text-align: center
    }

    .bottom-att-block p {
        width: 100%;
        margin: 5px 0
    }

    .index-faq-block .form form {
        padding: 50px 30px
    }

    .index-faq-block .form.inner form .woman {
        display: none
    }

    .shops-page table tr td {
        padding: 30px
    }

    .finish-page .content {
        padding: 0
    }

    .catalog-page .filter {
        width: 18%
    }

    .item-page .info1 {
        width: 25%
    }

    .item-page .image-block span {
        font-size: 13px
    }

    .item-page table thead tr td {
        padding: 0 20px 20px 20px
    }

    .item-page table tbody tr td {
        padding: 20px
    }

    .order-page .fields .block {
        padding: 30px
    }

    .order-page .fields .block .name {
        margin-left: 40px
    }

    .order-page .fields .block .shops {
        margin-left: 0
    }

    .catalog-page .catalog-section {
        margin-right: -15px;
        margin-left: -15px
    }

    .catalog-page .list .site-item {
        width: calc(33% - 30px);
        margin: 0 15px 40px
    }

    .catalog-page .list.wishlist .site-item {
        width: calc(25% - 30px)
    }
}

@media (max-width:1200px) {
    .title-search-result .list .item {
        flex-wrap: wrap !important
    }

    .wrap {
        width: 970px
    }

    .header form {
        width: 395px
    }

    .header .links a:not(:last-child) {
        margin-right: 10px
    }

    .title-search-result {
        padding: 55px 15px 0 15px
    }

    .header-links .list a {
        margin-right: 30px
    }

    .header .catalog {
        width: 500px;
        padding: 30px
    }

    .index-page-slider .slick-dots {
        width: 970px
    }

    .index-page-slider .big-item {
        width: 500px
    }

    .index-page-slider .big-item .text {
        width: 200px;
        left: 30px
    }

    .index-page-slider .big-item .image {
        right: 30px
    }

    .index-page-slider .big-item .text .name {
        width: auto;
        font-size: 25px;
        line-height: 28px
    }

    .index-page-slider .big-item .text p {
        margin-bottom: 30px
    }

    .index-steps-block .item {
        width: 48%
    }

    .index-faq-block .form form .woman {
        display: none
    }

    .footer .contacts {
        margin-right: 0
    }

    .footer .contacts2 {
        margin-left: 0
    }

    .footer .contacts button {
        width: 200px
    }

    .footer .contacts2 form {
        width: 300px
    }

    .finish-page .content div p {
        width: auto
    }

    .fav-page .flex2 .site-item {
        width: 32%;
        margin-right: 2%
    }

    .fav-page .flex2 .site-item:nth-child(4n) {
        margin-right: 2%
    }

    .fav-page .flex2 .site-item:nth-child(3n) {
        margin-right: 0
    }

    .catalog-page .filter {
        width: 22%
    }

    .catalog-page .list {
        width: 75%
    }

    .catalog-page .list .site-item,
    .catalog-page .list.wishlist .site-item {
        width: calc(50% - 30px)
    }

    .item-page .info1 {
        width: 28%
    }

    .item-page .info2 .content {
        padding: 20px
    }

    .order-page .fields {
        width: 70%
    }

    .order-page .result {
        width: 27%
    }

    .shops-page table tr td:first-child {
        width: 100%
    }

    .shops-page table tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px solid #ccc;
        padding: 20px 20px 10px 20px
    }

    .shops-page table tr:last-child {
        border-bottom: 0
    }

    .shops-page table tr td {
        display: block;
        padding: 0 0 10px 0
    }

    .shops-page table tr td:nth-child(2) {
        width: 100%
    }

    .index-advantages-block .item {
        width: 48%;
        margin: 0 auto 30px auto
    }

    .index-advantages-block .item .advantages-text-block {
        align-content: center;
    }
}

@media (max-width:991px) {
    .wrap {
        width: 747px
    }

    .header form {
        display: none
    }

    .index-page-slider .big-item {
        width: 100%
    }

    .index-page-slider .blocks {
        width: 100%;
        margin-top: 20px;
        display: none
    }

    .index-page-slider .big-item .text {
        left: 30px
    }

    .index-page-slider .big-item .image {
        right: 30px
    }

    .index-page-slider .item {
        width: 747px
    }

    .index-page-slider .slick-dots {
        width: 100%;
        text-align: center
    }



    .index-news-block .item {
        width: 48%
    }

    .index-faq-block .faq .item {
        padding: 20px
    }

    .footer .flex .contacts {
        order: 3;
        width: 100%;
        text-align: center
    }

    .footer .flex nav:nth-child(2) {
        order: 0
    }

    .footer .flex nav:nth-child(3) {
        order: 1
    }

    .footer .flex .contacts2 {
        order: 2;
        margin-bottom: 50px
    }

    .footer .contacts .phone {
        margin: 0 0 5px 0
    }

    .footer .contacts p {
        margin-bottom: 30px
    }

    .footer .contacts .social {
        margin-bottom: 30px
    }

    .footer .bottom .name {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .shops-page table tr td .adress {
        font-size: 16px;
        line-height: 20px
    }

    .shops-page table tr td a {
        padding: 16px 20px
    }

    .shops-page .filter select {
        width: 100%
    }

    .shops-page .filter input[type=text] {
        width: 100%
    }

    .contacts-page .info .item {
        padding: 0
    }

    .contacts-page form {
        padding: 30px
    }

    .finish-page .content div img {
        max-width: 400px
    }

    .finish-page .content div .thanks {
        margin-bottom: 20px
    }

    .finish-page .content div p {
        margin-top: 20px
    }

    .fav-page .flex2 .site-item {
        width: 48%;
        margin-right: 4%
    }

    .fav-page .flex2 .site-item:nth-child(3n) {
        margin-right: 4%
    }

    .fav-page .flex2 .site-item:nth-child(2n) {
        margin-right: 0
    }

    .catalog-page .filter {
        width: 25%
    }

    .catalog-page .list {
        width: 72%
    }

    .item-page .top-nav a {
        margin: 0 10px 10px 0
    }

    .item-page .photos {
        width: 48%
    }

    .item-page .info1 {
        width: 48%
    }

    .item-page .info2 {
        width: 100%
    }

    .item-page .main-info {
        padding: 20px 20px 1px 20px
    }

    .item-page .main-info-open img.rotated-arrow {
        position: relative;
        transition: .5s;
        transform: none
    }

    .item-page .main-info-open.active img.rotated-arrow {
        transform: rotate(180deg)
    }

    .item-page .main-info-open {
        cursor: pointer;
        text-align: center
    }

    .item-page table thead tr td {
        font-size: 16px
    }

    .item-page table tbody tr td button {
        width: 140px
    }

    .cart-page table tr td .name div img {
        margin-right: 0
    }

    .cart-page table tr td .number input[type=text] {
        width: 100px
    }

    .order-page .fields {
        width: 64%
    }

    .order-page .result {
        width: 33%
    }

    .order-page .agree-container {
        width: 100%
    }

    .order-page .fields .block .bottom-block button {
        width: 100%
    }

    .cart-page table tr td .name div .basket_item__name {
        font-size: 16px;
        line-height: 18px;
        padding-left: 18px
    }

    .cart-page table tr td .name .name-detail .expiration-date {
        font-size: 14px;
        padding-left: 18px
    }

    .cart-page table tr td:first-child {
        padding-right: 0
    }
}

@media (min-width:576px) and (max-width:1200px) {
    .header {
        padding: 20px 0 60px
    }

    .header .logo a {
        background-repeat: no-repeat;
        background-size: 150px 73px;
        display: inline-block;
        width: 150px;
        height: 73px
    }

    .header form {
        height: 34px;
        left: 0;
        top: 78px;
        position: absolute;
        display: block;
        width: 100%
    }

    .header form button {
        width: 26px;
        height: 26px;
        border-radius: 4px;
        background: #0ba536 url(/local/templates/farmacia/css/../img/arrow3.svg) no-repeat center
    }

    .header form input[type=text] {
        background: 0 0;
        padding: 0 38px 0 12px;
        font-size: 14px;
        font-weight: 500
    }

    div.title-search-result {
        border: 1px solid #dbdbdb;
        border-radius: 5px;
        padding: 33px 12px 0
    }
}

@media (max-width:767px) {
    .header .catalog-button {
        width: 135px
    }

    .wrap {
        line-height: 25px;
        width: 556px
    }

    .top-page-line .links ul li {
        margin-left: 10px
    }

    .index-faq-block .faq {
        width: 100%;
        padding-bottom: 20px
    }

    .index-faq-block .form {
        width: 100%
    }

    .footer nav {
        width: 100%;
        text-align: center
    }

    .footer .contacts2 {
        width: 100%;
        text-align: center
    }

    .footer .contacts2 form {
        margin: 0 auto 20px auto
    }

    .footer .contacts2 .checkbox+label {
        display: inline-block
    }

    h1 {
        margin-bottom: 50px
    }

    .shops-page form {
        margin-bottom: 30px
    }

    .contacts-page .info {
        width: 100%
    }

    .contacts-page .map2 {
        width: 100%;
        height: 300px
    }

    .contacts-page form .fields {
        width: 100%
    }

    .contacts-page form .text {
        width: 100%;
        padding-top: 30px
    }

    .finish-page .content div img {
        max-width: 200px
    }

    .catalog-page .filter {
        width: 100%;
        display: none;
        padding-top: 20px
    }

    .catalog-page .filter.opened {
        display: block
    }

    .catalog-page .list {
        width: 100%;
        padding-top: 30px
    }

    .catalog-page .filter-button {
        display: block
    }

    .item-page .photos {
        width: 100%
    }

    .item-page .info1 {
        width: 100%
    }

    .item-page table thead {
        display: none
    }

    .item-page table tbody tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 20px 10px 20px
    }

    .item-page .main-info#main-info table tbody tr {
        padding: 0;
        flex-wrap: nowrap
    }

    .item-page .main-info#main-info table {
        display: block;
        overflow-x: auto;
        width: 100%;
        max-width: 100%
    }

    .item-page table tbody tr td {
        display: block;
        padding: 0 0 10px 0;
        width: 48%
    }

    .item-page table tbody tr td .adress {
        font-weight: 400;
        font-size: 14px;
        line-height: 22px
    }

    .item-page table tbody tr td p {
        display: block;
        font-weight: 700;
        margin-bottom: 5px
    }

    .item-page table tbody tr td:last-child {
        width: 100%
    }

    .item-page table tbody tr td button {
        width: 100%
    }

    .cart-page table tr {
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 20px 20px 10px 20px;
        position: relative
    }

    .cart-page table tr:not(:last-child) {
        border-bottom: none
    }

    .cart-page table tr td {
        display: block;
        padding: 0 0 10px 0
    }

    .cart-page table tr td:first-child {
        width: 100%
    }

    .cart-page table tr td:last-child {
        position: absolute;
        right: 10px;
        top: 10px
    }

    .cart-page table tr td .price.res {
        padding-top: 10px
    }

    .order-page .fields {
        width: 100%;
        margin-bottom: 30px
    }

    .order-page .result {
        width: 100%
    }

    .index-page-slider .item {
        width: 576px
    }

    .index-news-block .block-name.news-may {
        font-size: 26px
    }

    .top-page-line {
        display: none
    }
}

@media (max-width:575px) {
    .wrap {
        width: auto;
        padding: 0 10px
    }

    .index-news-block .block-name.news-may {
        font-size: 30px
    }

    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(1 1 1 / .7);
        z-index: 13;
        display: none
    }

    .header .catalog-button {
        margin-top: 0;
        height: 42px;
        width: 150px
    }

    .header .links {
        display: none
    }

    .header .menu-button {
        display: block
    }

    .mobile-menu.opened {
        left: 0
    }

    .header-links .list .slick-next,
    .header-links .list .slick-prev {
        display: none !important
    }

    .header-links {
        padding: 10px 0 20px
    }

    .header-links .wrap {
        padding: 0 0 0 10px
    }

    .index-page-slider .big-item {
        width: 280px;
        margin: 0 3px;
        height: 391px
    }

    .index-page-slider .big-item .image {
        display: none
    }

    .index-page-slider .big-item .text {
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }

    .index-page-slider .big-item .text .name {
        width: auto;
        margin-bottom: 20px
    }

    .index-page-slider .big-item .text p {
        margin-bottom: 20px
    }

    .index-page-slider .blocks {
        width: 280px;
        margin: 0 3px
    }

    .index-page-slider .blocks .block {
        margin-bottom: 10px
    }

    .index-page-slider .blocks .block .image {
        display: none
    }

    .index-page-slider .blocks .block .text {
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px
    }

    .index-catalog-block .top-link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        margin-top: 30px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .header {
        padding: 10px 0
    }

    .index-advantages-block .item {
        width: 100%
    }

    .index-advantages-block {
        padding-bottom: 30px
    }

    .index-catalog-block .block-name {
        font-size: 30px;
        line-height: 36px
    }

    .index-catalog-block.bf {
        padding: 50px 0
    }

    .index-steps-block {
        padding: 50px 0 20px
    }

    .index-steps-block .item {
        width: 100%
    }

    .index-steps-block .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .index-news-block .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .index-news-block .item {
        width: 100%
    }

    .index-news-block .top-link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-bottom: 10px;
        display: block;
        text-align: center;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .index-faq-block .faq .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .index-faq-block .form .block-name {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px
    }

    .index-faq-block .form form .name span {
        font-size: 32px;
        line-height: 40px
    }

    .index-faq-block .form form p {
        margin-bottom: 20px
    }

    .index-faq-block .form form input[type=text] {
        margin-bottom: 30px
    }

    .index-faq-block .form form {
        height: auto;
        padding: 20px
    }

    .index-faq-block {
        padding-bottom: 50px
    }

    .footer {
        padding: 50px 0 30px
    }

    .footer .contacts2 .checkbox+label {
        font-size: 13px
    }

    .footer .bottom .copy {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .footer .bottom .dev {
        width: 100%;
        text-align: center
    }

    .bottom-att-block {
        font-size: 14px;
        line-height: 20px
    }

    .header .catalog {
        width: 320px;
        padding: 10px
    }

    .header .catalog ul li a {
        font-size: 13px;
        line-height: 17px;
        padding: 4px 10px
    }

    .header .catalog ul li ul {
        padding: 0
    }

    h1 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 36px
    }

    .shops-page h2 {
        font-size: 30px;
        line-height: 36px
    }

    .shops-page table tr td:nth-child(3) {
        padding-top: 10px
    }

    .shops-page table {
        margin-bottom: 30px
    }

    .shops-page {
        padding-bottom: 50px
    }

    .shops-page .bottom-link a {
        padding: 20px 60px
    }

    .shops-page .filter select {
        font-size: 18px
    }

    .shops-page .filter input[type=text] {
        font-size: 18px
    }

    .shops-page .filter {
        padding-bottom: 10px
    }

    .shops-page .map {
        height: 300px;
        margin-bottom: 30px
    }

    .contacts-page .map {
        height: 300px;
        margin-bottom: 30px
    }

    .contacts-page .map .but {
        font-size: 16px;
        width: 270px;
        height: 50px
    }

    .contacts-page h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 30px
    }

    .contacts-page .map2 {
        margin-bottom: 30px
    }

    .contacts-page form {
        padding: 20px
    }

    .contacts-page form .name {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px
    }

    .contacts-page form .text textarea {
        height: 120px
    }

    .contacts-page {
        padding-bottom: 50px
    }

    .finish-page {
        padding: 0 0 50px 0
    }

    .finish-page .content div {
        display: block
    }

    .finish-page .content .thanksimg {
        text-align: center
    }

    .finish-page .content div img {
        max-width: 70%;
        margin: 0 0 20px 0
    }

    .finish-page .content div .thanks {
        font-size: 24px;
        line-height: 30px
    }

    .finish-page .content div .number {
        font-size: 24px;
        line-height: 30px
    }

    .fav-page .flex2 .site-item {
        width: 100%;
        margin: 0 0 30px 0 !important
    }

    .fav-page {
        padding-bottom: 20px
    }

    .catalog-page .list .sort {
        margin-bottom: 30px
    }

    .catalog-page .list .sort a {
        margin-left: 8px
    }

    .catalog-page .list .sort a.active span {
        display: none
    }

    .catalog-page .list .sort a.active {
        padding: 0;
        background: 0 0
    }

    .catalog-page .list .site-item,
    .catalog-page .list.wishlist .site-item {
        width: calc(100% - 30px);
        margin-bottom: 30px
    }

    .catalog-page .list .pages a {
        font-size: 18px;
        margin: 0 7px
    }

    .catalog-page .list .pages {
        padding: 0 0 30px 0
    }

    .catalog-page {
        padding-bottom: 10px
    }

    .item-page .main-info {
        margin-bottom: 30px
    }

    .item-page h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 30px
    }

    .item-page .bottom-button a {
        padding: 20px 60px
    }

    .item-page {
        padding-bottom: 50px
    }

    .cart-page .top-block {
        padding: 20px
    }

    .cart-page .top-block .field {
        width: 100%;
        margin-bottom: 10px
    }

    .cart-page table tr td:nth-child(4) {
        display: none
    }

    .cart-page table tr td .number input[type=text] {
        width: 80px
    }

    .cart-page .bottom-block {
        padding: 0
    }

    .cart-page table {
        margin-bottom: 30px
    }

    .cart-page .bottom-block .result .total-box__sum {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 30px
    }

    .cart-page {
        padding-bottom: 50px
    }

    .order-page .fields .block {
        padding: 20px
    }

    .order-page .fields .block .name {
        margin-bottom: 25px
    }

    .order-page .fields .block .shops .bottom-button {
        padding-top: 20px
    }

    .order-page .fields .block .shops .bottom-button a {
        padding: 20px 40px
    }

    .order-page {
        padding-bottom: 50px
    }

    .index-page-slider .item {
        width: auto
    }

    .index-page-slider .big-item {
        width: auto;
        height: auto;
        margin: 0 10px
    }

    .index-page-slider .big-item .text {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        width: 285px;
        padding: 40px 20px
    }

    .header .catalog-button {
        display: none
    }

    .header .logo a {
        width: 65px;
        height: 32px;
        background: url(/local/templates/farmacia/css/../img/logo.png) center/cover
    }

    .header form {
        display: block;
        width: 206px;
        height: 34px;
        margin-top: 0;
        position: absolute;
        transition: .5s;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10
    }

    .title-search-result .list .item .name div a {
        font-size: 12px;
        line-height: 16px
    }

    .header form input[type=text] {
        background: 0 0;
        padding: 0 38px 0 12px;
        font-size: 14px;
        font-weight: 500
    }

    div.title-search-result {
        border: 1px solid #dbdbdb;
        border-radius: 5px;
        padding: 33px 12px 0
    }

    .title-search-result .list .item button {
        font-size: 12px;
        margin-left: 10px;
        width: auto;
        min-width: 102px
    }

    .title-search-result .list {
        padding: 0
    }

    .title-search-result .list .item {
        flex-wrap: nowrap !important
    }

    .header form button {
        width: 26px;
        height: 26px;
        border-radius: 4px;
        background: #0ba536 url(../img/arrow3.svg) no-repeat center
    }

    .bottom-att-block {
        padding: 15px 0 70px
    }

    .mobile-bottom-menu {
        display: block
    }

    .header form button:hover {
        background: #046201 url(../img/arrow3.svg) no-repeat center
    }
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    position: fixed;
    z-index: 888;
    top: 0;
    right: 0;
    height: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all .6s ease-out .1s;
    transition: all .6s ease-out .1s;
    opacity: 0;
    padding: 0
}

.box.box_scroll {
    overflow-y: scroll
}

.box.active {
    height: 100%;
    opacity: 1;
    padding: 50px 0
}

.box.active .box__hamburger {
    position: absolute;
    right: 10%;
    top: 2%;
    z-index: 1001;
    margin-left: 20px;
    cursor: pointer
}

.box.active .box__hamburger .hamburger__line {
    width: 22px;
    margin: 7px auto;
    height: 1px;
    background-color: #000;
    -webkit-transition: opacity .15s ease-in, background-color .2s ease, -webkit-transform .15s ease-in;
    transition: opacity .15s ease-in, background-color .2s ease, -webkit-transform .15s ease-in;
    transition: transform .15s ease-in, opacity .15s ease-in, background-color .2s ease;
    transition: transform .15s ease-in, opacity .15s ease-in, background-color .2s ease, -webkit-transform .15s ease-in
}

.box.active .box__hamburger .hamburger__line:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg)
}

.box.active .box__hamburger .hamburger__line:nth-child(2) {
    opacity: 0
}

.box.active .box__hamburger .hamburger__line:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg)
}

.box .box_content__name {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
    font-weight: 700
}

.box .label {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    opacity: .8;
    margin: 0 0 8px;
    text-align: left
}

.box input[type=text] {
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 48px;
    margin: 0 0 25px;
    padding: 0 20px
}

.box input[type=text]:focus {
    border: 1px solid #a4a5a6
}

.box textarea {
    width: 100%;
    height: 116px;
    padding: 20px;
    border: 1px solid #e1e4e8;
    border-radius: 3px;
    margin: 0 0 27px
}

.box textarea:focus {
    border: 1px solid #a4a5a6
}

.box .question-button {
    margin: 40px 0;
    border: none;
    color: #fff;
    background: #0ba536;
    width: 250px;
    height: 50px;
    font-size: 18px;
    border-radius: 7px
}

.box .question-button:hover {
    opacity: .8
}

.agreement__text,
.box form {
    max-width: 630px;
    display: inline-block;
    margin: 0 10px
}

.box .box_content {
    margin: auto;
    display: flex;
    width: 1410px;
    color: #737373;
    text-align: center;
    flex-direction: column;
    justify-content: center
}

input,
textarea {
    outline: 0
}

.loader {
    overflow: hidden;
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #0ba536;
    background: -moz-linear-gradient(left, #0ba536 10%, #fff0 42%);
    background: -webkit-linear-gradient(left, #0ba536 10%, #fff0 42%);
    background: -o-linear-gradient(left, #0ba536 10%, #fff0 42%);
    background: -ms-linear-gradient(left, #0ba536 10%, #fff0 42%);
    background: linear-gradient(to right, #0ba536 10%, #fff0 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.loader:before {
    width: 50%;
    height: 50%;
    background: #0ba536;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ""
}

.loader:after {
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.smart_filter__label {
    display: block;
    cursor: pointer;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #3c3c3c;
    background: url(img/checkbox5.svg) no-repeat 0 2px
}

.wrap h1 {
    font-weight: 700
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes shake {
    0% {
        transform: translate(3px, 3px) rotate(0)
    }

    10% {
        transform: translate(-3px, -4px) rotate(-1deg)
    }

    20% {
        transform: translate(-5px, 0) rotate(1deg)
    }

    30% {
        transform: translate(5px, 4px) rotate(0)
    }

    40% {
        transform: translate(3px, -3px) rotate(1deg)
    }

    50% {
        transform: translate(-3px, 4px) rotate(-1deg)
    }

    60% {
        transform: translate(-4px, 3px) rotate(0)
    }

    70% {
        transform: translate(4px, 3px) rotate(-1deg)
    }

    80% {
        transform: translate(-3px, -3px) rotate(1deg)
    }

    90% {
        transform: translate(3px, 4px) rotate(0)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

@keyframes BadgeWave {
    0% {
        box-shadow: 0 0 0 0 rgb(11 165 54 / .2)
    }

    100% {
        box-shadow: 0 0 0 20px #fff0
    }
}

.cover-right::before,
.cover::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 15px;
    background: #0ba536;
    border-radius: 6px
}

.cover::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 4px;
    background: #0ba536;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 6px
}

.cover,
.cover-right {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 6px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: -1
}

.header .catalog ul li:hover .cover,
.header .catalog ul li:hover .cover-right {
    opacity: 1
}

.catalog-block.index-advantages-block .item span {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 30px 0 0;
    hyphens: auto
}

.catalog-block.index-advantages-block .item:hover {
    padding: 35px 26px 25px;
    box-shadow: 0 60px 70px rgb(131 131 131 / .14)
}

.catalog-block.index-advantages-block .item img {
    max-height: 55px
}

.index-advantages-block__row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.catalog-block.index-advantages-block .item {
    padding: 35px 26px 25px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(20% - 30px);
    text-decoration: none
}

@media (max-width:991px) {
    .catalog-block.index-advantages-block .item {
        width: calc(50% - 30px);
        padding: 35px 5px 25px
    }

    .catalog-block.index-advantages-block .item span {
        font-size: 13px;
        line-height: 19px
    }
}

.slick-track {
    display: flex !important
}

.index-page-slider .slick-slide {
    flex: 0 0 auto
}

.index-page-slider .slick-list {
    overflow: hidden
}

.index-page-slider {
    max-height: 500px
}

.catalog-page .catalog-section {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-left: -30px
}

@media (max-width:1470px) {
    .catalog-page .catalog-section {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (max-width:575px) {
    .index-advantages-block .item {
        width: 100%
    }
}

.new-product .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.news .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.new-item .new-item-img {
    vertical-align: top;
    display: inline-block;
    width: 33.3333%;
    margin-bottom: 20px
}

.new-item .new-item-text {
    display: inline-block;
    width: calc(66.6666% - 35px);
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px
}

.new-item .new-item-text p {
    color: #2d304f;
    margin: 0 0 20px;
    text-align: justify
}

.new-item .new-item-text h4 {
    margin: 0 0 20px;
    text-align: justify
}

.new-item .new-item-text ul {
    margin: 0 0 20px;
    list-style-type: disc;
    padding-left: 20px;
    color: #2d304f
}

.new-item .new-item-text ol {
    margin: 0 0 20px;
    list-style-type: auto;
    padding-left: 20px
}

.new-item .new-item-text .new-item-title {
    font-weight: 500;
    font-size: 27px;
    color: #000;
    margin-bottom: 20px
}

.new-item-text img {
    max-height: 600px;
    margin-bottom: 50px
}

.new-item-text .news-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.new-item .col {
    padding: 15px;
    width: 20%;
    max-width: 100%
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1001;
    opacity: .5
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #0ba536;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

.loaded_hiding .preloader {
    transition: .3s opacity;
    opacity: 0
}

.loaded .preloader {
    display: none
}

@media (max-width:1070px) {
    .new-item .col {
        width: 25%
    }

    .catalog-items .news-menu {
        display: flex
    }
}

@media (max-width:860px) {
    .new-item .col {
        width: 33.3333%
    }
}

@media (max-width:620px) {
    .new-item .col {
        width: 50%
    }
}

@media (max-width:780px) {
    .new-item .new-item-img {
        display: block;
        width: 100%
    }

    .new-item .new-item-text {
        display: block;
        width: 100%;
        padding-left: 0
    }
}

@media (max-width:450px) {
    .new-item .col {
        width: 100%
    }
}

.row.fluid {
    margin-right: -16px;
    margin-left: -16px
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-block .col {
    width: 100%;
    padding: 0 13px;
    max-width: 33.33%;
    box-sizing: border-box
}

@media (max-width:575px) {
    .news-block .col {
        width: 100%;
        padding: 0 13px;
        max-width: 50%;
        box-sizing: border-box
    }
}

.news-block__item {
    display: flex;
    font-size: 20px;
    color: #000;
    text-decoration: none;
    padding-bottom: 50px;
    flex-direction: column;
    height: 100%
}

.news-block__item .news-block__image {
    height: 270.25px;
    border-radius: 7px;
    background-position: center center;
    background-size: cover;
    margin-bottom: 29px;
    display: block
}

.news-block__item .news-block__title {
    font-family: Montserrat;
    font-weight: 500;
    line-height: 27px;
    padding-bottom: 13px;
    display: block;
    color: #000
}

.news-block__item .news-block__date {
    font-size: 16px;
    color: #6a6a6a
}

.news-block .item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.index-news-block__pagination .pages {
    padding: 30px 0 10px;
    text-align: center
}

.index-news-block__pagination .pages a {
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #0ba536;
    font-weight: 700;
    font-size: 22px;
    padding: 8px 18px
}

.index-news-block__pagination .pages a:hover {
    color: #e53838
}

.index-news-block__pagination .pages a.active {
    background: #fff;
    box-shadow: 0 1px 4px rgb(10 27 14 / .11);
    border-radius: 22px
}

.index-news-block__pagination .pages a .fa {
    color: #000;
    font-size: 25px;
    vertical-align: middle;
    margin-top: -4px
}

@media (max-width:767px) {
    .index-news-block__pagination .pages a {
        font-size: 18px;
        padding: 7px 14px
    }
}

.cart-page .bottom-block .result button a.basket-total-order__create {
    height: inherit;
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: center
}

a.basket-total-order__create {
    color: #fff;
    text-decoration: none
}

.store-more {
    display: none
}

.smartfilter {
    transition: .5s
}

.preloader-filter {
    opacity: .5;
    pointer-events: none
}

.cart_converted {
    background-color: #fff !important;
    border: 2px solid #0ba536;
    color: #0ba536 !important
}

.search_page__input {
    width: 100%;
    max-width: 723px;
    height: 61px;
    border: 3px solid #ededed;
    border-radius: 12px;
    padding: 0 62px 0 53px;
    font-weight: 700;
    font-size: 16px;
    background: url(/local/templates/farmacia/css/../img/search.svg) no-repeat 22px 50%;
    position: relative;
    z-index: 4
}

.search_page__submit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
    border-radius: 11px;
    width: 46px;
    height: 46px;
    background: #0ba536 url(/local/templates/farmacia/css/../img/arrow.svg) no-repeat center;
    z-index: 5
}

.search_page_input__wrapper {
    margin-bottom: 70px
}

.links {
    cursor: default
}

.page-text-content {
    padding-bottom: 80px;
    font-size: 17px
}

.page-text-content p:not(:last-child) {
    margin-bottom: 20px
}

.page-text-content ol {
    list-style: none;
    counter-reset: li
}

.page-text-content ol li {
    line-height: 1.4;
    margin-bottom: 15px
}

.page-text-content ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
    font-weight: 700
}

.page-text-content .important-text {
    padding: 20px;
    background: #f5f7d96e;
    border-radius: 4px;
    color: #382c0c;
    text-align: left;
    margin-top: 20px
}

.page-text-content .important-text.center {
    text-align: center
}

.page-text-content h2 {
    font-size: 42px;
    margin: 50px 0 40px
}

.page-text-content h3 {
    font-size: 30px;
    margin: 50px 0 40px
}

.page-text-content ul {
    list-style-position: inside;
    margin-left: 0;
    color: #000;
    margin-bottom: 20px;
    list-style-type: disc
}

.search_page_input__wrapper form {
    position: relative;
    width: 100%;
    max-width: 723px;
    margin: auto
}

.error-404-page ul {
    margin-bottom: 25px;
    list-style-type: disc;
    padding-left: 23px;
    color: #6e7174;
    line-height: 28px
}

.error-404-page h3 {
    text-transform: uppercase;
    font-weight: 450;
    margin-bottom: 20px
}

.error-404-page a {
    line-height: 30px;
    color: #393939;
    text-decoration: underline
}

.error-404-page {
    margin-bottom: 120px;
    font-size: 18px
}

.error-404-page li::marker {
    color: #0ba536
}

.order-page .bx-soa-pp .bx-soa-pp-company {
    z-index: 1
}

.warehouse-table__work-time {
    display: flex
}

.warehouse-table__work-time .work-time__col-days p,
.warehouse-table__work-time .work-time__col-today p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #1c1c1c;
    margin-bottom: 0
}

.work-time__col-today {
    margin-right: 36px
}

.work-time__col-today p:nth-child(2) {
    font-family: Montserrat;
    font-weight: 600;
    line-height: 23px
}

.work-time__col-days__windows {
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 80px
}

.warehouse-table__work-time .work-time__col-days p {
    margin-bottom: 7px
}

.work-time__col-days__windows span {
    width: 9px;
    height: 9px;
    background: #0ba536;
    border-radius: 2px
}

.work-time__col-days__windows span.active {
    width: 7px;
    height: 7px;
    background: #fff;
    border: 1px solid #0ba536
}

.work-time__col-days__windows span.weekend {
    background: #d9d9d9
}

.mb-30 {
    margin-bottom: 30px
}

.mt-20 {
    margin-top: 20px
}

.item-page #main-info.main-info>:is(h1, h2, h3, h4, h5, h6) {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 15px;
    line-height: 22px
}

.item-page #main-info.main-info :is(p, strong, a, span, u, i, em) {
    font-family: Montserrat !important
}

.item-page #main-info.main-info ul {
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 20px;
    padding-left: 20px
}

.item-page #main-info.main-info ol {
    font-size: 16px;
    list-style-type: decimal;
    margin-bottom: 20px;
    padding-left: 18px
}

.history-table {
    width: 100%;
    margin-bottom: 30px;
    color: #3e3d3d;
    font-size: 13px
}

.history-table th {
    background: #47bd4d;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 10px 10px 19px
}

.history-table td {
    padding: 20px 15px
}

.zakupki-table td {
    font-size: 17px !important
}

.zakupki-table tr:nth-child(2n+1) {
    background: #e5f0e8
}

.zakupki-table tr:nth-child(2n) {
    background: #f5f5f5
}

.zakupki-table td {
    padding: 20px 15px
}

.about-text {
    cursor: pointer;
    padding: 7px 40px 7px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: url(/local/templates/farmacia/css/../img/rightarrow.svg) no-repeat right;
    background-size: 36px
}

.about-href {
    text-decoration: none
}

.rukov-text {
    cursor: pointer;
    padding: 7px 0 7px 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    background: url(/local/templates/farmacia/css/../img/rightarrow.svg) no-repeat right
}

.rukov-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 0 rgb(0 0 0 / .04);
    border-radius: 4px;
    padding: 22px 20px 22px 34px
}

.rukov-faq {
    width: 20% !important
}

.about-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse
}

.about-left {
    width: 80%
}

.about-right {
    padding-bottom: 0;
    width: 250px
}

.about-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    box-shadow: 2px 2px 0 rgb(0 0 0 / .04);
    border-radius: 4px;
    padding: 22px 20px 22px 34px
}

.order-page__custom-notification {
    padding: 22px 24px;
    background: #fafbd4;
    margin-top: 20px;
    border-radius: 4px
}

@media (max-width:1470px) {
    .ocenka-mobile {
        width: 85%
    }

    .about-left {
        width: 70%
    }
}

@media (max-width:1000px) {
    .ocenka-mobile {
        width: 80%
    }

    .rukov-faq {
        width: 30% !important
    }

    .about-left {
        width: 100%
    }

    .about-right {
        width: 100%;
        padding-bottom: 20px
    }
}

@media (max-width:770px) {
    .ocenka-mobile {
        width: 75%
    }

    .rukov-faq {
        width: 40% !important
    }

    .page-text-content.about-page h2{
        font-size: 25px;
    }
}

@media (max-width:500px) {
    .ocenka-mobile {
        width: 60%
    }

    .about-text {
        font-size: 14px
    }

    .rukov-faq {
        width: 70% !important
    }
}

.m-0 {
    margin: 0 !important
}

.custom-popup__wrap {
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100vh - 120px);
    width: calc(100% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    margin: 60px 5px
}

.custom-popup {
    position: relative;
    max-width: 478px;
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 36px;
    z-index: 101
}

.custom-popup .custom-popup__close {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.custom-popup .custom-popup__close svg {
    fill: #3d4c60
}

.custom-popup__shadow {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgb(0 0 0 / .5);
    z-index: 100
}

@media (max-width:767px) {
    .custom-popup {
        padding: 22px
    }
}

.top-warning-text {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0ba536;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    text-align: center
}

.alert {
    border: 0;
    border-radius: 1px;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede
}

.alert-danger a {
    color: #a94442;
    font-weight: 700;
    text-decoration: none
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

.bx-authform:is(.main-auth-form, .main-register, .main-auth-forgotpasswd, .main-auth-changepasswd) {
    max-width: 410px;
    padding: 30px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin: 0 auto
}

.bx-authform+.form-additional-message a,
.bx-authform.main-auth-form noindex .bx-authform-link-container a {
    font-size: 15px;
    color: #0ba536;
    text-decoration: none
}

.bx-authform+.form-additional-message {
    max-width: 410px;
    padding: 15px 30px;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    background: #fff;
    margin: 0 auto;
    font-size: 15px;
    text-align: center;
    margin-top: 20px
}

:is(.main-auth-form, .main-register, .main-auth-forgotpasswd, .main-auth-changepasswd) .bx-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 35px
}

:is(.main-auth-form, .main-register, .main-auth-forgotpasswd, .main-auth-changepasswd) .bx-authform-label-container {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .25px;
    color: #828282;
    display: block
}

:is(.main-auth-form, .main-register, .main-auth-forgotpasswd, .main-auth-changepasswd) .bx-authform-formgroup-container {
    margin-bottom: 20px
}

:is(.main-auth-form, .main-register, .main-auth-forgotpasswd, .main-auth-changepasswd) .bx-authform-formgroup-container:last-child {
    margin-top: 40px
}

:is(.main-auth-form, .main-register, .main-auth-forgotpasswd, .main-auth-changepasswd) :is(.login-btn, .register-btn, .forgotpasswd-btn, .changepasswd-btn) {
    background: #0ba536;
    color: #fff;
    border-radius: 5px;
    height: 48px;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    width: 100%
}

:is(.main-auth-form, .main-register, .main-auth-forgotpasswd, .main-auth-changepasswd) :is(input[type=text], input[type=password], input[type=email]) {
    width: 100%;
    height: 44px;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 15px;
    letter-spacing: .15px;
    background: rgb(242 242 242 / .4)
}

.bx-authform .required {
    color: red
}

.bx-authform-formgroup-container.dbg_captha {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bx-authform-formgroup-container.dbg_captha .bx-authform-label-container {
    width: 100%
}

.bx-authform-formgroup-container.dbg_captha :is(.bx-captcha, .bx-authform-input-container) {
    width: 48%
}

.bx-authform-formgroup-container-notifications {
    margin-top: 35px
}

.bx-authform-formgroup-container-notifications .notification_item input[type=checkbox] {
    display: none
}

.bx-authform-formgroup-container-notifications .notification_item {
    position: relative
}

.bx-authform-formgroup-container-notifications .notification_item input[type=checkbox][required] {
    display: block;
    position: absolute;
    width: 20px;
    height: 21px;
    left: 2px;
    opacity: 0
}

.bx-authform-formgroup-container-notifications .notification_item input[type=checkbox]+label {
    display: block;
    cursor: pointer;
    padding: 0 0 0 31px;
    font-size: 14px;
    line-height: 16px;
    color: #828282;
    background: url(/local/templates/farmacia/css/../img/radio.svg) no-repeat 0 0
}

.bx-authform-formgroup-container-notifications .notification_item input[type=checkbox]:checked+label {
    background: url(/local/templates/farmacia/css/../img/radio2.svg) no-repeat 0 0
}

.bx-authform-formgroup-container-notifications .notification_item:not(:last-child) input[type=checkbox]+label {
    margin-bottom: 20px
}

.bx-authform-formgroup-container-notifications .notification_item input[type=checkbox]+label a {
    color: #0ba536;
    text-decoration: none
}

span.input-hint {
    display: inline-block;
    padding-left: 20px;
    background: url(/local/templates/farmacia/img/hint.svg) left/14px no-repeat;
    font-size: .8em;
    margin-top: 6px;
    opacity: .7
}

.order-list-container table .order-list-cell-value-status span {
    padding: 3px 10px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .25px;
    background: #f3f4f5;
    color: #535c69
}

.order-list-container table .order-list-cell-value-status .C {
    background: #f2dede;
    color: #c6171e
}

.order-list-container table .order-list-cell-value-status .DD {
    background: #f2dede;
    color: #c6171e
}

.order-list-container table .order-list-cell-value-status .HH {
    background: #ddffdc;
    color: #476946
}

.order-list-container table .order-list-cell-value-status .N {
    background-color: #fcf8e3;
    color: #8a6d3b
}

.order-list-container table .order-list-cell-value-status .OB {
    background-color: #fcf8e3;
    color: #8a6d3b
}

.order-list-container table .order-list-cell-value-status .P {
    background: #ddffdc;
    color: #476946
}

.order-list-container table .order-list-cell-value-status .F {
    background: #ddffdc;
    color: #476946
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    overflow: auto;
    max-height: 500px
}

.item-page #availability_stores_wrapper h2 .online {
    color: #0ba536
}

.item-page #availability_stores_wrapper h2 .offline {
    color: #bebebe
}

.item-page #availability_stores_wrapper h2.offline_title {
    margin-top: 70px;
    margin-bottom: 12px
}

#availability_stores_wrapper .offline_desc {
    display: inline-block;
    border-radius: 8px;
    background: #f3f4ab;
    color: #565729;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
    padding: 7px 17px;
    margin-bottom: 60px
}

@media (max-width:575px) {
    #availability_stores_wrapper .offline_desc {
        margin-bottom: 30px
    }
}

.from-warehouse {
    color: #fff;
    background: red;
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    padding: 10px 10px;
    border-radius: 8px
}

.from-warehouse b.color3 {
    color: #fff;
    background: red;
    font-size: 14px;
    padding: 10px 10px
}

.total-box {
    display: flex;
    flex-wrap: wrap
}

.cart-page .bottom-block .result .total-box .total-box__warning p {
    padding: 22px 24px;
    background: #fafbd4;
    border-radius: 4px;
    font-size: 16px;
    text-align: left
}

.total-box__warning {
    flex: 1
}

@media (max-width:767px) {
    .total-box {
        flex-direction: column
    }

    .cart-page .bottom-block .result .basket-total__btn:not(:last-child) {
        margin-right: 0
    }
}

.warehouse-about {
    position: relative;
    width: 100%;
    max-width: 410px;
    height: auto;
    border-radius: 10px;
    border: 1px solid #e1e4e8;
    background: #fff;
    box-shadow: 0 7px 41px 0 rgb(0 0 0 / .09);
    padding: 40px 30px 25px;
    z-index: 111
}

.warehouse-about__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer
}

.warehouse-about__title {
    color: #1c1c1c;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.warehouse-about__phone {
    color: #1c1c1c;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px
}

.warehouse-about__phone span {
    font-weight: 700
}

.warehouse-about__phone a {
    text-decoration: none
}

.warehouse-about__work-time .warehouse-about__work-time-title {
    color: #1c1c1c;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 8px
}

.warehouse-about__work-time-schedule {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin-bottom: 8px
}

.warehouse-about__work-time-schedule span {
    width: 29px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #0ba536;
    color: #fff;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 10px;
    cursor: pointer
}

.warehouse-about__work-time-schedule span.weekend {
    background: #b6b6b6
}

.warehouse-about__work-time-schedule span.active {
    background: #2a4f2e
}

.warehouse-about__work-time-now {
    color: #939393;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.warehouse-about__divider {
    margin: 20px 0
}

.warehouse-about__address {
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px
}

.warehouse-about__map {
    height: 300px;
    background: #e8e8e8;
    border-radius: 6px;
    overflow: hidden
}

#warehouse-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110
}

#availability_stores_wrapper .adress>div:nth-child(2),
.order-page .adress {
    text-decoration: underline;
    text-decoration-color: #cacaca;
    text-decoration-style: dotted;
    text-underline-offset: 5px;
    cursor: pointer
}

#warehouse-modal-shadow {
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 109;
    background: #000;
    opacity: .2
}

@media (max-width:575px) {
    .warehouse-about {
        max-width: calc(410px - 62px)
    }

    .warehouse-about__title {
        padding-right: 25px
    }
}

.index-page-slider .slick-track {
    margin-top: 60px
}

.snezhki-big {
    position: absolute;
    top: -75px
}

.snezhki-mini {
    position: absolute;
    top: -75px
}

.header .catalog-button {
    position: relative
}

.catalog-button .farmacia-hat {
    left: -25px;
    top: -15px;
    position: absolute;
    width: 51px
}

@media (max-width:1470px) {
    .snezhki-big {
        top: -54px
    }
}

@media (max-width:1200px) {
    .snezhki-big {
        top: -40px
    }
}

@media (max-width:991px) {
    .snezhki-big {
        top: -60px
    }
}

@media (max-width:768px) {
    .snezhki-big {
        top: -45px
    }

    .index-news-banner .big-banner {
        display: none
    }

    .index-news-banner .mini-banner {
        display: block
    }
}

@media (max-width:575px) {
    .snezhki-big {
        top: -20px
    }

    .index-page-slider .slick-track {
        margin-top: 30px
    }
}

.shops-page.item-filter {
    padding: 0
}

.shops-page.item-filter .filter select {
    width: 35%
}

.shops-page.item-filter .filter input[type=text] {
    width: 45%
}

.shops-page.item-filter .filter button {
    font-weight: 700;
    font-size: 14px;
    padding: 0 20px;
    color: #fff;
    border-radius: 8px;
    background-color: #000;
    margin-bottom: 20px;
    width: 16%;
    height: 58px
}

.item-page table thead tr td.mini-table {
    font-size: 15px
}

@media (max-width:991px) {
    .shops-page.item-filter .filter input[type=text] {
        width: 100%
    }

    .shops-page.item-filter .filter select {
        width: 100%
    }

    .shops-page.item-filter .filter button {
        width: 100%
    }
}

@media (max-width:575px) {
    .shops-page.item-filter .filter button {
        font-size: 18px
    }
}

.save-wishlist {
    margin: 94px auto 70px auto;
    padding-top: 120px;
    background: url(/local/templates/farmacia/css/../img/heart.svg) no-repeat 50% 0;
    text-align: center;
    max-width: 525px;
    line-height: 22px;
    font-size: 16px
}

.badge-wave {
    animation: BadgeWave 1s
}

.fav-count:empty {
    display: none
}

.news-product-list .site-item {
    display: flex;
    flex-direction: column;
    height: auto
}

.product-list-title {
    font-weight: 700;
    font-size: 20px;
    padding: 20px 10px
}

.swiper-product-next.swiper-button-next,
.swiper-product-prev.swiper-button-prev {
    color: #0ba536
}

.swiper-product-prev.swiper-button-prev {
    left: -40px
}

.swiper-product-next.swiper-button-next {
    right: -40px
}

.product-swiper {
    padding: 20px 0 !important
}

.product-slider-container {
    position: relative
}

@media (max-width:780px) {
    .product-slider-container {
        display: flex;
        align-items: center;
        gap: 10px
    }

    .product-swiper {
        flex-grow: 1;
        padding: 20px 0 !important;
        position: relative;
        overflow: hidden
    }

    .swiper-button-next,
    .swiper-button-prev {
        position: static !important;
        width: auto;
        height: auto;
        margin: 0;
        cursor: pointer
    }

    .swiper-product-next.swiper-button-next,
    .swiper-product-prev.swiper-button-prev {
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.warehouse_collapse_container img[src="/local/templates/farmacia/components/bitrix/sale.basket.basket/farmacia/images/no_photo.png"] {
    max-width: 100px;
    background: #fff
}

.warehouse_collapse_container img {
    border-radius: 8px
}