/* Variables
---------------------------------------- */
:root {
  --primary: #365ab5;
  --secondary: #d05700;
  --dark: #232742;
  --light: #d5dcee;
  --border: #99a4c1;
  --black: #000;
  --rose: #ea5284;

  --color-text: #383838;
  --color-heading: #111111;
}

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

@font-face {
  font-family: Mont;
  src: url(/themes/thex/fonts/Mont-Light.otf);
}

@font-face {
  font-family: Mont-SemiBold;
  src: url(/themes/thex/fonts/Mont-SemiBold.otf);
}

@font-face {
  font-family: Mont-Bold;
  src: url(/themes/thex/fonts/Mont-Bold.otf);
}

@font-face {
  font-family: Mont-Regular;
  src: url(/themes/thex/fonts/Mont-Regular.otf);
}

@font-face {
  font-family: Mont-Thin;
  src: url(/themes/thex/fonts/Mont-Thin.otf);
}

@font-face {
  font-family: Montserratarm-Light;
  src: url(/themes/thex/fonts/Montserratarm-Light.otf);
}

@font-face {
  font-family: Montserratarm-Bold;
  src: url(/themes/thex/fonts/Montserratarm-Bold.otf);
}

@font-face {
  font-family: Montserratarm-Regular;
  src: url(/themes/thex/fonts/Montserratarm-Regular.otf);
}

@font-face {
  font-family: Montserratarm-SemiBold;
  src: url(/themes/thex/fonts/Montserratarm-SemiBold.otf);
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* HTML and Body
---------------------------------------- */
html:focus-within {
  scroll-behavior: smooth;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: var(--color-text);
  min-height: 100vh;
  margin: 0;
  padding: 103px 0 0;
  line-height: 18px;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
  font-weight: 400;
}

body.lang-ru,
body.lang-en {
  font-family: Mont, Montserratarm-Regular;
}

body.lang-hy {
  font-family: Montserratarm-Light;
}

.homepage {
  padding-top: 0;
}

.toolbar-horizontal {
  padding-top: 180px !important;
}

/* Regions
---------------------------------------- */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

summary {
  display: list-item;
  cursor: pointer;
}

details {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid var(--border);
}

template,
[hidden] {
  display: none;
}

.lang-hy strong {
  font-family: Montserratarm-Bold;
}

.lang-ru strong,
.lang-en strong {
  font-family: Mont-Bold, Montserratarm-Bold;
}

/* Typography
---------------------------------------- */
.lang-hy h1,
.lang-hy h2,
.lang-hy h3,
.lang-hy h4,
.lang-hy h5,
.lang-hy h6 {
  color: var(--color-heading);
  font-weight: 500;
  font-family: Montserratarm-Bold;
  font-style: normal;
  line-height: 1.6;
}

.lang-en h1,
.lang-en h2,
.lang-en h3,
.lang-en h4,
.lang-en h5,
.lang-en h6,
.lang-ru h1,
.lang-ru h2,
.lang-ru h3,
.lang-ru h4,
.lang-ru h5,
.lang-ru h6 {
  color: var(--color-heading);
  font-weight: 500;
  font-family: Mont-Bold;
  font-style: normal;
  line-height: 1.6;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.9rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1.1rem;
}

p {
  margin: 0 0 10px 0;
}

dfn,
cite {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

em {
  font-style: normal;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: var(--color-text);
}

a:active,
a:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}

a:hover {
  cursor: pointer;
  color: var(--rose);
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Media
---------------------------------------- */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
picture,
svg {
  max-width: 100% !important;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
  border: 0;
}

.align-left {
  margin: 0 1rem 0 0;
}

.align-right {
  margin: 0 0 0 1rem;
}

.align-center {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

figcaption {
  padding: 4px;
  font-size: 0.8rem;
  text-align: center;
}

video,
.image-field {
  margin: 0 0 20px;
  width: 100%;
}

/* Form
---------------------------------------- */
form {
  margin-bottom: 1rem;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 1.6;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

.button {
  display: inline-block;
}

.button,
button,
[type="button"],
[type="reset"] {
  position: relative;
  cursor: pointer;
  border: 0;
  padding: 8px 10px;
  line-height: 1.6;
  -webkit-appearance: button;
}

[type="submit"] {
  position: relative;
  cursor: pointer;
  border: 0;
  padding: 10px 10px 8px;
  line-height: 1.6;
  -webkit-appearance: button;
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  word-wrap: break-word;
  display: block;
  width: 100%;
  max-width: 500px;
  background: #000;
  border-radius: 100px;
  margin-top: 40px;
}

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: 0;
}

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button,
textarea,
select {
  font: inherit;
}

input {
  line-height: normal;
}

input,
textarea {
  max-width: 100%;
}

input[type="text"],
input[type="date"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #00000017;
  background: transparent;
  font-family: unset;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: 0;
}

textarea {
  width: 100%;
  overflow: auto;
  border: 1px solid #00000017;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type="file"] {
  cursor: pointer;
}

fieldset {
  margin: 0 0 20px 0;
  padding: 1rem;
}

fieldset> :last-child {
  margin-bottom: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

select {
  padding: 6px;
  cursor: pointer;
}

label[for] {
  cursor: pointer;
}

/* Form */
.form-item {
  margin-bottom: 5px;
}

.form-required:after {
  content: "*";
  display: inline-block;
  padding-left: 4px;
  color: red;
}

.form-item label {
  display: block;
}

label.option {
  display: inline;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: var(--border);
}

:-moz-placeholder {
  color: var(--border);
}

::-moz-placeholder {
  color: var(--border);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--border);
}

.field--name-body input[type="text"],
.field--name-body input[type="email"],
.field--name-body input[type="url"],
.field--name-body input[type="password"],
.field--name-body input[type="search"],
.field--name-body textarea {
  display: block;
  margin-bottom: 0.8rem;
}

/* Common HTML Elements
---------------------------------------- */
hr {
  background-color: var(--border);
  clear: both;
  width: 100%;
  max-width: 100%;
  height: 2px;
  border: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}

address {
  margin: 0 0 1rem 0;
  font-style: italic;
}

/* List
---------------------------------------- */
ul,
ol {
  margin: 0;
  padding: 0 0 0 17px;
}

[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1rem 0.25rem 0;
}

ol ol,
ul ul {
  margin: 0;
  padding: 0 0 0.25rem 1rem;
}

[dir="rtl"] ol ol,
[dir="rtl"] ul ul {
  padding: 0 1rem 0.25rem 0;
}

ul {
  list-style: disc;
}

li>ul,
li>ol {
  margin-bottom: 0;
}

[dir="rtl"] ul,
[dir="rtl"] ol {
  padding: 0 1rem 0.25rem 0;
}

li {
  padding: 1px 0;
}

/* Table
---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
}

th,
tr,
td {
  vertical-align: middle;
}

th {
  margin: 0;
  padding: 5px;
  text-align: left;
}

td {
  padding: 5px;
}

.primary-menu-wrapper.active-menu {
  display: block;
}

.primary-menu-wrapper {
  width: 0;
}

div#block-thex-languageswitcher ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#block-thex-language {
  position: relative;
}

div#block-thex-languageswitcher {
  display: none;
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  padding-top: 10px;
}

div#block-thex-languageswitcher:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "\A";
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

div#block-thex-languageswitcher .block-content {
  background: #fff;
}

div#block-thex-language:hover div#block-thex-languageswitcher {
  display: block;
}

div#block-thex-languageswitcher ul.links li {
  margin: 0;
  padding: 0;
}

div#block-thex-languageswitcher ul.links a.language-link {
  padding: 5px 10px;
  font-size: 14px;
}

div#block-thex-phone .field.field--name-body,
div#block-thex-language .field.field--name-body {
  display: flex;
  align-items: center;
}

div#block-thex-usericon a {
  display: flex;
  align-items: center;
}

div#block-thex-phonenumber {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 10px;
}

div#block-thex-phonenumber:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "\A";
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

div#block-thex-phonenumber .block-content {
  white-space: nowrap;
  background: #fff;
  border-radius: 14px;
}

div#block-thex-phonenumber a {
  color: #383838;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 20px;
  display: block;
}

div#block-thex-phone:hover div#block-thex-phonenumber {
  display: block;
}

.homepage .node-promoted {
  display: flex;
  gap: 120px;
}

div#block-thex-views-block-stats-block-1 {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

div#block-videos>h2 {
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  white-space: nowrap;
}

.node-256 h1.page-title,
div#block-thex-about>h2,
div#block-thex-views-block-stats-block-1>h2 {
  font-size: 27px;
  line-height: 31px;
  text-transform: uppercase;
}

.views-field.views-field-field-adventage-item {
  max-width: 430px;
}

.lang-hy div#block-videos>h2 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
}

.lang-ru div#block-videos>h2,
.lang-en div#block-videos>h2 {
  line-height: 38px;
  font-size: 24px;
  font-family: Mont-SemiBold, Montserratarm-SemiBold;
  margin-bottom: 10px;
}

.lang-en .node-256 h1.page-title,
.lang-ru .node-256 h1.page-title,
.lang-ru div#block-thex-about>h2,
.lang-ru div#block-thex-views-block-stats-block-1>h2,
.lang-en div#block-thex-about>h2,
.lang-en div#block-thex-views-block-stats-block-1>h2 {
  font-family: Mont-SemiBold, Montserratarm-SemiBold;
}

.lang-hy .node-256 h1.page-title>h2,
.lang-hy div#block-thex-about>h2,
.lang-hy div#block-thex-views-block-stats-block-1>h2,
.lang-hy.homepage .node-promoted>h2 {
  font-size: 24px;
  font-family: Montserratarm-SemiBold, Mont;
}

.node-links-container a {
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

.lang-hy .node-links-container a {
  font-family: Montserratarm-Regular, Mont;
}

.videoCol a {
  display: block;
  position: relative;
}

.videoCol .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.node-256 div#block-thex-content .block-content {
  color: black;
  font-size: 16px;
  width: 100%;
  max-width: 615px;
  margin-bottom: 15px;
  line-height: 20px;
}

div#block-thex-about .block-content {
  color: black;
  font-size: 16px;
  width: 594px;
  max-width: 100%;
  margin-bottom: 15px;
  line-height: 20px;
}

.lang-hy .node-256 div#block-thex-content a,
.lang-hy div#block-thex-about .block-content a {
  font-family: Montserratarm-Regular;
  display: block;
}

.lang-en .node-256 div#block-thex-content .block-content,
.lang-ru .node-256 div#block-thex-content .block-content,
.lang-ru div#block-thex-about .block-content,
.lang-en div#block-thex-about .block-content {
  font-family: Mont;
}

.lang-en .node-256 div#block-thex-content a,
.lang-ru .node-256 div#block-thex-content a,
.lang-ru div#block-thex-about .block-content a,
.lang-en div#block-thex-about .block-content a {
  font-family: Mont-Regular, Montserratarm-Regular;
  display: block;
}

.node-256 div#block-thex-content a {
  margin-top: 20px;
}

div#block-videos {
  margin-top: 100px;
  margin-bottom: 50px;
}

.node-256 .block-region.region-content,
div#block-thex-about {
  display: flex;
  gap: 120px;
  align-items: flex-start;
  margin-top: 10px;
}

div#block-videos>div {
  width: 100%;
  max-width: 978px;
}

div#block-videos>div>div,
div#block-videos>div>div>div {
  width: 100%;
}

.node-236 .main-wrapper .field.field--name-body a {
  display: block;
  margin-top: 20px;
}

.node-51 .main-wrapper .field.field--name-body .webform-dialog,
.node-256 .main-wrapper .field.field--name-body .webform-dialog {
  margin-top: 20px;
}

.homepage .node-promoted .node-links-container li {
  padding: 0;
}

h1.page-title {
  max-width: 978px;
  width: 100%;
}

.ui-accordion .ui-accordion-content {
  border: 0;
}

.ui-accordion .views-field.views-field-body,
article .field.field--name-body {
  width: 100%;
  text-align: justify;
  max-width: 978px;
}

.node-256 article .field.field--name-body {
  text-align: left;
}

.lang-hy article .field.field--name-body a {
  font-family: Montserratarm-Regular, Mont;
}

.lang-en article .field.field--name-body a,
.lang-ru article .field.field--name-body a {
  font-family: Mont-Regular, Mont;
}

article .field.field--name-body a {
  color: black;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
}

div#block-thex-home2 .block-content {
  display: flex;
  gap: 15px;
  position: relative;
}

div#block-thex-home2 h2 {
  color: black;
  font-size: 16px;
}

.lang-hy div#block-thex-home2 h2 {
  font-family: Montserratarm-Regular, Mont-Regular;
  display: block;
}

.lang-ru div#block-thex-home2 h2,
.lang-en div#block-thex-home2 h2 {
  font-family: Mont-Regular, Montserratarm-Regular;
  display: block;
}

div#block-thex-home2 .field.field--name-body a {
  color: black;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  display: table;
  background: url(/themes/thex/images/icons/arrow-right.svg) right center no-repeat;
  padding-right: 60px;
}

.lang-hy div#block-thex-home2 .field.field--name-body a {
  font-family: Montserratarm-Regular, Mont-Regular;
}

.lang-ru div#block-thex-home2 .field.field--name-body a,
.lang-en div#block-thex-home2 .field.field--name-body a {
  font-family: Mont-SemiBold, Montserratarm-SemiBold;
}

div#block-thex-home2 .block {
  flex: 1;
  border: 1px solid #eee;
  padding: 20px 40px;
  border-radius: 10px;
  overflow: hidden;
}

div#block-thex-home2 .block p {
  margin: 0;
}

div#block-services-block {
  text-align: center;
}

.lang-hy div#block-services-block .views-field.views-field-title a {
  font-family: Montserratarm-Regular, Mont;
}

div#block-services-block .views-field.views-field-title a {
  color: black;
  font-size: 20px;
  font-weight: 500;
}

.content-bottom {
  background: #fcfcfc;
  padding: 40px 0;
}

div#block-services-block .views-view-responsive-grid__item {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

div#block-thex-views-block-stats-block-1 .block-content>div {
  position: relative;
  color: #383838;
  word-wrap: break-word;
}

.lang-hy div#block-thex-views-block-stats-block-1 .block-content>div {
  font-family: Montserratarm-Light, Mont;
  font-size: 14px;
  line-height: 18px;
}

.lang-ru div#block-thex-views-block-stats-block-1 .block-content>div,
.lang-en div#block-thex-views-block-stats-block-1 .block-content>div {
  font-family: Mont-Regular, Montserratarm-Regular;
}

div#block-thex-views-block-stats-block-1 .block-content>div>div {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 10px 60px;
}

div#block-thex-views-block-stats-block-1 .block-content>div>div>div {}

.lang-hy footer.footer-bottom-blocks.footer {
  font-family: Montserratarm-Regular, Mont;
}

footer.footer-bottom-blocks.footer {
  font-size: 16px;
  border-top: 1px solid #c7c7c74d;
  margin-top: 100px;
  line-height: 20px;
}

.lang-ru footer.footer-bottom-blocks.footer,
.lang-en footer.footer-bottom-blocks.footer {
  font-family: Mont-Regular, Montserratarm-Regular;
}

.lang-hy footer.footer-bottom-blocks.footer {
  font-size: 14px;
}

.userpage footer.footer-bottom-blocks.footer {
  border-top: 1px solid #c7c7c71a;
}

.orgs main#main {
  position: unset;
}

div#block-thex-organizationscooperationtext {
  font-size: 12px;
  line-height: 15px;
  text-align: justify;
  margin-top: 60px;
  max-width: 580px;
}

h1.page-title {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 38px;
}

.lang-ru h1.page-title,
.lang-en h1.page-title {
  font-family: Mont-SemiBold, Montserratarm-Semibold;
  font-size: 27px;
}

.lang-hy h1.page-title {
  font-family: Montserratarm-SemiBold, Mont;
  font-size: 24px;
}

.screening-packages div#block-thex-page-title {
  margin-bottom: 5px;
}

.costs div#block-thex-page-title {
  margin-bottom: 30px;
}

div#block-thex-page-title {
  margin-bottom: 10px;
}

div#block-thex-screeningtext {
  width: 100%;
  max-width: 550px;
  margin-bottom: 40px;
  font-size: 12px;
  line-height: 16px;
}

.views-field.views-field-field-license-image img.image-field {
  margin-bottom: 6px;
}

.license-title {
  font-size: 16px;
  display: block;
  line-height: 21px;
}

.flex {
  display: flex;
}

.align-bottom {
  align-items: flex-end;
}

.addressRow .flex {
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 60px;
}

.addressRow:nth-child(even) .flex {
  flex-direction: row-reverse;
  text-align: right;
}

.addressRow .flex>div {
  flex: 1;
}

.views-field.views-field-field-image-news img.image-field {
  margin-bottom: 13px;
  max-height: 698px;
  height: 100%;
  object-fit: cover;
}

.views-field.views-field-field-branch-image img.image-field {
  margin: 0;
}

.addressField a {
  margin-right: 10px;
  display: inline-block;
}

.addressField p {
  margin-bottom: 10px;
}

.page-type-news .slide__caption {
  padding: 0;
}

.priceListTable header {
  height: calc(100vh - 175px);
  overflow-y: scroll;
  position: -webkit-sticky;
  position: sticky;
  top: 63px;
}

.priceListTable header {
  display: block;
  flex: 0 0 30%;
  margin: 0;
  padding: 0;
}

.priceListTable .tableList {
  flex: 0 0 66%;
  font-size: 12px;
}

div#anchor-container ul {
  list-style-type: none;
  padding: 0;
}

.priceListTable {
  display: flex;
  justify-content: space-between;
  visibility: hidden;
  gap: 20px;
}

.priceListTable header li {
  margin-bottom: 20px;
  padding: 0;
}

.priceListTable header li a {
  display: block;
  outline: none;
  text-transform: uppercase;
}

.priceListTable header li a.active {
  font-weight: bold;
}

.lang-hy .searchPage caption,
.lang-hy .priceListTable caption {
  font-family: Montserratarm-Regular, Mont;
}

.searchPage caption,
.priceListTable caption {
  margin-bottom: 10px;
  color: #302929;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  display: block;
  line-height: 20px;
}

.searchPage table {
  margin-bottom: 30px;
  display: block;
}

.priceListTable table {
  margin-bottom: 30px;
  margin-top: -65px;
  padding-top: 65px;
  display: block;
}

.searchPage table tbody,
.priceListTable table tbody {
  border: 1px solid #e9e9e9;
  padding: 10px 0;
  flex: 0 0 70%;
  border-radius: 7px;
  border-spacing: 0;
  border-collapse: separate;
  display: block;
}

.lang-hy .priceListFooter {
  font-family: Montserratarm-SemiBold, Mont;
  text-align: right;
  margin-top: -20px;
  margin-bottom: 50px;
}

.lang-ru .priceListFooter,
.lang-en .priceListFooter {
  font-family: Mont-SemiBold, Mont;
  text-align: right;
  margin-top: -20px;
  margin-bottom: 20px;
}

.priceListTable .totalPrice {
  display: none;
}

table.active {
  font-weight: bold;
}

.lang-hy table.active caption {
  font-family: Montserratarm-SemiBold;
}

.lang-ru table.active caption,
.lang-en table.active caption {
  font-family: Mont-SemiBold;
}

table.active tbody {
  background: rgb(255 0 77 / 8%);
}

table.active caption,
table.active a {
  font-weight: bold;
}

.lang-hy .searchPage a.cboxElement,
.lang-hy .priceListTable a.cboxElement {
  font-family: Montserratarm-Regular, Mont;
}

.searchPage a.cboxElement,
.priceListTable a.cboxElement {
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}

.searchPage table td,
.priceListTable table td {
  border: 0;
  border-right: 1px solid #f4f4f4;
  padding: 5px 20px;
}

.searchPage table tr,
.priceListTable table tr {
  display: table;
  width: 100%;
}

.sortcodeAnalize {
  width: 20%;
  word-break: break-word;
}

.lang-hy .sortcodeAnalize {
  font-family: Montserratarm-SemiBold;
}

.lang-en .sortcodeAnalize,
.lang-ru .sortcodeAnalize {
  font-family: Mont-SemiBold;
}

.titleAnalize {
  /* width: 52%; */
  word-break: break-word;
}

.priceAnalize {
  width: 80px;
  max-width: 15%;
}

.priceAnalize>span {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  width: 68px;
}

.moreAnalize {
  width: 13%;
  text-align: center;
  font-size: 10px;
  border: 0;
}

.priceListTable header::-webkit-scrollbar {
  width: 2px;
}

/* Track */
.priceListTable header::-webkit-scrollbar-track {
  background: #d9d9d9;
}

/* Handle */
.priceListTable header::-webkit-scrollbar-thumb {
  background: #302929;
}

.userpage h1.page-title {
  text-align: center;
}

.node-236 h1.page-title {
  text-align: left;
}

.userpage.no-sidebar h1.page-title {
  text-align: center;
}

div#form-markup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 300;
  max-width: 500px;
  margin-top: 10px;
}

div#form-markup a {
  color: #1664ac;
}

form#user-pass p {
  margin: 0;
  color: #393839;
  font-size: 11px;
  font-weight: 300;
  word-wrap: break-word;
}

div#edit-pass--description {
  display: none;
}

.machineryrow {
  position: relative;
  text-align: center;
}

.machineryrow a.cboxElement {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rowCenter {
  text-align: center;
}

div#block-thex-home4web>.block-content {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  flex-wrap: wrap;
  font-size: 16px;
  font-family: Montserratarm-Regular;
  text-align: center;
}

.lang-hy div#block-thex-home4web>.block-content {
  font-size: 14px;
}

.lang-hy div#block-thex-home4web .block-content {
  font-family: Montserratarm-Regular;
}

div#block-thex-home4>.block-content {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}

.lang-hy div#block-thex-home4 .block-content {
  font-family: Montserratarm-Regular;
}

div#block-thex-home4web .block-content img {
  margin-bottom: 10px;
  border-radius: 18px;
  max-height: 80vh;
  width: 100%;
  object-fit: cover;
}

.lang-ru #block-thex-home4web .block-content,
.lang-ru #block-thex-home4 .block-content,
.lang-en #block-thex-home4web .block-content,
.lang-en #block-thex-home4 .block-content {
  font-family: Mont-Regular, Montserratarm-Regular;
}

div#block-thex-home4web>.block-content>div,
div#block-thex-home4>.block-content>div {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  color: black;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  height: 100%;
}

div#block-thex-home4 .block-content video {
  border-radius: 10px;
  width: 100%;
  z-index: 1;
}

div#block-thex-home4 p {
  position: relative;
  display: block;
  overflow: hidden;
}

div#block-thex-home4 p img {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

div#block-thex-swimminggradient {
  position: absolute;
  opacity: 0.5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

div#block-thex-swimminggradient .block-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  transition: top 3s, left 3s;
}

.orgs .block-region.region-content {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.orgs h1.page-title {
  text-align: center;
  max-width: 100%;
}

.orgs .block-region.region-content input {
  max-width: 100%;
}

div#block-thex-designedbybrandon {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
}

.homepage-content.homepage-content-bottom {
  position: relative;
  display: block;
}

.block-region.region-content-home-bottom {
  padding: 75px 60px 100px;
  width: 100%;
  margin: 0 auto;
}

.homepage #contentTop {
  height: 140vh;
  position: relative;
}

div#block-thex-video .block-content p {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  background: #fff;
  z-index: 2;
  left: 0;
  transition: padding 2s;
}

div#block-thex-video .block-content img {
  width: 100%;
  color: white;
  display: none;
  z-index: 1;
  opacity: 0;
  max-width: calc(100vw - 120px) !important;
  border-radius: 18px;
}

#background_video {
  text-align: center;
  color: white;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 18px;
}

div#block-videos video:hover {
  cursor: url(/themes/thex/images/icons/click.png), auto;
}

.homepage.webview div#mainContent {
  margin-top: 100vh;
  transition: margin-top 1s;
}

.lang-ru .ui-accordion .ui-accordion-header {
  font-family: Mont-Regular;
}

.lang-en .ui-accordion .ui-accordion-header {
  font-family: Mont-Regular;
}

.lang-hy .ui-accordion .ui-accordion-header {
  font-family: Montserratarm-Regular;
}

.ui-accordion .ui-accordion-header {
  border: 0;
  background: transparent;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  color: #181515;
}

.ui-accordion .ui-accordion-header svg {
  flex: 0 0 20px;
}

.node-247 div#cboxContent {
  background: transparent;
}

div#aboutVideo {
  height: 100%;
}

div#aboutVideo video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.node-247 div#cboxLoadedContent {
  background: transparent;
  border: 0;
  max-width: 80vw !important;
  margin: 0 auto;
  overflow: hidden !important;
}

div#block-videos p,
div#block-videos video {
  margin: 0;
}

.slick.blazy.slick--view .slide__media {
  display: none;
}

div#block-thex-gobacknews {
  margin-bottom: 20px;
}

.lang-hy div#block-thex-gobacknews .block-content p {
  font-family: Montserratarm-Regular;
  text-decoration: underline;
  cursor: pointer;
}

.lang-ru div#block-thex-gobacknews .block-content a,
.lang-en div#block-thex-gobacknews .block-content a {
  font-family: Mont-Regular;
  text-decoration: underline;
}

.lang-hy.node-248 .field.field--name-body h4 {
  font-size: 16px;
  font-family: Montserratarm-SemiBold;
}

.lang-ru.node-248 .field.field--name-body h4,
.lang-en.node-248 .field.field--name-body h4 {
  font-size: 16px;
  font-family: Mont-SemiBold;
}

.node-51 .node-content {
  max-width: 620px;
  margin: 0 auto;
}

.node-256 .ui-dialog,
.node-51 .ui-dialog {
  padding: 50px;
  border-radius: 10px;
  border: 0 !important;
  max-width: 600px;
}

.user-form {
  max-width: 500px;
}

.node-236 .node-content,
.userpage main#main .node-content {
  max-width: 500px;
  margin: 0 auto;
}

div#block-videos .videoContainer {
  position: relative;
}

div#block-videos img {
  display: block;
}

.play-icon {
  display: block;
  background: #00000057;
  border-radius: 9px;
}

div#block-videos .videoCover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/themes/thex/images/icons/play.svg) center center no-repeat #ffffff2c;
}

.resRow {
  border: 1px solid rgb(0 0 0 / 9%);
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
  max-width: 848px;
  position: relative;
}

.resRow>.views-field {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.resRow>.views-field>.field-content {
  display: block;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #d9d9d94d;
  font-size: 18px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.docusRow {
  white-space: nowrap;
}

.resultsForDoctor>h3 {
  display: block;
  width: 100%;
  max-width: 848px;
  padding: 20px;
  font-size: 18px;
  font-family: inherit;
  border: 1px solid rgb(0 0 0 / 9%);
  border-bottom: 0;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.resRow .field-content {
  padding: 10px 20px;
}

.resRow img {
  width: 40px;
}

.resRow span.ui-accordion-header-icon {
  position: absolute;
  right: 23px;
  top: 25px;
}

.views-field.views-field-field-result-files .resultRow {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  gap: 20px;
}

.views-field.views-field-field-result-files>div>div>div {
  display: flex;
  gap: 30px;
}

div#block-thex-usericonwithdocus .field.field--name-body span,
nav#block-thex-useraccountmenu li span {
  display: block;
  width: 23px;
  height: 22px;
  background: url(/themes/thex/images/icons/user.svg) center center no-repeat;
  text-indent: -9999px;
}

nav#block-thex-useraccountmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#block-thex-useraccountmenu ul li {
  position: relative;
}

nav#block-thex-useraccountmenu ul.submenu {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  white-space: nowrap;
  font-size: 12px;
}

div#login-types {
  display: none;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #fff;
  white-space: nowrap;
  font-size: 12px;
  padding: 3px;
}

div#block-thex-usericonwithdocus:hover div#login-types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}

div#login-types a {
  display: block;
  padding: 3px;
}

nav#block-thex-useraccountmenu:hover ul.submenu {
  display: block;
}

div#login-types:before {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "\A";
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

nav#block-thex-useraccountmenu:hover ul.submenu:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "\A";
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
}

div#block-thex-facebook .field--name-body {
  display: flex;
  align-items: flex-end;
}

div#block-thex-facebook .field--name-body div {
  flex: 1;
}

div#block-thex-languageswitcher-2 {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

div#block-thex-languageswitcher-2 ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
}

@keyframes bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
  }

  60% {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

.views-field.views-field-field-address {
  position: relative;
}

.views-field.views-field-field-address img {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  cursor: pointer;
  animation-name: bounce;
  -moz-animation-name: bounce;
}

.phoneIcon {
  animation: ring 2s infinite;
  /* repeat the animation indefinitely */
  transform-origin: center;
  /* set the rotation point at the center */
}

/* Define the keyframes for the animation */
@keyframes ring {
  0% {
    transform: rotate(0);
    /* start from the original position */
  }

  10% {
    transform: rotate(15deg);
    /* rotate 30 degrees clockwise */
  }

  20% {
    transform: rotate(-13deg);
    /* rotate 28 degrees counter-clockwise */
  }

  30% {
    transform: rotate(11deg);
    /* rotate 26 degrees clockwise */
  }

  40% {
    transform: rotate(-9deg);
    /* rotate 24 degrees counter-clockwise */
  }

  50% {
    transform: rotate(7deg);
    /* rotate 22 degrees clockwise */
  }

  60% {
    transform: rotate(-5deg);
    /* rotate 20 degrees counter-clockwise */
  }

  70% {
    transform: rotate(3deg);
    /* rotate 18 degrees clockwise */
  }

  80% {
    transform: rotate(-1deg);
    /* rotate 16 degrees counter-clockwise */
  }

  90% {
    transform: rotate(-1deg);
    /* rotate 14 degrees clockwise */
  }

  100% {
    transform: rotate(3deg);
    /* rotate 12 degrees counter-clockwise */
  }
}

.addressRow:nth-child(odd) .views-field.views-field-body {
  display: flex;
  justify-content: flex-start;
}

.addressRow .views-field.views-field-body {
  display: flex;
  justify-content: flex-end;
}

.hours p {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.addressField {
  margin-bottom: 5px;
}

button.webform-button--submit {
  background: #000;
  color: #fff;
  padding: 10px;
  border: 0;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  border-radius: 100px;
}

.webform-confirmation-modal {
  max-width: 513px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.webform-confirmation-modal .webform-confirmation-modal--content {
  text-align: center;
  background: url(/sites/default/files/inline-images/success.png) top center no-repeat;
  padding-top: 57px !important;
  color: #000;
  font-size: 12px;
  line-height: 15px;
}

.webform-confirmation-modal .ui-dialog-titlebar {
  display: none;
}

a.phoneLink {
  white-space: nowrap;
}

a.phoneLink:before {
  content: "";
  background: url(/themes/thex/images/icons/phone.svg) left center no-repeat;
  background-size: contain;
  padding-left: 22px;
}

.form-item-ts-ankali-or-ev-zam-time {
  position: relative;
}

.form-item-ts-ankali-or-ev-zam-time:after {
  content: "";
  background: url(/themes/thex/images/icons/time.svg) center center no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 11px;
}

.ui-dialog .ui-dialog-content {
  padding: 0.5em 0;
}

.field-content.companies,
.node-type-companies .node-content>.layout.layout--onecol>.layout__region.layout__region--content>div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
  margin-bottom: 100px;
}

.field-content.companies>div,
.node-type-companies .node-content>.layout.layout--onecol>.layout__region.layout__region--content>div>div {
  border: 1px solid #c7c7c733;
  border-radius: 10px;
  padding: 31px 10px;
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.companies .layout__region img,
.node-type-companies .layout__region img {
  max-height: 72px;
  width: auto;
  margin: 0 auto;
}

.lang-hy .companyName {
  font-size: 24px;
  line-height: 30px;
  font-family: Montserratarm-SemiBold;
  margin-bottom: 11px;
  display: block;
  text-transform: uppercase;
}

.lang-ru span.field-content.companyName,
.lang-en span.field-content.companyName {
  font-size: 27px;
  line-height: 33px;
  font-family: Mont-SemiBold;
  text-transform: uppercase;
  margin-bottom: 11px;
  display: block;
}

div#rateUs a {
  padding: 0 20px;
  position: relative;
}

div#rateUs a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/themes/thex/images/icons/like.svg);
  position: absolute;
  top: -2px;
  left: 0;
}

div#rateUs a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/themes/thex/images/icons/dislike.svg);
  position: absolute;
  top: 1px;
  right: -2px;
}

div#block-exposedformsearch form,
div#block-exposedformsearch .form-actions {
  display: flex;
  gap: 20px;
}

div#block-exposedformsearch .form-actions input {
  margin: 0;
  padding: 0 18px;
  font-size: 14px;
  height: 35px;
}

div#block-exposedformsearch .form-item-combine {
  width: 500px;
  max-width: 70%;
}

.searchPage caption {
  text-align: left;
}

a.docus-link {
  background: #EA5284;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 560px) {
  a.docus-link {
    padding: 6px 18px;
    font-size: 12px;
  }

  .docusRow {
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }

  .resRow>.views-field>.field-content {
    flex-direction: column;
    gap: 0;
  }

  .node-256 .block-region.region-content {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
  }

  div#block-thex-about {
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
  }

  .orgs h1.page-title {
    word-wrap: break-word;
  }

  div#block-thex-views-block-stats-block-1 .views-view-responsive-grid {
    --views-responsive-grid--column-count: 1 !important;
  }

  div#block-thex-views-block-stats-block-1 .block-content>div>div>div {
    flex: 0 0 100%;
  }

  div#block-thex-views-block-stats-block-1 .block-content>div>div {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .ui-dialog {
    max-width: 90% !important;
    padding: 20px !important;
  }

  .node-247 div#cboxLoadedContent {
    width: 96vw !important;
    max-width: unset !important;
  }
}

@media (min-width: 767px) {
  div#block-thex-home4 p:hover img {
    display: none;
  }

  div#block-thex-home4 p:hover video {
    display: block;
  }

  div#block-thex-home4 p img {
    display: none;
  }
}

@media (max-width: 767px) {
  .views-field.views-field-field-result-files>div>div>div {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .views-field.views-field-field-result-files>div>div>div>div {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-end;
  }

  div#block-thex-home4web>.block-content>div,
  div#block-thex-home4>.block-content>div {
    flex: 0 0 48%;
  }

  .addressRow .flex {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .addressRow .views-field.views-field-body {
    justify-content: flex-start;
  }

  .addressRow:nth-child(even) .flex {
    text-align: left;
  }

  div#block-thex-home2>.block-content {
    flex-direction: column;
  }

  div#block-thex-home4web>.block-content,
  div#block-thex-home4>.block-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .searchPage,
  .priceListTable {
    font-size: 11px;
  }

  .priceListTable .tableList {
    font-size: 10px;
  }

  .node-236 .main-wrapper>.container>div {
    max-width: 100%;
  }

  .node-236 .main-wrapper>.container,
  .userpage .main-wrapper>.container {
    display: block;
  }

  .node-236 .highlighted.block-section,
  .userpage .highlighted.block-section {
    display: none;
  }

  .userpage .block-region.region-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  div#block-thex-video .block-content img {
    max-width: calc(100vw - 40px) !important;
  }

  .block-region.region-content-home-bottom {
    padding: 75px 20px 100px;
  }

  #cboxContent {
    padding: 0px;
  }
}

img,
video {
  -webkit-transition: all 1s;
  transition: all 1s;
}

@media (max-width: 992px) {

  .field-content.companies,
  .node-type-companies .node-content>.layout.layout--onecol>.layout__region.layout__region--content>div {
    grid-template-columns: 1fr 1fr 1fr;
  }

  div#block-thex-views-block-stats-block-1 {
    flex-direction: column;
    gap: 10px;
  }

  div#block-thex-views-block-stats-block-1 .block-content>div>div {
    justify-content: flex-start;
  }

  div#block-thex-home4web>.block-content {
    font-size: 12px;
    word-break: break-word;
  }

  div#block-thex-views-block-stats-block-1,
  .homepage .node-promoted {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 600px) {

  .field-content.companies,
  .node-type-companies .node-content>.layout.layout--onecol>.layout__region.layout__region--content>div {
    grid-template-columns: 1fr 1fr;
  }
}

article .field.field--name-body li {
  text-align: left;
}

span.ui-button-icon.ui-icon.ui-icon-closethick {
  content: "";
  background: url(/themes/thex/images/icons/close.svg) center center no-repeat transparent;
  width: 25px;
  height: 25px;
  background-size: cover;
  position: absolute;
  top: -50px !important;
  right: -40px !important;
  left: unset;
  overflow: visible;
  text-indent: -9999px;
  outline: none;
}

button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
  background: transparent;
  outline: none;
}

div#block-thex-foortercontacts p {
  line-height: 25px;
}

.js-form-type-datetime .container-inline div,
.js-form-type-datetime .container-inline label {
  display: block;
}

.js-form-type-datetime .container-inline {
  margin: 0;
}

.field.field--name-body ul {
  margin-bottom: 10px;
}

table#table10 {
  margin: 20px 0 0;
  padding: 0;
}

table#table10 tbody {
  border: 0;
  background: transparent;
}

table#table10 caption {
  padding: 5px 20px 5px;
  background: #ffebf1;
  font-size: 13px;
}
div#block-thex-arogjerkaraketsowtyan .field.field--name-body   { 
  line-height: 24px;
}
div#block-thex-arogjerkaraketsowtyan .field.field--name-body ul li:before { 
  color: #B5073D;
  content: "\2713";
  font-weight: bold;
  margin-right: 8px;
}

div#block-thex-arogjerkaraketsowtyan .field.field--name-body ul li {
  list-style-type: none;
  padding: 0;
}
div#block-thex-arogjerkaraketsowtyan .field.field--name-body ul {
  padding: 0;
}

div#block-thex-aroxj {
  padding-top: 30px;
}