@import url('https://fonts.googleapis.com/css2?family=Roboto: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: #111111;
}
/* 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: 14px;
	scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
body {
  color: var(--color-text);
  font-family: 'Roboto';
  font-size: 1rem;
  font-weight: 400;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
  overflow-x: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/* 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;
}
p {
  margin: 0 0 1.2rem 0;
}
b,
strong {
  font-weight: bolder;
}
dfn,
cite {
  font-style: italic;
}
del {
  text-decoration: line-through;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
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-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: #e3e3e3;
  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: auto;
  margin-bottom: 1.2rem;
  border-spacing: 0;
  border-collapse: collapse;
  justify-self: center;
  display: block;
  overflow-x: auto;
  justify-items: center;
}
th,
tr,
td {
  vertical-align: middle;
}
th {
  margin: 0;
  padding: 5px;
  text-align: left;
}
td {
  padding: 5px;
  max-width: 1000px;
}
table td, table th {
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid #c4ccd0;
}
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: #a8c3d054;
}

    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
          min-height: 150px;
    }
    .swiper-pagination-bullet-active {
    background: #2C3B52;
}
.hello-block{
  display: flex;
    flex-direction: row;
    padding: 20px 30px;
    gap: 10px;
        justify-content: space-between;
}
.hello-block img {
    min-width: 180px;
}
.hello-block-left{
  max-width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:20px;
}
.hello-block-left-title{
  font-weight: 800;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #141414;
}
.first-block-items{
      display: grid;
    grid-template-columns: 1fr 1.4fr;
}
.hello-block-left-desc{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hello-block-left-desc p{
  margin: 0;
}
.hello-block-left-desc p:first-child{
      font-size: 14px;
    text-align: justify;
}
.first-block-right{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #EAEAEA;
    padding: 20px;
}
.link-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    min-height: 110px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #F2F2F2;
        justify-content: space-evenly;
        background-size: cover;
        gap:5px;
}
.link-block:before {
    position: absolute;
    width: 100%;
   /* height: 150px;*/
    top: 0px;
    background: rgba(44, 59, 82, 0.95);
    content: '';
    z-index: 0;
    bottom: 0;
    right: 0;
}
.link-block:hover {
    color: #a9cbff;
}
.link-block:hover:before {
    background: rgba(44, 59, 82, 0.98);
}

.link-block svg, .link-block span {
    z-index: 11;
}
.link-block svg{
  max-height: 30px;
}
.link-block:nth-child(2n)::before, .link-block:nth-child(4n)::before {
    background: rgba(60, 76, 99, 0.95);
}
.link-block:nth-child(2n):hover::before, .link-block:nth-child(4n):hover::before {
    background: rgba(60, 76, 99, 0.98);
}
.hello-link{
      color: #000;
    font-weight: 600;
        font-size: 16px;
}
.hello-link:hover{
      color: #435774;
}
.line-bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
}
.bnr-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 17.3178px 8.24656px;
    gap: 8.25px;
    max-width: 232px;
    width: 100%;
    height: 93px;
    border: 1px solid rgba(32, 54, 60, 0.2);
    border-radius: 3px;
    background: #fff;
}
a.bnr-link:hover {
    transform: scale(1.05);
    box-shadow: 4px 4px 21.8px rgba(193, 193, 193, 0.25);
}
.bnr-link img {
    max-height: 80px;
    width: auto;
}
.info-bnr{
      background: #F3F3F3;
}
.useful_link_cont{
  display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
    background: #F2F2F2;
}
.links-grid{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.link-item{
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #FFFFFF;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #DCE2E8;
}
.link-item a{
      width: 100%;
    padding: 15px;
    gap:5px;
    height: 100%;
    display: flex;
    flex-direction: column;
        align-items: flex-end;
        justify-content: space-between;
}
.link-item a span{
       width: 100%;
    max-width: 270px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #3B4256;
    flex: none;
    align-self: stretch;
}
.link-item a:hover {
    background: #F5F7FA;
}
.link-item a:hover path{
  fill:#3C4C63;
}
.link-item a:hover span{
  color:#3C4C63;
}
.liner-bnr{
      display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        gap: 20px;
    padding: 40px 0;
}
.resurs-links-blocks{
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.resurs-links-blocks-item{
  display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
    gap: 15px;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
}
.resurs-links-blocks-item:hover{
  background: #F5F7FA;
}
.resurs-links-blocks-item img{
      position: absolute;
    width: 165px;
    right: 10px;
    z-index: 1;
    opacity: 0.1;
}
.resurs-links-desc{
  z-index: 2;
  max-width: 330px;
      display: flex;
    flex-direction: column;
    gap: 10px;
}
.resurs-links-desc .title{
font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #141414;
}
.resurs-links-desc  .link{
font-weight: 800;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #435774;
}
.resurs-links-title{
      font-weight: 800;
    font-size: 24px;
    line-height: 150%;
    text-transform: uppercase;
    color: #141414;
    margin-bottom: 30px;
}
.resurs-links{
      position: relative;
    padding: 40px 0;
}
.news-cont{
      display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr;
    gap: 15px;
}
.news-cont .news-block-first {
    grid-row: span 3;
    min-height: 100%;
    max-width: 100%;
    padding-bottom: 18px;
}
.news-cont .news-block{
      display: flex;
    flex-direction: column;
        padding: 10px 15px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0px 20px 35px rgba(167, 167, 167, 0.25);

}
.news-block:hover{
  transform: scale(1.01);
    box-shadow: 0px 3px 5px rgb(193 193 193 / 45%);
}
.news-cont .categ a{
  font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #2C3B52;
}
.news-cont  .time{
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #808080;
}
.news-block-bottom{
  position: relative;
  height: 100%;
}
.news-cont  .link{
    position: absolute;
    right: 0;
    top: 10px;
    background: #2C3B52;
}
.news-cont .link:hover{
      background: #435774;
}
.news-cont .title a:hover {
    color: #2C3B52;
}
.news-block-bottom-top{
      height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.news-cont .title a{
font-weight: 600;
    color: #141414;
        display: -webkit-box;
    max-height: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cont .title {
    font-size: 18px;
    line-height: 22px;
}
.news-block-first {
    position: relative;
}
.news-block-first .news-block-bottom{
  height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding: 15px;
    gap: 15px;
    position: absolute;
    height: 140px;
    left: 10px;
    bottom: 0;
    right: 10px;
    background: #fff;
    box-shadow: 0px 20px 35px rgba(167, 167, 167, 0.25);
}
.news-block-first .news-block-bottom:hover {
    transform: scale(1.01);
    box-shadow: 0px 3px 5px rgb(193 193 193 / 45%);
}
.news-block-first .image{
  min-height: 100%;
    height: 100%;
}
.news-block-first .image img{
      object-fit: cover;
    max-height: 600px;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
.news-block-first .link {
    right: 10px;
}
.news-blocks{
  position: relative;
  padding: 40px 0;
}
.news-front-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news-front-block-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.news-blocks-item{
  display: flex;
    flex-direction: column;
    gap: 30px;
}
.block-top-left .news-btn button {
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    padding: 0;
    margin-right: 15px;
    text-transform: uppercase;
    color: #000000;
    background: none;
    text-align: left;
}
.block-top-left .news-btns.active-btn {
    color: #141414;
    border-bottom: 1px solid #141414;
}
.all-news-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    background: #2C3B52;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    text-transform: uppercase;
    color: #FFFFFF;
        min-width: 143px;
}
.all-news-btn:hover {
    background: #435774;
    color: #fff;
}
.news-block-all {
    display: none;
}
.news-block-all.active-block {
    display: block;
}

.field--name-field-foto .field__items, .field__items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    justify-items: center;
    padding-top: 15px;
}
.field--name-field-foto .field__items img, .field__items img {
    width: auto;
    max-height: 320px;
    object-fit: cover;
}
.pager__item a{
  padding: 8px 14px;
    color: #fff;
    background: #2C3B52;
}
.pager__item a:hover, .pager__item.is-active a {
    background: #435774;
    color: #fff;
}