* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.content {
  flex: 1 0 auto;
}
footer {
  flex: 0 0 auto;
}
.header-left {
  padding: 2.125rem 0;
  margin-right: 3.125rem;
}
.header-right {
  flex: 1;
  position: relative;
  padding: 2.125rem 0;
}
.header-right::after {
  content: '';
  height: 1px;
  background: #DCE3EB;
  position: absolute;
  width: calc(100% + 2rem);
  right: -2rem;
  bottom: 0;
}
.header-social a {
  line-height: 1;
}
header {
  padding-bottom: 2.625rem;
}
.container-center{
  max-width: 1366px;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
}
.container-center-big{
  width: 100%;
  padding: 0 2rem;
}
.header-btn a{
  font-family: 'Russo One';
  display: inline-block;
  background: #0097CE;
  border-radius: 48px;
  width: 190px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.header-btn a:hover{
  background: #4DB6DD;
  text-decoration: none;
  box-shadow: 0px 13px 16px rgba(160, 182, 182, 0.4);
}
.header-btn a:active{
  background: #66C1E2
}
.header-social a:hover svg path{
  fill: #0097CE;;
}
.header-social a:active svg path{
  fill: #66C1E2;
}
.header-menu a{
  color: #3D3D3B;
  font-family: 'Russo One', sans-serif;
}
.header-menu a:hover{
  text-decoration: none;
  color: #0097CE;
}
.header-menu div + div{
  margin-left: 2rem;
}
footer {
  background: rgba(220, 227, 235, 0.3);
  padding: 2rem 0;
}
.footer-bottom {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #787876;
}
.burger-btn{
  cursor: pointer;
}
.burger-btn::before,
.burger-btn::after{
  content: '';
  height: 2px;
  background: #3D3D3B;
}
@media (max-width: 991px){
  .header-left {
    padding: 1.25rem 0;
  }
  header {
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #DCE3EB;
    padding-bottom: 0;
  }
}
.main-news, .main-articles {
  width: calc(50% - 0.5rem);
}
.news-elem,
.news-elem:hover {
  text-decoration: none;
}
.big-news {
  height: 362px;
  background-size: cover;
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.big-news-label span{
  background: #FFFFFF;
  border-radius: 24px;
  font-size: 0.75rem;
  color: #3D3D3B;
  padding: 4px 12px;
  text-transform: uppercase;
  display: inline-block;
}
.big-news-name {
  margin: 1.25rem 0;
  font-family: 'Russo One';
  font-size: 1.5rem;
  color: #fff;
  line-height: 32px;
}
.big-news-desc {
  color: #fff;
  font-size: 0.875rem;
}
.news-elem + .news-elem{
  margin-top: 3rem;
}
.news-img {
  width: 188px;
  height: 122px;
  margin-right: 2rem;
  border-radius: 4px;
  overflow: hidden;
}
.news-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-text {
  flex: 1;
}
.news-img span {
  width: 100%;
  height: 100%;
  display: block;
  background: #DCE3EB url(../img/LogoDummy.svg) no-repeat center;
}
.news-text-date {
  color: #95ACBC;
  font-size: 0.75rem;
}
.news-text-name {
  font-family: 'Russo One';
  color: #3D3D3B;
  margin-top: 12px;
  line-height: 24px;
}
.content {
  padding-bottom: 4.5rem;
}
.news-text-name:hover{
  color:  #0097CE;
}
.footer-left{
  width: 45.5%;
}
.footer-rigth {
  width: 50.5%;
}
.footer-head {
  font-family: 'Russo One';
  font-size: 40px;
  line-height: 56px;
  margin-bottom: 2.25rem;
}
.footer-text{
  font-size: 0.875rem;
  padding-left: 7.063rem;
  position: relative;
}
.footer-text::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 2px;
  background: #0097CE;
}
.footer-bottom-row {
  border-top: 1px solid #D0D6DE;
  padding-top: 2.625rem;
  margin-top: 2.625rem;
}
.footer-bottom-row span {
  padding-left: 5.5rem;
}
.footer-contact-div{
  width: calc(50% - 1.125rem);
  font-size: 0.875rem;
}
.footer-contact-div--big{
  font-size: 0.875rem;
}
.footer-contact-row + .footer-contact-row{
  margin-top: 4.188rem;
}
.footer-contact-div svg{
  margin-bottom: 1.563rem;
}
.h3 a{
  color: #3D3D3B;
}
.footer-contact-div span + span{
  margin-top: 0.25rem;
}
.footer-person,
.footer-person-img{
  width: calc(50% - 1.125rem);
}
footer a:hover{
  text-decoration: none;
}
.footer-person-img::before{
  content: '';
  width: 94px;
  height: 1px;
  background: #DCE3EB;
  margin-right: 0.813rem;
}
@media (max-width: 991px){
  .footer-left, .footer-rigth {
    width: 100%;
  }
  footer {
    padding-top: 2.25rem;
    padding-bottom: 3.375rem;
  }
  .footer-head {
    font-size: 1.5rem;
    line-height: 32px;
    margin-bottom: 1.563rem;
  }
  .footer-contact-div{
    width: 100%;
  }
  .footer-contact-div + .footer-contact-div{
    margin-top: 2.125rem;
  }
  .footer-contact-row + .footer-contact-row {
    margin-top: 4.5rem;
  }
  .footer-person-img::before{
    display: none
  }
  .footer-person-img img {
    width: 72px;
  }
  .footer-person, .footer-person-img {
    width: auto;
  }
  .footer-person-img {
    padding-left: 1.438rem;
  }
  .footer-person .h3{
    margin: 0.375rem 0;
  }
  .footer-about-text {
    padding-top: 4.5rem;
  }
  .footer-about-text .footer-head{
    margin-bottom: 1rem;
  }
  .footer-text {
    padding-left: 0;
  }
  .footer-text::before{
    display: none
  }
  .footer-bottom-row {
    margin-top: 1.25rem;
    padding-top: 2.25rem;
  }
  .footer-bottom-row span {
    padding-left: 0;
    padding-top: 1.938rem;
  }
}
@media (max-width: 575px){
  .container-center,
  .container-center-big {
    padding: 0 0.5rem;
  }
}
.articles-elem {
  width: calc(50% - 0.5rem);
}
.articles-elem,
.articles-elem:hover{
  text-decoration: none;
}
.articles-img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 186px;
}
.articles-tag {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  background: #0097CE;
  border-radius: 24px;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 4px 12px;
}
.articles-img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.articles-text-name {
  color: #3D3D3B;
  font-family: 'Russo One';
  margin-bottom: 1.25rem;
}
.articles-person-name {
  color: #787876;
  font-size: 0.75rem;
  padding-left: 1rem;
}
.articles-person-img img {
  width: 42px;
  height: 42px;
}
.articles-elem{
  margin-top: 3rem;
}
.articles-elem:nth-child(-n+2){
  margin-top: 0;
}
.articles-text{
  height: 100%;
}
.footer-contact-div .h3 a,
.footer-person .h3{
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.close-icon{
  display: none;
}
@media (max-width: 991px){
  .is-open .header-right {
    display: block !important;
    position: absolute;
    background: #fff;
    top: 4rem;
    left: 0;
    right: 0;
    padding: 3.25rem 2rem;
    z-index: 99;
  }
  .header-right::after{
    display: none;
  }
  #bx-panel{
    display: none !important;
  }
  header.is-open {
    border-color: #fff;
  }
  .is-open .open-icon{
    display: none;
  }
  .is-open .close-icon{
    display: block;
  }
  .is-open .header-menu .d-flex{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-bottom: 4.5rem;
  }
  .is-open .header-menu div + div {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .is-open .header-menu a {
    font-size: 1.375rem;
    line-height: 32px;
  }
  .is-open .header-menu a::after {
    content: '\2192';
    color: #0097CE;
    display: inline-block;
    vertical-align: text-bottom;
  }
  .is-open .header-menu-btn {
    display: block !important;
  }
  .is-open .header-social a {
    margin-right: 0 !important;
  }
  .is-open .header-social a + a{
    margin-left: 2rem;
  }
  .is-open .header-btn {
    margin-top: 4.25rem;
  }
  .is-open .header-btn a {
    width: 100%;
    max-width: 304px;
    height: 56px;
    line-height: 56px;
  }
}
@media (max-width: 575px){
  .is-open .header-right {
    padding: 3.25rem 0.5rem;
  }
}
#cookie {
  position: fixed;
  bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px -15px 16px rgb(160 182 182 / 40%);
  border-radius: 4px 4px 0px 0px;
  z-index: 99;
  left: 0;
  right: 0;
  padding: 1.5rem 2rem;
}
.cookie__text {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookie__text p{
  margin: 0;
}
.cookie__btn {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  height: 40px;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #DCE3EB;
  border-radius: 48px;
  font-family: 'Russo One';
  color: #0097CE;
}
.cookie__btn:hover{
  color: #0097CE;
  text-decoration: none;
}
@media (max-width: 991px){
  .cookie__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .cookie__btn {
    margin-top: 2rem;
  }
}
@media (max-width: 575px){
  #cookie {
    padding: 1.5rem 0.5rem;
  }
}
.articles-text-name:hover {
  color: #0097CE;
}
.h3 a:hover,
.is-open .header-menu a:hover,
.mobil-news-list-title a:hover{
  color: #0097CE;
}
.mobil-social-list a:hover svg path{
  fill: #0097CE;;
}
.mobil-social-list a:active svg path{
  fill: #66C1E2;
}
.btn-goto:hover{
  background: #4DB6DD;
  text-decoration: none;
  box-shadow: 0px 13px 16px rgba(160, 182, 182, 0.4);
}
.btn-goto:active{
  background: #66C1E2
}
.cookie__btn:hover{
  border-color: #0097CE;
}
.cookie__btn:active{
  border-color: #0097CE;
  border-width: 2px;
}
ul.breadcrumbs {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.breadcrumbs li {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
ul.breadcrumbs li a,
ul.breadcrumbs li a:link,
ul.breadcrumbs li a:visited,
ul.breadcrumbs li a:active,
ul.breadcrumbs li a:focus,
ul.breadcrumbs li button {
  text-decoration: none;
  margin: 0 5px 0 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 20px;
  color: #0097CE;
}
ul.breadcrumbs li a::after,
ul.breadcrumbs li a:link::after,
ul.breadcrumbs li a:hover::after,
ul.breadcrumbs li a:visited::after,
ul.breadcrumbs li a:active::after,
ul.breadcrumbs li a:focus::after,
ul.breadcrumbs li button::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 14px;
  height: 12px;
  background: url(../img/breadcrumb-arrow.svg) center left no-repeat;
}
.body-top h1 {
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px){
  .body-top {
    padding-top: 1rem;
  }
  .body-top h1{
    font-size: 1.125rem
  }
  .breadcrumbs{
    display: none !important;
  }
}
.notfound .notfound-404 {
  margin-bottom: 1.75rem;
}
.notfound .notfound-404 .h1 {
  font-size: 11.25rem;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
  background: url(../img/text.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
  line-height: 1;
}
.notfound .h2 {
  margin: 0 0 1.75rem 0;
}
.notfound p {
  margin-bottom: 1.75rem;
}
.notfound a {
  border-radius: 48px;
  width: 304px;
  height: 56px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Russo One';
  background: #0097CE;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.notfound a:active {
  background: #66C1E2;
}
.notfound a:hover {
  background: #4DB6DD;
  text-decoration: none;
  box-shadow: 0px 13px 16px rgb(160 182 182 / 40%);
}
@media screen and (max-width: 767px){
  .notfound .notfound-404 .h1 {
    font-size: 6.25rem;
  }
}
.header-social a svg path,
.header-menu a,
.news-text-name,
.articles-text-name,
.cookie__btn:hover{
  -webkit-transition: .2s all;
  transition: .2s all;
}
.questions-page__top h1 {
  padding-left: 5.25rem;
  margin-bottom: 0;
  font-size: 3rem;
}
.questions-page__top {
  background: url(../img/Decorative.svg) no-repeat center right;
}
.questions-page__txt {
  border: 1px solid #DCE3EB;
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.questions-page__l {
  width: 20%;
  margin-right: 1.438rem;
  color: #787876;
}
.questions-page__l span{
  color: #3D3D3B;
  margin-top: 0.25rem;
}
.questions-page__r {
  flex: 1;
  padding-right: 2.25rem;
  position: relative;
  padding-left: 2.438rem;
}
.questions-page__r::before {
  content: "“";
  font-family: 'Russo One';
  color: #0097CE;
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.questions-page__bottom {
  background: rgba(220, 227, 235, 0.3);
  border-radius: 4px;
  padding: 4rem;
}
.questions-page__form {
  margin: 0 auto;
  max-width: 862px;
}
.questions-page__form-name {
  font-family: 'Russo One';
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form__elem {
  width: calc(50% - 0.5rem);
  position: relative;
}
.form__elem--big {
  width: 100%;
}
.form__row + .form__row{
  margin-top: 1.5rem;
}
.floating-label {
  position: absolute;
  pointer-events: none;
  left: 1rem;
  top: 1.2rem;
  transition: .2s ease all;
  color: #787876;
}
input:focus~.floating-label,
textarea:focus~.floating-label,
.act .floating-label {
  top: 3px;
  font-size: 0.75rem;
  color: #3D3D3B;
  font-family: 'Russo One';
}
.form__descript {
  color: rgba(61, 61, 59, 0.6);
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
.selectText {
  width: 100%;
}
.jq-selectbox__select {
  position: relative;
  padding: 1.2rem 1rem;
  background-color: #fff;
  border: 1px solid #D0D6DE;
}
.jq-selectbox__select-text {
  width: 100%!important;
  font-size: 1rem;
  line-height: 1.5;
  color: #787876;
}
.jq-selectbox__trigger {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../img/a.svg) no-repeat center;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
.jq-selectbox__dropdown {
  margin: 2px 0 0;
  background: #fff;
  filter: drop-shadow(0px 13px 16px rgba(160, 182, 182, 0.4));
}
.jq-selectbox__dropdown ul {
  margin-bottom: 0;
}
.jq-selectbox li {
  padding: 0.75rem 1rem;
}
.jq-selectbox li:hover{
  color: #0097CE;
}
.changed .jq-selectbox__select-text{
  color: #3D3D3B;
}
.form__row--bottom {
  margin-top: 3rem;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form__row--bottom .form__elem {
  width: auto;
}
.form__elem .button{
  background: #0097CE;
  border-radius: 48px;
  width: 202px;
  height: 64px;
  font-family: 'Russo One';
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 3rem;
  border: none;
  cursor: pointer;
}
.form__elem .button:hover{
  background: #4DB6DD;
  text-decoration: none;
  box-shadow: 0px 13px 16px rgba(160, 182, 182, 0.4);
}
.form__elem .button:active{
  background: #66C1E2
}
.form__plain-text {
  color: rgba(61, 61, 59, 0.6);
  font-size: 0.75rem;
}
select.selectText {
  opacity: 0;
}
.questions-page__top img {
  width: 96px;
  height: 96px;
}
.questions-page__r span{
  display: none;
}
@media (max-width: 991px){
  .questions-page__l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .questions-page__l br{
    display: none
  }
}
@media (max-width: 767px){
  .questions-page__top h1 {
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .questions-page__top h1 br{
    display: none
  }
  .questions-page__r::before{
    display: none
  }
  .questions-page__r span {
    display: inline;
  }
  .questions-page__r {
    padding: 0;
    max-height: 95px;
    overflow: hidden;
  }
  .questions-page__txt {
    position: relative;
    padding: 1rem;
  }
  .questions-page__mobil {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50.52%, #FFFFFF 100%);
    padding: 4.5rem 1rem 1rem 1rem;
    color: #0097CE;
    font-size: 0.875rem;
  }
  .questions-page__r,
  .questions-page__l {
    font-size: 0.875rem;
  }
  .is-open .questions-page__mobil{
    display: none
  }
  .is-open .questions-page__r {
    max-height: inherit;
  }
  .questions-page__top {
    background-size: auto 96px;
    background-position: top right;
  }
  .questions-page__bottom{
    padding: 2rem;
  }
}
@media (max-width: 575px){
  .questions-page__bottom {
    padding: 1.25rem 0;
  }
  .questions-page__form-name {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form__elem{
    width: 100%;
  }
  .form__elem + .form__elem,
  .form__row--bottom{
    margin-top: 1.5rem
  }
  .form__row--bottom .form__elem {
    width: 100%;
  }
  .form__elem .button {
    margin: 0;
    width: 100%;
  }
  .form__plain-text br {
    display: none;
  }
  .questions-page__bottom{
    position: relative;
    border-radius: 0;
  }
  .questions-page__bottom::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    background: rgba(220, 227, 235, 0.3);
    right: 100%;
  }
  .questions-page__bottom::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 9999px;
    background: rgba(220, 227, 235, 0.3);
    left: 100%;
  }
}
.news__elem--big{
  width: calc(50% - 0.5rem);
  margin-bottom: 3rem !important;
}
.news__elem--line{
  width: 100%;
  border: 1px solid #DCE3EB;
  border-radius: 4px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news__elem--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news__elem--card{
  width: calc(50% - 0.5rem) !important;
}
.news__elem {
  color: #3D3D3B;
}
.news__elem--full {
  height: 362px;
  background-size: cover;
  border-radius: 4px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.news__elem--full,
.news__elem--full:hover{
  color: #fff;
}
.news__elem--full .news__elem--date span{
  background: #FFFFFF;
  border-radius: 24px;
  color: #3D3D3B;
  padding: 0.25rem 0.75rem;
  display: inline-block;
}
.news__elem--full .news__elem--name{
  font-family: 'Russo One';
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  line-height: 1.2;
}
.news__elem--full .news__elem--txt{
  font-size: 0.875rem;
}
.news__elem--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__elem--card .news__elem--img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 186px;
}
.news__elem--card .news__elem--date {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  background: #0097CE;
  border-radius: 24px;
  color: #FFFFFF;
  font-size: 0.75rem;
  padding: 4px 12px;
}
.news__elem--card .news__elem--img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news__elem--card .news__elem--row {
  flex: 1;
}
.news__elem--card .news__elem--txt {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__elem--card .news__elem--name {
  color: #3D3D3B;
  font-family: 'Russo One';
  margin-bottom: 1.25rem;
}
.news__elem--card .news__elem--name:hover {
  color: #0097CE;
}
.news__elem--card .news__elem--person{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__elem--card .news__elem--person-name {
  color: #787876;
  font-size: 0.75rem;
  padding-left: 1rem;
}
.news__elem--card .news__elem--person-img img {
  width: 42px;
  height: 42px;
}
.news__elem--line + .news__elem--line{
  margin-top: 1rem;
}
.news__elem--line .news__elem--name {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__elem--line .news__elem--name span{
  font-family: 'Russo One';
  font-size: 1.125rem;
  line-height: 1.2;
}
.news__elem--line .news__elem--name span:hover{
  color: #0097CE;
}
.news__elem--line .news__elem--person {
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__elem--line .news__elem--person-img img {
  width: 42px;
  height: 42px;
}
.news__elem--line .news__elem--person-name {
  color: #787876;
  font-size: 0.75rem;
  padding-left: 1rem;
}
.news__elem--line .news__elem--date {
  color: #95ACBC;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.header-menu .selected a{
  color: #0097CE;
}
.news__list{
  margin-top: 2.25rem;
}
@media (max-width: 991px){
  .news__elem--big {
    width: 100%;
    margin-bottom: 2rem !important;
  }
  .news__elem--line .news__elem--person{
    display: none
  }
  .news__elem--line .news__elem--name {
    width: auto;
    padding-left: 1rem;
  }
}
@media (max-width: 687px){
  h1, .h1{
    font-size: 1.5rem;
  }
  .news__elem--full .news__elem--date{
    font-size: 0.75rem;
  }
  .news__elem--full .news__elem--name{
    font-size: 1.125rem;
  }
  .news__elem--full .news__elem--txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
  }
  .news__elem--line .news__elem--img{
    display: none
  }
  .news__elem--line {
    padding: 1.5rem 0 0 0;
    border-left: none;
    border-right: none;
    border-bottom: 0;
    border-radius: 0;
  }
  .news__elem--line + .news__elem--line {
    margin-top: 0.75rem;
  }
  .news__elem--line .news__elem--name {
    padding: 0;
  }
  .news__elem--line .news__elem--name span{
    font-size: 1rem;
  }
  .news__elem--card {
    width: 256px !important;
  }
  .news__elem--card+.news__elem--card{
    margin-left: 1rem;
  }
}
.inner-text{
  font-family: 'Bitter', serif;
}
.news__elem--line .news__elem--img span,
.news__elem--card .news__elem--img span {
  width: 100%;
  height: 100%;
  display: block;
  background: #DCE3EB url(../img/LogoDummy.svg) no-repeat center;
}
.news__elem--line .news__elem--img {
  width: 242px;
  height: 136px;
  border-radius: 4px;
  overflow: hidden;
}
.news__elem--line .news__elem--img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.questions__page footer{
  background: #fff;
}
.questions__page .content{
  overflow: hidden;
}
.questions-page__bottom.is-send {
  padding: 16rem 0 16rem 13.75rem;
}
.success__text {
  font-family: 'Russo One';
  font-size: 3rem;
  line-height: 60px;
  margin-bottom: 3rem;
}
.success__btn a {
  color: #fff;
  font-family: 'Russo One';
  width: 257px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0097CE;
  border-radius: 48px;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.success__btn a:hover{
  background: #4DB6DD;
  text-decoration: none;
  box-shadow: 0px 13px 16px rgba(160, 182, 182, 0.4);
}
.success__btn a:active{
  background: #66C1E2
}
@media (max-width: 991px){
  .questions-page__bottom.is-send {
    padding: 16rem 4rem;
  }
  .success__text {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px){
  .questions-page__bottom.is-send {
    padding: 3rem;
  }
  .success__text {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 575px){
  .questions-page__bottom.is-send {
    padding-left: 0;
    padding-right: 0;
  }
  .success__btn a {
    width: 100%;
  }
}
.selectText.is-invalid .jq-selectbox__select{
  border-color: #FE3B1F;
}
.mobil-news-list-slider .swiper-wrapper{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.big-news{
  margin-bottom: 3rem;
}
@media (max-width: 991px){
  .main-news, .main-articles {
    width: 100%;
  }
  .mobil-news-list-title {
    font-family: 'Russo One';
    font-size: 1.5rem;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
  }
  .mobil-news-list-title span{
    color: #0097CE;
  }
  .main-news {
    margin-bottom: 1.5rem;
  }
  .mobil-news-list-slider .swiper-wrapper {
    flex-direction: row !important;
  }
  .main-news .news-img,
  .main-news .big-news-desc {
    display: none !important;
  }
  .main-news .news-text-name{
    font-family: 'Inter';
    font-size: 0.875rem;
  }
  .main-news .news-elem + .news-elem {
    margin-top: 0;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #DCE3EB;
  }
  .main-news .swiper-slide.news-elem {
    height: auto;
    width: 240px;
  }
  .main-news .big-news-name {
    margin: 1rem 0 0 0;
    font-size: 1rem;
    line-height: 24px;
  }
  .mobil-news-list-slider {
    width: 100%;
  }
  .mobil-articles-list .articles-elem {
    height: auto;
    width: 256px;
  }
  .mobil-news-list-title a {
    color: #3D3D3B;
  }
  .mobil-articles-list .articles-elem + .articles-elem {
    margin-top: 0;
    margin-left: 1rem;
  }
  .mobil-articles-list .articles-text-name{
    font-size: 1rem;
  }
  .mobil-link-wrap {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .mobil-social-list a + a{
    margin-left: 2rem;
  }
  .mobil-social-list{
    margin-bottom: 3rem;
  }
  .btn-goto {
    width: 100%;
    display: block;
    max-width: 304px;
    background: #0097CE;
    border-radius: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Russo One';
    color: #fff;
  }
  .btn-goto:hover{
    color: #fff;
    text-decoration: none;
  }
  .mobil-articles-list{
    margin-top: 2.25rem;
  }
}
@media (max-width: 767px){
  .mobil-news .big-news{
    height: 192px;
  }
}
.copyright_articles__list{
  margin-top: 2.25rem;
}
.copyright_articles__list .articles-elem {
  width: calc(25% - 0.5rem);
}
.copyright_articles__list .articles-elem:nth-child(-n+4) {
  margin-top: 0;
}
.load_more_wrap {
  margin: 4.5rem 0 0 0;
}
.load_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 64px;
  cursor: pointer;
  border: 1px solid #DCE3EB;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Russo One';
}
.load_more:hover{
  color: #0097CE;
}
@media (max-width: 991px){
  .copyright_articles__list .articles-elem {
    width: calc(50% - 0.5rem);
  }
  .copyright_articles__list .articles-elem:nth-child(3),
  .copyright_articles__list .articles-elem:nth-child(4) {
    margin-top: 3rem;
  }
}
@media (max-width: 767px){
  .copyright_articles__list .articles-elem {
    width: 100%;
  }
  .copyright_articles__list .articles-elem:nth-child(2){
    margin-top: 3rem;
  }
}
.load_more.loading{
  font-size: 0;
}
.loading:after {
  content: " ";
  display: block;
  width: 36px;
  height: 36px;
  margin: 8px;
  border-radius: 50%;
  border: 3px solid #DCE3EB;
  border-color: #DCE3EB transparent #DCE3EB transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.articles-tag__page .articles-elem__img {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1.25rem;
  width: 100%;
  height: 186px;
}
.articles-tag__page .articles-elem__img span {
  width: 100%;
  height: 100%;
  display: block;
  background: #DCE3EB url(../img/LogoDummy.svg) no-repeat center;
}
.articles-tag__page .articles-elem__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.articles-tag__elem{
  color: #3D3D3B;
  line-height: 24px;
}
.articles-tag__page .articles-elem__name {
  font-family: 'Russo One';
}
.grid_class__1,
.grid_class__2{
  margin-bottom: 1.875rem;
}
.articles-tag__page .load_more_wrap {
  margin: 2rem 0 0 0;
}
.articles-tag__elem--big {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.5rem;
  background: linear-gradient(359.46deg, #000000 0.43%, rgba(0, 0, 0, 0) 47.1%);
}
.articles-tag__elem--big {
  position: relative;
  overflow: hidden;
}
.articles-tag__elem--big img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
.articles-big__label span{
  background: #FFFFFF;
  border-radius: 24px;
  font-size: 0.75rem;
  color: #3D3D3B;
  padding: 4px 12px;
  text-transform: uppercase;
  display: inline-block;
}
.articles-big__name{
  margin: 1.25rem 0;
  font-family: 'Russo One';
  font-size: 1.5rem;
  color: #fff;
  line-height: 32px;
}
.articles-big__desc{
  color: #fff;
  font-size: 0.875rem;
}
.articles-tag__page .articles-elem__name{
  -webkit-transition: .2s all;
  transition: .2s all;
}
.articles-tag__page .articles-elem__name:hover {
  color: #0097CE;
}
.copyright_articles__list .articles-img .empty {
  width: 100%;
  height: 100%;
  display: block;
  background: #DCE3EB url(../img/LogoDummy.svg) no-repeat center;
}
.articles-tag__name {
  font-size: 0.75rem;
  display: inline-block;
  background: #0097CE;
  border-radius: 24px;
  color: #fff;
  padding: 0.25rem 0.75rem;
}
.articles-tag__person_info {
  margin-top: 2.625rem;
  margin-bottom: 1rem;
}
.person_info__top {
  background: url(../img/Decorative.svg) no-repeat center right;
  margin-bottom: 2rem;
}
.person_info__name {
  padding-left: 5.25rem;
  font-family: 'Russo One';
  font-size: 3rem;
}
.person_info__bottom {
  background: rgba(220, 227, 235, 0.3);
  border-radius: 4px;
  padding: 1.5rem;
}
.person_info__job {
  color: #787876;
  font-size: 0.875rem;
  width: 21%;
}
.person_info__desc {
  padding-left: 3.875rem;
  font-size: 0.875rem;
  flex: 1;
}
@media (max-width: 991px){
  .articles-tag__page {
    margin-top: 1rem;
  }
  .header-left{
    margin-right: 0
  }
}
@media (max-width: 767px){
  .articles-tag__person_info {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .person_info__name {
    padding-left: 0;
    font-size: 1.5rem;
    margin-top: 1rem;
  }
  .person_info__img img{
    width: 96px;
    height: 96px;
  }
  .person_info__top {
    background-position: top right;
    background-size: auto 96px;
  }
  .person_info__bottom{
    padding: 1rem;
  }
  .person_info__job {
    width: 100%;
  }
  .person_info__desc {
    padding-left: 0;
    margin-top: 1.25rem;
  }
  .person_info__mobil {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(245, 247, 249, 0) 0%, #F5F7F9 50.52%, #F5F7F9 100%);
    border-radius: 0px 0px 4px 4px;
    padding: 4.688rem 1rem 1.25rem;
    color: #0097CE;
    font-size: 0.875rem;
  }
  .person_info__bottom {
    position: relative;
  }
  .person_info__desc {
    max-height: 7rem;
    overflow: hidden;
  }
  .is-open .person_info__mobil{
    display: none !important;
  }
  .is-open .person_info__desc{
    max-height: inherit;
  }
}
.articles-tag__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.articles-tag__elem {
  width: calc(25% - 0.75rem);
}
.articles-tag__elem + .articles-tag__elem{
  margin-left: 1rem;
}
.articles-tag__col,
.articles-tag__elem--big {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
.articles-tag__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articles-tag__col .articles-tag__elem{
  width: calc(50% - 0.5rem);
  margin-left: 0;
  margin-top: 1.875rem;
}
.articles-tag__col .articles-tag__elem:nth-child(-n+2){
  margin-top: 0;
}
.articles-tag__elem--big{
  margin-right: 1rem;
}
.person_info__img img {
  width: 136px;
  height: 136px;
}
@media (max-width: 991px){
  .articles-tag__col, .articles-tag__elem.articles-tag__elem--big {
    width: 100%;
    margin-bottom: 1rem;
  }
  .articles-tag__elem--big {
    min-height: 417px;
    margin-right: 0;
  }
  .articles-tag__elem + .articles-tag__elem {
    margin-left: 0;
  }
  .articles-tag__elem {
    width: calc(50% - 0.5rem);
    margin-bottom: 1rem;
  }
  .articles-tag__grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .articles-tag__col .articles-tag__elem {
    margin-top: 0;
  }
}
@media (max-width: 767px){
  .articles-tag__elem.articles-tag__elem--big{
    margin-bottom: 0.5rem;
  }
  .articles-tag__col{
    margin-bottom: 0;
  }
  .articles-tag__col .articles-tag__elem {
    width: 100%;
  }
  .articles-tag__elem {
    width: 100%;
    margin-bottom: 0;
  }
  .articles-tag__elem + .articles-tag__elem{
    margin-top: 2.375rem !important
  }
  .articles-big__name{
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 1rem 0
  }
  .articles-big__desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.news__elem.news__elem--swiper {
  margin: 0;
}
.news-elem.big-news,
.news__elem--full {
  position: relative;
  overflow: hidden;
}
.news-elem.big-news img,
.news__elem--full img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
.articles-img .empty_img {
  width: 100%;
  height: 100%;
  display: block;
  background: #DCE3EB url(../img/LogoDummy.svg) no-repeat center;
}
.main_ajax_btn{
  width: 100%;
  height: 64px;
  cursor: pointer;
  border: 1px solid #DCE3EB;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Russo One';
  margin: 4.5rem 0 0 0;
}
.main_ajax_btn.is-active{
  display: flex !important;
}
.main_ajax_btn.loading{
  font-size: 0;
}
.main_ajax_btn:hover {
  color: #0097CE;
}
.ajax__elem.articles-tag__elem {
  margin-top: 1rem;
}
.detail__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail__tag {
  background: #0097CE;
  border-radius: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.75rem;
  font-size: 0.75rem;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 2rem;
}
.detail__date {
  color: #95ACBC;
  font-size: 0.75rem;
}
.detail__name h1 {
  margin: 2rem 0 3rem 0;
  font-size: 3rem;
}
.detail__preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail__left {
  margin-right: 3.688rem;
  width: 63%;
}
.detail__right {
  flex: 1;
}
.detail__img img {
  width: 100%;
}
.detail__preview--row {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail__preview--text {
  padding-left: 2.2rem;
  font-size: 1.375rem;
}
.author__img img {
  width: 136px;
  height: 136px;
}
.author__img {
  background: url(../img/Decorative.svg) no-repeat center right;
}
.author__name {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-family: 'Russo One';
  font-size: 1.5rem;
}
.author__job {
  font-size: 0.875rem;
}
.detail__person {
  margin-top: 2rem;
  padding-top: 1.438rem;
  border-top: 1px solid #DCE3EB;
}
.person__title {
  font-family: 'Russo One';
  margin-bottom: 1.563rem;
}
.person__elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.person__elem + .person__elem{
  margin-top: 1.438rem;
}
.person__name {
  padding-left: 1rem;
  font-size: 0.75rem;
}
.person__img img{
  width: 42px;
  height: 42px;
}
.person__job {
  text-transform: uppercase;
  color: #787876;
}
.detail__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.share__name {
  text-align: right;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
  color: #787876;
  font-size: 0.75rem;
}
.ya-share2 ul {
  margin: 0;
  list-style: none;
  font-size: 0;
}
.ya-share2__item.ya-share2__item_service_vkontakte a {
  width: 40px;
  height: 40px;
}
li.ya-share2__item.ya-share2__item_service_telegram a {
  width: 40px;
  height: 40px;
}
.ya-share2 {
  padding-left: 16px;
}
.detail__desc {
  margin-top: 3rem;
}
.detail__link--wrap{
  padding-left: 6.875rem;
  width: 63%;
}
.detail__link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DCE3EB;
  padding: 20px;
  position: relative;
  border-radius: 4px;
  font-weight: 700;
}
.detail__link--title {
  color: #787876;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
}
.detail__link:hover{
  border-color: #0097CE;
  color: #0097CE;
}
.detail__link::before{
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
  background: url(../img/ExternalLink.svg);
}
.article__more {
  margin-top: 4rem;
  border-top: 1px solid #DCE3EB;
  padding-top: 3rem;
}
.detail__mobil,
.detail__mobil--bottom{
  display: none !important;
}
.more__title {
  font-family: 'Russo One';
  font-size: 2.5rem;
  margin-bottom: 2.25rem;
}
.detail__desc br {
  display: none;
}
@media (max-width: 1200px){
  .author__img {
    background: url(../img/Decorative.svg) no-repeat center left;
  }
}
@media (max-width: 991px){
  .detail__name h1 {
    margin: 1.25rem 0 1rem 0;
    font-size: 1.125rem;
  }
  .detail__left {
    margin-right: 0;
    width: 100%;
  }
  .detail__preview {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail__right {
    display: none;
  }
  .detail__mobil{
    display: flex !important;
    padding: 0.75rem 0;
    border-bottom: 1px solid #DCE3EB;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .detail__mobil .author__img {
    background: transparent;
  }
  .detail__mobil .author__img img {
    width: 42px;
    height: 42px;
  }
  .detail__mobil .author__name {
    margin: 0;
    font-family: 'Inter';
    font-size: 1rem;
    padding-left: 1rem;
    color: #787876;
  }
  .detail__mobil .author__name span{
    color: #3D3D3B;
  }
  .detail__preview--row {
    margin-top: 1.5rem;
  }
  .detail__share {
    display: none;
  }
  .detail__preview--text {
    padding-left: 0;
    font-size: 1rem;
  }
  .detail__desc {
    margin-top: 1.5rem;
  }
  .detail__link--wrap {
    padding-left: 0;
    width: 100%;
  }
  .article__more {
    margin-top: 2.25rem;
    padding-top: 2.25rem;
  }
  .more__title {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .detail__mobil--bottom{
    display: block !important;
  }
  .detail__person {
    border-top: none;
    margin: 0;
  }
}
@media (max-width: 768px){
  .detail__mobil .author__name {
    font-size: 0.75rem;
  }
}
.detail__preview--text {
  font-family: 'Inter', sans-serif;
}
.more__article--wrap + .more__news--wrap{
  padding-top: 3rem;
  margin-top: 3rem;
  position: relative;
}
.more__article--wrap + .more__news--wrap::before{
  content: '';
  position: absolute;
  top: 0;
  height: 1px;
  background: #DCE3EB;
  left: 0.5rem;
  right: 0.5rem;
}
.more__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.more__news--elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 1rem);
  margin: 0 0.5rem;
  color: #3D3D3B;
  margin-top: 3rem;
}
.more__news--elem:nth-child(-n+2){
  margin-top: 0;
}
.more__desc {
  padding-left: 2rem;
  flex: 1;
}
.more__img {
  width: 188px;
  height: 122px;
  border-radius: 4px;
  overflow: hidden;
}
.more__img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.more__img span {
  width: 100%;
  height: 100%;
  display: block;
  background: #DCE3EB url(../img/LogoDummy.svg) no-repeat center;
}
.more__name {
  font-family: 'Russo One';
}
.more__date {
  color: #95ACBC;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.more__name:hover,
.more__article-text-name:hover{
  color: #0097CE;
}
.more__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.more__article--elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(25% - 1rem) !important;
  margin: 0 0.5rem;
  color: #3D3D3B;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.more__article-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.more__article-text-name {
  font-family: 'Russo One';
  margin-bottom: 1.25rem;
}
.more__article-person-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.more__article-person-img img {
  width: 42px;
  height: 42px;
}
.more__article-person-name {
  color: #787876;
  font-size: 0.75rem;
  padding-left: 1rem;
  flex: 1;
}
.swiper-wrapper.more__news {
  flex-direction: row !important;
}
@media (max-width: 991px){
  .more__article--elem{
    width: 256px !important;
    margin: 0;
  }
  .ajax__elem.more__news--elem {
    width: 240px;
    margin: 0;
    margin-top: 0;
  }
  .more__img{
    display: none
  }
  .more__desc{
    padding-left: 0
  }
  .more__news,
  .more__article {
    margin-left: 0;
    margin-right: 0;
  }
  .more__news--elem + .more__news--elem {
    margin-top: 0;
    padding-left: 1rem;
    margin-left: 1rem;
    border-left: 1px solid #DCE3EB;
  }
  .more__name {
    font-family: 'Inter';
    font-size: 0.875rem;
  }
  .more__article--elem + .more__article--elem{
    margin-left: 1rem;
  }
  .swiper-wrapper.more__news {
    flex-wrap: nowrap;
  }
}
.articles-person-img img,
.news__elem--card .news__elem--person-img img,
.news__elem--line .news__elem--person-img img,
.author__img img {
  border-radius: 50%;
}
.promo__head {
  min-height: 535px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 2rem;
}
.promo__date.detail__date {
  color: #fff;
  text-transform: uppercase;
}
.promo__name h1 {
  margin: 0;
  color: #fff;
}
.promo__name {
  margin-top: 2rem;
  margin-bottom: 4rem;
  max-width: 60%;
}
.promo__person {
  font-family: 'Russo One';
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.promo__job {
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 1rem;
}
.promo__text {
  font-size: 0.75rem;
  color: #fff;
}
.interview__preview {
  position: relative;
  margin: 3rem 0;
}
.interview__preview .detail__preview--text {
  padding-left: 13.75rem;
  padding-right: 23.25rem;
}
.interview__preview .detail__share {
  position: absolute;
  left: 0;
  top: 0;
}
.preview__author {
  position: absolute;
  top: 0;
  right: 0;
  width: 313px;
}
.article__detail .text {
  padding-left: 6.875rem;
  width: 63%;
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
}
.article__detail .list_ol,
.article__detail .list_li{
  padding-left: 6.875rem;
  width: 63%;
  margin-bottom: 2rem;
  margin-top: 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
}
.article__detail .list_ol ol,
.article__detail .list_li ul{
  list-style: none;
  margin-bottom: 0;
}
.article__detail .h3,
.article__detail .h2,
.article__detail .h4,
.article__detail .h5{
  padding-left: 6.875rem;
  max-width: 700px;
  margin: 3rem 0;
}
.text{
  margin-bottom: 1rem;
}
.text_bold, .text_block_bold{
  font-weight: 700;
}
.text_dark_with_rigth_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}
.text_dark {
  background: rgba(220, 227, 235, 0.3);
  border-radius: 4px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text_dark__desc {
  font-size: 1.375rem;
  max-width: 70%;
}
.text_dark__biger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 3rem;
}
.numeric__big{
  font-family: 'Russo One';
  color: #0097CE;
  font-size: 3rem;
}
.numeric__small{
  margin-top: 1rem;
  color: #787876;
  font-size: 0.875rem;
}
.text_with_rigth_left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.article__detail .list_ol ol li,
.article__detail .list_li ul li{
  position: relative;
  padding-left: 1.2rem;
}
.article__detail .list_ol ol li + li,
.article__detail .list_li ul li + li{
  margin-top: 1rem;
}
.article__detail .list_li ul li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: 0;
}
.article__detail .list_ol ol{
  counter-reset: myCounter;
}
.article__detail .list_ol ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter) ". ";
  position: absolute;
  top: 0;
  left: 0;
}
.slider__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #DCE3EB;
  padding: 1.5rem 6.25rem;
  margin-top: 1.125rem;
  margin-bottom: 3rem;
}
.slider__text {
  padding-left: 1rem;
  flex: 1;
}
.slider__text--big {
  text-transform: uppercase;
  color: #787876;
  font-size: 0.875rem;
}
.slider__text--small {
  font-size: 0.75rem;
}
.slider__img img{
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.photo__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem 3rem 3rem 6.875rem;
  background: rgba(220, 227, 235, 0.3);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 63%;
  margin: 3rem 0;
}
.quote__text {
  margin-bottom: 2rem;
  font-size: 1.375rem;
}
.quote__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.quote__person--name {
  flex: 1;
  padding-left: 1rem;
  color: #787876;
  font-size: 0.75rem;
}
.quote__person--img img{
  width: 42px;
  height: 42px;
  border-radius: 50%;
}
.text__quote {
  padding: 2.25rem 9.438rem 2.25rem 11.25rem;
  background: rgba(220, 227, 235, 0.3);
  position: relative;
  font-family: 'Russo One';
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 3rem 0;
}
.text__quote::before {
  content: "“";
  font-family: 'Russo One';
  color: #0097CE;
  font-size: 3rem;
  position: absolute;
  left: 6.875rem;
  top: 3rem;
  line-height: 1;
}

@media (max-width: 991px){
  .article__detail .text {
    padding-left: 0;
    width: 100%;
  }
  .article__detail .h3,
  .article__detail .h2,
  .article__detail .h4,
  .article__detail .h5 {
    margin: 1rem 0;
    padding: 0;
    max-width: 100%;
  }
  .article__detail .list_ol,
  .article__detail .list_li{
    padding-left: 0;
    width: 100%;
  }
  .article__detail .list_ol, .article__detail .list_li,
  .article__detail .text{
    font-size: 1rem;
  }
  .slider__bottom,
  .article__detail .list_ol, .article__detail .list_li{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .photo__quote {
    width: 100%;
    padding: 3rem;
    margin: 1rem 0;
  }
  .slider__bottom {
    padding: 1.5rem 3rem;
  }
  .text__quote {
    padding: 5.25rem 3rem 3rem 3rem;
    font-size: 2rem;
    margin: 1rem 0;
  }
  .text__quote::before{
    left: 3rem
  }
}
@media (max-width: 767px){
  .article__detail .text{
    font-size: 0.875rem;
  }
  .article__detail .list_ol, .article__detail .list_li{
    font-size: 0.875rem
  }
  .photo__quote{
    padding: 1.25rem 1rem;
  }
  .quote__text {
    margin-bottom: 2rem;
    font-size: 1rem;
  }
  .slider__bottom {
    padding: 1.25rem 1rem;
    flex-direction: row-reverse;
  }
  .slider__text {
    padding-left: 0;
    padding-right: 1rem;
  }
  .text__quote {
    padding: 5.25rem 1.25rem 1.25rem 1.25rem;
    font-size: 1.125rem;
  }
  .text__quote::before {
    left: 1.25rem;
    top: 1.5rem;
  }
}
.article__detail .h2{
  font-size: 2.5rem;
}
.article__detail .h4{
  font-size: 1.125rem;
}
.article__detail .h5{
  font-size: 1rem;
}
.single_slider-wrap .slick-dots{
  display: none !important;
}
.single_slider-wrap {
  position: relative;
}
.single_slider-count {
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0097CE;
  border-radius: 24px;
  padding: 0 0.75rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single_slider-nav {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single_slider-wrap .slick-arrow {
  background: rgba(61, 61, 59, 0.6);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
.single_slider-wrap .slick-arrow + .slick-arrow{
  margin-left: 0.75rem;
}
.single_slider-wrap .slick-arrow:hover{
  background: #66C1E2;
}
@media (max-width: 767px){
  .single_slider-wrap img {
    max-height: 203px;
  }
  .single_slider-nav {
    display: none;
  }
  .single_slider-wrap .slick-dots {
    display: flex !important;
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
    margin: 0;
    list-style: none;
    font-size: 0;
    height: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single_slider-wrap .slick-dots li + li{
    margin-left: 0.25rem;
  }
  .single_slider-wrap .slick-dots li button {
    width: 6px;
    height: 6px;
    background: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
  }
  .single_slider-wrap .slick-dots li.slick-active button{
    background: #0097CE;

  }
}
.interview__detail .text {
  width: auto;
  padding-left: 13.75rem;
  padding-right: 23.25rem;
}
.interview__detail .text_column_rigth_block {
  padding-left: 13.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text_column_rigth_block .left_block {
  padding-right: 4.5rem;
  flex: 1;
}
.text_column_rigth_block .rigth_block {
  width: 313px;
}
.text_column_rigth_block .text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.slider__wrapper {
  margin: 3rem 0;
}
.interview__detail .text_column_left_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 23.25rem;
}
.text_column_left_block .text {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.text_column_left_block .left_block {
  width: 313px;
}
.text_column_left_block .rigth_block {
  padding-left: 1rem;
  flex: 1;
}
@media (max-width: 1024px){
  .interview__preview .detail__preview--text,
  .interview__detail .text,
  .interview__detail .text_column_rigth_block,
  .text__quote {
    padding-left: 6.875rem;
  }
  .text__quote::before{
    left: 4rem
  }
  .interview__detail .text_column_left_block {
    padding-right: 0;
  }
  .promo__name h1{
    font-size: 2rem
  }
}
@media (max-width: 991px){
  .preview__author {
    display: none;
  }
  .interview__preview .detail__preview--text,
  .interview__detail .text,
  .interview__detail .text_column_rigth_block {
    padding-left: 0;
    padding-right: 0;
  }
  .interview__preview {
    position: relative;
    margin: 1.5rem 0;
  }
  .promo__name {
    max-width: 100%;
    margin-bottom: 3rem;
  }
  .promo__person{
    font-size: 1rem
  }
  .promo__head,
  .detail__line,
  .promo__name,
  .promo__bottom {
    position: relative;
  }
  .promo__head:before {
    content: '';
    position: absolute;
    background: linear-gradient(89.95deg, #131313 10.61%, rgba(61, 61, 59, 0) 99.96%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 767px){
  .promo__head{
    padding: 1.5rem;
    min-height: 432px;
  }
  .promo__name h1,
  .promo__person {
    font-size: 1.125rem;
  }
  .promo__head {
    background-position: top right 35%;
  }
  .text__quote {
    padding: 5.25rem 1.25rem 1.25rem 1.25rem;
  }
  .text__quote::before {
    left: 1.25rem;
  }
  .text_column_rigth_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text_column_rigth_block .left_block {
    padding-right: 0;
  }
  .text_column_rigth_block .rigth_block {
    width: 100%;
  }
  .text_column_left_block {
    flex-direction: column-reverse;
  }
  .text_column_left_block .left_block {
    width: 100%;
  }
  .text_column_left_block .rigth_block{
    padding-left: 0
  }
}
.tooltip__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tooltip__icon {
  background: #E3E9EF;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.25rem;
}
.tooltip__icon img{
  width: 24px;
  height: 24px;
}
.tooltip__nane {
  font-family: 'Russo One';
  font-size: 2.5rem;
  color: #0097CE;
}
.tooltip__submane {
  font-family: 'Russo One';
}
.tooltip__text {
  color: rgba(61, 61, 59, 0.6);
  margin: 1rem 0;
  font-size: 0.75rem;
}
.tooltip__link a {
  font-size: 0.75rem;
}
.tooltip__link a::after {
  content: '\2192';
  font-size: 1rem;
  vertical-align: text-bottom;
  padding-left: 0.2rem;
}
.tooltip__wrap-empty .tooltip__nane::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  right: 0;
  height: 6px;
  background: url(../img/Wave.svg) no-repeat;
}
.tooltip__wrap-empty .tooltip__nane {
  font-size: 1.5rem;
  color: #3D3D3B;
  display: inline-block;
  position: relative;
}
@media (max-width: 767px){
  .tooltip__wrap {
    flex-direction: row-reverse;
    border: 1px solid #DCE3EB;
    border-radius: 4px;
    padding: 0.75rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .tooltip__text {
    display: none;
  }
  .tooltip__nane {
    font-size: 1.5rem;
  }
  .tooltip__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tooltip__link a {
    font-size: 0;
  }
  .tooltip__icon{
    margin-bottom: 0
  }
  .tooltip__wrap-empty {
    border: 1px solid #DCE3EB;
    border-radius: 4px;
    padding: 0.75rem;
  }
  .tooltip__wrap-empty .tooltip__text {
    display: block;
  }
  .tooltip__wrap-empty .tooltip__icon {
    margin-bottom: 1.25rem;
  }
  .tooltip__article,.tooltip_person,.tooltip__wrap-empty {
    margin: 2.25rem 0;
  }
}
.tooltip__article {
  border: 1px solid #DCE3EB;
  border-radius: 4px;
  padding: 1rem;
  position: relative;
}
.tooltip__article a {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.tooltip__article-text {
  color: #787876;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.tooltip__article-img {
  position: relative;
}
.tooltip__article-img img {
  width: 100%;
}
.tooltip__article-data {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  left: 0.5rem;
  bottom: 0.5rem;
  background: #0097CE;
  padding: 0 0.75rem;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 24px;
  font-size: 0.75rem;
}
.tooltip__article-name {
  font-family: 'Russo One';
  margin-top: 1rem;
}
.tooltip_person img{
  width: 42px;
  height: 42px;
}
.tooltip_person .rigth_block_tag {
  background: #0097CE;
  border-radius: 24px;
  height: 24px;
  padding: 0 0.75rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin: 1rem 0;
  display: inline-block;
  line-height: 24px;
}
.tooltip_person .rigth_block_name a {
  color: #3D3D3B;
  font-family: 'Russo One';
  line-height: 1;
}
.tooltip_person .rigth_block_name a:hover{
  color: #0097CE;
}
.tooltip_person .rigth_block_desc {
  color: #787876;
  font-size: 0.75rem;
  margin-top: 1rem;
}
.article__detail .text_column_rigth_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}
@media (max-width: 1199px){
  .text_dark {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text_dark__biger {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .text_dark__desc {
    font-size: 1rem;
    max-width: 100%;
  }
}
@media (max-width: 767px){
  .numeric__big {
    font-size: 2.5rem;
  }
  .text_dark {
    padding: 1rem;
  }
  .text_dark__biger{
    margin-bottom: 1rem
  }
  .numeric__small{
    margin-top: 0
  }
}
.text_column_centr_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3rem 0;
}
.text_column_centr_block .left_block {
  width: 313px;
}
.text_column_centr_block .centr_block {
  flex: 1;
}
.text_column_centr_block .rigth_block {
  width: 423px;
}
.text_column_centr_block .text {
  padding-left: 1rem;
  width: 100%;
  padding-right: 4rem;
}
.numer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.numer__wrap--big {
  font-family: 'Russo One';
  color: #0097CE;
  font-size: 3rem;
}
.numer__wrap--text {
  margin-top: 1rem;
  color: #787876;
  font-size: 0.875rem;
  max-width: 80%;
}
.page__detail .text_column_rigth_block .rigth_block {
  width: 423px;
}
.page__detail .text_column_rigth_block .left_block {
  padding-right: 4rem;
  flex: 1;
}
@media (max-width: 1200px){
  .page__detail .text_column_rigth_block .rigth_block {
    width: calc(37% - 3.688rem);
  }
  .page__detail .text_column_rigth_block .left_block {
    padding-right: 0;
    width: 63%;
    flex: 1;
    margin-right: 3.688rem;
  }
  .text_column_centr_block .rigth_block {
    width: calc(37% - 3.688rem);
  }
}
@media (max-width: 991px){
  .article__detail .text_column_rigth_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2rem 0;
  }
  .text_column_centr_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 2rem 0;
  }
  .text_column_centr_block .left_block {
    width: 100%;
    max-width: 320px;
    margin-bottom: 1rem
  }
  .text_column_centr_block .text {
    padding-left: 0;
    width: 100%;
    padding-right: 0;
  }
  .text_column_centr_block .rigth_block {
    width: 100%;
  }
}
@media (max-width: 767px){
  .text_column_centr_block{
    margin: 0
  }
  .tooltip__article {
    margin: 1rem 0 1.5rem;
  }
}
.text_column_rigth_block .text {
  width: 100%;
  padding-left: 6.875rem !important;
}
@media (max-width: 991px){
  .text_column_rigth_block .text {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px){
  .page__detail .text_column_rigth_block .left_block {
    width: 100%;
    margin-right: 0;
  }
  .page__detail .text_column_rigth_block .rigth_block {
    width: 100%;
  }
  .text_column_centr_block .left_block {
    max-width: 100%;
  }
}
.goto__all {
  display: inline-block;
  margin-top: 2rem;
  border: 1px solid #DCE3EB;
  border-radius: 48px;
  height: 40px;
  line-height: 40px;
  font-family: 'Russo One';
  padding: 0 1rem;
}
.goto__all::after {
  content: '\2192';
  font-size: 1rem;
  padding-left: 0.5rem;
}
@media (max-width: 991px){
  .main_ajax_btn.is-active {
    display: none !important;
  }
}
.ya-share2__item.ya-share2__item_service_vkontakte a,
.ya-share2__item.ya-share2__item_service_telegram a{
  cursor: pointer;
}
.ya-share2__item.ya-share2__item_service_vkontakte a:active svg path {
  fill: #66C1E2;
}
.ya-share2__item.ya-share2__item_service_vkontakte a:hover svg path {
  fill: #0097CE;
}
.ya-share2__item.ya-share2__item_service_telegram a:active svg path {
  fill: #66C1E2;
}
.ya-share2__item.ya-share2__item_service_telegram a:hover svg path {
  fill: #0097CE;
}
.detail__share li.ya-share2__item {
  width: 40px;
  height: 40px;
}
.detail__share li.ya-share2__item a{
  display: inline-block;
}
@media (min-width: 992px){
  .swiper-slide.news-elem {
    height: auto;
  }
}
.text_column_left_block .tooltip__article {
  margin-bottom: 2.875rem;
}
@media (max-width: 767px){
  .text_column_left_block .tooltip__article {
    margin-bottom: 2.25rem;
  }
}
.img__element {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.error {
  color: red;
  margin-bottom: 2.625rem;
}
.hidden_label, .pagin__next{
  display: none;
}
.pagin__next {
  margin-top: 2rem;
}
.pagin__next a{
  font-family: 'Russo One';
  display: inline-block;
  background: #0097CE;
  border-radius: 48px;
  width: 320px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.pagin__next a:hover{
  background: #4DB6DD;
  text-decoration: none;
  box-shadow: 0px 13px 16px rgb(160 182 182 / 40%);
}
.pagin__next a:active {
  background: #66C1E2;
}
.news__elem--full .news__elem--txt, .big-news-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.jq-selectbox__dropdown {
  left: 0 !important;
  right: 0 !important;
}
@media (max-width: 767px){
  .jq-selectbox li {
    white-space: normal;
  }
}
.list-row-js + .list-row-js{
  margin-top: 3rem;
}
@media (max-width: 991px){
  .main-articles {
    display: none;
  }
}
.img__element {
  background-color: #DCE3EB;
}
.detail__preview--row {
  position: relative;
  padding-left: 6.875rem;
}
.detail__preview--text {
  padding-left: 0;
}
.detail__share {
  position: absolute;
  left: 0;
  top: 0;
}
.detail__share li + li{
  margin-top: 0.75rem;
}
.detail__preview--row {
  min-height: 92px;
}
@media (max-width: 991px){
  .detail__preview--row {
    min-height: auto;
    padding-left: 0;
  }
}
.more__article-person-img img,.person__img img,.person_info__img img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.mobil__share .ya-wrap {
  display: none;
  padding: 10px;
  position: absolute;
  z-index: 9;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 30px rgb(0 0 0 / 36%);
}
.mobil__share .ya-share2__link {
  display: inline-block;
}
.mobil__share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobil__share li+li{
  margin-left: 10px;
}
.mobil__share .ya-share2 {
  padding-left: 0;
}
.mobil__share.is-open .ya-wrap {
  display: block;
}
.detail__top--date {
  position: relative;
}
.mobil__share .share__name {
  writing-mode: initial;
  transform: none;
  display: block;
}
.text_column_rigth_block .left_block .text{
  padding-left: 0 !important;
}
.promo__head {
  background-color: #DCE3EB;
}
.slick-initialized .slick-slide {
  height: auto;
}
@media (min-width: 992px){
  .swiper-wrapper {
    height: auto !important;
  }
}
@media (max-width: 991px){
  .more__article--elem {
    height: auto !important;
  }
  .swiper-wrapper.more__article, .swiper-wrapper.more__news {
    height: auto;
  }
}
@media (min-width: 992px){
  .detail__img img {
    width: 100%;
    height: 394px;
  }
}
.header-logo a{
  cursor: pointer;
  display: block;
}