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

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

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

@font-face {
  font-family: 'Museo900';
  src: url("../fonts/MuseoSans900/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSans900/MuseoSansCyrl-900.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans900/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSans900/MuseoSansCyrl-900.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* === Reset === */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0; }

body {
  color: #10182a;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Museo300';
  margin: 0; }

img {
  border: 0;
  max-width: 100%; }

p {
  margin: 0 0 20px; }
  p:last-child {
    margin: 0; }

ul, ol {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

a, input, textarea {
  outline: none; }

a {
  color: #2da7a5; }

a:hover {
  text-decoration: none; }

th {
  font-weight: normal;
  text-align: left; }

fieldset {
  padding: 0;
  border: 0;
  margin: 0; }

blockquote {
  margin: 0;
  padding: 0; }

textarea {
  resize: none;
  overflow: auto; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clear {
  clear: both;
  display: block; }

.green {
  background: #a0e8e7;
  padding: 0 4px; }

/* === Responsive grid === */
.clear {
  clear: both;
  display: block; }

.clearfix:after {
  content: '';
  clear: both;
  display: block; }

.container {
  margin: 0 auto;
  width: 1140px; }

.container.small {
  max-width: 950px; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px; }
  .row.v_center {
    align-items: center; }

[class*='grid-'] {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%; }

.grid-20 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.grid-2 {
  -ms-flex: 0 0 16.666666%;
  flex: 0 0 16.666666%;
  max-width: 16.666666%; }

.grid-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.grid-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.grid-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.grid-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.grid-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.grid-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.grid-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.grid-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.pull-right {
  float: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.sm-visible, .tb-visible {
  display: none; }

.light {
  font-family: 'Museo300';
  font-size: 34px;
  line-height: 44px; }

.medium {
  font-family: 'Museo500';
  font-size: 34px;
  line-height: 44px; }

.bold {
  font-family: 'Museo700';
  font-size: 34px;
  line-height: 44px; }

/* === FORMS === */
.input, .btn {
  font-family: 'Museo300';
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: none; }

.input {
  background: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Museo300';
  height: 36px; }

/* lang */
.lang {
  margin-left: 20px; }
  .lang_select {
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-right: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block; }
    .lang_select::after {
      content: '';
      position: absolute;
      display: block;
      right: 0;
      border: 4px solid transparent;
      border-top: 6px solid #fff;
      top: 50%;
      margin-top: -4px; }

/* arrows */
.arrows, .arrows::before, .arrows::after {
  animation: arrow_fly 1s ease infinite; }

.arrows {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -22px;
  background-image: url("../images/svg/chevron.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 24px;
  animation-delay: 0ms; }
  .arrows::before, .arrows::after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    background-image: url("../images/svg/chevron.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 44px;
    height: 24px; }
  .arrows::before {
    top: 20px;
    animation-delay: 150ms; }
  .arrows::after {
    top: 40px;
    animation-delay: 300ms; }

@keyframes arrow_fly {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.swiper-button-prev, .swiper-button-next {
  outline: none;
  z-index: 100;
  position: relative;
  top: auto;
  margin: 0;
  left: auto;
  right: auto;
  background: #2da7a5 url(../images/svg/chevron-white.svg) center center no-repeat;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  background-size: 20px 20px; }
  .swiper-button-prev::before, .swiper-button-next::before {
    content: none;
    display: none; }

.swiper-button-prev {
  transform: rotate(90deg);
  margin-right: 20px; }

.swiper-button-next {
  transform: rotate(-90deg);
  margin-left: 20px; }

.swiper-pagination-bullet {
  margin: 0 3px; }

.swiper_footer {
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px; }

/* pagetitle */
.pagetitle {
  font-size: 60px;
  line-height: 64px;
  font-family: 'Museo900';
  font-weight: normal;
  margin: 0 0 40px; }
  .pagetitle_inner {
    display: inline-block;
    position: relative; }
  .pagetitle_inner::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/line.png) no-repeat;
    height: 34px;
    background-size: 100% 100%;
    left: -12px;
    right: -28px;
    bottom: 2px; }
  .pagetitle span {
    position: relative;
    z-index: 10; }
  .pagetitle.small {
    font-size: 46px;
    line-height: 52px;
    margin: 0 0 70px; }
  .pagetitle.small .pagetitle_inner::before {
    left: -56px;
    right: -56px;
    bottom: -2px; }
  .pagetitle.green_color .pagetitle_inner::before {
    background-image: url(../images/green_title.png); }
  .pagetitle small {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-family: 'Museo700';
    margin-top: 10px; }

@media screen and (max-width: 1170px) {
  .container {
    width: 950px; }
  .md4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .md6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .md12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .navmenu li {
    margin: 0 30px 0 0; } }

/* Medium */
@media screen and (min-width: 1020px) {
  .navmenu {
    display: block !important; } }

@media screen and (max-width: 1020px) {
  .container {
    width: 720px; }
  .tb3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .tb4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .tb5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .tb6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .tb7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .tb8 {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%; }
  .tb9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .tb12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .tb-hidden {
    display: none !important; }
  .tb-visible {
    display: block !important; }
  .tb-center_img {
    text-align: center;
    margin-bottom: 30px; }
  .tb-order-last {
    order: 13; }
  /* header */
  .header .container {
    height: 60px; }
  .bars {
    display: block; }
  .navmenu {
    background: #fff;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
    position: absolute;
    right: 0;
    top: 70px;
    padding: 0;
    min-width: 200px;
    z-index: 900;
    display: none; }
    .navmenu::after {
      content: '';
      position: absolute;
      display: block;
      border: 10px solid transparent;
      border-bottom: 10px solid #fff;
      top: -20px;
      right: 20px; }
    .navmenu li {
      float: none;
      margin: 0; }
    .navmenu li a {
      display: block;
      padding: 15px 20px;
      color: #10182a; }
    .navmenu li:hover a {
      background: #31d5d2;
      color: #fff; }
    .navmenu li:first-child a {
      border-radius: 12px 12px 0 0;
      -ms-border-radius: 12px 12px 0 0; }
    .navmenu li:last-child a {
      border-radius: 0 0 12px 12px;
      -ms-border-radius: 0 0 12px 12px; }
  /* news */
  #news_slider .swiper-button-prev, #news_slider .swiper-button-next {
    display: none !important; }
  #news_slider .swiper-pagination {
    display: block !important; }
  /* howdo_row */
  .howdo_row .grid-4:nth-child(2) {
    order: 0; }
  .howdo_row .grid-4:nth-child(3) {
    order: 0; }
  .howdo_row .grid-4:nth-child(4) {
    order: 0; }
  .howdo_row .grid-4:nth-child(5) {
    order: 0; }
  /* product_page */
  .product_page {
    padding: 70px 0; }
  .product_page .pagetitle {
    font-size: 38px;
    line-height: 44px; }
  .product_page .pagetitle_inner::before {
    height: 20px;
    bottom: -1px; }
  .product_page_image, .product_page_entry {
    order: 0; }
  .product_page_image {
    margin-bottom: 30px;
    text-align: center; } }

/* Tablet */
@media screen and (max-width: 750px) {
  html {
    -webkit-text-size-adjust: none; }
  body {
    font-size: 16px;
    line-height: 22px; }
  .container {
    margin: 0 15px;
    width: auto; }
  .sm12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .sm-hidden {
    display: none !important; }
  .sm-visible {
    display: block !important; }
  /* firstscreen */
  .header .logo {
    max-width: 130px; }
  .section {
    padding: 30px 0; }
  .firstscreen .text {
    max-width: none;
    margin: 0 0 30px; }
  .firstscreen {
    min-height: 0;
    font-size: 20px;
    line-height: 24px;
    padding: 30px 0 80px; }
  .firstscreen .container {
    min-height: 0; }
  .firstscreen_title {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px; }
  .firstscreen_title span::before {
    height: 20px;
    left: -10px;
    right: -14px;
    bottom: -1px; }
  .firstscreen img {
    max-width: 280px;
    display: block;
    margin: 0 auto; }
  .firstscreen_subtitle {
    display: block;
    font-size: 18px;
    line-height: 20px; }
  .arrows {
    bottom: 40px; }
  /* pagetitle */
  .pagetitle {
    font-size: 30px;
    line-height: 34px;
    margin: 0 0 20px; }
  .pagetitle_inner::before {
    height: 24px;
    left: -8px;
    right: -18px;
    bottom: 2px; }
  .pagetitle.small {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 30px; }
  .pagetitle.small .pagetitle_inner::before {
    left: -36px;
    right: -36px;
    bottom: -2px; }
  .pagetitle small {
    font-size: 20px;
    line-height: 24px; }
  /* other */
  .clouds_row, .whatwedo_row {
    margin-bottom: 20px; }
  .article_row {
    margin-bottom: 40px; }
  .cloudbox {
    margin: 0 auto 20px; }
  .whatwedo_text {
    margin: 0;
    max-width: none; }
  .greentext {
    background-image: url(../images/text-mobile.png);
    padding: 34px 20px;
    margin-bottom: 40px;
    display: block;
    min-height: 0; }
  .greentext.big {
    font-size: 22px;
    line-height: 26px; }
  .article p, .article ol, .article ul {
    margin-bottom: 20px; }
  .btn_line {
    font-size: 24px;
    line-height: 28px; }
  .btn_line::before {
    height: 28px;
    left: -14px;
    right: -18px; }
  /* whatwedo */
  .whatwedo_title {
    font-size: 22px;
    line-height: 24px; }
    .whatwedo_title span::before {
      height: 16px; }
  .whatwedo_row.col2 {
    column-count: auto;
    -ms-column-count: auto;
    column-gap: auto;
    -ms-column-gap: auto; }
  /* news */
  .newsbox_title {
    font-size: 18px;
    line-height: 22px; }
  #news_slider {
    margin: 0 0 40px; }
    #news_slider::after {
      width: 40px; }
    #news_slider .swiper-slide {
      width: 300px; }
  .map_frame {
    padding: 10px; }
  .map_frame iframe {
    height: 280px; }
  /* howdo_row */
  .howdo_row {
    margin-bottom: 1px; }
  .howdo::before {
    top: 50%;
    margin-top: -28px; }
  /* drugbox */
  .drugbox_row {
    margin-bottom: 30px; }
  .drugbox_row .grid-3 {
    margin-bottom: 15px; }
  /* contacts_row */
  .contacts_row {
    font-size: 22px; }
  /* search */
  .search_wrapper {
    padding: 20px;
    margin: 0 auto 40px; }
  .alphabet_title {
    margin: 0 10px 8px; }
  .alphabet {
    display: block;
    text-align: center; }
  .alphabet a {
    margin: 8px 5px; }
  /* product_page */
  .product_page {
    padding: 30px 0; }
  .product_page_row {
    margin-bottom: 30px; }
  .product_page_entry {
    font-size: inherit;
    line-height: inherit; }
  .product_page_image img {
    max-width: 280px; }
  .product_page .pagetitle {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 30px; }
  .product_page .pagetitle_inner::before {
    height: 18px;
    bottom: -1px; }
  .product_page_files {
    margin: 0 0 40px; }
  .download_link {
    padding-left: 40px;
    margin: 0 20px 20px 0; }
  .download_link::before {
    width: 24px;
    height: 28px;
    margin-top: -14px; } }

/* Mobile */
