/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

body {
    margin: 0;
}

html,
body {
    height: 100%;
}

html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}

@-moz-document url-prefix() {
    * {
        font-weight: lighter !important;
    }
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

button,
input {
    /* 1 */
    overflow: visible;
}

button,
select {
    /* 1 */
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

div,
section,
article,
aside,
p,
h1,
h2,
h3,
h4,
h5,
h6,
label,
input,
button,
a,
li,
ul,
nav,
header,
footer,
main,
legend,
form,
textarea,
input {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    input[type="text"],
    input[type="number"],
    input[type="tel"],
    input[type="email"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css ENDING */

/********** z-indexes starting ************/
.z0 {
    z-index: 0;
}

.z1 {
    z-index: 10;
}

.z2 {
    z-index: 20;
}

.z3 {
    z-index: 30;
}

.z4 {
    z-index: 40;
}

.z5 {
    z-index: 50;
}

.z6 {
    z-index: 60;
}

.z7 {
    z-index: 70;
}
/********** z-indexes ending ************/

/********** font-face starting ************/
@font-face {
    font-family: "BPGArial";
    src: local("BPG Arial"), url("./fonts/BPGArial.ttf");
}

@font-face {
    font-family: "TatishviliMetal";
    src: local("GL Tatishvili Metal"), url("./fonts/TatishviliMetalBold.ttf");
}
/********** font-face ending ************/

/********** flex starting ************/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.align-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
/********** flex ending ************/

body {
    position: relative;
    max-width: 100vw;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
}

    body > main {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: #e5e5e5;
    }

.container {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.flat-anchor,
.flat-anchor:hover,
.flat-anchor:active,
.flat-anchor:link {
    text-decoration: none;
}

.flat-btn {
    margin: 0;
    outline: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.permalink-btn {
    margin: 0;
    outline: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    width: 16px;
    height: 18px;
    background-image: url(../images/icons/permalink.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .permalink-btn.inverted {
        background-image: url(../images/icons/inverted-permalink.svg);
    }

        .permalink-btn.checked,
        .permalink-btn.inverted.checked {
            background-image: url(../images/icons/permalink-checked.svg) !important;
        }

.with-arrow-down::after {
    content: " ";
    position: relative;
    display: inline-block;
    width: 17px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/icons/arrow-down.svg);
    cursor: pointer;
}

a {
    cursor: pointer !important;
}

.tag {
    position: absolute;
    top: 14px;
    left: 15px;
    z-index: 10;
    padding: 4px 6px;
    border-radius: 3px;
    font-family: TatishviliMetal;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

a.tag {
    position: static;
    margin: 0 10px 0 0;
    text-decoration: none;
    line-height: 34px;
    border: 1px solid;
    color: #6b6b6b;
    padding: 3.5px 12px 4.5px 9px;
    border-color: #f6f6f6;
}

    .tag.transparent {
        background: transparent;
    }

    .tag.red {
        background: #ea4043;
    }

    .tag.gold {
        background: #f6a813;
    }

    .tag.green {
        background: #7ab61e;
    }

    .tag.blue {
        background: #1d9afb;
    }

    .tag.violet {
        background: #a05dec;
    }

    .tag.section-tag {
        padding: 6px 12px;
        color: #2c2c2c;
        border: 1px solid rgba(100, 100, 100, 0.3);
    }

#loading,
#modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
    -webkit-transition: 0.2s opacity;
    -o-transition: 0.2s opacity;
    transition: 0.2s opacity;
    background: rgba(0, 0, 0, 0.4);
}

    #loading img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    #modal.visible,
    #loading.visible {
        opacity: 1;
        z-index: 10000;
    }

/* subscription modal starting */
#subscription-modal {
    position: fixed;
    display: flex;
    align-items: center;
    top: 20vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 320px;
    height: 180px;
    padding: 20px;
    font-family: TatishviliMetal;
    font-size: 16px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    z-index: 10000;
}

    #subscription-modal #modal-closer {
        position: absolute;
        top: 5px;
        right: 5px;
        width: 20px;
        height: 20px;
        font-size: 20px;
    }

        #subscription-modal #modal-closer::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            width: 100%;
            height: 2px;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #000;
            border-radius: 25px;
        }

        #subscription-modal #modal-closer::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            width: 100%;
            height: 2px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #000;
            border-radius: 25px;
        }
/* subscription modal ending */

/********** article starting ************/
article {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 210px;
    width: 100%;
    height: 279px;
    padding-bottom: 50px;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

article:not(.blank)::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#0d0d0d));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #0d0d0d);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, #0d0d0d);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, #0d0d0d);
}

.article-title {
    margin: 0 0 10px;
    font-family: TatishviliMetal;
    font-weight: bold;
    color: #fff;
}

.article-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    z-index: 10;
}

    .article-content a {
        margin: 0 0 10px;
        font-family: TatishviliMetal;
        font-size: 22px;
        color: #fff;
        z-index: 20;
    }

    .article-content p {
        font-family: BPGArial;
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
    }

article footer {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 42px;
    padding: 0 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

    article footer a img {
        margin: 3px 0 0;
        width: 16px;
        height: 19px;
    }

article .article-date,
.date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2px 0 0;
    font-family: TatishviliMetal;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

    article .article-date > span,
    .date > span {
        margin: 0 0 0 5px;
    }

article .clock,
.clock {
    margin: -1px 3px 0 0;
    width: 14px;
    height: 14px;
}

article.blank {
    background-image: none !important;
}

    article.blank .tag {
        background-color: transparent;
        border: 1px solid #fff;
    }

    article.blank footer {
        background-image: none;
    }
/********** article ending ************/

/**** transparent content starting ******/
.transparent-article {
    position: relative;
    width: 240px;
    height: 294px;
    padding: 20px 30px;
}

    .transparent-article > div {
        position: relative;
        width: 110px;
        height: 140px;
        margin: 0 auto;
        background-color: #cdcdcd;
    }

.document-helper-btns {
    position: absolute;
    top: -20px;
    left: 55px;
    z-index: 10;
}

    .document-helper-btns a.flat-anchor {
        margin: 0 3px 0 0;
    }

    .document .helper-btn {
        width: 30px;
        height: 30px;
        margin: 0 3px;
        border: 1px solid rgba(100, 100, 100, 0.2);
    }

    .transparent-article.blank img {
        display: none;
    }

    .transparent-article img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .transparent-article a {
        display: block;
        margin: 10px 0 0;
        font-family: TatishviliMetal;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #2c2c2c;
    }

#details-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: -2;
    pointer-events: none;
    transition: 0.2s opacity;
    background: rgba(0, 0, 0, 0.4);
}

#details-modal.visible {
    opacity: 1;
    z-index: 10000;
    pointer-events: auto;
}

#modal-content {
    position: fixed;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, 0);
    width: 356px;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(194, 194, 194, 0.5);
    background: #fff;
}

#modal-content-closer {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 12px;
  height: 12px;
}
#modal-content-closer::before,
#modal-content-closer::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 25px;
}
#modal-content-closer::before {
  left: 0;
  transform: rotate(45deg);
}
#modal-content-closer::after {
  right: 0;
  transform: rotate(-45deg);
}
#modal-content h4 {
  padding: 12px 20px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.3);
  font-family: TatishviliMetal;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
}
#modal-content > section {
  margin: 14px 0;
  padding: 0 20px;
}
#modal-content .field {
  min-width: 110px;
  max-width: 110px;
  margin: 0 10px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: BPGArial;
  font-size: 12px;
  color: #696969;
}
#modal-content .field::after {
  content: ':'
}
#modal-content .tag {
  position: static;
  background: #fff;
  border: 1px solid;
}

#modal-content .tags-container .tag {
    border-color: #f6f6f6;
}

#modal-content .value {
  max-width: 180px;
  margin: 2px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: TatishviliMetal;
  font-size: 14px;
  font-weight: bold;
  color: #1a1a1a;
}

#modal-content > section.tags-container {
    border-top: 1px solid rgba(100, 100, 100, 0.3);
    padding: 14px 20px 0;
}
/**** transparent content ending ******/

/******* breadcrumb starting **********/
#breadcrumb {
    position: relative;
    background: #fff;
}

#breadcrumb-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    white-space: nowrap;
}

    #breadcrumb-container::after {
        content: "";
        position: relative;
        min-width: 20px;
        height: 10px;
    }

.breadcrumb-home {
    display: inline-block;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/home.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-separator {
    display: inline-block;
    min-width: 7px;
    width: 7px;
    height: 12px;
    margin: 0 16px;
    background-image: url(../images/icons/breadcrumb-separator.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-anchor {
    margin: 2px 0 0;
    font-family: TatishviliMetal;
    font-weight: bold;
    color: #1d9afb;
}

    .breadcrumb-anchor.active {
        color: #a6a7ab;
    }
/******* breadcrumb ending ************/

/******* pagination starting ************/
.pagination-wrapper {
    margin: 10px 0;
}

.pagination,
.paginationjs,
.paginationjs-page,
.paginationjs-prev,
.paginationjs-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}

.paginationjs ul {
    display: flex;
    margin: 20px 0;
}

.paginationjs-page.paginationjs-first,
.paginationjs-page.paginationjs-last,
.paginationjs-ellipsis {
    display: none;
}

.page-item {
    list-style: none;
}

    .page-item:first-child.page-link,
    .page-item:last-child.page-link {
        line-height: 32px;
    }

    .page-item:first-child.page-link,
    .paginationjs-prev {
        border-top-left-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .page-item:last-child.page-link,
    .paginationjs-next {
        border-top-right-radius: 0.25rem;
        border-bottom-right-radius: 0.25rem;
    }

.page-link,
.paginationjs-page,
.paginationjs-prev,
.paginationjs-next {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 34px;
    text-align: center;
    font-family: BPGArial;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dee2e6;
    cursor: pointer;
}

    .page-link a,
    .paginationjs-page a,
    .paginationjs-prev a,
    .paginationjs-next a {
        text-decoration: none;
        color: #007bff;
    }

    .page-link:hover,
    .paginationjs-page:hover,
    .paginationjs-prev:hover, 
    .paginationjs-next:hover {
        background: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link.active,
    .paginationjs-page.active {
        background: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link.active:hover,
    .paginationjs-page.active:hover {
        background: #fff;
    }
/******* pagination ending ************/

/******* helper buttons starting *********/
.helper-btn {
    width: 32px;
    margin: 0 3px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    border-radius: 3px;
    background-image: url(/assets/images/icons/info.svg);
    cursor: pointer;
}

    .helper-btn.share {
        background-image: url(/assets/images/icons/share.svg);
    }

    .helper-btn.permalink-btn {
        margin: 0 3px;
        background-size: 16px 18px;
        background-image: url(/assets/images/icons/inverted-permalink.svg);
    }

    .helper-btn.print {
        background-image: url(/assets/images/icons/print.svg);
    }

    .helper-btn.download {
        background-image: url(/assets/images/icons/download.svg);
    }

    .helper-btn.filter {
        padding: 0;
        background-size: 20px;
        background-image: url(/assets/images/icons/filter.png);
    }
/******* helper buttons ending *********/

/******* category links starting  **********/
.categorylink-card {
    position: relative;
    width: 255px;
    height: 255px;
    -webkit-box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 7px 20px rgba(0, 0, 0, 0.3);
}

    .categorylink-card::after {
        content: "";
        position: absolute;
        left: 3px;
        bottom: -4px;
        -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        transform: rotate(-1deg);
        width: 98%;
        height: 12px;
        background: #fff;
        border-radius: 5px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        z-index: 4;
    }

.categorylink {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 23px 20px;
    background-position: center;
    background-size: cover;
    border-radius: 3px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    -webkit-box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 7px 10px rgba(0, 0, 0, 0.1);
    z-index: 5;
}

    .categorylink::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 3px;
        background: rgba(0, 0, 0, 0.5);
    }

    .categorylink a {
        position: relative;
        font-family: TatishviliMetal;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
    }
/******* category links ending  ***********/

/********* social icons starting *********/
.share {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

    .share .toggle {
        display: inline-block;
        position: relative;
        width: 32px;
        height: 32px;
        z-index: 10;
    }

    .share input {
        display: none;
    }

.network-list li {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    -o-transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
    transition: all 0.25s cubic-bezier(0.43, 1.17, 0.69, 1.24);
}

.network-list a {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-indent: 120%;
    text-decoration: none;
}

    .network-list a::before {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #fff;
        font-family: "FontAwesome";
        font-size: 18px;
        -webkit-font-smoothing: antialiased;
        text-align: center;
        line-height: 32px;
        text-indent: 0;
    }

.twitter a::before {
    content: "\f099";
    color: #00c3f3;
}

.twitter a:hover:before {
    -webkit-box-shadow: inset 0 0 0 2px #00c3f3;
    box-shadow: inset 0 0 0 2px #00c3f3;
}

.facebook a::before {
    content: "\f09a";
    color: #2c609b;
}

.facebook a:hover:before {
    -webkit-box-shadow: inset 0 0 0 2px #2c609b;
    box-shadow: inset 0 0 0 2px #2c609b;
}

.googleplus a::before {
    content: "\f0d5";
    color: #ec3f25;
}

.googleplus a:hover:before {
    -webkit-box-shadow: inset 0 0 0 2px #ec3f25;
    box-shadow: inset 0 0 0 2px #ec3f25;
}

.share input:checked ~ .network-list li {
    opacity: 1;
}

    .share input:checked ~ .network-list li:nth-child(1) {
        left: -40px;
    }

    .share input:checked ~ .network-list li:nth-child(2) {
        left: -80px;
    }

    .share input:checked ~ .network-list li:nth-child(3) {
        left: -120px;
    }
/******** social icons ending ********/

/******* checkbox starting ********/
.checkbox-wrapper {
    display: flex;
    position: relative;
    margin: 20px 0;
    padding: 0 0 0 15px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .checkbox-wrapper label::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 25px;
        height: 25px;
        background-image: url(/assets/images/icons/checkbox-blank.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .checkbox-wrapper label {
        cursor: pointer;
        margin: 0 0 0 5px;
    }

    .checkbox-wrapper input {
        vertical-align: middle;
        visibility: hidden;
    }

        .checkbox-wrapper input:checked + label::before {
            background-image: url(/assets/images/icons/checkbox-marked.svg);
        }
/******* checkbox ending ********/

/* date range picker starting */
.calendar-table th,
.calendar-table td {
    font-family: TatishviliMetal !important;
}

.calendar-table thead tr:nth-child(1) {
    height: 44px;
}

    .calendar-table thead tr:nth-child(1) th {
        font-size: 16px !important;
    }

.drp-selected {
    display: none !important;
}

.drp-buttons button {
    width: 64px;
    height: 32px;
    padding: 0 !important;
    border-radius: 3px;
    outline: none;
    font-family: TatishviliMetal;
    font-size: 14px !important;
    font-weight: bold;
    color: #2c2c2c;
}

.drp-buttons .cancelBtn {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.drp-buttons .applyBtn {
    background: #1d9afb;
    border: 0;
    color: #fff;
}

#date-selector {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#date-range-wrapper {
    position: relative;
}

    #date-range-wrapper > span {
        position: absolute;
        right: 10px;
        width: 10px;
        height: 7px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-size: 10px 7px;
        background-repeat: no-repeat;
    }

#date-selector .arrow-up {
    top: 40%;
    background-image: url(/assets/images/icons/input-arrow-up.svg);
}

#date-selector .arrow-down {
    top: 60%;
    background-image: url(/assets/images/icons/input-arrow-down.svg);
}

#datepicker {
    width: 100%;
    height: 35px;
    padding: 0 0 0 15px;
    font-size: 14px;
    outline: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    color: #2c2c2c;
}
/* date range picker ending */

/******* files starting  ***********/
.file-type {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px;
    border-radius: 3px;
    font-size: 9px;
    font-family: Tahoma;
    color: #fff;
}

    .file-type.pdf {
        background: #ea4043;
    }

    .file-type.doc {
        background: #0698ec;
    }

    .file-type.jpg {
        background: #0698ec;
    }

    .file-type.png {
        background: #a465a8;
    }

    .file-type.xls {
        background: #7bbc5a;
    }

    .file-type.ppt {
        background: #ea4043;
    }

#offprint-wrapper {
    max-width: 826px;
    width: 100%;
    padding: 26px 39px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(194, 194, 194, 0.5);
    box-shadow: 0 1px 1px 0 rgba(194, 194, 194, 0.5);
    background: #fff;
}

.offprint-type .tag {
    position: static;
    display: inline-block;
}

.offprint-paragraph {
    position: relative;
    margin: 26px 0;
    line-height: 2;
    font-size: 16px;
    color: #000;
}

.offprint-files {
    margin: 15px 0 10px;
}

    .offprint-files > div:first-child {
        margin: 20px 0 10px;
        font-family: TatishviliMetal;
        font-size: 16px;
        font-weight: bold;
        color: #000;
    }

.file-wrapper {
    position: relative;
    min-width: 100%;
    min-height: 65px;
    margin: 5px 0;
    padding: 0 5px;
    border: 1px solid rgba(100, 100, 100, 0.2);
    border-radius: 4px;
}

.file-wrapper #file-title {
    position: absolute;
    top: -25px;
}

.file-icon-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.file-icon {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 3px;
    background-color: #cdcdcd;
}

    .file-icon::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 18px;
        height: 21px;
        background-image: url(../images/icons/file.svg);
    }

.file-name-wrapper {
    padding: 15px 90px 15px 20px;
}

.file-name-wrapper a {
    text-decoration: none;
}

.file-name {
    font-family: TatishviliMetal;
    font-size: 16px;
    font-weight: bold;
    color: #2c2c2c;
}

.file-description {
    margin: 2px 0 0;
    font-family: BPGArial;
    font-size: 13px;
    color: #696969;
}

.file-helper-btns {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .file-helper-btns button {
        margin: 0 3px;
        border: 1px solid rgba(100, 100, 100, 0.2);
    }
/******* files ending  ***********/

.calendar-item {
    position: relative;
    border-bottom: 1px solid rgba(150, 150, 150, 0.3);
}

    .calendar-item .date {
        width: 70px;
        min-height: 67px;
        margin: 0;
        background: #f0f0f0;
    }

        .calendar-item .date div:nth-child(1) {
            font-family: TatishviliMetal;
            font-size: 26px;
            font-weight: bold;
            color: #a0a0a6;
        }

        .calendar-item .date div:nth-child(2) {
            font-family: TatishviliMetal;
            font-size: 13px;
            font-weight: bold;
            color: #a0a0a6;
        }

    .calendar-item .calendar-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 13px 40px 13px 15px;
        background: #fff;
    }

        .calendar-item .calendar-content a {
            font-family: TatishviliMetal;
            font-size: 20px;
            font-weight: bold;
            color: #2c2c2c;
        }

    .calendar-item .clock {
        font-family: TatishviliMetal;
        font-size: 14px;
        font-weight: bold;
        color: #9d9d9d;
    }

    .calendar-item .permalink-btn {
        position: absolute;
        top: 50%;
        right: 20px;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }
/* calendar end */

/* shortcut starting */
#shortcuts {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 60;
}

.shortcut {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 2px 0;
}

    .shortcut:nth-child(1) {
        background: #ec3f25;
    }

    .shortcut:nth-child(2) {
        background: #f1a600;
    }

    .shortcut:nth-child(3) {
        background: #283339;
    }

    .shortcut:nth-child(4) {
        background: #0698ec;
    }

.shortcut-icon-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: inherit;
    z-index: 61;
}

.shortcut-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 27px;
    max-height: 27px;
}

.shortcut-description {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 52px;
    -webkit-transform: translate(210px, 0);
    -ms-transform: translate(210px, 0);
    transform: translate(210px, 0);
    -webkit-transition: 0.3s ease-in-out transform;
    -o-transition: 0.3s ease-in-out transform;
    transition: 0.3s ease-in-out transform;
    min-width: 200px;
    height: 100%;
    z-index: 59;
    background: inherit;
}

.shortcut-description a {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    font-family: TatishviliMetal;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .shortcut-description::after {
        content: "";
        position: absolute;
        top: 0;
        right: -2px;
        width: 2px;
        height: 100%;
        background: #e5e5e5;
    }

.shortcut:hover .shortcut-description {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
/* shortcut ending */

/******** header starting *********/
#big-nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #1c262a;
    color: #fff;
}

#mobile-nav {
    display: none;
}

    #big-nav .container {
        height: 100%;
        overflow-y: auto;
    }

#main-search {
    position: relative;
    max-width: 652px;
    width: 100%;
    padding: 21px 50px;
    outline: none;
    border: 0;
    border-bottom: 1px solid rgba(200, 200, 200, 0.9);
    background: none;
    font-family: TatishviliMetal;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#big-nav header {
    position: relative;
    margin: 75px 0 0;
    padding: 0 70px 0 0;
}

    #big-nav header::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        width: 35px;
        height: 40px;
        font-size: 25px;
        background-image: url(../images/icons/search-big.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

.big-nav-closer {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#big-nav li {
    list-style: none;
    margin: 20px 0;
}

    #big-nav li a {
        font-size: 14px;
    }

#big-nav a {
    color: #fff;
}

#big-nav .nav-block {
    display: inline-block;
    max-width: 360px;
    width: 100%;
}

#big-nav .nav-block {
    vertical-align: top;
}

    #big-nav .nav-block:not(.helper) {
        font-family: BPGArial;
    }

        #big-nav .nav-block:not(.helper) .nav-header {
            margin: 77px 0 22px;
        }

#big-nav .nav-header {
    font-family: TatishviliMetal;
    font-size: 18px;
    font-weight: bold;
}

#big-nav .nav-block.helper {
    margin: 77px 0;
}

    #big-nav .nav-block.helper .nav-header {
        margin: 0 0 22px;
    }

body > header .social {
    height: 39px;
    background: #151d21;
}

    body > header .social .container {
        height: 100%;
    }

    body > header .social a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 5px;
        padding: 5px;
    }

    body > header .social img {
        max-width: 18px;
        width: 100%;
    }

    body > header .social #language-bar {
        max-width: 80px;
        width: 100%;
        height: 39px;
        padding: 10px 5px 0;
        background: #151d21;
        border-radius: 2px;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: height s;
        -o-transition: height 0.3s;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }

        body > header .social #language-bar:hover {
            height: 60px;
        }

        body > header .social #language-bar::after {
            padding: 7px 0 0;
        }

.lang-container {
    margin: 0 2px 0 5px;
    font-family: TatishviliMetal;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

    .lang-container div:nth-child(2) {
        margin: 9px 0;
    }

body > header nav {
    position: relative;
    height: 90px;
    background: #283339;
}

    body > header nav ul {
        margin: 0 0 0 33px;
    }

        body > header nav ul > a,
        body > header nav .dropdown-menu > a {
            margin: 0 15px;
            padding: 6px 0;
            font-family: TatishviliMetal;
            font-size: 14px;
            font-weight: bold;
            color: #fff;
        }

        body > header nav ul .with-arrow-down::after {
            margin: 0 0 0 5px;
        }

    body > header nav .container {
        height: 100%;
    }

    body > header nav section {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 100%;
    }

.nav-btn-container {
    max-width: 74px;
    width: 100%;
    height: 100%;
}

    .nav-btn-container button {
        max-width: 100%;
        width: 100%;
        height: 30px;
        margin: 0 20px;
    }

    .nav-btn-container:nth-of-type(2) {
        border-left: 1px solid #3b4b54;
        border-right: 1px solid #3b4b54;
    }

#mobile-nav-opener {
    display: none;
}

body > header nav ul > a:hover,
.dropdown-menu > a:hover {
    color: #8fa5b2;
}

#dropdown1-content.visible {
    display: block;
}

.dropdown-menu {
    padding: 0 0 37px;
}

#dropdown1-content {
    position: absolute;
    top: 90px;
    left: 0;
    display: none;
    width: 100%;
    height: 454px;
    padding: 28px 0 0;
    background: #fff;
}

    #dropdown1-content .container {
        padding: 0 27px 0;
    }

.subnav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 438px;
}

    #dropdown1-content .subnav {
        width: 100%;
        margin: -11px 0 0;
    }

        #dropdown1-content .subnav .active-nav-anchor {
            font-size: 16px;
            font-weight: bold;
            cursor: default;
            color: #a6a7ab;
        }

    #dropdown1-content li {
        list-style: none;
    }

#dropdown1-content .subnav li {
    margin: 5px 15px 5px 0;
    padding: 5px 0;
    max-width: 300px;
    width: 250px;
}

#dropdown1-content .subnav li div ul {
    margin: 0;
}

    #dropdown1-content .subnav li.subnav-links a {
        text-decoration: none;
        font-family: BPGArial;
        font-size: 14px;
    }

    #dropdown1-content .subnav a {
        color: #000;
        cursor: pointer;
        font-family: TatishviliMetal;
        font-size: 16px;
    }

        #dropdown1-content .subnav a:hover {
            text-decoration: underline;
            color: #1d9afb;
        }

    #dropdown1-content .subnav-more {
        max-width: 370px;
    }

        #dropdown1-content .subnav-more li {
            margin: 0 0 20px;
        }

        #dropdown1-content .subnav-more a {
            font-family: TatishviliMetal;
            font-size: 16px;
            font-weight: bold;
            color: #000;
        }

    #dropdown1-content aside {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 225px;
        overflow: hidden;
    }

        #dropdown1-content aside a {
            display: block;
            margin: 0 0 20px;
        }

#dropdown1-content .nav-article div {
    position: relative;
    border-radius: 5px;
    width: 225px;
    height: 178px;
    background: #1d9afb;
    overflow: hidden;
    text-align: center;
}

    #dropdown1-content .nav-article div:nth-of-type(1) {
        margin: 0 0 37px;
    }

    #dropdown1-content .nav-article div p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
        font-family: TatishviliMetal;
        font-size: 16px;
        color: #fff;
    }

        #dropdown1-content .nav-article img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -webkit-transition: transform 0.3s ease-in;
            -o-transition: transform 0.3s ease-in;
            -webkit-transition: -webkit-transform 0.3s ease-in;
            transition: -webkit-transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
            transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
        }

        #dropdown1-content .nav-article:hover img {
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
        }

        #dropdown1-content .nav-article span {
            position: absolute;
            left: 10px;
            bottom: 10px;
            font-family: TatishviliMetal;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
        }

#saved-articles {
    position: fixed;
    top: 0;
    right: -467px;
    width: 466px;
    height: 100vh;
    background: #fff;
    -webkit-transition: right 0.3s cubic-bezier(0.68, 0.23, 0.31, 0.99);
    -o-transition: right 0.3s cubic-bezier(0.68, 0.23, 0.31, 0.99);
    transition: right 0.3s cubic-bezier(0.68, 0.23, 0.31, 0.99);
}

    #saved-articles.visible {
        right: 0;
    }

    #saved-articles header {
        height: 56px;
        padding: 0 0 0 16px;
        line-height: 60px;
        border-bottom: 1px solid rgba(100, 100, 100, 0.1);
    }

#saved-article-closer {
    height: 25px;
    padding: 4px;
}

#saved-articles > section {
    overflow: hidden auto;
    height: calc(100% - 56px);
}

.saved-article {
    width: 100%;
    min-height: 120px;
    padding: 18px 29px 20px 25px;
    font-family: TatishviliMetal;
    font-weight: bold;
    border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

    .saved-article .tag {
        position: static;
        display: inline-block;
    }

    .saved-article > section {
        margin: 7px 0 8px;
    }

.saved-anchor-container {
    display: inline-block;
    width: 95%;
}

.saved-article a {
    font-size: 20px;
    font-weight: bold;
    color: #2c2c2c;
}

.saved-article footer {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 14px;
    color: #9d9d9d;
}

    .saved-article footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 14px;
        background-image: url(../images/icons/clock-gray.svg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

.saved-article .date {
    color: #9d9d9d;
}

    .saved-article .date span {
        margin: 0 0 0 5px;
    }

@media (max-width: 1039px) {
    #big-nav-opener {
        display: none;
    }

    #mobile-nav-opener {
        display: block;
    }

    #mobile-nav {
        direction: rtl;
        width: 75%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 0 0 auto;
        background-color: #fff;
        color: #000;
    }

        #mobile-nav .container {
            position: relative;
            height: 100%;
            overflow-y: auto;
            padding: 0 15px 50px 30px;
        }

    .big-nav-closer {
        width: 16px;
        height: 16px;
        background-image: url('../images/icons/ShaviX.svg');
    }

    #mobile-nav header {
        position: relative;
        margin: 35px 0;
        padding: 0 70px 0 0;
    }

    .lang-container {
        direction: ltr;
        display: flex;
        margin: 0;
        color: #8fa5b2;
        cursor: auto;
    }

        .lang-container img {
            max-width: 18px;
            width: 100%;
            vertical-align: text-top;
            background-color: #000; /*must be changed*/
        }

        .lang-container div:nth-child(1) {
            color: #1d9afb;
            cursor: pointer;
        }

            .lang-container div:nth-child(1)::before {
                content: url(../images/icons/GlobusiLurji.svg);
                position: relative;
                vertical-align: text-top;
                display: inline-block;
                max-width: 16px;
                width: 100%;
            }

        .lang-container div:nth-child(2) {
            margin: 0 0 0 30px;
            cursor: pointer;
        }

            .lang-container div:nth-child(2)::before {
                content: url(../images/icons/GlobusiNacrisferi.svg);
                position: relative;
                vertical-align: top;
                display: inline-block;
                max-width: 16px;
                width: 100%;
            }

    .with-arrow-right::after {
        content: " ";
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 17px;
        height: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../images/icons/breadcrumb-separator.svg);
        cursor: pointer;
    }

    #mobile-nav li {
        list-style: none;
        margin: 20px 0;
    }

    .main-menu-items a {
        font-size: 16px;
        font-family: TatishviliMetal;
        line-height: 40px;
        text-decoration: none;
        color: #000;
    }

    #main-menu {
        direction: ltr;
        margin: 64px 0 0;
    }

    .submenu {
        display: none;
        direction: ltr;
        margin: 21px 0 0;
        font-family: TatishviliMetal;
        font-size: 24px;
        line-height: 27px;
    }

    #mobile-nav hr {
        position: relative;
        overflow: hidden;
        width: 125%;
        left: -30px;
        height: 1px;
        background-color: #ccc;
        border-width: inherit;
    }

    .back-to-main-menu {
        position: relative;
        display: block;
        width: 125%;
        overflow: hidden;
        left: -30px;
        margin: 0 0 21px;
        padding: 16px 24px;
        border: none;
        text-align: left;
        font-family: TatishviliMetal;
        font-size: 16px;
        line-height: 19px;
        background: #1d9afb;
        color: #fff;
    }

        .back-to-main-menu::before {
            content: " ";
            position: relative;
            display: inline-block;
            width: 17px;
            height: 12px;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url('../images/icons/Path 6.svg');
            cursor: pointer;
        }

        .submenu a.submenu-topic {
            font-size: 16px;
            line-height: 19px;
            text-decoration: none;
            color: #8fa5b2;
        }

        .submenu li a.submenu-item {
            font-family: BPGArial;
            font-size: 14px;
            line-height: 20px;
            text-decoration: none;
            color: #000;
        }

    #mobile-nav-footer {
        direction: ltr;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 25px 30px;
        background-color: #000;
    }

        #mobile-nav-footer a {
            margin: 0 20px 0 0;
        }

    #mobile-nav-footer a img {
        max-width: 22px;
        vertical-align: middle;
        width: 100%;
    }
}

@media (max-width: 500px) {
    #saved-articles {
        width: 320px;
        right: -321px;
    }
}
/******** header ending *********/

/******** footer starting *********/
body > footer {
    background: #1c272c;
    color: #fff;
}

#subscription {
    background: #223036;
}

    #subscription > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: 70px;
    }

    #subscription h3 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-family: Tatishvilimetal;
        font-size: 24px;
        font-weight: bold;
    }

    #subscription input {
        width: 250px;
        height: 40px;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 20px;
        background: #1e282e;
        border: 1px solid #3e4b52;
        font-family: BPGArial;
        font-size: 14px;
        outline: none;
        color: #fff;
    }

        #subscription input::-webkit-input-placeholder {
            color: rgb(218, 218, 218);
        }

        #subscription input:-ms-input-placeholder {
            color: rgb(218, 218, 218);
        }

        #subscription input::-ms-input-placeholder {
            color: rgb(218, 218, 218);
        }

        #subscription input::placeholder {
            color: rgb(218, 218, 218);
        }

    #subscription button {
        width: 139px;
        height: 40px;
        margin-left: 10px;
        border: 0;
        font-family: TatishviliMetal;
        border-radius: 20px;
        background: #1d9afb;
        color: #fff;
        cursor: pointer;
    }

#footer-nav {
    padding-top: 20px;
    padding-bottom: 20px;
}

#about,
#faq {
    max-width: 48%;
    width: 100%;
}

    #about h3 {
        margin: 23px 0 10px;
        font-size: 24px;
        font-family: TatishviliMetal;
    }

    #about p {
        font-family: BPGArial;
        font-size: 14px;
        line-height: 1.6;
    }

#faq {
    text-align: right;
}

    #faq h3 {
        margin: 19px 0 30px;
        font-family: TatishviliMetal;
        font-size: 20px;
    }

        #faq h3 a {
            text-decoration: none;
            margin: 19px 0 30px;
            font-family: TatishviliMetal;
            font-size: 20px;
            background: none;
        }

    #faq li {
        list-style: none;
    }

    #faq a {
        display: inline-block;
        margin: 5px 0;
        padding: 5px 15px;
        font-family: BPGArial;
        font-size: 14px;
        background: #223036;
        border-radius: 3px;
        color: #fff;
    }

#copyright {
    border-top: 1px solid rgba(100, 100, 100, 0.3);
}

    #copyright > div {
        min-height: 68px;
    }

    #copyright h5 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-family: BPGArial;
        font-size: 14px;
    }

    #copyright img {
        max-width: 161px;
    }

@media (max-width: 768px) {
    #subscription h3,
    #subscription form {
        width: 100%;
        margin: 10px 0;
        text-align: center;
    }

    #footer-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #about,
    #faq {
        max-width: 100%;
    }

    #faq {
        margin: 20px 0 0;
        text-align: left;
    }

        #faq h3 {
            margin: 0 0 16px;
        }
}

@media (max-width: 500px) {
    #subscription h3,
    #subscription form {
        min-width: 310px;
    }

    #copyright > div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #copyright h5,
    #copyright .container > div {
        min-width: 310px;
        width: 100%;
        margin: 10px 0;
    }

    #copyright h5,
    #copyright .container > div {
        text-align: center;
    }
}
/******** footer ending *********/

/********** break-points starting ************/
.small,
.medium,
.large,
.extra {
    display: none;
}

@media (min-width: 1040px) {
    .extra {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1039.98px) {
    .large {
        display: block;
    }
}

@media (min-width: 500px) and (max-width: 767.98px) {
    .medium {
        display: block;
    }
}

@media (max-width: 500px) {
    .small {
        display: block;
    }
}
/********** break-points ending ************/

/********** print area starting ************/
.printable {
    display: none;
    font-family: TatishviliMetal;
}
.printable {
    padding: 20px 5px;
}
.printable > header {
    position: relative;
}
.printable h1 {
    max-width: 100%;
    width: 100%;
    padding: 0 7vh 0 0;
    text-align: center;
}
.printable .pt-title {
    margin: 30px 0;
    min-height: 30px;
}
.printable .pt-title h2 {
    max-width: 75%;
    width: 100%;
    font-size: 19px;
    color: #2c2c2c;
}
.printable .pt-title span {
    max-width: 20%;
    width: 100%;
}
.printable .pt-text {
    font-family: BPGArial;
    font-size: 17px;
    line-height: 1.5;
    color: #2c2c2c;
}
.printable .pt-media {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 600px;
    width: 100%;
    
}
.printable .pt-media img {
    display: block;
    width: 400px;
    height: 400px;
    margin: 15px 15px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media print {
    body > *:not(.printable) {
        display: none;
    }

    .printable {
        display: block;
    }
}
/********** print area ending ************/