@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700,900");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 85%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'graphik_bold';
  src: url("/fonts/subset-GraphikLC-Bold.eot");
  src: url("/fonts/subset-GraphikLC-Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-GraphikLC-Bold.woff2") format("woff2"), url("/fonts/subset-GraphikLC-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'graphik_med';
  src: url("/fonts/subset-GraphikLC-Medium.eot");
  src: url("/fonts/subset-GraphikLC-Medium.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-GraphikLC-Medium.woff2") format("woff2"), url("/fonts/subset-GraphikLC-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'graphik_light';
  src: url("/fonts/subset-GraphikLC-Light.eot");
  src: url("/fonts/subset-GraphikLC-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-GraphikLC-Light.woff2") format("woff2"), url("/fonts/subset-GraphikLC-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'graphik';
  src: url("/fonts/subset-GraphikLC-Regular.eot");
  src: url("/fonts/subset-GraphikLC-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-GraphikLC-Regular.woff2") format("woff2"), url("/fonts/subset-GraphikLC-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'graphik_sbold';
  src: url("/fonts/subset-GraphikLC-Semibold.eot");
  src: url("/fonts/subset-GraphikLC-Semibold.eot?#iefix") format("embedded-opentype"), url("/fonts/subset-GraphikLC-Semibold.woff2") format("woff2"), url("/fonts/subset-GraphikLC-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'display_bold';
  src: url("/fonts/sfns-display-bold-webfont.eot");
  src: url("/fonts/sfns-display-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sfns-display-bold-webfont.woff2") format("woff2"), url("/fonts/sfns-display-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'display_regular';
  src: url("/fonts/sfns-display-webfont.eot");
  src: url("/fonts/sfns-display-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sfns-display-webfont.woff2") format("woff2"), url("/fonts/sfns-display-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'text_regular';
  src: url("/fonts/sfnstext-regular-webfont.eot");
  src: url("/fonts/sfnstext-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sfnstext-regular-webfont.woff2") format("woff2"), url("/fonts/sfnstext-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'text_bold';
  src: url("sfnstext-bold-webfont.eot");
  src: url("sfnstext-bold-webfont.eot?#iefix") format("embedded-opentype"), url("sfnstext-bold-webfont.woff2") format("woff2"), url("sfnstext-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  height: 100%;
  font-family: 'Raleway', sans-serif; }

body {
  height: 100%;
  font-size: 16px;
  color: #000;
  background: #fff; }

.content_nest {
  min-height: calc(100vh - 270px - 345px); }

h1 {
  font-size: 30px;
  font-weight: 900;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc; }

h2 {
  margin: 60px 0; }

.medium-insert-buttons {
  display: none !important; }

figure {
  margin: 20px 0;
  width: 100%; }
  figure img {
    width: 100%; }

.__float_right {
  float: right; }

.__float_left {
  float: left; }

.__hidden {
  display: none !important; }

.__text_center {
  text-align: center; }

.__rel {
  position: relative; }

.content__date {
  color: #9a9a9a;
  font-size: 14px;
  margin: 20px 0; }

.content__text {
  line-height: 1.6; }
  .content__text a {
    color: #db5a40; }
    .content__text a.button, .content__text a.head__button, .content__text a.quiz__question__submit {
      color: #fff; }
    .content__text a:hover {
      color: #000; }
      .content__text a:hover.button, .content__text a.head__button:hover, .content__text a.quiz__question__submit:hover {
        color: #db5a40; }
  .content__text figure {
    margin: 20px 0; }

#fos_user_registration_form > div,
#fos_user_login_form > div,
.fos_user_resetting_request > div,
#fos_user_resetting_form > div {
  position: relative;
  margin: 20px 0; }

label[for="fos_user_registration_form_agreement"] {
  font-size: 12px;
  vertical-align: 3px; }

.footer {
  margin: 50px 0 0 0;
  background: #52433c;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box; }

.footer__logo {
  width: 320px;
  height: 100px;
  display: inline-flex;
  align-items: center; }
  @media (max-width: 47.99em) {
    .footer__logo {
      width: 250px;
      height: 80px; } }

.footer__logo__logo {
  width: 270px;
  height: 86px;
  margin: auto 0;
  background: url("/img/logonew_white.png") scroll no-repeat left center;
  background-size: contain;
  }
  .footer__logo__logo svg {
    height: 100%; }
    .footer__logo__logo svg path {
      fill: #fff; }

.footer__logo__text {
  height: 80%;
  margin: auto 0 auto -10px; }
  .footer__logo__text svg {
    height: 100%; }
    .footer__logo__text svg path {
      fill: #fff; }

.footer__nav {
  -webkit-columns: 2;
          columns: 2;
  margin-left: 60px;
  position: relative; }
  @media (max-width: 47.99em) {
    .footer__nav {
      margin-left: 0;
      margin-top: 20px;
      padding-bottom: 60px; } }

.footer__nav__item {
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 2.4;
  margin: 0 25px; }
  .footer__nav__item:hover {
    color: #db5a40; }
  @media (max-width: 47.99em) {
    .footer__nav__item {
      margin-left: 0; } }

.footer__contacts {
  margin-left: 40px;
  color: #fff;
  line-height: 2.4; }
  .footer__contacts a, .footer__contacts b {
    color: #db5a40; }
  @media (max-width: 47.99em) {
    .footer__contacts {
      margin-top: 20px;
      margin-left: 0; } }

.footer__social {
  position: absolute;
  bottom: 0;
  left: 25px; }
  @media (max-width: 47.99em) {
    .footer__social {
      margin-top: 20px;
      left: 0; } }

.copyright {
  background: #413530;
  color: #fff;
  font-size: 12px;
  padding: 20px; }

.geo_table {
  margin: 20px 0; }

.geo_table__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #ccc;
  text-decoration: none; }
  @media (max-width: 47.99em) {
    .geo_table__item {
      padding: 15px 0; } }

a.geo_table__item:hover {
  background: #fafafa; }

.geo_table__item__l {
  color: #db5a40;
  font-weight: bold;
  padding-right: 40px;
  width: 33.33%;
  box-sizing: border-box; }
  @media (max-width: 47.99em) {
    .geo_table__item__l {
      font-size: 10px;
      padding-right: 20px;
      line-height: 1.4; } }

.geo_table__item__c {
  color: #999;
  text-align: left;
  width: 33.33%;
  box-sizing: border-box; }
  @media (max-width: 47.99em) {
    .geo_table__item__c {
      font-size: 10px;
      line-height: 1.4; } }

.geo_table__item__r {
  color: #999;
  text-align: left;
  padding-left: 40px;
  width: 33.33%;
  box-sizing: border-box; }
  @media (max-width: 47.99em) {
    .geo_table__item__r {
      font-size: 10px;
      padding-left: 20px;
      line-height: 1.4; } }

.geo_table__item__l b,
.geo_table__item__c b,
.geo_table__item__r b {
  color: #000;
  font-weight: bold; }

.head {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

@media (max-width: 47.99em) {
  .head__button {
    font-size: 12px;
    white-space: nowrap; } }

.head__logo {
  width: 320px;
  height: 140px;
  display: flex;
  align-items: center; }
  @media (max-width: 47.99em) {
    .head__logo {
      width: 120px;
      height: 50px; } }

.head__logo__logo {
  height: 100px;
  width: 315px;
  margin: auto 0;
  background: url("/img/logonew.png") scroll no-repeat left center;
  background-size: contain;
  }
  .head__logo__logo svg {
    height: 100%; }
    .head__logo__logo svg path {
      fill: #52433c; }
  @media (max-width: 47.99em) {
    .head__logo__logo {
      height: 50px;
      width: 120px;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain; } }

.head__logo__text {
  height: 55%;
  margin: auto 0 auto -20px; }
  .head__logo__text svg {
    height: 100%; }
    .head__logo__text svg path {
      fill: #52433c; }
  @media (max-width: 47.99em) {
    .head__logo__text {
      margin: auto 0 auto -70px; } }

.head__login {
  display: flex;
  align-items: center;
  color: #db5a40;
  justify-content: end;
  }
.head__login > a {
	margin-left: 10px;
	color: #db5a40;
}
.head__login > a:hover,
  .head__login:hover {
    opacity: .7; }
  @media (max-width: 47.99em) {
    .head__login {
      font-size: 12px;
      margin-left: 20px;
      position: absolute;
      z-index: 50;
      right: 20px;
      top: 63px;
      color: #fff; }
      .head__login > a{
		color: #fff;
		}
      .head__login > a:hover,
      .head__login:hover {
        color: #db5a40; } }

.head__login__icon {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 3px solid currentColor;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transform: translate3d(0%, 0%, 0);
          transform: translate3d(0%, 0%, 0); }
  .head__login__icon:before {
    content: "";
    width: 45%;
    height: 48%;
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
    background: currentColor;
    border-radius: 50%; }
  .head__login__icon:after {
    content: "";
    width: 110%;
    height: 110%;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate3d(-50%, 0%, 0);
            transform: translate3d(-50%, 0%, 0);
    background: currentColor;
    border-radius: 50%; }
  @media (max-width: 47.99em) {
    .head__login__icon {
      width: 25px;
      height: 25px; } }

@media (max-width: 47.99em) {
  .head__social {
    display: none; } }

.imageblock {
  padding: 40px 40px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .imageblock.imageblock--pbottom {
    background-position: bottom; }
  .imageblock:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  @media (max-width: 47.99em) {
    .imageblock {
      padding: 20px; } }

.imageblock__content {
  position: relative;
  z-index: 5;
  color: #fff;
  line-height: 1.7;
  font-size: 18px;
  max-width: 630px;
  margin: auto; }
  .imageblock__content h2 {
    margin: 20px 0; }
  .imageblock__content p {
    margin: 20px 0; }
    .imageblock__content p .button, .imageblock__content p .head__button, .imageblock__content p .quiz__question__submit, .imageblock__content p input[type="submit"] {
      display: inline-block;
      margin-top: 20px;
      font-size: 16px; }
  @media (max-width: 47.99em) {
    .imageblock__content {
      font-size: 14px; }
      .imageblock__content h2 {
        margin: 10px 0; }
      .imageblock__content p {
        margin: 0 0; } }

.likes {
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }

.likes__button {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 3px solid currentColor;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease; }
  .likes__button svg {
    width: 50%;
    height: 50%; }
    .likes__button svg path {
      fill: currentColor; }
  .likes__button + .likes__button {
    margin-left: 10px; }
  .likes__button.likes__button--dark {
    color: #52433c; }
  .likes__button.likes__button--white {
    color: #fff; }
  .likes__button:hover.likes__button--dark {
    background: #52433c;
    border-color: #52433c;
    color: #fff; }
  .likes__button:hover.likes__button--white {
    background: #fff;
    border-color: #fff;
    color: #52433c; }

.logo {
  position: absolute;
  z-index: 5;
  width: 273px;
  height: 130px;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  .logo svg {
    display: block;
    width: 100%;
    height: 100%; }
  .logo:after {
    position: absolute;
    content: "Представляет";
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 8px;
    text-indent: 8px;
    width: 100%;
    text-align: center;
    margin-top: 20px; }
    @media (max-width: 47.99em) {
      .logo:after {
        font-size: 10px;
        letter-spacing: 4px;
        margin-top: 15px; } }
  @media (max-width: 47.99em) {
    .logo {
      width: 145px;
      height: 70px; } }

.map_nest {
  padding-top: 56.25%;
  position: relative; }

#map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.menu {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  color: #ffffff;
  background: #52433c;
  margin-bottom: 50px; }
  @media (max-width: 47.99em) {
    .menu {
      position: relative; } }

.menu_items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; }
  @media (max-width: 47.99em) {
    .menu_items {
      display: none;
      height: auto;
      position: absolute;
      z-index: 10;
      left: 0px;
      top: 0px;
      padding-right: 20px;
      background: #52433c;
      justify-content: flex-end;
      text-align: right; } }

.menu_item {
  font-size: 16px;
  text-decoration: none;
  color: currentColor;
  font-weight: bold;
  margin: auto 15px;
  white-space: nowrap; }
  .menu_item:hover {
    color: #db5a40; }
  @media (max-width: 47.99em) {
    .menu_item {
      display: block;
      margin: 20px 20px 20px 80px;
      text-align: left; } }

#menu_toggle {
  display: none; }
  @media (max-width: 47.99em) {
    #menu_toggle:checked + .menu_burger .menu_burger__line:nth-child(1) {
      -webkit-transform: translateX(-50%) translateY(0%) rotate(-45deg);
              transform: translateX(-50%) translateY(0%) rotate(-45deg); }
    #menu_toggle:checked + .menu_burger .menu_burger__line:nth-child(2) {
      opacity: 0; }
    #menu_toggle:checked + .menu_burger .menu_burger__line:nth-child(3) {
      -webkit-transform: translateX(-50%) translateY(0%) rotate(45deg);
              transform: translateX(-50%) translateY(0%) rotate(45deg); }
    #menu_toggle:checked + .menu_burger + .menu_items {
      display: block; } }

.menu_burger {
  width: 25px;
  height: 25px;
  display: none;
  position: absolute;
  z-index: 50;
  top: 50%;
  order: 0;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .menu_burger .menu_burger__line {
    background: #fff;
    width: 25px;
    height: 3px;
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: all .3s ease;
    -webkit-transform-origin: center;
            transform-origin: center; }
    .menu_burger .menu_burger__line:nth-child(1) {
      -webkit-transform: translateX(-50%) translateY(-300%);
              transform: translateX(-50%) translateY(-300%); }
    .menu_burger .menu_burger__line:nth-child(2) {
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
    .menu_burger .menu_burger__line:nth-child(3) {
      -webkit-transform: translateX(-50%) translateY(200%);
              transform: translateX(-50%) translateY(200%); }
  @media (max-width: 47.99em) {
    .menu_burger {
      display: block; } }

.news {
  padding: 0 0px; }

.news__item {
  color: #000;
  text-decoration: none;
  display: flex;
  flex-direction: row; }
  .news__item + .news__item {
    margin-top: 40px; }
  .news__item:hover .news__item__name {
    color: #db5a40; }
  @media (max-width: 47.99em) {
    .news__item {
      flex-direction: column; } }

.news__item__content {
  display: flex;
  flex-direction: column; }

.news__item__name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3; }

.news__item__lead {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px; }

.news__item__date {
  color: #9a9a9a;
  font-size: 14px; }

.news__item__image {
  width: 140px;
  flex-shrink: 0; }
  .news__item__image img {
    width: 100%; }
  .news__item__image + .news__item__content {
    margin-left: 20px; }
  @media (max-width: 47.99em) {
    .news__item__image {
      width: 100%; }
      .news__item__image + .news__item__content {
        margin-left: 0px;
        margin-top: 20px; } }

.newsblock {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin: 40px 0; }
  @media (max-width: 47.99em) {
    .newsblock {
      flex-direction: column; } }

.newsblock__item {
  width: calc(33.33% - 13px);
  color: #000;
  text-decoration: none; }
  .newsblock__item + .newsblock__item {
    margin-left: 20px; }
  .newsblock__item:hover .newsblock__item__name {
    color: #db5a40; }
  @media (max-width: 47.99em) {
    .newsblock__item {
      width: 100%; }
      .newsblock__item + .newsblock__item {
        margin-left: 0px;
        margin-top: 20px; } }

.newsblock__item__name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.2; }
  @media (max-width: 47.99em) {
    .newsblock__item__name {
      font-size: 16px; } }

.newsblock__item__lead {
  line-height: 1.4; }
  @media (max-width: 47.99em) {
    .newsblock__item__lead {
      font-size: 14px; } }

.pagination {
  margin: 50px auto;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  flex-direction: row; }
  .pagination .current {
    color: #52433c;
    width: 40px;
    position: relative;
    text-align: center; }
    .pagination .current:before {
      content: "";
      width: 50px;
      height: 50px;
      background-color: rgba(219, 90, 64, 0.3);
      border-radius: 50%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  .pagination .page {
    color: #2a2a2a;
    width: 40px;
    text-align: center; }
  .pagination .first {
    color: #2a2a2a;
    width: 40px;
    text-align: center; }
  .pagination .last {
    color: #2a2a2a;
    width: 40px;
    text-align: center; }
  .pagination .next a {
    position: relative;
    z-index: 10;
    top: -4px;
    height: 20px; }
    .pagination .next a:after {
      content: "";
      display: inline-block;
      width: 100px;
      height: 2px;
      background: #52433c; }
    .pagination .next a:before {
      content: "";
      width: 15px;
      height: 15px;
      border-top: 2px solid #52433c;
      border-right: 2px solid #52433c;
      position: absolute;
      -webkit-transform: rotate(45deg) translate3d(-16px, 12px, 0);
              transform: rotate(45deg) translate3d(-16px, 12px, 0);
      top: 50%;
      left: 100%; }
  .pagination .previous a {
    position: relative;
    z-index: 10;
    top: -4px;
    height: 20px; }
    .pagination .previous a:after {
      content: "";
      display: inline-block;
      width: 40px;
      height: 2px;
      background: #52433c; }
    .pagination .previous a:before {
      content: "";
      width: 15px;
      height: 15px;
      border-top: 2px solid #52433c;
      border-left: 2px solid #52433c;
      position: absolute;
      -webkit-transform: rotate(-45deg) translate3d(16px, 12px, 0);
              transform: rotate(-45deg) translate3d(16px, 12px, 0);
      top: 50%;
      right: 100%; }
  .pagination a {
    text-decoration: none;
    color: currentColor; }

.partners {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 60px auto 40px auto;
  justify-content: center; }
  @media (max-width: 47.99em) {
    .partners {
      flex-direction: row;
      justify-content: center; } }

.partners__group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: calc(33.33% - 13.5px);
  margin-bottom: 20px; }
  .partners__group + .partners__group {
    margin-left: 20px; }
  @media (max-width: 47.99em) {
    .partners__group {
      width: 100%;
      justify-content: left; }
      .partners__group + .partners__group {
        margin-left: 0; } }

.partners__group__name {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 18px;
  color: #000; }

.partner {
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  text-decoration: none;
  color: #777;
  display: flex;
  align-items: center; }
  .partner.partner--small {
    width: calc(25% - 15px);
    margin-bottom: 40px; }
    .partner.partner--small:nth-child(5n) {
      margin-left: 0; }
  .partner + .partner {
    margin-left: 20px; }
  @media (max-width: 47.99em) {
    .partner {
      width: 100%; }
      .partner.partner--small {
        width: calc(50% - 10px); } }

.partner__name {
  font-size: 14px;
  margin: auto;
  width: 100%;
  height: 100%; }

.partner__image {
  width: 100%; }

.partner__image__img {
  width: 80%;
  display: block;
  margin: auto; }

.persons__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px; }

.persons__item__image {
  border-radius: 50%;
  overflow: hidden;
  width: 140px;
  height: 140px;
  flex-shrink: 0;
  margin-right: 20px; }

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

.persons__item__text {
  flex-grow: 1; }

.quiz {
  margin: 40px 0; }

.quiz__progress {
  margin-bottom: 40px;
  z-index: 1000; }

.quiz__progress__timer {
  background: #db5a40;
  margin: -15px -15px -15px 15px;
  display: inline-block;
  padding: 15px;
  box-sizing: border-box; }

.quiz__progress__text {
  display: flex;
  align-items: center;
  background: #b2aba8;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  font-weight: bold; }

.quiz__progress__text__l {
  margin-right: auto; }

.quiz__progress__text__r {
  margin-left: auto; }

.quiz__progress__bar {
  height: 3px;
  background: #52433c;
  width: 0; }

.quiz__question {
  background: #fafafa;
  border: 1px solid #fbeeec; }
  .quiz__question ~ .quiz__question {
    margin-top: 40px; }
  .quiz.test .quiz__question.quiz__question--correct {
    border-color: #77cb96; }
    .quiz.test .quiz__question.quiz__question--correct:after {
      content: "Правильный ответ";
      border-top: 1px solid #77cb96;
      display: block;
      text-align: center;
      padding: 10px 20px;
      color: #3d9e61; }
  .quiz.test .quiz__question.quiz__question--wrong {
    border-color: #d86c9a; }
    .quiz.test .quiz__question.quiz__question--wrong:after {
      content: "Неправильный ответ";
      border-top: 1px solid #d86c9a;
      display: block;
      text-align: center;
      padding: 10px 20px;
      color: #af2f65; }
  .quiz:not(.test) .quiz__question.quiz__question--selected {
    border-color: #787878; }
    .quiz:not(.test) .quiz__question.quiz__question--selected:after {
      content: "Ваш ответ принят";
      border-top: 1px solid #787878;
      display: block;
      text-align: center;
      padding: 10px 20px;
      color: #787878; }
.quiz__question__name {
  line-height: 1.4;
  padding: 20px; }

.quiz__question__name__n {
  float: left;
  margin-right: 10px;
  margin-top: 16px;
  font-weight: bold; }

.quiz__question__variant {
  padding: 20px;
  color: #777;
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
  border-top: 1px solid #ddd; }
  .quiz__question__variant input {
    display: none; }
  .quiz__question__variant:not(.wrong):not(.correct) input:checked + .quiz__question__variant__input--radio:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #aaa;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
.quiz__question__variant:not(.wrong):not(.correct).selected {
	color: #fff;
    background: #787878;
    border-color: #787878;
}
.quiz__question__variant:not(.wrong):not(.correct).selected .quiz__question__variant__input {
	background-color: #db5a40;
}
  .quiz__question__variant:not(.wrong):not(.correct) input:checked + .quiz__question__variant__input--checkbox:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #aaa;
    position: absolute;
    border-radius: 2px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
  .quiz.test .quiz__question__variant.correct .quiz__question__variant__input {
    border: 0; }
    .quiz.test .quiz__question__variant.correct .quiz__question__variant__input:before {
      content: "";
      width: 90%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #3d9e61;
      -webkit-transform-origin: left center;
              transform-origin: left center;
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg); }
    .quiz.test .quiz__question__variant.correct .quiz__question__variant__input:after {
      content: "";
      width: 90%;
      height: 2px;
      position: absolute;
      bottom: 0px;
      right: 50%;
      background: #3d9e61;
      -webkit-transform-origin: right center;
              transform-origin: right center;
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg); }
  .quiz.test .quiz__question__variant.correct.selected {
    background: #e5f5eb;
    border-color: #e5f5eb; }
  .quiz.test .quiz__question__variant.wrong .quiz__question__variant__input {
    border: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    .quiz.test .quiz__question__variant.wrong .quiz__question__variant__input:before {
      content: "";
      width: 2px;
      height: 100%;
      position: absolute;
      bottom: 0 !important;
      left: calc(50% - 1px);
      background: #af2f65; }
    .quiz.test .quiz__question__variant.wrong .quiz__question__variant__input:after {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: calc(50% - 1px);
      right: 0;
      background: #af2f65; }
  .quiz.test .quiz__question__variant.wrong.selected {
    background: #f8e5ed;
    border-color: #f8e5ed; }
  .quiz__question__variant:hover {
    background: #eee; }

.quiz__question__variant__input {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 30px;
  border: 2px solid #ccc;
  position: relative; }
  .quiz__question__variant__input.quiz__question__variant__input--checkbox {
    border-radius: 3px; }
  .quiz__question__variant__input.quiz__question__variant__input--radio {
    border-radius: 50%; }

.quiz__question__submit {
  display: block;
  width: 100%; }

.quiz__result {
  margin: 40px auto;
  line-height: 1.6; }

.slug {
  font-size: 12px;
  color: #9a9a9a; }
  .slug a {
    color: #9a9a9a;
    text-decoration: none; }
    .slug a:hover {
      color: #db5a40; }

.tabs {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.tab {
  font-size: 25px;
  font-weight: bold;
  cursor: pointer;
  padding-bottom: 10px;
  text-decoration: none;
  color: #000; }
  .tab.tab--active {
    color: #db5a40;
    border-bottom: 2px solid #db5a40; }
  .tab:hover {
    color: #db5a40; }
  @media (max-width: 47.99em) {
    .tab {
      font-size: 20px; } }

.tab_content {
  display: none;
  line-height: 1.6; }
  .tab_content a {
    color: #db5a40; }
    .tab_content a.button, .tab_content a.head__button, .tab_content a.quiz__question__submit {
      color: #fff; }
    .tab_content a:hover {
      color: #000; }
      .tab_content a:hover.button, .tab_content a.head__button:hover, .tab_content a.quiz__question__submit:hover {
        color: #db5a40; }
  .tab_content.tab_content--active {
    display: block;}

.form_title {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.buttons_group {
  margin: 40px 0 20px 0; }

.button, .head__button, .quiz__question__submit, input[type="submit"] {
  border: 1px solid #db5a40;
  background: #db5a40;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  transition: all .2s ease; }
  .button.button--wide, .button--wide.head__button, .button--wide.quiz__question__submit, input[type="submit"] {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 100%; }
  .button:disabled, .head__button:disabled, .quiz__question__submit:disabled, input:disabled[type="submit"] {
    opacity: .7;
    pointer-events: none; }
  .button:hover, .head__button:hover, .quiz__question__submit:hover, input:hover[type="submit"] {
    color: #db5a40;
    background: #fff; }

input[type="email"],
input[type="password"],
input[type="text"] {
  border: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  height: 40px; }

select {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  display: block;
  background: transparent;
  -webkit-appearance: unset;
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: #aaa;
  line-height: 1.2; }

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background: transparent;
  -webkit-appearance: unset;
  border: 1px solid #ccc;
  float: left;
  margin-right: 20px; }
  input[type="checkbox"]:checked {
    border-color: #db5a40;
    position: relative; }
    input[type="checkbox"]:checked:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 50%;
      height: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      background: #db5a40; }

.select_deco {
  position: absolute;
  width: 40px;
  height: 20px;
  border-left: 1px solid #ccc;
  right: 0;
  margin-top: -30px;
  pointer-events: none; }
  .select_deco:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #aaa transparent transparent transparent;
    position: absolute;
    right: 16px;
    top: 7px; }

.modal {
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  .modal a.close-modal {
    background: transparent;
    color: #aaa;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 5px;
    top: 5px; }
    .modal a.close-modal:after {
      content: "";
      width: 15px;
      height: 2px;
      background: currentColor;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
    .modal a.close-modal:before {
      content: "";
      width: 2px;
      height: 15px;
      background: currentColor;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  .modal span.hl {
    color: #db5a40; }

.blocker {
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 10000; }

.wrap {
  max-width: 700px;
  padding: 0 20px;
  margin: auto;
  box-sizing: border-box; }
  .wrap.wrap--rel {
    position: relative; }
  .wrap.wrap--wide {
    max-width: 960px; }
  .wrap.wrap--footer {
    display: flex;
    width: 100%; }
  @media (max-width: 47.99em) {
    .wrap {
      max-width: 100%; }
      .wrap.wrap--footer {
        flex-direction: column; } }
