@charset "windows-1251";
:root {
  --main-color: #7e0019;
  --main-color-medium: #84246f;
  --main-color-light: #eeeff0;
  --main-color-hover: #ece4ea;
  --divider-color: #dfdfdf;
  --divider-color-medium: #ccc8cb;
  --tag-color: #622154;
  --tag-text-color: #fff;
  --adv-color: #4080ff;
  --caption-color: #888;
  --link-border-color: #c77f90;
  --link-hover-color: #c77f90;
  --img-border-radius: 8px;
  --tag-border-radius: 50px;
  --dark-color: #111;
  --dark-menu: #622154;
  --img-aspect-ratio: 1.7865/1
}
a, b, body, div, form, h1, h2, h3, h4, h5, h6, html, i, img, label, li, p, q, s, span, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}
*, :after {
  box-sizing: border-box;
  box-sizing: border-box
}
body {
  font-family: fira sans, sans-serif
}
input {
  vertical-align: middle;
  font-family: fira sans, sans-serif
}
a {
  text-decoration: none;
  color: #1a1a1a
}
@font-face {
  font-family: CyGrotesk;
  font-display: swap;
  src: local("CyGroteskWideBold"), url(../fonts/CyGrotesk-WideBold.woff2) format("woff2");
  font-weight: 800
}
.header_main {
  background: var(--main-color)
}
.header_main.active_m, .header_main.active_s {
  background: var(--dark-menu)
}
.footer {
  background: var(--main-color);
  margin-top: 80px;
  padding: 50px 0
}
.layout_wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto
}
.layout_wrapper_article, .layout_wrapper_news {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto
}
.header_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
  position: relative
}
.section_title {
  display: flex;
  align-items: center;
  padding: 11px 0 13px 0;
  margin: 0 20px 25px 20px;
  font-family: CyGrotesk, Helvetica, Arial, sans-serif;
  justify-content: center;
  font-size: 27px;
  text-transform: uppercase;
  font-weight: 400;
  border-top: var(--dark-color) 1px solid;
  border-bottom: var(--dark-color) 1px solid
}
.section_title > h3 {
  font-weight: 800
}
.section_title a:hover {
  color: var(--link-hover-color)
}
.section_sm_title {
  display: flex;
  align-items: center;
  padding: 0 0 17px 0;
  margin: 0 20px;
  font-family: CyGrotesk, Helvetica, Arial, sans-serif;
  font-size: 25px;
  text-transform: uppercase
}
.section_sm_title > h3 {
  font-weight: 800
}
.section_sm_title a:hover {
  color: var(--link-hover-color)
}
.section_main_wrapper {
  display: flex;
  margin-top: 30px
}
.section_main_news {
  width: 25%
}
.article_label {
  display: inline-block;
  position: relative;
  top: -3px;
  background: var(--main-color);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  padding: 3px 11px 1px 11px;
  border-radius: 50px;
  line-height: 12px;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: middle
}
.post_article .article_label, .post_news .article_label {
  font-size: 14px;
  font-weight: 700;
  padding: 0 0 10px 0;
  background: 0 0;
  color: var(--main-color)
}
.post_article .article_label {
  display: block;
  text-align: center;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto
}
.article_news {
  padding-top: 14px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 13px;
  width: 100%;
  position: relative
}
.article_news .article_date {
  font-size: 10px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_news .article_title {
  display: inline;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 400;
  padding-bottom: 5px
}
.article_news .article_title a:hover {
  color: var(--link-hover-color)
}
.article_news .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.article_news .article_label {
  display: inline-block;
  font-size: 11px;
  padding: 3px 11px 1px 11px;
  margin-right: 6px;
  background: var(--tag-color);
  color: var(--tag-text-color);
  border-radius: var(--tag-border-radius);
  text-transform: uppercase;
  line-height: 1.2em;
  position: relative;
  top: -2px
}
.article_search {
  padding-top: 14px;
  border-top: var(--divider-color) 1px solid;
  margin-top: 13px;
  width: 100%;
  position: relative;
  display: flex
}
.article_search .article_date {
  font-size: 10px;
  line-height: 1.1em;
  color: var(--dark-color);
  text-transform: uppercase;
  padding: 5px 0 5px 0
}
.article_search .article_title {
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 700;
  padding-bottom: 5px
}
.article_search .article_text {
  font-size: 14px;
  padding-bottom: 5px
}
.article_search .article_title a:hover {
  color: var(--link-hover-color)
}
.article_search .article_number {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 400;
  margin-top: 2px;
  width: 40px;
  flex: 0 0 40px
}
.article_search .article_title a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2
}
.header_top {
  margin: 6px auto 3px auto;
  display: flex;
  justify-content: center;
  width: 107px
}
.header_top > a {
  display: inline-block;
  width: 110px
}
.header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 20px;
  transition: all 60ms ease-out
}
.header_logo {
  width: 200px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 22px;
  transition: all 60ms ease-out
}
.header_logo .header_logo_img {
  vertical-align: bottom
}
.footer_logo {
  justify-content: center;
  margin: 0 auto 20px auto;
  width: 200px
}
.main_menu_wrapper {
  border-bottom: var(--divider-color) 1px solid
}
.main_menu {
  list-style: none;
  display: flex;
  padding: 6px 0 4px 0;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px
}
.main_menu > li {
  padding: 8px 6px;
  white-space: nowrap
}
.main_menu > li a:hover {
  color: var(--link-hover-color)
}
.top_menu_link, .top_search_link {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 5px 0;
  position: relative
}
.top_menu_link:hover, .top_search_link:hover {
  opacity: .8
}
.top_menu_link .options_text {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
  vertical-align: bottom;
  padding-top: 1px
}
.top_options_club {
  border: #fff 3px solid;
  border-radius: var(--tag-border-radius);
  background-color: var(--main-color);
  padding: 4px 18px;
  display: flex;
  align-items: center;
  margin-left: 5px
}
.top_options_club:hover {
  opacity: .8
}
.top_options_club .options_text {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 1em;
  padding: 5px
}
.header_wrapper_c {
  flex-grow: 2
}
.footer_copy {
  font-size: 14px;
  text-align: center
}
.footer_info {

  font-size: 14px;
  text-align: center;
  max-width: 1000px;
  padding: 20px;
  margin: 0 auto
}
.footer_info a {
  color: #fff;
  text-decoration: underline
}
.footer_menu {
  list-style: none;
  font-size: 13px;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
}
.footer_menu > li {
  display: inline-block;
  padding: 6px 6px;
  white-space: nowrap;
  font-weight: 700
}
.footer_menu > li a:hover {
  opacity: .8
}
.footer_social_wrapper {
  display: flex;
	flex-wrap: wrap;
  justify-content: center
}
.footer_social_wrapper a:hover {
  opacity: .8
}
.section_menu {
  padding: 0 20px 10px 20px;
  max-width: 100%;
  display: block;
  margin-bottom: -20px
}
.section_menu a, .section_menu span {
  display: inline-block;
  position: relative;
  color: var(--dark-color);
  padding: 9px 14px 8px 14px;
  margin-right: 6px;
  margin-bottom: 8px;
  border: var(--dark-color) 1px solid;
  border-radius: 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px
}
.section_menu a.section_menu_item_active, .section_menu span.section_menu_item_active {
  border: var(--main-color) 1px solid;
  border-radius: var(--tag-border-radius);
  background: var(--main-color);
  color: #fff;
  font-weight: 400
}
.section_menu a:not(.section_menu_item_active):hover {
  color: var(--link-hover-color);
  border-color: var(--link-hover-color)
}
.section_author_info {
  padding: 35px 20px;
  background: var(--main-color-light);
  margin: 20px;
  border-radius: var(--img-border-radius);
  display: flex;
  align-items: center
}
.section_author_info_media {
  width: 270px;
  height: 270px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
  flex: 0 0 270px
}
.section_author_info_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.section_author_info_name {
  font-family: CyGrotesk, Helvetica, Arial, sans-serif;
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  padding-bottom: 6px
}
.section_author_info_description {
  font-size: 19px;
  font-weight: 700
}
.section_author_info_social {
  padding: 12px 0;
  display: flex
}
.section_author_info_social > a {
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: var(--dark-color) 1px solid;
  margin-right: 9px
}
.section_author_info_social > a:hover {
  color: var(--link-hover-color);
  border: var(--main-color) 1px solid
}
.section_author_info_social > a:hover svg * {
  fill: var(--link-hover-color) !important
}
.icon_close, .icon_menu {
  margin-right: 8px;
  overflow: hidden;
  display: inline-block;
  width: 25px;
  height: 25px
}
.top_menu_link .icon_close {
  display: none
}
.top_menu_link.active .icon_menu {
  display: none
}
.top_menu_link.active .icon_close {
  display: block
}
.top_search_link .icon_close {
  display: none
}
.top_search_link.active .icon_search {
  display: none
}
.top_search_link.active .icon_close {
  display: block
}
.icon_search {
  margin-right: 8px;
  overflow: hidden;
  display: inline-block;
  width: 25px;
  height: 25px
}
.footer_social_wrapper .icon_fb {
  margin: 6px;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #fff 3px solid;
  border-radius: 50%
}
.footer_social_wrapper .icon_twitter {
  margin: 6px;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #fff 3px solid;
  border-radius: 50%
}
.footer_social_wrapper .icon_youtube {
  margin: 6px;
  overflow: hidden;
  display: inline-block;
  width: 50px;
  height: 50px;
  border: #fff 3px solid;
  border-radius: 50%
}
.post_news {
  padding: 30px 20px
}
.post_news_header {
  max-width: 770px
}
.post_news_title {
  font-size: 42px;
  line-height: 1.1em;
  font-weight: 700;
  padding-bottom: 10px
}
.post_news_date {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3em
}
.post_news_author {
  font-weight: 700
}
.post_news_date a {
  color: var(--main-color-medium)
}
.post_news_date a:hover {
  opacity: .8
}
.post_article_body, .post_news_body {
  width: 100%;
  max-width: 770px;
  overflow: hidden;
  margin-right: 60px
}
.post_news_body_wrapper {
  display: flex;
  margin-top: 20px;
  margin-top: 20px
}
.post_article_body_wrapper {
  display: flex;
  margin-top: 20px;
  padding: 0 20px
}
.post_article_text, .post_news_text {
  font-weight: 300;
  line-height: 1.4em;
  font-size: 1.1em
}
.post_article_text p, .post_news_text p {
  padding: 10px 0
}
.post_article_text a, .post_news_text a {
  color: inherit;
  box-shadow: inset 0 -2px var(--link-border-color);
  border-bottom: none
}
.post_article_text a:hover, .post_news_text a:hover {
  color: var(--main-color);
  box-shadow: inset 0 -2px var(--main-color)
}
.post_news_text h2 {
  padding: 18px 0 10px 0;
  font-size: 28px;
  line-height: 1.15em
}
.post_article_text h2 {
  padding: 12px 0 10px 0;
  font-size: 32px;
  line-height: 1.15em
}
.post_news_text h3 {
  padding: 18px 0 10px 0;
  font-size: 22px;
  line-height: 1.15em
}
.post_article_text h3 {
  padding: 18px 0 10px 0;
  font-size: 24px;
  line-height: 1.15em
}
.post_news_social {
  padding: 0;
  display: flex;
  position: relative
}
.post_article_social {
  margin: 15px auto 15px auto;
  display: flex;
  position: relative
}
.post_article_social > a, .post_news_social > a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: var(--dark-color) 3px solid;
  margin-right: 8px
}
.post_article_social > a:hover, .post_news_social > a:hover {
  color: var(--link-hover-color);
  border: var(--link-hover-color) 3px solid
}
.post_article_social > a:hover svg *, .post_news_social > a:hover {
  fill: var(--link-hover-color) !important
}
.post_article_service, .post_news_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px
}
.post_article {
  padding: 0 0 30px 0
}
.post_article_header {
  overflow: hidden;
  margin-bottom: 0;
  height: auto;
  position: relative;
  max-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column
}
.post_article_header_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .9)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
  padding: 12% 0 40px 0;
  z-index: 2
}
.post_article_header img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.post_article_header_content .post_article_title {
  color: #fff;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  font-size: 52px;
  line-height: 1.1em;
  padding: 0 20px 14px 20px;
  font-weight: 700;
  text-align: center
}
.post_article_date {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.3em;
  max-width: 1170px;
  padding: 0 20px 0 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}
.post_article_date a {
  color: #fff
}
.post_article_date a:hover {
  opacity: .8
}
.post_article_service {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 20px;
  border-bottom: var(--divider-color) 1px solid;
  padding-bottom: 0
}
.post_article_header_media_about {
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
  max-width: 1170px;
  padding: 0 20px 0 20px;
  margin-left: auto;
  margin-right: auto;
  opacity: .8;
  text-align: right
}
.post_article_header_media .post_article_header_media_about {
  display: none
}
.section_title_sm {
  font-size: 22px
}
.post_article_text ul, .post_news_text ul {
  list-style: none;
  display: block;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 20px
}
.post_article_text ul li, .post_news_text ul li {
  position: relative;
  padding: 10px 0 10px 10px
}
.post_article_text ul li:before, .post_news_text ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #111;
  position: absolute;
  left: -18px;
  top: 18px;
  z-index: 2
}
.post_article_header_media .post_article_header_media_about {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  max-width: 1400px
}
.post_article_author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px
}
.post_article_author_media {
  width: 100px;
  height: 100px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  flex: 0 0 100px
}
.post_article_author_media img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.post_article_author_name {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700
}
.post_article_author_name > span {
  display: block;
  font-size: 18px;
  text-transform: none;
  font-weight: 400
}
.post_article_author_name a {
  color: var(--main-color-medium)
}
.post_article_author_name a:hover {
  opacity: .8
}
.header {
  position: sticky;
  top: 0;
  z-index: 10
}
.header_sm .header_wrapper {
  padding-top: 12px;
  padding-bottom: 12px;
	height: 59px;
}
.header_sm .header_logo {
  top: 16px
}
.header_sm .header_logo, .footer_logo {
  width: 200px;
  height: auto
}
.section_search {
  padding: 30px 20px
}
.search_form {
  width: 100%;
  display: table;
  position: relative
}
.search_form > div {
  display: table-cell;
  width: 100%
}
.search_field {
  width: 100%;
  border: var(--dark-color) 1px solid;
  padding: 15px 10px;
  color: var(--dark-color);
  font-size: 16px;
  padding-right: 120px
}
.search_button {
  background: var(--main-color);
  padding: 12px 35px;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 20px;
  font-weight: 700;
  font-stretch: normal !important;
  font-size: 14px;
  line-height: 1em;
  position: absolute;
  top: 6px;
  right: 6px
}
input[placeholder] {
  text-overflow: ellipsis
}
.section_search_title {
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1.1em
}
.popup {
  position: absolute;
  display: block;
  top: 59px;
  left: 0;
  background-color: var(--dark-menu);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
  z-index: 1000;
  transition: opacity .3s ease-in-out;
  width: 100%;
  padding: 20px
}
.menu_popup, .search_popup {
  display: none
}
.top_menu_wrapper {
  display: flex;
  padding: 40px 20px 80px 20px;
  justify-content: center
}
.search_form_wrapper {
  max-width: 900px;
  padding: 40px 20px 80px 20px;
  margin-left: auto;
  margin-right: auto
}
.search_form_wrapper .search_button {
  background: var(--main-color);
  border: #fff 3px solid;
  padding: 10px 28px;
  box-sizing: border-box
}
.top_menu_title {
  font-size: 11px;
  text-transform: uppercase;
  padding-bottom: 16px;
  opacity: .5;
  color: #fff
}
.top_menu_item {
  width: 25%;
  padding: 20px
}
.top_menu_item a:hover {
  opacity: .8
}
.top_menu, .top_menu_proj, .top_menu_sp {
  list-style: none
}
.top_menu a, .top_menu_proj a, .top_menu_sp a {
  color: #fff
}
.top_menu li {
  padding: 4px 0;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 700
}
.top_menu_sp li {
  padding: 3px 0;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 400
}
.top_menu_proj li {
  padding: 4px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400
}
.search_form_wrapper .search_button:hover {
  opacity: .8
}
.tooltip {
  position: absolute;
  top: 26px;
  left: 0;
  font-size: 12px;
  line-height: 1.1em;
  text-transform: uppercase;
  display: none;
  padding: 8px 16px;
  background-color: var(--dark-color);
  color: #fff;
  border-radius: 20px;
  white-space: nowrap
}
.section_service {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px 80px 20px;
  text-align: center
}
.section_service_title {
  font-family: CyGrotesk, Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 400
}
.section_service ~ .layout_wrapper_article {
  text-align: center;
  min-height: 380px
}
.post_quizz_header_content {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2
}
.post_quizz_header_content_wrapper {
  background: var(--main-color-light);
  padding: 40px 40px;
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.post_quizz_header_content .post_article_title {
  text-align: center;
  font-size: 48px;
  line-height: 1.1em;
  padding: 0 20px 14px 20px
}
.quizz_heading {
  color: var(--main-color);
  font-family: CyGrotesk, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px
}
.quizz_heading:before {
  content: "";
  background: var(--main-color);
  width: 20%;
  height: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px
}
.quizz_heading:after {
  content: "";
  background: var(--main-color);
  width: 20%;
  height: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px
}
.quizz_heading a {
  color: var(--main-color)
}
.post_quizz_header_content .post_article_date {
  color: var(--dark-color)
}
.post_quizz_header_content .post_article_date a {
  color: var(--main-color-medium)
}
.post_quizz_header_content .post_article_header_media_about {
  display: none
}
.layout_wrapper_quizz {
  background: var(--main-color-light);
  max-width: 850px;
  width: 100%;
  margin-left: auto;
  margin-right: auto
}
.layout_wrapper_quizz .post_article_service {
  margin: 0;
  border-bottom: var(--divider-color-medium) 1px solid;
  border-top: var(--divider-color-medium) 1px solid;
  padding: 0 20px
}
.quizz_box {
  padding: 10px 0
}
.quizz_box_title {
  font-weight: 700;
  padding: 6px 0 12px 0;
  font-size: 36px;
  text-align: center
}
.post_quizz_body_wrapper {
  padding: 20px
}
.quizz_box_answers {
  padding: 20px 0
}
@media screen and (min-width:1200px) {
  .post_article_text h2 {
    font-size: 28px
  }
}
@media screen and (max-width:1200px) {
  .main_menu {
    max-width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px
  }
  .main_menu > li {
    display: inline-block;
    white-space: normal;
    overflow: hidden;
    vertical-align: top
  }
  .section_menu {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap
  }
  .post_article_header_content .post_article_title {
    font-size: 48px
  }
  .post_quizz_header_content {
    position: static;
    order: 2
  }
  .post_article_header_quizz {
    max-height: none
  }
  .post_quizz_header_content .post_article_title {
    font-size: 42px
  }
}
@media screen and (max-width:989px) {


  .header_wrapper {
    padding: 12px 20px
  }
  .top_menu_link .options_text {
    display: none
  }
  .top_options_club {
    border: #fff 3px solid;
    padding: 2px 8px 1px 8px;
    display: flex
  }
  .top_options_club .options_text {
    font-size: 10px
  }
  .header_logo {
    top: 20px
  }
  .post_article_body_wrapper, .post_news_body_wrapper {
    flex-wrap: wrap
  }
  .post_article_body, .post_news_body {
    max-width: 100%;
    margin-right: 0
  }
  .post_article_header_content .post_article_title {
    font-size: 42px
  }
  .post_article_header_content {
    padding-bottom: 20px
  }
  .top_menu_item {
    width: 33.333333%
  }
}
@media screen and (max-width:820px) {
  .section_main_wrapper {
    flex-wrap: wrap
  }
  .section_main_news {
    width: 100%
  }
  .section_title {
    font-size: 22px
  }
  .section_main_news .section_sm_title {
    display: flex;
    padding: 11px 0 13px 0;
    margin: 0 20px 25px 20px;
    font-family: CyGrotesk, Helvetica, Arial, sans-serif;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
    border-top: var(--dark-color) 1px solid;
    border-bottom: var(--dark-color) 1px solid
  }
  .section_main {
    margin-bottom: 30px
  }
  .header_wrapper_l {
    order: -2
  }
  .header_wrapper_s {
    order: -1
  }
  .icon_search {
    margin: 0 0 0 6px
  }
  .section_author_info_media {
    width: 180px;
    height: 180px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 35px;
    flex: 0 0 180px
  }
  .section_author_info_name {
    font-size: 22px
  }
  .post_article_header_content .post_article_title, .post_news_title {
    font-size: 32px
  }
  .post_article_text h2 {
    padding: 16px 0 10px 0;
    font-size: 30px
  }
  .post_article_text h3 {
    padding: 16px 0 10px 0;
    font-size: 24px
  }
  .top_menu_wrapper {
    padding: 30px 0
  }
  .search_form_wrapper {
    padding-left: 0;
    padding-right: 0
  }
  .search_form_wrapper .search_button {
    padding-left: 22px;
    padding-right: 22px
  }
  .popup {
    padding: 20px 12px
  }
  .top_menu_wrapper {
    flex-wrap: wrap
  }
  .top_menu_item {
    width: 100%
  }
  .menu_popup {
    overflow: auto;
    height: 100vh
  }
  .top_menu_wrapper .top_menu_item:last-child {
    margin-bottom: 120px
  }
}
@media screen and (max-width:640px) {
  .article_news .article_title {
    font-size: 18px
  }
  .header_wrapper, .post_article_author, .post_article_body_wrapper, .post_article_date, .post_article_header_content .post_article_title, .post_news, .section_menu, .section_search {
    padding-left: 12px;
    padding-right: 12px
  }
  .post_article_service, .section_main_news .section_sm_title, .section_title {
    margin-left: 12px;
    margin-right: 12px
  }
  .main_menu {
    margin-left: 0;
    margin-right: 0
  }
  .top_menu_item {
    padding-left: 0;
    padding-right: 0
  }
  .main_menu {
    padding-left: 0;
    padding-right: 0
  }
  .post_article_header_content {
    position: static;
    background: 0 0;
    padding: 24px 0 0 0
  }
  .post_article_header_content .post_article_header_media_about {
    display: none
  }
  .post_article_header_media {
    /*padding: 24px 20px 0 20px*/
  }
  .post_quizz_header_content ~ .post_article_header_media {
    padding-top: 0
  }
  .post_article_header {
    max-height: none
  }
  .post_article_header_content .post_article_title {
    color: var(--dark-color)
  }
  .post_article_date {
    color: var(--dark-color)
  }
  .post_article_date a {
    color: var(--main-color-medium)
  }
  .post_article_date a:hover {
    opacity: .8
  }
  .post_article_header img {
/*    width: 138%;
    margin: 0 -19%;*/
    height: auto;
    vertical-align: bottom
  }
  .post_article_header_content .post_article_title, .post_news_title {
    font-size: 28px
  }
  .post_article_header_media .post_article_header_media_about {
    position: absolute;
    bottom: 10px;
    right: 0;
    display: block
  }
  .section_service_title {
    font-size: 36px
  }
  .post_quizz_header_content .post_article_title {
    font-size: 28px
  }
  .post_quizz_header_content_wrapper {
    padding: 30px 20px
  }
  .post_quizz_header_content .post_article_title {
    padding-left: 0;
    padding-right: 0
  }
}
@media screen and (max-width:520px) {
  .top_options_club .options_text {
    font-size: 9px
  }
  .top_options_club .options_text {
    padding: 5px 0
  }
  .top_options_club {
    margin-right: -4px
  }
  .section_author_info {
    flex-wrap: wrap
  }
  .section_author_info_media {
    width: 100%;
    width: 190px;
    height: 190px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 35px;
    flex-basis: auto;
    margin: 0 auto 18px auto
  }
  .post_article_author_name {
    font-size: 18px
  }
  .post_article_author_name > span {
    font-size: 15px
  }


  .post_article_text h2, .post_news_text h2 {
    padding: 16px 0 10px 0;
    font-size: 26px
  }
  .post_article_text h3, .post_news_text h3 {
    padding: 16px 0 10px 0;
    font-size: 22px
  }
}
@media screen and (max-width:380px) {
  .footer_logo, .header_logo, .header_sm .header_logo {
    width: 160px
  }
  .header_logo {
    top: 19px
  }
  .header_sm .header_logo {
    top: 19px
  }
}
.quizz_heading {
  color: var(--main-color);
  font-family: CyGrotesk, Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 12px;
  margin-top: 6px
}
.quizz_heading:before {
  content: "";
  background: var(--main-color);
  width: 20%;
  height: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px
}
.quizz_heading:after {
  content: "";
  background: var(--main-color);
  width: 20%;
  height: 3px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px
}
.quizz_heading a {
  color: var(--main-color);
  box-shadow: none
}
.quizz_button {
  background: #bce0c3;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding: 14px 10%;
  box-sizing: border-box
}
.quizz_button:disabled {
  opacity: .6
}
.quizz_button_empty {
  color: #4a5d32;
  border: #4a5d32 1px solid;
  background: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 6%;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "fira sans", sans-serif;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto
}
.quizz_button:hover {
  background: #4390b5
}
.quizz_button:disabled:hover {
  background: #bce0c3
}
.quizz_button_empty:hover {
  transition: color .3s ease 0s;
  opacity: .85
}
.quizz_button_wrap {
  padding: 25px 0;
  text-align: center
}
.quizz_box_title a {
  color: #111;
  font-weight: 400
}
.quizz_box_title a:hover {
  text-decoration: none
}
.quizz_box {
  padding: 10px 0;
  max-width: 1000px;
  margin: auto
}
.quizz_box_title {
  font-weight: 700;
  line-height: 1.1em;
  color: #111;
  padding: 6px 0;
  font-size: 32px;
  text-align: left
}
.quizz_box .quizz_button {
  padding: 14px 5%
}
.quizz_box_answers {
  padding: 20px 0
}
.quizz_box_image {
  margin: 10px 0 -10px 0;
  position: relative
}
.quizz_box_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-radius: var(--img-border-radius)
}
input[type=radio] {
  display: none
}
.quizz_box_answers input[disabled] + label {
  cursor: default
}
.quizz_box_answers input[disabled] + label:before {
  border-color: #aaa
}
.quizz_box_answers input[disabled]:hover + label:before {
  border-color: #aaa;
  border: #aaa 1px solid
}
.quizz_box_answers input:checked + label {
  z-index: 9;
  background: #bce0c3;
  color: #111
}
.quizz_box_answers input:checked + label:before {
  left: 15px;
  top: 16px
}
.quizz_box_form_checked .quizz_box_answers input:checked + label:before {
  left: 6px;
  top: 7px
}
.quizz_box_answers label {
  font-size: 1rem;
  line-height: 1.4em;
  cursor: pointer;
  display: block;
  padding: 15px 13px 17px 55px;
  position: relative;
  border: #dadada 1px solid;
  background: #fff;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: -1px;
  font-size: 18px;
  font-weight: 400;
  box-sizing: border-box
}
.quizz_box_answers label:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 16px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid var(--main-color);
  box-sizing: border-box
}
.quizz_box_answers input:hover + label:before {
  border-width: 4px;
  width: 23px;
  height: 23px
}
.quizz_box_answers input:checked + label:before {
  border: #fff 4px solid
}
.quizz_box_answers input:checked[disabled]:hover + label:before {
  border-color: #fff;
  border: #fff 4px solid
}
.quizz_box_form_checked .quizz_box_answers label {
  cursor: auto
}
.quizz_box_form_checked .quizz_box_answers label:before {
  display: none
}
.quizz_box_answers label.wrong {
  color: #c27386
}
.quizz_box_answers label.correct.active {
  z-index: 9
}
.quizz_box_answers label.wrong.active {
  background: #e5ccd1;
  z-index: 9
}
.quizz_box_answers label.correct:before {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-width: 3px; %7D .cls-2 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M16.883,23.443L13.875,20.5,12,22.358,16.888,27,27,15.858,25.108,14Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0;
  color: #fff;
  border: none !important;
  left: 6px;
  top: 7px
}
.quizz_box_answers label.correct.active:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-width: 3px; %7D .cls-2 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M16.883,23.443L13.875,20.5,12,22.358,16.888,27,27,15.858,25.108,14Z'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover
}
.quizz_box_answers label.wrong:before {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23000; stroke-width: 3px; %7D .cls-2 %7B fill-rule: evenodd; %7D %3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='19.5' cy='20.5' r='16.5'/%3E%3Cpath class='cls-2' d='M25.578,12.686L19.5,18.764l-6.078-6.078-1.737,1.737L17.764,20.5l-6.078,6.078,1.737,1.737L19.5,22.237l6.078,6.078,1.737-1.737L21.237,20.5l6.078-6.078Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 0;
  color: #fff;
  border: none !important;
  left: 12px;
  top: 15px
}
.quizz_box_answers input:hover + label.correct:before {
  border-width: 1px;
  width: 21px;
  height: 21px
}
.quizz_box_answers input:hover + label.correct:before, .quizz_box_answers input:hover + label.wrong:before {
  width: 40px;
  height: 40px
}
.quizz_box_description {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity .5s linear;
  position: absolute
}
.quizz_box_description.fadeOut {
  position: relative;
  visibility: visible;
  opacity: 1
}
.quizz_box_description a {
  text-decoration: underline
}
.quizz_box_image_about {
  color: #9b9b9b;
  position: absolute;
  bottom: 0;
  padding: 5px 20px
}
.quizz_box_result_image {
  margin: 15px 0 -10px 0;
  position: relative;
  border-radius: var(--img-border-radius)
}
.quizz_box_result_image img {
  width: 100%;
  height: auto;
  vertical-align: bottom
}
.quizz_box_result {
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 150px
}
.quizz_box_result .quizz_box_result_title {
  font-size: 42px;
  padding: 0;
  margin-bottom: -8px;
  color: #111;
  font-weight: 800
}
.quizz_box_result .quizz_box_result_number {
  font-size: 62px;
  line-height: 1.2em;
  padding: 0;
  color: #111;
  font-weight: 400
}
.quizz_box_result_image .quizz_box_result_title {
  font-size: 42px;
  line-height: 1.1em;
  padding: 0;
  margin-bottom: -8px;
  color: #fff;
  font-weight: 700;
  text-align: center
}
.quizz_box_result_image .quizz_box_result_number {
  font-family: CyGrotesk, Helvetica, Arial, sans-serif;
  font-size: 64px;
  line-height: 1.2em;
  padding: 0;
  color: #fff;
  text-align: center
}
.quizz_box_result_image .quizz_box_result_content {
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, #000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #000 100%);
  padding: 60px 0 15px 0
}
.quizz_box_result .quizz_box_result_content {
  padding: 10px 20px 10px 20px
}
.quizz_box_result_image .quizz_box_result_content {
  position: absolute;
  padding: 20px 20px 35px 20px
}
.quizz_box .article a:link, .quizz_box article a:link {
  color: #900022;
  
}
.quizz_box_result_wrap {
  border: #dadada 1px solid;
  background: #fff;
  padding: 12px 20px 20px 20px;
  margin: 45px auto 25px auto;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s, opacity .5s linear;
  position: absolute
}
.quizz_box_result_wrap.fadeOut {
  position: relative;
  visibility: visible;
  opacity: 1
}
.quizz_box_result_wrap .quizz_heading:after, .quizz_box_result_wrap .quizz_heading:before {
  background: 0 0;
  display: none
}
.quizz_box_result_wrap .quizz_button_empty {
  border-width: 1px
}
@media only screen and (min-width:1200px) {
  .quizz_title {
    font-size: 52px
  }
  .quizz_description {
    font-size: 34px
  }
  .quizz_heading {
    font-size: 27px
  }
}
@media only screen and (min-width:1024px) {
  .quizz_title {
    font-size: 46px
  }
  .quizz_description {
    font-size: 30px
  }
  .quizz_heading {
    font-size: 22px
  }
}
@media only screen and (max-width:750px) {
  .quizz-header_wrap {
    position: static
  }
  .quizz-header {
    margin: 0 auto;
    padding: 25px
  }
  .quizz-body {
    padding: 10px 25px 25px 25px
  }
  .quizz_heading {
    font-size: 20px
  }
  .quizz_description {
    font-size: 22px
  }
  .quizz_title {
    font-size: 40px
  }
  .quizz_box_result .quizz_box_result_title {
    font-size: 40px
  }
  .quizz_box_result .quizz_box_result_number {
    font-size: 42px
  }
  .quizz_box_result_image .quizz_box_result_content {
    padding: 15px 20px 25px 20px
  }
}
@media only screen and (max-width:568px) {
  .quizz-body {
    padding: 10px 10px 25px 10px
  }
  h2.quizz_box_title {
    font-size: 24px
  }
  .quizz_box_answers label {
    line-height: 1.3em;
    padding: 16px 16px 18px 50px;
    font-size: 16px
  }
  .quizz_box_answers input:checked + label {
    z-index: 9;
    padding: 13px 13px 15px 47px
  }
  .quizz_box_answers input:checked + label:before {
    left: 14px;
    top: 14px
  }
  .quizz_box_answers label:before {
    width: 18px;
    height: 18px
  }
  .quizz_box_answers input:hover + label:before {
    width: 18px;
    height: 18px
  }
  .quizz_button_wrap {
    padding: 10px 0
  }
  .quizz_box_result_image .quizz_box_result_content {
    padding: 50px 20px 30px 20px
  }
  .quizz_box_result .quizz_box_result_title {
    font-size: 30px
  }
  .quizz_box_description {
    font-size: 13px
  }
  .quizz_box_answers label.correct:before, .quizz_box_answers label.wrong:before {
    left: 6px;
    top: 7px
  }
  / .quizz_box_result_wrap .article {
    padding: 0 10px
  }
  .quizz_box_answers label.correct:before, .quizz_box_answers label.wrong:before {
    width: 34px !important;
    height: 34px !important
  }
}
@media only screen and (max-width:375px) {
  .quizz_title {
    font-size: 30px
  }
  .quizz_box_result .quizz_box_result_title {
    font-size: 24px
  }
  .quizz_heading {
    font-size: 20px
  }
  .quizz_description {
    font-size: 22px
  }
}
@media screen and (max-width:600px) {
  .quizz_box_result .quizz_box_result_title {
    font-size: 20px
  }
  h2.quizz_box_title {
    font-size: 20px;
    line-height: 1.2em
  }
  .quizz_box_result .quizz_box_result_number {
    font-size: 36px
  }
  .layout_quizz .quizz-body .quizz_box_result_wrap .article {
    padding: 0 20px
  }
  .quizz_button_wrap {
    padding: 25px 20px
  }
  .quizz_heading {
    font-size: 18px;
    padding: 6px 20px 0 20px
  }
}
.post_article_text ul li:before {
  top: 12px
}


/* up */



.container_main_nav {
  border-bottom: #e3e3e3 1px solid
}
.main_menu {
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 8px;
  overflow: hidden;
  text-align: center;
  font-weight: 800
}
.main_menu__item {
  display: inline-block;
  position: relative;
  padding: 0 8px
}
.main_menu > li:first-child {
  padding: 0 8px
}
.main_menu__item:hover {
  opacity: .82
}

.footer_menu {
  font-size: 14px;
  line-height: 1.4em;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 8px;
  overflow: hidden;
  text-align: center;
  font-weight: 800
}
.footer_menu__item {
  display: inline-block;
  position: relative;
  padding: 0 8px
}
.footer_menu > li:first-child {
  padding: 0 8px
}
.footer_menu__item:hover {
  opacity: .82
}
.footer {
  background: #f4f5f7;
  margin-top: 90px;
  padding: 50px 0
}
.footer_social {
  text-align: center
}
.footer_social_title {
  font-size: 14px;
  text-transform: uppercase
}
.footer_social_wrapper {
  padding: 10px 0
}
.footer_social_item {
  display: inline-block;
  width: 56px;
  height: 56px;
  border: #111 3px solid;
  border-radius: 50%;
  margin: 0 5px 10px 5px
}
.footer_social_item img {
  width: 50px;
  height: 50px
}
.footer_social_item:hover {
  opacity: .82
}
.footer_copy {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 300
}
.footer_info {
  text-align: center;
  font-size: 14px;
  font-weight: 300
}
*, :after, :before {
  box-sizing: border-box;
  outline: 0
}
.menu_wrapper {
  position: relative
}
.menu_title {
  padding: 0 0 13px 0;
  font-size: 10px;
  text-transform: uppercase;
  opacity: .5
}
@media screen and (max-width:989px) {
  .layout_main {
    max-width: 100%;
    min-width: 320px
  }
}
@media screen and (max-width:768px) {
  .container_footer_nav, .footer_copy, .footer_info {
    padding-left: 20px;
    padding-right: 20px
  }
  .footer_img {
    display: none
  }
  .container_main_nav {
    display: none
  }
}
@media screen and (max-width:480px) {
  .footer_menu__item {
    display: block
  }
  .footer_menu__item {
    text-align: center
  }
}

@media screen and (min-width:1024px) {
.post_article_text .m_text {font-size: 1.2em; line-height: 1.4em;}
	
}