/***********Imports*************/
@font-face {
  font-family: 'TTNorms-Regular';
  font-display: swap;
  src: url("../fonts/TTNorms-Regular/TTNorms-Regular.eot");
  src: url("../fonts/TTNorms-Regular/TTNorms-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/TTNorms-Regular/TTNorms-Regular.svg#TTNorms-Regular") format('svg'), url("../fonts/TTNorms-Regular/TTNorms-Regular.ttf") format('truetype'), url("../fonts/TTNorms-Regular/TTNorms-Regular.woff") format('woff'), url("../fonts/TTNorms-Regular/TTNorms-Regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms-Bold';
  font-display: swap;
  src: url("../fonts/TTNorms-Bold/TTNorms-Bold.eot");
  src: url("../fonts/TTNorms-Bold/TTNorms-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/TTNorms-Bold/TTNorms-Bold.svg#TTNorms-Bold") format('svg'), url("../fonts/TTNorms-Bold/TTNorms-Bold.ttf") format('truetype'), url("../fonts/TTNorms-Bold/TTNorms-Bold.woff") format('woff'), url("../fonts/TTNorms-Bold/TTNorms-Bold.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TTNorms-Black';
  font-display: swap;
  src: url("../fonts/TTNorms-Black/TTNorms-Black.eot");
  src: url("../fonts/TTNorms-Black/TTNorms-Black.eot?#iefix") format('embedded-opentype'), url("../fonts/TTNorms-Black/TTNorms-Black.svg#TTNorms-Black") format('svg'), url("../fonts/TTNorms-Black/TTNorms-Black.ttf") format('truetype'), url("../fonts/TTNorms-Black/TTNorms-Black.woff") format('woff'), url("../fonts/TTNorms-Black/TTNorms-Black.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
}
html,
.root {
  font-size: 1em;
  line-height: 1.6em;
}
@media only screen and (max-width: 480px) {
  html,
  .root {
    font-size: 0.9em;
    line-height: 1.4em;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  color: #0d0d0d;
  background: #f4f6f9;
}
a {
  color: #0d0d0d;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
a:after {
  left: inherit;
  right: 50%;
}
a:hover {
  text-decoration: none;
  color: #d22e2e;
  border-color: transparent;
}
a:focus {
  outline: none;
}
a:focus,
a:active {
  text-decoration: none;
}
.contextual-links-wrapper a,
.contextual-links a {
  border-bottom: none !important;
}
::-moz-selection {
  background: #3d3d3d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #3d3d3d;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #3d3d3d;
  color: #fff;
  text-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TTNorms-Bold';
  font-weight: normal;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 30px;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 1.8em;
  }
}
h3 {
  font-size: 1.625em;
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.2em;
  }
}
h4,
h5 {
  font-size: 1.1em;
}
@media only screen and (max-width: 480px) {
  h4,
  h5 {
    font-size: 1em;
  }
}
b,
strong,
dt {
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
}
i,
em {
  font-weight: normal;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-style: italic;
}
i:before,
em:before {
  margin: 0;
  width: auto;
}
pre,
code {
  margin: 0;
  border: none;
  background: none;
}
p {
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  vertical-align: middle;
  width: 100%;
  height: auto;
  max-width: 100%;
}
img[data-src],
img[data-srcset] {
  display: block;
  min-height: 1px;
}
.lazy,
.lazy_tab {
  opacity: 0;
  transition: all 0.3s;
}
.lazy.loaded,
.lazy_tab.loaded {
  opacity: 1;
}
blockquote {
  background: #f4f6f9;
  padding: 30px;
  margin: 10px 0 30px;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-style: italic;
  position: relative;
  overflow: hidden;
}
blockquote p {
  position: relative;
}
blockquote:after {
  content: '\E8EE';
  font-family: 'fontello';
  position: absolute;
  right: -20px;
  bottom: -30px;
  transform: rotate(150deg);
  margin: 0;
  line-height: normal;
  font-size: 10em;
  color: rgba(13,13,13,0.05);
}
.align-left,
.align-right {
  float: left;
  margin: 0 20px 15px 0;
  max-width: 40%;
}
@media only screen and (max-width: 480px) {
  .align-left,
  .align-right {
    float: none;
    margin: 0 0 15px !important;
    max-width: 100%;
  }
}
.align-left a,
.align-right a {
  position: relative;
  display: block;
  border: none;
}
.align-left a:before,
.align-right a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.align-left a:hover::before,
.align-right a:hover::before {
  opacity: 0.1;
}
.align-left img,
.align-right img {
  width: 100%;
  height: auto;
}
.align-right {
  float: right;
  margin: 0 0 15px 20px;
}
@media only screen and (max-width: 480px) {
  .align-right {
    float: none;
    margin: 0 0 15px !important;
  }
}
.align-center {
  display: block;
}
.align-center img {
  width: 100%;
  height: auto;
}
.align-justify {
  text-align: justify;
}
figcaption {
  font-size: 0.8em;
  padding: 5px 0;
  color: #565656;
}
#block-partlab-local-tasks ul:not(.contextual-links) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: #eaeef4;
}
#block-partlab-local-tasks ul:not(.contextual-links) li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-partlab-local-tasks ul:not(.contextual-links) li a {
  display: block;
  padding: 10px 15px;
  background: none;
  font-size: 1em;
}
#block-partlab-local-tasks ul:not(.contextual-links) li a:hover {
  color: #d22e2e;
}
#block-partlab-local-tasks ul:not(.contextual-links) li a.is-active {
  color: rgba(13,13,13,0.5);
}
@media only screen and (max-width: 480px) {
  #block-partlab-local-tasks ul:not(.contextual-links) {
    display: block;
  }
  #block-partlab-local-tasks ul:not(.contextual-links) li {
    display: block;
    text-align: center;
  }
  #block-partlab-local-tasks ul:not(.contextual-links) li a {
    border-left: none;
    border-bottom: 1px solid #f4f6f9;
  }
}
body .messages {
  padding: 13px 15px 13px 40px;
  margin: 0 0 10px 0;
  box-shadow: none;
  border: none;
}
body .messages:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  body .messages {
    margin-bottom: 30px;
  }
}
body .messages a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
body .messages a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.container {
  background: none;
}
form input,
form textarea,
form select {
  background: none;
  border: 1px solid #b4c2d6;
  padding: 5px 10px;
  height: 40px;
  font-size: 1em;
  border-radius: 5px;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s;
}
form input:focus,
form textarea:focus,
form select:focus {
  box-shadow: 0 0 0 3px rgba(13,13,13,0.2);
}
form input.error,
form textarea.error,
form select.error {
  border-color: #d22e2e;
}
form input[type="checkbox"],
form textarea[type="checkbox"],
form select[type="checkbox"] {
  width: auto;
  margin: 3px 5px 0 0;
  float: left;
}
form input[readonly="readonly"],
form textarea[readonly="readonly"],
form select[readonly="readonly"] {
  background: #fff !important;
  border: 1px solid #d4dce8;
}
form input[readonly="readonly"].error,
form textarea[readonly="readonly"].error,
form select[readonly="readonly"].error {
  border-color: #d22e2e !important;
}
form input[type="file"] {
  height: auto;
}
form textarea {
  width: 100%;
  height: auto;
  max-height: 150px;
  padding: 10px;
}
form select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0px 40px 0px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, transparent 50%, #808080 50%), linear-gradient(135deg, #808080 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
form label {
  font-family: 'TTNorms-Bold';
  margin-bottom: 5px;
  display: block;
}
form .description,
form > p {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #868686;
}
form .form-item {
  margin-bottom: 15px;
}
form .form-item.form-item-pass-pass2 {
  margin-bottom: 0;
}
.js-form-type-checkbox {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 5px 30px 0;
}
.form__submit {
  margin-top: 20px;
}
.form__submit button {
  position: relative;
  background: #d22e2e;
  border: 1px solid #d22e2e;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}
.form__submit button:hover {
  border-color: #b32727;
  background: #b32727;
  color: #fff;
}
.form__agreement {
  margin-top: 20px;
  font-size: 0.8em;
  margin-bottom: 0 !important;
}
.form__agreement a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.form__agreement a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.filter-wrapper {
  padding: 0;
  border: none;
  margin-top: -15px;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #868686;
}
.js input.form-autocomplete {
  background-position: 98% center;
}
.image-widget:before,
.image-widget:after {
  content: "";
  display: table;
}
.image-widget:after {
  clear: both;
}
.image-widget img {
  float: left;
  width: 100px;
  border-radius: 5px;
  margin-right: 10px;
}
.image-widget .form__submit {
  margin: 0;
}
.image-widget .form__submit button {
  position: relative;
  background: transparent;
  border: 1px solid #d22e2e;
  color: #d22e2e;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 0.9em;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  line-height: normal;
  transition: all 0.3s;
  margin-top: 10px;
}
.image-widget .form__submit button:hover {
  background: #d22e2e;
  color: #fff;
}
.image-widget .form__submit button.js-hide {
  display: none;
  margin: 0;
}
.form-actions {
  display: flex;
  align-items: center;
}
.form-actions .form__submit {
  margin: 0;
}
.form-actions #edit-delete {
  background: transparent;
  color: #d22e2e;
  margin-left: 10px;
}
.form-actions #edit-delete:hover {
  background: #d22e2e;
  color: #fff;
}
.shs-container .shs-widget-container {
  margin-right: 10px;
}
.shs-container .shs-widget-container:last-child {
  margin-right: 0;
}
.stat p {
  margin: 0;
}
.remodal-overlay {
  background: rgba(13,13,13,0.4);
}
.remodal {
  max-width: 500px;
  border-radius: 0;
  margin: 0;
  padding: 50px;
  box-shadow: rgba(13,13,13,0.1) 0 30px 60px;
}
.remodal .form-item {
  margin-bottom: 20px;
}
.remodal .option a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.remodal .option a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.remodal .section__title {
  font-size: 2em;
  margin-bottom: 30px;
}
.remodal .section__title .blast {
  box-shadow: none;
}
.remodal .messages {
  position: initial;
  margin: 0 0 30px;
  padding: 15px;
  text-align: left;
}
.remodal .messages ul,
.remodal .messages ol {
  padding-left: 20px;
}
.remodal .messages ul li,
.remodal .messages ol li {
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .remodal {
    padding: 40px;
  }
}
.remodal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 29px;
  height: 29px;
  cursor: pointer;
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.remodal__close span {
  position: absolute;
  display: block;
  width: 30px;
  height: 1px;
  background: #0d0d0d;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.remodal__close span:last-child {
  transform: rotate(-45deg);
}
.remodal__close:hover {
  opacity: 1;
}
.remodal__close:hover span {
  background: #d22e2e;
  transform: rotate(40deg);
}
.remodal__close:hover span:last-child {
  transform: rotate(-40deg);
}
@media only screen and (max-width: 480px) {
  .remodal__close {
    top: 5px;
    right: 5px;
  }
}
.flickity-viewport {
  transition: height 0.3s;
}
details {
  background: #fff;
}
details summary {
  display: none;
  background: #f4f6f9;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 15px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
}
details .form-wrapper {
  display: flex;
  flex-direction: column;
}
details .form-wrapper .form-item-field-address-0-address-locality {
  order: 3;
}
.ajax-progress,
.ajax-progress-throbber {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(13,13,13,0.2);
  font-size: 0;
  z-index: 99999;
}
.ajax-progress:before,
.ajax-progress-throbber:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-top: -20px;
  margin-left: -20px;
  padding: 0;
  background: none;
  border-radius: 100%;
  border: 2px solid;
  border-top-color: rgba(13,13,13,0.65);
  border-bottom-color: rgba(0,0,0,0.15);
  border-left-color: rgba(13,13,13,0.65);
  border-right-color: rgba(0,0,0,0.15);
  -webkit-animation: throbber 0.8s linear infinite;
          animation: throbber 0.8s linear infinite;
}
.ajax-progress .throbber,
.ajax-progress-throbber .throbber {
  display: none;
}
.fancybox-overlay {
  background: #0d0d0d;
}
[data-wenk]:after {
  line-height: normal !important;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif !important;
  padding: 5px 7px;
  font-size: 0.7em;
}
.pager {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pager {
    padding-top: 30px;
  }
}
.pager .pager__items {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager .pager__items li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pager .pager__items li.pager__item--ellipsis {
  background: #f4f6f9;
}
@media only screen and (max-width: 420px) {
  .pager .pager__items li.pager__item--ellipsis {
    display: none !important;
  }
}
.pager .pager__items li.pager__item--ellipsis,
.pager .pager__items li a,
.pager .pager__items li > span {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #f4f6f9;
  border-right: none;
}
.pager .pager__items li:last-child a,
.pager .pager__items li:last-child > span {
  border-right: 1px solid #f4f6f9;
}
.pager .pager__items li a:hover {
  background: rgba(210,46,46,0.8);
  border-color: rgba(210,46,46,0.8);
  color: #fff;
}
.pager .pager__items li.is-active a {
  background: #d22e2e;
  border-color: #d22e2e;
  color: #fff;
}
table:not(.newsletter__simpletext):not(.newsletter__articles):not(.newsletter__article):not(.newsletter__more) {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #f4f6f9;
  margin-bottom: 15px;
}
table:not(.newsletter__simpletext):not(.newsletter__articles):not(.newsletter__article):not(.newsletter__more) thead tr {
  background: #f4f6f9;
}
table:not(.newsletter__simpletext):not(.newsletter__articles):not(.newsletter__article):not(.newsletter__more) thead tr th {
  padding: 10px;
  text-align: left;
}
table:not(.newsletter__simpletext):not(.newsletter__articles):not(.newsletter__article):not(.newsletter__more) tbody tr {
  border-bottom: 1px solid #f4f6f9;
  transition: 0.3s;
}
table:not(.newsletter__simpletext):not(.newsletter__articles):not(.newsletter__article):not(.newsletter__more) tbody tr:last-child {
  border-bottom: none;
}
table:not(.newsletter__simpletext):not(.newsletter__articles):not(.newsletter__article):not(.newsletter__more) tbody tr td {
  padding: 10px;
}
table:not(.newsletter__simpletext):not(.newsletter__articles):not(.newsletter__article):not(.newsletter__more) tbody tr:hover {
  background: rgba(244,246,249,0.3);
  transition: 0.3s;
}
fieldset legend {
  padding: 15px 0;
}
#sliding-popup {
  width: 100%;
  max-width: 420px;
  bottom: 0;
  left: initial;
  right: 0;
  padding: 0 30px 30px;
  background: none !important;
  pointer-events: none;
}
.eu-cookie-compliance-banner {
  pointer-events: auto;
  background: #fff;
  font-size: 0.9em;
  padding: 20px;
  color: #0d0d0d;
  box-shadow: rgba(0,0,0,0.15) 0 15px 60px;
  border-radius: 0;
  overflow: hidden;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message {
  float: none;
  max-width: 100%;
  color: #0d0d0d;
  margin: 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message p {
  margin: 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message button {
  display: none;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  float: none;
  display: flex;
  flex-wrap: wrap;
  max-width: initial;
  margin: 10px 0 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
  background: none;
  border: none;
  margin: 0 15px 0 0;
  height: auto;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  text-shadow: none;
  border-radius: 0;
  padding: 0;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons button:last-child {
  margin-right: 0;
}
.eu-cookie-compliance-content {
  max-width: none;
}
.coderteam {
  position: fixed;
  left: 0;
  bottom: 10%;
  z-index: 99999;
}
.coderteam img {
  width: 13px;
  transform: rotate(180deg);
}
div[data-readmore-toggle] {
  display: block;
  text-align: center;
  font-size: 0.9em;
  line-height: normal;
}
div[data-readmore-toggle] span {
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid rgba(13,13,13,0.3);
  transition: all 0.3s;
}
div[data-readmore-toggle] span:hover {
  border-color: transparent;
  color: #d22e2e;
}
div[data-readmore] {
  position: relative;
  overflow: hidden;
}
div[data-readmore] .readmore_link {
  overflow: hidden;
  transition: all 0.3s;
}
div[data-readmore]::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  transition: background 0.3s;
}
div[data-readmore][aria-expanded="true"]::after {
  opacity: 0;
  pointer-events: none;
}
.pretty {
  margin-right: 0.5em !important;
}
.pretty input:checked~.state.p-defcolor label:after,
.pretty .pretty.p-toggle .state.p-defcolor label:after {
  background-color: #d22e2e !important;
}
body .pretty.p-default input:checked~.state label:after {
  background-color: #d22e2e !important;
}
.webform-flexbox {
  margin: 0em -0.5em !important;
}
.webform-readonly input[type="date"],
.webform-readonly input[type="datetime-local"],
.webform-readonly input[type="email"],
.webform-readonly input[type="number"],
.webform-readonly input[type="password"],
.webform-readonly input[type="search"],
.webform-readonly input[type="tel"],
.webform-readonly input[type="text"],
.webform-readonly input[type="time"],
.webform-readonly input[type="url"],
.webform-readonly textarea {
  border: 1px solid #d4dce8 !important;
  color: #0d0d0d !important;
}
.webform-readonly input[type="date"].error,
.webform-readonly input[type="datetime-local"].error,
.webform-readonly input[type="email"].error,
.webform-readonly input[type="number"].error,
.webform-readonly input[type="password"].error,
.webform-readonly input[type="search"].error,
.webform-readonly input[type="tel"].error,
.webform-readonly input[type="text"].error,
.webform-readonly input[type="time"].error,
.webform-readonly input[type="url"].error,
.webform-readonly textarea.error {
  border-color: #d22e2e !important;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
video {
  -o-object-fit: contain;
     object-fit: contain;
}
.lazyframe {
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lazyframe::after {
  transition: all 0.3s;
}
.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
  background-color: #0d0d0d !important;
}
.fancy_video:hover .lazyframe::after {
  font-size: 2.5em;
}
.slider__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.slider__actions .flickity-button {
  position: initial;
  left: auto;
  top: auto;
  right: auto;
  background: none;
  color: #0d0d0d;
  transform: none;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.slider__actions .flickity-button svg {
  width: 20px;
  position: initial;
  left: auto;
  top: auto;
}
.slider__actions .flickity-button.previous {
  order: 1;
}
.slider__actions .flickity-button.next {
  order: 3;
}
.slider__actions .flickity-page-dots {
  order: 2;
  width: auto;
  position: initial;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  counter-reset: a;
  padding: 0 15px;
}
.slider__actions .flickity-page-dots .dot {
  background: none;
  color: #0d0d0d;
}
.slider__actions .flickity-page-dots .dot::after {
  content: counter(a);
  counter-increment: a;
}
#main-content {
  display: none;
}
#block-vkladki {
  margin-bottom: 15px;
}
#block-vkladki ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  line-height: normal;
  list-style: none;
}
#block-vkladki ul li a {
  position: relative;
  background: #d22e2e;
  border: 1px solid #d22e2e;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  padding: 5px 10px;
  font-size: 0.85em;
  margin: 0 5px 5px 0;
  height: auto;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: normal;
  background: transparent;
  color: #d22e2e;
}
#block-vkladki ul li a:hover {
  border-color: #b32727;
  background: #b32727;
  color: #fff;
}
#block-vkladki ul li a.is-active {
  color: #94a8c5;
  border-color: #94a8c5;
  display: none;
}
@-webkit-keyframes throbber {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes throbber {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
details,
section,
summary,
aside,
main,
menu,
nav,
figcaption,
figure,
footer,
header,
hgroup {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*layouts*/
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.button {
  position: relative;
  background: #d22e2e;
  border: 1px solid #d22e2e;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}
.button:hover {
  border-color: #b32727;
  background: #b32727;
  color: #fff;
}
.section__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  font-size: 1.1em;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  flex-wrap: wrap;
}
.section__title span,
.section__title .section__link {
  font-family: 'TTNorms-Bold';
  font-size: 2.2em;
}
.section__title a:not(.section__link) {
  display: flex;
  align-items: center;
  opacity: 0.5;
  margin: 10px 0;
}
.section__title a:not(.section__link) svg {
  width: 16px;
  height: auto;
  fill: #0d0d0d;
  display: flex;
  margin-left: 5px;
  transition: fill 0.3s;
}
.section__title a:not(.section__link):hover {
  opacity: 1;
}
.section__title a:not(.section__link):hover svg {
  fill: #d22e2e;
}
.section__title.subsection span {
  font-size: 1.5em;
}
@media only screen and (max-width: 480px) {
  .section__title {
    font-size: 1em;
  }
}
.format_page h2:first-child,
.format_page h3:first-child,
.format_page h4:first-child,
.format_page h5:first-child {
  margin-top: 0;
}
.format_page p a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.format_page p a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.format_page ul,
.format_page ol {
  margin: 0 0 15px 30px;
}
.view article {
  position: relative;
}
.ckeditor-col-container {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}
.ckeditor-col-container ul,
.ckeditor-col-container ol {
  margin: 0 0 15px 30px;
}
.ckeditor-col-container a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.ckeditor-col-container a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
@media only screen and (max-width: 768px) {
  .ckeditor-col-container {
    display: block;
    margin: 0;
  }
}
.grid-6 {
  width: calc(50% - 30px);
  margin: 15px;
}
@media only screen and (max-width: 768px) {
  .grid-6 {
    width: auto;
    margin: 0 0 15px;
  }
}
.pt {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .pt {
    padding-top: 30px;
  }
}
.pb {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pb {
    padding-bottom: 30px;
  }
}
.pb-30 {
  padding-bottom: 30px;
}
.pl {
  padding-left: 50px;
}
@media only screen and (max-width: 768px) {
  .pl {
    padding-left: 30px;
  }
}
.pr {
  padding-right: 50px;
}
@media only screen and (max-width: 768px) {
  .pr {
    padding-right: 30px;
  }
}
.p {
  padding: 50px;
}
@media only screen and (max-width: 768px) {
  .p {
    padding: 30px;
  }
}
.mb {
  margin-bottom: 30px;
}
.bg-gray {
  background: rgba(244,246,249,0.3);
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .bg-gray {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.center .block__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.bt {
  border-top: 1px solid #f4f6f9;
}
.bb {
  border-bottom: 1px solid #f4f6f9;
}
.bb-after {
  position: relative;
}
.bb-after::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f4f6f9;
}
.dblock {
  display: block;
}
.v-grid .view__content {
  display: grid;
  grid-gap: 30px;
}
.v-grid-2 .view__content {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 768px) {
  .v-grid-2 .view__content {
    grid-template-columns: 1fr;
  }
}
.v-grid-3 .view__content {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .v-grid-3 .view__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .v-grid-3 .view__content {
    grid-template-columns: 1fr;
  }
}
.v-grid-4 .view__content {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 980px) {
  .v-grid-4 .view__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .v-grid-4 .view__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .v-grid-4 .view__content {
    grid-template-columns: 1fr;
  }
}
.v-grid-special .view__content article {
  width: calc(33.3333% - 10px);
  margin: 5px;
}
@media only screen and (max-width: 980px) {
  .v-grid-special .view__content article {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 540px) {
  .v-grid-special .view__content article {
    width: calc(100% - 10px);
  }
}
.v-grid-special .view__content article:nth-child(1),
.v-grid-special .view__content article:nth-child(2) {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 540px) {
  .v-grid-special .view__content article:nth-child(1),
  .v-grid-special .view__content article:nth-child(2) {
    width: calc(100% - 10px);
  }
}
.v-flex .view__content {
  display: flex;
  flex-wrap: wrap;
}
.v-flex-gap-10 .view__content {
  margin-left: -5px;
  margin-right: -5px;
}
.v-gap-10 .view__content {
  grid-gap: 10px;
}
.hide-title .articles__title {
  display: none;
}
.cart_block__expand {
  position: relative;
  display: inline-flex;
  height: 80px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 860px) {
  .cart_block__expand {
    display: flex;
  }
}
.cart_block__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  padding-top: 1px;
  border-radius: 2px;
  background: #1fbf74;
  color: #fff;
  font-size: 0.7em;
}
.cart_contents {
  position: absolute;
  right: 30px;
  top: 90px;
  opacity: 0;
  pointer-events: none;
  width: 350px;
  font-size: 0.8em;
  transition: all 0.3s;
  z-index: 999;
}
.cart_contents.active {
  top: 60px;
  opacity: 1;
  pointer-events: auto;
}
.cart_contents__inner {
  background: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  box-shadow: rgba(13,13,13,0.15) 0 30px 60px;
  transition: all 0.3s;
}
.cart_contents__inner table {
  margin-bottom: 0 !important;
}
.cart_contents__inner .views-field-title {
  padding-left: 0 !important;
}
.cart_contents__inner .view__footer {
  padding: 10px;
  border-bottom: 1px solid #f4f6f9;
}
.cart_contents__inner .order-total-line__subtotal {
  display: none;
}
.cart_contents__inner .view__content {
  overflow: auto;
  max-height: 350px;
}
.cart_item__title {
  line-height: normal;
}
.cart_item__sku {
  font-size: 0.9em;
  line-height: normal;
  opacity: 0.5;
}
.cart_item__sku strong {
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
}
.cart_contents__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
}
.cart_contents__links a {
  position: relative;
  background: #1fbf74;
  border: 1px solid #1fbf74;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  height: 40px;
}
.cart_contents__links a:hover {
  border-color: #1aa263;
  background: #1aa263;
  color: #fff;
}
.commerce_cart__micro {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.commerce_cart__micro svg {
  fill: #fff;
  width: 18px;
}
.commerce_cart__micro span {
  display: inline-flex;
  margin-left: 5px;
}
.commerce_cart__micro:hover {
  background: rgba(255,255,255,0.05);
}
@media only screen and (max-width: 880px) {
  .commerce_cart__micro {
    width: 60px;
    height: 60px;
  }
}
.cart_element__checkout {
  display: none;
}
.cart_element__info {
  flex: 1;
}
#block-partlab-progressoformleniya .block__inner {
  padding: 0;
}
#block-partlab-progressoformleniya .checkout-progress {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#block-partlab-progressoformleniya .checkout-progress li {
  list-style: none;
  flex: 1;
  margin: 0;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f9;
  border: 1px solid #f4f6f9;
  border-right: none;
}
#block-partlab-progressoformleniya .checkout-progress li::before {
  margin-right: 5px;
}
#block-partlab-progressoformleniya .checkout-progress li:last-child {
  border-right: 1px solid #f4f6f9;
}
#block-partlab-progressoformleniya .checkout-progress li.checkout-progress--step__current {
  background: rgba(31,191,116,0.1);
  color: #1fbf74;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #block-partlab-progressoformleniya .checkout-progress li {
    font-size: 0;
  }
  #block-partlab-progressoformleniya .checkout-progress li::before {
    font-size: 18px;
    font-family: 'TTNorms-Black';
  }
}
.view-commerce-checkout-order-summary .cart_element__checkout {
  display: block;
}
.view-commerce-checkout-order-summary .view__footer {
  margin-bottom: 30px;
}
.order-total-line__total {
  padding-top: 0;
  font-family: 'TTNorms-Bold';
}
.cart-form:before,
.cart-form:after {
  content: "";
  display: table;
}
.cart-form:after {
  clear: both;
}
.cart-form .form__submit {
  display: inline-flex;
  margin-top: 30px;
}
.cart-form .form__submit #edit-submit {
  background: #fff;
  color: #1fbf74;
}
.cart-form .form__submit #edit-submit:hover {
  color: #fff;
}
.cart-form .form__submit #edit-checkout {
  position: relative;
  background: #1fbf74;
  border: 1px solid #1fbf74;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  margin-left: 15px;
}
.cart-form .form__submit #edit-checkout:hover {
  border-color: #1aa263;
  background: #1aa263;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  .cart-form .form__submit {
    display: flex;
    margin-top: 30px;
  }
  .cart-form .form__submit button,
  .cart-form .form__submit #edit-checkout {
    display: flex;
    margin: 0 !important;
    width: 100%;
  }
}
.views-field-edit-quantity input {
  width: auto;
  margin: 0;
}
.views-field-total-price__number {
  text-align: right !important;
}
.view-commerce-cart-form .views-field-edit-quantity span {
  display: inline-flex;
}
.view-commerce-cart-form .views-field-edit-quantity input {
  margin: 0;
  width: auto;
  min-height: auto;
  padding: 10px;
}
.view-commerce-cart-form .views-field-remove-button .form__submit {
  margin: 0;
}
.view-commerce-cart-form .views-field-remove-button button {
  min-width: auto;
  height: auto;
  padding: 5px 15px;
  margin: 0;
  font-size: 0.9em;
  min-height: auto;
}
.view-commerce-cart-form .order-total-line__adjustment--tax {
  display: none;
}
#sidebar-coupon_redemption-form-ajax-wrapper {
  padding: 20px;
  margin: 30px 0;
  background: #f4f6f9;
  border: 1px solid #f4f6f9;
  border-radius: 10px;
}
#sidebar-coupon_redemption-form-ajax-wrapper input {
  background: #fff;
}
.commerce-checkout-flow {
  padding: 30px 0 0;
}
.commerce-checkout-flow fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.commerce-checkout-flow legend {
  display: inline-flex;
  margin: 0 0 25px;
  padding: 0;
  font-family: 'TTNorms-Black';
  text-transform: uppercase;
  font-size: 1.4em;
  line-height: normal;
}
div[data-drupal-selector="edit-shipping-information-shipping-profile"] label,
div[data-drupal-selector="edit-payment-information-billing-information"] label {
  display: none;
}
div[data-drupal-selector="edit-payment-information-billing-information-copy-fields"] label {
  display: block;
}
#edit-payment-information-billing-information {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, auto);
}
#edit-payment-information-billing-information div[data-drupal-selector="edit-payment-information-billing-information-copy-fields"] {
  grid-column: 1/-1;
}
#edit-payment-information-billing-information select,
#edit-payment-information-billing-information input,
#edit-payment-information-billing-information textarea {
  background: #fff;
  margin-bottom: 0;
}
#edit-payment-information-billing-information #edit-shipping-information-shipping-profile-address-0-address-country-code,
#edit-payment-information-billing-information div[data-drupal-selector="edit-payment-information-billing-information-address-0-address-country-code"] {
  display: none;
}
#edit-payment-information-billing-information .js-form-type-checkbox {
  width: 100%;
  margin-bottom: 20px;
}
#edit-payment-information-billing-information .form-item-payment-information-billing-information-billing-same-as-shipping,
#edit-payment-information-billing-information .field--name-field-kommentariy {
  grid-column: 1/-1;
}
#edit-payment-information-billing-information .field {
  display: flex;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
#edit-payment-information-billing-information .field__label {
  margin-right: 5px;
}
#edit-payment-information-billing-information .field__item a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
#edit-payment-information-billing-information .field__item a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
#edit-payment-information-billing-information .form__submit {
  grid-column: 1/3;
  margin-top: 20px;
}
#edit-payment-information-billing-information .form__submit button {
  padding: 5px 15px;
  height: auto;
  min-height: auto;
}
@media only screen and (max-width: 480px) {
  #edit-payment-information-billing-information {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  #edit-payment-information-billing-information .field--name-field-kommentariy,
  #edit-payment-information-billing-information .form-item-payment-information-billing-information-billing-same-as-shipping,
  #edit-payment-information-billing-information .form__submit {
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 420px) {
  #edit-payment-information-billing-information {
    padding: 0;
  }
}
.cart_element {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 420px) {
  .cart_element {
    display: block;
  }
}
.cart_element__image {
  margin-right: 15px;
}
.cart_element__image a {
  position: relative;
  display: block;
  border: none;
  border-radius: 5px;
  overflow: hidden;
}
.cart_element__image a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0d0d0d;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
}
.cart_element__image a:hover::before {
  opacity: 0.1;
}
.cart_element__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 420px) {
  .cart_element__image {
    margin: 0 0 15px;
  }
  .cart_element__image img {
    max-width: 100%;
    width: auto;
  }
}
.cart_element__title {
  font-family: 'TTNorms-Bold';
  font-size: 1.3em;
  line-height: normal;
  margin-bottom: 5px;
}
@media only screen and (max-width: 860px) {
  .cart_element__title {
    font-size: 1.1em;
  }
}
.checkout-pane-payment-information .fieldset-wrapper,
.checkout-pane-contact-information .fieldset-wrapper {
  border: 1px solid #f4f6f9;
  background: rgba(244,246,249,0.5);
  padding: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 420px) {
  .checkout-pane-payment-information .fieldset-wrapper,
  .checkout-pane-contact-information .fieldset-wrapper {
    padding: 30px;
  }
}
.checkout-pane-payment-information .fieldset-wrapper .form-item-payment-information-billing-information-address-0-address-country-code,
.checkout-pane-contact-information .fieldset-wrapper .form-item-payment-information-billing-information-address-0-address-country-code {
  display: none;
}
.checkout-pane-payment-information .fieldset-wrapper input,
.checkout-pane-contact-information .fieldset-wrapper input,
.checkout-pane-payment-information .fieldset-wrapper textarea,
.checkout-pane-contact-information .fieldset-wrapper textarea,
.checkout-pane-payment-information .fieldset-wrapper select,
.checkout-pane-contact-information .fieldset-wrapper select {
  background: #fff;
}
.checkout-pane-contact-information,
fieldset[data-drupal-selector="edit-review-contact-information"] {
  display: none !important;
}
.order-total-line__adjustment--tax {
  display: none;
}
#edit-review-payment-information .fieldset-wrapper,
#edit-review-shipping-information .fieldset-wrapper,
#edit-review-contact-information .fieldset-wrapper {
  border: 1px solid #f4f6f9;
  background: rgba(244,246,249,0.5);
  padding: 50px;
  margin-bottom: 30px;
  font-family: 'TTNorms-Bold';
}
#edit-review-payment-information .field,
#edit-review-shipping-information .field,
#edit-review-contact-information .field {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
}
#edit-review-payment-information .field .field__label,
#edit-review-shipping-information .field .field__label,
#edit-review-contact-information .field .field__label {
  margin-right: 5px;
  font-family: 'TTNorms-Bold';
}
#edit-review-shipping-information .fieldset-wrapper {
  display: flex;
  flex-direction: column;
}
#edit-review-shipping-information .fieldset-wrapper div[data-drupal-selector="edit-review-shipping-information-summary-shipping-profile"] {
  order: 1;
}
div[data-drupal-selector="edit-review-shipping-information-summary-0"] .field {
  margin-top: 0 !important;
  margin-bottom: 15px;
}
div[data-drupal-selector="edit-review-payment-information-summary-profile"] {
  margin-top: 25px;
}
.layout-region-checkout-footer {
  display: flex;
  align-items: center;
}
.layout-region-checkout-footer button {
  margin-right: 30px;
}
.layout-region-checkout-footer a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.layout-region-checkout-footer a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.checkout-complete {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}
.checkout__num {
  padding: 50px;
  background: rgba(244,246,249,0.5);
}
.checkout__num strong {
  font-size: 1.5em;
  margin-bottom: 15px;
  line-height: 1.6em;
  display: inline-flex;
}
.checkout-complete__payment-instructions {
  padding: 50px;
  background: #f4f6f9;
}
.checkout-complete__payment-instructions h2 {
  text-transform: none;
  margin-bottom: 15px;
}
.checkout-complete__payment-instructions .button {
  position: relative;
  background: #1fbf74;
  border: 1px solid #1fbf74;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
}
.checkout-complete__payment-instructions .button:hover {
  border-color: #1aa263;
  background: #1aa263;
  color: #fff;
}
.checkout__link {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .view-commerce-checkout-order-summary table tr {
    position: relative;
  }
  .view-commerce-checkout-order-summary table tr td span {
    padding: 0 !important;
  }
  .view-commerce-checkout-order-summary table tr td::before {
    display: none !important;
  }
  .view-commerce-checkout-order-summary table tr .views-field-quantity {
    position: absolute;
  }
  .view-commerce-checkout-order-summary table tr .views-field-purchased-entity {
    padding-left: 40px !important;
  }
}
.views-field-edit-quantity input {
  margin: 0;
  min-height: auto;
  padding: 10px;
  width: auto;
  text-align: center;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] .fieldset-wrapper,
fieldset[data-drupal-selector="edit-shipping-information-shipments-0-shipping-method-0"] .fieldset-wrapper {
  padding: 0;
  background: none;
  border: none;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item,
fieldset[data-drupal-selector="edit-shipping-information-shipments-0-shipping-method-0"] .form-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item:last-child,
fieldset[data-drupal-selector="edit-shipping-information-shipments-0-shipping-method-0"] .form-item:last-child {
  margin-bottom: 0;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item input,
fieldset[data-drupal-selector="edit-shipping-information-shipments-0-shipping-method-0"] .form-item input {
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  min-height: auto;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 5px;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item input[checked="checked"],
fieldset[data-drupal-selector="edit-shipping-information-shipments-0-shipping-method-0"] .form-item input[checked="checked"] {
  border: 1px solid #1fbf74;
  background: #1fbf74;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item label,
fieldset[data-drupal-selector="edit-shipping-information-shipments-0-shipping-method-0"] .form-item label {
  display: inline-flex;
  flex: 1;
  font-family: 'TTNorms-Bold';
  cursor: pointer;
  transition: all 0.3s;
}
fieldset[data-drupal-selector="edit-payment-information-payment-method"] .form-item label:hover,
fieldset[data-drupal-selector="edit-shipping-information-shipments-0-shipping-method-0"] .form-item label:hover {
  color: #1fbf74;
}
.profile-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 480px) {
  .profile-form {
    grid-template-columns: 1fr;
  }
}
.profile-form #edit-address-wrapper,
.profile-form .customer_adress {
  display: none;
}
.profile-form .form-wrapper label {
  font-family: 'TTNorms-Bold';
  margin-bottom: 5px;
}
.profile-form .field--name-field-kommentariy,
.profile-form .form-actions {
  grid-column: 1/-1;
}
.profile-form .form__submit {
  float: left;
  margin-right: 15px;
}
.checkout-pane-shipping-information {
  margin-bottom: 50px !important;
}
.checkout-pane-shipping-information .fieldset-wrapper {
  display: flex;
  flex-direction: column;
}
.checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] {
  order: 1;
  border: 1px solid #f4f6f9;
  border-bottom: 0;
  background: rgba(244,246,249,0.5);
  padding: 50px 50px 0;
}
@media only screen and (max-width: 420px) {
  .checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] {
    padding: 30px 30px 0;
  }
}
.checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] .form-item {
  margin-bottom: 5px;
}
.checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] .form-item.js-form-type-radio {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] .form-item.js-form-type-radio .description {
  width: 100%;
  padding: 0 0 10px 24px;
  font-size: 0.9em;
}
.checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] .form-item.js-form-type-radio .description a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] .form-item.js-form-type-radio .description a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.checkout-pane-shipping-information div[data-drupal-selector="edit-shipping-information-shipments"] .form-item label {
  flex: 1;
  display: inline-flex;
  margin: 0;
  font-family: 'TTNorms-Bold';
  cursor: pointer;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile {
  order: 2;
  border: 1px solid #f4f6f9;
  border-top: 0;
  background: rgba(244,246,249,0.5);
  padding: 30px 50px 50px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, auto);
  margin-bottom: 30px;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile select,
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile input,
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile textarea {
  background: #fff;
  margin-bottom: 0;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .js-form-type-checkbox {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .field--name-field-kommentariy {
  grid-column: 1/3;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .field {
  display: flex;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .field__label {
  margin-right: 5px;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .field__item a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .field__item a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .form__submit {
  grid-column: 1/3;
  margin-top: 20px;
}
.checkout-pane-shipping-information #edit-shipping-information-shipping-profile .form__submit button {
  padding: 5px 15px;
  height: auto;
  min-height: auto;
}
@media only screen and (max-width: 480px) {
  .checkout-pane-shipping-information #edit-shipping-information-shipping-profile {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
  .checkout-pane-shipping-information #edit-shipping-information-shipping-profile .field--name-field-kommentariy,
  .checkout-pane-shipping-information #edit-shipping-information-shipping-profile .form__submit {
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 420px) {
  .checkout-pane-shipping-information #edit-shipping-information-shipping-profile {
    padding: 30px;
  }
}
.checkout-pane-shipping-information .form__submit {
  order: 3;
}
.field--type-address {
  grid-column: 1/-1;
}
div[data-drupal-selector="edit-shipping-information-shipping-profile-address-0-address-country-code"] {
  display: none;
}
div[data-drupal-selector="edit-shipping-information-shipping-profile-address-0-address"],
div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media only screen and (max-width: 480px) {
  div[data-drupal-selector="edit-shipping-information-shipping-profile-address-0-address"],
  div[data-drupal-selector="edit-payment-information-billing-information-address-0-address"] {
    grid-template-columns: 1fr;
  }
}
#edit-review-shipping-information {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #edit-review-shipping-information {
    margin-bottom: 0;
  }
}
.commerce-checkout-flow-multistep-default .form-actions {
  display: flex;
  align-items: center;
}
.bill_shipp {
  margin-bottom: 20px;
}
.bill_shipp__button {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.bill_shipp__button span {
  display: inline-flex;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #c4cfdf;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s;
}
.bill_shipp__button.active span {
  box-shadow: inset 0 0 0 4px #1fbf74;
  border-color: #1fbf74;
}
@media only screen and (max-width: 768px) {
  .cart-form-page {
    overflow-x: scroll;
  }
}
.maintenance {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(100vh - 86px);
}
.maintenance__ico {
  text-align: center;
  font-size: 7em;
}
.maintenance__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
}
.maintenance__logo {
  max-width: 200px;
  margin-bottom: 15px;
}
.maintenance__slogan {
  color: rgba(13,13,13,0.5);
}
.maintenance__main {
  text-align: center;
}
.maintenance__main h1 {
  margin-bottom: 10px;
}
input[name="itspartlabbaby"],
.form-item-itspartlabbaby {
  display: none;
}
/*pages*/
.a2a_kit {
  display: flex;
  align-items: center;
}
.a2a_kit a {
  font-size: 20px;
}
.articles-line {
  position: relative;
}
.articles-line .view__content > article,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] > article,
.articles-line .view__content .group-content--anons,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] .group-content--anons {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.articles-line .view__content > article::after,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] > article::after,
.articles-line .view__content .group-content--anons::after,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] .group-content--anons::after {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 60px);
  height: 1px;
  background: #e4e9f0;
}
.articles-line .view__content > article:last-child,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] > article:last-child,
.articles-line .view__content .group-content--anons:last-child,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] .group-content--anons:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.articles-line .view__content > article:last-child::after,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] > article:last-child::after,
.articles-line .view__content .group-content--anons:last-child::after,
.articles-line div[data-drupal-views-infinite-scroll-content-wrapper] .group-content--anons:last-child::after {
  display: none;
}
.anons-full .articles__title {
  position: initial;
  padding: 0;
  font-size: 1.5em;
  margin-bottom: 10px;
}
.node__big_short {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 2;
}
.node__big_short ul li {
  color: #fff;
}
.node__big_short ul li a {
  color: #fff;
}
.node__big_short ul li .flag a {
  color: #fff !important;
}
.node__big_short ul li:last-child {
  margin: 0;
}
.node__big_short ul li:last-child span {
  margin-left: 5px;
  font-size: 0.8em;
}
.anons__wall_thumb {
  position: relative;
}
.anons__wall_thumb > a {
  position: relative;
  display: block;
  background: #f4f6f9;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}
.anons__wall_thumb > a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.333333333333336%;
}
.anons__wall_thumb > a > .image,
.anons__wall_thumb > a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.anons__wall_thumb > a > .image.loaded,
.anons__wall_thumb > a picture .image.loaded {
  opacity: 1;
}
.anons__wall_thumb > a::after {
  content: '';
  background: linear-gradient(172.71deg, rgba(0,0,0,0.1) 28.32%, rgba(0,0,0,0) 57.62%, rgba(0,0,0,0) 78.82%, rgba(0,0,0,0.74) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.anons__wall_thumb > a:hover {
  opacity: 0.9;
}
.anons__info {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 2;
}
.anons__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.anons__info ul li {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.anons__info ul li span {
  font-size: 0.9em;
  color: #fff;
  margin-left: 5px;
}
.anons__info ul li i {
  color: #fff;
}
.anons__info .flag a {
  color: #fff;
  border: none;
  font-size: 1em;
  border-radius: 0;
  padding: 0;
}
.anons__info .flag.quest i {
  color: #fff;
}
.anons__thumb {
  transition: all 0.3s;
  position: relative;
  display: block;
}
.anons__thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666666666666%;
}
.anons__thumb > .image,
.anons__thumb picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.anons__thumb > .image.loaded,
.anons__thumb picture .image.loaded {
  opacity: 1;
}
.anons__title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  font-size: 1.1em;
  font-family: 'TTNorms-Bold';
  color: #fff;
  line-height: 1.6em;
  z-index: 2;
}
.anons__title a {
  color: #fff;
}
.anons__title a:hover {
  color: rgba(255,255,255,0.9);
}
.anons-small article > a:not(.video__url) {
  display: block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
}
.anons-small article > a:not(.video__url)::before {
  content: '';
  background: linear-gradient(172.71deg, rgba(0,0,0,0.74) 28.32%, rgba(0,0,0,0) 57.62%, rgba(0,0,0,0) 78.82%, rgba(0,0,0,0.74) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.anons-small article > a:not(.video__url):hover .anons__thumb,
.anons-small article > a:not(.video__url):hover .articles__thumb {
  opacity: 0.9;
}
.anons-small article.node__view-mode-teaser img {
  transition: opacity 0.3s;
}
.anons-small article.node__view-mode-teaser .video__url {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  color: #fff;
}
.anons-small article.node__view-mode-teaser .video__url::before {
  content: '';
  background: linear-gradient(172.71deg, rgba(0,0,0,0.74) 28.32%, rgba(0,0,0,0) 57.62%, rgba(0,0,0,0) 78.82%, rgba(0,0,0,0.74) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.anons-small article.node__view-mode-teaser:hover img {
  opacity: 0.9;
}
.anons-small .anons__title {
  font-size: 1.1em;
}
.anons__wall {
  position: relative;
}
.anons__wall > a {
  position: relative;
  display: block;
  background: #f4f6f9;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}
.anons__wall > a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.333333333333336%;
}
.anons__wall > a > .image,
.anons__wall > a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.anons__wall > a > .image.loaded,
.anons__wall > a picture .image.loaded {
  opacity: 1;
}
.anons__wall > a::after {
  content: '';
  background: linear-gradient(172.71deg, rgba(0,0,0,0.1) 28.32%, rgba(0,0,0,0) 57.62%, rgba(0,0,0,0) 78.82%, rgba(0,0,0,0.74) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.anons__wall > a:hover {
  opacity: 0.9;
}
.anons__flags {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 2;
}
.anons__flags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.anons__flags ul li {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.anons__flags ul li span {
  font-size: 0.9em;
  color: #fff;
  margin-left: 5px;
}
.anons__flags ul li i {
  color: #fff;
}
.anons__flags .flag a {
  color: #fff;
  border: none;
  font-size: 1em;
  border-radius: 0;
  padding: 0;
}
.anons__flags .flag.quest i {
  color: #fff;
}
.anons__title {
  font-family: 'TTNorms-Bold';
}
.videoarchive-block article {
  position: relative;
  transition: all 0.3s;
}
.videoarchive-block article:hover {
  opacity: 0.9;
}
.video__url {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.node__wall {
  margin-bottom: 20px;
}
.node__wall > a {
  position: relative;
  display: block;
  background: #f4f6f9;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}
.node__wall > a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.333333333333336%;
}
.node__wall > a > .image,
.node__wall > a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.node__wall > a > .image.loaded,
.node__wall > a picture .image.loaded {
  opacity: 1;
}
.node__wall > a:hover {
  opacity: 0.9;
}
.node__flags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.node__flags ul li {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.node__text {
  font-size: 1.1em;
}
.node__author h3 {
  margin-bottom: 20px;
}
.node__main_actions .node__flags {
  pointer-events: auto;
}
.node__main_actions .node__flags ul li {
  margin-left: 0;
  margin-right: 10px;
}
.node__main_actions .node__flags ul li .flag a {
  color: #0d0d0d;
}
.node__main_actions .node__flags ul li .flag a i,
.node__main_actions .node__flags ul li .flag a span {
  color: #0d0d0d;
}
.node__main_actions {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.node__main_actions .flag {
  font-size: 1.4em;
  margin-right: 15px;
}
.node__main_actions .flag span {
  font-size: 0.6em !important;
}
.node__main_actions .flag:last-child {
  margin-right: 0;
}
.node__main_actions .a2a_kit {
  flex: 1;
  justify-content: flex-end;
}
.node__main_actions .a2a_kit a {
  margin: 0 5px;
  font-size: 18px;
}
.articles__thumb {
  transition: all 0.3s;
  position: relative;
  display: block;
}
.articles__thumb::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 66.66666666666666%;
}
.articles__thumb > .image,
.articles__thumb picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.articles__thumb > .image.loaded,
.articles__thumb picture .image.loaded {
  opacity: 1;
}
.articles__title {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px;
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: 'TTNorms-Bold';
  z-index: 2;
}
.articles__info {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 2;
}
.articles__info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.articles__info ul li {
  display: flex;
  align-items: center;
}
.articles__info ul li span {
  font-size: 0.9em;
  color: #fff;
  margin-left: 5px;
}
.articles__info ul li i {
  color: #fff;
}
.articles__info .flag a {
  color: #fff;
  border: none;
  font-size: 1em;
  border-radius: 0;
  padding: 0;
}
.articles__info .flag.quest i {
  color: #fff;
}
.article__author {
  margin-bottom: 10px;
}
.article__author a {
  display: inline-flex;
  align-items: center;
  color: #94a8c5;
}
.article__author a img {
  border-radius: 5px;
  max-width: 40px;
  margin-right: 10px;
}
.article__author a:hover {
  color: #d22e2e;
}
.articles__item_full {
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.articles__item_full::after {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 60px);
  height: 1px;
  background: #e4e9f0;
}
.articles__item_full:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.articles__item_full:last-child::after {
  display: none;
}
.articles__item_full .articles__title {
  position: initial;
  padding: 0;
  font-size: 1.5em;
  line-height: 1.6em;
  font-family: 'TTNorms-Bold';
  margin-bottom: 10px;
}
.articles__wall {
  position: relative;
}
.articles__wall > a {
  position: relative;
  display: block;
  background: #f4f6f9;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}
.articles__wall > a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.333333333333336%;
}
.articles__wall > a > .image,
.articles__wall > a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.articles__wall > a > .image.loaded,
.articles__wall > a picture .image.loaded {
  opacity: 1;
}
.articles__wall > a::after {
  content: '';
  background: linear-gradient(172.71deg, rgba(0,0,0,0.1) 28.32%, rgba(0,0,0,0) 57.62%, rgba(0,0,0,0) 78.82%, rgba(0,0,0,0.74) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.articles__wall > a:hover {
  opacity: 0.9;
}
.articles__summary {
  margin-top: 15px;
}
.articles__summary a {
  font-weight: bold;
}
.articles_node__wall {
  margin-bottom: 20px;
}
.articles_node__wall a {
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: #f4f6f9;
}
.articles_node__wall a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.333333333333336%;
}
.articles_node__wall a > .image,
.articles_node__wall a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.articles_node__wall a > .image.loaded,
.articles_node__wall a picture .image.loaded {
  opacity: 1;
}
.articles_node__wall a:hover {
  opacity: 0.9;
}
.article__actions {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.article__actions .flag {
  font-size: 1.4em;
  margin-right: 15px;
}
.article__actions .flag span {
  font-size: 0.6em !important;
}
.article__actions .flag:last-child {
  margin-right: 0;
}
.article__actions .a2a_kit {
  flex: 1;
  justify-content: flex-end;
}
.article__actions .a2a_kit a {
  margin: 0 5px;
  font-size: 18px;
}
.articles_node__author {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.author__image {
  width: 40px;
  margin-right: 10px;
}
.author__image a {
  display: block;
}
.author__image img {
  border-radius: 5px;
}
.author__info {
  flex: 1;
}
.author__info a {
  font-size: 0.9em;
}
.author__info .flag a {
  border: 1px solid #d22e2e;
  padding: 5px;
  border-radius: 3px;
  line-height: normal;
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #3d5270;
  font-size: 0.85em;
}
.author__info .flag a:hover {
  color: #d22e2e;
}
.author__info .flag.action-unflag a {
  color: #899fbf;
}
.author__info .flag.action-unflag a:hover {
  color: #0d0d0d;
}
.aside h2 {
  font-size: 1em;
  margin-bottom: 15px;
  padding: 0 15px;
  color: rgba(13,13,13,0.5);
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
}
.aside > .menu > li > a,
.aside #block-dopolnitelnoemenyu > .menu > li > a {
  font-family: 'TTNorms-Bold';
}
.aside .menu {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
.aside .menu li a {
  padding: 5px 0 5px 15px;
  display: flex;
  border-radius: 5px;
  margin-bottom: 1px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.aside .menu li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transform: scale(0.9);
  border-radius: 5px;
  transition: all 0.3s;
  z-index: -1;
}
.aside .menu li a:hover::before {
  opacity: 1;
  transform: scale(1);
}
.aside .menu li a.button {
  padding: 0;
  margin-bottom: 15px;
}
.aside .menu li a.button::before {
  display: none;
}
.aside .menu li a.button.is-active {
  background: #c4cfdf;
  border-color: #c4cfdf;
  pointer-events: none;
}
.aside .menu li.menu__active > a::before {
  opacity: 1;
  transform: scale(1);
}
.aside .menu li.menu__expanded > span {
  padding: 7px 0 7px 15px;
  font-family: 'TTNorms-Bold';
  display: flex;
}
.aside .menu li.menu__expanded .menu__sub {
  padding-left: 10px;
  font-size: 0.9em;
}
.aside .menu li.menu__expanded .menu__sub ul li a {
  padding: 7px 0 7px 15px;
}
.aside .block {
  margin-bottom: 30px;
}
#block-podderzhka {
  margin-top: 30px;
}
#block-podderzhka .menu li a {
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
}
.breadcrumbs {
  padding: 30px 30px 0;
}
.breadcrumbs nav ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs nav ol li {
  opacity: 0.5;
  padding-right: 10px;
  transition: all 0.3s;
}
.breadcrumbs nav ol li i {
  display: inline-flex;
  margin-left: 5px;
}
.breadcrumbs nav ol li:hover {
  opacity: 1;
}
.breadcrumbs nav ol li:last-child {
  padding-right: 0;
}
.block__page-title-block h1 em {
  font-style: normal;
}
#block-auto-own {
  padding-left: 15px;
}
.cars-own article {
  margin-bottom: 10px;
}
.cars-own article a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.9em;
  line-height: normal;
}
.cars-own article a img {
  width: 40px;
  border-radius: 3px;
}
.cars-own article a span {
  flex: 1;
  margin-left: 10px;
}
.cars-own article:last-child {
  margin-bottom: 0;
}
.page-cars .view__content {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.page-cars .view__content a {
  display: flex;
  padding: 5px;
  font-size: 1.3em;
  font-family: 'TTNorms-Bold';
  -webkit-column-break-inside: avoid;
}
.article_comments h2 {
  margin-bottom: 30px;
}
.comments {
  margin-top: 30px;
}
.comments .form-actions {
  display: flex;
  align-items: center;
}
.comments .form-actions .form__submit {
  margin-right: 15px;
}
.comments .form-actions .form__submit:last-child {
  margin-right: 0;
}
.comments .form-actions .form__submit:last-child button {
  background: none;
  color: #0d0d0d;
  border-color: #0d0d0d;
}
.comments .form-actions .form__submit:last-child button:hover {
  background: #0d0d0d;
  color: #fff;
}
.comments .status-message {
  margin-top: 20px;
}
.comments__item {
  margin-top: 20px;
}
.comments__header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.comments__header:hover .comments__follow {
  opacity: 1;
  pointer-events: auto;
}
.comments__avatar {
  position: relative;
  display: flex;
  width: 40px;
}
.comments__avatar img {
  border-radius: 5px;
}
.comments__info {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.comments__author {
  font-family: 'TTNorms-Bold';
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0 10px;
}
.comments__follow {
  flex: 1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.comments__share .a2a_kit a {
  font-size: 16px;
  color: #94a8c5;
}
.comments__share .a2a_kit a:hover {
  color: #d22e2e;
}
.comments__body p:last-child {
  margin-bottom: 0;
}
.comments__body .links {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  font-size: 0.8em;
  list-style: none;
  position: relative;
  bottom: -1px;
}
.comments__body .links li a {
  display: block;
  margin-right: 5px;
  color: #94a8c5;
}
.comments__body .links li a:hover {
  color: #d22e2e;
}
.comments__body .links li.comment-forbidden {
  display: none;
}
.comments__body .links li.comment-forbidden a {
  display: inline;
  margin: 0;
  color: #0d0d0d;
}
.comments__body .links li.comment-forbidden a:hover {
  color: #d22e2e;
}
.comments__body_image {
  display: flex;
}
.comments__body_image a {
  border-radius: 5px;
  overflow: hidden;
  display: inline-block;
}
.comments__body_image a:hover {
  opacity: 0.9;
}
.comments__body_image img {
  width: auto;
  max-width: 250px;
}
.comments__text p {
  margin: 0;
}
.comments__link {
  opacity: 0;
}
.comments__link a {
  font-size: 0px;
}
.comments__link a::before {
  content: '\E804';
  font-family: 'fontello';
  font-size: 14px;
  color: rgba(13,13,13,0.3);
  transition: color 0.3s;
}
.comments__link a:hover::before {
  color: #d22e2e;
}
.indented {
  padding-left: 20px;
}
.path_comment .indented {
  padding-left: 0;
}
.comment-comment-form {
  margin-top: 20px;
}
.comments__actions {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: normal;
}
.comments__actions .flag {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.comments__actions .flag a {
  color: #94a8c5 !important;
  font-size: 0.8em;
}
.comments__actions .flag a:hover {
  color: #d22e2e !important;
}
.comments__actions .flag span {
  font-size: 0.7em;
  display: inline-flex;
  margin-left: 5px;
  color: #94a8c5;
}
.comments__actions .flag.quest i {
  color: #94a8c5;
}
.comments__actions .flag.action-unflag a {
  color: #d22e2e !important;
}
.comments__actions .flag.action-unflag a:hover {
  color: #d22e2e !important;
}
.comments__date {
  font-size: 0.8em;
  margin-left: 5px;
  color: #94a8c5;
}
.comments__login {
  margin-top: 30px;
  padding: 15px;
  background: rgba(210,46,46,0.05);
  border-radius: 5px;
  border: 1px solid rgba(210,46,46,0.15);
  color: #d22e2e;
}
.comments__login a {
  color: #d22e2e;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(210,46,46,0.3);
  transition: all 0.3s;
}
.comments__login a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(210,46,46,0);
}
.comment-comment-form {
  display: grid;
}
.comment-comment-form .form-item {
  margin: 0;
}
.comment-comment-form .field--name-comment-body {
  grid-column: 1;
}
.comment-comment-form .field--name-field-izobrazhenie {
  grid-column: 2;
  width: 100px;
  margin-left: 15px;
  padding-top: 30px;
}
.comment-comment-form .field--name-field-izobrazhenie .fiu-add-element {
  margin: 0;
}
.comment-comment-form .field--name-field-izobrazhenie .form-item {
  margin: 0;
  width: 100% !important;
  height: 100px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px dashed rgba(148,168,197,0.5);
  background: none !important;
  transition: all 0.3s;
}
.comment-comment-form .field--name-field-izobrazhenie .form-item:hover {
  border-color: #94a8c5;
}
.comment-comment-form .field--name-field-izobrazhenie .fine-image-preview {
  height: 100px;
}
.comment-comment-form .field--name-field-izobrazhenie .unitary-element .messages--error {
  position: absolute;
  left: -50px;
  top: -50px;
  pointer-events: none;
  border: 1px dashed #d22e2e;
  border-radius: 5px;
  width: 100px !important;
  height: 100px !important;
  font-size: 0px;
}
.comment-comment-form .field--name-field-izobrazhenie label {
  position: absolute;
  left: 0;
  top: 0;
  color: #94a8c5;
  line-height: normal;
  font-size: 0px;
  font-family: "Font Awesome 5 Free";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  background: none;
  z-index: 0;
}
.comment-comment-form .field--name-field-izobrazhenie label::after {
  content: '\F03E';
  font-size: 20px;
}
.comment-comment-form .field--name-field-izobrazhenie .fiu-image-details {
  display: none !important;
}
.comment-comment-form .field--name-field-izobrazhenie .form__submit {
  margin: 0;
}
.comment-comment-form .field--name-field-izobrazhenie .form__submit button {
  font-size: 0px;
  border: none;
  padding: 0;
  height: auto;
}
.comment-comment-form .field--name-field-izobrazhenie .fine-image-data {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.comment-comment-form .field--name-field-izobrazhenie .fiu-progress-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f4f6f9 !important;
}
.comment-comment-form .field--name-field-izobrazhenie .sp {
  margin: 0;
}
.comment-comment-form .form-actions {
  width: 100%;
  position: relative;
  z-index: 1;
}
.comment-comment-form .form-actions .form__submit {
  margin-top: 5px;
}
.fiu-add-element .form-item .description {
  width: 200px;
}
.main__content {
  position: relative;
}
.content__inner {
  flex: 1;
  background: #fff;
  min-height: calc(100vh - 160px);
}
.content__main {
  padding: 30px;
}
.content__wa .container {
  display: flex;
}
.aside {
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.aside h2 {
  font-size: 1.2em;
  margin: 0 0 20px;
  padding: 0;
}
.aside__left {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .aside__left {
    display: none;
  }
}
.aside__right {
  padding-left: 15px;
}
@media only screen and (max-width: 980px) {
  .aside__right {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .content__body > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
#block-zagolovokstranicy h1 {
  margin: 0;
  padding: 0 30px;
}
@media only screen and (max-width: 480px) {
  #block-zagolovokstranicy h1 {
    font-size: 1.5em;
  }
}
.field--type-metatag,
.js-form-type-vertical-tabs {
  display: none !important;
}
.field--name-field-soderzhimoe table {
  border: none;
}
.field--name-field-soderzhimoe table tr {
  background: none;
}
.field--name-field-soderzhimoe table tr th h4 {
  font-size: 1.1em;
  text-align: center;
  margin: 0 0 10px;
}
.field--name-field-soderzhimoe .paragraphs-features__add-in-between__wrapper button {
  font-size: 0.9em;
  padding: 3px 5px;
  transition: all 0.3s;
}
.field--name-field-soderzhimoe .paragraphs-features__add-in-between__wrapper button:hover {
  background: #1fbf74;
  color: #fff;
  border-color: #1fbf74;
}
.field--name-field-soderzhimoe .paragraphs-features__add-in-between__wrapper button:hover::before {
  border-color: #1fbf74;
}
.view__filters {
  margin-bottom: 30px;
}
.view__filters form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.view__filters form .form-item {
  position: relative;
  margin: 0 10px 10px 0;
}
.view__filters form .form-item.form-item-search-api-fulltext {
  flex: 1;
}
.view__filters form .form-item input {
  padding-right: 45px;
}
.view__filters .form-actions {
  margin-bottom: 10px;
}
.view__filters .form-actions .form__submit {
  margin: 0;
}
.view__filters .form-actions button {
  background: none;
  color: #0d0d0d;
  border: 1px solid #94a8c5;
  font-family: 'Font Awesome 5 Free';
  padding: 0;
  width: 40px;
}
.view__filters .form-actions button:hover {
  border-color: #d22e2e;
  background: #d22e2e;
  color: #fff;
}
.flag:not(.flag-subscribe-user) {
  display: inline-flex;
  align-items: center;
}
.flag:not(.flag-subscribe-user) .js-flag-message {
  display: none !important;
}
.flag:not(.flag-subscribe-user) a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d0d0d;
}
.flag:not(.flag-subscribe-user) a:hover {
  color: #d22e2e;
  transform: scale(1.1);
}
.flag:not(.flag-subscribe-user).action-unflag a {
  color: #d22e2e;
}
.flag:not(.flag-subscribe-user).action-unflag a:hover {
  color: #d22e2e;
}
.flag:not(.flag-subscribe-user) span {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 5px;
}
.flag-subscribe-user a {
  position: relative;
  background: transparent;
  border: 1px solid #d22e2e;
  color: #d22e2e;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 10px;
  font-size: 0.9em;
  height: auto;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  line-height: normal;
  transition: all 0.3s;
  font-size: 0.7em;
}
.flag-subscribe-user a:hover {
  background: #d22e2e;
  color: #fff;
}
.flag-subscribe-user a:hover {
  border: 1px solid #d22e2e;
}
.flag-subscribe-user.action-unflag a {
  color: #94a8c5;
  border-color: #94a8c5;
}
.flag-subscribe-user.action-unflag a:hover {
  background: #899fbf;
  border-color: #899fbf;
  color: #fff;
}
.flag-subscribe-user span {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 5px;
}
.flags .view__header {
  margin-bottom: 15px;
  color: #94a8c5;
}
.fav__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f4f6f9;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fav__item .flag a {
  font-size: 1.3em;
}
.fav__info {
  flex: 1;
}
.fav__title {
  font-family: 'TTNorms-Bold';
  font-size: 1.1em;
}
.fav__name {
  font-size: 0.9em;
  line-height: 1.4em;
}
.fav__name a {
  color: #94a8c5;
}
.fav__name a:hover {
  color: #d22e2e;
}
.fav__status .flag a {
  padding: 0;
  background: none;
  border: none;
  color: #0d0d0d;
}
.fav__status .flag a:hover {
  background: none;
  border: none;
  color: #0d0d0d;
}
.fav__status .flag.action-unflag a {
  color: #d22e2e;
}
.fav__status .flag.action-unflag a:hover {
  background: none;
  border: none;
  color: #d22e2e;
}
.footer {
  background: #f4f6f9;
  text-align: center;
  padding: 30px;
  font-size: 0.9em;
}
.footer .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
  flex-wrap: wrap;
}
.footer .menu li a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
  margin: 5px 10px;
}
.footer .menu li a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.footer__copy {
  color: rgba(13,13,13,0.5);
}
.header {
  background: #0d0d0d;
}
.header .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    flex: 1;
  }
}
.header__logo a {
  width: 220px;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 15px;
  color: #fff;
  font-family: 'TTNorms-Black';
  text-transform: uppercase;
  font-size: 1.3em;
  line-height: normal;
}
.header__logo a svg {
  fill: #d22e2e;
  width: 40px;
  height: auto;
}
.header__logo a span {
  padding-left: 5px;
  position: relative;
}
.header__logo a span span {
  position: absolute;
  top: -7px;
  right: 0;
  font-size: 0.4em;
}
@media only screen and (max-width: 980px) {
  .header__logo a {
    padding-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .header__logo a {
    width: auto;
  }
  .header__logo a span {
    display: none;
  }
}
.header__search {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .header__search {
    display: none;
  }
}
.header__search h2 {
  display: none;
}
.header__search form {
  display: flex;
  position: relative;
}
.header__search form .form-item {
  margin: 0;
}
.header__search input {
  border: none;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border-radius: 5px;
  height: 40px;
  padding: 0 20px 0 40px;
}
.header__search input:focus {
  box-shadow: none;
  background: rgba(255,255,255,0.15);
}
.header__search button {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background: none;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  opacity: 0.5;
  padding: 5px;
}
.header__search button::before {
  display: none;
}
.header__search button:hover {
  color: #fff;
  background: none;
  opacity: 1;
}
.header__account {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__messages a,
.header__notification a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 15px;
}
.header__messages a svg,
.header__notification a svg {
  width: 20px;
  fill: rgba(255,255,255,0.7);
  transition: fill 0.3s;
}
.header__messages a:hover,
.header__notification a:hover {
  background: rgba(255,255,255,0.1);
}
.header__messages a:hover svg,
.header__notification a:hover svg {
  fill: #fff;
}
.notify {
  position: relative;
}
.notify .notification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  padding: 0 15px;
  position: relative;
}
.notify .notification-icon span {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 7px;
  height: 7px;
  background: #d22e2e;
  border-radius: 50%;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
}
.notify .notification-icon::after {
  display: none;
}
.notify .notification-icon svg {
  width: 20px;
  fill: rgba(255,255,255,0.7);
  transition: fill 0.3s;
}
.notify .notification-icon:hover {
  background: rgba(255,255,255,0.1);
}
.notify .notification-icon:hover svg {
  fill: #fff;
}
.notify .notify__content {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 65px;
  right: 0;
  background: #fff;
  width: 300px;
  font-size: 0.9em;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  border: 1px solid #f4f6f9;
  border-top: none;
  box-shadow: rgba(0,0,0,0.1) 0 20px 30px;
  transition: all 0.3s;
  z-index: 100;
}
.notify .notify__content.active {
  opacity: 1;
  pointer-events: auto;
  top: 60px;
}
.notify__message {
  padding: 5px 15px;
}
.notify__body {
  border-top: 1px solid #f4f6f9;
}
.notify__body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.notify__body ul li {
  display: flex;
  justify-content: space-between;
  padding: 5px 15px;
  border-bottom: 1px solid #f4f6f9;
}
.notify__body ul li span {
  flex: 1;
  padding: 0 10px 0 0;
}
.notify__body ul li span a:hover {
  color: #d22e2e;
}
.notify__body ul li i {
  cursor: pointer;
  transition: color 0.3s;
}
.notify__body ul li i:hover {
  color: #d22e2e;
}
.clear-all-notification {
  padding: 5px 15px;
  color: rgba(13,13,13,0.5);
  transition: all 0.3s;
}
.clear-all-notification:hover {
  background: #f4f6f9;
  color: #d22e2e;
}
#block-verkhneemenyugost {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #block-verkhneemenyugost {
    display: none;
  }
}
#block-verkhneemenyugost ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#block-verkhneemenyugost ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 15px;
  opacity: 0.7;
  height: 60px;
  transition: all 0.3s;
}
#block-verkhneemenyugost ul li a.is-active {
  color: #d22e2e;
  opacity: 1;
}
#block-verkhneemenyugost ul li:hover a {
  background: rgba(255,255,255,0.1);
  opacity: 1;
}
.user_auth {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.user_auth .menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 65px;
  right: 0;
  background: #fff;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  box-shadow: rgba(0,0,0,0.15) 0 15px 30px;
  width: 200px;
  transition: all 0.3s;
  z-index: 99;
}
.user_auth .menu li a {
  display: flex;
  padding: 10px 15px;
  border-top: 1px solid #f4f6f9;
}
.user_auth .menu li a:hover {
  color: #d22e2e;
  background: #f4f6f9;
}
.user_auth .menu.active {
  opacity: 1;
  pointer-events: auto;
  top: 60px;
}
.user_auth:hover {
  background: rgba(255,255,255,0.1);
}
.user_auth__main {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  z-index: 1;
}
.user_auth__main img {
  max-width: 30px;
  border-radius: 5px;
}
.user_auth__more {
  height: 60px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.user_auth__more svg {
  width: 16px;
  fill: #fff;
}
.header__mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header__mobile {
    display: block;
  }
}
#mobile_nav {
  display: none;
}
#mobile_nav.mm-menu_opened {
  display: block;
}
.hamburger {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
  height: 60px;
}
.hamburger-box {
  width: 34px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background: #fff;
  height: 1px;
  border-radius: 2px;
  width: 34px;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background: #fff;
}
.mm-navbar {
  background: #f4f6f9;
  height: 60px;
  position: initial;
}
.mm-navbar .mm-navbar__title {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mm-listitem a {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: none;
  border-color: #f4f6f9;
}
.mm-listitem a:hover {
  color: #d22e2e;
}
.mm-listitem::after {
  left: 0;
}
.mm-listitem.menu__active a {
  background: #d22e2e;
  color: #fff;
}
.mm-panel {
  background: #fff;
}
.mm-navbars_bottom .mm-navbar {
  height: auto;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.mm-navbars_bottom .mm-navbar a {
  color: #0d0d0d;
}
.mm-navbars_bottom .mm-navbar a:hover {
  color: #fff;
}
.mm-navbars_bottom .mm-navbar a::before {
  background: #d22e2e;
}
.mm-wrapper_opening [class*="mm-menu_pagedim"].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.7;
}
.hero {
  background: #0d0d0d;
  position: relative;
}
.hero picture {
  position: relative;
  display: block;
  opacity: 0.5;
}
.hero picture::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 40%;
}
.hero picture > .image,
.hero picture picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.hero picture > .image.loaded,
.hero picture picture .image.loaded {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .hero picture {
    position: relative;
    display: block;
  }
  .hero picture::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 53.333333333333336%;
  }
  .hero picture > .image,
  .hero picture picture .image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .hero picture > .image.loaded,
  .hero picture picture .image.loaded {
    opacity: 1;
  }
}
@media only screen and (max-width: 480px) {
  .hero picture {
    position: relative;
    display: block;
  }
  .hero picture::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .hero picture > .image,
  .hero picture picture .image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .hero picture > .image.loaded,
  .hero picture picture .image.loaded {
    opacity: 1;
  }
}
.hero__center {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  color: #fff;
  z-index: 1;
}
.hero__center h2 {
  display: none;
}
@media only screen and (max-width: 400px) {
  .hero__center h1 {
    font-size: 1.5em;
    line-height: normal;
  }
}
.hero__center form {
  position: relative;
  margin-top: 30px;
}
.hero__center form input {
  background: #fff;
  color: #0d0d0d;
  padding: 0 75px 0 15px;
}
.hero__center form button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: #0d0d0d;
  font-family: 'fontello';
  border: none;
}
.hero__center form button::before {
  display: none;
}
.hero__center form button:hover {
  background: none;
  color: #d22e2e;
}
.user_auth {
  cursor: default;
}
.user_auth h2 {
  margin-top: 0;
}
.user_auth .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.user_auth__form {
  max-width: 500px;
  padding: 30px;
}
.user_auth__form .form-item {
  margin-bottom: 15px;
}
.user_auth__form .description {
  display: none;
}
.user_auth__actions {
  margin-top: 30px;
}
.user_auth__actions ul {
  padding: 0;
  margin-left: 20px;
}
.user_auth__actions ul li {
  margin-bottom: 5px;
}
.password-strength__meter {
  display: none;
}
.password-strength,
.js-password-confirm-message {
  font-size: 0.8em;
}
.confirm-parent .error {
  color: #d22e2e;
}
.confirm-parent .ok {
  color: #1fbf74;
}
.password-strength__text {
  background: rgba(255,255,0,0.1);
  display: inline;
}
.password-suggestions {
  display: none !important;
}
.mobile-number-field {
  display: grid;
  grid-template-columns: 1fr auto;
}
.mobile-number-field label {
  grid-column: 1/-1;
}
.mobile-number-field .form-item {
  flex: 1;
  margin-right: 15px !important;
}
.mobile-number-field .local-number {
  height: 50px;
  border: 1px solid #94a8c5;
  width: 100% !important;
  margin-bottom: 15px;
  flex: 1;
}
.mobile-number-field .verification.show {
  grid-column: 1/-1;
  display: flex !important;
  align-items: flex-end;
  margin-bottom: 15px;
}
.main_block {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0d0d0d;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main_block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.main_block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0d0d0d;
  z-index: 2;
  opacity: 0.5;
}
.main_block .container {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
}
.main_block__title {
  color: #fff;
  max-width: 650px;
}
.main_block__title h1 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 2.5em;
}
.main_block__title .block {
  margin-top: 30px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .main_block__title .block {
    display: block;
  }
}
.main_block__title .block h2 {
  display: none;
}
.main_block__title .block form {
  position: relative;
}
.main_block__title .block form input {
  height: 50px;
  background: #fff;
  padding: 5px 15px 5px 50px;
  color: #0d0d0d;
}
.main_block__title .block form button {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  color: #0d0d0d;
  font-family: 'fontello';
}
@media only screen and (max-width: 980px) {
  .main_block__title {
    text-align: center;
    max-width: none;
  }
  .main_block__title h1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 768px) {
  .main_block__title h1 {
    font-size: 1.7em;
  }
}
@media only screen and (max-width: 480px) {
  .main_block__title h1 {
    font-size: 1.5em;
  }
}
.main_block__auth {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 980px) {
  .main_block__auth {
    display: none;
  }
}
.main_block__auth .tabs__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_block__auth .tabs__header li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f6f9;
  color: $darkgray;
  height: 45px;
  padding: 5px;
}
.main_block__auth .tabs__header li.active a {
  background: #fff;
  color: #0d0d0d;
}
.main_block__auth #tabs .block {
  padding: 30px;
}
.main_block__auth #tabs .block .block__inner > ul {
  list-style: none;
  margin-top: 10px;
  font-size: 0.9em;
}
.main_block__auth #tabs .block .block__inner > ul li a {
  color: #94a8c5;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(148,168,197,0.3);
  transition: all 0.3s;
}
.main_block__auth #tabs .block .block__inner > ul li a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(148,168,197,0);
}
.main_block__auth #tabs .block .block__inner > ul li:first-child {
  display: none;
}
#block-formaregistraciipolzovatelya {
  display: none;
}
#block-formaregistraciipolzovatelya #edit-mail--description {
  display: none;
}
.form__spec {
  margin-top: 20px;
  font-size: 0.8em;
  line-height: 1.4em;
  color: #94a8c5;
}
.form__spec a {
  color: #94a8c5;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(148,168,197,0.3);
  transition: all 0.3s;
}
.form__spec a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(148,168,197,0);
}
.org__anons {
  position: relative;
  display: block;
  border: 1px solid #d4dce8;
  border-radius: 5px;
  transition: all 0.3s;
}
.org__anons:hover {
  border-color: #d22e2e;
}
.org__logo a {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #d4dce8;
}
.org__logo a svg {
  width: 100%;
  height: auto;
  fill: #0d0d0d;
}
.org__name {
  font-family: 'TTNorms-Bold';
  padding: 15px 15px 5px;
  font-size: 1.2em;
  line-height: 1.5em;
}
.org__site {
  margin: 0 15px 10px;
}
.org__site a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.org__site a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.org__summary {
  padding: 0 15px 15px;
  font-size: 0.9em;
  line-height: 1.4em;
  color: #868686;
}
.org_full__header {
  margin-bottom: 15px;
}
.org_full__logo {
  max-width: 60%;
  border: 1px solid #f4f6f9;
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.org_full__logo svg {
  width: 100%;
  height: auto;
  fill: #0d0d0d;
}
@media only screen and (max-width: 480px) {
  .org_full__logo {
    max-width: 80%;
  }
}
@media only screen and (max-width: 380px) {
  .org_full__logo {
    max-width: none;
  }
}
.org_full__site {
  margin-bottom: 15px;
}
.org_full__site a {
  color: #0d0d0d;
  display: inline;
  position: relative;
  cursor: pointer;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0.3);
  transition: all 0.3s;
}
.org_full__site a:hover {
  color: #d22e2e;
  box-shadow: inset 0 -1px 0 0 rgba(13,13,13,0);
}
.para {
  margin-bottom: 20px;
}
.para:last-child {
  margin-bottom: 0;
}
.para__image a {
  border-radius: 5px;
  display: block;
  overflow: hidden;
}
.para__image a:hover {
  opacity: 0.9;
}
.para__image img {
  max-width: 100%;
}
.para__carousel .carousel__item {
  width: 100%;
  margin-right: 10px;
}
.para__carousel .carousel__item a {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}
.para__carousel .carousel__item a:hover {
  opacity: 0.9;
}
.para__carousel .slider__actions {
  padding: 20px 0 0;
}
.carousel {
  opacity: 0;
}
.carousel.flickity-enabled {
  opacity: 1;
}
.video-embed-field-lazy img {
  border-radius: 5px;
}
.video-embed-field-lazy button {
  border: none;
}
.pilots .view__content article {
  display: flex;
  align-items: center;
  border: 1px solid #d4dce8;
  border-radius: 5px;
  padding: 10px;
  transition: all 0.3s;
}
.pilots .view__content article:hover {
  border-color: #94a8c5;
}
.pilots .flag {
  margin-top: 5px;
}
.pilots-page .view__header {
  color: #94a8c5;
  margin-bottom: 20px;
}
.pilots-page .view__content > div[data-drupal-views-infinite-scroll-content-wrapper] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
.pilots-page .view__content > div[data-drupal-views-infinite-scroll-content-wrapper] .title {
  grid-column: 1/-1;
  margin: 5px 0 0;
}
@media only screen and (max-width: 980px) {
  .pilots-page .view__content > div[data-drupal-views-infinite-scroll-content-wrapper] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .pilots-page .view__content > div[data-drupal-views-infinite-scroll-content-wrapper] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .pilots-page .view__content > div[data-drupal-views-infinite-scroll-content-wrapper] {
    grid-template-columns: repeat(1, 1fr);
  }
}
.pilots-page .view__content article {
  align-items: flex-start;
}
body.login .pilots .view__content > div[data-drupal-views-infinite-scroll-content-wrapper] {
  grid-template-columns: repeat(3, 1fr);
}
.pilots-block .view__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px;
}
@media only screen and (max-width: 980px) {
  .pilots-block .view__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .pilots-block .view__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .pilots-block .view__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.user__photo a {
  display: flex;
  align-items: center;
  width: 60px;
  border-radius: 3px;
  overflow: hidden;
}
.user__photo img {
  width: 100%;
  height: auto;
}
.user__info {
  flex: 1;
  padding-left: 15px;
}
.user__info.no-ml {
  padding-left: 0;
}
.pilots_main_block .view__content {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 980px) {
  .pilots_main_block .view__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .pilots_main_block .view__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 420px) {
  .pilots_main_block .view__content {
    grid-template-columns: 1fr;
  }
}
.pilots-aside .view__content {
  grid-template-columns: 1fr;
  grid-gap: 0;
}
.pilots-aside .view__content article {
  padding: 0;
  align-items: flex-start;
  border: none;
  margin-bottom: 15px;
}
.pilots-aside .view__content article:last-child {
  margin-bottom: 0;
}
.pilots-aside .user__photo a {
  width: 40px;
}
.pilots-aside .user__info {
  flex: 1;
  padding-left: 10px;
  line-height: normal;
}
.pilots-aside .pilots__name {
  line-height: 1.4em;
}
.aside_user__about {
  font-size: 0.9em;
  line-height: 1.5em;
}
.aside_user__about .field {
  margin-bottom: 10px;
}
.aside_user__about .field div {
  display: inline;
}
.group--anons {
  border: 1px solid #d4dce8;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}
.group--anons:hover {
  border-color: #d22e2e;
}
.group--anons .teams__logo {
  border-bottom: 1px solid #d4dce8;
}
.group--anons .teams__name {
  padding: 10px;
  text-align: center;
  font-family: 'TTNorms-Bold';
  line-height: 1.4em;
}
.teams_text {
  position: relative;
  padding-bottom: 30px;
}
.teams_text::after {
  content: '';
  width: calc(100% + 60px);
  position: absolute;
  left: -30px;
  bottom: 0;
  height: 1px;
  background: #d4dce8;
}
.teams__pilots,
.teams__trainers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.teams__pilots h3,
.teams__trainers h3 {
  grid-column: 1/-1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 660px) {
  .teams__pilots,
  .teams__trainers {
    grid-template-columns: 1fr;
  }
  .teams__pilots h3,
  .teams__trainers h3 {
    grid-column: 1fr;
  }
}
#block-groupoperations .dropbutton-widget {
  padding: 0;
}
.teams-block .view__content {
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 980px) {
  .teams-block .view__content {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .teams-block .view__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .teams-block .view__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 400px) {
  .teams-block .view__content {
    grid-template-columns: 1fr;
  }
}
.top_menu {
  background: #252525;
}
.top_menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_menu .menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  color: #fff;
  position: relative;
}
.top_menu .menu li a:hover {
  color: rgba(255,255,255,0.7);
}
.top_menu .menu li a.is-active {
  color: #d22e2e;
}
@media only screen and (max-width: 880px) {
  .top_menu .menu li a {
    padding: 10px;
  }
}
.top_menu.sticked {
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .top_menu {
    display: none;
  }
}
.totop a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-bottom: 1px solid #eaeef4;
}
.totop a svg {
  transform: rotate(-90deg);
  width: 16px;
  height: auto;
  fill: #0d0d0d;
  margin-left: 5px;
  display: inline-block;
}
.user-form .image-widget:before,
.user-form .image-widget:after {
  content: "";
  display: table;
}
.user-form .image-widget:after {
  clear: both;
}
.user-form .image-widget img {
  float: left;
  max-width: 100px;
  margin-right: 15px;
  border-radius: 5px;
}
.user-form .image-widget .form__submit {
  margin: 5px 0;
}
.user-form .image-widget .form__submit button {
  position: relative;
  background: #d22e2e;
  border: 1px solid #d22e2e;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  background: #fff;
  color: #94a8c5;
  border-color: #94a8c5;
  height: 30px;
  padding: 0 15px;
  font-size: 0.8em;
}
.user-form .image-widget .form__submit button:hover {
  border-color: #b32727;
  background: #b32727;
  color: #fff;
}
.user-form .image-widget .form__submit button:hover {
  color: #fff;
}
.user-form h4 {
  font-size: 1em;
  margin: 0 0 5px;
  line-height: 1.6em;
}
.user_auth .content {
  background: #fff;
}
.aside_block {
  margin-bottom: 30px;
}
.aside_block .flag {
  margin-top: 15px;
}
.aside_block .flag a {
  position: relative;
  background: #d22e2e;
  border: 1px solid #d22e2e;
  color: #fff;
  margin: 0;
  font-family: "-apple-system", BlinkMacSystemFont, Arial, sans-serif;
  font-weight: bold;
  padding: 5px 20px;
  height: 40px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s;
  background: transparent;
  color: #d22e2e;
  padding: 5px 10px;
  height: auto;
  font-size: 0.9em;
  line-height: normal;
}
.aside_block .flag a:hover {
  border-color: #b32727;
  background: #b32727;
  color: #fff;
}
.aside_block .flag.action-unflag a {
  color: #94a8c5;
  border-color: #94a8c5;
}
.aside_block .flag.action-unflag a:hover {
  background: #899fbf;
  border-color: #899fbf;
  color: #fff;
}
.aside_user {
  display: flex;
  flex-wrap: wrap;
}
.aside_user h2 {
  width: 100%;
}
.aside_user__avatar {
  max-width: 80px;
  margin-right: 10px;
}
.aside_user__avatar img {
  border-radius: 3px;
}
.aside_user__main {
  flex: 1;
}
.aside_user__name {
  font-family: 'TTNorms-Bold';
  line-height: normal;
}
.aside_user__city {
  font-size: 0.8em;
  line-height: 1.4em;
  color: #868686;
  margin-top: 10px;
}
.aside_user__city span::after {
  content: ',';
  display: inline-flex;
  margin-right: 5px;
}
.aside_user__city span:last-child::after {
  display: none;
}
.aside_user__city .address {
  display: flex;
  flex-wrap: wrap;
}
.aside_user__city .address .administrative-area {
  display: none;
}
.aside_user__city .address br {
  display: none;
}
.aside_user__register_time .form-item {
  font-size: 0.8em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.aside_user__register_time h4 {
  margin: 0 5px 0 0;
  font-size: 1em;
}
.aside_user__register_time h4::after {
  content: ':';
}
.author_mini_card {
  border: 1px solid #f4f6f9;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
}
.author_mini_card__thumb {
  width: 80px;
}
.author_mini_card__thumb a {
  display: inline-flex;
  border-radius: 5px;
  overflow: hidden;
}
.author_mini_card__thumb a:hover {
  opacity: 0.9;
}
.author_mini_card__info {
  flex: 1;
  margin-left: 20px;
}
.author_mini_card__info .flag {
  margin-top: 5px;
}
.author_mini_card__name {
  font-family: 'TTNorms-Bold';
  font-size: 1.2em;
  line-height: normal;
  margin-bottom: 5px;
}
.aside_user__short {
  padding: 0;
  list-style: none;
}
.aside_user__short li {
  margin-bottom: 10px;
}
.aside_user__short li:last-child {
  margin-bottom: 0;
}
.aside_user__short span {
  display: inline-block;
  margin-right: 5px;
}
.aside_user__short span::after {
  content: ',';
}
.aside_user__short span:last-child {
  margin: 0;
}
.aside_user__short span:last-child::after {
  display: none;
}
.author_mini_card__data {
  padding: 0;
  list-style: none;
  font-size: 0.8em;
  line-height: 1.5em;
}
.author_mini_card__data span {
  display: inline-block;
  margin-right: 5px;
}
.author_mini_card__data span::after {
  content: ',';
}
.author_mini_card__data span:last-child {
  margin: 0;
}
.author_mini_card__data span:last-child::after {
  display: none;
}
.author_mini_card__city {
  color: #868686;
}
.author_mini_card__city span {
  display: inline-block;
  margin-right: 5px;
}
.author_mini_card__city span::after {
  content: ',';
}
.author_mini_card__city span:last-child {
  margin: 0;
}
.author_mini_card__city span:last-child::after {
  display: none;
}
.author_mini_card__about {
  margin-bottom: 5px;
  font-size: 0.9em;
  color: rgba(13,13,13,0.7);
}
.user__name {
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: 'TTNorms-Bold';
}
.user__bio {
  margin-top: 10px;
}
.user-bio {
  margin-top: 0;
  position: relative;
}
.user-bio::after {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 60px);
  height: 1px;
  background: #e4e9f0;
}
.node__video_playlist a {
  position: relative;
  display: block;
}
.node__video_playlist a::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58.333333333333336%;
}
.node__video_playlist a > .image,
.node__video_playlist a picture .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.node__video_playlist a > .image.loaded,
.node__video_playlist a picture .image.loaded {
  opacity: 1;
}
.node__video_playlist a img {
  border-radius: 5px;
}
.node__video_playlist a .node__video_play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  pointer-events: none;
  transition: all 0.3s;
}
.node__video_playlist a .node__video_play svg {
  fill: #fff;
  width: 70px;
  height: auto;
  max-height: 70px;
}
.node__video_playlist a:hover .node__video_play {
  opacity: 0.7;
}
/*pages*/
.hierarchical-taxonomy-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hierarchical-taxonomy-menu li a {
  font-family: 'TTNorms-Bold';
  font-size: 1.2em;
  line-height: normal;
}
.hierarchical-taxonomy-menu li a.active {
  color: #d22e2e;
}
#block-videoarchive-years .hierarchical-taxonomy-menu {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media only screen and (max-width: 768px) {
  #block-videoarchive-years .hierarchical-taxonomy-menu {
    -moz-column-count: 3;
         column-count: 3;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 480px) {
  #block-videoarchive-years .hierarchical-taxonomy-menu {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 380px) {
  #block-videoarchive-years .hierarchical-taxonomy-menu {
    font-size: 1em;
  }
}
#block-videoarchive-years .hierarchical-taxonomy-menu li {
  -webkit-column-break-inside: avoid;
}
#block-videoarchive-years .hierarchical-taxonomy-menu li a {
  display: block;
  padding: 5px;
  font-size: 1.3em;
  font-family: 'TTNorms-Bold';
}
div[data-readmore-toggle] {
  display: block;
  padding-top: 15px;
}
div[data-readmore-toggle] span {
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px solid rgba(13,13,13,0.3);
  transition: all 0.3s;
}
div[data-readmore-toggle] span:hover {
  border-color: transparent;
  color: #d22e2e;
}
div[data-readmore] {
  position: relative;
  overflow: hidden;
}
div[data-readmore] .readmore_link {
  overflow: hidden;
  transition: all 0.3s;
}
div[data-readmore]::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
  transition: background 0.3s;
}
div[data-readmore][aria-expanded="true"]::after {
  opacity: 0;
  pointer-events: none;
}
/*# sourceMappingURL=src/stylus/style.css.map */