@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; }

/* Header */
.header {
  background: #10182a; }
  .header .container {
    height: 100px;
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
  .header_meta {
    -ms-display: flexbox;
    display: flex;
    align-items: center; }
  .header .logo img {
    display: block;
    width: 195px; }

.navmenu li {
  float: left;
  font-size: 16px;
  line-height: 18px;
  margin: 0 46px 0 0; }

.navmenu li:last-child {
  margin: 0; }

.navmenu li a {
  color: #fff;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out; }

.navmenu li:hover a, .navmenu li.active a {
  color: #31d5d2; }

.bars {
  min-width: 40px;
  height: 40px;
  max-width: 40px;
  display: none;
  background: url(../images/svg/menu.svg) center center no-repeat;
  background-size: 20px 20px; }

/* footer */
.footer {
  text-align: center;
  padding: 20px 0;
  line-height: 22px; }

/* firstscreen */
.section {
  padding: 40px 0 90px; }

.firstscreen {
  min-height: calc(100% - 100px);
  font-size: 28px;
  line-height: 38px;
  font-family: 'Museo700';
  padding: 100px 0 60px;
  position: relative; }
  .firstscreen .container {
    min-height: 100%; }
  .firstscreen .text {
    max-width: 340px; }
  .firstscreen_title {
    max-width: 300px;
    font-size: 60px;
    line-height: 68px;
    margin: 0 0 40px;
    font-family: 'Museo900'; }
    .firstscreen_title span {
      position: relative; }
    .firstscreen_title span b {
      position: relative;
      z-index: 10; }
    .firstscreen_title span::before {
      content: '';
      position: absolute;
      display: block;
      height: 30px;
      left: -18px;
      right: -20px;
      background: url(../images/line.png) no-repeat;
      background-size: 100% 100%;
      bottom: 2px; }
  .firstscreen_subtitle {
    border-bottom: 2px solid #383838;
    padding-bottom: 10px;
    margin-bottom: 16px;
    display: inline-block;
    font-size: 22px;
    line-height: 26px; }

@media screen and (min-height: 1000px) {
  .firstscreen, .firstscreen .container {
    min-height: 0; }
  .arrows {
    display: none !important; } }

/* cloudbox */
.clouds_row {
  margin-bottom: 110px; }

.cloudbox {
  background: url(../images/cloud1.png) center center no-repeat;
  color: #10182a;
  font-size: 18px;
  background-size: 100% 100%;
  width: 100%;
  max-width: 274px;
  min-height: 177px;
  line-height: 24px;
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  font-family: 'Museo700'; }
  .cloudbox.cloud2 {
    background-image: url(../images/cloud2.png); }
  .cloudbox.cloud3 {
    background-image: url(../images/cloud3.png); }

/* article */
.article_row {
  margin-bottom: 100px; }

.article p, .article ul, .article ol {
  margin: 0 0 40px; }
  .article p:last-child, .article ul:last-child, .article ol:last-child {
    margin: 0; }

.article ul, .article ol {
  margin-left: 36px; }

.article ol li {
  list-style: inside decimal; }

.article ul li {
  position: relative;
  padding-left: 14px; }
  .article ul li::before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 4px;
    -ms-border-radius: 4px;
    width: 4px;
    height: 4px;
    left: 0;
    top: 14px;
    background: #10182a; }

/* whatwedo */
.whatwedo {
  margin-bottom: 40px; }
  .whatwedo_row {
    margin-bottom: 100px; }
    .whatwedo_row.col2 {
      column-count: 2;
      -ms-column-count: 2;
      column-gap: 24px;
      -ms-column-gap: 24px; }
      .whatwedo_row.col2 .whatwedo {
        display: inline-block;
        width: 100%; }
  .whatwedo_head {
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    margin: 0 0 18px; }
    .whatwedo_head img {
      display: block;
      min-width: 48px;
      max-width: 48px;
      max-height: 50px;
      margin-right: 17px; }
  .whatwedo_text {
    line-height: 26px;
    margin-left: 65px;
    max-width: 300px; }
  .whatwedo_title {
    font-family: 'Museo700';
    font-size: 22px;
    line-height: 30px;
    position: relative;
    max-width: 340px; }
    .whatwedo_title span {
      position: relative;
      display: inline-block;
      white-space: nowrap; }
    .whatwedo_title span::before {
      content: '';
      position: absolute;
      display: block;
      background: #ffe6ed;
      height: 18px;
      left: -6px;
      right: -18px;
      bottom: -3px; }
    .whatwedo_title b {
      font-weight: normal;
      position: relative;
      z-index: 5; }

/* greentext */
.greentext {
  background: url(../images/text.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  padding: 40px 90px;
  margin: 0 0 100px;
  min-height: 250px;
  -ms-display: flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  .greentext:last-child {
    margin: 0; }
  .greentext.big {
    font-size: 30px;
    line-height: 36px; }

/* btn_line */
.btn_order_row {
  text-align: center; }

.btn_line {
  font-family: 'Museo900';
  font-size: 30px;
  line-height: 34px;
  position: relative;
  color: #10182a;
  text-decoration: none;
  display: inline-block; }
  .btn_line::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/line-green.png) no-repeat;
    background-size: 100% 100%;
    height: 35px;
    left: -24px;
    right: -28px;
    bottom: -4px; }
  .btn_line span {
    position: relative;
    z-index: 10;
    display: block; }

/* newsbox */
.newsbox {
  background: url(../images/news.png) no-repeat;
  background-size: 100% 100%;
  min-height: 260px;
  max-width: 410px;
  padding: 20px;
  -ms-display: flexbox;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between; }
  .newsbox_top {
    width: 100%;
    margin: 0 0 20px; }
  .newsbox_date {
    font-size: 14px;
    line-height: 20px;
    margin: 0; }
  .newsbox_title {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Museo700';
    margin: 0 0 18px; }
  .newsbox_text {
    font-size: 16px;
    line-height: 20px; }
  .newsbox_more {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    width: 100%; }
    .newsbox_more a {
      color: #2da7a5; }

#news_slider {
  position: relative;
  margin: 0 0 130px; }
  #news_slider .swiper-slide {
    width: 410px; }
  #news_slider .swiper-pagination {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    display: block; }
    #news_slider .swiper-pagination-bullet-active {
      background: #2da7a5; }

/* howdo_row */
.howdo {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Museo500';
  position: relative;
  padding-left: 68px; }
  .howdo::before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-family: 'Museo900';
    color: #fff;
    text-align: center;
    font-size: 36px;
    opacity: 0.4; }
  .howdo_row {
    justify-content: center;
    margin-bottom: 100px; }
    .howdo_row .grid-4 {
      margin-bottom: 40px; }
    .howdo_row .grid-4:nth-child(2) {
      order: 4; }
    .howdo_row .grid-4:nth-child(3) {
      order: 2; }
    .howdo_row .grid-4:nth-child(4) {
      order: 5; }
    .howdo_row .grid-4:nth-child(5) {
      order: 3; }
  .howdo1::before {
    background: url(../images/num1.png) no-repeat;
    content: '1';
    width: 61px;
    height: 56px;
    line-height: 56px; }
  .howdo2::before {
    background: url(../images/num2.png) no-repeat;
    content: '2';
    width: 54px;
    height: 56px;
    line-height: 56px; }
  .howdo4::before {
    background: url(../images/num2.png) no-repeat;
    content: '4';
    width: 54px;
    height: 56px;
    line-height: 56px; }
  .howdo3::before {
    background: url(../images/num3.png) no-repeat;
    content: '3';
    width: 57px;
    height: 54px;
    line-height: 54px; }
  .howdo5::before {
    background: url(../images/num5.png) no-repeat;
    content: '5';
    width: 53px;
    height: 53px;
    line-height: 53px; }

/* contacts_row */
.contacts_row {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  align-items: center; }
  .contacts_row .grid-6, .contacts_row .grid-4 {
    margin-bottom: 20px; }

.phone_text, .mail_text, .address_text {
  padding-left: 40px;
  position: relative; }
  .phone_text::before, .mail_text::before, .address_text::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0; }
  .phone_text a, .mail_text a, .address_text a {
    color: inherit;
    text-decoration: none; }

.phone_text::before {
  background-image: url("../images/svg/phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px; }

.address_text::before {
  background-image: url("../images/svg/pin.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px; }

.mail_text::before {
  background-image: url("../images/svg/email.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px; }

/* map_frame */
.map_frame {
  background: url(../images/map.png) no-repeat;
  background-size: 100% 100%;
  margin: 0;
  padding: 40px; }
  .map_frame iframe {
    border: 0;
    display: block;
    height: 500px;
    width: 100%;
    margin: 0;
    padding: 0; }

/* drugbox */
.drugbox {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  -ms-border-radius: 2px;
  transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  display: block;
  min-height: 100%;
  padding: 50px 22px;
  text-decoration: none; }
  .drugbox:hover {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    transform: scale(1.01); }
  .drugbox_row {
    margin-bottom: 110px; }
  .drugbox_row .grid-3 {
    margin-bottom: 24px; }
  .drugbox_title {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-family: 'Museo700';
    text-align: center;
    margin: 0 0 30px;
    display: block; }
    .drugbox_title a {
      color: inherit;
      display: block;
      text-decoration: none; }
  .drugbox_img {
    -ms-display: flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 15px;
    height: 180px; }
    .drugbox_img img {
      display: block;
      max-height: 180px; }
  .drugbox_entry {
    color: #1e283f;
    font-size: 18px;
    line-height: 24px;
    display: block; }
    .drugbox_entry span {
      margin: 0 0 18px;
      display: block; }
      .drugbox_entry span:last-child {
        margin: 0; }
    .drugbox_entry b {
      font-weight: normal;
      font-family: 'Museo700'; }

/* search */
.search_wrapper {
  background: url(../images/search.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 40px 20px;
  max-width: 840px;
  margin: 0 auto 70px; }

.alphabet_title {
  border-bottom: 1px solid #8f8386;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 3px;
  margin: 0 20px 8px; }

.alphabet {
  font-family: 'Museo700';
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  -ms-display: flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 20px; }
  .alphabet a {
    color: #10182a;
    text-decoration: none; }
  .alphabet a:hover {
    color: #2da7a5; }

.searchbox {
  position: relative;
  margin: 0 0 20px; }
  .searchbox_input {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    background: #fff;
    height: 36px;
    border-radius: 36px;
    -ms-border-radius: 36px;
    border: 0;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 8px 44px 8px 14px;
    font-family: 'Museo300'; }
    .searchbox_input::placeholder {
      line-height: 18px; }
  .searchbox_btn {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    background: 0;
    background-image: url("../images/svg/search.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 0;
    opacity: 0.4;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 8px;
    border-radius: 0;
    -ms-border-radius: 0; }
    .searchbox_btn:hover {
      opacity: 1; }

/* product_page */
.product_page {
  padding: 150px 0 70px; }
  .product_page_back {
    text-align: center; }
  .product_page_row {
    margin-bottom: 50px; }
  .product_page_image {
    order: 2;
    text-align: right; }
  .product_page_entry {
    order: 1;
    font-size: 18px;
    line-height: 24px; }
    .product_page_entry ul {
      margin: 0; }
      .product_page_entry ul li {
        margin: 0 0 14px; }
        .product_page_entry ul li:last-child {
          margin: 0; }
      .product_page_entry ul b {
        font-weight: normal;
        font-family: 'Museo700'; }
  .product_page_files {
    margin: 0 0 60px; }
  .product_page .pagetitle {
    margin: 0 0 60px; }
  .product_page .firstscreen_title {
    max-width: none;
    margin: 0 0 60px; }

.download_link {
  padding-left: 54px;
  position: relative;
  color: #10182a;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 40px 0; }
  .download_link:hover {
    text-decoration: none; }
  .download_link::before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    background-image: url("../images/svg/pdf.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 48px;
    margin-top: -24px; }
