.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0 auto;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 30px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 15%; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * Animation
   */
.hamburger--spring .hamburger-inner {
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.loader-one__svg {
  display: none; }

.loader-one {
  -webkit-filter: url(#goo);
  filter: url(#goo);
  width: 200px;
  height: 200px;
  margin: auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 70px;
          border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.loader-one__center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background: #FF6D00;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
      transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #FF6D00;
  box-shadow: 0 -10px 40px -5px #FF6D00; }

.loader-one__item {
  position: absolute;
  background: #FF6D00;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  -ms-transform: scale(0.9) translate(-50%, -50%);
      transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
      transform-origin: center top;
  opacity: 0; }

.loader-one__item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.loader-one__item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.loader-one__item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.loader-one__item:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.loader-one__item:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%); }
  1% {
    opacity: 1; }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%); } }

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%); }
  1% {
    opacity: 1; }
  35%, 65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%); }
  99% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(-webkit-calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%); } }

@-webkit-keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%); }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%); }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%); }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%); }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); } }

@keyframes blob-grow {
  0%, 39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%); }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%); }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%); }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%); }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%); }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%); }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%); }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%); }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%); }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%); } }

html, body {
  margin: 0;
  bottom: 0;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  color: #fff; }

* {
  outline: none;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  color: inherit;
  font-family: "Montserrat", sans-serif; }

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

.fixed {
  position: fixed !important;
  z-index: 10;
  top: 0;
  left: 0; }

.section-header {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 25px 0; }
  .section-header h3 {
    font-size: 1.875rem;
    color: #fff; }

::-webkit-input-placeholder {
  color: #141A20;
  font-family: "Montserrat", sans-serif; }

::-moz-placeholder {
  color: #141A20;
  font-family: "Montserrat", sans-serif; }

::-ms-input-placeholder {
  color: #141A20;
  font-family: "Montserrat", sans-serif; }

::placeholder {
  color: #141A20;
  font-family: "Montserrat", sans-serif; }

input {
  padding: 10px;
  margin: 10px;
  cursor: pointer; }

button {
  cursor: pointer; }

section {
  position: relative;
  color: #000;
  padding: 100px 0;
  -webkit-background-size: cover;
          background-size: cover; }
  section .sec_title {
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
    position: relative; }

.full_desc_hide {
  display: none; }

.link_more .but {
  cursor: pointer;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px; }

.anchor {
  margin-top: -50px;
  position: absolute; }

.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 12;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .popup .popupMessage {
    display: none;
    text-align: center;
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: 100;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-line {
  height: 80px;
  background-color: #141A20;
  z-index: 10;
  width: 100%;
  z-index: 2;
  position: relative; }
  .top-line .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 20px; }
  .top-line * {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    color: #fff;
    line-height: 80px; }
  .top-line .top-logo {
    width: 170px; }
    .top-line .top-logo img {
      width: 100%; }
  .top-line .clock {
    font-weight: 500; }
    .top-line .clock img {
      margin-right: 10px;
      vertical-align: middle; }
  .top-line .logo2 {
    background: url(../img/logo_bg.png) no-repeat center;
    -webkit-background-size: contain;
            background-size: contain;
    padding: 20px 30px; }
    .top-line .logo2 img {
      width: 100px; }
  .top-line .top-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 315px;
    text-decoration: none; }
    .top-line .top-contact img {
      margin-right: 5px; }
    .top-line .top-contact .phone {
      font-weight: 500;
      margin: 0 10px;
      color: #fff; }
      .top-line .top-contact .phone:hover {
        text-decoration: underline; }
  .top-line .cart {
    position: relative;
    top: 10px;
    cursor: pointer; }
    .top-line .cart #total {
      background-color: #FF9F00;
      -webkit-border-radius: 100%;
              border-radius: 100%;
      line-height: 1;
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      position: absolute;
      top: 20%;
      left: 70%;
      font-weight: 700;
      font-size: 1.1rem; }

footer {
  background: url(../img/footer_bg.jpg) no-repeat center;
  -webkit-background-size: cover !important;
          background-size: cover !important; }
  footer > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 50px; }
  footer .map {
    width: 475px;
    height: 350px; }
    footer .map iframe {
      width: 100%;
      height: 100%; }
  footer .contacts {
    width: 100%;
    max-width: 380px;
    text-align: center; }
    footer .contacts * {
      font-weight: 700; }
    footer .contacts p:first-child {
      margin-top: 0;
      text-transform: uppercase;
      font-size: 1.1rem; }
    footer .contacts .adress, footer .contacts .time {
      margin: 20px 0; }
    footer .contacts .phone {
      display: block;
      line-height: 25px;
      text-decoration: none; }
      footer .contacts .phone:hover {
        text-decoration: underline; }
    footer .contacts p:nth-child(9), footer .contacts p:last-child {
      font-size: 0.8rem; }
  footer .col:last-child {
    text-align: center; }
    footer .col:last-child span {
      display: block; }
    footer .col:last-child .logo img {
      width: 150px; }
    footer .col:last-child .link {
      display: inline-block;
      margin: 10px 5px; }
      footer .col:last-child .link:hover {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }

.bottom-line {
  background-color: #231D1E;
  margin-top: 50px; }
  .bottom-line .container {
    width: 100%;
    text-align: right; }
  .bottom-line .by {
    line-height: 70px;
    font-size: 1.1rem; }
    .bottom-line .by a {
      text-decoration: none; }
      .bottom-line .by a span {
        color: #FF9F00; }
      .bottom-line .by a:hover {
        text-decoration: underline; }

.preloader {
  position: fixed;
  z-index: 20;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.main-button {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-color: #FF9F00;
  line-height: 50px;
  width: 240px;
  -webkit-border-radius: 10em;
          border-radius: 10em;
  color: #fff;
  font-weight: 700;
  margin-top: 20px; }
  .main-button:hover {
    background-color: #000; }

@-webkit-keyframes indicate {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%); } }

@keyframes indicate {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  100% {
    -webkit-transform: translate(-50%, 20%);
            transform: translate(-50%, 20%); } }

.header-banner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/header_bg.jpg) no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative; }
  .header-banner .container {
    min-height: 580px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .header-banner .container h1 {
      font-size: 3rem;
      text-align: center;
      background-color: rgba(20, 26, 32, 0.8);
      max-width: 850px;
      padding: 30px 40px;
      font-weight: 700; }
    .header-banner .container .slice {
      position: absolute;
      bottom: 15%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-animation: indicate .6s ease-in-out infinite alternate;
              animation: indicate .6s ease-in-out infinite alternate; }
  .header-banner:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(../img/border.png) repeat center; }

.constructor {
  background: url(../img/main_bg.jpg) repeat; }
  .constructor .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
  .constructor .pizza-view {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    max-width: 380px;
    text-align: center;
    position: -webkit-sticky;
    position: sticky;
    top: 10px; }
    .constructor .pizza-view .pizza-img {
      width: 100%;
      position: relative; }
      .constructor .pizza-view .pizza-img .board {
        position: static;
        z-index: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
      .constructor .pizza-view .pizza-img img {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        max-width: 380px; }
    .constructor .pizza-view #restart {
      margin-top: 30px;
      width: 240px;
      height: 50px;
      border: 2px solid #FF9F00;
      -webkit-border-radius: 10em;
              border-radius: 10em;
      color: #000;
      font-weight: 700;
      background: none;
      -webkit-transition: .6s;
      -o-transition: .6s;
      transition: .6s; }
      .constructor .pizza-view #restart img {
        vertical-align: middle;
        margin-left: 5px; }
      .constructor .pizza-view #restart:hover {
        border-color: #000; }
  .constructor .paycheck {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
    width: 100%;
    max-width: 370px; }
    .constructor .paycheck .paycheck-wrap {
      padding: 40px 10px;
      background-color: #fff;
      text-align: center;
      position: relative; }
      .constructor .paycheck .paycheck-wrap:before, .constructor .paycheck .paycheck-wrap:after {
        content: '';
        position: absolute;
        left: 0;
        -webkit-background-size: 15px 15px;
                background-size: 15px 15px;
        background-repeat: repeat-x;
        height: 15px;
        width: 100%; }
      .constructor .paycheck .paycheck-wrap:before {
        top: 0;
        background-image: -webkit-linear-gradient(50deg, transparent 10px, #FF9F00 11px), -webkit-linear-gradient(130deg, transparent 10px, #FF9F00 11px);
        background-image: -o-linear-gradient(50deg, transparent 10px, #FF9F00 11px), -o-linear-gradient(130deg, transparent 10px, #FF9F00 11px);
        background-image: linear-gradient(40deg, transparent 10px, #FF9F00 11px), linear-gradient(320deg, transparent 10px, #FF9F00 11px); }
      .constructor .paycheck .paycheck-wrap:after {
        bottom: 0;
        background-image: -webkit-linear-gradient(130deg, #FF9F00 10px, transparent 11px), -webkit-linear-gradient(50deg, #FF9F00 10px, transparent 11px);
        background-image: -o-linear-gradient(130deg, #FF9F00 10px, transparent 11px), -o-linear-gradient(50deg, #FF9F00 10px, transparent 11px);
        background-image: linear-gradient(320deg, #FF9F00 10px, transparent 11px), linear-gradient(40deg, #FF9F00 10px, transparent 11px); }
    .constructor .paycheck img {
      width: 100px;
      margin-bottom: 10px; }
    .constructor .paycheck .title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 600; }
    .constructor .paycheck .check-list {
      margin: 40px 0;
      text-align: left;
      position: relative;
      min-height: 50px; }
      .constructor .paycheck .check-list:before {
        content: '';
        position: absolute;
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 90%;
        height: 5px;
        border-top: 1px dashed #FF9F00;
        border-bottom: 1px dashed #FF9F00; }
      .constructor .paycheck .check-list:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 90%;
        height: 5px;
        border-top: 1px dashed #FF9F00;
        border-bottom: 1px dashed #FF9F00; }
      .constructor .paycheck .check-list .check-list-header {
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 10px; }
      .constructor .paycheck .check-list ul {
        list-style-type: none;
        padding: 0; }
      .constructor .paycheck .check-list li {
        margin: 15px 0;
        width: 100%; }
        .constructor .paycheck .check-list li span {
          font-weight: 500; }
      .constructor .paycheck .check-list .product-remove {
        width: 15px;
        height: 15px;
        display: block;
        position: relative;
        float: right;
        cursor: pointer; }
        .constructor .paycheck .check-list .product-remove:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          border: 1px solid #000; }
        .constructor .paycheck .check-list .product-remove:after {
          position: absolute;
          content: '\2716';
          font-size: .8rem;
          text-align: center;
          line-height: 21px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      .constructor .paycheck .check-list .product-price {
        min-width: 40px;
        margin: 0 40px;
        float: right;
        text-align: center; }
      .constructor .paycheck .check-list .product-count {
        min-width: 20px;
        float: right;
        text-align: center; }
    .constructor .paycheck .total-price, .constructor .paycheck .total-weight {
      text-align: left;
      color: #FF9F00;
      font-weight: 600;
      font-size: 1.5rem;
      line-height: 1.5; }
      .constructor .paycheck .total-price span, .constructor .paycheck .total-weight span {
        font-size: inherit;
        font-weight: inherit; }
    .constructor .paycheck .total-weight {
      color: #000;
      font-size: 1.25rem; }
    .constructor .paycheck button {
      display: block;
      margin: 20px auto 0 auto; }
    .constructor .paycheck .toCart {
      display: inline-block;
      margin-top: 10px;
      text-decoration: none;
      margin-top: 25px;
      width: auto;
      border-bottom: 1px solid #000; }
  .constructor .ingredients {
    width: 100%;
    max-width: 410px; }
    .constructor .ingredients .step {
      margin: 45px 0; }
      .constructor .ingredients .step .step_title {
        padding-bottom: 25px;
        font-weight: 700;
        font-size: 1.5rem; }
      .constructor .ingredients .step input {
        display: none; }
      .constructor .ingredients .step label {
        padding-left: 25px;
        position: relative;
        margin-right: 50px;
        cursor: pointer; }
        .constructor .ingredients .step label span {
          line-height: 1.2; }
        .constructor .ingredients .step label:before, .constructor .ingredients .step label:after {
          content: '';
          position: absolute;
          width: 15px;
          height: 15px;
          left: 0px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          border: 2px solid #000;
          -webkit-border-radius: 100%;
                  border-radius: 100%; }
        .constructor .ingredients .step label:after {
          left: 2px;
          border: none;
          background-color: #FF9F00;
          opacity: 0;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
      .constructor .ingredients .step .checked:after {
        opacity: 1; }
    .constructor .ingredients .labels {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: flex-stert;
      -webkit-align-items: flex-stert;
          -ms-flex-align: flex-stert;
              align-items: flex-stert; }
      .constructor .ingredients .labels .ingredients_label {
        width: 110px;
        text-align: center;
        margin: 10px;
        cursor: pointer; }
        .constructor .ingredients .labels .ingredients_label .name {
          font-weight: 700; }
    .constructor .ingredients .ingredients-wrap {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    .constructor .ingredients .ingredient_item {
      width: 115px;
      margin: 10px;
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .constructor .ingredients .ingredient_item img {
        width: 100%;
        max-width: 115px; }
      .constructor .ingredients .ingredient_item .price {
        background-color: #141A20;
        color: #fff;
        width: 70px;
        line-height: 30px;
        text-align: center;
        -webkit-border-radius: 10em;
                border-radius: 10em;
        font-weight: 600;
        margin: -20px auto 10px auto;
        z-index: 2;
        position: relative; }
      .constructor .ingredients .ingredient_item .name {
        text-align: center;
        font-weight: 600;
        margin-bottom: 10px; }
    .constructor .ingredients .control {
      margin: 0 auto;
      width: 94px;
      height: 34px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      border: 2px solid #000;
      -webkit-border-radius: 10em;
              border-radius: 10em;
      overflow: hidden; }
      .constructor .ingredients .control * {
        line-height: 30px;
        font-size: 1.2rem;
        height: 100%;
        width: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .constructor .ingredients .control .remove, .constructor .ingredients .control .add {
        font-size: 2rem;
        cursor: pointer;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
        .constructor .ingredients .control .remove:hover, .constructor .ingredients .control .add:hover {
          background-color: #141A20;
          color: #fff; }
    .constructor .ingredients #step4 .ingredients-wrap {
      display: none; }

.header-cart {
  background: url(../img/header_cart_bg.jpg) no-repeat center;
  -webkit-background-size: cover;
          background-size: cover;
  padding: 50px 0; }
  .header-cart:before {
    display: none; }
  .header-cart .header-content {
    min-height: 330px; }
  .header-cart .sec_title {
    font-size: 2.8rem;
    font-weight: 600;
    padding-left: 7%; }

.main-cart {
  padding: 50px 0; }

.cart {
  padding-top: 0;
  padding-bottom: 50px; }

#cartList {
  color: #000;
  padding: 0; }
  #cartList li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2% 20px;
    border-bottom: 1px solid #FF9F00; }
    #cartList li * {
      font-size: 1.25rem; }
    #cartList li .name {
      width: 100%;
      max-width: 600px; }
      #cartList li .name .pos {
        font-size: 1.5rem;
        font-weight: 600;
        margin-bottom: 20px; }
        #cartList li .name .pos span {
          font-size: inherit;
          font-weight: inherit; }
    #cartList li .make {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      #cartList li .make .title-list {
        font-weight: 600;
        margin-right: 20px; }
      #cartList li .make .make-list {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px); }
    #cartList li .weight {
      width: 90px;
      text-align: center;
      margin: 0 10px; }
    #cartList li .count {
      width: 150px;
      text-align: center;
      margin: 0 10px; }
      #cartList li .count .control {
        margin: 0 auto;
        width: 94px;
        height: 34px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: 2px solid #000;
        -webkit-border-radius: 10em;
                border-radius: 10em;
        overflow: hidden; }
        #cartList li .count .control * {
          line-height: 30px;
          height: 100%;
          width: 30px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
        #cartList li .count .control .remove, #cartList li .count .control .add {
          font-size: 2rem;
          cursor: pointer;
          -webkit-transition: .4s;
          -o-transition: .4s;
          transition: .4s; }
          #cartList li .count .control .remove:hover, #cartList li .count .control .add:hover {
            background-color: #141A20;
            color: #fff; }
    #cartList li .price {
      width: 100px;
      text-align: center;
      margin: 0 10px; }
    #cartList li .delete {
      width: 80px;
      text-align: center;
      margin: 0 10px; }
      #cartList li .delete .removeFromCart {
        width: 20px;
        height: 20px;
        display: block;
        position: relative;
        margin: 0 auto;
        cursor: pointer; }
        #cartList li .delete .removeFromCart:before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-border-radius: 100%;
                  border-radius: 100%;
          border: 1px solid #000; }
        #cartList li .delete .removeFromCart:after {
          position: absolute;
          content: '\2716';
          font-size: 1rem;
          text-align: center;
          line-height: 21px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
  #cartList li.header {
    background: #FF9F00;
    color: #fff; }
    #cartList li.header * {
      font-size: 1.1rem;
      font-weight: 600; }
  #cartList li.totalCart {
    border: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    #cartList li.totalCart * {
      font-size: 1.5rem;
      font-weight: 600; }
    #cartList li.totalCart .checkout {
      display: inline-block;
      text-align: center;
      cursor: pointer;
      font-size: 1rem;
      font-weight: 700;
      margin-left: 20px;
      text-decoration: none; }

section.checkout {
  display: none;
  padding-top: 0;
  padding-bottom: 50px; }
  section.checkout ul {
    padding: 0;
    list-style: none; }
  section.checkout li {
    padding-bottom: 30px; }
  section.checkout .title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 10px; }
  section.checkout input {
    width: 100%;
    border-bottom: 2px solid #FF9F00; }
  section.checkout label {
    padding-left: 25px;
    position: relative;
    display: inline-block;
    margin: 15px;
    margin-right: 50px;
    cursor: pointer; }
    section.checkout label input[type=radio] {
      display: none; }
    section.checkout label span {
      line-height: 1.2; }
    section.checkout label:before, section.checkout label:after {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      left: 0px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border: 2px solid #000;
      -webkit-border-radius: 100%;
              border-radius: 100%; }
    section.checkout label:after {
      left: 2px;
      border: none;
      background-color: #FF9F00;
      opacity: 0;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
  section.checkout .checked:after {
    opacity: 1; }
  section.checkout .main-button {
    display: block;
    margin-top: 0; }

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
  .clean-text {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%; }
  .top-line .top-menu {
    margin: 0 2%; }
  .constructor .ingredients {
    max-width: 380px; }
    .constructor .ingredients .labels .ingredients_label {
      width: 100px; }
    .constructor .ingredients .ingredient_item {
      width: 100px; }
  .constructor .pizza-view {
    max-width: 330px; }
  .constructor .paycheck {
    max-width: 330px; } }

@media only screen and (max-width: 1024px) {
  body, html {
    font-size: 14px; }
  .container {
    padding: 5px; }
  .constructor .container {
    display: block;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
  .constructor .pizza-view {
    position: static;
    display: inline-block;
    -webkit-column-break-inside: avoide;
       -moz-column-break-inside: avoide;
            break-inside: avoide; }
  .constructor .ingredients {
    display: inline-block;
    max-width: 400px;
    -webkit-column-break-inside: avoide;
       -moz-column-break-inside: avoide;
            break-inside: avoide; }
    .constructor .ingredients .step {
      width: 100%;
      display: inline-block;
      -webkit-column-break-inside: avoide;
         -moz-column-break-inside: avoide;
              break-inside: avoide;
      margin: 30px 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-bottom: 1px solid #D0D0D0; }
      .constructor .ingredients .step:last-child {
        border: none; }
      .constructor .ingredients .step label {
        line-height: 2;
        padding-left: 50px;
        width: 100%;
        display: block; }
        .constructor .ingredients .step label:before {
          left: 20px; }
        .constructor .ingredients .step label:after {
          left: 22px; }
      .constructor .ingredients .step .step_title {
        position: relative;
        padding-right: 5%;
        font-size: 1.3rem; }
        .constructor .ingredients .step .step_title:before {
          content: '';
          position: absolute;
          width: 20px;
          height: 20px;
          background: url(../img/plus.svg) no-repeat center;
          -webkit-background-size: 100% 100%;
                  background-size: 100% 100%;
          top: 5%;
          right: 10px;
          display: block;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
    .constructor .ingredients .active_step {
      border-color: transparent; }
      .constructor .ingredients .active_step .step_title:before {
        opacity: 0; }
    .constructor .ingredients #step4 .ingredient_item {
      margin: 10px; }
  .constructor .step .step_wrap {
    display: none; }
  .constructor .paycheck {
    position: static; }
  .top-line .container {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .top-line .top-contact {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    width: 100px; }
    .top-line .top-contact img:nth-child(3),
    .top-line .top-contact img:nth-child(4),
    .top-line .top-contact img:nth-child(5) {
      display: none; }
    .top-line .top-contact .phone {
      font-size: 1.5rem; }
  .top-line .logo2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 90px;
    padding: 10px;
    background-position: top center; }
    .top-line .logo2 img {
      width: 100%; }
  .top-line .cart {
    width: 100px;
    text-align: center;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .top-line .cart #total {
      left: 55%; }
  .top-line .top-logo {
    display: none; }
  .top-line .clock {
    display: none; }
  .header-cart .header-content {
    min-height: 150px; }
  .header-cart .sec_title {
    padding-left: 0; }
  #cartList li.header {
    display: none; }
  #cartList li .name {
    max-width: 100%;
    margin-bottom: 20px; } }

@media only screen and (max-width: 768px) {
  footer .map {
    display: none; }
  footer .col {
    width: 100%; }
  footer .contacts {
    padding: 20px 10px;
    width: 100%;
    max-width: 100%; }
  .header-cart .header-content {
    min-height: 100px; }
  .main-cart {
    padding: 10px 0; }
  #cartList {
    padding-left: 0; }
    #cartList li.totalCart {
      background-color: #FFE0AD;
      text-align: center; }
      #cartList li.totalCart > div {
        width: 100%; }
      #cartList li.totalCart .checkout {
        display: block;
        margin: 0 auto;
        margin-top: 20px; } }

@media only screen and (max-width: 640px) {
  .top-line .logo2 {
    width: 120px; }
  .top-line .top-contact {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    margin-top: 10px; }
    .top-line .top-contact .phone, .top-line .top-contact [alt="velcom"], .top-line .top-contact [alt="mts"], .top-line .top-contact [alt="life"] {
      display: none; }
  .header-banner .container {
    min-height: 78vh; }
    .header-banner .container h1 {
      font-size: 2rem; }
  .constructor {
    padding: 50px 0; }
    .constructor .container {
      padding: 0;
      -webkit-column-count: auto;
         -moz-column-count: auto;
              column-count: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .constructor .pizza-view {
      -webkit-box-ordinal-group: 1;
      -webkit-order: 0;
          -ms-flex-order: 0;
              order: 0; }
    .constructor .ingredients {
      max-width: 100%;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding: 10px; }
      .constructor .ingredients .ingredients-wrap .ingredient_item {
        margin: 10px;
        width: 80px; }
      .constructor .ingredients .labels .ingredients_label {
        width: 80px; }
    .constructor .paycheck {
      width: 100%;
      max-width: 100%; }
  footer {
    background-position: 60%; }
    footer .container {
      padding-top: 20px; }
      footer .container * {
        font-size: 1.2rem; }
    footer .contacts p:first-child {
      font-size: 1.5rem; }
    footer .logo {
      display: none; }
  .header-cart .header-content {
    min-height: 150px; }
  #cartList li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: none;
    border-top: 1px solid #FF9F00;
    padding: 25px 10px; }
    #cartList li:nth-child(2) {
      border: none; }
    #cartList li .make .title-list {
      width: 100%; }
    #cartList li .make .make-list {
      width: 100%; }
    #cartList li .weight, #cartList li .count, #cartList li .price, #cartList li .delete {
      width: auto; }
  #cartList li.totalCart > div {
    margin: 10px auto; }
  #cartList li.totalCart * {
    font-weight: 400; }
  section.checkout input {
    margin: 10px 0; }
  section.checkout .main-button {
    margin: 0 auto; }
  .popup .popupMessage {
    font-size: 1.9rem; } }
