/*elements*/
* {
  box-sizing: border-box; }

body {
  color: #000;
    /*font-family: "Playfair Display", serif;*/
  font-family: "Open Sans", serif;
  font-size: 16px;
  padding-top: 55px; }

h1, h2, h3, h4, h5 {
  font-family: "Open Sans", serif;
  font-weight: 900; }

img {
  max-width: 100%; }

.container {
  max-width: 1400px;
  padding: 0 15px;
  margin: auto; }
  @media (min-width: 768px) {
    .container {
      padding: 0 25px; } }

.wrap-min {
  max-width: 1130px;
  padding: 0 15px;
  margin: 40px auto; }
  @media (min-width: 768px) {
    .wrap-min {
      padding: 0 25px; } }

.wrap-margin {
  margin-bottom: 40px; }
  @media (min-width: 960px) {
    .wrap-margin {
      margin-bottom: 80px; } }

.no-scroll {
  overflow: hidden; }

.title__h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  margin-top: 0; }
  .title__h2 p {
    line-height: 1.2em; }
  @media (min-width: 768px) {
    .title__h2 {
      font-size: 24px; } }
  @media (min-width: 960px) {
    .title__h2 {
      font-size: 30px; } }

.title__h2-bg {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  margin-top: 0; }

.page-title {
  margin-top: 0; }

.btn {
  display: inline-block;
  line-height: 1.3;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-decoration: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s all ease;
  font-family: "Open Sans", serif; }
  .btn:hover {
    text-decoration: none; }

/*bloks*/
.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 1111;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.2); }
  .header__flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__wrap {
    height: 55px;
    display: flex;
    align-items: center;flex: auto; }
    @media (max-width: 960px) {
      .header__wrap {
        position: relative; } }
  .header__logo {
    text-decoration: none;
    margin-right: 30px; }
    .header__logo img {
      max-width: 100%;
      opacity: 0; }
      @media (min-width: 960px) {
        .header__logo img {
          opacity: 1; } }

.first-screen {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 960px) {
    .first-screen {
      background-position: center top; } }
  @media (min-width: 1024px) {
    .first-screen {
      text-align: left; } }
  .first-screen__title {
    color: #fff;
    font-size: calc(1em + 1.7vw);
    line-height: 1.3em;
margin-bottom:60px;    }
  @media (max-width: 960px) {
    .first-screen {
      padding: 15px 0; }
      .first-screen div.container{
      text-align:center;}
      .first-screen .first-screen__title{
      font-size: calc(1em + 1.3vw);
      text-align:center;}
      .first-screen .container p {
        margin: 0; }
      .first-screen .container img {
        max-width: 50%; }
      .first-screen .container .first-screen__title {
        margin: 5px 0; } }

.first-screen--page {
  position: relative;
  padding: 40px 0;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 960px) {
    .first-screen--page {
      background-position: center top; } }
  @media (min-width: 1024px) {
    .first-screen--page {
      text-align: left;
      padding: 80px 0; } }
  .first-screen--page:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    z-index: 5; }
  .first-screen--page > div {
    position: relative;
    z-index: 10; }

.first-screen__title--page {
  color: #fff;
  font-size: calc(1em + 3.7vw);
  line-height: 1em;
  margin: 0; }
  .single-post .first-screen__title--page {
    font-size: calc(1em + 1.2vw);
    line-height: 1.4;
  }
  @media (max-width: 1400px) {

  }
.tagsC {
  line-height: 24px; }
  .tagsC a {
    color: #000;
    text-decoration: none; }
    .tagsC a:hover {
      text-decoration: underline; }

.menu-main {
  font-family: "Open Sans", serif;
  display: flex;
  align-items: center; }
  @media (max-width: 959px) {
    .menu-main {
      display: block;
      position: fixed;
      background: #fff;
      width: 270px;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 1000;
      text-align: center;
      transition: transform 0.3s ease-in-out;
      transform: translateX(-100%); } }
  .menu-main.canvas {
    transform: translateX(0);
    overflow-y: auto; }
  @media (max-width: 960px) {
    .menu-main__btn {
      margin-top: 35px;
      transition: none; } }
  .menu-main__bar {
    padding: 15px;
    flex-basis: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    @media (min-width: 960px) {
      .menu-main__bar {
        display: none; } }
  .menu-main__close {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 10px; }
    .menu-main__close::after {
      content: "";
      position: absolute;
      left: 0;
      top: 15px;
      width: 100%;
      height: 3px;
      background-color: #1c1c1a;
      transform: rotate(135deg); }
    .menu-main__close::before {
      content: "";
      position: absolute;
      left: 0;
      top: 15px;
      width: 100%;
      height: 3px;
      background-color: #1c1c1a;
      transform: rotate(45deg); }
  .menu-main__list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0; }
    @media (max-width: 960px) {
      .menu-main__list {
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
        text-align: left;
        width: 100%; } }
  .menu-main__li {
    display: block;
    position: relative; }
    @media (min-width: 960px) {
      .menu-main__li {
        display: inline-block;
        position: static;
        margin-right: 20px; } }
    .menu-main__li:last-child {
      margin-right: 0; }
    .menu-main__li:hover .menu-main__dropdown {
      visibility: visible; }
  .menu-main__a {
    display: block;
    color: #1c1c1a;
    font-weight: bold;
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-decoration: none;
    position: relative;
    transition: box-shadow 0.2s ease, color 0.2s ease, border 0.2s ease;
    font-size: 12px; }
    @media (min-width: 960px) {
      .menu-main__a {
        font-size: 14px;
        height: 56px;
        display: inline-flex;
        align-items: center;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
        text-shadow: none;
        box-shadow: none;
        border: none; }
        .menu-main__a:hover {
          color: #ab8b59; } }
    @media (min-width: 1065px) {
      .menu-main__a {
        font-size: 9px; } }
    @media (min-width: 1130px) {
      .menu-main__a {
        font-size: 10px; } }
    @media (min-width: 1260px) {
      .menu-main__a {
        font-size: 12px; } }
    @media (min-width: 960px) and (max-width: 1065px) {
      .menu-main__a {
        font-size: 7px; } }
    @media (min-width: 960px) {
      .menu-main__a.active {
        color: #1c1c1a; }
        .menu-main__a.active::after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 3px;
          background: #ab8b59; } }
  .menu-main__arrow {
    font-size: 16px; }
    @media (max-width: 959px) {
      .menu-main__arrow {
        position: absolute;
        height: 40px;
        top: 0;
        right: 0;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px; } }
    @media (min-width: 960px) {
      .menu-main__arrow {
        position: relative;
        left: -5px; } }
  .menu-main__dropdown {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    display: none;
    font-size: 12px; }
    @media (min-width: 960px) {
      .menu-main__dropdown {
        position: fixed;
        display: block;
        left: 0;
        right: 0;
        z-index: 5;
        visibility: hidden;
        background: #161617;
        padding: 50px 0;
        border-top: none;
        box-shadow: none;
        transform: translateZ(0);
        perspective: 1000; } }
  .menu-main__dropdown-ul {
    list-style: none;
    padding: 10px 0 10px 30px;
    margin: 0; }
    @media (min-width: 960px) {
      .menu-main__dropdown-ul {
        padding: 0;
        max-width: 960px;
        margin: auto;
        display: flex;
        flex-wrap: wrap; } }
  .menu-main__dropdown-li {
    padding: 5px 0; }
    @media (min-width: 960px) {
      .menu-main__dropdown-li {
        flex: 0 0 33.333%;
        max-width: 33%;
        padding: 0 0 25px 40px; } }
  .menu-main__dropdown-a {
    color: #1c1c1a;
    text-decoration: none; }
    .menu-main__dropdown-a span {
      display: none; }
    @media (min-width: 960px) {
      .menu-main__dropdown-a {
        font-size: 18px;
        color: #fff;
        font-family: "Raleway", sans-serif; }
        .menu-main__dropdown-a span {
          display: inline-block;
          font-size: 24px;
          margin-left: 15px;
          position: relative;
          top: -3px;
          vertical-align: middle; } }
  .menu-main__dropdown-p {
    display: none; }
    @media (min-width: 960px) {
      .menu-main__dropdown-p {
        display: block;
        color: #76818e;
        font-size: 14px;
        font-family: 'Arial', sans-serif;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 20px;
        max-height: 80px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; } }

.toggle-menu {
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media (min-width: 960px) {
    .toggle-menu {
      display: none; } }
  .toggle-menu__btn {
    position: relative;
    display: block;
    border-radius: 2px;
    width: 100%;
    height: 4px;
    background-color: #ab8b59;
    transition: all .3s;
    backface-visibility: hidden; }
    .toggle-menu__btn::after, .toggle-menu__btn::before {
      content: "";
      position: absolute;
      left: 0;
      top: -9px;
      width: 100%;
      height: 4px;
      background-color: #ab8b59;
      transition: all .3s;
      backface-visibility: hidden; }
    .toggle-menu__btn::after, .toggle-menu__btn::after {
      top: 9px; }

.menu-bg {
  background: rgba(0, 0, 0, 0.65);
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999; }

.main-content {
  margin: 35px 0; }
  @media (min-width: 768px) {
    .main-content {
      margin: 50px 0; } }
  .main-content__text-block p {
    line-height: 1.5em; }
    .main-content__text-block p:first-child {
      margin-top: 0; }
  .main-content__text-block a {
    display: inline-block;
    color: #1a6dbb;
    border-bottom: 1px dotted #1a6dbb;
    text-decoration: none;
    transition: 0.25s all ease; }
    .main-content__text-block a:hover {
      border-color: transparent; }
  .main-content__text-block h2.title__h2 {
    margin-bottom: 25px; }
  .main-content__sound {
    margin: 30px 0 !important; }
    @media (min-width: 960px) {
      .main-content__sound {
        margin: 35px 0 0 !important; } }

@media (min-width: 960px) {
  .main-preview {
    display: flex;
    margin: 0 -40px; } }

.main-preview p {
  line-height: 1.6em; }

.main-preview a {
  display: inline-block;
  color: #1a6dbb;
  border-bottom: 1px dotted #1a6dbb;
  text-decoration: none;
  transition: 0.25s all ease; }
  .main-preview a:hover {
    border-color: transparent; }

.main-preview__img {
  text-align: center;
  margin-bottom: 12px;
  display: block; }

.main-preview__w50 {
  margin-bottom: 35px; }
  @media (min-width: 768px) {
    .main-preview__w50 {
      display: flex;
      position: relative; } }
  @media (min-width: 960px) {
    .main-preview__w50 {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 0 40px;
      margin-bottom: 0; } }

.main-preview__w50-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  margin-top: 0; }
  @media (min-width: 960px) {
    .main-preview__w50-title {
      font-size: 30px; } }
  @media (min-width: 1400px) {
    .main-preview__w50-title {
      font-size: 38px; } }

.main-preview__box-1 {
  margin-bottom: 35px; }
  .main-preview__box-1 img {
    margin-bottom: 35px;
    width: 100%; }
  .main-preview__box-1 p {
    margin: 0; }

@media (min-width: 960px) {
  .preview-news {
    position: sticky;
    top: 90px; } }

@media (max-width: 958px) {
  .preview-news h3 {
    display: none; } }

.preview-news__item {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-decoration: none; }
  @media (max-width: 958px) {
    .preview-news__item {
      display: none; } }
  .preview-news__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .preview-news__item:hover .preview-news__text {
    color: #ab8b59; }

.preview-news__img {
  flex: 0 0 40%;
  max-width: 40%; }
  .preview-news__img img {
    vertical-align: bottom; }

.preview-news__img--small {
  flex: 0 0 33%;
  max-width: 33%;
  margin-top: 5px; }

.preview-news__text {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 20px;
  color: #000;
  font-weight: bold;
  font-size: calc(1em + 1vw);
  transition: 0.25s color ease;
  display: flex;
  align-items: center; }
  @media (min-width: 600px) {
    .preview-news__text {
      font-size: 24px; } }
  @media (min-width: 960px) {
    .preview-news__text {
      font-size: calc(1.6vw); } }
  .preview-news__text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 5.6em;
    line-height: 1.4em;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0; }

.preview-news__text--small {
  font-size: 12px;
  font-weight: normal; }
  @media (min-width: 768px) {
    .preview-news__text--small {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .preview-news__text--small {
      font-size: 16px; } }
  .preview-news__text--small p {
    max-height: 4.8em;
    line-height: 1.2em; }

.footer {
  background: #282828;
  color: #999;
  padding: 40px 0; }
  .footer__title {
    margin-top: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase; }
  .footer__descr {
    font-size: 16px;
    line-height: 1.6em; }
    @media (min-width: 550px) and (max-width: 1000px) {
      .footer__descr {
        margin-bottom: 25px !important; } }
  .footer__end {
    display: block;
    margin-top: 50px;
    text-transform: uppercase; }
    @media (min-width: 960px) {
      .footer__end {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px; } }
    @media (max-width: 960px) {
      .footer__end > span {
        display: block;
        margin-bottom: 15px; } }
  .footer__menu {
    list-style: none;
    margin: 40px 0 0;
    padding-left: 0;
    text-align: center; }
    @media (min-width: 550px) {
      .footer__menu {
        display: flex;
        flex-wrap: wrap; } }
    .footer__menu li {
      display: block;
      margin-bottom: 12px; }
      @media (min-width: 550px) {
        .footer__menu li {
          flex: 0 0 50%;
          max-width: 50%;
          padding-left: 20px;
          text-align: left;
          margin-top: 0; } }
      .footer__menu li:last-child {
        padding-bottom: 0; }
      .footer__menu li a {
        color: #fff;
        text-decoration: none;
        transition: 0.2s all ease; }
        .footer__menu li a:hover {
          opacity: 0.8; }

.social {
  margin: 25px 0; }
  .social a {
    display: inline-block;
    margin-right: 3px; }
    .social a:last-child {
      margin-right: 0; }
  .social img {
    border-radius: 3px;
    vertical-align: middle; }

.social--right {
  text-align: right; }

.extra-page {
  margin: 40px 0 60px; }
  @media (min-width: 960px) {
    .extra-page {
      display: flex; } }
  @media (min-width: 959px) {
    .extra-page__content {
      padding: 60px 60px 0 0;
      flex: 1 0 72%; } }
  @media (min-width: 959px) {
    .extra-page__content--form {
      flex-basis: 60%; } }
  .extra-page__bar {
    margin-top: 40px; }
    @media (min-width: 600px) and (max-width: 959px) {
      .extra-page__bar {
        display: flex; } }
    @media (min-width: 959px) {
      .extra-page__bar {
        padding-top: 75px;
        flex: 0 0 28%;
        min-width: 28%;
        margin-top: 0; } }
  @media (min-width: 959px) {
    .extra-page__bar--form {
      flex-basis: 40%; } }
  .extra-page__bar-tl {
    font-weight: bold;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 20px; }
  .extra-page__txt a {
    color: #192c8f;
    font-weight: normal;
    text-decoration: underline;
    transition: 0.2s all ease; }
    .extra-page__txt a:hover {
      text-decoration: none;
      color: #ab8b59; }
  .extra-page__txt p {
    line-height: 1.5em; }
  .extra-page__txt img {
    height: auto; }
  .extra-page__txt h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em; }
    @media (min-width: 768px) {
      .extra-page__txt h2 {
        font-size: 24px; } }
    @media (min-width: 960px) {
      .extra-page__txt h2 {
        font-size: 30px; } }
  .extra-page__txt iframe {
    max-width: 100%; }
  .extra-page ul {
    line-height: 1.5em; }
    .extra-page ul li {
      margin-bottom: 10px; }
      .extra-page ul li:last-child {
        margin-bottom: 0; }

.float--left {
  float: left;
  width: 40%;
  margin: 0; }

.float--right {
  float: left;
  width: 40%;
  margin: 0; }

.link-block {
  list-style: none;
  background: #f2f2f2;
  padding: 20px 25px;
  margin-top: 30px; }
  @media (min-width: 600px) and (max-width: 959px) {
    .link-block {
      margin-left: 50px;
      margin-top: 0; } }
  @media (min-width: 960px) {
    .link-block {
      margin-top: 30px; } }
  .link-block li {
    margin-bottom: 12px; }
    .link-block li:last-child {
      margin-bottom: 0; }
  .link-block a {
    color: #192c8f;
    text-decoration: underline;
    transition: 0.2s all ease;
    font-size: 12px; }
    @media (min-width: 768px) {
      .link-block a {
        font-size: 14px; } }
    .link-block a:hover {
      text-decoration: none;
      color: #ab8b59; }

.preview-post {
  margin-bottom: 35px; }
  .preview-post:last-child {
    margin-bottom: 0; }
  @media (min-width: 500px) {
    .preview-post {
      display: flex; } }
  @media (min-width: 500px) {
    .preview-post__img {
      max-width: 40%;
      flex: 0 0 40%;
      transition: 0.25s all ease; } }
  .preview-post__img:hover + .preview-post__content h2 {
    text-decoration: underline; }
  @media (min-width: 500px) {
    .preview-post__content {
      max-width: 60%;
      flex: 0 0 60%;
      padding-left: 20px; } }
  .preview-post__title {
    color: #000;
    display: flex;
    text-decoration: none; }
    .preview-post__date{
      position: relative;
      top: 6px;
			margin-left:auto}
    .preview-post__title:hover {
      text-decoration: underline; }
    .preview-post__title h2 {
      margin-top: 0;
      font-size: calc(1em + 0.5vw); }
  .preview-post__text a {
    font-size: 14px;
    
    text-decoration: underline;
    opacity: 0.8; }
    .preview-post__text a:hover {
      text-decoration: none; }

.wp-pagenavi {
  margin: 2em auto;
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif; }
  .wp-pagenavi > * {
    display: inline-block;
    padding: 0.2em 0.5em;
    margin: .1em;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #333; }
  .wp-pagenavi a {
    background-color: #fff;
    color: #000;
    text-decoration: none; }
    .wp-pagenavi a:hover {
      border-color: #333;
      text-decoration: none; }
  .wp-pagenavi .current {
    border-color: #e8e8e8;
    color: #ab8cff; }
  .wp-pagenavi .wp-pagenavi .extend {
    color: #333; }
  .wp-pagenavi .prev {
    border-color: transparent; }
  .wp-pagenavi .next {
    border-color: transparent; }

.callback-block {
  background: #f1f1f1;
  padding: 20px 0; }
  .callback-block__title {
    text-align: center; }

.form-block {
  max-width: 600px;
  margin: auto; }
  .form-block .wpcf7-form-control-wrap {
    display: block;
    margin-top: 6px; }
  .form-block__submit {
    text-align: center;
    margin-top: 30px; }
  .form-block .wpcf7-not-valid-tip {
    font-size: 0.75em;
    margin-top: 4px; }
  .form-block .wpcf7-submit {
    width: 120px;
    cursor: pointer;
    border: 1px solid #232323;
    border-radius: 4px;
    transition: 0.25s all ease; }
    .form-block .wpcf7-submit:hover, .form-block .wpcf7-submit:focus {
      background: #000;
      border-color: #000;
      color: #fff; }
  .form-block__recaptcha {
    text-align: center; }
    .form-block__recaptcha .wpcf7-form-control-wrap {
      display: inline-block; }
  .form-block label {
    text-align: left; }
  .form-block input {
    height: 40px;
    width: 100%;
    padding: 0 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #232323;
    outline: none;
    transition: 0.25s all ease; }
    .form-block input:focus {
      border-color: #000; }
  .form-block textarea {
    height: 150px;
    width: 100%;
    padding: 0 8px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #232323;
    outline: none;
    transition: 0.25s all ease; }
    .form-block textarea:focus {
      border-color: #000; }

.social-block--white svg {
  fill: #fff; }

.social-block a {
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin-right: 6px;
  border-radius: 4px;
  transition: 0.25s all ease; }
  .social-block a:last-child {
    margin-right: 0; }

.postBlock {
  display: flex;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    .postBlock {
      display: block; } }
  .postBlock > div {
    padding: 0 15px;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6; }
    @media (max-width: 768px) {
      .postBlock > div {
        border-right: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
        border-bottom: 1px solid #e6e6e6;
        margin-bottom: 20px;
        padding-bottom: 20px; }
        .postBlock > div:last-of-type {
          border-bottom: none; } }
    @media (max-width: 768px) {
      .postBlock > div .postBlock__image {
        padding-bottom: 55%;
        height: auto; } }
    .postBlock > div:last-of-type {
      padding-right: 0;
      border-right: none; }
    .postBlock > div:first-of-type {
      padding-left: 0; }
  .postBlock--simple {
    width: 50%; }
    .postBlock--simple .postBlock__image {
      margin-bottom: 20px;
      height: auto;
      padding-bottom: 55%; }
    .postBlock--simple .postBlock__content {
      display: block; }
      .postBlock--simple .postBlock__content h2, .postBlock--simple .postBlock__content p {
        box-sizing: border-box; }
      .postBlock--simple .postBlock__content h2 {
        margin-bottom: 25px;
        font-size: 30px; }
        @media (max-width: 1024px) {
          .postBlock--simple .postBlock__content h2 {
            font-size: 24px;
            line-height: 30px;
            padding-right: 0; } }
      @media (max-width: 1024px) {
        .postBlock--simple .postBlock__content p {
          font-size: 16px;
          line-height: 24px;
          padding-left: 0; } }
  .postBlock--mini {
    max-width: 265px; }
    .postBlock--mini .postBlock__image {
      margin-bottom: 15px; }
    .postBlock--mini .postBlock__content h2 {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 20px; }
    .postBlock--mini .postBlock__content p {
      font-size: 16px;
      line-height: 24px; }
  .postBlock--list {
    width: 50%; }
    .postBlock--list .postBlock__block {
      display: flex;
      padding: 15px 0;
      box-sizing: border-box;
      border-bottom: 1px solid #e6e6e6; }
      @media (max-width: 768px) {
        .postBlock--list .postBlock__block {
          display: block;
          padding-right: 0; } }
      .postBlock--list .postBlock__block:last-of-type {
        border-bottom: none;
        padding-bottom: 0; }
      .postBlock--list .postBlock__block:first-of-type {
        padding-top: 0; }
    .postBlock--list .postBlock__image {
      width: 234px;
      padding-right: 10px; }
      @media (max-width: 768px) {
        .postBlock--list .postBlock__image {
          width: 100%;
          padding-right: 0;
          margin-bottom: 20px; } }
    .postBlock--list .postBlock__content {
      width: 65%;
      padding-left: 10px; }
      @media (max-width: 768px) {
        .postBlock--list .postBlock__content {
          width: 100%;
          padding-left: 0; } }
      .postBlock--list .postBlock__content h2 {
        font-size: 24px;
        line-height: 30px; }
        @media (max-width: 768px) {
          .postBlock--list .postBlock__content h2 {
            margin-bottom: 20px; } }
      .postBlock--list .postBlock__content p {
        display: none; }
        @media (max-width: 768px) {
          .postBlock--list .postBlock__content p {
            display: block; } }
  .postBlock__image {
    position: relative;
    overflow: hidden;
    height: 132px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    .postBlock__image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 100%;
      height: 100%;
      max-width: 100%;
      opacity: 0; }
  .postBlock__content h2 {
    font-size: 40px;
    line-height: 44px;
    color: #000000;
    margin: 0;
    word-break: break-word; }
    .postBlock__content h2 a {
      color: #000000;
      text-decoration: none; }
      .postBlock__content h2 a:hover {
        text-decoration: underline; }
  .postBlock__content p {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin: 0; }
    .postBlock__content p a {
      display: inline-block;
      color: #1a6dbb;
      border-bottom: 1px dotted #1a6dbb;
      text-decoration: none;
      transition: 0.25s all ease; }
      .postBlock__content p a:hover {
        border-color: transparent; }

.symbols {
  list-style-type: none; }

.glossary__letters br {
  display: none; }

.glossary__letters a {
  color: #000;
  display: inline-block;
  padding: 2px; }

.scrollTop {
  position: fixed;
  z-index: 1000;
  width: 30px;
  height: 30px;
  bottom: 20px;
  right: 20px;
  cursor: pointer; }
  .scrollTop svg {
    width: 100%;
    height: 100%; }

.symbols {
  margin: 0;
  padding: 0; }
  .symbols__item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    @media (max-width: 958px) {
      .symbols__item {
        display: block; } }
    .symbols__item:last-of-type {
      margin-bottom: 0;
      border-bottom: none; }
  .symbols__img {
    width: 35%; }
    @media (max-width: 958px) {
      .symbols__img {
        width: 100%; } }
    .symbols__img img {
      width: 100%; }
  .symbols__content {
    width: 65%;
    padding-left: 20px; }
    @media (max-width: 958px) {
      .symbols__content {
        width: 100%;
        padding-left: 0; } }
.error404 h1{
  font-size:100px;
  color:white;
  margin-bottom:30px;
  text-align:center;
  line-height:1.1;
  margin-top:20px;
}
.error404 h2{
  font-size:40px;
  color:white;
  text-align:center;
  line-height:1.1;
}
.error404 h4{
  font-size:22px;
  color:white;
  text-align:center;
  line-height:1.1;
}
.first-screen .container{
  text-align:left;
  padding-bottom:40px;
}
.header-language {
	max-width: 70px;
	margin-right: 60px;
	height: 46px;
}
.widget_polylang {
	position: relative;
}
.header-language .dropdown-toggle {
	padding: 5px 0;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	border-radius: 0;
	width: 46px;
	height: 46px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: none !important;
	text-align:center;
}
.language-span {
	width: 34px;
	line-height: 28px;
	border-radius: 100%;
	background-color: transparent;
	height: 34px;
	display: inline-block;
	color: #1c1c1a;
	font-size: 16px;
	font-weight:bold;
	text-transform: uppercase;
	transition: box-shadow 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.language-span:hover{
	color: #ab8b59;
	transition: box-shadow 0.2s ease, color 0.2s ease, border 0.2s ease;
}
.header-language .dropdown-toggle i {
    border-radius: 100%;
    border: none;
    font-size: 1.4rem;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
    left: 0;
    background: transparent;
    color: #1c1c1a;
}
.header-language .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
		text-align: center;
    display: none;
    left: 0 inherit;
    right: 0;
}
.header-language .dropdown-menu.active{
	display:block;
}
.header-language .dropdown-menu .current-lang{
}
.header-language ul.dropdown-menu {
    min-width: auto;
}
.header-language .dropdown-menu.show {
	background-color: white;
	border-radius: 0;
	border: none;
	margin-top: 0;
	width: 40px;
	padding: 11px 10px 5px 10px;
	top: 3px !important;
	left: 3px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}
.header-language .dropdown-menu a{
	color:#212529;
}
.header-language .dropdown-menu i{
	cursor:pointer;
	color:#212529;
	font-size: 1.4rem;
}
.dropdown-menu.show .lang-item {
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	text-decoration:none;
	color: rgb(255, 255, 255);
  text-transform: uppercase;
	padding:2px 0;
}
.dropdown-menu.show .lang-item a{
 text-decoration:none;
}
.dropdown-menu.show .lang-item a:hover{
	color: #ab8b59;
	text-decoration:underline;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 3% auto 3% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
	max-width: 460px;
	max-height: calc(90%);
  overflow: auto;
}

/* The Close Button */
#myModal .close {
	color: black;
	float: right;
	font-size: 48px;
	font-weight: bold;
	position: absolute;
	right: -15px;
	top: -50px;
}

#myModal .close:hover,
#myModal .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Customize the label (the container) */
.ckeckbox_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
	line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	width: auto;
  min-width: 40%;
}

/* Hide the browser's default checkbox */
.ckeckbox_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.ckeckbox_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ckeckbox_container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.ckeckbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.ckeckbox_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
button#myBtn{
	height: 40px;
	width: 100%;
	padding: 0 8px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #232323;
	outline: none;
	cursor: not-allowed;
	opacity:0.4;
	width: 160px;
	border: 1px solid #232323;
	border-radius: 4px;
	transition: 0.25s all ease;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
}
button#myBtn.allow{
	cursor:pointer;
	opacity:1;
	transition: 0.2s ease;
}
button#myBtn.allow:hover{
	background: #000;
	border-color: #000;
	color: #fff;
}
.ckeckbox_block{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0 20px 40px;
	width: 60%;
  margin: auto;
}
body.no_scroll{
	overflow:hidden;
}
#myModal .wrap-min{
	margin: 20px auto;
}
#myModal .form-block{
	position: relative;
}
.page-template-form-page .extra-page__txt{
	display:flex;
	position:relative;
}
.page-template-form-page .extra-page__txt .full-width{
	position: absolute;
  left: 0;
}
.extra-page__image{
	padding: 23px 35px 0 0;
	width: 100%;
	min-width: 400px;
}
.extra-page__image img{
	border: 2px solid;
}
.page-template-form-page .social--footer{
	display:none !important;
}
.page-template-form-page .page-title{
	text-align:center;
	margin-bottom: 1.3em;
}
.grecaptcha-badge{
	bottom:100px !important;
}
.page-template-form-page .extra-page__content_inner{
	padding-bottom: 240px;
}
.page-template-form-page .extra-page__content{
	padding-top:20px;
}
@media (max-width: 958px) {
	.grecaptcha-badge{
	  bottom:20px !important;
  }
	.extra-page__image{
		display:none;
	}
	.menu-main__close{
		top: 7px;
	}
	.menu-main__bar{
		padding: 10px 15px;
	}
	.social-block a{
		margin-right: 4px;
	}
	.header__wrap{
		flex: inherit;
	}
	.header-language{
    margin-left: 80px;
    margin-right: 0;
	}
	.ckeckbox_container{
		width:90%;
		font-size: 18px;
		margin-bottom:15px;
	}
	.modal-content{
		width:95%;
		padding: 10px;
		max-height: calc(96%);
		margin: 10px auto;
	}
	button#myBtn{
		margin-top:5px;
	}
	.page-template-form-page .extra-page__txt .full-width{
		position:relative;
	}
	.ckeckbox_block{
		width:100%;
		padding: 20px 0 20px 0px;
	}
	.page-template-form-page .extra-page__content_inner{
		padding-bottom:0;
	}
	.toggle-menu{
		right: auto;
    left: 0;
	}
	.header__logo{
		display:none;
	}
	.header__wrap{
		flex-grow: 1;
	}
}

.tg_text{
	text-align: center;
	width:100%;
	margin: 7px 0 24px;
	text-transform: uppercase;
}

.tg_link{
	display:flex;
	width:100%;
	background-color:#039BE5;
	color:white;
	text-decoration:none;
	justify-content:center;
	align-items: center;
	height:44px;
transition: background-color .2s ease;

}
.tg_link:hover{
	background-color:#0084ff;
transition: background-color .2s ease;
}
.tg_link:before{
	content: url("../img/svg/tg.svg");
	display:block;
	margin-right:8px;
}

#myModal .close {
	font-weight: 100;
	font-size: 35px;
}

#myModal .wrap-min, .callback-block{
	margin: 0;
	padding: 0;
}

.callback-block{
	background: none;
}

.modal-content{
	padding: 52px 32px 32px;
	width: 100%;
    max-width: 550px;
}

.callback-block__title{
	margin: 0 0 14px 0;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
}

.form-block textarea{
	height: 105px;
}

.form-block .wpcf7-submit{
	width: 100%;
}

.form-wrap .form-left{
	display: flex;
	flex-direction: column;
	gap: 13px;
	margin-bottom: 13px;
	justify-content: space-between;
}
.form-block .wpcf7-form-control-wrap{
	margin: 0px 0px 0px 0px;
}

.header-language{
	
}



/* Контейнер */
.widget_polylang {
  position: relative;
  display: inline-block;
  font-family: Arial, sans-serif;
	margin-top:7px;
}

/* Список */
.widget_polylang ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* По умолчанию показываем только активный пункт */
.widget_polylang ul li {
  display: none;
}

.widget_polylang ul li.current-lang {
  display: block;
}

.widget_polylang ul li a {
  text-decoration: none;
  color: #333;
  padding: 8px 12px;
  display: block;
  background: #fff;   /* только белый фон */
}

/* При наведении показываем все */
.widget_polylang:hover ul li {
  display: block;
}

.widget_polylang ul li:not(.current-lang) a {
  background: #fff;
}

.widget_polylang ul li:not(.current-lang) a:hover {
  background: #f9f9f9; /* лёгкий оттенок при наведении */
}
