.ui-menu-item-wrapper{
    padding-left: 47px !important;
    font-size: 2.4rem;
}
.icons-sprite {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden;
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
}

.icon_caret {
    width: 512px;
    height: 512px;
}

.icon_check {
    width: 512px;
    height: 512px;
}

.icon_close {
    width: 512px;
    height: 512px;
}

.icon_loupe {
    width: 512px;
    height: 512px;
}

.icon_manufacture {
    width: 512px;
    height: 512px;
}

.icon_mob {
    width: 512px;
    height: 512px;
}

.icon_pills {
    width: 512px;
    height: 512px;
}

.icon_shape {
    width: 512px;
    height: 512px;
}

.icon_sort {
    width: 512px;
    height: 512px;
}

.icon_substance {
    width: 512px;
    height: 512px;
}

.button {
    display: inline-block;
    padding: 6px 20px;
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background-image: -webkit-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: -o-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: linear-gradient(32deg, #0dde83 0%, #06c4da 100%);
    border: 0;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.but-big {
  padding: 15px 30px;
  font-size: 17px;
  width: 100%;
  max-width: 360px;
}

.button--red {
    background: #34b37c;
}

.button:hover {
    background: #0dde83;
}

.button--blue {
    background: #06c4da;
}

.button--green {
    background: #0dde83;
}

.button--green:hover {
    background: #06c4da;
}
.flex-center-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.spinner {
  display: flex;
  margin-left: 10px;
}
.spinner input{
  font-size: 1.8rem;
  color: #000;
  background-color: #eef2f7;
  border: 0;
  border-radius: 3px;
  text-align: center;
  width: 50px;
  border: 1px solid #ffffff;
  user-select: none;
}
.spinner-control {
  display: flex;
  width: 30px;
  height: 25px;
  align-items: center;
  justify-content: center;
  background-color: #eef2f7;
  transition: .3s;
  cursor: pointer;
  border: 1px solid #ffffff;
}
.spinner-control:hover {
  opacity: .5;
}
.spinner-control svg{
  width:15px;
}

.check-icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background-image: -webkit-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: -o-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: linear-gradient(32deg, #0dde83 0%, #06c4da 100%);
    border-radius: 50%;
}

.check-icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.5em;
    vertical-align: top;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.copyright {
    font-size: 1.6rem;
    line-height: 58px;
    text-align: center;
}

.dropdown-cities {
    position: relative;
    display: none;
}

.dropdown-cities-link,
.dropdown-cities__link {
    display: block;
    font-size: 1em;
    line-height: 1;
    color: #06c4da;
    white-space: nowrap;
    cursor: pointer;
}

.dropdown-cities-link span,
.dropdown-cities__link span {
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px dotted;
}

.dropdown-cities-link {
    display: inline-block;
}

.dropdown-cities__city {
    display: inline-block;
    vertical-align: middle;
}

.dropdown-cities__caret {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-left: 3px;
    padding: 7px 0;
    line-height: 100%;
    vertical-align: middle;
    text-align: center;
    background-image: -webkit-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: -o-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: linear-gradient(32deg, #0dde83 0%, #06c4da 100%);
    border-radius: 3px;
}

.dropdown-cities__caret .icon {
    font-size: 8px;
    vertical-align: top;
    color: #fff;
}

.dropdown-cities__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    font-weight: normal;
    font-size: 1.5rem;
    text-transform: none;
    background: #fff;
    box-shadow: 0 4px 64px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 64px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 125ms all ease-in-out;
    -o-transition: 125ms all ease-in-out;
    transition: 125ms all ease-in-out;
}

.dropdown-cities:hover .dropdown-cities__link span {
    border-bottom-color: transparent;
}

.dropdown-cities:hover .dropdown-cities__caret {
    background: #0dde83;
}

.dropdown-cities:hover .dropdown-cities__dropdown {
    visibility: visible;
    opacity: 1;
}

.dropdown-cities__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 880px;
    height: 300px;
    margin: 0;
    padding: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.dropdown-cities__list li {
    padding: 0px;
    list-style: none;
}

.dropdown {
    position: relative;
    display: block;
    font-size: 1.6rem;
}

.dropdown__trigger {
    position: relative;
    width: 100%;
    padding: 13px 20px;
    font-weight: 500;
    color: #fff;
    background: #0cdc8b;
    border: 0;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    -webkit-transition: 125ms background-color ease-in-out;
    transition: 125ms background-color ease-in-out;
    -o-transition: 125ms background-color ease-in-out;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.dropdown__icon {
    margin-left: 20px;
    font-size: 16px;
}

.dropdown__caret {
    position: absolute;
    top: 50%;
    right: 16px;
    margin-top: -7px;
    font-size: 13px;
    -webkit-transition: 150ms all ease-in-out 0s;
    -o-transition: 150ms all ease-in-out 0s;
    transition: 150ms all ease-in-out 0s;
}

.dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    width: 200px;
    min-width: 100%;
    max-width: 300px;
    max-height: 170px;
    margin-top: -20px;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.13);
    visibility: hidden;
    opacity: 0;
    -o-transition: 125ms all ease-in-out;
    -webkit-transition: 125ms all ease-in-out;
    transition: 125ms all ease-in-out;
    -webkit-overflow-scrolling: touch;
}

.dropdown__menu ul {
    margin: 0;
    padding: 0;
}

.dropdown__menu ul li {
    padding: 5px 10px;
}

.dropdown__menu ul li:focus,
.dropdown__menu ul li:active {
    background-color: #ccc;
}

.dropdown_open .dropdown__menu {
    z-index: 100;
    margin-top: 2px;
    visibility: visible;
    opacity: 1;
}

.dropdown_open .dropdown__caret {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dropdown_drop_down .dropdown__list {
    top: 100%;
    margin-top: -20px;
}

.dropdown_menu_right .dropdown__menu {
    right: 0;
    left: auto;
}

.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: 125ms border ease-in-out, 125ms -webkit-box-shadow ease-in-out;
    -o-transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out;
    transition: 125ms border ease-in-out, 125ms -webkit-box-shadow ease-in-out;
    transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out;
    transition: 125ms border ease-in-out, 125ms box-shadow ease-in-out, 125ms -webkit-box-shadow ease-in-out;
}

.form-control_type_textarea {
    resize: vertical;
}

.form-control_type_radio,
.form-control_type_checkbox,
.form-control_type_file {
    position: absolute;
    z-index: 1;
    height: 100%;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
}

.form-control_type_input,
.form-control_type_textarea,
.form-control_type_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control_type_select {
    cursor: pointer;
}

.form-control_type_select::-ms-expand {
    display: none;
    background-color: transparent;
    border: 0;
}

.form-item__label {
    padding-bottom: 9px;
}

.form-item_captcha:before,
.form-item_captcha:after {
    content: "";
    display: table;
}

.form-item_captcha:after {
    clear: both;
}

.form-item_captcha .form-item__image {
    float: left;
    width: 117px;
}

.form-item_captcha .form-item__input {
    margin-left: 137px;
}

.form__section {
    margin-bottom: 4em;
}

.form__item {
    margin-bottom: 11px;
}

.form__item:last-child {
    margin-bottom: 0;
}

.form__submit {
    padding: 18px 0 22px;
}

.form__submit .button {
    display: block;
    width: 100%;
    max-width: 278px;
    height: 65px;
    margin: 0 auto;
    font-weight: 700;
    font-size: 18px;
}

.form__note {
    line-height: 1.3;
}

.form__note p {
    margin: 0;
}

.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.header__logo {
    position: relative;
    top: -20px;
}

.header__services {
    display: none;
}

.header__services__item {
    margin-top: 17px;
}

.header__services__item .check-icon {
    margin-right: 7px;
    font-size: 2.2rem;
}

.header__services__item span {
    font-weight: 700;
    font-size: 1.2rem;
    vertical-align: middle;
    text-transform: uppercase;
}

.header__support {
    padding-top: 19px;
    font-size: 2rem;
}

.header__support > span {
    display: block;
    margin-right: 5px;
    margin-bottom: 12px;
    font-size: 1.58rem;
    color: #969ca6;
}

.header__support .dropdown-cities {
    font-size: 1.6rem;
}

.header__contact-us {
    padding-top: 10px;
    text-align: right;
}

.header__phone-number {
    margin-right: 10px;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

.header__callback span {
    display: none;
}

.header__phone-number_desctop {
    display: none;
}

.header__phone-number_mobile {
    display: block;
    font-size: 3.3rem;
}

.header__callback .icon {
    font-size: 23px;
    vertical-align: top;
}

.how-it-works {
    padding: 15px 0;
}

.how-it-works__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 3.3rem;
    text-align: center;
}

.how-it-works__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.how-it-works-dots {
    background: url("../images/dot.png") center center repeat-x;
}

.how-it-works-step {
    position: relative;
    width: 300px;
    text-align: center;
}

.how-it-works-step:not(:last-child) {
    margin-bottom: 40px;
}

.how-it-works-step:not(:last-child):after {
    content: ' ';
    position: absolute;
    top: 130px;
    left: 100%;
    display: none;
    width: 52px;
    height: 7px;
    margin-left: -25px;
    background: url("../images/dot.png") 0 0 repeat-x;
}

.how-it-works-step__image {
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}

.how-it-works-step__image span {
    position: absolute;
    top: 50%;
    left: -35px;
    font-weight: 700;
    font-size: 12.2rem;
    color: #06c4da;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.how-it-works-step__image img {
    position: relative;
    vertical-align: top;
    border-radius: 50%;
    -webkit-box-shadow: 0 13px 128px rgba(6, 197, 216, 0.17);
    box-shadow: 0 13px 128px rgba(6, 197, 216, 0.17);
}

.how-it-works-step__name {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    fill-rule: evenodd;
}

.input_inline .input__control {
    width: auto;
}

.input_style_default .input__control {
    height: 59px;
    padding: 0 18px;
    font-size: 1.8rem;
    color: #000;
    background-color: #eef2f7;
    border: 0;
    border-radius: 3px;
}

.input_style_default .input__control::-webkit-input-placeholder {
    color: #868e96;
}

.input_style_default .input__control:-moz-placeholder {
    color: #868e96;
}

.input_style_default .input__control::-moz-placeholder {
    color: #868e96;
}

.input_style_default .input__control:-ms-input-placeholder {
    color: #868e96;
}

.input_style_default .input__control:focus {
    outline: none;
}

.input_style_default .input__control:focus::-webkit-input-placeholder {
    color: transparent;
}

.input_style_default .input__control:focus:-moz-placeholder {
    color: transparent;
}

.input_style_default .input__control:focus::-moz-placeholder {
    color: transparent;
}

.input_style_default .input__control:focus:-ms-input-placeholder {
    color: transparent;
}

.input_style_default .input__control:invalid {
    border-color: #fa5252;
}

.input_style_default .input__control:invalid:focus {
    border-color: #fa5252;
    -webkit-box-shadow: 0 0 3px 1px rgba(250, 82, 82, 0.45);
    box-shadow: 0 0 3px 1px rgba(250, 82, 82, 0.45);
}

.input_style_default .input__control:disabled {
    background-color: #f8f9fa;
}

.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: inherit;
    text-decoration: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.logo__image img {
    display: inline-block;
    vertical-align: top;
}

.logo__name {
    display: block;
    max-width: 150px;
    padding-top: 25px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 1.3;
}

.medicine-data {
    margin-top: 48px;
    background-color: #eef2f7;
}

.medicine-data__inner {
    padding: 34px 20px 35px;
}

.medicine-data__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.medicine-data__image {
    -webkit-order: 0;
    order: 0;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
}

.medicine-data__description {
    -webkit-order: 3;
    order: 3;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
}

.medicine-data__description .medicine-data__title {
    display: none;
}

.medicine-data__title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.3;
}

.medicine-data__text {
    line-height: 1.8;
}

.medicine-data__properties {
    -webkit-order: 2;
    order: 2;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
}

.medicine-data__properties .medicine-data__title {
    display: block;
}

.medicine-data__properties-list {
    margin: 0;
    padding: 0;
}

.medicine-data__properties-list li {
    position: relative;
    padding-right: 5px;
    padding-left: 35px;
    list-style: none;
    font-size: 1.6rem;
}

.medicine-data__properties-list li:not(:last-child) {
    padding-bottom: 16px;
}

.medicine-data__properties-list li .icon {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 20px;
    color: #0dde83;
}

.medicine-data__properties-list li span {
    display: block;
    font-weight: 500;
}

html.remodal-is-locked {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}

.remodal,
[data-remodal-id] {
    display: none;
}

.remodal-overlay {
    position: fixed;
    top: -5000px;
    right: -5000px;
    bottom: -5000px;
    left: -5000px;
    z-index: 9999;
    display: none;
}

.remodal-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000;
    display: none;
    overflow: auto;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
    content: "";
    display: inline-block;
    height: 100%;
    margin-left: -0.05em;
}

.remodal-overlay,
.remodal-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.remodal {
    position: relative;
    text-align: left;
    outline: none;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.remodal-is-initialized {
    /* Disable Anti-FOUC */
    display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.remodal-overlay {
    background: rgba(18, 22, 25, 0.73);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
    -webkit-animation-name: remodal-overlay-opening-keyframes;
    -o-animation-name: remodal-overlay-opening-keyframes;
    animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
    -webkit-animation-name: remodal-overlay-closing-keyframes;
    -o-animation-name: remodal-overlay-closing-keyframes;
    animation-name: remodal-overlay-closing-keyframes;
}

.remodal-wrapper {
    padding: 10px 10px 0;
}

.remodal {
    padding: 30px 50px 55px;
    background-color: #f2ffff;
    border-radius: 20px;
    -webkit-box-shadow: -12.9px -1.8px 68px rgba(0, 0, 0, 0.34);
    box-shadow: -12.9px -1.8px 68px rgba(0, 0, 0, 0.34);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
    -webkit-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
    -webkit-animation-name: remodal-opening-keyframes;
    -o-animation-name: remodal-opening-keyframes;
    animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
    -webkit-animation-name: remodal-closing-keyframes;
    -o-animation-name: remodal-closing-keyframes;
    animation-name: remodal-closing-keyframes;
}

.remodal,
.remodal-wrapper:after {
    vertical-align: middle;
}

.modal__close {
    position: absolute;
    top: -24px;
    right: -62px;
    z-index: 1000;
    margin-left: -37px;
    font-size: 34px;
    line-height: 1px;
    color: #fff;
    background: none;
}

.modal__close:hover,
.modal__close:active,
.modal__close:focus {
    color: #999;
    background: none;
}

.modal__title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
}

.modal__title small {
    display: block;
}

.modal__form {
    padding: 0 10px;
}

.modal__cities {
    width: 280px;
}

.modal_type_alert .modal__content {
    width: 556px;
}

.lt-ie9 .remodal-overlay {
    background: #2b2e38;
}

.lt-ie9 .remodal {
    width: 700px;
}

.nothing-found {
    padding: 10px 0;
    text-align: center;
}

.nothing-found__title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 3.4rem;
}

.nothing-found__note {
    margin-bottom: 20px;
    font-size: 1.6rem;
}

.nothing-found__callback {
    padding: 2px;
    background-image: -webkit-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: -o-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: linear-gradient(32deg, #0dde83 0%, #06c4da 100%);
    border-radius: 3px;
}

.nothing-found__callback__content {
    padding: 25px 20px;
    background-color: #fff;
}

.nothing-found__callback__text {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.3;
}

.order-callback {
    padding: 2px;
    background-image: -webkit-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: -o-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: linear-gradient(32deg, #0dde83 0%, #06c4da 100%);
    border-radius: 3px;
}

.order-callback__inner {
    padding: 20px;
    background-color: #fff;
}

.order-callback__content {
    width: 100%;
    margin-top: -5px;
}

.order-callback__title {
    font-weight: 500;
    font-size: 2.4rem;
}

.order-callback__text p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.4;
}

.order-callback__order {
    max-width: 250px;
    margin-top: 25px;
}

.order-callback__order .button {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
}

.page-title {
    margin-bottom: 25px;
    padding-bottom: 0;
    font-size: 3.4rem;
}

.page {
    position: relative;
}

.page__content {
    min-width: 320px;
    max-width: 1890px;
    margin: 0 auto;
    background-color: #fff;
}

.page__header {
    margin-bottom: 10px;
}

.page__wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 50px;
}

.page__mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 80%;
    overflow-y: auto;
    background-color: #f3f3f3;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 125ms all ease-in-out;
    -o-transition: 125ms all ease-in-out;
    transition: 125ms all ease-in-out;
    -webkit-overflow-scrolling: touch;
}

.page__cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 125ms all ease-in-out;
    -o-transition: 125ms all ease-in-out;
    transition: 125ms all ease-in-out;
}

.page_mobile-menu_open {
    overflow: hidden;
}

.page_mobile-menu_open .page__cover,
.page_mobile-menu_open .page__mobile-menu {
    visibility: visible;
    opacity: 1;
}

.page_mobile-menu_open .page__content,
.page_mobile-menu_open .page__cover {
    left: -80%;
}

.remodal-is-locked .page__content {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

.pharmacies-list {
    margin-bottom: 48px;
}

.pharmacies-list__content {
    width: 100%;
}

.pharmacies-list__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -15px;
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.pharmacies-list__row:not(:last-child) {
    padding-bottom: 17px;
}

.pharmacies-list__row:not(:first-child) {
    padding-top: 16px;
    border-top: 1px dotted #b4b4b4;
}

.pharmacies-list__cell {
    width: 100%;
}

.pharmacies-list__cell span {
    font-weight: 500;
}

.pharmacies-list__cell--name {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.2;
}

.pharmacies-list__cell--avalible .avalible {
    margin-left: 3px;
    vertical-align: middle;
}

.pharmacies-list__cell--price .price {
    font-weight: 700;
    font-size: 1.6rem;
    white-space: nowrap;
}

.pharmacies-list__cell--order {
    padding-top: 10px;
    padding-right: 0;
}

.pharmacies-list__cell--order .button {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 1.6rem;
    text-transform: none;
    white-space: nowrap;
}

.pharmacies-list__note {
    margin-top: 30px;
    padding: 15px 20px 20px;
    background-color: #eef2f7;
    border-radius: 3px;
}

.pharmacies-list__note h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 2.4rem;
}

.pharmacies-list__note p {
    margin-top: 26px;
    margin-bottom: 0;
    line-height: 1.9;
}

.readmore {
    position: relative;
}

.readmore[aria-expanded="false"]:after {
    content: ' ';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 79px;
    background: url("../images/gradient.png") 0 0 repeat-x;
}

.readmore__button {
    position: relative;
}

.search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    background-color: #eef2f7;
    border-radius: 3px;
    border: 1px solid #b7b7b7;
    align-items: center;
    position: relative;
}

.ui-menu {
  position: absolute;
  z-index: 10000;
}

.search-clear {
    display: none;
    opacity: 0.2;
    margin-right: 18px;
    transform: scaleX(1.3);
    cursor: pointer;
    font-size: 26px;
    margin-top: 0;
    position: relative;
    top: 1px;
}

.search__input {
    width: 100%;
}

.search__input input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 1.8rem;
    background: none;
    border: 0;
    outline: none;
}

.search__input input::-webkit-input-placeholder {
    color: #969ca6;
}

.search__input input:-moz-placeholder {
    color: #969ca6;
}

.search__input input::-moz-placeholder {
    color: #969ca6;
}

.search__input input:-ms-input-placeholder {
    color: #969ca6;
}

.search__input input:focus::-webkit-input-placeholder {
    color: transparent;
}

.search__input input:focus:-moz-placeholder {
    color: transparent;
}

.search__input input:focus::-moz-placeholder {
    color: transparent;
}

.search__input input:focus:-ms-input-placeholder {
    color: transparent;
}

.search__button .button {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 20px;
}

.search__button .button .icon {
    vertical-align: top;
}

.search__text {
    font-weight: 700;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: -0.23px;
}

.sorting {
    margin-bottom: 20px;
    display: none;
    font-size: 1.6rem;
}

.sorting__label {
    margin-right: 20px;
    margin-bottom: 5px;
}

.sorting__item {
    display: none;
    margin-right: 25px;
}

.sorting__item a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.sorting__item a:hover span:not(.dotted) {
    display: inline-block;
    line-height: 1;
    color: #06c4da;
}

.sorting__item a .icon {
    margin-left: 4px;
    color: #0dde83;
}

.sorting__dropdown {
    display: block;
}

.site-name {
  padding-top: 20px;
  color: #0ad3a7;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s;
}
.site-name:hover {
  opacity: .7;
}
.site-name-title {
  font-weight: bold;
  font-size: 30px;
  text-decoration: none;
  margin-bottom: 7px;
  display: block;
  background: linear-gradient(32deg, #0dde83 0%, #06c4da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.site-name-info {
  display: flex;
  background: none;
  color: #999;
  text-transform: uppercase;
  line-height: 1.25;
  font-size: 12px;
  letter-spacing: 1.2px;
}
.site-name-info img {
  width: 28px;
  height: 28px;
  opacity: 0.6;
  margin-right: 10px;
}

.work-time-title {
  display: inline;
}
.work-time-title-mv {
  display: none;
}

.contacts__map {
  height: 450px;
  margin-top: 5px;
  border: 1px solid #b7b7b7;
  margin-left: 30px;
}

@media only screen and (min-width: 480px) {
    .header__phone-number {
    }

    #loading_prep img {
        width: 50%;
        height: auto;
    }
}

@media only screen and (max-width: 359px) {
    .form-item.form__item .popup-form__badge {
        display: none;
    }

    .form-item.form__item .form-item__control {
        width: 100% !important;
    }
}

@media only screen and (min-width: 641px) {
    .remodal {
        max-width: 578px;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown-cities {
        display: inline-block;
    }

    .dropdown-cities-link {
        display: none;
    }

    .logo {
        display: block;
        width: 210px;
        height: 84px;
    }

    .logo__name {
        max-width: 100%;
        padding-top: 0;
        padding-left: 76px;
        line-height: 1.1;
    }

    .page {
        padding: 27px 40px 0;
    }

}

@media only screen and (min-width: 992px) {
    .header__support .dropdown-cities {
        font-size: 2.4rem;
    }

    .header__contact-us {
        min-width: 225px;
    }

    .header__phone-number {
        margin-right: 0;
        margin-bottom: 8px;
        line-height: 1.6;
    }

    .header__phone-number_desctop {
        display: block;
        font-size: 2.4rem;
    }

    .header__phone-number_mobile {
        display: none;
    }

    .header__callback span {
        display: block;
    }

    .header__callback .icon {
        display: none;
    }

    .how-it-works__title {
        font-size: 6rem;
    }

    .how-it-works__steps {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -ms-flex-align: start;
    }

    .how-it-works-step {
        width: 360px;
    }

    .how-it-works-step:not(:last-child) {
        margin-bottom: 0;
    }

    .medicine-data__inner {
        padding: 34px 35px 35px 28px;
    }

    .medicine-data__content {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .medicine-data__image {
        margin-right: 60px;
    }

    .medicine-data__description {
        -webkit-order: 1;
        order: 1;
        margin-right: 80px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }

    .medicine-data__description .medicine-data__title {
        display: block;
    }

    .medicine-data__title {
        font-size: 3rem;
    }

    .medicine-data__properties .medicine-data__title {
        display: none;
    }

    .medicine-data__properties {
        width: 300px;
        min-width: 300px;
        margin-bottom: 0;
    }

    .nothing-found {
        padding: 55px 0;
    }

    .nothing-found__note {
        margin-bottom: 65px;
    }

    .nothing-found__callback__text {
        font-size: 2.4rem;
        line-height: 1.7;
    }

    .nothing-found__callback__text p {
        margin: 0;
    }

    .order-callback__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 27px 17px 27px 25px;
    }

    .order-callback__order {
        width: 250px;
        min-width: 250px;
        max-width: 100%;
        margin-top: 0;
    }

    .page__header {
        margin-bottom: 40px;
    }

    .pharmacies-list__row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
    }

    .pharmacies-list__cell {
        padding-right: 25px;
    }

    .pharmacies-list__cell--name {
        width: 26%;
        min-width: 26%;
    }

    .pharmacies-list__cell--avalible {
        width: 21%;
        min-width: 21%;
    }

    .pharmacies-list__cell--price {
        width: 20%;
        min-width: 20%;
    }

    .pharmacies-list__cell--order {
        width: 100%;
        min-width: 260px;
        padding-top: 0;
        padding-right: 0;
    }

    .search__input input {
        height: 66px;
        padding: 0 50px;
        font-size: 2.8rem;
    }

    .search__button .button {
        width: 82px;
        height: 66px;
        font-size: 26px;
    }

    .search__text {
        font-size: 1.2rem;
        padding-left: 40px;
    }

    .sorting {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
    }

    .sorting__label {
        margin-bottom: 0;
    }

    .sorting__item {
        display: block;
    }

    .sorting__dropdown {
        display: none;
    }
}

@media only screen and (min-width: 1100px) {
    .header__services {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .how-it-works-step:not(:last-child):after {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .pharmacies-list__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }

    .pharmacies-list__content {
        /*padding-right: 15px;*/
    }

    .pharmacies-list__note {
      width: 100%;
      margin: 25px 0 0;
        /*width: 30%;
        min-width: 30%;
        margin-top: -24px;*/
    }
}

@media only screen and (max-width: 992px) {
    .header__support {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-order: 3;
        order: 3;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .header__contact-us {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .header__callback {
        width: 33px;
        height: 33px;
        padding: 5px;
    }

    .how-it-works-step__image img {
        width: 254px;
        height: 254px;
        margin-right: -20px;
    }

    .nothing-found__title {
        font-size: 2.4rem;
        line-height: 1.3;
    }

    .order-callback__title {
        margin-bottom: 10px;
        line-height: 1.3;
    }

    .page-title {
        margin-top: 20px;
        margin-bottom: 35px;
        font-size: 2.4rem;
        font-size: 1.6rem;
        line-height: 1.3;
    }

    .contacts__map {
      height: 350px;
      margin-top: 30px;
      margin-left: 0;
    }

    .page__wrapper {
      padding-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .header__logo {
        top: 0;
        -webkit-order: 1;
        order: 1;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
    }
    .site-name {
      margin: 0 auto;
    }
    .site-name-title {
      font-size: 34px;
    }
    .site-name-info {
      font-size: 15px;
    }
    .site-name-info img {
      width: 35px;
      height: 35px;
    }
    .header__support {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-order: 0;
        order: 0;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .header__support > span {
        margin: 5px 0 0;
        font-size: 1.2rem;
        line-height: 1;
    }

    .header__contact-us {
        -webkit-order: 3;
        order: 3;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    }

    .logo__image img {
        width: 131px;
        height: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .header__contact-us {
        width: 100%;
    }

    #loading_prep img {
        width: 50%;
        height: auto !important;
    }
    .work-time-title {
      display: none;
    }
    .work-time-title-mv {
      display: inline;
    }
    .dropdown-cities-link {
      font-size: 18px;
    }
    .work-time {
      font-size: 12px;
    }
}

@media only screen and (max-width: 470px) {
    #loading_prep img {
        width: 50% !important;
        height: auto;
    }

    .remodal-wrapper {
        padding: 0;
    }

    .remodal {
        height: auto;
        padding: 20px 20px 25px;
    }
    .modal__cities {
        font-size: 18px;
    }
    .pharmacies-list__row.offer_with_price {
        padding-top: 30px;
    }
    .page-title a {
        font-size: 22px;
    }

    .modal__close {
        top: 0;
        right: 0;
        left: auto;
        padding: 15px;
        font-size: 20px;
        color: #444;
    }

    .modal__title {
        padding: 0 20px;
        font-size: 1.9rem;
        line-height: 1.2;
    }
}

@-webkit-keyframes remodal-opening-keyframes {
    from {
        margin-bottom: 10%;
        opacity: 0;
    }
    to {
        margin-bottom: 0;
        opacity: 1;
    }
}

@-o-keyframes remodal-opening-keyframes {
    from {
        margin-bottom: 10%;
        opacity: 0;
    }
    to {
        margin-bottom: 0;
        opacity: 1;
    }
}

@keyframes remodal-opening-keyframes {
    from {
        margin-bottom: 10%;
        opacity: 0;
    }
    to {
        margin-bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes remodal-closing-keyframes {
    from {
        margin-bottom: 0;
        opacity: 1;
    }
    to {
        margin-bottom: 10%;
        opacity: 0;
    }
}

@-o-keyframes remodal-closing-keyframes {
    from {
        margin-bottom: 0;
        opacity: 1;
    }
    to {
        margin-bottom: 10%;
        opacity: 0;
    }
}

@keyframes remodal-closing-keyframes {
    from {
        margin-bottom: 0;
        opacity: 1;
    }
    to {
        margin-bottom: 10%;
        opacity: 0;
    }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes remodal-overlay-opening-keyframes {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-o-keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes remodal-overlay-closing-keyframes {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@media only screen and (max-width: 992px) {
    .pharmacies-list__row {
        align-items: left;
        display: block;
    }

    .pharmacies-list__cell--avalible {
        display: inline-block;
        width: auto;
    }

    .pharmacies-list__cell--price {
        display: inline-block;
        width: auto;
        margin-left: 10px;
    }
}

.tooltip.active .gborder {
    stroke-dasharray: 0 !important;
}

.button--pulsing {
    animation: btnpulsing 0.6s infinite;
    transition: all .5s;
    background-image: none;
}

.button--pulsing:hover {
    animation: inherit;
    transition: inherit;
    background-image: -webkit-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: -o-linear-gradient(58deg, #0dde83 0%, #06c4da 100%);
    background-image: linear-gradient(32deg, #0dde83 0%, #06c4da 100%);
    background-color: inherit;
}

@keyframes btnpulsing {
    0% {
        background-color: #0dde83;
    }
    50% {
        background-color: #de640d;
    }
    100% {
        background-color: #0dde83;
    }
}

#oreder_prep .form__item {
    display: flex;
}

#oreder_prep .form-item__control {
    width: calc(100% - 80px);
}

#oreder_prep .popup-form__badge {
    width: 80px;
    text-align: center;
    position: relative;
}

#oreder_prep .popup-form__badge div {
    margin-top: calc(50% - 22px);
}

#oreder_prep .popup-form__badge span {
    background-color: #06c4da;
    padding: 10px;
    border-radius: 6px;
}

#oreder_prep .form__item .tooltip {
    width: 300px;
    position: absolute;
    top: 36px !important;
    left: -215px !important;
    /* margin-top: 5px; */
    /* background-color: black; */
    /* width: 350px!important; */
    /* height: 200px; */
    z-index: 9999;
    font-size: 14px;
    filter: alpha(opacity=0);
    background-image: linear-gradient(to right, #daf9b6 0%, #c0f8b7 100%);
    padding: 25px !important;
}

#loading_prep {
    display: none;
    text-align: center;
    background: #eef2f7;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    height: 375px;
    /* height: 100%; */
    padding-top: 30px;
}

#loading_prep img {
    height: 260px;
    width: auto;
}

#loading_prep p {
    font-size: 24px;
}

.roistat_num {
    position: absolute;
    right: 63px;
    top: 1px;
    color: darkgray;
    display: none;
}

@media only screen and (max-width: 767px) {
    .search__input input {
        font-weight: bold;
    }
    .search__input input::placeholder {
        font-weight: normal !important;
        font-size: 1.6rem !important;
    }
    .ui-menu-item-wrapper {
        padding-left: 14px !important;
        font-size: 1.7rem;
    }
    .search-clear {
        margin-right: 15px;
    }
}

html {
  background: #fff;
}
body {
  opacity: 0;
}

.excluded {
  font-weight: bold;
  color: #0adc0a;
}
.btn-exclude {
  font-size: 12px;
  padding: 0 5px;
}
.current-ip {
  font-size: 18px;
  text-align: center;
  margin: -20px 0 10px;
}
.current-ip button{
  display: inline-block;
  margin-top: -5px;
  margin-left: 5px;
}
.btn-exclude-current {
  cursor: pointer;
  background-color: #fff;
  outline: none;
  border: 1px solid #e3342f;
  color: #e3342f;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
  animation: blink .6s infinite alternate;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .current-ip {
    margin: 10px 0 0px;
  }
}
@keyframes blink {
  0% {
    color: #fff;
    background-color: #e3342f;
  }

  }
  40% {
    color: #e3342f;
    background-color: #fff;
  }

  }
  100% {
    color: #fff;
    background-color: #e3342f;
  }
}
