:root {
  --so_cookie-color1: #6BB431; }

@font-face {
  font-family: "Druk Text Wide Cyr";
  src: url("/promo/osveshenie-proektov/assets/druk_cyr/DrukTextWideCyrMedium.otf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Druk Text Wide Cyr Super";
  src: url("/promo/osveshenie-proektov/assets/druk_cyr/DrukTextWideCyrSuper.otf");
  font-weight: 300;
  font-style: normal; }

.so-button--cookie {
  cursor: pointer;
  display: flex;
  width: 136px;
  height: 46px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  background: #6BB431;
  border-color: #6BB431;
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase; }

.so-button--cookie:hover {
  background: #559025;
  border-color: #559025;
  color: #FFF; }

.so-button--cookie_setup {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3389EA;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.so-button--cookie_setup:hover {
  color: #060607; }

.so-cookie-notification {
  position: fixed;
  width: 98%;
  bottom: 70px;
  font-size: 14px;
  color: #060607;
  z-index: 1000;
  padding: 15px;
  display: grid;
  grid-row-gap: 18px;
  transition: bottom .4s ease-in,visibility .4s linear,opacity .4s linear;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08); }

.so-cookie-notification--hide {
  bottom: -100%;
  visibility: hidden;
  opacity: 0; }

.so-cookie-notification__text {
  color: #001A34;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: left; }

.so-cookie-notification__text a {
  color: #3389EA;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.so-cookie-notification__controls {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center; }

@media (min-width: 768px) {
  .so-cookie-notification__controls {
    justify-items: start; } }

.so-cnf {
  position: fixed;
  /*width: 98%;*/
  bottom: 170px;
  font-size: 14px;
  color: #060607;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.4);
  z-index: 90000;
  padding: 15px;
  display: grid;
  transition: right .4s ease-in,visibility .4s linear,opacity .4s linear;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  text-align: left;
  max-width: 506px;
  box-sizing: border-box;
  opacity: 1;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  /*max-height: calc(100vh - 20px - 2 * 34px);*/
  right: 10px; }

.so-cnf__row {
  line-height: 18px;
  padding: 8px 0; }

.so-cnf__row:not(:first-child):not(:last-child) {
  border-bottom: 1px solid rgba(157, 153, 153, 0.4); }

.so-cnf__header {
  padding-top: 0;
  cursor: pointer;
  display: flex;
  justify-content: end;
  margin-bottom: -27px;
  z-index: 10; }

.so-cnf__header + .so-cnf__row {
  padding-right: 20px; }

.so-cnf__row p {
  color: #001A34;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px; }

.so-settings-spoiler__header {
  display: grid;
  grid-template-columns: 30px 1fr 130px;
  align-items: center;
  cursor: pointer; }

.so-settings-spoiler__title {
  color: #001A34;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px; }

.so-settings-spoiler__marker {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 11px;
  width: 11px;
  height: 11px;
  border: none;
  background-color: transparent;
  outline: none;
  cursor: pointer; }

.so-settings-spoiler__line_vertical,
.so-settings-spoiler__line_horizontal {
  position: absolute;
  background-color: #202020;
  transition: all 0.3s ease;
  opacity: 1; }

.so-settings-spoiler__line_vertical {
  width: 100%;
  height: 1px; }

.so-settings-spoiler__line_horizontal {
  height: 100%;
  width: 1px; }

.so-settings-spoiler__control {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.so-settings-spoiler__text {
  /*height: 0;*/
  /*transition: all 0.5s ease 0s;*/
  /*opacity: 0;*/
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #001A34;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

._opened .so-settings-spoiler__text {
  /*height: 100%;*/
  /*padding: 10px;*/
  /*opacity: 1;*/
  padding: 10px;
  max-height: 500px; }

._opened .so-settings-spoiler__line_horizontal {
  display: none; }

.so-settings-spoiler__control.__is-active {
  color: #6BB431; }

.so-toggle__label {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center; }

.so-toggle__input {
  /*display: none;*/ }

.so-toggle__text.on {
  color: var(--so_cookie-color1); }

.so-toggle__text.on,
._is_active .so-toggle__text.off {
  display: none; }

.so-toggle__text.off,
._is_active .so-toggle__text.on {
  display: block; }

.so-toggle__text.off {
  color: #A2A9AD;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }

.so-toggle__container {
  width: 48px;
  height: 24px;
  border-radius: 100px;
  margin-left: 6px;
  margin-bottom: 0;
  cursor: pointer;
  transition: all ease 0.3s;
  position: relative;
  overflow: hidden;
  transform: translateZ(0); }

.so-toggle__background {
  background-color: #c6c5c5;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all ease 0.3s; }

.so-toggle__mark {
  width: 20px;
  height: 20px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.24);
  border-radius: 50%;
  margin: 2px;
  transform: translateX(0);
  transition: all ease 0.3s; }

._is_active .so-toggle__background {
  background-color: var(--so_cookie-color1); }

._is_active .so-toggle__mark {
  background-color: white;
  transform: translateX(24px); }

@media (min-width: 768px) {
  .so-cookie-notification {
    grid-template-rows: none;
    bottom: 30px;
    width: 506px;
    left: auto;
    right: 20px;
    transform: none;
    padding: 20px; }
  .so-cnf__row-first p {
    margin-top: 0; }
  .so-cookie-notification__text {
    margin-top: 0; } }
