:root {
  --f1: "Myriad Pro", sans-serif;
  --f2: "Oswald", sans-serif;
  --f3: georgia, serif;
  --f1w: 400;
  --f1ws: 500;
  --f1wb: 700;
  --f2w: 600;
  --f2wh1: 400;
  --dark: #1c1c1c;
  --blue: #0071dc;
  --ligt_blue: #e5f1fb;
  --red: #f55963;
  --orange: #ffae36;
  --gray_800: #2b2b2b;
  --gray_700: #444444;
  --gray_600: #575757;
  --gray_500: #757575;
  --gray_400: #a5a5a5;
  --gray_300: #d6d6d6;
  --gray_200: #e8e8e8;
  --gray_100: #f5f5f5;
  --gray_50: #fafafa;
  --white: #ffffff;
}

@font-face {
  font-family: myriad pro;
  font-style: normal;
  font-weight: 400;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-REGULAR.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: normal;
  font-weight: 400;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-COND.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: italic;
  font-weight: 400;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-CONDIT.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: normal;
  font-weight: 300;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MyriadPro-Light.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: normal;
  font-weight: 600;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-SEMIBOLD.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: italic;
  font-weight: 600;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-SEMIBOLDIT.woff)
      format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-BOLDCOND.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: normal;
  font-weight: 700;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-BOLD.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: italic;
  font-weight: 700;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-BOLDIT.woff) format("woff");
}
@font-face {
  font-family: myriad pro;
  font-style: italic;
  font-weight: 700;
  src: local("Myriad Pro"),
    url(https://fonts.cdnfonts.com/s/492/MYRIADPRO-BOLDCONDIT.woff)
      format("woff");
}

h1,
h2,
h3,
h4 {
  font-family: "Myriad Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1 {
  font-size: 56px;
  line-height: 120%;
}
h2 {
  font-size: 40px;
  line-height: 120%;
}
h3 {
  font-size: 24px;
  line-height: 120%;
}
h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
h5,
.h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
}

body {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;

  color: #000000;
}

.body_bold {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
}
.small_text {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.small_text_bold {
  font-family: "Arial", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
