/*
Theme Name: Биотехнология в медицине и фармации
Version: 1.0
Author: Сафаров Орхан (opxah27@gmail.com)
*/
* {
  box-sizing: border-box;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
:focus {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  margin: 0;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*:focus,
*:active,
*:hover {
  outline: none;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
button,
input,
select,
textarea {
  color: #222;
}
::-moz-selection {
  background: #B3D4FC;
  text-shadow: none;
}
::selection {
  background: #B3D4FC;
  text-shadow: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
  font-family: inherit;
}
.chromeframe {
  margin: 0.2em 0;
  background: #CCC;
  color: #000;
  padding: 0.2em 0;
}
hr {
  margin: 20px auto;
}
a {
  transition: 350ms;
  transition-property: color;
  color: currentColor;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
sup {
  font-size: 70%;
  line-height: normal;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
:root {
  --scroll-width: 17px;
}
@font-face {
  font-family: "Benguiat";
  src: local("Benguiat normal"), url("assets/fonts/Benguiat Normal.otf") format("opentype");
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Benguiat";
  src: local("Benguiat bold"), url("assets/fonts/Benguiat Cyr Bold.otf") format("opentype");
  font-display: swap;
  font-weight: 700;
}
/*style*/
.flow {
  overflow: hidden;
}
body {
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
  font-size: 17px;
  background-color: #CED2D1;
  color: #313131;
  font-family: 'Spectral';
  font-weight: 500;
}
.wp-block-column a:hover {
  color: #000000;
  text-decoration: underline;
}
.container {
  max-width: 1620px;
  margin: auto;
  padding: 0 40px;
}
.header {
  position: absolute;
  width: 100%;
  padding: 15px 0;
  top: 0;
  left: 0;
  z-index: 100;
  background: #6D746D;
  border-bottom: 5px solid #404540;
}
.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.header-site {
  color: #FFFFFF;
  display: block;
  text-transform: uppercase;
  line-height: 1.4;
}
.site-name {
  display: block;
  font-size: 18px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  margin-top: 2px;
  font-family: "Benguiat";
  position: absolute;
  background: #404540;
  top: -5px;
  padding: 10px 20px;
  max-width: 275px;
  /*+border-radius: 0px 25px;*/
  -moz-border-radius: 0px 25px;
  -webkit-border-radius: 0px 25px;
  -khtml-border-radius: 0px 25px;
  border-radius: 0px 25px;
}
.site-desk {
  letter-spacing: 6px;
  font-size: 12px;
  display: block;
}
.sub-menu {
  display: none;
}
body.admin-bar .header {
  top: 32px;
}
.header.scroll_pre {
  position: fixed;
  transform: translatey(-200%);
  top: 0;
  margin-top: 0;
  height: 62px;
}
.header.scroll_pre .container {
  justify-content: flex-end;
}
.scroll_pre .header-site {
  display: none;
}
.admin-bar .header.scroll_pre {
  top: 32px;
}
.header.scroll_pre.scroll {
  transition: transform 350ms;
  z-index: 1000;
}
.header.scroll_pre.scroll.scroll_open {
  transform: translatey(0);
}
.header.scroll_pre.scroll #main-menu > .menu-item-has-children > .sub-menu {
  top: 40px;
}
.header-desk {
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-top: 2px;
}
#main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 2px 0 0;
  margin: auto;
}
#main-menu > .menu-item > a {
  padding: 19px 30px 15px;
  margin-right: 1px;
  font-size: 14px;
  line-height: normal;
  color: #FFFFFF;
  text-shadow: 0 0 0px #000000;
  white-space: nowrap;
  position: relative;
  text-transform: uppercase;
  text-shadow: 0 0 0px #000000;
}
#main-menu > .menu-item:last-child > a {
  /*+box-shadow: 0 0;*/
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  border-right: 0px solid black;
  padding-right: 25px !important;
}
#main-menu > .menu-item > a:hover {
  color: #FFFFFF;
  text-shadow: 0 0 5px #000000;
}
#main-menu > .menu-item-has-children {
  position: relative;
}
#main-menu > .menu-item.menu-item-has-children > a {
  padding-right: 48px;
}
#main-menu > .menu-item.menu-item-has-children > a:after {
  background-image: url(assets/images/icons/arrow.svg);
  width: 12px;
  height: 5px;
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% + 2px);
  transform: translatey(-50%);
  margin-left: 7px;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: 350ms;
}
#main-menu > .menu-item.menu-item-has-children > a.active {
  color: #FFFFFF;
}
#main-menu > .menu-item.menu-item-has-children > a.active:after {
  transform: translatey(-50%) rotate(-90deg);
}
#main-menu > .menu-item-has-children > .sub-menu {
  position: absolute;
  top: 45px;
  list-style: none;
  left: 0;
  padding: 3px 10px 8px 3px;
  margin: 0;
  min-width: 100%;
  z-index: 20;
  background-color: #404540;
  border-bottom-right-radius: 11px;
}
#main-menu > .menu-item-has-children > .sub-menu a {
  margin-right: 1px;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-shadow: 0 0 0px #000000;
  white-space: nowrap;
  position: relative;
  padding: 7px 10px;
  display: block;
}
#main-menu > .menu-item-has-children > .sub-menu a:hover {
  text-shadow: 0 0 5px #000000;
}
.header-right {
  display: flex;
  align-items: center;
}
.main {
  padding-top: 100px;
  padding-bottom: 75px;
  width: 100%;
}
.main-inner,
.wp-block-columns {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 15px;
}
.wp-block-column > *:first-child {
  margin-top: 0;
}
.btn-flat {
  border-radius: 100px;
  cursor: pointer;
  border: 0px solid black;
  color: #FFFFFF;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  transition: 250ms ease-in-out;
  background: linear-gradient(180deg, #40DCE9 0%, #30A5AF 100%);
  box-shadow: 0px 13px 26px rgba(11, 39, 42, 0.24), inset 0px -5px 4px #2E9DA6, inset 0px 5px 4px #42E3F1;
  display: inline-flex;
}
.btn-flat:hover {
  box-shadow: 0 0 26px rgba(11, 39, 42, 0.24), inset 0 0 4px #2E9DA6, inset 0 0 4px #42E3F1;
  background: linear-gradient(180deg, #19C5D4 0%, #30A5AF 100%);
}
.btn-lilac {
  background: #8DA0F4;
  /*+box-shadow: 0 0;*/
  -moz-box-shadow: 0 0;
  -webkit-box-shadow: 0 0;
  box-shadow: 0 0;
  box-shadow: 0px 16px 32px rgba(28, 32, 49, 0.24), inset 0px -5px 4.97778px #8294E1, inset 0px 5px 4.97778px #95A9FF;
}
.btn-lilac:hover {
  background: #728AF3;
  box-shadow: 0 0 32px rgba(28, 32, 49, 0.24), inset 0 0 4.97778px #8294E1, inset 0 0 4.97778px #95A9FF;
}
#menu-left {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-left > .menu-item > a {
  padding: 23px 0;
  display: block;
  border-bottom: 1px solid #D9DADD;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.02em;
  color: #114C91;
}
#menu-left > .menu-item:last-child > a {
  border-bottom: 0px solid black;
}
#menu-left > .menu-item > a:hover {
  color: #728AF3;
}
#menu-left > .menu-item.menu-item-has-children > a {
  position: relative;
  transition: 350ms;
}
#menu-left > .menu-item.menu-item-has-children > a:after {
  width: 15px;
  height: 15px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA0TDQuNjUyMTcgMUw4IDQiIHN0cm9rZT0iIzY1NkU3RiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / auto no-repeat #FFFFFF;
  box-shadow: 0px 1px 14px rgba(91, 107, 158, 0.2);
  content: '';
  position: absolute;
  display: block;
  /*+border-radius: 50%;*/
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translatey(-50%) rotate(180deg);
  transition: transform 350ms;
}
#menu-left > .menu-item.menu-item-has-children > a.active:after {
  transform: translatey(-50%) rotate(0);
}
#menu-left > .menu-item.menu-item-has-children > a.active {
  border-bottom: 1px solid transparent;
}
#menu-left .sub-menu {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 0.02em;
  color: rgba(98, 106, 137, 0.9);
  list-style: none;
  padding: 4px 0 4px 10px;
  /*   margin-top: -15px; */
}
#menu-left .sub-menu a {
  padding: 5px 0;
  display: block;
}
#menu-left .sub-menu a:hover {
  color: #878AF3;
}
.btn {
  padding: 10px 20px 12px !important;
  border-radius: 3px !important;
  color: #FFFFFF !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em !important;
  color: #FFFFFF !important;
  transition: 250ms ease-in-out !important;
  display: inline-flex !important;
  text-align: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  line-height: normal !important;
  background: #505550 !important;
  color: white !important;
  font-size: 15px !important;
  cursor: pointer !important;
}
.btn:hover {
  background: #404540 !important;
  text-decoration: none !important;
  color: #FFFFFF !important;
}
.btn-black {
  background: linear-gradient(180deg, #42455D 0%, #585D7C 100%);
  box-shadow: 0px 15px 44px rgba(141, 153, 185, 0.36), inset 0px -6.84444px 6.84444px #3F4258, inset 0px 6.84444px 6.84444px #5B6080;
}
.btn-black:hover {
  box-shadow: 0px 5px 30px rgba(141, 153, 185, 0.36), inset 0px -5px 6.67852px #3F4258, inset 0px 5px 6.67852px #5B6080;
}
.btn-black:active {
  box-shadow: 0px 4px 30px rgba(141, 153, 185, 0.36), inset 0px -4px 6.67852px #3F4258, inset 0px 4px 6.67852px #5B6080;
}
.btn-mwidth {
  min-width: 300px;
}
.btn-mini {
  padding: 23px 35px;
  font-size: 14px;
  line-height: 14px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.h1,
h1 {
  font-size: 36px;
  display: block;
}
.h2,
h2 {
  font-size: 28px;
}
.h3,
h3 {
  font-size: 22px;
  text-transform: lowercase;
}
.h3:first-letter,
h3:first-letter {
  text-transform: uppercase;
}
.h4,
h4 {
  font-size: 18px;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4 {
  font-weight: normal;
  color: #000000;
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 110%;
  font-family: "Benguiat";
}
.footer {
  padding: 15px 0;
  color: #E0E1F0;
  font-weight: 300;
  align-self: flex-end;
  width: 100%;
  background-color: #404540;
}
.copyright {
  text-align: center;
}
.breadcrums {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 125%;
  color: rgba(74, 80, 131, 0.6);
  display: flex;
}
.breadcrums-item {
  padding-right: 20px;
  position: relative;
}
.breadcrums-item:after {
  content: '/';
  color: #114C91;
  font-weight: 500;
  position: absolute;
  right: 7px;
  top: 0;
}
.breadcrums-item:last-child:after {
  display: none;
}
.breadcrums-item > a:hover {
  color: #000000;
}
.breadcrums-item:last-child > span {
  color: #000000;
  font-weight: 500;
  text-transform: lowercase;
  display: inline-block;
}
.h1:first-letter {
  text-transform: uppercase;
}
.breadcrums-item:last-child > span:first-letter {
  text-transform: uppercase;
}
.blog-item {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-img {
  width: 35%;
  min-height: 100%;
}
.blog-img > img {
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog-body {
  padding: 50px;
  width: 65%;
}
.blog-date {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.01em;
  color: #A5A5A9;
}
.blog-date_icon {
  margin-right: 3px;
  margin-top: -4px;
}
.blog-text {
  font-size: 14px;
  line-height: 151.5%;
  letter-spacing: 0.01em;
  color: #114C91;
}
.pagination {
  padding: 0;
  margin: 60px 0 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.pagination-first > a,
.pagination-last > a {
  font-size: 14px;
  line-height: 151.5%;
  letter-spacing: 0.01em;
  color: #00D6CA;
  border-bottom: 1px solid #00D6CA;
}
.pagination-first > a:hover,
.pagination-last > a:hover {
  color: #000000;
}
.pagination-numbers {
  padding: 0;
  display: flex;
  list-style: none;
  margin: 0 18px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.pagination a,
.pagination span {
  padding: 4px 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
  transition: 250ms;
  color: #114C91;
}
.pagination .current {
  background-color: #8095F2;
  color: #FFFFFF;
}
.pagination a:hover {
  background-color: #8095F2;
  color: #FFFFFF;
}
.single-img {
  border-radius: 10px;
  margin-bottom: 15px;
}
.single-content {
  color: #000000;
}
.header-gamb {
  display: none;
}
body.error404 header,
body.error404 footer {
  display: none;
}
.default-text {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.01em;
  color: #114C91;
}
.form-group {
  margin-bottom: 15px;
}
.form-group > input,
.form-group > textarea {
  width: 100%;
  padding: 20px 25px;
  border: 1px solid #9FA8FF;
  /*+border-radius: 30px;*/
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  border-radius: 30px;
  background-color: #F6F7FF;
  font-weight: 500;
}
.form-group > textarea {
  min-height: 140px;
}
.form-group > input::placeholder {
  color: #B0B4D6;
}
.pagination {
  margin-bottom: 30px;
}
.subtitle {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #575D79;
  margin-bottom: 25px;
  width: 100%;
  max-width: 485px;
}
.subtitle-title {
  max-width: 440px;
}
.journal-attrs > span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.journal-btns {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 2px solid #D7D7D7;
  padding: 10px 0;
  margin-bottom: 10px;
}
.journal-btns .btn {
  margin-left: 7px;
}
.single-content h2 {
  margin-top: 25px;
}
.journal-btns p {
  margin: 0;
}
.journal-archive {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.journal-archive .ja-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.journal-soder_item {
  border-bottom: 2px solid #D7D7D7;
  padding: 10px 0;
  margin-bottom: 10px;
}
.journal-soder_item:last-child {
  border-bottom: 0px solid #B7C5E4;
  padding-bottom: 0;
  margin-bottom: 0;
}
.journal-soder_subitem {
  display: grid;
  gap: 10px 0;
  grid-template-columns: 1fr 200px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-color: #E7E7E7;
  padding: 10px;
}
.journal-soder_item:last-child .journal-soder_subitem:last-child {
  margin-bottom: 0;
}
.journal-soder_pdf {
  display: flex;
  justify-content: flex-end;
}
.journal-soder_pdf .btn {
  margin-left: 7px;
}
.journal-soder_articles {
  max-width: 950px;
  align-self: flex-start;
}
.journal-soder_pages {
  text-align: right;
  font-size: 14px;
}
.journal-soder_articles a {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: border 250ms;
}
.journal-soder_articles a:hover {
  border-bottom: 1px solid #6D746D;
}
.journal-soder_authors a {
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  transition: border 250ms;
}
.journal-soder_authors a:hover {
  border-bottom: 1px solid #6D746D;
}
.journal-soder_authors a:after {
  content: ',';
  margin-right: 5px;
}
.journal-soder_authors a:last-child:after {
  display: none;
}
.ja-childs {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  gap: 10px;
}
.article-tabs {
  margin-top: 30px;
}
.article-tabs_nav {
  display: flex;
}
.article-tabs_nav > span {
  padding: 15px 25px 13px;
  font-weight: bold;
  cursor: pointer;
  background-color: #E7E7E7;
}
.article-tabs_nav > span:first-child {
  border-top-left-radius: 10px;
}
.article-tabs_nav > span:last-child {
  border-top-right-radius: 10px;
}
.article-tabs_nav > span.active {
  background-color: #F7F7F7;
  border-bottom: 0px solid black;
  margin-bottom: -2px;
  pointer-events: none;
}
.article-tabs_body {
  padding: 15px 20px;
  background-color: #F7F7F7;
  line-height: 1.5;
  /*+border-radius: 0px 10px 10px;*/
  -moz-border-radius: 0px 10px 10px;
  -webkit-border-radius: 0px 10px 10px;
  -khtml-border-radius: 0px 10px 10px;
  border-radius: 0px 10px 10px;
}
.article-tabs_body h2 {
  margin-top: 0;
}
.article-btns {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px solid black;
}
.article_tab_author {
  border-left: 7px solid #6D746D;
  background-color: #F5F5F5;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.article_tab_author:last-child {
  margin-bottom: 0;
}
.article_tab_author p {
  margin: 0;
  font-size: 14px;
  font-style: italic;
}
.article_tab_author a {
  font-weight: 500;
  transition: 250ms;
  border-bottom: 1px solid transparent;
}
.article_tab_author a:hover {
  border-bottom: 1px solid currentColor;
}
.article_tab_key {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}
.article_tab_key > a {
  display: block;
  padding: 5px 12px;
  /*+border-radius: 7px;*/
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -khtml-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #0C4C94;
  font-size: 14px;
  margin: 3px;
  transition: 250ms;
}
.article_tab_key > a:hover {
  background-color: #0C4C94;
  color: #FFFFFF;
}
.article-reference {
  padding: 10px 25px;
  background-color: #F7F7F7;
  margin-top: 20px;
  /*+border-radius: 10px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
}
.form-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.form-group {
  margin-bottom: 15px;
}
.form-group label {
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
  font-size: 16px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #BAC9E7;
  /*+border-radius: 5px;*/
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background-color: #F9FAFD;
  transition: background-color 150ms ease, border 150ms ease;
}
.form-group input:focus,
.form-group textarea:focus {
  background-color: #FFFFFF;
  border: 1px solid #91AEDC;
}
.form-group > p {
  margin: 0px;
  display: block;
}
.wpcf7-spinner {
  display: none;
}
.form-btns p {
  margin: 0;
  text-align: right;
}
.wpcf7-not-valid-tip {
  font-weight: 500;
  margin-top: 5px;
  display: block;
}
.wpcf7-response-output {
  padding: 12px 16px !important;
}
label.req:after {
  content: '*';
  color: red;
  font-weight: bold;
  margin-left: 5px;
}
.home_gallery > .wp-block-group__inner-container {
  display: flex;
}
.home_gallery .wp-block-image {
  width: auto;
  display: flex;
  margin-right: 30px;
}
.home_gallery img {
  max-height: 40px;
  width: auto;
  display: flex;
}
.home_gallety a {
  display: block;
}
.home_gallety .wp-block-image figure {
  display: flex;
}
.article-authors > a:after {
  content: ', ';
}
.article-authors > a:hover {
  border-bottom: 1px solid;
}
.article-authors > a:last-child:after {
  content: '';
}
.d-string {
  display: inline;
}
.has-aside {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 10px;
}
.sidebar-item {
  background: #F7F7F7;
  border-radius: 5px;
  padding: 15px;
}
.sidebar-title {
  margin: 0 0 10px 0;
  font-weight: bold;
}
.last-item {
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.last-title {
  display: block;
  color: #313131;
  font-weight: 600;
  font-size: 14px;
}
.last-title:hover {
  color: #000000;
}
.last-author {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
}
.last-item:last-child {
  margin-bottom: 0;
}
.custom_image_home img {
  width: auto !important;
  height: 100% !important;
}
/* start media */
@media (max-width: 1180px) {
  .subtitle-title {
    max-width: 370px;
  }
  .header-box__img {
    left: 70%;
  }
  .miniservises-item {
    width: calc(20% - 5px);
  }
  .header-gamb {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 0;
    margin: 0 0 0 15px;
    width: 45px;
    height: 30px;
    border: 0px solid #000000;
    overflow: visible;
  }
  .scroll_pre .header-gamb {
    margin-top: -7px;
  }
  .header-gamb > span {
    position: absolute;
    height: 4px;
    width: 100%;
    display: block;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
    background-color: #FFFFFF;
    /*+border-radius: 15px;*/
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    transition: 350ms;
  }
  .header-gamb > span:first-child {
    top: 0;
    transform: translatey(0);
  }
  .header-gamb > span:last-child {
    top: auto;
    transform: translatey(0);
    bottom: 0;
  }
  .menu_open .header-gamb > span {
    top: 13px;
    transform: rotate(225deg);
    width: 40px;
  }
  .menu_open .header-gamb > span:last-child {
    transform: rotate(-135deg);
  }
  .menu_open .header-gamb > span:first-child {
    transform: rotate(-45deg);
  }
  .header-menu {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 500;
    left: 0;
    height: calc(100% - 100px);
    background-color: #FFFFFF;
    max-height: 100%;
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    border-top: 5px solid #0C4C94;
  }
  .menu_open .header-menu {
    opacity: 1;
    pointer-events: auto;
  }
  #main-menu {
    flex-direction: column;
    padding: 15px;
  }
  #main-menu > .menu-item {
    width: 100%;
  }
  #main-menu > .menu-item > a,
  #main-menu > .menu-item.big > a {
    display: flex;
    /*+box-shadow: 0 0;*/
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    border: 0px solid black;
    width: 100%;
    text-align: left;
    font-size: 20px;
    border-bottom: 1px solid #E3E3E3;
    padding: 20px;
    color: #000000;
    white-space: normal;
    align-items: center;
  }
  #main-menu > .menu-item > a:hover,
  #main-menu > .menu-item.big > a:hover {
    color: #114C91;
    text-shadow: 0 0;
  }
  #main-menu > .menu-item.menu-item-has-children > a.active {
    color: #114C91;
    text-shadow: 0 0;
  }
  #main-menu > .menu-item-has-children > .sub-menu {
    position: static;
    background: none;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #E3E3E3;
  }
  #main-menu > .menu-item-has-children > .sub-menu a {
    display: flex;
    /*+box-shadow: 0 0;*/
    -moz-box-shadow: 0 0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    width: 100%;
    text-align: left;
    font-size: 20px;
    padding: 10px 20px;
    color: #000000;
    align-items: center;
  }
  #main-menu > .menu-item-has-children > .sub-menu a:hover {
    text-shadow: 0 0;
  }
  .header {
    transition: height 250ms;
  }
  .menu_open .header {
    top: 0;
    height: 100%;
    border-bottom: 0px solid black;
  }
  .menu_open .header.scroll .header-menu {
    top: 75px;
    height: calc(100% - 75px);
  }
  .menu_open .scroll_pre .header-gamb {
    margin-top: 0;
  }
  #menu-left > .menu-item.menu-item-has-children > a:after {
    width: 15px;
    height: 15px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA0TDQuNjUyMTcgMUw4IDQiIHN0cm9rZT0iIzY1NkU3RiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=") center / auto no-repeat #FFFFFF;
    box-shadow: 0px 1px 14px rgba(91, 107, 158, 0.2);
    content: '';
    position: absolute;
    display: block;
    /*+border-radius: 50%;*/
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    right: 0;
    top: 50%;
    transform: translatey(-50%) rotate(180deg);
    transition: transform 350ms;
  }
  #main-menu > .menu-item.menu-item-has-children > a:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOSA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSA0TDQuNjUyMTcgMUw4IDQiIHN0cm9rZT0iIzY1NkU3RiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    width: 15px;
    height: 100%;
    transform: translatey(-50%) rotate(90deg);
    right: 20px;
  }
  #main-menu > .menu-item.menu-item-has-children > a.active:after {
    transform: translatey(-50%) rotate(180deg);
  }
  .container {
    padding: 0 20px;
  }
  .has-aside {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 1020px) {
  .journal-archive {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  .journal-archive {
    grid-template-columns: repeat(1, 1fr);
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .article-tabs_nav {
    flex-direction: column;
  }
  .article-tabs_nav > span:first-child {
    border-top-right-radius: 10px;
  }
  .article-tabs_nav > span:last-child {
    border-top-right-radius: 0;
  }
  .article-tabs_body {
    border-top-right-radius: 0;
    padding: 15px;
    overflow: hidden;
  }
  .journal-btns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .journal-btns > div {
    margin-top: 7px;
  }
  .journal-soder_subitem {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .journal-soder_pdf {
    justify-content: center;
  }
  .journal-soder_item {
    text-align: center;
  }
  .form-cols {
    display: block;
  }
}
@media (max-width: 500px) {
  .ja-childs {
    grid-template-columns: repeat(1, 1fr);
  }
  .site-name {
    font-size: 14px;
  }
  .header-site {
    max-width: calc(100% - 60px);
  }
  .site-desk {
    display: none;
  }
  .main {
    padding-top: 95px;
  }
}
@media (max-width: 420px) {
  .header > .container {
    padding: 14px 15px;
  }
  .header-gamb {
    margin: 0 0 0 10px;
  }
}
