@charset "UTF-8";
@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 {
  --container-width:960px;
  --product-list-width:960px;
  --product-list--width-with-aside:720px;
  --product-list-item-width:190px;
  --product-list-item-hover-padding:40px;
  --tools-columns-col-margin:25px;
  --tools-columns-col-padding:20px;
  --template-size-list-item-margin:10px;
}

@media (min-width: 1280px) {
  :root {
    --container-width:1280px;
    --product-list-width:1280px;
    --product-list--width-with-aside:1020px;
    --product-list-item-width:205px;
    --tools-columns-col-margin:80px;
    --tools-columns-col-padding:70px;
    --template-size-list-item-margin:20px;
  }
}
html {
  height: 100%;
}

body {
  margin: 0;
  color: #515151;
  font: 12px/18px Arial, Helvetica, sans-serif;
  height: 100%;
  background: url(../images/main-bg.png) repeat;
  min-width: 1000px;
}

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;
}

p {
  font-size: 14px;
}

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

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.img-holder img {
  vertical-align: top;
}

a.dash {
  text-decoration: none;
  cursor: pointer;
}
a.dash > span {
  border-bottom: 1px dashed;
}
a.dash:hover > span {
  border: none;
}

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

.dash.active {
  color: #cc3366;
  border-bottom: none;
}
.dash.active > span {
  color: #cc3366;
  border-bottom: none;
}

.alignr {
  text-align: right;
}

.alignc {
  text-align: center;
}

.hex {
  width: 100px;
  height: 57px;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: auto 173px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  zoom: 1;
}
.hex .corner-1, .hex .corner-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  z-index: -2;
  overflow: hidden;
  backface-visibility: hidden;
}
.hex .corner-1 {
  z-index: -1;
  transform: rotate(60deg);
}
.hex .corner-2 {
  transform: rotate(-60deg);
}
.hex .corner-1:before, .hex .corner-2:before {
  width: 173px;
  height: 173px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: inherit;
  background-repeat: no-repeat;
  backface-visibility: hidden;
}
.hex .corner-1:before {
  transform: rotate(-60deg) translate(-87px, 0px);
  transform-origin: 0 0;
}
.hex .corner-2:before {
  transform: rotate(60deg) translate(-68px, -11px);
  bottom: 0;
}

.big .hex .corner-1:before {
  transform: rotate(-60deg) translate(-87px, 0px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.big .hex .corner-2:before {
  transform: rotate(60deg) translate(-48px, -11px);
  bottom: 0;
}

.hex .deco {
  background: url(../images/deco03.png) no-repeat;
  width: 51px;
  height: 42px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -1px;
}

.small .hex .deco {
  background: url(../images/img04.png) no-repeat;
  width: 43px;
  height: 35px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin: 0 0 0 -2px;
}

.tiny .hex .deco {
  background: url(../images/img04.png) no-repeat;
  width: 33px;
  height: 25px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin: 0 0 0 -2px;
}

.small .hex.gray .deco {
  background: url(../images/deco04.png) no-repeat;
  width: 41px;
  height: 34px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin: 0 0 0 -2px;
}

.hex-holder {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 90px;
  width: 100px;
  margin-top: 35px;
}
.hex-holder.small {
  width: 81px;
  margin-top: 30px;
  height: 80px;
}
.hex-holder.tiny {
  width: 62px;
  margin-top: 20px;
  height: 72px;
}
.hex-holder .hex {
  position: absolute;
  top: 0;
  left: 0;
}

.hex-shadow {
  z-index: -3;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
.hex-shadow.hex .corner-1, .hex-shadow.hex .corner-2 {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.grad .corner-1:before, .grad .corner-2:before {
  background-image: inherit;
}

.hex .ico {
  position: relative;
  z-index: 5;
  text-align: center;
}

.small .hex {
  width: 81px;
  height: 46px;
}

.tiny .hex {
  width: 62px;
  height: 72px;
}

.big .hex {
  width: 150px;
  height: 86px;
}

.small .hex .corner-2:before {
  transform: rotate(60deg) translate(-77px, -22px);
  bottom: 0;
}

#wrapper {
  padding-bottom: 230px;
}

.wrapper-holder {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 100%;
  z-index: 20;
}

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

.header-row {
  background: url(../images/head-row-bg.png) repeat;
  color: #fff;
  height: 34px;
}
.header-row a {
  color: #fff;
}

.head-tools {
  margin: 0;
  padding: 8px 0 0 19px;
  list-style: none;
  float: left;
  min-width: 350px;
  width: 30%;
}
.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 {
  float: left;
  min-width: 175px;
  padding: 5px 0 0 5px;
  width: 19%;
}
.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 10px 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-row .join {
  float: right;
  margin: 8px 0px 0 4px;
}
.header-row .join .ico {
  background: url(../images/ico06.png) no-repeat;
  width: 12px;
  height: 16px;
  float: left;
  margin: 0 8px 0 0;
}
.header-row .exit {
  float: right;
  margin: 8px 5px 0 10px;
}
.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;
}

.logo {
  margin: 32px 26px 0 10px;
  width: 217px;
  height: 62px;
  overflow: hidden;
  display: block;
  background: url("../images/logo.png") no-repeat;
  text-indent: -9999px;
  background-size: 100%;
  cursor: pointer;
  float: left;
}
.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 .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-frame .phone-box {
  float: left;
  width: 210px;
  margin: 36px 10px 0 0;
}
.header-frame .phone-box .text {
  color: #000;
  font: 12px/15px "daxlinepro-regularregular", sans-serif;
}
.header-frame .phone-box .phone {
  color: #000;
  font: 20px/22px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 2px;
}
.header-frame .phone-box .phone strong {
  font-weight: normal;
  font-family: "daxlineprobold", sans-serif;
}
.header-frame .phone-box .callback {
  margin: 0 0 0 3px;
  cursor: pointer;
}
.header-frame .basket-box {
  background: url(../images/deco10.png) repeat-y 100% 0;
  position: absolute;
  width: 190px;
  padding: 0 15px 15px;
  top: 0;
  right: 12px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.header-frame .basket-box p {
  font-size: 12px;
}
.header-frame .basket-box:before {
  content: "";
  position: absolute;
  background: url(../images/deco11.png) repeat-x;
  height: 31px;
  top: 0;
  left: 0;
  width: 100%;
}
.header-frame .basket-box:after {
  content: "";
  position: absolute;
  background: url(../images/deco12.png) no-repeat;
  width: 220px;
  height: 9px;
  top: 100%;
  left: 0;
}
.header-frame .basket-box .frame {
  background: url(../images/ico08.png) no-repeat;
  padding: 0 0 0 49px;
  min-height: 30px;
  font: 12px/16px "daxlinepro-regularregular", sans-serif;
  margin: 27px 0 10px;
}
.header-frame .basket-box .frame p {
  margin: 0;
}
.header-frame .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-frame .basket-box .table-frame table {
  margin-bottom: 10px;
}
.header-frame .basket-box:hover .table-frame {
  max-height: 150px;
}
.header-frame .basket-box .table-frame table td {
  padding: 8px 0;
}
.header-frame .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: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(215, 215, 215) 100%);
  color: #232323;
}
.gray-btn:hover {
  background: linear-gradient(to bottom, rgb(231, 231, 231) 0%, rgb(204, 204, 204) 100%);
}
.gray-btn:active {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
}

.pink-btn {
  background: linear-gradient(to bottom, #b9324e 0%, #871d56 100%);
  color: #fff;
}
.pink-btn:hover {
  background: linear-gradient(to bottom, #90273d 0%, #6b1743 100%);
}
.pink-btn:active {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.25);
  background: linear-gradient(to bottom, #871d56 0%, #b9324e 100%);
}

.gray-btn:disabled, .pink-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

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

.nav-holder {
  background: url(../images/nav-bg.png) repeat;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
}

.nav-frame {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 55px;
  position: relative;
}
.nav-frame:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.03);
  height: 27px;
}
.nav-frame .search {
  position: relative;
  z-index: 2;
  /*margin: 16px 20px 0 0;*/
  padding-top: 0px;
  /*float: right;*/
}
.nav-frame .nav {
  position: relative;
  z-index: 3;
}
.nav-frame .search .input-frame {
  background: #FFF url(../images/search-bg.png) no-repeat;
  /* width: 267px; */
  padding: 7px 10px 6px 26px;
  height: 13px;
  display: block;
  margin-right: 10px;
  margin-top: 2px;
  border-radius: 15px;
  margin-left: 11px;
}
.nav-frame .search .input-frame input {
  float: left;
  width: 100%;
  height: 14px;
  border: none;
  background: none;
  padding: 0;
  font: 11px/14px Arial, Helvetica, sans-serif;
}

#nav {
  margin: 0 250px 0 0;
  position: relative;
  z-index: 4;
}
#nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav > ul > li {
  display: table-cell;
  background: url(../images/nav-sep.png) repeat-y 100% 0;
}
#nav .holder {
  position: relative;
  margin: 0 3px 0 0;
}
#nav > ul > li .holder > a {
  display: block;
  padding: 18px 15px 19px;
  color: #fff;
  text-align: center;
  font: 15px/18px "daxlinepromedium", sans-serif;
  text-decoration: none;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.17);
}

@media (min-width: 1280px) {
  #nav > ul > li .holder > a {
    padding-left: 23px;
    padding-right: 23px;
    font-size: 16px;
  }
}
#nav_products {
  width: 230px;
}

#nav_templates {
  width: 195px;
}

#nav_upload {
  width: 190px;
}

#nav_information {
  width: 170px;
}

#nav_souvenirs {
  width: 240px;
}

#searchli {
  width: 300px;
}

@media (min-width: 1280px) {
  #nav_templates, #nav_upload, #nav_information {
    width: 230px;
  }
}
#nav li.active-drop .holder > a {
  background: rgba(255, 255, 255, 0.1);
}
#nav > ul > li:hover .holder > a {
  background: rgba(255, 255, 255, 0.1);
}
#nav > ul > li .holder > a .ico {
  background: url(../images/ico10.png) no-repeat;
  width: 7px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 3px;
}
#nav .drop {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 3px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0ms linear;
  transition-delay: 0ms;
  min-width: 220px;
}
#nav li.active-drop .drop, #nav li:hover .drop {
  opacity: 1;
  visibility: visible;
  transition-duration: 100ms;
  transition-delay: 250ms;
}
#nav .drop-holder {
  background: url(../images/drop-bg.png) #000 repeat;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  font: 14px/16px "daxlinepro-regularregular", sans-serif;
}
#nav .tabset .drop-holder {
  background: url(/images/drop-bg.png) #000 repeat;
  border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  font: 14px/16px "daxlinepro-regularregular", sans-serif;
}
#nav .tabset .drop-holder.opened {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}
#nav .drop-holder .submenu {
  margin: 0;
  padding: 0 0 3px;
  list-style: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  border-radius: 10px 10px 10px 10px;
}
#nav .drop-holder .submenu.opened {
  border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
}
#nav .menuitem-divider {
  background: url("../images/submenu-sep.png") repeat-x;
  padding: 6px 0 0;
  margin-top: 5px;
}
#nav .submenu .title {
  text-align: right;
  color: #cccccc;
  padding: 5px 8px 4px 0;
  font: 11px/14px "daxlinepro-regularregular", sans-serif;
}
#nav .submenu a {
  color: #fff;
  display: block;
  padding: 4px 10px 4px 21px;
  text-decoration: none;
  font-size: 12px;
}
#nav .submenu li.active > a {
  background: rgba(0, 0, 0, 0.3);
}
#nav .submenu a:hover {
  background: rgba(0, 0, 0, 0.3);
}
#nav .submenu a .ico {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/list-sep.png") no-repeat;
  width: 7px;
  height: 6px;
  margin: 0 12px 0 0;
}
#nav .submenu .menu-list {
  padding: 0 0 0px 0;
  margin: 0 0 5px;
  list-style: none;
  min-height: 25px;
  /*60px*/
}
#nav .submenu .menu-list.inner01 {
  margin-bottom: 21px;
}
#nav .submenu > li > a {
  padding: 8px 10px 9px 21px;
}
#nav .tab-holder {
  position: absolute;
  left: 100%;
  top: 3px;
  bottom: 0;
  background: #4e4e4e;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  width: 428px;
  padding: 16px 22px 20px 21px;
  color: #fff;
}
#nav .tab-holder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  background: url(../images/nav-sep.png) repeat-y;
  width: 3px;
}
#nav .tab .column {
  float: left;
  width: 180px;
}
#nav .tab .price-table {
  width: 220px;
  padding: 4px 0 0;
}
#nav .tab .btn {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "daxlinepromedium", sans-serif;
}
#nav .tab .row {
  margin: 0 0 5px;
}

@media (min-width: 1280px) {
  #nav .submenu a {
    font-size: 14px;
  }
}
.wide-btn {
  display: block;
  text-align: center;
}

#nav .tab .wide-btn {
  text-align: left;
}
#nav .tab .btn.active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.28);
  background: linear-gradient(to bottom, rgb(208, 83, 131) 0%, rgb(163, 38, 86) 100%);
  color: #fff;
}

.control-group {
  padding: 0 0 12px;
}

.control-title {
  font: 14px/17px "daxlinepro-regularregular", sans-serif;
  padding: 0 0 7px;
}

.selectmenu {
  display: block;
  margin: 0;
  height: 30px;
  padding: 0;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  background: #fff;
}
.selectmenu:hover {
  text-decoration: none;
}

.selectmenu-status {
  text-decoration: none;
  display: block;
  height: 23px;
  white-space: nowrap;
  color: #515151;
  padding: 5px 0 0 10px;
  font-size: 12px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.04) 100%);
}

.selectmenu-icon {
  float: right;
  cursor: pointer;
  width: 20px;
  height: 28px;
  background: url(../images/select-r.png) no-repeat 4px 50%;
}

.selectmenu-menu {
  position: absolute;
  top: 0;
  margin: -2px 0 0;
  border: 1px solid #e2e9ef;
  display: none;
  z-index: 80;
  background: #fff;
}
.selectmenu-menu ul {
  list-style: none outside none;
  overflow-y: auto;
  margin: 0;
  padding: 1px 0 0;
  max-height: 150px;
  background: #fff;
}
.selectmenu-menu li {
  display: block;
  padding: 3px 10px;
  color: #161616;
  text-decoration: none;
  cursor: pointer;
}
.selectmenu-menu li.active {
  background: #e1e1e1;
}
.selectmenu-menu li:hover {
  background: #ccc;
  text-decoration: none;
  color: #fff;
}

.selectmenu-open {
  display: block;
}

* html .selectmenu-icon {
  margin: 0 0 0 -3px;
}

.selectmenu-item-selected li {
  background: #eee;
  text-decoration: none;
  color: #7d7d7d;
}
.selectmenu-item-selected li:hover {
  background: #eee;
  text-decoration: none;
  color: #7d7d7d;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.price-table table th {
  text-align: left;
  color: #eaeaea;
  font: 11px/14px Arial, Helvetica, sans-serif;
  padding: 1px 2px 3px;
}
.price-table table td {
  font-weight: bold;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 3px;
  border-top: 1px solid #717171;
}
.price-table .btn {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

#nav .visual-deco {
  position: absolute;
  bottom: -16px;
  right: -17px;
}

.visual-deco img {
  vertical-align: top;
}

.promo {
  margin-top: -28px;
  position: relative;
  z-index: 2;
}
.promo .gallery-holder {
  position: relative;
  overflow: hidden;
  height: 425px;
  width: 100%;
}
.promo .slide-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.promo .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: none;
}
.promo .slide.active {
  display: block;
}
.promo .bg-img {
  width: 100%;
  height: auto;
  position: absolute;
  min-width: 1400px;
}
.promo .logo-deco {
  position: absolute;
  left: 8px;
  top: 39px;
}
.promo .text-box {
  position: absolute;
  top: 76px;
  left: 188px;
  width: 390px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.promo .text-box .title {
  margin: 0 0 20px;
  font: 36px/38px "daxlinepromedium", sans-serif;
}
.promo .text-box .description {
  margin: 0 0 28px;
  font: 18px/24px "daxlinepromedium", sans-serif;
}

.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list li {
  padding: 0 0 0 22px;
  background: url(../images/list-sep2.png) no-repeat 0 3px;
  margin-bottom: 5px;
}

.promo .text-box .list {
  font: 14px/17px "daxlinepromedium", sans-serif;
  padding-left: 14px;
}
.promo .text-box .list li {
  margin: 0 0 7px;
}
.promo .frame {
  position: absolute;
  top: 66px;
  left: 744px;
  width: 230px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.promo .frame .img-holder {
  margin: 0 0 21px;
}
.promo .frame .title {
  margin: 0;
  text-transform: uppercase;
  font: 16px/18px "daxlineprobold", sans-serif;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.promo .frame .title a {
  color: #fff;
}
.promo .frame .deco, .promo .frame p {
  margin: 0;
}

.switcher {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  text-align: center;
}
.switcher ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.switcher ul li {
  display: inline-block;
  vertical-align: top;
}
.switcher ul li a {
  background: url(../images/promo-switcher.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  overflow: hidden;
}
.switcher ul li.active a {
  background-position: 0 -16px;
}

.product-gallery {
  position: relative;
  background: url(../images/bg01.png);
  -webkit-box-shadow: inset 0 0 73px #000;
  -moz-box-shadow: inset 0 0 73px #000;
  box-shadow: inset 0 0 73px #000;
  margin: 0 0 54px;
  z-index: 4;
}
.product-gallery .gallery-holder {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 0;
}
.product-gallery .slide-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-gallery .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: none;
}
.product-gallery .slide.active {
  display: block;
}
.product-gallery .column {
  padding: 36px 10px 0 10px;
  box-sizing: border-box;
  color: #fff;
  float: left;
  width: 25%;
}
.product-gallery .title {
  text-align: center;
  font: 16px/18px "daxlineprobold", sans-serif;
  margin: 0 0 2px;
}
.product-gallery .description {
  font: 13px/15px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 18px;
  text-align: center;
}
.product-gallery .img-holder {
  text-align: center;
  height: 116px;
  margin: 0 0 10px;
}

.old-price {
  text-decoration: line-through;
}

.price-table .price {
  color: #cc3366;
}

#header, #editorheader {
  position: relative;
  z-index: 7;
}

#sidebar {
  float: left;
  width: 300px;
}
#sidebar + .content {
  margin-left: 335px;
}

.sidebar {
  float: left;
  width: 300px;
  float: left;
  width: 300px;
}
.sidebar + .content {
  margin-left: 335px;
}
.sidebar.pull-right {
  float: right;
}
.sidebar.pull-right + .content {
  margin-right: 365px;
  margin-left: 0;
}

.calculation-holder {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url("../images/sidebar-bg.png");
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.24);
}
.calculation-holder .calculation {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  padding: 22px 22px 20px 18px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
}

.calculation .title {
  font: 18px/20px "daxlinepromedium", sans-serif;
  margin: 0 0 15px;
}
.calculation .title.size2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.calculation .row {
  margin: 0 0 7px;
}

form .row {
  width: 100%;
  position: relative;
}
form .row:after {
  display: block;
  clear: both;
  content: "";
}

.calculation .help-text {
  color: #cccccc;
  font-size: 12px;
}
.calculation .control-group {
  padding: 0 0 10px;
}
.calculation .control-title {
  padding-bottom: 11px;
}
.calculation label.control-title {
  cursor: pointer;
}

.checkbox-holder, .radio-holder {
  cursor: pointer;
  padding: 0px 0 0 0px;
  display: block;
}

/*
.checkbox-holder,
.radio-holder {
	cursor:pointer;
	padding: 0 0 0 24px;
	display: block;
}

.checkbox-holder .checkbox,
.radio-holder .radio {
	display:none;
	float:left;
	margin:0;
	padding:0;
	width:0;
	height:0;
}*/
.radioArea {
  float: left;
  margin: 0 0 0 -24px;
  background: url(../images/radio.png) no-repeat;
  width: 15px;
  height: 15px;
  overflow: hidden;
  cursor: pointer;
}

.radioAreaChecked {
  float: left;
  margin: 0 0 0 -24px;
  background: url(../images/radio.png) no-repeat;
  width: 15px;
  height: 15px;
  overflow: hidden;
  cursor: pointer;
  background-position: 0 -15px;
}

.checkboxArea {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -24px;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/checkbox.png) no-repeat;
}

.checkboxAreaChecked {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 0 0 -24px;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/checkbox.png) no-repeat;
  background-position: 0 -16px;
}

.calculation .price-table {
  margin: 0 0 24px;
}

.btn.sm-size {
  padding: 2px 10px;
}

.tab-control-holder {
  text-align: center;
  margin: 0 0 58px;
}
.tab-control-holder .tab-control {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
}

.tab-control {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
.tab-control li {
  font-size: 14px;
  line-height: normal;
  font-family: "daxlinepro-regularregular", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  position: relative;
}
.tab-control li.active a {
  color: #000;
}
.tab-control li.active a span {
  border: none;
}
.tab-control .deco {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 3px;
  background: #cccccc;
  border-bottom: 3px solid #bcbcbc;
  margin-top: 12px;
}
.tab-control li.active .deco {
  background-color: #d74d85;
  border-color: #67527d;
}
.tab-control li.active .deco:after {
  content: "";
  background: url(../images/deco02.png) no-repeat;
  width: 14px;
  height: 5px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
}

.item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
}
.item-list li {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 315px;
  margin: 0 0 57px;
  min-height: 160px;
}
.item-list .visual {
  float: left;
  text-align: center;
  width: 125px;
  height: 80px;
  line-height: 80px;
}
.item-list .visual img {
  vertical-align: middle;
}
.item-list .frame {
  margin: 0 0 0 125px;
}
.item-list .title {
  color: #000;
  font: 16px/18px "daxlineprobold", sans-serif;
  margin: 0 0 9px;
}
.item-list .row {
  margin: 0 0 10px;
}
.item-list p {
  margin: 0;
}
.item-list .name {
  font: 14px/16px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 2px;
}
.item-list .btn {
  margin-top: 8px;
}

.order-layout-box {
  background: url(../images/inner-bg.png) repeat;
  margin: 0 0 20px;
  padding: 39px 0 41px;
}
.order-layout-box .title a {
  color: #fff;
}

.order-layout-holder {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url(../images/sidebar-bg.png);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.24);
  position: relative;
  z-index: 5;
  padding-left: 0px;
  padding-right: 0px;
}
.order-layout-holder .order-layout {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  padding: 39px 0px 36px 0;
  position: relative;
  z-index: -5;
}

.order-layout .head {
  text-align: center;
  font: 36px/38px "daxlineprobold", sans-serif;
  margin: 0 0 20px;
}
.order-layout .col {
  float: left;
  text-align: center;
  width: 33%;
  margin: 0;
  padding: 0 35px;
  box-sizing: border-box;
}
.order-layout .visual {
  margin: 0 0 19px;
}

.hex-holder .hex .ico {
  height: 115px;
  line-height: 115px;
  display: block;
  margin-top: -28px;
}
.hex-holder.small .hex .ico {
  height: 95px;
  margin-top: -37px;
}
.hex-holder.tiny .hex .ico {
  height: 72px;
  line-height: 72px;
  margin-top: -24px;
}
.hex-holder .hex .ico img {
  vertical-align: middle;
}

.order-layout .title {
  font: 18px/22px "daxlineprobold", sans-serif;
  margin: 0 0 18px;
}
.order-layout .description {
  font: 14px/18px "daxlinepro-regularregular", sans-serif;
}

.content-holder {
  padding-bottom: 41px;
}

.promo-columns {
  padding: 26px 0 92px;
}
.promo-columns .col {
  float: left;
  width: 25%;
  text-align: center;
}
.promo-columns .visual {
  margin: 0;
}
.promo-columns .title {
  font: 18px/22px "daxlineprobold", sans-serif;
  color: #000;
}
.promo-columns .hex-holder .hex .ico {
  height: 105px;
  /*line-height: 105px;*/
}

.width620 {
  width: 65%;
}

h3 {
  font: 18px/20px "daxlinepromedium", sans-serif;
  margin: 0 0 13px;
  color: #000;
}

h2 {
  font: 24px/26px "daxlinepromedium", sans-serif;
  margin: 0 0 20px;
  color: #1e1e1e;
}

.text-content {
  padding: 0 0 0 20px;
  /*margin: 0 0 115px;*/
}
.text-content .visual.pull-left {
  margin-right: 20px;
}
.text-content .list {
  margin: 0 0 18px;
  padding: 14px 0 0;
}
.text-content .list li {
  padding-left: 30px;
  margin: 0 0 6px;
}

.bottom-nav {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  padding: 24px 0px 25px;
  margin: 0 0 27px;
}
.bottom-nav .col {
  float: left;
  width: 25%;
  padding: 0 20px;
  box-sizing: border-box;
}
.bottom-nav .col.double {
  width: 50%;
  padding: 0 0 0 20px;
}
.bottom-nav .col.double .col {
  padding: 0 40px 0 0;
}
.bottom-nav .col + .col {
  /*margin-left: 40px;*/
}
.bottom-nav .title {
  font: 16px/18px "daxlineprobold", sans-serif;
  margin: 0 0 15px;
}
.bottom-nav a {
  color: #000;
}
.bottom-nav a:hover {
  color: #008e9a;
}

.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  margin: 0 0 8px;
}

.bottom-nav .pay-system {
  padding: 10px 0 0;
}

.pay-list {
  margin: 0;
  padding: 7px 0 0;
  list-style: none;
}
.pay-list li {
  float: left;
  margin: 0 6px 0 0;
}
.pay-list img {
  vertical-align: top;
}

.size13 {
  font-size: 13px;
}

.size12 {
  font-size: 12px !important;
}

.size11 {
  font-size: 11px;
}

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

#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: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  font: 13px/18px "daxlinepro-regularregular", sans-serif;
  position: relative;
  height: 130px;
}

.headcityletter {
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
  margin-top: 10px;
}

.basketcityletter {
  font-size: 24px;
  color: #333;
  margin-bottom: 5px;
  margin-top: 10px;
}

.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 {
  padding: 27px 0 0 19px;
  box-sizing: border-box;
  float: left;
  width: 25%;
}
.footer-frame .title {
  margin: 0;
  font: 14px/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: 420px;
  padding: 24px 0 0 17px;
  font: 12px/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;
}

.aside {
  float: left;
  width: 220px;
}
.aside + .content {
  margin-left: 240px;
}

#main {
  padding: 34px 0 0;
}

.breadcrumbs {
  margin: 0;
  padding: 0 0 5px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
.breadcrumbs li {
  font: 13px/15px "daxlineprolight", sans-serif;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  color: #000;
}
.breadcrumbs li + li:before {
  content: "";
  background: url("../images/bread-sep.gif") no-repeat;
  width: 4px;
  height: 7px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 7px 0 10px;
}

h1 {
  color: #000;
  font: 24px/27px "daxlinepromedium", sans-serif;
  margin: 0 0 29px;
}

.side-menu {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  background: url("../images/sidebar-bg.png") repeat;
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-menu > li {
  position: relative;
}
.side-menu > li.active:after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(to bottom, rgb(158, 72, 117) 0%, rgb(113, 26, 71) 100%);
}
.side-menu > li.active:first-child:after {
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  bottom: -1px;
  top: 0;
}
.side-menu > li.active:last-child:after {
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  bottom: 0;
}
.side-menu > li + li {
  padding-top: 0px;
  background: url(../images/submenu-sep.png) repeat-x;
}
.side-menu > li > a {
  display: block;
  position: relative;
  z-index: 5;
  padding: 10px 20px 10px 40px;
  background: url(../images/list-sep2.png) no-repeat 22px 14px;
  color: #fff;
  font: 12px/17px "daxlinepro-regularregular", sans-serif;
}
.side-menu ul {
  margin: 0;
  padding: 11px 0 0 20px;
  list-style: none;
  font: 12px/15px "daxlinepro-regularregular", sans-serif;
}
.side-menu ul li {
  padding: 0 0 0 19px;
  margin: 0 0 15px;
  background: url(../images/list-sep.png) no-repeat 5px 5px;
  color: #cccccc;
}
.side-menu ul li a {
  color: #fff;
}
.side-menu .description {
  padding: 5px 0 0 5px;
}

.product-info {
  padding: 0 0 63px;
  position: relative;
  overflow: hidden;
}
.product-info .img-holder {
  float: left;
}
.product-info .frame {
  margin: 0 0 0 335px;
}
.product-info .list li {
  font: 14px/16px "daxlineprolight", sans-serif;
  color: #000;
  margin: 0 0 10px;
}

.order-box {
  margin: 0 0 25px;
  position: relative;
  color: #333;
  /*overflow: hidden;*/
}
.order-box .visual {
  float: left;
}
.order-box .frame {
  margin: 0 0 0 105px;
  width: 220px;
  padding: 16px 0 0;
}
.order-box .title {
  font: 16px/18px "daxlineprobold", sans-serif;
  margin: 0 0 5px;
}
.order-box p {
  margin: 0;
}

.text-content.inner01 {
  padding: 33px 0 0;
  margin: 0 0 40px;
}

.frame20 {
  padding: 0 20px;
}

.register-form {
  float: left;
  width: 660px;
  padding: 25px 20px 18px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  background: url(../images/sidebar-bg.png);
}
.register-form .row {
  margin: 0 0 16px;
}

.control-label-block {
  display: block;
  padding: 0 0 4px;
  font: 14px/17px "daxlineprobold", sans-serif;
}

.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;
}

select {
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 30px;
  padding: 5px 5px;
  -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;
}

.register-form .input-holder {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
}
.register-form .help-text {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  color: #cccccc;
  font-style: italic;
  margin: 0 0 0 20px;
}
.register-form .select-holder {
  display: inline-block;
  vertical-align: middle;
  width: 320px;
}
.register-form .select-holder.error {
  border: 1px solid red;
}

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

.register-form .link-btn {
  color: #fff;
}
.register-form .btn-holder {
  padding: 17px 0 0;
}
.register-form .checkbox-holder {
  margin-top: 7px;
}

.register-holder {
  margin: 0 0 40px;
}

.join-as {
  margin: 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);
}

.tabset .tab {
  display: none;
}
.tabset .tab.active {
  display: block;
}

.materials-list {
  margin: 0;
  padding: 13px 0 29px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
.materials-list li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 230px;
  margin: 0 0 54px;
  text-align: center;
}
.materials-list .title {
  font: 14px/17px "daxlinepromedium", sans-serif;
  margin: 0 0 4px;
  color: #000;
  text-transform: uppercase;
}
.materials-list .visual {
  margin: 0 0 9px;
}

.content-table {
  padding: 0 0 65px;
}
.content-table table th {
  color: #666666;
}
.content-table table td {
  font-weight: normal;
  color: #333;
  text-align: left;
}

.layout-holder {
  text-align: center;
  padding: 40px 0 0;
  margin: 0 0 44px;
}

.layout-frame {
  display: inline-block;
  vertical-align: top;
  background: url(../images/layout-bg.png);
  position: relative;
  -webkit-box-shadow: 0 0 49px rgba(0, 0, 0, 0.46);
  -moz-box-shadow: 0 0 49px rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 49px rgba(0, 0, 0, 0.46);
}
.layout-frame:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 1%, rgba(0, 0, 0, 0.1) 100%);
}
.layout-frame .deco {
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid #00849f;
}
.layout-frame .deco:after {
  content: "";
  position: absolute;
  top: -16px;
  left: -16px;
  right: -16px;
  bottom: -16px;
  border: 1px solid rgba(122, 122, 122, 0.4);
}
.layout-frame .vertical {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: 0 0 0 12px;
}
.layout-frame .vertical .num {
  position: absolute;
  top: 50%;
  left: 5px;
  white-space: nowrap;
  margin-top: -10px;
}
.layout-frame .vertical .arrow {
  position: absolute;
  width: 1px;
  background: #8a8b8b;
  left: 10px;
}
.layout-frame .vertical .arrow.top {
  top: 0;
  bottom: 50%;
  margin-bottom: 16px;
}
.layout-frame .vertical .arrow.bottom {
  top: 50%;
  bottom: 0;
  margin-top: 16px;
}
.layout-frame .horizontal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin: 0 0 15px;
}
.layout-frame .horizontal .num {
  position: absolute;
  top: -21px;
  left: 50%;
  white-space: nowrap;
  margin-left: -31px;
  width: 62px;
  text-align: center;
}
.layout-frame .horizontal .arrow {
  position: absolute;
  height: 1px;
  background: #8a8b8b;
  bottom: 10px;
}
.layout-frame .horizontal .arrow.left {
  left: 0;
  right: 50%;
  margin-right: 31px;
}
.layout-frame .horizontal .arrow.right {
  left: 50%;
  right: 0;
  margin-left: 31px;
}
.layout-frame .arrow.top:after {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  background: url(../images/at.gif) no-repeat;
  width: 5px;
  height: 3px;
}
.layout-frame .arrow.bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  background: url(../images/ab.gif) no-repeat;
  width: 5px;
  height: 3px;
}
.layout-frame .arrow.left:after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  background: url(../images/al.gif) no-repeat;
  width: 3px;
  height: 5px;
}
.layout-frame .arrow.right:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  background: url(../images/ar.gif) no-repeat;
  width: 3px;
  height: 5px;
}

.options {
  margin: 0 0 60px;
  padding: 0;
  color: #333333;
  border-bottom: 1px solid #bebebf;
}
.options dt {
  margin: 0;
  padding: 9px 0 0;
  float: left;
  width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.options .inner01 {
  padding-top: 17px;
}
.options dd {
  padding: 9px 0 9px 240px;
  border-top: 1px solid #bebebf;
  margin: 0;
}
.options p {
  margin: 0 0 8px;
}
.options .ico {
  margin: 0 8px 0 0;
}

.filter-row {
  padding: 0 0 19px;
}
.filter-row .col {
  display: inline-block;
  vertical-align: top;
  width: 220px;
}
.filter-row .col + .col {
  margin-left: 20px;
}
.filter-row .col.wide {
  width: 460px;
}

.product-list {
  margin: 0 -10px 0;
  padding: 0 0 20px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -5px;
  /*width: 720px;*/
  --templatesets-width:295px;
  --templatesets-padding-x:20px;
  --templatesets-padding-y:10px;
}
.product-list li {
  display: inline-flex;
  position: relative;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: top;
  width: var(--product-list-item-width);
  margin: 0 10px 20px;
  padding: 15px 15px 17px;
  border-radius: 4px;
  left: 0;
  top: 0;
}
.product-list li > div:first-child {
  width: 100%;
  position: relative;
  z-index: 2;
}
.product-list .templatesets__heading {
  color: #cc3366;
  font-size: 16px;
  line-height: 1.2;
  margin: 0 0 17px 0;
}
.product-list .templatesets__list-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 17px 0;
  text-align: center;
}

.templatesets__list-item__heading {
  margin: 0 auto 4px;
}

.product-list .templatesets__list-item__image {
  width: 110px;
  height: auto;
}

.templatesets__list-item__title {
  margin: 3px 0;
}
.templatesets__list-item__title a {
  text-decoration: navajowhite;
}

.product-list .templatesets {
  overflow: hidden;
  position: absolute;
  background: #FFF;
  height: 100%;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  top: 0;
  left: calc(100% + var(--product-list-item-hover-padding) / 2);
  width: 0;
}
.product-list .templatesets:before {
  position: absolute;
  background: #888;
  content: "";
  display: block;
  bottom: 16px;
  top: 2px;
  left: 0;
  width: 3px;
}
.product-list .templatesets__inner {
  width: var(--templatesets-width);
  padding: var(--templatesets-padding-y) var(--templatesets-padding-x);
  padding-left: 30px;
  padding-right: 0;
  top: -10px;
  box-sizing: border-box;
}
.product-list li:hover {
  z-index: 10;
  /*left: -10px;
  top: -12px;*/
}
.product-list li:hover .templatesets {
  height: calc(100% + var(--product-list-item-hover-padding) / 2);
  width: var(--templatesets-width);
  opacity: 1;
}
.product-list li::before {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  content: "";
  border-radius: 4px;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.product-list li::after {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  content: "";
  border-radius: 4px;
  display: block;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-shadow: inset 0 0 0 1px #e0e0e0;
  opacity: 1;
}
.product-list li::before {
  box-shadow: inset 0 0 0 1px #e0e0e0;
  opacity: 0;
}
.product-list li:hover::before {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
  background: rgb(255, 255, 255);
  width: calc(100% + var(--product-list-item-hover-padding));
  height: calc(100% + var(--product-list-item-hover-padding));
  opacity: 1;
  left: -20px;
  top: -20px;
}
.product-list li:hover::after {
  opacity: 0;
}
.product-list li.has-templatesets:hover::before {
  width: calc(100% + var(--templatesets-width) + var(--templatesets-padding-x) * 2);
}
.product-list .img-holder {
  margin: 0 0 12px;
  text-align: center;
  height: 200px;
  line-height: 200px;
  position: relative;
}
.product-list li {
  transition: all 200ms linear;
  transition-delay: 0ms;
}
.product-list li::before, .product-list li::after {
  transition: all 200ms linear;
  transition-delay: 0ms;
}
.product-list .img-holder {
  transition: all 200ms linear;
  transition-delay: 0ms;
}
.product-list .img-holder img {
  transition: all 200ms linear;
  transition-delay: 0ms;
}
.product-list .footer-holder, .product-list .templatesets {
  transition: all 200ms linear;
  transition-delay: 0ms;
}
.product-list li:hover {
  transition-delay: 200ms !important;
}
.product-list li:hover::before, .product-list li:hover::after {
  transition-delay: 200ms !important;
}
.product-list li:hover .img-holder {
  transition-delay: 200ms !important;
}
.product-list li:hover .img-holder img {
  transition-delay: 200ms !important;
}
.product-list li:hover .footer-holder, .product-list li:hover .templatesets {
  transition-delay: 200ms !important;
}
.product-list .img-holder img {
  vertical-align: middle;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}
.product-list .img-holder img {
  max-height: 170px;
  max-width: 170px;
}
.product-list li:hover .img-holder img {
  max-height: 190px;
  max-width: 190px;
}
.product-list .img-holder.vertical img {
  height: 170px;
}
.product-list .img-holder.horizontal img {
  width: 170px;
}
.product-list li:hover .img-holder.vertical img {
  height: 190px;
}
.product-list li:hover .img-holder.horizontal img {
  width: 190px;
}
.product-list .img-holder.horizontal img.has-second-side {
  left: -8px;
}
.product-list .img-holder.vertical img.has-second-side {
  top: 8px;
  left: -8px;
}
.product-list .img-holder img + img {
  position: absolute;
  z-index: 0;
}
.product-list .img-holder.horizontal img + img {
  top: 32px;
  left: 18px;
}
.product-list .img-holder.vertical img + img {
  top: 7px;
  left: 55px;
}
.product-list li:hover .img-holder.horizontal img.has-second-side {
  left: -13px;
  top: 40px;
}
.product-list li:hover .img-holder.horizontal img + img {
  top: 3px;
  left: 10px;
}
.product-list li:hover .img-holder.vertical img.has-second-side {
  top: 5px;
  left: -48px;
}
.product-list li:hover .img-holder.vertical img + img {
  top: -1px;
  left: 90px;
}
.product-list li:hover .img-holder img {
  /*box-shadow: none;*/
}
.product-list .footer-holder {
  position: relative;
  left: 0;
  top: 0;
}
.product-list li:hover .footer-holder {
  /*left: 10px;*/
  top: 12px;
}
.product-list .title {
  margin: 0 0 5px;
  font: 14px/17px "daxlineprobold", sans-serif;
  text-align: center;
}
.product-list .title a {
  text-decoration: none;
}
.product-list .title a:hover {
  text-decoration: underline;
}
.product-list .description {
  font-weight: bold;
  color: #000;
  margin: 0 0 12px;
  text-align: center;
}
.product-list .btn-holder {
  text-align: center;
}

@media (max-width: 1279.98px) {
  .product-list li:nth-child(3n) .templatesets {
    right: calc(100% + var(--product-list-item-hover-padding) / 2);
    left: auto;
  }
}
@media (min-width: 1280px) {
  .product-list li:nth-child(4n) .templatesets {
    right: calc(100% + var(--product-list-item-hover-padding) / 2);
    left: auto;
  }
}
@media (max-width: 1279.98px) {
  .product-list li:nth-child(3n) .templatesets:before {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .product-list li:nth-child(4n) .templatesets:before {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1279.98px) {
  .product-list li:nth-child(3n)::before {
    right: 0;
    left: auto;
  }
  .product-list li:nth-child(3n):hover::before {
    right: -20px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .product-list li:nth-child(4n)::before {
    right: 0;
    left: auto;
  }
  .product-list li:nth-child(4n):hover::before {
    right: -20px;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .product-list .img-holder.horizontal img.has-second-side {
    left: -12px;
  }
  .product-list .img-holder.vertical img.has-second-side {
    top: 8px;
    left: -25px;
  }
  .product-list .img-holder.horizontal img + img {
    top: 10px;
    left: 30px;
  }
  .product-list .img-holder.vertical img + img {
    top: 7px;
    left: 80px;
  }
  .product-list li:hover .img-holder.horizontal img.has-second-side {
    left: -18px;
    top: 40px;
  }
  .product-list li:hover .img-holder.horizontal img + img {
    top: 3px;
    left: 23px;
  }
  .product-list li:hover .img-holder.vertical img.has-second-side {
    top: 5px;
    left: -48px;
  }
  .product-list li:hover .img-holder.vertical img + img {
    top: -1px;
    left: 97px;
  }
}
.paging {
  margin: 0 0 70px;
  padding: 0 5px 0 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  text-align: center;
}
.paging li {
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.paging li a {
  display: block;
  padding: 3px 8px;
}
.paging li.active a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url(../images/paging-actie.png) repeat-x;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
}

.nosearch #nav {
  margin: 0;
}

#nav > ul > li:first-child .holder > a {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
}

.nosearch #nav > ul > li:last-child {
  background: none;
}
.nosearch #nav li:last-child .holder {
  margin: 0;
}
.nosearch #nav > ul > li:last-child .holder > a {
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
}

.img-shadow {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.27);
}

.promo .frame.left {
  left: 58px;
  width: auto;
}
.promo .text-box.right {
  left: 498px;
}

.editor-list-holder {
  padding: 56px 0 30px;
  position: relative;
}

.editor-list-holder-inner {
  padding: 20px 0 30px;
  position: relative;
}

.editor-list-holder:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84px;
  background: url(../images/deco05.png) repeat-x;
  z-index: -1;
}

.editor-list {
  padding: 0 10px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
  width: var(--container-width);
  margin: 0 auto;
}
.editor-list li {
  font-size: 12px;
  line-height: normal;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 0 10px 20px;
  background: url(../images/bg01.png);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24);
}
.editor-list .frame {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 1%, rgba(0, 0, 0, 0.28) 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 35px 20px 15px;
  color: #fff;
  min-height: 436px;
}
.editor-list .title {
  text-align: center;
  font: 16px/18px "daxlineprobold", sans-serif;
  margin: 0 0 1px;
}
.editor-list .title a {
  color: #fff;
}
.editor-list .description {
  margin: 0 0 15px;
  text-align: center;
  font: 12px/16px "daxlinepro-regularregular", sans-serif;
}
.editor-list .img-holder {
  margin: 0 0 16px;
  text-align: center;
  height: 110px;
  line-height: 110px;
}
.editor-list .img-holder img {
  vertical-align: middle;
}
.editor-list .table-holder {
  margin: 0 0 20px;
}
.editor-list .table-holder table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.editor-list .table-holder table th {
  color: #eaeaea;
  font-size: 11px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 0;
}
.editor-list .table-holder table td {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0;
}
.editor-list .table-holder a {
  color: #fff;
}
.editor-list p {
  margin: 0 0 6px;
}
.editor-list .links {
  padding: 0 0 23px;
}
.editor-list .links a {
  color: #fff;
}
.editor-list .btn-holder {
  text-align: center;
}

.option-table {
  margin: 0 0 2px;
  padding: 9px 0 0;
}
.option-table table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}
.option-table table td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

.product-list.wide {
  margin: 0 0 0 10px;
  padding: 0 0 4px;
  width: var(--product-list-width);
}

.aside + .content .product-list.wide {
  width: var(--product-list--width-with-aside);
}

.goto-catalog {
  text-align: center;
  font: 14px/17px "daxlinepromedium", sans-serif;
}

.template-box .head, .centerheader {
  font: 30px/33px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 29px;
  color: #000;
  text-align: center;
}

.template-box {
  padding: 23px 0 33px;
}
.template-box .tab-control-holder {
  margin: 0 0 38px;
}

.text-info {
  margin: 0 0 62px;
}
.text-info .img-holder {
  width: 380px;
  /*padding: 28px 0 0;*/
}
.text-info .pull-left + .frame {
  margin-left: 400px;
}
.text-info p {
  margin: 0 0 18px;
}

.width45 {
  width: 45%;
  float: left;
}

.width10 {
  width: 10%;
  float: left;
}

.width25 {
  width: 25%;
  float: left;
}

.width33 {
  width: 33%;
  float: left;
}

.calculation .sep {
  text-align: center;
  padding: 5px 0 0;
}

.custom-size {
  padding: 0 0 25px;
}

.frame20 .product-list.wide {
  margin: 0 -10px;
}

.template-box .head.size24 {
  font-size: 24px;
  margin-bottom: 32px;
}
.template-box .text-columns {
  margin: 0 0 40px;
}
.template-box .text-columns a {
  color: #000;
}
.template-box .text-columns .list li {
  margin: 0 0 6px;
}

.product-list.indent40 > li {
  margin-bottom: 40px;
}

.layout-img {
  vertical-align: top;
}

.layout-btn {
  padding: 30px 0 0;
}

.marginb25 {
  margin-bottom: 25px;
}

.marginb45 {
  margin-bottom: 45px;
}

.order-box.small {
  margin: 0 0 17px;
  padding: 0;
}
.order-box.small .frame {
  width: auto;
  margin: 0 0 0 95px;
  padding: 6px 0 0;
}
.order-box.small .visual {
  width: 96px;
  text-align: center;
}
.order-box.small .title a {
  color: #000;
}

.purchase-receipt-holder {
  text-align: center;
  margin: 0 0 20px;
}

.purchase-receipt {
  display: inline-block;
  vertical-align: top;
  background: url(../images/purchase-receipt.png) no-repeat;
  padding: 38px 116px 42px 124px;
  width: 500px;
}
.purchase-receipt .frame {
  background: url(../images/deco06.png);
  padding: 30px 20px 35px;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  text-align: left;
}
.purchase-receipt .frame:after {
  content: "";
  background: url(../images/deco07.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35px;
}
.purchase-receipt .title {
  font: 18px/20px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 10px;
}
.purchase-receipt .table-holder {
  margin: 0 0 30px;
}
.purchase-receipt .table-holder table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.purchase-receipt .table-holder table th {
  text-align: left;
  color: #666666;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 0 4px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.purchase-receipt .table-holder table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 3px 0;
}
.purchase-receipt .table-holder table .total td {
  height: 30px;
}
.purchase-receipt .table-holder img {
  vertical-align: top;
}
.purchase-receipt .total-row .text {
  float: left;
  padding: 17px 0 0;
  color: #333333;
  font: 18px/20px "daxlinepro-regularregular", sans-serif;
}
.purchase-receipt .total-row .total-price {
  font-size: 48px;
  line-height: normal;
  color: #333333;
  float: right;
}
.purchase-receipt .total-row .old-price {
  color: #c4c4c4;
  font-size: 25px;
}
.purchase-receipt .total-row .discount-price {
  font-size: 36px;
  line-height: normal;
  color: #cc3366;
  float: right;
}

.color-btn {
  display: inline-block;
  vertical-align: top;
  height: 52px;
  text-decoration: none;
  color: #000;
  position: relative;
  overflow: hidden;
  background: url(../images/color-btn.png) no-repeat 100% -52px;
  padding: 0 16px 0 0;
  font: 18px/22px "daxlineprobold", sans-serif;
}
.color-btn span {
  cursor: pointer;
  height: 40px;
  background: url(../images/color-btn.png) no-repeat;
  padding: 15px 16px 0 32px;
  display: block;
  text-align: center;
}
.color-btn input {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
  height: 400px;
  width: 400px;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 0;
}

.download-box {
  margin: 0 0 25px;
  line-height: 16px;
}

.download-column {
  margin: 0 auto;
  width: 300px;
  padding: 0 0 30px;
}

.download-box .ico {
  float: left;
}
.download-box .frame {
  margin: 0 0 0 95px;
  padding-top: 3px;
}
.download-box p {
  margin: 0;
}
.download-box .title {
  font: 16px/18px "daxlineprobold", sans-serif;
  margin: 0 0 6px;
}
.download-box .title a {
  color: #000;
}

.tools-columns {
  background: url(../images/inner-bg.png);
  padding: 39px 0;
  margin-bottom: 50px;
}
.tools-columns .col {
  float: left;
  width: 275px;
  margin: 0 var(--tools-columns-col-margin) 0 0;
  padding: 0 0 0 var(--tools-columns-col-padding);
}
.tools-columns .col + .col {
  border-left: 1px solid #9e9e9e;
}
.tools-columns .visual {
  float: left;
}
.tools-columns .frame {
  margin: 0 0 0 80px;
  padding: 5px 0 0;
  line-height: 16px;
}
.tools-columns p {
  margin: 0;
}
.tools-columns .title {
  font: 16px/19px "daxlineprobold", sans-serif;
  margin: 0 0 6px;
}
.tools-columns .title a {
  color: #000;
}
.tools-columns .label {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 9px;
  background: #8f2154;
  color: #fff;
  font: bold 12px/16px Arial, Helvetica, sans-serif;
  padding: 3px 12px;
}

.header-row .pay-box {
  float: left;
  text-align: right;
  width: 347px;
  padding: 5px 14px 0 0;
  background: url(../images/nav-sep.png) repeat-y 100% 0;
  height: 29px;
  margin: 0 12px 0 0;
}
.header-row .gray-btn {
  color: #232323;
}
.header-row .pay-box .btn {
  margin: 0 0 0 14px;
  padding: 4px 15px;
}
.header-row.logged-state .share-holder {
  /*padding-left: 18px;*/
  width: 172px;
}

.side-menu.inner {
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 35px;
}

.purchase-receipt-small {
  background: url(../images/purchase-receipt-s.png) no-repeat;
  width: 200px;
  padding: 26px 29px 20px 33px;
  margin: 0 -19px 0 -23px;
}
.purchase-receipt-small .frame {
  background: url(../images/deco06.png);
  padding: 22px 20px 16px;
  position: relative;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  text-align: left;
}
.purchase-receipt-small .frame:after {
  content: "";
  background: url(../images/deco08.png) repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 16px;
}
.purchase-receipt-small .text {
  text-align: center;
  color: #333;
  margin: 0 0 18px;
}
.purchase-receipt-small .price {
  text-align: center;
  font-size: 24px;
  margin: 0 0 18px;
  line-height: 33px;
}
.purchase-receipt-small .btn-holder {
  text-align: right;
}
.purchase-receipt-small .link-btn {
  padding-left: 0;
  padding-right: 0;
}
.purchase-receipt-small .gray-btn {
  padding-left: 11px;
  padding-right: 11px;
}

.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;
  max-height: 200px;
}

.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;
}

.template-list {
  margin: 0;
  padding: 15px 0 49px 59px;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
.template-list li {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 250px;
  padding: 0 50px 31px 0;
}
.template-list .visual {
  float: left;
}
.template-list .frame {
  margin: 0 0 0 80px;
  padding: 4px 0 0;
}
.template-list p {
  margin: 0;
}
.template-list .title {
  font: 16px/18px "daxlineprobold", sans-serif;
  margin: 0 0 8px;
}
.template-list .title a {
  color: #000;
}

.noindent {
  margin: 0;
  padding: 0;
}

.register-form.inner01 {
  float: none;
  margin: 0 0 40px;
}

.layout-holder.small {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.layout-holder.small .layout-frame {
  vertical-align: middle;
  line-height: normal;
}
.layout-holder.small .layout-frame + .layout-frame {
  margin-top: 10px;
}
.layout-holder.small .layout-frame + .layout-frame .horizontal {
  display: none;
}
.layout-holder.small .num {
  font-size: 10px;
}
.layout-holder.small .layout-frame .vertical {
  margin-left: 2px;
}
.layout-holder.small .layout-frame .horizontal {
  margin-bottom: 2px;
}

.template-size-list {
  padding: 0;
  margin: 0 -10px;
}
.template-size-list .description {
  text-align: left;
  margin: 0 0 23px;
}
.template-size-list .btn-holder {
  text-align: left;
}
.template-size-list .table-holder table td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.template-size-list .name {
  margin: 0 0 10px;
  font: 14px/17px "daxlineprobold", sans-serif;
}
.template-size-list .name a {
  color: #fff;
  text-decoration: none;
}
.template-size-list .name a:hover {
  text-decoration: underline;
}
.template-size-list .link-btn {
  color: #fff;
  padding-left: 0;
  padding-right: 0;
}
.template-size-list .table-holder {
  margin-bottom: 14px;
}
.template-size-list .frame {
  padding-top: 25px;
  min-height: 418px;
}
.template-size-list li {
  margin-left: var(--template-size-list-item-margin);
  margin-right: var(--template-size-list-item-margin);
}

.popup-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
.popup-holder .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.popup {
  position: absolute;
  left: 50%;
  top: 150px;
  margin-left: -220px;
  width: 360px;
  padding: 26px 40px 33px;
  background: #fff;
  z-index: 9999999;
}

.simplemodal-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.modal {
  background: #FFF;
  min-width: 400px;
  max-width: min(600px, 80vw);
  min-height: 100px;
  border-radius: 4px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.modal__image {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 18px;
  cursor: pointer;
  color: #737373;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 50%;
  opacity: 0.75;
  transition: opacity 150ms;
}
.modal__close:hover {
  opacity: 0.85;
}

.modal__body {
  /*padding: 17px 20px;*/
  font-size: 16px;
}

.modal__image_fullscreen {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-height: 75vh;
  max-width: 75vw;
  background: #FFF;
  padding: 30px;
}

.modal__alert {
  /*padding: 17px 20px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
}

.table-frame.top-bdr table td {
  border-bottom-width: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.popup-head {
  text-align: center;
  font: 18px/20px "daxlinepromedium", sans-serif;
  margin: 0 0 27px;
  color: #000;
}

.popup .description {
  margin: 0 0 51px;
  text-align: center;
}
.popup h3 {
  margin-bottom: 23px;
}
.popup .table-frame {
  margin: 0 0 32px;
}

.calculation .control-group.last {
  padding-bottom: 0;
}
.calculation .control-group.with-bdr {
  position: relative;
  padding-top: 15px;
}
.calculation .control-group.with-bdr:after {
  content: "";
  position: absolute;
  top: 0;
  left: -18px;
  right: -20px;
  background: url(../images/submenu-sep.png) repeat-x;
  height: 3px;
}

.text-frame {
  padding: 0 0 30px;
}
.text-frame p {
  margin: 0 0 20px;
}
.text-frame .list {
  padding-bottom: 4px;
}
.text-frame .list li {
  margin-bottom: 6px;
}

.footer-row-frame {
  position: relative;
  overflow: hidden;
}
.footer-row-frame:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 50px #000;
  -moz-box-shadow: 0 0 50px #000;
  box-shadow: 0 0 50px #000;
  height: 100px;
}

.order-table .price {
  color: #cc3366;
  font-size: 28px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
.order-table .price span {
  text-decoration: line-through;
}
.order-table .layout-frame {
  margin: 31px 40px 30px 29px;
  float: left;
}
.order-table .layout-frame .horizontal {
  margin-bottom: 5px;
}
.order-table .layout-description {
  margin: 0px 0 0 0px;
  font-size: 12px;
  color: #666666;
}

.layout-description p {
  margin: 0;
}
.layout-description .title {
  font: 14px/17px "daxlinepro-regularregular", sans-serif;
}

.order-table .total-row td {
  background: url(../images/deco06.png);
  border-bottom-width: 0;
  padding-top: 19px;
  padding-bottom: 17px;
}
.order-table .total-row td:first-child {
  border-radius: 0 0 10px 0;
  -webkit-border-radius: 0 0 10px 0;
}

.total-row .weight {
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  text-align: center;
}

.register-holder .privacy {
  float: right;
  width: 207px;
  text-align: center;
  font: 16px/18px "daxlinepro-regularregular", sans-serif;
}

.privacy .ico-holder {
  margin: 0 0 8px;
}

.delivery-info .head {
  margin: 0 0 12px;
  font: 18px/20px "daxlinepromedium", sans-serif;
  color: #000;
}
.delivery-info .head .city {
  border-bottom: 1px dashed;
  margin: 0 10px 0 0;
}

.delivery-form .checkbox-holder {
  display: inline-block;
}
.delivery-form .checkbox-holder + a {
  color: #999;
}
.delivery-form .checkbox-holder .price {
  color: #CC3366;
}
.delivery-form .row {
  margin: 0 0 10px;
}
.delivery-form .control-group {
  font-size: 14px;
  padding: 0 0 20px;
}

.textarea-holder {
  display: block;
  background: #fff;
  border: 1px solid #e5e5e5;
  height: 158px;
  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;
}
.textarea-holder textarea {
  float: left;
  width: 100%;
  background: none;
  border: none;
  height: 158px;
  padding: 0;
  font: 15px/18px Arial, Helvetica, sans-serif;
  overflow: auto;
  resize: none;
}

.delivery-form .textarea-holder {
  display: inline-block;
  vertical-align: middle;
  width: 656px;
}
.delivery-form .help-text {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  color: #666;
  margin: 14px 0 0 17px;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
}

.delivery-info {
  margin: 0 0 24px;
}

.order-total-info {
  margin: 0 0 40px;
}
.order-total-info .info-row {
  background: url(../images/deco06.png);
  padding: 13px 0 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  margin: 0 0 16px;
}
.order-total-info .col01 {
  float: left;
  width: 300px;
}
.order-total-info .col02 {
  float: right;
  width: 600px;
}
.order-total-info .price {
  text-align: center;
  color: #cc3366;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  padding: 10px 0 0 32px;
}

.pricespan {
  text-align: center;
  color: #cc3366;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 0 0 10px;
}

.black-btn {
  background: url(../images/nav-bg.png);
  display: inline-block;
  vertical-align: top;
  position: relative;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.24);
  text-decoration: none;
  border: none;
  cursor: pointer;
  width: 279px;
  text-align: left;
}

button.black-btn {
  text-align: left;
  padding: 0;
}
button.black-btn:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.black-btn .btn-frame {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  border-radius: 9px;
  -webkit-border-radius: 9px;
  height: 61px;
  position: relative;
  display: block;
}
.black-btn .ico {
  float: left;
  padding: 15px 5px 0 21px;
}
.black-btn .frame {
  padding: 11px 0 0;
  display: block;
  margin: 0 0 0 20px;
}
.black-btn .ico + .frame {
  margin: 0 0 0 78px;
}
.black-btn .title {
  display: block;
  color: #fbfbfb;
  font: 16px/18px "daxlinepro-regularregular", sans-serif;
  padding: 0 0 2px;
}

button.black-btn .title {
  padding-bottom: 3px;
}

.black-btn .text {
  font-size: 12px;
  color: #cccccc;
}
.black-btn .deco {
  background: url(../images/deco09.png) no-repeat;
  width: 61px;
  height: 61px;
  position: absolute;
  top: 0;
  right: -21px;
}
.black-btn + .black-btn {
  margin-left: 18px;
  width: 262px;
}

.header-city {
  background: url(../images/bg01.png);
  color: #fff;
  font: 14px/22px "daxlinepro-regularregular", sans-serif;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-city .col {
  float: left;
  width: 25%;
}
.header-city .col + .col {
  margin-left: 0%;
}
.header-city p {
  margin: 0 0 15px;
}
.header-city a {
  color: #fff;
}
.header-city span {
  color: #AAA;
}
.header-city ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.headercalculater h3 {
  color: #fff;
}

.basketcities {
  color: #000;
  font: 14px/22px "daxlinepro-regularregular", sans-serif;
  padding-top: 10px;
  padding-bottom: 10px;
}
.basketcities .col {
  float: left;
  width: 25%;
}
.basketcities .col + .col {
  margin-left: 0%;
}
.basketcities p {
  margin: 0 0 15px;
}
.basketcities a {
  color: #000;
}
.basketcities span {
  color: #AAA;
}
.basketcities ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.basketcities ul li {
  text-decoration: underline;
  cursor: pointer;
}

.header-login {
  background: url(../images/bg01.png);
  color: #fff;
}

.header-login-frame {
  background: url(../images/deco14.png) repeat-x 0 100%;
  padding: 0 0 38px;
}

.header-login .columns {
  padding: 30px 0 0 19px;
  position: relative;
  display: flex;
  align-items: start;
}
.header-login .join-col {
  width: 230px;
}
.header-login .join-as {
  margin-left: 50px;
  margin-top: 7px;
}
.header-login .reg-col {
  width: 350px;
  margin-left: 100px;
  position: relative;
}
.header-login .reg-col:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -50px;
  width: 1px;
  bottom: 0;
  background: #585858;
}
.header-login .title {
  font: 24px/27px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 14px;
}
.header-login .row {
  margin: 0 0 14px;
}
.header-login .gray-text {
  color: #999999;
  font: 14px/18px "daxlinepro-regularregular", sans-serif;
  margin: 0 0 28px;
  padding: 3px 0 0;
}

.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;
}

.header-login .control-label {
  float: left;
  width: 100px;
  padding: 4px 0 0;
  font: 14px/17px "daxlinepro-regularregular", sans-serif;
}
.header-login .control-label + .input-holder {
  margin-left: 120px;
}

.order-list {
  margin: 0 0 0 -13px;
  padding: 22px 0 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
  letter-spacing: -1px;
}
.order-list > li {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 280px;
  padding: 0 22px 76px 0;
}

* + html .order-list > li {
  display: inline;
  zoom: 1;
}

.order-list .order-box {
  overflow: visible;
  margin: 0;
}
.order-list .title {
  position: relative;
  overflow: hidden;
}
.order-list .title .price {
  float: right;
  color: #cc3366;
  font: bold 16px/18px Arial, Helvetica, sans-serif;
}
.order-list .btn-holder {
  padding: 20px 0 0;
}

.margin-left20 {
  margin-left: 20px;
}

.description-text {
  font-size: 13px;
}
.description-text p {
  margin: 0 0 18px;
}

.table-frame table tr.total td {
  border-bottom-width: 0;
}

.layout-form .checkbox-holder {
  display: inline-block;
}
.layout-form .checkbox-holder + a {
  color: #999;
}
.layout-form .checkbox-holder .price {
  color: #CC3366;
}

.checkbox-label .price {
  color: #CC3366;
}

.layout-form .control-title {
  font: 14px/17px "daxlineprobold", sans-serif;
  padding: 5px 0 0;
  margin: 0 0 10px;
}
.layout-form .row {
  margin: 0 0 20px;
}

.upload-file {
  border: 1px solid #d8d8d8;
  background: rgba(231, 231, 231, 0.5);
  padding: 36px 0 48px 104px;
  margin: 0 0 70px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.upload-file .ico {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  padding: 13px 0 0 0;
}
.upload-file .frame {
  display: inline-block;
  vertical-align: top;
  width: 350px;
  padding: 0 0 0 51px;
}
.upload-file .title {
  color: #333333;
  font: 24px/26px "daxlineprobold", sans-serif;
  margin: 0 0 6px;
}
.upload-file .text {
  color: #666666;
  font: 14px/18px "daxlinepro-regularregular", sans-serif;
}
.upload-file .hide-input {
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
}

.table-box {
  border: 1px solid #d8d8d8;
  background: rgba(231, 231, 231, 0.5);
  padding: 5px 17px;
  border-radius: 10px;
}

.maketpreset {
  background: rgba(231, 231, 231, 0.5);
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.maketpreset .frame {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 0px;
}
.maketpreset .ico {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  padding: 13px 0 0 0;
}
.maketpreset .title {
  color: #333333;
  font: 16px/28px "daxlineprobold", sans-serif;
  margin: 0 0 6px;
}
.maketpreset .text {
  color: #666666;
  font: 14px/18px "daxlinepro-regularregular", sans-serif;
}

.product-col {
  float: left;
  width: 300px;
  padding: 0 0 0 20px;
  margin-bottom: 40px;
}
.product-col + .product-col {
  margin-left: 40px;
}
.product-col:nth-child(2n+1) {
  margin-left: 0px;
}

.product-col3 {
  float: left;
  width: 220px;
  padding: 0 0 0 10px;
}
.product-col3:nth-child(3n+1) {
  margin-left: 0px;
  padding-left: 20px;
}

.product-info .product-col .img-holder {
  float: none;
  margin: 0 0 17px;
}

.product-col .btn-holder {
  text-align: center;
  padding: 14px 0 0;
}

.total-calc .column {
  float: left;
  width: 180px;
}
.total-calc .price-table {
  margin: 0 0 0 215px;
}
.total-calc .btn {
  padding-left: 10px;
  padding-right: 10px;
  font-family: "daxlinepromedium", sans-serif;
}
.total-calc .row {
  margin: 0 0 5px;
}
.total-calc .wide-btn {
  text-align: left;
}
.total-calc .btn.active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.28);
  background: linear-gradient(to bottom, rgb(208, 83, 131) 0%, rgb(163, 38, 86) 100%);
  color: #fff;
}

.table-description {
  color: #ccc;
  font-size: 12px;
  line-height: 15px;
  padding-top: 16px;
}

.content-column {
  float: left;
  width: 320px;
  padding: 40px 0 0 20px;
}
.content-column + .content-column {
  margin-left: 20px;
}

.package-holder {
  width: 100%;
  position: relative;
}

.package-frame {
  float: left;
  width: 300px;
  background: url(../images/sidebar-bg.png);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.24);
}
.package-frame + .package-frame {
  margin-left: 20px;
}
.package-frame .package {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  padding: 15px 21px 20px 19px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
}

.package .title {
  font: 18px/20px "daxlinepromedium", sans-serif;
  margin: 0 0 15px;
}
.package .price-row {
  text-align: right;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  padding: 12px 0 17px;
}
.package .price {
  font-weight: bold;
  color: #cc3366;
}
.package .btn-holder {
  text-align: center;
}
.package .price-table table td {
  padding-top: 2px;
  padding-bottom: 2px;
}

.fast-order-tools .control-box {
  padding: 0 0 20px;
}
.fast-order-tools .control-title {
  padding: 0 0 8px;
}
.fast-order-tools .table-box {
  border: 1px solid #d8d8d8;
  background: rgba(231, 231, 231, 0.5);
  padding: 5px 17px;
  border-radius: 10px;
}
.fast-order-tools .table-box table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
}
.fast-order-tools .table-box table td {
  color: #333333;
  padding: 8px 0;
}
.fast-order-tools .table-box table tr + tr td {
  border-top: 1px solid #bababa;
}

.red {
  color: #cc0000;
}

.fast-order-tools .table-box table img {
  padding-right: 5px;
  vertical-align: middle;
}
.fast-order-tools .table-box ul {
  margin: 0;
  padding: 6px 0 0;
  list-style: none;
}
.fast-order-tools .table-box ul li {
  margin: 0 0 8px;
}

.margin-left10 {
  margin-left: 10px;
}

.layout-holder .upload-file {
  width: 339px;
  height: 142px;
  background: linear-gradient(to bottom, rgb(247, 247, 247) 0%, rgb(221, 221, 221) 100%);
  margin: 0;
  padding: 28px 0 8px 41px;
  text-align: left;
  position: relative;
  z-index: 5;
}
.layout-holder .upload-file .frame {
  width: 220px;
  padding: 0 0 0 20px;
}
.layout-holder .upload-file .ico {
  padding-top: 30px;
}
.layout-holder .upload-file .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 13px;
  text-decoration: underline;
}
.layout-holder .upload-file .text {
  font-size: 12px;
  padding: 0 0 11px;
}

.order-total-info .col03 {
  float: left;
  width: 520px;
  padding: 10px 0 0 21px;
}
.order-total-info .col04 {
  float: right;
  padding: 0 37px 0 0;
}

.checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.checkbox-list li {
  padding: 0 0 4px;
}

.calculation .dash-holder a {
  color: #fff;
}

/************* JGROWL *************/
div.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
}

/** Normal Style Positions **/
body > div.jGrowl {
  position: fixed;
  color: #fff;
}
body > div.jGrowl.top-left {
  left: 0px;
  top: 0px;
}
body > div.jGrowl.top-right {
  right: 0px;
  top: 0px;
}
body > div.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}
body > div.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}
body > div.jGrowl.bottom {
  left: 0px;
  width: 100%;
  bottom: 0px;
}
body > div.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
  color: #fff;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
  background-color: #000;
  /*opacity: 				.70;
  -ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); */
  zoom: 1;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
  display: none;
  color: #fff;
}
div.jGrowl div.jGrowl-notification .error {
  background: #00aa00;
}
div.jGrowl .header {
  height: auto;
  color: #fff;
}
div.jGrowl .message {
  margin-top: 5px;
  line-height: 16px;
  color: #fff;
}
div.jGrowl td {
  color: #fff;
}

.jGrowl-close {
  float: right;
}

div.jGrowl div.jGrowl-notification {
  background-color: #cc3366;
  line-height: 15px;
  padding: 15px;
}
div.jGrowl div.jGrowl-notification div.header {
  font-weight: bold;
}
div.jGrowl div.jGrowl-notification div.close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  color: #fff;
}
div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/** Hide jGrowl when printing **/
@media print {
  div.jGrowl {
    display: none;
  }
}
/************* END JGROWL *************/
.autocomplete-suggestions {
  font: 12px/16px "daxlineprolight", sans-serif;
  overflow: auto;
  border: 1px solid #CBD3DD;
  background: #FFF;
  border-radius: 10px;
  margin-left: -25px;
  margin-top: 10px;
}

.autocomplete-suggestion {
  font: 12px/16px "daxlineprolight", sans-serif;
  overflow: hidden;
  padding: 5px 15px;
  white-space: nowrap;
  cursor: pointer;
}

.autocomplete-selected {
  background: #F0F0F0;
  cursor: pointer;
}

hr {
  border-top: none;
  border-left: none;
  border-right: none;
}

.intextimage {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.intextimagetitle {
  text-align: center;
  font-size: 11px;
  color: #666;
  margin-top: 10px;
}

.cuploader_progressbar {
  width: 400px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #aaa;
  font-size: 11px;
}

.cuploader_progressbarslider {
  position: relative;
  background: #fff;
  height: 20px;
  width: 0%;
  border-radius: 5px;
}

.head-banner {
  background: linear-gradient(-45deg, #de3400, #cc004f, #0078a2, #009a76);
  background: rgb(0, 165, 223);
  background: -o-linear-gradient(45deg, rgb(0, 165, 223) 0%, rgb(62, 20, 123) 20%, rgb(226, 0, 121) 40%, rgb(223, 19, 44) 60%, rgb(209, 202, 0) 80%, rgb(0, 152, 71) 100%);
  background: -moz-linear-gradient(45deg, rgb(0, 165, 223) 0%, rgb(62, 20, 123) 20%, rgb(226, 0, 121) 40%, rgb(223, 19, 44) 60%, rgb(209, 202, 0) 80%, rgb(0, 152, 71) 100%);
  background: -webkit-linear-gradient(45deg, rgb(0, 165, 223) 0%, rgb(62, 20, 123) 20%, rgb(226, 0, 121) 40%, rgb(223, 19, 44) 60%, rgb(209, 202, 0) 80%, rgb(0, 152, 71) 100%);
  background: linear-gradient(45deg, rgb(0, 165, 223) 0%, rgb(62, 20, 123) 20%, rgb(226, 0, 121) 40%, rgb(223, 19, 44) 60%, rgb(209, 202, 0) 80%, rgb(0, 152, 71) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5df", endColorstr="#009847", GradientType=1);
  padding-top: 11px;
  font-size: 14px;
  text-align: center;
  background-color: #feff00;
  color: #FFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  height: 27px;
  font-weight: bold;
}

.delivery-form .row.deliverycontainers {
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  background: #fff;
  clear: both;
}
.delivery-form .row.deliverypoint_saferoute_container {
  position: relative;
  min-height: 340px;
  margin-top: 5px;
  align-items: start;
}
.delivery-form .deliverypoint_saferoute_container {
  display: flex;
  justify-content: center;
  font-size: 16px;
}
.delivery-form .deliverypoint_saferoute_container.widget-loading:after {
  display: flex;
  justify-content: center;
  font-size: 16px;
  content: "Загрузка виджета...";
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.input-holder.readonly {
  opacity: 0.5;
}
.input-holder.readonly input {
  cursor: not-allowed;
}

.hidden {
  display: none !important;
}

.text-error {
  color: red;
}

.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;
  color: #208020;
}
.alert-success * {
  color: #208020;
}

.alert-notification {
  background: #db4782;
  border-color: #a63965;
  border-radius: 0;
  color: white;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert .close {
  position: absolute;
  background: none;
  right: 7px;
  top: 7px;
  border: none;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  font-size: 21px;
  color: inherit;
}
.alert p {
  margin: 0;
}
.alert p + p {
  margin-top: 8px;
}

.no-wrap {
  white-space: nowrap;
}

.ya-share2 {
  --ya_share2_icon_size:18px;
}
.ya-share2 .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 7px 5px 0 0;
}
.ya-share2 .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
  height: var(--ya_share2_icon_size);
  width: var(--ya_share2_icon_size);
  background-size: var(--ya_share2_icon_size);
  cursor: pointer;
}

.custom-scrollbar {
  --scrollbar-border-radius:7px;
  --scrollbar-slider-color:rgba(57, 57, 57, 0.38);
  --scrollbar-slider-hover-color:rgba(57, 57, 57, 0.54);
  --scrollbar-color:#FFF;
  --scrollbar-size:2px;
  scrollbar-color: var(--scrollbar-slider-color) var(--scrollbar-color);
  scrollbar-width: thin;
  overflow: auto;
}
.custom-scrollbar:hover {
  --scrollbar-size:6px;
}
.custom-scrollbar::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}
.custom-scrollbar::-webkit-scrollbar-button {
  background: transparent;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}
.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);
  background: var(--scrollbar-slider-hover-color);
}
.custom-scrollbar::-webkit-scrollbar-track {
  border-radius: var(--scrollbar-border-radius);
  background: var(--scrollbar-color);
}
.custom-scrollbar::-webkit-scrollbar-corner {
  background: #999;
}
.custom-scrollbar::-webkit-resizer {
  background: #111;
}

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

/* Corner */
/* Resizer */
.text-center {
  text-align: center;
}

.no-wrap {
  white-space: nowrap !important;
}

.hidden {
  display: none !important;
}

.items-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.basket-souvenir-image {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  margin: 20px 37px 20px 0;
  box-sizing: border-box;
  background: #FFF;
  padding: 10px;
  width: 140px;
}

.order-table input[type=number] {
  padding: 5px 4px 5px 5px;
  border: 1px solid #DDD;
  height: 20px;
  width: 70px;
}

.form-group {
  margin: 10px auto;
}

.form-control {
  padding: 5px 10px;
  border: 1px solid #DDD;
  border-radius: 4px;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
}

textarea.form-control {
  min-height: 100px;
  max-height: 300px;
  resize: vertical;
}

.checkbox {
  cursor: pointer;
}

.product-group-list {
  --item-padding: 15px;
  display: flex;
  list-style: none;
  padding: 0;
  margin: calc(var(--item-padding) * -1);
}
.product-group-list__item {
  padding: var(--item-padding);
  flex: 0 0 auto;
  width: 50%;
  box-sizing: border-box;
}
.product-group-list__item.col-3 {
  width: 33.3%;
}
@media (min-width: 1280px) {
  .product-group-list__item {
    width: 33.3%;
  }
  .product-group-list__item.col-3 {
    width: 25%;
  }
}
.product-group-list__item-inner {
  padding: 18px 24px 24px;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 10px;
}
.product-group-list__item a {
  text-decoration: none;
  color: inherit;
}
.product-group-list__item-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 40px;
}
.product-group-list__products {
  margin-bottom: 25px;
}
.product-group-list__product {
  margin: 20px 0;
}
.product-group-list__product-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 21px;
}
.product-group-list__product-subtitle {
  color: #717171;
  font-size: 16px;
  margin-top: 4px;
}
.product-group-list__orderbutton {
  display: block;
  text-align: center;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block;
}

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