@font-face {
  font-family: "daxlinepro-regularregular";
  src: url("../fonts/daxlinepro-regular-webfont.eot");
  src: url("../fonts/daxlinepro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/daxlinepro-regular-webfont.woff") format("woff"), url("../fonts/daxlinepro-regular-webfont.ttf") format("truetype"), url("../fonts/daxlinepro-regular-webfont.svg#daxlinepro-regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxlineprobold";
  src: url("../fonts/daxlinepro-bold-webfont.eot");
  src: url("../fonts/daxlinepro-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/daxlinepro-bold-webfont.woff") format("woff"), url("../fonts/daxlinepro-bold-webfont.ttf") format("truetype"), url("../fonts/daxlinepro-bold-webfont.svg#daxlineprobold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxlineprolight";
  src: url("../fonts/daxlinepro-light-webfont.eot");
  src: url("../fonts/daxlinepro-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/daxlinepro-light-webfont.woff") format("woff"), url("../fonts/daxlinepro-light-webfont.ttf") format("truetype"), url("../fonts/daxlinepro-light-webfont.svg#daxlineprolight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "daxlinepromedium";
  src: url("../fonts/daxlinepro-medium-webfont.eot");
  src: url("../fonts/daxlinepro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/daxlinepro-medium-webfont.woff") format("woff"), url("../fonts/daxlinepro-medium-webfont.ttf") format("truetype"), url("../fonts/daxlinepro-medium-webfont.svg#daxlinepromedium") format("svg");
  font-weight: normal;
  font-style: normal;
}
:root {
  --base-width: calc(100vw - 25px) !important;
  --scrollbar-border-radius: 7px;
  --scrollbar-slider-color: rgba(160, 160, 160, 0.38);
  --scrollbar-slider-hover-color: rgba(160, 160, 160, .54);
  --scrollbar-color: rgb(228, 228, 228);
  --scrollbar-size: 2px;
  --scrollbar-hover-size: 6px;
}

.in-frame {
  --base-width: calc(100vw - var(--scrollbar-hover-size)) !important;
}

@media (min-width: 1350px) {
  html:not(.in-frame) {
    --base-width: 1350px !important;
  }
}
.hidden,
[hidden] {
  display: none !important;
}

html {
  height: 100%;
}

body {
  margin: 0;
  color: #515151;
  font: 12px "Arial", "sans-serif";
  height: 100%;
  /*min-width: 1000px;*/
}

html:not(.in-frame) body {
  background: url(../images/main-bg.png) repeat;
}

img {
  border-style: none;
}

a {
  color: #cc3366;
  outline: none;
}

a:hover {
  text-decoration: none;
}

* {
  outline: none;
}

input, textarea, select {
  font: 100% arial, sans-serif;
  vertical-align: middle;
}

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
  display: block;
}

.clear:after {
  display: block;
  clear: both;
  content: "";
}

#wrapper {
  padding-bottom: 90px;
}

.in-frame #wrapper {
  padding-bottom: 0 !important;
}

.wrapper-holder {
  width: 100%;
  position: relative;
  min-height: 100%;
}

.container {
  margin: 0 auto;
  min-width: var(--base-width);
  max-width: 1300px;
  position: relative;
  z-index: 5;
  padding-left: 10px;
  padding-right: 10px;
  width: var(--base-width);
}

.container.fixed {
  width: var(--base-width);
}

.header-row {
  background: url(/images/head-row-bg.png) repeat;
  color: #fff;
  font: 12px/18px Arial, Helvetica, sans-serif;
  /*height: 34px;*/
  padding: 7px 0;
}

.header-row a {
  color: #fff;
}

.head-tools {
  margin: 0;
  padding: 8px 0 0 19px;
  list-style: none;
}

.head-tools li {
  float: left;
  color: #fff;
}

.head-tools li + li:before {
  content: "|";
  padding: 0 9px 0 8px;
  font-size: 9px;
}

.ico img {
  vertical-align: middle;
}

.header-row .assistance {
  padding: 5px 0 0 5px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
}

.header-row .assistance .ico {
  padding: 0 8px 0 0;
}

.header-row .share-holder {
  float: left;
  width: 200px;
  padding: 3px 0 0 3px;
}

.header-row .share-holder .text {
  float: left;
  margin: 5px 5px 0 0;
}

.header-row .share {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-row .share li {
  float: left;
  margin: 0 6px 0 0;
}

.header-row .share img {
  vertical-align: top;
}

.header-container {
  display: flex;
  justify-content: space-between;
}

.header-left-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.header-right-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}

.basket-box-wrapper {
  white-space: nowrap;
  display: flex;
  justify-content: end;
}

.account-tools {
  margin-left: 20px;
}

.header-row .join {
  margin: 8px 0px 0 4px;
  display: inline-flex;
}

.header-row .join .ico {
  float: left;
  background: url(../images/ico06.png) no-repeat;
  width: 12px;
  height: 16px;
  margin: 0 8px 0 0;
}

.header-row .exit {
  margin: 8px 0 0 10px;
  display: inline-flex;
}

.header-row .exit .ico {
  float: left;
  background: url(../images/ico18.png) no-repeat;
  width: 17px;
  height: 17px;
  margin: 0 8px 0 0;
}

.header-frame {
  padding: 0 0 32px;
  position: relative;
  z-index: 6;
}

.header-row .pay-box {
  padding: 5px 0 0 0;
  background: url(../images/nav-sep.png) repeat-y 100% 0;
  margin-left: 15px;
}

.header-row .gray-btn {
  color: #232323;
  padding: 5px 12px;
}

.header-row .pay-box .btn {
  margin: 0 0 0 14px;
  padding: 4px 15px;
}

.logo {
  margin: 0 5px 0 0;
  width: 97px;
  height: 32px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  background: #FFF url(../images/logo.png) no-repeat 5px center;
  background-size: auto 25px;
  text-indent: -9999px;
  cursor: pointer;
  border-radius: 5px;
}

.logo a {
  height: 100%;
  display: block;
}

.header-frame .city-box {
  float: left;
  width: 210px;
  margin: 37px 25px 0 0;
}

.header-frame .city-box .opener {
  display: inline-block;
  vertical-align: top;
  font: 18px/20px "daxlinepro-regularregular", sans-serif;
  color: #000;
}

.header-frame .city-box .opener span {
  background: -moz-linear-gradient(left, #000, #000 60%, transparent 60%);
  background: -ms-linear-gradient(left, #000, #000 60%, transparent 60%);
  background: -o-linear-gradient(left, #000, #000 60%, transparent 60%);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(#000), color-stop(0.6, #000), color-stop(0.6, transparent));
  background: -webkit-linear-gradient(left, #000, #000 60%, transparent 60%);
  background: linear-gradient(left, #000, #000 60%, transparent 60%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  background-position: 0 84%;
  border: none;
}

.header-frame .city-box .opener .ico {
  background: url(../images/ico07.png) no-repeat;
  width: 5px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
}

.header-frame .city-box .description {
  color: #666666;
  font: 12px/16px "daxlineprolight", sans-serif;
  padding: 3px 0 0;
}

.header-row .phone-box {
  float: left;
  margin: 0 10px 0 0;
  white-space: nowrap;
}

.header-row .phone-box .text {
  font: 12px/15px "daxlinepro-regularregular", sans-serif;
  position: relative;
  top: -2px;
}

.header-row .phone-box .phone {
  color: #000;
  font: 18px/21px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 2px;
}

.header-row .phone-box .phone strong {
  font-weight: normal;
  font-family: "daxlineprobold", sans-serif;
}

.header-row .phone-box .callback {
  margin: 0 0 0 3px;
}

.header-row .basket-box {
  margin-left: 20px;
}

.basket-link * {
  cursor: pointer !important;
}

.header-row .basket-box .frame {
  display: inline-block;
  font: 12px/16px "daxlinepro-regularregular", sans-serif;
  background: url(../images/ico01.png) no-repeat left center;
  background-size: auto 30px;
  padding: 0 0 0 45px;
  min-height: 30px;
  margin: 0;
}

.header-row .basket-box .tools {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.header-row .basket-box .frame p {
  margin: 0;
}

.header-row .basket-box .table-frame {
  margin-bottom: 0px;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
}

.header-row .basket-box .table-frame table {
  margin-bottom: 10px;
}

.header-row .basket-box:hover .table-frame {
  max-height: 150px;
}

.header-row .basket-box .table-frame table td {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
}

.header-row .basket-box .table-frame table tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 5px 17px;
  -webkit-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.45);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.45);
  font: 12px/16px "daxlineprobold", sans-serif;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.gray-btn {
  background: rgb(255, 255, 255);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q3ZDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(100%, rgb(215, 215, 215)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#d7d7d7", GradientType=0);
  color: #232323;
}

.gray-btn:hover {
  background: -moz-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(204, 204, 204) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(231, 231, 231)), color-stop(100%, rgb(204, 204, 204)));
  background: -webkit-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(204, 204, 204) 100%);
  background: -o-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(204, 204, 204) 100%);
  background: -ms-linear-gradient(top, rgb(231, 231, 231) 0%, rgb(204, 204, 204) 100%);
  background: linear-gradient(to bottom, rgb(231, 231, 231) 0%, rgb(204, 204, 204) 100%);
}

.gray-btn:active {
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(top, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216, 216, 216)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(top, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(top, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  background: -ms-linear-gradient(top, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
}

.btn .ico {
  margin: 0 5px 0 0;
}

#editor:fullscreen {
  background: #FFF;
}

#editorfooter {
  position: relative;
  z-index: 9;
  height: 85px;
  overflow: hidden;
  margin-top: -85px;
}

.footer-frame-holder {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  background: url(../images/sidebar-bg.png);
}

.footer-frame {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE3Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xNyIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.17)), color-stop(100%, rgba(0, 0, 0, 0.17)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2bffffff", endColorstr="#2b000000", GradientType=0);
  height: 130px;
  font: 13px/18px "daxlinepro-regularregular", sans-serif;
  position: relative;
}

.footer-row {
  background: url(../images/bg01.png);
  color: #fff;
  height: 85px;
}

#footer p {
  margin: 0;
}

.footer-frame a {
  color: #fff;
  text-decoration: none;
}

.footer-frame a:hover {
  text-decoration: underline;
}

.footer-frame .col {
  float: left;
  width: 185px;
  /*margin: 0 0 0 55px;*/
  padding: 27px 0 0 19px;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-frame .title {
  margin: 0;
  font: 12px/15px "daxlineprobold", sans-serif;
}

.footer-frame a.mail {
  text-decoration: underline;
}

.footer-frame a.mail:hover {
  text-decoration: none;
}

.footer-frame address {
  font-style: normal;
  width: 200px;
}

.footer-frame .phone {
  font: 24px/27px "daxlinepro-regularregular", sans-serif;
  padding: 0px 0 4px;
}

.footer-frame .phone strong {
  font-weight: normal;
  font-family: "daxlineprobold", sans-serif;
}

.footer-frame .created {
  float: right;
  width: auto;
  padding: 27px 55px 0 0;
}

.created-logo {
  margin: 0;
  width: 95px;
  height: 26px;
  overflow: hidden;
  display: block;
  background: url(../images/created.png) no-repeat;
  text-indent: -9999px;
  cursor: pointer;
}

.created-logo a {
  height: 100%;
  display: block;
}

.footer-row .copy {
  float: left;
  width: 800px;
  padding: 26px 0 0 17px;
  font: 13px/18px "daxlinepro-regularregular", sans-serif;
}

.footer-row .social-box {
  float: right;
  padding: 22px 41px 0 0;
}

.footer-row .social-box .text {
  float: left;
  font: 12px/15px "daxlinepro-regularregular", sans-serif;
  padding: 20px 11px 0 0;
}

.footer-row .social-list {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-row .social-list li {
  float: left;
  margin: 0 0 0 5px;
}

.footer-row .social-list img {
  vertical-align: top;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

a.dash {
  text-decoration: none;
}

a.dash > span {
  border-bottom: 1px dashed;
}

a.dash:hover > span {
  border: none;
}

#loginpopupform {
  color: #fff;
  width: 100%;
}

#loginpopupform .columns {
  padding: 20px;
  background: url(/images/bg01.png);
  display: flex;
  align-items: start;
}

#loginpopupform .join-col {
  min-width: 230px;
}

#loginpopupform .join-as {
  margin-left: 50px;
}

#loginpopupform .reg-col {
  min-width: 300px;
  margin-left: 35px;
}

#loginpopupform .reg-col:after {
  content: "";
  position: absolute;
  top: 60px;
  left: 288px;
  width: 1px;
  bottom: 15px;
  background: #585858;
}

#loginpopupform .title {
  font: 24px/27px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 14px;
}

#loginpopupform .row {
  margin: 0 0 14px;
}

#loginpopupform .gray-text {
  color: #999999;
  font: 14px/18px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 28px;
  padding: 3px 0 0;
}

.join-as {
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.register-holder .join-as {
  float: left;
  margin: 0 0 0 38px;
}

.join-as li {
  margin: 0 0 10px;
}

.join-as .fb {
  background: url(/images/fb-btn.png) no-repeat;
}

.join-as .tw {
  background: url(/images/tw-btn.png) no-repeat;
}

.join-as .ggl {
  background: url(/images/ggl-btn.png) no-repeat;
}

.join-as .yandex,
.join-as .mailru,
.join-as .vk {
  background: no-repeat 5px 50%;
  border-radius: 3px;
  background-size: 30px;
  box-shadow: inset 0px 1px 3px rgba(255, 255, 255, 0.5), inset 0px 1px 3px rgba(0, 0, 0, 0.2), inset 0px 1px 5px rgba(255, 255, 255, 0.2);
  position: relative;
}

.join-as .yandex:after,
.join-as .mailru:after,
.join-as .vk:after {
  content: "";
  display: block;
  top: 2px;
  bottom: 2px;
  left: 38px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
}

.join-as .yandex {
  background-image: url(/images/yandex.svg);
  background-color: #FFF;
  color: #e54023;
  text-shadow: none;
}

.join-as .mailru {
  background-image: url(/images/mail.ru.svg);
  background-color: #168de2;
  margin-top: -2px;
}

.join-as .vk {
  background-image: url(/images/vk.svg);
  background-color: #0077FF;
  margin-top: -2px;
}

.join-as li a {
  display: flex;
  width: 155px;
  height: 36px;
  align-items: center;
  justify-content: start;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 0 0 0 50px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.reg-btn {
  background: url(../images/reg-btn.png) no-repeat;
  width: 262px;
  height: 53px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  font: 16px/20px "daxlinepro-regularregular", sans-serif;
  padding: 10px 0 0 20px;
}

.reg-btn .text {
  font: 16px/20px "daxlinepromedium", sans-serif;
  display: block;
  padding: 0;
}

.reg-btn .description {
  color: #cccccc;
  font-size: 12px;
}

#loginpopupform .control-label {
  float: left;
  width: 100px;
  padding: 4px 0 0;
  font: 14px/17px "daxlinepro-regularregular", sans-serif;
}

#loginpopupform .control-label + .input-holder {
  margin-left: 120px;
}

.link-btn {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.input-holder {
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 18px;
  padding: 5px 10px;
  position: relative;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -webkit-border-radius: 3px;
}

.input-holder.correct:after {
  content: "";
  background: url(../images/correct.png) no-repeat;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: 11px;
}

.input-holder.error:after {
  content: "";
  background: url(../images/error.png) no-repeat;
  width: 14px;
  height: 13px;
  position: absolute;
  top: 8px;
  right: 11px;
}

.input-holder input {
  float: left;
  width: 100%;
  background: none;
  border: none;
  height: 18px;
  padding: 0;
  font: 15px/18px Arial, Helvetica, sans-serif;
}

.join-as {
  margin: 0;
  /*margin-left:20px;*/
  padding: 0;
  list-style: none;
  font: 12px/18px Arial, Helvetica, sans-serif;
}

.register-holder .join-as {
  float: left;
  margin: 0 0 0 38px;
}

.join-as li {
  margin-left: 20px;
  float: left;
}

.join-as .fb {
  background: url(../images/fb-btn.png) no-repeat;
}

.join-as .tw {
  background: url(../images/tw-btn.png) no-repeat;
}

.join-as .vk {
  background: url(../images/vk-btn.png) no-repeat;
}

.join-as li a {
  display: block;
  width: 162px;
  height: 28px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 0 0 40px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.table-frame {
  margin: 0 0 40px;
}

.table-frame table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.table-frame table th {
  font-size: 11px;
  color: #666666;
  padding: 4px 0 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: left;
}

.table-frame table td {
  padding: 5px 4px;
  color: #333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.table-frame table td:first-child {
  padding-left: 0;
}

.table-frame img {
  vertical-align: top;
}

.ico-btn {
  height: 23px;
  line-height: 23px;
  width: 27px;
  padding: 0;
  text-align: center;
}

.ico-btn .ico {
  margin: 0;
}

.ico-btn img {
  vertical-align: middle;
}

.table-frame .btn + .btn {
  margin-left: 8px;
}

#elementsresults {
  overflow: auto;
  height: 420px;
}

.elementsbrowser_menuitem {
  width: 170px;
  height: 120px;
  float: left;
  margin-left: 5px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}

.elementsbrowser_menuitem:hover {
  float: left;
  text-align: center;
  background: #eee;
}

.elementsbrowser_menuitem_picture {
  width: 150px;
  height: 100px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.elementsbrowser_menuitem_picture:hover {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.elementsbrowser_menuitem_title {
  font-size: 14px;
  cursor: pointer;
}

.alert {
  padding: 10px 14px;
  border: 1px solid;
  border-radius: 4px;
  font-size: 14px;
}

.alert-lg {
  padding: 14px 18px;
  font-size: 16px;
}

.alert-success {
  background: #cfeecf;
  border-color: #81c681;
}

.alert-success, .alert-success * {
  color: #208020;
}

.alert p {
  margin: 0;
}

.alert p + p {
  margin-top: 8px;
}

.custom-scrollbar {
  scrollbar-color: var(--scrollbar-slider-color) var(--scrollbar-color);
  scrollbar-width: thin;
  overflow: auto;
}

.custom-scrollbar::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}

.custom-scrollbar:hover::-webkit-scrollbar {
  height: var(--scrollbar-hover-size);
  width: var(--scrollbar-hover-size);
}

/* button */
.custom-scrollbar::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

/* Handle */
.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: var(--scrollbar-border-radius);
  background: var(--scrollbar-slider-color);
}

.custom-scrollbar:hover::-webkit-scrollbar-thumb {
  background: var(--scrollbar-slider-hover-color);
}

/* Handle on hover */
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-slider-hover-color);
}

/* Track */
.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-border-radius);
  background: var(--scrollbar-color);
}

/* The track NOT covered by the handle.
::-webkit-scrollbar-track-piece {
    background: #000;
}

/* Corner */
.custom-scrollbar::-webkit-scrollbar-corner {
  background: #999;
}

/* Resizer */
.custom-scrollbar::-webkit-resizer {
  background: #111;
}

.calendarForm__container {
  padding: 10px 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  --control-margin-x: 5px;
  --control-border-width: 1px;
}
.calendarForm__controls {
  display: flex;
  justify-content: space-between;
  margin-left: calc(var(--control-margin-x) * -1);
  margin-right: calc(var(--control-margin-x) * -1);
  --width: 300px;
  width: calc((var(--control-margin-x) + var(--control-border-width)) * 2 + var(--width));
}
@media (min-height: 750px) {
  .calendarForm__controls {
    --width: 350px;
  }
}
.calendarForm__controls .form-group {
  flex: 1 1 auto;
  padding: 0 var(--control-margin-x);
}
.calendarForm__controls .form-control {
  width: 100%;
}
.calendarForm__preview {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  margin: 20px calc(var(--control-margin-x) + var(--control-border-width));
  width: 300px;
}
@media (min-height: 750px) {
  .calendarForm__preview {
    width: 350px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.calendarForm__preview[data-type=trio] {
  background-size: calc(100% + 24px);
  background-position: -12px -12px;
  height: 438px;
}
@media (min-height: 750px) {
  .calendarForm__preview[data-type=trio] {
    background-size: calc(100% + 28px);
    background-position: -14px -14px;
    height: 510px;
  }
}
.calendarForm__preview[data-type=three_in_one] {
  background-size: calc(100% + 33px);
  background-position: -17px -14px;
  height: 243px;
}

.text-center {
  text-align: center;
}

.form-label {
  display: block;
  margin-bottom: 3px;
}

.form-control {
  height: 28px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
  color: inherit;
  font-family: inherit;
}

.calendar_preview {
  position: relative;
  margin-right: 25px;
  width: 245px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.calendar_preview__section {
  position: relative;
  margin-bottom: 7px;
  background: #D1D1D1;
  display: block;
}
.calendar_preview__section_cover, .calendar_preview__section_canvas {
  position: absolute;
  overflow: hidden;
  inset: 0;
}
.calendar_preview__section_cover {
  z-index: 2;
}
.calendar_preview__section_canvas {
  z-index: 1;
}
.calendar_preview__section_canvas img {
  position: absolute;
  display: block;
  border: 0;
}
.calendar_preview_three_in_one {
  --section-width: 191px;
  --section-height: 165px;
  --cover-height: calc(var(--section-height) * 0.8);
  --cover-background-position-y: 7px;
}
.calendar_preview_three_in_one__section {
  height: var(--section-height);
  width: var(--section-width);
}
.calendar_preview_three_in_one__section_cover {
  background-size: calc(100% + 18px);
  background-position-x: -9px;
  height: var(--cover-height);
}
.calendar_preview_three_in_one__section_2_cover {
  background-position-y: calc(var(--cover-background-position-y) * -1);
}
.calendar_preview_trio {
  --section-width: 191px;
  --section-height: 135px;
  --cover-height: calc(var(--section-height) * 0.69);
  --cover-background-position-y: 7px;
}
.calendar_preview_trio__section {
  height: var(--section-height);
  width: var(--section-width);
}
.calendar_preview_trio__section_cover {
  background-size: calc(100% + 16px);
  background-position-x: -8px;
  height: var(--cover-height);
}
.calendar_preview_trio__section_2_cover {
  background-position-y: calc(var(--cover-background-position-y) * -1);
}
.calendar_preview_trio__section_3_cover {
  background-position-y: calc(var(--cover-height) * -1 - var(--cover-background-position-y));
}
.calendar_preview_trio__section_4_cover {
  background-position-y: calc((var(--cover-height)) * -2 - var(--cover-background-position-y));
}
.calendar_preview__btn {
  position: absolute;
  right: -40px;
  top: 0;
}
.calendar_preview input[type=radio][name=calendar_section] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
}
.calendar_preview input[type=radio][name=calendar_section] + label, .calendar_preview input[type=radio][name=calendar_section] + label * {
  cursor: pointer;
}
.calendar_preview input[type=radio][name=calendar_section]:checked + label {
  outline: 2px dashed #6DC5DF;
  outline-offset: 2px;
}

.icon-btn {
  padding: 0;
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.icon-btn [class^=icon-] {
  cursor: pointer;
}

/*# sourceMappingURL=editor.css.map */
