@import url('https://fonts.googleapis.com/css2?family=Roboto%20Slab:wght@100;200;300;400;500;600;700;800;900&display=swap%27');

/* Variables
---------------------------------------- */
:root {
  --primary: #365AB5;
  --secondary: #D05700;
  --dark: #232742;
  --light: #D5DCEE;
  --border: #99A4C1;

  --color-text: #444444;
  --color-heading: #fff;
}
/* Default box sizing.
---------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 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: #FFFFFF;
 /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
  font-family: 'Roboto Slab';
  font-size: 16px;
  font-weight: 400;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 180%;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #191C23;
}
/* 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;
}

/* Typography
---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: 700;
  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;
}
b,
strong {
  font-weight: bolder;
}
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(--primary);
}
a:active,
a:focus {
  text-decoration: none;
  border: 0;
  outline: 0;
}
a:hover {
  color: var(--secondary);
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Typography-> code tags */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}
kbd,
samp {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
}
pre {
  overflow: auto;
  margin: 1rem 0;
  padding: 1rem;
  tab-size: 2;
}
code,
pre {
  background-color: var(--light);
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
tt,
var {
  font-family: monospace, monospace;
  font-style: italic;
}
mark {
  background: var(--primary);
}
acronym[title], abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
abbr,
acronym {
  cursor: help;
}

/* 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;
}
.image-field {
  margin: 0 0 1rem 0;
}

/* Form
---------------------------------------- */
form {
  margin-bottom: 1rem;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  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"],
[type="submit"] {
  position: relative;
  cursor: pointer;
  border: 0;
  padding: 8px 10px;
  line-height: 1.6;
  -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: 0;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.7;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
input,
button,
textarea,
select {
  font: inherit;
}
input {
  line-height: normal;
}
input,
textarea {
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 10px;
}
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;
}
[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: 1rem;
}
.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;
}
/* Definition Lists */
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.2rem 0;
}
blockquote {
  position: relative;
  background-color: var(--light);
  margin: 1rem 0;
  padding: 1rem;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* List
---------------------------------------- */
 ul,
 ol {
   margin: 0;
   padding: 0 0 0.25rem 1rem;
 }
 [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: 4px 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;
}
.banner{
  padding: 40px 10px;
  position: relative;
}
.banner:before {
  content: "";
  position: absolute;
  background-image: url(/themes/thex/images/bg_line.svg);
  bottom: -800px;
  right: 0px;
  left: 0;
  background-repeat: no-repeat;
  width: 100%;
  height: -webkit-fill-available;
  width: -webkit-fill-available;
  background-position-x: center;
  background-position: center;
}
.node-banner{
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  gap: 15px;
}
.node-banner-content{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 58px;
}
.node-banner-content-text{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
}
.node-banner-content-btn-modal{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  gap: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(249, 178, 51, 0.2) 0%, rgba(249, 178, 51, 0.14) 100%);
  box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
  border-radius: 60px;
  font-size: 20px;
  line-height: 30px;
  color: #F9B233;
  font-weight: 200;
}
.node-banner-content-title{
  max-width: 600px;
  font-weight: 300;
  font-size: 60px;
  line-height: 120%;
  letter-spacing: -0.06em;
  color: #E5E5E5;
}
.orange{
  color: #F9B233;
}
.node-banner-content-desc{
  max-width: 536px;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
}
.node-banner-img{
  position: relative;
}
.node-banner-img:before {
  content: "";
  position: absolute;
  background-image: url(/themes/thex/images/circles.svg);
  height: 100%;
  width: 100%;
  top: -40px;
  right: -80px;
  z-index: -1;
  background-position-x: right;
  background-repeat: no-repeat;
}
.cifr-about{
  padding: 100px 0;
  position: relative;
}
.cifr-about-block-text{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.cifr-about-block-title{
  font-weight: 500;
    font-size: 38px;
    line-height: 150%;
}
.cifr-about-block-desc{
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #FFFFFF;
}
.cifr-about-block-preim{
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0px;
  gap: 60px;
 
}
.cifr-about-block{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 60px;
}
.cifr-about-block-preim-item{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1px;
    gap: 20px;
    border-left: 1px solid #F9B233;
    position: relative;
    opacity: 0;
}
.cifr-about-block-preim-item1{
  padding: 5px 5px 5px 24px;
}
.cifr-about-block-preim-item-title{
  font-weight: 500;
    font-size: 30px;
    line-height: 150%;
}
.cifr-about-block-preim-item-desc{
  font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}







/*.hovering_btn:before, .hovering_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 60px;
  background-color: #f9b23333;
  transition: 0.6s;
  z-index: -1;
}
.hovering_btn:hover:before, .hovering_btn:hover:after, .hovering_btn:hover span:before, .hovering_btn:hover span:after {
  width: 100%;
}
.hovering_btn:after {
  left: auto;
  right: 0;
}
.hovering_btn:hover{
  color: #fff;
} 

*/

.cifr-about-block-preim-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cifr-about-block-preim-item .cifr-about-block-preim-item1{
  position: relative;
  z-index: 1;
  width: 100%;
}
.cifr-about-block-preim-item .cifr-about-block-preim-item1{
  margin: 1px;
  background: #191C23;
  border-radius:5px ;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.cifr-about-block-preim-item:hover{
  border-left: 1px solid transparent;
  border-radius:5px ;
}
.cifr-about-block-preim-item:hover::before {
  content: "";
  display: block;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F9B233 50%, rgba(255, 255, 255, 0) 100%);
  height: 400px;
  width: 400px;
  transform: translate(0);
  position: absolute;
  animation: rotate 5s linear forwards infinite;
  z-index: 0;
  top: 50%;
  transform-origin: top center;
}
@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
 
.animated {
  animation-name: fade-in;
  animation-duration: 2s;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeOutLeft{
  -webkit-animation-name:fadeOutLeft;
  animation-name:fadeOutLeft;-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;    
  }

  @keyframes fadeOutLeft
  {
    from{
    opacity:0;  
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.fadeOutRight{
  -webkit-animation-name:fadeOutRight;
  animation-name:fadeOutRight;-webkit-animation-duration:1s;
  animation-duration:1s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;    
  }

  @keyframes fadeOutRight
  {
    from{
    opacity:0;  
    -webkit-transform:translate3d(100%,0,0);
    transform:translate3d(100%,0,0);
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
@-webkit-keyframes fadeInUp{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,100%,0);
    transform:translate3d(0,100%,0);
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}
.steps{
  padding: 40px 10px;
  position: relative;
}
.steps-block-head{
  text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.steps-block-head .steps-block-title{
  font-size: 59.3px;
  line-height: 78px;
  letter-spacing: -0.04em;
}
.steps-block-head .steps-block-desc{
  font-size: 16px;
    line-height: 180%;
    text-align: center;
    color: #E5E5E5;
}
.steps-block-items{
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
  padding: 50px 0;
}
.steps-block-item-title{
  display: flex;
    gap: 20px;
    align-items: center;
}
.steps-block-item-title-number{
  font-size: 59.3px;
    line-height: 78px;
    letter-spacing: -0.04em;
    color: #F9B233;
}
.steps-block-item-desc{
  font-size: 14px;
    line-height: 180%;
    color: #E5E5E5;
    padding-top: 30px;
    font-weight: 300;
}
.steps-block-item-title-text{
  max-width: 300px;
  font-size: 18px;
    line-height: 180%;
    color: #E5E5E5;
}

.steps-block-item:hover svg{
  -webkit-animation-name:right_left;
  animation-name:right_left;
  -webkit-animation-duration:1.5s;
  animation-duration:1.5s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both;    
  }

@keyframes right_left {
  0% {
    
    transform: translateX(100%);
  }
  100% {

    transform: translateY(0);
  }
}
 .footer-bottom-block-left{
  border-bottom: 1px solid #262626;
 }
 .footer-bottom-block-left .slogan{
  color: #999999;
  max-width: 500px;
 }
 .footer .menu .menu-item a{
  color: #999999;
  text-transform: uppercase;
 }
 .website-copyright{
  font-weight: 300;
    color: #999999;
 }
 .website-copyright a{
  color: #999999;
 }
 .website-copyright a:hover{
  color: #F9B233;
 }
 /* Стили для кнопки */
.hovering_btn {
  position: relative;
  overflow: hidden;
}

/* Стили для создания блика на кнопке */
.hovering_btn:hover:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, /* Прозрачность начала блика */ rgb(249 178 51 / 58%), /* Цвет блика */ rgba(255, 255, 255, 0) 70% /* Прозрачность конца блика */);
  top: 0;
  left: -100px;
  animation: shine 5s infinite linear; /* Анимация блика */
}

/* Ключевые кадры для анимации блика */
@keyframes shine {
  0% {
    left: -100px; /* Начальная позиция блика (левая сторона кнопки) */
  }
  20% {
    left: 100%; /* Позиция блика в конце (правая сторона кнопки) */
  }
  100% {
    left: 100%; /* Завершение анимации */
  }
}

.steps:before {
  content: '';
  position: absolute;
  width: 300px;
  height: 280px;
  background: rgba(249, 178, 51, 0.3);
  filter: blur(126.221px);
  right: 0;
  bottom: -30px;
}

.about-mric-container{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
}
.about-mric-container-desc{
  max-width: 800px;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 100px;
    margin: 0 auto;
    flex: none;
    order: 2;
    flex-grow: 0;
}
.about-mric{
  position: relative;
  padding: 50px 10px;
}
.about-mric-container-img{
  width: 420px;
}
.about-mric-container-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 820px;
  border-radius: 16px;
}
.about-mric-container-desc-title .orange{
  font-size: 20px;
    line-height: 26px;
    color: #F9B233;
}
.about-mric-container-desc-title .title{
  font-size: 35px;
    line-height: 46px;
    letter-spacing: -0.04em;
    color: #E5E5E5;
}
.about-mric-container-desc-title .text{
  font-size: 16px;
  line-height: 21px;
  color: #E5E5E5;
}
.about-mric-container-desc-title p{
  margin: 0;
}
.about-mric-container-desc-title-block{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 10px;
}
.about-mric-container-desc-title{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.about-mric-container-desk-blocks{
  align-items: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.about-mric-container-desk-block:last-child{
  grid-column: span 2;
}
.about-mric-container-desk-block-title{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 40px;
}
.about-mric-container-desk-block-title .text{
  max-width: 250px;
  font-size: 16px;
    line-height: 180%;
}
.about-mric-container-desk-block-desc{
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #E5E5E5;
}
.news-section {
  padding: 100px 10px;
  position: relative;
}
.news-blocks{
  align-items: flex-start;
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}
.news-block-large{
  grid-row: span 2;
  display: grid;
    gap: 60px;
}
.news-block-smal{
max-width: 520px !important;
}
.news-block-smal .news-block-content-desc .news-block-content-body{
display: none;
}
.news-block-image img{
  border-radius: 50px;
  object-fit: cover;
}
.news-block-content-tile{
  font-size: 36.65px;
    line-height: 48px;
    letter-spacing: -0.04em;
    background: linear-gradient(0deg, #E5E5E5, #E5E5E5), linear-gradient(63.68deg, #F9B233 0%, #F9B233 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.news-block-smal .news-block-content-tile{
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: -0.04em;
  color: #E5E5E5;
}
.news-block-content-body{
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #CCCCCC;
}
.news-block-content-desc{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.news-block-content-link a{
  font-weight: 400;
  font-size: 22.65px;
  line-height: 30px;
  color: #F9B233;
}
.news-block-content{
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 40px;
}
.news-btn{
  
  display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    margin-top: 120px;
}
.news-btn-link{
display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14px 24px;
    gap: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(249, 178, 51, 0.2) 0%, rgba(249, 178, 51, 0.14) 100%);
    box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
    border-radius: 60px;
    font-size: 20px;
    line-height: 30px;
    color: #F9B233;
    font-weight: 200;
}
.news-block-smal .news-block-image img {
  
  max-height: 320px;
}

.about-mric-container-desk-block:hover .line {
  -webkit-animation-name: right_left;
  animation-name: right_left;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.news-block:hover .news-block-content-link{
  -webkit-animation-name: right_left;
  animation-name: right_left;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInBottom{
  from{
    opacity:0;
    -webkit-transform:translate3d(0,-100%,0);
    transform:translate3d(0,-100%,0);
  }
  to{
    opacity:1;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
}

.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.about-mric-container-desk-block-first, .about-mric-container-desk-block-second, .about-mric-container-desk-block-third, .about-mric-container-desc-title, .about-mric-container-img, .steps-block-item, .news-block-large, .news-block-smal{
  opacity: 0;
}
.backcall-block{
  display: flex;
    flex-direction: row;
    align-items: center;
    padding: 60px;
    gap: 150px;
    background: linear-gradient(0deg, rgba(25, 28, 35, 0.6), rgba(25, 28, 35, 0.6)), linear-gradient(267.5deg, rgba(214, 211, 194, 0.1) 40.67%, rgba(92, 92, 92, 0.04) 99.81%);
    box-shadow: 10px 10px 30px 5px rgba(249, 178, 51, 0.25);
    border-radius: 20px;
    position: relative;
    justify-content: space-around;
}
.backcall-block:before {
  content: '';
  position: absolute;
  background-image: url(/themes/thex/images/circle-backcall.svg);
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  background-repeat: no-repeat;
}
.backcall-section{
  position: relative;
  padding: 70px 10px;
}
.backcall-block-desc .title{
  font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
}
.backcall-block-desc .desc{
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #B3B3B3;
}
.backcall-block-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  gap: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(249, 178, 51, 0.2) 0%, rgba(249, 178, 51, 0.14) 100%);
  box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
  border-radius: 60px;
  font-size: 20px;
  line-height: 30px;
  color: #F9B233;
  font-weight: 200;
  min-width: 220px;
}
.ui-widget.ui-widget-content {
  width: fit-content !important;
  right: 0;
  left: 0 !important;
  margin: auto;
}
fieldset {
  margin: 0!important;
  padding: 20px 0;
  border: none;

}
.js-form-item input{
  box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 24px 16px 16px;
    gap: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(249, 178, 51, 0.2) 0%, rgba(92, 92, 92, 0.14) 100%);
    box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
    backdrop-filter: blur(11.325px);
    border-radius: 10px;
    font-size: 16px;
    line-height: 180%;
    color: #F9B233;
    width: 100%;
    border: none;
}
.ui-dialog .ui-widget-content.ui-dialog-content {
  background: #1b1b1d!important;
}
.js-form-item textarea{
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 16px 24px 16px 16px;
    gap: 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(249, 178, 51, 0.2) 0%, rgba(92, 92, 92, 0.14) 100%);
    box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
    backdrop-filter: blur(11.325px);
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 180%;
    color: #F9B233;
    border: none;
    max-height: 120px;
}
.form-item label {
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #E5E5E5;
  padding: 3px;
}
.form-required:after {
  color: #E5E5E5;
}
.ui-dialog .ui-widget-content.ui-dialog-buttonpane .button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  gap: 10px;
  background: linear-gradient(200.74deg, rgba(214, 211, 194, 0.2) 0%, rgba(92, 92, 92, 0.14) 100%);
  box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
  backdrop-filter: blur(11.325px);
  border-radius: 99px;
  font-weight: 400!important;
  font-size: 16px;
  line-height: 180%;
  color: #F9B233;
  position: relative;
}

.ui-dialog-title{
  display: none;
}
.ui-dialog .ui-widget-content.ui-dialog-content {
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
}
.contact-block{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 100px 0;
}
.contact-block-info-item{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
.contact-block-info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
}
.contact-block-info-item-text, .contact-block-info-item-text a{
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
  color: #E5E5E5;
}
.contact-block-info-item-bottom-desc{
  max-width: 400px;
    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #E5E5E5;
}
.contact-block-info-item-top{
  display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}
.contact-block-map iframe{
  filter: invert(100%);
	-ms-filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
  border-radius: 30px;
}
.contact-block-call{
  display: flex;
  gap: 40px;
  justify-content: space-between;
  padding: 50px 0;
  align-items: center;
}
.contact-block-backcall .form-actions input{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  gap: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(249, 178, 51, 0.2) 0%, rgba(249, 178, 51, 0.14) 100%);
  box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
  border-radius: 60px;
  font-size: 20px;
  line-height: 30px;
  color: #F9B233;
  font-weight: 200;
}
.contact-block-backcall .fieldset-wrapper{
  display: flex;
  gap: 10px;
}

.contact-block-backcall .form-item-name input {
  max-width: 350px;
}
.contact-block-backcall .form-type-tel input {
  max-width: 500px;
}

.contact-block-backcall .js-form-item textarea {
  max-width: 550px;
}
.about-section{
  align-items: flex-start;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  gap: 20px;
}
.about-section-item-second{
  grid-column: span 2;
}
.about-section-item {
  height: 100%;
  width: 100%;
}
.about-section-item-first{
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  padding: 0px;
  gap: 40px;
}
.about-section-item-four{
  grid-row: span 2;
  height: 100%;
}
.about-section-item-four img{
  height: 100%;
    object-fit: cover;
}
.about-section-item h1{
  font-weight: 300;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -0.06em;
  color: #E5E5E5;
}
.about-section-item-desc{
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #E5E5E5;
}
.about-section-item-preim-cifr{
  font-weight: 300;
    font-size: 59.3px;
    line-height: 78px;
    letter-spacing: -0.04em;
    background: linear-gradient(63.68deg, #F9B233 0%, #F9B233 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.about-section-item-preim-text{
  font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #E5E5E5;
}
.about-section-item-preim-group{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
.about-section-item-preim-sec{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.about-section-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section-item-history-title{
  font-weight: 700;
    font-size: 22.65px;
    line-height: 30px;
    color: #E5E5E5;
}
.about-section-item-history-desc{

    font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #E5E5E5;
}
.about-section-item .list p{
  margin: 2px 0;
}
.about-section-item .list p svg{
  margin-right: 5px;
  width: 12px;
}
.about-section-item-five{
  grid-column: span 2;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.about-section-item-six{
  grid-column: span 3;
  display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.contact-block-backcall{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(214, 211, 194, 0.2) 0%, rgba(92, 92, 92, 0.14) 100%);
  box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
  border-radius: 60px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

/*.contact-block-backcall .form-actions{
  position: relative;
}
.contact-block-backcall .form-actions:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 95%;
  bottom: -64%;
  background: #F9B233;
  filter: blur(125px);
  z-index: -11;
  width: 100%;
}*/
.captcha__description{
  display: none;
}
.reload-captcha {
  filter: invert(1);
}
.captcha__image-wrapper img {
  border: none!important;
  padding: 0!important;
  
}
.captcha__image-wrapper {
  flex: none!important;
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-item {
  margin-bottom: 5px;
}
.menu-wrap .menu-item a:hover, .footer .menu .menu-item a:hover {

  color: #F9B233;
}
.about-section-item-second, .about-section-item-first, .about-section-item-third, .about-section-item-four{
  opacity: 0;
}
.error-sec{
  display: flex;
  justify-content: space-between;
}
.error-sec-block{
  padding: 140px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.error-sec-block-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.error-sec-btn a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  gap: 10px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), linear-gradient(200.74deg, rgba(249, 178, 51, 0.2) 0%, rgba(249, 178, 51, 0.14) 100%);
  box-shadow: inset -2.62px -1.618px 4.23916px rgba(250, 250, 250, 0.22);
  border-radius: 60px;
  font-size: 20px;
  line-height: 30px;
  color: #F9B233;
  font-weight: 200;
}
.error-sec-title{
  display: flex;
  flex-direction: row;
  font-weight: 400;
  font-size: 36px;
  line-height: 47px;
  gap: 10px;
}
.error-sec-desc{
  font-weight: 300;
    font-size: 16px;
    line-height: 180%;
    color: #FFFFFF;
}
.error-wrapper{
  padding: 10px;
}