/* poppins-300 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v19-latin-ext_latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v19-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v19-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/poppins-v19-latin-ext_latin-300.woff") format("woff"), url("../fonts/poppins-v19-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/poppins-v19-latin-ext_latin-300.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v19-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v19-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v19-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins-v19-latin-ext_latin-regular.woff") format("woff"), url("../fonts/poppins-v19-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/poppins-v19-latin-ext_latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-500 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v19-latin-ext_latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v19-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v19-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/poppins-v19-latin-ext_latin-500.woff") format("woff"), url("../fonts/poppins-v19-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/poppins-v19-latin-ext_latin-500.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-600 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v19-latin-ext_latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v19-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v19-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/poppins-v19-latin-ext_latin-600.woff") format("woff"), url("../fonts/poppins-v19-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/poppins-v19-latin-ext_latin-600.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v19-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/poppins-v19-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v19-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/poppins-v19-latin-ext_latin-700.woff") format("woff"), url("../fonts/poppins-v19-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/poppins-v19-latin-ext_latin-700.svg#Poppins") format("svg"); /* Legacy iOS */
}
body, html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif;
  color: #1e1e1e;
}

section {
  padding: 80px 0;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

:root {
  --swiper-theme-color:$colorWhite;
}

.asterisk_input::after {
  content: " *";
  color: #FF5A36;
}

.navbar {
  background-color: #1e1e1e;
  width: 100%;
  transition: 0.5s;
  z-index: 9999;
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-brand img {
  height: 60px;
}

.navbar-toggler {
  border-color: transparent;
}
.navbar-toggler span {
  display: block;
  background-color: #FFF;
  height: 2px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-light .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 15px 0px;
  margin: 0 12px;
  color: #FFF;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  outline: none;
}
.navbar-light .navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ece3dc;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ece3dc;
}
.navbar-light .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.navbar-light .navbar-nav .nav-link-login {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link-login svg {
  fill: #FFF;
  height: 16px;
  margin-right: 5px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #FFF;
}

.navbar-toggler {
  display: flex;
  align-items: center;
}

.burger {
  float: right;
  height: 25px;
  width: 25px;
}
.burger span {
  transition: 0.1s;
}

.burger-text {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.container-sm {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  font-size: 16px;
  transition: 0.4s;
  padding: 16px 40px;
  font-weight: 800;
  border-radius: 3px;
  text-transform: none;
  letter-spacing: 0.5px;
  min-width: 210px;
}
.btn svg {
  max-height: 14px;
  margin-top: 2px;
  margin-right: 10px;
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus,
.btn:not(:disabled):not(.disabled).active, .btn:focus, .btn:active, .btn:hover {
  outline: 0 none !important;
  box-shadow: none;
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #FFF;
  box-shadow: none;
}

.btn-primary {
  background-color: #fa7d4f;
  border: 1px solid #fa7d4f;
  color: #FFF;
  fill: #FFF;
}
.btn-primary:hover {
  background-color: #ece3dc;
  border: 1px solid #ece3dc;
  color: #1e1e1e;
  fill: #1e1e1e;
}

.btn-white {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #1e1e1e;
  fill: #1e1e1e;
}
.btn-white:hover {
  background-color: #ece3dc;
  border: 1px solid #ece3dc;
  color: #1e1e1e;
  fill: #1e1e1e;
}

a, a:hover {
  text-decoration: none;
  color: #1e1e1e;
}

p {
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
  color: #1e1e1e;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}

h2, .title-h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 10px;
}

h3, .title-h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.headline-special {
  padding: 40px 0 0 40px;
  margin-bottom: 40px;
  position: relative;
}
.headline-special:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 80%;
  top: 0;
  left: 0;
  background-color: #ece3dc;
}

ul, li {
  list-style-type: none;
  padding-left: 0px;
  line-height: 2;
  font-size: 14px;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

header {
  background-image: url(../img/homepage.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
  margin-left: 0;
  text-align: center;
  flex-direction: column;
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
header h1 {
  margin-bottom: 60px;
}
header .btn {
  margin: 5px;
}
header .header-article {
  margin: 50px 0;
  color: #FFF;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
header .header-article-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
header .header-article-head-date {
  color: rgba(255, 255, 255, 0.55);
  min-width: 100px;
  text-align: right;
}
header .header-article-head-title {
  font-size: 24px;
}
header .header-article p {
  color: #FFF;
}

#advantages {
  text-align: center;
}
#advantages svg {
  height: 30px;
  fill: #fa7d4f;
  margin-bottom: 15px;
}

footer {
  background-color: #1e1e1e;
  color: #FFF;
  padding: 80px 0 20px 0;
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
}
footer ul li {
  color: #FFF;
}
footer ul li a {
  color: #FFF;
}
footer ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer .footer-logo {
  max-height: 60px;
  margin-bottom: 20px;
}
footer a:hover {
  text-decoration: underline;
}
footer .credits {
  font-size: 12px;
}
footer .credits a {
  padding: 0px 10px;
  color: #FFF;
  line-height: 2;
}
footer .credits span {
  display: block;
  margin-bottom: 20px;
}

.menu-pizza {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}
.menu-pizza-item {
  margin: 40px auto 0;
}
.menu-pizza-item h3 {
  text-transform: uppercase;
  margin: 0px;
  line-height: 1.5;
}
.menu-pizza-item p {
  line-height: 1.5;
  margin: 0px;
}
.menu-pizza-item small {
  display: block;
}
.menu-pizza-item-price {
  font-weight: 700;
}

@keyframes UpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
  }
}
.signpost {
  padding-top: 150px;
  position: relative;
  z-index: 2;
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
}
.signpost .col-lg {
  padding-left: 5px;
  padding-right: 5px;
}
.signpost a:hover .signpost-in:before {
  opacity: 0;
}
.signpost-in {
  position: relative;
  text-align: center;
}
.signpost-in-image {
  overflow: hidden;
}
.signpost-in-image img {
  width: 100%;
}
.signpost-in-title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  width: 100%;
}
.signpost-in-title h3 {
  color: #FFF;
  text-transform: uppercase;
}
.signpost-in:before {
  background-color: #1e1e1e;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}
.signpost:after {
  background-color: #ece3dc;
  content: "";
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 60%;
}

.career-detail {
  margin-bottom: 30px;
}
.career .card {
  border: none;
  background-color: #FFF;
  margin-bottom: 5px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.career .card-header {
  border-bottom: 0px;
  cursor: pointer;
}
.career .card-header h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.career .card-body {
  background-color: rgba(0, 0, 0, 0.03);
  text-align: left;
}

#breadcrumbs {
  padding: 15px 0px;
  background: #ece3dc;
  color: #1e1e1e;
  max-width: 2600px;
  margin-left: auto;
  margin-right: auto;
}
#breadcrumbs .container {
  text-align: center;
}
#breadcrumbs .container a:hover {
  text-decoration: underline;
}
#breadcrumbs .container .active-item {
  text-decoration: underline;
}
#breadcrumbs .container .active-item:hover {
  text-decoration: none;
}

#order-process {
  padding: 15px 0px;
  background: #ece3dc;
  color: #1e1e1e;
}
#order-process .container {
  text-align: center;
}
#order-process .container a:hover {
  text-decoration: underline;
}
#order-process .container .active-item {
  text-decoration: underline;
}
#order-process .container .active-item:hover {
  text-decoration: none;
}

#basket {
  text-align: center;
}
#basket h3 {
  margin-bottom: 0px;
}
#basket p {
  max-width: 420px;
  color: #1e1e1e;
  margin-left: auto;
  margin-right: auto;
}
#basket .shop-name {
  font-weight: 600;
  display: block;
}
#basket .people-box {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 20px 0px;
}
#basket .people-box ul {
  text-align: left;
}
#basket .people-box ul li {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
}
#basket .people-box ul li a:hover {
  color: #fa7d4f;
}
#basket .people-box-active {
  border-left: 3px solid #fa7d4f;
}
#basket .people-box-active a {
  color: #fa7d4f;
}
#basket .people-box .btn-primary {
  background-color: transparent;
  border: transparent;
  color: #fa7d4f;
}
#basket .people-box .btn-primary:hover {
  text-decoration: underline;
}
#basket form #target .row, #basket form #week .row {
  justify-content: center;
}
#basket form .align {
  justify-content: center;
}
#basket form .nav-pills {
  display: inline-flex;
  text-align: center;
}
#basket form .nav-pills .nav-item {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
#basket form .nav-pills .nav-item .nav-link {
  padding: 20px;
  border: 1px solid #fa7d4f;
  margin: 10px;
  height: 100%;
  font-weight: 600;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
}
#basket form .nav-pills .nav-item .nav-link.active, #basket form .nav-pills .nav-item .nav-link:hover {
  background-color: #fa7d4f;
  color: #FFF;
}
#basket form .nav-pills .nav-item .nav-link small {
  display: block;
}
#basket form .tab-content .row {
  justify-content: center;
}
#basket form .tab-content > .active {
  display: block;
}
#basket form .form-check {
  display: inline-block;
  padding: 0px;
}
#basket form input[type=radio] {
  display: none;
}
#basket form input[type=radio]:checked + label {
  border: 1px solid #fa7d4f;
  background: #fa7d4f;
  color: #FFF;
}
#basket form input[type=radio]:checked + span ~ label {
  border: 1px solid #fa7d4f;
  background: #fa7d4f;
}
#basket form .col-lg {
  margin: 10px;
  max-width: 220px;
}
#basket form .input {
  border: 1px solid #fa7d4f;
  padding: 12px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#basket form .input:hover {
  background: #fa7d4f;
  color: #FFF;
}
#basket form .card-header {
  border-bottom: 0px;
  cursor: pointer;
}
#basket form .card-header h5 {
  margin-bottom: 0px;
  text-align: left;
}
#basket form .card-body {
  background-color: rgba(0, 0, 0, 0.03);
  text-align: left;
  padding-top: 0px;
}
#basket form .card-body .soup {
  margin-bottom: 15px;
  display: block;
}
#basket form .card-body .meal {
  align-items: center;
  margin-bottom: 20px;
}
#basket form .card-body .meal-price {
  font-weight: 600;
}
#basket form .card-body .meal .btn {
  min-width: auto;
  padding: 10px 40px;
}
#basket form .card-body .meal:last-child {
  margin-bottom: 0px;
}
#basket .basket-product {
  background-color: #FFF;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 20px;
  min-height: 100px;
}
#basket .basket-product .col-2 {
  overflow: hidden;
}
#basket .basket-product img {
  max-height: 100px;
  border-radius: 10px 0 0 10px;
}
#basket .basket-product h3 {
  font-size: 16px;
  line-height: 1.2;
}
#basket .basket-product p {
  margin-bottom: 0px;
}
#basket .basket-product .input-group {
  background-color: transparent;
  border: 1px solid #fa7d4f;
  border-radius: 50px;
}
#basket .basket-product .input-group .btn {
  background-color: transparent;
  transition: 0s;
}
#basket .basket-product .input-group .btn:hover, #basket .basket-product .input-group .btn:active, #basket .basket-product .input-group .btn:focus {
  border: 1px solid transparent;
  color: #1e1e1e;
}
#basket .basket-product .input-group .input-number {
  background-color: transparent;
  border: none;
  text-align: center;
}
#basket .basket-product .btn-primary {
  margin-right: 20px;
}
#basket .recap {
  background-color: #FFF;
  border: 1px solid #fa7d4f;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  position: sticky;
  top: 20px;
  margin-bottom: 20px;
}
#basket .recap .row {
  margin-top: 5px;
}
#basket .recap .row span {
  display: block;
}
#basket .recap .row .title {
  text-align: left;
}
#basket .recap .row .qua {
  text-align: right;
}
#basket .recap .row .price {
  font-weight: 800;
  text-align: right;
}
#basket .recap .sale-box {
  margin: 30px 0;
  text-align: left;
  display: block;
}
#basket .recap .sale-box .toggle-box {
  display: none;
}
#basket .recap .sale-box label {
  cursor: pointer;
}
#basket .recap .sale-box input {
  background-color: transparent;
  border: 1px solid #fa7d4f;
  border-radius: 50px;
  height: 50px;
  text-align: center;
}
#basket .recap .sale-box .toggle-box + label + .hidden-input {
  display: none;
}
#basket .recap .sale-box .toggle-box:checked + label + .hidden-input {
  display: block;
}
#basket .recap-date {
  margin-top: 15px;
}
#basket .recap-date-title {
  text-align: left;
  display: block;
}
#basket .recap-person {
  border-bottom: 2px solid #1e1e1e;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#basket .recap-person-name {
  text-align: left;
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: #fa7d4f;
}
#basket .asterisk {
  text-align: left;
  display: block;
}
#basket .asterisk_input {
  text-align: left;
  display: block;
}
#basket .another-address {
  text-align: left;
}
#basket .another-address #delivery-address-controls {
  opacity: 0;
  transition: 0.3s;
}
#basket .another-address input[type=checkbox]:checked ~ #delivery-address-controls {
  opacity: 1;
}
#basket .checkbox {
  max-width: 520px;
  margin: 30px auto 30px auto;
}
#basket.basket-3 .recap {
  position: relative !important;
}

#varnice h1, #varnice h2, #boxy h1, #boxy h2 {
  text-align: center;
}
#varnice p, #boxy p {
  text-align: center;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
#varnice .col-md-6, #boxy .col-md-6 {
  margin-bottom: 20px;
}
#varnice .card, #boxy .card {
  text-align: center;
  border: none;
  background-color: #FFF;
  margin-bottom: 5px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.payment {
  padding-top: 0px;
}
.payment-in {
  background-color: #FFF;
  padding: 25px;
  border-radius: 50px;
}

.theme-form .form-row {
  margin-bottom: 30px;
}
.theme-form .form-row h4 {
  width: 100%;
}
.theme-form .form-buttons {
  margin-top: 20px;
}
.theme-form .form-component {
  margin-bottom: 15px;
}

.form-check-label:hover > .shop-date p,
#basket form input[type=radio]:checked + label > .shop-date p {
  color: #fff !important;
}

.menu .nav-tabs > .active > a,
.menu .nav-tabs > .active > a:hover,
.menu .nav-tabs > .active > a:focus {
  border-color: #85beba !important;
  border-bottom-color: transparent;
}

.menu .nav-tabs {
  border-bottom: 1px solid #85beba !important;
}

#basket .select2 {
  text-align: left;
}

.article {
  height: 100%;
}
.article a {
  display: block;
  height: 100%;
  padding: 15px;
}
.article a:hover {
  box-shadow: 0 10px 20px 0 rgba(22, 22, 22, 0.1);
}

@media (max-width: 991px) {
  header {
    padding-top: 15px;
  }
  .navbar {
    padding: 0 10px !important;
  }
  h1 {
    font-size: 48px;
  }
  #fresh-menu .col-lg-6:nth-child(1) {
    order: 2;
  }
  #fresh-menu .col-lg-6:nth-child(1) img {
    margin-top: 30px;
  }
  #basket form .nav-pills .nav-item {
    width: 100%;
  }
  #basket form .nav-pills .nav-item .nav-link {
    height: auto;
  }
}
@media (max-width: 576px) {
  .basket-product {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */
