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


body {
  background-color: #657f97;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-family: 'Exo 2', sans-serif;
  min-height: 100vh;
  min-width: 320px;
  overflow-x: hidden; }

header{
  background-size: cover;
}

header.hidden {
  z-index: 0 !important;
}

footer.hidden {
  z-index: 0 !important;
}

.content {
  background-color: #fff;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative; }

.icon_loupe:before {
  content: '\EA01'; }

.icon_phone-receiver:before {
  content: '\EA02'; }

.icon_bowl:before {
  content: '\EA03'; }

.icon_target:before {
  content: '\EA04'; }

.icon_facebook-logo:before {
  content: '\EA05'; }

.icon_vk:before {
  content: '\EA06'; }

.icon_youtube:before {
  content: '\EA07'; }

.icon_share:before {
  content: '\EA08'; }

.icon_shopping-cart:before {
  content: '\EA09'; }

.icon_email:before {
  content: '\EA10'; }

.icon_magnifying-glass:before {
  content: '\EA11'; }

.icon_pharmacy:before {
  content: '\EA12'; }

.icon_spam{
  /* content: url(/img/spam-ico.svg); */
  position: absolute;
  width: 23px;
  height: 20px;
  background-image: url('/img/spam-ico.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.icon_target-with-circle:before {
  content: '\EA13'; }

.icon_twitter-logo-silhouette:before {
  content: '\EA14'; }

.icon_menu:before {
  content: '\EA15'; }

.icon_play-button:before {
  content: '\EA16'; }

.icon_mail:before {
  content: '\EA17'; }

.icon_placeholder:before {
  content: '\EA18'; }
[class*='icon_']:before,
[class*='icon_']:after {
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[class*='icon_']:before:hover,
[class*='icon_']:after:hover {
  text-decoration: none; }

.contact-container {
  margin-bottom: 125px;
  margin-top: 100px;
  position: relative;
  width: 100%}

.contacts-map {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.contacts-info {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.27);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  margin-left: 7%;
  overflow: hidden;
  position: relative;
  width: 760px;
  z-index: 1; }

.contacts-info-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px 35px 40px 35px; }
.contacts-info-content h1 {
  color: #192e44;
  font-size: 28px;
  line-height: 1.2; }

.contacts-info-text {
  font-size: 16px; }
.contacts-info-text p {
  color: #545a60;
  font-size: 16px;
  margin-left: 25px;
  padding-bottom: 5px; }
.contacts-info-text .contacts-line-with-icon {
  margin-left: 0; }
.contacts-info-text .contacts-line-with-icon i {
  color: #545a60; }
.contacts-info-text .contacts-line-with-icon .icon_placeholder {
  font-size: 16px;
  margin-right: 10px; }
.contacts-info-text .contacts-line-with-icon .icon_phone-receiver {
  font-size: 13px;
  margin-right: 12px; }
.contacts-info-text a {
  border-bottom: 1px solid #1489ba;
  color: #1489ba; }
.contacts-info-text .icon_email {
  color: #1489ba;
  margin-right: 9px; }
.contacts-info-text i {
  padding-top: 2px; }
.contacts-info-text i:before {
  margin: 0; }
.contacts-info-text .contacts-line-with-icon a {
  text-decoration: none;
  color: #545a60;
  border: none;
}
p.contacts-line-with-icon.contacts-adress {
  color: #545a60;
  font-size: 16px;
  padding-bottom: 5px;
  position: relative;
  margin-left: 25px;
}
.contacts-line-with-icon.contacts-adress:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: -23px;
  background-image: url(/img/pharm-adress.png);
  background-repeat: no-repeat;
}

.contacts-info-additional span {
  color: #888989;
  display: block;
  font-size: 14px; }

.contacts-photo {
  background: no-repeat center;
  background-size: cover;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 390px;
  width: 300px; }

.contacts-button {
  bottom: 35px;
  left: 0;
  position: absolute;
  z-index: 1; }

.contacts-structure-container {
  background: #fff;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.27);
  height: 100%;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all .5s ease;
  width: 1020px;
  z-index: 200; }

.contacts-structure-close span {
  background-color: #cbcbcb !important; }

.contacts-structure-close:hover span {
  background-color: #33a951 !important; }

.contacts-structure-mask {
  background-color: rgba(23, 42, 64, 0.6);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8; }

@media screen and (max-width: 1400px) {
  .contacts-info {
    margin-left: 5%; } }

@media screen and (max-width: 1300px) {
  .contacts-info {
    margin: 0 auto; }
  .contact-container {
    margin: 40px 0; }
  .contacts-map {
    height: 500px;
    position: static; }
  .contacts-structure-container {
    width: 80%; } }

@media screen and (max-width: 1050px) {
  .contacts-structure-container {
    width: 100%; } }

@media screen and (max-width: 900px) {
  .contacts-map {
    height: 400px; }
  .contact-container {
    margin-top: 80px; }
  .contacts-info {
    margin: 0 20px;
    width: calc(100% - 40px); } }

@media screen and (max-width: 800px) {
  .contacts-photo {
    width: 230px; }
  .contacts-info-content h1 {
    font-size: 18px; }
  .contacts-info-content {
    padding: 40px 20px 40px 20px; } }

@media screen and (max-width: 550px) {
  .contacts-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    width: 300px; }
  .contacts-photo {
    width: 100%; }
  .contacts-info-content {
    height: 390px; }
  .button.contacts-button {
    font-size: 16px; } }

.search-inputs {
  /*
   bottom: 72px;
   left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
    position: absolute;
  */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 54px;
  width: 1200px;
  z-index: 2; }
.search-inputs i {
  color: #42ab51;
  font-size: 18px; }
.search-inputs i:before {
  margin: 0; }
.search-inputs button,
.search-inputs input {
  background-color: transparent;
  border: none; }
.search-inputs input {
  background-color: #fff;
  color: #565555;
  font-size: 18px; }
.search-inputs .left-input-block {
  position: relative;
  width: 50%;
  height: 100%;}
.search-inputs .left-input-block input {
  border-radius: 25px 0 0 25px;
  height: 100%;
  padding: 0 20px 0 60px;
  width: 100%; }

.search-inputs .left-input-block:before {
  background-color: #c4c4c4;
  content: ' ';
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px; }
.search-inputs .left-input-block i {
  left: 30px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.search-inputs .left-input-block span {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #42ab51;
  border-radius: 50px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 15px;
  height: 24px;
  left: 20px;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  /*
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s ease;
  */
}
.search-inputs .left-input-block span:after {
  border-color: #42ab51 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  bottom: -4px;
  content: ' ';
  height: 0;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0; }
.search-inputs form {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search-inputs .right-input-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  position: relative;
  width: 50%;
  background: #fff;
  border-radius: 0 28px 28px 0;}
.search-inputs .right-input-block input, .search-inputs .right-input-block select{
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%;
  padding: 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;}
.search-inputs .right-input-block i {
  left: 20px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.search-inputs .search-button {
  background-color: #33a951;
  border-radius: 0 25px 25px 0;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 100%;
  transition: all .3s ease;
  width: 140px; }
.search-inputs .search-button:hover {
  background-color: #358c4b; }
.search-inputs .search-button span {
  color: #fff;
  font-size: 18px; }
.right-input-block select {
  border: none;
  background: transparent;
  margin: 0 20px 0 50px;
}

.breadscrumbs {
  color: #adadad;
  font-size: 14px;
  margin-bottom: 40px; }
.breadscrumbs span {
  margin: 0 5px;
  padding-left: inherit; }
.breadscrumbs a {
  border-bottom: 1px solid #adadad;
  transition: all .3s ease; }
.breadscrumbs a:hover {
  border-bottom: 1px solid #696767;
  color: #696767; }
.breadscrumbs a:last-child {
  border-bottom: 1px solid transparent;
  pointer-events: none; }

.paginator {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
.paginator .arrow {
  height: 15px;
  width: 8px; }
.paginator .arrow:hover .arrow-stick {
  background-color: #1a9fc3; }
.paginator .arrow-stick {
  background-color: #adadad;
  width: 10px; }
.paginator .arrow-stick:first-child {
  top: 3.5px; }
.paginator .arrow-stick:last-child {
  bottom: 3px; }

.paginator-numbers {
  margin: 0 25px;
  padding-bottom: 6px; }
.paginator-numbers a {
  color: #a4a4a4;
  font-size: 16px;
  margin-right: 20px;
  transition: all .3s ease; }
.paginator-numbers a:last-child {
  margin-right: 0; }
.paginator-numbers a:not(.current-paginator-page):hover {
  color: #1a9fc3; }
.paginator-numbers .current-paginator-page {
  color: #545a60;
  font-size: 20px;
  pointer-events: none; }

.page-header-name {
  color: #1489ba;
  font-size: 34px;
  margin-bottom: 25px;
  margin-top: 55px; }
.news-button-top img {
  width: 20px;
  height: 20px;
}
.angle-down {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 7px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2px;
  transition: all .3s ease;
  width: 14px; }

.angle-stick {
  background-color: rgba(255, 255, 255, 0.37);
  display: block;
  height: 1px;
  transition: all .3s ease;
  width: 7px; }
.angle-stick:first-child {
  -ms-transform: rotate(45deg) translateX(1.5px);
  -webkit-transform: rotate(45deg) translateX(1.5px);
  transform: rotate(45deg) translateX(1.5px); }
.angle-stick:last-child {
  -ms-transform: rotate(-45deg) translateX(-1.5px);
  -webkit-transform: rotate(-45deg) translateX(-1.5px);
  transform: rotate(-45deg) translateX(-1.5px); }

.arrow {
  height: 28px;
  position: relative;
  width: 16px; }
.arrow:first-child {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.arrow-stick {
  background-color: #fff;
  height: 2px;
  position: absolute;
  transition: all .3s ease;
  width: 20px; }
.arrow-stick:first-child {
  top: 6px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
.arrow-stick:last-child {
  bottom: 6px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.internet-operations-buttons {
  bottom: 400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: 100px;
  transition: all 1s ease;
  z-index: 3; }

.internet-operation-button {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 58px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-transform: uppercase;
  width: 178px; }
.internet-operation-button i {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 25px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 1s ease, color 0.3s ease; }
.internet-operation-button a {
  line-height: 1.2;
  margin-left: 7px;
  transition: all 1s ease, color 0.3s ease;
  width: 80px;
  text-decoration: none;
}

.internet-reception {
  border: 2px solid #fff;
  border-radius: 50px 0 0 50px;
  border-right: 2px solid transparent;
  color: #fff;
  transition: all 1s ease, border, background 0.3s ease; }
.internet-reception:hover {
  background-color: rgba(255,255,255, 0.25);
  /*border: 2px solid #33a951;
  border-right: 2px solid transparent;*/ }

/*.internet-reception:hover a,
.internet-reception:hover i {
  color: #33a951; }
*/
.internet-order {
  background-color: #2db3d2;
  /*border: 2px solid #2db3d2;
  border-left: 2px solid transparent;
  */
  border-radius: 0 50px 50px 0;
  color: #fff;
  transition: all 1s ease, border, background 0.3s ease; }
.internet-order:hover {
  background-color: #0c94b9;
  /*border: 2px solid #33a951;
  border-left: 2px solid #fff; */}

/*.internet-order:hover a,
.internet-order:hover i {
  color: #33a951; }*/



.hidden-internet-operations {
  right: 0;
  -ms-transform: translateX(115px);
  -webkit-transform: translateX(115px);
  transform: translateX(115px); }
.hidden-internet-operations .internet-reception,
.hidden-internet-operations .internet-order {
  transition: all .5s ease, border, background .3s ease;
  cursor: pointer; }
.hidden-internet-operations span,
.hidden-internet-operations i {
  transition: all .5s ease, color .3s ease; }
.hidden-internet-operations .internet-reception {
  border-radius: 50px;
  border-right: 2px solid #fff;
  -ms-transform: translate(100%, -10px) rotate(-45deg);
  -webkit-transform: translate(100%, -10px) rotate(-45deg);
  transform: translate(100%, -10px) rotate(-45deg); }
.hidden-internet-operations .internet-reception i {
  -ms-transform: translateX(-20px) rotate(45deg);
  -webkit-transform: translateX(-20px) rotate(45deg);
  transform: translateX(-20px) rotate(45deg); }
.hidden-internet-operations .internet-reception span {
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }
.hidden-internet-operations .internet-reception:hover {
  border-radius: 50px 0 0 50px;
  border-right: 2px solid #33a951;
  -ms-transform: translate(78px, 30px) rotate(0deg);
  -webkit-transform: translate(78px, 30px) rotate(0deg);
  transform: translate(78px, 30px) rotate(0deg); }
.hidden-internet-operations .internet-reception:hover span {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.hidden-internet-operations .internet-reception:hover i {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.hidden-internet-operations .internet-order {
  border-radius: 50px;
  -ms-transform: translateY(10px) rotate(45deg);
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg); }
.hidden-internet-operations .internet-order i {
  -ms-transform: translateX(-20px) rotate(-45deg);
  -webkit-transform: translateX(-20px) rotate(-45deg);
  transform: translateX(-20px) rotate(-45deg); }
.hidden-internet-operations .internet-order span {
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px); }
.hidden-internet-operations .internet-order:hover {
  /* border-left: 2px solid #33a951; */
  border-radius: 50px 0 0 50px;
  -ms-transform: translate(-100px, -30px) rotate(0deg);
  -webkit-transform: translate(-100px, -30px) rotate(0deg);
  transform: translate(-100px, -30px) rotate(0deg); }
.hidden-internet-operations .internet-order:hover span {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }
.hidden-internet-operations .internet-order:hover i {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none; }

.view-switch {
  border: 2px solid #d1d1d1;
  border-radius: 50px;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 27px;
  -ms-flex-pack: distribute;
  position: absolute;
  top: 70px;
  right: 5%;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
.view-switch .list-view {
  margin-left: -11px;
  -ms-transform: translateX(2px);
  -webkit-transform: translateX(2px);
  transform: translateX(2px);
  width: 87px; }
.view-switch .slide-view {
  -ms-transform: translateX(-2px);
  -webkit-transform: translateX(-2px);
  transform: translateX(-2px);
  width: 103px; }
.view-switch span, .view-switch > div i {
  font-size: 13px;
  padding-bottom: 3px; }
.view-switch > div {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid transparent;
  border-radius: 50px;
  color: #a4a4a4;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 27px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: -2px;
  transition: all .3s ease; }
.view-switch > div:not(.active-switch-view) {
  cursor: pointer; }
.view-switch > div i {
  margin-right: 3px; }
.view-switch .active-switch-view {
  border: 2px solid #2ea751;
  color: #2ea751; }

.page-header-breadscrumbs {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px; }
.page-header-breadscrumbs .breadscrumbs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0; }

.breadscrumbs-with-switch {
  margin-bottom: 0; }
.breadscrumbs-with-switch .breadscrumbs {
  margin-bottom: 40px; }
.breadscrumbs-with-switch .view-switch {
  margin-bottom: 40px; }

.button {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #158dbd;
  background: linear-gradient(to right, #158dbd 0%, rgba(48, 187, 218, 0.9) 100%);
  border-radius: 0 50px 50px 0;
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 18px;
  height: 58px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  padding-left: 6px;
  padding-right: 18px; }
.button:hover:before {
  opacity: 1; }
.button:before {
  background-color: #158dbd;
  content: ' ';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all .3s ease;
  width: 100%; }
.button .button-icon {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 43px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 14px;
  width: 43px;
  z-index: 1; }
.button span {
  z-index: 1; }

.block-close {
  cursor: pointer;
  height: 28px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 28px;
  z-index: 100500;
}
.block-close:hover span {
  opacity: 1; }
.block-close span {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 50%;
  opacity: .73;
  position: absolute;
  top: 50%;
  transition: all .3s ease;
  width: 100%; }
.block-close span:first-child {
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg); }
.block-close span:last-child {
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg); }
@media screen and (max-width: 1150px) {
  .hidden-internet-operations {
    -ms-transform: translateX(130px);
    -webkit-transform: translateX(130px);
    transform: translateX(130px); }
  .inner-page-header .hidden-internet-operations {
    right: 20px !important; } }

.fast-search-button,
.email-spam-button {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #33a951;
  border-radius: 50%;
  bottom: 20px;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.27);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  font-size: 25px;
  height: 60px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  transition: all .3s ease;
  width: 60px;
  z-index: 5;
}
.email-spam-button {
  bottom: unset;
  top: -6px;
  right: 57px;
  position: absolute;
}

.fast-search-button:hover,
.email-spam-button:hover {
  background-color: #2db3d2; }
.loupe-bg{
  display: block;
  background-image: url(/img/fast-search-buble.png);
  background-repeat: no-repeat;
  width: 27px;
  height: 27px;
}

.email-spam-button span {
  animation-name: animate-title-subscriber;
  animation-duration: 5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  /* animation-iteration-count: infinite; */
}



.spam-bg {
  display: block;
  background-image: url(/img/spam-btn-ico.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
}
.fast-search-button span,
.email-spam-button span{
  background-color: #42ab51;
  border-radius: 50px;
  color: #fff;
  display: -ms-flexbox;
  display: block;
  width: 270px;
  font-size: 15px;
  height: 24px;
  right: 0;
  position: absolute;
  top: -30px;
  text-align: center;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s ease;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.27);
}
.fast-search-button span:after,
.email-spam-button span:after{
  border-color: #42ab51 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  bottom: -4px;
  content: ' ';
  height: 0;
  right: 26px;
  position: absolute;
  width: 0;
}

.fast-search-button:hover span,
.email-spam-button:hover span{
  background-color: #2db3d2;
}
.fast-search-container,
.fast-spam-container {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(38, 128, 73, 0.93);
  display: none;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 105; }
.fast-search-container:before,
.fast-spam-container:before {
  background-image: url("../img/bg-main.png");
  content: ' ';
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
.fast-search-container p,
.fast-spam-container p {
  color: #fff9f7;
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 50px; }

.search-inputs .right-input-block input {
  width: 100%; }

.fast-spam-container .success,
.fast-spam-container .error-input {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 16px;
}

.fast-spam-container .search-inputs {
  position: relative;
}


.fast-spam-container .success {
  display: none;
  color: #fff;
}

.fast-spam-container .error-input {
  display: none;
  color: red;
}

.fast-search-container .search-inputs,
.fast-spam-container .search-inputs {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; }

.fast-spam-container .search-inputs .right-input-block {
  width: unset !important;
  background: transparent !important;
}
.fast-spam-container .search-inputs .right-input-block .icon_target-with-circle {
  display: none !important;
}
.fast-spam-container .search-inputs .left-input-block {
  width: 100% !important;
}

@media screen and (max-width: 1300px) {
  .fast-search-container,
  .fast-spam-container {
    padding: 0 50px; }
  .fast-search-container .search-inputs,
  .fast-spam-container .search-inputs {
    width: 100%; }
  .fast-search-container .search-inputs .right-input-block,
  .fast-spam-container .search-inputs .right-input-block {
    width: 55%; }
  .fast-search-container .search-inputs .left-input-block,
  .fast-spam-container .search-inputs .left-input-block {
    width: 45%; } }

@media screen and (max-width: 1000px) {
  .fast-search-container .search-inputs,
  .fast-spam-container .search-inputs {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: initial;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .fast-search-container .search-inputs input,
  .fast-spam-container .search-inputs input {
    border-radius: 25px;
    height: 54px; }
  .fast-search-container .search-inputs .left-input-block,
  .fast-spam-container .search-inputs .left-input-block {
    margin-bottom: 20px;
    min-width: 100%;
	height: 50px;
	}
	
.search-inputs .left-input-block::before {
		background-color: unset;
	}
	.search-inputs form {
		width: 100%;
		display: block;
	}
  .fast-search-container .search-inputs .right-input-block,
  .fast-spam-container .search-inputs .right-input-block {
   /* -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;*/
		min-width: 100%;
		border-radius: 28px;
		height: 50px;
	 
	}
  .fast-search-container .search-inputs .right-input-block input,
  .fast-spam-container .search-inputs .right-input-block input {
    padding: 0 20px 0 60px; }
  .search-inputs .search-button {
		border-radius: 0 25px 25px 0;
		height: 50px;
		margin-top: 0;
		width: 40%;
}
  .search-inputs .right-input-block i {
    left: 30px;
    top: 27px; }
  .fast-search-container p,
  .fast-spam-container p {
    line-height: 1.2;
    text-align: center; } }

@media screen and (max-width: 500px) {
  .search-inputs .search-button {
		border-radius: 25px;
		margin-top: 20px;
		width: 100%;
	}
   .fast-search-container .search-inputs .right-input-block,
   .fast-spam-container .search-inputs .right-input-block{
		 display: block;
	 }
  .fast-search-container .search-inputs .left-input-block span,
  .fast-spam-container .search-inputs .left-input-block span{
		 font-size: 13px;
	 }
  .fast-search-container,
  .fast-spam-container {
    padding: 0 20px; }
  .fast-search-container p,
  .fast-spam-container p {
    font-size: 36px; }
  .search-inputs .left-input-block span {
    font-size: 13px; }
  .search-inputs .left-input-block span {
    height: 21px; } }

.main-page-footer {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 50px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  left: 0;
  padding: 0 10px;
  position: absolute;
  width: 100%;
  z-index: 2; }
.main-page-footer .reactive-logo span{
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  border-bottom: 1px solid rgb(255, 255, 255);
  opacity: .2;
  transition: all .3s ease; }
 .copyright a, .copyright span{
  opacity: .2;
  transition: all .3s linear;
}
.main-page-footer .reactive-logo i, .main-page-footer .copyright span{
  color: #fff;
  opacity: .2;
}
.main-page-footer .copyright a{
  color: #fff;
  border-bottom: 1px solid rgb(255, 255, 255);
}

.find-on-site {
  color: #fff;
  cursor: pointer;
}

.find-on-site .site_search {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
  cursor: pointer;
  margin-right: 10px; }

.site_search input[type="submit"] {
  border: none;
  background-color: transparent;
  background-image: url("../img/icon-site-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: 0.5;
  transition: all .3s ease;
}
.inner-page-footer .site_search input[type="submit"] {
  background-image: url("../img/icon-site-search-2.png");
}
.site_search input[type="search"]{
  background: transparent;
  position: relative;
  border: none;
  color: #fff;
  opacity: 0.5;
  transition: all .3s ease;
}
.inner-page-footer .site_search input[type="search"]{
  color: #64707d;
}
.site_search input[type="search"]::-webkit-input-placeholder {color:#fff;}
.site_search input[type="search"]::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.site_search input[type="search"]:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.site_search input[type="search"]:-ms-input-placeholder      {color:#fff;}

.inner-page-footer .site_search input[type="search"]::-webkit-input-placeholder {color:#64707d;}
.inner-page-footer .site_search input[type="search"]::-moz-placeholder          {color:#64707d;}/* Firefox 19+ */
.inner-page-footer .site_search input[type="search"]:-moz-placeholder           {color:#64707d;}/* Firefox 18- */
.inner-page-footer .site_search input[type="search"]:-ms-input-placeholder      {color:#64707d;}
.site_search input[type="search"]:focus, .site_search input[type="submit"]:hover{
  opacity: 1;
}

.find-on-site:hover span {
  border-bottom: 1px dotted #fff; }

.reactive-logo {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  position: relative;
  padding-left: 30px;
}

.main-page-footer .reactive-logo-img{
  background: url("../img/reactive-logo-main.png") center center no-repeat;
}
.inner-page-footer .reactive-logo-img{
  background: url("../img/reactive-logo-inner.png") center center no-repeat;
}
.main-page-footer .reactive-logo-img-hov{
  background: url("../img/reactive-logo-main-hov.png") center center no-repeat;
}
.inner-page-footer .reactive-logo-img-hov{
  background: url("../img/reactive-logo-inner-hov.png") center center no-repeat;
}

.inner-page-footer {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 65px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-left: 100px;
  position: relative;
  z-index: 3; }

.main-page-footer .reactive-logo-img, .main-page-footer .reactive-logo-img-hov, .inner-page-footer .reactive-logo-img, .inner-page-footer .reactive-logo-img-hov  {
  width: 76px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
}
.inner-page-footer .reactive-logo-img-hov, .main-page-footer .reactive-logo-img-hov {
  position: absolute;
  left: 30px;
  top: 1px;
  opacity: 0;
  transition: all .4s linear;
}
.main-page-footer a:hover, .reactive-logo a:hover .reactive-logo-img-hov, .inner-page-footer a:hover {
  opacity: 1; }
.inner-page-footer .reactive-logo-img img{
  position: static; }
.inner-page-footer .reactive-logo span {
  color: #727272;
  font-size: 12px;
  font-weight: 300;
  border-bottom: 1px solid #727272;
  opacity: .2;
}
.inner-page-footer .reactive-logo i{
  color: #727272;
  opacity: .2;
}


.inner-page-footer .copyright {
  color: #727272;
  font-size: 13px;
  font-weight: 300; }
.inner-page-footer .copyright span {
  opacity: .4; }
.inner-page-footer .copyright a {
  border-bottom: 1px solid rgb(114, 114, 114);
  transition: all .3s ease;
  margin-right: 10px;
  color: #727272;
  opacity: .4;
}
.inner-page-footer .copyright:hover a{
  opacity: 1; }
.inner-page-footer .find-on-site {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid #e6e6e6;
  border-radius: 50px 0 0 50px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 100%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 220px; }
.inner-page-footer .find-on-site span {
  color: #cdcdcd;
  font-size: 15px;
  font-weight: 300; }
.inner-page-footer .find-on-site i {
  color: #d5d5d5;
  opacity: 1; }
.find-on-site:hover i,
.find-on-site:hover span,
.copyright:hover a,
.reactive-logo:hover span
{
  opacity: 1; }

@media screen and (max-width: 1150px) {
  .inner-page-footer {
    padding-left: 20px; } }

@media screen and (max-width: 850px) {
  .inner-page-footer {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: initial;
    padding: 10px 0 0 0; }
  .inner-page-footer > div {
    padding-bottom: 10px; }
  .inner-page-footer .copyright {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .inner-page-footer .reactive-logo {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .inner-page-footer .find-on-site {
    border: none;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; } }

@media screen and (max-width: 768px) {
  .news-button-link-top {
    display: none;
  }
  .reactive-logo {
    margin-right: 30px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .copyright {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: center;
    width: 100%; }
  .find-on-site {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .main-page-footer {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 10px; } }

@media screen and (max-height: 677px) {
  .main-page-footer {
    bottom: initial;
    top: 627px; } }

@media screen and (max-width: 480px) {
  .main-page-footer span,
  .main-page-footer a {
    font-size: 11px; }
  .main-page-footer {
    height: initial; }
  .reactive-logo {
    margin-right: 0; margin: 10px 0;}
  .find-on-site span {
    margin-right: 0; } }

@media screen and (max-width: 400px) {
  .inner-page-footer .copyright {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex; display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .inner-page-footer .copyright span {
    padding-bottom: 5px; } }

.main-page-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.header-top-lane {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 57px;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-bottom: 1px;
  position: relative;
  transition: all .3s ease;
  width: 100%;
  z-index: 6; }
.header-top-lane:after {
  background-color: rgba(255, 255, 255, 0.18);
  bottom: 0;
  content: ' ';
  height: 1px;
  left: 0;
  position: absolute;
  transition: all .3s ease;
  width: 100%; }

.main-menu-button {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(22, 40, 60, 0.6);
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: background .3s ease;
  width: 62px; }
.main-menu-button:hover {
  background-color: rgba(22, 40, 60, 0.8); }
.main-menu-button:hover .main-menu-button-icon:after {
  opacity: 1; }

.main-menu-button-icon {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: linear-gradient(to top, #1692bd, #2db3d2);
  border-radius: 5px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 32px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 32px; }
.main-menu-button-icon span {
  background-color: #fff;
  display: block;
  height: 1px;
  margin-bottom: 3px;
  position: relative;
  transition: all .3s ease;
  width: 14px;
  z-index: 2; }
.main-menu-button-icon span:last-child {
  margin-bottom: 0; }
.main-menu-button-icon:after {
  background: #1692bd;
  border-radius: 5px;
  content: ' ';
  height: 100%;
  opacity: 0;
  position: absolute;
  top:0;
  left:0;
  transition: all .3s ease;
  width: 100%; }

.header-select {
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  background-color: rgba(22, 40, 60, 0.35);
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  transition: all .3s ease;
  width: 285px;
  padding-left: 30px}
.header-select span {
  color: #657f97;
  font-size: 13px; }
.header-select p, .header-select a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s ease; }
.header-select a{font-size: 13px}
.header-select ul {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%; }
.header-select li {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 34px;
  -ms-flex-pack: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 30px;}
.header-select li:hover p, .header-select li:hover a {
  color: #2db3d2; }
.header-select.opened-dropdown {
  background-color: rgba(22, 40, 60, 0.8); }
.header-select.opened-dropdown:hover {
  background-color: rgba(22, 40, 60, 0.8); }
.header-select.opened-dropdown ul {
  background-color: rgba(22, 40, 60, 0.8); }
.header-select .angle-down {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  margin-left: 5px; }
.header-select .line-with-angle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; }
.header-select:hover {
  background-color: rgba(22, 40, 60, 0.6); }

.header-information-link {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 100%; }
.header-information-link:hover span {
  border-bottom: 1px solid #fff;
  color: #fff; }
.header-information-link span {
  border-bottom: 1px solid #2db3d2;
  color: #2db3d2;
  font-size: 13px;
  transition: all .3s ease; }
.header-information-link img {
  margin-right: 10px; }

.header-information-link-icon {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; }
.header-information-link-icon i {
  color: #2db3d2;
  margin-top: 7px; }
.header-information-link-icon p {
  color: #fff;
  font-size: 33.5px;
  font-weight: 300;
  margin-right: 10px; }

.language-switch-content,
.share-buttons-content {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%; }
.language-switch-content span,
.share-buttons-content span {
  margin-bottom: 5px; }
.language-switch-content:hover span,
.share-buttons-content:hover span {
  opacity: 1; }
.language-switch-content:hover .angle-stick,
.share-buttons-content:hover .angle-stick {
  background-color: #fff; }
.language-switch-content select{
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 30px;
  z-index: 50;
  width: 100%;
  cursor: pointer;
}

.language-switch-content option{
	color: initial;
}

.language-switch,
.share-buttons {
  cursor: pointer;
  height: 100%;
  position: relative;
  transition: all .3s ease;
  width: 45px; }
.language-switch a,.language-switch span,
.share-buttons a,.share-buttons span {
  color: #fff;
  font-size: 14px;
  opacity: .46;
  transition: all .3s ease; }
.language-switch ul,
.share-buttons ul {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: background .3s ease;
  width: 100%; }
.language-switch li,
.share-buttons li {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 45px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%; }
.language-switch li:hover span,
.share-buttons li:hover span {
  opacity: 1; }
.language-switch.opened-dropdown,
.share-buttons.opened-dropdown {
  background-color: rgba(22, 40, 60, 0.8); }
.language-switch.opened-dropdown ul,
.share-buttons.opened-dropdown ul {
  background-color: rgba(22, 40, 60, 0.8); }
.language-switch.opened-dropdown .angle-down,
.share-buttons.opened-dropdown .angle-down {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.header-select.opened-dropdown .angle-down {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.header-phone {
  margin: 0 auto; }

.header-pharmacy-time {
  margin: 0 auto; }
.header-pharmacy-time img {
  margin-top: 4px; }

.header-bottom-lane {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; display: -webkit-flex;
  height: 80px;
  margin-top: 20px;
  padding: 0 40px;
  position: relative; }

.header-logo {
  left: 50%;
  position: absolute;
  top: 0;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.header-bottom-lane-left-part,
.header-bottom-lane-right-part {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 50%; }
@media screen and (min-width: 1500px){
  .header-bottom-lane-left-part,
  .header-bottom-lane-right-part {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    }
}
.header-bottom-lane-left-part a,
.header-bottom-lane-right-part a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: all .3s ease; }
.header-bottom-lane-left-part a:hover,
.header-bottom-lane-right-part a:hover {
  border-bottom: 1px solid #2db3d2;
  color: #2db3d2; }

.header-bottom-lane-left-part {
  margin-right: 12vw; }

.header-bottom-lane-right-part {
  margin-left: 12vw; }

.header-pharmacy-time .header-link-text {
  width: 110px; }
.header-phone .header-link-text {
  width: 140px; }
.header-pharmacy-time .header-link-text.en-link-text, .header-phone .header-link-text.en-link-text {
  width: 190px; }
.show-menu-link {
  margin-right: 20px;
}

.inner-page-header {
  /*background: url("../img/inner-header-bg.jpg");*/
}
.inner-page-header .header-bottom-lane-left-part {
  margin-right: 130px; }
.inner-page-header .header-bottom-lane-right-part {
  margin-left: 130px; }
.inner-page-header .header-bottom-lane {
  margin-top: 0; }
.inner-page-header .header-top-lane {
  position: relative; }
.inner-page-header .inner-page-header-top-lane-mask {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 100%;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }
.inner-page-header .inner-page-header-top-lane-mask span {
  background-color: rgba(23, 42, 64, 0.35);
  display: block;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 100%; }
.inner-page-header .header-top-lane:after {
  display: none; }
.inner-page-header .header-logo {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: -35px; }
.inner-page-header .header-logo img {
  height: 58px;
  margin-bottom: 5px; }
.inner-page-header .header-logo span {
  color: #fff;
  font-size: 22px; }
.inner-page-header .internet-reception {
  border: 2px solid #1a9fc3;
  color: #1a9fc3; }
.inner-page-header .internet-reception:hover {
  border: 2px solid #1a9fc3; }

.inner-page-header .internet-operations-buttons {
  bottom: initial;
  right: 0;
  top: 108px; }

/* new menu drop-down list */
.dop-spisok-content{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  /*
  width: 185px;
  padding-left: 20px;
  */
}

.dop-spisok-content > a{
  pointer-events: none;
}
.dop-spisok-content:hover{
  cursor: pointer;
}
.dop-spisok-content:hover > a{
  border-bottom: 1px solid #2db3d2;
  color: #2db3d2;
}
.branch_active a{
  border-bottom: 1px solid #2db3d2;
  color: #2db3d2;
  cursor: pointer;
}
.dop-spisok-content .angle-down{
  height: auto;
  margin-left: 7px;
}
.dop-spisok-content ul{
  position: absolute;
  background: rgba(255,255,255,.93);
  z-index: 55;
  padding: 10px 15px 15px;
  width: 180px;
  top: 30px;
  left: 0px;
  font-size: 14px;
  border-radius: 10px 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.inner-page-header .dop-spisok-content ul{
  background: rgba(255,255,255,1);
}
.dop-spisok-content ul li{
  padding: 5px 0;
}
.dop-spisok-content ul a{
  border: none;
  color: #6e6d6c;
  font-size: 13px;
  font-weight: 300;
  display: block;
}
.dop-spisok-content ul li>a:hover{
  color: #3daa53;
  border: none;
  text-decoration: underline;
}
.dop-spisok-content.opened-dropdown .angle-down, .main-dop-spisok-content.opened-dropdown .angle-down{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dop-spisok-content.opened-dropdown .angle-stick{
  background: #fff;
}

/*
.dop-spisok-content.opened-dropdown {
  background: #f5f4f4;
  border-radius: 10px 10px 0 0;
}
*/
.dop-spisok-content.opened-dropdown>a, .dop-spisok-content.opened-dropdown>a:hover{
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  color: #fff;
}
.main-dop-spisok-content {
  display: block;
  position: relative;
}
.main-dop-spisok-content ul a{
  font-size: 16px;
  margin: 3px 0;
}
.main-dop-spisok-content ul {
  margin-left: 20px;
  margin-bottom: 15px;
}
.main-dop-spisok-content .angle-down {
  position: absolute;
  top: 10px;
  left: -25px;
}
.main-dop-spisok-content .angle-stick{
  background: #fff;
  height: 2px;
}
/* end */


/*format admin procedur*/
.admin-procedur * {
  text-align: justify;
  margin-bottom: 6px;
}
.admin-procedur p{
  text-indent: 25px;
}
.admin-procedur ol{
  list-style: decimal inside;
}
/*end*/

/*new awards style*/
.diploms {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.awards-wrap {
  width: 30%;
  min-width: 250px;
  text-align: center;
  margin: 0 10px 60px 10px;
}
.awards-item-container {
  border: 1px solid #cacbcb;
  border-radius: 15px;
  min-height: 380px;
}
.awards-img {
  padding: 30px;
  border-bottom: 1px solid #cacbcb;
}
.awards-description {
  padding: 20px;
}
/*end awards*/
/* site map */
.sitemap {
  display: -webkit-flex; display: -ms-flexbox; display: flex;
}
.sitemap>ul li {
  font-weight: 600;
}
.sitemap li {
  padding: 5px 20px;
}
.sitemap>ul li ul li {
  font-weight: 400;
}
.sitemap li a{
  opacity: .8;
  transition: all .3s linear;
}
.sitemap li a:hover {
  text-decoration: underline;
  opacity: 1;
}
/* end site map */

/* search page */
.search_page input[type="text"] {
  width: 35%;
  padding: 20px 30px;
  border-radius: 25px 0 0 25px;
  border: 1px solid #adadad;
}
.search_page input[type="text"]:focus {
  border-color: #33a951;
}
.search_page input[type="submit"] {
  padding: 21px;
  border-radius: 0 25px 25px 0;
  border: none;
  left: -3px;
  background: #33a951;
  position: relative;
  color: #fff;
}
.search_results {
  margin: 10px 15px;
}
.search_results li{
  margin-bottom: 15px;
}
.search_results li a{
  color: #adadad;
  transition: all .3s ease;
}
.search_results li a:hover{
  text-decoration: underline;
  color: #2db3d2;
}
/* end search page */

.inner-page-header .internet-reception {
  background-color: #fff; }

.header-top-lane-left-part,
.header-top-lane-right-part {
  width: 50%; }
a.news-button-link-top{
  margin: auto;
  margin-right: 0px;
}
a.news-button-link-top div {
  /* display: flex; */
  /* align-items: center; */
}
a.news-button-link-top div span {
  display: inline;
  border-bottom: 1px solid #2db3d2;
  color: #2db3d2;
  font-size: 13px;
  transition: all .3s ease;
}
a.news-button-link-top:hover div span {
  color: white;
  border-color: white;
}
.news-button-top img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.header-top-lane-left-part {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; }

.header-top-lane-right-part {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; }

@media screen and (max-width: 1500px) {
  .header-bottom-lane-left-part {
    margin-right: 6vw; }
  .header-bottom-lane-right-part {
    margin-left: 6vw; } }

@media screen and (max-width: 1300px) {
  .header-bottom-lane-left-part {
    margin-right: 10vw; }
  .header-bottom-lane-right-part {
    margin-left: 10vw; } }

@media screen and (max-width: 1200px) {
  .inner-page-header .header-information-link {
    display: none; }
  .inner-page-header .language-switch {
    margin-left: auto; } }

@media screen and (max-width: 1280px) {
  .header-bottom-lane {
    padding: 0 20px; } }

@media screen and (max-width: 1120px) {
  .inner-page-header .header-bottom-lane-left-part {
    margin-right: 9vw; }
  .inner-page-header .header-bottom-lane-right-part {
    margin-left: 9vw; } }

@media screen and (max-width: 1050px) {
  .header-bottom-lane-left-part a, .header-bottom-lane-right-part a{
    font-size: 16px;}
  .dop-spisok-content .angle-down {
    margin-left: 3px;
  }
}

@media screen and (max-width: 980px) {
  .header-bottom-lane-left-part a,
  .header-bottom-lane-right-part a {
    font-size: 14px;
  }
  .header-select p, .header-select a {
    font-size: 13px;
  }
  .header-pharmacy-time {
    margin-left: 20px; }
  .header-phone {
    margin-right: 20px; } }

@media screen and (max-width: 920px) {
  .form-wrapper input{
    width: 80%;
  }
  .header-select{
    padding-left: 15px;
  }
  .header-pharmacy-time {
    margin-left: 15px;
    margin-right: -30px;
  }

}

@media screen and (max-width: 880px) {
  .header-bottom-lane-left-part a,
  .header-bottom-lane-right-part a,
  .dop-spisok-content .angle-down{
    display: none; }
  .header-bottom-lane {
    padding-bottom: 80px; }
  .header-select p, .header-select a{
    font-size: 13px; }
}

@media screen and (max-width: 850px) {
  .header-information-link {
    display: none; }
  .header-select {
    margin-right: auto; }
  .inner-page-header .header-logo {
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .inner-page-header .header-logo img {
    margin-bottom: 0; }
  .inner-page-header .header-logo span {
    display: none; }
  .inner-page-header-top-lane-mask img {
    display: none; }
  .language-switch {
    margin-left: auto; } }

@media screen and (max-width: 700px) {
  .header-top-lane-left-part,
  .header-top-lane-right-part {
    width: initial; }
  .header-top-lane-left-part {
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1; }
}

@media screen and (max-width: 480px) {
  .header-select p {
    font-size: 12px; }
  .header-select li {
    height: 25px; }
  .header-select li {
    font-size: 12px; padding-left: 5px; }
  .header-select {
    width: 100%; padding-left: 5px; } }

@media screen and (max-width: 360px) {
  .header-select span {
    font-size: 12px; }
  .language-switch,
  .share-buttons {
    width: 34px; }
  .language-switch span,
  .share-buttons span {
    font-size: 12px; } }

.history-page {
  padding: 0 100px; }

.history-page-list {
  background: no-repeat top right;
  margin-bottom: 60px; }
.history-page-list li {
  color: #545a60;
  font-size: 16px;
  padding-left: 120px;
  position: relative; }
.history-page-list li:after {
  color: #39b0d2;
  content: attr(data-history-age);
  font-size: 24px;
  left: 0;
  position: absolute;
  top: -6px; }
.history-page-list-brest li:after {
  color: #39b0d2;
  content: attr(data-history-age);
  font-size: 22px;
  left: -30px;
  position: absolute;
  top: -6px; }
.about-page .history-page-list li:after {
  color: #3fac50;
}
.history-page-list li:before {
  border-left: 1px dotted #979595;
  content: ' ';
  height: calc(100% - 29px);
  left: 88px;
  position: absolute;
  top: 25px;
  width: 1px; }
.history-page-list li:last-child:before {
  border: none;  }
.history-page-list li:last-child p:last-child {
  padding-bottom: 20px; }
.history-page-list p {
  padding-bottom: 50px; }
.history-page-list p:after {
  border: 1px solid #c9c9c9;
  border-radius: 50%;
  content: ' ';
  height: 16px;
  left: 80px;
  position: absolute;
  top: 3px;
  width: 16px; }

.history-page-container{
  position: relative;
}
.history-page-slider {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  transition: all .3s linear;
}
.list-view-container{
  transition: all .3s linear;
}

@media screen and (max-width: 1150px) {
  .history-page {
    padding: 0 20px; } }

@media screen and (max-width: 600px) {
  .history-page-list li {
    padding-left: 100px; }
  .history-page-list p:after {
    left: 65px; }
  .history-page-list li:before {
    left: 73px; } }

@media screen and (max-width: 460px) {
  .history-page-list li {
    padding-left: 0;
    padding-top: 30px; }
  .history-page-list p:after {
    display: none; }
  .history-page-list li:before {
    display: none; } }

.main-menu-wrap {
  display: none;
  height: calc(100% - 57px);
  height: -moz-calc(100% - 57px);
  height: -webkit-calc(100% - 57px);
  height: calc(100% - 50px);
  overflow: auto;
  position: fixed;
  top: 50px;
  width: 100%;
  z-index: 333; }

.main-menu-container {
  background-color: rgba(14, 141, 87, 0.93);
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-pack: justify;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  left: 0;
  min-height: 100%;
  padding: 60px 0 50px 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }
.main-menu-container:before {
  background-image: url("../img/bg-main.png");
  content: ' ';
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1; }

.main-menu-left-column {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 40%; }

/*
.main-menu-header:before {
  background-color: rgba(14, 141, 87, 0.93);
  content: ' ';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s ease;
  width: calc(100% - 62px);
  z-index: 1; }
*/

/* new main-menu */
.header-top-lane.main-menu-header {
  background-color: rgba(14, 141, 87, 0.93);
  position: fixed;
}
.main-menu-header .header-select, .main-menu-header .language-switch, .main-menu-header .share-buttons,  .inner-page-header .main-menu-header .inner-page-header-top-lane-mask {
  display: none;
}
.header-top-lane.main-menu-header a span {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header-top-lane.main-menu-header a:hover span{
  border-bottom: 1px solid #b8f7d4;
  color: #b8f7d4;
}
/*end*/
.main-menu-header .main-menu-open-button .main-menu-button-icon {
  transition: all .3s ease; }

.main-menu-header .main-menu-open-button:hover {
  background-color: #20825a; }
.main-menu-header .main-menu-open-button:hover .main-menu-button-icon {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }

.main-menu-header:after {
  background-color: rgba(14, 141, 87, 0.93); }

.main-menu-header .main-menu-button {
  background-color: #219063; }

.main-menu-header .main-menu-button-icon {
  background: none; }

.main-menu-header .main-menu-button-icon:after {
  background: none; }

.main-menu-link-list a{
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  display: table;
  font-size: 20px;
  margin-bottom: 20px;
  transition: all .3s ease; }
.main-dop-spisok-content > a {
  pointer-events: none;
}
.main-dop-spisok-content:hover{
  cursor: pointer;
}
.main-menu-link-list a:hover, .main-dop-spisok-content:hover > a {
  border-bottom: 1px solid #b8f7d4;
  color: #b8f7d4; }
.main-menu-link-list a:last-child {
  margin-bottom: 0; }

.main-menu-link-with-img {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
  width: 340px; }
.main-menu-link-with-img span {
  border-bottom: 1px solid #b8f7d4;
  color: #b8f7d4;
  font-size: 13px;
  transition: all .3s ease; }
.main-menu-link-with-img:last-child {
  margin-bottom: 0; }
.main-menu-link-with-img:hover span {
  border-bottom: 1px solid #fff;
  color: #fff; }

.main-menu-link-img {
  background: no-repeat center #fff;
  background-size: contain;
  border-radius: 50%;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 36px;
  margin-right: 12px;
  width: 36px; }

.main-menu-search-input input {
  border: none;
  border-radius: 50px;
  color: #8d8d8d;
  font-size: 16px;
  height: 42px;
  padding: 0 50px 0 25px;
  width: 310px;
  position: relative;
}
.main-menu-search-input input::-moz-placeholder {
  color: #8d8d8d; }
.main-menu-search-input input::-webkit-input-placeholder {
  color: #8d8d8d; }

.main-menu-copyright {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  margin-top: 40px}

.main-menu-copyright-content {
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  margin-left: 20px; }
.main-menu-copyright-content span {
  line-height: 27px; }
.main-menu-copyright-content a {
  border-bottom: 1px solid #fff;
  display: table;
  opacity: .54;
  transition: all .3s ease; }
.main-menu-copyright-content a:hover {
  opacity: 1; }

.main-menu-search-input {
  margin-top: 50px;
  position: relative; }
.main-menu-search-input:after {
  background-color: #42ab51;
  border-radius: 50px;
  color: #fff;
  content: attr(data-title-text);
  font-size: 14px;
  height: 22px;
  left: 15px;
  position: absolute;
  text-align: center;
  top: -17px;
  width: 125px; }
.main-menu-search-input:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("/img/main-menu-search.png");
  background-repeat: no-repeat;
  top: 9px;
  left: 275px;
  z-index: 40;

}

.main-menu-single-link {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px; }
.main-menu-single-link a {
  display: inherit;
  margin-bottom: 15px;
}
.main-menu-single-link div {
  display: inline-block;
}
.main-menu-single-link img {
  margin-right: 9px; }
.main-menu-single-link span {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
  transition: all .3s ease;}
.main-menu-single-link a:hover span{
  border-bottom: 1px solid #b8f7d4;
  color: #b8f7d4;
}
.single-dop-spisok.main-menu-single-link span{
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main-menu-img {
  margin-top: 50px;
  border-radius: 7px;}

.main-menu-open-button .main-menu-button-icon span {
  margin-bottom: 0;
  width: 100%; }
.main-menu-open-button .main-menu-button-icon span:nth-child(1) {
  -ms-transform: rotate(45deg) translateY(50%);
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%); }
.main-menu-open-button .main-menu-button-icon span:nth-child(2) {
  display: none; }
.main-menu-open-button .main-menu-button-icon span:nth-child(3) {
  -ms-transform: rotate(-45deg) translateY(-50%);
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%); }

.main-menu-open-button {
  height: 57px; }

@media screen and (max-height: 900px) {
  .main-menu-link-list a {
    margin-bottom: 10px; } }

@media screen and (max-height: 800px) {
  .main-menu-container {
    padding: 45px 0; } }

@media screen and (max-width: 870px) {
  .main-menu-link-list a {
    font-size: 14px; }
  .main-menu-left-column {
    max-width: 320px; }
  .main-menu-link-with-img {
    width: 250px; } }

@media screen and (max-width: 680px) {
  .main-menu-container {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: initial;
    min-height: initial;
    padding-bottom: 110px; }
  .main-menu-link-with-img {
    width: 320px; }
  .main-menu-search-input {
    margin-bottom: 30px;
    margin-top: 47px; }
  .main-menu-copyright {
    bottom: 0;
    margin-bottom: 30px;
    position: absolute; } }

@media screen and (max-width: 380px) {
  .main-menu-left-column {
    max-width: 300px; 
	}
	.main-menu-link-list{
		margin-left: 22px;
	}
  .main-menu-link-with-img {
    width: 300px; }
  .main-menu-link-list a {
    font-size: 13px;
    margin-bottom: 12px; }
  .main-menu-search-input input {
    width: 300px; } }

.main-page-cube .swiper-slide {
  background: no-repeat center;
  background-size: cover; }

.main-page-cube .swiper-slide {
  padding-bottom: 270px;
  padding-top: 160px; }

.main-page-cube .swiper-container {
  background-color: #657f97;
  height: 100%;
  left: 0;
  min-height: 677px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%; }

.main-page-cube .swiper-navigation-arrows {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 0;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 2; }
.main-page-cube .swiper-navigation-arrows .arrow-container {
  background-color: rgba(15, 24, 37, 0.2);
  border-radius: 100%;
  cursor: pointer;
  height: 110px;
  position: relative;
  width: 110px; }
.main-page-cube .swiper-navigation-arrows .arrow-container:first-child {
  -ms-transform: translate(-62px, -50%);
  -webkit-transform: translate(-62px, -50%);
  transform: translate(-62px, -50%); }
.main-page-cube .swiper-navigation-arrows .arrow-container:first-child .arrow {
  right: -72px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg); }
.main-page-cube .swiper-navigation-arrows .arrow-container:last-child {
  -ms-transform: translate(62px, -50%);
  -webkit-transform: translate(62px, -50%);
  transform: translate(62px, -50%); }
.main-page-cube .swiper-navigation-arrows .arrow-container:last-child .arrow {
  left: 22px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
.main-page-cube .swiper-navigation-arrows .arrow-container:hover .arrow-stick {
  background-color: #2db3d2; }

.main-page-cube .swiper-navigation {
  bottom: 170px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 95px;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2; }
.main-page-cube .swiper-navigation::after {
  border-bottom: 1px dotted #fff;
  content: ' ';
  height: 1px;
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  z-index: -1; }

.main-page-cube .navigation-block {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
.main-page-cube .navigation-block:hover img:first-child {
  opacity: 0; }
.main-page-cube .navigation-block:hover img:last-child {
  opacity: 1; }

.navigation-block-img {
  height: 60px;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  width: 150px; }
.navigation-block-img:after {
  background: linear-gradient(to right, #42ab51, #40c4df);
  bottom: 0;
  content: ' ';
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all .3s ease;
  width: 100%; }
.navigation-block-img:before {
  border-color: transparent transparent #41b798 transparent;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  bottom: 3px;
  content: ' ';
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .3s ease;
  width: 0; }
.navigation-block-img img {
  position: absolute;
  top: 5px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all .3s ease; }
.navigation-block-img img:last-child {
  opacity: 0; }

.navigation-block.active img:first-child {
  opacity: 0; }

.navigation-block.active .navigation-block-img:before,
.navigation-block.active .navigation-block-img:after,
.navigation-block.active img:last-child {
  opacity: 1; }

.navigation-block.active img {
  top: -5px; }

.navigation-block:not(.active) {
  cursor: pointer; }

.navigation-block-text {
  padding-top: 5px; }
.navigation-block-text span {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase; }

.main-page-cube .search-inputs {
  bottom: 72px;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.main-page-cube .search-inputs  select {

}
.sell-img img{
  left: 92px;
}
.fast-search-button.main {
  display: none;
}

@media screen and (max-height: 750px) {
  .search-inputs {
    display: none; }
  .fast-search-button.main {
    display: flex;
  }
  .main-page-cube .swiper-navigation {
    bottom: 50px; }
  .main-page-cube .swiper-slide {
    padding-bottom: 150px; }
  .main-page-footer .reactive-logo-img, .main-page-footer img.reactive-logo-img-hov {
    margin-right: 10px;
    width: 76px;
  }


  /*.main-page-footer .reactive-logo-img img {
      bottom: -29px;
      left: 26px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } */
}

@media screen and (max-width: 1300px) {
  .search-inputs {
    display: none; }
  .fast-search-button.main {
    display: flex;
  }
  .main-page-cube .swiper-navigation {
    bottom: 50px; }
  .main-page-cube .swiper-slide {
    padding-bottom: 150px; }
  .main-page-footer .reactive-logo-img, .main-page-footer img.reactive-logo-img-hov {
    margin-right: 10px;
    width: 76px; }

  /*  .main-page-footer .reactive-logo-img img {
      bottom: -29px;
      left: 26px;
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } */
}

@media screen and (max-width: 800px) {
  .main-page-cube .swiper-navigation-arrows .arrow-container:first-child {
    -ms-transform: translate(-62px, -50%) scale(0.7);
    -webkit-transform: translate(-62px, -50%) scale(0.7);
    transform: translate(-62px, -50%) scale(0.7); }
  .main-page-cube .swiper-navigation-arrows .arrow-container:last-child {
    -ms-transform: translate(62px, -50%) scale(0.7);
    -webkit-transform: translate(62px, -50%) scale(0.7);
    transform: translate(62px, -50%) scale(0.7); }
  .main-page-cube .swiper-navigation:after {
    top: 55px; }
  .navigation-block {
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    width: 0; }
  .navigation-block-text span {
    font-size: 16px;
    white-space: nowrap; } }
@media screen and (max-width: 750px){
	.main-page-cube .swiper-navigation {
		bottom: -547px;
		position: relative;
	}
}
@media screen and (max-width: 600px){
	.main-page-cube .swiper-navigation {
		bottom: -527px;
	}
}
@media screen and (max-width: 480px) {
  .navigation-block-text span {
    display: none; }
  .navigation-block-img:after {
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px; }
  .main-page-cube .swiper-navigation {
		bottom: -560px;
		position: relative;
	}
  .main-page-cube .swiper-container {
    min-height: 732px; } }

.first-slide {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.first-slide-header {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center; }
.first-slide-header h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase; }
.first-slide-header p {
  color: #fff;
  font-size: 24px;
  line-height: 1.2; }

.first-slide-news {
  display: inline-block;
  margin-bottom: 30px;
  margin-left: 100px;
  width: 405px; }

.slide-news-line {
  display: block;
  margin-bottom: 10px; }

.slide-news-date {
  display: inline-block;
  vertical-align: super;
  width: 70px; }
.slide-news-date span {
  color: #e1e1e1;
  font-size: 13px;
  opacity: .35;
  transition: all .3s linear;}

.slide-news-text {
  color: #75de6d;
  display: inline-block;
  white-space: nowrap;
  width: 330px; }
.slide-news-text span {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  opacity: 0.9;
  transition: all .3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
/*  display: block; */
}
.slide-news-line:hover span {
  opacity: 1; }

.all-slide-news {
  border-bottom: 1px solid #fff;
  color: #fff;
  float: right;
  font-size: 13px;
  opacity: .35;
  transition: all .3s ease; }
.all-slide-news:hover {
  opacity: 1; }

@media screen and (max-width: 1150px) {
  .first-slide-news {
    margin-left: 20px; }
  .internet-operations-buttons {
    right: 20px; } 
	.action-slider-pagination-dots .slick-dots {
		margin-top: 5px;
	}
	}

@media screen and (max-width: 800px) {
  .first-slide-header {
    padding: 0 40px; } }

@media screen and (max-width: 700px) {
  .first-slide-header h1 {
    font-size: 44px; }
  .first-slide-header p {
    font-size: 18px; } }

@media screen and (max-width: 560px) {
  .first-slide-header h1 {
    font-size: 22px; }
  .first-slide-header p {
    font-size: 14px;
    text-align: center; }
  .first-slide-news {
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    width: 320px; }
  .slide-news-text {
    width: 235px; } }

.action-slide-block {
  height: 430px;
  margin: 0 15px; }

.second-slide {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.action-slider-container {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .5s ease;
  width: 1240px; }

.action-slider-show {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1); }

.action-slide-content {
  background: no-repeat center;
  background-size: cover;
  border-radius: 25px;
  height: 100%;
  position: relative;
  width: 100%; }
.action-slide-content:hover .action-slide-lable {
  opacity: 0; }
.action-slide-content:hover .action-slide-mask {
  opacity: 1; }

.action-slider-pagination, .vendors-slider-pagination {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(26, 159, 195, 0.78);
  border-radius: 50px;
  bottom: 0;
  bottom: -10px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 33px;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.action-slider-pagination-prev-arr, .vendors-slider-pagination-prev-arr {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.action-slider-pagination-next-arr, .vendors-slider-pagination-next-arr {
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.action-slider-pagination-arr, .vendors-slider-pagination-arr {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 20px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 20px; }
.action-slider-pagination-arr .angle-down, .vendors-slider-pagination-arr .angle-down {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5); }
.action-slider-pagination-arr .angle-stick, .vendors-slider-pagination-arr .angle-stick {
  background-color: #fff; }
.action-slider-pagination-arr:hover .angle-stick, .vendors-slider-pagination-arr:hover .angle-stick  {
  background-color: #54c5e4; }

.action-slider-pagination-dots, .vendors-slider-pagination-dots {
  margin: 0 25px; }
.action-slider-pagination-dots .slick-dots, .vendors-slider-pagination-dots .slick-dots {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; }
.action-slider-pagination-dots li, .vendors-slider-pagination-dots li {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 4px; }
.action-slider-pagination-dots li:last-child, .vendors-slider-pagination-dots li:last-child {
  margin-right: 0; }
.action-slider-pagination-dots button, .vendors-slider-pagination-dots button {
  background-color: #43b0c7;
  border: none;
  border-radius: 50%;
  font-size: 0;
  height: 9px;
  padding: 0;
  width: 9px; }
.action-slider-pagination-dots .slick-active button, .vendors-slider-pagination-dots .slick-active button {
  background-color: #fff;
  box-shadow: 0 0 0 2px #54c5e4; }

.action-slide-mask {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: rgba(20, 140, 188, 0.85);
  border-radius: 25px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  opacity: 0;
  padding: 0 30px;
  position: relative;
  transition: all .3s ease;
  width: 100%; }
.action-slide-mask:before {
  background-image: url("../img/bg-main.png");
  content: ' ';
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.action-slide-mask-text {
  position: relative;
  text-align: center;
  z-index: 1; }
.action-slide-mask-text p {
  color: #fff;
  font-size: 25px; }
.action-slide-mask-text span {
  color: #fff;
  font-size: 14px; }

.action-slide-mask-link {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: .63;
  position: relative;
  transition: all .3s ease;
  z-index: 1; }
.action-slide-mask-link:hover {
  opacity: 1; }
.action-slide-mask-link span {
  color: #fff; }

.action-slide-mask-dots {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 4px;
  margin-top: 3px; }
.action-slide-mask-dots span {
  background-color: #fff;
  border-radius: 100%;
  display: block;
  display: inline-block;
  height: 4px;
  margin-right: 2px;
  width: 3px; }
.action-slide-mask-dots span:last-child {
  margin-right: 0; }

.action-slide-lable {
  background-color: #1a9fc3;
  border-radius: 0 50px 50px 0;
  bottom: 40px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 107px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  line-height: 1.2;
  padding: 0 40px 0 15px;
  position: absolute;
  transition: all .3s ease;
  width: 240px; }
.action-slide-lable p {
  color: #fff;
  font-size: 23px; }
.action-slide-lable span {
  color: #fff;
  font-size: 14px;
  opacity: .63; }

@media screen and (max-height: 900px) {
  .action-slide-block {
    height: 100%; }
  .action-slider-container {
    height: 100%;
    padding: 30px 0; }
  .action-slider-wrapper, .vendors-slider-wrapper{
    height: 100%; }
  .action-slider-wrapper .slick-list,
  .action-slider-wrapper .slick-track,
  .vendors-slider-wrapper .slick-list,
  .vendors-slider-wrapper .slick-track{
    height: 100%; }
  .action-slider-pagination {
    bottom: 20px; } }

@media screen and (max-width: 1330px) {
  .action-slider-container {
    width: 930px; } }

@media screen and (max-width: 1020px) {
  .action-slider-container {
    width: 620px; } }

@media screen and (max-width: 680px) {
  .action-slider-container {
    width: 310px; } }

.map-container {
  border-radius: 15px;
  height: calc(100% - 60px);
  margin: 30px 100px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 200px);
  z-index: -1; }

.map {
  height: 100%;
  width: 100%; }

@media screen and (max-width: 800px) {
  .map {
    padding: 30px 0; } }

.news-list {
  padding: 0 90px; }
.news-list .paginator {
  margin: 35px 0 80px 0; }

.news-line {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.news-line {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  grid-gap: 40px;
}

.news-item-container {
  margin: 0 -16px 32px -16px;
  padding: 0 16px;
  width: 25%; }

.news-item-container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important; 
}

.news-item {
  border-radius: 15px;
  height: 370px;
  overflow: hidden;
  position: relative;
  width: 100%; }
.news-item:hover .news-item-text {
  opacity: 0; }
.news-item:hover .news-item-lable {
  background-color: #fff;
  /* color: #42ab51; */
  color: rgba(72,186,212,1);
 }
.news-item:hover .news-item-description {
  opacity: 1; }
.news-item-description:before {
  /* background-image: url(../img/bg-main.png); */
  background-image: url(../img/bg-news-pattern.png);
  content: ' ';
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.news-item-photo {
  background: no-repeat center top;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.news-item-text {
  background-color: #fff;
  border: 1px solid #cacbcb;
  border-radius: 0 0 15px 15px;
  border-top: none;
  bottom: 0;
  height: 148px;
  left: 0;
  padding: 20px 20px 0 20px;
  position: absolute;
  transition: all .3s ease;
  width: 100%; }
.news-item-text span {
  color: #192e44;
  display: block;
  font-size: 20px;
  height: 100px;
  line-height: 1.2;
  overflow: hidden; }

.news-item-lable {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* background-color: #42ab51; */
  background-color: rgba(72,186,212,1);
  border-radius: 0 50px 50px 0;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  font-size: 14px;
  font-weight: 300;
  height: 30px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  left: 0;
  padding-right: 5px;
  position: absolute;
  top: 20px;
  transition: all .3s ease;
  width: 90px;
  z-index: 3; }

.news-item-description {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* background-color: rgba(66, 171, 81, 0.85); */
  background-color: rgba(72,186,212, 0.85);
  border-radius: 15px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  left: 0;
  opacity: 0;
  padding: 60px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all .3s ease;
  width: 100%;
  z-index: 2; }
.news-item-description > span {
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: auto;
  margin-top: auto; }
.news-item-description > span > a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1150px) {
  .news-list {
    padding: 0 20px; } }

@media screen and (max-width: 1100px) {
  .news-line {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .news-item-container {
    margin: 0 -8px 32px -8px;
    padding: 0 8px;
    width: 50%; } }

.news-page-container {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  position: relative; }
.inner-page-container.with_right_menu {
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
}


.inner-page-container.with_right_menu .right-menu {display:block;}

.little-right-menu {
  background-color: #edf5eb;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 35px;
  position: relative;
  width: 300px;
  z-index: 1;
  display: none;}

.another-news-list {
  margin-top: 100px; }

.another-news {
  display: block;
  margin-bottom: 30px; }
.another-news:last-child {
  margin-bottom: 40px; }
.another-news:hover .another-news-text span {
  border-bottom: 1px solid #1489ba;
  color: #1489ba; }

.another-news-date {
  color: #939493;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px; }

.another-news-text {
  font-size: 16px; }
.another-news-text span {
  border-bottom: 1px solid #2ea751;
  color: #2ea751;
  transition: all .3s ease; }

.all-news-link {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #a2b29e;
  border-radius: 50px;
  color: #a2b29e;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 36px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all .3s ease;
  width: 125px; }
.all-news-link:hover {
  border: 2px solid #2ea751;
  color: #2ea751; }



.inner-page,.news-page {
  padding: 0 60px;
  position: relative;
  z-index: 2;
  width:100%;
}
.with_right_menu .inner-page, .news-page{
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.27);
}

.news-page-content {
  color: #545a60; }
.news-page-content p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center; }
.news-page-content img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto; }

.news-page-footer {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 95px;
  margin-top: 75px;
  clear:both;
}

.news-share-icons {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex; }
.news-share-icons span {
  color: #adadad;
  font-size: 14px;
  margin-right: 15px; }
.news-share-icons .news-share-icon {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #adadad;
  border-radius: 50%;
  color: #adadad;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 15px;
  height: 33px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
  transition: all .3s ease;
  width: 33px; }
.news-share-icons .news-share-icon:last-child {
  margin-right: 0; }
.news-share-icons .news-share-icon i {
  margin: 0;
  padding-top: 2px; }
.news-share-icons .share-icon-vk:hover {
  border: 2px solid #6792be;
  color: #6792be; }
.news-share-icons .share-icon-facebook:hover {
  border: 2px solid #4c6fa6;
  color: #4c6fa6; }
.news-share-icons .share-icon-twitter:hover {
  border: 2px solid #3ab7e3;
  color: #3ab7e3; }
.news-share-icons .share-icon-odnoklassniki:hover {
  border: 2px solid #ee8208;
  color: #ee8208; }

.go-to-up-button {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 2px solid #2ea751;
  border-radius: 50px;
  color: #2ea751;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 38px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all .3s ease;
  width: 105px; }
.go-to-up-button .double-angle {
  margin-right: 4px;
  padding-bottom: 2px;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
.go-to-up-button .double-angle .angle-down:last-child {
  margin-top: -4px; }
.go-to-up-button .angle-stick {
  background-color: #2ea751; }
.go-to-up-button:hover {
  border: 2px solid #1489ba;
  color: #1489ba; }
.go-to-up-button:hover .angle-stick {
  background-color: #1489ba; }

.news-page-date-block {
  left: 0;
  position: absolute;
  text-align: right;
  top: 62px;
  width: 62px; }
.news-page-date-block span {
  display: block;
  position: relative; }
.news-page-date-block .news-page-date {
  color: #63acce;
  font-size: 15px;
  padding-bottom: 8px; }
.news-page-date-block .news-page-date:after {
  background: linear-gradient(to right, #42ab51 0%, #40c4df 100%);
  bottom: 0;
  content: ' ';
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%; }
.news-page-date-block .news-page-year {
  color: #adadad;
  font-size: 15px;
  padding-top: 4px; }
@media screen and (max-width: 1200px) {
	.inner-page-container .right-menu {display:none !important;}
}
@media screen and (max-width: 1150px) {
  .news-page {
    padding: 0 20px; }
  .news-page-date-block {
    margin-top: 55px;
    position: static; }
  .news-page .page-header-name {
    margin-top: 15px; }
  .news-page-date-block {
    text-align: left; } }

@media screen and (max-width: 1000px) {
	
  .little-right-menu {
    padding: 0 20px;
    width: 230px; } }

@media screen and (max-width: 800px) {
  .news-page-container {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .little-right-menu {
    padding-bottom: 50px;
    width: 100%; }
  .another-news-list {
    margin-top: 50px; } }
	
@media screen and (max-width: 500px) {
  .news-item-container {
    margin: 0 0 32px 0;
    padding: 0;
    width: 100%; }
  .news-list .paginator {
    margin: 25px 0 60px 0; }
  .map-container {
    width: calc(100% - 40px);
    margin: 30px auto;
  }
  .all_vendors{
	  display: none;
  }
  .inner-page, .news-page {
		padding: 0 20px;
	}
}
@media screen and (max-width: 450px) {
  .news-page-footer {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .news-share-icons {
    width: 100%; }
  .go-to-up-button {
    margin-left: auto;
    margin-top: 30px; } }

.control-structure-page {
  padding: 0 100px 40px 100px; }

.structure-name-block {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ecf7e9;
  border-radius: 50px;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding: 4px 5px;
  width: 100%; }

.structure-name-icon {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 48px;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
  width: 48px; }

.structure-name {
  color: #33a951;
  font-size: 20px;
  margin-right: 15px; }

.structure-name-address {
  margin-top: 5px; }
.structure-name-address i {
  color: #000;
  vertical-align: middle;
  vertical-align: bottom;
  display: none;
}
.structure-name-address a {
  border-bottom: 1px dotted #000;
  color: #000; }

.structure-name-address span{
  color: #808080;
  border-bottom: 1px dotted #808080;
  position: relative;
  margin-left: 40px;
}
.structure-name-address span:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top:3px;
  left:-20px;
  background-image: url("/img/pharm-adress.png");
  background-repeat: no-repeat;
}
.structure-people-list {
  margin-bottom: 45px; }
.structure-people-list li {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #cfcfcf;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  height: 114px;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 12px; }

.structure-people-header {
  border-bottom: 2px solid #cfcfcf;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 12px;
  width: 100%; }
.structure-people-header span {
  color: #808080;
  display: inline-block;
  margin-bottom: 4px; }
.structure-people-header span:nth-child(1) {
  margin-right: 76px;
  width: 320px; }
.structure-people-header span:nth-child(2) {
  width: 250px; }
.structure-people-header span:nth-child(3) {
  width: 170px; }

.structure-people-img {
  height: 64px;
  margin-right: 12px;
  width: 64px;
  background-repeat: no-repeat;
  background-position: center center;}

.structure-people-name {
  margin-right: auto;
  width: 320px; }
.structure-people-name p {
  color: #192e44;
  font-size: 18px;
  font-weight: 600; }
.structure-people-name span {
  font-size: 15px; }

.structure-people-work-mode {
  color: #33a951;
  font-size: 16px;
  margin-left: auto;
  width: 170px;
  position: relative;
}
.structure-people-work-mode::before{
  content: '';
  position: absolute;
  background-image: url(/img/clock-icon.png);
  top: 3px;
  left: -25px;
  z-index: 50;
  width: 20px;
  display: block;
  height: 20px;
}


.structure-people-contacts {
  width: 250px; }
.structure-people-contacts i {
  vertical-align: middle; }
.structure-people-contacts p:first-child {
  color: #535456; }
.structure-people-contacts p:first-child span {
  font-size: 16px; }
.structure-people-contacts p:last-child {
  color: #1489ba; }
.structure-people-contacts p:last-child a {
  font-size: 16px; }

@media screen and (max-width: 1150px) {
  .control-structure-page {
    padding: 0 20px 40px 20px; } }

@media screen and (max-width: 900px) {
  .structure-people-name,
  .structure-people-header span:nth-child(1) {
    width: 270px; }
  .structure-people-name p {
    font-size: 16px; }
  .structure-people-name span {
    font-size: 13px; }
  .structure-people-contacts p:first-child span {
    font-size: 14px; }
  .structure-people-contacts p:last-child a {
    font-size: 14px; }
  .structure-people-work-mode {
    font-size: 14px;
    width: 130px; }
  .structure-people-contacts,
  .structure-people-header span:nth-child(2) {
    width: 160px; }
  .structure-people-header span:nth-child(3) {
    width: 130px; } }

@media screen and (max-width: 740px) {
  .structure-people-list li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  .structure-people-header {
    display: none; }
  .structure-people-list {
    border-top: 1px solid #cfcfcf; }
  .structure-people-list li {
    height: initial;
    padding: 15px 12px; }
  .structure-people-list li > div {
    margin-bottom: 3px;
    margin-top: 3px; }
  .structure-name-icon {
    display: none; }
  .structure-name-block {
    background-color: transparent; }
  .structure-name-block {
    margin-bottom: 10px; } }
.sticky {
  position: fixed;
}

.stop {
  position: relative;
}

.swiper-container {
  width: 510px;
  min-height: 0;
  height: 565px;
  border-radius: 10px;
  top: 40px;
  -webkit-box-shadow: 0 0px 29px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 29px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 29px 0 rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 560px) {
  .swiper-container {
    width: 100%;
    height: 130%;
    display: inline-block;
  }}

.swiper-container-fon {
  background: #2f834e;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.8;
}

.swiper-slide {
  padding: 0;
}

.swiper-slide .title img{
  width: 100%;
  height: 280px;
}

.swiper-slide .text {
  padding: 35px;
  font-size: 16px;
  color: #fff;
  height: 210px;
  overflow: hidden;
}

@media screen and (max-width: 560px) {
  .swiper-slide .text {
    padding: 15px;
    height: 320px;
    overflow: hidden;
  }}

.swiper-nav {
  position: absolute;
  display: inline-block;
  bottom: 35px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 360px) {
  .swiper-nav {
    bottom: 10px;
  }}

.swiper-nav .swiper-button-prev,  .swiper-nav .swiper-button-next, .swiper-nav .swiper-pagination {
  position:  relative;
  display: inline-block;
  margin-top: 0;
}

.swiper-nav .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
}

.swiper-nav .swiper-pagination-bullet-active {
  border: solid 3px #2f834e;
  width: 14px;
  height: 14px;
  margin: 0 0px -2px 0;
}

.swiper-nav .swiper-button-white {
  height: 16px;
  width: 16px;
  background-size: contain;
  margin: 0 25px -3px 25px;
}

.swiper-container.dop {
  width: 100%;
  height: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 0;
}

.swiper-container.dop .swiper-slide {
  height: 345px;
  border-bottom: solid 1px #ccc;
  text-align: left;
  overflow: hidden;
}

.swiper-container.dop .swiper-slide p {
  font-size: 14px;
  line-height: 25px;
  padding: 0 5px;
  color: #706f6e;
}

.swiper-slide-year {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 26px;
  font-size: 26px;
  color: #408c5c;
}

.swiper-slide-year:before {
  content: url(../img/about-year.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.swiper-nav.dop {
  position: relative;
  width: initial;
  background: #2f834e;
  padding: 5px 0;
  border-radius: 50px;
  bottom: 0;
  margin-top: 35px;
}

.swiper-nav.dop .swiper-button-white {
  margin-left: 15px;
  margin-right: 15px;
}

.inner-page-header.about {
  background: url("../img/cube-bg-1.jpg");
  background-size: 100%;
  height: 420px;
}

@media screen and (max-width: 700px) {
  .inner-page-header.about {
    background-size: 100% 100%;

  }}

@media screen and (max-width: 500px) {
    .inner-page-header.about {
		height: 300px;
	  }
    .structure-people-work-mode::before {
		top: -3px;
  }

.about-page {
  padding: 0 100px;
  position: relative;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 1500px) {
  .about-page {
    padding: 0 20px;
    width: calc(100% - 300px);
  }
}

.right-menu.little-right-menu {
  box-shadow: inset 5px -10px 15px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: -20px;
}

.about-menu {
  display: inline-block;
  margin-top: 75px;
}

@media screen and (max-width: 1200px) {
  .about-page {
    padding: 0 20px;
    width: 100%;
  }
}

.about-menu p {
  font-size: 19px;
  font-weight: 600;
  color: #706f6e;
  margin-bottom: 15px;
}

.about-menu > ul {
  border-bottom: solid 1px #dae0d9;
  width: 300px;
  margin-left: -35px;
}

.about-menu a {
  display: inline-block;
  width: 100%;
  padding: 15px 10px 15px 35px;
  border-top: solid 1px #dae0d9;
  font-size: 14px;
  color: #545a60;
  position: relative;
}

.about-menu a:hover {
  color: #3daa53;
}

li.active > a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #3daa53;
  background: linear-gradient(to top, #47c4d0, #3eaf63);
  background-size: 4px 100%;
  background-repeat: no-repeat;
}
.nested li a:before{
  display: none;
}
li.active > a:before {
  content: '';
  position: absolute;
  display: block;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 5px solid #3ba489;
}
li.nested.active li a {
  padding-left: 60px;
}
.about-page-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 34px;
  color: #212121;
}

.about-page-block-3 .about-page-title {
  font-size: 30px;
  color: #5c5e5f;
}

.about-page-block-1 {
  position: relative;
  width: 100%;
  min-height: 600px;
  font-size: 17px;
  color: #706f6e;
  margin: 50px 0;
}

.about-page-block-1 b {
  font-weight: normal;
  color: #408c5c;
}

.about-page-block-1-left {
  display: inline-block;
  position: relative;
  width: 49%;
  vertical-align: top;
}

.about-page-block-1-left-img {
  float: right;
  position: relative;
  margin-right: 10px;
}

.about-page-block-1-left .about-page-block-1-fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../img/heart1.png");
  background-size: 100%;
}

.about-page-block-1-left-txt {
  position: absolute;
  right: 190px;
  top: 50px;
  z-index: 1;
  width: 250px;
  padding-right: 50px;
  text-align: right;
}

.about-page-block-1-left-txt img {
  position: absolute;
  z-index: 1;
  top: 8px;
  right: 0;
}

.about-page-block-1-right {
  display: inline-block;
  position: relative;
  width: 49%;
  margin-top: 100px;
}

.about-page-block-1-right-img {
  position: relative;
  float: left;
  margin-left: 10px;
}

.about-page-block-1-right .about-page-block-1-fon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../img/heart2.png");
  background-size: 100%;
}

.about-page-block-1-right-txt {
  position: absolute;
  z-index: 1;
  top: 180px;
  left: 190px;
  width: 330px;
  padding-left: 50px;
}

.about-page-block-1-right-txt img {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 0;
}

.about-page-block-1-text {
  display: inline-block;
  position: relative;
  width: 54%;
  text-align: center;
  padding-top: 100px;
  margin-left: 23%;
  margin-top: 20px;
}

.about-page-block-1-text.mob {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 50px;
}

.about-page-block-1-text img{
  position: absolute;
  top: 0;
  right: 50%;
}

@media screen and (max-width: 1500px) {
  .about-page-block-1-left-img img{
    width: 250px;
  }

  .about-page-block-1-right-img img{
    width: 250px;
  }

  .about-page-block-1-left-txt {
    top: 30px;
    right: 150px;
  }

  .about-page-block-1-right-txt {
    top: 130px;
    left: 140px;
    width: 270px;
  }

  .about-page-block-1-text {
    width: 80%;
    margin-left: 10%;
  }}

@media screen and (max-width: 1200px) {
  .about-page-block-1-left-img img{
    width: initial;
  }
  .header-bottom-lane-left-part a, .header-bottom-lane-right-part a{
    font-size: 16px;
  }
}

.about-page-block-1-right-img img{
  width: initial;
}

.about-page-block-1-left-txt {
  top: 50px;
  right: 190px;
}

.about-page-block-1-right-txt {
  top: 180px;
  left: 190px;
  width: 330px;
}

.about-page-block-1-text {
  width: 60%;
  margin-left: 20%;
}}

@media screen and (max-width: 1050px) {
  .about-page-block-1-left-img img{
    width: 250px;
  }

  .about-page-block-1-right-img img{
    width: 250px;
  }

  .about-page-block-1-left-txt {
    top: 30px;
    right: 150px;
  }

  .about-page-block-1-right-txt {
    top: 130px;
    left: 140px;
    width: 270px;
  }

  .about-page-block-1-text {
    width: 80%;
    margin-left: 10%;
  }}

@media screen and (max-width: 850px) {
  .about-page-block-1-left-img img{
    width: 100%;
  }

  .about-page-block-1-right-img img{
    width: 100%;
  }

  .about-page-block-1-left-txt {
    display: none;
  }

  .about-page-block-1-right-txt {
    display: none;
  }

  .about-page-block-1-text.mob {
    display: inline-block;
  }}

.about-divider {
  width: 100%;
  text-align: center;
  margin-bottom: 105px;
}

.about-page-block-task {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 20px;
}

.about-page-task {
  font-size: 14px;
  display: inline-block;
  width: 27%;
  min-width: 250px;
  vertical-align: top;
  margin: 20px 30px;
}

@media screen and (max-width: 1060px) {
  .about-page-task {
    width: 43%;
    margin: 20px 3%;
  }}

@media screen and (max-width: 400px) {
  .about-page-task {
    width: 100%;
    margin: 20px 3%;
  }}

.about-page-task img{
  margin-bottom: 15px;
}

.about-page-block-2 {
  display: inline-block;
  width: 100%;
  height: 520px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 115px;
}

.about-page-fon {
  position: absolute;
  left: -60px;
  right: -60px;
  height: 100%;
  overflow: hidden;
}

.about-page-fon.dop img {
  max-width: 100%;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
}

.about-page-fon img {
  width: 100%;
}

.about-page-block-3 {
  display: inline-block;
  width: 100%;
  padding: 110px 0;
  text-align: center;
  color: #5c5e5f;
}

.about-page-block-3 .about-page-title  {
  max-width: 585px;
  display: inline-block;
  margin: 0 auto;
}

.about-page-block-3 .about-page-title b {
  color: #2f834e;
  font-weight: normal;
}

.about-page-block-3-fon {
  position: relative;
  height: 345px;
  margin-top: 60px;
  background-image: url("../img/about-blok3.png");
  background-position: center;
  background-repeat: no-repeat;
}

.about-page-block-3-left, .about-page-block-3-right {
  position: relative;
  width: 49%;
  height: 100%;
}

.about-page-block-3-left {
  float: left;
  text-align: right;
}

.about-page-block-3-right {
  float: right;
  text-align: left;
}

.about-page-block-3-1,
.about-page-block-3-2,
.about-page-block-3-3,
.about-page-block-3-4 {
  position: absolute;
  width: 320px;

}

@media screen and (max-width: 860px) {
  .about-page-block-3-1,
  .about-page-block-3-2,
  .about-page-block-3-3,
  .about-page-block-3-4 {
    width: 220px;

  }}

@media screen and (max-width: 600px) {
  .about-page-block-3-fon {
    background-image: none;
    height: initial;
  }

  .about-page-block-3-left, .about-page-block-3-right {
    position: relative;
    width: 100%;
    height: 100px;
  }

  .about-page-block-3-1,
  .about-page-block-3-2,
  .about-page-block-3-3,
  .about-page-block-3-4 {
    position: relative;
    width: 100%;

  }}

.about-page-block-3-1 {
  top: 30px;
  right: 60px;
  padding-right: 55px;
}

.about-page-block-3-2 {
  top: 250px;
  right: 60px;
  padding-right: 55px;
}

.about-page-block-3-3 {
  top: 30px;
  left: 65px;
  padding-left: 50px;
}

.about-page-block-3-4 {
  top: 250px;
  left: 65px;
  padding-left: 50px;
}

.about-page-block-3-1:before,
.about-page-block-3-2:before,
.about-page-block-3-3:before,
.about-page-block-3-4:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 16px;
  top: 3px;
  background-repeat: no-repeat;
}

.about-page-block-3-1:before,
.about-page-block-3-2:before,
.about-page-block-3-3:before,
.about-page-block-3-4:before {
  background-image: url("../img/about-line2.png");
}

.about-page-block-3-1:before,
.about-page-block-3-2:before {
  background-image: url("../img/about-line1.png");
}

.about-page-block-3-1:before {
  right: -5px;
}

.about-page-block-3-2:before {
  right: -5px;
}

.about-page-block-3-3:before {
  left: -5px;
}

.about-page-block-3-4:before {
  left: -5px;
}

@media screen and (max-width: 600px) {
  .about-page-block-3-fon {
    background-image: none;
    height: initial;
  }

  .about-page-block-3-left, .about-page-block-3-right {
    position: relative;
    width: 100%;
    height: inherit;
    float: left;
    text-align: left;
  }

  .about-page-block-3-1,
  .about-page-block-3-2,
  .about-page-block-3-3,
  .about-page-block-3-4 {
    position: relative;
    width: 100%;
    top: inherit;
    left: inherit;
    right: inherit;
    float: left;
    padding-left: 50px;
    padding-right: 0;
    margin: 20px 0;
  }

  .about-page-block-3-1:before,
  .about-page-block-3-2:before,
  .about-page-block-3-3:before,
  .about-page-block-3-4:before {
    background-image: url("../img/about-line2.png");
    left: -5px;
  }}

.about-page-block-4 {
  display: inline-block;
  width: 100%;
  height: 520px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 90px;
}

.about-page-block-4-sale {
  position: relative;
  top: 140px;
  background: #fff;
  float: right;
  width: 330px;
  padding: 40px;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
}

.about-page-block-4-sale b {
  color: #2f834e;
}

.about-page-block-4-sale:before {
  content: url(../img/about-sale.png);
  position: absolute;
  padding: 30px 12px;
  left: -125px;
  top: 0;
  width: 125px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: #4cab4f;
  background-image: url(../img/bg-main45.png);
  opacity: 0.93;
}

@media screen and (max-width: 500px) {
  .about-page-block-4-sale:before {
    display: none;
  }
  .about-page-block-4-sale {
    top: 18%;
    width: 250px;
    padding:  10px 20px;
    border-radius: 10px 10px;
  }}

.about-page-block-5 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  color: #706f6e;
  line-height: 30px;
  margin-bottom: 50px;
}

.about-page-block-5 a, .swiper-container.dop .swiper-slide a {
  color: #2f834e;
  transition: all .3s ease;
  border-bottom: solid 1px rgba(64, 140, 92, 0.5);
}

.about-page-block-5 a:hover, .swiper-container.dop .swiper-slide a:hover {
  color: #2db3d2;
  border-bottom: solid 1px #2db3d2;
}

.about-page-block-6 {
  max-width: 800px;
  margin: 70px auto 10px auto;
  text-align: center;
}

.about-page-block-7 {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 30px;
  margin-bottom: 65px;
}

.about-page-block-7 .about-page-fon img {
  height: inherit;
}

.about-page-fon-dop2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 35px;
  bottom: 0;
  background: #268049;
  background-image: url(../img/bg-main45.png);
  opacity: 0.93;
}

.about-page-block-7-diplom {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 10px;
}

.about-page-block-7-diplom img {
  margin: 20px;
  width: 150px;
}

.but-diplom {
  display: inline-block;
  width: 100%;
  margin-top: 35px;
}

.but-diplom a {
  display: inline-block;
  border: 2px solid #fff;
  padding: 8px 25px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  transition: all .3s ease;
}

.but-diplom a:hover {
  background: #fff;
  color: #2f834e;
}

/**
 * Swiper 3.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: October 16, 2016
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property: -webkit-transform;transition-property: transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property: height,-webkit-transform;transition-property: transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-moz-appearance:none;-ms-appearance:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);-moz-transform:translate3d(0,-50%,0);-o-transform:translate(0,-50%);-ms-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 5px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-moz-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-moz-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:rgba(255,255,255,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;-moz-perspective:1200px;-o-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-moz-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active,.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-moz-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-moz-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-moz-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;-moz-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;-webkit-background-size:100%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

form#pharmanet_filter {
  float: left;
}
.obalst, .all-pharmacy {
  background-color: rgba(24, 146, 179, 0.85);
  border-radius: 17px;
  color: #fff;
  display: inline-block;
  padding: 4px 0;
  margin-bottom: 10px;
  position: relative;
  width: 200px;
  cursor: pointer;
  z-index: 101;
}
.obalst  ul,
.all-pharmacy ul{
  display: none;
  position: relative;
  text-align: center;
  z-index: 100;
}
.obalst .angle-down,
.all-pharmacy .angle-down {
  background-color: #1892b3;
  border-radius: 17px;
  height: 31px;
  position: absolute;
  right: 0;
  top: 1px;
  width: 33px;
}
.obalst li:hover,
.all-pharmacy li:hover{
  background-color: #fff;
  transition: all .3s ease;
  color: #2899b7;
}
#map #pharmanet_filter{
  position: absolute;
  right: 418px;
  top: 10px;
}
#map .obalst{
  top: 0;
  left: 0;
}
#map .all-pharmacy{
  left: 205px;
}
.language-swit.active{
  background-color: #1892b3;
  border-radius: 16px 16px 0 0;
  margin-top: -4px;
  padding: 4px 0;
}
.language-switch-content.switch-content.activ{
  background-color: #1892b3;
  border-radius: 16px 16px 0 0;
  margin-top: -4px;
  padding: 4px 0;
}
.all-pharmacy.opened-dropdown li,
.obalst.opened-dropdown li  {
  padding: 3px 14px;
  text-align: left;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
.all-pharmacy.opened-dropdown li:last-child,
.obalst.opened-dropdown li:last-child{
  border-color: transparent;
}
.obalst .language-switch-content span{
  margin-right: 44px;
}
.all-pharmacy .language-switch-content span{
  margin-right: 98px;
}
.all-pharmacy.opened-dropdown img {
  background-color: #2899b7;
  border-radius: 4px;
  margin-right: 5px;
}
.button-nav {
  display: inline-block;
  color: #c4c4c4;
  float: right;
  margin-top: 8px;
}
.button-nav a {
  border: 1px solid #c4c4c4;
  border-radius: 16px;
  padding: 5px 28px;
}
.button-nav img {
  margin-right: 5px;
  margin-bottom: 5px;
}
.button-nav a.list-nav {
  background-color: #fff;
  border: 1px solid #7ac588;
  color: #7ac588;
  margin-left: -23px;
}
.pharmacyss{
  max-width: 100%;
  text-align: left;
  margin-top: 100px;
}
.pharmacyss table{
  width: 100%;
}
.pharmacyss tr{
  border-bottom: 2px solid #e5e7e7;
}
.language-switch-content span, .share-buttons-content span {
  margin-bottom: 2px;
  margin-top: 2px;
}
.pharmacyss th{
  padding: 10px 0 3px;
  color: #888989;
  font-weight: 500;
}
.pharmacyss tr:hover{
  background-color: #f6f6f6;
}
.pharmacyss td{
  padding: 25px 0 !important;
  vertical-align: top;
  position: relative;
}
.pharmacyss h3 {
  color: #64707d;
  display: inline-block;
  font-size: 18px;
  /*height: 16px;*/
  line-height: 15px;
  margin-left: 10px;
  vertical-align: middle;
  width: 200px;
  margin-bottom: 16px;
  text-align: left;
}
.pharmacyss h3:hover{
  color: #73b3d1;
  /* border-bottom: 1px dotted #73b3d1; */
}
.pharmacyss h3:hover span{
  color: #73b3d1 !important;
  border-bottom: 1px dotted #73b3d1;
}
.local{
  color: #c4c4c4;
  border-bottom: 1px dotted #c4c4c4;
}
.local:hover{
  color: #73b3d1;
  border-bottom: 1px dotted #73b3d1;
}

.time {
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.pharmacyss span {
  left: 35px;
  position: absolute;
  top: 10px;
  color: #7ac588;
  font-size: 18.6px;
}
.row-2 td:nth-child(1) a span,
.row-3 td:nth-child(1) a span,
.row-4 td:nth-child(1) a span {
  color: #64707d;
  left: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
  display: inline-block;
}
.col3 div{
  position: relative;
  background-color: #f6f6f6;
  border-radius: 13px;
}

.row-2 p,.row-3 p, .row-4 p{
  /*margin-bottom: -21px;*/
  color: #888989;
  font-size: 16px;
}
.row-2 td:nth-child(2),
.row-3 td:nth-child(2),
.row-4 td:nth-child(2){
  min-width: 188px;
}
.row-2 td:nth-child(3) p{
  margin-left: 50px;
  color: #7ac588;
  display: inline-block;
}
/*
.row-2 td:nth-child(4) a{
	margin-left: 7px;
}
*/
.col3>p{
  display: none;
}
.col3 p div p {
  color: #7ac588;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}

a.apteka-call{
  /* margin-left: 7px; */
}
.notice-apteka-call {
  position: absolute;
  background: #4eb46c;
  display: none;
  width: 150px;
  text-align: center;
  padding: 5px 5px 5px;
  top: 40px;
  right: 131%;
  border-radius: 10px;
  transition: all .5s linear;
  /* top: 19px; */
  top: 50%;
  transform: translateY(-50%);
  /* left: -138px; */
  color: #fff;
}
.notice-apteka-call a{
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5px;
  color: #ffffff;
}
.notice-apteka-call:after{
  content: '';
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-left: 7px solid #4eb46c;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
}

.pharmacyss > p {
  color: #888989;
  margin-top: 26px;
}
.bottom-nav {
  display: inline-block;
  margin-left: 331px;
}
.news-pharmacy {
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  /*height: 783px;*/
  width: 71%;
  position: relative;
  z-index: 2;
  float: left;
}
.pharmacyss .logo_icon img {
  float:left;
}
.pharmacyss .col1 {text-align: center;min-width: 282px;}
.pharmacyss .col3 {text-align: center;width: 240px;}
.pharmacyss .col2 {
  min-width: 188px;}
.pharmacyss .col4{
  min-width: 53px;}
.pharmacyss .col2 p{
  line-height: 15px}
#pharmanet_map {
  display: block;
  height: 600px;
  position: relative;
  width: 100%;
}

.pharmacy-seach {
  float: left;
  height: auto;
  position: relative;
  width: 29%;
}

.seach-scroll{
  position: fixed;
  top: 0;
  right: 0;
}

.pharmacy-seach img{
  cursor: pointer;
}
.pharmacy-seach img:nth-child(2):hover .seach-p{
  display: none !important   ;
}
.pharmacy-seach img:nth-child(3){
  position: absolute;
  right: 11px;
  bottom: 228px;
}
.pharmacy-seach img:nth-child(4){
  position: absolute;
  right: 100px;
  bottom: 190px;
}
.pharmacy-seach img:nth-child(5){
  position: absolute;
  left: 100px;
  top: 190px;
}
.pharmacy-seach img:nth-child(6){
  position: absolute;
  left: 156px;
  top: 290px;
}
.pharmacy-seach img:nth-child(7){
  position: absolute;
  left: 256px;
  top: 160px;
}
.pharmacy-seach img:nth-child(8){
  position: absolute;
  left: 256px;
  top: 60px;
}
.pharmacy-seach a:nth-child(9) {
  bottom: 114px;
  position: absolute;
  right: 86px;
}
.pharmacy-seach a:nth-child(9) img{
  border-radius: 50%;
}
.pharmacy-seach img:nth-child(10){
  position: absolute;
  right: 20px;
  bottom: 119px;
}
.pharmacy-seach a img{
  position: absolute;
  top: 0;
  left: 0;
}
.icon-ph {
  left: 127px;
  position: absolute;
  top: 20px;
  z-index: 111;
}
.ymaps-2-1-45-controls__control_toolbar,
.ymaps-2-1-45-controls__control,
.gotoymaps ,
.ymaps-2-1-45-copyright{
  display: none !important;
}
.bottom-nav {
  width: 100%;
  margin: 0 auto;
}
#accordion-js{
  display: none;
}
.reactive-logo-img img {
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}
/*//////////////////////????????? ????//////////////////////////*/
#modal_form {
  border-radius: 5px;
  position: fixed; /* ??o?? o??o ???o ? ?????o? ?o?? ? ???o? ????? */
  top: 45%; /* o?????a?? ?????? 45%, o??a????? 5% ?o?????? ?????? */
  left: 50%; /* ?o?o???a ???a?a ????a */
  margin-top: -150px;
  margin-left: -240px; /* ??? ??? ?a??? ?????o??? css, o?????a?? ????o ? ????? ????? ?o?o???? ?????? ? ???o?? ?oo??????????o =) */
  display: none; /* ? o????o? ?o??o???? o??a ?? ?o???o ???? */
  opacity: 0; /* ?o??o???? ??o??a??o ??? a?????o?a??? */
  z-index: 120; /* o??o ?o???o ???? ?a??o??? ?o????? ??o? */
  padding: 20px 10px;
}
/* ??o??a ?a????? ??? ??? ??o ? ?a???) */
#modal_form #modal_close {
  cursor: pointer;
  display: block;
  position: fixed;
  right: 30px;
  top: 30px;
  font-size: 30px;
  color: #fff;
}
/* ?o??o??a */
#overlay {
  z-index:110; /* ?o??o??a ?o???a ???? ???? ??o?? ???????o? ?a??a, ?o ???? ??o? ?o?a???o?o o??a */
  position:fixed; /* ?????a ????????a?? ???? ?a?? */
  background-color: rgba(14, 141, 87, 0.93);
  width:100%;
  height:100%; /* ?a????o? ?o ???? ???a? */
  top:0; /* ?????? ? ????a 0, o???a??????? ??o????a! */
  left:0;
  cursor:pointer;
  display:none; /* ? o????o? ?o??o???? ? ???) */
}
#modal_form > p {
  color: #fff;
  font-size: 40px;
  margin-bottom: 30px;
}
#modal_form input {
  padding: 10px 0;
  width: 250px;
  border: medium none;
}
#modal_form form input:nth-child(1) {
  border-radius: 20px 0 0 20px;
  margin-right: -3px;
  background-image: url(../img/pharmacy-icon-1.png);
  background-repeat: no-repeat;
  background-position: left 2px top 10px;
}
#modal_form form input[placeholder]:nth-child(2),
#modal_form form input[placeholder]:nth-child(1) {
  padding-left: 20px;
}
#modal_form form input:nth-child(2) {
  background-image: url("../img/nav-btn.png");
  background-position: left 0px top 11px;
  background-repeat: no-repeat;
}
/*////////////////////////////////////////////////////*/
@media  screen and (max-width: 1420px){
  .button-nav {
    display: block;
    margin-left: 0;
    margin-top: 102px;
    float: none;
  }
  .pharmacyss{
    margin-top: 0;
  }
}
@media  screen and (max-width: 1200px){
  .pharmacyss{
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}
@media  screen and (min-width: 768px) and (max-width: 991px){
  .pharmacy-seach img:nth-child(10){
    display: none;
  }
  .bottom-nav{
    height: 65px;
  }
  .button-nav{
    display: block;
    margin-top: 102px;
    margin-left: 0;
  }
}
@media  screen and (max-width: 767px){
  .news-pharmacy {
    height: 827px;
  }
  .button-nav{
    display: block;
    margin-top: 145px;
    margin-left: 0;
  }
  /*
  .all-pharmacy{
    left: 20px;
    top: 235px;
  }
  */
  .pharmacy-seach img:nth-child(10){
    display: none;
  }
  /*.bottom-nav{
		margin-left: 0;
	}*/
  .bottom-nav  .paginator{
    margin: 4px 0 0;
  }

  .pharmacy-seach{
    z-index: 100;
  }
  .list_container.list-wrapper {
    overflow: hidden;
}
.awards-wrap {
    margin: 0 auto 60px ;
}
.history-page-list p {
    padding-bottom: 10px;
}
}
@media  screen and (max-width: 480px){
	
  .news-pharmacy{
    width: 100%;
  }
  .pharmacy-seach{
    display: none;
  }
  #accordion-js{
    display: block;
  }
  .map-nav,
  .list-nav{
    display: none;
  }
  .button-nav a.active {
    background-color: #fff;
    border: 1px solid #7ac588;
    color: #7ac588;
    margin-left: 0;
    margin-top: 16px;
    padding: 4px 25px;
  }
  .list {
    background-color: #fff;
    bottom: 0;
    left: 90px;
    margin-left: 1px;
    position: relative;
    z-index: 1000;
    border-color: #7ac588 !important;
    color: #7ac588;
  }
  .accordion {
    left: -121px;
    position: relative;
    z-index: 100;
  }
  #accordion-js > div {
    margin-top: 20px;
  }
  .news-pharmacy{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    float: none;
  }
  .reactive-logo-img img{
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .all-pharmacy,
  .obalst{
    background-color: rgba(24, 146, 179, 1);
  }
}
/*/////////////////////////////////About_seminary/////////////////////////////////////////////////////////*/
.inner-page-header {
  z-index: 103;
}
.tabs ul li {
  display: inline-block;
  font-size: 15px;
  text-align: center;
  width: 150px;
  color: #d0d1d4;
}
.tabs ul {
  border-bottom: 1px dashed #d0d1d4;
  overflow: hidden;
  width: 300%;
}
.tabs{
  position: relative;
}

.tabs .selected {
  background-image: url("../img/line.png");
  background-position: left 0 bottom 0;
  background-repeat: no-repeat;
  padding-bottom: 30px;
  transition: inherit;
  pointer-events: none;
}
.tabs ul li.active {
  color:#545a60;
  cursor: pointer;
}

#month{
  color: #545a60;
  cursor: pointer;
}
.tabs > a {
  position: absolute;
  right: 0;
  top: 2px;
  color: #d0d1d4;
}
.about_seminary {
  background-color: #fff;
  width: 81%;
}
.page_about{
  background-color: #edf5eb;
}
.menu-about {
  height: 100%;
  padding: 0;
  right: -35px;
  width: 19%;
  z-index: 3;
  margin-top: 70px;
}
.about-another{
  margin-top: 200px;
}
.tabs-childs img {
  width: 5%;
}
.news-page-content .tabs-childs p {
  text-align: left;
  vertical-align: top;
  display: inline-block;
}
.tabs-childs > p {
  display: inline-block;
  font-size: 24px;
  line-height: 20px;
  width: 90%;
  margin-left: 20px;
}
.tabs-contents > img {
  border-radius: 6px;
  float: left;
  margin-top: 8px;
  margin-right: 30px;
  margin-bottom: 0;
}
.tabs-childs .tabs-content> p {
  font-size: 36px;
  color: #d8d7d7;
  margin-top: 20px;
  font-weight: 300;
}
.tabs-childs span {
  color: #4c9367;
  font-size: 42px;
}
.tabs-contents > h3 {
  display: block;
  font-size: 18px;
  vertical-align: top;
  color: #192e44;
  margin-left: 10px;
}
.tabs-contents p:nth-child(3) {
  font-size: 14px;
  line-height: 18px;
  width: 300px;
  margin-right: 40px;
}
.tabs-contents p:nth-child(4) {
  min-width: 400px;
  max-width: 600px;
}
.tabs-child {
  margin-top: 50px;
}
.tabs-contents {
  border-bottom: 1px solid #d0d1d4;
  padding-bottom: 20px;
}
.tabs-contents > img {
  border-radius: 6px;
  float: left;
  margin-top: 8px;
  margin-bottom: 0;
}
.tabs-content .last{
  border-bottom: transparent;
}

.about-menu p {
  font-size: 19px;
  font-weight: 600;
  color: #706f6e;
  margin-bottom: 15px;
}

.about-menu > ul {
  border-bottom: solid 1px #dae0d9;
  width: 300px;
  margin-left: -35px;
}

.about-menu a {
  display: inline-block;
  width: 100%;
  padding: 15px 10px 15px 35px;
  border-top: solid 1px #dae0d9;
  font-size: 14px;
  color: #545a60;
  position: relative;
}

.about-menu a:hover {
  color: #3daa53;
}

li.active > a {
  position: relative;
  font-size: 15px;
  font-weight: 700;
  color: #3daa53;
  background: linear-gradient(to top, #47c4d0, #3eaf63);
  background-size: 4px 100%;
  background-repeat: no-repeat;
  pointer-events: none;
}
.nested li.active{
  position: relative;
}
.nested li a:before{
  display: none;
}
li.active > a:before {
  content: '';
  position: absolute;
  display: block;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-right: 5px solid #3ba489;
}
.search {
  bottom: 80px;
  position: fixed;
  right: 10px;
  z-index: 1000;
}
.search > img {
  border-radius: 50%;
}
.content{
 /* overflow: hidden;*/
}
html, body {
  position: relative;
  overflow-x: hidden;
}

/*////////////////////?????????///////////////////////////*/
[class^="scroll"] {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}
[class^="scroll"] input {
  display: none;
}
[class^="scroll"] div {
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 0;
}
[class^="scroll"] li {
  position: relative;
  right: 0em;
  width: 25%;
  height: 100%;
  transition: .5s;
}

[class^="scroll"] label {
  cursor: pointer;
  font-size: 22px;
  color: #d0d1d4;
}
[class^="scroll"] input:nth-of-type(1):checked ~ label:nth-of-type(2):after,
[class^="scroll"] input:nth-of-type(2):checked ~ label:nth-of-type(3):after,
[class^="scroll"] input:nth-of-type(3):checked ~ label:nth-of-type(4):after,
[class^="scroll"] input:nth-of-type(4):checked ~ label:nth-of-type(5):after,
[class^="scroll"] input:nth-of-type(5):checked ~ label:nth-of-type(6):after,
[class^="scroll"] input:nth-of-type(6):checked ~ label:nth-of-type(7):after,
[class^="scroll"] input:nth-of-type(7):checked ~ label:nth-of-type(8):after,
[class^="scroll"] input:nth-of-type(8):checked ~ label:nth-of-type(9):after   {
  content: "\3009";
  position: absolute;
  right: 0;
}
[class^="scroll"] input:nth-of-type(2):checked ~ label:nth-of-type(1):after,
[class^="scroll"] input:nth-of-type(3):checked ~ label:nth-of-type(2):after,
[class^="scroll"] input:nth-of-type(4):checked ~ label:nth-of-type(3):after,
[class^="scroll"] input:nth-of-type(5):checked ~ label:nth-of-type(4):after,
[class^="scroll"] input:nth-of-type(6):checked ~ label:nth-of-type(5):after,
[class^="scroll"] input:nth-of-type(7):checked ~ label:nth-of-type(6):after,
[class^="scroll"] input:nth-of-type(8):checked ~ label:nth-of-type(7):after,
[class^="scroll"] input:nth-of-type(9):checked ~ label:nth-of-type(9):after {
  content: "\3008";
  position: absolute;
  left: 0;
}

[class^="scroll"] input:nth-of-type(2):checked ~ ul li {right: 5%;}
[class^="scroll"] input:nth-of-type(3):checked ~ ul li {right: 10%;}
[class^="scroll"] input:nth-of-type(4):checked ~ ul li {right: 15%;}
[class^="scroll"] input:nth-of-type(5):checked ~ ul li {right: 20%;}
[class^="scroll"] input:nth-of-type(6):checked ~ ul li {right: 25%;}
[class^="scroll"] input:nth-of-type(7):checked ~ ul li {right: 30%;}
[class^="scroll"] input:nth-of-type(8):checked ~ ul li {right: 35%;}
[class^="scroll"] input:nth-of-type(9):checked ~ ul li {right: 40%;}

/*///////////////////////////////////////////////*/
@media  screen and (max-width: 1199px){
  .tabs-contents p:nth-child(3) {
    clear: both;
    left: 44px;
    top: -14px;
    width: 232px;
  }
  .about_seminary {
    width: 75%;
  }
/*  .tabs-contents p:nth-child(4) {
    margin-top: -100px;
    width: 350px;
  }*/
  .tabs .active {
    background-position: left -21px bottom 0;
  }
  .tabs ul li {
    width: 110px;
  }
  .menu-about {
    right: -36px;
  }
}


@media  screen and (min-width: 768px) and (max-width: 991px){
  .menu-about {
    right: -22px;
    width: 20%;
  }
  .about-menu li {
    width: 64%;
  }
  .about-menu ul {
    margin-left: -22px;
  }
  .tabs ul li {
    width: 86px;
  }
  .tabs .active {
    background-position: left -33px bottom 0;
  }
  .tabs-childs img {
    width: 6%;
  }
  .tabs-childs > p {
    font-size: 20px;
    width: 490px;
  }
  .tabs-contents p:nth-child(4) {
    display: block;
    float: none;
    margin-top: -9px;
  }
  .tabs-contents > h3 {
    margin-left: 32px;
  }
  .about-another .active {
    background-position: left -5px top 6px;
  }
  .about-another > h3 {
    font-size: 15px;
  }
  .search {
    bottom: 300px;
  }
  .tabs-contents p:nth-child(3) {
    left: 65px;
  }
}
@media  screen and (max-width: 800px){
  .about_seminary,
  .menu-about ,
  .about-menu,
  .about-menu ul,
  .about-menu li {
    width: 100%;
  }
  .about-menu{
    position: relative;
  }
  .menu-about {
    right: -27px;
  }
}
@media  screen and (max-width: 767px){
	.map #pharmanet_filter{
		display: none;
	}
	.structure-people-work-mode{
		margin-left: 30px;
	}
	.content_inner2 {
		overflow-x: scroll;
	}
  .menu-about {
    position: relative;
    width: 100%;
    right: 0;
    top: 0;
  }
  .about-menu {
    margin-bottom: 75px;
    margin-top: 0;
    position: relative !important;
  }
  .about-menu p {
    margin-left: 40px;
  }
  .about-menu ul {
    margin-left: 5px;
    width: 100%;
  }
  .about_seminary {
    width: 100%;
  }
  .about-another {
    margin-top: 20px;
  }
  .search {
    display: none;
  }
  [class^="scroll"] input:nth-of-type(2):checked ~ label:nth-of-type(1):after,
  [class^="scroll"] input:nth-of-type(3):checked ~ label:nth-of-type(2):after,
  [class^="scroll"] input:nth-of-type(4):checked ~ label:nth-of-type(3):after,
  [class^="scroll"] input:nth-of-type(5):checked ~ label:nth-of-type(4):after,
  [class^="scroll"] input:nth-of-type(6):checked ~ label:nth-of-type(5):after,
  [class^="scroll"] input:nth-of-type(7):checked ~ label:nth-of-type(6):after,
  [class^="scroll"] input:nth-of-type(8):checked ~ label:nth-of-type(7):after,
  [class^="scroll"] input:nth-of-type(9):checked ~ label:nth-of-type(9):after  {
    text-align: center;
    top: 36px;
    width: 20px;
    background-color: #4c9367;
  }
  [class^="scroll"] input:nth-of-type(1):checked ~ label:nth-of-type(2):after,
  [class^="scroll"] input:nth-of-type(2):checked ~ label:nth-of-type(3):after,
  [class^="scroll"] input:nth-of-type(3):checked ~ label:nth-of-type(4):after,
  [class^="scroll"] input:nth-of-type(4):checked ~ label:nth-of-type(5):after,
  [class^="scroll"] input:nth-of-type(5):checked ~ label:nth-of-type(6):after,
  [class^="scroll"] input:nth-of-type(6):checked ~ label:nth-of-type(7):after,
  [class^="scroll"] input:nth-of-type(7):checked ~ label:nth-of-type(8):after,
  [class^="scroll"] input:nth-of-type(8):checked ~ label:nth-of-type(9):after  {
    text-align: center;
    top: 36px;
    width: 20px;
    background-color: #4c9367;
  }
  [class^="scroll"] {
    height: 70px;
  }
}
@media  screen and (max-width: 667px){
  .tabs-contents p:nth-child(4) {
		float: none;
		margin-top: -10px;
	 }
}
@media  screen and (max-width: 600px){
	.internet-operations-buttons {
		top: 150px !important;
	}
	.sitemap{
		display: block;
	}
	.form-wrapper .checkbox-slider {
    margin: 5px 30px 25px;
}
	.seach-scroll {
		position: initial;
	}
  .tabs .active {
    background-position: left -32px bottom 0;
  }
  .tabs ul li {
    width: 90px;
  }
  .tabs-childs img {
    width: 6%;
  }
  .tabs-childs > p {
    font-size: 20px;
    width: 470px;
  }
  .tabs-contents p:nth-child(4) {
    margin-top: -9px;
    float: none;
  }
  .tabs-contents > h3 {
    margin-left: 34px;
  }
  .tabs-contents p:nth-child(3) {
    left: 66px;
    top: -5px;
  }
  .about-menu {
    margin-bottom: 75px;
    margin-top: 0;
    position: relative !important;
  }
  .content-shop .form-wrapper input {
	 background: #fff url(../img/drug-search-icon.jpg) no-repeat scroll 25px 9px;
  }
}
@media  screen and (max-width: 480px){
	.awards-wrap {
		min-width: 100%;
	}
	.content-shop .form-wrapper button {
		margin-top: 20px;
		border-radius: 30px;
		width: 100%;
		position: initial;
	}
	.content-shop .form-wrapper input {
		width: 100%;
		border-radius: 30px;
		padding: 0 10px 0 62px;
	}
	.content-shop .form-wrapper:before {
		font-size: 11px;
	}
  .tabs-childs > p {
    font-size: 18px;
    width: 214px;
  }
  .tabs-childs img {
    width: 14%;
    vertical-align: top;
  }
  .tabs-contents > h3 {
    margin-left: 10px;
  }
  .tabs-contents p:nth-child(3) {
    width: 232px;
    left: 50px;
    top: -19px;
  }
  .tabs-contents p:nth-child(4) {
    min-width: 100%;
    margin-left: 0;
  }
  [class^="scroll"] {
    padding: 0 10px;
  }
  .about-menu {
    margin-bottom: 75px;
    margin-top: 0;
    position: relative !important;
  }
}

.feed-content > img {
  float: left;
  margin-right: 20px;
  width: 26px;
}
.feed-content > a {
  border-bottom: 1px dashed #ccc;
  color: #2ea751;
  font-size: 15px;
  margin-left: 44px;
}
.feedback-content{
  color: #adadad;
}
.feedback-form form {
  background-color: #eeefee;
  margin: 0 auto;
  max-width: 400px;
}
.feedback-form{
  background-color: #eeefee;
  padding-top: 30px;
  padding-bottom: 50px;
}
.feedback-page{
  padding: 0;
}
.feedback-content{
  padding: 0 100px;
}
.search-inputs .left-input-block span {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #42ab51;
  border-radius: 50px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  font-size: 15px;
  height: 24px;
  left: 20px;
  padding: 0 10px;
  position: absolute;
  top: -15px;
  /*
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s ease;
  */
}
.search-inputs .left-input-block span:after {
  border-color: #42ab51 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  bottom: -4px;
  content: ' ';
  height: 0;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  /* transform: translateX(-50%); */
  width: 0;
}

/* tabs and content */
.fake-height{
  height: 400px;
}
.shop-tabs{
  overflow: hidden;
  position: relative;
  height: 100%;
}
.shop-tabs dt{
  float: left;
  width: 33%;
  padding: 20px 0 13px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 4px solid #e8e8e8;
}
.shop-tabs dd{
  float: right;
  margin: 57px 0 0 -100%;
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
}
.shop-tabs dt.selected{
  -webkit-border-image: -webkit-linear-gradient(left, #3ea14c 0%, #40c4df 100%);
  -moz-border-image: -moz-linear-gradient(left, #3ea14c 0%, #40c4df 100%);
  -o-border-image: -o-linear-gradient(left, #3ea14c 0%, #40c4df 100%);
  -webkit-border-image: linear-gradient(to right, #3ea14c 0%, #40c4df 100%);
  border-image: linear-gradient(to right, #3ea14c 0%, #40c4df 100%);
  border-image-slice: 1;
}
.shop-tabs dt:hover{
  cursor: pointer;
}
.shop-tabs dd.selected{
  display: block;
}
.step-content{
  display: none;
}
.step-content.selected{
  display: block;
}
.step1, .step2{
  padding: 40px 85px;
}
.step3{
  margin-right: -15px;
}
.step3 .content-place{
  padding: 40px 40px 40px 85px;
}
.step3 .map-place{
  padding: 0;
  padding-right: -15px;
}
.step-item li ul li {
  color: #919292;
  margin: 0;
}
.step-item li.deactive{
  position: relative;
  height: 60px;
}
.deactive img {
  display: block;
  position: absolute;
  left: 30px;
  transition: all 1s ease-in-out;
}
.deactive .no-active-img{
  opacity:1;
  filter:alpha(opacity=100);
}
.deactive .active-img{
  opacity:0;
  filter:alpha(opacity=0);
}
.step-text-hide{
  opacity: 0;
}
.deactive-before {
  font-size: 18px;
  border-bottom: 3px dotted #d2d3d3;
  font-weight: bold;
  position: absolute;
  width: 45px;
  margin-top: 30px;
  margin-left: 143px;
  transition: all 0.2s linear;
}

.step-item li:last-child ul li.first-line:before {
  content: "";
}
.step-item .title {
  font-size: 14px;
  color: #c6c6c6;
  transition: all 0.4s linear;
  margin: 20px 0;
}
.step-item .title.active {
  color: #1489ba;
}
.step-item li ul li.title:before {
  position: absolute;
  margin-left: -15px;
}
.step-item li:nth-child(1) ul li.title:before {
  content: "1.";
}
.step-item li:nth-child(2) ul li.title:before {
  content: "2.";
}
.step-item li:nth-child(3) ul li.title:before {
  content: "3.";
}
.step-item li:nth-child(4) ul li.title:before {
  content: "4.";
}
/* end */

/* count */
.item-cuant input, .cart-item-cuant input{
  display: block;
  margin: 0 auto;
}
.item-cuant .count-plus, .item-cuant .count-minus{
  width: 20px;
  height: 20px;
  background: #cdcdcd;
  color: #fff;
  border-radius: 50%;
  border-color: transparent;
  border-width: 1px;
  padding: 0;
  visibility: hidden;
}
.item-cuant .count-plus{
  margin-bottom: 6px;
}
.item-cuant .count-minus{
  margin-top: 6px;
}
.result-item:hover .item-cuant .count-plus, .result-item:hover .item-cuant .count-minus{
  visibility: visible;
}
.item-cuant .input-quantity {
  /*width: 50px;*/
  /*height: 35px;*/
  padding: 6px 10px;
  font-size: 18px;
  color: #848484;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  text-align: center;
}
.result-item:hover .input-quantity{
  background: #f6f6f6;
}
/* end */

/* count cart*/
.cart-item-cuant .input-quantity{
  text-align: center;
  padding: 0 5px;
  border-radius: 10px;
  border-color: transparent;
  background: #f2f8f0;
}
.cart-item-cuant  .count-plus, .cart-item-cuant  .count-minus{
  width: 20px;
  height: 20px;
  background: #cdcdcd;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  border-color: transparent;
  border-width: 1px;
  visibility: hidden;
}
.cart-item-cuant  .count-plus{
  margin-bottom: 5px;
}
.cart-item-cuant  .count-minus{
  margin-top: 5px;
}
.item-side:hover .cart-item-cuant  .count-plus, .item-side:hover .cart-item-cuant  .count-minus{
  visibility: visible;
}
.count-plus:hover, .count-minus:hover{
  background: #27a0c8;
}
.item-side:hover .input-quantity{
  background: #fff;
}
.item-add a:hover {
  background: #26a4cb;
  background-image: url('../img/cart-on.png');
  background-position: center center;
  background-repeat: no-repeat;
  transition: box-shadow 0.5s ease;
  transition: background-image 0.3s linear;

}
.geo-check a:hover {
  background: #26a4cb;
  background-image: url('../img/cart-on.png');
  background-position: center center;
  background-repeat: no-repeat;
  transition: box-shadow 0.3s ease;
  transition: background-image 0.3s linear;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.item-price a:hover{
  color: #26a4cb;
  border-color: transparent;
}
.phone-icon, .time-icon {
  border-radius: 20px;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.phone-icon {
  background-image: url('../img/call-icon.png');
  transition: background-image 0.4s ease;
}
.time-icon {
  background-image: url('../img/clock-icon.png');
  transition: background-image 0.4s ease;
}
.item-name div{
  display: inline-block;
  vertical-align: top;
  max-width: 170px;
}
td.item-name.store-item {
  width: 220px;
}
.time-notice, .phone-notice{
  position: absolute;
  background: #29a962;
  border-radius: 10px;
  padding: 15px 20px;
  cursor: auto;
  white-space: nowrap;
  top:-7px;
  left:25px;
  font-size: 16px;
  color: #fff;
  z-index: 5;
  display: none;
  transition: display 1s linear;
}
.time-notice:before, .phone-notice:before{
  content: '';
  position: absolute;
  top: 9px;
  left: -13px;
  border: 8px solid transparent;
  border-right: 5px solid #29a962;
  display: none;
  transition: display 1s linear;
}
div.notice-active:before, div.notice-active{
  display: block;
}
.phone-icon:hover {
  background-image: url('../img/call-on-icon.png');
}
.time-icon:hover {
  background-image: url('../img/clock-on-icon.png');
}

.result-item, .search-result, table.shop-cart, tr.item-side, .item-side-pharm{
  transition: all 0.7s linear;
}
.delete-item a.cart-delete{
  display: block;
  height: 100%;
  padding: 45px 8px;
}
.new-item-hide{
  opacity: 0;
}
.pharm-wrap{
  padding: 10px 10px 20px 20px;
  color: #3b3b3b;
}
.pharm-info>div{
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
.pharm-info-text{
  margin-left: 20px;
  margin-right: 30px;
}
.pharm-info-text li{
  margin-bottom: 10px;
}
.pharm-adress>a{
  border-bottom: 1px dotted ;
}
.pharm-adress:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 7px;
  background-image: url("../img/pharm-adress.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.pharm-phone{
  color: #545a60;
}
.pharm-phone:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 7px;
  background-image: url("../img/pharm-phone.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.pharm-clock, .pharm-clock-24, .pharm-clock-1{
  color: #26a15c;
}
.pharm-clock{
  padding-left: 20px;
}
.pharm-clock-1:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 7px;
  background-image: url("../img/pharm-clock.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.pharm-clock-24:before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 7px;
  background-image: url("../img/pharm-clock-24.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.order-info{
  padding: 10px 15px;
  background: #fefefe;
  font-size: 14px;
  border-radius: 10px;
  position: relative;
}
.order-info>div{
  display: inline-block;
}
.total{
  color: #8e8e8e;
  padding-right: 30px;
}
.sum-pharm{
  padding-right: 20px;
  font-size: 22px;
}
.sum-pharm span{
  vertical-align: super;
  font-size: 13px;
}
.delete-item a.pharm-delete{
  display: block;
  height: 100%;
  padding: 100px 8px;
}
a.add-pharm{
  display: block;
  border: 1px solid #2ea751;
  border-radius: 20px;
  padding: 5px 10px;
  color: #2ea751;
  transition: all 0.3s linear;
}
.select-pharm span{
  font-size: 14px;
  vertical-align: top;
}
a.add-pharm:before{
  content: '';
  display: inline-block;
  width: 23px;
  height: 21px;
  margin-right: 7px;
  background-image: url("../img/pharm-cart.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: bottom;
}
.item-side-pharm .delete-item{
  background: transparent;
  color: transparent;
  vertical-align: middle;
  transition: all 0.3s linear;
}
.item-side-pharm:hover{
  background: #e2e8e0;
  box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.3);
}
.item-side-pharm:hover .order-info{
  background: #edf5eb;
}
.item-side-pharm:hover .delete-item{
  background: #cdcdcd;
  color: #fff;
}
.item-side-pharm:hover a.add-pharm{
  border-color: #e2a84d;
  color: #e2a84d;
}
.item-side-pharm:hover a.add-pharm:before{
  background-image: url("../img/pharm-cart-hover.png");
}
/* shop order form */

/* shop order form end */

/* end */

.content_inner2{
  margin-bottom: 20px;
}
.content_inner2 a{
  color: #adadad;
  transition: all .3s ease;
}
.content_inner2 a:hover{
  text-decoration: underline;
  color: #2db3d2;
}
/*-- Header --*/

/*
header {
	background-image: url(../img/header-bg.jpg);
}
*/
.head-nav {
  list-style: none;
  float: left;
}
.head-nav li {
  float: left;
  margin: 32px 28px;
  text-align: center;
}
.head-nav li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  font-size: 18px;
  position: relative;
  transition: all .3s ease;
  width: 50%;
}
.head-nav li a:hover {
  border-bottom: 1px solid #2db3d2;
  color: #2db3d2;
}
.left-s {
  float: left;
}
.right-s {
  float: right;
}
.header-logo {
  width: 80px;
  margin: 0 auto;
}
/* ???????? ???? ? ?????

.header-logo img {
	position: absolute;
}

*/

/*--  ##  --*/


/*-- Body --*/

.container {
  width: 1160px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.side-nav {
  box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.3);
  background: #f2f8f0;
  padding: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*--  END  --*/


/*--  Side panel  --*/

.main-tabs {
  text-transform: uppercase;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 14px;
}
.main-tabs li {
  float: left;
  width: 33.333333%;
  padding: 20px 0 13px;
  display: table;
  text-align: center
}
.tab-border {
  height: 4px;
  width: 100%;
  background: #e8e8e8;
}
.tab-border .active-border {
  width: 33%;
  height: 100%;
  background-image: -webkit-linear-gradient(left, #3ea14c 0%, #40c4df 100%), -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(left, #3ea14c 0%, #40c4df 100%), -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(left, #3ea14c 0%, #40c4df 100%), -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to right, #3ea14c 0%, #40c4df 100%), linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%);
}
.col-md-3.side-nav[rel=cart] .active-border, .tab-border .step2 {
  margin-left: 35%;
}
.col-md-3.side-nav[rel=apteks] .active-border, .tab-border .step3 {
  margin-left: 70%;
}

/*--  END  --*/


/*--  Next Button  --*/

.next-button {
  background: #fce;
  border-radius: 30px 0 0 30px;
  display: block;
  width: 152px;
  height: 57px;
  padding-top: 15px;
  font-size: 18px;
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 6;
  background-image: -webkit-linear-gradient(left, #2b99c2 0%, #43c2dc 100%);
  background-image: -moz-linear-gradient(left, #2b99c2 0%, #43c2dc 100%);
  background-image: -o-linear-gradient(left, #2b99c2 0%, #43c2dc 100%);
  background-image: linear-gradient(to right, #2b99c2 0%, #43c2dc 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.next-button:hover {
  background-image: -webkit-linear-gradient(left, #1f9ac4 0%, #2b99c2 100%);
  background-image: -moz-linear-gradient(left, #1f9ac4 0%, #2b99c2 100%);
  background-image: -o-linear-gradient(left, #1f9ac4 0%, #2b99c2 100%);
  background-image: linear-gradient(to right, #1f9ac4 0%, #2b99c2 100%);
}
.next-button:before {
  content: "";
  background-image: url('../img/next-arrow.png');
  background-position: 3px;
  vertical-align: middle;
  text-align: center;
  font-size: 20px;
  border-radius: 25px;
  width: 45px;
  height: 45px;
  display: table;
  float: left;
  margin: -9px 12px 6px 6px;
}

/*--  END  --*/


/*--  Content  --*/


/* old style
.content-shop {
	padding: 40px 65px;
}
.content-shop h2 {
	font-size: 32px;
	color: #1489ba;
	display: table;
}
.content-shop h2 span {
	font-size: 14px;
	color: #aaa;
	margin-left: 15px;
}
*/

/* new style */
.content-shop {
  margin: 45px 40px 0 95px;
}
.step-content h2 {
  font-size: 32px;
  color: #1489ba;
  display: table;
}
.step-content h2 span {
  font-size: 14px;
  color: #aaa;
  margin-left: 15px;
}
/* end new style */

/*--  END  --*/


/*--  Search form  --*/

.cf:before, .cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.form-wrapper {
  width: 100%;
  padding: 40px 0 5px;
}
.form-wrapper:before {
  content: "Введите наименование товара";
  display: table;
  padding: 6px 17px;
  background: #42ab51;
  border-radius: 20px;
  color: #fff;
  position: relative;
  top: 5px;
  left: 17px;
  font-size: 15px;
}
.form-wrapper input {
  background: #fff url("../img/drug-search-icon.jpg") no-repeat scroll 25px 15px;
  border: 1px solid #ccc;
  border-radius: 30px 0 0 30px;
  float: left;
  font-size: 18px;
  height: 54px;
  padding: 0 62px;
  width: 90%;
}
.form-wrapper:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #42ab51;
  position: relative;
  top: -99px;
  left: 130px;
}
.form-wrapper input:focus {
  outline: 0;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
  box-shadow: 0 0 2px rgba(0, 0, 0, .8) inset;
}
.form-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
.form-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}
.form-wrapper button {
  overflow: visible;
  position: absolute;
  right: 110px;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 54px;
  width: 140px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  background: #3dab51;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
}
.form-wrapper button:hover {
  background: #219645;
}
.form-wrapper button:active, .form-wrapper button:focus {
  background: #c42f2f;
}
.form-wrapper button:focus:before {
  border-right-color: #c42f2f;
}
.form-wrapper button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*--  END  --*/

.list-group {
  background: #1a9fc3;
  display: table;
  color: #fff;
  border-radius: 20px;
  position: relative;
}
.list-group select {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px;
  z-index: 50;
  width: 100%;
  cursor: pointer;
}
.list-group .angle-down{
  background-color: #1892b3;
  border-radius: 17px;
  height: 31px;
  position: absolute;
  right: 1px;
  top: 2px;
  width: 33px;
}
.list-group select {
  background: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 30px;
  z-index: 50;
  width: 100%;
  cursor: pointer;
  position: relative;
}
.list-group:hover .angle-stick{
  background-color: rgba(255, 255, 255, 0.9);
}
.checkbox-slider {
  color: #adadad;
  margin: 0 0 30px 25px;
  clear:both;
  display: inline-block;
}
.checkbox-slider label {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 12px;
  top: 2px;
}
.checkbox-slider label input {
  display: none;
}
.checkbox-slider div {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}
.checkbox-slider div:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.checkbox-slider label input:checked+div{
  background-image: -webkit-linear-gradient(left, #3ea14c 0%, #40c4df 100%), -webkit-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(left, #3ea14c 0%, #40c4df 100%), -moz-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(left, #3ea14c 0%, #40c4df 100%), -o-linear-gradient(left, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to right, #3ea14c 0%, #40c4df 100%), linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%);
}
.checkbox-slider label input:checked+div:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);

}

/*--  Step of process  --*/

.steps {
  width: 25%;
  float: left;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.steps img {
  width: 76px;
  margin: 0 60px;
}
.steps span {
  display: block;
}
.line-active {
  border-bottom: 3px #58abce;
  width: 50px;
  display: table;
}
.step-title:before {
  content: "1.";
}
.step-item {
  display: table;
  margin: 40px auto;
}
.step-item li {
  float: left;
  width: 156px;
  margin: 0 30px;
}
.step-item li ul li {
  width: 100%;
  float: none;
}
/* old style
.step-item li ul li.title {
	font-size: 14px;
	color: #1489ba;
	margin: 20px 0;
}
.step-item li ul li.inactive {
	color: #c6c6c6;
}

.step-item li ul li.title:before {
	position: absolute;
	margin-left: -15px;
}
.step-item li:nth-child(1) ul li.title:before {
	content: "1.";
}
.step-item li:nth-child(2) ul li.title:before {
	content: "2.";
}
.step-item li:nth-child(3) ul li.title:before {
	content: "3.";
}
.step-item li:nth-child(4) ul li.title:before {
	content: "4.";
}
.step-item li ul li.active {
	color: #c6c6c6;
}

.step-item li ul li.active:before {
	content: "";
	position: absolute;
	background: #58abce;
	height: 2px;
	width: 50px;
	margin-top: 32px;
	margin-left: 150px;
}
.step-item li ul li.deactive:before {
	content: ". . . . . .";
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	width: 50px;
	margin-top: 15px;
	margin-left: 150px;
	color: #42ac56;
}
.step-item li:nth-child(3) ul li.deactive:before {
	color: #d2d3d3;
}

.step-item li ul li {
	color: #919292;
	margin: 0;
}
.step-item li img {
	display: block;
	margin-left: 30px;
}
/* end */
.line1 {
  border-bottom: 3px solid #ccc;
  width: 50px;
  height: 1px;
  display: table;
}
h3 {
  font-size: 22px;
}
.rules {
  padding: 29px;
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow-y: scroll;
}
.rules h3 {
  margin-bottom: 2px;
}
.rules ul li {
  padding-bottom: 10px;
}
.rules ul{
  margin-bottom: 110px;
}
.stock .item-name:before {
  content: "%";
  position: absolute;
  background: #fc4c5e;
  padding: 1px 12px;
  margin-top: -20px;
  margin-left: -10px;
  border-radius: 0 20px 20px 0;
  color: #fff;
}
.result-item .item-price .old-price {
  display: none;
}
.stock .item-price .old-price {
  font-size: 14px;
  color: #807f7f;
  display: block;
  text-decoration: line-through;
}

/*--  END  --*/


/*--  Step-section  --*/

.step-section {
  position: absolute;
  margin-left: -70px;
}
.phase_1 {
  background-image: url('../img/step_1_min.png');
  background-repeat: no-repeat;
  background-position: 10px;
  margin: 10px 0;
}
.phase_2 {
  background-image: url('../img/step_2_min.png');
  background-repeat: no-repeat;
  background-position: 11px;
  margin: 10px 0;
}
.phase_3 {
  background-image: url('../img/step_1_min.png');
  background-repeat: no-repeat;
  background-position: 10px;
  margin: 10px 0;
}
.phase_4 {
  background-image: url('../img/step_1_min.png');
  background-repeat: no-repeat;
  background-position: 10px;
  margin: 10px 0;
}
.ph_active {
  position: relative;
  width: 40px;
  height: 40px;
}
.ph_active:before, .ph_active:after {
  content: "";
  position: absolute;
  border-radius: 25px;
}
.ph_active:before {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background-image: -webkit-linear-gradient(bottom, #3ea14c 0%, #40c4df 100%), -webkit-linear-gradient(bottom, #3acfd5 0%, #3a4ed5 100%);
  background-image: -moz-linear-gradient(bottom, #3ea14c 0%, #40c4df 100%), -moz-linear-gradient(bottom, #3acfd5 0%, #3a4ed5 100%);
  background-image: -o-linear-gradient(bottom, #3ea14c 0%, #40c4df 100%), -o-linear-gradient(bottom, #3acfd5 0%, #3a4ed5 100%);
  background-image: linear-gradient(to top, #3ea14c 0%, #40c4df 100%), linear-gradient(to top, #3acfd5 0%, #3a4ed5 100%);
  z-index: -2;
}
.ph_active:after {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}
.ph_deactive {
  border: 1px solid #ccc;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  display: table;
  margin: 10px auto;
  background: none;
}
.ph_visited {
  border: 3px solid #2daccf;
  height: 16px;
  width: 16px;
  border-radius: 20px;
  display: table;
  margin: 10px auto;
  background: none;
}
.st-dot-line {
  height: 55px;
  display: table;
  margin: 0 auto;
  line-height: .6;
  font-size: 18px;
  color: #42ac56;
}
.st-line {
  height: 55px;
  border-left: 1px solid #cacaca;
  display: table;
  margin: 0 auto;
}

/*--  END  --*/
@media screen and (max-width: 1310px){
  .step-item li {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1270px){
  .step-item li{
    width: 145px;
  }
  .step1{
    padding: 40px 35px;

  }
  .step2{
    padding-right: 20px;
  }
  .form-wrapper input{
    width: 80%;
  }
  .content-shop{
    margin: 45px 0px 0 55px;
  }
}
@media screen and (max-width: 1060px){
  .step-item li{
    width: 115px;
  }
  .step-item li {
    margin: 0 15px;
  }
  .deactive-before, .step-item li ul li.deactive:before{
    margin-left: 115px;
  }
	.rm_tab_block.active {
		overflow-x: scroll;
	}
}
@media screen and (max-width: 990px) {
  .step-item li {
    width: 135px;
    margin: 0 20px;
  }

  .deactive-before, .step-item li ul li.deactive:before {
    margin-left: 130px;
  }

  .step2 {
    padding-right: 30px;
  }

  .fake-height {
    height: 50px;
  }

  .cart-item-cuant input {
    display: inline-block;
    margin: 0 auto;
  }

  .cart-item-cuant .count-plus, .cart-item-cuant .count-minus, .item-cuant .count-plus, .item-cuant .count-minus {
    width: 40px;
    height: 40px;
  }

  .cart-item-cuant .count-plus {
    margin-right: 10px;
  }

  .cart-item-cuant .count-minus {
    margin-left: 10px;
  }

  .cart-item-cuant .input-quantity {
    padding: 10px 15px;
    border-radius: 20px;
  }
	.seach-scroll {
		margin-top: 24px;
		position: initial;
		box-shadow: initial
	}
}

@media screen and (max-width: 830px){
  .step-item li {
    width: 100%;
    margin: 0 auto 40px;
    float: none;
    text-align: center;
  }
  .deactive-before, .step-item li ul li.deactive::before{
    display: none;
  }
  .deactive img {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .content_inner2 p img{
		width: 100%;
		height: auto;
	}
	.pharmacyss .col3{
		min-width: 240px;
	}

}
@media screen and (max-width: 640px){
	.content-shop .order.form {
		padding: 20px 0 40px;
	}
	.order.form td input[type=text], .order.form td textarea , input#order_Code{
		width: 100% !important;
	}
	.search_page input[type="text"] {
		width: 100%;
		border-radius: 25px;
	}
	.search_page input[type="submit"] {
		border-radius: 25px;
		width: 100%;
		top: 10px;
	}
	.shop-cart .item-side .delete-item {
	  background: #cdcdcd;
	  color: #fff;
	}
	.item-side .cart-item-cuant .cuant-plus a {
		  margin-left: 12px;
		  margin-top: -25px;
		}
		.item-side .cart-item-cuant .cuant-minus a {
		  margin-left: 12px;
		  margin-top: 5px;
		}
	.cart-item-cuant .cuant-minus a ,
	.cart-item-cuant .cuant-plus a {
		  width: 20px;
		  height: 20px;
		  background: #cdcdcd;
		  color: #fff;
		  border-radius: 20px;
		  display: table;
		  position: absolute;
		  vertical-align: middle;
		}
	.item-side .item-side .delete-item {
		background: #ccc none repeat scroll 0 0;
		color: #333;
	}
	.item-side .cart-item-cuant .cuant-plus a, .item-side .cart-item-cuant .cuant-minus a {
		display: block !important;
	}
	.shop-cart .item-side {
		background: #e2e8e0 none repeat scroll 0 0;
		box-shadow: 50px 0 50px -50px rgba(0, 0, 0, 0.3) inset;
	}
	.item-side .cart-item-cuant a {
		background: #ccc none repeat scroll 0 0;
	}
	.astep1,
	.astep2 ,
	.astep3{
		overflow-x: scroll;
	}
  .form-wrapper::after{
		opacity: 0;
	}
  .form-wrapper::before{
    top: 5px;
  }
  .form-wrapper input {
    width: 80%;
    font-size: 16px;
    height: 40px;
    padding: 0 62px;
    float: none;
  }
  .form-wrapper button{
    height: 40px;
    width: 100px;
    font-size: 16px;
    float: none;
    right: 30px;
  }
  .content-shop {
    margin: 45px 0px 0 0;
  }
  .step-item{
	  margin: 40px 0 0 20px;
  }
  .step-item li{
	  text-align: left;
  }
  .step-section {
    display: none;
  }
  .time, .pharmacyss span{
	  display: none;
  }
}

.step-item li:first-child {
  margin-left: 0;
}

.step-item li:last-child {
  margin-right: 0;
}


/*--  Search Result  --*/

.search-result {
  width: 100%;
}
.search-result tr td {
  vertical-align: middle;
  text-align: center;
}
.search-result tr.titles td {
  color: #888;
  padding: 10px;
  border-bottom: 2px solid #c7c7c7;
}
.search-result tr.titles td:nth-child(1),.search-result tr.titles td:nth-child(2), .search-result tr.result-item td:nth-child(1), .search-result tr.result-item td:nth-child(2) {
  text-align: left;
}
.search-result tr.result-item td.vendor{
  text-align: center;
}
.result-item tr.title span {
  color: #b3b3b1;
}
.result-item td {
  padding: 30px 10px;
  border-top: 1px solid #cdcece;
}
.item-name span {
  color: #b3b3b1;
}
.item-price {
  font-size: 28px;
}
.item-price span {
  font-size: 17px;
  vertical-align: super;
}

/* old  style span
.item-cuant span {
	font-size: 18px;
	color: #848484;
	border: 1px solid #e1e1e1;
	border-radius: 20px;
	padding: 5px 20px;
}
 */

.item-add a {
  width: 84px;
  height: 47px;
  background-image: url('../img/cart-off.png');
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
}
.result-item.have-shop:hover {
  background: #f6f6f6;
}
.result-item .item-name h3 {
  padding-bottom: 10px;
}
.result-item:hover .item-name h3 a {
  color: #1489ba;
}
.result-item:hover .item-name h3 a:hover {
  border-bottom: 1px dotted #1489ba;
}
.result-item:hover .item-cuant span {
  position: relative;
}
.result-item .item-cuant .cuant-plus a, .result-item .item-cuant .cuant-minus a {
  display: none;
}
.result-item:hover .item-cuant .cuant-plus a, .result-item:hover .item-cuant .cuant-minus a {
  width: 20px;
  height: 20px;
  background: #cdcdcd;
  color: #fff;
  border-radius: 20px;
  display: table;
  position: absolute;
}
.result-item:hover .item-cuant .cuant-plus a {
  margin-left: 18px;
  margin-top: -30px;
}
.result-item:hover .item-cuant .cuant-minus a {
  margin-left: 18px;
  margin-top: 10px;
}
.result-item:hover .item-cuant .cuant-plus a:hover, .result-item:hover .item-cuant .cuant-minus a:hover {
  background: #27a0c8;
}
.result-item .item-cuant a {
  display: none;
}
.result-item:hover .item-cuant:nth-child(2) a {
  margin-top: 50px;
}
.result-item .item-cuant a:hover {
  background: #27a0c8;
}
/* old style
.result-item:hover .item-add a {
	background: #26a4cb;
	background-image: url('../img/cart-on.png');
	background-position: center center;
	background-repeat: no-repeat;
	transition: box-shadow 0.3s ease;
}
*/
.result-item:hover .item-add a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.store-item h3 {
  font-size: 18px;
}

.result-item .address {
  color: #545a60;
  font-size: 16px;
  max-width: 400px;
}
.result-item .address a {
  color: #a4a4a4;
  font-size: 14px;
  border-bottom: 1px dotted #a4a4a4;
}
.result-item .address a:hover {
  border: none;
}
.result-item .address span {
  display: table;
  background-image: url('../img/geo-icon.png');
  width: 16px;
  height: 16px;
  float: left;
  position: absolute;
  margin: -17px 0 0 135px;
}

.item-price a {
  color: #2ea751;
  font-size: 14px;
  border-bottom: 1px dotted #a4a4a4;
  display: table;
}
.item-price a:hover {
  border-bottom: 1px dotted #a4a4a4;
}
/* old style
.phone-icon, .time-icon {
	border-radius: 20px;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: table;
	cursor: pointer;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	display: table;
	cursor: pointer;
	float: left;
}
.phone-icon {
	background-image: url('../img/call-icon.png');
}
.phone-icon:hover {
	background-image: url('../img/call-on-icon.png');
}
.time-icon {
	background-image: url('../img/clock-icon.png');
}
.time-icon:hover {
	background-image: url('../img/clock-on-icon.png');
}
*/
.geo-check a {
  width: 84px;
  height: 47px;
  background-image: url('../img/cart-off.png');
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 30px;
  display: table;
  margin: 0 auto;
  transition: all .3s linear;
}
/* old style
.result-item:hover .geo-check a {
	background: #26a4cb;
	background-image: url('../img/point-on.png');
	background-position: center center;
	background-repeat: no-repeat;
	transition: box-shadow 0.3s ease;
}
.result-item:hover .geo-check a:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
*/
/*--  END  --*/


/*--  Cart Item  --*/

.item-side:hover {
  background: #e2e8e0;
  box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.3);
}
.item-side:hover td.cart-item-title h4 a {
  color: #1489ba;
}
.item-side:hover td.cart-item-title h4 a:hover {
  border-bottom: 1px dotted #1489ba;
}
.shop-cart {
  width: 100%;
  margin-top: 40px;
  font-weight: 300;
  margin-bottom: 80px;
}
.shop-cart tr td {
  vertical-align: middle;
  text-align: center;
}
td.cart-item-cuant {
  position: relative;
}
.shop-cart tr td:first-child {
  text-align: left;
}
.shop-cart tr.title-side td:first-child {
  color: #888989;
  padding-left: 20px;
}
.shop-cart tr.item-side td.cart-item-title h4 {
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.shop-cart tr.item-side td.cart-item-title span {
  color: #b3b3b3;
  display: block;
}
.cart-item-title {
  padding: 20px;
}
.shop-cart tr.item-side td.cart-item-title span:nth-child(2) {
  color: #222;
}
.shop-cart tr.item-side td span:first-child {
  color: #2d2d2d;
}
.cart-item-title h5{
  font-size: 13px;
}
/* 0ld */
.item-side .cart-item-cuant span {
  position: relative;
  padding: 2px 10px;
  border-radius: 10px;
}
.item-side:hover .cart-item-cuant span {
  background: #fff;
}
.item-side .cart-item-cuant .cuant-plus a, .item-side .cart-item-cuant .cuant-minus a {
  display: none;
}
.item-side:hover .cart-item-cuant .cuant-plus a, .item-side:hover .cart-item-cuant .cuant-minus a {
  width: 20px;
  height: 20px;
  background: #cdcdcd;
  color: #fff;
  border-radius: 20px;
  display: table;
  position: absolute;
  vertical-align: middle;
}

.item-side:hover .cart-item-cuant .cuant-plus a {
  margin-left: 4px;
  margin-top: -25px;
}
.item-side:hover .cart-item-cuant .cuant-minus a {
  margin-left: 4px;
  margin-top: 5px;
}
.item-side:hover .cart-item-cuant .cuant-plus a:hover, .item-side:hover .cart-item-cuant .cuant-minus a:hover {
  background: #27a0c8;
}
/* end */
.item-side .cart-item-cuant a:hover {
  background: #27a0c8;
}
.item-side .delete-item {
  background: transparent;
  padding: 0 8px;
  color: transparent;
}
.item-side:hover .delete-item {
  background: #cdcdcd;
  color: #fff;
}
.item-side:hover .delete-item:hover {
  background: #c6c6c6;
}

/*-- END --*/


/*--  Cart Summary  --*/

.cart-result {
  background: #fff;
  box-shadow: inset 50px 0 50px -50px rgba(0, 0, 0, 0.3);
}
.cart-result td {
  padding: 20px 0;
  border-top: 1px solid #ddd;
}
.cart-result td:nth-child(1) {
  padding-left: 20px;
}
.cart-result td:nth-child(2) {
  text-align: right;
  width: 164px;
}
.sum {
  font-size: 16px;
  color: #888;
  line-height: 1.6;
}
.to_pay {
  font-size: 18px;
  color: #222;
  padding-top: 5px;
  font-weight: 400;
}
.cart-result td:nth-child(2) .to_pay {
  font-size: 22px;
}
.to_pay span {
  font-size: 13px;
  vertical-align: super;
}

/*-- END --*/

.side-rules {
  padding:0 20px;
}
.side-rules li {
  margin:10px 0;
}


#cartmap {height: 100vh;width: 100%;}
.rm_tab_block {display:none;
overflow: scroll}
.rm_tab_block.active {display:block;}
.col-md-2 {padding:0;}

.step2_filter {margin:40px 0;display:block;}
.cart .cart_empty td {padding : 20px;}
.cart_counter { width:30px; background:none; border:none;text-align: center;}

.order.form h1 {
  font-size:18px;
  text-align: center;
  margin-bottom: 30px;
}
.order.form {
  padding:20px 30px 40px;
  font-size:16px;
  background: #f6f6f6;
  margin-bottom: 70px;
  border-radius: 20px;
}

.order.form th,.order.form td {vertical-align: middle; padding:3px;}
.order.form th {text-align: right; font-weight: normal;}
.order.form td {text-align: center; position: relative;}
.order.form td input[type=text],.order.form td textarea {
  color: #6a6a6a;
  font-family: Verdana;
  font-style: normal;
  width: 410px;
  background-color: transparent;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 30px 10px 45px;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  transition: all .3s linear;
}
input#order_Name{
  background-image: url(/img/icon-order-fio.png);
  background-position: left 15px top 10px;
}
input#order_Name:focus{
  background-image: url(/img/icon-order-fio-ok.png);
  background-color: #edf5eb;
}
input#order_Email{
  background-image: url(/img/icon-order-email.png);
  background-position: left 15px top 11px;
}
input#order_Email:focus{
  background-image: url(/img/icon-order-email-ok.png);
  background-color: #edf5eb;
}
input#order_Phone{
  background-image: url(/img/icon-order-phone.png);
  background-position: left 15px top 8px;
}
input#order_Phone:focus{
  background-image: url(/img/icon-order-phone-ok.png);
  background-color: #edf5eb;
}
textarea#order_Comment{
  background-image: url(/img/icon-order-comment.png);
  background-position: left 15px top 12px;
}
textarea#order_Comment:focus{
  background-image: url(/img/icon-order-comment-ok.png);
  background-color: #edf5eb;
}
input#order_Code{
  background-image: url(/img/icon-order-captcha.png);
  background-position: left 13px top 7px;
  width: 250px;
  margin-right: 10px;
  margin-bottom: 0;
}
input#order_Code:focus{
  background-image: url(/img/icon-order-captcha-ok.png);
  background-color: #edf5eb;
}
.captcha_wrapper {
  display: inline-block;
}
td.wrap-cap{
  position: relative;
}
.order.form td p {
  position: absolute;
  left: -230px;
  top: 12px;
}
.order.form td.order-submit-btn{
  text-align: center;
}
.order.form td textarea {height:50px;}
.order.form td input[type=submit] {
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  background: #158dbd url(/img/icon-order-submit.png) no-repeat 13px 7px;
  border: 3px solid #30bcda;
  border-radius: 40px;
  color: white;
  font-size: 18px;
  padding: 20px 20px 20px 70px;
  cursor:pointer;
  margin-top: 50px;
  transition: border .3s linear;
}
.order.form span {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #42ab51;
  border-radius: 50px;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex; display: flex;
  font-size: 15px;
  height: 24px;
  left: 20px;
  padding: 0 10px;
  top: -15px;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all .3s ease;
  position: absolute;
}
.order.form span:after {
  border-color: #42ab51 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  bottom: -4px;
  content: ' ';
  height: 0;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
.order.form td input[type=submit]:hover {
  border: 3px solid #fff;
}
.order.form .sent_success { margin : 10px 10px 10px 40px; color: #147313;}
.order.form .sent_failed, .order.form .sent_message { margin : 10px 10px 10px 40px; color: #731313;}
.order.form .captcha_wrapper img {cursor: pointer; border-radius: 20px;}

.form_block table{
  margin: 0 auto;
}

@media screen and (max-width: 640px){
  .order.form td input[type=text], .order.form td textarea{
    width: 90%;
    font-size: 14px;
  }
  .order.form td p {
    position: absolute;
    left: 21px;
    top: 45px;
  }
  input#order_Code {
    margin-bottom: 30px;
  }
  .order.form span {
		font-size: 12px;
		line-height: 10px;
	}
	  .result-item .address span {
		position: relative;
	}
}

/* partner table */
table.partner_table th, table.vendors_table th {
  padding: 10px;
  vertical-align: middle;
  font-weight: 600;
  text-align: left;
}
table.partner_table td {
  padding: 15px;
  border-top: 1px solid #cfcfcf;
  min-width: 240px;
}
table.partner_table td a, table.new_table a, table.vendors_table td a, .news-page-content a{
  color: #adadad;
  transition: all .3s ease;
}
table.partner_table td a:hover, table.new_table a:hover,  table.vendors_table td a:hover, .news-page-content a:hover {
  text-decoration: underline;
  color: #2db3d2;
}

table.vendors_table td{
  padding: 15px;
  border-top: 1px solid #cfcfcf;
}

/* end */

/* new_table style */
table.new_table {
  width: 100%;
}
table.new_table td {
  padding: 10px 7px;
  border-bottom: 1px solid #cfcfcf;
  min-width: 100px;
}
tr.colored td {
  padding-top: 50px;
}
table.new_table tr:first-child td{
  padding-bottom: 0;
  border: none;
}
/* end */

/* meds_table style */
table.meds_table{
  width: 100%;
}
table.meds_table td {
  padding: 10px;
  border-bottom: 1px solid #cfcfcf;
  min-width: 100px;
}
table.meds_table th{
  text-align: left;
  font-weight: bold;
  padding: 0 10px 30px;
  border-bottom: 1px solid #cfcfcf;

}
/**/

@media screen and (max-width: 1120px){
  table.partner_table td{
    min-width: 200px;
  }
}
@media screen and (max-width: 880px){
  table.partner_table td{
    min-width: 160px;
    padding: 7px;
  }
  
}
@media screen and (max-width: 700px){
  table.partner_table{
    overflow-x: scroll;
  }
}

.list_container li {
  list-style: none inside none;
  float:left;
}
#scroll2 {
  position: relative;
}
#scroll2 .next, #scroll2 .prev {
  cursor: pointer;
  font-size: 22px;
  color: #d0d1d4;
  position: absolute;
  width: 20px;
  z-index: 20;
  top:-5px;
  transition: all .3s linear;
}
#scroll2 .prev.disabled, #scroll2 .next.disabled{
  opacity: .2;
}
#scroll2 .next{
  right: 0;
}
#scroll2 .prev{
  left: 0;
}
#scroll2 .next:before{
  content: "\3009";
  position: absolute;
  left: 30%;
}
#scroll2 .prev:after{
  content: "\3008";
  position: absolute;
  right: 30%;
}

div.clear { clear:both;}
.onmap_block td {vertical-align: top;}
.onmap_block td.for_stats {padding:5px;}

.about-menu {
  margin-top: 75px;
  width: 300px;
}
.about-menu-fixed{
  position: fixed;
  top:0;
}
/*//////////////////////////////////////////////////////////////////*/
.about-page-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #212121;
}
.about-page-block-1 {
    position: relative;
    width: 100%;
    min-height: 600px;
    font-size: 17px;
    color: #706f6e;
    margin: 50px 0;
}
.about-page-block-1-left {
    display: inline-block;
    position: relative;
    width: 49%;
    vertical-align: top;
}

.about-page-block-1-left-txt {
    position: absolute;
    right: 190px;
    top: 50px;
    z-index: 1;
    width: 250px;
    padding-right: 50px;
    text-align: right;
}

.about-page-block-1-left-txt img {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 0;
}
.about-page-block-1 b {
    font-weight: normal;
    color: #408c5c;
}
.about-page-block-1-left-img {
    float: right;
    position: relative;
    margin-right: 10px;
}
.about-page-block-1-left .about-page-block-1-fon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../img/heart1.png);
    background-size: 100%;
}
.about-page-block-1-right {
    display: inline-block;
    position: relative;
    width: 49%;
    margin-top: 100px;
}
.about-page-block-1-right-txt {
    position: absolute;
    z-index: 1;
    top: 180px;
    left: 190px;
    width: 330px;
    padding-left: 50px;
}
.about-page-block-1-right-txt img {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 0;
}
.about-page-block-1-right-img {
    position: relative;
    float: left;
    margin-left: 10px;
}
.about-page-block-1-right .about-page-block-1-fon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: url(../img/heart2.png);
    background-size: cover;
}
.about-page-block-1-text {
    display: inline-block;
    position: relative;
    width: 54%;
    text-align: center;
    padding-top: 100px;
    margin-left: 23%;
    margin-top: 20px;
}
.about-page-block-1-text img {
    position: absolute;
    top: 0;
    right: 50%;
}
.about-page-block-1-text.mob {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 50px;
}
.about-divider {
    width: 100%;
    text-align: center;
    margin-bottom: 70px;
}
.about-page-block-task {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 20px;
}
@media screen and (max-width: 1500px){
	.about-page-block-1-text {
		width: 80%;
		margin-left: 10%;
	}
	.about-page-block-1-right-img img {
		width: 250px;
	}
	.about-page-block-1-left-txt {
		top: 30px;
		right: 150px;
	}
	.about-page-block-1-left-img img {
		width: 250px;
	}
	.about-page-block-1-right-txt {
		top: 130px;
		left: 140px;
	}
}
@media screen and (max-width: 1200px){
	.about-page-block-1-left-txt {
		top: 50px;
		right: 190px;
	}
}
@media screen and (max-width: 850px){
	.about-page-block-1-right-img img ,
	.about-page-block-1-left-img img{
		width: 100%;
	}
}
@media screen and (max-width: 600px) {
  .cart-item-cuant .cuant-minus a, .cart-item-cuant .cuant-plus a {
    position: relative !important;
  }
}
/* ********************** */
/* *********** slider+slider about history *********** */

.about-history-slider, .about-history-slider-foto {
  max-width: 1000px;
  margin: 70px auto;
  text-align: center;
}
.about-history-slider-foto .about-page-title, .about-history-slider .about-page-title {
  max-width: 700px;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 160px;
}

.swiper-outside{
  position: relative;
  width: 100%;
  overflow: initial;
  background: rgba(64, 140, 92, 0.9);
  border-radius: 20px;
  height: 470px;
}
.outside-prev, .outside-next {
  position: absolute;
  bottom: 5%;
  background: #fff;
  padding: 10px 30px;
  border-radius: 20px;
  z-index: 10;
  opacity: 0.9;
  transition: all .3s linear;
  cursor: pointer;
}
.outside-prev{
  right: 52%;
}
.outside-next{
  left: 52%;
}
.outside-prev i, .outside-next i{
  font-size: 14px;
  color: #4c9367;
}
.outside-next:hover, .outside-prev:hover {
  opacity: 1;
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.4);
}

.swiper-inside {
  position: absolute;
  width: 97%;
  top: -45px;
  height: 430px;
  overflow: hidden;
}

.slide-out > .swiper-inside > .inside-pagination{
  position: absolute;
  bottom: 0;
  left: inherit;
  right: -10px;
  max-width: 120px;
}
.slide-out > .swiper-inside > .inside-pagination .swiper-pagination-bullet{
  background: #5eba81;
  opacity: 1;
  width: 11px;
  height: 11px;
  border: 2px solid transparent;

  transition: all .3s linear;
}
.slide-out > .swiper-inside > .inside-pagination .swiper-pagination-bullet:hover{
  box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.4);
}
.slide-out > .swiper-inside > .inside-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 2px solid #fff;
}
.out-slide-arrow {
  background-color: rgba(76, 147, 103, 1);
  display: block;
  height: 1px;
  transition: all .3s ease;
  width: 7px;
  position: absolute;
}
.out-slide-arrow:first-child {
  -ms-transform: rotate(45deg) translateX(1.5px);
  -webkit-transform: rotate(45deg) translateX(1.5px);
  transform: rotate(45deg) translateX(-0.5px);
  top: 15px;
}
.out-slide-arrow:last-child {
  -ms-transform: rotate(-45deg) translateX(-1.5px);
  -webkit-transform: rotate(-45deg) translateX(-1.5px);
  transform: rotate(-45deg) translateX(-1.5px);
  bottom: 15px;
}
.outside-prev .out-slide-arrow{
  transform: rotate(180deg);
}
.slide-out{
  position: relative;
}
.slide-out:before {
  background-image: url(../img/bg-main.png);
  content: ' ';
  height: 100%;
  left: 0;
  opacity: .4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.swiper-inside > .swiper-wrapper > .slide-ins{
  height: 95%;
  border-radius:30px;
}
.slide-ins div{
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 50%;
  height: 100%;
  float: left;
}
.slide-ins div img{
  height: 100%;
}
.history-photo-before {
  border-radius: 30px 0 0 30px;
}
.history-photo-after {
  border-radius: 0 30px 30px 0;
}
.pharm-adress-slide h4{
  color: #50956a;
  font-size: 24px;
}
.pharm-adress-slide p{
  color: #6e6d6d;
  font-size: 14px;
}
.count-slide{
  color: #d8d7d7;
  font-size: 50px;
}
.count-slide span:first-child{
  color: #50956a;
}
.out-slide-description {
  z-index: 20;
  position: absolute;
  top: -100px;
  left: 60px;
}
.out-slide-description div {
  display: inline-block;
}
.count-slide {
  vertical-align: top;
  line-height: 35px;
  font-size: 50px;
}
.pharm-adress-slide {
  text-align: left;
  margin-left: 15px;
  vertical-align: top;
  line-height: 21px;
}
/* *********** slider+slider end *********** */
/* ********************** */

/* ********************************* */
/* slider+slider history pharm */
.swiper-history-out{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 40px 40px 110px;
}
.bottom-arrow {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to left, #158dbd, #30bcda);
  padding: 10px 30px;
  border-radius: 20px;
  z-index: 10;
  color: #ffffff;
  transition: all .3s linear;
  cursor: pointer;
}
.bottom-arrow.history-out-prev{
  right: 49%;
}
.bottom-arrow.history-out-next{
  left: 56%;
}
.left-side-arrow{
  color: #d3d2d2;
  position: absolute;
  left: 80px;
  padding: 90px 15px;
  transform: rotate(90deg);
  background: #fff;
  z-index: 100;
}
.left-side-arrow.history-out-prev{
  top: -80px;
}
.left-side-arrow.history-out-next{
  bottom: -80px;
}
.swiper-history-ins{
  overflow: hidden;
  height: 100%;
  margin-bottom: 60px;
  position: relative;
}
div.swiper-history-out div.slide-history-out div.swiper-history-ins div.slide-history-ins{
  height: 400px;
  padding: 30px;
}
.slide-history-ins .description-img{
  text-align: center;
}
.slide-history-ins .description-img img{
  max-width: 100%;
}
.when {
  text-align: center;
  color: #41aa58;
  font-size: 38px;
}
.hist-description {
  width: 80%;
  margin: 0 auto;
  color: #545a60;
  font-size: 16px;
  line-height: 26px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.history-out-pagination{
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  transition: all .4s ease;
}
.history-ins-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  position: absolute;
  bottom:10px;
  z-index: 5;
  text-align: center;

}
.history-ins-pagination.swiper-pagination-clickable.swiper-pagination-bullets > .swiper-pagination-bullet {
  background: #43b0c7;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  opacity: 1;
  border: 2px solid #ffffff;
  transition: all .3s linear;
}
.history-ins-pagination.swiper-pagination-clickable.swiper-pagination-bullets > .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #fff9f7;
  border: 2px solid #43b0c7;
  width: 11px;
  height: 11px;
}
.history-out-pagination > .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  left: 50%;
  top: calc(100% + 7px);
  display: block;
  height: 35px;
  border-left: 1px dotted #c9c9c9;
}
.history-out-pagination > .swiper-pagination-bullet:last-child::after{
  display: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets.history-out-pagination .swiper-pagination-bullet {
  display: block;
  margin: 45px auto;
  background: #ffffff;
  border: 1px solid #c9c9c9;
  width: 16px;
  height: 16px;
  opacity: 1;
  z-index: 50;
  position: relative;
  transition: all .3s linear;
}
.swiper-container-horizontal>.swiper-pagination-bullets.history-out-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  display: block;
  margin: 45px auto;
  background: url('../img/history-slider-time.png') center center no-repeat;
  border: 1px solid #41aa58;
  width: 39px;
  height: 39px;
}
.swiper-container-horizontal> .history-out-pagination .swiper-pagination-bullet b{
  color: #b7b7b7;
  opacity: 1;
  font-size: 18px;
  font-weight: 300;
  position: absolute;
  right: 30px;
  top: -10px;
  transition: all .2s linear;
}
.swiper-container-horizontal> .history-out-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active b{
  color: #39b0d2;
  right: 50px;
  top: 0;
  font-size: 24px;
}
@media screen and (max-width:660px){
  .bottom-arrow.history-out-next {
    left: 62%;
  }
  .bottom-arrow.history-out-prev {
    right: 42%;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets.history-out-pagination {
    width: 100px;
  }
  .history-ins-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: 70px;
  }
  .bottom-arrow {
    position: absolute;
    bottom: 50px;
  }
  .swiper-container-horizontal> .history-out-pagination .swiper-pagination-bullet b {
    right: 20px;
    top: -2px;
    font-size: 14px;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets.history-out-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-size: 70%;
    width: 25px;
    height: 25px;
  }
  .swiper-container-horizontal> .history-out-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active b {
    right: 28px;
    top: -1px;
    font-size: 16px;
  }
  .when {
    font-size: 24px;
  }
  .hist-description {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }
  .left-side-arrow {
    left: 25px;
    padding: 40px 20px;
  }
  .left-side-arrow.history-out-prev {
    top: -30px;
  }
  .left-side-arrow.history-out-next {
    bottom: -20px;
  }

  }
/* end slider+slider */
/* ********************************* */

/* search-drugs dop-rulles*/
.dop-rules{
  display: block;
  transition: all .7s linear;
}
.dop-rules h3{
  color: #3dab51;
  text-align: center;
  margin-bottom: 15px;
}
.dop-rules  p {
  margin-bottom: 10px;
}
.dop-rules p > span{
  display: block;
  font-style: italic;
  margin: 5px 0 0 10px;
}
.dop-rules li > span{
  color: #3dab51;
  font-weight: 600;
}
.dop-rules li{
  float: none !important;
  margin: 0 !important;
}
/*end*/
a.drug_it.with_shop {
  display: block;
  padding: 10px;
  border-radius: 22px;
  color: #2b99c2;

  transition: all .3s linear;

}
a.drug_it.with_shop:hover {
  background-image: -webkit-linear-gradient(left, #2b99c2 0%, #43c2dc 100%);
  background-image: -moz-linear-gradient(left, #2b99c2 0%, #43c2dc 100%);
  background-image: -o-linear-gradient(left, #2b99c2 0%, #43c2dc 100%);
  background-image: linear-gradient(to right, #2b99c2 0%, #43c2dc 100%);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  color:#fff;
}


.pre-load {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .6);
  position: fixed;
  top:0;
  left: 0;
  z-index: 200;
  color: rgba(45,179,210, 1);
  overflow: hidden;
}
.pre-load i {
  display: block;
  margin: 0 auto;
  top: 30%;
  position: relative;
  font-size: 60px;
}

.subscriber {
    /* border: 2px solid #93a29b;
    margin: 15px 0;
    padding: 6px;
    border-radius: 7px; */
}
.subscriber input[type=text] {
    /* padding:3px;
    width:100%; */
}
.subscriber input[type=submit] {
    /* padding: 3px;
    width: 100%;
    background: linear-gradient(#55ad65,#70cb63);
    color: white;
    border: 0;
    margin: 7px 0px; */
}

.subscriber p.title {
    /* padding:2px;
    width:100%; */
}.subscriber p.incorrect {
    padding:2px;
    width:100%;
    color:red;
    text-align: center;
}
.subscriber .success {
    color:green;
    width:100%;
    text-align: center;
}

.subscriber {
  position: relative;
  width: 100%;
  /* margin-top: 40px; */
  margin-top: 80px;
}

@keyframes animate-title-subscriber{
  0%{
    transform: scale(0);
  }
  10%{
    transform: scale(1);
  }
  90%{
    transform: scale(1);
  }
  100%{
    transform: scale(0);
  }
}

.subscriber>p:first-child{
  display: block;
  transform: scale(0);
  position: absolute;
  left: 0;
  text-align: center;
  bottom: calc(100% + 5px);
  background-color: #33a951;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  animation-name: animate-title-subscriber;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-duration: 6s;
  width: 100%;
  color: #fff;
  font-size: 15px;
}

.subscriber>p:first-child::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 20%;
  border-color: #42ab51 transparent transparent transparent;
  border-style: solid;
  border-width: 4px 5px 0 5px;
  bottom: -4px;
}

.subscriber form {
  position: relative;
}

.subscriber form input[name=Email] {
  width: 100%;
  position: relative;
  height: 36px;
  border-radius: 25px;
  border: none;
  /* padding-left: 35px; */
  padding-left: 15px;
  color: #33a951;
}

.subscriber form input[name=Email]::placeholder {
  color: #33a951;
}

.subscriber form input[type=submit] {
  /* position: absolute; */
  /* width: 26px; */
  width: 100%;
  /* height: 26px; */
  height: 36px;
  /* left: 5px; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  /* border-radius: 100%; */
  border-radius: 18px;
  /* border: none; */
  /* border: 2px solid #33a951; */
  border: 2px solid #a2b29e;
  /* background-color: #33a951; */
  background-color: transparent;
  /* background-image: url(/img/email-spam-convert.png); */
  /* background-size: 60%; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  transition: all .5s ease;
  /* color: #33a951; */
  color: #a2b29e;
  margin-top: 10px;
}

.subscriber form input[type=submit]:hover {
  /* background-color: #2db3d2; */
  /* border-color: #2db3d2; */
  /* color: #2db3d2; */
  border-color: #33a951;
  color: #33a951;
}

.notice-apteka-worktime {
  position: absolute;
  background: #4eb46c;
  display: none;
  width: 150px;
  text-align: center;
  padding: 5px 5px 5px;
  top: 40px;
  left: -155px;
  border-radius: 10px;
  transition: all .5s linear;
  z-index: 10000;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
}

.row4 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.a, .b {
  position: relative;
}

.a {
  margin-bottom: 25px;
}

.notice-apteka-worktime::after {
  content: '';
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-left: 7px solid #4eb46c;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
}
.apteka-call {
  margin-bottom: 25px;
}

.apteka-worktime img {
  width: 18px;
  height: 18px;
}

.pharmacyss .col4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}