@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/Roboto/Roboto-Regular.ttf")
}


body {
    background: rgb(131, 157, 143);
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.left {
    display: flex;
}

.logo img {
    margin-right: -5px
}

.right li {
    margin-right: 10px;
}

.right {
    padding-top: 12px;
}

.head1 {
    display: flex;
    list-style: none;
    color: white;
    margin: 0;
    padding: 20px 0 0;
    font-size: 16px;
}

.catalog5:hover .catalogdrop {
    display: block;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    top: 37px;
    left: -20px;
}

.catalog5:first-child {
    margin-left: 10px;
}

.catalogblock {
    padding: 10px;
}

.delivery,.company,.catalog5 {
    color: white;
    background-color: rgba(247,246,243,0);
    border-radius: 13px;
    text-align: center;
    font-size: 16px;
    padding: 9px 13px 10px 14px;
     position: relative;
}

.delivery:hover,.company:hover,.catalog5:hover {
    background-color: white;
    color: black;
}

.catalogback {
    border-bottom: 1px solid grey;
    margin-left: 20px;
    margin-top: 13px;
    padding-bottom: 14px;
}

.catalogback2:hover {
    background-color: rgb(251,222,215);
}

.catalogback2:active {
    background-color: rgb(246,181,165);
}

.catalogback3 {
    background-color: rgb(208,112,88);
}

.catalog li:first-child{
    font-weight: bold;
}

.catalogdrop {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: rgb(248,247,244);
    border-radius: 4px;
}

.catalog {
    color: black;
    list-style: none;
    width: 143px;
    margin: 0px;
    font-size: 14px;
    text-align: left;
    padding: 0px;
}

.catalogback2 {
    padding-left: 20px;
    padding-top: 15px;
}

.catalogback2:last-child {
    padding-bottom: 14px;
}

.catalogback2:first-child{
    padding-top: 12px;
}

.time-work li{
    display: flex;
    justify-content: flex-end;
}
.time work:last-child {
    padding-top: 10px;
}

ul.time-work {
  margin: 0;
}

.head1 span {
    text-decoration: underline;
    text-decoration-color: rgb(192,209,200);
    align-self: baseline;
}

.head2 {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}

.head2 li:last-child{
    margin: 0;
}

.head2 button {
    border-style: none;
    outline: none;
    background-color: rgb(167,190,177);
    color: white;
    margin: 0;
    padding: 0;
}

.magnifier1 {
    width: 32px;
    height: 32px;
    border-radius: 18px;
    background-color: rgb(172,195,182);
    position: relative;
}

.magnifier1:hover {
    background-color: rgb(248,247,244);
}

.magnifier1:hover .magnifier{
    display: none;
}

.entance1:hover {
    background-color: rgb(248,247,244);
}

.entance1:hover .exit{
    display: inline-block;
}

.ice1:hover {
    background-color: rgb(157,177,165);
}

.ice1:hover .drop_ice{
    display: block;
}

.password a{
    font-size: 13px;
}

.password li {
    list-style: none;
}

.password {
    padding: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.entance1:hover .entance {
    display: none;
}

.entance1:hover .entance2 {
    color: black;
}

/*
.entance1:hover .drop-content{
    display: block;
}
*/

.entance1-active .drop-content {
   display: block; 
}

.exit {
    display: none;
    padding-right: 8px;
    padding-left: 17px;
}

.bnm {
    border: 1px solid rgb(211,211,209);
    border-radius: 4px;
    width: 225px;
    height: 13px;
    outline: none;
    padding-top: 15px;
    padding-left: 14px;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.Dima_privet {
    position: relative;
    margin-bottom: 15px;
}

.search-block {
    padding: 20px 15px;
    border-radius: 4px;
    opacity: 0;
    transition: 1s opacity;
    }

button.drop-button {
    background-color: rgb(240,100,65);
}

.drop-button {
    border-radius: 15px;
    width: 102px;
    height: 46px;
    font-size: 18px;
    margin-right: 20px;
}

.search-loking {
    border-radius: 4px;
    width: 295px;
    height: 13px;
    padding-top: 15px;
    padding-left: 14px;
    padding-bottom: 17px;
    border: 1px solid rgb(211,211,209);
    outline: none;
}

.magnifier1:hover .search-block {
    opacity: 1;
}

.magnifier1:hover .search-black {  
    display: block;
}

.search-block {
    position: absolute;
    padding: 20px 15px;
    background-color: rgb(248,247,244);
    top: 34px;
    right: 0;
    z-index: 1;
}

.magnifier {
    padding: 7px;
}

.search-black {
    padding: 7px;
    display: none;
}

.entance {
    padding-right: 8px;
    padding-left: 17px;
}

.entance2 {
    vertical-align: top;
    color: white;
}

.head2 button.entance1 {
    width: 92px;
    height: 32px;
    border-radius: 13px;
    text-align: left;
    padding-left: 16px;
    padding-top: 6px;
    padding-bottom: 7px;
}

.checkin {
    color: black;
    padding: 0px;
    margin: 0px;
}

.entance1 {
    position: relative;
    display: inline-block;
    background-color: rgb(172,195,182);
    border-radius: 13px;
    width: 92px;
    height: 19px;
    padding-bottom: 7px;
    padding-top: 6px;
    cursor: pointer;
}


.basket {
    padding-right: 3px;
}


.basket1 {
    border-radius: 13px;
    height: 20px;
    width: 67px;
    padding: 6px 34px 6px 16px;
    position: relative;
    background-color: rgb(160,180,169);
    display: inline-block;
}

.basket2 {
    vertical-align: super;
    font-size: 14px;
    color: white;
}

.basket1:hover .basket2 {
    display: none;
}

.transparency {
    opacity: 0.5;
}

.basketred {
    display: none;
    padding-right: 3px;
}

.basket1:hover .basketred {
    display: inline-block;
}

.basket1:hover .basket {
    display: none;
}

.basket1:hover .basket1{
    display: none;
}

.basket1:hover .basketredhover{
    display: inline-block;
}

button.drop-basket {
    background-color: rgb(240,100,65);
    border-radius: 17px;
    width: 172px;
    height: 46px;
    font-size: 18px;
}

.basket1:hover {
    background-color: rgb(248,247,244);
}

.basketredhover {
    display: none;
    font-size: 14px;
    vertical-align: super;
}

.basket1:hover {
    color: black;
}

.dropbasket {
    display: none;
    position: absolute;
    padding: 20px 15px;
    background-color: rgb(248,247,244);
    right: 0;
    box-shadow: 0px 5px 10px purple;
    z-index: 1;
    width: 540px;
    top: 33px;
}

.basket1:hover .dropbasket{
    display: block;
}

.ordering li{
    list-style: none;
}

.ordering {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px;
    padding-bottom: 18px;
}

.dropbasket p {
    text-align: end;
}

.final-order {
    list-style: none;
    padding: 0px;
    margin: 0px;
    text-align: end;
}

.final-order li{
    padding-top: 15px;
}

.head3 li {
    list-style: none;
}

hr {
    margin: 0px;
    padding: 0px;
}

.underline li {
    border-bottom: dotted;
    display: flex;
}

.ordering img{
    width: 33px;
    height: 33px;
}
.logo-image {
    width: 155px;
    height: 64px;
}

.gllacy {
    width: 645px;
    height: 580px;
    padding-left: 110px;
    padding-right: 130px;
}

.container {
    width: 860px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Roboto";
    padding-top: 10px;
}

header {
    display: flex;
    justify-content: space-between;
}

h1 span {
    display: block;
}

h1 {
    margin: 0px;
    padding: 0px;
}

.slider {
    list-style: none;
    margin: 0px;
    padding: 0px;
    
}

.djem {
    color: white;
    font-family: "Roboto";
    padding: 0;
    background: center;
    background-repeat: no-repeat;
}

.time {
    font-size: 14px;
}

.number {
    font-size: 22px;
}

.cream {
    font-size: 60px;
    padding-top: 280px;
    padding-left: 110px;
    padding-right: 130px;
    padding-bottom: 32px;
    width: 665px;
    height: 106px;
    display: block;
    line-height: 60px;
    text-align: center;
}

.raspberry-button {
    border-radius: 20px;
    color: white;
    background-color: rgb(237,91,61);
    border-style: none;
    outline: none;
    height: 45px;
    width: 165px;
}

.raspberry-flex {
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}

.raspberryfree {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.chocolate-flex{
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
}
h2 {
    font-size: 35px;
    margin: 0;
    line-height: 41px;
    font-family: 'Roboto', sans-serif;
}

.chocolate {
    position: absolute;
    color: white;
    width: 420px;
    height: 230px;
    padding: 20px;
    
}

.raspberry {
    position: absolute;
    color: white;
    width: 420px;
    height: 230px;
    padding: 20px;
}

.lets {
    background-color: #f16542;
    color: rgb(255,255,255);
    border-radius: 30px;
    border-style: none;
    outline: none;
    height: 67px;
    width: 280px;
    font-size: 32px;
    margin: 0px;    
}

.lets1 {
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 40px;
}

.chocolate-button {
    border-radius: 20px;
    color: white;
    background-color: rgb(237,91,61);
    border-style: none;
    outline: none;
    height: 45px;
    width: 190px;
}

.shokolad {
    width: 420px;
    height: 230px;
    
}

.malina {
    width: 420px;
    height: 230px;
}

.raspberryandchocolate {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.allice {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 40px;
}

.allice section {
    max-width: 61px;
    max-height: 61px;
}

.price {
    color: white;
    font-size: 45px;
    line-height: 45px;
    position: absolute;
    bottom: 20px;
}

.ice1 {
    padding: 0;
}

.drop_ice {
    display: none;
    background-color: rgb(233,79,55);
    border-radius: 15px;
    width: 195px;
    height: 45px;
    outline: none;
    border: none;
    color: white;
    font-size: 18px;
}


.xit {
    position: absolute;
    left: 0;
    top: 0;
}



.taste {
    display: flex;
    justify-content: space-around;
    text-align: center;
    height: 72px;
    font-size: 16px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Roboto";
    text-decoration: underline;
}

.taste p {
    padding: 0px;
    margin: 0px;
}

.shopgllacy {
    width: 820px;
    height: 315px;
    margin: auto;
    padding: 30px 20px 25px 20px;
    margin-bottom: 30px;
}

.shopgllacy li{
    list-style: none;
}

.shop {
    font-size: 24px;
}


.characteristics-row {
    display: flex;
    padding: 0px;
}

.characteristics-row li{
    font-size: 16px;
    position: relative;
    max-width: 380px;
}

.characteristics-row li:first-child{
    margin-right: 20px;
}

.characteristicsGlas {
    position: absolute;
}

.servis {
    margin-bottom: 40px;
      display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.qwe {
    width: 400px;
    height: 200px;
    padding: 10px;
    margin: 0px;
}

.qwe li{
    list-style: none;
    padding: 25px 10px;
}

.qwe li:first-child{
    padding-bottom: 0px;
}

.way {
    font-size: 24px;
    font-weight: bold;
    text-decoration: underline;
    background-color: rgb(255,247,248,30%);
    padding: 0px;
}

.email {
    background-color: rgb(234,82,57);
    border-radius: 19px;
    color: white;
    font-size: 18px;
    outline: none;
    border-style: none;
    width: 130px;
    height: 35px;
}

.zxc {
    padding-left: 50px;
    max-width: 380px;
    padding-left: 60px;
}
.hjk {
    display: block;
    margin: auto;
}

.tyu {
    display: flex;
    justify-content: space-around;
}
.click {
    width: 209px;
    height: 35px;
    padding-left: 15px;
    margin: 0;
    border-color: rgb(212,211,210);
}

.footerq{
    width: 860px;
    margin: auto;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
    font-family: "Roboto";
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.footerq li{
    list-style: none;
}

.social {
    display: flex;
    padding: 0;
    margin-top: 25px;
}

.social li {
    padding-right: 12px;}

.love {
    display: flex;
    padding: 0px;
    color: white;
    text-decoration: underline;
    position: relative;
    font-size: 13px;
}

.love li{
    max-width: 304px;
    padding-left: 30px;
}
.love li:first-child{
    padding-right: 7px;
}

.lovepad {
    position: absolute
}

.slider {
    position: relative;
}

.controls {
    position: absolute;
    left: 0;
    padding-bottom: 63px;
    bottom: 0px;
}

.control {
    width: 17px;
    height: 17px;
    padding: 0px;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 50px;
    outline: none;
    padding-right: 8px;
  
}

.active-control {
    background-color: white;
}

.academy {
    display: block;
    font-size: 12px;
}
.academy li:last-child{;
    color: white;
    display: flex;
}

.academyhtml {
    text-decoration: underline;
    font-size: 12px;
}
.academy li {
    margin: 0px;
}

.drop-content {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: rgb(248,247,244);
    padding: 20px;
    border-radius: 4px;
    right: 0px;
    top: 30px;
}

