@font-face {
	font-family: 'Roboto'; 
	src: url(Roboto-Regular.ttf); 
}
@font-face {
	font-family: 'RobotoLight'; 
	src: url(Roboto-Light.ttf); 
}
@font-face {
	font-family: 'RobotoBold'; 
	src: url(Roboto-Bold.ttf); 
}

body{
	color: #3f3f3f;
	font: 16px/19px 'Roboto',tahoma,sans-serif!important;
	width: 100%;
	background: #fff;
}
body a {
    color: #02b73f;
    transition: 0.5s;
}
body a:hover {
    transition: 0.5s;
    color: #029f37!important;
}
body img{
	max-width: 100%;
	height: auto;
}
body .btn {
    width: 320px;
    max-width: 100%;
    background: #02b73f;
    color: #fff;
    border-radius: 7px;
    padding: 10px 0;
    border: 1px solid #02b73f;
    transition: 0.5s;
}
body .btn:hover {
    background:#029f37;
    color: #fff!important;
    border: 1px solid #02b73f;
    transition: 0.5s;
}
body h3, body .h3 {
    font-size: 1.3rem;
}
body h2, body .h2 {
    font-size: 1.5rem;
}
body h1, body .h1 {
    font-size: 1.7rem;
}  
    
    
@keyframes CookieNotify-show {
    0% {
        opacity: 0;
        transform: translateY(100%)
    }
}
.CookieNotify {
    animation: CookieNotify-show .5s ease-out .5s 1 backwards;
    background-color: #2a2f33;
    bottom: 15px;
    color: #cecece;
    box-shadow: 2px 4px 6px rgba(0, 0, 0, .3), -1px -1px 5px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    left: 5px;
    padding: 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    display: none;
    max-width: 800px;
    font-size: 14px;
    border-radius: 10px;
}
.CookieNotify .h3 {
    color: #fff;
    font-size: 18px;
}
.CookieNotify__wrap {
    align-items: center;
    display: flex;
    margin: 0 auto;
    width: 100%
}

.CookieNotify__info {
    margin-right: auto;
    padding-right: 30px;
}

@media (max-width: 800px) {
    .CookieNotify__info {
        margin-bottom:1rem;
        padding-right: 0
    }
    .CookieNotify__wrap {
        flex-wrap:wrap
    }
    .CookieNotify__wrap .button {
        margin: 0 auto
    }
    .CookieNotify {
        left: 0;
        bottom: 0;
    }
}

.CookieNotify button.button.btn-green {
    align-items: center;
    position: relative;
    width: 190px;
    height: 50px;
    background-color: #fff;
    clip-path: polygon(13% 0, 87% 0, 100% 25%, 100% 75%, 87% 100%, 13% 100%, 0 75%, 0 25%);
    background: #f4f4f4;
    border: 0;
    text-align: center;
    font-size: 16px;
}

.featured-text a.btn span {
    margin: 0 !important;
    transition: 0.5s;
    font-size: 16px;
    font-weight: normal;
}
.featured-text a.btn span:before {
    display: none!important;
}

.featured-text a.btn:hover span,
.CookieNotify a.btn:hover span {
    color: #333!important;
    transition: 0.5s;
}

.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1920px!important;
    width: 100%!important;
}


body,
header,
.right-menu {
    background: #f5f6fc!important;
}

a.site-logo {
    display: inline-block;
    width: 50%;
}
a.top-adres {
    display: inline-block;
    width: 50%;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    text-align: right;
}
.top-adres span {
    content: '';
    background: url(/assets/img/next.svg);
    width: 15px;
    height: 15px;
    margin: 0 2px;
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    top: 3px;
}
header .row {
    padding: 0 0 15px;
}
header .row .col-md-2 {
    align-items: center;
    display: flex;
}
main.container {
    padding-top: 15px;
    background: #fff;
    padding-bottom: 40px;
}
main.container > .row {
    min-height: 100%;
    position: relative;
}


button.navbar-toggler.collapsed {
    display: none;
}
ul.catalog-menu {
    list-style: none;
    padding: 0;
}
ul.catalog-menu a {
    color: #48ca74;
    padding: 12px 10px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
}
ul.catalog-menu a:hover {
    background: #f5f6fc;
}
li.breadcrumb-item {
    text-transform: uppercase;
    font-size: 12px;
}

.feed-icons {
    display: none;
}
.you-map-farm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
    display: none;
}
.you-map-farm .container {
    margin: auto;
    height: 400px;
    top: 50%;
    position: relative;
    margin-top: -200px;
}
.you-map-farm #maps{
    height: 100%;
    width: 100%;
}
p.ext {
    position: relative;
    float: right;
    top: 10px;
    z-index: 999;
    color: red;
    cursor: pointer;
    right: 20px;
}
.you-map-farm .container {
    margin: auto;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    max-width: 100%;
    padding: 0;
}
#map {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.map-farm {
    display: none;
}
#map2 {
    display: none;
}
.title-search a {
    border: 1px solid;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #333;
}
.exit-search p.ccc2 {
    text-align: right;
    color: #fff;
    float: right;
    font-size: 22px;
    cursor: pointer;
    right: 60px;
    z-index: 10000;
    top: 10px;
    position: fixed;
    right: 20px;
    top: 45px;
    display: none;
    background: red;
    padding: 5px 20px;
    border-radius: 50px;
}


nav.catalog,
.wrap {
    background: #fff;
}
.sort {
    width: 100%;
    padding: 10px 0 0;
    margin: 10px 0 0;
}
.sort a {
    position: relative;
    padding: 3px 13px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
}
.sort a:hover {
    border: 1px solid #02b73f;
}
.row.form-wrapper {
    padding: 0;
    position: relative;
}
.row.form-wrapper .col-md-10 {
    padding-right: 0;
}
.row.form-wrapper .col-md-2 {
    padding-left: 0;
}
.ajax-searchs .button {
    margin: 0;
    min-width: auto;
    width: 100%;
    padding: 0;
    position: relative;
    border-radius: 0 50px 50px 0;
    padding: 10px;
}
.row.form-wrapper .form-wrapper {
    position: relative;
}
.ajax-searchs .form-item-title input {
    border-radius: 50px 0 0 50px;
    border-right: 0 !important;
    padding: 10px 10px 10px 70px;
    height: auto;
}
.wrap-top,
.wrap {
    padding-right: 88px !important;
}
.ajax-searchs .form-item-title {
    position: relative;
}
.ajax-searchs .form-item-title:before {
    position: absolute;
    content: '';
    display: block;
    background: url(/assets/img/search.svg);
    width: 31px;
    height: 28px;
    top: 10px;
    left: 28px;
    z-index: 1;
}
#search-result {
    position: absolute;
    top: 85px;
    background: #fff;
    padding: 10px 10px 0 10px;
    z-index: 99;
    border-radius: 7px;
    left: 10px;
    width: calc(100% - 20px);
    box-shadow: 5px 5px 10px #cecece;
    display: none;
    height: 390px;
    overflow: scroll;
    overflow-x: hidden;
}
.sort-result a {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}
.sort-result span {
    float: right;
}
.table-row > div {
    border-bottom: 1px solid #f5f6fc;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.front-slider img {
    border-radius: 7px;
}
.front-slider {
    margin-bottom: 20px;
}

body .col-md-33 {
    flex: 0 0 auto;
    width: 20%;
    padding: 15px;
}
body .spec img {
    border-radius: 7px;
}

.spec {
    margin-bottom: 5px;
}
.view-taxonomy-term .views-row {
    display: none;
}
a.item-title.h5 {
    font-size: 16px;
    display: inline-flex;
    width: 100%;
    text-decoration: none;
}
.row.tovar-catalog {
    margin: 0;
}
.tovar-catalog .item-tovar {
    border: 1px solid #f5f6fc;
    padding-bottom: 20px;
    transition: 0.5s;
}

.tovar-catalog .item-tovar:hover {
    border: 1px solid #02b73f;
    transition: 0.5s;
}
.tovar-catalog .item-tovar .item-img {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.tovar-catalog .item-tovar .item-img img {
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
    padding: 30px;
}
ul.parent-menu {
    position: absolute;
    left: 100%;
    width: 400%;
    z-index: 100;
    background: #fff;
    box-shadow: 5px 5px 10px #cecece;
    list-style: none;
    padding: 0;
    top: 0;
    display: none;
    flex-wrap: wrap;
    transition: 0.5s;
    min-height: 470px;
    align-content: flex-start;
}

ul.parent-menu li {
    width: 25%;
}


.link-right-menu {
    align-items: center;
    display: flex;
    width: auto;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none!important;
}
.link-right-menu .icon {
    align-items: center;
    display: inline-flex;
    height: 33px;
    position: relative;
    width: 33px;
    flex: 0 0 33px;
}
.link-right-menu .text {
    font-size: 16px;
    padding: 0 0 0 10px;
    white-space: nowrap;
    word-break: break-word;
    margin-left: 30px;
    transition: 0.5s;
}
.right-menu-items {
    height: 100%;
    transition: width .25s ease .25s, transform .25s, box-shadow .25s;
    width: 73px;
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 20px;
    z-index: 99;
    transition: 0.5s;
}
body .right-menu {
    transition: 0.5s;
    overflow: hidden;
    z-index: 2;
}


body .right-menu-top {
    position: absolute;
    right: 0;
    width: 73px !important;
    padding: 0;
    height: 100%;
}
header .row {
    position: relative;
}
.block-cart-block {
    height: 100%;
    transition: width .25s ease .25s, transform .25s, box-shadow .25s;
    width: 73px;
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    box-sizing: border-box;
    flex: 0 0 auto;
    padding: 20px;
    transition: 0.5s;
}
.cart-block {
    width: 45px;
    left: -7px;
    position: relative;
}
.cart-block img {
    position: relative;
    left: -2px;
}
.cart-block a {
    font-size: 12px;
    text-decoration: none!important;
}
.cart-block span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #02b73f;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 1;
    border-radius: 100px;
    color: #fff;
    text-align: center;
}

body .right-menu {
    position: absolute;
    right: 0;
    width: 73px !important;
    top: -15px;
    padding: 0;
    height: calc(100% + 15px);
    position: fixed;
    top: 100px;
    transition: 0.5s;
}
body.fixed .right-menu {
    top: 0px;
    transition: 0.5s;
}

.news-catalog {
    margin: 0;
}
.news-catalog .item-news {
    border: 1px solid #f5f6fc;
    padding: 0;
    padding-bottom: 10px;
    transition: 0.5s;
}
.news-catalog .item-news:hover {
    border: 1px solid #02b73f;
    transition: 0.5s;
}
.news-catalog .item-news .item-img {
    text-align: center;
    display: inline-block;
    width: 100%;
}
.news-catalog .item-news .item-img img {
    width: calc(100% - 20px);
    margin: auto;
    margin-bottom: 10px;
    margin: 10px;
    border-radius: 7px;
}
.news-catalog a.item-title.h5 {
    margin-left: 10px;
}
#block-apteka-newsblock {
    margin: 30px 0;
}
#block-apteka-specblock {
    margin-top: 30px;
}
ul.catalog-menu a,
footer .row ul a {
    font-size: 16px;
    font-family: 'RobotoLight', Tahoma;
    line-height: normal;
}
.table-row a.item-char {
    text-decoration: none;
}
h2 a {
    color: inherit;
    text-decoration: none!important;
}
footer {
    padding: 40px 73px 40px 15px !important;
    background: #fff;
    border-top: 1px solid #e0e1f3;
}
footer .h2 {
    color: #666;
    font-size: 1rem;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
    height: 30px;
}
footer .row ul {
    padding: 0;
    list-style: none;
}
footer .row ul a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}
footer a.phone {
    text-decoration: none;
    cursor: pointer;
}
footer a.phone img {
    width: 35px;
    margin-right: 5px;
}
.none-cart,
.none,
.field--name-field-nomer-apteki.field--type-string {
    display: none;
}
.real {
    font-size: 12px;
    color: #999;
    display: inline-block;
    position: absolute;
    width: 100%;
    left: 15px;
    bottom: 0;
}
.border-whrite {
    position: relative;
}
.go-inst {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: none!important;
}
.go-inst img {
    height: 20px;
}
.item-tovar-page {
    margin-bottom: 10px;
}
#inst {
    margin-top: 30px;
    border: 1px solid #e0e1f3;
    padding: 15px;
}
.info-body h2 {
    font-size: 1.2rem;
}
#inst .info-body {
    overflow: hidden;
    height: 415px;
}
.item-tovar-page .info-body {
    overflow: hidden;
    height: 40px;
}
a.open-inst {
    cursor: pointer;
    padding-top: 10px;
    display: inline-block;
}
a.indications {
    font-size: 1.2rem;
    text-decoration: none;
    margin-top: 15px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
.info-price {
    border: 1px solid #e0e1f3;
    margin: 0 0 15px;
    padding: 15px;
}
.info-price .small {
    font-size: 12px;
    color: #999;
    display: inline-block;
}
.info-price .price-tovar {
    font-size: 2rem;
    color: #02b73f;
    font-weight: bolder;
    display: inline-block;
    width: 100%;
    position: relative;
    line-height: normal;
}
.info-apt {
    border: 1px solid #e0e1f3;
    margin: 0 0 15px;
    padding: 15px;
}
.info-apt .h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.info-apt .item-apt {
    border-top: 1px solid #f5f6fc;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.block-menu-teg {
    display: inline-block;
    width: 100%;
    padding: 15px 15px 5px;
    border: 1px solid #e0e1f3;
}
.block-menu-teg a.teg-menu {
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    color: #cbcce1;
}
body .cart-btn {
    display: inline-block;
    background: #02b73f;
    color: #fff!important;
    text-decoration: none;
    padding: 5px;
    border-radius: 7px;
    cursor: pointer;
    text-align: center;
}
body .cart-btn:hover {
    background:#029f37;
    color: #fff!important;
}
body .cart-top .cart-btn {
    padding: 10px;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}
body .cart-btn img {
    width: 25px;
}
h1.page-title {
    margin-bottom: 20px;
}
.item-tovar-min {
    border: 1px solid #f5f6fc;
    padding: 0 10px 5px;
    transition: 0.5s;
}
.item-tovar-min:hover {
    border: 1px solid #e0e1f3;
    transition: 0.5s;
}
.item-tovar-min a.item-title.h5 {
    font-size: 14px;
    text-align: center;
}
.tovar-catalog-min .item-tovar-min a.item-title.h5 {
    height: 55px;
}
.tovar-catalog-min {
    margin-top: 10px;
}
.dop-tovar-slider .swiper-pagination,
.analog-tovar-slider .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 10px;
}
.swiper-pagination-bullet-active {
    background: #02b73f;
}
.analogs {
    margin: 30px 0 0;
}
.block-doptitle {
    margin-top: 30px;
    border: 1px solid #e0e1f3;
    padding: 15px;
    color: #cecece;
    font-size: 14px;
}
a.like {
    cursor: pointer;
    text-decoration: none;
}
a.like img {
    width: 30px;
}
.mass-add-like {
    display: none;
    border: 1px solid #e0e1f3;
    margin: 0 0 15px;
    padding: 15px;
    text-align: center;
}
#ajax-feedback .form-item-predlog {
    float: left;
    width: 48%;
    margin-right: 2%;
}
#ajax-feedback .form-item-name, #ajax-feedback .form-item-city, #ajax-feedback .form-item-phone {
    float: right;
    width: 50%;
}
.pod-feed {
    display: inline-block;
    width: 100%;
}
#ajax-feedback .button {
    margin-top: 10px;
}
.open-adresss {
    border-bottom: 1px solid #f5f6fc;
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: 20px;
}
a.list-adress {
    position: relative;
    float: right;
    margin-top: 10px;
}
a.you-map {
    cursor: pointer;
    text-decoration: none;
}
.catalog-adress h3 a {
    text-decoration: none;
}
.min-price {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 10px;
    color: #02b73f;
    border-bottom: 1px solid #f5f6fc;
    padding-bottom: 10px;
    height: 30px;
}
.min-price span {
    font-size: 20px;
    line-height: 16px;
    font-weight: 900;
}
#subscription-sub {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    padding: 20px 15px 5px 15px;
    border: 1px solid #e0e1f3;
}
#box-subscription {
    float: left;
    width: 75%;
}
#box-subscription .subb {
    float: left;
    width: 50%;
}
#subscription-sub .button {
    float: right;
    width: 23%;
    height: auto;
    position: relative;
    top: 10px;
    line-height: initial;
}
#subscription-sub .form-type-email {
    float: right;
    width: 30%;
}
#subscription-sub .form-type-email input {
    padding: 9px 20px;
    border: 0;
    background: #f5f6fc;
    height: auto;
    position: relative;
    top: -5px;
}

#subscription-sub .status {
    position: absolute;
    right: 10px;
    bottom: -15px;
    font-size: 14px;
}
#box-subscription .alert {
    display: none;
}
#toTop {
    background: #02b73f;
    font-size: 20px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    box-shadow: 1px 1px 10px #777;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    z-index: 99;
}
#toTop img {
    width: 50%;
    height: auto;
}
.socs img {
    height: 30px;
}
.socs a {
    display: inline-block;
    text-decoration: none;
    margin-right: 10px;
}
.glass {
    background: url(/themes/apteka/images/glas1.jpg);
    background-size: 100%;
    background-position: center bottom;
    border-radius: 0 10px 10px 0;
}
.row.top-gl .col-md-6:nth-child(1) {
    background: #D7BEB9;
    color: #fff;
    padding: 40px 0px 60px 70px;
    border-radius: 10px 0 0 10px;
}
.row.top-gl {
    margin: 0;
    margin-bottom: 40px;
}
a.btn.cons {
    background: #D58232;
    color: #fff;
    border: 0px!important;
    transition: 0.5s;
}
a.btn.cons:hover {
    box-shadow: 0 0 5px #D58232;
    transition: 0.5s;
}
.row.top-gl .h3 {
    font-size: 20px;
    padding: 20px 0;
}
.row.top-gl p {
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 5px;
}
.row.top-gl .h2 {
    font-weight: bolder;
}
.top-gl a.btn.cons {
    width: 90%;
}

.back-glass {
    background: url(/assets/img/glass5.jpg);
    background-size: 100%;
    background-position: center;
    padding: 30px;
    margin-bottom: 30px;
    margin-top: -15px;
    border-radius: 10px;
}
.back-glass h2 {
    color: #D58232;
    font-weight: bold;
}
.back-glass .col-md-9 p {
    margin-bottom: 35px;
}
.gl h3 {
    text-align: center;
    margin-top: 60px;
}
.gl > p {
    text-align: center;
    margin-bottom: 10px;
}
.gl > p.gpf {
    text-align: center;
    margin-bottom: 40px;
}
.glas-b {
    background: #D7BEB9;
    padding: 30px 0;
    border-radius: 10px;
    font-size: 18px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.5s;
    font-weight: bolder;
}
.glas-b:hover {
    transition: 0.5s;
    box-shadow: 0 0 5px #D7BEB9;
}
.usl {
    text-align: center;
    margin-bottom: 70px;
    font-weight: bolder;
}
.gl table p {
    margin: 0;
}
.gl table td, .gl table th {
    border: 1px solid #ceceec;
    padding: 10px;
    text-align: center;
    color: #555;
}
.back-glass .col-md-6 {
    transition: 0.5s;
    cursor: pointer;
}
.back-glass .col-md-6:hover {
    transition: 0.5s;
    padding-left: 30px;
}
.gl .col-md-6 a img, .bgbg > div a img {
    transition: 0.5s;
    max-width: 500px;
    width: 100%;
    height: 100%;
}
.gl .col-md-6 a img:hover,
.bgbg > div a img:hover {
    transition: 0.5s;
    margin-top: -10px;
}
.gl-map {
    display: none;
    position: relative;
    margin-bottom: 30px;
}
.glas-b a {
    color: #333;
    text-decoration: none;
}
.glass {
    background: url(/assets/img/glass1.jpg);
    background-size: 100%;
    background-position: center bottom;
    border-radius: 0 10px 10px 0;
}
#block-apteka-ordersblock {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}
#ajax-orders {
    margin: auto;
    width: 430px;
    top: 50%;
    position: relative;
    margin-top: -310px;
    background: #fff;
    padding: 1rem 2rem;
}
#ajax-orders #box-content {
    font-family: robotol, Tahoma;
    font-size: 12px;
}
#ajax-orders .button {
    margin: auto;
    width: 100%;
}
#box-exit {
    position: relative;
    padding-bottom: 1rem;
    z-index: 3;
}
#box-exit .close {
    cursor: pointer;
}
#ajax-orders #box-orders p {
    text-align: center;
    padding: 1rem 0 0;
    color: red;
    font-size: 16px;
}
#block-blokpoiska {
    display: block;
    position: relative;
}
#ajax-orders .title {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
}
#ajax-orders #box-content .price {
    text-align: center;
    font-size: 1.5rem;
    font-family: roboto;
    color: red;
}
#yes {
    background: #fff;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    margin-left: -2rem;
    text-align: center;
    padding: 3rem 2rem;
    color: red;
    font-size: 16px;
}
a.apt-spr img {
    border-radius: 7px;
    margin-bottom: 10px;
}
.discounts-month img {
    border-radius: 7px;
}
#navbarSupportedContent {
    z-index: 9;
}
ul.catalog-menu {
    position: relative;
}
.job a img {
    margin-bottom: 10px;
    border-radius: 7px;
}

.reviews {
    width:100%;
    height:350px;
    overflow:hidden;
    position:relative;
    margin-top: 20px;
}
.reviews iframe {
    width:100%;
    height:100%;
    border:1px solid #e0e1f3;
    box-sizing:border-box;
}
#subscription-sub .button {
    min-width: auto;
}
a.btn.open-catalog {
    margin-top: 20px;
}
.info-price {
    position: relative;
}
a.like {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
}
#search-result .min-price {
    border: 0;
    margin: 0;
    padding: 0;
    height: auto;
}
#search-result .row {
    border-bottom: 1px solid #cecece;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-transform: lowercase;
}

#block-vsplyvayuschiyslayd {
    background: rgb(0, 0, 0, .6);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    display: none;
}
#block-vsplyvayuschiyslayd .field--name-body {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -370px;
    margin-top: -160px;
}

#block-vsplyvayuschiyslayd .field--name-body span {
    color: #fff;
    font-size: 24px;
    position: relative;
    float: right;
    left: 4px;
    top: -9px;
    cursor: pointer;
    transition: 0.5s;
}

#block-vsplyvayuschiyslayd .field--name-body span:hover {
    color: #dc3545;
    transition: 0.5s;
}
.tovar-page #block-vsplyvayuschiyslayd {
    display: block !important;
    position: relative;
    left: auto;
    background: none;
    top: auto;
    height: auto;
    margin-bottom: 20px;
    z-index: 1;
}
.tovar-page #block-vsplyvayuschiyslayd .field--name-body {
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
}
.tovar-page #block-vsplyvayuschiyslayd .field--name-body span {
    display: none!important
}

.catalog-adress .row.mb-4 {
    border-bottom: 1px solid #e0e1f3;
    padding-bottom: 25px;
}
a.phone-s {
    font-size: 26px;
}
a.apt-spr {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #af1d1d;
    color: #fff;
    padding: 20px 0;
    border-radius: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.apt-spr .h2 b {
    border-bottom: 1px solid #c75151;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 2.6rem;
}
a.apt-spr .phone-search {
    font-size: 2.6rem;
}

a.apt-spr:hover {
    color: #fff!important;
}

.ather-pharms {
    display: none!important;
}
.form-type-checkbox.js-form-item-sort.form-item-sort {
    margin: 0;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: auto;
    right: 0;
}
.form-type-checkbox.js-form-item-sort.form-item-sort input {
    position: relative;
    top: -2px;
}
#loading-image {
    display: none;
    position: absolute;
    bottom: -10px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    left: 10px;
    width: calc(100% - 35px);
}
ul.top-menu {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0 15px;
    list-style: none;
    z-index: 1;
    position: relative;
}
ul.top-menu li a {
    margin-right: 10px;
    position: relative;
    top: 7px;
    text-decoration: none;
}
.swiper.dop-tovar-slider2 .swiper-wrapper {
    padding-bottom: 55px;
}
.swiper.dop-tovar-slider2 .item-tovar-min a.item-title.h5 {
    height: 50px;
    overflow: hidden;
}
.front-slider .swiper-wrapper {
    padding-bottom: 40px;
}
a#map-farm {
    cursor: pointer;
}
.col-md-33.none {
    display: none;
}
a.btn.btn-red {
    width: 100%;
    margin: 0;
    background: #a80b3e;
    border: 0;
}






























@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse,
    .navbar-expand-lg .navbar-nav {
        justify-content: flex-start !important;
    }
    body .right-menu:hover {
        transition: 0.5s;
        width: 200px !important;
    }
    body .right-menu:hover .link-right-menu .text {
        margin-left: 0px;
        transition: 0.5s;
    }
    
}



@media only screen and (min-width: 1920px){
    main.container {
        max-width: 100% !important;
    }
}


@media only screen and (max-width: 1520px){
    
}

@media only screen and (max-width: 1420px){
    
}

@media only screen and (max-width: 1140px){
    footer .col-md-6 {
        width: 100%;
    }
    body .col-md-33 {
        width: 25%;
    }
    .path-frontpage #block-apteka-newsblock .spec .col-md-33:nth-child(5) {
        display: none;
    }
    .sort a {
        padding: 3px 11px;
        display: inline-block;
    }
    #box-subscription {
        width: 100%;
    }
    #subscription-sub .button {
        float: right;
        display: inline-block;
        top: 0;
        width: 30%;
        margin: 0;
        margin-bottom: 20px;
    }
    #box-subscription .subb {
        width: 70%;
    }
    #subscription-sub .form-type-email {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #box-subscription .subb p {
        margin: 0;
    }
    header > .container > .row > .col-md-2 {
        flex-direction: column;
        margin-top: 20px;
    }
    a.site-logo, a.top-adres {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
        text-align: center;
    }
}

@media only screen and (max-width: 992px){
    
    footer .row .col-md-1 {
        display: none;
    }
    footer .row .col-md-5 {
        width: 50%;
    }
    ul.catalog-menu a, footer .row ul a {
        word-wrap: break-word;
    }
}

@media only screen and (max-width: 768px){
    header > .container > .row > .col-md-2 {
        width: 20%;
        flex-direction: row;
        padding-right: 0;
    }
    
    .row.form-wrapper {
        padding: 0 15px;
    }
    .row.form-wrapper .col-md-10 {
        width: 75%;
        float: left;
    }
    .row.form-wrapper .col-md-2 {
        width: 25%;
        float: right;
    }
    .wrap-top, .wrap {
        padding-right: 0 !important;
    }
    body .right-menu {
        top: 0;
        margin-right: -100px;
    }
    footer .row .col-md-5,
    #box-subscription .subb,
    #subscription-sub .form-type-email,
    a.apt-spr img,
    #subscription-sub .button {
        width: 100%;
    }
    footer .h2 {
        margin: 0 0 10px;
        height: auto;
    }
    body .col-md-33 {
        width: 50%;
    }
    .discounts-month,
    .HintsToSearch,
    a.top-adres,
    .ajax-searchs .form-item-title:before {
        display: none;
    }
    .ajax-searchs .form-item-title input {
        padding: 5px 5px 5px 20px;
    }
    .ajax-searchs .button {
        padding: 4px 0;
        text-align: center;
    }
    .row.form-wrapper .col-md-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .ajax-searchs .form-item-title {
        margin: 0;
    }
    header > .container > .row > .col-md-2 {
        top: 2px;
        left: 5px;
        padding: 0;
        margin: 0;
    }
        header > .container > .row {
        position: fixed;
        z-index: 99;
        background: #fff;
        width: 100%;
        left: 0;
        top: 0;
        padding: 5px 0;
        margin: 0;
        box-shadow: 0 0 5px #555;
    }
    .wrap-top, .wrap {
        padding: 0 5px !important;
    }
    #navbarSupportedContent {
        padding: 0 5px;
    }
    .row.spec {
        margin: 0 -5px;
    }
    body .col-md-33 {
        padding: 5px;
    }
    footer .col-md-3 {
        width: 50%;
    }
    main.container {
        padding-bottom: 20px;
    }
    footer {
        padding: 20px 5px 10px 5px !important;
    }
    #subscription-sub {
        padding: 10px 5px 0px 5px;
    }
    footer .row .col-md-5:nth-child(2) p {
        width: 50%;
        float: left;
        margin-bottom: 20px;
    }
    #block-apteka-blokpoiska .row.form-wrapper {
        padding: 0;
        width: 100%;
        margin: 0;
    }
    main.container {
        padding-top: 75px;
    }
    .tovar-catalog .item-tovar {
        width: 50%;
    }
    .tovar-catalog .item-tovar .item-img img {
        width: 100%;
        margin-bottom: 10px;
    }
    .row.tovar-page .row.border-whrite .col-md-4 {
        text-align: center;
        margin-bottom: 10px;
    }
    .block-doptitle {
        margin-bottom: 20px;
    }
    .info-apt .item-apt .col-md-5, .info-apt .item-apt .col-md-7 {
        width: 50%;
    }
    .info-apt .item-apt .col-md-7 {
        flex-direction: column;
        display: flex;
    }
    a.apt-spr > img {
        display: none;
    }
    body .btn {
        min-width: 100%;
    }
    body .right-menu-top {
        position: absolute;
        width: 30px !important;
        height: auto;
        right: 5px;
        top: 12px;
    }
    button.navbar-toggler {
        display: inline-block!important;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0;
        transition: 0.5s!important;
        transform: rotate(0deg);
    }
    header .col-md-10.wrap-top {
        width: 80%;
        padding-left: 0;
        padding-right: 40px!important;
    }
    ul.parent-menu {
        position: relative;
        left: 0;
        width: 100%;
        box-shadow: none;
    }
    ul.parent-menu li {
        width: 100%;
    }
    ul.parent-menu li a {
        background: #f9faff;
        margin: 5px 0 0;
    }
    button.navbar-toggler.active img {
        transform: rotate(10deg);
        transition: 0.5s!important;
    }
    body .right-menu {
        width: 100% !important;
        position: relative;
        top: 0;
        height: auto;
    }
    .link-right-menu .text {
        display: none;
    }
    .front-slider {
        margin-bottom: 0;
    }
    .right-menu-items {
        width: 100%;
        flex-direction: row;
        padding: 0;
    }
    .link-right-menu {
        margin: 15px 0 5px;
        width: 20%;
        text-align: center;
    }
    .real {
        left: 0;
        bottom: 0;
    }
    #search-result {
        width: 143%;
        left: -30%;
        max-width: none;
        top: 65px;
    }
    #loading-image {
        bottom: -47px;
        left: -30%;
        width: 141%;
        max-width: none;
    }
    .row.top-gl .col-md-6:nth-child(1) {
        padding: 15px;
        border-radius: 7px;
    }
    .top-gl a.btn.cons {
        width: 100%;
        left: 0;
        margin: 0;
    }
    a.btn.cons {
        margin: 0;
        margin-bottom: 10px;
    }
    .gl table td, .gl table th {
        padding: 5px;
        font-size: 13px;
    }
    .gl .col-md-6 a img {
        width: 100%;
        margin-bottom: 10px;
    }
    nav.catalog {
        position: fixed;
        top: 53px;
        left: 0;
        z-index: 99;
        height: calc(100% - 53px);
        overflow-y: scroll;
        margin-left: -150%;
        transition: 0.5s;
    }
    .tovar-page a.col-md-3.colorbox.cboxElement {
        width: 20%;
        display: inline-block;
    }
    .real {
        bottom: 0;
    }
    .page-node-type-lek .info-price {
        position: fixed;
        bottom: 0;
        z-index: 99;
        background: #fff;
        left: 0;
        margin: 0;
        padding: 0 10px;
    }
    .page-node-type-lek #toTop {
        bottom: 170px;
    }

    a.ather-pharms.btn {
        display: inline-block!important;
        width: 100%;
        padding: 5px;
        left: 0;
        position: relative;
        margin: 0;
        margin-bottom: 5px;
    }
    #ajax-orders {
        margin: auto;
        width: 100%;
        top: 0;
        position: relative;
        margin-top: 0;
        background: #fff;
        padding: 10px;
        height: 100%;
    }
    #yes {
        left: 32px;
    }
    .form-type-checkbox.js-form-item-sort.form-item-sort label.option {
        font-size: 12px;
        display: inline-block;
        margin: 0;
    }
    .form-type-checkbox.js-form-item-sort.form-item-sort {
        position: relative;
        width: 100%;
    }
    ul.top-menu {
        display: none;
    }
    ol.breadcrumb {
        height: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        flex-direction: column;
    }
    .breadcrumb li {
        display: inline;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
}