/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* HTML5 display definitions    ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
canvas,
progress,
video,
iframe {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}

/* Links    ========================================================================== */
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics    ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
li {
  margin-bottom: 12px;
}

/* Embedded content    ========================================================================== */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content    ========================================================================== */
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms    ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}

/* Tables    ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.share-box .social {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  color: #333;
  background: #fff;
  font: 1.25rem/1.4 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "MetaPro-CondBold", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  color: inherit;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 37px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 1em;
}
a {
  color: #06f;
}
a:hover,
a:focus {
  text-decoration: none;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #333;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}
select {
  -webkit-border-radius: 0;
  border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

/*Retina graphics!*/
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
#header .container {
  max-width: 1600px;
  width: 100%;
  padding: 0;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  z-index: 10;
  pointer-events: none;
}
#header .logo {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: auto;
}
#header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

#header.shrink .has-drop-down {
  height: 40px;
}
#logo-mini {
  margin-top: 16px;
  margin-left: 14px;
  display: none;
}
.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.header-left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  pointer-events: none;
}
.header-left-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  pointer-events: auto;
}
.region {
  margin-left: 20px;
  display: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
[dir="rtl"] .region {
  margin-left: 0px;
  margin-right: 20px;
}
.region a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.region a:hover {
  opacity: 0.5;
}
.header-right-bar {
  font-size: 12px;
  font-weight: 300;
  margin-right: 17px;
}
[dir="rtl"] .header-right-bar {
  margin-right: 0px;
  margin-left: 17px;
}

.header-right-bar i {
  color: #000;
  margin-right: 8px;
  display: block;
  float: left;
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.header-right-bar i:hover {
  opacity: 0.5;
}
.header-right-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.header-right-bar a:hover {
  opacity: 0.5;
}

.align-bottom {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 24px);
  z-index: 10;
}
.arrows {
  width: 30px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

.warning {
  font: 0.9em/1.4 "MetaPro-Norm", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #fee;
  border: 1px solid #c00;
  color: #900;
  padding: 0.5em 1em;
  margin-bottom: 2em;
}

/* custom */

.big-image {
  max-width: 70rem;
  margin: 0 auto;
}

.container {
  max-width: 40rem;
  margin: 0 auto;
  padding: 0.5rem;
}

article {
  position: relative;
  padding: 0;
  margin: 0 auto;
  overflow-x: hidden;
}

.scrolly {
  position: relative;
}

figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100vh;
  overflow: hidden;
}

figure::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: rgb(0, 0, 0, 0);
  transition: 1s background-color;
  pointer-events: none;
}
figure.dark::before {
  background-color: rgb(0, 0, 0, 0.6);
}

.intro,
.poster {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  pointer-events: auto;
  overflow: hidden;
}
.poster.active {
  z-index: 3;
}

.step {
  color: #fff;
  font: 23px/1.5 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  z-index: 10;
  position: relative;
  margin-top: 50vh;
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  hanging-punctuation: first;
}

.step:last-child {
  margin-bottom: 0;
}

.step h4,
.step p {
  padding: 0 1.5rem 0 2.25rem;
  text-shadow: 0 0 15px #000;
}
.step h4 {
  font-size: 24px;
}

figcaption {
  margin-bottom: 2rem;
  font-family: "MetaPro-Norm";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #505050;
}

.caption {
  font-family: "MetaPro-Bold";
  font-size: 19px;
  line-height: 1.4;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
}
p.caption {
  padding: 0.8rem 1.25rem;
  text-shadow: none;
}

.step.text {
  text-shadow: none;
}

.desktop {
  display: none;
}

.content-holder {
  display: flex;
  align-items: center;
  height: 100vh;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.45;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  background-image: url("https://features.hrw.org/features/features/beirut-blast/images/cover.jpg");
  background-size: cover;
  background-position: center center;
}
.content-holder div {
  margin: 0 auto;
}

.mt-4 {
  margin-top: 4rem;
}

.cover-photo-text {
  font-family: "MetaPro-Norm";
  font-size: 0.8rem;
  padding: 0.25rem 1rem;
  text-align: right;
  color: #666;
}

h1 {
  font-family: "MetaPro-CondXbold", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 3em;
  line-height: 1;
  font-weight: regular;
}
h3 {
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.75em;
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 0.9em;
  font-weight: regular;
}
.content-holder .author {
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.4;
  margin: 0;
}

.content-holder .author span {
  font-family: "MetaPro-CondBold", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gradient-holder {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.photo-text {
  font-size: 15px;
  line-height: 1.4;
}
.container .photo-text {
  margin: 0;
}
.photo-text span {
  font-size: 15px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.75);
}

.main-text {
  font-size: 18px;
  margin-top: 2.5em;
  line-height: 1.75;
  hanging-punctuation: first;
}
.main-text .bigger-text {
  font-size: 24px;
  font-weight: 400;
  display: block;
  line-height: 1.5;
  width: 100%;
}
.main-text .smaller-text {
  font-size: 17px;
  display: block;
  line-height: 1.7;
}
.paddings {
  padding-bottom: 38px;
  padding-top: 34px;
}
.text-wrap {
  padding: 0px 0 37px 0;
  text-align: left;
  font-size: 20px;
}
.text-wrap.after-slide-text {
  padding-top: 0;
}

.section span {
  display: block;
  padding: 15px 0 0;
  font-size: 12px;
}

.img-section-holder {
  align-self: flex-start;
}
.img-section-holder .photo-text {
  font-size: 15px;
}
.img-section-holder .flex {
  display: block;
}
.img-section-holder .img-holder img {
  height: auto;
  width: 100%;
  display: block;
}

.img-section-holder .img-holder {
  padding-top: 17px;
}

.by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  margin-bottom: 100px;
}
.by .cube {
  width: 10px;
  height: 10px;
  background: #007bc6;
  margin-right: 10px;
  margin-top: 7px;
}
.by span {
  font-size: 14px;
  margin: 0;
  display: block;
  margin-right: 5px;
}
.by p {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.footer-section .footer-content {
  font-size: 18px;
}
.footer-section .container {
  position: absolute;
  bottom: 20px;
}
.footer-section .footer-content {
  font-size: 18px;
}
.footer-section .footer-content p {
  hanging-punctuation: first;
  opacity: 0.8;
  line-height: 1.6;
}
.footer-section .by {
  margin-bottom: 0;
}
.footer-section .by span {
  font-size: 16px;
}
.footer-section .by p {
  font-size: 16px;
  margin-bottom: 0;
}
.footer-section .main-text {
  padding-top: 0;
}
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}
.has-drop-down {
  z-index: 1;
  overflow: hidden;
  height: 80px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.share-box {
  background: #fff;
  opacity: 0.94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  padding: 14px;
  width: 100%;
  max-width: 1280px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.14em;
  padding: 14px 10px 11px 14px;
  overflow: hidden;
  pointer-events: auto;
  position: fixed;
  z-index: 200;
  box-shadow: 0 0 5px #aaa;
}
.share-box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-box .social li {
  margin-right: 5px;
}
[dir="rtl"] .share-box .social li {
  margin-right: 0px;
  margin-left: 5px;
}


.share-box .social li:last-child {
  margin-right: 0;
}
.share-box a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.share-box a:hover {
  opacity: 0.5;
}
.share-box i {
  font-size: 18px;
  color: #333;
}
.share-box .blue-box {
  width: 18px;
  height: 18px;
  background: #007bc6;
  margin-right: 14px;
}
[dir="rtl"] .share-box .blue-box {
  margin-left: 14px;
  margin-right: 0px;
}

.share-box .left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

/* timeline */

#timeline {
  position: fixed;
  max-width: 1198px;
  margin: auto;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  text-align: center;
  opacity: 0;
  transition: 0.5s opacity;
  padding: 0 10px;
}
#timeline.visible {
  opacity: 1;
}
#timeline .timeline {
  background-color: #fff;
  max-width: 1178px;
  height: 65px;
  padding: 20px 20px 0px 20px;
  box-shadow: 0px 2px 5px #aaa;
}

#timeline-content {
  position: relative;
}

#timeline-content:before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0px;
  right: 0px;
  height: 2px;
  z-index: 0;
  background-color: #fa0;
}

.point {
  background-color: #fef8ec;
  position: absolute;
  top: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #fa0;
  border-radius: 100%;
  box-shadow: 0px 0px 3px #fff;
  transition: 0.5s background-color, 0.5s border-color;
  transform: translate(-10px, 0);
  z-index: 0;
  cursor: pointer;
}
[dir="rtl"] .point {
  transform: translate(10px, 0);  
}

.point .datetime {
  font-family: "MetaPro-CondMedi";
  font-variant-numeric: lining-nums;
  font-size: 1rem;
  padding: 0 10px;
  position: absolute;
  bottom: 20px;
  transform: translate(-50%, 0);
  background-color: #fff;
  display: inline-block;
  opacity: 0;
  white-space: nowrap;
  z-index: 1;
}
[dir="rtl"] .point .datetime {
  left: 100%;
}

.point .datetime.veryleft {
  transform: translate(-18px, 0);
}
.point .datetime.veryright {
  transform: translate(calc(-100% + 18px), 0);
}

[dir=rtl] .point .datetime.veryleft {
  transform: translate(calc(-100% + 4px), 0);
}
[dir=rtl] .point .datetime.veryright {
  transform: translate(-18px, 0);
}




.point.now .datetime,
.point:hover .datetime {
  opacity: 1;
}
.point:hover,
.point.now {
  border-color: #fa0;
  background-color: #fa0;
  z-index: 2;
}
.point:hover,
.point:hover .datetime {
  z-index: 20;
}

/* events */

.timeline {
  padding: 10px;
  margin-bottom: 2rem;
  max-width: 1200px;
  margin: 0 auto 2rem auto;
}

.row {
  padding: 20px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #fc0;
  background: #fef8ec;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.date {
  font-family: "MetaPro-Bold";
  font-variant-numeric: lining-nums;
}

.event img {
  margin-right: 15px;
  margin-bottom: 20px;
  vertical-align: top;
}
[dir="rtl"] .event img {
  margin-right: 0px;
  margin-left: 15px;
}

.document img {
  max-width: 200px;
  border: 1px solid #ddd;
  box-shadow: 2px 2px 8px #bbb;
}

.event {
  font-family: "MetaPro-Norm";
}
.event b,
.event strong {
  font-family: "MetaPro-Bold";
}

.row.photo,
.row .photo {
  background: none;
  border: none;
  font-family: "MetaPro-CondMedi";
  color: #666;
  padding: 20px 0px;
  width: 100%;
}
.photo img {
  display: inline-block;
  width: calc(50% - 1.5rem);
  margin-bottom: 6px;
  height: auto;
}
.row .photo {
  margin-right: 1rem;
}
[dir="rtl"] .row .photo {
  margin-right: 0;
  margin-left: 1rem;
}


.portrait {
  max-width: 200px;
  max-height: 200px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1rem;
  box-shadow: 2px 2px 8px #bbb;
}

.etc .photo-text {
  padding: 0.25rem;
  font-family: "MetaPro-Norm";
  display: inline-block;
  font-size: 1rem;
}

@media (min-width: 720px) {
  .row {
    padding: 0;
    flex-direction: row;
  }
  .date {
    width: 230px;
    padding: 0.5rem 1rem;
  }
  .event {
    flex: 1;
    padding: 10px 1.25rem;
  }
  .etc {
    width: 240px;
    padding: 1rem;
  }
  .portrait {
    display: block;
    margin: 0 auto;
  }
  .etc .photo-text {
    text-align: center;
    display: block;
    margin-bottom: 1.5rem;
    font-family: "MetaPro-Norm";
  }
}

/* mobile */

.big-image,
.container {
  max-width: 100%;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

aside {
  background: #e9e9e9;
  padding: 1rem 1.5rem 0.5rem;
  margin: 0 1.25rem 2rem;
  border: 1px solid #ccc;
}
aside ul {
  margin: 10px 0 0;
  padding-left: .75rem;
}
[dir="rtl"] aside ul {
  padding-left: 0;
  padding-right: .75rem;
}

@media (min-width: 568px) {
  .mobile-only {
    display: none;
  }

  .big-image,
  .container {
    max-width: 100%;
    width: 100%;
  }
  .region {
    display: block;
  }
  .content-holder span {
    font-size: 1.1rem;
  }
  .text-wrap {
    line-height: 1.6;
  }
  .section span {
    display: none;
  }

  .img-section-holder:first-of-type {
    padding-top: 0;
    margin-right: 10px;
  }
  .img-section-holder .img-section-holder:last-child {
    margin-left: 10px;
    margin-right: 0;
  }
  .photo-text {
    font-size: 16px;
  }
  .img-section-holder .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .img-section-holder .flex .img-section-holder {
    width: 100%;
  }
  .footer-section .footer-content {
    max-width: 545px;
    width: 100%;
  }
}
@media (min-width: 720px) {
  .step {
    font: 25px/1.5 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  }
  .text-wrap-top {
    padding: 64px;
  }

  .big-image {
    max-width: 650px;
  }
  .container {
    max-width: 550px;
    width: 100%;
  }
  #header .logo {
    width: 80px;
    height: 80px;
  }
  .content-holder.step {
    width: 100%;
  }
  .content-holder div {
    width: 75%;
    padding-bottom: 100px;
  }
  h1 {
    font-size: 70px;
  }
  .img-section-holder .img-holder {
    padding-top: 0;
  }
  .img-section-holder .img-section {
    padding-top: 17px;
  }

  aside {
    max-width: calc(550px - 3rem);
    margin: 0 auto 2rem;
  }
  [dir="rtl"] aside {
    margin: 0 0 2rem auto;
  }
  
}
@media (min-width: 920px) {
  .desktop {
    display: block;
  }

  .big-image {
    max-width: 900px;
  }
  .container {
    max-width: 740px;
    width: 100%;
  }
  .content-holder {
    line-height: 1.5;
    opacity: 1;
    font-size: 24px;
  }
  .content-holder p {
    opacity: 1;
  }
  .paddings {
    padding-top: 62px;
    padding-bottom: 70px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.15px;
  }
  .footer-section .footer-content {
    font-size: 22px;
  }

  aside {
    float: right;
    max-width: 450px;
    padding: 1rem 1.5rem 0.5rem;
    margin: 1rem 0px 1rem 1rem;
  }
  [dir="rtl"] aside {
    float: left;
    margin: 1rem 1rem 1rem 0px;
  }
}

@media (min-width: 1280px) {
  .big-image {
    max-width: 1000px;
  }
  .container {
    max-width: 720px;
    width: 100%;
  }
  .content-holder {
    padding-bottom: 72px;
  }
  h1 {
    line-height: 1;
  }
  .photo-text {
    font-size: 15px;
  }
  .main-text {
    font-size: 18px;
    padding-bottom: 100px;
    padding-bottom: 58px;
  }
  .main-text .bigger-text {
    font-size: 25px;
    line-height: 1.45;
  }
  .main-text .smaller-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .paddings {
    padding: 66px 0 57px;
  }
  .paddings.main-text {
    line-height: 1.7;
    font-size: 18px;
  }
  .text-wrap {
    line-height: 1.6;
  }
}
@media (min-width: 1600px) {
  .content-holder {
    padding-bottom: 78px;
    line-height: 1.45;
    font-size: 26px;
  }
  aside {
    margin-right: calc((100% / 2) - 370px - 450px);
  }
  [dir="rtl"] aside {
    margin-right: 0;
    margin-left: calc((100% / 2) - 370px - 450px);
  }
  h1 {
    line-height: 1;
  }
  .photo-text {
    font-size: 17px;
  }
  .main-text {
    padding-bottom: 67px;
    font-size: 21px;
  }
  .main-text .bigger-text {
    font-size: 26px;
    line-height: 1.5;
  }
  .main-text .smaller-text {
    line-height: 1.58;
    font-size: 20px;
  }
  .paddings {
    padding: 66px 0 55px;
    line-height: 1.45;
    letter-spacing: 0;
    font-size: 20px;
  }
  .paddings.main-text {
    font-size: 20px;
    line-height: 1.55;
  }
  .text-wrap {
    line-height: 1.65;
    font-size: 22px;
  }
}

@media print {
  * {
    background: none !important;
    color: #000 !important;
  }
  .video-img,
  .video-section,
  .lg-img,
  .header-right-bar,
  .region {
    display: none !important;
  }
  .container {
    width: 100% !important;
    max-width: 80% !important;
    margin: 0 auto;
  }
  #header {
    position: static !important;
    width: 80% !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .content-holder {
    padding-top: 30px;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .content-holder p {
    margin-bottom: 0 !important;
  }
  .text-wrap {
    padding: 0 !important;
  }
  q:before {
    display: none !important;
  }
  q:after {
    display: none !important;
  }
  small {
    padding-top: 20px !important;
  }
  .grad-holder {
    position: static;
  }
}

/* modal window from Bootstrap 5 */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  pointer-events: none;
}

body.modal-open {
  overflow: hidden;
}

.modal.show {
  display: block;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
  box-shadow: 0px 0px 40px #333;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  z-index: 1040;
  opacity: 0.5;
  display: block;
}

.btn-close {
  font-family: "MetaPro-Norm";
  cursor: pointer;
  color: #333;
  background: #ccc;
  border: none;
  width: 100%;
  transition: 0.4s background;
}
.btn-close:hover {
  background: #c00;
  color: #fff;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
