@font-face {
  font-family: "first-grade";
  src: url("fonts/firstgrader/firstgrader-webfont.eot");
  src: url("fonts/firstgrader/firstgrader-webfont.woff") format("woff"), url("fonts/firstgrader/firstgrader-webfont.woff2") format("woff2"), url("fonts/firstgrader/firstgrader-webfont.ttf") format("truetype"), url("fonts/firstgrader/firstgrader-webfont.svg#svgFirstgrader") format("svg"); }
@font-face {
  font-family: "gothic";
  src: url("fonts/Gothic Gotera Regular/gothic_gotera-webfont.eot");
  src: url("fonts/Gothic Gotera Regular/gothic_gotera-webfont.woff") format("woff"), url("fonts/Gothic Gotera Regular/gothic_gotera-webfont.woff2") format("woff2"), url("fonts/Gothic Gotera Regular/gothic_gotera-webfont.ttf") format("truetype"), url("fonts/Gothic Gotera Regular/gothic_gotera-webfont.svg#svgGothicGotera") format("svg"); }
@font-face {
  font-family: "super-mario";
  src: url("fonts/super-mario/supermario256-webfont.eot");
  src: url("fonts/super-mario/supermario256-webfont.woff") format("woff"), url("fonts/super-mario/supermario256-webfont.woff2") format("woff2"), url("fonts/super-mario/supermario256-webfont.ttf") format("truetype"), url("fonts/super-mario/supermario256-webfont.svg#svgSuperMario") format("svg"); }
* {
  margin: 0;
  padding: 0; }

.post-prev-title, .widget-posts-descr2 {
  flex: 1;
  min-width: 0; }
  .post-prev-title h3, .post-prev-title a, .widget-posts-descr2 h3, .widget-posts-descr2 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.button.gray-light.disabled {
  pointer-events: none;
  background-color: #f7f7f7; }

.nav-catalog .nav-link {
  display: inline; }
  .nav-catalog .nav-link.link-red {
    color: #97999c; }
.nav-catalog .nav-item::after {
  content: "";
  display: table;
  clear: both; }
.nav-catalog .nav-item .nav-item {
  padding-left: 1rem;
  margin-top: 0.3125rem; }
.nav-catalog .nav-item + .nav-item {
  margin-top: 0.3125rem; }
.nav-catalog .btn-catalog-collapse {
  float: right;
  width: 1.3125rem;
  height: 1.3125rem;
  background: transparent url("../images/nav-catalog-carret.png") center no-repeat;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform .5s ease 0s;
  -moz-transition: transform .5s ease 0s;
  -o-transition: transform .5s ease 0s;
  transition: transform .5s ease 0s;
  border-radius: 50%;
  border: 0.0625rem dashed #c9e7fc;
  margin-left: 0.1875rem; }
.nav-catalog .btn-catalog-collapse.collapsed {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.constructor-form .constructor-border {
  width: 100%;
  position: relative; }
  .constructor-form .constructor-border img {
    width: 100%;
    height: 100%; }
  .constructor-form .constructor-border .constructor-texture {
    position: absolute;
    top: 15%;
    left: 3.4%;
    height: 71%;
    right: 3.9%; }
    .constructor-form .constructor-border .constructor-texture img {
      width: 100%;
      height: 100%; }
    .constructor-form .constructor-border .constructor-texture .constructor-text {
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
      -webkit-background-clip: text;
      -moz-background-clip: text;
      background-clip: text;
      -webkit-mask-image: url(../images/constructor-text.png);
      mask-image: url(../images/constructor-text.png); }
.constructor-form .aspect-ratio-box {
  height: 0;
  overflow: hidden;
  padding-top: calc(170 / 930 * 100%);
  background: white;
  position: relative; }
  .constructor-form .aspect-ratio-box img.constructor-border {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red; }
.constructor-form .aspect-ratio-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0C3BA9; }
.constructor-form .preview {
  display: flex;
  justify-content: center;
  align-items: center; }
.constructor-form .amount input {
  width: 100%; }
.constructor-form .total {
  font-size: 20px;
  padding-top: 10px; }

.hide-scrollbar {
  overflow: -moz-hidden-unscrollable;
  overflow: hidden; }

.mr-40 {
  margin-right: 40px; }

.css-text-red {
  font-size: 10px;
  color: darkred; }

.order *:disabled {
  background-color: #f5f5f5; }

#cookieModal .modal-dialog {
  position: fixed;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%; }

.pt-5 {
  padding-top: 5px; }

.social-link {
  display: inline-block;
  width: 48px; }

@media (min-width: 1025px) {
  .header-shop #main-menu .nav.navbar-nav {
    margin-right: 150px; } }

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