.G-container-xl {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto
}
    .logo-news{
      font-size:50px;
    }

:root {
  --color-bg-color-1: #fff;
  --color-bg-color-2: #edf2f4;
  --color-bg-color-3: #e9f6ff;
  --color-bg-color-4: #0f134b;
  --color-bg-color-5: #ffff56;
  --color-color-1: #3858f5;
  --color-color-2: #3858f5;
  --color-color-3: #edf2f4;
  --color-color-4: #3858f5;
  --color-grey-1: #708597;
  --color-grey-2: #dedfe0;
  --color-grey-3: #edf2f4;
  --color-text-1: #050f19;
  --color-text-2: #708597;
  --color-text-3: #0f134b;
  --color-link-1: #3858f5;
  --color-link-2: #fa044f;
  --color-bg-color-1-hover: #d3d3d3;
  --color-bg-color-1-contrast: #3858f5;
  --color-bg-color-2-hover: #c4c8ca;
  --color-bg-color-2-contrast: #222;
  --color-bg-color-3-hover: #c1ccd3;
  --color-bg-color-3-contrast: #222;
  --color-bg-color-4-hover: #3f426f;
  --color-bg-color-4-contrast: #fff;
  --color-bg-color-5-hover: #d3d34c;
  --color-bg-color-5-contrast: #222;
  --color-color-1-hover: #6079f7;
  --color-color-1-contrast: #fff;
  --color-color-2-hover: #6079f7;
  --color-color-2-contrast: #fff;
  --color-color-3-hover: #c4c8ca;
  --color-color-3-contrast: #222;
  --color-color-4-hover: #6079f7;
  --color-color-4-contrast: #fff;
  --color-grey-1-hover: #8d9dac;
  --color-grey-1-contrast: #fff;
  --color-grey-2-hover: #b8b9ba;
  --color-grey-2-contrast: #222;
  --color-grey-3-hover: #c4c8ca;
  --color-grey-3-contrast: #222;
  --color-text-1-hover: #373f47;
  --color-text-1-contrast: #fff;
  --color-text-2-hover: #8d9dac;
  --color-text-2-contrast: #fff;
  --color-text-3-hover: #3f426f;
  --color-text-3-contrast: #fff;
  --color-link-1-hover: #6079f7;
  --color-link-1-contrast: #fff;
  --color-link-2-hover: #fb3672;
  --color-link-2-contrast: #fff;
  --color-white: #fff;
  --color-black: #222;
  --color-total-package: #00d46e;
  --color-total-package-hover: #00bb61;
  --color-facebook: #4267b2;
  --color-twitter: #1da1f2;
  --color-instagram: #833ab4;
  --color-content-marketing: #496170;
  --color-error: #ffd9de;
  --header-menu-top-color: var(--color-text-2);
  --header-menu-primary-color: var(--color-black);
  --header-menu-primary-text-transform: none;
  --header-menu-primary-font-size: 13px;
  --header-menu-separator-enabled: block;
  --header-sitemap-footer-color: var(--color-grey-1);
  --article-font-body-font-family: Roboto, sans-serif;
  --article-font-body-font-size: 16px;
  --article-font-body-font-weight: 400;
  --article-font-lead-font-family: Roboto, sans-serif;
  --article-font-lead-font-size: 16px;
  --article-font-lead-font-weight: 700;
  --font-family-system: Inter, sans-serif;
  --font-family-primary: Inter, sans-serif;
  --font-family-secondary: Roboto, sans-serif;
  --text-type-1-font-size: 12px;
  --text-type-1-font-weight: 700;
  --text-type-2-font-size: 12px;
  --text-type-2-font-weight: 500;
  --text-type-3-font-size: 13px;
  --text-type-3-font-weight: 400;
  --h1-lg-font-size: 30px;
  --h1-lg-font-weight: 600;
  --h1-lg-line-height: 1.3;
  --h1-sm-font-size: 20px;
  --h1-sm-font-weight: 600;
  --h1-sm-line-height: 1.3;
  --h2-lg-font-size: 22px;
  --h2-lg-font-weight: 600;
  --h2-lg-line-height: 1.3;
  --h2-sm-font-size: 19px;
  --h2-sm-font-weight: 600;
  --h2-sm-line-height: 1.3;
  --h3-lg-font-size: 20px;
  --h3-lg-font-weight: 600;
  --h3-lg-line-height: 1.3;
  --h3-sm-font-size: 18px;
  --h3-sm-font-weight: 600;
  --h3-sm-line-height: 1.3;
  --h4-lg-font-size: 17px;
  --h4-lg-font-weight: 600;
  --h4-lg-line-height: 1.3;
  --h4-sm-font-size: 17px;
  --h4-sm-font-weight: 600;
  --h4-sm-line-height: 1.3;
  --h5-lg-font-size: 15px;
  --h5-lg-font-weight: 600;
  --h5-lg-line-height: 1.3;
  --h5-sm-font-size: 15px;
  --h5-sm-font-weight: 600;
  --h5-sm-line-height: 1.3;
  --h6-lg-font-size: 14px;
  --h6-lg-font-weight: 600;
  --h6-lg-line-height: 1.3;
  --h6-sm-font-size: 15px;
  --h6-sm-font-weight: 600;
  --h6-sm-line-height: 1.3;
}

@media(min-width: 1248px) {
  .G-container-xl {
    max-width: 1224px
  }
}

.G-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px
}

.G-no-gutters {
  margin-right: 0;
  margin-left: 0
}

.G-no-gutters>.G-col,
.G-no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.G-col,
.G-col-12,
.G-col-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px
}

.G-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%
}

.G-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.G-col-12 {
  flex: 0 0 100%;
  max-width: 100%
}

.U-text-center {
  text-align: center !important
}

.U-flex-column {
  flex-direction: column !important
}

.U-display-none {
  display: none !important
}

@media(min-width: 992px) {
  .U-display-lg-none {
    display: none !important
  }

  .U-display-lg-block {
    display: block !important
  }
}

@media print {
  .U-display-print-none {
    display: none !important
  }
}

.U-position-static {
  position: static
}

.U-h-100 {
  height: 100%
}

button {
  outline: none;
  border: none;
}

.C-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.C-button {
  font-family: var(--font-family-system);
  font-size: 12px;
  font-weight: 500;
  border-radius: 100px;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: background .15s, color .15s
}

.C-button__content {
  display: inline-block
}

.C-button__icon {
  display: block
}

.C-button--size-auto .C-button__icon:last-child {
  display: inline-block;
  margin: 0 0 0 5px
}

.C-dropdown {
  position: relative
}

.C-dropdown__trigger-wrapper {
  max-width: 100%
}

.C-dropdown__trigger-wrapper .C-button__icon {
  transition: transform .3s ease-in-out
}

.C-dropdown .C-button {
  max-width: 100%
}

.C-dropdown .C-dropdown__trigger-wrapper .C-button__content {
  max-width: 82%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle
}

:root {
  --delfi-topbar-height: 0px;
  --delfi-header-height: 100px
}




@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  body {
    padding-top: 0
  }
}

.C-header {
  top: 0;
  top: var(--delfi-topbar-height);
  left: 0;
  width: 100%;
  z-index: 11000;
  flex-shrink: 0
}

@media(max-width: 991.98px) {
  .C-header {
    z-index: 12502
  }
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .C-header {
    position: relative
  }
}

.C-header-menu__container {
  position: relative
}

@media(max-width: 991.98px) {
  .C-header-menu__container {
    padding-left: 16px;
    padding-right: 16px
  }
}

.C-header-menu__row {
  justify-content: center;
  align-items: center
}

.C-header-menu__item {
  display: flex;
  position: relative;
  align-items: center
}

.C-header-menu__item-content {
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px
}

.C-header-menu__item-icon {
  display: inline-block;
  padding-right: 6px
}

.C-header-menu__item-icon svg {
  display: block
}

.C-header-menu__horizontal--left {
  margin-right: auto
}

.C-header-menu__horizontal--right {
  margin-left: auto
}

.C-header-menu__horizontal--center>ul {
  justify-content: center;
  align-items: center
}

.C-header-menu__horizontal--center .C-header-menu__item-content {
  line-height: 1;
  margin-left: 15px;
  margin-right: 15px
}

.C-header-menu--top {
  position: relative;
  z-index: 11000;
  background: var(--color-bg-color-2);

}

@media(max-width: 991.98px) {
  .C-header-menu--top {
    display: none
  }
}

.C-header-menu--top .C-header-menu__item-content {
  font-family: var(--font-family-system);
  font-size: 11px;
  font-weight: 400;
  color: var(--header-menu-top-color);
  fill: var(--header-menu-top-color)
}

.C-header-menu--top .C-header-menu__item-content.C-button {
  height: 30px
}

.C-header-menu--top .C-header-menu__item-content:hover {
  opacity: .8
}

.C-header-menu--top .C-header-menu__horizontal--left {
  flex: 0 0 340px;
  max-width: 340px
}

.C-header-menu--top .C-header-menu__horizontal--left li:first-child .C-header-menu__item-content {
  margin-left: -10px
}

.C-header-menu--top .C-header-menu__horizontal--right {}

.C-header-menu--top .C-header-menu__horizontal--right .C-header-menu__horizontal__row {
  justify-content: flex-end
}

.C-header-menu--top .C-header-menu__horizontal--right li:last-child .C-header-menu__item-content {
  margin-right: -10px
}

@media(min-width: 992px) {
  .C-header-customer-menu {
    width: 230px;
    padding: 30px 12px 12px
  }
}

@media(max-width: 991.98px) {
  .C-header-customer-menu {
    height: 100%
  }
}

.C-header-customer-menu__welcome {
  margin-bottom: 16px
}

@media(max-width: 991.98px) {
  .C-header-customer-menu__items-wrapper {
    background: var(--color-grey-3);
    height: 100%;
    padding-top: 1px
  }
}

@media(max-width: 991.98px) {
  .C-header-customer-menu__items-wrapper .C-header-customer-menu__item-list {
    background: var(--color-white);
    padding-left: 14px;
    padding-right: 14px;
    margin: 18px 16px;
    border-radius: 16px
  }
}

.C-header-customer-menu__items-wrapper .C-header-customer-menu__item-list:not(.C-header-customer-menu__item-list--without-padding) {
  padding-top: 12px;
  padding-bottom: 12px
}

@media(max-width: 991.98px) {
  .C-header-customer-menu__items-wrapper .C-header-customer-menu__item-content:not(.C-header-customer-menu__item-content--last) {
    border-bottom: 1px solid var(--color-grey-2)
  }
}

@media(max-width: 991.98px) {
  .C-header-customer-menu__item-list--heading {
    padding-left: 30px;
    padding-right: 30px
  }
}

.C-header-customer-menu__email,
.C-header-customer-menu__title {
  font-family: var(--font-family-system);
  width: 205px;
  overflow: hidden;
  text-overflow: ellipsis
}

.C-header-customer-menu__title {
  font-size: 14px;
  font-weight: 600
}

.C-header-customer-menu__email {
  font-size: 11px;
  color: var(--color-grey-1);
  margin-bottom: 5px
}

.C-header-customer-menu__button {
  display: flex;
  align-items: center;
  font-size: 14px
}

@media(min-width: 768px) {
  .C-header-customer-menu__button {
    width: 100%;
    height: 36px;
    margin: 5px 0;
    padding: 5px 12px;
    border-radius: 100px
  }

  .C-header-customer-menu__button:hover {
    background: var(--color-grey-3)
  }
}

@media(max-width: 991.98px) {
  .C-header-customer-menu__button {
    height: 28px;
    padding: 6px 0;
    margin: 10px 0
  }
}

.C-header-customer-menu__button .C-button__content {
  display: flex;
  align-items: center;
  width: 100%
}

.C-header-customer-menu__button i {
  fill: var(--color-black);
  stroke: var(--color-black)
}

.C-header-customer-menu__button i:first-child {
  width: 19px;
  margin-right: 16px
}

.C-header-customer-menu__button i:first-child svg {
  margin: auto
}

.C-header-customer-menu__button--total-package {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: var(--color-total-package)
}

.C-header-customer-menu__button--total-package,
.C-header-customer-menu__button--total-package:hover {
  color: var(--color-white)
}

.C-header-customer-menu__button--total-package:hover i,
.C-header-customer-menu__button--total-package i {
  fill: var(--color-white)
}

.C-header-customer-menu__button--total-package:hover {
  background: var(--color-total-package-hover)
}

@media(max-width: 991.98px) {
  .C-header-customer-menu__button--total-package {
    width: 100%;
    height: 36px;
    margin: 0 0 16px;
    padding: 5px 12px;
    border-radius: 100px
  }
}

.C-header-customer-menu__item-content--separator {
  height: .5px;
  padding: 0;
  background: #dedfe0;
  margin: 7px 0
}

@media(max-width: 991.98px) {
  .C-header-customer-menu__item-content--separator {
    margin: 0
  }
}

@media(max-width: 575.98px) {
  .C-header-menu__horizontal--left {
    margin-right: 0;
  }

  .C-header-menu__horizontal--right {
    margin-left: 0;
  }
}




















@font-face {
  font-family: swiper-icons;
  src: url("") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

:root {
  --swiper-navigation-size: 44px;
}

@font-face {
  font-family: iconic;
  src: url("");
}

.iconic {
  font-family: iconic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  color: inherit;
  line-height: normal;
  vertical-align: middle;
}

.iconic--close:after {
  content: "";
}

.iconic--map-label:after {
  content: "";
}

.iconic--search:after {
  content: "\e0dd";
}

@font-face {
  font-family: RobotoRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: RobotoRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: RobotoRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: RobotoRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: RobotoRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: RobotoRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: RobotoRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: RobotoCondensedRegular;
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url("") format("woff2"), url("") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("") format("woff2"), url("") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("") format("woff2"), url("") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("") format("woff2"), url("") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("urn:scrapbook:download:error:http://mofeloi.qabyhoe.com/landers/ki_tr_prost_prostavec_doctor_m_rak_d/Doctor%20M%20Rak%20D/css/urn_3Ascrapbook_3Adownload_3Aerror_3Ahttps_3A//sud.cedajin.com/lander/tr-uroplus-cpl-cash-prosporos-075B30F2CF") format("woff2"), url("urn:scrapbook:download:error:http://mofeloi.qabyhoe.com/landers/ki_tr_prost_prostavec_doctor_m_rak_d/Doctor%20M%20Rak%20D/css/urn_3Ascrapbook_3Adownload_3Aerror_3Ahttps_3A//sud.cedajin.com/lander/tr-uroplus-cpl-cash-prosporos-0675B3069D") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("") format("woff2"), url("") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("urn:scrapbook:download:error:http://mofeloi.qabyhoe.com/landers/ki_tr_prost_prostavec_doctor_m_rak_d/Doctor%20M%20Rak%20D/css/urn_3Ascrapbook_3Adownload_3Aerror_3Ahttps_3A//sud.cedajin.com/lander/tr-uroplus-cpl-cash-prosporos-09B563227E") format("woff2"), url("urn:scrapbook:download:error:http://mofeloi.qabyhoe.com/landers/ki_tr_prost_prostavec_doctor_m_rak_d/Doctor%20M%20Rak%20D/css/urn_3Ascrapbook_3Adownload_3Aerror_3Ahttps_3A//sud.cedajin.com/lander/tr-uroplus-cpl-cash-prosporos-0B9B56364C") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url("") format("woff2"), url("") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}





.h-wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  min-width: 320px;
  padding: 0 10px;
}

@media screen and (max-width:960px) {
  .h-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width:640px) {
  .h-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.h-wrapper::after,
.h-wrapper::before {
  content: "";
  display: table;
  clear: both;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex--jcsb {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex--aic {
  -ms-flex-align: center;
  align-items: center;

}

.mobile-menu {
  display: none;
}

._callcenter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  z-index: 9;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

._callcenter-item {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffc500;
  color: #000;
  font-size: 21px;
  transition: .4s;
  position: absolute;
  text-decoration: none;
  outline: 0;
}

._callcenter-item:hover {
  color: #fff;
}

._callcenter-item._open {
  position: relative;
  z-index: 3;
  overflow: hidden;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

._callcenter-item._open ._callcenter-item {
  position: static;
}

._callcenter-item._open:hover ._callcenter-item {
  color: #fff;
}

._callcenter-item ._open-anim {
  display: -ms-flexbox;
  display: flex;
  transition: .4s;
}

._callcenter-item ._open-anim ._phone {
  visibility: visible;
  transform: scale(1);
}

._callcenter-item._phone {
  transform: scale(.8);
  visibility: hidden;
}

._callcenter ._callcenter-item svg {
  width: 20px;
  height: 20px;
}

._callcenter ._callcenter-item:hover svg {
  fill: #111;
}

.main-header__bottom ._callcenter {
  margin-right: 20px;
}

.main-header__bottom {
  padding-top: 15px;
  padding-bottom: 11px;
}

.main-header__bottom .phone {
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  margin-right: 0;
  cursor: pointer;
  transition: .25s;
}

.main-header__bottom .main-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0;
}

@media screen and (max-width:1390px) {
  .main-header__bottom .main-icons {
    margin-right: 0;
  }
}

@media screen and (max-width:1080px) {

  .main-header__bottom {
    padding: 0;
  }

  .main-header__bottom .phone {
    display: none;
  }
}

.callback__button {
  font-size: 14px;
  padding: 0 17px 3px;
  height: 32px;
  line-height: 30px;
  margin-left: 35px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width:1060px) {
  .callback__button {
    margin-left: 15px;
  }
}

@media screen and (max-width:600px) {
  .callback__button {
    display: none !important;
  }
}

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

.phone:hover .phone__text i {
  border-color: #3a3a3a;
}

.phone__text {
  color: #3a3a3a;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 15px;
  display: inline-block;
  transition: .25s;
}

.phone i {
  font-style: normal;
}

@media screen and (max-width:1060px) {
  .phone {
    margin-right: 10px !important;
  }

  .phone__text {
    font-size: 13px;
  }
}

@media screen and (max-width:600px) {
  .phone {
    margin-right: 0 !important;
  }

  .phone__text i {
    font-size: 18px;
  }
}

@media screen and (max-width:400px) {
  .phone__text i {
    font-size: 12px;
  }
}

.logo {
  height: 78px;
  margin-left: auto;
  margin-right:auto;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.logo a {
  display: block;
}

.logo img {
  display: block;
  height: 64px;
  width: 64px;
}

@media screen and (max-width:1280px) {

  .logo img {
    height: 55px;
    width: 55px;
  }
}




.serv-list {
  width: 930px;
  margin: auto;
}

.serv-list__body {
  padding: 48px 47px 55px 50px;
}

.serv-list__box {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 45px;
}

.serv-list__box:not(:last-child) {
  margin-right: 50px;
}

.serv-list__box h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 900;
}

.serv-list__box ul {
  display: inline-block;
  vertical-align: top;
}

.serv-list__box li {
  max-width: 243px;
  line-height: 18px;
}

.serv-list__box li:not(:last-child) {
  margin-bottom: 12px;
}

.serv-list__offset {
  margin-right: 40px;
}

.serv-list__footer {
  padding: 20px 0;
  border-top: 1px solid rgba(171, 171, 171, .32);
  text-align: center;
}

.serv-list__footer .link {
  font-weight: 700;
  color: #01b0b0;
}

@media screen and (max-width:1080px) {
  .serv-list {
    width: 840px;
  }

  .serv-list__box:not(:last-child) {
    margin-right: 20px;
  }

  .serv-list__offset {
    margin-right: 35px;
  }
}

@media screen and (max-width:760px) {
  .serv-list {
    width: 520px;
  }

  .serv-list__body {
    padding: 25px 10px;
  }

  .serv-list__box:not(:last-child) {
    margin-right: 15px;
  }

  .serv-list__offset {
    margin-right: 15px;
  }
}

@media screen and (min-width:541px) {
  .serv-list__box ul {
    display: inline-block !important;
  }
}

@media screen and (max-width:540px) {
  .serv-list {
    width: 100%;
    max-width: 100%;
  }

  .serv-list__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .serv-list__box {
    width: 100%;
    margin: 0;
    border-bottom: 5px solid #f8f8f8;
  }

  .serv-list__box:not(:last-child) {
    margin-right: 0;
  }

  .serv-list__box ul {
    display: none;
    margin-right: 0;
    padding: 0 30px 23px 30px;
    width: 100%;
  }

  .serv-list__box ul li {
    margin-bottom: 20px;
    line-height: 1;
  }

  .serv-list__box ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .serv-list__box ul li:last-child {
    margin-bottom: 0;
  }

  .serv-list__box .h3 {
    width: 100%;
    font-size: 14px;
    padding: 21px 29px 20px 29px;
    position: relative;
    cursor: pointer;
  }

  .serv-list__box .h3:after {
    content: "";
    width: 6px;
    height: 4px;
    position: absolute;
    right: 29px;
    top: 34px;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("");
    transition: .3s ease;
  }

  .serv-list__top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 29px;
    background-color: #f8f8f8;
    text-align: center;
    position: relative;
  }

  .serv-list__arrow {
    width: 19px;
    height: 12px;
    position: absolute;
    left: 29px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url("");
    transition: .3s ease;
  }

  .serv-list__arrow:hover {
    cursor: pointer;
    left: 25px;
  }

  .serv-list h3 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .serv-list__footer {
    border: none;
  }
}

.main-navbar {
  margin-left: 20px;
  margin-right: 20px;
}

.main-navbar__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.main-navbar__item {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.main-navbar__item:not(:last-child) {
  margin-right: 30px;
}

.main-navbar__item.is-dropdowns .main-navbar__link {
  padding-right: 17px;
}

.main-navbar__item.is-dropdowns .main-navbar__link:hover {
  cursor: pointer;
  color: #1a9897;
}

.main-navbar__link {
  font-weight: 700;
  color: #3a3a3a;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
  font-size: 16px;
}

.main-navbar__link:hover {
  color: #1a9897;
}

.main-navbar__link.with-bg {
  background: #ffd97f;
  padding: 2px 10px;
  border-radius: 4px;
}

.main-navbar__arrow {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
  border-top: 4px solid #139594;
  transition: .25s;
}

.main-navbar__sublist {
  position: absolute;
  top: calc(100% + 14px);
  left: -47px;
  background-color: #fff;
  box-shadow: 11px 19.1px 60px rgba(0, 0, 0, .13);
  z-index: 30;
  transition: .25s;
  transform: translateY(30px);
  visibility: hidden;
  opacity: 0;
}

.main-navbar__sublist-close {
  display: none;
  z-index: 3;
}

.main-navbar__sublist--adds {
  width: 460px;
  padding: 30px 15px 40px 25px;
}

.main-navbar__sublist--programs {
  width: 340px;
  padding: 38px 15px 50px 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 630px;
}

.main-navbar__sublist--programs .main-navbar__item {
  display: block;
  width: 50%;
  margin-bottom: 15px;
}

.main-navbar__sublist--programs .main-navbar__item:not(:last-child) {
  margin-bottom: 17px;
  margin-right: 0;
}

.main-navbar__sublist--programs .main-navbar__link {
  display: inline-block;
  line-height: 21px;
  margin-left: 0;
  font-size: 13px;
}

.main-navbar__sublist--services {
  overflow-y: auto;
}

.main-navbar .services-clinics__item {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.main-navbar .services-clinics__title {
  margin-bottom: 6px;
  line-height: 1;
}

.main-navbar .services-clinics__text {
  transition: .25s;
}

.main-navbar .services-clinics__text:hover {
  opacity: .6;
}

.main-navbar .services-clinics a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width:1060px) {
  .main-navbar__nav {
    font-size: 13px;
  }
}

@media screen and (max-width:1080px) {


  .main-navbar__list {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-navbar__nav {
    font-size: 20px;
    text-align: justify;
    padding: 20px 25px 0;
  }

  .main-navbar__nav::after {
    content: "";
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }

  .main-navbar__link {
    font-weight: 600;
    display: inline-block;
    margin: 0;
  }

  .main-navbar__sublist {
    width: 100%;
    position: fixed;
    top: 68px;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 0 40px;
  }

  .main-navbar__sublist-close {
    position: absolute;
    top: 15px;
    right: 25px;
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .main-navbar__sublist--adds .services-clinics__item {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .main-navbar__sublist--adds .services-clinics__item a {
    color: inherit;
    text-decoration: none;
  }

  .main-navbar__sublist--adds .services-clinics__title {
    margin-bottom: 2px;
    line-height: 1;
  }

  .main-navbar__sublist--services .link {
    font-size: 13px;
  }

  .main-navbar__sublist--programs {
    padding: 20px;
    display: block;
  }

  .main-navbar__sublist--programs .main-navbar__item:not(:last-child) {
    margin-bottom: 12px;
  }

  .main-navbar__sublist--programs .main-navbar__item {
    width: 100%;
    text-align: left;
  }

  .main-navbar__sublist--programs .main-navbar__link {
    margin: 0;
    padding: 0;
  }
}

@media screen and (max-width:600px) {
  .main-navbar__nav {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width:540px) {
  .main-navbar__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-navbar__item:not(:last-child) {
    margin-right: 0;
  }

  .main-navbar__link {
    display: block;
    margin-bottom: 20px;
  }

  .main-navbar__link.with-bg {
    background: 0 0;
    position: relative;
    padding: 0;
  }

  .main-navbar__link.with-bg:after {
    content: "";
    width: 60px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("");
    z-index: -1;
  }

  .main-navbar__arrow {
    position: static;
    margin-left: 7px;
    margin-top: -19px;
  }

  .main-navbar__item.is-dropdowns .main-navbar__link {
    padding-right: 0;
  }

  .main-navbar__sublist-close {
    z-index: 3;
    width: 10px;
  }
}

.search {
  width: 0;
  transition: .25s;
  overflow: hidden;
  position: absolute;
  top: -15px;
  right: 40px;
  height: 93px;
  background: #fff;
}

.search__wrap {
  width: 100%;
  padding-top: 17px;
  padding-right: 120px;
  padding-left: 20px;
}

.search__input-text {
  font-weight: 300;
  font-size: 24px;
  color: #3a3a3a;
  width: 100%;
  display: block;
}

.search__close {
  position: absolute;
  font-size: 15px;
  top: 32px;
  right: 15px;
  cursor: pointer;
  color: #3a3a3a;
  transition: .25s;
}

.search__close:hover {
  color: #ababad;
}

.search__dropdown {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 0 30px 0 23px;
  width: 100%;
  border-top: 1px solid #1bb3b2;
  max-height: 600px;
  overflow: auto;
}

@media screen and (max-width:1280px) {
  .search {
    height: 80px;
  }

  .search__wrap {
    padding-top: 11px;
  }

  .search__close {
    top: 26px;
  }
}

@media screen and (max-width:1080px) {
  .search {
    height: auto;
    top: auto;
    right: auto;
    vertical-align: middle;
  }

  .search__btn {
    display: none;
  }
}


.btn {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background: 0 0;
  text-decoration: none;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: .25s;
  border-radius: 4px;
  font-size: 18px;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  outline: 0;
}

.btn--default {
  background: linear-gradient(90deg, rgba(86,175,175,1) 0%, rgba(12,160,236,1) 100%);
  color: #fff;
  font-weight: 400;
}

.btn--default:hover {
  background: #20bfbe;
}

.btn--size-md {
  font-size: 13px;
  line-height: 48px;
  padding: 0 30px;
  height: 48px;
}

@media screen and (max-width:480px) {
  .btn--default {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    text-align: center;
  }

  .btn--default.btn--size-md {
    font-size: 16px;
    line-height: 48px;
    padding: 0 30px;
    height: 48px;
  }
}

.link {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
  border-bottom: 1px solid transparent;
  transition: .25s;
  cursor: pointer;
}

.link:hover {
  border-bottom-color: transparent;
}

.link--graydark {
  color: #3a3a3a;
}

.link--graydark:hover {
  color: #1bb3b2;
}



.input {
  display: inline-block;
  width: 100%;
  cursor: text;
  border: 1px solid #dedede;
  height: 62px;
  line-height: 62px;
  background: #fff;
  font-size: 18px;
  font-weight: 300;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .06);
  border-radius: 4px;
  padding: 0 24px;
  box-sizing: border-box;
}

@media screen and (max-width:480px) {
  .input {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
}

.services-clinics__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.services-clinics__item:last-child {
  margin-bottom: 0;
}

.services-clinics__icon {
  margin-right: 25px;
}

.services-clinics__text {
  font-size: 14px;
  font-weight: 400;
  color: #3a3a3a;
  margin-top: 8px;
}

.services-clinics__title {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none;
  color: #3a3a3a;
}

.services-clinics .iconic--map-label {
  width: 48px;
  height: 48px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f3f3f3;
  border-radius: 50%;
  font-size: 21px;
}
.mobile-menu {
  position: relative;
}
@media screen and (max-width:950px) {
  .flex--aic {
    flex-direction: column;
    margin-left:auto;
        margin-right:auto;
    align-items: center;
    justify-content: center;
  }
  .hddd {
    display: none;
  }
  .logo-news{
    font-size:40px;
  }
  .main-navbar__nav {
    padding: 0;
  }
}
.toggle-menu {
	display: none;
	position: absolute;
  top: 10px;
  right: 2px;
	z-index: 10;
}

.toggle-menu__button {
	height: 20px;
	cursor: pointer;
}

.toggle-menu__button span {
	position: relative;
	width: 20px;
	height: 2px;
	background: #909090;
	display: block;
	transition: .25s;
}

.toggle-menu__button span::after,.toggle-menu__button span::before {
	content: "";
	background: #909090;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	transition: .25s;
	transform-origin: 0 0;
}

.toggle-menu__button span::before {
	top: -7px;
}

.toggle-menu__button span::after {
	bottom: -7px;
}

@media screen and (max-width:560px) {
  .main-header__bottom {
    display: none;
  }
  .mobile-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .services-clinics__icon {
    margin-right: 15px;
  }
  .logo {
    margin-bottom: 0;
    margin-top:15px;
  }

  .logo span {
    font-weight: bold;
  }

  .toggle-menu {
    display: block;
  }
}

.fl {
  float: left;
}

@media screen and (max-width:480px) {
.logo-news {
    font-size:35px;
  }
  .logo img {
    height: 54px;
    width: 54px;
  }
}































































@font-face {
  font-family: 'Icons';
  src: url("");
  src: url("") format('embedded-opentype'), url("") format('woff'), url("") format('truetype'), url("") format('opentype'), url("") format('svg');
  font-weight: normal;
  font-style: normal;
}

.oi[data-glyph].oi-text-replace {
  font-size: 0;
  line-height: 0;
}

.oi[data-glyph].oi-text-replace:before {
  width: 1em;
  text-align: center;
}

.oi[data-glyph]:before {
  font-family: 'Icons';
  display: inline-block;
  speak: none;
  line-height: 1;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.oi[data-glyph]:empty:before {
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}

.oi[data-glyph].oi-align-left:before {
  text-align: left;
}

.oi[data-glyph].oi-align-right:before {
  text-align: right;
}

.oi[data-glyph].oi-align-center:before {
  text-align: center;
}

.oi[data-glyph].oi-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.oi[data-glyph].oi-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(1, -1);
}

.oi[data-glyph].oi-flip-horizontal-vertical:before {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, -1);
}


.oi[data-glyph=account-login]:before {
  content: '\e000';
}

.oi[data-glyph=account-logout]:before {
  content: '\e001';
}

.oi[data-glyph=action-redo]:before {
  content: '\e002';
}

.oi[data-glyph=action-undo]:before {
  content: '\e003';
}

.oi[data-glyph=align-center]:before {
  content: '\e004';
}

.oi[data-glyph=align-left]:before {
  content: '\e005';
}

.oi[data-glyph=align-right]:before {
  content: '\e006';
}

.oi[data-glyph=aperture]:before {
  content: '\e007';
}

.oi[data-glyph=arrow-bottom]:before {
  content: '\e008';
}

.oi[data-glyph=arrow-circle-bottom]:before {
  content: '\e009';
}

.oi[data-glyph=arrow-circle-left]:before {
  content: '\e00a';
}

.oi[data-glyph=arrow-circle-right]:before {
  content: '\e00b';
}

.oi[data-glyph=arrow-circle-top]:before {
  content: '\e00c';
}

.oi[data-glyph=arrow-left]:before {
  content: '\e00d';
}

.oi[data-glyph=arrow-right]:before {
  content: '\e00e';
}

.oi[data-glyph=arrow-thick-bottom]:before {
  content: '\e00f';
}

.oi[data-glyph=arrow-thick-left]:before {
  content: '\e010';
}

.oi[data-glyph=arrow-thick-right]:before {
  content: '\e011';
}

.oi[data-glyph=arrow-thick-top]:before {
  content: '\e012';
}

.oi[data-glyph=arrow-top]:before {
  content: '\e013';
}

.oi[data-glyph=audio-spectrum]:before {
  content: '\e014';
}

.oi[data-glyph=audio]:before {
  content: '\e015';
}

.oi[data-glyph=badge]:before {
  content: '\e016';
}

.oi[data-glyph=ban]:before {
  content: '\e017';
}

.oi[data-glyph=bar-chart]:before {
  content: '\e018';
}

.oi[data-glyph=basket]:before {
  content: '\e019';
}

.oi[data-glyph=battery-empty]:before {
  content: '\e01a';
}

.oi[data-glyph=battery-full]:before {
  content: '\e01b';
}

.oi[data-glyph=beaker]:before {
  content: '\e01c';
}

.oi[data-glyph=bell]:before {
  content: '\e01d';
}

.oi[data-glyph=bluetooth]:before {
  content: '\e01e';
}

.oi[data-glyph=bold]:before {
  content: '\e01f';
}

.oi[data-glyph=bolt]:before {
  content: '\e020';
}

.oi[data-glyph=book]:before {
  content: '\e021';
}

.oi[data-glyph=bookmark]:before {
  content: '\e022';
}

.oi[data-glyph=box]:before {
  content: '\e023';
}

.oi[data-glyph=briefcase]:before {
  content: '\e024';
}

.oi[data-glyph=british-pound]:before {
  content: '\e025';
}

.oi[data-glyph=browser]:before {
  content: '\e026';
}

.oi[data-glyph=brush]:before {
  content: '\e027';
}

.oi[data-glyph=bug]:before {
  content: '\e028';
}

.oi[data-glyph=bullhorn]:before {
  content: '\e029';
}

.oi[data-glyph=calculator]:before {
  content: '\e02a';
}

.oi[data-glyph=calendar]:before {
  content: '\e02b';
}

.oi[data-glyph=camera-slr]:before {
  content: '\e02c';
}

.oi[data-glyph=caret-bottom]:before {
  content: '\e02d';
}

.oi[data-glyph=caret-left]:before {
  content: '\e02e';
}

.oi[data-glyph=caret-right]:before {
  content: '\e02f';
}

.oi[data-glyph=caret-top]:before {
  content: '\e030';
}

.oi[data-glyph=cart]:before {
  content: '\e031';
}

.oi[data-glyph=chat]:before {
  content: '\e032';
}

.oi[data-glyph=check]:before {
  content: '\e033';
}

.oi[data-glyph=chevron-bottom]:before {
  content: '\e034';
}

.oi[data-glyph=chevron-left]:before {
  content: '\e035';
}

.oi[data-glyph=chevron-right]:before {
  content: '\e036';
}

.oi[data-glyph=chevron-top]:before {
  content: '\e037';
}

.oi[data-glyph=circle-check]:before {
  content: '\e038';
}

.oi[data-glyph=circle-x]:before {
  content: '\e039';
}

.oi[data-glyph=clipboard]:before {
  content: '\e03a';
}

.oi[data-glyph=clock]:before {
  content: '\e03b';
}

.oi[data-glyph=cloud-download]:before {
  content: '\e03c';
}

.oi[data-glyph=cloud-upload]:before {
  content: '\e03d';
}

.oi[data-glyph=cloud]:before {
  content: '\e03e';
}

.oi[data-glyph=cloudy]:before {
  content: '\e03f';
}

.oi[data-glyph=code]:before {
  content: '\e040';
}

.oi[data-glyph=cog]:before {
  content: '\e041';
}

.oi[data-glyph=collapse-down]:before {
  content: '\e042';
}

.oi[data-glyph=collapse-left]:before {
  content: '\e043';
}

.oi[data-glyph=collapse-right]:before {
  content: '\e044';
}

.oi[data-glyph=collapse-up]:before {
  content: '\e045';
}

.oi[data-glyph=command]:before {
  content: '\e046';
}

.oi[data-glyph=comment-square]:before {
  content: '\e047';
}

.oi[data-glyph=compass]:before {
  content: '\e048';
}

.oi[data-glyph=contrast]:before {
  content: '\e049';
}

.oi[data-glyph=copywriting]:before {
  content: '\e04a';
}

.oi[data-glyph=credit-card]:before {
  content: '\e04b';
}

.oi[data-glyph=crop]:before {
  content: '\e04c';
}

.oi[data-glyph=dashboard]:before {
  content: '\e04d';
}

.oi[data-glyph=data-transfer-download]:before {
  content: '\e04e';
}

.oi[data-glyph=data-transfer-upload]:before {
  content: '\e04f';
}

.oi[data-glyph=delete]:before {
  content: '\e050';
}

.oi[data-glyph=dial]:before {
  content: '\e051';
}

.oi[data-glyph=document]:before {
  content: '\e052';
}

.oi[data-glyph=dollar]:before {
  content: '\e053';
}

.oi[data-glyph=double-quote-sans-left]:before {
  content: '\e054';
}

.oi[data-glyph=double-quote-sans-right]:before {
  content: '\e055';
}

.oi[data-glyph=double-quote-serif-left]:before {
  content: '\e056';
}

.oi[data-glyph=double-quote-serif-right]:before {
  content: '\e057';
}

.oi[data-glyph=droplet]:before {
  content: '\e058';
}

.oi[data-glyph=eject]:before {
  content: '\e059';
}

.oi[data-glyph=elevator]:before {
  content: '\e05a';
}

.oi[data-glyph=ellipses]:before {
  content: '\e05b';
}

.oi[data-glyph=envelope-closed]:before {
  content: '\e05c';
}

.oi[data-glyph=envelope-open]:before {
  content: '\e05d';
}

.oi[data-glyph=euro]:before {
  content: '\e05e';
}

.oi[data-glyph=excerpt]:before {
  content: '\e05f';
}

.oi[data-glyph=expand-down]:before {
  content: '\e060';
}

.oi[data-glyph=expand-left]:before {
  content: '\e061';
}

.oi[data-glyph=expand-right]:before {
  content: '\e062';
}

.oi[data-glyph=expand-up]:before {
  content: '\e063';
}

.oi[data-glyph=external-link]:before {
  content: '\e064';
}

.oi[data-glyph=eye]:before {
  content: '\e065';
}

.oi[data-glyph=eyedropper]:before {
  content: '\e066';
}

.oi[data-glyph=file]:before {
  content: '\e067';
}

.oi[data-glyph=fire]:before {
  content: '\e068';
}

.oi[data-glyph=flag]:before {
  content: '\e069';
}

.oi[data-glyph=flash]:before {
  content: '\e06a';
}

.oi[data-glyph=folder]:before {
  content: '\e06b';
}

.oi[data-glyph=fork]:before {
  content: '\e06c';
}

.oi[data-glyph=fullscreen-enter]:before {
  content: '\e06d';
}

.oi[data-glyph=fullscreen-exit]:before {
  content: '\e06e';
}

.oi[data-glyph=globe]:before {
  content: '\e06f';
}

.oi[data-glyph=graph]:before {
  content: '\e070';
}

.oi[data-glyph=grid-four-up]:before {
  content: '\e071';
}

.oi[data-glyph=grid-three-up]:before {
  content: '\e072';
}

.oi[data-glyph=grid-two-up]:before {
  content: '\e073';
}

.oi[data-glyph=hard-drive]:before {
  content: '\e074';
}

.oi[data-glyph=header]:before {
  content: '\e075';
}

.oi[data-glyph=headphones]:before {
  content: '\e076';
}

.oi[data-glyph=heart]:before {
  content: '\e077';
}

.oi[data-glyph=home]:before {
  content: '\e078';
}

.oi[data-glyph=image]:before {
  content: '\e079';
}

.oi[data-glyph=inbox]:before {
  content: '\e07a';
}

.oi[data-glyph=infinity]:before {
  content: '\e07b';
}

.oi[data-glyph=info]:before {
  content: '\e07c';
}

.oi[data-glyph=italic]:before {
  content: '\e07d';
}

.oi[data-glyph=justify-center]:before {
  content: '\e07e';
}

.oi[data-glyph=justify-left]:before {
  content: '\e07f';
}

.oi[data-glyph=justify-right]:before {
  content: '\e080';
}

.oi[data-glyph=key]:before {
  content: '\e081';
}

.oi[data-glyph=laptop]:before {
  content: '\e082';
}

.oi[data-glyph=layers]:before {
  content: '\e083';
}

.oi[data-glyph=lightbulb]:before {
  content: '\e084';
}

.oi[data-glyph=link-broken]:before {
  content: '\e085';
}

.oi[data-glyph=link-intact]:before {
  content: '\e086';
}

.oi[data-glyph=list-rich]:before {
  content: '\e087';
}

.oi[data-glyph=list]:before {
  content: '\e088';
}

.oi[data-glyph=location]:before {
  content: '\e089';
}

.oi[data-glyph=lock-locked]:before {
  content: '\e08a';
}

.oi[data-glyph=lock-unlocked]:before {
  content: '\e08b';
}

.oi[data-glyph=loop-circular]:before {
  content: '\e08c';
}

.oi[data-glyph=loop-square]:before {
  content: '\e08d';
}

.oi[data-glyph=loop]:before {
  content: '\e08e';
}

.oi[data-glyph=magnifying-glass]:before {
  content: '\e08f';
}

.oi[data-glyph=map-marker]:before {
  content: '\e090';
}

.oi[data-glyph=map]:before {
  content: '\e091';
}

.oi[data-glyph=media-pause]:before {
  content: '\e092';
}

.oi[data-glyph=media-play]:before {
  content: '\e093';
}

.oi[data-glyph=media-record]:before {
  content: '\e094';
}

.oi[data-glyph=media-skip-backward]:before {
  content: '\e095';
}

.oi[data-glyph=media-skip-forward]:before {
  content: '\e096';
}

.oi[data-glyph=media-step-backward]:before {
  content: '\e097';
}

.oi[data-glyph=media-step-forward]:before {
  content: '\e098';
}

.oi[data-glyph=media-stop]:before {
  content: '\e099';
}

.oi[data-glyph=medical-cross]:before {
  content: '\e09a';
}

.oi[data-glyph=menu]:before {
  content: '\e09b';
}

.oi[data-glyph=microphone]:before {
  content: '\e09c';
}

.oi[data-glyph=minus]:before {
  content: '\e09d';
}

.oi[data-glyph=monitor]:before {
  content: '\e09e';
}

.oi[data-glyph=moon]:before {
  content: '\e09f';
}

.oi[data-glyph=move]:before {
  content: '\e0a0';
}

.oi[data-glyph=musical-note]:before {
  content: '\e0a1';
}

.oi[data-glyph=paperclip]:before {
  content: '\e0a2';
}

.oi[data-glyph=pencil]:before {
  content: '\e0a3';
}

.oi[data-glyph=people]:before {
  content: '\e0a4';
}

.oi[data-glyph=person]:before {
  content: '\e0a5';
}

.oi[data-glyph=phone]:before {
  content: '\e0a6';
}

.oi[data-glyph=pie-chart]:before {
  content: '\e0a7';
}

.oi[data-glyph=pin]:before {
  content: '\e0a8';
}

.oi[data-glyph=play-circle]:before {
  content: '\e0a9';
}

.oi[data-glyph=plus]:before {
  content: '\e0aa';
}

.oi[data-glyph=power-standby]:before {
  content: '\e0ab';
}

.oi[data-glyph=print]:before {
  content: '\e0ac';
}

.oi[data-glyph=project]:before {
  content: '\e0ad';
}

.oi[data-glyph=pulse]:before {
  content: '\e0ae';
}

.oi[data-glyph=puzzle-piece]:before {
  content: '\e0af';
}

.oi[data-glyph=question-mark]:before {
  content: '\e0b0';
}

.oi[data-glyph=rain]:before {
  content: '\e0b1';
}

.oi[data-glyph=random]:before {
  content: '\e0b2';
}

.oi[data-glyph=reload]:before {
  content: '\e0b3';
}

.oi[data-glyph=resize-both]:before {
  content: '\e0b4';
}

.oi[data-glyph=resize-height]:before {
  content: '\e0b5';
}

.oi[data-glyph=resize-width]:before {
  content: '\e0b6';
}

.oi[data-glyph=rss-alt]:before {
  content: '\e0b7';
}

.oi[data-glyph=rss]:before {
  content: '\e0b8';
}

.oi[data-glyph=script]:before {
  content: '\e0b9';
}

.oi[data-glyph=share-boxed]:before {
  content: '\e0ba';
}

.oi[data-glyph=share]:before {
  content: '\e0bb';
}

.oi[data-glyph=shield]:before {
  content: '\e0bc';
}

.oi[data-glyph=signal]:before {
  content: '\e0bd';
}

.oi[data-glyph=signpost]:before {
  content: '\e0be';
}

.oi[data-glyph=sort-ascending]:before {
  content: '\e0bf';
}

.oi[data-glyph=sort-descending]:before {
  content: '\e0c0';
}

.oi[data-glyph=spreadsheet]:before {
  content: '\e0c1';
}

.oi[data-glyph=star]:before {
  content: '\e0c2';
}

.oi[data-glyph=sun]:before {
  content: '\e0c3';
}

.oi[data-glyph=tablet]:before {
  content: '\e0c4';
}

.oi[data-glyph=tag]:before {
  content: '\e0c5';
}

.oi[data-glyph=tags]:before {
  content: '\e0c6';
}

.oi[data-glyph=target]:before {
  content: '\e0c7';
}

.oi[data-glyph=task]:before {
  content: '\e0c8';
}

.oi[data-glyph=terminal]:before {
  content: '\e0c9';
}

.oi[data-glyph=text]:before {
  content: '\e0ca';
}

.oi[data-glyph=thumb-down]:before {
  content: '\e0cb';
}

.oi[data-glyph=thumb-up]:before {
  content: '\e0cc';
}

.oi[data-glyph=timer]:before {
  content: '\e0cd';
}

.oi[data-glyph=transfer]:before {
  content: '\e0ce';
}

.oi[data-glyph=trash]:before {
  content: '\e0cf';
}

.oi[data-glyph=underline]:before {
  content: '\e0d0';
}

.oi[data-glyph=vertical-align-bottom]:before {
  content: '\e0d1';
}

.oi[data-glyph=vertical-align-center]:before {
  content: '\e0d2';
}

.oi[data-glyph=vertical-align-top]:before {
  content: '\e0d3';
}

.oi[data-glyph=video]:before {
  content: '\e0d4';
}

.oi[data-glyph=volume-high]:before {
  content: '\e0d5';
}

.oi[data-glyph=volume-low]:before {
  content: '\e0d6';
}

.oi[data-glyph=volume-off]:before {
  content: '\e0d7';
}

.oi[data-glyph=warning]:before {
  content: '\e0d8';
}

.oi[data-glyph=wifi]:before {
  content: '\e0d9';
}

.oi[data-glyph=wrench]:before {
  content: '\e0da';
}

.oi[data-glyph=x]:before {
  content: '\e0db';
}

.oi[data-glyph=yen]:before {
  content: '\e0dc';
}

.oi[data-glyph=zoom-in]:before {
  content: '\e0dd';
}

.oi[data-glyph=zoom-out]:before {
  content: '\e0de';
}