@import url("https://fonts.googleapis.com/css?family=News+Cycle&display=swap");
@import url("https://fonts.googleapis.com/css?family=Andika&display=swap");
.pad10l {
  padding-left: 10px;
}

.pad20l {
  padding-left: 20px;
}

.pad20lr {
  padding-left: 20px;
  padding-right: 20px;
}

.pad30l {
  padding-left: 30px;
}

.pad40l {
  padding-left: 40px;
}

.pad10r {
  padding-right: 10px;
}

.pad20r {
  padding-right: 20px;
}

.pad30r {
  padding-right: 30px;
}

.pad40r {
  padding-right: 40px;
}

.mar10r {
  margin-right: 10px;
}

.mar10l {
  margin-left: 10px;
}

.mar20l {
  margin-left: 20px;
}

.to_right {
  text-align: right;
}

.color-error {
  color: #FF6B6D;
}

* {
  font-family: 'Andika', sans-serif;
  margin: 0px;
  padding: 0px;
}

html, body {
  background: #ff524e;
  background-size: cover;
  min-width: 100%;
  min-height: 100vh;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#004078), to(#338ed4));
  background: linear-gradient(to left, #004078, #338ed4);
}

html ::-webkit-scrollbar, body ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

html ::-webkit-scrollbar-button, body ::-webkit-scrollbar-button {
  background-color: #333;
  height: 0px;
}

html ::-webkit-scrollbar-track, body ::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0);
}

html ::-webkit-scrollbar-track-piece, body ::-webkit-scrollbar-track-piece {
  background-color: rgba(255, 255, 255, 0);
}

html ::-webkit-scrollbar-thumb, body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #338ed4;
  border-radius: 4px;
}

html ::-webkit-scrollbar-corner, body ::-webkit-scrollbar-corner {
  background-color: #338ed4;
}

html ::-webkit-resizer, body ::-webkit-resizer {
  background-color: #338ed4;
}

.site {
  width: 100%;
  margin: 0px auto;
}

.bg {
  background: url(../pic/bg.svg) no-repeat top center;
  background-size: contain;
}

.logo {
  background: transparent url(../pic/logo.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 24px;
  margin-right: 40px;
  margin-bottom: 20px;
  display: block;
}

.logo.playsolo {
  background-image: url(../pic/logo_playsolo.svg);
  height: 64px;
}

.columns {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.columns .flex1 {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.site > div:first-child {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.site > div:last-child {
  -webkit-box-flex: 0;
  -moz-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

.site .content {
  max-width: 800px;
  margin: 0px auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.site .content > div:nth-child(2) {
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.catalog {
  background-color: #fff;
  height: 60vh;
  width: 200px;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) ;
  overflow: auto;
}

.catalog > a {
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.catalog > a:hover {
  color: #338ed4;
  background-color: rgba(0, 0, 0, 0.05);
}

.catalog > a.selected {
  background-color: #338ed4;
  color: #fff;
}

.catalog > a.construct {
  background-color: #FF629B;
  color: #fff;
  font-weight: bold;
}

.listing {
  background-color: #fff;
  height: 80vh;
  margin-left: -20px;
  position: relative;
  z-index: 1;
  padding: 20px 40px 20px 40px;
  overflow: auto;
  border-radius: 2px;
}

.listing > div {
  cursor: pointer;
  background-color: rgba(51, 142, 212, 0.05);
  border-radius: 2px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 6px;
  color: #666;
}

.listing > div > p {
  color: #338ed4;
  margin-right: 20px;
  font-size: 20px;
}

.listing > div > span {
  font-size: 12px;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.listing > div .check {
  padding: 0px 10px;
}

.listing > div .check > i {
  font-size: 12px;
  color: #999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.listing > div .check:hover > i {
  color: #338ed4;
}

.listing > div .check.selected > i {
  color: #338ed4;
}

.mag {
  display: block;
  width: 100px;
  height: 100px;
  background: url(../pic/mag.svg) no-repeat center center;
  background-size: contain;
  position: relative;
  float: right;
  z-index: 3;
  margin-top: -90px;
  margin-right: -50px;
}

.form {
  background-color: #fff;
  padding: 20px;
  width: 160px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2) ;
  margin-left: -20px;
  position: relative;
  z-index: 3;
}

.form:before {
  display: block;
  content: "";
  background: url(../pic/face.svg) no-repeat right top;
  width: 100%;
  height: 120px;
  background-size: contain;
  margin-top: -54px;
  margin-left: 68px;
}

.form input {
  padding: 10px;
  width: 140px;
  font-size: 18px;
  margin-top: -20px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form > span {
  position: absolute;
  margin-top: -50px;
  font-size: 12px;
  color: #666;
}

button {
  display: block;
  width: 100%;
  margin: 20px 0px;
  padding: 10px;
  font-size: 16px;
  border-radius: 2px;
  border: none;
  color: #fff;
  background-color: #338ed4;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

button:hover {
  background-color: #1f7ac0;
}

button.disable {
  background-color: #eee;
  color: #aaa;
  cursor: not-allowed;
}

.instock {
  margin-top: -60px;
  font-size: 10px;
  color: #999;
}

.instock > span {
  display: block;
  font-size: 12px;
  color: #338ed4;
}

.copy {
  padding: 10px 20px 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.splash {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.splash .content {
  max-width: 80vw;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2) ;
  padding: 20px;
  overflow: auto;
  max-height: 70vh;
}

.splash .icon-close-outline {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.splash .icon-close-outline:hover {
  color: #ff524e;
}

.footer {
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.pravila {
  max-width: 140px;
  padding-left: 20px;
  position: relative;
  z-index: 4;
}

.pravila a {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  line-height: 1;
  -webkit-text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.9) ;
  -moz-text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.9) ;
  text-shadow: 0px 1px 12px rgba(0, 0, 0, 0.9) ;
}

.pravila a:hover {
  text-decoration: underline;
}

.pad20 {
  padding: 20px;
  font-size: 12px;
}

.pad20 > a {
  color: #338ed4;
}

.cart h1 {
  display: block;
  background-color: rgba(51, 142, 212, 0.1);
  padding: 10px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 100;
  margin-bottom: 10px;
}

.cart h1 > p {
  font-weight: bold;
  margin-left: 20px;
  text-align: right;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart > small {
  font-size: 12px;
}

.cart > small.blink {
  color: #999;
}

.cart .enterphone {
  width: 100%;
  margin-top: 20px;
}

.cart .enterphone > input {
  padding: 4px 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100px;
}

.cart .enterphone > button {
  padding: 5px 10px;
  background-color: #338ed4;
  color: #fff;
  margin-left: 20px;
  border: none;
  font-weight: bold;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.hidden {
  display: none;
}

.megafon:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../pic/megafon.svg) no-repeat left center;
  margin-right: 10px;
  vertical-align: middle;
  background-size: contain;
}

.message {
  position: fixed;
  right: 20px;
  bottom: 0px;
  z-index: 10;
  width: 360px;
  text-align: left;
}

.message-box {
  background-color: #fff;
  width: 360px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) ;
}

.message-box.big {
  width: 860px;
}

.message-box .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF629B;
  color: #fff;
}

.message-box .head .title {
  padding: 0px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.message-box .head .title small {
  color: #fff;
}

.message-box .head .icon-close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38px;
          flex: 0 0 38px;
  cursor: pointer;
  padding: 10px 0px;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.message-box .head .icon-close:after {
  content: "\e91a";
  font-family: 'icomoon' !important;
}

.message-box .head .icon-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.message-box.success .head {
  background-color: #9FE8D4;
}

.message-box.akcent .head {
  background-color: #FF629B;
}

.message-box.black .head {
  background-color: #338ed4;
}

.message-box.error .head {
  background-color: #FF6B6D;
}

.message-box .content {
  padding: 10px;
  font-size: 90%;
  overflow: auto;
  font-size: 16px;
  max-height: 600px;
  color: #333;
}

.message-box.visible {
  margin-left: 360px;
  opacity: 0;
}

.site-footer {
  width: 100%;
  background-color: #014179;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
}

.site-footer > a {
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.site-footer > a:hover {
  color: #FFD35E;
}

.contactsform small {
  display: block;
  margin-bottom: 4px;
}

.contactsform input, .contactsform textarea {
  width: 100%;
  padding: 10px;
  resize: none;
  outline: none;
  border: 1px solid #338ed4;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.tabs .paylinks {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.tabs .paylinks > p {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  display: block;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  background-color: #f5f6fd;
  cursor: pointer;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
}

.tabs .paylinks > p.selected {
  background-color: #338ed4;
  color: #fff;
}

.tabs .paypages > div {
  padding: 10px;
  border: 1px solid #f5f6fd;
  display: none;
}

.tabs .paypages > div.selected {
  display: block;
}

.construct-form {
  background-color: #fff;
  padding: 20px;
}

.construct-form > p {
  line-height: 1.2;
  margin-bottom: 20px;
}

.construct-form textarea {
  resize: none;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.construct-form .voices > div {
  padding: 4px 0px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
}

.construct-form .voices > div > p {
  cursor: pointer;
  -webkit-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.construct-form .voices > div > p:before {
  content: "\e910";
  font-family: 'icomoon' !important;
  margin-right: 10px;
  color: #eee;
}

.construct-form .voices > div > p.selected:before {
  color: #338ed4;
}

.construct-form .voices > div > i {
  cursor: pointer;
  color: #338ed4;
}
/*# sourceMappingURL=form.css.map */