

/* Start:/local/templates/aptekaplus_template_newd/css_amir/slick.min.css?15622167601327*/
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
/* End */


/* Start:/local/templates/aptekaplus_template_newd/css_amir/slick-theme.min.css?15622167602363*/
@charset 'UTF-8';.slick-loading .slick-list{background:#fff url(/local/templates/aptekaplus_template_newd/css_amir/ajax-loader.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/local/templates/aptekaplus_template_newd/css_amir/fonts/slick.eot);src:url(/local/templates/aptekaplus_template_newd/css_amir/fonts/slick.eot?#iefix) format('embedded-opentype'),url(/local/templates/aptekaplus_template_newd/css_amir/fonts/slick.woff) format('woff'),url(/local/templates/aptekaplus_template_newd/css_amir/fonts/slick.ttf) format('truetype'),url(/local/templates/aptekaplus_template_newd/css_amir/fonts/slick.svg#slick) format('svg')}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:30px;height:30px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;border-radius:50%;border:none;outline:0; background: transparent;}.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{outline:0}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:45px;line-height:14px;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{z-index:120;left:-10px;top:100px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:'\2039'}[dir=rtl] .slick-prev:before{content:'\2039'}.slick-next{z-index:120;right:-10px;top:100px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:'\203a'}[dir=rtl] .slick-next:before{content:'\203a'}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}.slick-dots li button:focus,.slick-dots li button:hover{outline:0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}
/* End */


/* Start:/bitrix/components/webes/oneclick/css/styles.css?15687856767330*/
.o-w-modal-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    transition: .5s;
    position: fixed;
    z-index: 60000;
    top: 0;
    left: 0;
    overflow: auto
}

.o-w-modal-overlay.active {
    display: flex;
    transition: .5s
}

.o-w-modal-base {
    width: 100%;
    height: 100vh;
    display: none;
    transition: .5s;
    position: fixed;
    z-index: 60001;
    top: 0;
    left: 0;
    overflow: auto
}

.o-w-modal-base.active {
    display: flex;
    transition: .5s
}

.o-w-modal-title {
    font-size: 24px;
    margin-bottom: 24px;
    line-height: 36px
}

.o-w-modal-body {
    margin: auto;
    flex: 1 0 300px;
    max-width: 720px;
    padding: 32px;
    background-color: white;
    z-index: 60001;
    border-radius: 3px
}

.o-w-modal-body label {
    cursor: pointer
}

.o-w-modal-close {
    float: right;
    font-size: 16px !important;
    padding: 4px;
    cursor: pointer;
    color: #d2d2d2 !important;
    margin-top: -24px;
    transition: .3s
}

.o-w-modal-close:hover {
    color: black !important
}

.o-w-modal-lock {
    overflow: hidden
}

.o-w-modal-base img {
    max-width: 100%;
    height: auto
}

.o-w-modal-base * {
    color: #333;
    font-family: 'MyriadPro', sans-serif, Arial;
    line-height: 27px;
    font-size: 16px
}

.o-w-modal-base input {
    height: inherit !important;
    border-color: #DDD;
    font-weight: inherit
}

.o-w-modal-base textarea {
    width: 96% !important;
    min-height: 60px;
    border: 1px #ccc solid;
    padding: 6px 2% !important
}

.o-w-modal-title {
    margin-top: -24px;
    color: #AAA;
    text-transform: uppercase;
    border-bottom: 1px #EEE solid;
    padding-bottom: 10px;
    padding-top: 24px
}

.o-w-modal-inner h2 {
    font-size: 20px;
    margin-bottom: 14px
}

.o-w-btn {
    cursor: pointer;
    border: 1px #EEE solid;
    font-size: 14px;
    font-family: 'MyriadPro', sans-serif, Arial;
    background-color: #EEE;
    color: black;
    padding: 7px 14px;
    margin: 0
}

.o-w-btn:hover {
    border: 1px #CCC solid
}

.o-w-item-param-img * {
    font-size: 7px !important;
    max-width: 85px
}

.o-w-block-group + div {
    clear: both
}

.o-w-block-group .o-w-item-param {
    border-radius: 4px;
    float: left;
    padding: 7px;
    margin: 2px;
    cursor: pointer;
    text-align: center
}
.o-w-item-param-img div img{
    border-radius: 50%;
}
.o-w-block-group .o-w-item-param * {
    font-size: 13px;
    line-height: 15px
}

.o-w-block-group .o-w-item-param:hover {
    border-color: #BBB;
    background-color: white
}

.o-w-block-group .o-w-item-param[data-disabled='true'] {
    color: #999;
    cursor: not-allowed
}

.o-w-block-group .o-w-item-param.o-w-disabled,
.o-w-block-group .o-w-item-param.o-w-disabled * {
    background-color: #EEE;
    color: #AAA
}

.o-w-block-group .o-w-item-param.o-w-disabled img {
    filter: grayscale(100%);
    opacity: .5
}

.o-w-item {
    display: flex
}

.o-w-price span {
    font-size: 18px
}

.o-w-price div {
    font-size: 13px
}

.o-w-action-block {
    flex: 1 0 100px
}

.o-w-action-block input[type=text] {
    margin-bottom: 6px;
    -webkit-appearance: none;
    border: none;
    border-radius: 11px;
    box-shadow: inset 0px 4px 11px rgba(0, 0, 0, 0.25);
}

.o-w-show-order-block-button {
    padding: 7px 14px;
    cursor: pointer;
    border-radius: 2px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px white solid
}

.o-w-show-order-block-button:hover {
    opacity: .8
}

.o-w-show-order-block-button-disabled {
    padding: 7px 14px;
    border-radius: 2px;
    margin-top: 14px;
    text-align: center;
    text-transform: uppercase;
    border: 1px #CCC solid;
    color: #CCC;
    background: white;
    cursor: default
}

.o-w-show-order-block-button-disabled:hover {
    opacity: .8
}

.o-w-cr-costume input[type=checkbox] {
    display: none
}

.o-w-cr-costume input[type=checkbox] + label {
    text-align: left;
    padding-left: 36px
}

.o-w-cr-costume input[type=checkbox] + label:before {
    content: ' ';
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-left: -36px;
    margin-top: 0;
    position: absolute
}

.o-w-cr-costume input[type=checkbox]:checked + label:before {
    content: '\2714';
    width: 24px;
    height: 24px;
    font-size: 36px;
    margin-left: -36px;
    margin-top: 0;
    position: absolute
}

.o-w-cr-costume input[type=radio] {
    display: none
}

.o-w-cr-costume input[type=radio] + label {
    text-align: left;
    padding-left: 36px
}

.o-w-cr-costume input[type=radio] + label:before {
    content: ' ';
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-left: -36px;
    margin-top: 0;
    position: absolute;
    border-radius: 42px
}

.o-w-cr-costume input[type=radio]:checked + label:before {
    content: '\2714';
    width: 24px;
    height: 24px;
    font-size: 36px;
    margin-left: -36px;
    margin-top: 0;
    position: absolute
}

.o-w-public-agry-block {
    display: flex;
    margin-top: 8px;
    max-width: 390px
}

.o-w-public-agry-block input[type=checkbox] {
    margin-right: 11px
}

.o-w-public-agry-block * {
    font-size: 11px;
    line-height: 14px
}

.o-w-email,
.o-w-phone,
.o-w-fio {
    width: 96% !important;
    border: 1px #EEE solid;
    padding: 6px 2% !important;
    background-color: white;
    color: #333
}

.o-w-public-btn {
    flex: 0 0 48%;
    text-align: center;
    padding: 7px 14px;
    text-decoration: none;
    border-radius: 3px;
    transition: .3s;
    cursor: pointer
}

.o-w-public-btn:hover {
    text-decoration: none;
    opacity: .8
}

.o-w-public-btn-primary {
    transition: .3s;
    text-transform: uppercase;
    font-size: 14px
}

.o-w-public-btn-primary:visited {
    color: inherit
}

.o-w-public-btn-primary:hover {
    opacity: .8
}

.o-w-info {
    color: #999;
    font-size: 14px;
    font-style: italic;
    padding: 2px 14px;
    margin-left: 7px;
    border-left: 1px #BBB solid;
    line-height: 18px
}

.o-w-form {
    max-width: 500px;
    margin: auto
}

.o-w-label {
    font-size: 13px
}

.o-w-item-image {
    margin-right: 14px;
    min-width: 200px;
    text-align: center
}

.o-w-price-pc {
    display: block;
    min-height: 114px
}

.o-w-mobile {
    display: none
}

.o-w-group-title {
    font-size: 16px;
    line-height: 16px;
    padding-left: 4px;
    margin-top: 2px;
}

.o-w-main-button-first-block {
    padding-top: 4px
}

@media(max-width:800px) {
    .o-w-modal-body {
        width: 100%;
        min-height: 100vh
    }

    .o-w-modal-close {
        position: fixed;
        right: 14px;
        top: 14px;
        margin-top: -7px
    }

    .o-w-modal-title {
        margin-top: 7px;
        padding-top: 0
    }
}

@media(max-width:640px) {
    .o-w-item {
        flex-flow: row wrap
    }

    .o-w-modal-body {
        padding: 14px;
        padding-bottom: 48px
    }

    .o-w-item-param img {
        max-width: 70px
    }
}

@media(max-width:400px) {
    .o-w-item-image {
        margin-right: 0;
        flex: 0 0 100%;
        text-align: center
    }

    .o-w-mobile {
        display: block
    }

    .o-w-fx-mobile {
        display: flex;
        justify-content: center
    }

    .o-w-fx-mobile * {
        padding: 2px 4px
    }
}
/* End */


/* Start:/local/templates/aptekaplus_template_newd/components/bitrix/search.title/new_header_search_tmpl/style.css?15650814442806*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:700;
	min-width: 270px;
	margin-top:-10px;
	background-color: #FFF;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px 17px 12px rgba(0, 0, 0, 0.094);
}


p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

.bx_searche{
	padding-top: 7px;
}
.bx_searche .bx_img_element{
    background-color: #ffffff;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
    width: 70px;

}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #f9f9f9;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000000;font-weight: bold;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
	color: #ffa422;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #000000}
.bx_item_block.all_result a{
	margin-top: 0;
}


.header .headerTopContentPart2 .headerSearch form{
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
input.search-suggest {
  width: 100% !important;
  height: 37px;
  border: 0.1px;
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
  padding-left: 15px;
  font-size: 14px;
}


.new_header_search > form{
	display: flex;
	justify-content: flex-start;
}


.new_header_search > form .new_header_search_input{
	width: 100%;
	height: 30px;
	border: none;
	padding-left: 15px;
	border-bottom-left-radius: 11px;
	border-top-left-radius: 11px;
}


.new_header_search > form .new_header_search_submit{
	width: 40px;
	height: 30px;
	border: none;
	cursor: pointer;
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
	background-image: url(/local/templates/aptekaplus_template/images/search_button.png);
	background-position: center;
    background-size: cover;
    
}











/* End */


/* Start:/local/templates/aptekaplus_template_newd/components/bitrix/sale.basket.basket.line/malaya_korzina/style.css?15642321619302*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: 'Oswald', sans-serif !important;
    font-weight: 300;
    color: #413e3e;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    line-break: auto;
    
}

td, th {
    padding: 0 5px;
    border: 1px solid transparrent;
}

.bx-basket {
	margin: -40px 0 0 15px;
}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: absolute;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #4d4d4d;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 998;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}

.osnova {
    width: 30px;
    position: relative;
    background: rgba(165, 18, 219, 0);
    z-index: 1000;
	display: none !important;
}

.dl9nazhati9 {
    background: rgba(0, 0, 255, 0);
    height: 25px;
    width: 40px;
    z-index: 2000;
    margin-top: -23px;
}

.bx-basket-item-list{
    display: none;
    min-height: 145px;
    width: 600px;
	position: relative;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
        box-shadow: 2px 5px 10px rgba(0,0,0,0.7);
    right: 490px;
    top: 20px;
    
    flex-direction: column;
    justify-content: flex-start; 
    
    
    
}
.kol-vo_tovara{
    height: 25px;
}
.kol-vo_tovara:hover .bx-basket-item-list {
    display: flex;
    
}

.alfa th{
    width: 460px;
    text-align: center;
    color: #5e5e5e;
    font-weight: 300;
	line-height:39px;
    
}

.minus, .plus{
  width: 30px;
  height: 30px;
  font-size: 20px;
  background-color: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

.topbasketa {
    display: flex;
    align-content: center;
    font-size: 15px;
    background-color: #f0f0f0;
    padding-bottom: 10px;
}

.topbasketa div {
    color: #413e3e;
    text-align: center;
    padding-top: 5px;

}

.topbasket0 {
    width: 90px;
    margin-left: 5px;
    text-align: center;
}

.topbasket1 {
    width: 170px;
    text-align: center;
}

.topbasket2 {
    width: 100px;
    text-align: center;
}

.topbasket3 {
    width: 80px;
    text-align: center;
}

.topbasket4 {
    width: 100px;
    text-align: center;
}

.karta {
    text-align: center;
    border-bottom: 1px solid rgba(118, 111, 111, 0.07);
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 5px;
}

.osnova:hover .bx-basket-item-list {
    display: flex;
}

.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	/*position: absolute;
	bottom: 20px;*/
	border-top: 2px solid #BFBFBF;
	padding: 15px 0 0 0;
	background: #fff;
	/*left: 0;
	right: 0;*/
}

.bx-basket-item-list-button-container a.btn
{
	color: #dddddd;
	text-decoration: none;
}

.bx-basket-item-list-button-container a.btn:hover,
.bx-basket-item-list-button-container a.btn:active
{
	color: #ffffff;
}

.itog {
    text-align: right;
}

.itog span{
    font-size: 18px;
    width: 100%;
    padding-right: 49px;
}

.itogo strong{
    margin-left: 10px;
    font-size: 20px;
}

.bx-basket-item-list-container{

	overflow-y: auto;
	max-height: 360px;
    background-color:#ffffff;
    width: 600px;
}

.bonus{
    text-align: right;
    margin-right: 30px;
}
#bns{
    color: #ffa422;
    font-weight: bold;
    font-size: 18px;
}


.bx-basket-item-list-container table{
    border-collapse: collapse;
    height: 100px;
}

.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
	white-space: normal;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
}

.nadpis {
    color: #4d4d4d;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.bx-basket-item-list-item-name
{
	padding-bottom: 5px;
}
.bx-basket-item-list-item-name a
{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
	white-space: normal;
	line-height: 16px;
}
.bx-basket-item-list-item-remove{
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
    
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}

.bbilip {
    color: #006b46;
}

.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
}
.bqspan {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #ffa422;
    color: #fff;
    font-size: 12px;
    background-image: url(/local/templates/aptekaplus_template_newd/components/bitrix/sale.basket.basket.line/malaya_korzina/images/siilik.png);
}
.bottom_container.fix .bqspan{
    margin-top: -30px;
}

/* контейнер с кнопкой оформить заказ*/
.bx_ordercart_order_pay_center{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top:10px;
  margin-bottom: 20px;
}


.bx_ordercart_order_pay_center .center_left {
  padding-left: 10px;
}
.button-minibasket{
  width: 180px;
  height: 35px;
  font-size: 12px;
  font-weight: 300;
  border-radius: 7.5px;
  color: #006b46;
  background-color: #f5f5f5;
  text-transform: uppercase;
}
.button-minibasket:hover{
  color: #fff;
  background-color: #006b46;
}
.bx_ordercart_order_pay_center .center_left_text {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.bx_ordercart_order_pay_center .center_right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.bx_ordercart_order_pay_center .center_right_left {
  width: 180px;
  margin-right: 25px;
}
.bx_ordercart_order_pay_center .center_right_left_btn a button{
  width: 180px;
  height: 35px;
  font-size: 12px;
  font-weight: 300;
  border-radius: 7.5px;
  color: #fff;
  background-color: #ffa422;
  text-transform: uppercase;
}


.bx_ordercart_order_pay_center .center_right_text {
    margin-top: 10px;
  font-size: 10px;
  color: #868686;
  font-weight: 600;
  text-align: center;
}
.bx_ordercart_order_pay_center .center_right_right {
}

.bx_ordercart_order_pay_center .center_right_right_btn a button{
  width: 250px;
  height: 35px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7.5px;
  color: #fff;
  background-color: #006b46;
  text-transform: uppercase;
}

/*********************************************************************************/
/*********************************************************************************/


.bx_ordercart_order_pay,
.bx_ordercart_order_sum,
.bx_ordercart_order_pay_left,
.bx_ordercart_order_pay_right,
.bx_ordercart_order_pay_center,
.bx_ordercart_order_pay_center span,
.bx_ordercart_order_pay_center .checkout,
.bx_ordercart_order_table_container table,
.bx_ordercart_order_table_container table tbody,
.bx_ordercart_order_table_container table tbody tr,
.bx_ordercart_order_table_container table tbody tr td,
.bx_ordercart_order_table_container .bx_ordercart_itemtitle a,
.bx_ordercart_order_table_container tbody td.price .current_price{
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}

/* End */


/* Start:/local/templates/aptekaplus_template_newd/components/bitrix/breadcrumb/nav/style.css?1562216764611*/
.bx-breadcrumb {
	margin: 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 5px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	white-space: normal;
    text-transform: capitalize;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/aptekaplus_template_newd/components/bitrix/sender.subscribe/sub/style.css?15647200004210*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe form{
	display: flex;
	width: 100%;
	
}
.bx-subscribe div.bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}

.bx-subscribe .bx-input-group .bx-form-control {
	width: 275px;
	height: 35px;
	background: #FFFFFF;
	box-shadow: inset 4px 5px 8px rgba(0, 0, 0, 0.25);
	border-radius: 11px 0 0 11px ;
	padding: 0 0 0 15px;
	color: #000000;
	border: none;
}

.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #006b46;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: lowercase;
	height: 35px;
	width: 145px;
	background: #FFA422;
	border-radius: 0px 11px 11px 0px;
	box-shadow: inset 0px -3px 4px rgba(0, 0, 0, 0.07);
}
.btn-subscribe span{
    color: white;
}
/*
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #006b46;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
*/
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font-weight: 100;
	font: 11px/10px "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
/* End */


/* Start:/bitrix/components/bitrix/form.result.new/error.css?1518602026163*/
.form-error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/bitrix/components/bitrix/form.result.new/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/aptekaplus_template_newd/styles.css?15687133958554*/
/*отступ в статичных страницах*/

.local_container{
  margin: 25px 0;
}
.container{width: 100%; height: 100%; margin: 0; padding: 0;}

/*хлебные крошки*/

.bx-breadcrumb .bx-breadcrumb-item span::first-letter{
  
}

/**/




/*SLIDER*/


/* General Layout in my demos */


/* // Sudo Slider */
#slider {width: 100%; height: auto; margin: 0 auto; } /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */
#slider ul li {
  width: 100%;
}
#slider ul li a{
  
  text-decoration: none;
}
#slider ul li a img{
  width: 100%;
  height: auto;
}


/* Numeric Navigation */
ol.numericControls {
  margin:1em 0;
  padding:0;
  height:28px;	
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  position: relative;
  margin-top: -30px;
  z-index: 1000;
}

ol.numericControls li{
  margin:0 10px 0 0; 
  padding:0;
  float:left;
  list-style:none;
  height:15px;
  line-height:18px; 
  border-radius: 100%;}

ol.numericControls li a{
  height:15px;
  box-shadow: 2px 3px 10px rgba(0,0,0,0.4);
  background:#ffff;
  color:#fff;
  padding:0px 5px;
  text-decoration:none; 
  border-radius: 100%;
  border: 1px solid #006b46;
}

ol.numericControls li a span{
  color:#fff;
  opacity: 0;
}

ol.numericControls li.current a{
  background:#006b46;
  color:#fff;
  border: 1px solid #fff;
}

ol.numericControls li:hover a{
  background: #006b46;
}


ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}



.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {display:block;position: relative; width:65px;height:25px;z-index:1000;cursor:pointer; margin-top: -10%;}	
.nextBtn{right: 5px; float:right; background: url(/local/templates/aptekaplus_template_newd/images/arrow_slider_right.png) no-repeat;background-size: center/cover;}														
.prevBtn{left: 5px; float: left; background: url(/local/templates/aptekaplus_template_newd/images/arrow_slider_left.png) no-repeat ;background-size: center/cover;}


/*/////////////////////////////////////////////////////////////Slider end //////////////////////////////////////////////////////////////////*/



/*РЕГИСТРАЦИЯ И ВСЕ ЧТО ПОКА НЕ НАШЕЛ ГДЕ МЕНЯТЬ!!!!!!!*/

.alert , .errortext{
  border-bottom: 1px solid red;
  padding: 5px;    
  line-height: 2;
}

@media screen and (max-width:760px), (max-device-width:760px){
  .alert, .errortext{
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}

.auth_form{
  
  margin-top: 10px;
  margin-bottom: 15px;
}


.bx-authform-formgroup-container .bx-authform-input-container input{
  width: 100%;
  max-width: 650px;
  padding: 10px;
  height: 35px;
}

.bx-authform-formgroup-container .btn.btn-primary{
 background: #FFA422;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    color: #ffffff;
    margin: 10px auto;
    font-size: 16px;
    width: 90%;
    height: 35px;
    border: none;
    display: block;
    line-height: 30px;
    text-align: center;
	cursor: pointer;
}
.bx-authform-formgroup-container .btn.btn-primary:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.bx-authform-formgroup-container .btn.btn-primary:active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.bx-authform-formgroup-container:nth-child(5){
/*    display: none;*/
}
/*/////////////////////////////////////////////////////*/
/*навигация*/
.bx-pagination .bx-pagination-container li.bx-active span{
  background-color: #ffa422 !important;
}

/*/////////////////////////////////////////////////////*/


.procpoktov{
 width: 100%;
  height: 100%;
 display: flex;
justify-content: center;
  align-items: center;
  text-align: center;
}

.procpoktov p{
  font-size: 20px;
  color: #006b46;
  font-weight: 600;
  margin-top: 10px;
}

.mainStatPage .procpoktov img{
  
  width: 100%;
 
}



/*bootstrap*/

/**/

/*попап окошко с согласием и обратный звонок*/
#mz{
  top: 0;
  left: 0;
  position: fixed;
  opacity: 0.50;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 2501;
}

#cbmodal,#b1cmodal,#dbmodal,#dellallmodal{
 top:40%;
display: block;
  margin: 0 auto;
 position:fixed;  
 opacity: 1;
left: calc(50% - 160px);
 z-index: 2500;
  
}
#cb,#b1c,#db,#dellall{
  position:relative;
  background-color:#fff;
  opacity: 1;
  width:320px;
  padding: 25px 25px 35px 25px;
  /*height:300px;*/
  z-index: 2502;
  margin:0 auto;
  display: block;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.7);
}



div.close_modal {
  cursor:pointer;
  position:absolute;
  font-weight:700;
  color: green;
  right:10px;
  top:5px;
  z-index: 2502;
}


#cb div p, #b1c div p, #db div p, #dellall div p{
  font-size: 22px;
  color: red;
  font-weight: 600;
}



.btn_container_pop{
  margin-top: 50px;
  width: 100%;
}
.btn_container_pop .btn_pop_ok, .dellall_btn{
  width: 150px;
  height: 35px;
  background-color: #006b46;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}

.btn_container_pop .btn_pop_ok:hover, .dellall_btn:hover{
  background-color: #ffa422;
  color: #fff;
}

.dellall_btn{
  margin: 0 auto;
  margin-top: 150px;
}

.dellall_btn_container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.modal_content{}

.modal_content .modal-title{
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #919191;
}






/*WEB FORM STYLES*/


.form-group-fb {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.form-group-fb .input-group-fb input{
    width: 250px;
    height: 30px;
    border: none;
    padding-left: 10px;
    color: #000000;
    margin-top: 15px;
    background: #FFFFFF;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.134);
    -moz-box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.134);
    box-shadow: inset 0px 1px 7px rgba(0, 0, 0, 0.134);
}

.btn.btn-default.btn-md{
  height: 35px;
  background-color: #ffa422;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
    border-radius: 11px;
}

.title{
  margin-top: 25px;
  color: #ffa422;
  width: 100%;
  text-align: center;
}

.error-msg{
  width: 250px;
  text-align: left;
  font-size: 13px;
  color: red;
  margin: 0;
  padding-bottom: 5px;
}

/*/////////////////////////////////////////////////////*/

/*вопрос специалисту - веб форма*/
.vs_feedback {
  
}

.vs_feedback .vs_oktext {
  text-align: left;
  font-size: 20px;
  color: #ffa422;
}



.vs_feedback .vs_text {
  font-size: 15px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 5px;
}
.vs_feedback .mf-req {
  color: red;
}
.vs_feedback input {
  width: 100%;
  max-width: 350px;
  height: 35px;
  border: none;
  padding-left: 10px;
  background-color: #f0f0f0;
}

.vs_feedback .vs_name {
}



.vs_feedback .vs_email {
}

.vs_feedback .vs_message {
}
.vs_feedback #msg {
  width: 100%;
  padding: 10px;
  background-color: #f0f0f0;
  border: none;
  height: 300px;
  
}


.vs_feedback .vs_feedback_btn {
  width: 150px;
  height: 30px;
  border-radius: 7.5px;
  background-color: #fff;
  border: none;
  box-shadow: 2px 5px 10px rgba(0,0,0,0.5);
  cursor: pointer !important;
  color: #006b46;
  float: right;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.vs_feedback .vs_feedback_btn:hover{
  background-color: #006b46;
  color: #fff;
}





/**/

/*ССЫЛКА ДЛЯ ПРОКРУТКИ СТРАНИЦЫ*/

#wrapper{
	margin:0 auto;
	width:900px;
	position:relative;
}

/*Стилизация кнопки ВВЕРХ */
#back-top{	
	position:fixed;
	bottom:30px;
	left:50%;
    margin-left: -15px;
  z-index: 1000000;
}

#back-top a{
	width:30px;
	display:block;
	text-align:center;
	font:11px/100% Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	color:#bbb;
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover{color:#000;}

/* графическая стрелка ВВЕРХ */
#back-top span{
	width:30px;
	height:30px;
	display:block;
	border-radius: 100%;
	background:transparent url(/local/templates/aptekaplus_template_newd/images/upscrollarrow.png) no-repeat;
  -webkit-background-size: 100%;
-o-background-size: 100%;
-moz-background-size: 100%;
-ms-background-size: 100%;
-khtml-background-size: 100%;
background-size: 100%;
	
	/* background color transition */
	-webkit-transition:1s;
	-moz-transition:1s;
	transition:1s;
}

#back-top a:hover span{background-color:#777}

/**/
/* End */


/* Start:/local/templates/aptekaplus_template_newd/template_styles.css?156878611333407*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext');

.fa {
  display: inline-block;
  font-family: FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*{
  margin: 0;
  padding: 0;
  outline: none;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
  color: #413e3e;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::selection{
	color: #FFFFFF; /* Цвет текста */
    background: #f19819; /* Цвет фона */
}

div#smartFilterDropDown161.popup-window{
	max-height: 200px;
    overflow: auto;
    max-width: 260px;
    width: 100%;
}

* p{
  margin: 0 ;
  padding: 0 ;
}
/*/ // Дополнительная информация в строке Бонус за заказ: Бонус в корзине может расчитываться неверно из-за отсутствия условий доставки и оплаты. Так как она нам не нужна, делаем ее не активной./*/
/*
.bonus i {
    display: none;
}
.bonus_cart div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  margin: 10px 0 10px 0;
  font-size: 16px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 7.5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffa422;
  border: 2px solid #ffa422;
}

.bonus_cart{
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 200px;
  margin: 10px 0 10px 0;
  font-size: 16px;
  background: #fff;
  padding: 5px 10px 5px 10px;
  border-radius: 7.5px;
  font-size: 16px;
  font-weight: 600;
  color: #ffa422;
  border: 2px solid #ffa422;
}

.bonus_display{
}
*/
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    color: white;
    padding: 15px 20px;
    border: 1px solid #383838;
    background-image: url(/local/templates/aptekaplus_template_newd/images/fon.jpg);
    background-color: black;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}

.bx-core-popup-menu *{
  color: #f0f0f0 !important;
}

html {height: 100%; }
ul, li, ol , a, a:hover{text-decoration: none; list-style: none;}

* a, * button, * input[type="submit"]{
	cursor: pointer;
}

.db{display: block;}
.dn{display: none;}

.btn-submit{
  cursor: pointer !important;
  border: none;
}
.input{
  padding: 0 0 0 15px;
  color: #413e3e;
  border: none;
}
.btn-custom{
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2); 
  cursor: pointer !important; 
  border: none;
  
  display: flex;
  justify-content: center;
  align-items: center;
  }
.btn-custom:hover{box-shadow: 4px 4px 10px rgba(0,0,0,0.3);}
.btn-custom:active{box-shadow: 5px 5px 10px rgba(0,0,0,0.5);}
.btn-custom:hover, a.a-custom:hover, .input-custom:hover{
  -webkit-transition: background ease-out 0.8s;
	-moz-transition: background ease-out 0.8s;
	-ms-transition: background ease-out 0.8s;
	-o-transition: background ease-out 0.8s;
	transition: background ease-out 0.8s;
}
.btn-custom:active, .a-custom:active, .input-custom:active{
  -webkit-transition: background ease-out 0.1s;
	-moz-transition: background ease-out 0.1s;
	-ms-transition: background ease-out 0.1s;
	-o-transition: background ease-out 0.1s;
	transition: background ease-out 0.1s;
}

.colorTextGreen, .colGreen{color: #006b46; font-weight: 600;}
.colorTextOrange, .colOrange{color: #ffa422;}
.colorTextBlack, .colBlack{color: #413e3e;}
.colorTextWhite, .colWhite{color: #fff;}
.colorTextGrey, .colGrey{color: #8c8c8c;}
.headerNotification{
  background-color:DarkSeaGreen;
  background: #006b46;
  box-shadow: 0 -150px 70px -120px teal inset,
              0 -220px 70px -120px yellowgreen inset,
              0 -280px 70px -120px gold inset;
  -webkit-box-shadow: 0 -150px 70px -120px teal inset,
              0 -220px 70px -120px yellowgreen inset,
              0 -280px 70px -120px gold inset;
  animation: background 7s infinite alternate;
}
#header, #footer, #body{
  display: block;
  width: 100%;
  height: auto;
  
  margin: 0;
  padding: 0;
}
#body{
    min-height: 800px;
	background: #f4f4f4;
	padding-bottom: 25px;
}
#container{
  padding-bottom: 25px;
}
.container_a{                      
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  padding: 0 15px;
  margin: 0 auto;
}
#body .container_a{
	padding-top: 25px;
}
.index{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    
  }

/*********************************************************************/
/*/ // Header // /*/
	.header{
		width: 100%;
		background: #006b46;
		padding: 0 15px;
	}
	
	.header_top{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0 0 0;
		/*margin: 7.5px 0;*/
		min-height: 95px;
	}
	.header_top img{
		width: 240px;
		height: auto;
	}
	.header_top .tel_info{
		display: flex;
		justify-content: space-between;
	}
	.header_top .tel_info span{
		color: #ffffff;
		margin-left: 10px;
	}
	.header_top .tel_info span i{
		color: #ffa422;
		font-weight: 600;
		margin-right: 5px;
	}
	
	.header_middle{
		display: flex;
		justify-content: space-between;
		margin: 7.5px 0;
		padding: 7.5px 0 7.5px 0;
	}
	.header_middle .search{
		width: calc(100% - 550px);
		z-index: 800;
	}
	.header_middle .h_btn{
		width: 515px;
		display: flex;
		justify-content: flex-end;
	}
	.header_middle .h_btn a{
		color: #ffffff;
		margin-left: 5px;
	}
	.header_middle .h_btn .basket{
		
	}
	.basket {
		padding-right: 35px;
	}
	.header_middle .h_btn .enter{
		
	}
	.enter {
		padding-right: 40px;
	}
	.header_middle .h_btn .h_bonus{
		padding: 5px;
		min-width: 125px;
		width: auto;
		height: 30px;
		display: flex;
		align-items: center;
		background: #ffffff;
		color: #000000;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
		border-radius: 5px; 
	}
	.header_middle .h_btn > .h_bonus > a{
		color: #000000;
		cursor: help;
	}
	.header_middle .h_btn .h_bonus img{
		margin-left: -15px;
	}
	
	.header_bottom{
		display: flex;
		justify-content: flex-start;
		/*margin: 17.5px 0 7.5px 0;*/
	}
    .btn_catalog{
        z-index: 600;
        position: relative;
    }
    .btn_catalog:hover .left_fix_content{
        display: flex;
    }
	.header_bottom .btn_catalog .catalog_a{
		display: block;
		width: 300px;
		height: 45px;
		background: #ffa422;
		padding-left: 30px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		line-height: 45px;
		box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.15), inset 0px -3px 4px rgba(0, 0, 0, 0.07);
		border-radius: 5px;
		margin-bottom: -15px;
	}
	.header_bottom .btn_catalog .catalog_a:hover{
		box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3), inset 0px -3px 4px rgba(0, 0, 0, 0.08);
	}
	.header_bottom .breadcrums{
		display: flex;
		align-items: flex-end;
		margin-bottom: 5px;
		margin-left: 20px;
	}
	.header_bottom .breadcrums *{
		color: #ffffff;
	}

	
	@media screen and (max-width: 1080px), (max-device-width: 1080px){
		.header_top, .header_middle{
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.header_top .tel_info{
			margin: 10px 0;
		}
		.header_middle .search{
			margin: 15px 0 25px 0;;
		}
		.header_middle .search{
			width: 100%;
			max-width: 650px;
		}
		.header_middle .h_btn{
			padding-left: 0;
			width: 100%;
			max-width: 650px;
			justify-content: space-between;
			margin: 0 0 10px 0;
		}
		.header_middle .h_btn div{
			/*margin-left: 25px;*/
		}
		.breadcrums{
			display: none !important;
		}
		.header_top .tel_info span i{
			font-weight: 300;
		}
		
	}
	@media screen and (max-width: 700px), (max-device-width: 700px){
		.btn_catalog, .header_bottom .btn_catalog .catalog_a{
			width: 100%;
		}

	}
	@media screen and (max-width: 750px), (max-device-width: 750px){
		.header_top{
			align-items: flex-start;
		}
		.header_top .tel_info{
			display: flex;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
		}
		.header_top .tel_info span{
			margin: 10px 0 0 0;
		}
		.header_middle .h_btn{
			justify-content: space-between;
		}
	}
/*/ // Header end // /*/
/*********************************************************************/





/*/ // Footer // /*/
#footer .footer_top {
  width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 0 15px;
  background: #FFFFFF;
	max-width: 1280px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
}
.footer_top > .container_a{
	margin: 0;
	padding: 0;
	width: auto;
}
#footer .footer_bottom > .container_a{
	display: flex;
	justify-content: space-between;
}

#footer .footer_top .subscribe{
	margin: 0 30px 0 0;
}
#footer .footer_top .com_logo img{
	max-width: 65px;
	height: auto;
	margin-right: 22px;
}

#footer .footer_bottom {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 25px 0 0 0;
  background: #006b46;
}
#footer .footer_bottom .footer_bottom_left{
	display: flex;
	flex-direction: column;
	
	margin-right: 25px;
	
}
#footer .footer_bottom .footer_bottom_left .tel{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
#footer .footer_bottom .footer_bottom_left .tel .img{
	width: 30px;
	margin-right: 5px;
}
#footer .footer_bottom .footer_bottom_left .tel .img img{
	width: 100%;
	height: auto;
}
#footer .footer_bottom .footer_bottom_left .tel .text{
	display: flex;
	flex-direction: column;
}
#footer .footer_bottom .footer_bottom_left .tel .text span{
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}
#footer .footer_bottom .footer_bottom_left .tel .text a{
	color: 14px;
	line-height: 20px;
	color: #F19819;
	text-decoration: none;
}
#footer .footer_bottom .footer_bottom_left .tel .text a:link{
	tap-highlight-color: #f19819;
	-webkit-tap-highlight-color: #f19819;
}
#footer .footer_bottom .footer_bottom_left .tel .text a::selection{
	color: #FFFFFF; /* Цвет текста */
    background: #f19819; /* Цвет фона */
}
#footer .footer_bottom .footer_bottom_left .tel .text a:hover{
	color: #f19819;
	text-decoration: underline;
}

#footer .footer_bottom .footer_bottom_right{
	display: flex;
}
#footer .footer_bottom .footer_bottom_right .logo{
	margin-right: 25px;
}
#footer .footer_bottom .footer_bottom_right .logo span{
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
}
#footer .footer_bottom .footer_bottom_right .logo div{
	margin-top: 15px;
}
#footer .footer_bottom .footer_bottom_right .logo div img{}


#footer .footer_bottom .footer_bottom_top , #footer .footer_bottom .footer_bottom_bottom{
	width: 50%;
	display: flex;
	flex-direction: row;
}


#footer .footer_bottom .footer_bottom_bottom{
	justify-content: space-around;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav{
	
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav span{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 600;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li{
	margin-bottom: 10px;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li:first-of-type{
	margin-top: 15px;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li a{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 300;
}
#footer .footer_bottom .footer_bottom_bottom .bottom_nav li a:hover{
	color: #ffa422;
}

/*copyright*/
#footer .copyright{
	background: #006b46;
}
#footer .copyright > .container_a{
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
}
#footer .copyright a{
	font-size: 14px;
	text-decoration: underline;
	margin-top: 5px;
	color: #FFFFFF;
}
#footer .copyright a:hover{
	color: #FFFFFF;
}
#footer .copyright a.mob_link{
	font-weight: 300;
	color: #FFA422;
}
#footer .copyright span{
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 10px;
}

/*/ // MEDIA // 980 /*/
@media screen and (max-width: 1140px), (max-device-width: 1140px){
	#footer .footer_bottom > .container_a{
		flex-direction: column;
	}
	#footer .footer_bottom .footer_bottom_top{
		width: 100%;
	}
	#footer .footer_bottom .footer_bottom_bottom{
		width: 100%;
		max-width: 400px;
		justify-content: space-between;
		margin-top: 40px;
	}
}
@media screen and (max-width: 860px), (max-device-width: 860px){
	#footer .footer_top {
		flex-direction: column-reverse;
	}
	.bg_com_logo{
		width: 100%;
		background: #f4f4f4;
		padding: 15px;
	}
	.bg_com_logo .com_logo{
		display: flex;
		justify-content: space-between;
	}
	#footer .container_a.footer_container{
		margin: 0;
		padding: 0;
	}
	#footer .footer_top .com_logo img{
		width: 90px;
		height: auto;
	}
	#footer .footer_top .subscribe{
		margin: 0 0 0 0 ;
		height: 80px;
		width: 100%;
		align-items: center;
		display: flex;
	}
	.bx-input-group, .bx-subscribe, .bx-subscribe .bx-input-group .bx-form-control{
		width: 100%;
	}
	#footer  .footer_top > .container_a{
		margin: 0;
		padding: 0 15px;
		width: 100%;
	}
	#footer .footer_top > .container_a.footer_container{
		padding: 0;
	}
	#footer .footer_top{
		padding: 0;
		margin: 0;
	}
}
@media screen and (max-width: 640px), (max-device-width: 640px){
	.contactsAndFeedback2 {
		align-items: center;
	}
}
@media screen and (max-width: 640px), (max-device-width: 640px){
	#footer .footer_bottom .footer_bottom_top{
		flex-direction: column;
	}
	#footer .footer_bottom .footer_bottom_right{
		margin-top: 20px;
	}
}

/*/ // Footer end // /*/
/*********************************************************************/
/*/ //VSPOMOGATELNIE CLASSI // /*/
.nadpiss{
    position: absolute;
    top: 10px;
    color: #ffffff;
    background: #006b46;
    opacity: 0.5;
    border-radius: 5px;
    padding: 0 5px;
}
 .r0{right: 0px;}
 .l10{left: 10px;}
/*/ // Index // /*/

/**/
.left_fix_content{
    position: absolute;
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 500;
}
.left_fix_content.fixmenu{
    top: 115px;
}
.menu{
    position: relative;
    width: 300px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.238);
    border-radius: 5px;
    top: -18px;
    padding-top: 18px;
}

.otdeli{
    height: calc(350px/6);
    border-bottom: 1px solid darkgrey;
    overflow: hidden;
    background: rgb(247,247,247); ;
    font-family: 'FontAwesome';
    font-size: 14px;
    text-align: center;
    line-height: calc(350px/6);
    color: #006b46;
}


.otdeli.medtech{
    border-bottom-left-radius: 7.5px;
    border-bottom-right-radius: 7.5px;
}

.menu:hover .otdeli.medtech{
    border-bottom-right-radius: 0px;
}


.fix{
	position: fixed;
	top: 0;
	z-index: 300;
}
#body .container_a.fix_padding{
	padding-top: 211px;
}

.fixmenu{
    position: fixed;
    top: 115px;
    z-index: 250;
}

.fixsubmenu{
    position: fixed;
    margin-top: 0px;
}
.darkness{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0.5;
    z-index: 200;
}


@media screen and (max-width: 980px),(max-device-width:980px){ 
  #carusel{
    display: none;
  }
}
.main_content{
    width: 100%;
    max-width: 930px;
    height: auto;
    display: flex;
    flex-direction: row;
    margin-left: 320px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main_slider{
    max-width: 935px;
    width: 100%;
}
.main_slider img{
    max-width: 935px;
    width: 100%;
}
.column_left{
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    border-radius: 5px;
    background: #ffffff;
}
.column_right{
    max-width: 450px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    border-radius: 5px;
    background: #ffffff;
}
.top_block{
    height: 50px;
    width: 100%;
    max-width: 450px;
}
.top_block span{
    font-size: 18px;
    font-weight: 600;
    color: #ffa422;
    line-height: 50px;
    padding-left: 15px;
} 
.backface{
    width: 450px;
    height: 450px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
 .back_flip{
    width: 210px;
    height: 210px;
    position: relative;
}
.back_flip img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.big_block{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.carusel_container{
    width: 100%;
    max-width: 935px;
}
.slider_title{
    font-weight: 600;
    font-size: 18px;
    color: #ffa422;
    padding-left: 15px;
}
.act_carusel{
/*    display: none;*/
    width: 100%;
}

@media screen and (max-width: 600px),(max-device-width:600px){ 
  .column_left, .column_right{
    width: 400px;
    height: 465px;
  }
  .frontface, .backface{
    width: 400px;
    height: 400px;
  }
  .front_flip{
    width: 200px;
    height: 200px;
  
  }
 .back_flip{
    width: 192.5px;
    height: 192.5px;
  } 
}
@media screen and (max-width: 420px),(max-device-width:420px){ 

  .column_left, .column_right{
    width: 350px;
    height: 415px;
  }
  .frontface, .backface{
    width: 350px;
    height: 350px;
  }
  .front_flip{
    width: 175px;
    height: 175px;
  }
 .back_flip{
    width: 167.5px;
    height: 167.5px;
  }
  .top_block{
    height: 50px;
    width: 100%;
    max-width: 350px;
    margin-bottom: 15px;
    }

}
@media screen and (max-width: 360px),(max-device-width:360px){ 
  .column_left, .column_right{
    width: 300px;
    height: 365px;
  }
  .frontface, .backface{
    width: 300px;
    height: 300px;
  }
  .front_flip{
    width: 150px;
    height: 150px;
  }
 .back_flip{
    width: 145px;
    height: 145px;
  }
  .top_block{
    height: 50px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 15px;
    }
}

/* AKTSII*/
  .aktsii_content {
  	padding-left: 20px;
  }
  .aktsii_top_foto img{
  	width: 100%;	
  }
/* END OF AKTSII*/


/* VACANSII*/
	.vacancies_page_content {
		display: flex;
	}
	.vacancies_content {
		padding-left: 20px;
	}
	.vacancies_top_foto img {
		width: 100%;
	}
	.vacancies_about {
		font-weight: 600;
	}
	.vacancies_text {
		padding: 15px 20px 0px 20px;
	}
	.vacancies_text li {
		color: #000000;
		font-size: 14px;
	}
	.vacancies_text_plus_video {
		background: #FFFFFF;
		box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.238);
		border-radius: 5px;
		margin-top: 20px;
	}
	.vacancies_padding {
		padding-top: 20px;
	}
	.vacancies_video {
		padding: 15px 20px 20px 20px;
	}
	.apteka_video {
		width: 100%;
		height: 500px;
	}
	@media screen and (max-width: 1000px), (max-device-width: 1000px){
		.vacancies_page_content {
			flex-direction: column;
		}
		.vacancies_content {
			padding-left: 0px;
		}
	}
	@media screen and (max-width: 1000px), (max-device-width: 1000px){
		.apteka_video {
			height: 250px;
		}
	}
/* END OF VACANSII*/


/* ABOUT and CONTACTS PAGE*/
.stat_page_container{
    max-width: 1280px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.stat_page_container_nomenu{
    max-width: 930px;
    width: 100%;
    height: auto;
    margin-left: 20px;
}
.stat_content{
    max-width: 930px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 6px 11px rgba(0, 0, 0, 0.238);
    border-radius: 11px;
}
.statiy_page{
    max-width: 930px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about_text{
    max-width: 985px;
    width: 100%;
    background: #FFFFFF;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 0px 20px 20px 20px;*/
    padding: 20px 45px 25px 20px;
}
.big_map {
	width: 100%;
    height: 322px;
    border: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
}
.banner{
    width: 100%;
    max-width: 985px;
    height: auto;
}
.banner img{
    width: 100%;
    height: auto;
}
.menu_stat_page{
    overflow: hidden;
    position: absolute;
    width: 250px;
    height: 0px;
    background-color: transparent;
    z-index: 300;
    font-family: 'FontAwesome';
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
}
/*other*/
/*.map {
  width: 100%;
  height: 460px;
}*/
.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}

.bottom_part {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.contactsAndFeedback {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 985px;
  width: 100%;
  height: auto;
  padding-left: 55px;
}
.contacts {
  width: auto;
  height: auto;
  margin-top: 26px;
}
.contacts span {
  font-size: 18px;
  font-weight: 300;
  color: #ffa422;
}
.contacts li {
  margin-top: 17px;
}
.contacts li:nth-child(1) {
  margin-top: 20px;
}
.contacts li:nth-child(4) {
  margin-bottom: 25px;
}
.contacts li p,
.feedback span {
  font-weight: 600;
  font-size: 14px;
}
.contacts li>p:nth-child(2) {
  font-size: 13px;
  margin-top: 5px;
}
.farmmarket_bot {
	display: none;
}
.farmmarket_top span {
	font-size: 18px;
	color: #ffa422;
	font-weight: 300;
}
.farmmarket_bot span {
	font-size: 18px;
	color: #ffa422;
	font-weight: 300;
}
/*Tolko na vrem9*/
.contactsAndFeedback2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 410px;
  width: 100%;
  height: auto;
}
.contactsAndFeedback2 span {
	color: #ffa422;
}
.contacts2 {
  width: auto;
  height: auto;
  margin-top: 26px;
}
.contacts2 span {
  font-size: 14px;
}
.contacts2 li {
  margin-top: 17px;
}
.contacts2 li:nth-child(1) {
  margin-top: 20px;
}
.contacts2 li p,
.feedback span {
  font-weight: 600;
  font-size: 14px;
}
.contacts2 li>p:nth-child(2) {
  font-size: 13px;
  margin-top: 5px;
}
.stroka_contactov_li {
  display: flex;
  margin-top: 15px;
}
.stroka_contactov_li_div {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 10px;
  padding-right: 15px;
}

.perenos {
    display: flex;
    flex-direction: row;
}

/*Konec Tolko na vrem9*/
.feedback {
  display: block;
  width: auto;
  height: auto;
  margin-top: 20px;
  padding-left: 55px;
}
.feedbackContent {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
}
.feedbackMessage {
  height: 100%;
  margin-top: 20px;
}
.feedbackMessage textarea {
  width: 532px;
  resize: none;
  height: 185px;
  border: none;
  padding: 5px;
  background-color: #f7f7f7;
  padding-left: 10px;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  padding-top: 7px;
}
.feedbackButtons {
  display: flex;
  margin-top: 15px;
  margin-bottom: 25px;
}
.feedbackButtons button {
  font-size: 12px;
  font-weight: 600;
}
.feedbackButtons #send,
.feedbackButtons #clear {
  width: 245px;
  height: 45px;
  border-radius: 5px;
  margin-right: 24px;
  background-color: #ffa422;
  border: none;
  color: #FFFFFF;
  border-radius: 11px;
}
.feedbackButtons #send:hover,
.feedbackButtons #clear:hover {
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
  cursor: pointer!important;
}
.feedbackButtons #send:active,
.feedbackButtons #clear:active {
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.3);
  cursor: pointer!important;
}
.feedbackNameAndNumberAndEmail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 140px;
  margin-top: 20px;
}
.feedbackNameAndNumberAndEmail input {
  width: 220px;
  height: 35px;
  border: none;
  background: #FFFFFF;
  box-shadow: inset 0px 4px 9px rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  padding-left: 10px;
}
.colorTextGrey {
  display: none;
}
.feedbackNameAndNumberAndEmail span,
.feedbackMessage span {
  font-size: 14px;
}
.aboutText {
  width: 100%;
  height: auto;
  padding-right: 15px;
  margin-top: 70px;
  font-weight: bold;
  font-size: 18px;
  color: black;
}
.aboutText span:nth-child(1) {
  font-size: 30px;
  margin-bottom: 30px;
}

.black {
    color: #000000;
    font-size: 12px !mportant;
    font-weight: 100;
}

.menu_stat_page:not(.block_hover):hover{
   overflow: visible !important;
}
.white_block{
    position: absolute;
    width: 1250px;
    max-width: 1250px;
    height: 0px;
    background: white;
    z-index: 260;
    display: none;
    border-bottom-right-radius: 7.5px;
}
.white_block img{
    position: absolute;
    top: 250px;
    left: 250px;
    height: 350px;
    width: 1000px;
}

.db{
    display: block;
}
.dn{display: none;}
.hmi {
    width: 116px !important;
    justify-content: space-between;
    padding-top: 5px;
}
.kvt {
    width: auto;
}
.hm2i2 {
    width: auto;
}
@media screen and (max-width: 1295px), (max-device-width: 1295px){
	.main_infobonus {
		flex-direction: column;
	}
}
@media (max-width:1281px),(max-device-width:1281px){
    .bottom_container.fix{
        padding-right: 30px;
    }
    .banner{
        max-width: 1235px;
        width: 100%;
    }

    /*.chetolen {
        display: none;
    }
    .dvaolen {
        display: block;
    }
    #header .header_bottom .header_menu_icons {
        width: 192px;
        
    }
    .kol-vo_tovara {
        margin-right: 10px;
    }
    .headerMenu2Icon2 {
        margin-right: 10px;
    }*/
    .header_breadcrumb {
        width: 60%;
        max-width: 552px;
    }
}    

/*END*/
@media screen and (max-width: 1280px),(max-device-width:1280px){ 
    .main_content{
        margin: 0 auto;
    }

    .contactsAndFeedback {
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 1235px;
      width: 100%;
      height: auto;
    }
    
    .feedbackMessage textarea {
      width: 445px;
    }

    .left_fix_content{
        display: none !important;
    }

}
@media (max-width:1250px),(max-device-width:1250px){

}
@media (max-width:1250px),(max-device-width:1250px){
    .stat_page_container {
      flex-direction: column;
    }
    .stat_page_container_nomenu {
      margin-left: 0px;
    }
}
@media (max-width:1051px),(max-device-width:1051px){
    .header_breadcrumb {
        max-width: 512px;
    }
 .dvaolen 
  {
    top: -1px;
  }
  .dvaolen img 
  {
    width: 80%;
    height: 100%;
  }
}
@media screen and (max-width: 1017px),(max-device-width:1017px){ 
    .main_content{
        justify-content: center;
        margin-left: 0px;
    }
    
    #carousel{
        max-width: 800px;
    }
}
@media screen and (max-width: 985px),(max-device-width:985px){ 
	/* AKTSII*/
 	 .infobonus_page_content {
 	 	flex-direction: column;
 	 }
	/* END OF AKTSII*/
}
@media screen and (max-width: 895px),(max-device-width:895px){ 
    .contactsAndFeedback {
      justify-content: flex-start;
      align-items: flex-start;
      max-width: 985px;
      width: 100%;
      height: auto;
    }
    
    .feedbackContent {
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }
    
    .feedbackNameAndNumberAndEmail {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 20px;
      margin-left: 0px;
    }
}
@media screen and (max-width: 820px),(max-device-width:820px){
    .feedbackContent {
      display: flex;
      flex-direction: column-reverse;
      justify-content: center;
      align-items: flex-start;
    }
    .perenos {
        flex-direction: column;
    }
    .bottom_part {
		flex-direction: column;
	}
	.contactsAndFeedback2 {
		align-items: flex-start;
		padding-left: 55px;
	}
}
@media screen and (max-width: 900px),(max-device-width:900px){ 
	.contactsAndFeedback2 {
		align-items: flex-start;
		padding-left: 55px;
	}
}
@media screen and (max-width: 565px),(max-device-width:565px){

    .contactsAndFeedback {
        display: flex;
        justify-content: flex-start;
        align-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    
    .contactsAndFeedback2 {
      justify-content: center;
    }
    
    .feedback {
      margin: 0px 0 0 0px;
    }
    
    .contacts {
        align-items: center;
    }
    
    feedbackContent {
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: flex-start;
    }
    
    feedbackButtons {
        justify-content: center;
    }
    

    .feedbackMessage textarea {
        width: 100%;
    }
    
    
}
.ortoped{
  display: block !important;
  height: 60px;
    width: 100%;
    background: #fff;
    border: 1px solid darkgrey;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ortoped a{
  display: flex;
    font-size: 15px;
    font-weight: 600;
    padding-right: 5px;
    justify-content: center;
    color: #006b46;
    text-align: center;
          line-height: 60px;
}


/*btn sexshop*/
.btn_sexshop_menu{
    background: #ffffff;
    height: 35px;
    padding-left: 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.btn_sexshop_menu img{
    width: 20px;
    height: 20px;
}
.btn_sexshop_menu a{
  width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    height: 100%;
    line-height: 35px;
}

/*/ // Index end // /*/
.personal {
  width: 100%;
  height: 100%;
}
.personal .inputsAndButtons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.personal .inputsAndButtons p {
  color: #006b46;
  font-size: 24px;
  font-weight: 600;
}
.personal .inputBlock {
  width: 100%;
  margin-top: 13px;
}
#ib1 {
  margin-top: 45px;
}
.personal .inputName {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.personal .inputName span {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 13px;
  padding-top: 2px;
  border-radius: 100%;
  color: #fff;
  background-color: #006b46;
}
.personal .inputName p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
  margin-left: 10px !important;
  color: #006b46;
}
.personal .input {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 5px;
}
.personal .input input {
  width: 100%;
  max-width: 650px;
  padding: 10px;
  height: 35px;
  background-color: #f7f7f7;
}
.personal .input p {
  width: 100%;
  margin-left: 25px !important;
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
}
.personal .inputsAndButtons button, .personal .inputsAndButtons .btn  {
  width: 185px;
  height: 35px;
  margin-top: 30px;
  border-radius: 7px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  color: #006b46;
}
.personal .inputsAndButtons button:hover, .personal .inputsAndButtons .btn:hover {
  color: #fff;
  background-color: #006b46;
}
.personal .inputsAndButtons button:active, .personal .inputsAndButtons .btn:active {
  color: #fff;
  background-color: #006b46;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.authsoc {
  width: 100%;
  height: 100%;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #b3b2b2;
}
.authsoc p {
  color: #8c8c8c;
}
.authsoc .socIcons {
  margin-top: 15px;
}
.bigdata_title {
    color: #413e3e;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
    border-bottom: 1px solid #ececec;
}
@media (max-width:479px){

    .bigdata_title {
        font-size: 20px;
    }
}
.cloudpay_button{
    border-radius:7.5px; 
    background: #ffa422;
    color: white;
    width: 13%;
    height: 30px;
    min-width: 100px;
}
/*/*/

/*bonus btn*/

.coupon_btn{
  height: 40px;
    width: 100%;
    /*background: #07ad20;*/
  background: #ffa422;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    /* border-bottom-right-radius: 7.5px; */
    /* border-bottom-left-radius: 7.5px; */
    border-radius: 7.5px;
    margin: 10px auto 0 auto;
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.coupon_btn:hover{
  box-shadow: 4px 4px 5px rgba(0,0,0,0.3);
  color: #fff;
}

.coupon_btn:active{
  box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
  color: #fff;
}
.coupon_btn:checked,.coupon_btn:disabled,.coupon_btn:empty,.coupon_btn:enabled,.coupon_btn:visited{
  color: #fff;
}




/* End */
/* /local/templates/aptekaplus_template_newd/css_amir/slick.min.css?15622167601327 */
/* /local/templates/aptekaplus_template_newd/css_amir/slick-theme.min.css?15622167602363 */
/* /bitrix/components/webes/oneclick/css/styles.css?15687856767330 */
/* /local/templates/aptekaplus_template_newd/components/bitrix/search.title/new_header_search_tmpl/style.css?15650814442806 */
/* /local/templates/aptekaplus_template_newd/components/bitrix/sale.basket.basket.line/malaya_korzina/style.css?15642321619302 */
/* /local/templates/aptekaplus_template_newd/components/bitrix/breadcrumb/nav/style.css?1562216764611 */
/* /local/templates/aptekaplus_template_newd/components/bitrix/sender.subscribe/sub/style.css?15647200004210 */
/* /bitrix/components/bitrix/form.result.new/error.css?1518602026163 */
/* /local/templates/aptekaplus_template_newd/styles.css?15687133958554 */
/* /local/templates/aptekaplus_template_newd/template_styles.css?156878611333407 */
