/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  background: #0e1012;
}
details,
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  display: inline-block;
  color: inherit;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.menu-wrap a {
  color: #fff;
}
.menu-wrap a:focus,
.menu-wrap a:hover {
  color: #24bb9d;
}
.close-button,
.menu-button {
  border: 0;
  background: 0 0;
  color: transparent;
  outline: 0;
}
.menu-button {
  position: fixed;
  right: 0;
  z-index: 1000;
  padding: 0;
  width: 2.5em;
  height: 2.25em;
  text-indent: 2.5em;
  font-size: 1.5em;
  display: none;
}
.menu-button::before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(20%, #3d1dbd),
    color-stop(20%, transparent),
    color-stop(40%, transparent),
    color-stop(40%, #3d1dbd),
    color-stop(60%, #3d1dbd),
    color-stop(60%, transparent),
    color-stop(80%, transparent),
    color-stop(80%, #3d1dbd)
  );
  background: -o-linear-gradient(
    #3d1dbd 20%,
    transparent 20%,
    transparent 40%,
    #3d1dbd 40%,
    #3d1dbd 60%,
    transparent 60%,
    transparent 80%,
    #3d1dbd 80%
  );
  background: linear-gradient(
    #3d1dbd 20%,
    transparent 20%,
    transparent 40%,
    #3d1dbd 40%,
    #3d1dbd 60%,
    transparent 60%,
    transparent 80%,
    #3d1dbd 80%
  );
  content: "";
}
.close-button {
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 1em;
  font-size: 0.75em;
}
.close-button::after,
.close-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  background: #3d1dbd;
}
.close-button::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.close-button::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-wrap {
  position: fixed;
  overflow-y: auto;
  z-index: 1001;
  width: 300px;
  background: #373a47;
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  -webkit-transform: translate3d(-320px, 0, 0);
  transform: translate3d(-320px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.menu-wrap i {
  margin-right: 20px;
}
.icon-list,
.menu,
.menu-wrap {
  height: 100%;
}
.icon-list,
.icon-list a {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0s 0.4s;
  -o-transition: transform 0s 0.4s;
  transition: transform 0s 0.4s;
  transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.icon-list a {
  display: block;
  padding: 0.8em;
  -webkit-transform: translate3d(0, 500px, 0);
  transform: translate3d(0, 500px, 0);
}
.icon-list a:nth-child(2) {
  -webkit-transform: translate3d(0, 1000px, 0);
  transform: translate3d(0, 1000px, 0);
}
.icon-list a:nth-child(3) {
  -webkit-transform: translate3d(0, 1500px, 0);
  transform: translate3d(0, 1500px, 0);
}
.icon-list a:nth-child(4) {
  -webkit-transform: translate3d(0, 2000px, 0);
  transform: translate3d(0, 2000px, 0);
}
.icon-list a:nth-child(5) {
  -webkit-transform: translate3d(0, 2500px, 0);
  transform: translate3d(0, 2500px, 0);
}
.icon-list a:nth-child(6) {
  -webkit-transform: translate3d(0, 3000px, 0);
  transform: translate3d(0, 3000px, 0);
}
.icon-list a span {
  margin-left: 10px;
  font-weight: 700;
}
.show-menu .content::before,
.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.show-menu .icon-list,
.show-menu .icon-list a,
.show-menu .menu-wrap {
  -webkit-transition: -webkit-transform 0.8s;
  -o-transition: transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.show-menu .icon-list a {
  -webkit-transition-duration: 0.9s;
  -o-transition-duration: 0.9s;
  transition-duration: 0.9s;
}
.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 15px;
}
ul {
  list-style: unset;
}
ul,
ul li {
  margin: 0;
  padding: 0;
}
.cdn-header {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
}
.cdn-top_header {
  background: linear-gradient(180deg,#212327,#090b0e);
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  position: relative;
  padding: 0 35px;
}
.cdn-header__logo {
  line-height: 1;
}
.cdn-header__logo img {
  width: 240px;
}
.button {
  display: inline-block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  padding: 0 24px;
}
.button,
.cdn-header_registration .button {
  text-decoration: none;
  color: #fff;
}
.button.blue {
  border: 2px solid #ffa90d;
  border-radius: 3px;
}
.cdn-header_registration .button {
  margin-left: 5px;
}
.button.blue:hover {
  background: #3d1dbd;
}
.button.purple {
  border: 2px solid #e4ff00;
  border-radius: 3px;
}
.button.purple:hover {
  background: #3d1dbd;
}
.cdn-footer_menu,
.cdn-header__menu {
  background: #222327;
  padding: 0 35px;
}
.cdn-footer_menu .cdn-hmenu,
.cdn-footer_menu .footer_menu,
.cdn-header__menu .cdn-hmenu,
.cdn-header__menu .footer_menu {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0;
  margin: 0;
}
.cdn-footer_menu li a,
.cdn-footer_menu li span,
.cdn-header__menu li a,
.cdn-header__menu li span {
  outline: 0;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
  line-height: 76px;
  height: 76px;
  padding: 0 15px;
}
.cdn-footer_menu li a:hover,
.cdn-footer_menu li span:hover,
.cdn-header__menu li a:hover,
.cdn-header__menu li span:hover {
  color: #ffd336;
}
.lobby-games-title {
  font-size: 2em;
  text-align: center;
}
.lobby-games__game-wrap {
  padding-top: 16px;
}
@media (min-width: 1113px) and (orientation: landscape),
  screen and (min-width: 1024px) and (orientation: portrait) {
  .lobby-games__game-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lobby-games__game-list {
  padding: 0 8px 8px;
}
@media (min-width: 1113px) and (orientation: landscape),
  screen and (min-width: 1024px) and (orientation: portrait) {
  .lobby-games__game-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.list-games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-games--in-page:not(:empty) {
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: -8px;
}
.list-games--in-page:not(:empty) > * {
  padding: 0 4px;
  margin-bottom: 8px;
  width: 50%;
}
@media screen and (min-width: 568px) {
  .list-games--in-page:not(:empty) > * {
    width: 25%;
  }
}
@media screen and (min-width: 1680px) {
  .list-games--in-page:not(:empty) > * {
    width: 16.66%;
  }
}
.game-card {
  position: relative;
  font-size: 16px;
  cursor: pointer;
  background-color: #000;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}
.game-card__main,
.game-card__wrap,
.list-games__item:hover .game-card__hover {
  display: block;
}
.game-card__img-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 71%;
}
@media (min-width: 1113px) and (orientation: landscape),
  screen and (min-width: 1024px) and (orientation: portrait) {
  .game-card__img-wrap {
    padding-bottom: 54%;
  }
}
.game-card__pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 1113px) and (orientation: landscape),
  screen and (min-width: 1024px) and (orientation: portrait) {
  .game-card__pic {
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.game-card__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 27px;
}
.game-card__flag {
  position: absolute;
  top: 0;
  left: 0;
}
.status-flag {
  display: block;
  padding-right: 4px;
  padding-left: 4px;
  min-width: 70px;
  background-color: #f4ff24;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #252525;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.game-card__hover {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}
.game-card__star {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  display: none;
}
.game-card__hover .game-card__hover-link {
  padding: 10px 15px;
  background-color: #f4ff24;
  color: #323131;
  font-weight: 700;
}
.main__content h1 {
  text-align: center;
}
.main__content ol,
.main__content ul {
  padding-left: 30px;
}
.footer__info,
.footer__inner {
  background: linear-gradient(180deg,#212327,#090b0e);
}
.footer__inner {
  padding-bottom: 50px;
}
.footer-payments,
.footer-secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-payments i,
.footer-secure i {
  margin-bottom: 20px;
}
.footer-payments {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.icon-payment-mastercard {
  background-position: -522px -224px;
  width: 50px;
  height: 30px;
}
.icon-payment-mastercard,
.icon-payment-visa {
  background-image: url(../images/sprite.png);
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-payment-visa {
  background-position: -522px -315px;
  width: 45px;
  height: 29px;
}
.icon-payment-alfabank,
.icon-payment-apple-pay {
  background-image: url(../images/sprite.png);
  background-position: -522px -132px;
  width: 52px;
  height: 32px;
}
.icon-payment-privatbank,
.icon-payment-qiwi {
  background-image: url(../images/sprite.png);
}
.icon-payment-qiwi {
  background-position: -522px -132px;
  width: 52px;
  height: 32px;
}
.icon-payment-privatbank {
  background-position: -165px -321px;
  width: 132px;
  height: 25px;
}
.footer-secure {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  padding: 15px 0;
}
.icon-secure-2,
.icon-secure-3 {
  background-image: url(../images/sprite.png);
  background-position: -364px -219px;
  width: 99px;
  height: 38px;
}
.icon-secure-3 {
  background-position: -283px -362px;
  width: 95px;
  height: 35px;
}
.footer-secure .icon,
.footer-secure .strawberry-sidebar .st-achivement .dress-off:after,
.footer-secure .strawberry-view .dress-off:after,
.strawberry-sidebar .st-achivement .footer-secure .dress-off:after,
.strawberry-view .footer-secure .dress-off:after {
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.6s ease;
}
.icon-secure-4 {
  background-position: 0 -440px;
  width: 85px;
  height: 36px;
}
.icon-secure-4,
.icon-secure-5,
.icon-secure-6 {
  background-image: url(../images/sprite.png);
}
.icon-secure-5 {
  background-position: -473px -219px;
  width: 32px;
  height: 35px;
}
.icon-secure-6 {
  background-position: 0 -486px;
  width: 30px;
  height: 30px;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__logo {
  margin-bottom: 16px;
  margin-top: 30px;
}
.logo {
  display: block;
  width: 150px;
  height: 45px;
}
.footer__copyright {
  text-align: center;
  color: #999ba0;
  font-size: 10px;
  line-height: 1.6;
  opacity: 0.5;
}
.comments {
  margin-top: 24px;
  word-wrap: break-word;
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100% - 16px);
}
.comments-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  background-color: #010029;
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .comments-main {
    padding: 1.5rem 1rem;
  }
}
.comment-item {
  word-wrap: break-word;
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100% - 16px);
  margin-top: 6px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .comment-item {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.comment-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 8px;
}
.comment-name {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-weight: bold;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .comment-name {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
.comment-time {
  color: #666;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.comment-item-body {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media screen and (min-width: 768px) {
  .comment-item-body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
.comment-item-body p {
  margin-bottom: 0;
}
.form-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.comments-main .form {
  width: calc(100% + 16px);
}
.comment-item + .form-comment {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .comment-item + .form-comment {
    margin-top: 32px;
  }
}
.form-main {
  word-wrap: break-word;
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100% - 16px);
}
.form-comment .form-main,
.form-comment .form-success,
.form-contacts .form-main,
.form-contacts .form-success {
  background-color: #fff;
  background-color: var(--c1);
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .form-comment .form-main,
  .form-comment .form-success,
  .form-contacts .form-main,
  .form-contacts .form-success {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .form-comment .form-main {
    padding: 1rem 0.5rem;
  }
}
input,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-comment input,
.form-comment textarea,
.form-contacts input,
.form-contacts textarea {
  border: 1px solid #e9e9e9;
  background-color: #fff;
  border-radius: 4px;
  padding: 7px 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form-comment input,
  .form-contacts input {
    max-width: 400px;
  }
}
.form-comment h3,
.form-comment .form-caption,
.form-contacts h3,
.form-contacts .form-caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-weight: bold;
}
.form-field {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
}
@media screen and (min-width: 768px) {
  .form-field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.form-field:not(:first-child) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .form-field:not(:first-child) {
    margin-top: 24px;
  }
}
.form-field-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .form-field-label {
    min-width: 140px;
  }
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-comment label,
.form-contacts label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .form-comment label,
  .form-contacts label {
    font-size: 16px;
    font-size: 1rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
.form-field-body {
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.form-comment input:active,
.form-comment input:focus,
.form-comment textarea:active,
.form-comment textarea:focus,
.form-contacts input:active,
.form-contacts input:focus,
.form-contacts textarea:active,
.form-contacts textarea:focus {
  border-color: #012c57;
}
.form-comment textarea:not([rows]),
.form-contacts textarea:not([rows]) {
  min-height: 120px;
  max-height: 420px;
}
textarea {
  resize: none;
}
.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  border-width: 1px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 42px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button-effect {
  z-index: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0, 0.9, 0.5, 1);
  transition: all 0.25s cubic-bezier(0, 0.9, 0.5, 1);
}
.button-6:not(.button-code):not(.is-outlined) {
  color: #fff;
  background-color: #ffde59d9;
}
@media (max-width: 1120px) {
  .header .header__inner .header__login form,
  .header .header__inner .menu__list,
  .header__btn {
    display: none;
  }
  .header .header__inner .header__login {
    border: 0;
  }
  .menu-button,
  .menu__list {
    display: block;
  }
  .menu__list li + li {
    padding: 0;
  }
  .menu-button {
    top: 14px;
  }
  .menu-wrap {
    background: #150031;
  }
  .mb-header__login {
    display: block;
    border: 0;
  }
  .mb-header__login input {
    width: 100%;
  }
  .mb-header__login a {
    margin: 0;
  }
  .mb-header__login .register__btn a {
    margin-right: 0;
  }
  .mb-header__login .login__btn a {
    margin: 10px 0;
  }
  .main__wrapper {
    display: block;
  }
  .cdn-header__menu {
    display: none;
  }
}
@media (max-width: 700px) {
  .button.blue,
  .button.purple {
    font-size: 10px;
  }
  .cdn-header__logo img {
    width: 100px;
  }
  .cdn-top_header {
    padding: 0;
  }
  .cdn-header_registration {
    margin-right: 35px;
  }
}
@media (max-width: 400px) {
  .button {
    padding: 0 10px;
  }
  .cdn-header__logo img {
    width: 70px;
  }
}
