@charset "UTF-8";
@import 'bootstrap-grid.min.css';
@import 'font-awesome.min.css';
@import 'swiper.min.css';
/*#region reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

/*#endregion*/
/*#region colors */
/*#endregion */
/*#region mixins*/
/*#endregion*/
/*#region typo*/
p,
ul,
ol,
img {
  margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul,
ol {
  padding-left: 20px;
}

img {
  max-width: 100%;
  height: auto;
}
img.img-block {
  display: block;
  width: 100%;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

strong,
b {
  font-weight: 700;
}

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

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

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

.color-white {
  color: #ffffff;
}

.color-gray {
  color: #878787;
}

.color-red {
  color: #d7383c;
}

iframe {
  max-width: 100%;
}

.section-title {
  font-size: 40px;
  color: #d7383c;
  margin-bottom: 52px;
}
.section-title .underlined {
  display: inline-block;
  font-weight: 300;
  color: #4a3434;
  border-bottom: 3px solid #fcbb21;
}
.section-title.white-title {
  color: #ffffff;
}
.section-title.white-title .underlined {
  color: #ffffff;
}

p.smaller {
  font-size: 10px;
}

p.larger {
  font-size: 20px;
}

/*#endregion*/
body {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  background-color: #f9f9f9;
  color: #4a3434;
}

#header {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  background-color: #f9f9f9;
  padding: 32px 48px;
  overflow: auto;
  color: #878787;
  font-weight: 700;
  line-height: 1.3;
  z-index: 8000;
  transition: all 0.4s ease;
  font-size: 16px;
}
#header #logo {
  display: block;
  height: 25px;
  width: auto;
  float: left;
  margin-top: 7px;
}
#header #logo img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0px;
}
#header #menu-holder {
  float: right;
}
#header #menu-switch {
  cursor: pointer;
  height: 40px;
  width: 40px;
  z-index: 8000;
  position: relative;
  z-index: 8000;
  float: right;
  display: none;
}
#header #menu-switch:before, #header #menu-switch:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #d7383c;
  transition: all 0.4s ease;
  border-radius: 2px;
}
#header #menu-switch:before {
  top: 10px;
}
#header #menu-switch:after {
  bottom: 10px;
}
#header #menu-switch.open:before {
  top: 18px;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
#header #menu-switch.open:after {
  bottom: 18px;
  -webkit-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
#header #menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#header #menu li {
  display: block;
  float: left;
  margin-left: 60px;
}
#header #menu li a {
  display: block;
  transition: color 0.2s ease;
}
#header #menu li a:hover {
  color: #d7383c;
}
#header.collapsed {
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
}

.acordeon-container {
  margin-bottom: 48px;
}
.acordeon-container .acordeon {
  border-bottom: 1px solid #d9d9d9;
}
.acordeon-container .acordeon .acordeon-title {
  position: relative;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  padding: 20px 48px 20px 0px;
  cursor: pointer;
}
.acordeon-container .acordeon .acordeon-title:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 30px;
  color: #d7383c;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -16px;
  transition: transform 0.4s ease;
}
.acordeon-container .acordeon .acordeon-title:hover {
  color: #d7383c;
}
.acordeon-container .acordeon .acordeon-body {
  font-size: 16px;
  padding: 12px 0px;
  display: none;
}
.acordeon-container .acordeon.open .acordeon-title {
  color: #d7383c;
}
.acordeon-container .acordeon.open .acordeon-title:after {
  transform: rotate(90deg);
}

.video-card {
  cursor: pointer;
  margin-bottom: 32px;
  text-align: right;
}
.video-card .image-holder {
  position: relative;
  margin-bottom: 12px;
}
.video-card .image-holder img {
  display: block;
  width: 100%;
  margin: 0px;
}
.video-card .image-holder:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "";
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #d7383c;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  padding-left: 3px;
  position: absolute;
  bottom: 12px;
  left: 14px;
  z-index: 2;
}
.video-card .image-holder:after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #8a2224;
  opacity: 0.1;
  transition: opacity 0.4s ease;
}
.video-card h3 {
  font-size: 18px;
}
.video-card:hover .image-holder:after {
  opacity: 0;
}

#blood-slider {
  padding-bottom: 80px;
}
#blood-slider .swiper-button-next, #blood-slider .swiper-button-prev {
  background: #d7383c;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  bottom: 0px;
  top: auto;
  margin: 0px;
}
#blood-slider .swiper-button-next:before, #blood-slider .swiper-button-prev:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 32px;
  line-height: 58px;
}
#blood-slider .swiper-button-next:hover, #blood-slider .swiper-button-prev:hover {
  background-color: #b72529;
}
#blood-slider .swiper-pagination {
  left: auto;
  right: 160px;
  width: auto;
  bottom: 16px;
}
#blood-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #d7383c;
}
#blood-slider .swiper-button-prev {
  left: auto;
  right: 80px;
  padding-right: 2px;
}
#blood-slider .swiper-button-prev:before {
  content: "";
}
#blood-slider .swiper-slide {
  padding-left: 24%;
  min-height: 228px;
}
#blood-slider .swiper-slide h3 {
  color: #d7383c;
}
#blood-slider .swiper-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20%;
  height: 100%;
  background: url("../gfx/red-allipses.png") no-repeat center 0px;
  background-size: contain;
}

.tabbed-content .tab-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  overflow: auto;
  font-weight: 700;
  line-height: 1.3;
}
.tabbed-content .tab-list li {
  width: 50%;
  float: left;
  padding: 12px 24px;
  text-align: center;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.tabbed-content .tab-list li:after {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  display: block;
  content: "";
  color: #fcbb21;
  font-size: 28px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tabbed-content .tab-list li:hover, .tabbed-content .tab-list li.active {
  opacity: 1;
}
.tabbed-content .tab-list li:hover:after, .tabbed-content .tab-list li.active:after {
  opacity: 1;
}
.tabbed-content .tabs .tab-pane {
  display: none;
}
.tabbed-content .tabs .tab-pane.active {
  display: block;
}
.tabbed-content .tabs .tab-pane .smaller {
  padding-top: 60px;
}

.section {
  padding: 120px 0px;
  position: relative;
}
.section.skewed {
  transform: skewY(-2deg);
}
.section.skewed .container {
  transform: skewY(2deg);
}
.section#animation {
  padding-top: 32px;
  padding-bottom: 0px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  color: #3f3f3f;
}
.section#animation p {
  padding-top: 40px;
}
.section#animation video {
  display: block;
  max-width: 100%;
}
.section#animation .video-card {
  border: 4px solid #d7383c;
  position: relative;
  z-index: 10;
  color: #ffffff;
  text-align: center;
}
.section#animation .video-card .image-holder:before {
  background-color: #ffffff;
  color: #d7383c;
  left: auto;
  right: 14px;
}
.section#animation:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -200px;
  left: 0px;
  right: 0px;
  height: 300px;
  background-color: #d7383c;
  transform: skewY(-2deg);
}
.section#about {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: #d7383c;
  color: #ffffff;
  font-size: 17px;
  font-weight: 300;
}
.section#about .motto {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
  padding-right: 10%;
  padding-bottom: 240px;
}
.section#about .about-bottom {
  background-color: #f9f9f9;
  color: #4a3434;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  padding: 24px 0px;
  margin-top: 12px;
}
.section#about .about-bottom img {
  margin-top: -240px;
}
.section#treatment {
  background-color: #d7383c;
  color: #ffffff;
  padding-top: 0px;
}
.section#treatment ul {
  font-weight: 700;
}
.section#treatment .treatment-top {
  background-color: #f9f9f9;
  padding-top: 120px;
  padding-bottom: 24px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.section#treatment .treatment-top .section-title {
  margin-bottom: 0px;
}
.section#treatment .treatment-right {
  font-weight: 300;
  padding-left: 24px;
}
.section#treatment .treatment-right img {
  margin-top: -188px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}
.section#treatment:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: #744c4d;
  width: calc(50% - 177px);
}
.section#talasemi {
  text-align: center;
  padding-bottom: 0px;
}
.section#talasemi .map {
  background: url("../gfx/map.png") no-repeat center center;
  background-size: contain;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  padding: 20%;
  margin-bottom: 48px;
}
.section#talasemi .talasemi-middle {
  margin-bottom: 88px;
}
.section#talasemi p.underlined {
  padding: 0px 10%;
  height: 100%;
  position: relative;
}
.section#talasemi p.underlined:after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background-color: #fcbb21;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -36px;
}
.section#talasemi .symptoms-list {
  text-align: left;
  font-weight: 700;
  overflow: auto;
  margin-bottom: 80px;
}
.section#talasemi .symptoms-list li {
  width: 50%;
  float: left;
  padding-right: 40px;
  padding-left: 0px;
}
.section#talasemi .talasemi-bottom {
  text-align: left;
  position: relative;
  margin-bottom: 56px;
  font-size: 24px;
  padding: 14px 0px 14px 360px;
}
.section#talasemi .talasemi-bottom .red {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #d7383c;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  padding: 12px 16px 8px 16px;
}
.section#talasemi .talasemi-bottom .dark {
  display: block;
  position: absolute;
  left: 36px;
  top: 52px;
  background-color: #a01418;
  color: #fcf2de;
  font-size: 24px;
  line-height: 1;
  padding: 16px 16px 12px 16px;
}
.section#talasemi .talasemi-bottom p {
  margin: 0px;
}
.section#experts {
  background-color: #744c4d;
  color: #ffffff;
}
.section#experts .col-md-4 {
  padding: 0px 44px;
}

#content {
  padding-top: 108px;
}

#footer {
  padding-bottom: 32px;
}
#footer .footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#footer .footer-logos img {
  display: block;
  margin: 0px;
  height: 54px;
}
#footer .footer-logos .line {
  display: block;
  width: 1px;
  height: 72px;
  background-color: #4f4f4f;
}
#footer .footer-bottom {
  border-top: 1px solid #e8e8e8;
  padding-top: 18px;
  text-align: right;
  font-size: 12px;
}
#footer .footer-bottom img {
  height: 54px;
  margin: 0px;
  margin-right: 8px;
}

#go-top {
  display: none;
  width: 68px;
  height: 68px;
  border-radius: 100%;
  position: fixed;
  right: 44px;
  bottom: 100px;
  z-index: 8400;
  background-color: #d7383c;
  color: #ffffff;
  border: 2px solid #ffffff;
  text-align: center;
  cursor: pointer;
  transition: box-shadow 0.32s ease;
}
#go-top:before {
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "";
  font-size: 40px;
  line-height: 60px;
}
#go-top:hover {
  box-shadow: 0px 0px 16px rgba(215, 56, 60, 0.6);
}

.video-holder {
  padding-top: 56.25%;
  position: relative;
  background-color: #000000;
}
.video-holder video, .video-holder iframe {
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#stage {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.64);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
#stage #stage-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  text-align: center;
  font-size: 32px;
  line-height: 64px;
  cursor: pointer;
}
#stage #stage-close:hover {
  background-color: #d7383c;
  color: #ffffff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 990px;
  }
}
@media (max-width: 1199px) {
  #header {
    padding-left: 24px;
    padding-right: 24px;
  }
  #header #menu li {
    margin-left: 24px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 32px;
  }

  .video-card .image-holder:before {
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    bottom: 8px;
    left: 8px;
  }

  #header {
    padding: 12px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
  }
  #header #menu-switch {
    display: block;
  }
  #header #menu-holder {
    float: none;
    clear: both;
    display: none;
    padding-top: 12px;
  }
  #header #menu li {
    float: none;
    margin: 0px;
  }
  #header #menu li a {
    padding: 10px 0px;
  }
  #header #menu li br {
    display: none;
  }

  .section {
    padding: 72px 0px;
  }
  .section#animation {
    font-size: 32px;
  }
  .section#about .motto {
    font-size: 36px;
  }
  .section#treatment .treatment-top {
    padding-top: 80px;
  }
  .section#treatment:before {
    width: calc(50% - 132px);
  }
  .section#talasemi p.underlined {
    padding: 0px;
  }
  .section#talasemi .talasemi-bottom {
    padding-left: 300px;
    font-size: 20px;
    margin-bottom: 32px;
  }
  .section#talasemi .talasemi-bottom .red {
    font-size: 24px;
  }
  .section#talasemi .talasemi-bottom .dark {
    font-size: 20px;
    top: 44px;
  }
  .section#experts .col-md-4 {
    padding: 0px 15px;
  }

  #content {
    padding-top: 64px;
  }

  #footer .footer-logos img {
    height: 42px;
  }
}
@media (max-width: 767px) {
  p.larger {
    font-size: 18px;
  }

  .section-title {
    font-size: 26px;
    margin-bottom: 32px;
  }

  body {
    font-size: 16px;
  }

  #header #logo {
    height: 20px;
    margin-top: 10px;
  }

  .acordeon-container .acordeon .acordeon-title {
    font-size: 18px;
  }

  #blood-slider {
    margin-bottom: 24px;
    padding-bottom: 48px;
  }
  #blood-slider .swiper-button-next, #blood-slider .swiper-button-prev {
    width: 44px;
    height: 44px;
  }
  #blood-slider .swiper-button-next:before, #blood-slider .swiper-button-prev:before {
    font-size: 24px;
    line-height: 41px;
  }
  #blood-slider .swiper-button-prev {
    right: 62px;
  }
  #blood-slider .swiper-pagination {
    right: 120px;
    bottom: 8px;
  }
  #blood-slider .swiper-slide {
    padding: 0px;
    min-height: initial;
  }
  #blood-slider .swiper-slide:before {
    display: none;
  }

  .tabbed-content .tab-list li {
    padding: 4px 8px;
  }

  .section {
    padding: 36px 0px;
  }
  .section#animation {
    font-size: 24px;
  }
  .section#animation p {
    padding-top: 0px;
  }
  .section#about {
    padding-top: 36px;
  }
  .section#about .motto {
    font-size: 24px;
    padding: 0px;
  }
  .section#about .about-bottom {
    font-size: 20px;
  }
  .section#about .about-bottom img {
    margin-top: 0px;
  }
  .section#blood {
    padding-bottom: 0px;
  }
  .section#treatment {
    padding-bottom: 0px;
  }
  .section#treatment .treatment-top {
    padding-top: 36px;
    margin-bottom: 24px;
  }
  .section#treatment .treatment-right {
    margin-left: -15px;
    margin-right: -15px;
    padding: 24px;
    background-color: #744c4d;
  }
  .section#treatment .treatment-right img {
    margin-top: 0px;
    margin-bottom: 24px;
  }
  .section#treatment:before {
    display: none;
  }
  .section#talasemi .map {
    font-size: 20px;
    padding: 40px 32px;
  }
  .section#talasemi p.underlined {
    height: auto;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .section#talasemi .talasemi-middle {
    margin-bottom: 12px;
  }
  .section#talasemi .symptoms-list {
    margin-bottom: 24px;
  }
  .section#talasemi .symptoms-list li {
    width: 100%;
    float: none;
  }
  .section#talasemi .talasemi-bottom {
    padding: 0px;
    padding-top: 100px;
  }

  #footer .footer-logos {
    display: block;
  }
  #footer .footer-logos img {
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  #footer .footer-logos .line {
    width: 72px;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  #footer .footer-bottom {
    text-align: center;
  }

  #stage #stage-close {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 48px;
  }
}

/*# sourceMappingURL=style.css.map */
