* {
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "a24gliph";
    src: url("../fonts/a24gliph.eot");
    src: url("../fonts/a24gliph.eot?#iefix") format("embedded-opentype"),
        url("../fonts/a24gliph.otf") format("opentype"), url("../fonts/a24gliph.svg") format("svg"),
        url("../fonts/a24gliph.ttf") format("truetype"), url("../fonts/a24gliph.woff") format("woff"),
        url("../fonts/a24gliph.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 14px;
}

textarea {
    width: 100%;
    height: 182px;
}
body {
    -webkit-font-smoothing: antialiased;
    padding: 0;
    margin: 0;
    background-color: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 170%;
    color: #000;
    font-size: 1rem;
}

.h1,
.h2,
.h4,
.h5,
h1,
h2,
h4,
h5 {
    font-family: Roboto, sans-serif;
    color: #000;
}

.h6,
h6 {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #000;
}

.h3,
h3 {
    font-family: Roboto, sans-serif;
    color: #000;
}

.h1,
h1 {
    font-size: 2rem;
    padding: 0;
    height: auto;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px;
}

.h2,
h2 {
    font-size: 1.7rem;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h4,
h4 {
    font-size: 1.28rem;
}

.h5,
h5 {
    font-size: 1.14rem;
}

.h6,
h6 {
    font-size: 1rem;
}

.title-r {
    font-family: Roboto, sans-serif;
    font-weight: 500 !important;
}

p {
    text-align: justify;
}

a {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color:#FF3366;
    text-decoration: none;
}

a.blue,
a.blue:visited {
    font-size: 1.05rem;
    text-decoration: none !important;
    color: #3570a7;
    border-bottom: 1px dotted #3570a7;
}
a.blue:active,
a.blue:hover,
a.blue:focus {
    border-bottom: 1px dotted #08b685;
    color: #08b685;
}

#page-preloader {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100500;
    min-height: 410px;
}
#page-preloader .spinner {
    display: block;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/bitrix/templates/apteka24/images/loader.svg") center center no-repeat;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.tap1 {
    display: none;
    z-index: 10000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #fff none repeat scroll 0% 0%;
}

.tap2 {
    display: none;
    z-index: 10001;
    overflow: auto;
    opacity: 0.5;
    width: 50%;
    height: 60%;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    position: fixed;
    border-radius: 5px;
}
#map_our {
    width: 100%;
    height: 500px;
    z-index: 1;
}
.js-maps {
    z-index: 1;
}

.order-title {
    margin: 20px 0;
    text-align: center;
    font-size: 24px;
}

.order-header .logo {
    max-width: 100%;
    max-height: 27px;
}

.order-header .phonehoverbox a {
    display: flex;
    align-items: center;
}

.order-header .phonehoverbox a img {
    width: 24px;
    height: 24px;
}

.order-header .phonehoverbox span {
    font-size: 2rem;
}
.order-header .flxline {
    min-height: auto;
    display: flex;
    align-items: center;
    height: 86px;
}

.order-header.mobile {
    z-index: 10;
    position: relative;
    box-shadow: 0 4px 20px #eaedf2;
    padding: 0;
}

.order-header.mobile > .headbox {
    top: 0;
    position: relative;
    float: none;
    height: 86px;
    box-shadow: none;
}

.order-header.mobile > .headbox .flxline {
    min-height: 86px;
    background-color: #fff;
    padding-left: 0;
}

.info {
    position: relative;
    margin: 25px auto;
    background: #f3f3f3;
    padding: 20px;
    clear: both;
    font-family: Roboto, sans-serif;
}

.info span.ten-cent {
    position: absolute;
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.54);
    top: calc(100% + 4px);
}

.step {
    margin: 25px auto;
    background: #fff;
    padding: 20px;
    clear: both;
    border: 1px solid #eee;
}
.redalert {
    margin: 25px auto;
    background: #f88454;
    padding: 20px;
    clear: both;
}

.popup {
    cursor: help;
}
.white-bg {
    background-color: #ffffff;
}
.text-green {
    color: #08b685 !important;
}
.text-alert {
    font-weight: bold;
    color: #f88454;
}
.graytext {
    color: #666;
    line-height: 1.5;
    font-size: 0.9rem;
}
.dev {
    margin-top: 20px;
}
.dev a {
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.dev a:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.shdw {
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 70px;
}

.inforedbox {
    background: #f88454;
    display: inline-block;
    padding: 15px;
    color: #fff;
    font-size: 1.1429rem;
    text-transform: uppercase;
    line-height: 1rem;
}

.infogreenbox {
    background: #08b685;
    display: inline-block;
    padding: 15px;
    color: #fff;
    font-size: 1.1429rem;
    text-transform: uppercase;
    line-height: 1rem;
}

ol.list {
    margin: 0 0 20px 0;
    padding: 0;
    overflow: hidden;
    list-style: disc;
    counter-reset: item;
    font-size: 15px;
    line-height: 24px;
}
ol.list li {
    padding: 0 0 5px 16px;
    position: relative;
    margin: 0 0 5px;
    line-height: 18px;
}
ol.list .info {
    font-size: 13px;
    line-height: 15px;
    color: #666;
    display: block;
}
ol.list > li::before {
    content: counters(item, ".") ".";
    counter-increment: item;
    float: left;
    padding: 0 0 8px 0;
    color: #666;
    text-align: right;
    margin: 0 0 0 -16px;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
ol.list .attention {
    text-transform: uppercase;
    color: #e7831c;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd !important;
}
.checklist > thead > tr > th,
.checklist > tbody > tr > th,
.checklist > tfoot > tr > th,
.checklist > thead > tr > td,
.checklist > tbody > tr > td,
.checklist > tfoot > tr > td,
.checklistsum > thead > tr > th,
.checklistsum > tbody > tr > th,
.checklistsum > tfoot > tr > th,
.checklistsum > thead > tr > td,
.checklistsum > tbody > tr > td,
.checklistsum > tfoot > tr > td {
    border-bottom: none !important;
}

.wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}
.inline {
    padding: 10px 0;
}
.lineflex {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.lineflex h1,
.lineflex h2,
.lineflex h3,
.lineflex h4 {
    margin-top: 0;
    padding: 0;
}
.whitesector {
    background: #fff;
    margin: 30px 0 0;
}
.column {
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}
.flexline {
    display: flex;
    align-items: center;
}

.pad0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mt0 {
    margin-top: 0 !important;
}
.pt0 {
    padding-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.pb0 {
    padding-bottom: 0 !important;
}
.mr0 {
    margin: 0 !important;
}
.mr10 {
    margin: 10px 0;
}
.mr15 {
    margin: 15px 0;
}
.mr20 {
    margin: 20px 0;
}
.w100 {
    width: 100%;
}
.w50 {
    width: 50%;
}
.mt20 {
    margin-top: 20px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.pt20 {
    padding-top: 20px !important;
}
.pb20 {
    padding-bottom: 20px !important;
}
.mt35 {
    margin-top: 35px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mt100 {
    margin-top: 100px !important;
}
.mb100 {
    margin-bottom: 100px !important;
}
.pt40 {
    padding-top: 40px !important;
}
.pb40 {
    padding-bottom: 40px !important;
}

.bot-shadow {
    margin-bottom: 15px;
    box-shadow: 0 12px 12px rgba(0, 0, 0, 0.05);
    padding-bottom: 15px;
}

.graybgmodal {
    background-color: #f8f8f8;
    padding: 30px 20px;
    border-right: 1px solid #ddd;
    width: 100%;
    float: left;
}

.footer-separate {
    margin: 24px auto;
}

.btn-primary {
    color: #ffffff;
    background-color: #08b685;
    border-color: #08b685;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:visited {
    background-color: #009665 !important;
}

.btn-plus {
    color: #000;
    background-color: #ecf0f1;
    border-color: #ecf0f1;
}
.btn-plus:hover,
.btn-plus:focus,
.btn-plus.focus,
.btn-plus:active,
.btn-plus.active,
.btn-plus:visited {
    background-color: #c0c4c5 !important;
    border-color: #c0c4c5;
}

.btn-danger {
    background-color:#FF3366 !important;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:visited {
    background-color: #f65a76 !important;
}

.btn-default {
    background-color: #fff !important;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #3570a7 !important;
    text-decoration: underline;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
    background-color: #fff !important;
    text-decoration: none;
    color: #3570a7 !important;
}
.btn-default:active,
.btn-default.active,
.btn-default:visited {
    background-color: #eee !important;
    text-decoration: underline;
    color: #3570a7 !important;
}

.breadcrumb {
    display: flex;
    padding: 0 0 8px;
    margin: 24px 0 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    overflow: auto;
}

.breadcrumb::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.breadcrumb::-webkit-scrollbar-thumb {
    background: rgba(57, 69, 86, 0.6);
    border-radius: 2px;
}

.breadcrumb-item a {
    display: inline-block;
    text-decoration: none;
    color: #2270EE;
    font-size: 13px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
}
.breadcrumb-item a:hover {
    text-decoration: none;
    color:#FF3366;
}
.breadcrumb-item span {
    font-size: 13px;
    line-height: 20px;
    font-family: Roboto, sans-serif;
}
.breadcrumb-item {
    width: 100%;
}

.breadcrumb > li {
    display: none;
    flex-shrink: 0;
}

.breadcrumb > li:nth-last-child(2) {
    display: flex;
}

.breadcrumb > li + li::before {
    display: none;
    content: "\f105";
    padding: 0 5px;
    color: #909aaa;
    font-family: "FontAwesome";
    line-height: 20px;
}

.topmenu {
    background-color: #394556;
    box-shadow: 0 4px 20px #eaedf2;
    color: #fff;
    min-height: 40px;
}

.topmenu div {
    min-height: 57px;
}

.justify-content-center {
    justify-content: center;
}

.align-items-start {
    align-items: flex-start;
}

.flex-column {
    flex-direction: column;
}

.top-nav {
    display: block;
    padding: 0;
    margin: 0;
}

@media(min-width: 768px) {
    .top-nav {
        display: flex;
        align-items: center;
    }
}

.topmenu ul li {
    float: left;
    list-style: none;
    font-size: 1rem;
    line-height: 1;
    padding: 12px 6px;
    display: flex;
    align-items: center;
}

.topmenu ul li:first-child {
    padding-left: 0;
}

.topmenu ul li:last-child {
    padding-right: 0;
}

.topmenu ul li a {
    color: rgba(255, 255, 255, 0.95);
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    opacity: 0.9;
}

.topmenu ul li p {
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    opacity: 1;
    margin: 0;
}

.topmenu ul li a:hover,
.topmenu ul li a:focus {
    text-decoration: none;
    opacity: 1;
}

li.exiticontop,
li.usericontop,
li.entericontop,
li.regicontop {
    display: flex;
    align-items: center;
    height: 36px;
    padding: 6px 0 !important;
    box-sizing: border-box;
    opacity: 0.9;
}

li.exiticontop:hover,
li.usericontop:hover,
li.entericontop:hover,
li.regicontop:hover {
    opacity: 1;
}

li.exiticontop a > span:before,
li.usericontop a > span:before,
li.entericontop a > span:before,
li.regicontop a > span:before {
    margin-right: 8px;
}

.usericontop a > span:before {
    height: 24px;
    width: 24px;
    background-image: url("/bitrix/templates/apteka24/images/adduser.svg");
    display: block;
    background-size: cover;
    float: left;
    content: "";
    margin-top: 0px;
}

.exiticontop a > span::before {
    height: 24px;
    width: 24px;
    background-image: url("/bitrix/templates/apteka24/images/exit.svg");
    float: left;
    display: block;
    background-size: cover;
    content: "";
    margin-top: 0px;
}

.entericontop a > span::before {
    height: 24px;
    width: 24px;
    background-image: url("/bitrix/templates/apteka24/images/enter.svg");
    float: left;
    display: block;
    background-size: cover;
    content: "";
    margin-top: 0px;
}

.regicontop a > span::before {
    height: 24px;
    width: 24px;
    margin-top: 0px;
    background-image: url("/bitrix/templates/apteka24/images/adduser.svg");
    float: left;
    display: block;
    background-size: cover;
    content: "";
}

.entericontop a span,
.regicontop a span {
    display: flex;
    align-items: center;
}

/*.entericontop a > span,
.regicontop a > span,*/
.usericontop a > span,
.exiticontop a > span {
    display: flex;
    align-items: center;
    line-height: 24px;
    padding-left: 5px;
    text-transform: initial;
    font-size: 0;
    color: rgba(255, 255, 255, 0.95);
}

.cityicontop {
    padding: 6px 0 !important;
}
.cityicontop a {
    text-transform: inherit !important;
    position: relative;
    display: block;
}

.cityicontop a > i {
    font-size: 23px;
    position: absolute;
    margin-top: -4px;
    margin-left: -19px;
}

.regblock ul {
    display: block;
    float: right;
    margin: 0;
    padding-left: 10px;
}

.regblock ul li {
    margin: 0 4px;
}

.headbox {
    background-color: #fff;
}

.flxline {
    display: flex;
    align-items: center;
    min-height: 86px;
}

.mob_searchline {
    position: absolute;
}

.d-flex-for-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topsearch {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0;
    margin-left: 0;
}

.topsearch input {
    border: 1px solid transparent;
    width: 100%;
    height: 44px;
    border-right: none;
    padding: 11px 16px;
    padding-left: 0px;
    font-size: 16px;
    line-height: 1.3;
    border-radius: 0;
    color: rgba(0, 0, 0, 0.54);
    border-top-right-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottomrightt-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    background-color: #f1f3f4;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.topsearch input::placeholder,
.topsearch input::-webkit-input-placeholder,
.topsearch input::-moz-placeholder {
    color: #666;
}

.topsearch input:focus,
.topsearch input:active {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.topsearch .input-group {
    padding: 0;
    flex-wrap: initial;
}

.topsearch .btn-danger {
    border: 1px solid transparent;
    border-right: none;
    padding: 9px;
    border-radius: 0;
    z-index: 1 !important;
    border-bottom-left-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    -moz-border-bottom-left-radius: 22px;
    border-top-left-radius: 22px;
    -webkit-border-top-left-radius: 22px;
    -moz-border-top-left-radius: 22px;
    background-color: #f1f3f4 !important;
    /*border-color: #f1f3f4 !important;
    border-top: 1px solid #f1f3f4;
    border-top: 1px solid ;
    border-top: 1px solid #f1f3f4;
    border-right: 1px solid #f1f3f4;*/
}

.open .input-group-btn .btn-danger {
    padding-left: 10px;
}

.topsearch .btn-danger i.fa {
    color: rgb(144, 154, 170);
}

.topsearch .btn-danger:hover,
.topsearch .btn-danger:focus {
    background-color: #f1f3f4 !important;
    color: rgba(0, 0, 0, 0.54);
    outline: none;
    box-shadow: none !important;
}

.topsearch form {
    position: relative;
}

.topsearch input:focus + div .btn-danger,
.topsearch input:active + div .btn-danger,
.topsearch:hover div .btn-danger {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-right: none;
}

.topsearch input:focus,
.topsearch input:active,
.topsearch:hover input {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
}

.topsearch.open .btn-danger {
    border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-top-left-radius: 22px;
    -webkit-border-top-left-radius: 22px;
    -moz-border-top-left-radius: 22px;
}
.topsearch.open input {
    border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-right-radius: 22px;
    -webkit-border-top-right-radius: 22px;
    -moz-border-top-right-radius: 22px;
}

.search_dd {
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 3;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-top: none;
    border-bottom-left-radius: 22px;
    -webkit-border-bottom-left-radius: 22px;
    -moz-border-bottom-left-radius: 22px;
    border-bottom-right-radius: 22px;
    -webkit-border-bottom-right-radius: 22px;
    -moz-border-bottom-right-radius: 22px;
    display: none;
}

.search_dd:empty {
    display: none !important;
}

.modal-header .close {
    position: relative;
    z-index: 1;
}

.search_dd:before {
    content: "";
    position: absolute;
    width: calc(100% - 32px);
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(136, 143, 154, 0.16);
}

.search_dd .detail_search {
    border-bottom: 1px solid #efefef;
}

.search_dd .find_dd_goods {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    /*color: #2270EE;*/
    border-bottom: 1px solid #efefef;
    padding: 10px 20px;
}

.search_dd .find_dd_goods:hover {
    background: #f8f9fb;
}

/*.search_dd .detail_search {

}*/

.search_dd .detail_search a {
    display: block;
    border-top: none !important;
    color: #2270EE;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
}

.search_dd .detail_search a:hover {
    color:#FF3366;
}

.mobile .topsearch {
    display: block;
    position: fixed;
    top: 42px;
    /*top: 92px;*/
    /* top: 52px; */
    height: 57px;
    padding: 6px 55px;
    left: 0;
    width: 100%;
    /*box-shadow: 0 10px 10px rgba(57, 69, 86, 0.1);*/
    background: #394556;
}

.mobile .topsearch input {
    height: 41px;
}

.mobile .scrollsearch {
    display: none;
}
.mobile .topsearch .btn-danger {
    color: #666;
    height: 41px;
    border-left: none !important;
}

.topmenu .col-xs-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topmenu .col-xs-12 > div {
    display: flex;
    align-items: center;
}

.topmenu .topcallback {
    align-items: flex-start;
    color: #fff;
}

.topmenu .topcallback img {
    margin-right: 14px;
    width: 21px;
}

.topmenu .topcallback p {
    font-size: 12px;
    line-height: 1.12;
    font-weight: 400;
    margin: 4px 0 0;
    color: rgba(255,255,255, 0.95);
    text-align: left;
}

.topmenu .phonehoverbox {
    color: #fff;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 992px) {
    .topmenu .phonehoverbox {
        font-size: 14px;
    }
    .topmenu .topcallback {
        width: 16%;
        min-width: 115px;
    }
    .topmenu .topcallback img {
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .topmenu .col-xs-12 {
        justify-content: flex-start;
    }

    .topmenu .col-xs-12 > div:first-child {
        margin-right: 60px;
    }

    .topmenu .col-xs-12 > div:nth-child(2) {
        flex: auto;
    }
}

.callbackbtn {
    padding: 6px 5px;
    background-color: #fff;
    color: #f88454;
    border: 1px solid #f88454;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 1rem;
    white-space: nowrap;
}
.callbackbtn:hover,
.callbackbtn:focus {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.overphone {
    display: none;
    position: absolute;
}

.overphone {
    display: none;
    position: absolute;
    cursor: pointer;
    top: -30px;
    max-height: 110px;
    width: 185px;
    left: -18px;
    z-index: 20;
    padding-top: 32px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    transform: scale(0.1);
}

.hotline {
    font-size: 12px;
    line-height: 1;
}

.captcha_word {
    margin-bottom: 12px;
    border: 1px solid #000;
    padding: 4px;
}

@media (max-width: 575px) {
    .hotline {
        display: none;
    }
    .phonehoverbox img {
        display: none;
    }
}

.phonehoverbox span {
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.95);
    opacity: 0.9;
    margin-left: 12px;
    font-family: Roboto, sans-serif;
}

.phonehoverbox + .overphone {
    color: rgba(0, 0, 0, 0.87);
}

.phonehoverbox .fa.fa-phone {
    color: #909aaa;
}

.phonehoverbox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.phonehoverbox:hover + .overphone,
.phonehoverbox:focus + .overphone,
.overphone:hover {
    opacity: 1;
    top: 15px;
    transform: scale(1);
    display: block;
}
.order-header .overphone {
    top: 30px !important;
}
.ov-ph-cont::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 24px;
    left: 80px;
}
.ov-ph-cont {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
}
.ov-ph-cont p {
    width: 100%;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.ov-ph-cont a {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 11px;
    margin: 7px 0 4px;
    font-weight: 400;
}
.ov-ph-cont a:hover {
    color: #08b685;
    text-decoration: underline;
}

.scrollnav .receptbox {
    position: relative;
}
.receptimg {
    font-size: 11px;
    position: relative;
    color: #394856;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1.3;
    cursor: pointer;
    display: flex;
    align-items: center;
    min-height: 52px;
    justify-content: center;
}

.receptbox .receptimg::before {
    content: "+";
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: none;
    background: linear-gradient(0deg,#FF3366,#FF3366), #f1f3f4;
    text-align: center;
    line-height: 36px;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    margin-right: 12px;
}

.receptimg:hover + .overrecept,
.receptimg:focus + .overrecept,
.overrecept:hover {
    opacity: 1;
    top: 45px;
    transform: scale(1);
    right: -107px;
    display: block;
}

.overrecept {
    display: none;
    position: absolute;
    cursor: pointer;
    top: -48px;
    height: 210px;
    width: 530px;
    right: -250px;
    z-index: 20;
    padding-top: 20px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    transform: scale(0.1);
}

.inforecept {
    display: block;
    position: absolute;
    width: 290px;
    height: 190px;
    top: 15px;
    z-index: 30;
    left: -160px;
    animation-name: infohide;
    animation-duration: 3s;
}

.bgg-info {
    animation-name: hide;
    animation-duration: 3s;
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.ov-recept-cont2 {
    width: 290px;
    height: 141px;
    background-image: url(/bitrix/templates/apteka24/images/newservice.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.btn-serv,
.btn-serv2 {
    padding: 6px 20px;
    text-align: center;
    border-radius: 20px;
    margin: 0 5px;
}

.btn-serv {
    background: #fff;
}
.btn-serv2 {
    background: #08b685;
    color: #fff;
}
.btn-serv2:hover,
.btn-serv2:focus {
    color: #fff;
    background: #009e6d;
}
.ov-recept-cont::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid #0000;
    border-right: 10px solid #0000;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: 11px;
    right: 247px;
}
.ov-recept-cont {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.ov-recept-cont img {
    height: auto;
    width: 510px;
}
.ov-recept-cont a {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-top: 15px;
    padding: 10px 18px;
    text-transform: uppercase;
    display: inline-block;
    background: #f74c6b;
    border-radius: 50px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.ov-recept-cont a:hover {
    text-decoration: none;
    border-color: #f65a76;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.12), 0 3px 4px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.07);
    background-color: #f65a76;
    color: #fff;
}

.recstep {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
div.fileinputs {
    position: relative;
}
div.receptfile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    height: 50px;
    width: 165px;
    color: #000;
    font-size: 15px;
    display: flex;
    justify-content: center;
    border: 3px dashed #ffd800;
    border-radius: 5px;
    align-items: center;
}

.fileinputs:hover > .receptfile {
    border: 3px dashed #08b685;
}

.fileinputs input.file {
    cursor: pointer;
    position: relative;
    text-align: right;
    opacity: 0;
    z-index: 2;
    height: 50px;
    width: 165px;
}

.receptfile input {
    width: 0;
    border-color: #0000;
    opacity: 0;
}
.receptfile > i {
    margin-right: 12px;
}
.receptname {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    cursor: pointer;
    overflow: hidden;
}
.receptname i {
    color: red;
}
.filerecept {
    width: 100%;
    float: left;
}
.recmob {
    width: 100%;
    display: block;
    background: #eee;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 10px;
    text-align: center;
    font-weight: 500;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    font-family: Roboto, sans-serif;
}
.recmob:focus,
.recmob:hover {
    color: #000;
}
.menurecmob {
    display: none;
}
.menurecmob a {
    display: flex;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    padding: 15px 15px 15px 59px;
    float: left;
    width: 100%;
    background: #08b685;
    color: #fff;
    margin: 14px 0 0 0;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.menurecmob a:before {
    content: "";
    background: url(/bitrix/templates/apteka24/images/recepticon.png);
    height: 35px;
    width: 34px;
    position: absolute;
    margin-left: -41px;
    background-repeat: no-repeat;
}

#citiesinput_mobile {
    padding-right: 30px;
}

.menuboxicon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    width: 100%;
}

.menuboxicon a img {
    width: 35px;
    height: 35px;
    margin: 0 6px 0 0;
    display: none;
}

.menuboxicon ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /*justify-content: space-between;*/
    width: 100%;
}

.menuboxicon ul li {
    display: flex;
    align-items: center;
}

.menuboxicon ul li:not(:last-child) {
    margin-right: 40px;
}

.menuboxicon ul li a {
    margin-left: 6px;
    color: #394856;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .menuboxicon ul li a {
        font-size: 12px;
    }
}

/*
@media (max-width: 991px) {
    .menuboxicon ul li {
        max-width: 124px;
    }
}

@media (max-width: 1250px) {
    .menuboxicon ul li {
        max-width: 136px;
    }
}
*/

.subscribetop {
    background-color: #434e5f;
    color: #fff;
    background-image: url("../images/subscribebg.png");
    background-repeat: no-repeat;
    background-position: calc(50% + 300px);
    margin-top: 12px;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    margin-bottom: -30px;
}

.subscr-title {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    font-weight: 500;
    display: block;
    margin: 0 auto 30px;
    padding-left: 55px;
}
.subscr-title span {
    font-size: 24px;
}
.subscr-title::before {
    content: "";
    width: 37px;
    height: 38px;
    background-image: url("../images/subscribe.png");
    display: block;
    position: absolute;
    margin-left: -47px;
    margin-top: 6px;
}
.subscribetop input.form-control {
    background: rgba(0, 0, 0, 0);
    border-color: rgb(33, 46, 66);
    color: #fff;
    font-style: italic;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.subscribetop input.form-control:focus {
    background: rgb(67, 78, 95);
    border-color: rgb(33, 46, 66);
    font-size: 14px;
}

.subscribetop .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.subscribetop .form-control {
    width: 100%;
}
.subscribetop .radio {
    float: left;
    width: 100%;
}

.subscribetop button {
    font-size: 16px;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 12px;
}

.iconsline {
    background-color: #f8f8f8;
    box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
    position: relative;
}
.iconsline ul {
    margin: 0;
    padding: 0;
}

.ic_box {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    float: left;
    min-height: 200px;
    padding-top: 90px;
}

.ic_box p {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #324a5e;
    font-weight: 600;
    display: block;
    position: relative;
    width: 100%;
}
li.ic_box p:before {
    font-family: a24gliph;
    position: absolute;
    top: -55px;
    left: calc(50% - 35px);
    font-size: 75px;
    font-weight: 100;
    color: #08b685;
}
.ic_box p span {
    font-size: 26px;
    font-weight: 600;
}
li.ic_box:nth-child(1) > p:before {
    content: "5";
}
li.ic_box:nth-child(2) > p:before {
    content: "6";
}
li.ic_box:nth-child(3) > p:before {
    content: "7";
}
li.ic_box:nth-child(4) > p:before {
    content: "8";
}
li.ic_box:nth-child(5) > p:before {
    content: "9";
}

.headermenuline {
    position: relative;
    padding: 4px 0;
    z-index: 1;
    border-top: 1px solid #f1f3f4;
}

.catmenublock {
    position: relative;
    font-size: 12px;
}

/*@media(min-width: 768px) {
    .catmenublock .n-dropdown ul li:first-child {
        display: none;
    }
}*/

.d_catmenu {
    position: relative;
    display: flex;
    bottom: 0;
    height: 50px;
    width: 100%;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

.d_catmenu a {
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    text-shadow: none;
    background: #fff;
    padding: 18px 0 18px 35px;
    display: block;
    width: 100%;
    line-height: 1;
    position: relative;
    font-weight: 500;
}

.d_catmenu a:hover {
    background: #eaeaea;
    color: #000;
}

.d_catmenu a::before {
    content: "0";
    font-family: "a24gliph";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 4px;
}

.u_catmenu {
    position: relative;
    display: flex;
    bottom: 0;
    height: 50px;
    width: 100%;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid #ddd;
}

.u_catmenu a {
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    text-shadow: none;
    background: #fff;
    padding: 18px 0 18px 35px;
    display: block;
    width: 100%;
    line-height: 1;
    position: relative;
    font-weight: 500;
}

.u_catmenu a:hover {
    background: #eaeaea;
    color: #000;
}

.u_catmenu a::before {
    content: "B";
    font-family: "a24gliph";
    font-size: 30px;
    line-height: 1;
    position: absolute;
    top: 10px;
    left: 4px;
}

.newtopmenu {
    background-color: rgba(0, 0, 0, 0);
    width: 240px;
    position: relative;
    cursor: pointer;
}

@media (min-width: 1250px) {
    .newtopmenu {
        width: 320px;
    }
}

.catmenublock:hover .newtopmenu {
    background-color: #fff;
}
.scrollnav .newtopmenu {
    border-radius: 5px 5px 0 0;
    height: 60px;
    display: flex;
    align-items: center;
}
.desctop .mainmenubox {
    background-color: #fff;
}

.scrollnav .topmenu-title {
    display: flex;
    align-items: center;
    padding: 12px 18px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #394856;
}

.scrollnav .topmenu-title img {
    margin-right: 14px;
}

.catmenublock:hover .topmenu-title {
    border: 1px solid #fff;
}

.n-dropdown {
    display: block;
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
    top: 0px;
}

@media (min-width: 1250px) {
    .n-dropdown {
        width: 320px !important;
    }
}

.n-dropdown ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.n-dropdown ul li {
    width: 100%;
    float: left;
    height: 50px;
    border-bottom: 1px solid #ddd;
}
.n-dropdown ul li > img {
    width: 35px;
    padding: 5px;
    height: 35px;
    float: left;
    display: block;
    margin: 10px 0;
}
.n-dropdown ul li > a {
    display: block;
    height: 50px;
    font-size: 1.0714em;
    text-transform: uppercase;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    line-height: 55px;
    color: rgba(0, 0, 0, 0.87) !important;
}

.n-dropdown ul li:last-child {
    border-bottom: none;
}

.n-dropdown ul li:hover,
.n-dropdown ul li:focus {
    background-color: #eaeaea;
}

.n-drop2 {
    width: 250px;
    display: none;
    position: absolute;
    margin-left: 100%;
    background: #eaeaea;
    top: 0;
    height: 550px;
}
.n-drop2 ul {
    height: 415px;
    overflow: hidden;
    margin-left: 10px;
}
.n-drop2 ul li {
    border-bottom: none;
    height: auto;
}

.n-drop2 ul li:hover,
.n-drop2 ul li:focus {
    background-color: #fff;
}

.n-drop2 ul li > a,
.n-drop3 ul li > a {
    display: block;
    font-size: 1.0714em;
    text-transform: inherit;
    line-height: 16px;
    height: auto;
    font-weight: normal;
    color: #000;
    font-family: arial;
    padding: 7px 0px 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.n-drop3 ul li > a {
    white-space: inherit;
}
.n-drop3 ul li > a:hover {
    text-decoration: underline;
}

.n-drop3 {
    width: 250px;
    display: none;
    position: absolute;
    margin-left: calc(100% - 10px);
    background: #fff;
    top: 0;
    height: 550px;
}

.pop_mcat {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #f88452;
    display: block;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    padding: 16px;
}
.all_mcat {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #000;
    display: block;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    padding: 12px 16px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.title_drop3 {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    padding: 16px;
    color: #000;
    font-size: 1em;
}
.n-dropdown ul li:hover > a,
.n-dropdown ul li:focus > a {
    color: #000;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
}

.n-drop2 .menucatbanner {
    display: none;
    height: 600px;
    background: #fff;
}
.n-drop3 .menucatbanner {
    display: none;
    height: 550px;
    background: #fff;
}

.menucatbanner {
    position: absolute;
    top: 0;
    left: 100%;
}

.bgg {
    display: none;
    z-index: 9;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.newtopmenu,
.n-dropdown {
    z-index: 10;
}

.mobile {
    padding-bottom: 104px;
    /*padding-bottom: 156px;*/
    /* padding-bottom: 116px; */
}

#sidebar-toggler {
    display: none;
}

.mobilelabel {
    position: fixed;
    top: 43px;
    /* top: 0; */
    left: 0;
    padding: 14px 16px;
    cursor: pointer;
    z-index: 100;
}

.mobile .flxline {
    padding-left: 52px;
}

.white-shield {
    background: #fff;
    border-radius: 10px;
    color: #212121;
    font-size: 14px;
    display: inline-block;
    padding: 4px 5px 3px;
    margin-left: 5px;
    text-transform: none;
}

.mobile .logo img {
    position: fixed;
    left: 54px;
    top: 59px;
    /* top: 19px; */
    /*filter: invert(100%) sepia(42%) saturate(2%) hue-rotate(257deg) brightness(200%) contrast(101%);*/
}

@media(max-width: 767px) {
    .mobile .logo img {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.bg-white {
    background: #fff;
}

.mobile #sidebar {
    background: #212e42;
    display: block;
    position: fixed;
    list-style: none;
    overflow: hidden;
    margin: 0;
    box-sizing: border-box;
    /*height: 100vh;*/
    top: 0;
    bottom: 0;
    left: -100%;
    width: 300px;
    transition: left 0.5s;
    z-index: 100;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

.mainmenubox-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 100;
}

.mobile #sidebar-toggler:checked + .mainmenubox-overlay {
    display: block;
}
.mobile #sidebar-toggler:checked + .mainmenubox-overlay + #sidebar {
    left: 0;
}

.close-sidebar {
    height: 53px;
    width: 65px;
    position: absolute;
    right: 0;
}

.shield-mob {
    padding: 3px 5px;
    border: 1px solid #394556;
    border-radius: 10px;
    text-transform: none;
    margin-left: 6px;
}

.close-sidebar:before,
.close-sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 2px;
    width: 16px;
    background: #fff;
}

.bg-white {
    background: #fff;
}

.close-sidebar:before {
    transform: rotate(45deg);
}
.close-sidebar:after {
    transform: rotate(-45deg);
}

.zIndex2 {
    position: relative;
    z-index: 2;
}

.desctop .dropdown-menu {
    display: block !important;
    top: -100vh;
    z-index: -1 !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.desctop .mainmenu .active:hover > .dropdown-menu {
    top: 100%;
}

.mobregblock.login-exit {
    height: 50px;
}

.mobregblock {
    width: 100%;
    background: #394556;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobregblock a {
    padding: 2px 30px 0;
    color: #3f78ac;
    height: 50px;
    display: flex;
    align-items: center;
}

.popover {
    min-width: 240px;
    padding: 0 !important;
}

.popover .arrow {
    left: 50%;
    width: 15px;
    height: 15px;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    top: -11px;
    transform: rotate(45deg);
    z-index: -1;
    position: absolute;
}

.arrow::after {
    content: none !important;
}

.popover .popover-content {
    background: #fff;
    border-radius: 6px;
}

.btn-input-cleaner {
    position: absolute;
    right: 5px;
    width: 24px;
    height: 24px;
    top: 10px;
    background: none;
    border: none;
    padding: 0;
    outline: none;
    display: none;
    opacity: 0.5;
    transition: opacity 0.5s;
}

.btn-input-cleaner:hover {
    opacity: 1;
}

.btn-input-cleaner-container {
    position: relative;
}

.mobile .dropdown-menu {
    width: 223px;
    max-width: 223px;
}

.mobile .dropdown-menu > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile > .headbox {
    top: 40px;
    position: fixed;
    width: 100%;
    float: left;
    height: 52px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    z-index: 100;
}
.mobile > .headbox .flxline {
    display: flex;
    align-items: center;
    min-height: 52px;
    justify-content: space-between;
    background: #394556;
}
.mobile .topcallback span {
    color: #fff;
    /*font-size: 7vw;*/
    padding: 0;
    white-space: nowrap;
}

.order-header .topcallback span {
    cursor: auto;
}
.order-header .topcallback .header-call {
    cursor: pointer;
    color: #000;
}

.form-control {
    font-size: 16px;
}

.mobile .top-nav {
    background: #212e42;
    width: 100%;
    padding: 5px 15px 15px;
    list-style: none;
}

@media(min-width: 768px) {
    .topmenu ul li a {
        display: flex;
        align-items: center;
    }
}

@media(max-width: 767px) {
    .mobile .mainmenubox .top-nav li:last-child {
        display: none;
    }
}


.mobile .top-nav li + li a,
.mobile .top-nav li + li p {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.mobile .top-nav li a,
.mobile .top-nav li p {
    padding: 7px 15px;
    display: block;
    margin: 0;
}

.mobile .top-nav li a {
    color: rgba(255, 255, 255, 0.9);
}

.mobile .top-nav li p {
    color: rgba(255, 255, 255, 0.6);
}

.mobile .top-nav li:last-child a {
    border-bottom: none;
}

.alfmob {
    width: 100%;
    display: block;
    background:#FF3366;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 30px;
    font-weight: 500;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
    font-family: Roboto, sans-serif;
}

.alfmob:focus,
.alfmob:hover {
    color: #000;
}

.slideline {
    display: block;
}

.carousel-indicators {
    z-index: 8 !important;
}

.leftbanner {
    display: flex;
    justify-content: space-between;
}
.leftbanner a {
    display: block;
}
.topslider {
    margin-top: 0px;
}

.slideleft1,
.slideright1,
.slideleft2,
.slideright2 {
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.slideleft1,
.slideright1 {
    background-color:#FF3366;
    width: 43px;
    height: 88px;
    line-height: 3.1;
    top: calc(50% - 44px);
}
.slideleft2,
.slideright2 {
    background-color: #08b685;
    width: 30px;
    height: 60px;
    line-height: 2.1;
    top: calc(50% - 30px);
    z-index: 2;
}

.slideleft1,
.slideleft2 {
    left: 0;
    border-radius: 0 44px 44px 0;
}
.slideright1,
.slideright2 {
    right: 0;
    border-radius: 44px 0 0 44px;
}

.carousel:hover .slideleft1,
.carousel:focus .slideleft1,
.carousel:hover .slideright1,
.carousel:focus .slideright1 {
    opacity: 0.4;
    width: 61px;
}

.carousel:hover .slideleft2,
.carousel:focus .slideleft2,
.carousel:hover .slideright2,
.carousel:focus .slideright2 {
    opacity: 0.4;
    width: 40px;
}

.carousel .slideleft1:focus,
.carousel .slideleft1:hover,
.carousel .slideright1:focus,
.carousel .slideright1:hover,
.carousel .slideleft2:focus,
.carousel .slideleft2:hover,
.carousel .slideright2:focus,
.carousel .slideright2:hover {
    color: #fff;
    opacity: 1;
}

.mainsearch {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0;
    margin: 20px 0 20px 0;
    border: 3px solid #f88454;
}
.mainsearch:hover,
.mainsearch:focus {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.mainsearch input {
    border: none;
    width: 100%;
    padding: 13px;
    font-size: 1rem;
    color: #000;
}
.mainsearch input::placeholder,
.mainsearch input::-webkit-input-placeholder,
.mainsearch input::-moz-placeholder {
    color: #666;
}

.mainsearch .input-group {
    padding: 0;
}

.mainsearch .btn-danger {
    background-color: #f88454 !important;
    border: none;
    padding: 12px 20px;
    font-size: 19px;
    font-weight: bold;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin: 0 -1px 0 0;
}

.searchtag {
    margin-top: -15px;
    margin-bottom: 20px;
}
.searchtag a {
    color: #666;
    border-bottom: 1px dashed;
    padding: 3px 0;
    margin: 0 0 0 5px;
}
.searchtag a::after {
    content: ",";
}
.searchtag a:hover,
.searchtag a:focus {
    color: #0a9b72;
    text-decoration: none;
}

.mainstep {
    text-align: center;
    padding: 20px 25px;
    margin: 0;
}
.mainstep span {
    color: #000;
    font-size: 1.5rem;
    float: left;
    width: 100%;
    line-height: 2;
}
.mainstep p {
    padding: 0 20px;
    margin: 0;
    text-align: center;
}

.collapsed.spoil::after,
.spoil::after {
    color: #ddd !important;
    font-size: 32px;
    position: relative;
    content: "\f055";
    font-family: "Fontawesome";
    display: block;
    padding: 0;
    margin-top: 0;
    float: none;
    text-align: center;
}
.collapsed.spoil::after {
    content: "\f055";
}
.spoil::after {
    content: "\f056";
}

.tovarbox {
    height: 350px;
    background-color: #fff;
    border-left: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

@media(min-width: 768px) {
    .goodsname span {
        min-height: 35px
    }

    .goodsname a {
        min-height: 36px
    }
}

.goodsphoto {
    display: flex;
    height: 220px;
    align-items: center;
    justify-content: center;
}
/*.goodsphoto {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    overflow: hidden;
}*/

.rotator .goodsphoto {
    position: relative;
    height: 220px;
}

.goodsphoto img {
    max-height: 100%;
    max-width: 100%;
}

.rotator .goodsphoto img {
    max-height: 90%;
    max-width: 90%;
}

.goodsbgphoto {
    width: 92%;
    height: 92%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.goodsphoto:hover .goodsbgphoto,
.goodsphoto:focus .goodsbgphoto {
    width: 100%;
    height: 100%;
}

.goodsname a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    color: #212121;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 768px) {
    .goodsname a {
        font-size: 14px;
        line-height: 18px;
    }
}

.goodsname a:hover {
    color:#FF3366;
    text-decoration: none;
}
.goodsname span {
    width: 100%;
    color: #666;
    font-size: 1rem;
    line-height: 18px;
    margin: 0 0 6px;
    max-height: 35px;
    overflow: hidden;
    display: inline-block;
}

.goodscoast {
    color: #212121;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 22px;
    width: 100%;
    margin-top: 5px;
}

.manufacture-dop {
    max-height: none !important;
}

.dopinfo-pr-cart-hidden {
    display: block !important;
    padding-bottom: 24px;

}

.tovarbox {
    height: auto !important;
}

.goodsname {
    margin-top: 16px;
}

.dopbox {
    margin-top: 18px;
}

@media (min-width: 768px) {
    .goodscoast {
        font-size: 24px;
        line-height: 28px;
    }
}

.goodscoast > span {
    font-size: 1rem;
    margin-left: 2px;
}

.goodstext .js-container {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

@media (min-width: 768px) {
    .goodstext .js-container {
        margin-top: 16px;
    }
}

.goodstext .btn-icon-buy {
    position: absolute;
    right: 4px;
    bottom: 16px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    padding: 5px;
    border-radius: 20px;
    overflow: hidden;
    margin-right: -8px;
}

.goodstext .btn-icon-buy:hover {
    background-color: rgba(52, 92, 139, 0.04);
}

.goodscart {
    width: 100%;
    text-transform: uppercase;
    right: 0;
    position: relative;
    bottom: 10px;
    display: inline-block;
    color: #fff;
    background:#FF3366;
    box-sizing: border-box;
    text-align: center;
    outline: 0;
    cursor: pointer;
    padding: 10px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.goodscart:hover {
    border-color: #f7647f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 1px 18px rgba(0, 0, 0, 0.06), 0 6px 10px rgba(0, 0, 0, 0.07);
    background-color: #f7647f;
}

.oldcoast {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: rgba(57, 69, 86, 0.6);
    text-decoration: line-through;
}

.oldcoast-percent {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    background: #f33434;
    border-radius: 100px;
    padding: 0 4px;
    margin-left: 8px;
}

.oldcoast-wrapper {
    display: flex;
    height: 16px;
}

.dopinfo-pr-cart {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    padding: 0 15px 15px 15px;
    box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #f8f8f8;
    color: #666;
}
.dopbox {
    padding: 0;
}
.dopbox span {
    font-weight: bold;
    color: #000;
}
.dopbox a {
    color: #08b685;
    text-decoration: underline;
}
.form-dop a {
    display: inline-block;
}

.label-list {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 60px;
    right: 15px;
    top: 5px;
}
.label-b {
    position: relative;
    margin: 0 0 3px;
    text-align: right;
}

.label-b > span {
    background: #fff;
    display: block;
    text-align: center;
    /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);*/
    /*height: 50px;*/
    width: 60px;
    cursor: default;
}

.label-b > span img {
    width: 100%;
}

.lab-descr {
    display: none;
    position: absolute;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 15px;
    z-index: 8;
    width: 260px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    margin-left: -230px;
    font-size: 12px;
}
.label-b a:hover > .lab-descr,
.label-b a > .lab-descr:hover {
    display: block;
}

.lab-descr2 {
    display: block;
    position: absolute;
    right: 0;
    background: #fff;
    padding: 15px;
    border: 1px solid #bbb;
    z-index: 8;
    width: 260px;
    border-radius: 5px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
    margin-left: -230px;
}

.trn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 9;
    opacity: 0.95;
}

.product-title {
    padding: 0;
    margin: 10px auto;
    line-height: 3rem;
    font-size: 2.4rem;
}
.productcart {
    background: #fff;
    border-radius: 3px;
}

.prod-info-block,
.prod-param-block {
    padding: 0 15px;
}

.product-sticker {
    position: absolute;
    margin-top: 10px;
}
.product-sticker span {
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.2);
    height: 28px;
    display: block;
    line-height: 1.2;
}
.product-sticker span::before {
    content: "";
    position: absolute;
    width: 15px;
    border-right: 14px solid transparent;
    float: right;
    margin-top: -5px;
    right: 0;
    margin-right: -15px;
}
.product-sticker > .reccomend {
    background: red;
}
.product-sticker > .reccomend::before {
    border-top: 14px solid red;
    border-bottom: 14px solid red;
}
.product-sticker > .akzia {
    background: green;
}
.product-sticker > .akzia::before {
    border-top: 14px solid green;
    border-bottom: 14px solid green;
}

.prod-photo-block {
    width: 100%;
    display: block;
    height: 100%;
    float: left;
    position: relative;
    padding: 8px 0;
}

.photo-thums-line {
    float: left;
    width: 25%;
    overflow: hidden;
}
.photo-thums-line ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.photo-thums-line ul li {
    height: 65px;
    margin: 1px;
    width: calc(100% - 10px);
    float: left;
    overflow: hidden;
    max-width: 100px;
}
.photo-thums-line ul li a {
    height: 65px;
    padding: 5px;
    margin: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.photo-thums-line ul li a img {
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    padding: 3px;
}
.bigphoto-block {
    float: left;
    width: 75%;
}
.big-p-prod {
    height: 280px;
    display: flex;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding: 15px;
    float: left;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-height: 280px;
}
.big-p-prod img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.zoomphoto {
    position: absolute;
    font-size: 22px;
    color: #999;
    right: 0;
    margin: 10px 20px;
}
.bigphoto-block .label-list {
    margin: 45px 0 0;
}

.goods_title_desc {
    overflow: hidden;
    margin: 20px 0 10px 0;
    width: 100%;
}
.goods_title_desc .goods_art {
    float: left;
    font-size: 1.05rem;
    color: #666;
    margin: 0 20px 0 0;
}
.goods-rat > a {
    display: inline-block;
}
.docua {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
}
.doctorwho {
    right: 35px;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 10px 0px 3px;
    margin: 15px 0 0;
    color: #3570a7;
    display: block;
    border: 1px solid;
}
.doctorwho i {
    font-size: 14px;
}

.rating-box {
    float: left;
    height: 15px;
    width: 82px;
    background: url(../images/sprite.png) -34px -51px no-repeat;
    margin: 5px 0 0;
}
.rating-box .rating {
    display: block;
    background: url(../images/sprite.png) -34px -67px no-repeat;
    height: 15px;
}
.goods_title_desc .count_review {
    width: 100%;
    margin: 0px;
    color: #3570a7;
    font-size: 1.1rem;
    text-decoration: underline;
    float: left;
}
.ask_question::before {
    display: none;
    margin: 5px 5px 0 0;
    content: "";
    width: 14px;
    float: left;
    height: 15px;
    background: url(../images/sprite.png) -161px -35px no-repeat;
}
.goods_title_desc .ask_question span {
    border-bottom: 1px solid;
    font-size: 1.1rem;
    color: #3570a7;
}

.prod-coast-line {
    vertical-align: baseline;
    float: left;
    margin: 10px 0;
}
.actual-coast {
    color: #000;
    font-size: 2.9rem;
    float: left;
    line-height: 1;
}
.actual-coast span {
    font-size: 2rem;
    margin: 0 5px;
}
.old-coast {
    font-size: 2rem;
    float: left;
    line-height: 3.5rem;
    color: #999;
    text-decoration: line-through #f88454;
    margin: 0 0 0 15px;
}

.nalichie span {
    float: left;
    width: 100%;
    font-style: italic;
    color: #666;
    font-size: 1.1rem;
}

.nalichie .instock::before {
    font-family: "FontAwesome";
    content: "\f00c";
    color: #08b685;
    font-size: 1.4rem;
    font-style: normal;
    margin: 0 5px 0 0;
}

.nalichie .notavailable::before {
    font-family: "FontAwesome";
    content: "\f00d";
    color: #f88454;
    font-size: 1.4rem;
    font-style: normal;
    margin: 0 10px 0 0;
}

.prod-cart-b {
    display: flex;
    margin-right: 10px;
    margin-bottom: 20px;
}

.btn.btn-danger.buycart {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 50px;
    height: 50px;
    margin-right: 10px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    flex-basis: 50%;
}

.btn.btn-danger.buycart.thirdy_vendor {
    flex-basis: 100%;
}

.btn.btn-danger.onebuycart,
.btn.btn-danger.kredbtn {
    flex-basis: 50%;
    width: 100%;
    font-size: 1.1rem;
    letter-spacing: 1px;
    white-space: normal;
    margin: 10px 0;
    height: 50px;
    font-weight: 600;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    white-space: nowrap;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn.btn-danger.onebuycart {
    border: 3px solid #f88454;
    background-color: #fff !important;
    color: #f88454;
    margin: 0;
}
.btn.btn-danger.onebuycart:hover {
    background-color: #e75e1c !important;
    color: #fff;
    border-color: #e75e1c;
}

.btn.btn-danger.kredbtn {
    border: 3px solid #08b685;
    background-color: #fff !important;
    color: #08b685;
}
.btn.btn-danger.kredbtn:hover {
    background-color: #009e6d !important;
    color: #fff;
    border-color: #009e6d;
}

.modalcredline {
    display: block;
}
.modalcredline div * {
    font-size: 1rem !important;
    margin: 10px 0 0 !important;
}

.btn.btn-danger.js-nalichie-modal {
    font-size: 1rem !important;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 12px !important;
}

.btn.btn-danger.notbuycart {
    font-size: 1.3rem;
    white-space: normal;
    color: #9d3c06;
    padding: 10px;
    line-height: 16px;
    background-color: #fff !important;
    margin: 0 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-transform: uppercase;
}
.btn.btn-danger.notbuycart:hover {
    background-color: #e75e1c !important;
    color: #fff;
    border-color: #e75e1c;
}

.credittag {
    width: 100%;
    margin-left: 0;
    line-height: 1.4;
    font-size: 12px;
    padding: 5px;
    color: #333;
    float: left;
    text-align: center;
}

.coast-info {
    position: relative;
    background: rgba(141, 192, 249, 0.14);
    border-radius: 6px;
    padding: 16px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
}

.coast-info:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #8dc0f9;
    opacity: 0.4;
}

.provider-info {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.provider-info span {
    float: left;
    width: 100%;
    font-size: 13px;
}

.provider-info span.provider-time {
    padding: 10px 0;
    color: #777;
    font-size: 12px;
}

.provider-info img {
    max-width: 170px;
    max-height: 36px;
}

.prod-info {
    margin: 20px 0 5px 0;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.prod-info-apteki {
    width: 150px;
    float: left;
    margin: 6px 0px 0 0;
    outline: 0;
    line-height: 1.25;
    white-space: nowrap;
}

.prod-info-apteki span::before {
    content: "";
    height: 45px;
    background-color: #fff;
    display: block;
    float: left;
    background-image: url("../images/ukraine-icon.png");
    background-repeat: no-repeat;
    width: 45px;
}

.prod-info-dostavka,
.prod-info-oplata {
    float: left;
    outline: 0;
}

.prod-info-oplata span::before,
.prod-info-dostavka span::before {
    content: "";
    height: 45px;
    background-color: #fff;
    display: block;
    float: left;
    background-image: url("../images/sprite-product.png");
    background-repeat: no-repeat;
}

.prod-info-oplata span::before {
    background-position: 2px 2px;
    width: 80px;
}
.prod-info-dostavka span::before {
    background-position: 0px -45px;
    width: 90px;
}

.prod-info-oplata:hover span::before {
    background-position: -61px 2px;
}
.prod-info-dostavka:hover span::before {
    background-position: -63px -45px;
}

.prod-info-oplata span,
.prod-info-dostavka span {
    display: flex;
    width: 130px;
    line-height: 1.17;
    align-items: center;
    font-size: 1.05rem;
    letter-spacing: 0.1px;
}
.prod-info-oplata:hover,
.prod-info-oplata:focus,
.prod-info-oplata:active,
.prod-info-dostavka:hover,
.prod-info-dostavka:focus,
.prod-info-dostavka:active {
    color: #000;
}

.second-product {
    float: left;
    width: 100%;
    margin: 15px 0px;
    border-top: 1px solid #eee;
}
.second-product span {
    margin: 10px 0;
    display: block;
    font-weight: bold;
    font-size: 1rem;
}
.second-product ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.second-product ul li {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.second-product ul li a {
    display: block;
    background: #fff;
    padding: 8px 15px;
    border: 1px solid #999;
    margin: 0 10px 5px 0px;
    white-space: inherit;
    overflow: visible;
    color: #666;
    font-size: 1.1rem;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.second-product ul li:hover a,
.second-product ul li:focus a {
    border-color: #e75e1c;
    color: #e75e1c;
}

.second-product ul li a::after {
    height: 50px;
    width: 25px;
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    background: -moz-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 90%,
        rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 90%,
        rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 90%,
        rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    right: 0;
    top: 0;
}
.second-product ul li:hover a::after,
.second-product ul li:focus a::after {
    display: none;
}

.prod_title_right {
    margin: 23px 0 27px;
    font-size: 18px;
    font-weight: 500;
}
.property-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.property-list li {
    float: left;
    width: 100%;
    display: block;
    line-height: 1.4;
    margin: 6px 0;
    min-height: 50px;
}
.prop-list-inf {
    float: left;
    width: 110px;
}
.prop-list-inf > .heading {
    font-weight: bold;
    width: 100%;
    float: left;
    line-height: 1;
    margin: 0 0 5px 0px;
    font-size: 0.9rem;
}

.prop-list-inf > .count-property {
    color: #666;
    word-break: break-word;
}

.icon-form,
.icon-amount,
.icon-recipe,
.icon-manufacture,
.icon-classify,
.icon-doza {
    width: 51px;
    height: 45px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-image: url("../images/sprite-product.png");
}
.icon-form {
    background-position: 0px -150px;
}
.icon-amount {
    background-position: 0px -98px;
}
.icon-recipe {
    background-position: 0px -250px;
}
.icon-manufacture {
    background-position: 0px -200px;
}
.icon-classify {
    background-position: 0px -300px;
}
.icon-doza {
    background-position: 0px -354px;
}

.icon-apteki,
.icon-atc,
.icon-doza,
.icon-drage,
.icon-drazhe,
.icon-factory,
.icon-inection,
.icon-kalopriemnik,
.icon-kaply,
.icon-kapsuli,
.icon-kolba,
.icon-krem,
.icon-ledentsy,
.icon-ledency,
.icon-number,
.icon-pastilki,
.icon-poroshok,
.icon-recepy,
.icon-sahe,
.icon-shampu,
.icon-sirop,
.icon-spiral,
.icon-sprey,
.icon-svechi,
.icon-tabletki,
.icon-universal,
.icon-vagin_kolco,
.icon-taste {
    width: 51px;
    height: 45px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-image: url("../images/icons-sprite.png");
}
.icon-apteki {
    background-position: 0px 0px;
}
.icon-atc {
    background-position: 0px -48px;
}
.icon-doza {
    background-position: 2px -95px;
}
.icon-drage,
.icon-drazhe {
    background-position: 0px -145px;
}
.icon-factory {
    background-position: 0px -195px;
}
.icon-inection {
    background-position: 2px -244px;
}
.icon-kalopriemnik {
    background-position: 0px -293px;
}
.icon-kaply {
    background-position: 0px -343px;
}
.icon-kapsuli {
    background-position: 1px -392px;
}
.icon-kolba {
    background-position: 2px -441px;
}
.icon-krem {
    background-position: 1px -491px;
}
.icon-ledentsy,
.icon-ledency {
    background-position: 0px -541px;
}
.icon-number {
    background-position: 1px -591px;
}
.icon-pastilki {
    background-position: 0px -643px;
}
.icon-poroshok {
    background-position: 0px -690px;
}
.icon-recepy {
    background-position: 2px -739px;
}
.icon-sahe {
    background-position: 2px -788px;
}
.icon-shampu {
    background-position: 2px -837px;
}
.icon-sirop {
    background-position: 2px -886px;
}
.icon-spiral {
    background-position: 1px -938px;
}
.icon-sprey {
    background-position: 2px -986px;
}
.icon-svechi {
    background-position: 1px -1036px;
}
.icon-tabletki {
    background-position: 1px -1085px;
}
.icon-universal {
    background-position: 1px -1135px;
}
.icon-vagin_kolco {
    background-position: 1px -1184px;
}
.icon-taste {
    background-position: 1px -1296px;
}

.prod-descript-tabs {
    margin: 40px 0 0 0;
    font-size: 1.15rem;
}
.prod-descript-tabs .tab-content {
    background: #fff;
    padding: 35px 25px;
}

.prod-descript-tabs .nav-tabs li a {
    border-top: none !important;
    border-left: none !important;
    font-size: 1.1rem;

    border-radius: 0;

    border-bottom: none !important;
    line-height: 1;
    display: block;
    padding: 20px 5px;
    white-space: nowrap;
    background: #eee;
}

@media (max-width: 767px) {
    .nav-tabs.nav-justified > .active > a {
        border-right: none;
    }
}

@media (min-width: 768px) {
    .prod-descript-tabs .nav-tabs li a {
        border-right: 2px solid #ddd !important;
        margin: 0 10px 0 0 !important;
    }
    .prod-descript-tabs .nav-tabs li:last-child a {
        margin: 0 !important;
        border-right-color: #fff !important;
    }
}

.prod-descript-tabs .nav-tabs li.active a {
    background: #fff;
}

.tabs {
    margin: 20px auto 0;
}
.tabs .nav.nav-tabs {
    float: left;
    margin: 0;
    border: none;
}
.tabs .navbar-brand,
.title {
    font-size: 2rem;
    padding: 0;
    height: auto;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
.tabs .navbar-brand {
    margin: 0 15px 20px 0;
}

.title {
    margin: 20px 15px 20px 0;
}

.title2 {
    margin: 0 0 15px;
    font-size: 1.6rem;
    padding: 0;
    height: auto;
    font-weight: 600;
}
.title3 {
    margin: 0 0 15px;
    font-size: 1.2rem;
    padding: 0;
    height: auto;
    font-weight: 300;
    text-transform: uppercase;
    color: #666;
}

.title4 {
    font-size: 1.1rem;
    margin: 0px 0 3px;
}

.titleright a {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    margin-top: 14px;
    display: block;
    text-decoration: underline;
    color: #08b685;
}
.titleright a:hover {
    text-decoration: none;
}

.tabs .nav-tabs > li > a {
    border: 2px solid transparent;
    background: none;
    text-transform: lowercase;
    padding: 2px 10px;
    margin-bottom: 15px;
    border-radius: 0;
}
.tabs .nav-tabs > li.active > a,
.tabs .nav-tabs > li.active > a:hover,
.tabs .nav-tabs > li.active > a:focus {
    background: none;
    border: none;
    color: #e75e1c;
    border: 2px solid #e75e1c;
}

.pop {
    padding-bottom: 70px;
    box-shadow: inset 0px -10px 20px rgba(0, 0, 0, 0.1);
}

.popcat a span {
    text-align: left;
    padding: 9px 0;
    display: block;
    font-size: 1rem;
    color: #000;
    font-weight: 300;
    height: 60px;
    overflow: hidden;
    line-height: 1.3;
}
.popcat a:hover span {
    color: #08b685;
    text-decoration: none;
}

.mainpopcat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainpopcat li a,
.mainpopcat li a img {
    position: relative;
}
.mainpopcat li a {
    width: 100%;
}

.mainpopcat li {
    width: calc(50% - 8px);
    height: auto;
    float: left;
    list-style: none;
    overflow: hidden;
    display: flex;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.mainpopcat li a span {
    width: 100%;
    height: 40px;
    background: #08b685;
    display: flex;
    text-align: center;
    padding: 0px;
    position: absolute;
    bottom: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: 1.1;
    font-size: 16px;
    overflow: hidden;
}

.mainpopcat li a img,
.mainpopcat li a span {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.mainlist_info {
    padding-bottom: 10px;
}
.maininfo {
    list-style: none;
    margin: 0;
    padding: 0;
}
.useful_link span {
    font-size: 1.2857rem;
    color: #333;
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    font-family: Roboto, sans-serif;
}
.useful_link:hover span,
.useful_link:focus span {
    text-decoration: none;
}
.useful_date {
    font-size: 0.9286rem;
    color: #aaa;
    margin: 8px 0 2px;
}
.allinf {
    float: right;
    text-decoration: underline;
    padding: 2px 0 0;
    color: #3570a7;
}
.allinf:hover {
    color: #3570a7;
    text-decoration: none;
}

.maingorod {
    font-size: 1.4rem;
    line-height: 3rem;
}

.mainreview {
    background-color: #fff;
    padding: 30px 0;
    border-bottom: 2px solid #eee;
    margin-bottom: -60px;
}

.ratcount {
    float: left;
    font-size: 2rem;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.ratcount span {
    font-size: 1.5rem;
    color: #666;
    padding: 0;
    margin: 0;
}
.star-rating {
    font-size: 0;
    float: left;
    padding: 8px 0 0;
    margin: 0 15px 0;
    line-height: 0;
}
.star-rating__wrap {
    display: inline-block;
    font-size: 12px;
}
.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}
.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #ffb300;
}
.star-rating__ico:last-child {
    padding-left: 0;
}
.star-rating__input {
    display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}

.star-label {
    float: left;
    display: block;
    width: 100%;
}
.star-label .star-rating {
    float: right;
}

.review-location {
    float: left;
    display: block;
    width: 100%;
    padding: 7px 0;
    color: #08b685;
    font-size: 1rem;
}
.chart-1,
.chart-2 {
    width: 100%;
    display: block;
    font-size: 1rem;
}
.chart-1 > .rating-comment,
.chart-2 > .rating-comment {
    display: block;
    margin: 0;
    width: auto;
    float: inherit;
}
.list_comment {
    border-bottom: 1px solid #eee;
    padding: 20px;
    margin: 0 0 10px 0;
}
.list_comment:last-child {
    border-bottom: none;
}
.rightlink {
    /*float: left;*/
    margin-top: 0;
    display: block;
}
.rightlink a {
    display: inline-block;
    margin: 0 15px 20px 0;
    text-decoration: underline;
    color: #3570a7;
}
.rightlink a:hover,
.rightlink a:focus {
    text-decoration: none;
}

.comment_block {
    list-style: none;
    padding: 0;
}
.one_comment {
    padding: 10px;
}
.review-author-name {
    font-size: 1.15rem;
    color: #000;
}
.review-comment-date {
    color: #999;
    font-size: 1rem;
    margin: 0 10px;
}
.descr_comment {
    width: 100%;
    display: block;
    margin: 7px 0px;
    font-size: 14px;
    color: #666;
    word-break: break-word;
}
.rating-comment {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 5px;
}

#citystorelist {
    padding-right: 32px;
    margin-top: 8px;
}

#cityListStores {
    border: 1px solid #999;
    margin-top: 8px;
}

.rating_buttons {
    margin: 30px 0;
}
.rating_buttons button {
    margin: 0 15px 10px 0;
    width: 100%;
}
.rating-5::before,
.rating-4::before,
.rating-3::before,
.rating-2::before,
.rating-1::before,
.rating-5::after,
.rating-4::after,
.rating-3::after,
.rating-2::after,
.rating-1::after {
    font-family: FontAwesome;
    font-size: 1.1rem;
    font-style: normal;
}
.rating-5::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #ffb300;
}
.rating-4::before {
    content: "\f005 \f005 \f005 \f005";
    color: #ffb300;
}
.rating-4::after {
    content: "\f005";
    color: #ddd;
}
.rating-3::before {
    content: "\f005 \f005 \f005";
    color: #ffb300;
}
.rating-3::after {
    content: "\f005 \f005";
    color: #ddd;
}
.rating-2::before {
    content: "\f005 \f005";
    color: #ffb300;
}
.rating-2::after {
    content: "\f005 \f005 \f005";
    color: #ddd;
}
.rating-1::before {
    content: "\f005";
    color: #ffb300;
}
.rating-1::after {
    content: "\f005 \f005 \f005 \f005";
    color: #ddd;
}

.cit_comment {
    margin: 10px 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #eee;
    font-size: 14px;
    color: #666;
}

.detail_text_quote {
    padding: 15px 20px;
    border: 1px solid #eee;
    margin-left: 20px;
}
.detail_text_quote span {
    font-size: 13px;
}
.detail_text_quote .review-author-name {
    font-weight: bold;
}

.modal-backdrop {
    opacity: 0.8 !important;
}
.modal {
    text-align: center;
    padding: 0 !important;
    max-width: 100vw !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog {
    display: flex;
    text-align: left;
    margin: auto;
    line-height: normal;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    transform: translate(-50%, -50%) !important;
}

.modal-dialog .btn:first-child {
    background: rgba(136, 143, 154, 0.16);
}

.modal-city::before {
    height: 20px !important;
}

.product-inmodal button,
.product-inmodal button:hover {
    outline: none;
}
.modal-content {
    border-radius: 0 !important;
    width: 100%;
}
.modal-body.gray {
    background: #f8f8f8;
    padding: 25px;
}
.mdl-box {
    background: #fff;
    padding: 0;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.mdl-box strong,
.mdl-box span {
    width: 100%;
}
.mdl-box strong {
    font-size: 16px;
    font-weight: normal;
}
.mdl-box span {
    color: #666;
}
.mdl-box img {
    padding: 5px;
    max-height: 110px;
}
.mdl-btn-number {
    height: 36px;
    width: 36px;
    font-size: 1.2rem;
    background: #fff;
    border: none;
    color: #666;
    outline: none;
}
.mdl-btn-number:hover {
    color: #08b685;
    background: #eee;
    outline: none;
}
.mdl-num input {
    width: 36px;
    height: 34px;
    padding: 0;
    font-size: 1.1rem;
    color: #666;
    border: 1px solid #999;
    margin: 0;
    text-align: center;
    border-radius: 0px;
}
.mdl-num {
    display: inline-flex;
    padding: 0;
    margin: 10px -10px;
}

.mdl-coast {
    font-style: inherit;
    float: right;
    font-size: 1.2rem;
    color: #000;
    margin: 15px 0px;
}
.mdl-box li:nth-child(1),
.mdl-box li:nth-child(2) {
    min-height: 110px;
}
.mdl-box li:nth-child(2) {
    padding: 10px;
}

.mdl-box .close {
    margin: 15px 0;
}
.mdl-info {
    background: #ffeed0;
    display: block;
    align-items: center;
    line-height: 1.5;
    padding: 15px 0;
}
.mdl-info::before {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffeed0;
    content: "";
    margin-top: -20px;
    top: 0;
    margin-left: 50px;
}
.mdl-info strong {
    text-transform: uppercase;
    color: #e75e1c;
}
.mdl-info a {
    color: #3570a7;
    font-size: 1.1rem;
    text-decoration: underline;
}
.mdl-info a:hover {
    text-decoration: none;
}
.mdl-cart {
    height: auto;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    font-size: 1rem;
    padding: 20px 0 0;
}
.mdl-cart span {
    color: #08b685;
    font-size: 1.3rem;
}
.mdl-cart a {
    margin: 5px 0 20px 0;
    display: block;
    font-size: 14px;
}
.mdl-cart .btn {
    width: 100%;
}

.cr-num {
    display: flex;
    padding: 6px;
    background: #08b685;
    color: #fff;
    float: left;
    position: absolute;
    margin-left: -20px;
    font-size: 35px;
    font-weight: bold;
    margin-top: -13px;
    height: 53px;
    justify-content: center;
    align-items: center;
    border-radius: 0 50px 50px 0;
    width: 44px;
}
.cr-num + span {
    margin-left: 39px;
    display: block;
}

.stepbox {
    max-width: 600px;
    margin: 25px auto 0;
    background: #fff;
    padding: 10px 5px;
    clear: both;
}

.stepbox-2 {
    padding: 0;
}

.stepbox-bottom {
    margin-bottom: 25px;
}

.stepbox::after,
.stepbox::before,
.infobox::after,
.infobox::before,
.filterbox::after,
.filterbox::before {
    content: "";
    display: table;
    clear: both;
}

.infobox {
    max-width: 600px;
    margin: 25px auto 0;
    background: #d6ece0;
    padding: 25px 10px 25px 110px;
    clear: both;
    font-size: 1.1rem;
}

.btn {
    border-radius: 0px;
}
.btn-success {
    color: #ffffff;
    background-color: #08b685;
    border: none;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #009766;
}
.btn-def {
    color: #000;
    background-color: #eee;
    border: none;
}
.btn-def:hover {
    color: #009766;
    background-color: #ddd;
}

#slider-pokupka-make_order,
#make_order {
    font-size: 1rem;
}

#slider-pokupka span.modal-title {
    font-size: 1.28rem;
}

button,
button:hover,
button:focus,
button:active,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.form-control,
.input {
    border-radius: 0;
    border-width: 1px;
    border: 1px solid #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 0.8;
}
.userpage .form-control::-moz-placeholder {
    color: #000;
}
.userpage input {
    border-radius: 0;
    border-width: 1px;
    border: 1px solid #fff;
    border-bottom-color: #ddd;
}
.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder {
    color: #000;
}

.stepbox input {
    border: 1px solid #999;
    height: 40px;
    border-radius: 0;
    outline: none;
    font-size: 1.1rem;
}

.color-danger {
    color: #f36;
}

.loyalty-label {
    cursor: pointer;
}

.js-out-city {
    position: relative;
}

.check-box-square {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    position: relative;
    height: 18px;
    width: 18px;
    margin-top: 2px;
    margin-right: 11px;
    transition: .2s;
}

.loyalty-label:hover .check-box-square {
    border: 1px solid #909AAA;
}

.check-box-square:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotateZ(45deg) translate(-1px, -1px);
    opacity: 0;
    transition: .1s;
}

.js-loyalty-checkbox {
    display: none;
}

.js-loyalty-checkbox:checked + .check-box-square {
    background: #FF3366;
    border: 1px solid #FF3366;
}

.js-loyalty-checkbox:checked + .check-box-square:before {
    opacity: 1;
}

/*.check-box-square:after {
    background: #FF3366;
    border: 1px solid #FF3366;
    box-sizing: border-box;
    border-radius: 4px;
}*/

.loyalty-wrap {
    background: #FFFAE8;
    border: 1px solid rgba(251,195,3,.121569);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    font-family: Roboto, sans-serif;
    color: #212121;
    font-size: 14px;
}

.loyalty-wrap-blue {
    background: rgba(141, 192, 249, 0.12);
    border: 1px solid rgba(141, 192, 249, 0.2);
}

.loyalty-label {
    font-size: 16px;
    font-weight: 400;
}

.js-loyalty-wrap {
    position: relative;
}

.js-loyalty-wrap.disabled:before {
    content: "";
    background: rgba(255,255,255, .8);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.stepbox input[type="checkbox"] {
    height: auto;
    margin-right: 6px;
    vertical-align: middle;
    /*margin-top: 0;*/
}

.stepbox .checkbox input {
    height: auto;
}

.citysearch {
    display: block;
    float: left;
    width: 100%;
    position: relative;
}
.citysearch .fa-search {
    position: absolute;
    margin-left: 13px;
    bottom: 8px;
    margin-top: 9px;
    z-index: 2;
    display: block;
    font-size: 1.5rem;
    color: #999;
}
.citysearch input {
    padding-left: 40px;
}

@media (max-width: 575px) {
    .ui-widget input {
        font-size: 13px !important;
    }
}

.citymore {
    float: left;
    display: block;
    margin-top: 20px;
}
.citymore strong {
    font-size: 1.1rem;
    color: #666;
}
.citymore a {
    margin: 0 10px 0 0;
}

select {
    width: 100%;
    height: 45px;
    outline: none;
    font-size: 1.1rem;
    appearance: none;
    -moz-appearance: none;
    border: 1px solid #999;
    -webkit-appearance: none;
    background-image: url("../images/selector.gif");
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 0 0 10px;
    margin: 0;
}
select::-ms-expand {
    display: none;
}

.radio input {
    height: auto;
}
.stepbox .radio input[type="radio"] {
    margin-left: -30px;
    margin-top: 2px;
}

.stepbox .radio > label {
    font-size: 1.1rem;
    margin: 10px 0 0;
    line-height: 1.2;
    width: 100%;
    float: left;
    padding-left: 33px;
}
.stepbox .radio > label input:checked + span {
    color: #08b685;
}
.credit-check {
    display: none;
}
.stepbox .radio > label input:checked + span + .credit-check {
    display: block !important;
}

.stepbox .radio > span {
    margin: 0 0 0 33px;
    color: #666;
    float: left;
}
.stepbox .radio > a {
    margin-left: 33px;
    float: left;
    color: #3570a7;
    text-decoration: underline;
}
.stepbox .radio > a:hover {
    text-decoration: none;
}

.newradio input {
    height: auto;
}
.newradio input[type="radio"] {
    margin-left: -30px;
}

.newradio > label {
    font-size: 1.1rem;
    margin: 10px 0 0;
    line-height: 1.2;
    width: 100%;
    float: left;
    padding-left: 50px;
}
.newradio > label input:checked + span {
    color: #08b685;
}
.credit-check {
    display: none;
}
.newradio > label input:checked + span + .credit-check {
    display: block !important;
}

.newradio > span {
    margin: 0 0 0 33px;
    color: #666;
    float: left;
}
.newradio > a {
    margin-left: 33px;
    float: left;
    color: #3570a7;
    text-decoration: underline;
}
.newradio > a:hover {
    text-decoration: none;
}

.incred-box {
    display: block;
    height: auto;
    width: calc(100% + 30px);
    margin-left: -30px;
    float: left;
    align-items: center;
    font-size: 13px;
    color: #666;
    text-align: center;
}
.incred-box img {
    text-align: center;
    margin-top: 15px;
}
.incred-box strong {
    font-size: 1.5rem;
    font-weight: normal;
    color: #000;
    display: block;
    line-height: 45px;
}
.incred-box strong > span {
    font-size: 16px;
    color: #666;
}

.clienttabs {
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
}
.clienttabs li {
    width: 100%;
    text-align: center;
    float: left;
    margin: 10px 15px 10px 0;
}
.clienttabs li a {
    font-size: 1.1rem;
    padding: 7px 17px;
    color: #3570a7;
    text-decoration: underline;
    border: 1px solid transparent;
    border-radius: 50px;
}
.clienttabs li a:hover,
.clienttabs li a:focus {
    text-decoration: none;
}
.clienttabs li.active a {
    color: #f88454;
    border-color: #f88454;
    text-decoration: none;
    outline: none;
}
.stepbox .tab-content {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.inputline {
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.inputline .control-label {
    font-weight: normal;
    display: flex;
    align-content: center;
    align-items: center;
    height: 44px;
    margin: 0;
    font-size: 1.1rem;
    color: #666;
}
.stepbox hr {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #eee;
    margin-bottom: 15px;
    margin-top: 0;
}

.dopmob {
    background: #eee;
    float: left;
    display: block;
    padding: 15px 10px 30px;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-bottom: -10px;
    margin-top: 15px;
    border-top: 1px solid #eee;
}

.dopmob span {
    color: #666;
    font-size: 0.9rem;
    float: left;
    width: 100%;
}

.checkout-comment {
    font-size: 1.1rem;
    display: block;
    margin: 20px 0;
    color: #3570a7;
    text-decoration: underline;
}
.mobcenter {
    text-align: center;
}
.mobcenter .btn {
    width: 100%;
    max-width: 600px;
}

.selectbox {
    vertical-align: middle;
    cursor: pointer;
    margin: 4px 0;
    width: 100%;
    border: 1px solid #999;
    z-index: 1;
    display: flex !important;
}
.selectbox ul {
    padding: 0;
    margin: 0;
}
.selectbox ul li::before {
    display: none;
}
.selectbox .dropdown {
    width: 100% !important;
    border-radius: 0px !important;
    border: 1px solid #8a9293;
    top: 40px;
}
.selectbox .select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0px 40px 0 15px;
    font-size: 1.1rem;
    font-family: Roboto, sans-serif;
    color: #666;
    background: #ffffff;
    border-color: #999;
    border-radius: 0px;
}

.selectbox .select:active {
    background: #ffffff;
    border-color: #000;
}
.selectbox.focused .select {
    border: 1px solid #000;
}
.selectbox .select .text {
    display: block;
    width: 100%;
    height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.selectbox .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 100%;
    background-color: #fff;
}
.selectbox .trigger .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(../images/selector.gif);
    background-position: center;
}

.selectbox .dropdown {
    top: 40px;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    background: #fff;
    font-size: 1.1rem;
    font-family: Roboto, sans-serif;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.checkout .selectbox .dropdown {
    max-height: 240px;
}

.selectbox li {
    padding: 10px 15px;
    color: #000;
    list-style: none;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}
.selectbox li.selected {
    background: #eee;
    color: #000;
}
.selectbox li:hover {
    background: #eee;
    color: #000;
}
.selectbox li.disabled {
    color: #999;
}
.selectbox li.disabled:hover {
    background: none;
}
.selectdate .selectbox {
    width: 33%;
    float: left;
}

.title3 a {
    text-align: right;
    float: right;
    text-transform: none;
}

.stepbox .table-hover > tbody > tr:hover {
    background-color: #f6f6f6;
    color: #000;
}
.table.checklist {
    color: #666;
}

.table.checklist tr td:nth-child(1) {
    width: 60%;
    float: left;
}
.table.checklist tr td:nth-child(2) {
    color: #999;
    text-align: right;
    width: 15%;
    display: block;
    float: left;
    white-space: nowrap;
}
.table.checklist tr td:nth-child(3) {
    text-align: right;
    width: 25%;
    float: left;
    display: block;
}

.table.checklistsum {
    color: #666;
}
.table.checklistsum tr td:nth-child(2) {
    text-align: right;
}
.table.checklistsum tr:last-child {
    color: #000;
    font-size: 1.2rem;
}
.table.checklist tr td,
.table.checklistsum tr td {
    padding: 10px;
}

.table.zak {
    color: #666;
    font-size: 1.1rem;
}
.table.zak tr td:nth-child(2) {
    color: #000;
}
.table.zak td > span {
    float: left;
    font-size: 0.9rem;
    color: #666;
}

.icon-inf-mail,
.icon-inf-sale {
    margin: 10px 30px 0 -90px;
    width: 60px;
    height: 60px;
    float: left;
    background-image: url("../images/infobox.png");
    background-repeat: no-repeat;
    display: block;
}
.icon-inf-mail {
    background-position: left top;
}
.icon-inf-sale {
    background-position: right top;
}

.apteki-list .step {
    margin-top: 0;
    overflow-x: hidden;
}
.apteki-list h3 {
    margin: 10px 0 15px 15px;
}
.apteki-list h3 a {
    color: #000;
}
.apteki-list h3 a:hover,
.apteki-list h3 a:focus {
    color: #08b685;
}
.apt-box {
    margin: 10px auto;
    padding: 0 0 0 75px;
    clear: both;
    font-size: 1.1rem;
    display: block;
    line-height: 1.4;
    width: 100%;
    float: left;
}
.icon-inf-adress,
.icon-inf-time,
.icon-inf-phone,
.icon-inf-apname {
    width: 75px;
    height: 55px;
    float: left;
    background-image: url("../images/icon_aptlist.png");
    background-repeat: no-repeat;
    display: block;
    margin-left: -65px;
}
.icon-inf-apname {
    background-position: -2px -200px;
}
.icon-inf-adress {
    background-position: -2px -132px;
}
.icon-inf-time {
    background-position: -2px -70px;
}
.icon-inf-phone {
    background-position: -2px -7px;
}
.apt-box p {
    margin: 0;
    font-size: 1.2143rem;
    color: #000;
    text-align: left;
}
.apt-box i {
    font-style: normal;
    color: #666;
    font-size: 1.14rem;
}
.apt-box strong {
    color: #000;
    font-size: 1.5rem;
}
.steps-sms {
    padding: 0 0 50px;
    width: 100%;
    height: 240px;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin-left: 0;
    float: right;
}
.steps-sms::before {
    content: "";
    background: url("../images/step-sms1.png") no-repeat;
    background-size: 100% 100%;
    width: 128px;
    height: 247px;
    position: absolute;
    margin-left: -128px;
    display: none;
}
.steps-sms-inner {
    font-size: 1.12rem;
    background: #fff;
    background-clip: border-box;
    padding: 20px 0 20px 23px;
    border: 3px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    min-height: 165px;
}
.steps-zakaz {
    font-size: 1.12rem;
    list-style: none;
    width: 100%;
    float: left;
    padding: 0 0 0 15px;
    margin: 0;
}
.steps-zakaz li {
    width: 100%;
    float: left;
    display: block;
    margin: 8px 0;
}
.steps-zakaz .num {
    font-size: 1.3rem;
    margin: 0 10px 0 0;
    float: left;
    display: flex;
    background: #08b685;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.apt-box a {
    font-size: 20px;
    color: #08b685;
    padding: 6px 0;
    display: flex;
    line-height: 1;
    align-items: center;
    height: 45px;
    text-decoration: underline;
}
.apt-box a:hover {
    text-decoration: none;
    color: #009e6d;
}
.apt-box .apname {
    font-size: 28px;
    color: #000;
    padding: 6px 0;
    display: flex;
    line-height: 1;
    align-items: center;
    height: 45px;
}
.apnam {
    font-size: 26px;
    color: #08b685;
    padding: 0 0 18px 18px;
    display: block;
    text-decoration: underline;
}

.footer-row {
    display: flex;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center !important;
}

.fd-column {
    flex-direction: column;
    justify-content: space-between;
}

.direction-column {
    flex-direction: column;
}

.fg-1 {
    flex-grow: 1;
}

.fw-wrap {
    flex-wrap: wrap;
}

.fw-wrap.row > div {
    float: none;
}

.ai-stretch {
    align-items: stretch;
}

.terms-page .about-page {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .hidden-before-sm {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .hidden-after-sm {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .terms-page .about-page {
        margin-bottom: 10px;
    }
}

.terms-page {
    line-height: 150%;
}
.terms-page h1 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    color: #212121;
    margin: 32px 24px 24px;
    max-width: 100%;
    text-align: left;
    word-break: break-word;
}

.color-red {
    color:#FF3366 !important;
}
.color-blue {
    color: #2270EE !important;
}

.terms-page h2,
.terms-page h3,
.terms-page .about-page__body p.warning-text {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #212121;
    margin: 32px 0 12px;
    width: 100%;
}

.warning-cashback {
    align-items: center;
    background: #FFFBF5;
    border: 1px solid #FF9500;
    border-radius: 10px;
    box-sizing: border-box;
    color: #212121;
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    padding: 12px;
}

.warning-cashback p {
    margin: 0 0 0 8px;
}

.warning-text-checkout {
    color: #ff9500;
    font-weight: 700;
}

.terms-page h4 {
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #212121;
    margin: 24px 0 12px;
    width: 100%;
}

.terms-page .about-page__body p.warning-text:first-child {
    margin-top: 0;
    line-height: 1.286;
}

.terms-page .about-page__body p {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: #212121;
}

.terms-page .navigation__item {
    line-height: 18px;
}
.terms-page .about-page__body ul {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}

.terms-page .about-page__body ul li {
    padding: 0 0 0 20px;
    position: relative;
    width: 100%;
    color: #212121;
}

.terms-page .about-page__body li:not(:last-child) {
    margin-bottom: 4px;
}

.terms-page .about-page__body li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background:#FF3366;
    position: absolute;
    top: 6px;
    left: 0;
}

.terms-page p:not(:last-child) {
    margin-bottom: 8px;
}

.terms-page a {
    color: #2270EE;
    word-break: break-word;
}

.terms-page a:hover {
    color:#FF3366;
    text-decoration: underline;
}

.delivery-tab {
    display: none;
}

.delivery-tab-time {
    flex-wrap: wrap;
}

.delivery-tab__list {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
}

.delivery-tab__item {
    display: none;
}

.delivery-tab__item.active {
    display: block;
}

.delivery-tab__header {
    border-bottom: 1px solid rgba(136,143,154,.16);
}

.delivery-tab__title {
    font-family: Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    padding: 12px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin: 0;
}

.delivery-tab__title:not(.disabled):hover {
    border-bottom: 3px solid rgba(255,51,102,.2);
}

.delivery-tab__title:not(.disabled).active {
    color: #ff3366;
    border-bottom: 3px solid #FF3366;
}

.delivery-tab__title.disabled.active {
    border-bottom: 3px solid rgba(255,51,102,.2);
}

.delivery-time {
    cursor: pointer;
    font-family: Arial, Sans-Serif;
    width: 128px;
    background: #FFFFFF;
    border: 1px solid #E0E3E9;
    border-radius: 16px;
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.delivery-time__description {
    line-height: 1.5;
    font-size: 12px;
    color: rgba(0, 0, 0, .5);
}

@media (max-width: 576px) {
    .delivery-time {
        margin-bottom: 8px;
        max-width: calc(50% - 4px);
        width: calc(50% - 4px);
    }
}

.delivery-tab__title.disabled {
    color: #9E9E9E;
}

.delivery-time:nth-child(2n) {
    margin-left: 8px;
}

@media (min-width: 577px) {
    .delivery-time:nth-child(2n) {
        margin-left: 0;
    }

    .delivery-time + .delivery-time {
        margin-left: 15px;
    }
}

.delivery-time__status {
    margin: 5px 0 8px 0;
}
.delivery-time.disabled {
    cursor: not-allowed;
    position: relative;
}

.delivery-time.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.6);
    border-radius: 16px;
}

.delivery-time:not(.disabled):not(.active):hover {
    border: 1px solid #a9aeb7;
}

.delivery-time.active {
    background: rgba(246, 76, 107, 0.06);
    border: 1px solid #FF3366;
}

@media (max-width: 991px) {
    .terms-page h1 {
        font-size: 28px;
        margin: 24px 24px 16px;
    }
    .terms-page h2,
    .terms-page h3,
    .terms-page .about-page__body p.warning-text {
        margin: 24px 0 12px;
    }
    .terms-page .about-page__body ul {
        width: 100%;
    }
}

@media (max-width: 526px) {
    .terms-page h1 {
        margin: 24px 16px 16px;
    }
}

footer {
    background: #212E42;
    width: 100%;
    margin-top: 30px;
    padding: 32px 0 16px;
    color: #fff;
    text-shadow: 1px 0 1px rgba(0, 0, 0, 0.1);
    font-family: "Roboto", sans-serif;
}

@media (min-width: 992px) {
    footer .col-md-3 {
        width: 24.9%;
        max-width: 24.9%;
    }

    footer .col-md-2.footer__col {
        width: 19.9%;
    }
}

footer .col-md-2 p {
    margin-bottom: 24px;
    line-height: 1.2;
    font-weight: 500;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    text-align: left;
}

footer .col-md-2:first-child p:first-child {
    margin-bottom: 12px;
}

footer .row .footer__text_sm {
    font-size: 16px;
    line-height: 1.12;
    color: #fff;
    opacity: .7;
    margin-bottom: 24px;
    font-weight: 400;
}

.footer__link + .footer__link {
    margin-left: 15px;
}

@media (min-width: 992px) and (max-width: 1249px) {
    .footer__link + .footer__link {
        margin-top: 15px;
        margin-left: 0;
    }
}

.footer__link p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px !important;
    /*line-height: 20px !important;*/
    /*font-weight: 500;*/
}

.footer__wrap-parners .footer__link.license img {
    margin-bottom: 15px;
}
.footer__link.license p {
    font-weight: 400;
}

.footer__wrap-parners {
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1249px) {
    .footer__wrap-parners {
        flex-wrap: wrap;
    }
}

.footer__wrap-parners p {
    text-align: center !important;
}

.footer__toggle-title-second {
    margin-top: 40px;
    text-align: center;
    position: relative;
}

.footer__link:hover {
    color: #909aaa;
}

footer.footer-order {
    padding: 10px 0;
}

.footcont-l,
.footcont-r {
    margin-top: 30px;
    text-align: center;
}

.footcont-l-order {
    margin-top: 0;
}

.footcont-l p,
.footcont-r p {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.nav_footmenu {
    list-style: none;
    padding: 5px 0 0;
    float: none;
    margin: 0;
}

.nav_footmenu li {
    width: 100%;
    margin-bottom: 12px;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
}

.nav_footmenu li a {
    color: inherit;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.contactfoot {
    list-style: none;
    margin: 0;
    padding: 0;
}

.contactfoot a img {
    margin-right: 15px;
}

.contactfoot a {
    color: #fff !important;
}

.contactfoot a span {
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

.contactfoot li {
    margin-bottom: 18px;
}

.social {
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
}

.social li:not(:last-child) {
    margin-right: 18px;
}

.license {
    color: #fff;
    opacity: .7;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

footer .container-fluid > .license {
    font-size: 16px;
    font-weight: 400;
}

footer .col-xs-12:last-child {
    display: flex;
    flex-direction: column;
}

footer p.license.text-center {
    margin-top: 18px;
    margin-bottom: 0;
}

footer a:hover {
    color: rgba(255,255,255,.6);
}

footer .topBorder {
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.result-seraching {
    margin: 20px 0;
}

@media (min-width: 768px) {
    footer {
        padding: 40px 0;
    }
    footer .col-md-3 p {
        margin-bottom: 16px;
    }
    .footer-separate {
        margin: 20px auto 40px;
    }
    footer .col-xs-12:last-child {
        flex-direction: row;
    }
    .result-seraching {
        margin: 24px 0;
    }
}

@media (min-width: 992px) {
    .social-flex-md {
        display: flex !important;
    }
    footer .topBorder {
        padding: 0;
        margin: 0;
        border: none;
        width: auto;
    }

    footer .col-xs-12:last-child {
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .social-mobile {
        display: flex;
    }

    footer .col-md-3 {
        max-width: none;
        flex: auto;
    }
}

.to-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 170px;
    opacity: 0.5;
    text-decoration: none;
    border: none;
    outline: none;
    text-align: center;
    z-index: 10;
    text-decoration: none;
}

.to-top.hover {
    opacity: 1;
}

.to-top.hover:before {
    background: #08b685;
}

.preloader-inner {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.preloader-inner__circle {
    -webkit-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.preloader-inner__text {
    color: #212121;
    font-size: 24px;
    text-shadow: 0 0 1px rgba(188,188,188,0.8);
    text-align: center;
}

@keyframes rotating {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(380deg);
    }
}

@media (min-width: 1024px) {
    .to-top:hover {
        opacity: 1;
    }
    .to-top:hover::before {
        background: #08b685;
    }
}

.to-top::before {
    content: "\f062";
    font-family: "FontAwesome";
    font-size: 22px;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #cfd8dc;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 2;
}

.catbox {
    width: 100%;
    border-right: 1px solid #eee;
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.cat-titlebox {
    min-height: 75px;
    width: 100%;
    font-size: 1.2857rem;
    display: flex;
    align-items: center;
}
.catbox a {
    color: #000;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}
.catbox a:hover,
.catbox a:focus {
    color:#FF3366;
}

ul.row-flex {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
}
.cat-img {
    margin-bottom: 20px;
}
.cat-list {
    list-style: none;
    padding: 0;
}
.cat-list li {
    padding: 0 5px 10px 5px;
}

.cat-list li:first-child {
    padding-top: 15px;
}
.cat-list li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    color: #2270EE;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.cat-list li a:hover,
.cat-list ul li a:focus {
    color:#FF3366;
    text-decoration: none;
}

.categories h1.title {
    padding: 0;
    margin: 5px 0 20px;
}

.filterbox {
    background: #fff;
    padding: 10px 0;
    clear: both;
}
.sortbox {
    background: #fff;
    display: block;
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    align-items: center;
    justify-content: space-between;
}

.sidebar-catlist {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.sidebar-catlist ul {
    list-style: none;
    padding: 0 15px;
}

.sidebar-catlist ul li a {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.2;
    float: left;
    width: 100%;
    display: block;
    padding: 5px 0;
}
.sidebar-catlist ul li a:hover,
.sidebar-catlist ul li a:focus,
.sidebar-catlist ul li.active a {
    color: #08b685;
}

.sidebar-catlist ul .catlist-more a {
    padding: 10px 0;
    margin: 0;
    color: #18bc9c;
    text-decoration: underline;
    display: block;
}
.sidebar-catlist ul .catlist-more a:hover {
    color: #000;
    text-decoration: none;
}
.catlist-hiden {
    display: none;
}

#filter-sidebar-toggler,
#sort-sidebar-toggler {
    display: none;
}
#filter-sidebar {
    background: #fff;
    display: block;
    position: fixed;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    top: 0px;
    left: -100%;
    width: 100%;
    transition: left 0.5s;
    z-index: 999;
    overflow-y: auto;
}
#sort-sidebar {
    background: #fff;
    display: block;
    position: fixed;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    height: 160px;
    top: -100%;
    left: 0px;
    width: 100%;
    transition: top 0.5s;
    z-index: 999;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#filter-sidebar-toggler:checked + #filter-sidebar {
    left: 0;
}
#sort-sidebar-toggler:checked + #sort-sidebar {
    top: 0;
}

.filterlabel,
.sortlabel {
    padding: 15px;
    background: #f7647f;
    font-family: Roboto, sans-serif;
    cursor: pointer;
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 1.27rem;
    position: fixed;
    bottom: 0;
    z-index: 90;
    width: 50%;
}
.sortlabel {
    border-left: 1px solid #fff;
    left: 50%;
}

.filterlabel-close {
    font-size: 2rem;
    text-align: right;
    padding: 15px;
    margin: 5px;
    color: #666;
    cursor: pointer;
    float: right;
}
.filterlabel-close i:hover {
    color: #000;
}
.filtername {
    width: 100%;
    float: left;
    display: block;
    border-bottom: 1px solid #ededed;
    padding: 0 0 10px 0;
}
.filtername span {
    text-transform: uppercase;
    width: 90%;
    float: left;
    font-size: 1.1rem;
    padding: 5px 2px 5px 15px;
}

.filter-collapse.collapsed::before {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    display: block;
    float: right;
}
.filter-collapse::before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 1.4rem;
    display: block;
    float: right;
}

.filter-collapse {
    width: 10%;
    float: right;
    padding: 5px 12px 5px 2px;
    font-size: 1.4rem;
    outline: none;
}
.filterinbox {
    width: 100%;
    float: left;
    padding: 10px 15px;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #eee;
}
.tooltip-inner {
    color: #666;
    background-color: #eee;
}
.fltr-cst-inpt {
    width: 100%;
    float: left;
    margin: 20px 0 0;
}
.fltr-cst-inpt label {
    font-weight: 100;
    float: left;
    padding: 5px;
}
input.coast {
    width: 85px;
    border: 1px solid #999;
    border-radius: 0;
    outline: none;
    font-size: 1.1rem;
    float: left;
}
.cst-inpt1 {
    float: left;
    padding: 0;
    margin: 0;
}
.cst-inpt2 {
    float: right;
    padding: 0;
    margin: 0;
}
.filterinbox .checkbox label {
    margin-bottom: 10px;
    line-height: 21px;
    width: 100%;
    float: left;
    display: block;
}
.filterbtn {
    width: 100%;
    text-align: center;
}
.btn-def.filterbtn {
    border-radius: 0;
    color: #666;
}
.btn-def.filterbtn:hover {
    color: #000;
    background-color: #dadada;
}

.gridbox {
    width: 100%;
}

.catlist-tovarbox {
    height: auto;
    width: calc(50% - 4px);
    background-color: #fff;
    border-radius: 16px;
    float: left;
    position: relative;
    margin: 0 8px 8px 0;
    padding: 16px 8px;
    box-shadow: 0px 5px 10px rgba(57, 72, 86, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .catlist-tovarbox {
        padding: 16px;
    }
}

.catlist-tovarbox:nth-child(2n + 1) {
    margin-right: 0;
}

.product-availability {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}

.product-availability.available {
    color: #00a046;
}

.product-availability.not-available {
    color: rgba(57, 69, 86, 0.6);
}

.tovarphoto {
    position: relative;
    width: 100%;
}
.goodstext {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    height: auto;
    width: 100%;
    margin-top: 8px;
}

@media (min-width: 768px) {
    .goodstext {
        margin-top: 24px;
    }
}

.goodstext .goodscart {
    bottom: 0;
}

.catlist-tovarbox .oldcoast,
.catlist-tovarbox .goodscoast {
    position: relative;
}
.catlist-tovarbox .goodsname span {
    margin: 0;
    height: 35px;
    overflow: hidden;
    width: 100%;
}

.goodscart.not_av {
    background:#FF3366;
    color: #fff;
    text-transform: uppercase;
}
.goodscart.not_av:hover,
.goodscart.not_av:focus {
    border-color: #f7647f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 1px 18px rgba(0, 0, 0, 0.06), 0 6px 10px rgba(0, 0, 0, 0.07);
    background-color: #f7647f;
}

.sortname,
.sortsel {
    display: inline-flex;
}
.sortsel {
    min-width: 100%;
}

.blog img {
    max-width: 100%;
    height: auto;
}

.manufacture-dop,
.form-dop,
.vkus-dop {
    max-height: 45px;
    overflow: hidden;
}

.blog-text {
    font-size: 1.15rem;
}

.blogtabs {
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
}
.blogtabs li {
    text-align: center;
    float: left;
    margin: 5px 15px 5px 0;
    width: 100%;
    display: block;
}
.blogtabs li a {
    width: 100%;
    display: block;
    font-size: 1.1rem;
    padding: 7px 17px;
    color: #666;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 50px;
}
.blogtabs li a:hover,
.blogtabs li a:focus {
    color: #08b685;
    border-color: #08b685;
    text-decoration: none;
    outline: none;
}
.blogtabs li a:active,
.blogtabs li.active a {
    color: #f88454;
    border-color: #f88454;
    text-decoration: none;
    outline: none;
}

.bloglist li {
    background: #fff;
    margin: 5px auto;
    padding: 15px;
    width: 100%;
    max-width: 570px;
}

.blogtabs li:nth-child(n + 13) {
    display: block;
}
#blogcat-toggle:checked + .blogtabs li:nth-child(n + 13) {
    display: block;
}
.blogallcheck {
    font-weight: normal;
    color: #666;
    cursor: pointer;
}
.blogallcheck:hover {
    color: #08b685;
}

.blogallcheck::after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 1.2rem;
    margin-left: 5px;
}

.ev_title {
    font-size: 1.35rem;
    color: #000;
    padding: 15px 0 0px;
}
.blog_link:hover .ev_title {
    color: #08b685;
}
.blog_link .ev_date span {
    color: #f88454;
    font-weight: bold;
    font-size: 1.2rem;
}
.blog_link:hover .ev_date span {
    font-size: 1.2rem;
}

.ak_date {
    font-size: 1.2rem;
    padding: 0;
    margin: 0 0 15px 0;
    line-height: 1;
    font-weight: bold;
    float: left;
    width: 100%;
    display: block;
}
.ak_date span {
    color: #f88454;
    font-weight: bold;
    font-size: 1.2rem;
}

.stock-end {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
    padding: 15px 0 0;
    font-size: 18px;
}
#clockdiv {
    color: #fff;
    font-weight: 100;
    padding-top: 15px;
    text-align: center;
    font-size: 28px;
    position: relative;
    padding-bottom: 40px;
    float: left;
    display: block;
    width: 100%;
}
#clockdiv > div#days::after,
#clockdiv > div#hours::after,
#clockdiv > div#minutes::after {
    content: ":";
    position: absolute;
    font-size: 24px;
    top: 5px;
    right: -12px;
    color: #666;
}

#clockdiv > div {
    padding: 0;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
#clockdiv div > span {
    padding: 7px;
    border-radius: 3px;
    background: #f88454;
    display: inline-block;
}
#clockdiv label {
    font-size: 12px;
    line-height: 10px;
    display: block;
    position: absolute;
    top: 45px;
    width: 100%;
    color: #666;
}

#sidebar-blog-toggler,
#blogcat-toggle {
    display: none;
}
#sidebar-blog {
    background: #fff;
    display: block;
    position: fixed;
    list-style: none;
    margin: 0;
    box-sizing: border-box;
    height: 100%;
    top: 0px;
    left: -100%;
    width: 100%;
    transition: left 0.5s;
    z-index: 999;
    overflow-y: auto;
}
#sidebar-blog-toggler:checked + #sidebar-blog {
    left: 0;
}
.blog-label {
    padding: 15px;
    background: #08b685;
    cursor: pointer;
    text-align: center;
    margin: 0 0 0 -15px;
    color: #fff;
    font-size: 1.27rem;
    position: fixed;
    bottom: 0;
    z-index: 90;
    width: 100%;
}
.blog-label-close {
    font-size: 2rem;
    text-align: right;
    padding: 15px;
    margin: 5px;
    color: #666;
    cursor: pointer;
    float: right;
}
.blog-label-close i:hover {
    color: #000;
}

.bloginfoline {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.bloginfoline .review-comment-date {
    margin: 0 10px 0 0;
    float: left;
}
.views {
    color: #666;
    margin: 0 15px;
    float: left;
}
.rat-blog {
    float: left;
}
.rat-blog i {
    margin: 0 10px;
    font-style: inherit;
}

.blogstar-rating {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    height: 22px;
}
.blogstar-rating label {
    font-size: 16px;
    line-height: 25px;
}

.blog-tovarbox .oldcoast,
.blog-tovarbox .goodscoast {
    position: relative;
    float: left;
    margin: 0;
    width: 100%;
    left: 0;
    top: 0;
    padding: 0 15px;
    text-align: center;
}
.blog-tovarbox .goodsphoto,
.blog-tovarbox .tovarphoto {
    position: relative;
    height: 200px;
    max-height: 200px;
}
.blogtabside {
    list-style: none;
    margin: 0;
    padding: 0;
}
.blogtabside li {
    float: left;
    margin: 5px;
}
.blogtabside li a {
    padding: 4px 10px;
    color: #666;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 50px;
    display: block;
}
.blogtabside li a:active,
.blogtabside li a:hover,
.blogtabside li a:focus .alfabet li a:active,
.alfabet li a:hover,
.alfabet li a:active,
.alfabet li.active a {
    border-color: #08b685;
    color: #08b685;
}

.alfabet li a.disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-color: #ccc;
    color: #ccc;
    cursor: auto;
}

.listblognews {
    display: inline-flex;
    width: 100%;
    float: left;
    margin: 5px 0;
    padding: 0;
}
.listblogimg {
    width: 40%;
    float: left;
}
.listblogtitle {
    width: 60%;
    float: left;
}
.listblogtitle a {
    text-align: left;
    font-size: 1.1rem;
    color: #000;
    float: left;
    display: block;
    line-height: 1.3;
    padding: 0 0 0 10px;
    width: 100%;
}
.listblogtitle a:hover,
.listblogtitle a:focus {
    color: #08b685;
}

.blog_link {
    display: block;
}
.blog_link span {
    font-size: 1.35rem;
    color: #000;
}
.blog_link:hover span {
    font-size: 1.35rem;
    color: #08b685;
}

.alfabet {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alfabet li {
    float: left;
    margin: 5px;
}
.alfabet li a {
    padding: 4px 10px;
    color: #666;
    text-decoration: none;
    border: 1px solid #666;
    border-radius: 50px;
    display: flex;
    min-width: 34px;
    height: 35px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.letter-title {
    float: left;
    width: 100%;
    padding: 20px 15px 10px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #000;
    text-decoration: underline;
}

.letter-block div > a {
    line-height: 2;
    text-transform: capitalize;
}

.pagination {
    display: flex;
    padding-left: 0;
    margin: 40px auto;
    border-radius: 4px;
    justify-content: center;
    float: left;
    width: 100%;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #08b685;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-radius: 0;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 9px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #666;
    background-color: #eee;
    border: 1px solid transparent;
    margin-left: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #08b685;
}

.categories + section a,
.blog a {
    color: #2270EE;
    transition: 0.2s;
}
.categories + section a:hover,
.blog a:hover {
    color:#FF3366;
}

.auth-sozial {
    margin-bottom: 25px;
}
.google-auth::before {
    content: "\f0d5";
    font-family: "FontAwesome";
    height: 36px;
    width: 36px;
    background-color: #4796f8;
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin: 10px;
}
.facebook-auth::before {
    content: "\f09a";
    font-family: "FontAwesome";
    height: 36px;
    width: 36px;
    background-color: #3b5998;
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    margin: 10px;
}

.listzakaz {
    width: 100%;
    display: block;
    float: left;
    border-top: 1px solid #999;
    padding: 5px 0 15px;
    font-size: 1.15rem;
}
.well {
    background-color: #f8f8f8;
}
.more_zak {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: block;
}
.more_zak > div {
    padding: 0 !important;
}

.check_content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.check-con-img {
    width: 80px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-con-img img {
    max-height: 60px;
    max-width: 60px;
}
.check-con-title {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 0 5px;
}

.check-con-title a {
    font-size: 0.9rem;
    color: #000;
    float: left;
    display: block;
    width: 100%;
    line-height: 1.2;
}
.check-con-title i {
    float: left;
    display: block;
    width: 100%;
    font-size: 1rem;
    font-style: normal;
    color: #666;
}
.check-con-title strong {
    color: #000;
    float: left;
    display: block;
    width: 100%;
    font-size: 1.2rem;
}
.responder-box {
    padding: 20px;
    border: 1px solid #ececec;
    margin: 20px 20px 20px 0;
    float: left;
    background: #f8f8f8;
}

.onoffswitch {
    position: relative;
    width: 47px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 17px;
    padding: 0;
    line-height: 17px;
    border: 2px solid #f88454;
    border-radius: 17px;
    background-color: #f88454;
    transition: background-color 0.3s ease-in;
}
.onoffswitch-label:before {
    content: "";
    display: block;
    width: 17px;
    margin: 0px;
    background: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 28px;
    border: 2px solid #f88454;
    border-radius: 17px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #08b685;
}
.onoffswitch-checkbox:checked + .onoffswitch-label,
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #08b685;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px;
}

.page404 {
    font-size: 8rem;
    line-height: 3rem;
    font-weight: bold;
    text-align: center;
    margin: 100px auto 50px;
}
.page404 span {
    font-size: 3rem;
}
.sub {
    font-size: 2rem;
    color: #f88454;
}
.page404 a {
    font-size: 1.3rem;
    color: #666;
    text-decoration: underline;
}
.page404 a:hover,
.page404 a:focus {
    text-decoration: none;
    color: #000;
}

.filt-remove {
    float: left;
    background: #fff;
    margin: 0 5px 10px 5px;
    padding: 3px 4px 3px 15px;
    color: #666;
    border-radius: 18px;
    border: 1px solid #666;
    display: block;
    position: relative;
    cursor: pointer;
}
.filt-remove::after {
    content: "\f057";
    color: #f88454;
    display: flex;
    float: right;
    padding: 0 0px;
    margin: 0px 0 0 12px;
    justify-content: center;
    font-family: FontAwesome;
    font-size: 25px;
}
.filt-remove:hover,
.filt-remove:focus {
    background: #eee;
}

.btn.btn-liqpay {
    border-radius: 0;
    color: #fff;
    background-color: #6ca91c;
    border-bottom: 3px solid #528015;
    letter-spacing: 0.5px;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.btn.btn-liqpay:hover {
    background-color: #528015;
}

.button_1O {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px !important;
    margin-bottom: 20px !important;
    box-shadow: 0 3px 10px 0 rgba(34, 36, 43, 0.2) !important;
    right: 4px !important;
    background-color: #08b685 !important;
}

.wrap_mW {
    bottom: 45px !important;
    position: fixed !important;
    z-index: 10 !important;
}

.pagitableft .pagination {
    justify-content: left;
}
.agenttitle {
    padding: 10px 0 20px 0;
    font-size: 1.2857rem;
}
.agentrol a {
    padding: 0px 10px;
    color: #000;
}
.agentrol a:hover,
.agentrol a:focus {
    color: #08b685;
}
.agentrol i {
    font-size: 2rem;
    padding: 0 0 0 10px;
}
.agentrol {
    line-height: 18px;
    font-size: 1.1429rem;
    text-align: right;
}
.agentrol span {
    font-size: 0.9rem;
    font-style: italic;
}
.agentrol table {
    float: left;
    margin-bottom: 30px;
}
.agentaptek {
    font-size: 1rem;
}
.agentaptek thead {
    font-size: 1.1rem;
    color: #08b685;
}
.agentaptek th {
    font-weight: normal;
}
.activeorder {
    text-align: center;
    font-size: 1.52rem;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #ecf0f1;
    color: #000;
}
.agentaptek td,
.agentaptek th {
    width: 41.66666667%;
}
.agentaptek td:last-child,
.agentaptek th:last-child {
    width: 16.66666667%;
}
.agentaptek th:last-child {
    text-align: center;
}

.btn-agent {
    margin: 0;
    display: block;
    line-height: 1;
    white-space: inherit;
    font-size: 1.1rem;
    background-color: #fff;
    margin: 0 auto;
    transition: all 0.1s ease;
}
.btn-agent:hover,
.btn-agent:focus {
    background-color: #08b685;
    color: #fff;
}
.btn-agent i {
    font-size: 1.5rem;
    width: 100%;
    padding: 5px;
    text-align: center;
}
.tablesort {
    width: 100%;
    max-width: 100%;
}
.tablesort tr th,
.tablesort tr td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-bottom: 1px solid #ddd !important;
    text-align: center;
    font-size: 1rem;
    vertical-align: middle;
}
.tablesort tr td {
    white-space: normal;
}
.tablesort tr th {
    background: #ecf0f1;
    cursor: pointer;
    transition: all 0.1s ease;
    font-size: 1rem;
    font-weight: normal;
}
.tablesort tr {
    transition: all 0.1s ease;
}
.tablesort tr:hover {
    background-color: #ecf0f1;
}
.tablesort tr > th:hover {
    background: #08b685;
    color: #fff;
}

.tsearlinetab {
    width: 1000px;
    float: left;
    display: block;
}
.tsearlinetab div {
    float: left;
    text-align: center;
}
.srt_1 {
    width: 100px;
    min-width: 100px;
}
.srt_2 {
    width: 100px;
    min-width: 100px;
}
.srt_3 {
    width: 200px;
    min-width: 200px;
}
.srt_4 {
    width: 200px;
    min-width: 200px;
}
.srt_5 {
    width: 100px;
    min-width: 100px;
}
.srt_6 {
    width: 200px;
    min-width: 200px;
}
.srt_7 {
    width: 100px;
    min-width: 100px;
}

.btn-searhtoptable {
    border-radius: 50px;
    border: 1px solid #ddd;
    background: #ecf0f1;
    color: #777;
    width: 35px;
    height: 35px;
    margin: 10px auto;
}
.btn-searhtoptable.active,
.btn-searhtoptable:hover,
.btn-searhtoptable:focus,
.btn-searhtoptable.active:hover,
.btn-searhtoptable.active:focus,
.btn-searhtoptable:active:hover,
.btn-searhtoptable:active:focus {
    border-radius: 50px;
    border: 1px solid #08b685;
    background: #08b685;
    color: #fff;
    width: 35px;
    height: 35px;
    margin: 10px auto;
}

.preltab {
    position: relative;
    min-height: 200px;
}
.preloadertab {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    position: absolute;
    z-index: 5;
    text-align: center;
    padding-top: 130px;
    color: #08b685;
    display: block;
}
.tsearlinetab .selectbox {
    margin-top: 12px;
}
.tsearlinetab .selectbox .select {
    height: 30px;
    line-height: 30px;
    padding: 0px 30px 0 5px;
}
.tsearlinetab .selectbox .trigger .arrow {
    height: 30px;
    width: 30px;
}
.tsearlinetab .selectbox .dropdown {
    top: 30px;
}
.tsearlinetab .selectbox .trigger {
    width: 30px;
}

.inputline .radio > label input:checked + span {
    color: #08b685;
}
.btn-seye,
.btn-sok,
.btn-sclose,
.btn-upload,
.btn-delete {
    border: none;
    background: none;
    padding: 3px;
    margin: 0;
}
.btn-seye::after {
    content: "\f06e";
    font-family: Fontawesome;
    color: #000;
    font-size: 16px;
}
.btn-sok::after {
    content: "\f00c";
    font-family: Fontawesome;
    color: #08b685;
    font-size: 16px;
}
.btn-sclose::after {
    content: "\f05e";
    font-family: Fontawesome;
    color: #f88454;
    font-size: 16px;
}
.btn-upload::after {
    content: "\f093";
    font-family: Fontawesome;
    color: #000;
    font-size: 16px;
}
.btn-delete::after {
    content: "\f1f8";
    font-family: Fontawesome;
    color: #000;
    font-size: 16px;
}
.input_upload {
    position: relative;
    width: 25px;
    height: 25px;
    float: right;
}
.input_upload input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: relative;
    z-index: 2;
    cursor: pointer;
    height: 34px;
    width: 20px;
    background: red;
}
.fake_file {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.zakazagent > div:first-child {
    border-left: none;
}
.zakazagent > div {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px;
    height: 100%;
}

.zakazagent p {
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
}

.modal-table {
    width: 320px;
}

.topcity {
    position: absolute;
    width: 70px;
    top: 0;
    font-size: 13px;
    background: #009c6b;
    text-align: center;
    height: 30px;
    line-height: 2.5;
    border-radius: 0 0 5px 5px;
}

/* header cities */

#citysection.in {
    display: none;
}

.citysection {
    background: rgba(57, 69, 86, 0.95);
    color: #fff;
    transition: all 0.2s ease-in-out;
    z-index: 9999;
    position: relative;
}

.cities__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    list-style: none;
    margin: 0;
}

.cities__list-element {
    flex-basis: 33.3333%;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-family: Roboto, sans-serif;
    display: block;
    text-align: left;
    cursor: pointer;
}

.cities__list-element:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    #citysection.in {
        display: block;
    }
}

@media (min-width: 1250px) {
    .cities__list-element {
        flex-basis: 25%;
    }
}

@media (min-width: 1400px) {
    .cities__list-element {
        flex-basis: 20%;
    }
}

/* header cities */

.cities label {
    font-size: 1.5rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 2;
}
.cities .form-control:focus,
.cities .form-control {
    background: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    color: #fff !important;
    font-size: 1.5rem;
}
.city-mobline {
    padding: 10px 30px;
    width: 100%;
}

.startmap {
    background: #eee;
    width: 100%;
    height: 600px;
    float: left;
    position: relative;
    overflow: hidden;
    display: block;
    margin: 10px 0 40px 0;
    z-index: 1;
}

.agent-support {
    margin-top: -105px;
    width: 200px;
    height: 53px;
    display: block;
    background: #f88454;
    position: relative;
    float: right;
    border-radius: 0 0 8px 8px;
    border-bottom: 2px solid #cc7646;
    box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.agent-support:hover {
    background: #e75e1c;
}
.agent-support a {
    color: #fff;
    font-size: 11px;
    padding: 2px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    display: block;
}
.agent-support a span {
    font-size: 18px;
    letter-spacing: 0;
    display: inline-block;
    text-shadow: 1px 1px 0px #d05c2c;
    line-height: 0;
}

.desctop {
    z-index: 10;
    position: relative;
    box-shadow: 0px 4px 20px rgba(57, 69, 86, 0.1);
}

.dark {
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    width: 100%;
    z-index: 9;
    position: fixed;
    top: 0;
    display: none;
}

.citymodal {
    width: 300px;
    margin: 0 auto;
    position: fixed;
    top: 129px;
    left: calc(50% - 150px);
    z-index: 999999;
}
.j-del-line {
    width: calc(100% - 35px);
    display: block;
    float: right;
}
.j-del {
    padding: 5px 0;
    margin: 0;
    color: #666;
    font-size: 1rem !important;
    font-style: italic;
}

.j-del-l {
    width: 100%;
    display: block;
    float: left;
    color: #666;
    font-size: 1rem;
    padding-left: 15px;
}

.j-del-r {
    margin-right: auto;
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    margin-left: 14px;
}

.marker-all {
    background-image: url("../img/m2.png");
    height: 52px;
    width: 54px;
    margin-left: -26px;
    margin-top: -52px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.leaflet-div-icon {
    width: 0px !important;
    height: 0px !important;
}
.leaflet-marker-icon {
    margin-top: -52px;
    margin-left: -26px;
}

.js-delivery-apteka {
    float: left;
    width: 100%;
    background: white;
    margin: 5px 0;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #dddddd;
    -webkit-transition: all 50ms ease-in-out;
    -moz-transition: all 50ms ease-in-out;
    -ms-transition: all 50ms ease-in-out;
    -o-transition: all 50ms ease-in-out;
    transition: all 50ms ease-in-out;
}
.js-delivery-apteka:hover {
    box-shadow: 0px 9px 5px rgba(0, 0, 0, 0.05);
    border-color: #dddddd;
}

.js-radio-delivery[type="radio"] {
    display: none;
}

.lab-delivery::before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    border: 1px solid #dddddd;
    border-radius: 50px;
    margin-left: -42px;
    margin-top: 16px;
}

.js-delivery-apteka:hover .lab-delivery::before {
    box-shadow: inset 0px 8px 2px rgba(0, 0, 0, 0.1);
}

.js-radio-delivery[type="radio"]:checked + .lab-delivery::before {
    content: "\f00c";
    font-family: FontAwesome;
    padding: 3px 6px;
    color: #08b685;
    border: 1px solid #08b685;
}
.js-radio-delivery[type="radio"]:checked + .lab-delivery > span {
    color: #08b685;
}

#review-toggler {
    display: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
#review {
    box-sizing: border-box;
    overflow: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#review.tab-pane {
    width: 100%;
}

#review-toggler:checked + #review {
    max-height: 50000px;
}

#review-toggler:not(:checked) + #review {
    max-height: 200px;
}

#rt-b {
    width: 100%;
    position: relative;
}
#rt-b::after {
    left: calc(50% - 20px);
    position: absolute;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
    padding: 3px 7px;
    background: #ddd;
    border-radius: 40px;
    width: 30px;
    height: 30px;
}
#review-toggler:checked + #review + #rt-b::after {
    content: "\f106";
}

.moneveocart {
    background-size: contain;
    background-image: url("../images//moneyveo.gif");
    background-repeat: no-repeat;
    background-position: right 0;
}

.moneveocart > span {
    margin-top: 50px;
    display: block;
    margin-right: 85px;
    font-size: 13px;
    line-height: 1.5;
}

.incred-box2 .row p {
    font-size: 15px;
    padding: 15px 0 0px;
    color: #666;
}
.desk-photomap {
    display: none;
}
.mob-photomap {
    display: block;
}
.mob-j-del-r {
    margin: 10px 5px 10px 15px;
    float: left;
    display: block;
}
.mob-j-del-r > i {
    font-size: 18px;
    background: #08b685;
    border-radius: 25px;
    width: 28px;
    height: 28px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.bbtntopbut {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #0000;
    outline: none;
}
bbtntopbut:hover {
    border: 2px solid #888;
    background: #ffe;
    cursor: pointer;
}
#carWrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    width: 100% !important;
}
#vertcar {
    position: relative;
    visibility: hidden;
}

.bgdocua {
    width: 100%;
    background-image: url(../images/docbg.png);
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding: 40px 0 0;
    font-size: 16px;
    line-height: 1.8;
    text-shadow: 0px 3px 20px rgba(5, 72, 72, 0.2);
    box-shadow: inset 0 43px 70px rgba(0, 50, 50, 0.6);
}

.bgdocua h1 {
    color: #fff;
    font-size: 32px;
    text-shadow: 0 2px 0px rgba(0, 0, 0, 0.2);
}

.docimgbox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.docform {
    padding: 20px 25px;
    background: #fff;
    margin-top: -50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.btnselect {
    position: relative;
}
.btnselect button {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000;
    border: none;
    color: #08b685;
    font-size: 22px;
}

.btnselect button:hover,
.btnselect button:focus {
    color: #009e6d;
}

.cityselect:before,
.insearch:before,
.docselect:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 14px;
    margin: 0 5px 0;
}

.cityselect:after {
    content: "\f041";
    font-family: FontAwesome;
}
.docselect:after {
    content: "\f0f0";
    font-family: FontAwesome;
}

.insearch:after {
    content: "\f002";
    font-family: FontAwesome;
}

.modal-big {
    width: calc(100% - 20px);
    max-width: 1000px;
}

ul.sortmodselect {
    column-count: 1;
    padding: 0;
}

ul.sortmodselect li {
    list-style: none;
    padding: 5px;
    color: #999;
    border: 1px solid transparent;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
ul.sortmodselect li:hover,
ul.sortmodselect li:focus {
    color: #000;
    border: 1px solid #ddd;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.btnselect .dropdown-menu {
    min-width: 100%;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.btnselect .dropdown-menu li a {
    padding: 10px 20px;
}

.btnselect .dropdown-menu > .active > a,
.btnselect .dropdown-menu > .active > a:hover,
.btnselect .dropdown-menu > .active > a:focus {
    background-color: #08b685;
    padding: 10px 20px;
}

.togetherbox {
    display: block;
    float: left;
    align-items: center;
    position: relative;
    margin: 10px 0px;
    border: 3px solid #f88454;
    width: calc(100% - 19px);
}
.tog-good {
    display: block;
    float: left;
    width: calc(100% - 20px);
    max-width: initial;
    padding: 5px;
    text-align: center;
    margin: 10px;
    height: 210px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #fff;
}
.tog-good img {
    max-height: 115px;
    border: 1px solid #eee;
    max-width: 115px;
    height: auto;
    width: 100%;
}
.tog-good span {
    max-height: 39px;
    display: block;
    overflow: hidden;
    font-size: 13px;
    line-height: 1;
    padding: 0;
    margin: 10px 0;
}
.tog-cost,
.tog-cost span {
    display: inline;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    color: #666;
}
.tog-cost span {
    font-size: 20px;
    margin: 5px;
    font-weight: 600;
}
.togetherbox strong {
    width: 100%;
    margin-top: 0;
    text-align: center;
    font-size: 40px;
    color: #f88454;
    float: left;
    display: block;
}

.tog-result {
    float: initial;
    display: block;
    text-align: center;
    max-width: initial;
    overflow: hidden;
    padding: 14px;
    margin-top: 50px;
}
.tog-result div,
.tog-result button {
    width: 100%;
    float: left;
    text-align: center;
    margin: 5px 0;
}
.togbtn {
    padding: 10px;
}
.tog-cost.oldtgcst {
    position: relative;
}
.tog-cost.oldtgcst::after {
    content: "";
    height: 2px;
    width: 40%;
    position: absolute;
    left: 30%;
    top: 43%;
    background: #f88454;
    margin: 0 auto;
    transform: rotate(-13deg);
}
.tog-cost.newtgcst {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.tog-cost.newtgcst span {
    font-size: 26px;
    color: #000;
}
.togtitle {
    padding: 10px 15px 0;
    font-size: 18px;
}

.callback_btn_services {
    width: 60px;
    height: 60px;
    background-color: #009742;
    z-index: 1001;
    position: fixed;
    display: block;
    right: 25px;
    left: auto;
    bottom: 71px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.2);
}

.callback_btn_services ._btn_services {
    position: relative;
}
.callback_btn_services ._btn_services .servicespopupbox {
    width: 60px;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    transform: scale(0);
    position: absolute;
    cursor: pointer;
    z-index: 10;
    padding: 0;
    list-style: none;
    transition: all linear 0.1s;
}
.servicespopupbox li {
    height: 55px;
    width: 55px;
    margin: 5px 2px;
    border-radius: 5px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}
.servicespopupbox .jivobox {
    background-color: #00bf54;
}
.servicespopupbox .callback {
    background-color: #f88454;
}
.servicespopupbox .subscribe {
    background-color: #0073bf;
}
.servicespopupbox .phone {
    background-color: #72c912;
}
.servicespopupbox .phone a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 46px;
}
.anim_btn_services {
    background: #00bf54;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    margin: 5px;
    overflow: hidden;
    position: relative;
    display: block;
    transition: all linear 0.2s;
    z-index: 10;
}
.anim_btn_services:hover {
    background: #00b14d;
}
@keyframes btn_services {
    0% {
        transform: translateX(18px);
    }
    100% {
        transform: translateX(-125px);
    }
}

.anim_btn_services::before {
    content: "связаться с нами";
    position: absolute;
    font-size: 10px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 9px;
    margin-top: 23px;
    width: 44px;
    margin-left: 2px;
    text-transform: lowercase;
}

.anim_btn_services::after {
    display: flex;
    content: "\f21e";
    width: 100%;
    height: 100%;
    font-family: FontAwesome;
    font-size: 20px;
    margin-top: 4px;
    letter-spacing: 25px;
    color: #fff;
    transform: translateX(15px);
}
.anim_btn_services:hover::after {
    content: "\f086 \f095 \f0e0 \f086";
    animation: btn_services 3.5s infinite linear;
    font-size: 24px;
}

.anim_btn_services_close {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00ae4a;
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
}
.anim_btn_services_close:after {
    content: "\f00d ";
    color: #fff;
    font-family: "FontAwesome";
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    height: 100%;
    width: 100%;
}

.modal-thanks {
    max-width: 400px !important;
}

.modal-thanks .modal-body {
    display: none !important;
}
.modal-thanks .modal-header .title3 {
    text-transform: none;
    text-align: center;
    margin: 0;
    padding: 50px 0;
}

.mobbf {
    display: block;
    background-color: #fff;
    text-align: center;
    margin-top: 10px;
}

.mobbf img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.topevent {
    display: none;
    min-height: 50px;
    background: #000;
}

.bf {
    display: block;
    background-image: url(../images/bf.gif);
    height: 50px;
    width: 100%;
    background-position: -75px top;
    background-repeat: no-repeat;
    max-width: 1200px;
    margin: 0 auto;
}
a.bfbtn {
    height: 40px;
    width: 165px;
    background: #ff0053;
    z-index: 1;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-family: Roboto, sans-serif;
    float: right;
    border: 1px solid #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

a.bfbtn:hover {
    background: #a70038;
    border: 1px solid #ff0053;
}

.widgetbackground {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 999;
}

.leaflet-popup {
    margin-left: 27px;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    margin-left: 27px;
}

.leaflet-div-icon {
    background: none;
    border: none;
}

@media (min-width: 768px) and (min-height: 768px) {
    .widgetbackground {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .menuboxicon ul li a::before {
        margin: 35px 5px 0;
    }
    li.ic_box p::before {
        margin-top: 33px;
    }
    .big-p-prod img {
        width: 100%;
        height: 100%;
    }
    .goodsphoto img,
    img.pharmacy-photo {
        width: 100%;
        height: 100%;
    }

    *::-ms-backdrop,
    .menuboxicon ul li a::before {
        margin: 35px 5px 0;
    }
    *::-ms-backdrop,
    li.ic_box p::before {
        margin-top: 33px;
    }
    *::-ms-backdrop,
    .big-p-prod img,
    img.pharmacy-photo {
        width: 100%;
        height: 100%;
    }
    *::-ms-backdrop,
    .goodsphoto img {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 468px) {
    .column {
        -webkit-column-width: 30%;
        -moz-column-width: 30%;
        column-width: 30%;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1%;
        -moz-column-gap: 1%;
        column-gap: 1%;
    }

    .tovarbox {
        height: 400px;
    }

    .goodscoast {
        text-align: left;
    }
    .oldcoast {
        text-align: left;
    }
    .popcat a span {
        font-size: 1.2rem;
        height: 50px;
    }
    .maingorod {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .collapsed.spoil::after,
    .spoil::after {
        margin-top: -39px;
        float: right;
    }
    .nav_footmenu li {
        width: auto;
    }
    .photo-thums-line ul li {
        height: 100px;
    }
    .photo-thums-line ul li a {
        height: 100px;
    }
    .second-product ul li {
        width: 49%;
        height: 50px;
    }
    .second-product ul li a {
        overflow: hidden;
        white-space: nowrap;
    }
    .second-product ul li:hover::before {
        width: 100%;
        position: relative;
        content: "";
        height: 50px;
        display: block;
    }
    .second-product ul li:hover a {
        width: auto;
        position: absolute;
        overflow: inherit;
        top: 0;
        box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.2);
        z-index: 2;
        border-color: #e75e1c;
        min-width: 100%;
        color: #e75e1c;
    }
    .property-list li {
        width: 50%;
    }
    .stepbox {
        padding: 25px 30px;
    }
    .clienttabs li {
        width: auto;
        text-align: center;
    }
    .dopmob {
        background: #fff;
        padding: 15px 30px 30px;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-bottom: -30px;
        margin-top: 15px;
    }
    .inputline .control-label {
        padding: 0;
    }
    .table.checklist tr td,
    .table.checklistsum tr td,
    .table.zak tr td {
        padding: 5px 0;
    }
    .catbox {
        width: 50%;
    }
    .cat-titlebox {
        min-height: 95px;
    }
    .sortsel {
        min-width: 50%;
    }
    #sort-sidebar {
        height: 220px;
    }
    .rating_buttons button {
        width: auto;
    }
    .goods_title_desc .count_review {
        width: auto;
        margin: 0 10px;
    }
    .ask_question::before {
        display: inherit;
    }
    .blogtabs li {
        margin: 7px 10px 5px 0;
        width: auto;
    }
    .blogtabs li a {
        width: auto;
        display: block;
    }
    .big-p-prod {
        height: 400px;
        max-height: 400px;
    }
    .steps-sms {
        width: calc(100% - 128px);
        margin-left: 140px;
    }
    .steps-sms::before {
        display: block;
    }
    .chart-1 > .rating-comment,
    .chart-2 > .rating-comment {
        display: inline-block;
        margin: 0 0 0 10px;
    }
    .more_zak {
        padding: 20px 10px 0;
        margin: 0;
    }
    .check-con-title a {
        font-size: 1.1rem;
    }
    .modal-table {
        width: 468px;
    }
    .agent-support {
        margin-top: -58px;
    }
    .ic_box {
        width: calc(50% - 30px);
    }
    .mainpopcat li {
        width: calc(25% - 8px);
        height: auto;
    }
    .moneveocart {
        background-size: inherit;
    }

    .togetherbox strong {
        width: auto;
        margin-top: 100px;
    }
    .tog-good {
        width: auto;
        max-width: 130px;
    }
    .tog-result {
        float: left;
        max-width: 160px;
    }
    .tog-cost.oldtgcst::after {
        width: 70%;
        left: 15%;
    }
}

@media (max-width: 467px) {
    .checkout .stepbox {
        padding: 8px 12px;
    }
}

@media (max-width: 767px) {
    .breadcrumb > li + li::before {
        display: inherit;
        transform: rotate(180deg);
    }
}

@media (min-width: 768px) {
    html {
        font-size: 12px;
    }
    .slideline {
        display: flex;
    }
    .mob_searchline {
        position: inherit;
    }

    .breadcrumb-item {
        width: auto;
    }

    .breadcrumb > li {
        display: flex;
    }

    .breadcrumb > li + li::before {
        display: inherit;
    }

    .footcont-l,
    .footcont-l p {
        text-align: left;
    }
    .footcont-r,
    .footcont-r p {
        text-align: right;
    }
    .column {
        -webkit-column-width: 22%;
        -moz-column-width: 22%;
        column-width: 22%;
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 1%;
        -moz-column-gap: 1%;
        column-gap: 1%;
    }
    .mdl-box {
        display: flex;
        align-items: center;
    }
    .mdl-box li:nth-child(1),
    .mdl-box li:nth-child(2) {
        min-height: auto;
    }
    .mdl-num {
        padding: 0;
        margin: 0px;
    }
    .mdl-coast {
        font-size: 1.5rem;
        margin: 0px;
    }
    .mdl-box .close {
        margin: 0;
    }
    .mdl-info {
        display: flex;
    }
    .maingorod {
        font-size: 1.2rem;
        line-height: 2.2rem;
    }
    .mdl-cart {
        height: 75px;
        display: flex;
        font-size: 1.1rem;
        padding: 0;
    }
    .mdl-cart span {
        font-size: 1.6rem;
    }
    .mdl-cart a {
        margin: 0;
    }
    .desctop .mmenuico img {
        display: block;
    }

    .leftbanner {
        display: block;
    }
    .tovarbox {
        height: 335px;
    }
    .to-top {
        display: block;
    }

    .popcat a span {
        font-size: 1.3rem;
        height: 65px;
    }
    .mainsearch input {
        font-size: 1.5em;
    }
    .titleright a {
        font-size: 1rem;
        float: right;
        margin-top: -36px;
    }
    .btn.btn-danger.kredbtn {
        margin-right: 10px;
    }
    .btn.btn-danger.onebuycart,
    .btn.btn-danger.kredbtn {
        font-size: 1.2rem;
        letter-spacing: 0px;
        padding: 15px;
        line-height: 17px;
    }
    .property-list li {
        width: 25%;
    }
    .incred-box {
        display: flex;
        height: 100px;
        text-align: inherit;
        width: 100%;
        margin-left: 0;
    }
    .mobcenter .btn {
        width: auto;
    }
    .icon-inf-mail,
    .icon-inf-sale {
        margin: 10px 30px 0 -77px;
    }
    .catbox {
        width: 33.3333%;
    }
    .cat-titlebox {
        min-height: 55px;
    }
    #filter-sidebar {
        width: 33.33333%;
        position: relative;
        background: transparent;
        height: auto;
        z-index: auto;
        left: 0;
        top: 0;
    }
    #sort-sidebar {
        width: 100%;
        position: relative;
        background: transparent;
        height: auto;
        z-index: auto;
        left: 0;
        top: 0;
        overflow-y: inherit;
        padding: 0;
    }
    #sidebar-blog {
        width: 100%;
        position: relative;
        background: transparent;
        height: auto;
        z-index: auto;
        left: 0;
        top: 0;
        overflow-y: inherit;
        padding: 0 20px;
    }
    input.coast {
        width: 70px;
    }
    .sortbox {
        display: flex;
        text-align: left;
        background: #f0f0f0;
    }
    .sortbox .selectbox .select,
    .sortbox .selectbox .trigger {
        background-color: #f0f0f0;
        font-size: 1rem;
    }
    .sortbox .selectbox {
        border: 1px solid #bbb;
    }
    .selectbox .trigger .arrow {
        background-image: url(../images/selector2.gif);
    }
    .bloglist li {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .blogtabs li:nth-child(n + 13) {
        display: none;
    }
    .modal-lg {
        width: 720px;
    }
    .rightlink {
        float: right;
        margin-top: -46px;
    }
    .rightlink a {
        margin: 0 0 0 15px;
        width: auto;
        float: left;
    }
    .modal:before {
        height: calc(100vh - 55%);
    }
    .cit_comment {
        margin: 10px 0 0 20px;
        padding: 0 0 0 20px;
    }
    .modal-table {
        width: 100%;
    }
    .agent-support {
        margin-top: -55px;
    }

    .n-dropdown {
        display: none;
        width: 240px;
        height: 550px;
        background: #fff;
        position: absolute;
        top: 60px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    .newtopmenu:hover + .n-dropdown,
    .newtopmenu:focus + .n-dropdown,
    .n-dropdown:hover,
    .n-dropdown:focus,
    .n-dropdown ul li:hover > .n-drop2,
    .n-dropdown ul li:focus > .n-drop2,
    .n-drop2 ul li:hover > .n-drop3,
    .n-drop2 ul li:focus > .n-drop3,
    .newtopmenu:hover + .n-dropdown + .bgg,
    .newtopmenu:focus + .n-dropdown + .bgg,
    .n-dropdown:hover + .bgg,
    .n-dropdown:focus + .bgg {
        display: block;
    }
    .ic_box {
        width: calc(33% - 30px);
    }

    .d_catmenu a,
    .u_catmenu a {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
        background: linear-gradient(240.04deg,#FF3366 -53.97%,#FF3366 71.55%),#FF3366;
        padding: 17px 0 17px 58px;
        font-weight: 400;
        border-bottom: 1px solid #fff;
        transition: all 0.5s;
    }
    .d_catmenu a:hover,
    .u_catmenu a:hover {
        background: linear-gradient(240.04deg, #ff9944 -53.97%,#FF3366 71.55%), #c4c4c4;
        color: #fff;
        transition: all 0.5s;
    }

    .d_catmenu a::before,
    .u_catmenu a::before {
        font-size: 36px;
        top: 6px;
        left: 10px;
    }
    .menurecmob {
        display: block;
    }
    .j-del-r {
        margin-right: 24px;
        width: calc(50% - 32px);
        float: right;
        text-align: right;
        margin-left: auto;
    }
    .j-del-l {
        width: 50%;
    }
    .coast-info {
        width: calc(100% - 10px);
        margin: 0;
    }
    .provider-info {
        width: 65%;
    }
    .credittag {
        width: 32%;
        margin-left: 5px;
    }
    .goods-rat {
        float: right;
        margin: 0 23px;
    }
    .zakazagent > div {
        min-height: 260px;
    }
    .modalcredline {
        display: flex;
        justify-content: space-between;
    }

    .desk-photomap {
        display: block;
    }
    .mob-photomap {
        display: none;
    }
    .doctorwho {
        margin: 0;
    }
    ul.sortmodselect {
        column-count: 2;
    }
}

.ui-widget.ui-widget-content {
    max-width: calc(100vw - 50px);
}

@media screen and (max-width: 991px) and (orientation: landscape) {
    .callback_btn_services {
        bottom: 25px;
    }
}

@media (min-width: 991px) {
    .footer-separate {
        margin: 40px auto;
    }
    .modal-lg {
        width: 768px;
    }
    .order-title {
        margin: 40px 0 20px;
        text-align: left;
        font-size: 28px;
    }
    .mobbf {
        display: none;
    }
    .topevent {
        display: block;
    }
    a.bfbtn {
        display: flex;
    }
    html {
        font-size: 14px;
    }
    .container-fluid {
        max-width: 970px;
    }
    .desctop .mainmenu .dropdown-menu > li > a {
        line-height: 2;
    }
    .desctop .mmenuico {
        height: 35px;
        width: 35px;
    }
    .desctop .dropdown-menu > li > a::after {
        widows: 35px;
        font-size: 32px;
    }
    .desctop .mainmenu .popover {
        overflow: hidden;
    }

    .menuboxicon a img {
        display: inline;
    }
    .maingorod {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }
    .btn.btn-danger.onebuycart,
    .btn.btn-danger.kredbtn {
        font-size: 1rem;
    }
    .property-list li {
        width: 100%;
    }
    .icon-form,
    .icon-amount,
    .icon-recipe,
    .icon-manufacture,
    .icon-classify,
    .icon-doza {
        display: none;
    }
    .mobcenter {
        text-align: left;
    }
    .stepbox,
    .infobox,
    .apt-box {
        max-width: 100%;
    }

    .prod-info-block,
    .prod-param-block {
        padding: 0;
    }
    .catbox {
        width: 25%;
    }
    .cat-titlebox {
        min-height: 95px;
    }
    #filter-sidebar {
        width: 25%;
    }
    input.coast {
        width: 63px;
    }
    .catlist-tovarbox {
        width: calc(33.33333% - 10.66666px);
        margin: 0 16px 16px 0;
    }
    .catlist-tovarbox:nth-child(2n + 1) {
        margin-right: 16px;
    }
    .catlist-tovarbox:nth-child(3n + 1) {
        margin-right: 0px;
    }
    .agentrol table {
        float: right;
    }
    .agent-support {
        margin-top: -59px;
    }
    .catmenublock {
        font-size: 13px;
    }
    .n-drop2 {
        width: 350px;
    }
    .n-drop3 {
        width: 340px;
    }
    .menuboxicon ul li a {
        font-size: 14px;
    }
    .ic_box {
        width: calc(20% - 30px);
    }
    .n-dropdown ul li:last-child {
        border-bottom: 1px solid #ddd;
    }
    .mainpopcat li {
        width: calc(25% - 8px);
        height: 227px;
    }
    .mainpopcat li:hover > a img {
        transform: scale(1.2);
    }
    .mainpopcat li:hover > a span {
        background: #009e6d;
    }
    .receptbox {
        margin-right: -20px;
        display: block;
    }
    .menurecmob {
        display: none;
    }
    ul.sortmodselect {
        column-count: 3;
    }

    .callback_btn_services {
        width: 70px;
        height: 70px;
        right: 95px;
        bottom: 140px;
    }
    .callback_btn_services ._btn_services .servicespopupbox {
        margin-left: 5px;
    }
    .anim_btn_services::before {
        font-size: 11px;
        line-height: 10px;
        margin-top: 32px;
        width: 50px;
        margin-left: 5px;
    }
    .anim_btn_services::after {
        font-size: 24px;
        margin-top: 8px;
        transform: translateX(18px);
    }
}

@media (min-width: 1250px) {
    .desctop .mainmenu .dropdown-menu {
        min-height: 500px;
    }
    .container-fluid {
        max-width: 1170px;
    }
    .tovarbox {
        height: 374px;
    }

    .catlist-tovarbox {
        width: calc(25% - 12px);
    }
    .catlist-tovarbox:nth-child(3n + 1) {
        margin-right: 16px;
    }
    .catlist-tovarbox:nth-child(4n + 1) {
        margin-right: 0px;
    }

    .dopbox {
        padding: 0 15px;
    }

    .popcat a span {
        height: 50px;
    }
    .callbackbtn {
        padding: 6px 10px;
    }
    .btn.btn-danger.onebuycart,
    .btn.btn-danger.kredbtn {
        font-size: 1.2rem;
        letter-spacing: 0px;
        padding: 14px 15px 13px;
        line-height: 17px;
    }
    .icon-form,
    .icon-amount,
    .icon-recipe,
    .icon-manufacture,
    .icon-classify,
    .icon-doza {
        display: block;
    }
    .cat-titlebox {
        min-height: 65px;
    }
    input.coast {
        width: 85px;
    }

    .tsearlinetab {
        width: 100%;
    }
    .srt_1 {
        width: 10%;
    }
    .srt_2 {
        width: 10%;
    }
    .srt_3 {
        width: 20%;
    }
    .srt_4 {
        width: 20%;
    }
    .srt_5 {
        width: 10%;
    }
    .srt_6 {
        width: 20%;
    }
    .srt_7 {
        width: 10%;
    }
    .desctop .mainmenu #submenu-cat1 > ul {
        background-image: url("../images/bgcat_1.jpg");
        background-color: #fefefe;
    }
    .desctop .mainmenu #submenu-cat2 > ul {
        background-image: url("../images/bgcat_2.jpg");
        background-color: #fefefe;
    }
    .desctop .mainmenu #submenu-cat3 > ul {
        background-image: url("../images/bgcat_3.jpg");
        background-color: #fefefe;
    }
    .desctop .mainmenu #submenu-cat4 > ul {
        background-image: url("../images/bgcat_4.jpg");
        background-color: #fefefe;
    }
    .desctop .mainmenu #submenu-cat5 > ul {
        background-image: url("../images/bgcat_5.jpg");
        background-color: #fefefe;
    }
    .desctop .mainmenu #submenu-cat6 > ul {
        background-image: url("../images/bgcat_6.jpg");
        background-color: #fefefe;
    }
    .desctop .mainmenu #submenu-cat7 > ul {
        background-image: url("../images/bgcat_7.jpg");
        background-color: #fefefe;
    }
    .desctop .mainmenu #submenu-cat7 > ul {
        overflow-y: visible;
    }

    .regblock ul li {
        margin: 0 8px;
    }
    .usericontop a > span,
    .regicontop a > span,
    .entericontop a > span,
    .exiticontop a > span {
        font-size: 1rem;
    }

    .catmenublock {
        font-size: 14px;
    }
    .n-drop2 {
        width: 300px;
    }
    .n-drop3 {
        width: 335px;
    }
    .n-dropdown ul li > img {
        width: 55px;
        padding: 13px;
        height: 50px;
        margin: 0px;
        padding: 12px;
    }
    .n-drop3 .menucatbanner {
        display: block;
    }
    .n-drop2 ul li:hover > .menucatbanner {
        display: block;
    }
    .mainpopcat li {
        width: calc(16.6% - 8px);
        height: 181px;
    }

    .receptimg::before {
        height: 33px;
        width: 32px;
        left: -30px;
        background-size: auto;
    }
    .receptimg {
        font-size: 12px;
    }
    .filerecept {
        width: 33%;
    }
    ul.sortmodselect {
        column-count: 4;
    }
}

@media (min-width: 1400px) {
    .container-fluid {
        max-width: 1300px;
    }
    .mainpopcat li {
        width: calc(16.6% - 8px);
        height: 200px;
    }
    .receptbox {
        margin-right: 0px;
    }
}

.new-delivery-block {
    margin: 10px 0;
    user-select: none !important;
}

.new-delivery-block b {
    color: #f88454;
}

.new-delivery-block-control {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

.new-delivery-block-control input {
    margin-right: 20px;
}

.new-delivery-block-control button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 40px;
}

.new-delivery-block-control button span,
.new-delivery-block-control button p {
    font-size: 0.85rem;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}

.new-delivery-block-list {
    overflow-y: auto;
    max-height: 500px;
    border: 1px #ccc solid;
    padding: 5px;
    margin: 0;
}

.new-delivery-block-list-item {
    margin: 0;
    position: relative;
}

.delivery-booking {
    display: block;
    width: auto;
    position: absolute;
    top: 5px;
    right:10px;
    color: #18b787;
    font-weight: bold;
    font-size: 70%;
}

.new-delivery-block-list-item:not(:first-child),
.new-delivery-block-list-item:not(:last-child) {
    margin-bottom: 5px;
}

.new-delivery-block-list-item-label {
    margin: 0 !important;
}

.new-delivery-block-list-item-label:before {
    margin-top: 5px;
    margin-left: -44px;
}

.new-delivery-block-list-item-label span {
    color: #000 !important;
}

.new-delivery-block-list-item-label .apteka-info {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.new-delivery-block-list-item-label .apteka-info li {
    padding: 5px 0 0;
    margin: 0;
    color: #666 !important;
    font-style: normal !important;
    font-size: 0.85rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-delivery-block-list-item-label .apteka-info li span {
    color: #666 !important;
}

[data-filter-rejected] {
    display: none !important;
}

.new-delivery-block-selected {
    display: flex;
    align-items: center;
    user-select: none !important;
    cursor: default !important;
    background-color: #d6ece0 !important;
}

.new-delivery-block-selected-intro {
    flex-shrink: 0;
    width: 85px;
}

.new-delivery-block-selected-image {
    flex-shrink: 0;
    margin: 0 15px;
    width: 100px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.new-delivery-block-selected-image img {
    cursor: zoom-in !important;
}

.new-delivery-block-selected-image img,
.new-delivery-block-selected-image svg {
    position: relative;
    width: 100%;
    height: auto;
}

.new-delivery-block-selected-image svg {
    opacity: 0.1;
}

.new-delivery-block-selected-info {
    width: calc(100% - 215px);
}

.new-delivery-block-selected-info .apteka-info {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.new-delivery-block-selected-info .apteka-info li {
    color: #666;
    font-size: 0.85rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-delivery-block-map {
    position: relative;
    width: 100%;
    padding-bottom: 500px;
    z-index: 1;
}

.new-delivery-block-map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
}

.leaflet-popup-content .apteka-info {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.new-delivery-block-popup {
    left: -120px !important;
    bottom: 40px !important;
}

#jivo-iframe-container {
    display: none !important;
}

.promocode .promocode__field {
    height: 40px;
    padding: 8px 12px;
    border: 1px solid rgba(16,17,19,.16);
    border-radius: 10px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.286;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    color: #212121;
    background-color: transparent;
    background-image: none;
    margin-right: 16px;
    width: 100%;
}

.promocode__check {
    background: #FF3366;
    border: none;
    color: #fff;
    font-family: Arial, Helvetica, Sans-Serif;
    flex: 0 1 auto;
    text-transform: uppercase;
    width: 40%;
    transition: .3s;
}
.promocode__check:disabled {
    opacity: .6;
}

@media (max-width: 1250px) {
    .new-delivery-block-list-item-label:before {
        margin-top: 16px;
    }

    .new-delivery-block-list-item-label .apteka-info {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .new-delivery-block-list-item-label:before {
        margin-top: 2px;
        padding: 6px 7px !important;
    }

    .new-delivery-block-list-item-label .apteka-info {
        flex-direction: row;
    }
    .order-header .phonehoverbox span {
        font-size: 22px !important;
    }
    .checkout .btn-input-cleaner {
        left: auto !important;
        right: 10px;
    }
    .stepbox-2 {
        margin: 0 auto;
        max-width: 600px;
        float: none;
    }

    .d-flex-mob {
        display: flex;
        flex-direction: column;
        margin-bottom: 0 !important;
    }
    .d-flex-mob-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
    .d-flex-mob-reverse .checkout-comment {
        margin-bottom: 0;
        text-align: left;
    }
    .d-flex-mob-reverse #comment {
        margin-top: 20px;
    }

    .margin-selector-for-mob {
        margin: 30px 0 15px;
        text-align: left;
    }

    .margin-selector-for-mob label {
        margin-bottom: 0;
    }

    .d-flex-mob-text {
        text-align: left;
        margin: 0;
        padding: 0;
    }
}

.footer .payments {
    padding: 32px 0 20px;
}

.footer .payments img + img {
    margin-left: 16px;
}

.footer__toggle-title {
    font-size: 18px;
}

.errortext-no-product,
.errortext {
    color: #F33434;
    font-size: 12px;
    margin: 10px 0;
    text-align: left;
}

.successtext {
    color: #08b685;
    font-size: 12px;
    margin: 10px 0;
    text-align: left;
}

.title222 {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-weight: 400;
}

@media (min-width: 992px) {
    .footer__toggle-arrow {
        display: none;
    }
    .social-mobile {
        display: none;
    }
    .footer__toggle-list {
        display: block !important;
    }
}
@media (max-width: 991px) {
    .footer {
        padding-top: 0;
    }

    .footer .row {
        display: flex !important;
    }

    .footer .topBorder {
        align-items: center;
        padding-top: 0;
    }

    .footer .col-xs-12:last-child {
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
    }

    .footer__col:first-child,
    .footer__col:nth-child(5) {
        order: 1;
    }

    .footer__toggle-list {
        display: none;
    }

    .footer__toggle-title {
        margin-bottom: 0 !important;
        padding: 20px 0;
        position: relative;
        font-size: 16px;
    }

    .footer .col-md-3 p {
        font-size: 16px;
    }

    .footer__toggle-title svg {
        display: block;
        width: 16px;
        height: 16px;
    }

    .footer__toggle-title-top {
        padding-top: 20px;
    }

    .footer__toggle-title-second:before {
        content: "";
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
        background: rgba(136, 143, 154, 0.16);
        height: 1px;
    }

    .footer__toggle-arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        width: 18px;
        height: 18px;
        transform: translateY(-50%);
    }

    .footer__toggle-arrow::before,
    .footer__toggle-arrow::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 3px;
        background-color: #909aaa;
    }

    .footer__toggle-arrow::before {
        width: 100%;
        height: 3px;
    }

    .footer__toggle-arrow::after {
        width: 3px;
        height: 100%;
    }

    .open .footer__toggle-arrow::after {
        display: none;
    }

    .footer__toggle-list {
        padding-bottom: 20px;
    }

    /*.footer__col:first-child {
        border-top: 1px solid rgba(136,143,154,0.16);
    }*/

    .footer__col:not(:last-child) {
        border-bottom: 1px solid rgba(136, 143, 154, 0.16);
    }

    .footer .topBorder {
        border-top: none;
    }
    .footer__toggle-title-second {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .footer__link p {
        margin-bottom: 20px !important;
    }

    .footer-separate {
        margin: 0 auto 24px;
    }

    .modal-dialog {
        width: calc(100% - 24px);
    }
    .social {
        margin-top: 11px;
    }
    .social-mobile {
        margin-top: 0;
        display: flex;
        padding: 0;
        margin: 0;
    }
    .mobile > .headbox .flxline {
        justify-content: flex-start;
        min-height: 52px;
        max-height: 52px;
    }
    .logo {
        display: block;
        /*height: 24px;*/
        width: 120px;
    }
    .padding0 {
        padding: 0 !important;
        margin: 14px 0;
    }
    .overflow-auto {
        height: 100%;
        overflow-y: auto;
        transform: translateY(0px);
    }
    #citymodalid .col-sm-6 {
        width: 100%;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    .prod-cart-b {
        flex-direction: column;
        margin-right: 0;
    }

    .btn.btn-danger.buycart,
    .btn.btn-danger.onebuycart {
        flex-basis: 100%;
        height: 50px;
        padding: 10px 15px !important;
        font-size: 1.5rem !important;
        font-weight: 500 !important;
    }

    .btn.btn-danger.buycart {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .citysearch input {
        padding-right: 32px;
    }
    .order-header .overphone {
        width: 150px;
    }
    .order-header .ov-ph-cont::before {
        left: 65px;
    }

    .new-delivery-block-control button span {
        display: none;
    }

    .new-delivery-block-list-item-label:before {
        margin-top: 15px;
        padding: 4px 6px !important;
    }

    .new-delivery-block-list-item-label .apteka-info {
        flex-direction: column;
    }

    .new-delivery-block-selected {
        flex-wrap: wrap;
    }

    .new-delivery-block-selected-intro {
        width: 100%;
        margin-bottom: 15px;
    }

    .new-delivery-block-selected-info {
        width: calc(100% - 115px);
    }

    .new-delivery-block-selected-image {
        margin-left: 0;
    }
}
@media (max-width: 467px) {
    .new-delivery-block-selected-info {
        width: 100%;
        margin-top: 15px;
    }

    .new-delivery-block-selected-image {
        margin: 0;
        width: 100%;
        height: 200px;
    }

    .new-delivery-block-selected-image img {
        width: auto;
        height: 200px;
    }
}

.gdpr {
    position: fixed;
    bottom: 0;
    margin: 0;
    background-color: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    z-index: 1001;
    padding: 0 !important;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 140%;
    color: #212121;
    box-shadow: 0 -5px 10px rgba(57, 69, 86, 0.1);
}

.gdpr-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 24px;
}

.gdpr-container h3 {
    font-size: 16px;
    margin-bottom: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #212121;
}

.gdpr-container p {
    margin: 0;
}

.gdpr-container p.text-right {
    margin-left: 18px;
}

.gdpr-container p:last-child {
    flex-shrink: 0;
}

.gdpr-container a {
    color: #2270EE;
}

.gdpr-container a:hover {
    color:#FF3366;
}

.gdpr-container button {
    background:#FF3366 !important;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
}

.gdpr-container button:hover,
.gdpr-container button:focus {
    border-color: #f7647f;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12), 0 1px 18px rgba(0, 0, 0, 0.06), 0 6px 10px rgba(0, 0, 0, 0.07);
    background-color: #f7647f !important;
    color: #fff !important;
}

.gdpr-backplate {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.5);
}

header.order-header .topcallback .phone-title {
    font-size: 1rem;
}

.scrollnav.order-header .topcallback {
    position: relative;
}

@media (max-width: 990px) {
    .box-title {
        max-width: 600px;
        margin: auto;
    }
}
@media (max-width: 767px) {
    .gdpr {
        font-size: 12px;
    }

    .gdpr-container h3 {
        font-size: 14px;
    }

    .gdpr-container {
        flex-direction: column;
    }

    .gdpr-container p,
    .gdpr-container h3 {
        text-align: center;
    }

    .gdpr-container p.text-right {
        margin-top: 16px;
        margin-left: 0;
    }

    .gdpr {
        padding: 5px 15px !important;
    }

    header.order-header .topcallback .phone-title {
        font-size: 0.7rem;
    }
}

.newMarker {
    top: -24px;
    left: -9px;
    width: 24px;
    height: 24px;
    border-width: 3px;
    display: flex;
    position: absolute;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14),
        0px 1px 14px 0px rgba(0, 0, 0, 0.12);
    align-items: center;
    border-style: solid;
    border-radius: 50%;
    justify-content: center;
    background-color: #fff;
}

.newMarker-1 {
    top: -26px;
    left: -10px;
    width: 26px;
    height: 26px;
}
.newMarker-2 {
    top: -30px;
    left: -12px;
    width: 30px;
    height: 30px;
}
.newMarker-3 {
    top: -34px;
    left: -14px;
    width: 34px;
    height: 34px;
}

.newMarker::after {
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    border-style: solid;
    left: 1px;
    bottom: -8px;
    border-width: 8px;
    border-bottom: none;
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
}

.newMarker > svg {
    width: 12px;
    height: 12px;
}

.newMarker-primary {
    border-color: #f88454;
}

.newMarker-primary::after {
    border-top-color: #f88454;
}

.newMarker-primary > svg {
    fill: #f88454;
}

.newMarker-primary > span {
    color: #f88454;
}

.newMarker-secondary {
    border-color: #08b685;
}

.newMarker-secondary::after {
    border-top-color: #08b685;
}

.newMarker-secondary > svg {
    fill: #08b685;
}

.newMarker-secondary > span {
    color: #08b685;
}

.checkout .dropdown-menu {
    z-index: 9;
}

.cartbox {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
}

.carticon {
    width: 52px;
    height: 52px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
}

.mobile .carticon {
    position: fixed;
    top: 43px;
    /* top: 0; */
    right: 6px;
}

.mobile .carticon img {
    filter: invert(99%) sepia(6%) saturate(27%) hue-rotate(224deg) brightness(300%) contrast(100%);
    width: 28px;
}

.cartbox .count {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg,#FF3366,#FF3366), #f1f3f4;
}

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

@media (min-width: 992px) {
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
}

.ui-front {
    z-index: 9999;
}

.top-information {
    position: relative;
    z-index: 11;
}

.top-information__mobile {
    position: fixed;
    top: 0;
    width: 100%;
}

.top-information__image {
    position: relative;
    height: 40px;
    /*background: linear-gradient(91.58deg, #00b7f9 -60.07%, #005bea 114.32%);*/
    /*background: #F43535;*/
    background: linear-gradient(104.93deg, #E3FDF5 1.45%, #FFE6FA 95.72%), #F43535;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.top-information__image img {
    position: relative;
    max-height: 100%;
}

.top-information__image img.top-information__image-mobile {
    display: block;
    max-width: 320px;
}

.top-information__image img.top-information__image-desktop {
    display: none;
}

@media (min-width: 1250px) {
    .top-information__image img.top-information__image-mobile {
        display: none;
    }

    .top-information__image img.top-information__image-desktop {
        display: block;
    }
}

.social-page table p {
    margin: 0;
}

.scrollbar {
    width: 100%;
    overflow-x: auto;
}

.social-page table > thead > tr > th,
.social-page .table > thead > tr > th,
.social-page table > tbody > tr > th,
.social-page .table > tbody > tr > th,
.social-page table > tfoot > tr > th,
.social-page table > tfoot > tr > th,
.social-page table > thead > tr > td,
.social-page .table > thead > tr > td,
.social-page table > tbody > tr > td,
.social-page .table > tbody > tr > td,
.social-page table > tfoot > tr > td,
.social-page .table > tfoot > tr > td {
    border: 1px solid #000;
    padding: 6px;
}

.table-border-black tr td {
    border: 1px solid #000 !important;
    padding: 6px !important;
}

.team__description p:not(:last-child) {
    margin-bottom: 16px;
}

@media (max-width: 767px) {
    .for_partners .step img {
        max-width: 100%;
    }
}

.related-blogs {
    display: flex;
    margin-bottom: 32px;
}

.related-blogs__list {
    background: #ffffff;
    box-shadow: 0px 5px 10px rgba(57, 72, 86, 0.05);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
}

.related-blogs__list-item {
    display: block;
    background: #f5f7fa;
    border-radius: 16px;
    padding: 12px;
    height: 85px;
    display: flex;
    align-items: center;
    width: calc(25% - 12px);
}

.related-blogs__list-item:not(:last-child) {
    margin-right: 16px;
}

.related-blogs__list-item-image {
    position: relative;
    width: 112px;
    height: 100%;
    flex-shrink: 0;
    border-radius: 16px;
    overflow: hidden;
    margin-right: 10px;
}

.related-blogs__list-item-image img {
    max-width: 100%;
    max-height: 100%;
}

.related-blogs__list-item p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    max-height: 54px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: left;
}

.related-blogs__list-item:hover p {
    color:#FF3366;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .related-blogs__list-item {
        width: calc(50% - 7px);
    }

    .related-blogs__list-item:not(:nth-child(2n)) {
        margin-right: 14px;
    }

    .related-blogs__list-item:nth-child(2n) {
        margin-right: 0;
    }

    .related-blogs__list-item:nth-child(1),
    .related-blogs__list-item:nth-child(2) {
        margin-bottom: 14px;
    }
}

@media (max-width: 991px) {
    .related-blogs {
        overflow-x: auto;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }

    .related-blogs:before,
    .related-blogs:after {
        content: "";
        width: 15px;
        flex-shrink: 0;
    }

    .related-blogs::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .related-blogs::-webkit-scrollbar-thumb {
        background: rgba(57, 69, 86, 0.6);
        border-radius: 2px;
    }

    .related-blogs__list {
        flex-wrap: nowrap;
        margin-bottom: 8px;
        padding: 8px;
    }

    .related-blogs__list-item {
        width: 300px;
    }

    .related-blogs__list-item:not(:last-child) {
        margin-right: 8px;
    }

    .related-blogs__list-item p {
        font-size: 12px;
        line-height: 16px;
    }
}

/*Toggle bannerNootrofen on top of category*/

.banner-nootrofen {
    margin-bottom: 20px;
    display: none;
}

.banner-nootrofen img {
    width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    .banner-nootrofen__desctop {
        display: block;
    }

    .banner-nootrofen__mobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .banner-nootrofen {
        margin: 0 -15px 15px;
    }

    .banner-nootrofen__desctop {
        display: none;
    }

    .banner-nootrofen__mobile {
        display: block;
    }
}

/*--------------------------------------*/

/*Desktop Consultation block in checkout*/

.consultation-chat-wrap {
    padding-top: 30px;
    margin: 10px -30px -30px -30px;
    background: #f8f8f8;
}

.consultation-chat {
    /*position: absolute;*/
    /*z-index: 10;*/
    /*top: 110%;*/
    /*width: 100%;*/
    /*margin: 0 -30px;*/
    padding: 20px 50px 20px 20px;
    border-radius: 16px;
    background: linear-gradient(89.05deg,#333266,#2270ee),#fff;
}

.consultation-chat__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.consultation-chat__row {
    display: flex;
}

.consultation-chat__left-col {
    flex-shrink: 0;
    width: 90px;
    margin-right: 20px;
}

.consultation-chat__pharmacist-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    padding: 4px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

.consultation-chat__right-col {
    width: 330px;
}

.consultation-chat__title {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 6px;
}

.consultation-chat__description {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 16px;
}

.consultation-chat__social {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}

.consultation-chat__social .social__link {
    display: flex;
    align-items: center;
    flex-basis: 140px;
    height: auto;
    padding: 4px;
    margin: 8px;
    border-radius: 16px;
}

.consultation-chat__social .social__link--telegram {
    background-color: #d9f2ff;
}

.consultation-chat__social .social__link--viber {
    background-color: #dacfea;
}

.consultation-chat__social .social__name {
    margin-left: 12px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.consultation-chat__social .social__link--telegram .social__name {
    color: #2CA5E0;
}

.consultation-chat__social .social__link--viber .social__name {
    color: #7D3DAF;
}

@media (max-width: 991.99px) {
    .consultation-chat-wrap {
        display: none;
    }
}
/*--------------------------------------*/

/*Mobile Consultation block in checkout*/

.consultation-chat-help {
    display: none;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 11;
    width: 134px;
    height: 152px;
    padding: 12px 8px 8px 8px;
    border-radius: 16px;
    background: linear-gradient(89.05deg,#333266,#2270ee),#fff;
}

.consultation-chat-mobile-close {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #212121;
    cursor: pointer;
}

.consultation-chat-help__pharmacist-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 4px;
    margin: 0 auto 8px auto;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
}

.consultation-chat-help__description {
    position: relative;
    padding: 5px 8px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.2;
    color: #212121;
    text-align: center;
    background-color: #fff;
}

.consultation-chat-help__description::before {
    position: absolute;
    content: '';
    top: -10px;
    right: 18px;
    width: 11px;
    height: 11px;
    background: url("https://i.apteka24.ua/icons/icon-chat-arrow.svg"), no-repeat, center;
    background-size: contain;
}

@media (max-width: 991.99px) {
    .consultation-chat-help {
        display: block;
    }
}

@media (min-width: 992px) {
    .consultation-chat-social {
        display: none !important;
    }
}

/*social*/
.consultation-chat-social {
    display: none;
    position: fixed;
    width: 184px;
    height: 77px;
    bottom: 16px;
    right: 16px;
    z-index: 11;
    padding: 12px 20px;
    border-radius: 16px;
    background: linear-gradient(89.05deg,#333266,#2270ee),#fff;
}

.consultation-chat-social__body {
    display: flex;
    justify-content: center;
}

.consultation-chat-social__body a + a {
    margin-left: 16px;
}

/*collapsed*/

.consultation-chat-cllapsed {
    display: none;
    position: fixed;
    width: 184px;
    height: 77px;
    bottom: 16px;
    right: 16px;
    z-index: 11;
    padding: 12px;
    border-radius: 16px;
    background: linear-gradient(89.05deg,#333266,#2270ee),#fff;
}

.consultation-chat-cllapsed__description {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 12px;
    text-align: center;
}

/*--------------------------------------*/
