/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

/*reset styles start*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/*reset styles end*/

/*fonnts styles start*/


/* alice-regular - latin */
/* marck-script-regular - latin_cyrillic */
@font-face {
  font-family: 'Marck Script';
  font-style: normal;
  font-weight: 400;
  src: local('Marck Script'), local('MarckScript-Regular'),
       url('../fonts/marck-script-v10-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/marck-script-v10-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* alice-regular - latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Alice';
  font-style: normal;
  font-weight: 400;
  src: local('Alice Regular'), local('Alice-Regular'),
       url('../fonts/alice-v11-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/alice-v11-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amatic-sc-regular - latin_cyrillic */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 400;
  src: local('Amatic SC Regular'), local('AmaticSC-Regular'),
       url('../fonts/amatic-sc-v13-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/amatic-sc-v13-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* amatic-sc-700 - latin_cyrillic */
@font-face {
  font-family: 'Amatic SC';
  font-style: normal;
  font-weight: 700;
  src: local('Amatic SC Bold'), local('AmaticSC-Bold'),
       url('../fonts/amatic-sc-v13-latin_cyrillic-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/amatic-sc-v13-latin_cyrillic-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* caveat-regular - latin_cyrillic-ext_cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'),
       url('../fonts/caveat-v7-latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/caveat-v7-latin_cyrillic-ext_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* bad-script-regular - latin_cyrillic */
@font-face {
  font-family: 'Bad Script';
  font-style: normal;
  font-weight: 400;
  src: local('Bad Script Regular'), local('BadScript-Regular'),
       url('../fonts/bad-script-v8-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/bad-script-v8-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* kurale-regular - latin_cyrillic */
@font-face {
  font-family: 'Kurale';
  font-style: normal;
  font-weight: 400;
  src: local('Kurale Regular'), local('Kurale-Regular'),
       url('../fonts/kurale-v5-latin_cyrillic-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/kurale-v5-latin_cyrillic-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html{
  box-sizing: border-box;
}
*, *::before, *::after{
  box-sizing: inherit;
}

body{
  font-family: Alice;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.2;
  color: #4F4242;   
}
.main{
  overflow-x: hidden;
  min-height: calc(100vh - 170px);
  
}

/*products styles start*/
.products {
    position: relative;
  }
  .products__wrapper {
    margin: 110px 206px 80px;
  }
  .products__title {
    /*    display: flex;*/
    text-align: center;
  }
  .products__title-header {
    margin-bottom: 30px;
    font-family: Amatic SC;
    font-size: 80px;
    line-height: 100px;
    color: #4f4242;
  }
  .products__title-description {
    margin: 0 auto 81px;
    max-width: 605px;
    font-family: Caveat;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    color: #dd978f;
  }
  .product-cake {
    max-width: 580px;
  }
  
  /*filling decoration images*/
  
  .products__decoration-filling-item1::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-filling-header-icon.svg) no-repeat;
    z-index: 5;
    top: 0px;
    left: 16vw;
    width: 76px;
    height: 82px;
    transform: rotate(0deg) scale(1);
  }
  .products__decoration-filling-item1::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-filling-header-icon.svg) no-repeat;
    z-index: 5;
    top: 165px;
    left: 15vw;
    width: 77px;
    height: 82px;
    transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0) scale(0.8);
  }
  .products__decoration-filling-item2::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-filling-header-icon.svg) no-repeat;
    z-index: 5;
    top: 0px;
    right: 20vw;
    width: 76px;
    height: 82px;
    transform: matrix(-0.94, -0.33, -0.33, 0.94, 0, 0);
  }
  .products__decoration-filling-item2::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-filling-header-icon.svg) no-repeat;
    z-index: 5;
    top: 165px;
    right: 10vw;
    width: 77px;
    height: 82px;
    transform: scale(0.8);
  }
  .products__decoration-filling-item3::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-filling-header-icon.svg) no-repeat;
    z-index: 5;
    top: 90px;
    left: 4vw;
    width: 76px;
    height: 82px;
    transform: rotate(-21.34deg) scale(1.2);
  }
  .products__decoration-filling-item3::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-filling-header-icon.svg) no-repeat;
    z-index: 5;
    top: 10px;
    right: -2vw;
    width: 77px;
    height: 82px;
    transform: matrix(-0.71, 0.7, 0.7, 0.71, 0, 0) scale(1.2);
  }
  
  /*cake decoration images*/
  
  .products__decoration-cake-item1::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 5;
    top: -40px;
    left: 16vw;
    width: 140px;
    height: 150px;
    transform: rotate(45deg) scale(0.8);
  }
  .products__decoration-cake-item1::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 5;
    top: 185px;
    left: 15vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0) scale(0.6) rotate(40deg);
  }
  .products__decoration-cake-item2::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 5;
    top: -26px;
    right: 20vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.94, -0.33, -0.33, 0.94, 0, 0) rotate(60deg) scale(0.8);
  }
  .products__decoration-cake-item2::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 5;
    top: 185px;
    right: 10vw;
    width: 140px;
    height: 150px;
    transform: scale(0.6);
  }
  .products__decoration-cake-item3::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 5;
    top: 90px;
    left: 2vw;
    width: 140px;
    height: 150px;
    transform: rotate(-21.34deg);
  }
  .products__decoration-cake-item3::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 5;
    top: 10px;
    right: -4vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.71, 0.7, 0.7, 0.71, 0, 0) rotate(-45deg);
  }
  
  /*cupcake decoration images*/
  
  .products__decoration-cupcake-item1::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 5;
    top: -40px;
    left: 10vw;
    width: 140px;
    height: 150px;
    transform: rotate(45deg) scale(0.6);
  }
  .products__decoration-cupcake-item1::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 5;
    top: 140px;
    left: 15vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0) scale(0.5) rotate(40deg);
  }
  .products__decoration-cupcake-item2::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 5;
    top: -26px;
    right: 10vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.94, -0.33, -0.33, 0.94, 0, 0) rotate(60deg) scale(0.7);
  }
  .products__decoration-cupcake-item2::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 5;
    top: 140px;
    right: 10vw;
    width: 140px;
    height: 150px;
    transform: scale(0.6);
  }
  .products__decoration-cupcake-item3::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 5;
    top: 90px;
    left: 2vw;
    width: 140px;
    height: 150px;
    transform: rotate(-21.34deg) scale(0.6);
  }
  .products__decoration-cupcake-item3::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 5;
    top: 10px;
    right: -4vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.71, 0.7, 0.7, 0.71, 0, 0) rotate(-45deg) scale(0.6);
  }
  
  /*candybar decoration images*/
  
  .products__decoration-candybar-item1::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 1;
    top: -40px;
    left: -3vw;
    width: 140px;
    height: 150px;
    transform: rotate(45deg) scale(0.5);
  }
  .products__decoration-candybar-item1::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/wellcome-cake-icon.svg) no-repeat;
    z-index: 1;
    top: -30px;
    right: 10vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.87, 0.5, 0.5, 0.87, 0, 0) scale(0.5) rotate(40deg);
  }
  .products__decoration-candybar-item2::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 1;
    top: 26px;
    left: 10vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.94, -0.33, -0.33, 0.94, 0, 0) rotate(60deg) scale(0.3);
  }
  .products__decoration-candybar-item2::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-cupcakes-header-icon.svg)
      no-repeat;
    z-index: 1;
    top: 40px;
    right: 20vw;
    width: 140px;
    height: 150px;
    transform: scale(0.4);
  }
  .products__decoration-candybar-item3::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-candybar-header-icon.svg)
      no-repeat;
    z-index: 1;
    top: -80px;
    left: 20vw;
    width: 140px;
    height: 150px;
    transform: rotate(-21.34deg) scale(0.6);
  }
  .products__decoration-candybar-item3::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-candybar-header-icon.svg)
      no-repeat;
    z-index: 1;
    top: -65px;
    right: 35vw;
    width: 140px;
    height: 150px;
    transform: matrix(-0.71, 0.7, 0.7, 0.71, 0, 0) rotate(-60deg) scale(0.6);
  }
  .products__decoration-candybar-item4::before {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-candybar2-header-icon.svg)
      no-repeat;
    z-index: 1;
    top: 40px;
    left: 30vw;
    width: 140px;
    height: 150px;
    transform: rotate(-21.34deg) scale(0.6);
  }
  .products__decoration-candybar-item4::after {
    display: block;
    content: "";
    position: absolute;
    background: url(/images/svg/products-candybar2-header-icon.svg)
      no-repeat;
    z-index: 1;
    top: 10px;
    right: 0;
    width: 140px;
    height: 150px;
    transform: matrix(-0.71, 0.7, 0.7, 0.71, 0, 0) rotate(-45deg) scale(0.6);
  }
  
  .products__cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 93px;
  }
  .products__card {
    grid-column: span 2;
    overflow: hidden;
  }
  .products__card-pic {
    object-fit: cover;
    width: 100%;
    height: 22vw;
    border-radius: 5px;
  }
  .products__card-pic-wrapper {
    position: relative;
  }
  /* .products__card-active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: Kurale;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    
    opacity: 0; 
    transition: 0.4s;
    background: radial-gradient(
      73.02% 73.02% at 50% 50%,
      rgba(81, 81, 81, 0.9) 0%,
      rgba(15, 14, 14, 0.9) 99.99%,
      rgba(17, 16, 16, 0.9) 100%
    );
  } */

  .products__card-active {
    /* display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: Kurale;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    padding: 10px 15px;
    overflow: hidden;
    opacity: 0;
    transition: 0.4s;
    background: radial-gradient(
      73.02% 73.02% at 50% 50%,
      rgba(81, 81, 81, 0.9) 0%,
      rgba(15, 14, 14, 0.9) 99.99%,
      rgba(17, 16, 16, 0.9) 100%
    );
  }
  
  .active-view {
    opacity: 1;
  }
  .producrs__card-desc-title {
    text-decoration-line: underline;
    font-weight: 500;
    display: block;
    margin-bottom: 5%;
    padding: 0 10px;
    text-align: center;
    font-size: 22px;
    line-height: 24px;
  }
  .products__card-desc-content {
    width: 85%;
    max-width: 242px;
    font-size: 16px;
    line-height: 22px;
    /*
      margin-left: 10%;
      margin-right: 10%;
  */
  }
  .products__card-name {
    padding-bottom: 7px;
    font-family: Kurale;
    font-size: 20px;
    line-height: 38px;
    color: #333333;
  }
  .products__card-info {
    display: flex;
    justify-content: space-between;
    /*    padding-bottom: 51px;*/
    align-items: flex-end;
  }
  .products__card-price {
    display: block;
    font-family: Kurale;
    font-size: 28px;
    line-height: 36px;
    color: #dd978f;
  }
  .products__card-order {
    display: block;
    font-family: Kurale;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #828282;
  }
  .products__more {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
    position: relative;
  }
  .products__more::after {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #593c74;
    border: 1px solid #333333;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
  }
  .products__more-buttons {
    width: 212px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #333333;
    background: #ffffff;
    z-index: 2;
    cursor: pointer;
  }
  .products__more-buttons:hover, 
  .products__more-name:hover{
    border-color: #DD978F;
    color: #DD978F;
  }
  .products__more-name {
    font-family: Kurale;
    font-size: 20px;
    line-height: 38px;
    /* color: #333333; */
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    text-align: center;
    /* background: url(/images/svg/products-more-icon.svg) no-repeat 159px */
      /* center; */
    /* padding-left: 60px; */
  }
  
  .products__card-cake-info {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .products__cake-name {
    display: block;
    font-size: 20px;
    line-height: 38px;
    font-family: Kurale;
    margin-right: 30px;
    margin-bottom: 16px;
    width: 100%;
  }
  .products__cake-choose {
    display: block;
    font-family: Kurale;
    font-size: 20px;
    line-height: 38px;
    color: #fff;
    width: 181px;
    height: 40px;
    background: #dd978f;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
    text-decoration: none;
  }
  .products__card-zoom {
    position: absolute;
    bottom: 15px;
    right: 15px;
    content: "";
    width: 45px;
    height: 45px;
    background: url(/images/svg/zoom-icon.svg) no-repeat;
  }

  .product-chosen::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px; /* 100%*/
    height: 50px; /* 100%*/
    /*z-index: 100;*/
    background: url(/images/svg/order-chosen-icon.svg) no-repeat top right;
  }
  
  /*products styles end*/
  .candybar__get-order-info-input{
    background: #FCF5F4;
    border-radius: 5px;
    border: none;
    font-family: Kurale;
    font-size: 16px;
    line-height: 38px;
    color: #4F4F4F;
    padding-left: 15px;
    width: 423px;
    display: block;
  }
  .input-date{
      width: 212px;
  }