* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}



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

.link {
    position: relative;
    display: block;
    color: black;
    font-family: IntroHeadB, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 15px;
    cursor: pointer;
}
.link a {
  --color: #ffffff;
  position: relative;
  text-decoration: none;
  color: var(--color);
  font-family: IntroHeadB, sans-serif;
  padding: 0.2rem 0;
}
.link a::before {
  --line-width: 117%;
  --line-height: 1px;
  --line-easing: ease;
  --line-transition-duration: 300ms;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: var(--line-width);
  height: var(--line-height);
  transform-origin: right;
  transform: scaleX(0);
  background: var(--color);
  transition: transform var(--line-transition-duration) var(--line-easing);
  z-index: 1;
}
.link a:hover::before {
  transform-origin: left;
  transform: scaleX(1);

}
.link a:hover span {
  --deg: -45deg;
color: #red;
    text-shadow: 3px 3px 9px #ffffff8a;
}
.link a:hover span::before {
  transform: rotate(var(--deg));
}
.link a:hover span::after {
  transform: translateX(-1px) rotate(var(--deg));
}
.link a span {
  --line-arrow-width: 1px;
  --line-arrow-height: 8px;
  --line-arrow-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
  --line-arrow-transition-duration: 200ms;
  --line-arrow-transition-delay: 240ms;
}
.link a span::before, .link a span::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: 0px;
  background: var(--color);
  transition: transform var(--line-arrow-transition-duration) var(--line-arrow-easing);
  transition-delay: var(--line-arrow-transition-delay);
  z-index: 2;
}
.link a span::before {
  width: var(--line-arrow-width);
  height: var(--line-arrow-height);
  transform-origin: 0% 100%;
  transform: rotate(-90deg);
}
.link a span::after {
  height: var(--line-arrow-width);
  width: var(--line-arrow-height);
  transform-origin: 100% 0%;
  transform: translateX(-1px) rotate(0deg);
}





<!-- old -->

.intro {
    position: relative;
    width: 100%;
    max-height: 100%;
    height: 150
vh
;
}

.embed-container {
  width: 50%;
  height: 0;
  padding-top: 50%;
  margin: 0 0em 0em 0;
  position: relative;
  float: left;
}

@-webkit-document url-prefix() {
.embed-container {
  width: 50%;
  height: 0;
  padding-top: 50%;
  margin: 0 0em 0em 0;
  position: relative;
  float: left;
}
}

img.map {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;

}
/* hides zoom widget and satellite toggle*/
#map .gmnoprint { display: none; }


@supports (shape-outside: margin-box) {
  
  .embed-container {
    border-radius: 50%;
    shape-outside: circle(50%);
    shape-outside: margin-box;
    margin-top: 1em;
  }
  
  #map {
    
    -webkit-clip-path: circle(47%);
    clip-path: url(#cut_circle);
    -webkit-clip-path: circle(50%, 50%, 47%);
            clip-path: circle(50%, 50%, 47%);
    
  }
  
}


.pizz {
  object-fit: cover;
  -webkit-box-reflect: below 2px
    linear-gradient(transparent, transparent, #0004);
  transform-origin: center;
  transform: perspective(800px); 

}

span {
    color: #f1f1f1;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    display: inline-block;
    font-family: IntroHeadB;
    margin-bottom: 0rem;
   user-select: none;
}

.intro {
	position: relative;
	width: 100%;
	height: 100vh;
}
.left {
	float: left;
	height: 20%;
	width: 20%;
	padding: 3rem 3rem 3rem 5rem;
	display: table;
}
.left > div {
	display: table-cell;
	vertical-align: middle;
}

h1 {
	font-size: 8rem;
	margin-bottom: 3rem;
    text-shadow: 5px 5px 3px #310202;
    font-family: Candara;
    font-size: 63px;
    color: white;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.099em;
    animation: initial;
    animation-duration: initial;
user-select: none;

}
h1 + p {
  color: #949494;
  font-size: 1.6rem;
  margin-bottom: 4rem;
user-select: none;
}
p + a {
  font-size: 1.6rem;
  color: #000;
}
.slider {
    float: none;
    position: relative;
    width: 100%;
    z-index: 0;
    height: 59%;
}
.slider li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: clip .7s ease-in-out, z-index 0s .7s;
	clip: rect(0, 100vw, 100vh, 100vw);
	display: table;
}
.center-y {
    display: table-caption;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}
h3 {
  

    text-shadow: 1px 1px 4px #ffffff7d;
    
}
h3 + a {
    font-size: 4rem;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 3px black;
    margin-top: -10rem;
    font-family: Impact;
    line-height: 0.8;
    text-align: end;
    font-weight: 700;
    letter-spacing: 0px;
    text-overflow: revert-layer;
}
h3, h3 + a {
	opacity: 0;
	transition: opacity .7s 0s, transform .5s .2s;
	transform: translate3d(0, 50%, 0);
}
li.current h3, li.current h3 + a {
	opacity: 1;
	transition-delay: 1s;
	transform: translate3d(0, 0, 0);
}
li.current {
	z-index: 1;
	clip: rect(0, 100vw, 120vh, 0);
}
li.prev {
	clip: rect(0, 0, 100vh, 0);
}

.slider nav {
   position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    bottom: -110px;
    left: 0;
    right: 0;
    scale: 1.5;
    text-align: center;
    z-index: 101;
    align-items: baseline;
}

nav a {
display: contents;
  width: 1.2rem;
  height: 1.2rem;
  min-width: 150px;
  min-height: 150px;
  background: #fff;
  margin: 0 0rem;
  transition: transform 0.3s;
}



.slider nav a {
    position: relative;
  min-width: 150px;
  min-height: 150px;
    background: #95959500;
    transition: transform 0.3s;
    top: 45px;
}

a.current_dot {
	transform: scale(1.3);
}

p.Pizza-text {
    font-size: x-large;
}


ul.naw {
    position: relative;
    bottom: -80vh;
    z-index: 135;
}

.items {
    display: flex;
    margin-bottom: 52px;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}


@media(max-width: 600px){

p.Pizza-text {
    font-size: larger;
}


.slider nav a {

    width: 30%;
    top: -20px;
}


	.left {
		width: 100%;
		height: 30%;
	}
	.slider {
		width: 100%;
		height: 55%;
	}
.items {
    display: flex;
    margin-bottom: 50px;
    align-items: normal;
justify-content: flex-start;
}

.slider nav {
    bottom: 0vh;
    scale: 0.6;
}

.wraps {
    display: flex;
    position: sticky;
    margin: auto;
    flex-direction: column-reverse;
    z-index: 10;
    flex-wrap: nowrap;
    align-content: center;
    width: 90%;
    height: 36%;
    scale: 0.8;
    justify-content: center;
}
.wr {
    bottom: -50px;
}

.items .txt h2 {
    font-size: 17px;
}
.pics {
    max-width: 50%;
    height: auto;
}

ul.naw {
    bottom: -85vh;
}


}



.b-btn {
    background: #FF123A;
    padding: 7px 22px;
    color: #fff;
}
.b-btn, .b-link {
    height: 95px;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
}
.b-btn {
    background: #FF123A;
    padding: 7px 22px;
    color: #fff;
    border-radius: 100px;
}
.b-btn, .b-link {
    height: 95px;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    border: none;
    outline: none;
    transition: 0.3s ease;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    justify-content: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 600;
}
h2.name {
    background-image: url(/products/brand/readymeal/pizza/img/Слой.png);
    background-repeat: round;
    padding: 0%;
    padding-left: 75px;
    padding-right: 75px;
    /* background-color: #F7941D; */
    ont-family: IntroHeadB;
    margin-bottom: 50px;
    font-size: 115px;
    text-shadow: 0 0px 0px white;
    scale: 1;
}

.tx {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0;
    padding: 0px;
    padding-top: 8%;
}

.tx img {
    transform: matrix(0.5, 0, 0, 0.5, 0, 0);
}

h2.vid {
    background-image: url(/products/brand/readymeal/pizza/img/СлойR.png);
    background-repeat: round;
    padding-top: 15px;
    margin-top: 60px;
    padding-left: 150px;
    padding-right: 150px;
    font-size: 150px;
}

.wraps {
    display: flex;
    position: absolute;
    margin: 0px;
    bottom: -100px;
    padding-top: 0px;
    flex-direction: row;
    justify-content: center;
    align-items: normal;
    z-index: 10;
    align-content: center;
    scale: 0.8;
    flex-wrap: nowrap;
    height: 30%;
}
.wr {
    position: relative;
	margin-top: 25%;
    display: flex;
    bottom: 40px;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.pics {
    width: 40%;
    max-width: 140px;
    padding: 10px;
    padding-top: 25px;
    margin-left: 30px;
}

    .items .txt {
      width: 40%;
      flex-direction: column;
      justify-content: center;
      flex-shrink: 3;
      padding: 10px 10px;
      box-sizing: border-box;
      z-index: 1;
    user-select: none;
    }

    .items .pic {
      width: 60%;
    }

    .items .pic img {
      width: 60%;
    }

    .items:first-child {
      margin-right: 0%;
     }

    .items:nth-child(1) .txt {
      background-color: ;
    }

    .items:nth-child(2) .txt {
      background-color: ;
    }

    .items:nth-child(3) .txt {
      background-color: #fec979;
    }

    .items:nth-child(4) .txt {
      background-color: #95dbd6;
    }


.wra {
    display: flex;
    position: absolute;
    bottom: 100%;
    top: 200%;
    width: fit-content;
    margin: 0%;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: space-between;
    align-items: flex-start;
    justify-content: space-around;
    z-index: 0;
}

.item {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.item .txt {
    width: 60%;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 1;
    user-select: none;

    padding: 52px 42px;

    box-sizing: content-box;
    z-index: 1;
}

    .item .pic {
      width: 55%;
    }

    .item .pic img {
      width: 100%;
    display: none;
    }

    .item> :first-child {
      margin-right: 10%;
    }

    .item:nth-child(1) .txt {
      background-color: #F7941D;
    }

    .item:nth-child(2) .txt {
      background-color: #F7941D;
    }

    .item:nth-child(3) .txt {
      background-color: #F7941D;
    }

    .item:nth-child(4) .txt {
      background-color: #F7941D;
    }
}
.pizz {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-box-reflect: below 2px
    linear-gradient(transparent, transparent, #0004);
  transform-origin: center;


}

.slider img:hover {

  opacity: 1;
}
.wr {
 //   position: absolute;

transform: scale(.6);
    display: flex;
    bottom: -20px;
    justify-content: space-between;
    flex-wrap: nowrap;
}



