@charset "UTF-8";

body, html {
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 0;
    flex-wrap: wrap;
}

.header-top-lane {
    height: 77px;
    border-bottom: 1px solid #cccdc7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    margin-left: 35px;
}

.header-top-lane-right-side {
    display: flex;
}

.adition-discription{
	margin-bottom: 25px;
	padding: 0 5px;
	height: 105px;
}

.block-is-no-recipe{
	background-color: #cccdc7;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding: 5px 7px;
}



.block-is-recipe{
	position: absolute;
	background-color: #ac7794;
	font-size: 12px;
	top: 0;
	right: 0;
	color: #fff;
	padding: 5px 7px;
}

.block-is-recipe img, .block-is-no-recipe img{
	height: 24px;
	margin-right: 3px;
}

.goods-image{
	position: relative;
}

.adition-discription p{
	font-size: 12px;
    text-align: left;
    width: 200px;
    margin: 0 auto;
    margin-bottom: 1px;
	max-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #949494;
}

.adition-discription a{
    color: #005d84;
}

.adition-discription p:nth-child(1){
	max-height: 34px;
}

.adition-discription p:nth-child(2){
	max-height: 34px;
}

.adition-discription p:nth-child(4){
	max-height: 34px;
}

.adition-discription p span{
    color: #000;
}

.switched-gf .adition-discription{
    height: initial;
}

.main-menu ul {
    display: flex;
    height: 77px;
    align-items: center;
}

.atx-sub-menu{
	padding-top: 75px;
}

.main-menu li {
    margin-right: 50px;
    font-size: 17px;
    color: #005d84;
    border-bottom: 1px solid #cccdc7;
    cursor: pointer;
    padding-bottom: 2px;
}

.pharmacy-list .pharmacy-select-list{
    border-top: 1px solid #cccdc7;
}

.pharmacy-list .pharmacy-select-list:last-child{
    border-bottom: 1px solid red;
}

.cart-logo-block {
    position: relative;
    width: 82px;
    height: 77px;
    background: url("/images/cart_icon.png") no-repeat 44% #005d84;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cart-logo-block:hover{
    background-color: #db4369;
}

.cart-logo-block:hover .cart-goods-count{
    background-color: #fff;
}

.cart-logo-block:hover .cart-goods-count span{
	color: #db4369;
}

.cart-goods-count {
    transition: all 0.3s ease;
    position: absolute;
    height: 26px;
    width: 26px;
    background: #db4369;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 13px;
    right: 13px;
    font-size: 16px;
}

.cart-goods-count span {
    color: #fff;
	transition: all 0.3s ease;
}

.header-bottom-lane {
    height: 150px;
    display: flex;
}

.move-out-menu-icons {
    transition: all 0.5s ease;
}

.move-out-menu-icons .catalog-icon {
    height: 75px;
    border-bottom: 1px solid #cccdc7;
    width: 80px;
    background: url("/images/catalog_icon.png") no-repeat center #e1e1e1;
}

.move-out-menu-icons .extended-search-icon {
    height: 75px;
    width: 80px;
    background: url("/images/extended_search_icon.png") no-repeat center #e1e1e1;
}

.move-out-menu-icons div {
    cursor: pointer;
    font-size: 0;
}

.move-out-menu-icons div > div {
    display: inline-block;
}

.move-out-menu-icons span {
    display: inline-block;
    font-size: 15px;
    vertical-align: bottom;
    border-bottom: 1px dotted #bababa;
    margin-bottom: 25px;
    margin-left: 10px;
    color: #bababa;
}

.header-search-block {
    flex-grow: 1;
}

.header-search-block .header-search {
    width: 600px;
    margin-left: calc(50% - 300px);
    margin-top: 20px;
}

.header-search-block .search-pharmacy-type {
    margin-left: 25px;
    margin-bottom: 2px;
}

.header-search-block .search-pharmacy-type span {
    font-size: 14px;
    color: #005d84;
    padding: 0 15px 5px 15px;
    border-bottom: 4px solid #cccdc7;
}

.header-search-block .search-pharmacy-type li {
    padding: 0 0 5px 0;
    display: inline-block;
    cursor: pointer;
    margin-right: 1px;
}

.header-search-block .search-pharmacy-type-selected span {
    color: #ac7794;
    border-bottom: 4px solid #ac7794;
    position: relative;
    z-index: 2;
}

/*.header-search-block .search-pharmacy-type-selected span:after {*/
    /*content: ' ';*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-style: solid;*/
    /*border-width: 3px 5px 0 5px;*/
    /*border-color: #ac7794 transparent transparent transparent;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    /*bottom: -7px;*/
/*}*/

.header-search-block .search-pharmacy-type-selected span:after {
    content: ' ';
    width: 8px;
    height: 6px;
    border-radius: 100%;
    background-color: #ac7794;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
}

.header-search-block .search-fields {
    position: relative;
}

.header-search-block .search-fields input {
    display: inline-block;
    border: 1px solid #cccdc7;
    width: 300px;
    height: 42px;
    font-size: 16px;
    color: #a4a4a4;
}

.header-search-block .search-fields .goods-input {
    border-right: none;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 25px;
    padding-right: 10px;
    font-weight: 300;
}

.header-search-block .search-fields .location-input {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 35px;
    padding-right: 50px;
}

.header-search-block .search-fields .location-icon {
    font-size: 24px;
    color: #969696;
    position: absolute;
    top: 3px;
    left: 309px;
}

.header-search-block .search-fields .go-to-search-button {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: url("/images/go-to-search-icon.png") no-repeat 85% 100% #005d84;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
}

.header-search-block .search-fields .go-to-search-button:hover{
    background-color: #db4369;
}

.header-search-block .analog-search-checkbox {
    font-size: 14px;
    color: #a4a4a4;
    margin-top: 4px;
}

.header-search-block .analog-search-checkbox > div {
    cursor: pointer;
}

.header-search-block .analog-search-checkbox span {
    cursor: pointer;
    font-weight: 300;
}

.header-phones {
    margin-bottom: 10px;
}

.header-phones i {
    color: #cccdc7;
    font-size: 13px;
    padding: 0 5px;
    width: 8px;
    transition: all 0.3s ease;
    transform: scaleY(-1);
}

.header-phones li span {
    font-size: 18px;
    border-bottom: 1px dotted #cccdc7;
}

.header-phones > ul > li {
    padding-right: 9px;
    cursor: pointer;
}

.header-phones ul > li > ul {
    position: absolute;
    display: none;
    z-index: 3;
    background-color: #f7f3f3;
    padding-bottom: 10px;
    margin-left: -10px;
}

.header-phones ul > li > ul > li {
    border-bottom: none;
    padding: 5px 10px 0 10px;
    transition: all 0.3s ease;
}

.header-phones ul > li > ul > li:hover{
    background-color: #e2e2e2;
}

.header-phones ul > li > ul > li span {
    border-bottom: none;
}

.header-contacts-block > div {
    display: inline-block;
}

.header-contacts-block .header-map-link {
    margin-right: 18px;
    text-align: right;
}

.header-contacts-block .header-map-link a {
    font-size: 15px;
    color: #cccdc7;
    border-bottom: 1px dotted #cccdc7;
}

.header-contacts-block .header-map-img {
    cursor: pointer;
}

.header-contacts-block .header-map-img img {
    height: 150px;
}

.presentation-block {
    width: 100%;
    font-size: 0;
}

.popular-goods-block {
    padding-top: 40px;
}

.main-presentation {
    width: 70%;
    display: inline-block;
}

.main-presentation-slider {
    position: relative;
}

.main-presentation-slider .presentation-slide {
    height: 430px;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-presentation-slider .presentation-content {
    position: absolute;
    right: 40px;
    top: 40px;
    max-width: 320px;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
	text-align: right;
}

.main-presentation-slider .presentation-content h1 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 38px;
}

.main-presentation-slider .presentation-content h1 span {
    font-size: 63px;
}

.main-presentation-slider .presentation-content .presentation-text {
    text-align: right;
    font-size: 25px;
    font-weight: 100;
}

.main-presentation-slider .slick-dots {
    position: absolute;
    bottom: 22px;
    left: 32px;
}

.main-presentation-slider .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

.main-presentation-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    border: none;
    background: #d1d2ca;
    border-radius: 100%;
    padding: 0;
}

.main-presentation-slider .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
    background: #ac7794;
    vertical-align: middle;
}

.main-presentation-slider .price-block {
    position: absolute;
    right: 40px;
    bottom: 90px;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
}

.main-presentation-slider .presentation-price-old {
    font-size: 16px;
    text-align: center;
}

/*.presentation-price-old:after{*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*content: ' ';*/
    /*width: 100%;*/
    /*height: 1px;*/
    /*background-color: #db4369;*/
/*}*/

.main-presentation-slider .presentation-price-new {
    color: #db4369;
    font-size: 30px;
    text-align: center;
}

.main-presentation-slider .book-button {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #db4369;
    border: none;
    width: 248px;
    height: 71px;
    border-top-left-radius: 25px;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 5px;
}

.additional-presentation {
    width: 30%;
    font-size: 0;
    display: inline-block;
}

.additional-presentation-slider {
    display: inline-block;
    width: 50%;
}

.additional-presentation-slider div {
    height: 215px;
    background: no-repeat center top;
    background-size: contain;
}

.additional-presentation-slider .additional-presentation-slide {
    position: relative;
}

.additional-presentation-slider .additional-presentation-slide .additional-presentation-information {
    position: absolute;
    width: 84px;
    height: 68px;
    border-top-left-radius: 25px;
    background-color: #005d84;
    right: 0;
    bottom: 0;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 68px;
    font-weight: 300;
}

.additional-presentation-slider .slick-dots {
    position: absolute;
    bottom: 18px;
    left: 26px;
}

.additional-presentation-slider .slick-dots li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    vertical-align: middle;
}

.additional-presentation-slider .slick-dots li button {
    width: 7px;
    height: 7px;
    border: none;
    background: #d1d2ca;
    border-radius: 100%;
    padding: 0;
}

.additional-presentation-slider .slick-dots .slick-active button {
    width: 10px;
    height: 10px;
    background: #ac7794;
    vertical-align: middle;
}

.text-gradient {
    font-size: 24px;
    padding-left: 30px;
}

.popular-goods-block .slick-list {
    padding: 5px;
    margin: -5px;
}

.new-goods-block .slick-list {
    padding: 5px;
    margin: -5px;
}

.popular-goods {
    position: relative;
    margin-left: 57px;
    margin-right: 57px;
    z-index: 1;
}

.popular-goods div {
    text-align: center;
}

.new-goods {
    position: relative;
    margin-left: 52px;
    margin-right: 52px;
    z-index: 1;
}

.new-goods div {
    text-align: center;
}

.goods-available {
    font-size: 12px;
    padding-top: 10px;
}

.prev-arr {
    position: absolute;
    left: -57px;
    top: 100px;
    width: 52px;
    height: 56px;
    background-color: #efefef;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    color: #a7a7a7;
    font-size: 24px;
    vertical-align: middle;
    line-height: 56px;
    cursor: pointer;
    z-index: 3;
}

.next-arr {
    position: absolute;
    right: -57px;
    top: 100px;
    width: 52px;
    height: 56px;
    background-color: #efefef;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    color: #a7a7a7;
    font-size: 24px;
    vertical-align: middle;
    line-height: 56px;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
}

.prev-arr:hover, .next-arr:hover{
    color: #db4369;
}

.single-goods-block {
    transition: all 0.3s ease;
    position: relative;
    padding: 40px 20px 40px 20px;
}

.goods-image img {
    max-width: 200px;
    display: initial;
}

.goods-description {
    width: 200px;
    margin-left: calc(50% - 100px);
    margin-top: 25px;
    margin-bottom: 25px;
    height: 70px;
    overflow-y: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    white-space: normal; 
}

.goods-description span {
    font-size: 18px;
}

.goods-price {
    font-size: 22px;
    color: #7a7a7a;
    border-top: 1px solid #eaeaea;
    width: 220px;
    margin-left: calc(50% - 110px);
    padding-top: 20px;
    margin-bottom: 20px;
}

.goods-price span > span {
    font-size: 16px;
}

.cart-add-button {
    width: 224px;
    height: 60px;
    border: 1px solid #e7e4e4;
    margin-left: calc(50% - 110px);
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    padding: 12px 0 12px 21px;
}

.cart-add-button .counter-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a4a4a4;
    transition: 0.3s ease;
    width: 110px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50px;
    text-align: left;
    padding: 3px;
}

.cart-add-button .counter-block .goods-count {
    border: none;
    display: inline-block;
    text-align: center;
    width: 42px;
}

.cart-add-button .counter-block .minus-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 5px;
}

.cart-add-button .counter-block .plus-button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 100%;
    float: right;
    text-align: center;
    transition: all 0.3s ease;
    font-size: 30px;
}

.cart-add-button .add-to-cart-button {
    width: 63px;
    height: 60px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: url("/images/cart_icon.png") no-repeat 44% #db4369;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}

.cart-add-button .add-to-cart-button:hover {
    box-shadow: none;
    background-color: #b53757;
}

.cart-add-button:hover {
    background-color: #eceaea;
}

.cart-add-button:hover .counter-block {
    background-color: #fff;
}

.cart-add-button:hover .minus-button {
    background-color: #eceaea;
}

.cart-add-button:hover .plus-button {
    background-color: #eceaea;
}

.content {
    font-size: 0;
}

.catalog-menu {
    width: 165px;
    height: 100%;
    position: fixed;
    display: inline-block;
    transition: all 0.5s ease;
    transform: translateX(-100%);
    z-index: 3;
    background-color: #fff;
    box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.2);
}

.catalog-menu .turn-button {
    position: absolute;
    width: 13px;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 150px;
    background-color: #ededec;
    cursor: pointer;
}

.catalog-menu .turn-button-icon {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 45px;
    background-color: #fff;
}

.catalog-menu .turn-button-icon i {
    padding-top: 15px;
}

.catalog-menu .categories-catalog-button {
    width: 76px;
    height: 76px;
    display: inline-block;
    background: url("/images/catalog_menu_icon_unactive.png") no-repeat center #e1e1e1;
    margin-left: 13px;
    transition: all 0.2s ease;
    cursor: pointer;
}

.catalog-menu .categories-search-button {
    width: 76px;
    height: 76px;
    display: inline-block;
    background: url("/images/extended_search_menu_icon_unactive.png") no-repeat center #e1e1e1;
    box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    cursor: pointer;
}

.catalog-menu .active-category-button {
    border-top: 5px solid #ac7794;
}

.catalog-menu .active-category-button.categories-catalog-button {
    background: url("/images/catalog_menu_icon.png") no-repeat center #fff;
    cursor: default;
}

.catalog-menu .active-category-button.categories-search-button {
    background: url("/images/extended_search_menu_icon.png") no-repeat center #fff;
    cursor: default;
}

.catalog-menu .categories-catalog-goods-block {
    overflow: auto;
    margin-left: 13px;
    height: 100%;
    background-color: #fff;
    box-shadow: inset -20px 0px 20px -20px rgba(0, 0, 0, 0.2);
    padding-bottom: 77px;
}

.catalog-menu .categories-catalog-goods-block h1 {
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 26px;
    font-size: 18px;
    text-transform: uppercase;
}

.catalog-menu .categories-catalog-goods-block li {
    font-size: 14px;
    color: #044a71;
    text-align: center;
}

.categories-block{
    transition: all 0.3s ease;
}

.categories-block:hover{
    background-color: #e1e1e1;
}

.catalog-menu .categories-catalog-goods-block .categories-sub-menu li{
	transition: all 0.3s ease;
}

.search-block-with-image:hover{
	color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 10;
}

.catalog-menu .categories-catalog-goods-block .categories-sub-menu li:hover{
	background-color: #005d84;
}

.catalog-menu .categories-catalog-goods-block li > div > span {
    display: block;
    text-align: center;
    padding: 10px 10px 0 10px;
}

.categories-icon > span{
    display: block;
    text-align: center;
    padding: 10px 10px 0 10px;
}

.catalog-menu .categories-catalog-goods-block .categories-icon {
    cursor: pointer;
    padding: 29px 0;
}

.search-block-no-item{
    display: none !important;
    margin-left: 18px;
}

.goods-image{
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.catalog-menu .categories-catalog-goods-block .active-icon {
    display: none;
}

.catalog-menu .categories-catalog-goods-block .active-category-goods {
    background-color: #ac7794;
}

.catalog-menu .categories-catalog-goods-block .active-category-goods .active-icon {
    display: initial;
}

.catalog-menu .categories-catalog-goods-block .active-category-goods .unactive-icon {
    display: none;
}

.catalog-menu .categories-catalog-goods-block .active-category-goods div > span {
    color: #fff;
    cursor: pointer;
}


.catalog-menu .categories-catalog-goods-block .categories-sub-menu {
    position: absolute;
    left: 165px;
    top: 0;
    height: 100%;
    width: 310px !important;
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAQElEQVQIW2NkiGn5zwAFfFzsDHyc7Ayfvv9kYESWkBHmg6lBlUDRwZfW/R+m/dO3nwgdMvmT4HY8efsJIYFLBwCPAyC8luB1/QAAAABJRU5ErkJggg==) repeat;
    transform: translateX(-100%);
    z-index: -1;
    transition: all 0.5s ease;
	overflow-y: auto;
}

.atx-sub-menu li{
    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAQElEQVQIW2NkiGn5zwAFfFzsDHyc7Ayfvv9kYESWkBHmg6lBlUDRwZfW/R+m/dO3nwgdMvmT4HY8efsJIYFLBwCPAyC8luB1/QAAAABJRU5ErkJggg==) repeat !important;
}

.catalog-menu .categories-catalog-goods-block .categories-sub-menu .another-block {
    flex-grow: 1;
    background-color: #005d84;
}

.catalog-menu .categories-catalog-goods-block .categories-sub-menu li {
    font-size: 14px;
    color: #fff;
    padding: 0;
    border-bottom: 1px solid #367792;
    text-align: left;
    padding: 16px 18px 16px 18px;
}

.search-checkbox-line input, .final-checkbox-line input{
    display: none;
}

.catalog-menu .categories-catalog-goods-block .categories-sub-menu .show-goods-block {
    color: #72a0b3;
    text-decoration: underline;
    font-size: 13px;
    height: 38px;
    padding: 9px 0 9px 18px;
    position: relative;
}

.catalog-menu .categories-search-block .sub-menu-close-button-block {
    height: 37px;
}

.catalog-menu .categories-search-block .categories-sub-menu li {
    font-size: 14px;
    color: #fff;
    padding: 0;
    border-bottom: none;
    text-align: left;
    padding: 0;
    background-color: #005d84;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block {
    font-size: 0;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block .dropdown-header {
    position: relative;
    cursor: pointer;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block .dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background: url("/images/dropdown-arrow.png") no-repeat center;
    transform: scale(-1);
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block ul {
    display: none;
    border-right: 4px solid #005d84;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block img {
    height: 42px;
    padding-bottom: 11px;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block span {
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 15px 20px;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block li {
    position: relative;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 125px;
    cursor: pointer;
    border-top: 1px solid #0e668b;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block li:nth-child(2n+1) {
    border-right: 1px solid #0e668b;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block li .active-dropdown-element-checkmark {
    width: 48px;
    height: 42px;
    background: url("/images/dropdown-checkmark.png") no-repeat center #ac7794;
    position: absolute;
    top: 0;
    right: 0;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block li p {
    width: 120px;
    height: 40px;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block li:nth-child(2n) {
    border-right: none;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block .active-dropdown-element {
    box-shadow: inset 0 0 0 3px #ac7794;
}

.catalog-menu .categories-search-block .categories-sub-menu .sub-menu-input-block {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.catalog-menu .categories-search-block .categories-sub-menu .sub-menu-input-block input {
    height: 42px;
    width: 268px;
    background-color: #005d84;
    border: 2px solid #367792;
    border-radius: 50px;
    padding: 0 15px;
    color: #a1bbc5;
}

.catalog-menu .categories-search-block .categories-sub-menu .sub-menu-input-block input::-webkit-input-placeholder {
    color: #a1bbc5;
}

.catalog-menu .categories-search-block .categories-sub-menu .sub-menu-input-block input:focus {
    border: 2px solid #ac7794;
}

.catalog-menu .categories-search-block .categories-sub-menu .all-categories-block {
    height: 100px;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block input {
    display: inline;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block ul span {
    padding: 0;
    display: inline;
    font-size: 14px;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block .all-countries-link {
    text-align: right;
    padding-right: 18px;
}

.catalog-menu .categories-search-block .categories-sub-menu .categories-dropdown-block .all-countries-link span {
    font-size: 13px;
    text-align: right;
    color: #bababa;
    border-bottom: 1px dotted #bababa;
    cursor: pointer;
}

.catalog-menu .categories-search-block .all-countries-list, .catalog-menu .categories-search-block .all-pharmacy-list {
    width: 210px;
    background-color: #ededec;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 100px;
    transition: all 0.5s ease;
}

.catalog-menu .categories-search-block .all-countries-list input, .catalog-menu .categories-search-block .all-pharmacy-list input {
    background-color: #ededec;
    width: 177px;
    margin-left: 17px;
    border: none;
    border-bottom: 1px solid #c9cccf;
    color: #ac7794;
}

.catalog-menu .categories-search-block .all-countries-list input:focus, .catalog-menu .categories-search-block .all-pharmacy-list input:focus {
    border-bottom: 1px solid #ac7794;
}

.catalog-menu .categories-search-block .all-countries-list li, .catalog-menu .categories-search-block .all-pharmacy-list li {
    background-color: #ededec;
    text-align: left;
    position: relative;
}

.catalog-menu .categories-search-block .all-countries-list li span, .catalog-menu .categories-search-block .all-pharmacy-list li span {
    text-align: left;
    color: initial;
}

.catalog-menu .categories-search-block .all-countries-list .all-countries-list-close-block, .catalog-menu .categories-search-block .all-pharmacy-list .all-countries-list-close-block {
    height: 37px;
}

.catalog-menu .categories-search-block .all-countries-list .all-countries-list-close, .catalog-menu .categories-search-block .all-pharmacy-list .all-countries-list-close {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 37px;
    background: url("/images/close-countries-list.png") no-repeat center;
}

.goods-top-block {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d2cdcd;
    padding-bottom: 10px;
    align-items: flex-end;
}

.goods-top-block .icons-block {
    font-size: 23px;
    color: #d2cdcd;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.goods-top-block .icons-block i {
    transition: all 0.3s ease;
    padding: 0 17px;
    border-right: 1px solid #d2cdcd;
}

.goods-top-block .icons-block .assortiment-search {
    font-size: 18px !important;
}

.goods-top-block .icons-block .assortiment-search:hover {
    color: #d2cdcd;
}

.goods-top-block .icons-block input {
    border: 0;
    margin-left: 5px;
    font-size: 14px;
    font-family: Roboto;
    width: 170px;
}

.goods-top-block .icons-block i:last-child {
    border-right: 0;
}

.goods-top-block .icons-block i:hover {
    color: #005d84;
}

.sub-menu-input-block{
    border-bottom: 1px solid #367792 !important;
}

.categories-dropdown-block{
    border-bottom: 1px solid #367792 !important;
}

.switched-gb {
    margin: 0;
    padding: 0;
}

.switched-gb .prev-arr {
    display: none;
}

.switched-gb .next-arr {
    display: none;
}

.switched-gb .popular-goods {
    margin: 0;
    padding-top: 0;
}

.switched-gb .single-goods-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
}

.switched-gb .goods-description {
    margin: 0 0 0 25px;
    flex-grow: 1;
    text-align: left;
    padding-right: 50px;
    height: initial;
    max-height: 72px;
}

.switched-gb .goods-price {
    border-top: none;
    width: 100px;
    margin: 0 30px 0 20px;
    padding-top: 0;
}

.switched-gb .cart-add-button {
    margin: 0 45px 0 0;
    border: none;
}

.switched-gb .goods-image {
    padding-left: 50px;
    width: 200px;
}

.switched-gb .goods-image > img {
    height: 82px;
}

.switched-gb .adition-discription{
	margin-bottom: 0;
}

.switched-gb .add-to-cart-button {
    top: 0;
    right: 0;
}

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    transition: all 0.5s ease;
    z-index: 2;
    background-color: #fff;
    min-width: 320px;
    max-width: 1920px;
}

.separation-block {
    height: 28px;
    width: 100%;
    background-color: #e8e7e7;
}

.separation-block-light {
    height: 14px;
    width: 100%;
    background-color: #efefef;
}

.separation-block-extra-light {
    background-color: #efeeee;
    height: 8px;
}

.footer-line {
    height: 87px;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.footer-line > div:first-child {
    padding-left: 30px;
}

.footer-line > div:last-child {
    padding-right: 30px;
}

.footer-line .footer-icons {
    display: inline;
    color: #d2d2d1;
    margin-left: 57px;
    font-size: 18px;
}

.footer-line .footer-icons i {
    margin-right: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.footer-line .footer-icons i:hover {
    color: #005d84;
}

.sub-menu-close-button {
    cursor: pointer;
    height: 37px;
    width: 37px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/close-submenu.png") no-repeat center;
}

.mobile-main-menu {
    width: 82px;
    height: 77px;
    background: url("/images/mobile-menu-icon.png") no-repeat center #e1e1e1;
}

.mobile-main-menu ul {
    position: absolute;
    top: 77px;
    z-index: 1;
    display: block;
    height: 100%;
    height: 180px;
}

.mobile-main-menu ul li {
    margin: 0;
    background-color: #e1e1e1;
    padding: 10px 20px;
    border-bottom: 1px solid #F1F1F1;
    width: 164px;
}

.presentation-sale {
    height: 100px;
    width: 100px;
    background-color: #ac7794;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    right: 25px;
    display: none;
}

.new-goods-block {
    padding-top: 40px;
}

.single-goods-block:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.single-goods-block:hover .goods-availible {
    opacity: 1;
}

.checkbox {
    width: 18px;
    border: 1px solid #d2cdcd;
    height: 18px;
    border-radius: 2px;
    display: inline-block;
    padding: 4px;
    margin-right: 10px;
    margin-left: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.checkbox:hover{
    border: 1px solid #005d84;
}

.checkbox-list {
    padding-top: 22px;
}

.checkbox-list > div {
    display: flex;
    margin-bottom: 10px;
}

.active-checkbox {
    width: 8px;
    height: 8px;
    background-color: #fff;
}

.goods-availible {
    text-align: center;
    font-size: 12px;
    transition: all 0.3s ease;
    color: #8e8e8e;
    opacity: 0;
}

.checkbox-list .address {
    flex-direction: column;
}

.checkbox-list img {
    margin-left: 10px;
    width: 20px;
    height: 25px !important;
    padding-bottom: 0 !important;
}

.checkbox-list a {
    border-bottom: 1px dotted #fff;
}

.third-level-block {
    transition: all 0.3s ease;
}

.third-level-block span {
    color: initial !important;
    padding: 0 !important;
}

.third-level-block div:hover span {
    color: #005d84 !important;
}

.third-level-block div:hover .checkbox {
    border: 1px solid #005d84;
}

.third-level-block .checkbox {
    margin-left: 17px;
}

.third-level-block .checkbox .active-checkbox {
    background-color: #ac7794;
}

.light-checkbox {
    width: 11px;
    height: 11px;
    border: 1px solid #b5b5b3;
    padding: 2px;
    margin-left: 25px;
    margin-right: 5px;
}

.light-checkbox .active-checkbox {
    width: 5px;
    height: 5px;
    background-color: #ac7794;
}

.footer-phones {
    position: relative;
}

.footer-phones li span {
    font-size: 18px;
}

.footer-phones i {
    color: #cccdc7;
    font-size: 13px;
    padding: 0 5px;
    width: 8px;
}

.footer-phones ul > li > ul {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    padding-bottom: 10px;
    margin-left: -10px;
    top: 0;
    transform: translateY(-100%);
    display: none;
}

.footer-phones ul > li > ul > li {
    padding: 5px 10px 0 10px;
}

.footer-phones > ul > li {
    cursor: pointer;
}

.feedback-window {
    position: fixed;
}

.switched-block-view {
    margin: 0;
}

.switched-block-view .goods-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 30px;
}

.switched-block-view .single-goods-block {
    width: 16.5%;
}

.switched-block-view .prev-arr {
    display: none;
}

.switched-block-view .next-arr {
    display: none;
}

.paginator {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.paginator .arrow {
    font-size: 22px;
    padding-top: 30px;
}

.paginator a {
    height: 80px;
    font-size: 18px;
    color: #b3b3b1;
    margin-right: 20px;
    padding: 40px 10px 20px 10px;
    border-bottom: 3px solid #fff;
    transition: all 0.3s ease;
}

.paginator a:hover {
    color: #ac7794;
}

.paginator .arrow:first-child {
    margin-right: 50px;
    font-size: 30px;
}

.paginator .current-page {
    color: #ac7794;
    border-bottom: 3px solid #ac7794;
}

.paginator .arrow:last-child {
    margin-right: 0;
    margin-left: 30px;
    font-size: 30px;
}

.paginator {
    margin-bottom: 80px;
}

.feedback-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}

.feedback-container .feedback-close {
    width: 15px;
    height: 15px;
    background: url("/images/icon_close.png") no-repeat center;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}

.feedback-container .feedback-window {
    position: absolute;
    padding: 30px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

.feedback-container .personal-data {
    border: none;
    padding-top: 20px;
    padding-bottom: 0px;
}

.feedback-container textarea {
    margin-top: 20px;
    width: 420px;
    border: 0;
    border-bottom: 1px solid #c9cccf;
    resize: vertical;
    min-height: 150px;
    margin-bottom: 1px;
}

.feedback-container textarea:focus {
    border-bottom: 2px solid #ac7794;
    margin-bottom: 0;
}

.feedback-container button {
    margin-top: 20px;
    background-color: #db4369;
    border-radius: 20px;
    width: 215px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.feedback-container button:hover{
    background-color: #b53757;
    box-shadow: none;
}

.goods-analogs-block .popular-goods-block {
    padding-top: 0;
}

.switched-gb .goods-availible {
    display: none;
}

.switched-goods-availible {
    display: none;
}

.switched-gb .switched-goods-availible {
    display: inline-block;
    font-size: 16px;
    color: #a4a4a4;
    padding-top: 6px;
    padding-right: 30px;
    width: 100px;
}

.status-no-block{
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #cccdc7;
}

.status-no-block img{
    padding-left: 25px;
    padding-right: 15px;
}

.status-no-block span{
    padding-right: 40px;
}

.minus-button {
    background: url('/images/minus-icon.png') no-repeat center;
    background-size: 70%;
    transition: all 0.3s ease;
}

.minus-button:after{
    content: ' ';
    position: absolute;
    display: none;
    background: url('/images/small-minus-hover.png') no-repeat center;
}

.minus-button:hover{
    background: url('/images/small-minus-hover.png') no-repeat center;
}

.plus-button {
    background: url('/images/plus-icon.png') no-repeat center;
    background-size: 70%;
    transition: all 0.3s ease;
}

.plus-button:after{
    content: ' ';
    position: absolute;
    display: none;
    background: url('/images/small-plus-hover.png') no-repeat center;
}

.plus-button:hover{
    background: url('/images/small-plus-hover.png') no-repeat center;
}

.cart-step img{
	display: none;
}

.cart-step .icon{
	display: block;
}

.active-step img{
	display:none !important;
}

.active-step .act-icon{
	display: block !important;
}

.completed-step img{
	display:none !important;
}

.completed-step .compl-icon{
	display: block !important;
}

.status-description{
    padding: 40px 70px 60px 50px;
    border-bottom: 1px solid #b8b7b7;
}

.status-description h1{
    color: #002838;
    font-size: 24px;
}

.status-description p{
    color: #002838;
    font-size: 14px;
    padding-top: 15px;
}

.not-availible-order .cart-add-button{
	pointer-events: none;
}

.not-availible-order .add-to-cart-button{
	background-color: #b3b3b3;
}

.not-availible-order .add-to-cart-button{
	pointer-events: none;
	background-color: #b3b3b3 !important;
	box-shadow: none;
}

.pharmacy-list .pharmacy-description a{
	vertical-align: middle;
}

.pharmacy-list{
	position: relative;
}

.pharmacy-list .goods-in-pharmacy-block{
	width: calc(100% - 300px);
}

.pharmacy-list .text-block{
	display: flex;
	justify-content: space-between;
	padding: 40px 30px 10px 0;
	width: calc(100% - 300px);
}

.pharmacy-list .region-list{
	display: flex;
	align-items: center;
}

.event-date{
    font-size: 14px;
    color: #858484;
    padding: 10px 0 5px 0;
}

.reservation-good-block .reservation-goods-counter .counter-block .goods-count{
    border: none;
}

.reservation-good-block .reservation-goods-counter .counter-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-menu li{
    transition: all 0.3s ease;
}

.main-menu li:hover{
    color: #db4369;
    border-bottom: 1px solid #db4369;
}

.all-events{
    padding: 0 20px;
}

.event-header{
    color: #353434;
    font-size: 18px;
    text-decoration: underline;
    transition: all 0.3s ease;
    height: 75px;
    overflow: hidden;
}

.news-content .text-block{
    padding-top: 40px;
    padding-bottom: 20px;
}

.single-event:hover .event-header{
    color: #ac7794;
}

.single-event:hover .event-image{
    opacity: 0.8;
}

.single-event{
    width: 33.33%;
    display: inline-block;
    margin-bottom: 40px;
}

.event-image{
    background: no-repeat center;
    background-size: cover;
    transition: all 0.3s ease;
}

.single-news-block h1{
    margin-bottom: 10px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 300;
}

.single-news-block p{
    font-size: 15px;
    color: #cccccb;
    margin-bottom: 20px;
}

.single-news-block img{
    float: left;
    width: 500px;
    margin: 0 20px 20px 0;
}

.single-news-block{
    padding: 40px 80px 40px 80px;
}

.single-news-text{
    font-size: 16px;
    line-height: 160%;
    margin-bottom: 30px;
}

.single-news-block a{
    font-size: 16px;
    color: #db4369;
    border-bottom: 1px solid #db4369;
    transition: all 0.3s ease;
}

.single-news-block a:hover{
    color: #005d84;
    border-bottom: 1px solid #005d84;
}

.pharmacy-select-block-active .check-block:hover{
    background: url("../images/icon_close-hover.png") no-repeat center #fff;
    background-size: 40%;
    cursor: pointer;
}



.loading-icon{
    font-size: 38px;
    color: #fff;
    position: relative;
    top: 50%;
    left: 50%;
}

.loading-icon i{

    animation: rotate 1s infinite;
    transform: translate(-50%,-50%);
}

@keyframes rotate {
    from {
        transform: translate(-50%,-50%) rotate(0deg);
    }
    to {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.more-about-order span{
	font-size: 14px;
	color: #005d84;
}


.more-about-order{
	display: flex;
	align-items: center;
	height: 80px;
	padding: 0 50px;
	cursor: pointer;
	position: relative;
}

.more-about-order img{
	margin-right: 13px;
}

.more-about-order .active-icon{
	display: none;
}

.order-information .delivery-type-good-line:first-child{
	border-top: 1px solid #eaeaea;
}

.approve-cart-step{

}

.add-to-cart-button-image{
    height: 70px;
    width: 70px;
    background: url("/images/cart_icon.png") no-repeat 44% transparent;
}

.final-information{
    border-bottom: 1px solid #eaeaea;
}

.final-information > a{
    width: 200px;
}

.additional-blocks h2{
    padding-top: 10px;
    font-size: 16px;
}

.additional-blocks .goods-top-block{
    padding-top: 10px;
    flex-direction: row-reverse;
}

.additional-blocks .pharmacy-select-list{
    border-bottom: 1px solid #cccdc7;
}

.additional-blocks .pharmacy-select-list:last-child{
    border-bottom: none;
}

.single-goods-block a:nth-child(2){
    flex-grow: 1;
}

.switched-gb .goods-description{
    min-width: 300px; 
	width: auto;
}

.switched-gb .goods-image{
    padding-left: 0;
}

.slider-active-view{
    color: #ac7794;
}

.presentation-price-old > span{
    position: relative;
}

.presentation-price-old > span:after{
    position: absolute;
    top: 50%;
    left: 0;
    content: ' ';
    height: 1px;
    width: 100%;
    background-color: #db4369;
    transform: translateY(-50%);
}

.unactive-tab{
    background-color: #efeeee;
}

.tabs-block{
    transition: all 0.3s ease;
}

.completed-step .step-arrow{
    display: block !important;
    z-index: 2;
}

.colored-icon img{
    transition: all 0.3s ease;
}

.search-input input{
    margin: 75px auto 20px auto;
    width: 268px;
    height: 42px;
    border: 2px solid #367792;
    border-radius: 25px;
    background-color: #005d84;
    transition: all 0.3s ease;
    padding: 0 15px;
    color: #fff;
}

.search-input input::-webkit-input-placeholder{
    color: #a1bac5;
}
.search-input input::-moz-input-placeholder{
    color: #a1bac5;
}


.search-input input:focus{
    border: 2px solid #ac7794;
}

.search-dropdown-header{
    height: 57px;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    align-items: center;
    cursor: pointer;
    border-top: 1px solid #367792;
}

.search-dropdown-header span{
    font-size: 14px;
}

.dropdown-arr{
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #005d84;
}

.dropdown-arr img{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.search-dropdown-content{
    display: none;
    border-top: 1px solid #367792;
    text-align: left;
    transition: all 0.3s ease;
    background-color: #005d84;
    position: relative;
}

.search-dropdown-block{
    color: #fff;
}

.search-block-with-image input{
    display: none;
}

.search-loader-icon{
    position: absolute;
    color: #fff;
    font-size: 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    animation: rotate 1s infinite;

}

.search-final-checkboxes{
    color: #fff;
}

select{
    color: #005d84;
}

.search-block-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.search-checkbox-line,.final-checkbox-line{
    display: flex;
    align-items: flex-start;
    padding-top: 10px;
}

.search-dropdown-with-pharm .search-checkbox-line a{
    display: inline;
}

.final-checkbox-line .checkbox:hover{
    border: 1px solid #ac7794;
}

.search-final-checkboxes{
    border-top: 1px solid #367792;
    padding-top: 25px;
}

.make-search-button{
    width: 172px;
    height: 57px;
    background-color: #fff;
    border-radius: 10px;
    border: 3px solid #fff;
    text-transform: uppercase;
    transition: all 0.3s ease;
    margin-top: 30px;
    margin-bottom: 50px;
}

.make-search-button:hover{
    background-color: transparent;
    color: #fff;
}

.search-checkbox-line .checkbox:hover{
    border: 1px solid #ac7794;
}

.search-checkbox-line span{
    max-width: 233px;
}

.search-checkbox-line a{
    color: #fff !important;
    margin-right: 10px;
    border-bottom: 1px dotted #fff;
    display: inherit;
    align-items: center;
    cursor: pointer;
	line-height: 2;
}

.alphabet-container .active-letter{
	background-color: #ac7794;
	color: #fff;
}

.search-checkbox-line a img{
    margin-top: -5px;
    margin-left: 10px;
	vertical-align: sub;
}

.search-link-div{
    text-align: left;
    width: 160px;
}

.search-show-more{
    text-align: right;
    margin-right: 20px;
    padding-top: 10px;
}	

.search-dropdown-content{
	padding-bottom: 10px;
}

.search-show-more span{
    color: #bababa !important;
    border-bottom: 1px dotted #bababa;
    cursor: pointer;
}

.search-checkbox-line:first-child{
    margin-top: 22px;
}

.search-fields .select2-container .select2-selection--single{
    height: 42px;
    border: 1px solid #cccdc7;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #023c54;
}

.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #037bad;
}

.search-fields{
    display: flex;
}

.search-fields .select2-container{
    width: 300px !important;
}

.search-fields .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{
    border-bottom-right-radius: 50px;
}

.search-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    color: #a4a4a4;
    line-height: 42px;
    font-weight: 300;
    padding: 0 45px 0 30px;
}

.search-block-with-image{
    width: 50%;
    border-bottom: 1px solid #0e668b;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
}

.search-block-with-image:nth-child(2n + 1){
    border-right: 1px solid #0e668b;
}

.search-block-with-image:nth-child(1),.search-block-with-image:nth-child(2){
    border-bottom: none;
}

.search-block-with-image img{
    margin-bottom: 10px;
    height: 42px;
}

.search-block-with-image span{
    height: 40px;
}

.chosen-search-block-with-image{
    box-shadow: inset 0 0 0 3px #ac7794;
}

.chosen-search-block-with-image .search-block-with-image-check-block{
    opacity: 1;
}


.search-block-with-image-check-block{
    height: 42px;
    width: 42px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
    background: url('/images/dropdown-checkmark.png') no-repeat center #ac7794;
}

.search-category-select{
    padding: 20px;
    border-top: 1px solid #0e668b;
    display: none;
    background-color: #005d84;
}

.search-price-block input{
    width: 100px;
    height: 45px;
    border: 2px solid #367792;
    transition: all 0.3s ease;
    border-radius: 25px;
    color: #fff;
    background-color: transparent;
    padding: 0 20px;
}

.search-price-block{
    padding: 25px 20px;
}

.search-price-block input::-webkit-input-placeholder{
    color: #a1bac5;
}

.search-price-block input::-moz-input-placeholder{
    color: #a1bac5;
}

.search-price-block input:focus{
    border: 2px solid #ac7794;
}

.all-search-options{
    position: absolute;
    left: 475px;
    top: 0px;
    width: 213px;
    height: 100%;
    background-color: #ededec;
    transition: all 0.3s ease;
    transform: translateX(-525px);
    z-index: -3;
    overflow-y: auto;
}

.all-search-options span{
    color: #3c3c3c;
}

.additional-block-close{
    cursor: pointer;
    height: 37px;
    width: 37px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("/images/close-countries-list.png") no-repeat center;
    z-index: 10;
    cursor: pointer;
}

.additional-block-search{
    position: relative;
}

.additional-block-search input{
    margin-top: 50px;
    height: 30px;
    width: 177px;
    position: relative;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #c9cccf;
    padding-right: 28px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.additional-block-search i{
    position: absolute;
    right: 21px;
    bottom: 27px;
    color: #c9cccf;
    font-size: 18px;
    transition: all 0.3s ease;
}

.all-search-options .checkbox{
    margin-left: 18px;
}

.all-search-options .active-checkbox{
    background-color: #ac7794;
}

.all-search-options span{
    color: #3c3c3c !important;
    transition: all 0.3s ease;
    cursor: pointer;
    flex-grow: 1;
    text-align: left;
    margin-right: 18px;
}

.all-search-options .search-checkbox-line:hover span{
    color: #005d84 !important;
}

.all-search-options .search-checkbox-line:hover .checkbox{
    border: 1px solid #005d84 !important;
}

.additional-block-search input:focus{
    border-bottom: 1px solid #ac7794;
}

.all-search-options .search-checkbox-line a{
    text-align: left;
    align-items: flex-start;
    color: #3c3c3c !important;
    border-bottom: none;
}

.active-dropdown .search-dropdown-content{
    border-right: 4px solid #ac7794;
}

.active-dropdown .dropdown-arr{
    background-color: #ac7794;
}

.active-dropdown .dropdown-arr img{
    transform: rotate(90deg) !important;
}

.atx-sub-menu{
    width: 720px !important;
}

.atx-sub-menu .search-input{
    text-align: left;
    margin-left: 20px;
}

.atx-sub-menu > ul > li ul{
    display: none;
}

.atx-sub-menu li{
    border-top: 1px solid #367792;
    min-height: 55px;
}

.atx-sub-menu span{
    display: block;
    min-height: 55px;
    margin-left: 55px;
    padding-top: 20px;
    position: relative;
    z-index: 10;
    transition: all 0.3s ease;
    cursor: pointer;
}

.atx-sub-menu span:hover{
    background-color: #005d84;
}

.atx-sub-menu > ul > li li{
    margin-left: 55px;
}

.atx-last-step a{
    display: block;
    text-decoration: underline;
}

.atx-last-step a span{
    padding-left: 10px;
}

.plus-block{
    width: 55px;
    height: 55px;
    background: url('/images/atx-plus.png') no-repeat center #005d84;
    margin-right: 10px;
    float: left;
    font-size: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.alphabet-container{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #24688c;
    margin-top: 75px;
}

.search-category-select .select2-container--default .select2-selection--single{
    background-color: transparent;
    border: 2px solid #367792;
    border-radius: 25px;
}

.search-category-select .select2-container{
    width: 268px !important;
}

.search-category-select .select2-container .select2-selection--single{
    height: 42px;
}

.search-category-select .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #fff;
    text-align: left;
    line-height: 38px;
    padding: 0 25px 0 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #fff transparent transparent transparent
}

.select2-dropdown{
    background-color: #005d84;
    font-size: 12px;
    border: none;
    color: #fff
}

.select2-container--default .select2-search--dropdown .select2-search__field{
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 14px;
    padding: 5px 0;
}

.alphabet-container > div{
    width: 20%;
    background-color: #005d84;
    color: #a1bac5;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: all 0.3s ease;
    font-weight: 300;
    cursor: pointer;
    border-right: 1px solid #0e668b;
    border-bottom: 1px solid #0e668b;
    position: relative;
}

.alphabet-container > div:hover{
    color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 10;
}

.alphabet-container > div:first-child{
    background-color: #00577c;
}

.alphabet-number{
    background-color: #00577c !important;
}

.alphabet-container > div:nth-child(5n + 5){
    border-right: none;
}

.english-letters{
    display: none;
}

.alphabet-links-list{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

.alphabet-links-list a{
    color: #005d84;
    border-bottom: 1px solid #005d84;
    transition: all 0.3s ease;
    margin-bottom: 15px;
}

.alphabet-links-list div{
	padding: 0 10px 5px 10px;
}

.alphabet-links-list a:hover{
    color: #db4369;
    border-bottom: 1px solid #db4369;
}

.error{
    width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}

.error h1{
	font-size: 24px;
	color: #cac9ca;
    margin-top: 50px;
}

.error-numbers{
	font-size: 180px;
    color: #cac9ca;
    line-height: 1;
    font-weight: 300;
    margin: 10px 0;
}

.error-text{
    font-size: 16px;
    font-weight: 300;
    color: #565656;
    width: 200px;
}

.error-button{

    display: block;
    margin-top: 30px;
    background-color: #db4369;
    border-radius: 20px;
    width: 215px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    margin-bottom: 50px;
}

.error-button:hover{
    background-color: #b53757;
    box-shadow: none;
}

.goods-slide{
    cursor: pointer;
}

.main-slide{
    cursor: pointer;
}

.image-zoom-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}

.zoomed-image{
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 500px;
    max-height: 674px;
}

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

.zoomed-image-close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: -40px;
    cursor: pointer;
}

.zoomed-image-close:after, .zoomed-image-close:before{
    position: absolute;
    content: ' ';
    width: 30px;
    height: 1px;
    background-color: #d2d2d1;
    transition: all 0.3s ease;
}

.zoomed-image-close:hover:after, .zoomed-image-close:hover:before{
    background-color: #db4369;
}

.zoomed-image-close:after{
    transform: rotate(45deg);
    top: 50%;
}

.zoomed-image-close:before{
    transform: rotate(-45deg);
    top: 50%;
}

.pharmacy-goods-count{
    font-size: 14px;
    color: #818181;
}

.select-page-count{
    font-size: 14px;
    border-bottom: 1px solid #d2cdcd;
    padding: 10px 30px;
    text-align: right;
}

.select-page-count a{
    color: #005d84;
    border-bottom: 1px solid #005d84;
    transition: all 0.3s ease;
    margin-left: 5px;
}


.select-page-count a:hover{
    color: #db4369;
    border-bottom: 1px solid #db4369;
}

.license-block{
	display:inline-block;
	width: 25%;
	padding: 10px;
}

.about-us-content .license-block img{
	width: 300px;
    margin-right: 0 !important;
}

.license-image{
    width: 200px;
    height: 300px;
    background: no-repeat center;
    background-size: contain;
}

.move-out-menu-icons > div > div{
	transition: all 0.3s ease;
}

.move-out-menu-icons > div:hover > div{
	background-color: #cacaca;
}

.move-out-menu-icons span{
	transition: all 0.3s ease;
}

.move-out-menu-icons > div:hover span{
	color: #db4369;
	border-bottom: 1px dotted #db4369;
}

.license-image{
	cursor: pointer;
}

.main-document-content{
	font-size: 14px;
}

.main-document-content p{
	font-size: 14px;
}

@media screen and (max-width: 1700px) {
    .switched-block-view .single-goods-block {
        width: 20%;
    }
}

@media screen and (max-width: 1400px) {
    .switched-block-view .single-goods-block {
        width: 25%;
    }
}

@media screen and (max-width: 1366px) {
    .additional-presentation > div:nth-child(3) {
        display: none;
    }

    .additional-presentation > div:nth-child(4) {
        display: none;
    }

    .additional-presentation-slider {
        width: 100%;
    }

    .catalog-menu .categories-catalog-goods-block {
        box-shadow: none;
    }

    .catalog-menu .categories-search-button {
        box-shadow: none;
    }

    .catalog-menu {
        box-shadow: 6px 0px 8px -2px rgba(0, 0, 0, 0.2);
    }
}

@media screen and (max-width: 1300px) {
	.goods-top-block .icons-block {
        display: none;
    }
}

@media screen and (max-width: 1250px) {
    .presentation-content {
        display: none;
    }

    .price-block {
        display: none;
    }

    .presentation-sale {
        display: initial;
    }
}

@media screen and (max-width: 1200px) {
    .header-search-block .header-search {
        width: 400px;
        margin-left: calc(50% - 200px);
    }

    .header-search-block .search-fields input {
        width: 200px;
    }

    .header-search-block .search-fields .location-icon {
        left: 209px;
    }
}

@media screen and (max-width: 1100px) {
    .switched-block-view .single-goods-block {
        width: 33.33%;
    }
}

@media screen and (max-width: 1000px) {
    .header-search-block .header-search {
        width: 330px;
        margin-left: calc(50% - 165px);
    }

    .header-search-block .search-fields input {
        width: 165px;
    }

    .header-search-block .search-fields .location-icon {
        left: 174px;
    }

    .header-search-block .search-pharmacy-type span {
        padding: 0 10px 5px 10px;
    }

    .main-presentation {
        width: 100%;
    }

    .additional-presentation {
        width: 100%;
    }

    .additional-presentation-slider {
        width: 33.3333%;
    }

    .additional-presentation > div:nth-child(3) {
        display: inline-block;
    }

    .presentation-content {
        display: initial;
    }

    .price-block {
        display: initial;
    }

    .presentation-sale {
        display: none;
    }
}

@media screen and (max-width: 940px){
    .pharmacy-description{
        margin-bottom: 10px;
    }
    .pharmacy-working-time{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 900px) {

    .single-event{
        width: 100%;
    }

    .single-news-block img{
        float: none;
        margin-right: 0;
    }

    .main-menu li {
        margin-right: 30px;
    }

    .move-out-menu-icons span {
        display: none;
    }

    .footer-line {
        height: initial;
        flex-direction: column;
    }

    .footer-line > div {
        padding-bottom: 15px;
    }

    .footer-line > div:first-child {
        padding: 20px 0 15px 0;
    }

    .footer-line > div:last-child {
        padding: 0 0 20px 0;
    }

    .footer-line .footer-icons {
        margin-left: 15px;
    }

    .footer-line .footer-icons i:last-child {
        margin: 0;
    }

    .presentation-content {
        display: none;
    }

    .price-block {
        display: none;
    }

    .presentation-sale {
        display: initial;
    }

    .goods-top-block .icons-block {
        display: none;
    }

    .goods-top-block .icons-with-search {
        display: flex;
    }

    .goods-top-block .icons-with-search i {
        display: none;
    }

    .goods-top-block .icons-with-search i:first-child {
        display: block;
        border-right: 0;
    }
}

@media screen and (max-width: 800px) {

    .pharmacy-list .text-block{
        width: 100%;
    }

	.pharmacy-list .goods-in-pharmacy-block{
	width: 100% ;
}
	
    .main-menu ul {
        display: block;
    }

    .switched-block-view .single-goods-block {
        width: 50%;
    }
    .large-goods-description h1{
        padding-top: 15px;
    }
}

@media screen and (max-width: 700px) {
    .header-search {
        display: none;
    }

    .move-out-menu-icons span {
        display: inline-block;
    }

    .additional-presentation-slider {
        width: 50%;
    }

    .additional-presentation > div:nth-child(3) {
        display: none;
    }
    .single-news-block{
        padding:40px 20px 40px 20px;
    }
}

@media screen and (max-width: 550px) {
    .single-news-block img{
        width: 100%;
    }

    .logo {
        margin-left: 10px;
    }

    .main-presentation-slider .presentation-slide {
        height: 300px;
    }

    .additional-presentation-slider div {
        height: 150px;
    }
}

@media screen and (max-width: 500px) {
    .switched-block-view .single-goods-block {
        width: 100%;
    }

    .paginator a {
        padding: 40px 5px 20px 5px;
        margin-right: 10px;
    }

   /* .paginator a:first-child {
        margin-right: 30px;
    }*/

    .paginator a:last-child {
        margin-left: 20px;
    }

    .feedback-container .feedback-window {
        width: 100%;
    }

    .feedback-container textarea {
        width: 290px;
    }
}

@media screen and (max-width: 475px) {
    .catalog-menu .categories-catalog-goods-block .categories-sub-menu {
        display: none;
        left: 0;
        z-index: 3;
    }

    .main-presentation-slider .book-button {
        display: none;
    }
    .categories-sub-menu{
        color: #fff;
    }
}

@media screen and (max-width: 425px) {
    .logo img {
        width: 130px;
    }

    .header-map-img {
        display: none !important;
    }

    .header-contacts-block .╤Д╤Л╨▓ li span {
        font-size: 15px;
    }

    .header-contacts {
        padding-top: 26px;
    }

    .main-presentation-slider .presentation-slide {
        height: 250px;
    }

    .additional-presentation-slider div {
        height: 120px;
    }

    .additional-presentation-slider .additional-presentation-slide .additional-presentation-information {
        width: 62px;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        font-weight: 300;
    }
}

@media screen and (max-width: 425px) {
    .move-out-menu-icons span {
        display: none;
    }

    .popular-goods {
        margin-left: 40px;
        margin-right: 40px;
    }

    .new-goods {
        margin-left: 40px;
        margin-right: 40px;
    }

    .prev-arr {
        width: 40px;
        left: -40px;
    }

    .next-arr {
        width: 40px;
        right: -40px;
    }

    .footer-line {
        font-size: 14px;
    }

    .switched-block-view {
        margin: 0;
    }

    .switched-block-view .goods-list {
        padding: 0;
    }
}

a.active{
    color: #db4369;
}
/*# sourceMappingURL=style.css.map */
